:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --neutral-1: #2b2b2b;
  --neutral-2: #455558;
  --neutral-3: #7c9599;
  --neutral-6: #becacc;
  --neutral-9: #f1f4f4;
  --neutral-8: #e6ebec;
  --neutral-11: #fafafa;
  --neutral-12: #aaaaaa;
  --neutral-13: #646d78;
  --dark-900: #909090;
  --dark-800: #808080;
  --dark-200: #202020;
  --dark-100: #020202;
  --complementary-21: #424d5b;
  --complementary-22: #53ff75;
  --complementary-24: #d4ffdd;
  --main-1: #28ff52;
  --main-2: #212e3e;
  --main-4: #fff;
  --semantic-error-1: #e32c2c;
  --semantic-success-1: #225e66;
  --main-5: #000;
  --pix: #00bdae;
  --apple: #222222;
  --facebook: #4765af;
  --google: #becacc;
  --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", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: Mulish;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #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]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid #d7dfe0;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #d7dfe0;
}
.table tbody + tbody {
  border-top: 2px solid #d7dfe0;
}
.table .table {
  background-color: #fff;
}

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  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 > th,
.table-secondary > td {
  background-color: #d6d8db;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-neutral-1,
.table-neutral-1 > th,
.table-neutral-1 > td {
  background-color: #c4c4c4;
}

.table-hover .table-neutral-1:hover {
  background-color: #b7b7b7;
}
.table-hover .table-neutral-1:hover > td,
.table-hover .table-neutral-1:hover > th {
  background-color: #b7b7b7;
}

.table-neutral-2,
.table-neutral-2 > th,
.table-neutral-2 > td {
  background-color: #cbcfd0;
}

.table-hover .table-neutral-2:hover {
  background-color: #bec3c4;
}
.table-hover .table-neutral-2:hover > td,
.table-hover .table-neutral-2:hover > th {
  background-color: #bec3c4;
}

.table-neutral-3,
.table-neutral-3 > th,
.table-neutral-3 > td {
  background-color: #dae1e2;
}

.table-hover .table-neutral-3:hover {
  background-color: #ccd5d7;
}
.table-hover .table-neutral-3:hover > td,
.table-hover .table-neutral-3:hover > th {
  background-color: #ccd5d7;
}

.table-neutral-6,
.table-neutral-6 > th,
.table-neutral-6 > td {
  background-color: #edf0f1;
}

.table-hover .table-neutral-6:hover {
  background-color: #dfe4e6;
}
.table-hover .table-neutral-6:hover > td,
.table-hover .table-neutral-6:hover > th {
  background-color: #dfe4e6;
}

.table-neutral-9,
.table-neutral-9 > th,
.table-neutral-9 > td {
  background-color: #fbfcfc;
}

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

.table-neutral-8,
.table-neutral-8 > th,
.table-neutral-8 > td {
  background-color: #f8f9fa;
}

.table-hover .table-neutral-8:hover {
  background-color: #e9ecef;
}
.table-hover .table-neutral-8:hover > td,
.table-hover .table-neutral-8:hover > th {
  background-color: #e9ecef;
}

.table-neutral-11,
.table-neutral-11 > th,
.table-neutral-11 > td {
  background-color: #fefefe;
}

.table-hover .table-neutral-11:hover {
  background-color: #f1f1f1;
}
.table-hover .table-neutral-11:hover > td,
.table-hover .table-neutral-11:hover > th {
  background-color: #f1f1f1;
}

.table-neutral-12,
.table-neutral-12 > th,
.table-neutral-12 > td {
  background-color: #e7e7e7;
}

.table-hover .table-neutral-12:hover {
  background-color: #dadada;
}
.table-hover .table-neutral-12:hover > td,
.table-hover .table-neutral-12:hover > th {
  background-color: #dadada;
}

.table-neutral-13,
.table-neutral-13 > th,
.table-neutral-13 > td {
  background-color: #d4d6d9;
}

.table-hover .table-neutral-13:hover {
  background-color: #c6c9cd;
}
.table-hover .table-neutral-13:hover > td,
.table-hover .table-neutral-13:hover > th {
  background-color: #c6c9cd;
}

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

.table-hover .table-dark-900:hover {
  background-color: lightgray;
}
.table-hover .table-dark-900:hover > td,
.table-hover .table-dark-900:hover > th {
  background-color: lightgray;
}

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

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

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

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

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

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

.table-complementary-21,
.table-complementary-21 > th,
.table-complementary-21 > td {
  background-color: #cacdd1;
}

.table-hover .table-complementary-21:hover {
  background-color: #bcc0c5;
}
.table-hover .table-complementary-21:hover > td,
.table-hover .table-complementary-21:hover > th {
  background-color: #bcc0c5;
}

.table-complementary-22,
.table-complementary-22 > th,
.table-complementary-22 > td {
  background-color: #cfffd8;
}

.table-hover .table-complementary-22:hover {
  background-color: #b6ffc3;
}
.table-hover .table-complementary-22:hover > td,
.table-hover .table-complementary-22:hover > th {
  background-color: #b6ffc3;
}

.table-complementary-24,
.table-complementary-24 > th,
.table-complementary-24 > td {
  background-color: #f3fff5;
}

.table-hover .table-complementary-24:hover {
  background-color: #daffe0;
}
.table-hover .table-complementary-24:hover > td,
.table-hover .table-complementary-24:hover > th {
  background-color: #daffe0;
}

.table-main-1,
.table-main-1 > th,
.table-main-1 > td {
  background-color: #c3ffcf;
}

.table-hover .table-main-1:hover {
  background-color: #aaffbb;
}
.table-hover .table-main-1:hover > td,
.table-hover .table-main-1:hover > th {
  background-color: #aaffbb;
}

.table-main-2,
.table-main-2 > th,
.table-main-2 > td {
  background-color: #c1c4c9;
}

.table-hover .table-main-2:hover {
  background-color: #b3b7bd;
}
.table-hover .table-main-2:hover > td,
.table-hover .table-main-2:hover > th {
  background-color: #b3b7bd;
}

.table-main-4,
.table-main-4 > th,
.table-main-4 > td {
  background-color: white;
}

.table-hover .table-main-4:hover {
  background-color: #f2f2f2;
}
.table-hover .table-main-4:hover > td,
.table-hover .table-main-4:hover > th {
  background-color: #f2f2f2;
}

.table-semantic-error-1,
.table-semantic-error-1 > th,
.table-semantic-error-1 > td {
  background-color: #f7c4c4;
}

.table-hover .table-semantic-error-1:hover {
  background-color: #f4aeae;
}
.table-hover .table-semantic-error-1:hover > td,
.table-hover .table-semantic-error-1:hover > th {
  background-color: #f4aeae;
}

.table-semantic-success-1,
.table-semantic-success-1 > th,
.table-semantic-success-1 > td {
  background-color: #c1d2d4;
}

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

.table-main-5,
.table-main-5 > th,
.table-main-5 > td {
  background-color: #b8b8b8;
}

.table-hover .table-main-5:hover {
  background-color: #ababab;
}
.table-hover .table-main-5:hover > td,
.table-hover .table-main-5:hover > th {
  background-color: #ababab;
}

.table-pix,
.table-pix > th,
.table-pix > td {
  background-color: #b8ede8;
}

.table-hover .table-pix:hover {
  background-color: #a4e8e1;
}
.table-hover .table-pix:hover > td,
.table-hover .table-pix:hover > th {
  background-color: #a4e8e1;
}

.table-apple,
.table-apple > th,
.table-apple > td {
  background-color: #c1c1c1;
}

.table-hover .table-apple:hover {
  background-color: #b4b4b4;
}
.table-hover .table-apple:hover > td,
.table-hover .table-apple:hover > th {
  background-color: #b4b4b4;
}

.table-facebook,
.table-facebook > th,
.table-facebook > td {
  background-color: #cbd4e9;
}

.table-hover .table-facebook:hover {
  background-color: #b9c5e1;
}
.table-hover .table-facebook:hover > td,
.table-hover .table-facebook:hover > th {
  background-color: #b9c5e1;
}

.table-google,
.table-google > th,
.table-google > td {
  background-color: #edf0f1;
}

.table-hover .table-google:hover {
  background-color: #dfe4e6;
}
.table-hover .table-google:hover > td,
.table-hover .table-google:hover > th {
  background-color: #dfe4e6;
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #000;
  background-color: #e6ebec;
  border-color: #d7dfe0;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.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: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: unset;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #212e3e;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: transparent;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: transparent;
}

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

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.125rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

.form-control-lg {
  height: unset;
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0;
}

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

textarea.form-control {
  height: auto;
}

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #fff;
  background-color: #28a745;
  border-radius: 0;
}

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #fff;
  background-color: #dc3545;
  border-radius: 0;
}

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

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 1rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  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: 1;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
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 {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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 {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(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 {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  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 {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  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 {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-neutral-1 {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
.btn-neutral-1:hover {
  color: #fff;
  background-color: #181818;
  border-color: #121212;
}
.btn-neutral-1:focus, .btn-neutral-1.focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 43, 43, 0.5);
}
.btn-neutral-1.disabled, .btn-neutral-1:disabled {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
.btn-neutral-1:not(:disabled):not(.disabled):active, .btn-neutral-1:not(:disabled):not(.disabled).active, .show > .btn-neutral-1.dropdown-toggle {
  color: #fff;
  background-color: #121212;
  border-color: #0b0b0b;
}
.btn-neutral-1:not(:disabled):not(.disabled):active:focus, .btn-neutral-1:not(:disabled):not(.disabled).active:focus, .show > .btn-neutral-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 43, 43, 0.5);
}

.btn-neutral-2 {
  color: #fff;
  background-color: #455558;
  border-color: #455558;
}
.btn-neutral-2:hover {
  color: #fff;
  background-color: #344043;
  border-color: #2f393b;
}
.btn-neutral-2:focus, .btn-neutral-2.focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 85, 88, 0.5);
}
.btn-neutral-2.disabled, .btn-neutral-2:disabled {
  color: #fff;
  background-color: #455558;
  border-color: #455558;
}
.btn-neutral-2:not(:disabled):not(.disabled):active, .btn-neutral-2:not(:disabled):not(.disabled).active, .show > .btn-neutral-2.dropdown-toggle {
  color: #fff;
  background-color: #2f393b;
  border-color: #293234;
}
.btn-neutral-2:not(:disabled):not(.disabled):active:focus, .btn-neutral-2:not(:disabled):not(.disabled).active:focus, .show > .btn-neutral-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 85, 88, 0.5);
}

.btn-neutral-3 {
  color: #fff;
  background-color: #7c9599;
  border-color: #7c9599;
}
.btn-neutral-3:hover {
  color: #fff;
  background-color: #698286;
  border-color: #637b7f;
}
.btn-neutral-3:focus, .btn-neutral-3.focus {
  box-shadow: 0 0 0 0.2rem rgba(124, 149, 153, 0.5);
}
.btn-neutral-3.disabled, .btn-neutral-3:disabled {
  color: #fff;
  background-color: #7c9599;
  border-color: #7c9599;
}
.btn-neutral-3:not(:disabled):not(.disabled):active, .btn-neutral-3:not(:disabled):not(.disabled).active, .show > .btn-neutral-3.dropdown-toggle {
  color: #fff;
  background-color: #637b7f;
  border-color: #5d7478;
}
.btn-neutral-3:not(:disabled):not(.disabled):active:focus, .btn-neutral-3:not(:disabled):not(.disabled).active:focus, .show > .btn-neutral-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(124, 149, 153, 0.5);
}

.btn-neutral-6 {
  color: #212529;
  background-color: #becacc;
  border-color: #becacc;
}
.btn-neutral-6:hover {
  color: #212529;
  background-color: #a9b9bb;
  border-color: #a1b3b6;
}
.btn-neutral-6:focus, .btn-neutral-6.focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 202, 204, 0.5);
}
.btn-neutral-6.disabled, .btn-neutral-6:disabled {
  color: #212529;
  background-color: #becacc;
  border-color: #becacc;
}
.btn-neutral-6:not(:disabled):not(.disabled):active, .btn-neutral-6:not(:disabled):not(.disabled).active, .show > .btn-neutral-6.dropdown-toggle {
  color: #212529;
  background-color: #a1b3b6;
  border-color: #9aadb0;
}
.btn-neutral-6:not(:disabled):not(.disabled):active:focus, .btn-neutral-6:not(:disabled):not(.disabled).active:focus, .show > .btn-neutral-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 202, 204, 0.5);
}

.btn-neutral-9 {
  color: #212529;
  background-color: #f1f4f4;
  border-color: #f1f4f4;
}
.btn-neutral-9:hover {
  color: #212529;
  background-color: #dce3e3;
  border-color: #d4dede;
}
.btn-neutral-9:focus, .btn-neutral-9.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 244, 244, 0.5);
}
.btn-neutral-9.disabled, .btn-neutral-9:disabled {
  color: #212529;
  background-color: #f1f4f4;
  border-color: #f1f4f4;
}
.btn-neutral-9:not(:disabled):not(.disabled):active, .btn-neutral-9:not(:disabled):not(.disabled).active, .show > .btn-neutral-9.dropdown-toggle {
  color: #212529;
  background-color: #d4dede;
  border-color: #cdd8d8;
}
.btn-neutral-9:not(:disabled):not(.disabled):active:focus, .btn-neutral-9:not(:disabled):not(.disabled).active:focus, .show > .btn-neutral-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 244, 244, 0.5);
}

.btn-neutral-8 {
  color: #212529;
  background-color: #e6ebec;
  border-color: #e6ebec;
}
.btn-neutral-8:hover {
  color: #212529;
  background-color: #d0dadb;
  border-color: #c9d4d6;
}
.btn-neutral-8:focus, .btn-neutral-8.focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 235, 236, 0.5);
}
.btn-neutral-8.disabled, .btn-neutral-8:disabled {
  color: #212529;
  background-color: #e6ebec;
  border-color: #e6ebec;
}
.btn-neutral-8:not(:disabled):not(.disabled):active, .btn-neutral-8:not(:disabled):not(.disabled).active, .show > .btn-neutral-8.dropdown-toggle {
  color: #212529;
  background-color: #c9d4d6;
  border-color: #c2ced0;
}
.btn-neutral-8:not(:disabled):not(.disabled):active:focus, .btn-neutral-8:not(:disabled):not(.disabled).active:focus, .show > .btn-neutral-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 235, 236, 0.5);
}

.btn-neutral-11 {
  color: #212529;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-neutral-11:hover {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.btn-neutral-11:focus, .btn-neutral-11.focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}
.btn-neutral-11.disabled, .btn-neutral-11:disabled {
  color: #212529;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-neutral-11:not(:disabled):not(.disabled):active, .btn-neutral-11:not(:disabled):not(.disabled).active, .show > .btn-neutral-11.dropdown-toggle {
  color: #212529;
  background-color: #e1e1e1;
  border-color: #dadada;
}
.btn-neutral-11:not(:disabled):not(.disabled):active:focus, .btn-neutral-11:not(:disabled):not(.disabled).active:focus, .show > .btn-neutral-11.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}

.btn-neutral-12 {
  color: #212529;
  background-color: #aaaaaa;
  border-color: #aaaaaa;
}
.btn-neutral-12:hover {
  color: #212529;
  background-color: #979797;
  border-color: #919191;
}
.btn-neutral-12:focus, .btn-neutral-12.focus {
  box-shadow: 0 0 0 0.2rem rgba(170, 170, 170, 0.5);
}
.btn-neutral-12.disabled, .btn-neutral-12:disabled {
  color: #212529;
  background-color: #aaaaaa;
  border-color: #aaaaaa;
}
.btn-neutral-12:not(:disabled):not(.disabled):active, .btn-neutral-12:not(:disabled):not(.disabled).active, .show > .btn-neutral-12.dropdown-toggle {
  color: #fff;
  background-color: #919191;
  border-color: #8a8a8a;
}
.btn-neutral-12:not(:disabled):not(.disabled):active:focus, .btn-neutral-12:not(:disabled):not(.disabled).active:focus, .show > .btn-neutral-12.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(170, 170, 170, 0.5);
}

.btn-neutral-13 {
  color: #fff;
  background-color: #646d78;
  border-color: #646d78;
}
.btn-neutral-13:hover {
  color: #fff;
  background-color: #535a63;
  border-color: #4d545c;
}
.btn-neutral-13:focus, .btn-neutral-13.focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 109, 120, 0.5);
}
.btn-neutral-13.disabled, .btn-neutral-13:disabled {
  color: #fff;
  background-color: #646d78;
  border-color: #646d78;
}
.btn-neutral-13:not(:disabled):not(.disabled):active, .btn-neutral-13:not(:disabled):not(.disabled).active, .show > .btn-neutral-13.dropdown-toggle {
  color: #fff;
  background-color: #4d545c;
  border-color: #474d55;
}
.btn-neutral-13:not(:disabled):not(.disabled):active:focus, .btn-neutral-13:not(:disabled):not(.disabled).active:focus, .show > .btn-neutral-13.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 109, 120, 0.5);
}

.btn-dark-900 {
  color: #fff;
  background-color: #909090;
  border-color: #909090;
}
.btn-dark-900:hover {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #777777;
}
.btn-dark-900:focus, .btn-dark-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 144, 144, 0.5);
}
.btn-dark-900.disabled, .btn-dark-900:disabled {
  color: #fff;
  background-color: #909090;
  border-color: #909090;
}
.btn-dark-900:not(:disabled):not(.disabled):active, .btn-dark-900:not(:disabled):not(.disabled).active, .show > .btn-dark-900.dropdown-toggle {
  color: #fff;
  background-color: #777777;
  border-color: #707070;
}
.btn-dark-900:not(:disabled):not(.disabled):active:focus, .btn-dark-900:not(:disabled):not(.disabled).active:focus, .show > .btn-dark-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 144, 144, 0.5);
}

.btn-dark-800 {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}
.btn-dark-800:hover {
  color: #fff;
  background-color: #6d6d6d;
  border-color: #676767;
}
.btn-dark-800:focus, .btn-dark-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.5);
}
.btn-dark-800.disabled, .btn-dark-800:disabled {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}
.btn-dark-800:not(:disabled):not(.disabled):active, .btn-dark-800:not(:disabled):not(.disabled).active, .show > .btn-dark-800.dropdown-toggle {
  color: #fff;
  background-color: #676767;
  border-color: #606060;
}
.btn-dark-800:not(:disabled):not(.disabled):active:focus, .btn-dark-800:not(:disabled):not(.disabled).active:focus, .show > .btn-dark-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.5);
}

.btn-dark-200 {
  color: #fff;
  background-color: #202020;
  border-color: #202020;
}
.btn-dark-200:hover {
  color: #fff;
  background-color: #0d0d0d;
  border-color: #070707;
}
.btn-dark-200:focus, .btn-dark-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 32, 32, 0.5);
}
.btn-dark-200.disabled, .btn-dark-200:disabled {
  color: #fff;
  background-color: #202020;
  border-color: #202020;
}
.btn-dark-200:not(:disabled):not(.disabled):active, .btn-dark-200:not(:disabled):not(.disabled).active, .show > .btn-dark-200.dropdown-toggle {
  color: #fff;
  background-color: #070707;
  border-color: black;
}
.btn-dark-200:not(:disabled):not(.disabled):active:focus, .btn-dark-200:not(:disabled):not(.disabled).active:focus, .show > .btn-dark-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 32, 32, 0.5);
}

.btn-dark-100 {
  color: #fff;
  background-color: #020202;
  border-color: #020202;
}
.btn-dark-100:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-dark-100:focus, .btn-dark-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 2, 2, 0.5);
}
.btn-dark-100.disabled, .btn-dark-100:disabled {
  color: #fff;
  background-color: #020202;
  border-color: #020202;
}
.btn-dark-100:not(:disabled):not(.disabled):active, .btn-dark-100:not(:disabled):not(.disabled).active, .show > .btn-dark-100.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-dark-100:not(:disabled):not(.disabled):active:focus, .btn-dark-100:not(:disabled):not(.disabled).active:focus, .show > .btn-dark-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 2, 2, 0.5);
}

.btn-complementary-21 {
  color: #fff;
  background-color: #424d5b;
  border-color: #424d5b;
}
.btn-complementary-21:hover {
  color: #fff;
  background-color: #323a45;
  border-color: #2d343d;
}
.btn-complementary-21:focus, .btn-complementary-21.focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 77, 91, 0.5);
}
.btn-complementary-21.disabled, .btn-complementary-21:disabled {
  color: #fff;
  background-color: #424d5b;
  border-color: #424d5b;
}
.btn-complementary-21:not(:disabled):not(.disabled):active, .btn-complementary-21:not(:disabled):not(.disabled).active, .show > .btn-complementary-21.dropdown-toggle {
  color: #fff;
  background-color: #2d343d;
  border-color: #272e36;
}
.btn-complementary-21:not(:disabled):not(.disabled):active:focus, .btn-complementary-21:not(:disabled):not(.disabled).active:focus, .show > .btn-complementary-21.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 77, 91, 0.5);
}

.btn-complementary-22 {
  color: #212529;
  background-color: #53ff75;
  border-color: #53ff75;
}
.btn-complementary-22:hover {
  color: #212529;
  background-color: #2dff56;
  border-color: #20ff4c;
}
.btn-complementary-22:focus, .btn-complementary-22.focus {
  box-shadow: 0 0 0 0.2rem rgba(83, 255, 117, 0.5);
}
.btn-complementary-22.disabled, .btn-complementary-22:disabled {
  color: #212529;
  background-color: #53ff75;
  border-color: #53ff75;
}
.btn-complementary-22:not(:disabled):not(.disabled):active, .btn-complementary-22:not(:disabled):not(.disabled).active, .show > .btn-complementary-22.dropdown-toggle {
  color: #212529;
  background-color: #20ff4c;
  border-color: #13ff42;
}
.btn-complementary-22:not(:disabled):not(.disabled):active:focus, .btn-complementary-22:not(:disabled):not(.disabled).active:focus, .show > .btn-complementary-22.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(83, 255, 117, 0.5);
}

.btn-complementary-24 {
  color: #212529;
  background-color: #d4ffdd;
  border-color: #d4ffdd;
}
.btn-complementary-24:hover {
  color: #212529;
  background-color: #aeffbf;
  border-color: #a1ffb5;
}
.btn-complementary-24:focus, .btn-complementary-24.focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 255, 221, 0.5);
}
.btn-complementary-24.disabled, .btn-complementary-24:disabled {
  color: #212529;
  background-color: #d4ffdd;
  border-color: #d4ffdd;
}
.btn-complementary-24:not(:disabled):not(.disabled):active, .btn-complementary-24:not(:disabled):not(.disabled).active, .show > .btn-complementary-24.dropdown-toggle {
  color: #212529;
  background-color: #a1ffb5;
  border-color: #94ffab;
}
.btn-complementary-24:not(:disabled):not(.disabled):active:focus, .btn-complementary-24:not(:disabled):not(.disabled).active:focus, .show > .btn-complementary-24.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 255, 221, 0.5);
}

.btn-main-1 {
  color: #212529;
  background-color: #28ff52;
  border-color: #28ff52;
}
.btn-main-1:hover {
  color: #212529;
  background-color: #02ff33;
  border-color: #00f430;
}
.btn-main-1:focus, .btn-main-1.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 255, 82, 0.5);
}
.btn-main-1.disabled, .btn-main-1:disabled {
  color: #212529;
  background-color: #28ff52;
  border-color: #28ff52;
}
.btn-main-1:not(:disabled):not(.disabled):active, .btn-main-1:not(:disabled):not(.disabled).active, .show > .btn-main-1.dropdown-toggle {
  color: #fff;
  background-color: #00f430;
  border-color: #00e72d;
}
.btn-main-1:not(:disabled):not(.disabled):active:focus, .btn-main-1:not(:disabled):not(.disabled).active:focus, .show > .btn-main-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 255, 82, 0.5);
}

.btn-main-2 {
  color: #fff;
  background-color: #212e3e;
  border-color: #212e3e;
}
.btn-main-2:hover {
  color: #fff;
  background-color: #141b25;
  border-color: #0f151d;
}
.btn-main-2:focus, .btn-main-2.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 46, 62, 0.5);
}
.btn-main-2.disabled, .btn-main-2:disabled {
  color: #fff;
  background-color: #212e3e;
  border-color: #212e3e;
}
.btn-main-2:not(:disabled):not(.disabled):active, .btn-main-2:not(:disabled):not(.disabled).active, .show > .btn-main-2.dropdown-toggle {
  color: #fff;
  background-color: #0f151d;
  border-color: #0b0f14;
}
.btn-main-2:not(:disabled):not(.disabled):active:focus, .btn-main-2:not(:disabled):not(.disabled).active:focus, .show > .btn-main-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 46, 62, 0.5);
}

.btn-main-4 {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-main-4:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-main-4:focus, .btn-main-4.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-main-4.disabled, .btn-main-4:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-main-4:not(:disabled):not(.disabled):active, .btn-main-4:not(:disabled):not(.disabled).active, .show > .btn-main-4.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-main-4:not(:disabled):not(.disabled):active:focus, .btn-main-4:not(:disabled):not(.disabled).active:focus, .show > .btn-main-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-semantic-error-1 {
  color: #fff;
  background-color: #e32c2c;
  border-color: #e32c2c;
}
.btn-semantic-error-1:hover {
  color: #fff;
  background-color: #cd1b1b;
  border-color: #c21a1a;
}
.btn-semantic-error-1:focus, .btn-semantic-error-1.focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 44, 44, 0.5);
}
.btn-semantic-error-1.disabled, .btn-semantic-error-1:disabled {
  color: #fff;
  background-color: #e32c2c;
  border-color: #e32c2c;
}
.btn-semantic-error-1:not(:disabled):not(.disabled):active, .btn-semantic-error-1:not(:disabled):not(.disabled).active, .show > .btn-semantic-error-1.dropdown-toggle {
  color: #fff;
  background-color: #c21a1a;
  border-color: #b71818;
}
.btn-semantic-error-1:not(:disabled):not(.disabled):active:focus, .btn-semantic-error-1:not(:disabled):not(.disabled).active:focus, .show > .btn-semantic-error-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 44, 44, 0.5);
}

.btn-semantic-success-1 {
  color: #fff;
  background-color: #225e66;
  border-color: #225e66;
}
.btn-semantic-success-1:hover {
  color: #fff;
  background-color: #184449;
  border-color: #153b40;
}
.btn-semantic-success-1:focus, .btn-semantic-success-1.focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 94, 102, 0.5);
}
.btn-semantic-success-1.disabled, .btn-semantic-success-1:disabled {
  color: #fff;
  background-color: #225e66;
  border-color: #225e66;
}
.btn-semantic-success-1:not(:disabled):not(.disabled):active, .btn-semantic-success-1:not(:disabled):not(.disabled).active, .show > .btn-semantic-success-1.dropdown-toggle {
  color: #fff;
  background-color: #153b40;
  border-color: #123236;
}
.btn-semantic-success-1:not(:disabled):not(.disabled):active:focus, .btn-semantic-success-1:not(:disabled):not(.disabled).active:focus, .show > .btn-semantic-success-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 94, 102, 0.5);
}

.btn-main-5 {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-main-5:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-main-5:focus, .btn-main-5.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-main-5.disabled, .btn-main-5:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-main-5:not(:disabled):not(.disabled):active, .btn-main-5:not(:disabled):not(.disabled).active, .show > .btn-main-5.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-main-5:not(:disabled):not(.disabled):active:focus, .btn-main-5:not(:disabled):not(.disabled).active:focus, .show > .btn-main-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-pix {
  color: #fff;
  background-color: #00bdae;
  border-color: #00bdae;
}
.btn-pix:hover {
  color: #fff;
  background-color: #00978b;
  border-color: #008a7f;
}
.btn-pix:focus, .btn-pix.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 189, 174, 0.5);
}
.btn-pix.disabled, .btn-pix:disabled {
  color: #fff;
  background-color: #00bdae;
  border-color: #00bdae;
}
.btn-pix:not(:disabled):not(.disabled):active, .btn-pix:not(:disabled):not(.disabled).active, .show > .btn-pix.dropdown-toggle {
  color: #fff;
  background-color: #008a7f;
  border-color: #007d73;
}
.btn-pix:not(:disabled):not(.disabled):active:focus, .btn-pix:not(:disabled):not(.disabled).active:focus, .show > .btn-pix.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 189, 174, 0.5);
}

.btn-apple {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}
.btn-apple:hover {
  color: #fff;
  background-color: #0f0f0f;
  border-color: #090909;
}
.btn-apple:focus, .btn-apple.focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}
.btn-apple.disabled, .btn-apple:disabled {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}
.btn-apple:not(:disabled):not(.disabled):active, .btn-apple:not(:disabled):not(.disabled).active, .show > .btn-apple.dropdown-toggle {
  color: #fff;
  background-color: #090909;
  border-color: #020202;
}
.btn-apple:not(:disabled):not(.disabled):active:focus, .btn-apple:not(:disabled):not(.disabled).active:focus, .show > .btn-apple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}

.btn-facebook {
  color: #fff;
  background-color: #4765af;
  border-color: #4765af;
}
.btn-facebook:hover {
  color: #fff;
  background-color: #3c5594;
  border-color: #38508b;
}
.btn-facebook:focus, .btn-facebook.focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 101, 175, 0.5);
}
.btn-facebook.disabled, .btn-facebook:disabled {
  color: #fff;
  background-color: #4765af;
  border-color: #4765af;
}
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #38508b;
  border-color: #354b82;
}
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 101, 175, 0.5);
}

.btn-google {
  color: #212529;
  background-color: #becacc;
  border-color: #becacc;
}
.btn-google:hover {
  color: #212529;
  background-color: #a9b9bb;
  border-color: #a1b3b6;
}
.btn-google:focus, .btn-google.focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 202, 204, 0.5);
}
.btn-google.disabled, .btn-google:disabled {
  color: #212529;
  background-color: #becacc;
  border-color: #becacc;
}
.btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active, .show > .btn-google.dropdown-toggle {
  color: #212529;
  background-color: #a1b3b6;
  border-color: #9aadb0;
}
.btn-google:not(:disabled):not(.disabled):active:focus, .btn-google:not(:disabled):not(.disabled).active:focus, .show > .btn-google.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 202, 204, 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;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  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;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  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;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  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;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  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;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  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;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-neutral-1 {
  color: #2b2b2b;
  background-color: transparent;
  background-image: none;
  border-color: #2b2b2b;
}
.btn-outline-neutral-1:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
.btn-outline-neutral-1:focus, .btn-outline-neutral-1.focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 43, 43, 0.5);
}
.btn-outline-neutral-1.disabled, .btn-outline-neutral-1:disabled {
  color: #2b2b2b;
  background-color: transparent;
}
.btn-outline-neutral-1:not(:disabled):not(.disabled):active, .btn-outline-neutral-1:not(:disabled):not(.disabled).active, .show > .btn-outline-neutral-1.dropdown-toggle {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
.btn-outline-neutral-1:not(:disabled):not(.disabled):active:focus, .btn-outline-neutral-1:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-neutral-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 43, 43, 0.5);
}

.btn-outline-neutral-2 {
  color: #455558;
  background-color: transparent;
  background-image: none;
  border-color: #455558;
}
.btn-outline-neutral-2:hover {
  color: #fff;
  background-color: #455558;
  border-color: #455558;
}
.btn-outline-neutral-2:focus, .btn-outline-neutral-2.focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 85, 88, 0.5);
}
.btn-outline-neutral-2.disabled, .btn-outline-neutral-2:disabled {
  color: #455558;
  background-color: transparent;
}
.btn-outline-neutral-2:not(:disabled):not(.disabled):active, .btn-outline-neutral-2:not(:disabled):not(.disabled).active, .show > .btn-outline-neutral-2.dropdown-toggle {
  color: #fff;
  background-color: #455558;
  border-color: #455558;
}
.btn-outline-neutral-2:not(:disabled):not(.disabled):active:focus, .btn-outline-neutral-2:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-neutral-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 85, 88, 0.5);
}

.btn-outline-neutral-3 {
  color: #7c9599;
  background-color: transparent;
  background-image: none;
  border-color: #7c9599;
}
.btn-outline-neutral-3:hover {
  color: #fff;
  background-color: #7c9599;
  border-color: #7c9599;
}
.btn-outline-neutral-3:focus, .btn-outline-neutral-3.focus {
  box-shadow: 0 0 0 0.2rem rgba(124, 149, 153, 0.5);
}
.btn-outline-neutral-3.disabled, .btn-outline-neutral-3:disabled {
  color: #7c9599;
  background-color: transparent;
}
.btn-outline-neutral-3:not(:disabled):not(.disabled):active, .btn-outline-neutral-3:not(:disabled):not(.disabled).active, .show > .btn-outline-neutral-3.dropdown-toggle {
  color: #fff;
  background-color: #7c9599;
  border-color: #7c9599;
}
.btn-outline-neutral-3:not(:disabled):not(.disabled):active:focus, .btn-outline-neutral-3:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-neutral-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(124, 149, 153, 0.5);
}

.btn-outline-neutral-6 {
  color: #becacc;
  background-color: transparent;
  background-image: none;
  border-color: #becacc;
}
.btn-outline-neutral-6:hover {
  color: #212529;
  background-color: #becacc;
  border-color: #becacc;
}
.btn-outline-neutral-6:focus, .btn-outline-neutral-6.focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 202, 204, 0.5);
}
.btn-outline-neutral-6.disabled, .btn-outline-neutral-6:disabled {
  color: #becacc;
  background-color: transparent;
}
.btn-outline-neutral-6:not(:disabled):not(.disabled):active, .btn-outline-neutral-6:not(:disabled):not(.disabled).active, .show > .btn-outline-neutral-6.dropdown-toggle {
  color: #212529;
  background-color: #becacc;
  border-color: #becacc;
}
.btn-outline-neutral-6:not(:disabled):not(.disabled):active:focus, .btn-outline-neutral-6:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-neutral-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 202, 204, 0.5);
}

.btn-outline-neutral-9 {
  color: #f1f4f4;
  background-color: transparent;
  background-image: none;
  border-color: #f1f4f4;
}
.btn-outline-neutral-9:hover {
  color: #212529;
  background-color: #f1f4f4;
  border-color: #f1f4f4;
}
.btn-outline-neutral-9:focus, .btn-outline-neutral-9.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 244, 244, 0.5);
}
.btn-outline-neutral-9.disabled, .btn-outline-neutral-9:disabled {
  color: #f1f4f4;
  background-color: transparent;
}
.btn-outline-neutral-9:not(:disabled):not(.disabled):active, .btn-outline-neutral-9:not(:disabled):not(.disabled).active, .show > .btn-outline-neutral-9.dropdown-toggle {
  color: #212529;
  background-color: #f1f4f4;
  border-color: #f1f4f4;
}
.btn-outline-neutral-9:not(:disabled):not(.disabled):active:focus, .btn-outline-neutral-9:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-neutral-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 244, 244, 0.5);
}

.btn-outline-neutral-8 {
  color: #e6ebec;
  background-color: transparent;
  background-image: none;
  border-color: #e6ebec;
}
.btn-outline-neutral-8:hover {
  color: #212529;
  background-color: #e6ebec;
  border-color: #e6ebec;
}
.btn-outline-neutral-8:focus, .btn-outline-neutral-8.focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 235, 236, 0.5);
}
.btn-outline-neutral-8.disabled, .btn-outline-neutral-8:disabled {
  color: #e6ebec;
  background-color: transparent;
}
.btn-outline-neutral-8:not(:disabled):not(.disabled):active, .btn-outline-neutral-8:not(:disabled):not(.disabled).active, .show > .btn-outline-neutral-8.dropdown-toggle {
  color: #212529;
  background-color: #e6ebec;
  border-color: #e6ebec;
}
.btn-outline-neutral-8:not(:disabled):not(.disabled):active:focus, .btn-outline-neutral-8:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-neutral-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 235, 236, 0.5);
}

.btn-outline-neutral-11 {
  color: #fafafa;
  background-color: transparent;
  background-image: none;
  border-color: #fafafa;
}
.btn-outline-neutral-11:hover {
  color: #212529;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-outline-neutral-11:focus, .btn-outline-neutral-11.focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}
.btn-outline-neutral-11.disabled, .btn-outline-neutral-11:disabled {
  color: #fafafa;
  background-color: transparent;
}
.btn-outline-neutral-11:not(:disabled):not(.disabled):active, .btn-outline-neutral-11:not(:disabled):not(.disabled).active, .show > .btn-outline-neutral-11.dropdown-toggle {
  color: #212529;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-outline-neutral-11:not(:disabled):not(.disabled):active:focus, .btn-outline-neutral-11:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-neutral-11.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}

.btn-outline-neutral-12 {
  color: #aaaaaa;
  background-color: transparent;
  background-image: none;
  border-color: #aaaaaa;
}
.btn-outline-neutral-12:hover {
  color: #212529;
  background-color: #aaaaaa;
  border-color: #aaaaaa;
}
.btn-outline-neutral-12:focus, .btn-outline-neutral-12.focus {
  box-shadow: 0 0 0 0.2rem rgba(170, 170, 170, 0.5);
}
.btn-outline-neutral-12.disabled, .btn-outline-neutral-12:disabled {
  color: #aaaaaa;
  background-color: transparent;
}
.btn-outline-neutral-12:not(:disabled):not(.disabled):active, .btn-outline-neutral-12:not(:disabled):not(.disabled).active, .show > .btn-outline-neutral-12.dropdown-toggle {
  color: #212529;
  background-color: #aaaaaa;
  border-color: #aaaaaa;
}
.btn-outline-neutral-12:not(:disabled):not(.disabled):active:focus, .btn-outline-neutral-12:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-neutral-12.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(170, 170, 170, 0.5);
}

.btn-outline-neutral-13 {
  color: #646d78;
  background-color: transparent;
  background-image: none;
  border-color: #646d78;
}
.btn-outline-neutral-13:hover {
  color: #fff;
  background-color: #646d78;
  border-color: #646d78;
}
.btn-outline-neutral-13:focus, .btn-outline-neutral-13.focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 109, 120, 0.5);
}
.btn-outline-neutral-13.disabled, .btn-outline-neutral-13:disabled {
  color: #646d78;
  background-color: transparent;
}
.btn-outline-neutral-13:not(:disabled):not(.disabled):active, .btn-outline-neutral-13:not(:disabled):not(.disabled).active, .show > .btn-outline-neutral-13.dropdown-toggle {
  color: #fff;
  background-color: #646d78;
  border-color: #646d78;
}
.btn-outline-neutral-13:not(:disabled):not(.disabled):active:focus, .btn-outline-neutral-13:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-neutral-13.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 109, 120, 0.5);
}

.btn-outline-dark-900 {
  color: #909090;
  background-color: transparent;
  background-image: none;
  border-color: #909090;
}
.btn-outline-dark-900:hover {
  color: #fff;
  background-color: #909090;
  border-color: #909090;
}
.btn-outline-dark-900:focus, .btn-outline-dark-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 144, 144, 0.5);
}
.btn-outline-dark-900.disabled, .btn-outline-dark-900:disabled {
  color: #909090;
  background-color: transparent;
}
.btn-outline-dark-900:not(:disabled):not(.disabled):active, .btn-outline-dark-900:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-900.dropdown-toggle {
  color: #fff;
  background-color: #909090;
  border-color: #909090;
}
.btn-outline-dark-900:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-900:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 144, 144, 0.5);
}

.btn-outline-dark-800 {
  color: #808080;
  background-color: transparent;
  background-image: none;
  border-color: #808080;
}
.btn-outline-dark-800:hover {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}
.btn-outline-dark-800:focus, .btn-outline-dark-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.5);
}
.btn-outline-dark-800.disabled, .btn-outline-dark-800:disabled {
  color: #808080;
  background-color: transparent;
}
.btn-outline-dark-800:not(:disabled):not(.disabled):active, .btn-outline-dark-800:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-800.dropdown-toggle {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}
.btn-outline-dark-800:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-800:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.5);
}

.btn-outline-dark-200 {
  color: #202020;
  background-color: transparent;
  background-image: none;
  border-color: #202020;
}
.btn-outline-dark-200:hover {
  color: #fff;
  background-color: #202020;
  border-color: #202020;
}
.btn-outline-dark-200:focus, .btn-outline-dark-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 32, 32, 0.5);
}
.btn-outline-dark-200.disabled, .btn-outline-dark-200:disabled {
  color: #202020;
  background-color: transparent;
}
.btn-outline-dark-200:not(:disabled):not(.disabled):active, .btn-outline-dark-200:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-200.dropdown-toggle {
  color: #fff;
  background-color: #202020;
  border-color: #202020;
}
.btn-outline-dark-200:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 32, 32, 0.5);
}

.btn-outline-dark-100 {
  color: #020202;
  background-color: transparent;
  background-image: none;
  border-color: #020202;
}
.btn-outline-dark-100:hover {
  color: #fff;
  background-color: #020202;
  border-color: #020202;
}
.btn-outline-dark-100:focus, .btn-outline-dark-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 2, 2, 0.5);
}
.btn-outline-dark-100.disabled, .btn-outline-dark-100:disabled {
  color: #020202;
  background-color: transparent;
}
.btn-outline-dark-100:not(:disabled):not(.disabled):active, .btn-outline-dark-100:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-100.dropdown-toggle {
  color: #fff;
  background-color: #020202;
  border-color: #020202;
}
.btn-outline-dark-100:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 2, 2, 0.5);
}

.btn-outline-complementary-21 {
  color: #424d5b;
  background-color: transparent;
  background-image: none;
  border-color: #424d5b;
}
.btn-outline-complementary-21:hover {
  color: #fff;
  background-color: #424d5b;
  border-color: #424d5b;
}
.btn-outline-complementary-21:focus, .btn-outline-complementary-21.focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 77, 91, 0.5);
}
.btn-outline-complementary-21.disabled, .btn-outline-complementary-21:disabled {
  color: #424d5b;
  background-color: transparent;
}
.btn-outline-complementary-21:not(:disabled):not(.disabled):active, .btn-outline-complementary-21:not(:disabled):not(.disabled).active, .show > .btn-outline-complementary-21.dropdown-toggle {
  color: #fff;
  background-color: #424d5b;
  border-color: #424d5b;
}
.btn-outline-complementary-21:not(:disabled):not(.disabled):active:focus, .btn-outline-complementary-21:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-complementary-21.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 77, 91, 0.5);
}

.btn-outline-complementary-22 {
  color: #53ff75;
  background-color: transparent;
  background-image: none;
  border-color: #53ff75;
}
.btn-outline-complementary-22:hover {
  color: #212529;
  background-color: #53ff75;
  border-color: #53ff75;
}
.btn-outline-complementary-22:focus, .btn-outline-complementary-22.focus {
  box-shadow: 0 0 0 0.2rem rgba(83, 255, 117, 0.5);
}
.btn-outline-complementary-22.disabled, .btn-outline-complementary-22:disabled {
  color: #53ff75;
  background-color: transparent;
}
.btn-outline-complementary-22:not(:disabled):not(.disabled):active, .btn-outline-complementary-22:not(:disabled):not(.disabled).active, .show > .btn-outline-complementary-22.dropdown-toggle {
  color: #212529;
  background-color: #53ff75;
  border-color: #53ff75;
}
.btn-outline-complementary-22:not(:disabled):not(.disabled):active:focus, .btn-outline-complementary-22:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-complementary-22.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(83, 255, 117, 0.5);
}

.btn-outline-complementary-24 {
  color: #d4ffdd;
  background-color: transparent;
  background-image: none;
  border-color: #d4ffdd;
}
.btn-outline-complementary-24:hover {
  color: #212529;
  background-color: #d4ffdd;
  border-color: #d4ffdd;
}
.btn-outline-complementary-24:focus, .btn-outline-complementary-24.focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 255, 221, 0.5);
}
.btn-outline-complementary-24.disabled, .btn-outline-complementary-24:disabled {
  color: #d4ffdd;
  background-color: transparent;
}
.btn-outline-complementary-24:not(:disabled):not(.disabled):active, .btn-outline-complementary-24:not(:disabled):not(.disabled).active, .show > .btn-outline-complementary-24.dropdown-toggle {
  color: #212529;
  background-color: #d4ffdd;
  border-color: #d4ffdd;
}
.btn-outline-complementary-24:not(:disabled):not(.disabled):active:focus, .btn-outline-complementary-24:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-complementary-24.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 255, 221, 0.5);
}

.btn-outline-main-1 {
  color: #28ff52;
  background-color: transparent;
  background-image: none;
  border-color: #28ff52;
}
.btn-outline-main-1:hover {
  color: #212529;
  background-color: #28ff52;
  border-color: #28ff52;
}
.btn-outline-main-1:focus, .btn-outline-main-1.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 255, 82, 0.5);
}
.btn-outline-main-1.disabled, .btn-outline-main-1:disabled {
  color: #28ff52;
  background-color: transparent;
}
.btn-outline-main-1:not(:disabled):not(.disabled):active, .btn-outline-main-1:not(:disabled):not(.disabled).active, .show > .btn-outline-main-1.dropdown-toggle {
  color: #212529;
  background-color: #28ff52;
  border-color: #28ff52;
}
.btn-outline-main-1:not(:disabled):not(.disabled):active:focus, .btn-outline-main-1:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-main-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 255, 82, 0.5);
}

.btn-outline-main-2 {
  color: #212e3e;
  background-color: transparent;
  background-image: none;
  border-color: #212e3e;
}
.btn-outline-main-2:hover {
  color: #fff;
  background-color: #212e3e;
  border-color: #212e3e;
}
.btn-outline-main-2:focus, .btn-outline-main-2.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 46, 62, 0.5);
}
.btn-outline-main-2.disabled, .btn-outline-main-2:disabled {
  color: #212e3e;
  background-color: transparent;
}
.btn-outline-main-2:not(:disabled):not(.disabled):active, .btn-outline-main-2:not(:disabled):not(.disabled).active, .show > .btn-outline-main-2.dropdown-toggle {
  color: #fff;
  background-color: #212e3e;
  border-color: #212e3e;
}
.btn-outline-main-2:not(:disabled):not(.disabled):active:focus, .btn-outline-main-2:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-main-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 46, 62, 0.5);
}

.btn-outline-main-4 {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}
.btn-outline-main-4:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-main-4:focus, .btn-outline-main-4.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-main-4.disabled, .btn-outline-main-4:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-main-4:not(:disabled):not(.disabled):active, .btn-outline-main-4:not(:disabled):not(.disabled).active, .show > .btn-outline-main-4.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-main-4:not(:disabled):not(.disabled):active:focus, .btn-outline-main-4:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-main-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-semantic-error-1 {
  color: #e32c2c;
  background-color: transparent;
  background-image: none;
  border-color: #e32c2c;
}
.btn-outline-semantic-error-1:hover {
  color: #fff;
  background-color: #e32c2c;
  border-color: #e32c2c;
}
.btn-outline-semantic-error-1:focus, .btn-outline-semantic-error-1.focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 44, 44, 0.5);
}
.btn-outline-semantic-error-1.disabled, .btn-outline-semantic-error-1:disabled {
  color: #e32c2c;
  background-color: transparent;
}
.btn-outline-semantic-error-1:not(:disabled):not(.disabled):active, .btn-outline-semantic-error-1:not(:disabled):not(.disabled).active, .show > .btn-outline-semantic-error-1.dropdown-toggle {
  color: #fff;
  background-color: #e32c2c;
  border-color: #e32c2c;
}
.btn-outline-semantic-error-1:not(:disabled):not(.disabled):active:focus, .btn-outline-semantic-error-1:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-semantic-error-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 44, 44, 0.5);
}

.btn-outline-semantic-success-1 {
  color: #225e66;
  background-color: transparent;
  background-image: none;
  border-color: #225e66;
}
.btn-outline-semantic-success-1:hover {
  color: #fff;
  background-color: #225e66;
  border-color: #225e66;
}
.btn-outline-semantic-success-1:focus, .btn-outline-semantic-success-1.focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 94, 102, 0.5);
}
.btn-outline-semantic-success-1.disabled, .btn-outline-semantic-success-1:disabled {
  color: #225e66;
  background-color: transparent;
}
.btn-outline-semantic-success-1:not(:disabled):not(.disabled):active, .btn-outline-semantic-success-1:not(:disabled):not(.disabled).active, .show > .btn-outline-semantic-success-1.dropdown-toggle {
  color: #fff;
  background-color: #225e66;
  border-color: #225e66;
}
.btn-outline-semantic-success-1:not(:disabled):not(.disabled):active:focus, .btn-outline-semantic-success-1:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-semantic-success-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 94, 102, 0.5);
}

.btn-outline-main-5 {
  color: #000;
  background-color: transparent;
  background-image: none;
  border-color: #000;
}
.btn-outline-main-5:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-main-5:focus, .btn-outline-main-5.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-main-5.disabled, .btn-outline-main-5:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-main-5:not(:disabled):not(.disabled):active, .btn-outline-main-5:not(:disabled):not(.disabled).active, .show > .btn-outline-main-5.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-main-5:not(:disabled):not(.disabled):active:focus, .btn-outline-main-5:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-main-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-pix {
  color: #00bdae;
  background-color: transparent;
  background-image: none;
  border-color: #00bdae;
}
.btn-outline-pix:hover {
  color: #fff;
  background-color: #00bdae;
  border-color: #00bdae;
}
.btn-outline-pix:focus, .btn-outline-pix.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 189, 174, 0.5);
}
.btn-outline-pix.disabled, .btn-outline-pix:disabled {
  color: #00bdae;
  background-color: transparent;
}
.btn-outline-pix:not(:disabled):not(.disabled):active, .btn-outline-pix:not(:disabled):not(.disabled).active, .show > .btn-outline-pix.dropdown-toggle {
  color: #fff;
  background-color: #00bdae;
  border-color: #00bdae;
}
.btn-outline-pix:not(:disabled):not(.disabled):active:focus, .btn-outline-pix:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pix.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 189, 174, 0.5);
}

.btn-outline-apple {
  color: #222222;
  background-color: transparent;
  background-image: none;
  border-color: #222222;
}
.btn-outline-apple:hover {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}
.btn-outline-apple:focus, .btn-outline-apple.focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}
.btn-outline-apple.disabled, .btn-outline-apple:disabled {
  color: #222222;
  background-color: transparent;
}
.btn-outline-apple:not(:disabled):not(.disabled):active, .btn-outline-apple:not(:disabled):not(.disabled).active, .show > .btn-outline-apple.dropdown-toggle {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}
.btn-outline-apple:not(:disabled):not(.disabled):active:focus, .btn-outline-apple:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-apple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}

.btn-outline-facebook {
  color: #4765af;
  background-color: transparent;
  background-image: none;
  border-color: #4765af;
}
.btn-outline-facebook:hover {
  color: #fff;
  background-color: #4765af;
  border-color: #4765af;
}
.btn-outline-facebook:focus, .btn-outline-facebook.focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 101, 175, 0.5);
}
.btn-outline-facebook.disabled, .btn-outline-facebook:disabled {
  color: #4765af;
  background-color: transparent;
}
.btn-outline-facebook:not(:disabled):not(.disabled):active, .btn-outline-facebook:not(:disabled):not(.disabled).active, .show > .btn-outline-facebook.dropdown-toggle {
  color: #fff;
  background-color: #4765af;
  border-color: #4765af;
}
.btn-outline-facebook:not(:disabled):not(.disabled):active:focus, .btn-outline-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 101, 175, 0.5);
}

.btn-outline-google {
  color: #becacc;
  background-color: transparent;
  background-image: none;
  border-color: #becacc;
}
.btn-outline-google:hover {
  color: #212529;
  background-color: #becacc;
  border-color: #becacc;
}
.btn-outline-google:focus, .btn-outline-google.focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 202, 204, 0.5);
}
.btn-outline-google.disabled, .btn-outline-google:disabled {
  color: #becacc;
  background-color: transparent;
}
.btn-outline-google:not(:disabled):not(.disabled):active, .btn-outline-google:not(:disabled):not(.disabled).active, .show > .btn-outline-google.dropdown-toggle {
  color: #212529;
  background-color: #becacc;
  border-color: #becacc;
}
.btn-outline-google:not(:disabled):not(.disabled):active:focus, .btn-outline-google:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-google.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 202, 204, 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 {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

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

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

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

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

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

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  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(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #212e3e;
  border-radius: 0;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

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

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

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

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: unset;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #212e3e;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: transparent;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: unset;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: unset;
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: unset;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: transparent;
  border: 1px solid #212e3e;
  border-radius: 0;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: transparent;
  border-left: 1px solid #212e3e;
  border-radius: 0 0 0 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.75rem 1.25rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: unset;
  background-color: unset;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.65625rem;
  padding-bottom: 0.65625rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  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.5rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.5rem;
}

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.5rem;
}

.card-header {
  padding: 1.5rem 1.5rem;
  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.5rem - 1px) calc(0.5rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 1.5rem 1.5rem;
  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.5rem - 1px) calc(0.5rem - 1px);
}

.card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -1.5rem;
  margin-left: -0.75rem;
  border-bottom: 0;
}

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

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

.card-img {
  width: 100%;
  border-radius: calc(0.5rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}

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

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    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,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    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,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.5rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .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-top,
  .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-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

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

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.badge-neutral-1 {
  color: #fff;
  background-color: #2b2b2b;
}
.badge-neutral-1[href]:hover, .badge-neutral-1[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #121212;
}

.badge-neutral-2 {
  color: #fff;
  background-color: #455558;
}
.badge-neutral-2[href]:hover, .badge-neutral-2[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #2f393b;
}

.badge-neutral-3 {
  color: #fff;
  background-color: #7c9599;
}
.badge-neutral-3[href]:hover, .badge-neutral-3[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #637b7f;
}

.badge-neutral-6 {
  color: #212529;
  background-color: #becacc;
}
.badge-neutral-6[href]:hover, .badge-neutral-6[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #a1b3b6;
}

.badge-neutral-9 {
  color: #212529;
  background-color: #f1f4f4;
}
.badge-neutral-9[href]:hover, .badge-neutral-9[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d4dede;
}

.badge-neutral-8 {
  color: #212529;
  background-color: #e6ebec;
}
.badge-neutral-8[href]:hover, .badge-neutral-8[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #c9d4d6;
}

.badge-neutral-11 {
  color: #212529;
  background-color: #fafafa;
}
.badge-neutral-11[href]:hover, .badge-neutral-11[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #e1e1e1;
}

.badge-neutral-12 {
  color: #212529;
  background-color: #aaaaaa;
}
.badge-neutral-12[href]:hover, .badge-neutral-12[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #919191;
}

.badge-neutral-13 {
  color: #fff;
  background-color: #646d78;
}
.badge-neutral-13[href]:hover, .badge-neutral-13[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #4d545c;
}

.badge-dark-900 {
  color: #fff;
  background-color: #909090;
}
.badge-dark-900[href]:hover, .badge-dark-900[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #777777;
}

.badge-dark-800 {
  color: #fff;
  background-color: #808080;
}
.badge-dark-800[href]:hover, .badge-dark-800[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #676767;
}

.badge-dark-200 {
  color: #fff;
  background-color: #202020;
}
.badge-dark-200[href]:hover, .badge-dark-200[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #070707;
}

.badge-dark-100 {
  color: #fff;
  background-color: #020202;
}
.badge-dark-100[href]:hover, .badge-dark-100[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: black;
}

.badge-complementary-21 {
  color: #fff;
  background-color: #424d5b;
}
.badge-complementary-21[href]:hover, .badge-complementary-21[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #2d343d;
}

.badge-complementary-22 {
  color: #212529;
  background-color: #53ff75;
}
.badge-complementary-22[href]:hover, .badge-complementary-22[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #20ff4c;
}

.badge-complementary-24 {
  color: #212529;
  background-color: #d4ffdd;
}
.badge-complementary-24[href]:hover, .badge-complementary-24[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #a1ffb5;
}

.badge-main-1 {
  color: #212529;
  background-color: #28ff52;
}
.badge-main-1[href]:hover, .badge-main-1[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #00f430;
}

.badge-main-2 {
  color: #fff;
  background-color: #212e3e;
}
.badge-main-2[href]:hover, .badge-main-2[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0f151d;
}

.badge-main-4 {
  color: #212529;
  background-color: #fff;
}
.badge-main-4[href]:hover, .badge-main-4[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #e6e6e6;
}

.badge-semantic-error-1 {
  color: #fff;
  background-color: #e32c2c;
}
.badge-semantic-error-1[href]:hover, .badge-semantic-error-1[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #c21a1a;
}

.badge-semantic-success-1 {
  color: #fff;
  background-color: #225e66;
}
.badge-semantic-success-1[href]:hover, .badge-semantic-success-1[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #153b40;
}

.badge-main-5 {
  color: #fff;
  background-color: #000;
}
.badge-main-5[href]:hover, .badge-main-5[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: black;
}

.badge-pix {
  color: #fff;
  background-color: #00bdae;
}
.badge-pix[href]:hover, .badge-pix[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #008a7f;
}

.badge-apple {
  color: #fff;
  background-color: #222222;
}
.badge-apple[href]:hover, .badge-apple[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #090909;
}

.badge-facebook {
  color: #fff;
  background-color: #4765af;
}
.badge-facebook[href]:hover, .badge-facebook[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #38508b;
}

.badge-google {
  color: #212529;
  background-color: #becacc;
}
.badge-google[href]:hover, .badge-google[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #a1b3b6;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

.alert {
  position: relative;
  padding: 0 0;
  margin-bottom: 2rem;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

.alert-neutral-1 {
  color: #161616;
  background-color: #d5d5d5;
  border-color: #c4c4c4;
}
.alert-neutral-1 hr {
  border-top-color: #b7b7b7;
}
.alert-neutral-1 .alert-link {
  color: black;
}

.alert-neutral-2 {
  color: #242c2e;
  background-color: #daddde;
  border-color: #cbcfd0;
}
.alert-neutral-2 hr {
  border-top-color: #bec3c4;
}
.alert-neutral-2 .alert-link {
  color: #0e1111;
}

.alert-neutral-3 {
  color: #404d50;
  background-color: #e5eaeb;
  border-color: #dae1e2;
}
.alert-neutral-3 hr {
  border-top-color: #ccd5d7;
}
.alert-neutral-3 .alert-link {
  color: #293234;
}

.alert-neutral-6 {
  color: #63696a;
  background-color: #f2f4f5;
  border-color: #edf0f1;
}
.alert-neutral-6 hr {
  border-top-color: #dfe4e6;
}
.alert-neutral-6 .alert-link {
  color: #4a4f50;
}

.alert-neutral-9 {
  color: #7d7f7f;
  background-color: #fcfdfd;
  border-color: #fbfcfc;
}
.alert-neutral-9 hr {
  border-top-color: #ecf1f1;
}
.alert-neutral-9 .alert-link {
  color: #646565;
}

.alert-neutral-8 {
  color: #787a7b;
  background-color: #fafbfb;
  border-color: #f8f9fa;
}
.alert-neutral-8 hr {
  border-top-color: #e9ecef;
}
.alert-neutral-8 .alert-link {
  color: #5f6061;
}

.alert-neutral-11 {
  color: #828282;
  background-color: #fefefe;
  border-color: #fefefe;
}
.alert-neutral-11 hr {
  border-top-color: #f1f1f1;
}
.alert-neutral-11 .alert-link {
  color: dimgray;
}

.alert-neutral-12 {
  color: #585858;
  background-color: #eeeeee;
  border-color: #e7e7e7;
}
.alert-neutral-12 hr {
  border-top-color: #dadada;
}
.alert-neutral-12 .alert-link {
  color: #3f3f3f;
}

.alert-neutral-13 {
  color: #34393e;
  background-color: #e0e2e4;
  border-color: #d4d6d9;
}
.alert-neutral-13 hr {
  border-top-color: #c6c9cd;
}
.alert-neutral-13 .alert-link {
  color: #1d2022;
}

.alert-dark-900 {
  color: #4b4b4b;
  background-color: #e9e9e9;
  border-color: #e0e0e0;
}
.alert-dark-900 hr {
  border-top-color: lightgray;
}
.alert-dark-900 .alert-link {
  color: #323232;
}

.alert-dark-800 {
  color: #434343;
  background-color: #e6e6e6;
  border-color: #dbdbdb;
}
.alert-dark-800 hr {
  border-top-color: #cecece;
}
.alert-dark-800 .alert-link {
  color: #2a2a2a;
}

.alert-dark-200 {
  color: #111111;
  background-color: #d2d2d2;
  border-color: #c1c1c1;
}
.alert-dark-200 hr {
  border-top-color: #b4b4b4;
}
.alert-dark-200 .alert-link {
  color: black;
}

.alert-dark-100 {
  color: #010101;
  background-color: #cccccc;
  border-color: #b8b8b8;
}
.alert-dark-100 hr {
  border-top-color: #ababab;
}
.alert-dark-100 .alert-link {
  color: black;
}

.alert-complementary-21 {
  color: #22282f;
  background-color: #d9dbde;
  border-color: #cacdd1;
}
.alert-complementary-21 hr {
  border-top-color: #bcc0c5;
}
.alert-complementary-21 .alert-link {
  color: #0d0f11;
}

.alert-complementary-22 {
  color: #2b853d;
  background-color: #ddffe3;
  border-color: #cfffd8;
}
.alert-complementary-22 hr {
  border-top-color: #b6ffc3;
}
.alert-complementary-22 .alert-link {
  color: #1f5e2b;
}

.alert-complementary-24 {
  color: #6e8573;
  background-color: #f6fff8;
  border-color: #f3fff5;
}
.alert-complementary-24 hr {
  border-top-color: #daffe0;
}
.alert-complementary-24 .alert-link {
  color: #57695b;
}

.alert-main-1 {
  color: #15852b;
  background-color: #d4ffdc;
  border-color: #c3ffcf;
}
.alert-main-1 hr {
  border-top-color: #aaffbb;
}
.alert-main-1 .alert-link {
  color: #0e591d;
}

.alert-main-2 {
  color: #111820;
  background-color: #d3d5d8;
  border-color: #c1c4c9;
}
.alert-main-2 hr {
  border-top-color: #b3b7bd;
}
.alert-main-2 .alert-link {
  color: black;
}

.alert-main-4 {
  color: #858585;
  background-color: white;
  border-color: white;
}
.alert-main-4 hr {
  border-top-color: #f2f2f2;
}
.alert-main-4 .alert-link {
  color: #6c6c6c;
}

.alert-semantic-error-1 {
  color: #761717;
  background-color: #f9d5d5;
  border-color: #f7c4c4;
}
.alert-semantic-error-1 hr {
  border-top-color: #f4aeae;
}
.alert-semantic-error-1 .alert-link {
  color: #4b0f0f;
}

.alert-semantic-success-1 {
  color: #123135;
  background-color: #d3dfe0;
  border-color: #c1d2d4;
}
.alert-semantic-success-1 hr {
  border-top-color: #b2c7ca;
}
.alert-semantic-success-1 .alert-link {
  color: #050e0f;
}

.alert-main-5 {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}
.alert-main-5 hr {
  border-top-color: #ababab;
}
.alert-main-5 .alert-link {
  color: black;
}

.alert-pix {
  color: #00625a;
  background-color: #ccf2ef;
  border-color: #b8ede8;
}
.alert-pix hr {
  border-top-color: #a4e8e1;
}
.alert-pix .alert-link {
  color: #002f2b;
}

.alert-apple {
  color: #121212;
  background-color: lightgray;
  border-color: #c1c1c1;
}
.alert-apple hr {
  border-top-color: #b4b4b4;
}
.alert-apple .alert-link {
  color: black;
}

.alert-facebook {
  color: #25355b;
  background-color: #dae0ef;
  border-color: #cbd4e9;
}
.alert-facebook hr {
  border-top-color: #b9c5e1;
}
.alert-facebook .alert-link {
  color: #162037;
}

.alert-google {
  color: #63696a;
  background-color: #f2f4f5;
  border-color: #edf0f1;
}
.alert-google hr {
  border-top-color: #dfe4e6;
}
.alert-google .alert-link {
  color: #4a4f50;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #eeeeee;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #000;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.list-group-item-neutral-1 {
  color: #161616;
  background-color: #c4c4c4;
}
.list-group-item-neutral-1.list-group-item-action:hover, .list-group-item-neutral-1.list-group-item-action:focus {
  color: #161616;
  background-color: #b7b7b7;
}
.list-group-item-neutral-1.list-group-item-action.active {
  color: #fff;
  background-color: #161616;
  border-color: #161616;
}

.list-group-item-neutral-2 {
  color: #242c2e;
  background-color: #cbcfd0;
}
.list-group-item-neutral-2.list-group-item-action:hover, .list-group-item-neutral-2.list-group-item-action:focus {
  color: #242c2e;
  background-color: #bec3c4;
}
.list-group-item-neutral-2.list-group-item-action.active {
  color: #fff;
  background-color: #242c2e;
  border-color: #242c2e;
}

.list-group-item-neutral-3 {
  color: #404d50;
  background-color: #dae1e2;
}
.list-group-item-neutral-3.list-group-item-action:hover, .list-group-item-neutral-3.list-group-item-action:focus {
  color: #404d50;
  background-color: #ccd5d7;
}
.list-group-item-neutral-3.list-group-item-action.active {
  color: #fff;
  background-color: #404d50;
  border-color: #404d50;
}

.list-group-item-neutral-6 {
  color: #63696a;
  background-color: #edf0f1;
}
.list-group-item-neutral-6.list-group-item-action:hover, .list-group-item-neutral-6.list-group-item-action:focus {
  color: #63696a;
  background-color: #dfe4e6;
}
.list-group-item-neutral-6.list-group-item-action.active {
  color: #fff;
  background-color: #63696a;
  border-color: #63696a;
}

.list-group-item-neutral-9 {
  color: #7d7f7f;
  background-color: #fbfcfc;
}
.list-group-item-neutral-9.list-group-item-action:hover, .list-group-item-neutral-9.list-group-item-action:focus {
  color: #7d7f7f;
  background-color: #ecf1f1;
}
.list-group-item-neutral-9.list-group-item-action.active {
  color: #fff;
  background-color: #7d7f7f;
  border-color: #7d7f7f;
}

.list-group-item-neutral-8 {
  color: #787a7b;
  background-color: #f8f9fa;
}
.list-group-item-neutral-8.list-group-item-action:hover, .list-group-item-neutral-8.list-group-item-action:focus {
  color: #787a7b;
  background-color: #e9ecef;
}
.list-group-item-neutral-8.list-group-item-action.active {
  color: #fff;
  background-color: #787a7b;
  border-color: #787a7b;
}

.list-group-item-neutral-11 {
  color: #828282;
  background-color: #fefefe;
}
.list-group-item-neutral-11.list-group-item-action:hover, .list-group-item-neutral-11.list-group-item-action:focus {
  color: #828282;
  background-color: #f1f1f1;
}
.list-group-item-neutral-11.list-group-item-action.active {
  color: #fff;
  background-color: #828282;
  border-color: #828282;
}

.list-group-item-neutral-12 {
  color: #585858;
  background-color: #e7e7e7;
}
.list-group-item-neutral-12.list-group-item-action:hover, .list-group-item-neutral-12.list-group-item-action:focus {
  color: #585858;
  background-color: #dadada;
}
.list-group-item-neutral-12.list-group-item-action.active {
  color: #fff;
  background-color: #585858;
  border-color: #585858;
}

.list-group-item-neutral-13 {
  color: #34393e;
  background-color: #d4d6d9;
}
.list-group-item-neutral-13.list-group-item-action:hover, .list-group-item-neutral-13.list-group-item-action:focus {
  color: #34393e;
  background-color: #c6c9cd;
}
.list-group-item-neutral-13.list-group-item-action.active {
  color: #fff;
  background-color: #34393e;
  border-color: #34393e;
}

.list-group-item-dark-900 {
  color: #4b4b4b;
  background-color: #e0e0e0;
}
.list-group-item-dark-900.list-group-item-action:hover, .list-group-item-dark-900.list-group-item-action:focus {
  color: #4b4b4b;
  background-color: lightgray;
}
.list-group-item-dark-900.list-group-item-action.active {
  color: #fff;
  background-color: #4b4b4b;
  border-color: #4b4b4b;
}

.list-group-item-dark-800 {
  color: #434343;
  background-color: #dbdbdb;
}
.list-group-item-dark-800.list-group-item-action:hover, .list-group-item-dark-800.list-group-item-action:focus {
  color: #434343;
  background-color: #cecece;
}
.list-group-item-dark-800.list-group-item-action.active {
  color: #fff;
  background-color: #434343;
  border-color: #434343;
}

.list-group-item-dark-200 {
  color: #111111;
  background-color: #c1c1c1;
}
.list-group-item-dark-200.list-group-item-action:hover, .list-group-item-dark-200.list-group-item-action:focus {
  color: #111111;
  background-color: #b4b4b4;
}
.list-group-item-dark-200.list-group-item-action.active {
  color: #fff;
  background-color: #111111;
  border-color: #111111;
}

.list-group-item-dark-100 {
  color: #010101;
  background-color: #b8b8b8;
}
.list-group-item-dark-100.list-group-item-action:hover, .list-group-item-dark-100.list-group-item-action:focus {
  color: #010101;
  background-color: #ababab;
}
.list-group-item-dark-100.list-group-item-action.active {
  color: #fff;
  background-color: #010101;
  border-color: #010101;
}

.list-group-item-complementary-21 {
  color: #22282f;
  background-color: #cacdd1;
}
.list-group-item-complementary-21.list-group-item-action:hover, .list-group-item-complementary-21.list-group-item-action:focus {
  color: #22282f;
  background-color: #bcc0c5;
}
.list-group-item-complementary-21.list-group-item-action.active {
  color: #fff;
  background-color: #22282f;
  border-color: #22282f;
}

.list-group-item-complementary-22 {
  color: #2b853d;
  background-color: #cfffd8;
}
.list-group-item-complementary-22.list-group-item-action:hover, .list-group-item-complementary-22.list-group-item-action:focus {
  color: #2b853d;
  background-color: #b6ffc3;
}
.list-group-item-complementary-22.list-group-item-action.active {
  color: #fff;
  background-color: #2b853d;
  border-color: #2b853d;
}

.list-group-item-complementary-24 {
  color: #6e8573;
  background-color: #f3fff5;
}
.list-group-item-complementary-24.list-group-item-action:hover, .list-group-item-complementary-24.list-group-item-action:focus {
  color: #6e8573;
  background-color: #daffe0;
}
.list-group-item-complementary-24.list-group-item-action.active {
  color: #fff;
  background-color: #6e8573;
  border-color: #6e8573;
}

.list-group-item-main-1 {
  color: #15852b;
  background-color: #c3ffcf;
}
.list-group-item-main-1.list-group-item-action:hover, .list-group-item-main-1.list-group-item-action:focus {
  color: #15852b;
  background-color: #aaffbb;
}
.list-group-item-main-1.list-group-item-action.active {
  color: #fff;
  background-color: #15852b;
  border-color: #15852b;
}

.list-group-item-main-2 {
  color: #111820;
  background-color: #c1c4c9;
}
.list-group-item-main-2.list-group-item-action:hover, .list-group-item-main-2.list-group-item-action:focus {
  color: #111820;
  background-color: #b3b7bd;
}
.list-group-item-main-2.list-group-item-action.active {
  color: #fff;
  background-color: #111820;
  border-color: #111820;
}

.list-group-item-main-4 {
  color: #858585;
  background-color: white;
}
.list-group-item-main-4.list-group-item-action:hover, .list-group-item-main-4.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-main-4.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-semantic-error-1 {
  color: #761717;
  background-color: #f7c4c4;
}
.list-group-item-semantic-error-1.list-group-item-action:hover, .list-group-item-semantic-error-1.list-group-item-action:focus {
  color: #761717;
  background-color: #f4aeae;
}
.list-group-item-semantic-error-1.list-group-item-action.active {
  color: #fff;
  background-color: #761717;
  border-color: #761717;
}

.list-group-item-semantic-success-1 {
  color: #123135;
  background-color: #c1d2d4;
}
.list-group-item-semantic-success-1.list-group-item-action:hover, .list-group-item-semantic-success-1.list-group-item-action:focus {
  color: #123135;
  background-color: #b2c7ca;
}
.list-group-item-semantic-success-1.list-group-item-action.active {
  color: #fff;
  background-color: #123135;
  border-color: #123135;
}

.list-group-item-main-5 {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-main-5.list-group-item-action:hover, .list-group-item-main-5.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}
.list-group-item-main-5.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-pix {
  color: #00625a;
  background-color: #b8ede8;
}
.list-group-item-pix.list-group-item-action:hover, .list-group-item-pix.list-group-item-action:focus {
  color: #00625a;
  background-color: #a4e8e1;
}
.list-group-item-pix.list-group-item-action.active {
  color: #fff;
  background-color: #00625a;
  border-color: #00625a;
}

.list-group-item-apple {
  color: #121212;
  background-color: #c1c1c1;
}
.list-group-item-apple.list-group-item-action:hover, .list-group-item-apple.list-group-item-action:focus {
  color: #121212;
  background-color: #b4b4b4;
}
.list-group-item-apple.list-group-item-action.active {
  color: #fff;
  background-color: #121212;
  border-color: #121212;
}

.list-group-item-facebook {
  color: #25355b;
  background-color: #cbd4e9;
}
.list-group-item-facebook.list-group-item-action:hover, .list-group-item-facebook.list-group-item-action:focus {
  color: #25355b;
  background-color: #b9c5e1;
}
.list-group-item-facebook.list-group-item-action.active {
  color: #fff;
  background-color: #25355b;
  border-color: #25355b;
}

.list-group-item-google {
  color: #63696a;
  background-color: #edf0f1;
}
.list-group-item-google.list-group-item-action:hover, .list-group-item-google.list-group-item-action:focus {
  color: #63696a;
  background-color: #dfe4e6;
}
.list-group-item-google.list-group-item-action.active {
  color: #fff;
  background-color: #63696a;
  border-color: #63696a;
}

.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:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

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

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Mulish;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.5rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #263cc8;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.5rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.5rem;
  height: 1rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #263cc8;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.5rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #263cc8;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.5rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.5rem;
  height: 1rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #263cc8;
}

.tooltip-inner {
  max-width: 292px;
  padding: 0.5rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #263cc8;
  border-radius: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Mulish;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #000;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  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:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

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

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

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

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

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

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

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-neutral-1 {
  background-color: #2b2b2b !important;
}

a.bg-neutral-1:hover, a.bg-neutral-1:focus,
button.bg-neutral-1:hover,
button.bg-neutral-1:focus {
  background-color: #121212 !important;
}

.bg-neutral-2 {
  background-color: #455558 !important;
}

a.bg-neutral-2:hover, a.bg-neutral-2:focus,
button.bg-neutral-2:hover,
button.bg-neutral-2:focus {
  background-color: #2f393b !important;
}

.bg-neutral-3 {
  background-color: #7c9599 !important;
}

a.bg-neutral-3:hover, a.bg-neutral-3:focus,
button.bg-neutral-3:hover,
button.bg-neutral-3:focus {
  background-color: #637b7f !important;
}

.bg-neutral-6 {
  background-color: #becacc !important;
}

a.bg-neutral-6:hover, a.bg-neutral-6:focus,
button.bg-neutral-6:hover,
button.bg-neutral-6:focus {
  background-color: #a1b3b6 !important;
}

.bg-neutral-9 {
  background-color: #f1f4f4 !important;
}

a.bg-neutral-9:hover, a.bg-neutral-9:focus,
button.bg-neutral-9:hover,
button.bg-neutral-9:focus {
  background-color: #d4dede !important;
}

.bg-neutral-8 {
  background-color: #e6ebec !important;
}

a.bg-neutral-8:hover, a.bg-neutral-8:focus,
button.bg-neutral-8:hover,
button.bg-neutral-8:focus {
  background-color: #c9d4d6 !important;
}

.bg-neutral-11 {
  background-color: #fafafa !important;
}

a.bg-neutral-11:hover, a.bg-neutral-11:focus,
button.bg-neutral-11:hover,
button.bg-neutral-11:focus {
  background-color: #e1e1e1 !important;
}

.bg-neutral-12 {
  background-color: #aaaaaa !important;
}

a.bg-neutral-12:hover, a.bg-neutral-12:focus,
button.bg-neutral-12:hover,
button.bg-neutral-12:focus {
  background-color: #919191 !important;
}

.bg-neutral-13 {
  background-color: #646d78 !important;
}

a.bg-neutral-13:hover, a.bg-neutral-13:focus,
button.bg-neutral-13:hover,
button.bg-neutral-13:focus {
  background-color: #4d545c !important;
}

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

a.bg-dark-900:hover, a.bg-dark-900:focus,
button.bg-dark-900:hover,
button.bg-dark-900:focus {
  background-color: #777777 !important;
}

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

a.bg-dark-800:hover, a.bg-dark-800:focus,
button.bg-dark-800:hover,
button.bg-dark-800:focus {
  background-color: #676767 !important;
}

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

a.bg-dark-200:hover, a.bg-dark-200:focus,
button.bg-dark-200:hover,
button.bg-dark-200:focus {
  background-color: #070707 !important;
}

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

a.bg-dark-100:hover, a.bg-dark-100:focus,
button.bg-dark-100:hover,
button.bg-dark-100:focus {
  background-color: black !important;
}

.bg-complementary-21 {
  background-color: #424d5b !important;
}

a.bg-complementary-21:hover, a.bg-complementary-21:focus,
button.bg-complementary-21:hover,
button.bg-complementary-21:focus {
  background-color: #2d343d !important;
}

.bg-complementary-22 {
  background-color: #53ff75 !important;
}

a.bg-complementary-22:hover, a.bg-complementary-22:focus,
button.bg-complementary-22:hover,
button.bg-complementary-22:focus {
  background-color: #20ff4c !important;
}

.bg-complementary-24 {
  background-color: #d4ffdd !important;
}

a.bg-complementary-24:hover, a.bg-complementary-24:focus,
button.bg-complementary-24:hover,
button.bg-complementary-24:focus {
  background-color: #a1ffb5 !important;
}

.bg-main-1 {
  background-color: #28ff52 !important;
}

a.bg-main-1:hover, a.bg-main-1:focus,
button.bg-main-1:hover,
button.bg-main-1:focus {
  background-color: #00f430 !important;
}

.bg-main-2, .edp-theme .login .footer-login {
  background-color: #212e3e !important;
}

a.bg-main-2:hover, .edp-theme .login a.footer-login:hover, a.bg-main-2:focus, .edp-theme .login a.footer-login:focus,
button.bg-main-2:hover,
.edp-theme .login button.footer-login:hover,
button.bg-main-2:focus,
.edp-theme .login button.footer-login:focus {
  background-color: #0f151d !important;
}

.bg-main-4, .edp-theme .login .header {
  background-color: #fff !important;
}

a.bg-main-4:hover, .edp-theme .login a.header:hover, a.bg-main-4:focus, .edp-theme .login a.header:focus,
button.bg-main-4:hover,
.edp-theme .login button.header:hover,
button.bg-main-4:focus,
.edp-theme .login button.header:focus {
  background-color: #e6e6e6 !important;
}

.bg-semantic-error-1 {
  background-color: #e32c2c !important;
}

a.bg-semantic-error-1:hover, a.bg-semantic-error-1:focus,
button.bg-semantic-error-1:hover,
button.bg-semantic-error-1:focus {
  background-color: #c21a1a !important;
}

.bg-semantic-success-1 {
  background-color: #225e66 !important;
}

a.bg-semantic-success-1:hover, a.bg-semantic-success-1:focus,
button.bg-semantic-success-1:hover,
button.bg-semantic-success-1:focus {
  background-color: #153b40 !important;
}

.bg-main-5 {
  background-color: #000 !important;
}

a.bg-main-5:hover, a.bg-main-5:focus,
button.bg-main-5:hover,
button.bg-main-5:focus {
  background-color: black !important;
}

.bg-pix {
  background-color: #00bdae !important;
}

a.bg-pix:hover, a.bg-pix:focus,
button.bg-pix:hover,
button.bg-pix:focus {
  background-color: #008a7f !important;
}

.bg-apple {
  background-color: #222222 !important;
}

a.bg-apple:hover, a.bg-apple:focus,
button.bg-apple:hover,
button.bg-apple:focus {
  background-color: #090909 !important;
}

.bg-facebook {
  background-color: #4765af !important;
}

a.bg-facebook:hover, a.bg-facebook:focus,
button.bg-facebook:hover,
button.bg-facebook:focus {
  background-color: #38508b !important;
}

.bg-google {
  background-color: #becacc !important;
}

a.bg-google:hover, a.bg-google:focus,
button.bg-google:hover,
button.bg-google:focus {
  background-color: #a1b3b6 !important;
}

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

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

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

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

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

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

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

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

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

.border-neutral-1 {
  border-color: #2b2b2b !important;
}

.border-neutral-2 {
  border-color: #455558 !important;
}

.border-neutral-3 {
  border-color: #7c9599 !important;
}

.border-neutral-6 {
  border-color: #becacc !important;
}

.border-neutral-9 {
  border-color: #f1f4f4 !important;
}

.border-neutral-8 {
  border-color: #e6ebec !important;
}

.border-neutral-11 {
  border-color: #fafafa !important;
}

.border-neutral-12 {
  border-color: #aaaaaa !important;
}

.border-neutral-13 {
  border-color: #646d78 !important;
}

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

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

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

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

.border-complementary-21 {
  border-color: #424d5b !important;
}

.border-complementary-22 {
  border-color: #53ff75 !important;
}

.border-complementary-24 {
  border-color: #d4ffdd !important;
}

.border-main-1 {
  border-color: #28ff52 !important;
}

.border-main-2 {
  border-color: #212e3e !important;
}

.border-main-4 {
  border-color: #fff !important;
}

.border-semantic-error-1 {
  border-color: #e32c2c !important;
}

.border-semantic-success-1 {
  border-color: #225e66 !important;
}

.border-main-5 {
  border-color: #000 !important;
}

.border-pix {
  border-color: #00bdae !important;
}

.border-apple {
  border-color: #222222 !important;
}

.border-facebook {
  border-color: #4765af !important;
}

.border-google {
  border-color: #becacc !important;
}

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

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

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

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

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

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

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex, .edp-theme .login .header .dropdown-item, .edp-theme .login .header__item, .edp-theme .login .header, .edp-theme .login .footer-login, .edp-theme .navbar-mob__link, .edp-theme .list--ordened .list__item::before, .edp-theme .list--ordened .list__item {
  display: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap, .edp-theme .list--ordened .list__item {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center, .edp-theme .list--ordened .list__item::before {
  justify-content: center !important;
}

.justify-content-between, .edp-theme .login .header .dropdown-item, .edp-theme .navbar-mob__link {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center, .edp-theme .login .header, .edp-theme .login .footer-login, .edp-theme .navbar-mob__link, .edp-theme .list--ordened .list__item::before, .edp-theme .list--ordened .list__item {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.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, .edp-theme .login__servicos {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

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

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

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

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

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

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

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

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

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100, .edp-theme .menu-mobile--active {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

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

.mb-0, .edp-theme .login .header__item, .edp-theme .login .header__nav, .edp-theme .accordion__top .edp-theme .accordion__title,
.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, .edp-theme .list--ordened .list__item,
.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;
}

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

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

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

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

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

.m-7 {
  margin: 2.5rem !important;
}

.mt-7,
.my-7 {
  margin-top: 2.5rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 2.5rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 2.5rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 2.5rem !important;
}

.m-12 {
  margin: 0.75rem !important;
}

.mt-12,
.my-12 {
  margin-top: 0.75rem !important;
}

.mr-12,
.mx-12 {
  margin-right: 0.75rem !important;
}

.mb-12,
.my-12 {
  margin-bottom: 0.75rem !important;
}

.ml-12,
.mx-12 {
  margin-left: 0.75rem !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,
.edp-theme .login .header .dropdown-item {
  padding-top: 0.5rem !important;
}

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

.pb-2,
.py-2,
.edp-theme .login .header .dropdown-item {
  padding-bottom: 0.5rem !important;
}

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

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

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

.pr-3,
.px-3,
.edp-theme .login .header .dropdown-item {
  padding-right: 1rem !important;
}

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

.pl-3,
.px-3,
.edp-theme .login .header .dropdown-item {
  padding-left: 1rem !important;
}

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

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

.pr-4,
.px-4,
.edp-theme .login__servicos,
.edp-theme .table .btn {
  padding-right: 1.5rem !important;
}

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

.pl-4,
.px-4,
.edp-theme .login__servicos,
.edp-theme .table .btn {
  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;
}

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

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

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

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

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

.p-7 {
  padding: 2.5rem !important;
}

.pt-7,
.py-7 {
  padding-top: 2.5rem !important;
}

.pr-7,
.px-7,
.edp-theme .login .header,
.edp-theme .login .footer-login {
  padding-right: 2.5rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 2.5rem !important;
}

.pl-7,
.px-7,
.edp-theme .login .header,
.edp-theme .login .footer-login {
  padding-left: 2.5rem !important;
}

.p-12 {
  padding: 0.75rem !important;
}

.pt-12,
.py-12 {
  padding-top: 0.75rem !important;
}

.pr-12,
.px-12 {
  padding-right: 0.75rem !important;
}

.pb-12,
.py-12 {
  padding-bottom: 0.75rem !important;
}

.pl-12,
.px-12 {
  padding-left: 0.75rem !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;
  }
  .m-sm-6 {
    margin: 2rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 2rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 2rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 2rem !important;
  }
  .m-sm-7 {
    margin: 2.5rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 2.5rem !important;
  }
  .m-sm-12 {
    margin: 0.75rem !important;
  }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 0.75rem !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;
  }
  .p-sm-6 {
    padding: 2rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 2rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 2rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 2rem !important;
  }
  .p-sm-7 {
    padding: 2.5rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 2.5rem !important;
  }
  .p-sm-12 {
    padding: 0.75rem !important;
  }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 0.75rem !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;
  }
  .m-md-6 {
    margin: 2rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 2rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 2rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 2rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 2rem !important;
  }
  .m-md-7 {
    margin: 2.5rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 2.5rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 2.5rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 2.5rem !important;
  }
  .m-md-12 {
    margin: 0.75rem !important;
  }
  .mt-md-12,
  .my-md-12 {
    margin-top: 0.75rem !important;
  }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 0.75rem !important;
  }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 0.75rem !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;
  }
  .p-md-6 {
    padding: 2rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 2rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 2rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 2rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 2rem !important;
  }
  .p-md-7 {
    padding: 2.5rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 2.5rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 2.5rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 2.5rem !important;
  }
  .p-md-12 {
    padding: 0.75rem !important;
  }
  .pt-md-12,
  .py-md-12 {
    padding-top: 0.75rem !important;
  }
  .pr-md-12,
  .px-md-12 {
    padding-right: 0.75rem !important;
  }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-12,
  .px-md-12 {
    padding-left: 0.75rem !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;
  }
  .m-lg-6 {
    margin: 2rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 2rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 2rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 2rem !important;
  }
  .m-lg-7 {
    margin: 2.5rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 2.5rem !important;
  }
  .m-lg-12 {
    margin: 0.75rem !important;
  }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 0.75rem !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;
  }
  .p-lg-6 {
    padding: 2rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 2rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 2rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 2rem !important;
  }
  .p-lg-7 {
    padding: 2.5rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 2.5rem !important;
  }
  .p-lg-12 {
    padding: 0.75rem !important;
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 0.75rem !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;
  }
  .m-xl-6 {
    margin: 2rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 2rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 2rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 2rem !important;
  }
  .m-xl-7 {
    margin: 2.5rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 2.5rem !important;
  }
  .m-xl-12 {
    margin: 0.75rem !important;
  }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 0.75rem !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;
  }
  .p-xl-6 {
    padding: 2rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 2rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 2rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 2rem !important;
  }
  .p-xl-7 {
    padding: 2.5rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 2.5rem !important;
  }
  .p-xl-12 {
    padding: 0.75rem !important;
  }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 0.75rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold, .edp-theme a.login-layout__footer:focus, .edp-theme .login .header__item--dropdown::after, .edp-theme .login .header__item--active {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white, .edp-theme .navbar-mob__link {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-neutral-1 {
  color: #2b2b2b !important;
}

a.text-neutral-1:hover, a.text-neutral-1:focus {
  color: #121212 !important;
}

.text-neutral-2 {
  color: #455558 !important;
}

a.text-neutral-2:hover, a.text-neutral-2:focus {
  color: #2f393b !important;
}

.text-neutral-3 {
  color: #7c9599 !important;
}

a.text-neutral-3:hover, a.text-neutral-3:focus {
  color: #637b7f !important;
}

.text-neutral-6 {
  color: #becacc !important;
}

a.text-neutral-6:hover, a.text-neutral-6:focus {
  color: #a1b3b6 !important;
}

.text-neutral-9 {
  color: #f1f4f4 !important;
}

a.text-neutral-9:hover, a.text-neutral-9:focus {
  color: #d4dede !important;
}

.text-neutral-8 {
  color: #e6ebec !important;
}

a.text-neutral-8:hover, a.text-neutral-8:focus {
  color: #c9d4d6 !important;
}

.text-neutral-11 {
  color: #fafafa !important;
}

a.text-neutral-11:hover, a.text-neutral-11:focus {
  color: #e1e1e1 !important;
}

.text-neutral-12 {
  color: #aaaaaa !important;
}

a.text-neutral-12:hover, a.text-neutral-12:focus {
  color: #919191 !important;
}

.text-neutral-13 {
  color: #646d78 !important;
}

a.text-neutral-13:hover, a.text-neutral-13:focus {
  color: #4d545c !important;
}

.text-dark-900 {
  color: #909090 !important;
}

a.text-dark-900:hover, a.text-dark-900:focus {
  color: #777777 !important;
}

.text-dark-800 {
  color: #808080 !important;
}

a.text-dark-800:hover, a.text-dark-800:focus {
  color: #676767 !important;
}

.text-dark-200, .edp-theme .btn-outline-google {
  color: #202020 !important;
}

a.text-dark-200:hover, .edp-theme a.btn-outline-google:hover, a.text-dark-200:focus, .edp-theme a.btn-outline-google:focus {
  color: #070707 !important;
}

.text-dark-100, .edp-theme .login .header .dropdown-item, .edp-theme .login .header__item {
  color: #020202 !important;
}

a.text-dark-100:hover, .edp-theme .login .header a.dropdown-item:hover, .edp-theme .login a.header__item:hover, a.text-dark-100:focus, .edp-theme .login .header a.dropdown-item:focus, .edp-theme .login a.header__item:focus {
  color: black !important;
}

.text-complementary-21 {
  color: #424d5b !important;
}

a.text-complementary-21:hover, a.text-complementary-21:focus {
  color: #2d343d !important;
}

.text-complementary-22 {
  color: #53ff75 !important;
}

a.text-complementary-22:hover, a.text-complementary-22:focus {
  color: #20ff4c !important;
}

.text-complementary-24 {
  color: #d4ffdd !important;
}

a.text-complementary-24:hover, a.text-complementary-24:focus {
  color: #a1ffb5 !important;
}

.text-main-1, .edp-theme .login .header .dropdown-item::after {
  color: #28ff52 !important;
}

a.text-main-1:hover, .edp-theme .login .header a.dropdown-item:hover::after, a.text-main-1:focus, .edp-theme .login .header a.dropdown-item:focus::after {
  color: #00f430 !important;
}

.text-main-2, .edp-theme .faturas .btn-carregar-mais-faturas:focus {
  color: #212e3e !important;
}

a.text-main-2:hover, a.text-main-2:focus, .edp-theme .faturas a.btn-carregar-mais-faturas:focus {
  color: #0f151d !important;
}

.text-main-4 {
  color: #fff !important;
}

a.text-main-4:hover, a.text-main-4:focus {
  color: #e6e6e6 !important;
}

.text-semantic-error-1 {
  color: #e32c2c !important;
}

a.text-semantic-error-1:hover, a.text-semantic-error-1:focus {
  color: #c21a1a !important;
}

.text-semantic-success-1 {
  color: #225e66 !important;
}

a.text-semantic-success-1:hover, a.text-semantic-success-1:focus {
  color: #153b40 !important;
}

.text-main-5 {
  color: #000 !important;
}

a.text-main-5:hover, a.text-main-5:focus {
  color: black !important;
}

.text-pix {
  color: #00bdae !important;
}

a.text-pix:hover, a.text-pix:focus {
  color: #008a7f !important;
}

.text-apple {
  color: #222222 !important;
}

a.text-apple:hover, a.text-apple:focus {
  color: #090909 !important;
}

.text-facebook {
  color: #4765af !important;
}

a.text-facebook:hover, a.text-facebook:focus {
  color: #38508b !important;
}

.text-google {
  color: #becacc !important;
}

a.text-google:hover, a.text-google:focus {
  color: #a1b3b6 !important;
}

.text-body {
  color: #000 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #d7dfe0;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #d7dfe0;
  }
}
/* BEGIN Light */
@font-face {
  font-family: "Open Sans";
  src: url("../../lib/open-sans-fontface/fonts/Light/OpenSans-Light.eot?v=1.1.0");
  src: url("../../lib/open-sans-fontface/fonts/Light/OpenSans-Light.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../../lib/open-sans-fontface/fonts/Light/OpenSans-Light.woff?v=1.1.0") format("woff"), url("../../lib/open-sans-fontface/fonts/Light/OpenSans-Light.ttf?v=1.1.0") format("truetype"), url("../../lib/open-sans-fontface/fonts/Light/OpenSans-Light.svg?v=1.1.0#Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
/* END Light */
/* BEGIN Light Italic */
@font-face {
  font-family: "Open Sans";
  src: url("../../lib/open-sans-fontface/fonts/LightItalic/OpenSans-LightItalic.eot?v=1.1.0");
  src: url("../../lib/open-sans-fontface/fonts/LightItalic/OpenSans-LightItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../../lib/open-sans-fontface/fonts/LightItalic/OpenSans-LightItalic.woff?v=1.1.0") format("woff"), url("../../lib/open-sans-fontface/fonts/LightItalic/OpenSans-LightItalic.ttf?v=1.1.0") format("truetype"), url("../../lib/open-sans-fontface/fonts/LightItalic/OpenSans-LightItalic.svg?v=1.1.0#LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
}
/* END Light Italic */
/* BEGIN Regular */
@font-face {
  font-family: "Open Sans";
  src: url("../../lib/open-sans-fontface/fonts/Regular/OpenSans-Regular.eot?v=1.1.0");
  src: url("../../lib/open-sans-fontface/fonts/Regular/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../../lib/open-sans-fontface/fonts/Regular/OpenSans-Regular.woff?v=1.1.0") format("woff"), url("../../lib/open-sans-fontface/fonts/Regular/OpenSans-Regular.ttf?v=1.1.0") format("truetype"), url("../../lib/open-sans-fontface/fonts/Regular/OpenSans-Regular.svg?v=1.1.0#Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* END Regular */
/* BEGIN Italic */
@font-face {
  font-family: "Open Sans";
  src: url("../../lib/open-sans-fontface/fonts/Italic/OpenSans-Italic.eot?v=1.1.0");
  src: url("../../lib/open-sans-fontface/fonts/Italic/OpenSans-Italic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../../lib/open-sans-fontface/fonts/Italic/OpenSans-Italic.woff?v=1.1.0") format("woff"), url("../../lib/open-sans-fontface/fonts/Italic/OpenSans-Italic.ttf?v=1.1.0") format("truetype"), url("../../lib/open-sans-fontface/fonts/Italic/OpenSans-Italic.svg?v=1.1.0#Italic") format("svg");
  font-weight: normal;
  font-style: italic;
}
/* END Italic */
/* BEGIN Semibold */
@font-face {
  font-family: "Open Sans";
  src: url("../../lib/open-sans-fontface/fonts/Semibold/OpenSans-Semibold.eot?v=1.1.0");
  src: url("../../lib/open-sans-fontface/fonts/Semibold/OpenSans-Semibold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../../lib/open-sans-fontface/fonts/Semibold/OpenSans-Semibold.woff?v=1.1.0") format("woff"), url("../../lib/open-sans-fontface/fonts/Semibold/OpenSans-Semibold.ttf?v=1.1.0") format("truetype"), url("../../lib/open-sans-fontface/fonts/Semibold/OpenSans-Semibold.svg?v=1.1.0#Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
}
/* END Semibold */
/* BEGIN Semibold Italic */
@font-face {
  font-family: "Open Sans";
  src: url("../../lib/open-sans-fontface/fonts/SemiboldItalic/OpenSans-SemiboldItalic.eot?v=1.1.0");
  src: url("../../lib/open-sans-fontface/fonts/SemiboldItalic/OpenSans-SemiboldItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../../lib/open-sans-fontface/fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff?v=1.1.0") format("woff"), url("../../lib/open-sans-fontface/fonts/SemiboldItalic/OpenSans-SemiboldItalic.ttf?v=1.1.0") format("truetype"), url("../../lib/open-sans-fontface/fonts/SemiboldItalic/OpenSans-SemiboldItalic.svg?v=1.1.0#SemiboldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
}
/* END Semibold Italic */
/* BEGIN Bold */
@font-face {
  font-family: "Open Sans";
  src: url("../../lib/open-sans-fontface/fonts/Bold/OpenSans-Bold.eot?v=1.1.0");
  src: url("../../lib/open-sans-fontface/fonts/Bold/OpenSans-Bold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../../lib/open-sans-fontface/fonts/Bold/OpenSans-Bold.woff?v=1.1.0") format("woff"), url("../../lib/open-sans-fontface/fonts/Bold/OpenSans-Bold.ttf?v=1.1.0") format("truetype"), url("../../lib/open-sans-fontface/fonts/Bold/OpenSans-Bold.svg?v=1.1.0#Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
/* END Bold */
/* BEGIN Bold Italic */
@font-face {
  font-family: "Open Sans";
  src: url("../../lib/open-sans-fontface/fonts/BoldItalic/OpenSans-BoldItalic.eot?v=1.1.0");
  src: url("../../lib/open-sans-fontface/fonts/BoldItalic/OpenSans-BoldItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../../lib/open-sans-fontface/fonts/BoldItalic/OpenSans-BoldItalic.woff?v=1.1.0") format("woff"), url("../../lib/open-sans-fontface/fonts/BoldItalic/OpenSans-BoldItalic.ttf?v=1.1.0") format("truetype"), url("../../lib/open-sans-fontface/fonts/BoldItalic/OpenSans-BoldItalic.svg?v=1.1.0#BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
}
/* END Bold Italic */
/* BEGIN Extrabold */
@font-face {
  font-family: "Open Sans";
  src: url("../../lib/open-sans-fontface/fonts/ExtraBold/OpenSans-ExtraBold.eot?v=1.1.0");
  src: url("../../lib/open-sans-fontface/fonts/ExtraBold/OpenSans-ExtraBold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../../lib/open-sans-fontface/fonts/ExtraBold/OpenSans-ExtraBold.woff?v=1.1.0") format("woff"), url("../../lib/open-sans-fontface/fonts/ExtraBold/OpenSans-ExtraBold.ttf?v=1.1.0") format("truetype"), url("../../lib/open-sans-fontface/fonts/ExtraBold/OpenSans-ExtraBold.svg?v=1.1.0#ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
}
/* END Extrabold */
/* BEGIN Extrabold Italic */
@font-face {
  font-family: "Open Sans";
  src: url("../../lib/open-sans-fontface/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot?v=1.1.0");
  src: url("../../lib/open-sans-fontface/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../../lib/open-sans-fontface/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff?v=1.1.0") format("woff"), url("../../lib/open-sans-fontface/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.ttf?v=1.1.0") format("truetype"), url("../../lib/open-sans-fontface/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.svg?v=1.1.0#ExtraBoldItalic") format("svg");
  font-weight: 800;
  font-style: italic;
}
/* END Extrabold Italic */
@font-face {
  font-family: "preonBold";
  src: url("../../css/fonts/edp-preon/edp_preon_bold-webfont.eot");
  src: url("../../css/fonts/edp-preon/edp_preon_bold-webfont.svg#preonBold") format("svg"), url("../../css/fonts/edp-preon/edp_preon_bold-webfont.woff") format("woff"), url("../../css/fonts/edp-preon/edp_preon_bold-webfont.ttf") format("truetype"), url("../../css/fonts/edp-preon/edp_preon_bold-webfont.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "preonBoldItalic";
  src: url("../../css/fonts/edp-preon/edp_preon_bold_italic-webfont.eot");
  src: url("../../css/fonts/edp-preon/edp_preon_bold_italic-webfont.svg#preonBoldItalic") format("svg"), url("../../css/fonts/edp-preon/edp_preon_bold_italic-webfont.woff") format("woff"), url("../../css/fonts/edp-preon/edp_preon_bold_italic-webfont.ttf") format("truetype"), url("../../css/fonts/edp-preon/edp_preon_bold_italic-webfont.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "preonHair";
  src: url("../../css/fonts/edp-preon/edp_preon_hair-webfont.eot");
  src: url("../../css/fonts/edp-preon/edp_preon_hair-webfont.svg#preonHair") format("svg"), url("../../css/fonts/edp-preon/edp_preon_hair-webfont.woff") format("woff"), url("../../css/fonts/edp-preon/edp_preon_hair-webfont.ttf") format("truetype"), url("../../css/fonts/edp-preon/edp_preon_hair-webfont.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "preonHairItalic";
  src: url("../../css/fonts/edp-preon/edp_preon_hair_italic-webfont.eot");
  src: url("../../css/fonts/edp-preon/edp_preon_hair_italic-webfont.svg#preonHairItalic") format("svg"), url("../../css/fonts/edp-preon/edp_preon_hair_italic-webfont.woff") format("woff"), url("../../css/fonts/edp-preon/edp_preon_hair_italic-webfont.ttf") format("truetype"), url("../../css/fonts/edp-preon/edp_preon_hair_italic-webfont.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "preonLight";
  src: url("../../css/fonts/edp-preon/edp_preon_light-webfont.eot");
  src: url("../../css/fonts/edp-preon/edp_preon_light-webfont.svg#preonLight") format("svg"), url("../../css/fonts/edp-preon/edp_preon_light-webfont.woff") format("woff"), url("../../css/fonts/edp-preon/edp_preon_light-webfont.ttf") format("truetype"), url("../../css/fonts/edp-preon/edp_preon_light-webfont.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "preonLightItalic";
  src: url("../../css/fonts/edp-preon/edp_preon_light_italic-webfont.eot");
  src: url("../../css/fonts/edp-preon/edp_preon_light_italic-webfont.svg#preonLightItalic") format("svg"), url("../../css/fonts/edp-preon/edp_preon_light_italic-webfont.woff") format("woff"), url("../../css/fonts/edp-preon/edp_preon_light_italic-webfont.ttf") format("truetype"), url("../../css/fonts/edp-preon/edp_preon_light_italic-webfont.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "preonMedium";
  src: url("../../css/fonts/edp-preon/edp_preon_medium-webfont.eot");
  src: url("../../css/fonts/edp-preon/edp_preon_medium-webfont.svg#preonMedium") format("svg"), url("../../css/fonts/edp-preon/edp_preon_medium-webfont.woff") format("woff"), url("../../css/fonts/edp-preon/edp_preon_medium-webfont.ttf") format("truetype"), url("../../css/fonts/edp-preon/edp_preon_medium-webfont.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "preonMediumItalic";
  src: url("../../css/fonts/edp-preon/edp_preon_medium_italic-webfont.eot");
  src: url("../../css/fonts/edp-preon/edp_preon_medium_italic-webfont.svg#preonMediumItalic") format("svg"), url("../../css/fonts/edp-preon/edp_preon_medium_italic-webfont.woff") format("woff"), url("../../css/fonts/edp-preon/edp_preon_medium_italic-webfont.ttf") format("truetype"), url("../../css/fonts/edp-preon/edp_preon_medium_italic-webfont.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "preonRegular";
  src: url("../../css/fonts/edp-preon/edp_preon_regular-webfont.eot");
  src: url("../../css/fonts/edp-preon/edp_preon_regular-webfont.svg#preonRegular") format("svg"), url("../../css/fonts/edp-preon/edp_preon_regular-webfont.woff") format("woff"), url("../../css/fonts/edp-preon/edp_preon_regular-webfont.ttf") format("truetype"), url("../../css/fonts/edp-preon/edp_preon_regular-webfont.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "preonRegularItalic";
  src: url("../../css/fonts/edp-preon/edp_preon_regular_italic-webfont.eot");
  src: url("../../css/fonts/edp-preon/edp_preon_regular_italic-webfont.svg#preonRegularItalic") format("svg"), url("../../css/fonts/edp-preon/edp_preon_regular_italic-webfont.woff") format("woff"), url("../../css/fonts/edp-preon/edp_preon_regular_italic-webfont.ttf") format("truetype"), url("../../css/fonts/edp-preon/edp_preon_regular_italic-webfont.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "preonThin";
  src: url("../../css/fonts/edp-preon/edp_preon_thin-webfont.eot");
  src: url("../../css/fonts/edp-preon/edp_preon_thin-webfont.svg#preonThin") format("svg"), url("../../css/fonts/edp-preon/edp_preon_thin-webfont.woff") format("woff"), url("../../css/fonts/edp-preon/edp_preon_thin-webfont.ttf") format("truetype"), url("../../css/fonts/edp-preon/edp_preon_thin-webfont.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "preonThinItalic";
  src: url("../../css/fonts/edp-preon/edp_preon_thin_italic-webfont.eot");
  src: url("../../css/fonts/edp-preon/edp_preon_thin_italic-webfont.svg#preonThinItalic") format("svg"), url("../../css/fonts/edp-preon/edp_preon_thin_italic-webfont.woff") format("woff"), url("../../css/fonts/edp-preon/edp_preon_thin_italic-webfont.ttf") format("truetype"), url("../../css/fonts/edp-preon/edp_preon_thin_italic-webfont.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "preonMedium";
    src: url("../../css/fonts/edp-preon/edp_preon_medium-webfont.svg") format("svg");
  }
  @font-face {
    font-family: "preonRegular";
    src: url("../../css/fonts/edp-preon/edp_preon_medium-webfont.svg") format("svg");
  }
}
/* Cores UI Kit */
.red {
  color: #212e3e !important;
}

.dark-red {
  color: #9e0615;
}

.alt-red {
  color: #cb1522;
}

.alt-dark-red {
  color: #b40e1c;
}

.white {
  color: #fff !important;
}

.alt-light-ghost {
  color: #f0f0f0;
}

.alt-medium-ghost {
  color: #dbdbdb;
}

.alt-dark-ghost {
  color: #c5c5c5;
}

.light-coal {
  color: #888888 !important;
}

.medium-coal {
  color: #434343;
}

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

/* Fim Cores UI Kit */
/* Cores Personalizadas */
.success-green {
  color: #155724;
}

.warning-yellow {
  color: #856404;
}

.danger-red {
  color: #721c24;
}

.info-blue {
  color: #0c5460;
}

.success-green-light {
  color: #c8df8f;
}

.success-green-medium {
  color: #789431;
}

.success-green-dark {
  color: #647b2a;
}

.alt-success-green {
  color: #33cc00;
}

.alpha-red {
  color: rgba(213, 10, 31, 0.84);
}

.yellow-light {
  color: #fcf372;
}

.yellow-medium {
  color: #ffc870;
}

.yellow-dark {
  color: #f59b0f;
}

.yellow-darkest {
  color: #ff5500;
}

/* Fim Cores Personalizadas */
/* Fim Bootstrap Overrides */
/* Fontes */
.preon-regular {
  font-family: "Mulish";
}

.preon-medium {
  font-family: "Mulish";
}

.text-plus {
  font-size: 16px;
}

/* Fim Fontes */
/* Configurações */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mulish";
  margin-bottom: 10px;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

body,
body p {
  font-family: "Mulish";
  font-size: 14px;
}

a {
  color: #28ff52;
}

a:hover,
a:active,
a:focus {
  color: #42ff67;
  outline: 0;
  box-shadow: none;
  text-decoration: none;
}

p {
  margin-top: 4px;
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 10px;
  }
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
  }
  h6 {
    font-size: 12px;
  }
  body,
  body p {
    font-size: 12px;
  }
  p {
    margin-top: 2px;
    margin-bottom: 10px;
  }
  input[type=submit],
  button {
    cursor: pointer !important;
  }
}
/* Fim Configurações */
/* Alertas */
/* Fim Alertas */
/* Sidebar */
.sidebar-default {
  background-color: #f3f3f3;
  color: #212121 !important;
  margin-top: -48px;
  margin-bottom: -48px;
  align-self: stretch;
  width: 350px;
  padding: 10px;
}
@media (max-width: 991px) {
  .sidebar-default {
    width: 100%;
    flex-grow: 2;
    margin-top: 15px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}

.sidebar-default p {
  color: #888888 !important;
}

.sidebar-default h3 {
  color: #888888;
}

.sidebar-default .panel {
  background-color: transparent;
}

/* Fim Sidebar */
/* Breadcrumbs */
.breadcrumb {
  background-color: transparent;
  color: #212121;
  padding: 15px 0;
  border-radius: 0;
  margin: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li.active a {
  color: #212121;
}

.breadcrumb li a {
  color: #28ff52;
}

.breadcrumb > li:nth-child(n+3):before {
  padding: 0 5px;
  color: #212121;
  content: "/ ";
}

/* Fim Breadcrumbs */
/* Steps */
.steps-control {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .steps-control {
    margin: 0;
  }
}

.steps-control li {
  display: inline-block;
}

.steps-control li a {
  display: inline-block;
  padding: 10px;
  color: #888888;
  font-size: 12px;
  font-weight: 300;
}

.steps-control li a .step-control__number {
  padding: 4px 12px;
  margin-right: 5px;
  background-color: #fff;
  border: 3px solid #888888;
  border-radius: 99px;
  font-size: 18px;
  font-family: "Mulish";
  width: 40px;
  height: 40px;
  display: inline-block;
}

.steps-control li a .step-control__number.m {
  padding: 8px 5px;
  font-size: 12px;
}

.steps-control li:after {
  padding: 0 5px;
  color: #888888;
  content: ">";
  font-size: 19px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .steps-control li:after {
    content: "";
  }
}

.steps-control li:last-child:after {
  padding: 0;
  content: "";
}

.steps-control li.active a {
  color: #28ff52;
}

.steps-control li.active a .step-control__number {
  border-color: #28ff52;
}

.steps-control li.finished a {
  color: #212121;
}

.steps-control li.finished a .step-control__number {
  border-color: #212121;
}

/* Fim Steps */
/* Helpers & Hacks */
.edp-logo-inline {
  width: 200px;
  height: 60px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  position: relative;
  left: 10px;
}

.edp-logo-inline__logo {
  font-family: "Mulish";
  font-size: 28.8px;
  letter-spacing: -0.062em;
  padding: 0;
  margin: 0;
}

.edp-logo-inline__logo .edp {
  color: #d52b1e;
}

.edp-logo-inline__logo .online {
  color: #333;
}

.edp-logo-inline__slogan {
  color: #333;
  font-size: 12px;
  letter-spacing: -0.018em;
  margin-left: 2px !important;
  font-family: "Mulish";
  padding: 0;
  margin: 0;
  margin-top: -8px;
}

.text-truncate {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.inline-list {
  list-style: none;
}
.inline-list li {
  display: inline-block;
  margin-right: 5px;
}

sup {
  font-size: 18px;
  top: 0;
}

.flex-ml-none {
  margin-left: 0 !important;
}

.flex-pull-right {
  margin-left: auto;
  align-self: center;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-transform-none {
  text-transform: none !important;
}

.force-center {
  margin: 0 auto;
}

.d-flex .edp-btn-inline, .edp-theme .login .header__item .edp-btn-inline, .edp-theme .login .header .edp-btn-inline, .edp-theme .login .footer-login .edp-btn-inline, .edp-theme .navbar-mob__link .edp-btn-inline, .edp-theme .list--ordened .list__item::before .edp-btn-inline, .edp-theme .list--ordened .list__item .edp-btn-inline {
  align-self: center;
}

.no-border {
  border: none !important;
}

.green-1-color {
  color: #155724;
}

.red-1-color {
  color: #721c24;
}

input:active,
input:focus,
input:hover {
  outline: 0;
}

button:active,
button:hover,
button:focus,
.btn:active,
.btn:hover,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.font-preon {
  font-family: "Mulish";
}

.required {
  position: relative;
}

.img-panel {
  margin-bottom: 20px;
}

.svg {
  vertical-align: middle;
  border-style: none;
}

.required::after {
  content: "*";
  font-size: 16px;
  position: inline-block;
  margin-left: 2px;
  color: #28ff52;
}

.opt-icon.pull-left {
  margin: -2px 5px 0 0;
}

.link-dark-color {
  color: #212121;
}

.link-dark-color:hover,
.link-dark-color:focus,
.link-dark-color:active {
  color: #191919;
}

.link-light-color {
  color: #fff;
}

.link-light-color:hover,
.link-light-color:focus,
.link-light-color:active {
  color: #f7f7f7;
}

.link-success-color {
  color: #789431;
}

.margin-top {
  margin-top: 20px;
}

.margin-bottom {
  margin-bottom: 20px;
}

.margin-left {
  margin-left: 20px;
}

.margin-right {
  margin-right: 20px !important;
}

.extra-margin-left {
  margin-left: 5%;
}

.margin-none {
  margin: 0;
}

.i-block {
  display: inline-block;
  margin-right: 6px;
}

.d-block,
.d-block a {
  display: block !important;
  margin: 5px 0;
}

.dotted {
  border: none;
  border-bottom: 2px dotted #b5b6bb;
}

.right-border {
  margin-right: 5%;
  min-width: 330px;
}

@media (max-width: 1298px) {
  .right-border {
    min-width: 100%;
    border-bottom: solid 2px #b5b6bb;
  }
}
@media (min-width: 1299px) {
  .right-border {
    border-right: solid 2px #b5b6bb;
    min-width: 330px;
    margin-right: 5%;
  }
}
.bullet-list li {
  margin-left: 15px;
}

.bullet-list li {
  list-style-type: disc;
  margin-bottom: 15px;
}

.bullet-list.small-spaces li,
.small-spaces li {
  margin-bottom: 15px;
}

.bullet-list.smaller-spaces li {
  margin-bottom: 5px;
}

.smaller-spaces p {
  margin: 1px;
}

.bullet-list.small-spaces.collumns li {
  float: left;
  width: 270px;
}

.panel-small-width {
  width: 60%;
}

@media (max-width: 992px) {
  .panel-small-width {
    width: 100%;
  }
}
.text-big {
  font-size: 130%;
}

.text-medium {
  font-size: 110%;
}

.text-normal {
  font-weight: normal;
}

.icon-normal {
  font-size: 100% !important;
  vertical-align: middle;
}

.icon-big {
  font-size: 150% !important;
  vertical-align: middle;
}

.icon-bigger {
  font-size: 350% !important;
  vertical-align: middle;
}

.icon-label {
  margin: 10px 0;
}

.icon-label i {
  font-size: 30px;
  vertical-align: middle;
}

.icon-label-small i {
  font-size: 20px;
  vertical-align: middle;
}

.input-small {
  width: 50% !important;
}

.input-smaller {
  width: 30% !important;
}

@media (max-width: 480px) {
  .input-small {
    width: 100% !important;
  }
  .input-smaller {
    width: 100% !important;
  }
}
.border-box {
  padding: 10px;
  border: 1px solid #f0f0f0;
  border-radius: 0;
}

.bordered {
  border: solid 1px #212121;
}

.border-red {
  border-color: #28ff52;
}

.link--underline:active,
.link--underline:focus,
.link--underline:hover,
.link--underline {
  text-decoration: underline;
}

/* End - Helpers */
/* Site Header */
.site-header {
  background-color: #f0f0f0;
}
@media (min-width: 992px) {
  .site-header {
    padding-top: 20px;
  }
}

.site-header__public-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  text-align: center;
}
@media (max-width: 1199px) {
  .site-header__public-tabs {
    line-height: 1;
  }
}

.site-header__public-tabs li {
  display: inline-block;
  margin-right: 4px;
}

.site-header__public-tabs li:last-child {
  margin-right: 0;
  float: right;
  padding: 14px 0 10px 10px;
}

.site-header__public-tabs li a {
  display: inline-block;
  background-color: #dbdbdb;
  padding: 11px 10px 6px 10px;
  color: #434343;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .site-header__public-tabs li a {
    font-size: 14px;
  }
}

.site-header__public-tabs li:last-child a {
  background-color: transparent;
  color: #434343;
  font-weight: bold;
  padding: 0;
  display: inline-block;
  font-size: 16x;
}
@media (max-width: 1199px) {
  .site-header__public-tabs li:last-child a {
    font-size: 14px;
  }
}

.site-header__public-tabs li.active a {
  background-color: #fff;
  color: #28ff52;
  font-weight: bold;
}

.site-header__public-tabs li a svg path,
.site-header__public-tabs li a svg g path {
  fill: #918d8c !important;
}

.site-header__public-tabs li a svg {
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 4px;
}

.site-header__public-tabs li.active a svg path,
.site-header__public-tabs li.active a svg g path {
  fill: #28ff52 !important;
}

/* Fim Site Header */
/* User Area */
.user-area,
.site-menu {
  background-color: #fff;
}

.user-area {
  padding: 15px 0;
  border-bottom: solid 1px #28ff52;
  transition: all 0.5s ease-in-out 0s;
}
@media (min-width: 992px) {
  .user-area {
    padding: 25px 0;
    border-bottom: solid 1px #8d8d8d;
  }
}

.user-area__actions {
  list-style: none;
  padding: 0;
  margin: 0;
}

.user-area__actions li {
  display: inline-block;
  margin-left: 5%;
}

.user-area__actions li:first-child {
  margin-left: 0;
}
@media (min-width: 992px) {
  .user-area__actions li:first-child {
    width: 40%;
  }
}

.user-area__actions li a {
  display: inline-block;
  position: relative;
}

.notification {
  display: inline-block;
  border-radius: 50%;
  background-color: #28ff52;
  padding: 0px 5px;
  font-size: 11px;
  color: #fff;
  position: absolute;
  top: -3px;
  left: 16px;
}

.notification-quadrado {
  display: inline-block;
  border-radius: 10px;
  background-color: #28ff52;
  padding: 0 4px 0px 4px;
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: 43px;
  left: 17px;
}

.user-area__user-menu {
  display: inline-block;
  padding: 0 3px;
  margin: 0;
  text-transform: uppercase;
  color: #434343;
  font-weight: 600;
  vertical-align: middle;
  font-size: 14px;
  position: relative;
  z-index: 1000;
}

.user-area__user-menu img {
  display: inline-block;
}

/* Fim User Area */
/* Site Menu */
.site-menu {
  background-color: #fff;
}

.site-menu::after {
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  display: block;
  background: #ff6a00;
  background: -webkit-linear-gradient(to right, #ff6a00, #ee0979);
  background: linear-gradient(to right, #ff6a00, #ee0979);
}

.site-menu__horizontal-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-menu__horizontal-menu li {
  margin-right: 0;
  display: inline-block;
}

.site-menu__horizontal-menu li:first-child {
  margin-right: 15px;
}

.site-menu__horizontal-menu li:last-child {
  margin-right: 0;
}

.site-menu__horizontal-menu > li > a {
  display: inline-block;
  color: #434343;
  font-weight: bold;
  vertical-align: middle;
  font-size: 14px;
  padding: 8px 10px 7px 25px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .site-menu__horizontal-menu > li > a {
    font-size: 11px;
  }
}

.site-menu__sub-menu__separator a:active,
.site-menu__sub-menu__separator a:focus,
.site-menu__sub-menu__separator a:hover {
  background-color: #28ff52;
  color: #fff !important;
}

.site-menu__horizontal-menu li:first-child a {
  padding: 8px 0 10px 5px;
}
@media (max-width: 1199px) {
  .site-menu__horizontal-menu li:first-child a {
    padding: 9px 0 9px 5px;
  }
}

.site-menu__horizontal-menu li:active,
.site-menu__horizontal-menu li:focus,
.site-menu__horizontal-menu li:hover {
  background-color: #ebebeb;
  box-shadow: 0 -2px 0 #28ff52;
}

.site-menu__horizontal-menu li:first-child:active,
.site-menu__horizontal-menu li:first-child:focus,
.site-menu__horizontal-menu li:first-child:hover {
  background-color: transparent;
  border: none;
}

.site-menu__horizontal-menu li > div.row.site-menu__sub-menu {
  background-color: #ebebeb;
  padding: 30px 0;
  position: absolute;
  top: 39px;
  right: 0;
  left: 0;
  display: none;
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .site-menu__horizontal-menu li > div.row.site-menu__sub-menu {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .site-menu__horizontal-menu li > div.row.site-menu__sub-menu {
    width: 1140px;
  }
}

.site-menu__horizontal-menu li > div.row.site-menu__sub-menu > .site-menu__sub-menu__separator a {
  font-size: 14px;
  font-family: "Mulish";
  font-weight: 300;
  color: #212121;
  padding: 15px;
  display: block;
  text-transform: none !important;
}

.site-menu__sub-menu__separator {
  border-right: solid 1px #434343;
}

.site-menu__horizontal-menu li:hover > div.row.site-menu__sub-menu {
  display: flex;
  flex-wrap: wrap;
}

.site-menu__sub-menu__banner {
  padding: 20px 40px;
}

/* Fim Site Menu */
/* User Area Search */
#user-area__search {
  position: relative;
  width: 100%;
}

#user-area__search input[type=text] {
  background-color: #fff;
  border-radius: 0;
  padding: 0 10px;
  height: 40px;
  font-size: 14px;
  font-family: "Mulish";
  color: #888888;
  width: 100%;
  border: none;
  transition: all 0.5s ease-in-out 0s;
  border: 1px solid #dbdbdb;
  opacity: 0;
  cursor: default;
}

#user-area__search.active input[type=text] {
  opacity: 1;
  cursor: auto;
}

#user-area__search img {
  display: inline-block;
  position: absolute;
  right: 4px;
  border: none;
  top: 4px;
}

/*Fim User Area Search */
/* Messages Dropdown */
@keyframes shake {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(10deg);
  }
}
.shake-animation {
  animation: shake 0.5s ease-in-out infinite;
  transform-origin: top center; /* Define o ponto de rotação no topo do sino */
}

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

.dropdown-menu {
  padding: 0;
  overflow: visible;
}
.dropdown-menu .dropdown-scrollable {
  max-height: 679px;
  overflow-y: auto;
}
.dropdown-menu .dropdown-scrollable::-webkit-scrollbar {
  width: 5px;
}
.dropdown-menu .dropdown-scrollable::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.dropdown-menu .dropdown-scrollable::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.dropdown-menu .dropdown-scrollable::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.dropdown-menu--messages {
  background-color: whitesmoke;
  border: solid 2px #dbdbdb;
  border-radius: 0;
  padding: 0;
  top: 8px !important;
}
@media (min-width: 768px) {
  .dropdown-menu--messages {
    margin-left: calc(-215% - 100px) !important;
    margin-right: calc(-215% - 100px) !important;
  }
}
.dropdown-menu--messages.override-top {
  top: auto !important;
}

@media (min-width: 768px) {
  .dropdown-menu--messages::before {
    content: "";
    position: absolute;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #dbdbdb;
    left: 50%;
  }
}
.dropdown-menu--messages .dropdown-item {
  display: inline-block;
  padding: 5px;
  border-bottom: solid 1px #dbdbdb;
  display: flex;
  flex-direction: row;
  width: 310px;
}
.dropdown-menu--messages .dropdown-item p {
  margin: 2px !important;
}
.dropdown-menu--messages .dropdown-item h5 {
  font-size: 14px;
  margin-bottom: 4px;
}

.dropdown-menu--messages .dropdown-item:active,
.dropdown-menu--messages .dropdown-item:focus {
  outline: 0;
  box-shadow: none;
  background-color: #fdfdfd;
  color: #212121;
}

.dropdown-menu--messages .dropdown-item:last-child {
  border: none;
}

.dropdown-item img,
.dropdown-item p {
  align-self: center;
}

.dropdown-item p {
  margin-left: 10px;
  white-space: normal;
}

.dropdown-item p small {
  color: #888888;
}

/* Fim Messages Dropdown */
/* User Dropdown */
.dropdown-menu.user-dropdown {
  background-color: #f0f0f0;
  border-radius: 0;
  border: none;
  margin-top: 0;
  top: -42px !important;
  padding: 52px 10px 10px 10px !important;
  z-index: 999;
  width: 220px;
}

.dropdown-menu.user-dropdown a {
  display: block;
}

.user-area__user-menu:active,
.user-area__user-menu:focus,
.user-area__user-menu:hover {
  color: #212121;
}

.dropdown.show .user-area__user-menu {
  color: #212121;
}

/* Account Dropdown */
.user-area__user-menu i,
.account-dropdown i,
.site-menu__horizontal-menu li a i {
  font-size: 24px;
  vertical-align: middle;
  color: #c5c5c5;
  font-weight: 600;
  margin-left: -5px;
}

.account-dropdown {
  display: inline-block;
  color: #434343;
  vertical-align: middle;
  font-size: 14px;
  padding: 10px 10px;
  background-color: transparent;
  border: none;
  z-index: 998 !important;
  position: relative;
  cursor: pointer;
}

.dropdown.show .account-dropdown.dropdown-toggle.green {
  background-color: #f0f0f0;
  border-left: solid 1px #c0c0c0;
  border-right: solid 1px #c0c0c0;
  box-shadow: 0 -2px 0 #33cc00 !important;
}

.dropdown.show .account-dropdown.dropdown-toggle.red {
  background-color: #f0f0f0;
  border-left: solid 1px #c0c0c0;
  border-right: solid 1px #c0c0c0;
  box-shadow: 0 -2px 0 #28ff52 !important;
}

ul.dropdown-menu.dropdown-menu__instalacao {
  background-color: #f0f0f0;
  border-radius: 0;
  border: 1px solid #c0c0c0;
  padding: 0;
  top: -3px !important;
  left: 1px !important;
  z-index: 997 !important;
  width: 651px;
}

ul.dropdown-menu.dropdown-menu__instalacao li {
  border: none;
  padding: 3px 20px 3px 20px;
}

ul.dropdown-menu.dropdown-menu__instalacao li.separator {
  height: 1px;
  background-color: #c0c0c0;
  padding: 0;
  margin: 0;
  margin-right: -15px;
}

ul.dropdown-menu.dropdown-menu__instalacao .col-md-6:last-child li.separator {
  margin: 0;
  margin-left: -15px;
}

ul.dropdown-menu.dropdown-menu__instalacao .col-md-6:first-child {
  border-right: solid 1px #c0c0c0;
}

ul.dropdown-menu.dropdown-menu__instalacao li:last-child {
  border: none;
}

ul.dropdown-menu.dropdown-menu__instalacao li p {
  margin: 8px 0 8px 0;
  font-size: 15px;
}

.status-circle {
  display: inline-block;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-top: -3px;
}

.status-circle--green {
  background-color: #33cc00;
  color: #fff;
}

.status-circle--red {
  background-color: #e32c2c;
  color: #fff;
}

/* Fim Account Dropdown */
/* Cabeçalho de Serviços */
.service-header {
  padding: 20px;
}

.service-header h2 {
  color: #28ff52;
  margin: 0;
}

/* Fim Cabeçalho de Serviços */
/* Container do Conteúdo Principal */
.site-content {
  background-color: #f0f0f0;
}

.site-content__container {
  background-color: #fff;
  position: relative;
  color: #888888;
}

.site-content__container p {
  color: #888888;
}

.site-content__container h1,
.site-content__container h2,
.site-content__container h3,
.site-content__container h4,
.site-content__container h5,
.site-content__container h6 {
  color: #28ff52;
}

.site-content__container hr {
  border: none;
  border-bottom: solid 2px #dbdbdb;
  margin: 0;
}

.custom-hr {
  border: none;
  border-bottom: solid 1px #dbdbdb !important;
}

.site-content__container .panel {
  border-radius: 0;
  border: none;
  padding: 20px;
}

/* Fim Container do Conteúdo Principal */
/* Rodapé */
.site-footer {
  background-color: #3b3b3b;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .site-footer {
    padding: 30px 0;
  }
}

.footer-link {
  font-size: 18px;
  color: #28ff52;
  font-family: "Mulish";
  vertical-align: middle;
  margin: 22px 6px;
}

.site-footer img {
  vertical-align: middle;
  margin: 0 4px;
}

a.edp-a-z {
  margin: 0;
  width: 230px;
  padding: 14px 36px;
}
@media (max-width: 1199px) {
  a.edp-a-z {
    width: 140px;
    padding: 18px 14px !important;
    font-size: 14px;
  }
}

.copyright-text {
  background-color: #434343;
  color: #fff;
  font-size: 14px;
  padding: 15px 0;
}

/* Fim Rodapé */
/* Botões */
.edp-btn, .layout-aberto-simulador .btn,
.custom-modal .btn {
  display: inline-block;
  margin: 5px 5px 5px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  border: 0;
  outline: 0;
  font-size: 16px;
  padding: 20px 36px;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out 0s;
  font-family: "Mulish";
}

.edp-btn span, .layout-aberto-simulador .btn span,
.custom-modal .btn span {
  /*font-weight: bold;
  font-size: 35px;    
  vertical-align: middle;
  display: inline-block;
  margin-top: -15px;
  margin-bottom: -10px;*/
}

.edp-btn:hover, .layout-aberto-simulador .btn:hover,
.custom-modal .btn:hover,
.edp-btn:focus,
.layout-aberto-simulador .btn:focus,
.custom-modal .btn:focus,
.edp-btn:active,
.layout-aberto-simulador .btn:active,
.custom-modal .btn:active {
  outline: 0;
}

.edp-btn:before, .layout-aberto-simulador .btn:before,
.custom-modal .btn:before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 0 0 30px 15px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.075) transparent;
  transition: all 0.75s ease-in-out 0s;
  box-sizing: border-box;
}

.edp-btn.edp-btn-small:before, .layout-aberto-simulador .edp-btn-small.btn:before,
.custom-modal .edp-btn-small.btn:before {
  border-width: 0 0 15px 15px;
}

.edp-btn:hover:before, .layout-aberto-simulador .btn:hover:before,
.custom-modal .btn:hover:before,
.edp-btn.edp-btn-small:hover:before {
  border-width: 0 0 600px 360px;
  border-color: transparent;
  transition: all 0.5s ease-in-out 0s;
}

.edp-btn:disabled:before, .layout-aberto-simulador .btn:disabled:before,
.custom-modal .btn:disabled:before {
  display: none;
}

.edp-btn:disabled:hover:before, .layout-aberto-simulador .btn:disabled:hover:before,
.custom-modal .btn:disabled:hover:before {
  border-width: 0;
}

a.edp-btn.disabled:before, .layout-aberto-simulador a.disabled.btn:before,
.custom-modal a.disabled.btn:before {
  display: none;
}

a.edp-btn.disabled:hover:before, .layout-aberto-simulador a.disabled.btn:hover:before,
.custom-modal a.disabled.btn:hover:before {
  border-width: 0;
}

@media (max-width: 325px) {
  .edp-btn, .layout-aberto-simulador .btn,
  .custom-modal .btn {
    font-size: 11px !important;
  }
}
@media (max-width: 768px) {
  .edp-btn, .layout-aberto-simulador .btn,
  .custom-modal .btn {
    min-width: 90px;
    margin: 10px 5px 5px 0;
  }
}
.edp-btn:disabled, .layout-aberto-simulador .btn:disabled,
.custom-modal .btn:disabled {
  cursor: no-drop !important;
}

a.edp-btn.disabled.loading:hover,
a.edp-btn.disabled.loading:focus,
a.edp-btn.disabled.loading:active,
a.edp-btn.disabled:hover,
a.edp-btn.disabled:focus,
a.edp-btn.disabled:active,
a.edp-btn.disabled,
.layout-aberto-simulador a.disabled.btn,
.custom-modal a.disabled.btn {
  cursor: no-drop !important;
  background-color: #cfcfcf;
  color: #fff;
  border: none;
}

.edp-btn i, .layout-aberto-simulador .btn i,
.custom-modal .btn i {
  font-size: 28px;
  vertical-align: middle;
  font-weight: bold;
}

.edp-btn-bigger {
  height: 70px;
}

.edp-btn-small {
  height: 40px;
  padding: 0 10px;
  font-size: 13px;
}

a.edp-btn, .layout-aberto-simulador a.btn,
.custom-modal a.btn {
  display: inline-block;
  vertical-align: top;
}

.load-spin::after {
  content: "";
  width: 25px;
  height: 25px;
}

.load-spin::after {
  margin-left: 5px;
  margin-top: -10px;
  background-color: transparent;
  vertical-align: middle;
  display: inline-block;
  background-image: url("../images/spin-light.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* Light Theme*/
.edp-btn-light {
  background-color: #fff;
  color: #28ff52;
  border: solid 1px #dbdbdb;
}

a.edp-btn-light:hover,
a.edp-btn-light:active,
a.edp-btn-light:focus,
.edp-btn-light:hover,
.edp-btn-light:active,
.edp-btn-light:focus {
  background-color: #f2f2f2;
  color: #28ff52;
}

.edp-btn-light [class*=icono-] {
  color: #28ff52;
}

.edp-btn-light:disabled,
.edp-btn-light:disabled:hover,
.edp-btn-light:disabled:focus,
.edp-btn-light:disabled:active {
  background-color: #cfcfcf;
  color: #fff;
}

.edp-btn-light.loading:disabled,
.edp-btn-light.loading:disabled:hover,
.edp-btn-light.loading:disabled:active,
.edp-btn-light.loading:disabled:focus {
  background-color: #cfcfcf;
  color: #fff;
}

/*Dark Theme*/
.edp-btn-dark {
  background-color: #28ff52;
  color: #fff !important;
  border: solid 1px #9e0615;
}

a.edp-btn-dark:hover,
a.edp-btn-dark:active,
a.edp-btn-dark:focus,
.edp-btn-dark:hover,
.edp-btn-dark:active,
.edp-btn-dark:focus {
  background-color: #0fff3d;
  color: #fff;
}

.edp-btn-dark [class*=icono-] {
  color: #fff;
}

.edp-btn-dark:disabled,
.edp-btn-dark:disabled:hover,
.edp-btn-dark:disabled:focus,
.edp-btn-dark:disabled:active {
  background-color: #cfcfcf;
  color: #fff;
  border: none;
}

.edp-btn-dark.loading:disabled,
.edp-btn-dark.loading:disabled:hover,
.edp-btn-dark.loading:disabled:active,
.edp-btn-dark.loading:disabled:focus {
  background-color: #cfcfcf;
  color: #fff;
  border: none;
}

/* Dark Coal */
.edp-btn-dark-coal {
  background-color: #212121;
  color: #fff !important;
  border: solid 1px #dbdbdb;
}

a.edp-btn-dark-coal:hover,
a.edp-btn-dark-coal:active,
a.edp-btn-dark-coal:focus,
.edp-btn-dark-coal:hover,
.edp-btn-dark-coal:active,
.edp-btn-dark-coal:focus {
  background-color: #2e2e2e;
  color: #fff;
}

.edp-btn-dark-coal [class*=icono-] {
  color: #fff;
}

.edp-btn-dark-coal:disabled,
.edp-btn-dark-coal:disabled:hover,
.edp-btn-dark-coal:disabled:focus,
.edp-btn-dark-coal:disabled:active {
  background-color: #cfcfcf;
  color: #fff;
}

.edp-btn-dark-coal.loading:disabled,
.edp-btn-dark-coal.loading:disabled:hover,
.edp-btn-dark-coal.loading:disabled:active,
.edp-btn-dark-coal.loading:disabled:focus {
  background-color: #cfcfcf;
  color: #fff;
}

.edp-btn.edp-btn-dark-coal:before, .layout-aberto-simulador .edp-btn-dark-coal.btn:before,
.custom-modal .edp-btn-dark-coal.btn:before {
  border-color: rgba(255, 255, 255, 0.1) transparent;
}

/* Fim Dark Coal */
/*Transparent Theme*/
.edp-btn-transparent {
  background-color: transparent;
  border: 1px solid #dbdbdb;
  border-radius: 0;
}

.edp-btn-transparent [class*=icono-] {
  color: #212121;
}

.edp-btn-transparent:hover [class*=icono-],
.edp-btn-transparent:focus [class*=icono-],
.edp-btn-transparent:active [class*=icono-] {
  color: #212121;
}

.edp-btn-transparent:disabled [class*=icono-],
.edp-btn-transparent:disabled:hover [class*=icono-],
.edp-btn-transparent:disabled:focus [class*=icono-],
.edp-btn-transparent:disabled:active [class*=icono-] {
  color: #212121;
}

.edp-btn-transparent:hover,
.edp-btn-transparent:focus,
.edp-btn-transparent:active {
  background-color: #dbdbdb;
}

.edp-btn-transparent:disabled,
.edp-btn-transparent:disabled:hover,
.edp-btn-transparent:disabled:focus,
.edp-btn-transparent:disabled:active {
  background-color: #cfcfcf;
  color: #fff;
}

.edp-btn-transparent.loading:disabled,
.edp-btn-transparent.loading:disabled:hover,
.edp-btn-transparent.loading:disabled:active,
.edp-btn-transparent.loading:disabled:focus {
  background-color: #cfcfcf;
  color: #fff;
}

.btn-link {
  background-color: transparent;
  border: none;
  color: #28ff52;
  padding: 8px 0;
  display: inline-block;
  cursor: pointer;
}

.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  color: #28ff52;
  text-decoration: none;
}

/* Dropdown Button */
.btn-dropdown {
  padding: 0 5px;
  font-size: 15px;
}

.btn-dropdown,
.btn-dropdown span.caret {
  margin-top: -3px;
}

/* Fim Botões */
/* Forms */
form hr {
  border: none;
  border-bottom: dashed 1px #dbdbdb !important;
  margin: 25px 0 20px !important;
}

.view-input {
  padding: 6px 0;
  margin: 0;
  color: #212121 !important;
}

.form-control {
  background-clip: unset;
  outline: none;
}

.modal-body .edp-btn, .modal-body .layout-aberto-simulador .btn, .layout-aberto-simulador .modal-body .btn,
.modal-body .custom-modal .btn,
.custom-modal .modal-body .btn,
.modal-footer .edp-btn,
.modal-footer .layout-aberto-simulador .btn,
.layout-aberto-simulador .modal-footer .btn,
.modal-footer .custom-modal .btn,
.custom-modal .modal-footer .btn,
.edp-btn.small,
.layout-aberto-simulador .small.btn,
.custom-modal .small.btn,
.form-control.small {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
  outline: none;
  border: 1px solid #dbdbdb;
  background-color: #f0f0f0;
  color: #888888;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.table .form-control {
  height: 25px;
  width: 100%;
}

.border-clear table thead tr th:first-child,
.border-clear table tbody tr td:first-child {
  border-left: none;
}

.border-clear table thead tr th:last-child,
.border-clear table tbody tr td:last-child {
  border-right: none;
}

.form-control,
textarea.form-control {
  border: 1px solid #dbdbdb;
  background-color: #f0f0f0;
  border-radius: 0;
  padding: 0 10px;
  font-size: 14px;
  font-family: "Mulish";
  color: #888888;
}

.form-control {
  height: 50px;
  width: 100%;
}

.form-control.d-inline-block {
  width: 40%;
  vertical-align: bottom;
}

.edp-btn-inline {
  padding: 10px 20px !important;
  margin: 0;
}

.select-input select {
  border: 1px solid #dbdbdb;
  background-color: #f0f0f0;
  border-radius: 0;
  padding: 0 10px;
  font-size: 14px;
  font-family: "Mulish";
  color: #888888;
  height: 50px !important;
}

div.form-control {
  height: auto;
  padding: 10px;
}

.form-control[type=text] {
  line-height: 50px;
}

.input-time-input {
  width: 20% !important;
}

.input-icon {
  position: absolute;
  top: 42px;
  font-size: 28px;
  right: 10px;
  color: #888888;
}

textarea.form-control {
  height: 230px !important;
  resize: none;
  padding: 10px 10px;
}

/* File Input */
.added-files-list {
  margin: 20px 0;
}

.added-file {
  width: 21%;
  min-width: 210px;
  height: 30px;
  border-radius: 0;
  background-color: #f0f0f0;
  padding-left: 10px;
  position: relative;
  margin-right: 5px;
  margin-top: 5px;
  display: block;
}

.added-file span {
  font-family: "Mulish";
  font-weight: 300;
  color: #212121;
  font-size: 10px;
  line-height: 30px;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 160px;
  display: inline-block;
}

.added-file .icon {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #888888;
}

.added-file .icon::after {
  content: "";
  width: 25px;
  height: 25px;
}

.added-file .icon::after {
  background-color: transparent;
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.added-file.loading .icon::after {
  margin-left: 2px;
  margin-top: 2px;
  background-image: url("../images/spin-light-coal.gif");
}

.added-file.success .icon::after {
  margin-left: 2px;
  margin-top: 2px;
  background-image: url("../images/check-icon.jpg");
}

.added-file.error .icon::after {
  margin-left: 2px;
  margin-top: 2px;
  background-image: url("../images/error-icon.jpg");
}

.added-file.loading a::after {
  content: "Cancelar";
  right: -30%;
  top: 5px;
  position: absolute;
  display: inline-block;
}

.added-file.success a::after {
  content: "Remover";
  right: -30%;
  top: 5px;
  position: absolute;
  display: inline-block;
}

.added-file.error a {
  right: -38%;
  top: 5px;
  position: absolute;
  display: inline-block;
}

.upload-input {
  position: relative;
  padding-bottom: 3px;
  min-width: 220px;
}

.upload-input input {
  opacity: 0;
  width: 100%;
  height: 50px;
  position: absolute;
  cursor: pointer;
}

.upload-input .edp-upload {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 0;
  background-color: #888888;
}

.upload-input .edp-upload span {
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  font-family: "Mulish";
  font-weight: 300;
  text-transform: uppercase;
  padding-left: 10px;
}

.upload-input .edp-upload .icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.upload-progress {
  float: right;
  margin-right: 40px;
}

/* Form Validators */
.validation-summary-errors ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.has-error label,
.has-error .radio-input,
.has-error .check-input,
.has-error .input-icon,
.has-error.radio-input label,
.has-error.check-input label {
  color: #E32C2C;
}

.has-error .radio-input .edp-radio,
.has-error .check-input .edp-checkbox,
.has-error .radio-input input:checked ~ .edp-radio,
.has-error .check-input input:checked ~ .edp-checkbox {
  border: 1px solid #E32C2C;
}

.has-error .form-control {
  border: 1px solid #E32C2C !important;
  color: #E32C2C;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #E32C2C;
  color: #E32C2C;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ec7070;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ec7070;
}

.has-error .check-input + .text-danger {
  display: block;
  margin-left: 30px;
}

/* Fim Forms */
/* Fast Menu */
.fast-menu {
  position: relative;
}

.fast-menu__row {
  margin-top: 30px;
}

.fast-menu__item {
  display: inline-block;
  margin-right: 53px;
  vertical-align: top;
}

.fast-menu__item--docked {
  position: absolute;
  right: 0;
  top: 0;
}

.fast-menu__item:last-child {
  margin-right: 0;
}

.fast-menu__item__button {
  display: inline-block;
  background-color: #fff;
  border: solid 2px #888888;
  border-radius: 100px;
  width: 110px;
  height: 110px;
  text-align: center;
  vertical-align: middle;
}

.fast-menu__item__button:hover,
.fast-menu__item__button:active,
.fast-menu__item__button:focus {
  background-color: #888888;
}

.fast-menu__item img,
.fast-menu__item--docked img {
  margin-left: -2px;
}

.fast-menu__item__title {
  margin-top: 10px;
  font-family: "Mulish";
  font-size: 16px;
  color: #212121;
  width: 110px;
  text-align: center;
}

/* Fim Fast Menu */
/* Cockpit Content */
#acesso-rapido {
  background-color: #f0f0f0;
  padding: 50px 0;
}

#historico-de-consumo {
  background-color: #fff;
  padding: 30px 0;
}

.banner-debito-automatico,
.banner-conta-por-email {
  background-image: url("../images/fundos/img-05.jpg");
}

.banner-conta-por-email {
  padding: 0.6em 0 !important;
}

.banner-servico {
  padding: 60px 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
  transition: all 0.5s ease-in-out 0s;
}
@media (max-width: 767px) {
  .banner-servico {
    padding: 30px 0;
  }
}

.banner-servico:hover {
  background-size: 150% auto;
  -webkit-background-size: 150% auto;
}

.banner-servico .container {
  position: relative;
  z-index: 1;
}

.banner-servico:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background-color: rgba(213, 10, 31, 0.84);
}

.banner-servico h2 {
  color: #fff;
  font-size: 34px;
}
@media (max-width: 767px) {
  .banner-servico h2 {
    font-size: 24px;
  }
}

.banner-servico p {
  font-family: "Mulish";
  color: #fff !important;
  font-size: 18px !important;
}
@media (max-width: 767px) {
  .banner-servico p {
    font-size: 14px;
  }
}

.banner-servico .edp-btn, .banner-servico .layout-aberto-simulador .btn, .layout-aberto-simulador .banner-servico .btn,
.banner-servico .custom-modal .btn,
.custom-modal .banner-servico .btn {
  padding: 16px 46px;
}

#historico-de-consumo p {
  font-family: "Mulish";
  color: #212121 !important;
}

.chart-control a {
  display: inline-block;
  font-family: "Mulish";
  color: #212121;
  margin-right: 2px;
}

#ultima-conta {
  background-color: #fff;
  padding: 20px 0;
}

.invoice-details {
  font-size: 14px;
  font-weight: 300;
  color: #212121 !important;
  padding: 15px;
}

.invoice-details .invoice-details__title {
  border-bottom: solid 1px #888888;
  margin-bottom: 10px;
  display: inline-block;
  padding: 2px 0;
  width: 100%;
}

.invoice-details p {
  color: #212121;
}

.invoice-details__footer {
  margin-top: 30px;
}

.invoice-details__footer p {
  text-transform: normal !important;
}

.icon-btn--block img {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
}

.icon-btn--block {
  margin-top: 25px;
  color: #28ff52;
  font-size: 16px;
  font-weight: normal;
  width: 100%;
  text-align: center;
  display: block;
}

/* Fim Cockpit */
/* Tabelas */
.squared-table {
  margin-bottom: 8px;
}
.squared-table .table-icon a {
  color: #212e3e;
}

.squared-table thead tr th {
  background-color: #dbdbdb;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  border: solid 5px #fff;
  border-bottom: solid 1px #888888;
  color: #434343;
  vertical-align: middle;
}

.squared-table th.opcoes,
.squared-table.opcoes th:last-child {
  background-color: #28ff52;
  color: #212e3e;
}

.squared-table th.no-wrap,
.squared-table td.no-wrap {
  white-space: nowrap;
}

.squared-table th.no-bg,
.squared-table td.no-bg {
  background-color: transparent;
  border: none;
}

.squared-table tbody:before {
  line-height: 4px;
  content: "_";
  color: #fff;
  display: block;
}

.squared-table td {
  background-color: #f0f0f0;
  text-transform: none;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  padding: 5px 5px;
  border: solid 5px #fff;
  vertical-align: middle;
}

.squared-table a {
  /*color: $light-coal;*/
}

.nested-table-container td {
  background-color: #dbdbdb;
}

/* Table Radio */
.table-radio .check-input label,
.table-radio .radio-input label {
  margin: 0;
  padding: 15px 0 5px 27px;
  display: block;
  position: relative;
  z-index: 2;
  top: 5px;
}

.table-radio .radio-input .edp-radio {
  top: 5px;
  border-color: #888888;
}

/* Table Radio */
.table-checkbox,
.table-checkbox-all,
.table-checkbox-simples {
  position: relative;
  width: 45px;
}

.table-checkbox-all .check-input,
.table-checkbox .check-input,
.table-checkbox-simples .check-input {
  bottom: 26px;
  left: 3px;
  padding-right: 30px;
}

/* Table Icon */
.table-icon .icon-label i {
  font-size: 26px;
  margin: -5px 0;
}

/* Fim Tabelas */
/* Tabs */
.nav-tabs {
  border: none;
  padding: 5px 5px 0 5px;
  background-color: #f0f0f0;
  display: block;
}

.nav-tabs li {
  display: inline-block;
}

.nav-tabs li a {
  padding: 15px 10px;
  display: block;
  transition: all 0.5s ease-in-out 0s;
  color: #212e3e !important;
  text-decoration: unset !important;
}

.nav-tabs li a.active,
.nav-tabs li a:active,
.nav-tabs li a:focus,
.nav-tabs li a:hover {
  background-color: #fff;
  color: #212e3e !important;
  border-top: solid 1px #28ff52;
}

.tab-content {
  margin-top: 20px;
}

/* Fim Tabs */
/* Search Input */
.search-input {
  position: relative;
}

.search-input input[type=text] {
  padding: 0 40px 0 10px;
  width: 80%;
}

.search-input button {
  margin: 0;
  position: absolute;
  text-align: center;
  border: 0;
  outline: 0;
  font-size: 30px;
  padding: 0;
  top: 0;
  height: 50px;
  width: 18%;
  right: 0;
  color: #fff;
  background-color: #212121;
}

.search-input button:hover {
  background-color: #3b3b3b;
}

.search-input-small {
  width: 40%;
}

/* Fim Search Input */
/* Mais Serviços EDP */
#mais-servicos-edp {
  background-color: #f0f0f0;
  padding: 30px 0;
}

.service-panel {
  padding: 30px;
  background-color: #fff;
  color: #888888;
  border: solid 1px #f0f0f0;
  text-align: center;
  margin-right: 10%;
  margin: 5px 0;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .service-panel {
    display: flex;
    text-align: left;
  }
}

.service-panel::before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 0 0 45px 25px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.075) transparent;
  transition: all 0.75s ease-in-out 0s;
  box-sizing: border-box;
}

.service-panel p {
  font-size: 16px;
}

.service-panel:last-child {
  margin-right: 0;
}

.service-panel img {
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .service-panel img {
    margin: 0;
    margin-right: 10px;
  }
}

.service-panel__title {
  color: #28ff52 !important;
  font-size: 20px !important;
  font-family: "Mulish";
}

.service-panel__button a {
  font-family: "Mulish";
  font-size: 16px;
  color: #888888;
  display: inline-block;
  padding: 3px;
  padding-top: 0;
  position: absolute;
  bottom: 0px;
  right: 40px;
}

/* More Services */
.sidebar-default__more-services {
  padding: 5px 5px 30px 5px;
  color: #888888;
  position: relative;
  display: flex;
  margin-bottom: 10px;
}

.sidebar-default__more-services p {
  font-size: 16px;
}

.sidebar-default__more-services img {
  display: block;
  margin-right: 10px;
}

.sidebar-default__more-services__title {
  color: #28ff52;
  font-size: 20px !important;
  font-family: "Mulish";
  margin-bottom: 2px;
}

.sidebar-default__more-services__button {
  position: relative;
}

.sidebar-default__more-services__button a {
  font-family: "Mulish";
  font-size: 16px;
  color: #888888;
  display: inline-block;
  position: absolute;
  bottom: -30px;
  right: 0;
}

/* Fim More Services */
/* Fim Mais Serviços EDP */
.link-ui {
  font-family: "Mulish";
  font-size: 16px;
  color: #888888;
  display: inline-block;
  right: 0;
}

.link-ui span {
  background-color: #888888;
  display: block;
  height: 2px;
  margin: 0 0 10px 60px;
  overflow: hidden;
  transition: all 0.5s ease-in-out 0s;
  width: 40px;
  position: absolute;
  right: 0;
  top: -5px;
}

.link-ui:hover span {
  width: 80%;
  margin: 0 0 10px;
  transition: all 0.5s ease-in-out 0s;
}

/* Conheça Conta por E-mail */
.landingpageservico__header {
  padding: 20px 30px;
  display: block;
  width: 100%;
  background-color: #f0f0f0;
}

.landingpageservico__header h2 {
  padding: 0;
  margin: 0;
  color: #434343;
}

.landingpageservico__panel {
  display: block;
  width: 100%;
  background-color: #212e3e;
}

.landingpageservico__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.first-panel,
.middle-panel,
.last-panel {
  width: 33.33%;
  width: 33.3333333333%;
  color: #fff;
  padding: 30px 60px;
  text-align: center;
}
@media (max-width: 991px) {
  .first-panel,
  .middle-panel,
  .last-panel {
    width: 100%;
    width: 100%;
  }
}

.first-panel h3,
.middle-panel h3,
.last-panel h3 {
  font-size: 20px;
  margin: 0;
}

.first-panel p,
.middle-panel p,
.last-panel p {
  font-size: 16px;
}

.first-panel {
  background-color: #2f4158;
}

.middle-panel {
  background-color: #212e3e;
}

.last-panel {
  background-color: #1a2531;
}

/* Fim Conheça Conta por E-mail */
/* Number Choices */
.number-choices {
  margin: 5px 0 0;
}

.number-picker {
  font-size: 20px;
  font-family: "Mulish";
  color: #fff;
  background-color: #333333;
  padding: 15px 18px;
  border-radius: 0;
  margin-right: 15px;
  display: inline-block;
  margin-bottom: 5px;
  width: 58px;
  height: 58px;
  text-align: center;
}

.number-picker:hover,
.number-picker:active,
.number-picker:focus {
  color: #212e3e;
  background-color: #28ff52;
}

.number-picker.active {
  color: #212e3e;
  background-color: #28ff52;
}

.number-choices-pesquisa-satisfacao {
  margin: 2px 0 0;
}

.number-pesquisa-satisfacao {
  color: #888888;
  border: 1px solid #888888;
  padding: 9px;
  border-radius: 5px;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 768px) {
  .number-pesquisa-satisfacao {
    padding: 3px 3px;
    width: 28px;
    height: 28px;
    margin-right: 2px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .number-pesquisa-satisfacao {
    padding: 3px 3px;
    width: 36px;
    height: 36px;
    margin-right: 4px;
  }
}

.number-pesquisa-satisfacao:hover,
.number-pesquisa-satisfacao:active,
.number-pesquisa-satisfacao:focus {
  color: #fff !important;
  background-color: #28ff52;
}

.number-pesquisa-satisfacao.active {
  color: #fff;
  background-color: #28ff52;
}

.form-group.choice.has-error p {
  color: #28ff52;
}
.form-group.choice.has-error .number-pesquisa-satisfacao {
  border: 1px solid #28ff52;
  color: #28ff52;
}

/* Fim Number Choices */
.widget-calculator .widget-body input[type=text] {
  display: inline-block;
  max-width: 40px;
  min-width: 40px;
}

.widget-calculator .widget-footer a {
  margin-right: 20px;
}

/* Paginator */
.mvc-grid-pager {
  position: relative;
}

.mvc-grid-pager .pagination .page-item.active .page-link {
  background-color: #28ff52;
  border-color: #28ff52;
}

.page-link,
.page-link:hover {
  color: #28ff52;
}

.rows-per-page {
  line-height: 25px;
}

.rows-per-page select {
  padding: 9px 0;
  font-size: 12px;
  line-height: 1.428571;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dbdbdb;
}

/* Apoio ao Cliente */
.apoio-ao-cliente {
  padding: 30px;
}

.apoio-ao-cliente__pesquisa,
.apoio-ao-cliente__pesquisa .form-group {
  margin: 0;
  padding: 0;
}

.apoio-ao-cliente__pesquisa .form-control {
  position: relative;
  font-family: "Mulish";
  font-size: 22px;
  height: 70px;
  padding-right: 60px;
}

.apoio-ao-cliente__pesquisa .form-group button {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 8px;
  top: 16px;
  cursor: pointer;
}

.apoio-ao-cliente__pesquisa .form-group button span {
  font-size: 38px;
  font-weight: 700;
  color: #888888;
}

.title-with-ruler {
  position: relative;
  display: inline-block;
}
.title-with-ruler::after, .title-with-ruler::before {
  content: "";
  width: 25px;
  height: 3px;
  background-color: #434343;
  position: absolute;
  top: 8px;
}
.title-with-ruler::after {
  right: -35px;
}
.title-with-ruler::before {
  left: -35px;
}
.title-with-ruler h4 {
  color: #434343;
  display: inline-block;
}

.after-rule::after {
  content: "";
  width: 25px;
  height: 3px;
  background-color: #434343;
  position: absolute;
  top: 8px;
  right: -35px;
}

.title-with-ruler--black, .title-with-ruler--white {
  position: relative;
  display: inline-block;
  width: 100%;
}
.title-with-ruler--black::before, .title-with-ruler--black::after, .title-with-ruler--white::before, .title-with-ruler--white::after {
  content: "";
  width: 42%;
  height: 1px;
  position: absolute;
  top: 17px;
}
.title-with-ruler--black::before, .title-with-ruler--white::before {
  right: 0;
}
.title-with-ruler--black::after, .title-with-ruler--white::after {
  left: 0;
}
.title-with-ruler--black p, .title-with-ruler--white p {
  display: inline-block;
  font-size: 16px;
}
.title-with-ruler--white::before, .title-with-ruler--white::after {
  background-color: #fff;
}
.title-with-ruler--white p {
  color: #fff;
}
.title-with-ruler--black::before, .title-with-ruler--black::after {
  background-color: rgba(0, 0, 0, 0.5);
}
.title-with-ruler--black p {
  color: rgba(0, 0, 0, 0.5);
}

#sidebar-apoio-ao-cliente {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#sidebar-apoio-ao-cliente li {
  padding: 15px 30px;
  margin: 0;
}
@media (max-width: 991px) {
  #sidebar-apoio-ao-cliente li {
    padding: 15px 0;
  }
}

#sidebar-apoio-ao-cliente li a {
  font-family: "Mulish";
  font-size: 18px;
  color: #28ff52;
  display: flex;
}

#sidebar-apoio-ao-cliente li a img,
#sidebar-apoio-ao-cliente li a svg {
  vertical-align: middle;
  margin-right: 25px;
  align-self: center;
}

#sidebar-apoio-ao-cliente li a svg path {
  fill: #888888 !important;
}

#sidebar-apoio-ao-cliente li:active a svg path,
#sidebar-apoio-ao-cliente li:focus a svg path,
#sidebar-apoio-ao-cliente li:hover a svg path {
  fill: #9e0615 !important;
}

#sidebar-apoio-ao-cliente li.active a svg path {
  fill: #28ff52 !important;
}

.chat-box {
  background-color: #f0f0f0;
  padding: 20px;
  border: solid 2px #888888;
  display: block;
  width: 100%;
  height: 520px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.chat-box > .edp-btn, .layout-aberto-simulador .chat-box > .btn,
.custom-modal .chat-box > .btn {
  align-self: center;
}

.circle-icon-background {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #fff;
  border: solid 2px #dbdbdb;
  display: inline-flex;
  margin-right: 20px;
  justify-content: center;
  margin-top: 20px;
}

.circle-icon-background:last-child {
  margin-right: 0;
}

.circle-icon-background img {
  align-self: center;
}

/* Collapse List */
.collapse-list {
  padding: 0;
  margin: 5px 0;
  list-style: none;
}

.collapse-list li {
  margin: 4px;
}

.collapse-list li a {
  color: #888888;
  padding: 4px;
  font-size: 16px;
  display: flex;
}

.collapse-list li a i {
  font-size: 40px;
  margin-top: -7px;
  color: #c5c5c5;
  font-weight: bold;
}

.collapse-list li div {
  margin-left: 45px;
}

/* Fim Collapse List */
#faq-accordion .card {
  border-style: solid;
  border-radius: 0;
  border-width: 1px;
  border-color: #c5c5c5;
  margin-bottom: -1px;
  border-bottom: none;
}
#faq-accordion .card:last-child {
  border-bottom: 1px solid #c5c5c5;
}
#faq-accordion .card:last-child {
  border-bottom: 1px solid #c5c5c5;
}
#faq-accordion .card-footer,
#faq-accordion .card-header {
  background-color: #f0f0f0;
}
#faq-accordion .card-header {
  border: none;
  padding: 0;
  border-bottom: solid 1px #c5c5c5;
}
#faq-accordion .card-header p {
  margin: 0;
  padding: 0;
}
#faq-accordion .card-header p a {
  color: #888888;
  padding: 2px;
  font-size: 16px;
  display: flex;
  margin-top: 5px;
}
#faq-accordion .card-header p a i {
  font-size: 40px;
  margin-top: -7px;
  color: #c5c5c5;
  font-weight: bold;
}
#faq-accordion .card-header:first-child {
  border-radius: 0;
}

@media (max-width: 767px) {
  .social-networks-icons {
    text-align: center;
  }
}

/* Mobile Menu */
.mobile-menu {
  display: inline-block;
}

.site-header__logo {
  display: inline-block;
  width: 135px;
  height: 30px;
  background-image: url("../images/edponline-new-m.png");
  background-repeat: none;
}
@media (min-width: 992px) {
  .site-header__logo {
    width: 170px;
    height: 50px;
    background-image: url("../images/edponline-new.png");
    background-repeat: none;
  }
}
@media (max-width: 414px) {
  .site-header__logo {
    width: 55px;
    height: 26px;
    background-image: url("../images/edponline-new-sm.png");
    background-repeat: none;
    background-size: cover;
  }
}

.user-area__logo a,
.user-area__logo img {
  align-self: center;
}

/* Relógio Analógico */
.clocks {
  padding: 2px;
}

.analog-clock {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: #d7dfe0;
  border: solid 2px #212121;
  border-radius: 100px;
  color: #212121;
  margin-right: 16px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}

.analog-clock .digits {
  position: absolute;
  top: -15px;
  left: 42px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.analog-clock .pointer {
  width: 25%;
  position: absolute;
  top: 27px;
  left: 37px;
  transition: all 1s ease;
}

.rotate-180 {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rotate-210 {
  -ms-transform: rotate(210deg);
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.rotate-250 {
  -ms-transform: rotate(250deg);
  -webkit-transform: rotate(250deg);
  transform: rotate(250deg);
}

.rotate-290 {
  -ms-transform: rotate(290deg);
  -webkit-transform: rotate(290deg);
  transform: rotate(290deg);
}

.rotate-325 {
  -ms-transform: rotate(325deg);
  -webkit-transform: rotate(325deg);
  transform: rotate(325deg);
}

.rotate-358 {
  -ms-transform: rotate(358deg);
  -webkit-transform: rotate(358deg);
  transform: rotate(358deg);
}

.rotate-388 {
  -ms-transform: rotate(388deg);
  -webkit-transform: rotate(388deg);
  transform: rotate(388deg);
}

.rotate-420 {
  -ms-transform: rotate(420deg);
  -webkit-transform: rotate(420deg);
  transform: rotate(420deg);
}

.rotate-460 {
  -ms-transform: rotate(460deg);
  -webkit-transform: rotate(460deg);
  transform: rotate(460deg);
}

.rotate-500 {
  -ms-transform: rotate(500deg);
  -webkit-transform: rotate(500deg);
  transform: rotate(500deg);
}

/* Middle */
.rotate-198 {
  -ms-transform: rotate(198deg);
  -webkit-transform: rotate(198deg);
  transform: rotate(198deg);
}

.rotate-228 {
  -ms-transform: rotate(228deg);
  -webkit-transform: rotate(228deg);
  transform: rotate(228deg);
}

.rotate-278 {
  -ms-transform: rotate(278deg);
  -webkit-transform: rotate(278deg);
  transform: rotate(278deg);
}

.rotate-310 {
  -ms-transform: rotate(310deg);
  -webkit-transform: rotate(310deg);
  transform: rotate(310deg);
}

.rotate-340 {
  -ms-transform: rotate(340deg);
  -webkit-transform: rotate(340deg);
  transform: rotate(340deg);
}

.rotate-380 {
  -ms-transform: rotate(380deg);
  -webkit-transform: rotate(380deg);
  transform: rotate(380deg);
}

.rotate-410 {
  -ms-transform: rotate(410deg);
  -webkit-transform: rotate(410deg);
  transform: rotate(410deg);
}

.rotate-440 {
  -ms-transform: rotate(440deg);
  -webkit-transform: rotate(440deg);
  transform: rotate(440deg);
}

.rotate-480 {
  -ms-transform: rotate(480deg);
  -webkit-transform: rotate(480deg);
  transform: rotate(480deg);
}

.rotate-520 {
  -ms-transform: rotate(520deg);
  -webkit-transform: rotate(520deg);
  transform: rotate(520deg);
}

.analog-clock .digits li:nth-child(1) {
  transform: translate(5px, 14px);
}

.analog-clock .digits li:nth-child(2) {
  transform: translate(18px, -9px);
}

.analog-clock .digits li:nth-child(3) {
  transform: translate(25px, -15px);
}

.analog-clock .digits li:nth-child(4) {
  transform: translate(35px, -26px);
}

.analog-clock .digits li:nth-child(5) {
  transform: translate(40px, -27px);
}

.analog-clock .digits li:nth-child(6) {
  transform: translate(42px, -34px);
}

.analog-clock .digits li:nth-child(7) {
  transform: translate(-5px, -99px);
}

.analog-clock .digits li:nth-child(8) {
  transform: translate(-16px, -105px);
}

.analog-clock .digits li:nth-child(9) {
  transform: translate(-28px, -116px);
}

.analog-clock .digits li:nth-child(10) {
  transform: translate(-35px, -118px);
}

.analog-clock .digits li:nth-child(11) {
  transform: translate(-34px, -124px);
}

.analog-clock .digits li:nth-child(12) {
  transform: translate(-34px, -125px);
}

.analog-clock .digits li:nth-child(13) {
  transform: translate(-26px, -136px);
}

.analog-clock .digits li:nth-child(14) {
  transform: translate(-18px, -144px);
}

.analog-clock .digits li:nth-child(15) {
  transform: translate(40px, -180px);
}

.analog-clock .digits li:nth-child(16) {
  transform: translate(35px, -189px);
}

.analog-clock .digits li:nth-child(17) {
  transform: translate(24px, -199px);
}

.analog-clock .digits li:nth-child(18) {
  transform: translate(15px, -215px);
}

.analog-clock .digits li:nth-child(19) {
  transform: translate(4px, -230px);
}

.analog-clock .digits li:nth-child(20) {
  transform: translate(-6px, -251px);
}

.clock-label {
  padding: 10px;
  border: solid 1px #dbdbdb;
  border-radius: 8px;
  width: 40%;
}

.clock-label-with-input {
  padding: 10px;
  width: fit-content;
}

/* Mobile Menu */
#mobile-menu {
  padding: 0;
  margin: 0;
  position: fixed;
  top: 61px;
  z-index: 999;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
  background-color: #f0f0f0;
}

#mobile-menu li {
  background-color: #fff;
  border-bottom: solid 1px #dbdbdb;
  width: 100%;
  display: block;
}

#mobile-menu li a {
  font-size: 14px;
  display: flex;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  justify-content: flex-start;
  color: #212121;
  height: 50px;
}
@media (min-width: 576px) {
  #mobile-menu li a {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #mobile-menu li a {
    max-width: 720px;
  }
}

#mobile-menu li span,
#mobile-menu li a img {
  margin-right: 10px;
  align-self: center;
}

#mobile-menu li a i {
  font-size: 40px;
  color: #c5c5c5;
  font-weight: 700;
  align-self: center;
  margin-left: auto;
}

#mobile-menu li a.active {
  font-weight: bold;
  color: #28ff52;
}

#mobile-menu li a.active .svg {
  color: #28ff52;
}

#mobile-menu li.menu-separator {
  background-color: #f0f0f0;
  border: none;
  margin-top: -1px;
}

#mobile-menu li.menu-separator a {
  font-size: 18px;
  font-weight: bold;
}

#mobile-menu li .collapsing a,
#mobile-menu li .collapse a {
  height: 40px;
}

.exit-svg--mobile {
  margin-right: 8px;
}

.exit-svg--mobile g g path {
  fill: #dbdbdb !important;
}

@media (max-width: 991px) {
  .mobile-menu-overflow,
  .customer-menu-overflow {
    overflow: hidden;
  }
}

.mobile-menu__button {
  width: 26px;
  height: 26px;
  display: inline-block;
  background-image: url("../images/svg/novo-layout/icon-hamburger.svg");
  transition: all 0.5s ease-in-out 0s;
  background-repeat: none;
  background-size: cover;
}

.mobile-menu__button.open {
  background-image: url("../images/svg/novo-layout/icon-close.svg");
  background-size: cover;
}

a.collapsed i.pe-7s-angle-up:before {
  content: "\e688";
}

#mobile-menu #minhas-contas a,
#mobile-menu #minha-energia a,
#mobile-menu #consultas a,
#mobile-menu #servicos a {
  padding-left: 25px;
}

#customer-menu {
  padding: 0;
  margin: 0;
  position: fixed;
  top: 60px;
  z-index: 998;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.customer-menu__container {
  background-color: #fff;
  width: 100%;
  padding-top: 20px;
}

.customer-menu__container p {
  font-size: 14px;
}

.customer-menu__links {
  margin-top: 10px;
}

.customer-menu__links a {
  font-size: 14px;
  display: flex;
  padding: 20px 0;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  justify-content: flex-start;
  color: #212121;
  font-weight: bold;
}
@media (min-width: 576px) {
  .customer-menu__links a {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .customer-menu__links a {
    max-width: 720px;
  }
}

.customer-menu__links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.customer-menu__links ul li {
  border-top: solid 1px #dbdbdb;
}

/* Consulta Débito e Segunda-via */
.bank-selector ul {
  padding: 0;
  margin: 0;
}

.bank-selector p {
  margin-top: 0;
  margin-bottom: 2px;
}

.bank-selector ul li {
  display: inline-block;
  margin-right: 3px;
}

.bank-selector ul li:last-child {
  margin-right: 0;
}

.bank-selector ul li a {
  display: block;
  padding: 2px;
  border: none;
  white-space: nowrap;
}

.bank-selector.hover-button {
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 7px;
  display: block;
  position: absolute;
  top: -5%;
  right: -10%;
  width: 100px;
  z-index: 9999;
}

.pay-btn {
  position: relative;
}

.modal-large-width .modal-dialog {
  width: 60%;
}

.special-table {
  margin-top: 20px;
  border: solid 1px #212121;
}

.special-table .header {
  width: 100%;
  font-weight: bold;
  background-color: #f0f0f0;
  border-bottom: solid 1px #212121;
}

.special-table .dotted-separator p {
  border-bottom: dashed 1px #212121;
}

.special-table .table-footer,
.special-table .table-header {
  background-color: #f0f0f0;
  font-weight: bold;
}

.special-table .padding {
  padding: 8px;
}

.special-table table tr th {
  font-weight: bold;
}

.special-table table tr td:first-child,
.special-table table tr th:first-child {
  width: 25%;
}

.special-table table tr td:last-child,
.special-table table tr th:last-child {
  width: 15%;
}

/* Layout Aberto */
#layout-aberto-header {
  background-color: #fff;
  padding: 5px 0;
}

#layout-aberto-header .d-flex, #layout-aberto-header .edp-theme .login .header .dropdown-item, .edp-theme .login .header #layout-aberto-header .dropdown-item, #layout-aberto-header .edp-theme .login .header__item, .edp-theme .login #layout-aberto-header .header__item, #layout-aberto-header .edp-theme .login .header, .edp-theme .login #layout-aberto-header .header, #layout-aberto-header .edp-theme .login .footer-login, .edp-theme .login #layout-aberto-header .footer-login, #layout-aberto-header .edp-theme .navbar-mob__link, .edp-theme #layout-aberto-header .navbar-mob__link, #layout-aberto-header .edp-theme .list--ordened .list__item::before, .edp-theme .list--ordened #layout-aberto-header .list__item::before, #layout-aberto-header .edp-theme .list--ordened .list__item, .edp-theme .list--ordened #layout-aberto-header .list__item {
  justify-content: center;
}

.layout-aberto-header__menu-button,
.layout-aberto-header__edp-logo,
.layout-aberto-header__edp-online {
  align-self: center;
}

.layout-aberto-header__edp-logo {
  margin: 0 auto;
}

@media (max-width: 576px) {
  .layout-aberto-header__edp-logo img {
    width: 80%;
    height: auto;
  }
}

.layout-aberto-header__menu-button {
  width: 50px;
  height: 50px;
  background-color: #f0f0f0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin-right: 80px;
}
@media (max-width: 576px) {
  .layout-aberto-header__menu-button {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }
}

.layout-aberto-header__menu-button svg {
  align-self: center;
  width: 23px;
  height: 23px;
}
@media (max-width: 576px) {
  .layout-aberto-header__menu-button svg {
    width: 18px;
    height: 18px;
  }
}

.layout-aberto-header__edp-online a {
  color: #212121;
}

#layout-aberto-service-header {
  padding: 40px 0;
  background-color: #f0f0f0;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
@media (max-width: 767px) {
  #layout-aberto-service-header {
    padding: 20px 0 5px;
  }
}

#layout-aberto-service-header h1 {
  font-size: 28px;
  color: #28ff52;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #layout-aberto-service-header h1 {
    font-size: 16px;
    margin: 0 0 10px;
  }
}

.layout-aberto-content {
  background-color: #fff;
}

#novo-app-edp {
  background-image: url("../images/fundos/img-05.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
  position: relative;
}
@media (max-width: 767px) {
  #novo-app-edp {
    display: none;
  }
}

#novo-app-edp .container {
  position: relative;
  z-index: 1;
}

#novo-app-edp:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background-color: rgba(213, 10, 31, 0.84);
}

#novo-app-edp h2 {
  color: #fff;
  font-size: 34px;
  font-family: "Mulish";
}

#novo-app-edp p {
  font-family: "Mulish";
  color: #fff !important;
  font-size: 18px !important;
}

#novo-app-edp .edp-btn, #novo-app-edp .layout-aberto-simulador .btn, .layout-aberto-simulador #novo-app-edp .btn,
#novo-app-edp .custom-modal .btn,
.custom-modal #novo-app-edp .btn {
  padding: 20px 46px;
  margin-top: 5px;
  font-weight: bold;
}

button.consulta-solicitacao {
  margin: 29px 0;
}

.panel-box {
  padding: 30px;
  border: solid 1px #c5c5c5;
  border-radius: 2px;
}

.form-control.icon-after {
  position: relative;
}
@media (max-width: 991px) {
  .form-control.icon-after {
    padding-right: 30px !important;
  }
}

.form-control-icon {
  right: -15px;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 14px;
}
@media (max-width: 991px) {
  .form-control-icon {
    right: 20px;
  }
}

.edp-online-inline {
  text-transform: lowercase !important;
  font-weight: bold !important;
  color: #212121 !important;
}

.edp-online-inline span {
  color: #212121 !important;
}

/* Login */
#login-layout {
  background-size: cover;
  background-repeat: none !important;
  padding: 10px 0;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

#login-layout select.form-control {
  height: 50px !important;
}

#login-layout h5 {
  font-family: "Mulish";
}

.login-layout__links a {
  font-size: 15px;
  font-family: "Mulish";
  color: #434343;
  display: flex;
  margin: 10px 0 !important;
}

.login-layout__links a svg,
.login-layout__links a img {
  align-self: center;
  margin-right: 8px;
}

.login-layout__links a span {
  align-self: center;
  color: inherit;
}

#outros-segmentos-button {
  display: flex;
  justify-content: center;
}

#outros-segmentos-button i {
  font-size: 30px;
  align-self: center;
  margin-top: -3px;
}

.login-layout__login-form {
  background-color: rgba(67, 67, 67, 0.75);
  margin-bottom: 10px;
  margin-top: 90px;
}

.login-layout__login-form__tab-nav {
  display: flex;
}

.login-layout__login-form__tab-nav a {
  padding: 15px 10px;
  color: #434343;
  background-color: #f0f0f0;
  border-right: solid 1px #434343;
  display: inline-block;
  flex-grow: 2;
  text-align: center;
  font-size: 14px;
}

.login-layout__login-form__tab-nav a.active {
  border: none;
  color: #fff;
  background-color: #28ff52;
}

.login-layout__login-form__tab-nav a:last-child {
  border-right: none;
}

.login-layout__login-form__tab-content {
  padding: 30px 45px;
  position: relative;
}
@media (max-width: 576px) {
  .login-layout__login-form__tab-content {
    height: 515px;
  }
}

.login-layout__login-form__tab-content a,
.login-layout__login-form__tab-content form,
.login-layout__login-form__tab-content form a {
  color: #fff;
}

.edp-btn-light {
  color: #28ff52 !important;
}

.login-form-control {
  position: relative;
  padding: 0 100px 0 45px;
  font-size: 16px;
}

.form-control.login-form-control::placeholder,
.form-control.login-form-control {
  color: #434343;
}

.login-form a {
  font-size: 14px;
}

#login-layout .text-danger {
  color: white !important;
}

#login-layout .has-error label,
#login-layout .has-error .radio-input,
#login-layout .has-error .check-input,
#login-layout .has-error .input-icon,
#login-layout .has-error.radio-input label,
#login-layout .has-error.check-input label {
  color: #fff;
}

.icon-before--login-form,
.icon-after--login-form,
.text-after--login-form {
  z-index: 999;
}

.icon-before--login-form {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 7px;
}

.icon-before--login-form::after {
  content: "";
  border-right: solid 1px #888888;
  height: 50px;
  top: 0;
  right: 0;
  position: absolute;
}

.icon-after--login-form svg g path,
.icon-before--login-form svg g path {
  fill: #888888 !important;
}

.icon-after--login-form.alt-dark-ghost svg path,
.icon-before--login-form.alt-dark-ghost svg path,
.icon-after--login-form.alt-dark-ghost svg g path,
.icon-before--login-form.alt-dark-ghost svg g path {
  fill: #c5c5c5 !important;
}

.text-after--login-form,
.icon-after--login-form {
  position: absolute;
  top: 0px;
  right: 4px;
}

.text-after--login-form a {
  color: #434343 !important;
  font-size: 14px;
}

.edp-btn.login-form, .layout-aberto-simulador .login-form.btn,
.custom-modal .login-form.btn {
  padding: 15px 35px;
  margin: 5px 0;
  margin-left: 20px;
  font-family: "Mulish" !important;
}
@media (max-width: 1199px) {
  .edp-btn.login-form, .layout-aberto-simulador .login-form.btn,
  .custom-modal .login-form.btn {
    padding: 15px 10px;
  }
}
@media (max-width: 992px) {
  .edp-btn.login-form, .layout-aberto-simulador .login-form.btn,
  .custom-modal .login-form.btn {
    padding: 15px 35px;
  }
}

.edp-btn.login-form.edp-btn-light, .layout-aberto-simulador .login-form.edp-btn-light.btn,
.custom-modal .login-form.edp-btn-light.btn {
  color: #28ff52 !important;
}

.edp-btn.login-form i, .layout-aberto-simulador .login-form.btn i,
.custom-modal .login-form.btn i {
  margin-top: -1px;
  line-height: 22px;
  font-size: 40px;
}

.login-layout__login-form__tab-footer {
  padding: 20px;
  background-color: rgba(67, 67, 67, 0.55);
}

.login-layout__login-form__tab-footer a {
  color: #fff;
}

.login-layout__login-form__tab-footer a svg,
.login-layout__login-form__tab-footer a img {
  align-self: center;
  margin-right: 8px;
}

.login-layout__login-form__tab-footer a span {
  align-self: center;
  color: #212e3e;
}

.login-layout__footer {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 2px 15px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 14px;
  color: #434343;
  font-size: 14px;
}
@media (max-width: 1260px) {
  .login-layout__footer {
    font-size: 13px;
  }
}

.login-layout__footer a {
  color: #434343;
  margin-left: 15px;
}

.icon-container {
  position: relative;
}

.edp-btn.small-login-form, .layout-aberto-simulador .small-login-form.btn,
.custom-modal .small-login-form.btn {
  padding: 6px 3px;
  font-size: 16px;
  font-weight: medium;
  text-transform: none;
  text-align: center;
  width: 190px;
  display: inline-block;
}

.edp-btn.small-login-form.edp-btn-light, .layout-aberto-simulador .small-login-form.edp-btn-light.btn,
.custom-modal .small-login-form.edp-btn-light.btn {
  color: #28ff52 !important;
}

.login-layout__login-form__tab-footer .buller-list {
  padding: 0 50px;
}

.login-layout__login-form__tab-footer .after-rule {
  padding-left: 25px;
}

.login-layout__login-form__tab-footer .after-rule {
  color: #fff;
}

.login-layout__login-form__tab-footer .after-rule {
  position: relative;
  display: inline-block;
  width: 100%;
}

.login-layout__login-form__tab-footer .after-rule p {
  color: #fff;
  display: inline-block;
  font-size: 16px;
}

.login-layout__login-form__tab-footer .after-rule::after {
  content: "";
  width: 80%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 15px;
  right: 0;
}

.login-layout__login-form__tab-footer .bullet-list {
  color: #fff;
}

.login-layout__login-form__tab-footer .bullet-list li a {
  display: inline-block;
}

/* React Widgets */
.placeholder-loading {
  display: block;
  height: 25px;
  background-color: #fff;
}

.placeholder-loading {
  animation-name: loading-pulse;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}

.placeholder-loading .icon,
.placeholder-loading .link,
.placeholder-loading .divider {
  display: none;
}

@keyframes loading-pulse {
  0% {
    background-color: #dbdbdb;
  }
}
#outros-segmentos-dropdown {
  background-color: transparent;
  padding: 40px;
}

/* Landing Pages */
.landing-page-logo {
  min-width: 200px;
  min-height: 60px;
  display: inline-block;
  background-image: url("../images/edponline-login.png");
  background-repeat: no-repeat;
}

.header--full.active {
  background-image: url("../images/fundos/img-10.jpg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.landing-page-header {
  padding: 45px 0;
  background-color: #fff;
}

.header--full.active .landing-page-header {
  background-color: transparent;
}
.header--full.active .landing-page-header__menu li a {
  color: #fff;
}
.header--full.active .landing-page-logo {
  background-image: url("../images/rebranding/logo_novo_edp_light.svg");
}

.landing-page-header__menu {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}

.landing-page-header__menu li {
  display: inline-block;
  margin-right: 4%;
}

.landing-page-header__menu li:last-child {
  margin-right: 0;
}

.landing-page-header__menu li a {
  color: #212121;
  font-size: 16px;
}

.landing-page-header__form {
  color: #fff;
  padding: 50px 0;
}

.landing-page-header__form.bg-purple {
  background-color: #563c83;
}

.landing-page-header__form.bg-red {
  background-color: #28ff52;
}

.landing-page-header__form.bg-image {
  background-color: transparent;
}

.landing-page-header__form__title h1 {
  font-size: 80px;
  max-width: 450px;
}

.landing-page-header__form__title p {
  font-size: 18px;
  line-height: 30px;
}

.landing-page-header__form__form {
  background-color: #fff;
  padding: 35px;
  color: #212121;
}

.landing-page-header__form__form--transparent {
  background-color: transparent;
  color: #fff;
  border: solid 1px #fff;
}

.landing-page-header__form__form .form-control {
  border: none;
  border-bottom: solid 1px #212121;
  background-color: transparent;
  padding-left: 0;
}

.landing-page-header__form__form--transparent .form-control {
  border-bottom: solid 1px #fff;
}

.landing-page-header__form__form--transparent .form-control-link-down {
  color: #fff;
}
.landing-page-header__form__form--transparent .form-control-link-down:active,
.landing-page-header__form__form--transparent .form-control-link-down:focus,
.landing-page-header__form__form--transparent .form-control-link-down:hover {
  color: #fff;
}
.landing-page-header__form__form--transparent ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.landing-page-header__form__form--transparent ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.landing-page-header__form__form--transparent :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.landing-page-header__form__form--transparent :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.form-control-link-down {
  color: #212121;
  margin-top: 8px;
  font-size: 14px;
  display: inline-block;
}

.form-control-link-down:focus,
.form-control-link-down:active,
.form-control-link-down:hover {
  color: #212121;
}

.vantagens-container,
.como-aderir-container,
.aproveite-tambem-container {
  padding: 60px 0 0 0;
  background: #fff;
}

.como-aderir-container {
  background-color: #f0f0f0;
}

.vantagens-container h3,
.como-aderir-container h3,
.aproveite-tambem-container h3 {
  font-size: 40px;
}

.vantagens-container h3.right-rule::after {
  content: "";
  height: 1px;
  background-color: #434343;
  position: absolute;
  top: 25px;
  right: 15px;
}
@media (min-width: 1200px) {
  .vantagens-container h3.right-rule::after {
    width: 75%;
  }
}
@media (max-width: 1199px) {
  .vantagens-container h3.right-rule::after {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .vantagens-container h3.right-rule::after {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .vantagens-container h3.right-rule::after {
    width: 48%;
  }
}
@media (max-width: 576px) {
  .vantagens-container h3.right-rule::after {
    width: 0;
    display: none;
  }
}

.como-aderir-container h3.right-rule::after {
  content: "";
  height: 1px;
  background-color: #434343;
  position: absolute;
  top: 25px;
  right: 15px;
}
@media (min-width: 1200px) {
  .como-aderir-container h3.right-rule::after {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .como-aderir-container h3.right-rule::after {
    width: 65%;
  }
}
@media (max-width: 991px) {
  .como-aderir-container h3.right-rule::after {
    width: 54%;
  }
}
@media (max-width: 767px) {
  .como-aderir-container h3.right-rule::after {
    width: 38%;
  }
}
@media (max-width: 576px) {
  .como-aderir-container h3.right-rule::after {
    width: 0;
    display: none;
  }
}

.aproveite-tambem-container h3.right-rule::after {
  content: "";
  height: 1px;
  background-color: #434343;
  position: absolute;
  top: 25px;
  right: 15px;
}
@media (min-width: 1200px) {
  .aproveite-tambem-container h3.right-rule::after {
    width: 60%;
  }
}
@media (max-width: 1199px) {
  .aproveite-tambem-container h3.right-rule::after {
    width: 53%;
  }
}
@media (max-width: 991px) {
  .aproveite-tambem-container h3.right-rule::after {
    width: 37%;
  }
}
@media (max-width: 767px) {
  .aproveite-tambem-container h3.right-rule::after {
    width: 17%;
  }
}
@media (max-width: 576px) {
  .aproveite-tambem-container h3.right-rule::after {
    width: 0;
    display: none;
  }
}

.vantagens-container__lista {
  padding: 0;
  margin: 0;
  padding-left: 40px;
  list-style: none;
  margin-top: 70px;
}

.vantagens-container__lista li {
  margin-bottom: 40px;
  font-size: 22px;
  vertical-align: middle;
  display: flex;
}

.vantagens-container__lista li img {
  vertical-align: middle;
  margin-right: 40px;
  align-self: center;
}

.aproveite-tambem-container__steps,
.como-aderir-container__steps {
  padding: 70px 0;
}

.circle-step {
  display: flex;
  margin-right: 25px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .circle-step {
    display: inline-flex;
  }
}

.circle-step:last-child {
  margin-right: 0;
}

.circle-step a {
  color: #212529 !important;
}

.circle-step__number {
  max-width: 105px;
  max-height: 105px;
  min-width: 105px;
  min-height: 105px;
  border-radius: 50%;
  border: solid 4px #212e3e;
  background-color: #212e3e;
  color: #28ff52;
  font-size: 48px;
  vertical-align: middle;
  text-align: center;
  align-self: center;
  margin-right: 20px;
  line-height: 95px;
}

.circle-step__description {
  align-self: center;
}

.circle-step__description p {
  font-size: 22px;
  line-height: 30px;
}

.landing-page.landingpageservico__header {
  padding: 20px 30px;
  display: block;
  width: 100%;
  background-color: #28ff52;
}

.landing-page.landingpageservico__header p {
  padding: 0;
  margin: 0;
  color: #212e3e;
  font-size: 30px;
}

.landing-page.first-panel p,
.landing-page.middle-panel p,
.landing-page.last-panel p {
  font-size: 22px;
}

.landing-page.first-panel svg g path,
.landing-page.first-panel svg g path,
.landing-page.middle-panel svg g path,
.landing-page.last-panel svg g path {
  fill: #fff !important;
}

.landing-page.middle-panel svg circle {
  stroke: #fff !important;
}

/* Fim Landing Pages */
/* EDP de A a Z */
.edp-a-z__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #434343;
  transition: all 0.5s ease-in-out 0s;
}

#edp-a-z__container {
  color: #fff;
  position: absolute;
  top: 0;
  z-index: 1060;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top: #28ff52 10px solid;
  padding: 30px 0;
}

#edp-a-z__container a {
  color: #fff;
}

.edp-a-z__list-header {
  border-bottom: solid 1px #fff;
  width: 100%;
  padding: 10px 0;
}

.edp-a-z__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.edp-a-z__list li {
  margin-bottom: 20px;
}

.edp-a-z__list li a {
  font-size: 20px;
  font-weight: normal;
}

.edp-a-z__close-btn {
  font-size: 22px;
}

.edp-a-z__close-btn svg {
  vertical-align: middle;
  margin-left: 10px;
}

.edp-a-z__close-btn svg path {
  fill: #fff !important;
}

.form-control--line-bottom {
  border: none;
  background: transparent !important;
  border-bottom: solid 1px #fff;
}

.form-control--line-bottom:active,
.form-control--line-bottom:focus,
.form-control--line-bottom:hover {
  outline: 0;
  border: none;
  border-bottom: solid 1px #fff;
}

.edp-a-z__search .form-control--line-bottom {
  width: 320px;
}
@media (min-width: 992px) {
  .edp-a-z__search .form-control--line-bottom {
    width: 580px;
  }
}

.edp-a-z__search .form-control--line-bottom.live-search__input {
  padding-left: 40px;
}

.live-search__icon {
  position: absolute;
  top: 12px;
}

.live-search__icon svg path {
  fill: #fff !important;
}

.live-search__icon--instalacao {
  position: absolute;
  right: 25px;
  top: 12px;
}

.live-search__icon--instalacao svg path {
  fill: #888888 !important;
}

/* Fim EDP de A a Z */
/* Bandeiras */
.flag.flag-red path {
  fill: #e32c2c;
}

.flag.flag-yellow path {
  fill: #ffc107;
}

.flag.flag-green path {
  fill: #33cc00;
}

.flag-green .tooltip-inner {
  background-color: #33cc00;
}
.flag-green .tooltip.bs-tooltip-bottom .arrow::before, .flag-green .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #33cc00 !important;
}
.flag-green .tooltip.bs-tooltip-right .arrow::before, .flag-green .tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #33cc00 !important;
}

.flag-yellow .tooltip-inner {
  background-color: #ffc107;
}
.flag-yellow .tooltip.bs-tooltip-bottom .arrow::before, .flag-yellow .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #ffc107 !important;
}

.flag-red .tooltip-inner {
  background-color: #e32c2c;
}
.flag-red .tooltip.bs-tooltip-bottom .arrow::before, .flag-red .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #e32c2c !important;
}

/* Slider */
.homepageSlider {
  width: 100%;
  height: 350px;
  color: #434343;
  font-family: "Mulish";
  position: relative;
  padding: 0;
  margin: 0 0 40px 0;
  outline: none !important;
  overflow: hidden;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .homepageSlider {
    height: 350px;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .homepageSlider {
    height: 330px;
    overflow: hidden;
    margin: 0 0 10px 0;
  }
}
@media (min-width: 0px) and (max-width: 512px) {
  .homepageSlider {
    height: 330px;
    overflow: hidden;
    margin: 0 0 10px 0;
  }
}
.homepageSlider .wrapper {
  padding: 0;
  position: relative;
}

.homepageSlider .slider-container {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (min-width: 0px) and (max-width: 768px) {
  .homepageSlider .slider-container {
    position: relative;
  }
}
@media (min-width: 0px) and (max-width: 512px) {
  .homepageSlider .slider-container {
    position: relative;
  }
}
.homepageSlider ul.slider {
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .homepageSlider ul.slider {
    height: 350px;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .homepageSlider ul.slider {
    height: 250px;
  }
}
@media (min-width: 0px) and (max-width: 512px) {
  .homepageSlider ul.slider {
    height: 250px;
  }
}
.homepageSlider ul.slider li {
  width: 100%;
  height: 100%;
  display: table;
  position: absolute;
  top: -350px;
  left: 0;
  z-index: 1;
  height: 350px;
  opacity: 0;
  background: #fff;
  background-color: #fff;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .homepageSlider ul.slider li {
    top: -400px;
    height: 350px;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .homepageSlider ul.slider li {
    top: 0;
    left: -100%;
    height: 250px;
  }
}
@media (min-width: 0px) and (max-width: 512px) {
  .homepageSlider ul.slider li {
    top: 0;
    left: -100%;
    height: 250px;
  }
}
.homepageSlider ul.slider li a {
  display: none;
}

.homepageSlider ul.slider li .wrapper {
  overflow: visible;
  position: relative;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1140px;
  height: inherit;
  display: table;
  background-position: 150px 0;
  background-size: cover;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (min-width: 0px) and (max-width: 768px) {
  .homepageSlider ul.slider li .wrapper {
    height: 250px;
    background-position: 250px 0;
  }
}
@media (min-width: 0px) and (max-width: 512px) {
  .homepageSlider ul.slider li .wrapper {
    height: 250px;
    background-position: center center;
  }
}
.homepageSlider ul.slider li .contents {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10%;
  position: relative;
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.homepageSlider ul.slider li.after {
  top: 350px;
  left: 0;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .homepageSlider ul.slider li.after {
    top: 400px;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .homepageSlider ul.slider li.after {
    top: 0;
    left: 100%;
  }
}
@media (min-width: 0px) and (max-width: 512px) {
  .homepageSlider ul.slider li.after {
    top: 0;
    left: 100%;
  }
}
.homepageSlider ul.slider li.after .wrapper {
  background-position: -200px 0;
}

.homepageSlider ul.slider li.after .contents {
  padding: 0;
}

.homepageSlider ul.slider li.active {
  opacity: 1;
  z-index: 2;
  top: 0;
  left: 0;
}

@media (min-width: 0px) and (max-width: 512px) {
  .homepageSlider ul.slider li.active {
    top: 0;
    left: 0;
  }
}
.homepageSlider ul.slider li.active .wrapper {
  background-position: center center;
}

.homepageSlider ul.slider li.active .contents {
  margin: 0;
  opacity: 1;
  margin: 0;
  padding: 0 5%;
  -webkit-transition: all 0.5s ease-in-out 0.5s;
  transition: all 0.5s ease-in-out 0.5s;
}

.homepageSlider ul.slider h2 {
  color: #fff;
  font-family: inherit;
  font-size: 32px;
  line-height: 48px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  margin-right: 140px !important;
}

@media (min-width: 0px) and (max-width: 768px) {
  .homepageSlider ul.slider h2 {
    font-size: 24px;
    line-height: 42px;
    margin: 10px 0;
    margin-right: 0 !important;
  }
}
@media (min-width: 0px) and (max-width: 512px) {
  .homepageSlider ul.slider h2 {
    font-size: 22px;
    line-height: 42px;
    margin: 10px 0;
    margin-right: 0 !important;
  }
}
.homepageSlider ul.slider h3 {
  color: inherit;
  font-family: inherit;
  font-size: 26px;
  line-height: 26px;
  margin: 0 0 30px 0;
  max-width: 420px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .homepageSlider ul.slider h3 {
    font-size: 20px;
    line-height: 20px;
    max-width: 400px;
    margin: 10px 0;
  }
}
.homepageSlider ul.slider h3 span {
  color: #ee162d;
}

.homepageSlider ul.slider p {
  color: inherit;
  font-family: "Mulish";
  font-weight: 100;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  max-width: 500px !important;
}

@media (min-width: 0px) and (max-width: 992px) {
  .homepageSlider ul.slider p {
    font-size: 16px;
    margin: 10px 0;
    max-width: 450px !important;
  }
}
@media (min-width: 0px) and (max-width: 512px) {
  .homepageSlider ul.slider p {
    display: none;
  }
}
.homepageSlider .sliderControls {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

@media (min-width: 0px) and (max-width: 768px) {
  .homepageSlider .sliderControls {
    position: relative;
    height: 100px;
  }
}
@media (min-width: 0px) and (max-width: 512px) {
  .homepageSlider .sliderControls {
    height: 80px;
  }
}
.homepageSlider .sliderControls .wrapper {
  padding: 0;
  top: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1140px;
  height: inherit;
  overflow: visible;
  position: relative;
  z-index: 5;
  display: table;
  /*container to draw white triangle and overlay*/
}

.homepageSlider .sliderControls .wrapper .s-container {
  float: right;
}

@media (min-width: 0px) and (max-width: 768px) {
  .homepageSlider .sliderControls .wrapper .s-container {
    height: auto;
    position: relative;
    float: none;
    width: 100%;
  }
}
.homepageSlider .sliderControls .wrapper .s-container:before {
  content: "";
  border-style: solid;
  border-width: 0 0 350px 120px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .homepageSlider .sliderControls .wrapper .s-container:before {
    border-width: 0 0 400px 120px;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .homepageSlider .sliderControls .wrapper .s-container:before {
    border-width: 0;
    background: white;
    width: 100%;
    height: 100%;
  }
}
.homepageSlider .sliderControls .wrapper .s-container:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
  position: absolute;
}

.homepageSlider .sliderControls .wrapper ul.pagination {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 350px;
  z-index: 10;
  width: 40px;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .homepageSlider .sliderControls .wrapper ul.pagination {
    height: 350px;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .homepageSlider .sliderControls .wrapper ul.pagination {
    height: auto;
    width: 100%;
    text-align: center;
    display: block;
    padding: 30px 0;
    margin: 0 auto;
  }
}
@media (min-width: 0px) and (max-width: 512px) {
  .homepageSlider .sliderControls .wrapper ul.pagination {
    padding: 40px 0 10px;
  }
}
.homepageSlider .sliderControls .wrapper ul.pagination li {
  cursor: pointer;
  font-size: 0;
  width: 16px;
  height: 16px;
  background: #dbdbdb;
  border: 3px solid white;
  border-radius: 10px;
  margin: 15px 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  letter-spacing: -0.05em;
}

@media (min-width: 0px) and (max-width: 768px) {
  .homepageSlider .sliderControls .wrapper ul.pagination li {
    float: none;
    margin: 0 5px;
    display: inline-block;
  }
}
.homepageSlider .sliderControls .wrapper ul.pagination li.active,
.homepageSlider .sliderControls .wrapper ul.pagination li:hover {
  background: white;
  border: 3px solid #ee162d;
}

.homepageSlider .sliderControls .wrapper a {
  position: absolute;
  z-index: 15;
  right: 110px;
  bottom: 0;
  overflow: visible;
  padding: 35px 80px 35px 35px;
  font-size: 22px;
  font-weight: 100;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  text-shadow: none;
  height: 16px;
  opacity: 1;
  font-family: "Mulish";
  letter-spacing: -0.05em;
  display: inherit;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .homepageSlider .sliderControls .wrapper a {
    bottom: 0;
    right: 60px;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .homepageSlider .sliderControls .wrapper a {
    top: -35px;
    bottom: 0;
    right: 30px;
    font-size: 14px;
    font-family: "Mulish";
    padding: 18px 24px;
  }
}
.homepageSlider .sliderControls .wrapper a.hide {
  opacity: 0;
  right: 100px;
}

.homepageSlider .sliderControls .wrapper a:before {
  content: "";
  border-style: solid;
  border-width: 0 0 86px 30px;
  border-color: transparent transparent #ee162d transparent;
  position: absolute;
  top: 0;
  left: -30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 0px) and (max-width: 768px) {
  .homepageSlider .sliderControls .wrapper a:before {
    left: -20px;
    border-width: 0 0 52px 20px;
  }
}
.homepageSlider .sliderControls .wrapper a:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.homepageSlider .sliderControls .wrapper a:hover {
  color: #fff;
  background-color: #28ff52;
  padding: 35px 70px 35px 35px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .homepageSlider .sliderControls .wrapper a:hover {
    padding: 18px 24px;
  }
  .s-btn-large.s-btn-icon:after {
    display: none;
  }
  .s-btn-red.s-btn-icon.s-btn-S0020:after {
    display: none;
  }
}
.homepageSlider .sliderControls .wrapper a:hover:before {
  border-color: transparent transparent #28ff52 transparent;
}

.homepageSlider .sliderControls .wrapper a:hover:after {
  margin-right: 15px;
}

.s-btn {
  font-family: "Mulish";
  display: inline-block;
  margin: 0 5px 10px;
  position: relative;
  overflow: hidden;
  background-image: url(../images/bg-buttons.png) !important;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.s-btn-red {
  color: #ffffff;
  background-color: #ee162d;
}

.s-btn-large {
  font-size: 16px;
  padding: 22px 36px;
  line-height: 16px;
  text-transform: uppercase;
  max-width: 260px;
  /*min-width: 105px;*/
}

.s-btn-icon {
  padding-right: 80px;
  position: relative;
}

.s-btn-icon:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
}

.s-btn-large.s-btn-icon:after {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.s-btn-red.s-btn-icon.s-btn-S0020:after {
  background-image: url("../images/small_0020_white.svg");
}

.panel-protocolo .icon-big {
  font-size: 200% !important;
}
.panel-protocolo h4 {
  color: black;
}

.select2-container {
  width: 100% !important;
  padding: 0;
}

.select2-container--default .select2-selection--single {
  background-color: #f0f0f0 !important;
  border: 1px solid #dbdbdb !important;
  border-radius: 0 !important;
  height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 12px 12px !important;
  font-size: 14px;
  color: #888888;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  margin-top: 10px !important;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  cursor: no-drop;
}

.select2-container--default .select2-dropdown {
  border-width: 1px;
  border-color: #dbdbdb;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
}

.select2-results__options {
  padding: 0 5px;
}

.select2-container--default .select2-results__option {
  padding: 14px 6px;
  border-bottom: solid 1px #dbdbdb;
}

.select2-container--default .select2-results__option:last-child {
  border-bottom: none;
}

.select2-results__option[aria-selected=true],
.select2-results__option--highlighted[aria-selected] {
  background-color: #f0f0f0 !important;
  color: #888888 !important;
}

.select2.select2-container.select2-container--default.select2-container--below.select2-container--open .select2-selection.select2-selection--single {
  background-color: #f0f0f0;
}

.form-group.has-error .select2-container--default .select2-selection--single {
  border: 1px solid #28ff52 !important;
}

.form-group.has-error .select2.select2-container.select2-container--default.select2-container--below.select2-container--open .select2-selection.select2-selection--single {
  background-color: #f0f0f0;
}

#edp-chat {
  position: fixed;
  bottom: 65px;
  right: 95px;
  z-index: 10;
}

#edp-whatsapp {
  position: fixed;
  bottom: 65px;
  bottom: 20%;
  right: 25px;
  z-index: 10;
}

@media (max-width: 767px) {
  #edp-chat {
    right: 8px !important;
    bottom: 2px;
  }
  #edp-whatsapp {
    right: 8px !important;
  }
}
.edp-chat__icon {
  width: 80px;
  height: 80px;
  cursor: pointer;
  overflow: hidden;
  display: block;
}

.edp-chat__icon img {
  padding: 4px;
}

.color .gritter-item,
.alert {
  border-style: solid;
  border-width: 2px;
}

.alert .icon {
  font-size: 250%;
}

.alert.alert-icon .message {
  border: none;
}

.color.success .gritter-item {
  background: #2ebe4f;
  border-color: #155724;
}

.color.info .gritter-item {
  background: #1590a4;
  border-color: #0c5460;
}

.color.warning .gritter-item {
  background: #e8ae07;
  border-color: #856404;
}

.color.danger .gritter-item {
  background: #da6772;
  border-color: #721c24;
}

.color.success .gritter-item .gritter-content,
.color.success .gritter-item .gritter-content .gritter-close:after {
  color: #fff;
}

.color.info .gritter-item .gritter-content,
.color.info .gritter-item .gritter-content .gritter-close:after {
  color: #fff;
}

.color.warning .gritter-item .gritter-content,
.color.warning .gritter-item .gritter-content .gritter-close:after {
  color: #fff;
}

.color.danger .gritter-item .gritter-content,
.color.danger .gritter-item .gritter-content .gritter-close:after {
  color: #fff;
}

.edp-aviso-periodo-faturamento {
  min-height: 40px;
  background-color: #3b3b3b;
  color: white;
  font-size: 14px;
  padding: 9px 0 0;
}

.edp-aviso-interrupcao-programada {
  min-height: 40px;
  background-color: #ee162d;
  color: white;
  font-size: 14px;
  padding: 9px 0 0;
}

.fundo-whatsapp {
  float: right;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  text-align: center;
  color: white;
  background-color: #4dc247;
}

.whatsapp-widget {
  position: fixed;
  right: 20px;
  bottom: 3px;
  float: left;
  margin-bottom: 4px;
  z-index: 20;
}

@media (max-width: 767.98px) {
  .edp-card-columns .bricklayer-column-sizer {
    /* divide by 3. */
    width: 100%;
  }
  .edp-card-columns.card-columns {
    column-count: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .edp-card-columns .bricklayer-column-sizer {
    /* divide by 2. */
    width: 50%;
  }
  .edp-card-columns.card-columns {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .edp-card-columns .bricklayer-column-sizer {
    /* divide by 3. */
    width: 33.3%;
  }
  .edp-card-columns.card-columns {
    column-count: 3;
  }
}
@media (max-width: 1199.98px) {
  .edp-card-columns h5 {
    font-size: 16px;
  }
}
.edp-card-columns .bricklayer-column {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.edp-card-columns .debito-troca > .bricklayer-column {
  padding-left: unset !important;
  padding-right: 0.75rem !important;
}
.edp-card-columns .card {
  margin: 1rem 0;
}
.edp-card-columns .card:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.edp-card-columns .card.card-selecionado {
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}
.edp-card-columns .card .edp-checkbox {
  top: 0;
}
.edp-card-columns .card .card-title {
  color: black;
}
.edp-card-columns .card .card-body {
  padding: 0.5rem;
  cursor: pointer;
}
.edp-card-columns .card .card-body p {
  margin: 0 0 0.3rem 0;
}
.edp-card-columns .card .card-footer {
  padding: 0.5rem;
}
.edp-card-columns .card .card-footer .form-group {
  margin-bottom: 0;
}
.edp-card-columns.edp-card-instalacoes .card-footer {
  font-weight: bold;
}
.edp-card-columns.edp-card-instalacoes .card-footer.pendente {
  background-color: #fff3cd;
}
.edp-card-columns.edp-card-instalacoes .card-footer.confirmado {
  background-color: #d4edda;
}
.edp-card-columns.edp-card-instalacoes .card-footer a {
  color: black;
}
.edp-card-columns.edp-card-instalacoes .card-footer a:hover, .edp-card-columns.edp-card-instalacoes .card-footer a:focus {
  color: #28ff52;
}
.edp-card-columns.edp-card-debitos .card-footer.paga {
  background-color: #d4edda;
}
.edp-card-columns.edp-card-debitos .card-footer.vou-pagar {
  background-color: #d1ecf1;
}
.edp-card-columns.edp-card-debitos .card-footer.isencao {
  background-color: #fff3cd;
}

.edp-resumo-solicitacao-form .card-header {
  background-color: #f0f0f0;
  border: none;
  padding: 0;
}
.edp-resumo-solicitacao-form .card-header .panel-title {
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 16px;
}
.edp-resumo-solicitacao-form .card-header .panel-title a {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.edp-resumo-solicitacao-form .card-header .panel-title a i {
  font-size: 40px;
}
.edp-resumo-solicitacao-form .panel-body .row {
  padding: 10px;
}
@media (min-width: 576px) {
  .edp-resumo-solicitacao-form .panel-body .row > * {
    margin: 5px 0;
  }
}

.edp-card-critical-new.alert.alert-danger.alert-icon {
  background-color: #e32c2c;
  border-radius: 2px;
}

.message .content p.title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 48px;
  display: flex;
  align-items: center;
  color: #ffffff;
}

.message .content p.body {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.message .content {
  margin-left: 16px;
}

.btn-2023 {
  text-align: center;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

a.card-button-detail,
button.card-button-detail {
  border: unset;
  float: right;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px;
  gap: 8px;
  width: 250px;
  height: 54px;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  flex: none;
  order: 0;
  flex-grow: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000 !important;
  margin-left: 10px;
  margin-top: 10px;
}

a.card-button-detail:hover {
  opacity: 0.8;
}

@media (max-width: 780px) {
  .message .content {
    margin-left: 8px;
  }
  a.card-button-detail {
    margin-left: unset;
  }
  /*Media query*/
  .information {
    line-height: 18px;
    font-size: 14px;
    max-width: 90%;
  }
  .body-information-detail .info {
    display: block;
  }
  .body-information-detail .header-label,
  .body-information-detail .header-info {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .body-information-header.important {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
  }
  .body-information-detail {
    font-weight: 700 !important;
  }
  a.card-button-detail {
    float: unset;
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
  }
  .col-md-12.title-session-with-button {
    flex-direction: column;
  }
  a.edp-btn.edp-btn-dark.right.btn-2023, .layout-aberto-simulador a.edp-btn-dark.right.btn-2023.btn,
  .custom-modal a.edp-btn-dark.right.btn-2023.btn {
    display: block;
    margin-top: 24px;
  }
  .edp-modal-title {
    position: absolute;
    padding: 16px;
  }
  .edp-modal-body {
    padding-left: 16px;
    padding-right: 16px;
  }
  .edp-modal-footer {
    padding-left: 16px;
    padding-bottom: 10px;
  }
  .edp-modal-footer {
    padding-left: 16px;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
  }
  .btn-2023 {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
  }
  a.edp-btn-filtro.nao-selecionado {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-right: unset;
  }
  .input-edp-2023 {
    height: 56px;
  }
  .edp-modal-title {
    font-size: 22px;
  }
  .btn-full-mobile {
    width: 100%;
  }
  div.footer .card-button-detail.btn-full-mobile {
    width: 100%;
  }
}
.btn-full {
  width: 100% !important;
  margin-top: 8px;
}

div.footer .card-button-detail.btn-full-mobile {
  float: left;
  margin-left: unset;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 48px;
  display: flex;
  align-items: center;
  color: #212e3e !important;
  cursor: pointer;
}

.edp-tooltip-menu {
  background-color: red;
}

.tarifa-branca-horario-ponta {
  background-color: #FF557A;
  text-align: center;
}

.tarifa-branca-intermediario {
  background-color: #FAE095;
  text-align: center;
}

.tarifa-branca-fora-ponta {
  background-color: #8FC7A0;
  text-align: center;
}

@font-face {
  font-family: "Mulish";
  src: url("Mulish-VariableFont_wght.ttf");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Mulish !important;
}

.new-link, a.instalacao, .visualisar-detalhes {
  text-decoration: underline;
  color: #263cc8;
}
.new-link:hover, a.instalacao:hover, .visualisar-detalhes:hover {
  color: #263cc8;
}

#service-content a:not([class]) {
  text-decoration: underline;
  color: #263cc8;
}
#service-content a:not([class]) i {
  text-decoration: unset;
}
#service-content a:not([class]):hover {
  color: #263cc8;
}

.edp-logo,
.edp-logo-inline__logo {
  width: 180px;
}

.edp-logo-inline__logo {
  font-size: 48px;
}

.login-layout__footer {
  color: #28ff52;
  background-color: transparent;
  font-size: 16px;
  padding: 0 12px;
}
.login-layout__footer a {
  color: #28ff52;
}
@media (max-width: 1380px) {
  .login-layout__footer {
    font-size: 12px;
  }
}
.login-layout__links {
  color: #fff;
  font-family: Mulish;
}
.login-layout__links a {
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  padding: 9px 7px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .login-layout__links a {
    font-size: 12px;
  }
}
.login-layout__links i {
  color: #28ff52;
  font-size: 32px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .login-layout__links i {
    font-size: 24px;
  }
}
.login-layout__logo {
  color: #28ff52;
  margin: 18px 0 58px;
}
.login-layout__logo .edp-logo-inline {
  font-size: 48px;
}
.login-layout__login-form {
  background-color: #ffffff;
  color: #2b2b2b;
  font-family: Mulish;
  margin-top: 0;
}
.login-layout__login-form__tab-nav a {
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 18px;
  border-right: unset;
  border-top: 2px solid transparent;
}
.login-layout__login-form__tab-nav a.active {
  border-top: 2px solid #28ff52;
  color: inherit;
}
.login-layout__login-form__tab-content form {
  color: inherit;
}
.login-layout__login-form__tab-content form a {
  color: inherit;
  font-size: 16px;
  text-decoration: unset;
}
.login-layout__login-form__tab-content form .has-error label {
  color: #2b2b2b !important;
}
.login-layout__login-form__tab-content form .text-danger span {
  color: #dc3545 !important;
}
.login-layout__login-form__tab-content .title-with-ruler--black p {
  color: #2b2b2b;
  font-size: 16px;
}
.login-layout__login-form__tab-footer {
  color: inherit;
  background-color: #e6ebec;
}
.login-layout__login-form .radio-input label {
  padding-left: 32px;
}
.login-layout__login-form .radio-input input:checked ~ .edp-radio::before {
  background: #28ff52;
}
.login-layout__login-form .form-control.login-form-control {
  background-color: #fff;
  padding-left: 48px;
  border: 1px solid #212e3e;
  height: 56px;
}
.login-layout__login-form .icon-before--login-form {
  padding: 15px 8px 0 16px;
  color: inherit;
}
.login-layout__login-form .icon-before--login-form::after {
  display: none;
}
.login-layout__login-form .icon-before--login-form svg g path {
  fill: currentColor !important;
}
.login-layout__header .links-header {
  display: flex;
  list-style: none;
  margin: 0 12px;
  border-bottom: 1px solid #fff;
  padding: 8px 0;
}
.login-layout__header .links-header__item {
  color: #fff;
  margin-right: 16px;
}
.login-layout__header .links-header__item a {
  color: inherit;
}
.login-layout__app, .login-layout__redes-sociais {
  flex-grow: 1;
  flex-basis: 0;
}

.edp-btn, .layout-aberto-simulador .btn,
.custom-modal .btn {
  font-size: 16px !important;
  font-family: Mulish;
  padding: 14px 24px !important;
  text-transform: unset;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  text-decoration: unset !important;
  border: 1px solid transparent;
  line-height: unset !important;
  height: auto !important;
}
.edp-btn::before, .layout-aberto-simulador .btn::before,
.custom-modal .btn::before {
  display: none;
}
.edp-btn:hover, .layout-aberto-simulador .btn:hover,
.custom-modal .btn:hover {
  cursor: pointer !important;
}
.edp-btn svg, .layout-aberto-simulador .btn svg,
.custom-modal .btn svg {
  vertical-align: unset;
  border-style: unset;
}
.edp-btn svg + span, .layout-aberto-simulador .btn svg + span,
.custom-modal .btn svg + span {
  margin-left: 10px;
}
.edp-btn i, .layout-aberto-simulador .btn i,
.custom-modal .btn i {
  font-weight: 500;
  font-size: 24px;
}
.edp-btn.login-form, .layout-aberto-simulador .login-form.btn,
.custom-modal .login-form.btn {
  font-family: inherit !important;
  padding: 14px 24px;
}
.edp-btn-dark {
  background-color: #28ff52;
  border-color: #28ff52;
  color: #212e3e !important;
}
.edp-btn-dark::before {
  display: none;
}
.edp-btn-dark:hover, .edp-btn-dark:active, .edp-btn-dark:focus {
  background-color: #28ff52 !important;
}
.edp-btn-dark--sm {
  padding: 10px 16px !important;
  font-weight: 400;
}
.edp-btn--primary, .layout-aberto-simulador .btn,
.custom-modal .btn {
  background-color: #28ff52;
  border-color: #28ff52;
  color: #212e3e !important;
}
.edp-btn--primary::before, .layout-aberto-simulador .btn::before,
.custom-modal .btn::before {
  display: none;
}
.edp-btn--primary:hover, .layout-aberto-simulador .btn:hover,
.custom-modal .btn:hover, .edp-btn--primary:focus, .layout-aberto-simulador .btn:focus,
.custom-modal .btn:focus, .edp-btn--primary:active, .layout-aberto-simulador .btn:active,
.custom-modal .btn:active {
  background-color: #28ff52 !important;
}
.edp-btn--primary:disabled, .layout-aberto-simulador .btn:disabled,
.custom-modal .btn:disabled {
  background-color: #dadada !important;
  border-color: #dadada !important;
}
.edp-btn--primary.edp-btn--outline, .layout-aberto-simulador .edp-btn--outline.btn,
.custom-modal .edp-btn--outline.btn {
  color: #28ff52;
}
.edp-btn--sm {
  padding: 10px 16px !important;
  font-weight: 400;
}
.edp-btn--secondary {
  background-color: #212e3e;
  border-color: #212e3e;
  color: #28ff52;
}
.edp-btn--secondary:hover {
  color: #28ff52;
}
.edp-btn--secondary.edp-btn--outline {
  color: #212e3e;
}
.edp-btn--bg {
  padding: 24px !important;
  border-width: 2px;
}
.edp-btn--outline {
  background-color: transparent;
}
.edp-btn--transparent {
  background-color: transparent;
  border: transparent;
  color: #28ff52;
}
.edp-btn--transparent:hover {
  background-color: #212e3e;
  color: #28ff52 !important;
}

.site-header {
  background-color: #f1f4f4;
  font-family: Mulish !important;
}
.site-header__logo {
  background: unset;
  width: unset;
  height: unset;
  font-size: 48px;
  color: #28ff52;
  line-height: 1;
}
.site-header__logo:hover {
  color: #28ff52;
}
.site-header__public-tabs {
  color: #2b2b2b;
}
.site-header__public-tabs li {
  color: inherit;
}
.site-header__public-tabs li i {
  font-size: 32px;
  margin-right: 8px;
}
.site-header__public-tabs li:last-child {
  padding: 0;
}
.site-header__public-tabs li:last-child a {
  display: flex;
  align-items: center;
  padding: 14px 0;
}
.site-header__public-tabs li.active {
  border-top: 2px solid #28ff52;
  color: inherit;
}
.site-header__public-tabs li.active a {
  color: inherit;
}
.site-header__public-tabs li a {
  display: flex;
  align-items: center;
  color: inherit;
  font-size: 14px;
  background-color: transparent;
  padding: 9px 16px;
  max-height: 48px;
}
.site-header .dropdown-toggle::after {
  display: none;
}
.site-header .user-area {
  border-bottom: unset;
}
.site-header .user-area__user-menu i {
  color: #2b2b2b;
  font-weight: initial;
  margin: 0 0 0 8px;
}
.site-header .user-area__user-menu .pe-7s-angle-down {
  font-weight: 600;
}
.site-header .user-area__actions {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.site-header .user-area__actions i {
  font-size: 32px;
}
.site-header .user-area__actions a {
  color: #2b2b2b;
}
.site-header .user-area__actions .notification {
  background-color: #28ff52;
  color: #2b2b2b;
  font-weight: bold;
}
.site-header .site-menu {
  border-top: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
}
.site-header .site-menu:after {
  display: none;
}
.site-header .site-menu .dropdown.show .account-dropdown {
  background-color: #e6ebec;
}
.site-header .site-menu .dropdown .account-dropdown {
  padding: 18px 8px 22px;
  color: #2b2b2b;
  font-size: 16px;
}
.site-header .site-menu .dropdown-menu {
  color: #2b2b2b;
  background-color: #e6ebec;
}
.site-header .site-menu__sub-menu {
  margin-top: 18px;
  background-color: #e6ebec !important;
}
.site-header .site-menu__sub-menu__separator a {
  font-family: inherit !important;
}
.site-header .site-menu__sub-menu__separator a:hover, .site-header .site-menu__sub-menu__separator a:active, .site-header .site-menu__sub-menu__separator a:focus {
  color: #222222 !important;
  background-color: #28ff52;
}
.site-header .site-menu__horizontal-menu {
  display: flex;
  color: #2b2b2b;
}
.site-header .site-menu__horizontal-menu li {
  display: flex;
  align-items: center;
}
.site-header .site-menu__horizontal-menu li:hover {
  background-color: #e6ebec;
  box-shadow: 0 -3px 0 #28ff52;
}
.site-header .site-menu__horizontal-menu li > a {
  color: inherit;
  padding: 18px 8px 22px;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  text-transform: unset;
}
.site-header .site-menu__horizontal-menu li > a i {
  margin-left: 4px;
  color: inherit;
}

.homepageSlider .wrapper .pagination li {
  border: 3px solid #809297 !important;
  background-color: #809297 !important;
}
.homepageSlider .wrapper .pagination li.active {
  background-color: #28ff52 !important;
  border: 3px solid #28ff52 !important;
}

@media screen and (max-width: 767px) {
  .homepageSlider {
    height: unset;
  }
}
@media screen and (max-width: 767px) {
  .homepageSlider ul.slider {
    height: 360px;
  }
}
@media screen and (max-width: 767px) {
  .homepageSlider .wrapper {
    height: 360px !important;
  }
}

.s-btn {
  padding: 16px 24px !important;
  font-family: Mulish !important;
  text-transform: unset;
  font-size: 20px !important;
  display: inline-flex !important;
  align-items: center;
  height: auto !important;
  background-image: none !important;
  letter-spacing: unset !important;
}
@media screen and (max-width: 767px) {
  .s-btn {
    bottom: unset !important;
    right: unset !important;
    left: 0;
    padding: 14px !important;
    font-size: 16px !important;
  }
}
.s-btn::before, .s-btn::after {
  display: none;
}
.s-btn--eletric {
  background-color: #28ff52;
  color: #222222 !important;
}
.s-btn--eletric:hover {
  background-color: #28ff52 !important;
}
.s-btn i {
  margin-left: 8px;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .s-btn i {
    font-size: 24px;
  }
}

.site-content__container h2,
.site-content__container h2,
.site-content__container h4,
.site-content__container h5,
.site-content__container h6 {
  color: #2b2b2b;
}

#ultima-conta {
  font-family: Mulish;
}
#ultima-conta p {
  font-family: inherit;
}
#ultima-conta h2 {
  font-size: 32px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #ultima-conta .edp-btn, #ultima-conta .layout-aberto-simulador .btn, .layout-aberto-simulador #ultima-conta .btn,
  #ultima-conta .custom-modal .btn,
  .custom-modal #ultima-conta .btn {
    padding: 14px 16px !important;
  }
}
@media screen and (max-width: 767px) {
  #ultima-conta .edp-btn.edp-btn--bg, #ultima-conta .layout-aberto-simulador .edp-btn--bg.btn, .layout-aberto-simulador #ultima-conta .edp-btn--bg.btn,
  #ultima-conta .custom-modal .edp-btn--bg.btn,
  .custom-modal #ultima-conta .edp-btn--bg.btn {
    padding: 14px !important;
  }
}
#ultima-conta .invoice-details {
  padding: 15px 0;
  color: #2b2b2b !important;
  font-family: inherit;
}
#ultima-conta .invoice-details strong {
  font-weight: 700;
}
#ultima-conta .invoice-details__title {
  font-size: 20px;
  padding: 8px 0;
  color: inherit !important;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 16px;
}
#ultima-conta .invoice-details__detail {
  color: inherit;
}
#ultima-conta .invoice-details__detail p {
  font-size: 16px;
  margin-bottom: 4px;
  color: inherit;
}

#more-fast-menu-itens {
  cursor: pointer;
}
#more-fast-menu-itens span {
  color: #2b2b2b;
  font-size: 20px;
}

#acesso-rapido {
  background-color: #e6ebec;
  padding: 56px 0;
}
#acesso-rapido h2 {
  font-size: 32px;
  color: #2b2b2b;
}
#acesso-rapido .fast-menu__item {
  width: 50%;
  margin-right: 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 168px;
}
#acesso-rapido .fast-menu__item__title {
  font-family: Mulish;
  color: #2b2b2b;
  font-size: 20px;
  width: unset;
  padding: 0.7%;
}
@media screen and (max-width: 767px) {
  #acesso-rapido .fast-menu__item__title {
    font-size: 14px;
    text-align: center;
  }
}
#acesso-rapido .fast-menu__item__button {
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  margin-right: 0;
  padding: 28.5%;
  color: #28ff52;
  background-color: #212e3e;
  border: unset;
}
@media screen and (max-width: 767px) {
  #acesso-rapido .fast-menu__item__button {
    font-size: 28px;
    padding: 17%;
  }
}
#acesso-rapido .fast-menu__item__button__acesso-rapido-comercializadora {
  width: 143px;
  height: 143px;
}
@media screen and (max-width: 767px) {
  #acesso-rapido .fast-menu__item__button__acesso-rapido-comercializadora {
    width: 67px;
    height: 67px;
  }
}
#acesso-rapido .fast-menu__item__button__acesso-rapido-comercializadora__icone-elogios-sugestoes {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  #acesso-rapido .fast-menu__item__button__acesso-rapido-comercializadora__icone-elogios-sugestoes {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #acesso-rapido .fast-menu__row {
    flex-wrap: wrap;
  }
}
#acesso-rapido .fast-menu__row--second {
  display: flex;
}

.historicoDeConsumo {
  padding: 56px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .historicoDeConsumo {
    padding: 56px 15px;
    margin: 0 -15px;
  }
}
.historicoDeConsumo span {
  font-size: 20px !important;
}
.historicoDeConsumo p {
  color: #2b2b2b;
}
.historicoDeConsumo .edp-resumo-solicitacao-form {
  margin-bottom: 0;
}
.historicoDeConsumo .edp-resumo-solicitacao-form .card-header {
  box-shadow: unset !important;
  border: 2px solid #28ff52;
  padding: 16px 20px;
}
.historicoDeConsumo .edp-resumo-solicitacao-form .card-header span {
  color: #212e3e;
}

.d-flex, .edp-theme .login .header .dropdown-item, .edp-theme .login .header__item, .edp-theme .login .header, .edp-theme .login .footer-login, .edp-theme .navbar-mob__link, .edp-theme .list--ordened .list__item::before, .edp-theme .list--ordened .list__item {
  display: flex;
}

.banner-servico {
  padding: 27px 0 !important;
  color: #212e3e;
}
.banner-servico h2 {
  color: inherit !important;
  font-size: 32px;
}
.banner-servico p {
  font-family: Mulish;
  font-size: 20px;
  color: inherit !important;
  margin-bottom: 0;
}
.banner-servico::after {
  background-color: #7eff87;
}
.banner-servico .edp-btn, .banner-servico .layout-aberto-simulador .btn, .layout-aberto-simulador .banner-servico .btn,
.banner-servico .custom-modal .btn,
.custom-modal .banner-servico .btn {
  color: #fff !important;
}

.banner-conta-por-email,
.banner-debito-automatico {
  background-image: unset;
}

.site-footer {
  background-color: #212e3e;
  padding: 40px 0;
}
.site-footer .edp-logo {
  font-size: 64px;
  line-height: 1;
  width: 180px;
  margin-bottom: 18px;
  display: block;
}
.site-footer__col {
  max-width: 246px;
}
.site-footer h4 {
  font-size: 16px;
  color: #28ff52;
  margin-bottom: 16px;
}
.site-footer p {
  color: #fff;
}
.site-footer ul {
  padding: 0;
  list-style: none;
}
.site-footer ul li {
  color: #fff;
  margin-bottom: 16px;
}
.site-footer ul li a {
  color: inherit;
}
.site-footer a.edp-a-z {
  padding: 0;
}

.copyright-text {
  background-color: #212e3e;
  color: #28ff52;
}

.service-header {
  font-family: Mulish;
  padding: 56px 0;
}
.service-header h2,
.service-header h1 {
  font-size: 32px;
  margin-bottom: 32px;
}
.service-header .steps-control li {
  font-family: inherit !important;
}
.service-header .steps-control li::after {
  display: none;
}
.service-header .steps-control li a {
  color: #2b2b2b;
  font-size: 18px;
}
.service-header .steps-control li .step-control__number {
  background-color: #e6ebec;
  border-color: #e6ebec;
  color: #90979f;
  font-family: inherit !important;
  font-weight: bold;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.service-header .steps-control li.active .step-control__number {
  color: #212e3e;
  background-color: #7eff87;
  border-color: #7eff87;
}
.service-header .steps-control li.active a {
  color: #212e3e;
  font-weight: bold;
}
.service-header .steps-control li.finished .step-control__number {
  background-color: #d4ffdd;
  border-color: #d4ffdd;
}

.sidebar-default {
  font-family: Mulish !important;
}
.sidebar-default h5 {
  font-size: 32px;
  color: #2b2b2b;
  margin-bottom: 16px;
}
.sidebar-default h3 {
  font-family: Mulish !important;
}
.sidebar-default a {
  text-decoration: underline;
  color: #263cc8;
  font-family: Mulish !important;
}
.sidebar-default a:hover {
  color: #263cc8;
}
.sidebar-default .icon-container {
  width: 80px;
  height: 80px;
  background-color: #212e3e;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  color: #28ff52;
}
.sidebar-default__more-services__text {
  flex: 1;
  padding-left: 16px;
}
.sidebar-default__more-services__text h3,
.sidebar-default__more-services__text p {
  color: #2b2b2b !important;
}
.sidebar-default__more-services__text p {
  margin-bottom: 8px;
}

.form-control {
  border: 1px solid #212e3e;
  background-color: transparent;
  color: #2b2b2b;
}
.form-control:active, .form-control:focus, .form-control:hover {
  border: 1px solid #212e3e;
  background-color: transparent;
  color: #2b2b2b;
}
.form-control:disabled {
  background-color: #f1f4f4;
}
.form-control:disabled:hover {
  background-color: #f1f4f4;
}

form h5 {
  font-size: 32px;
  margin: 32px 0;
}
form .form-group textarea.form-control {
  border: 1px solid #d7dfe0;
  background: #f3f3f3;
  color: #000000;
}
form .form-control {
  border: 1px solid #212e3e;
  background-color: transparent;
  color: #2b2b2b;
}
form .form-control:active, form .form-control:focus, form .form-control:hover {
  border: 1px solid #212e3e;
  background-color: transparent;
  color: #2b2b2b;
}
form .form-control:disabled {
  background-color: #f1f4f4;
}
form .form-control:disabled:hover {
  background-color: #f1f4f4;
}

.squared-table thead tr {
  background-color: #f0f0f0;
}
.squared-table thead tr th {
  background-color: unset;
  border-bottom: unset;
  border: unset;
  text-transform: capitalize;
  color: #000000;
  font-weight: 700;
  font-size: 18px;
}
.squared-table thead tr td {
  border: unset;
  text-transform: capitalize;
  background-color: #f9f9f9;
  padding: 16px 0;
}
.squared-table thead tr:nth-child(2n) td {
  background-color: #fff;
}
.squared-table tbody tr td {
  border: unset;
  text-transform: capitalize;
  background-color: #f9f9f9;
  padding: 16px 0;
}
.squared-table tbody tr:nth-child(2n) td {
  background-color: #fff;
}

#layout-aberto-service-header {
  padding: 0;
}
#layout-aberto-service-header h1 {
  font-size: 32px;
  margin-bottom: 32px;
  color: #2b2b2b;
}

#layout-aberto-header {
  padding: 24px 0;
}
#layout-aberto-header .edp-logo {
  font-size: 48px;
}

.layout-aberto-content a:not([class]) {
  text-decoration: underline;
  color: #263cc8;
}
.layout-aberto-content a:not([class]):hover {
  color: #263cc8;
}

#login-layout {
  background-color: #212e3e;
}

.introIcone {
  width: 68px;
  height: 68px;
  background-color: #212e3e;
  color: #28ff52;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.introIcone i {
  font-size: 48px;
}

.number-pesquisa-satisfacao.active, .number-pesquisa-satisfacao:hover {
  background-color: #212e3e;
}

.mobile-top-header .logo {
  font-size: 32px;
  color: #28ff52;
}
.mobile-top-header #minhas-notificacoes {
  font-size: 32px;
  color: #2b2b2b;
}
.mobile-top-header #minhas-notificacoes a {
  color: inherit;
}
.mobile-top-header #minhas-notificacoes .notification {
  background-color: #28ff52;
  color: #2b2b2b;
  font-weight: bold;
}
.mobile-top-header #minhas-notificacoes .dropdown-item a {
  text-decoration: underline;
  color: #263cc8;
}
.mobile-top-header #minhas-notificacoes .dropdown-item a:hover {
  color: #263cc8;
}

.mobile-footer {
  background-color: #28ff52;
  color: #212e3e;
}
.mobile-footer a {
  color: inherit;
}
.mobile-footer a.active {
  background-color: #212e3e;
  color: #28ff52;
}

@media screen and (max-width: 767px) {
  #modal-conta-email .modal-footer {
    flex-direction: column;
  }
}

#onetrust-consent-sdk #onetrust-accept-btn-handler,
#onetrust-consent-sdk #onetrust-reject-all-handler {
  border-color: #28ff52 !important;
  background-color: #28ff52 !important;
  color: #212e3e !important;
}
#onetrust-consent-sdk #onetrust-pc-btn-handler,
#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
  border: 1px solid #28ff52 !important;
  color: #212e3e !important;
}

.mobile-layout-login .edp-logo {
  font-size: 48px;
  color: #28ff52 !important;
  padding: 32px 0;
  display: block;
}
.mobile-layout-login ::placeholder {
  color: #2b2b2b !important;
}
.mobile-layout-login .layout-login-form {
  background-color: #fff;
  color: #2b2b2b !important;
  padding: 32px 0 24px;
}
.mobile-layout-login .login-form-control {
  background-color: #fff;
  padding-left: 48px;
  border: 1px solid #212e3e;
  height: 56px;
}
.mobile-layout-login .form-group {
  margin-bottom: 8px;
}
.mobile-layout-login .edp-btn, .mobile-layout-login .layout-aberto-simulador .btn, .layout-aberto-simulador .mobile-layout-login .btn,
.mobile-layout-login .custom-modal .btn,
.custom-modal .mobile-layout-login .btn {
  padding: 8px 16px !important;
}
.mobile-layout-login .icon-before--login-form {
  padding: 15px 8px 0 16px;
  color: inherit;
}
.mobile-layout-login .icon-before--login-form::after {
  display: none;
}
.mobile-layout-login .icon-before--login-form svg g path {
  fill: currentColor !important;
}
.mobile-layout-login .title-with-ruler--black p {
  color: #2b2b2b;
  font-size: 16px;
}
.mobile-layout-login .link--underline {
  color: inherit;
}
.mobile-layout-login .radio-input label {
  padding: 10px 10px 10px 30px;
}
.mobile-layout-login .login-layout__login-form__tab-footer {
  margin-top: 32px;
}
.mobile-layout-login .login-layout__login-form__tab-footer .edp-btn, .mobile-layout-login .login-layout__login-form__tab-footer .layout-aberto-simulador .btn, .layout-aberto-simulador .mobile-layout-login .login-layout__login-form__tab-footer .btn,
.mobile-layout-login .login-layout__login-form__tab-footer .custom-modal .btn,
.custom-modal .mobile-layout-login .login-layout__login-form__tab-footer .btn {
  width: unset;
}

.site-menu__sub-menu__banner a {
  text-decoration: underline;
  color: #263cc8;
}
.site-menu__sub-menu__banner a:hover {
  color: #263cc8;
}

.breadcrumb li a {
  color: #2b2b2b;
}

.faturas .nav-tabs li a {
  color: #212e3e !important;
}
.faturas .nav-tabs li a:active, .faturas .nav-tabs li a:focus, .faturas .nav-tabs li a:hover, .faturas .nav-tabs li a.active {
  border-color: #28ff52 !important;
}
.faturas .tab-content .nav-tabs li a {
  border: 1px solid #212e3e !important;
  color: #212e3e !important;
}
.faturas .tab-content .nav-tabs li a:active, .faturas .tab-content .nav-tabs li a:focus, .faturas .tab-content .nav-tabs li a:hover, .faturas .tab-content .nav-tabs li a.active {
  background-color: #28ff52 !important;
  border: 1px solid #212e3e !important;
}

.alert.alert-info {
  border-radius: unset;
  border-color: transparent;
  background-color: #263cc8;
  color: #fff;
  box-shadow: unset;
}
.alert.alert-info p {
  color: inherit;
}
.alert.alert-info .icon {
  color: inherit;
}

.table-segunda-via-row {
  background-color: #f0f0f0 !important;
}
.table-segunda-via-row .edp-btn, .table-segunda-via-row .layout-aberto-simulador .btn, .layout-aberto-simulador .table-segunda-via-row .btn,
.table-segunda-via-row .custom-modal .btn,
.custom-modal .table-segunda-via-row .btn {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.layout-aberto-simulador .btArYf,
.layout-aberto-simulador .cYsqTM i,
.custom-modal .btArYf,
.custom-modal .cYsqTM i {
  color: #28ff52 !important;
}
.layout-aberto-simulador .fa-circle[style*=color],
.custom-modal .fa-circle[style*=color] {
  color: #28ff52 !important;
}
.layout-aberto-simulador .bIllAx,
.custom-modal .bIllAx {
  background-color: #28ff52 !important;
}
.layout-aberto-simulador .btn,
.custom-modal .btn {
  justify-content: center;
}
.layout-aberto-simulador .btn .fa-plus,
.custom-modal .btn .fa-plus {
  font-size: inherit;
}
.layout-aberto-simulador .btn .fa-stack-2x,
.custom-modal .btn .fa-stack-2x {
  font-size: 2em;
}

.mvc-grid-pager .pagination .page-item.active .page-link {
  background-color: #28ff52;
  border-color: #28ff52;
}
.mvc-grid-pager .pagination .page-item .page-link {
  color: #212e3e;
}

.custom-checkbox__input:checked + .custom-checkbox__label .custom-checkbox__box {
  border: 2px solid #212e3e;
  background-color: #212e3e;
  justify-content: center;
  align-items: center;
  display: flex;
}
.custom-checkbox__input:checked + .custom-checkbox__label .custom-checkbox__box::before {
  content: "\e919";
  font-family: "Edp-AA";
  color: #28ff52;
  font-size: 0.75rem;
}
.custom-checkbox__box {
  border: 1px solid #aaaaaa;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 2px;
  cursor: pointer;
}
.custom-checkbox__label {
  gap: 0.5rem;
  display: flex;
  align-items: center;
}

.custom-radio__input {
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  width: 0px;
  height: 0px;
}
.custom-radio__input:checked + .custom-radio__label .custom-radio__box {
  border: 2px solid #212e3e;
  background-color: #212e3e;
  justify-content: center;
  align-items: center;
}
.custom-radio__input:checked + .custom-radio__label .custom-radio__box::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #28ff52;
  border-radius: 100%;
  font-size: 0.75rem;
}
.custom-radio__box {
  border: 1px solid #aaaaaa;
  border-radius: 100%;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}
.custom-radio__label {
  gap: 0.5rem;
  color: #000;
}

.custom-switch {
  padding-left: 2rem;
}
.custom-switch .custom-control-label {
  display: block;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 3rem;
  pointer-events: all;
  background-color: #E6EBEC;
  box-shadow: unset !important;
  height: 24px;
  border-radius: 50px;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 4px);
  left: calc(-2.25rem + 4px);
  width: 1rem;
  height: 1rem;
  background-color: #212e3e;
  border-radius: 50px;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #28ff52;
  background-color: #28ff52;
  box-shadow: unset;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(1.5rem);
  transform: translateX(1.5rem);
}
.custom-switch .custom-control-input:disabled ~ .custom-control-label::after {
  background-color: #808080;
}

.input-group {
  position: relative;
}
.input-group > .form-control + .input-group-append {
  position: absolute;
  right: 0;
  z-index: 2;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .input-group > .form-control + .input-group-append {
    right: 0.5rem;
  }
}
.input-group > .form-control + .input-group-append .input-group-text {
  font-size: inherit;
  border: unset;
  padding: 0;
}

.edp-label {
  color: #000;
  font-size: 1rem;
}
.edp-label--required {
  display: flex;
}
.edp-label--required::before {
  content: "*";
  color: #e32c2c;
  display: block;
}

.form-control {
  min-height: 58px;
}
@media (max-width: 767.98px) {
  .form-control {
    font-size: 1rem !important;
  }
}
.form-control[type=text] {
  line-height: unset;
}

form .form-group .btn {
  height: 58px;
}
form .form-group textarea.form-control {
  border-color: #212e3e;
  background-color: transparent;
  max-height: 11.25rem;
}
form .form-group select {
  -moz-appearance: none;
  -webkit-appearance: none;
  vertical-align: middle;
  background: #fff url("../images/svg/arrows/arrow-down-select.svg") no-repeat right 0.75rem center;
  background-size: 24px;
}
form .form-group select:focus {
  background-image: url("../images/svg/arrows/arrow-up-select.svg");
}
form .form-group .select2-container .select2-selection--single {
  background-color: transparent !important;
  border-color: #212e3e !important;
  height: 58px;
}

.select2-results__option[aria-selected=true],
.select2-results__option--highlighted[aria-selected] {
  background-color: transparent !important;
  font-weight: bold;
  color: #000 !important;
}

.check-input input:checked ~ .edp-checkbox::before {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.1s;
}

.edp-checkbox {
  position: absolute;
  border-radius: 0;
  height: 25px;
  width: 25px;
  top: 8px;
  left: 0;
  z-index: 1;
  background-color: transparent;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #aaaaaa;
  border-radius: 2px;
}
.edp-checkbox:before {
  display: block;
  transform: scale(0);
  background-color: #212e3e;
  font-family: "Edp-AA";
  color: #28ff52;
  content: "\e919";
  position: static;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: unset;
  font-size: 12px;
  padding-top: 2px;
}

.radio-input,
.check-input {
  position: relative;
  display: inline-block;
}
.radio-input label,
.check-input label {
  margin-left: 0;
  display: block;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.radio-input input,
.check-input input {
  visibility: hidden;
  position: absolute;
}

.radio-input label {
  padding: 5px 10px 10px 30px;
}
.radio-input input:checked ~ .edp-radio {
  background: #212e3e;
  border-color: #212e3e;
}
.radio-input input:checked ~ .edp-radio::before {
  background-color: #28ff52;
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.1s;
}

.check-input label {
  padding: 10px 10px 10px 30px;
}

.edp-radio {
  display: block;
  position: absolute;
  border-radius: 100%;
  top: 5px;
  left: 0;
  z-index: 1;
  border: 1px solid #aaaaaa;
  background-color: transparent;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.edp-radio::before {
  width: 8px;
  height: 8px;
  border-radius: 96px;
  display: block;
  left: 8px;
  top: 8px;
  transition: all 0.2s ease-out;
  transition-delay: 0;
  content: "";
  transform: scale(0.2);
  opacity: 0;
  position: static;
}

.edp-disabled > input {
  pointer-events: none;
  background-color: #f1f4f4 !important;
}

.edp-disabled > select {
  pointer-events: none;
  background-color: #f1f4f4 !important;
}

.edp-disabled > label {
  pointer-events: none;
}

.edp-disabled > .edp-checkbox {
  pointer-events: none;
  background-color: #f1f4f4 !important;
}

.flex-even {
  flex: 1;
}

.vh-100 {
  min-height: 100vh;
}

.font-weight-semi, .edp-theme .faturas__name {
  font-weight: 600;
}

.alert {
  gap: 1rem;
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: row;
  border: unset;
}
.alert .icon {
  display: none;
}
.alert:before {
  font-family: "Edp-AA";
  font-size: 1.25rem;
  display: flex;
  padding: 0 1rem;
  align-items: center;
  color: #fff;
}
.alert p,
.alert .message {
  padding: 1rem 1rem 1rem 0;
  color: #000;
}
.alert .message p {
  padding: 0;
}
.alert.alert-info, .alert.alert-danger, .alert.alert-success, .alert.alert-warning {
  color: #000;
}
.alert.alert-info p, .alert.alert-danger p, .alert.alert-success p, .alert.alert-warning p {
  font-size: inherit;
  margin: 0;
}
.alert.alert-info:before, .alert.alert-danger:before, .alert.alert-success:before, .alert.alert-warning:before {
  font-size: 2rem;
}
.alert.alert-info {
  background-color: #a8b1e9;
  border-color: #a8b1e9;
}
.alert.alert-info:before {
  content: "\e937";
  background-color: #263cc8;
}
.alert.alert-danger {
  background-color: #edd5d3;
  border-color: #edd5d3;
}
.alert.alert-danger:before {
  content: "\e916";
  background-color: #e32c2c;
}
.alert.alert-danger p {
  color: inherit;
}
.alert.alert-warning {
  background-color: #fff1be;
  border-color: #fff1be;
}
.alert.alert-warning:before {
  content: "\e90a";
  background-color: #f7d200;
  color: inherit;
}
.alert.alert-warning p, .alert.alert-warning:before {
  color: inherit;
}
.alert.alert-success {
  background-color: #d4ffdd;
  border-color: transparent;
}
.alert.alert-success:before {
  content: "\e909";
  background-color: #225e66;
}
.alert.alert-success p {
  color: inherit;
}
.alert p {
  color: inherit;
}
.alert p:last-child {
  margin-bottom: 0;
  font-size: 1rem;
}

.tooltip-inner {
  display: flex;
  align-items: center;
  text-align: left;
  padding-left: 40px;
}
.tooltip-inner::before {
  content: "\e937";
  position: absolute;
  left: 0.5rem;
  font-family: "Edp-AA";
  font-size: 1.5rem;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .icon-edp-info {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (max-width: 991.98px) and (min-width: 1200px) {
  .icon-edp-info {
    font-size: 2rem;
  }
}

.edp-theme a[class]:not(.btn):not(.active):not(.nav-link) {
  text-decoration: unset;
  color: #263cc8;
  cursor: pointer;
}
.edp-theme a[class]:not(.btn):not(.active):not(.nav-link):hover {
  text-decoration: unset;
  color: #263cc8;
}
.edp-theme .site-menu a {
  text-decoration: unset;
}
.edp-theme .site-menu a:hover {
  text-decoration: unset;
}
.edp-theme .site-content__container {
  color: unset;
}
.edp-theme .site-content__container h1,
.edp-theme .site-content__container h2,
.edp-theme .site-content__container h3,
.edp-theme .site-content__container h4,
.edp-theme .site-content__container h5,
.edp-theme .site-content__container h6 {
  color: inherit;
}
.edp-theme .site-content__container p {
  color: inherit;
}
.edp-theme .fs-1 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .edp-theme .fs-1 {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .edp-theme .fs-1 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (max-width: 767.98px) and (min-width: 1200px) {
  .edp-theme .fs-1 {
    font-size: 1.875rem;
  }
}
.edp-theme .fs-2 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .edp-theme .fs-2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 767.98px) {
  .edp-theme .fs-2 {
    font-size: calc(1.2875rem + 0.45vw);
  }
}
@media (max-width: 767.98px) and (min-width: 1200px) {
  .edp-theme .fs-2 {
    font-size: 1.625rem;
  }
}
.edp-theme .fs-3 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .edp-theme .fs-3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .edp-theme .fs-3 {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
@media (max-width: 767.98px) and (min-width: 1200px) {
  .edp-theme .fs-3 {
    font-size: 1.375rem;
  }
}
.edp-theme .fs-4, .edp-theme .table-light tbody td p i {
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  .edp-theme .fs-4, .edp-theme .table-light tbody td p i {
    font-size: 1.125rem;
  }
}
.edp-theme .fs-5, .edp-theme .login .header__item {
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  .edp-theme .fs-5, .edp-theme .login .header__item {
    font-size: 1rem;
  }
}
.edp-theme .fs-6, .edp-theme .login .btn-outline-main-4, .edp-theme .faturas__name, .edp-theme .table .btn, .edp-theme .list--ordened .list__item, .edp-theme .accordion__top .edp-theme .accordion__title, .edp-theme p {
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .edp-theme .fs-6, .edp-theme .login .btn-outline-main-4, .edp-theme .faturas__name, .edp-theme .table .btn, .edp-theme .list--ordened .list__item, .edp-theme .accordion__top .edp-theme .accordion__title, .edp-theme p {
    font-size: 0.875rem;
  }
}
.edp-theme .fs-7 {
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .edp-theme .fs-7 {
    font-size: 0.875rem;
  }
}
.edp-theme .fs-8, .edp-theme .alert {
  font-size: 0.875rem;
}
@media (max-width: 767.98px) {
  .edp-theme .fs-8, .edp-theme .alert {
    font-size: 0.75rem;
  }
}
.edp-theme .fs-9, .edp-theme .login .header .dropdown-item {
  font-size: 0.75rem;
}
@media (max-width: 767.98px) {
  .edp-theme .fs-9, .edp-theme .login .header .dropdown-item {
    font-size: 0.625rem;
  }
}
.edp-theme p {
  margin-bottom: 2rem;
}
.edp-theme .font-weight-semi, .edp-theme .faturas__name {
  font-weight: 600;
}
.edp-theme .text-decoration-underline {
  text-decoration: underline !important;
}
.edp-theme .icon-lg {
  font-size: 3rem;
}
.edp-theme .gap-0 {
  gap: 0 !important;
}
.edp-theme .gap-1 {
  gap: 0.25rem !important;
}
.edp-theme .gap-2, .edp-theme .list--ordened .list__item {
  gap: 0.5rem !important;
}
.edp-theme .gap-3, .edp-theme .login .header__item {
  gap: 1rem !important;
}
.edp-theme .gap-4 {
  gap: 1.5rem !important;
}
.edp-theme .gap-5 {
  gap: 3rem !important;
}
.edp-theme .gap-6 {
  gap: 2rem !important;
}
.edp-theme .gap-7 {
  gap: 2.5rem !important;
}
.edp-theme .gap-12 {
  gap: 0.75rem !important;
}
@media (min-width: 576px) {
  .edp-theme .gap-sm-0 {
    gap: 0 !important;
  }
  .edp-theme .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .edp-theme .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .edp-theme .gap-sm-3 {
    gap: 1rem !important;
  }
  .edp-theme .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .edp-theme .gap-sm-5 {
    gap: 3rem !important;
  }
  .edp-theme .gap-sm-6 {
    gap: 2rem !important;
  }
  .edp-theme .gap-sm-7 {
    gap: 2.5rem !important;
  }
  .edp-theme .gap-sm-12 {
    gap: 0.75rem !important;
  }
}
@media (min-width: 768px) {
  .edp-theme .gap-md-0 {
    gap: 0 !important;
  }
  .edp-theme .gap-md-1 {
    gap: 0.25rem !important;
  }
  .edp-theme .gap-md-2 {
    gap: 0.5rem !important;
  }
  .edp-theme .gap-md-3 {
    gap: 1rem !important;
  }
  .edp-theme .gap-md-4 {
    gap: 1.5rem !important;
  }
  .edp-theme .gap-md-5 {
    gap: 3rem !important;
  }
  .edp-theme .gap-md-6 {
    gap: 2rem !important;
  }
  .edp-theme .gap-md-7 {
    gap: 2.5rem !important;
  }
  .edp-theme .gap-md-12 {
    gap: 0.75rem !important;
  }
}
@media (min-width: 992px) {
  .edp-theme .gap-lg-0 {
    gap: 0 !important;
  }
  .edp-theme .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .edp-theme .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .edp-theme .gap-lg-3 {
    gap: 1rem !important;
  }
  .edp-theme .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .edp-theme .gap-lg-5 {
    gap: 3rem !important;
  }
  .edp-theme .gap-lg-6 {
    gap: 2rem !important;
  }
  .edp-theme .gap-lg-7 {
    gap: 2.5rem !important;
  }
  .edp-theme .gap-lg-12 {
    gap: 0.75rem !important;
  }
}
@media (min-width: 1200px) {
  .edp-theme .gap-xl-0 {
    gap: 0 !important;
  }
  .edp-theme .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .edp-theme .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .edp-theme .gap-xl-3 {
    gap: 1rem !important;
  }
  .edp-theme .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .edp-theme .gap-xl-5 {
    gap: 3rem !important;
  }
  .edp-theme .gap-xl-6 {
    gap: 2rem !important;
  }
  .edp-theme .gap-xl-7 {
    gap: 2.5rem !important;
  }
  .edp-theme .gap-xl-12 {
    gap: 0.75rem !important;
  }
}
.edp-theme .custom-scroll {
  padding-right: 8px;
  /* Track */
  /* Handle */
}
.edp-theme .custom-scroll::-webkit-scrollbar {
  width: 8px;
  border-left: 5px solid #000;
}
.edp-theme .custom-scroll::-webkit-scrollbar-track {
  background-color: #e6ebec;
  border-radius: 0;
}
.edp-theme .custom-scroll::-webkit-scrollbar-thumb {
  background: #53ff75;
  border-radius: 0;
}
.edp-theme .accordion__no-color[aria-expanded=true]::after {
  color: unset !important;
}
.edp-theme .accordion__no-border {
  border-bottom-color: unset !important;
  border-bottom: unset !important;
}
.edp-theme .accordion__top {
  padding: 1.5rem 0;
  border-bottom: 2px solid #d7dfe0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.edp-theme .accordion__top::after {
  content: "\e91b";
  display: block;
  font-family: "Edp-AA";
  font-size: 2rem;
  line-height: 1;
}
.edp-theme .accordion__top:hover {
  cursor: pointer;
}
.edp-theme .accordion__top[aria-expanded=true] {
  border-bottom-color: #53ff75;
}
.edp-theme .accordion__top[aria-expanded=true] .edp-theme .accordion__title {
  font-weight: 700;
}
.edp-theme .accordion__top[aria-expanded=true]::after {
  content: "\e91a";
  display: block;
  color: #53ff75;
}
.edp-theme .accordion__top--mb::after {
  font-size: 1rem;
}
.edp-theme .accordion__top--mb[aria-expanded=true]::after {
  content: "\e91a";
  display: block;
  color: #000;
}
.edp-theme .accordion__body {
  padding: 2.5rem 2rem;
  background-color: #f1f4f4;
  border-bottom: 2px solid #424d5b;
}
.edp-theme .accordion__body--pid {
  margin-top: 0;
  padding: 0 1rem 1rem;
  border: 1px solid #7c9599;
  background: none;
}
.edp-theme .accordion *:last-child {
  margin-bottom: 0;
}
.edp-theme .accordion--sm .accordion__top::after {
  font-size: 1rem;
  align-self: flex-start;
  font-weight: bold;
  color: #212e3e;
}
.edp-theme .accordion--sm .accordion__top[aria-expanded=true] {
  border-bottom-color: #d7dfe0;
}
.edp-theme .accordion--sm .accordion__top[aria-expanded=true]::after {
  content: "\e91a";
  display: block;
  color: #212e3e;
}
.edp-theme .list {
  list-style: none;
  padding: 0;
}
.edp-theme .list--check .list__item {
  font-size: 1rem;
  display: flex;
  align-items: center;
  line-height: 1.125;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
  color: #000;
}
.edp-theme .list--check .list__item::before {
  content: "\e909";
  font-family: "Edp-AA" !important;
  font-size: 1.25rem;
  margin-right: 1rem;
}
.edp-theme .list--ordened .list__item {
  counter-increment: step-counter;
}
.edp-theme .list--ordened .list__item::before {
  content: counter(step-counter);
  display: flex;
  font-weight: 600;
  color: #225e66;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: 1px solid #28ff52;
  background-color: #d4ffdd;
}
.edp-theme .btn {
  font-size: 1.125rem;
  display: flex;
  gap: 0.875rem;
  align-items: center;
  line-height: 1;
  justify-content: center;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .edp-theme .btn {
    padding: 1rem;
  }
}
.edp-theme .btn--add::before {
  content: "\e94f";
  font-family: "Edp-AA" !important;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .edp-theme .btn--add::before {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .edp-theme .btn--add::before {
    display: none;
  }
}
.edp-theme .btn--plus::before {
  content: "\e94f";
  font-family: "Edp-AA" !important;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .edp-theme .btn--plus::before {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .edp-theme .btn--plus::before {
    display: none;
  }
}
.edp-theme .btn:disabled {
  background-color: #E6EBEC;
  border-color: #E6EBEC;
  color: #455558;
}
.edp-theme .btn--search::before {
  content: "\e936";
  font-family: "Edp-AA" !important;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .edp-theme .btn--search::before {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .edp-theme .btn--search::before {
    display: none;
  }
}
.edp-theme .btn--dashed {
  border: 1px dashed;
  animation: all 2s;
}
.edp-theme .btn--dashed:hover {
  color: #212e3e;
  background: #a9ffba;
  border: #212e3e 1px dashed;
  animation: all 2s;
}
.edp-theme .btn--next::after {
  content: "\e904";
  font-family: "Edp-AA" !important;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .edp-theme .btn--next::after {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .edp-theme .btn--next::after {
    display: none;
  }
}
.edp-theme .btn--prev::before {
  content: "\e954";
  font-family: "Edp-AA" !important;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .edp-theme .btn--prev::before {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .edp-theme .btn--prev::before {
    display: none;
  }
}
.edp-theme .btn--chat::before {
  content: "\e929";
  font-family: "Edp-AA" !important;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .edp-theme .btn--chat::before {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .edp-theme .btn--chat::before {
    display: none;
  }
}
.edp-theme .btn i {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .edp-theme .btn i {
    font-size: 1.5rem;
  }
}
.edp-theme .card--combo {
  border-color: transparent;
}
.edp-theme .card--combo.card--selecionado {
  border-color: #53ff75;
}
.edp-theme .card--combo.card--selecionado .selecionar-combo {
  display: none;
}
.edp-theme .card--combo.card--selecionado .combo-selecionado {
  display: flex;
}
.edp-theme .card--combo.card--editar .editar-combo {
  display: none;
}
.edp-theme .card--combo.card--editar .salvar-combo {
  display: block;
}
.edp-theme .card--combo .salvar-combo {
  display: none;
}
.edp-theme .card--combo .combo-selecionado {
  display: none;
}
.edp-theme .card--combo .combo-selecionado p {
  line-height: 1;
}
@media (min-width: 768px) {
  .edp-theme .card--combo .combo-lista {
    max-height: 300px;
    overflow-y: auto;
  }
}
.edp-theme .card--link:not(.w-100) {
  max-width: 48%;
}
.edp-theme .card--link:hover {
  border-color: #28ff52;
  cursor: pointer;
}
.edp-theme .card--link.card--selecionado {
  border-color: #28ff52;
}
.edp-theme .card *:last-child {
  margin-bottom: 0;
}
.edp-theme .card__icon {
  color: #212e3e;
}
.edp-theme .card__icon.rounded-circle {
  width: 3rem;
  height: 3rem;
  box-shadow: 0px 0px 4px #53ff75;
}
.edp-theme .card-check {
  position: relative;
}
.edp-theme .card-check__content {
  border: 1px solid #000000;
}
.edp-theme .card-check__title {
  color: #000;
}
.edp-theme .card-check__text {
  color: #646d78;
}
.edp-theme .card-check__label {
  position: absolute;
  width: 100%;
  height: 100%;
}
.edp-theme .card-check__label:hover {
  cursor: pointer;
}
.edp-theme .card-check__input:checked ~ .card-check__content {
  background-color: #212e3e;
}
.edp-theme .card-check__input:checked ~ .card-check__content .card-check__title {
  color: #53ff75;
}
.edp-theme .card-check__input:checked ~ .card-check__content .card-check__text {
  color: #f1f4f4;
}
.edp-theme .card-check p {
  margin-bottom: 0;
}
.edp-theme .card--checked:has(.form-control:checked) {
  border: 2px solid #212e3e;
}
.edp-theme .multi-upload__arquivos .upload {
  flex: 1 1 30%;
  max-width: 360px;
}
.edp-theme .upload {
  flex: 1;
  position: relative;
}
.edp-theme .upload__texto {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 70%;
  line-height: 1.5;
}
.edp-theme .upload:not(.w-100) {
  max-width: 50%;
}
@media (max-width: 767.98px) {
  .edp-theme .upload:not(.w-100) {
    max-width: unset;
  }
}
.edp-theme .upload--sucesso .upload__btn:not(:disabled):not(.disabled), .edp-theme .upload--erro .upload__btn:not(:disabled):not(.disabled) {
  border-style: solid;
  color: #000;
  cursor: initial;
}
.edp-theme .upload--sucesso .upload__btn:not(:disabled):not(.disabled)::after, .edp-theme .upload--erro .upload__btn:not(:disabled):not(.disabled)::after {
  content: "\e944";
  cursor: pointer;
}
.edp-theme .upload--sucesso .upload__btn, .edp-theme .upload--erro .upload__btn, .edp-theme .upload--carregando .upload__btn {
  padding-left: 42px;
}
.edp-theme .upload--sucesso .upload__input, .edp-theme .upload--erro .upload__input, .edp-theme .upload--carregando .upload__input {
  pointer-events: none;
  width: 0;
}
.edp-theme .upload--carregando .upload__btn {
  min-height: 3.625rem;
  pointer-events: none;
  background-color: transparent;
}
.edp-theme .upload--carregando .upload__btn::after {
  background-color: #9eedfc;
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  width: 42px;
}
.edp-theme .upload--carregando .upload__btn::before {
  animation: spin 3s infinite linear;
  z-index: 2;
  content: "\e94e";
}
.edp-theme .upload--erro .upload__btn {
  background-color: #edd5d3;
  border-color: #e32c2c;
}
.edp-theme .upload--erro .upload__btn::before {
  background-color: #e32c2c;
  color: #fff;
  content: "\e916";
}
.edp-theme .upload--sucesso .upload__btn {
  background-color: #d4ffdd;
  border-color: #28ff52;
}
.edp-theme .upload--sucesso .upload__btn::before {
  background-color: #28ff52;
  content: "\e909";
}
.edp-theme .upload__btn {
  background-color: #eeeeee;
  border-color: #000;
  border-style: dotted;
  color: #000;
  justify-content: center;
  gap: 0.5rem;
  position: relative;
}
.edp-theme .upload__btn::after {
  content: "\e94f";
}
.edp-theme .upload__btn::after, .edp-theme .upload__btn::before {
  font-family: "Edp-AA" !important;
  font-size: 1.25rem;
}
.edp-theme .upload__btn::before {
  position: absolute;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
}
.edp-theme .upload__btn--success, .edp-theme .upload__btn--error, .edp-theme .upload__btn--loading {
  padding-left: 42px;
}
.edp-theme .upload__input {
  width: 100%;
  height: 58px;
  position: absolute;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.edp-theme .table {
  font-size: inherit;
}
.edp-theme .table .btn {
  max-height: 48px;
}
.edp-theme .table tbody td {
  vertical-align: middle;
}
.edp-theme .table .btn {
  max-height: 48px;
}
.edp-theme .table tbody td {
  vertical-align: middle;
}
.edp-theme .table-light {
  color: #000;
}
.edp-theme .table-light thead th {
  background-color: #e6ebec;
  border: unset;
  color: #000;
}
.edp-theme .table-light thead th:first-child {
  padding-left: 3rem;
}
.edp-theme .table-light tbody tr {
  border-bottom: 1px solid #d7dfe0;
}
.edp-theme .table-light tbody td {
  border: unset;
}
.edp-theme .table-light tbody td:first-child {
  padding-left: 3rem;
}
.edp-theme .table-light tbody td p {
  color: inherit;
}
.edp-theme .table-modal {
  border: 1px solid #d7dfe0;
  color: #000;
}
.edp-theme .table-modal thead th {
  background-color: #e6ebec;
  border: unset;
  color: #000;
}
.edp-theme .table-modal thead th:first-child {
  padding-left: 2rem;
}
.edp-theme .table-modal tbody td {
  border: unset;
}
.edp-theme .table-modal tbody td:first-child {
  padding-left: 2rem;
}
.edp-theme .table-enderecos {
  border: 1px solid #d7dfe0;
}
.edp-theme .table-enderecos thead th {
  background-color: #E6EBEC;
  border: unset;
  color: #000;
}
.edp-theme .table-enderecos tbody td {
  border: unset;
}
.edp-theme .grid-enderecos__item p:last-child {
  display: none;
}
.edp-theme .grid-enderecos__item .custom-radio {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.edp-theme .grid-modal {
  border: 1px solid #d7dfe0;
  color: #000;
}
.edp-theme .grid-modal thead th {
  background-color: #e6ebec;
  border: unset;
  color: #000;
}
.edp-theme .grid-modal thead th:first-child {
  padding-left: 2rem;
}
.edp-theme .grid-modal tbody td {
  border: unset;
}
.edp-theme .grid-modal tbody td:first-child {
  padding-left: 2rem;
}
.edp-theme .grid-enderecos {
  border: 1px solid #d7dfe0;
}
.edp-theme .grid-enderecos thead th {
  background-color: #E6EBEC;
  border: unset;
  color: #000;
}
.edp-theme .grid-enderecos tbody td {
  border: unset;
}
.edp-theme .grid-enderecos__item p:last-child {
  display: none;
}
.edp-theme .grid-enderecos__item .custom-radio {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.edp-theme .status {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: inherit;
  margin-bottom: 0;
}
.edp-theme .status::before {
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
}
.edp-theme .status--danger::before {
  background-color: #e32c2c;
}
.edp-theme .status--success::before {
  background-color: #28ff52;
}
.edp-theme .status--warning::before {
  background-color: #f7d200;
}
.edp-theme .status--info::before {
  background-color: #263cc8;
}
.edp-theme .nav-link {
  border-left: 3px solid transparent;
  color: #000;
}
.edp-theme .nav-link.active {
  font-weight: 700;
  border-color: #28ff52;
  color: #000;
}
.edp-theme .nav-link.active.active-tab {
  background-color: #f0f0f0;
  border-bottom: none;
  border-right: none;
  border-left: none;
  border-top: 3px solid;
}
.edp-theme .nav-link.active.active-tab-success {
  border-color: #28ff52;
}
.edp-theme .nav-link.active.active-tab-danger {
  border-color: #e32c2c;
}
.edp-theme .nav-link.disabled-tab:hover {
  text-decoration: unset;
  border: unset;
}
.edp-theme .tab-content .card {
  max-width: 49%;
}
@media (max-width: 991.98px) {
  .edp-theme .tab-content .card {
    max-width: unset;
  }
}
.edp-theme .tab-content .card-extrato {
  max-width: 100%;
}
.edp-theme .nav-tabs li, .edp-theme .nav-tabs li a {
  font-size: 18px;
  transition: unset;
}
.edp-theme .nav-tabs li a.active, .edp-theme .nav-tabs li a:active, .edp-theme .nav-tabs li a:focus, .edp-theme .nav-tabs li a:hover {
  background-color: #fff;
  border-bottom: solid 3px #28ff52;
  border-top: unset;
  color: #2b2b2b !important;
}
.edp-theme .nav-tabs li a.active, .edp-theme .nav-tabs li a:active {
  font-weight: 700 !important;
}
.edp-theme .nav-tabs {
  border: none;
  padding: 5px 5px 0 5px;
  background-color: unset;
  display: block;
}
.edp-theme .tooltip-inner {
  display: flex;
  align-items: center;
  text-align: left;
  padding-left: 40px;
}
.edp-theme .tooltip-inner::before {
  content: "\e937";
  position: absolute;
  left: 0.5rem;
  font-family: "Edp-AA";
  font-size: 1.5rem;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .edp-theme .icon-edp-info {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (max-width: 991.98px) and (min-width: 1200px) {
  .edp-theme .icon-edp-info {
    font-size: 2rem;
  }
}
.edp-theme .slick-list {
  display: flex;
}
.edp-theme .slick-list .slick-track {
  display: flex;
}
.edp-theme .slick-list .slick-slide > * {
  height: 100%;
}
.edp-theme .slick-dots li button::before {
  color: #7c9599;
  opacity: 1;
  font-size: 0.875rem;
}
.edp-theme .slick-dots li.slick-active button::before {
  color: #28ff52;
}
.edp-theme .combos-slick .slick-track {
  margin-left: 0;
}
.edp-theme .combos-slick .list {
  max-height: 245px;
  overflow: auto;
}
.edp-theme .modal {
  max-height: 100%;
}
.edp-theme .modal-header, .edp-theme .modal-body {
  padding: 0;
}
.edp-theme .modal-header, .edp-theme .modal-footer, .edp-theme .modal-content {
  border-radius: 0;
  border: unset;
}
.edp-theme .modal-content {
  padding: 2rem;
}
@media (max-width: 991.98px) {
  .edp-theme .modal-content {
    padding: 1rem;
  }
}
.edp-theme .modal .close {
  opacity: 1;
  font-weight: unset;
}
@media (max-width: 991.98px) {
  .edp-theme .modal__scroll-view {
    overflow-y: scroll;
    max-height: 320px;
  }
}
.edp-theme .modal.show .modal-dialog.modal-fullscreen {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}
.edp-theme .modal.show .modal-dialog.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.edp-theme .modal.show .modal-dialog.modal-fullscreen .modal-content .modal-body {
  overflow-y: auto;
}
.edp-theme .valor-box {
  color: #646d78;
  min-width: 70px;
  text-align: right;
}
.edp-theme .valor-box__mais, .edp-theme .valor-box__menos {
  display: none;
}
.edp-theme .valor-box__mais::after, .edp-theme .valor-box__menos::after {
  font-size: 0.75rem;
  font-family: "Edp-AA";
  cursor: pointer;
  color: #424d5b;
}
.edp-theme .valor-box--active {
  display: flex;
  justify-content: space-between;
  text-align: center !important;
  padding: 0.25rem 0.5rem;
  align-items: center;
  border: 1px solid #212e3e;
  color: #424d5b;
}
.edp-theme .valor-box--active .valor-box__mais,
.edp-theme .valor-box--active .valor-box__menos {
  display: block;
}
.edp-theme .valor-box--active .valor-box__mais::after {
  content: "\e943";
}
.edp-theme .valor-box--active .valor-box__menos::after {
  content: "\e942";
}
.edp-theme .loading {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  z-index: 99999999;
  background: rgba(241, 244, 244, 0.8);
  bottom: 0;
  left: 0;
}
.edp-theme .loading__spinner {
  width: 120px;
  height: 120px;
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  border: 5px solid #3e8077;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.edp-theme .isLoading {
  overflow: hidden;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.edp-theme .breadcrumb {
  margin: 0;
  background-color: transparent;
}
.edp-theme #minhas-notificacoes .dropdown-toggle::after {
  display: none;
}
.edp-theme .mvc-grid-pager .pagination {
  gap: 1rem;
  justify-content: center;
}
.edp-theme .mvc-grid-pager .pagination .page-item .page-link {
  border: 1px solid #28ff52;
}
.edp-theme .mvc-grid-pager .pagination .page-item.active .page-link {
  background-color: #d4ffdd;
}
.edp-theme .mvc-grid-pager .pagination .page-item.disabled .page-link {
  border-color: #becacc;
  color: #becacc;
}
.edp-theme .service-header {
  padding: 30px 0;
}
.edp-theme .service-header h1 {
  font-weight: bold;
  text-align: left;
  margin-bottom: 0;
}
.edp-theme .input-medidor-leitura {
  width: 56px;
  height: 64px;
  border-radius: 8px;
  border: 1px solid;
  padding: 20px;
}
.edp-theme .protocolo__btns,
.edp-theme .protocolo .card {
  max-width: 434px;
}
.edp-theme .menu-mobile {
  height: 80px;
}
.edp-theme .menu-mobile::before {
  display: block;
  content: "";
  position: absolute;
  background-color: #000;
  opacity: 0;
}
.edp-theme .menu-mobile--active {
  z-index: 1031;
}
.edp-theme .menu-mobile--active::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.4;
  transition: opacity 0.2s ease-in-out;
}
.edp-theme .topo-mobile {
  width: 100%;
  min-height: 80px;
}
.edp-theme .topo-mobile__logo {
  width: 80px;
}
.edp-theme .topo-mobile i {
  font-size: 28px;
}
.edp-theme .navbar-mob {
  min-height: 100vh;
  width: 100%;
  font-size: 16px;
  max-width: 300px;
  transition: left 0.3s ease-in-out, right 0.3s ease-in-out;
  left: -100%;
  position: relative;
}
.edp-theme .navbar-mob--open {
  left: 0;
}
.edp-theme .navbar-mob p {
  font-size: inherit;
}
.edp-theme .navbar-mob__instalacao {
  font-size: 14px;
  background-color: rgba(212, 255, 221, 0.1);
}
.edp-theme .navbar-mob__instalacao p {
  font-size: inherit;
}
.edp-theme .navbar-mob__list {
  list-style: none;
  padding: 0;
  margin-top: 32px;
}
.edp-theme .navbar-mob__list .edp-theme .navbar-mob__link::after {
  font-family: "Edp-AA";
  content: "\e904";
  display: block;
}
.edp-theme .navbar-mob__link {
  display: block;
  margin-bottom: 32px;
  font-size: 16px;
}
.edp-theme .navbar-mob__link .icon-edp-sair {
  font-size: 24px;
}
.edp-theme .bandeira-vigente i {
  min-width: 56px;
  text-align: center;
  font-size: 24px;
}
.edp-theme .faturas .faturas__item {
  width: unset;
}
.edp-theme .faturas__card {
  box-shadow: unset;
  border: unset;
  position: relative;
  border-bottom: 1px solid #d7dfe0;
  margin-bottom: 0;
  padding: 16px 0;
}
.edp-theme .faturas__card .arrowIcon {
  color: #202020 !important;
  right: -5px;
}
.edp-theme .faturas__name {
  margin-bottom: 0;
  text-transform: capitalize;
  color: #202020;
}
.edp-theme .faturas__value {
  color: #202020;
}
.edp-theme .faturas__status {
  min-width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #202020;
}
.edp-theme .faturas__status--paga {
  background-color: #225e66;
}
.edp-theme .faturas__status--aVencer {
  background-color: #f7d200;
}
.edp-theme .faturas__status--vencida {
  background-color: #e32c2c;
}
.edp-theme .faturas .btn-carregar-mais-faturas:focus {
  background-color: transparent;
}
.edp-theme .filtros-faturas {
  border: 1px solid #d7dfe0;
}
.edp-theme .filtros-faturas__topo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.edp-theme .filtros-faturas__topo::after {
  content: "\e91b";
  display: block;
  font-family: "Edp-AA";
  font-size: 1rem;
  line-height: 1;
  color: #2b2b2b;
  font-weight: bold;
}
.edp-theme .filtros-faturas__topo[aria-expanded=true]::after {
  content: "\e91a";
}
.edp-theme .filtros-faturas__filtros {
  list-style: none;
  padding: 0;
}
.edp-theme .login .fs-3 {
  font-size: 1.375rem;
}
.edp-theme .login .icon-edp-twitter-x, .edp-theme .login .icon-edp-facebook {
  border: 1px solid;
  color: #020202;
}
.edp-theme .login .form-control {
  border-color: #7c9599;
  outline: 0;
}
.edp-theme .login .form-control:focus {
  box-shadow: unset;
}
.edp-theme .login .footer-login .edp-logo {
  max-width: 112px;
}
.edp-theme .login .header {
  box-shadow: 0px 4px 8px 0px rgba(34, 34, 34, 0.12);
}
.edp-theme .login .header .edp-logo {
  max-width: 112px;
}
.edp-theme .login .header__nav {
  list-style: none;
}
.edp-theme .login .header__item--active {
  border-bottom: 3px solid #28ff52;
}
.edp-theme .login .header__item--dropdown::after {
  font-family: "Edp-AA";
  content: "\e91b";
}
.edp-theme .login .header__item--dropdown[aria-expanded=true]::after {
  content: "\e91a";
}
.edp-theme .login .header .dropdown-menu {
  border-radius: unset;
  border: 1px solid #E6EBEC;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(96, 97, 112, 0.16);
  padding: 0;
  min-width: 200px;
  max-height: 180px;
  overflow-y: scroll;
  /* Track */
  /* Handle */
}
.edp-theme .login .header .dropdown-menu::-webkit-scrollbar {
  width: 8px;
}
.edp-theme .login .header .dropdown-menu::-webkit-scrollbar-track {
  background-color: #d7dfe0;
  margin: 10px;
}
.edp-theme .login .header .dropdown-menu::-webkit-scrollbar-thumb {
  background: #212e3e;
}
.edp-theme .login .header .dropdown-menu::-webkit-scrollbar-track, .edp-theme .login .header .dropdown-menu::-webkit-scrollbar-thumb {
  border-right: 4px #fff solid;
}
.edp-theme .login .header .dropdown-item {
  border-bottom: 1px solid #E6EBEC;
}
.edp-theme .login .header .dropdown-item::after {
  font-family: "Edp-AA";
  content: "\e904";
}
.edp-theme .login .header .dropdown-item:hover {
  background-color: transparent;
  border-left: 3px solid #28ff52;
}
.edp-theme .login .btn-outline-main-4 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  border: 2px solid #28ff52;
}
@media (min-width: 576px) {
  .edp-theme .login .btn-outline-main-4 {
    max-width: 256px;
  }
}
.edp-theme .login .btn-outline-main-4:hover {
  border: 3px solid #28ff52;
  color: #fff;
  background-color: transparent;
  padding: 0.9375rem 1.9375rem;
}
.edp-theme .login__servicos {
  bottom: 7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 832px;
  max-width: 100%;
}
.edp-theme .login__overlay {
  background-size: cover;
  height: 100vh;
  min-height: 700px;
}
@media (max-width: 767.98px) {
  .edp-theme .login__overlay {
    height: 100vh !important;
  }
  .edp-theme .login__servicos {
    bottom: 5rem;
  }
}
@media (max-width: 767.98px) and (max-width: 700px) {
  .edp-theme .login__servicos {
    top: 5%;
  }
}
@media (max-width: 767.98px) and (max-width: 430px) {
  .edp-theme .login__servicos {
    bottom: 9rem;
  }
  .edp-theme .login .fs-1 {
    font-size: 1.5rem;
  }
  .edp-theme .login .fs-3 {
    font-size: 1.375rem;
  }
  .edp-theme .login .btn-outline-main-4 {
    font-size: 1rem;
  }
  .edp-theme .login__overlay {
    height: calc(100vh - 50px);
  }
}
@media (max-width: 767.98px) and (max-width: 390px) {
  .edp-theme .login__servicos {
    bottom: 8rem;
  }
}
@media (max-width: 767.98px) and (max-width: 375px) {
  .edp-theme .login__servicos {
    bottom: 0rem;
  }
  .edp-theme .login__overlay {
    height: calc(100vh + 30px) !important;
  }
}
.edp-theme .fundo-para-seu-negocio div .login__overlay, .edp-theme .fundo-para-sua-casa div .login__overlay {
  display: block;
}
.edp-theme .fundo-para-seu-negocio div .login__overlay::before, .edp-theme .fundo-para-sua-casa div .login__overlay::before {
  content: " ";
  display: block;
  background: linear-gradient(0deg, rgba(17, 15, 0, 0.9) 5%, rgba(17, 13, 0, 0.5) 50%, rgba(17, 13, 0, 0) 80%);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
@media (max-width: 767.98px) {
  .edp-theme .fundo-para-seu-negocio div .login__overlay::before, .edp-theme .fundo-para-sua-casa div .login__overlay::before {
    background: linear-gradient(0deg, rgb(17, 15, 0) 0%, rgba(17, 13, 0, 0.7) 3%, rgba(17, 13, 0, 0.6) 100%, rgba(217, 217, 217, 0.2) 100%);
  }
  .edp-theme .fundo-para-seu-negocio div .login__overlay__overlay, .edp-theme .fundo-para-sua-casa div .login__overlay__overlay {
    display: block;
  }
}
.edp-theme a.login-layout__footer {
  font-size: 18px;
  text-decoration: underline !important;
}
.edp-theme a.login-layout__footer:hover {
  color: #E6EBEC !important;
}
.edp-theme p.login-layout__footer {
  font-size: 14px;
  color: #28ff52 !important;
}