/* src/assets/css/bootstrap.min.css */
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: .5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code,
kbd,
pre,
samp {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width:576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width:768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width:992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width:1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width:576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width:768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width:992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width:1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}
.table-sm td,
.table-sm th {
  padding: .3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, .075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #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 > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
  background-color: rgba(0, 0, 0, .075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, .075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, .075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, .05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, .075);
}
@media (max-width:575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width:767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width:991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width:1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-append > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: .25rem;
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, .8);
  border-radius: .2rem;
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #28a745;
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25);
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label::before,
.was-validated .custom-file-input:valid ~ .custom-file-label::before {
  border-color: inherit;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, .8);
  border-radius: .2rem;
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25);
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label::before,
.was-validated .custom-file-input:invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}
.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width:576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.btn.disabled,
.btn:disabled {
  opacity: .65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .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 .2rem rgba(0, 123, 255, .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 .2rem rgba(108, 117, 125, .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 .2rem rgba(108, 117, 125, .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 .2rem rgba(40, 167, 69, .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 .2rem rgba(40, 167, 69, .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 .2rem rgba(23, 162, 184, .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 .2rem rgba(23, 162, 184, .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 .2rem rgba(255, 193, 7, .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 .2rem rgba(255, 193, 7, .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 .2rem rgba(220, 53, 69, .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 .2rem rgba(220, 53, 69, .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 .2rem rgba(248, 249, 250, .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 .2rem rgba(248, 249, 250, .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 .2rem rgba(52, 58, 64, .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 .2rem rgba(52, 58, 64, .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 .2rem rgba(0, 123, 255, .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 .2rem rgba(0, 123, 255, .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 .2rem rgba(108, 117, 125, .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 .2rem rgba(108, 117, 125, .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 .2rem rgba(40, 167, 69, .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 .2rem rgba(40, 167, 69, .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 .2rem rgba(23, 162, 184, .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 .2rem rgba(23, 162, 184, .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 .2rem rgba(255, 193, 7, .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 .2rem rgba(255, 193, 7, .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 .2rem rgba(220, 53, 69, .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 .2rem rgba(220, 53, 69, .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 .2rem rgba(248, 249, 250, .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 .2rem rgba(248, 249, 250, .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 .2rem rgba(52, 58, 64, .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 .2rem rgba(52, 58, 64, .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;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: .5rem;
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity .15s linear;
}
.fade.show {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.show {
  display: block;
}
tr.collapse.show {
  display: table-row;
}
tbody.collapse.show {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}
.dropdown,
.dropup {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
}
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: .125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: .125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: .125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #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: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}
.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .custom-file:focus,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control {
  margin-left: -1px;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}
.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
  margin-top: 0;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .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 {
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: .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, .5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, .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, .5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .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: .375rem;
  padding-bottom: .375rem;
  font-size: 75%;
}
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 125%;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}
.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: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 .25rem .25rem 0;
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: .5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: .25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width:575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width:576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width:767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width:768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width:991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width:992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width:1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width:1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, .7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, .3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(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, .5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, .9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, .75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, .25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .5);
  border-color: rgba(255, 255, 255, .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, .5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: .75rem;
}
.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}
.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width:576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width:576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-header,
  .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-footer,
  .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-header,
  .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-footer,
  .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: .25rem;
  }
  .card-group > .card:only-child .card-header,
  .card-group > .card:only-child .card-img-top {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }
  .card-group > .card:only-child .card-footer,
  .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: .75rem;
}
@media (min-width:576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .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: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}
.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}
.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge-primary[href]:focus,
.badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:focus,
.badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:focus,
.badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:focus,
.badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:focus,
.badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:focus,
.badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:focus,
.badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}
@media (min-width:576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}
.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width .6s ease;
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, .15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .15) 50%,
      rgba(255, 255, 255, .15) 75%,
      transparent 75%,
      transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
}
.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.list-group-item:focus,
.list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: .5;
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width:992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: .9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
  padding: .4rem 0;
}
.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
  padding: 0 .4rem;
}
.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
  padding: .4rem 0;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
  padding: 0 .4rem;
}
.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem;
}
.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^=top],
.bs-popover-top {
  margin-bottom: .5rem;
}
.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
  bottom: calc((.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
  border-width: .5rem .5rem 0;
}
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, .25);
}
.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^=right],
.bs-popover-right {
  margin-left: .5rem;
}
.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
  left: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}
.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
  border-width: .5rem .5rem .5rem 0;
}
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, .25);
}
.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
  margin-top: .5rem;
}
.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
  top: calc((.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
  border-width: 0 .5rem .5rem .5rem;
}
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^=left],
.bs-popover-left {
  margin-right: .5rem;
}
.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
  right: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}
.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
  border-width: .5rem 0 .5rem .5rem;
}
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, .25);
}
.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: .5rem .75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.active.carousel-item-right,
.carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
  .active.carousel-item-right,
  .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.active.carousel-item-left,
.carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
  .active.carousel-item-left,
  .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, .5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: .25rem !important;
}
.rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
}
.rounded-right {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}
.rounded-left {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width:576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width:768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width:992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width:1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width:576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width:768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width:992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width:1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width:576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width:768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width:992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width:1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: .25rem !important;
}
.mt-1,
.my-1 {
  margin-top: .25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: .25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: .25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: .25rem !important;
}
.m-2 {
  margin: .5rem !important;
}
.mt-2,
.my-2 {
  margin-top: .5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: .5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: .5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: .5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: .25rem !important;
}
.pt-1,
.py-1 {
  padding-top: .25rem !important;
}
.pr-1,
.px-1 {
  padding-right: .25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: .25rem !important;
}
.pl-1,
.px-1 {
  padding-left: .25rem !important;
}
.p-2 {
  padding: .5rem !important;
}
.pt-2,
.py-2 {
  padding-top: .5rem !important;
}
.pr-2,
.px-2 {
  padding-right: .5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: .5rem !important;
}
.pl-2,
.px-2 {
  padding-left: .5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width:576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: .25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .25rem !important;
  }
  .m-sm-2 {
    margin: .5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: .25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem !important;
  }
  .p-sm-2 {
    padding: .5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: .5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width:768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: .25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem !important;
  }
  .m-md-2 {
    margin: .5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: .5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: .5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: .25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem !important;
  }
  .p-md-2 {
    padding: .5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: .5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width:992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: .25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem !important;
  }
  .m-lg-2 {
    margin: .5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: .25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem !important;
  }
  .p-lg-2 {
    padding: .5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: .5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width:1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: .25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem !important;
  }
  .m-xl-2 {
    margin: .5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: .25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem !important;
  }
  .p-xl-2 {
    padding: .5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: .5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width:576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width:768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width:992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width:1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0062cc !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #545b62 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @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 td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}

/* node_modules/@ionic/angular/css/core.css */
:root {
  --ion-color-primary: #0054e9;
  --ion-color-primary-rgb:
    0,
    84,
    233;
  --ion-color-primary-contrast: #fff;
  --ion-color-primary-contrast-rgb:
    255,
    255,
    255;
  --ion-color-primary-shade: #004acd;
  --ion-color-primary-tint: #1a65eb;
  --ion-color-secondary: #0163aa;
  --ion-color-secondary-rgb:
    1,
    99,
    170;
  --ion-color-secondary-contrast: #fff;
  --ion-color-secondary-contrast-rgb:
    255,
    255,
    255;
  --ion-color-secondary-shade: #015796;
  --ion-color-secondary-tint: #1a73b3;
  --ion-color-tertiary: #6030ff;
  --ion-color-tertiary-rgb:
    96,
    48,
    255;
  --ion-color-tertiary-contrast: #fff;
  --ion-color-tertiary-contrast-rgb:
    255,
    255,
    255;
  --ion-color-tertiary-shade: #542ae0;
  --ion-color-tertiary-tint: #7045ff;
  --ion-color-success: #2dd55b;
  --ion-color-success-rgb:
    45,
    213,
    91;
  --ion-color-success-contrast: #000;
  --ion-color-success-contrast-rgb:
    0,
    0,
    0;
  --ion-color-success-shade: #28bb50;
  --ion-color-success-tint: #42d96b;
  --ion-color-warning: #ffc409;
  --ion-color-warning-rgb:
    255,
    196,
    9;
  --ion-color-warning-contrast: #000;
  --ion-color-warning-contrast-rgb:
    0,
    0,
    0;
  --ion-color-warning-shade: #e0ac08;
  --ion-color-warning-tint: #ffca22;
  --ion-color-danger: #c5000f;
  --ion-color-danger-rgb:
    197,
    0,
    15;
  --ion-color-danger-contrast: #fff;
  --ion-color-danger-contrast-rgb:
    255,
    255,
    255;
  --ion-color-danger-shade: #ad000d;
  --ion-color-danger-tint: #cb1a27;
  --ion-color-light: #f4f5f8;
  --ion-color-light-rgb:
    244,
    245,
    248;
  --ion-color-light-contrast: #000;
  --ion-color-light-contrast-rgb:
    0,
    0,
    0;
  --ion-color-light-shade: #d7d8da;
  --ion-color-light-tint: #f5f6f9;
  --ion-color-medium: #636469;
  --ion-color-medium-rgb:
    99,
    100,
    105;
  --ion-color-medium-contrast: #fff;
  --ion-color-medium-contrast-rgb:
    255,
    255,
    255;
  --ion-color-medium-shade: #57585c;
  --ion-color-medium-tint: #737478;
  --ion-color-dark: #222428;
  --ion-color-dark-rgb:
    34,
    36,
    40;
  --ion-color-dark-contrast: #fff;
  --ion-color-dark-contrast-rgb:
    255,
    255,
    255;
  --ion-color-dark-shade: #1e2023;
  --ion-color-dark-tint: #383a3e;
}
html.ios {
  --ion-default-font:
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "Roboto",
    sans-serif;
}
html.md {
  --ion-default-font:
    "Roboto",
    "Helvetica Neue",
    sans-serif;
}
html {
  --ion-dynamic-font: -apple-system-body;
  --ion-font-family: var(--ion-default-font);
}
body {
  background: var(--ion-background-color);
  color: var(--ion-text-color);
}
body.backdrop-no-scroll {
  overflow: hidden;
}
html.ios ion-modal.modal-card ion-header ion-toolbar:first-of-type,
html.ios ion-modal.modal-sheet ion-header ion-toolbar:first-of-type,
html.ios ion-modal ion-footer ion-toolbar:first-of-type,
html.ios ion-footer.modal-footer-moving ion-toolbar:first-of-type {
  padding-top: 6px;
}
html.ios ion-modal.modal-card ion-header ion-toolbar:last-of-type,
html.ios ion-modal.modal-sheet ion-header ion-toolbar:last-of-type {
  padding-bottom: 6px;
}
html.ios ion-modal ion-toolbar,
html.ios .modal-footer-moving ion-toolbar {
  padding-right: calc(var(--ion-safe-area-right) + 8px);
  padding-left: calc(var(--ion-safe-area-left) + 8px);
}
@media screen and (min-width: 768px) {
  html.ios ion-modal.modal-card:first-of-type {
    --backdrop-opacity: 0.18;
  }
}
ion-modal.modal-default.show-modal ~ ion-modal.modal-default {
  --backdrop-opacity: 0;
  --box-shadow: none;
}
html.ios ion-modal.modal-card .ion-page {
  border-top-left-radius: var(--border-radius);
}
.ion-color-primary {
  --ion-color-base: var(--ion-color-primary, #0054e9) !important;
  --ion-color-base-rgb: var(--ion-color-primary-rgb, 0, 84, 233) !important;
  --ion-color-contrast: var(--ion-color-primary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-primary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-primary-shade, #004acd) !important;
  --ion-color-tint: var(--ion-color-primary-tint, #1a65eb) !important;
}
.ion-color-secondary {
  --ion-color-base: var(--ion-color-secondary, #0163aa) !important;
  --ion-color-base-rgb: var(--ion-color-secondary-rgb, 1, 99, 170) !important;
  --ion-color-contrast: var(--ion-color-secondary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-secondary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-secondary-shade, #015796) !important;
  --ion-color-tint: var(--ion-color-secondary-tint, #1a73b3) !important;
}
.ion-color-tertiary {
  --ion-color-base: var(--ion-color-tertiary, #6030ff) !important;
  --ion-color-base-rgb: var(--ion-color-tertiary-rgb, 96, 48, 255) !important;
  --ion-color-contrast: var(--ion-color-tertiary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-tertiary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-tertiary-shade, #542ae0) !important;
  --ion-color-tint: var(--ion-color-tertiary-tint, #7045ff) !important;
}
.ion-color-success {
  --ion-color-base: var(--ion-color-success, #2dd55b) !important;
  --ion-color-base-rgb: var(--ion-color-success-rgb, 45, 213, 91) !important;
  --ion-color-contrast: var(--ion-color-success-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-success-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-success-shade, #28bb50) !important;
  --ion-color-tint: var(--ion-color-success-tint, #42d96b) !important;
}
.ion-color-warning {
  --ion-color-base: var(--ion-color-warning, #ffc409) !important;
  --ion-color-base-rgb: var(--ion-color-warning-rgb, 255, 196, 9) !important;
  --ion-color-contrast: var(--ion-color-warning-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-warning-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-warning-shade, #e0ac08) !important;
  --ion-color-tint: var(--ion-color-warning-tint, #ffca22) !important;
}
.ion-color-danger {
  --ion-color-base: var(--ion-color-danger, #c5000f) !important;
  --ion-color-base-rgb: var(--ion-color-danger-rgb, 197, 0, 15) !important;
  --ion-color-contrast: var(--ion-color-danger-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-danger-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-danger-shade, #ad000d) !important;
  --ion-color-tint: var(--ion-color-danger-tint, #cb1a27) !important;
}
.ion-color-light {
  --ion-color-base: var(--ion-color-light, #f4f5f8) !important;
  --ion-color-base-rgb: var(--ion-color-light-rgb, 244, 245, 248) !important;
  --ion-color-contrast: var(--ion-color-light-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-light-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-light-shade, #d7d8da) !important;
  --ion-color-tint: var(--ion-color-light-tint, #f5f6f9) !important;
}
.ion-color-medium {
  --ion-color-base: var(--ion-color-medium, #636469) !important;
  --ion-color-base-rgb: var(--ion-color-medium-rgb, 99, 100, 105) !important;
  --ion-color-contrast: var(--ion-color-medium-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-medium-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-medium-shade, #57585c) !important;
  --ion-color-tint: var(--ion-color-medium-tint, #737478) !important;
}
.ion-color-dark {
  --ion-color-base: var(--ion-color-dark, #222428) !important;
  --ion-color-base-rgb: var(--ion-color-dark-rgb, 34, 36, 40) !important;
  --ion-color-contrast: var(--ion-color-dark-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-dark-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-dark-shade, #1e2023) !important;
  --ion-color-tint: var(--ion-color-dark-tint, #383a3e) !important;
}
.ion-page {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  contain: layout size style;
  z-index: 0;
}
ion-modal > .ion-page {
  position: relative;
  contain: layout style;
  height: 100%;
}
.split-pane-visible > .ion-page.split-pane-main {
  position: relative;
}
ion-route,
ion-route-redirect,
ion-router,
ion-select-option,
ion-nav-controller,
ion-menu-controller,
ion-action-sheet-controller,
ion-alert-controller,
ion-loading-controller,
ion-modal-controller,
ion-picker-controller,
ion-popover-controller,
ion-toast-controller,
.ion-page-hidden {
  display: none !important;
}
.ion-page-invisible {
  opacity: 0;
}
.can-go-back > ion-header ion-back-button {
  display: block;
}
html.plt-ios.plt-hybrid,
html.plt-ios.plt-pwa {
  --ion-statusbar-padding: 20px;
}
@supports (padding-top: 20px) {
  html {
    --ion-safe-area-top: var(--ion-statusbar-padding);
  }
}
@supports (padding-top: env(safe-area-inset-top)) {
  html {
    --ion-safe-area-top: env(safe-area-inset-top);
    --ion-safe-area-bottom: env(safe-area-inset-bottom);
    --ion-safe-area-left: env(safe-area-inset-left);
    --ion-safe-area-right: env(safe-area-inset-right);
  }
}
ion-card.ion-color .ion-inherit-color,
ion-card-header.ion-color .ion-inherit-color {
  color: inherit;
}
.menu-content {
  transform: translate3d(0, 0, 0);
}
.menu-content-open {
  cursor: pointer;
  touch-action: manipulation;
  pointer-events: none;
  overflow-y: hidden;
}
.menu-content-open ion-content {
  --overflow: hidden;
}
.menu-content-open .ion-content-scroll-host {
  overflow: hidden;
}
.ios .menu-content-reveal {
  box-shadow: -8px 0 42px rgba(0, 0, 0, .08);
}
[dir=rtl].ios .menu-content-reveal {
  box-shadow: 8px 0 42px rgba(0, 0, 0, .08);
}
.md .menu-content-reveal {
  box-shadow: 4px 0px 16px rgba(0, 0, 0, .18);
}
.md .menu-content-push {
  box-shadow: 4px 0px 16px rgba(0, 0, 0, .18);
}
ion-accordion-group.accordion-group-expand-inset > ion-accordion:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
ion-accordion-group.accordion-group-expand-inset > ion-accordion:last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
ion-accordion-group > ion-accordion:last-of-type ion-item[slot=header] {
  --border-width: 0px;
}
ion-accordion.accordion-animated > [slot=header] .ion-accordion-toggle-icon {
  transition: 300ms transform cubic-bezier(0.25, 0.8, 0.5, 1);
}
@media (prefers-reduced-motion: reduce) {
  ion-accordion .ion-accordion-toggle-icon {
    transition: none !important;
  }
}
ion-accordion.accordion-expanding > [slot=header] .ion-accordion-toggle-icon,
ion-accordion.accordion-expanded > [slot=header] .ion-accordion-toggle-icon {
  transform: rotate(180deg);
}
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-previous ion-item[slot=header] {
  --border-width: 0px;
  --inner-border-width: 0px;
}
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-expanding:first-of-type,
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-expanded:first-of-type {
  margin-top: 0;
}
ion-input input::-webkit-date-and-time-value {
  text-align: start;
}
.ion-datetime-button-overlay {
  --width: fit-content;
  --height: fit-content;
}
.ion-datetime-button-overlay ion-datetime.datetime-grid {
  width: 320px;
  min-height: 320px;
}
[ion-last-focus],
header[tabindex="-1"]:focus,
[role=banner][tabindex="-1"]:focus,
main[tabindex="-1"]:focus,
[role=main][tabindex="-1"]:focus,
h1[tabindex="-1"]:focus,
[role=heading][aria-level="1"][tabindex="-1"]:focus {
  outline: none;
}
.popover-viewport:has(> ion-content) {
  overflow: hidden;
}
@supports not selector(:has(> ion-content)) {
  .popover-viewport {
    overflow: hidden;
  }
}

/* node_modules/@ionic/angular/css/normalize.css */
audio,
canvas,
progress,
video {
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
b,
strong {
  font-weight: bold;
}
img {
  max-width: 100%;
}
hr {
  height: 1px;
  border-width: 0;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
label,
input,
select,
textarea {
  font-family: inherit;
  line-height: normal;
}
textarea {
  overflow: auto;
  height: auto;
  font: inherit;
  color: inherit;
}
textarea::placeholder {
  padding-left: 2px;
}
form,
input,
optgroup,
select {
  margin: 0;
  font: inherit;
  color: inherit;
}
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
a,
a div,
a span,
a ion-icon,
a ion-label,
button,
button div,
button span,
button ion-icon,
button ion-label,
.ion-tappable,
[tappable],
[tappable] div,
[tappable] span,
[tappable] ion-icon,
[tappable] ion-label,
input,
textarea {
  touch-action: manipulation;
}
a ion-label,
button ion-label {
  pointer-events: none;
}
button {
  padding: 0;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-style: inherit;
  font-variant: inherit;
  line-height: 1;
  text-transform: none;
  cursor: pointer;
  -webkit-appearance: button;
}
[tappable] {
  cursor: pointer;
}
a[disabled],
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/* node_modules/@ionic/angular/css/structure.css */
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html.ion-ce body {
  display: block;
}
html.plt-pwa {
  height: 100vh;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  transform: translateZ(0);
  text-rendering: optimizeLegibility;
  overflow: hidden;
  touch-action: manipulation;
  -webkit-user-drag: none;
  -ms-content-zooming: none;
  word-wrap: break-word;
  overscroll-behavior-y: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* node_modules/@ionic/angular/css/typography.css */
html {
  font-family: var(--ion-font-family);
}
@supports (-webkit-touch-callout: none) {
  html {
    font: var(--ion-dynamic-font, 16px var(--ion-font-family));
  }
}
a {
  background-color: transparent;
  color: var(--ion-color-primary, #0054e9);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 16px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  margin-top: 20px;
  font-size: 1.625rem;
}
h2 {
  margin-top: 18px;
  font-size: 1.5rem;
}
h3 {
  font-size: 1.375rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1rem;
}
small {
  font-size: 75%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

/* node_modules/@ionic/angular/css/padding.css */
.ion-no-padding {
  --padding-start: 0;
  --padding-end: 0;
  --padding-top: 0;
  --padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.ion-padding {
  --padding-start: var(--ion-padding, 16px);
  --padding-end: var(--ion-padding, 16px);
  --padding-top: var(--ion-padding, 16px);
  --padding-bottom: var(--ion-padding, 16px);
  -webkit-padding-start: var(--ion-padding, 16px);
  padding-inline-start: var(--ion-padding, 16px);
  -webkit-padding-end: var(--ion-padding, 16px);
  padding-inline-end: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}
.ion-padding-top {
  --padding-top: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
}
.ion-padding-start {
  --padding-start: var(--ion-padding, 16px);
  -webkit-padding-start: var(--ion-padding, 16px);
  padding-inline-start: var(--ion-padding, 16px);
}
.ion-padding-end {
  --padding-end: var(--ion-padding, 16px);
  -webkit-padding-end: var(--ion-padding, 16px);
  padding-inline-end: var(--ion-padding, 16px);
}
.ion-padding-bottom {
  --padding-bottom: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}
.ion-padding-vertical {
  --padding-top: var(--ion-padding, 16px);
  --padding-bottom: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}
.ion-padding-horizontal {
  --padding-start: var(--ion-padding, 16px);
  --padding-end: var(--ion-padding, 16px);
  -webkit-padding-start: var(--ion-padding, 16px);
  padding-inline-start: var(--ion-padding, 16px);
  -webkit-padding-end: var(--ion-padding, 16px);
  padding-inline-end: var(--ion-padding, 16px);
}
.ion-no-margin {
  --margin-start: 0;
  --margin-end: 0;
  --margin-top: 0;
  --margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.ion-margin {
  --margin-start: var(--ion-margin, 16px);
  --margin-end: var(--ion-margin, 16px);
  --margin-top: var(--ion-margin, 16px);
  --margin-bottom: var(--ion-margin, 16px);
  -webkit-margin-start: var(--ion-margin, 16px);
  margin-inline-start: var(--ion-margin, 16px);
  -webkit-margin-end: var(--ion-margin, 16px);
  margin-inline-end: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
  margin-bottom: var(--ion-margin, 16px);
}
.ion-margin-top {
  --margin-top: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
}
.ion-margin-start {
  --margin-start: var(--ion-margin, 16px);
  -webkit-margin-start: var(--ion-margin, 16px);
  margin-inline-start: var(--ion-margin, 16px);
}
.ion-margin-end {
  --margin-end: var(--ion-margin, 16px);
  -webkit-margin-end: var(--ion-margin, 16px);
  margin-inline-end: var(--ion-margin, 16px);
}
.ion-margin-bottom {
  --margin-bottom: var(--ion-margin, 16px);
  margin-bottom: var(--ion-margin, 16px);
}
.ion-margin-vertical {
  --margin-top: var(--ion-margin, 16px);
  --margin-bottom: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
  margin-bottom: var(--ion-margin, 16px);
}
.ion-margin-horizontal {
  --margin-start: var(--ion-margin, 16px);
  --margin-end: var(--ion-margin, 16px);
  -webkit-margin-start: var(--ion-margin, 16px);
  margin-inline-start: var(--ion-margin, 16px);
  -webkit-margin-end: var(--ion-margin, 16px);
  margin-inline-end: var(--ion-margin, 16px);
}

/* node_modules/@ionic/angular/css/float-elements.css */
.ion-float-left {
  float: left !important;
}
.ion-float-right {
  float: right !important;
}
.ion-float-start {
  float: left !important;
}
:host-context([dir=rtl]) .ion-float-start {
  float: right !important;
}
[dir=rtl] .ion-float-start {
  float: right !important;
}
@supports selector(:dir(rtl)) {
  .ion-float-start:dir(rtl) {
    float: right !important;
  }
}
.ion-float-end {
  float: right !important;
}
:host-context([dir=rtl]) .ion-float-end {
  float: left !important;
}
[dir=rtl] .ion-float-end {
  float: left !important;
}
@supports selector(:dir(rtl)) {
  .ion-float-end:dir(rtl) {
    float: left !important;
  }
}
@media (min-width: 576px) {
  .ion-float-sm-left {
    float: left !important;
  }
  .ion-float-sm-right {
    float: right !important;
  }
  .ion-float-sm-start {
    float: left !important;
  }
  :host-context([dir=rtl]) .ion-float-sm-start {
    float: right !important;
  }
  [dir=rtl] .ion-float-sm-start {
    float: right !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-sm-start:dir(rtl) {
      float: right !important;
    }
  }
  .ion-float-sm-end {
    float: right !important;
  }
  :host-context([dir=rtl]) .ion-float-sm-end {
    float: left !important;
  }
  [dir=rtl] .ion-float-sm-end {
    float: left !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-sm-end:dir(rtl) {
      float: left !important;
    }
  }
}
@media (min-width: 768px) {
  .ion-float-md-left {
    float: left !important;
  }
  .ion-float-md-right {
    float: right !important;
  }
  .ion-float-md-start {
    float: left !important;
  }
  :host-context([dir=rtl]) .ion-float-md-start {
    float: right !important;
  }
  [dir=rtl] .ion-float-md-start {
    float: right !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-md-start:dir(rtl) {
      float: right !important;
    }
  }
  .ion-float-md-end {
    float: right !important;
  }
  :host-context([dir=rtl]) .ion-float-md-end {
    float: left !important;
  }
  [dir=rtl] .ion-float-md-end {
    float: left !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-md-end:dir(rtl) {
      float: left !important;
    }
  }
}
@media (min-width: 992px) {
  .ion-float-lg-left {
    float: left !important;
  }
  .ion-float-lg-right {
    float: right !important;
  }
  .ion-float-lg-start {
    float: left !important;
  }
  :host-context([dir=rtl]) .ion-float-lg-start {
    float: right !important;
  }
  [dir=rtl] .ion-float-lg-start {
    float: right !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-lg-start:dir(rtl) {
      float: right !important;
    }
  }
  .ion-float-lg-end {
    float: right !important;
  }
  :host-context([dir=rtl]) .ion-float-lg-end {
    float: left !important;
  }
  [dir=rtl] .ion-float-lg-end {
    float: left !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-lg-end:dir(rtl) {
      float: left !important;
    }
  }
}
@media (min-width: 1200px) {
  .ion-float-xl-left {
    float: left !important;
  }
  .ion-float-xl-right {
    float: right !important;
  }
  .ion-float-xl-start {
    float: left !important;
  }
  :host-context([dir=rtl]) .ion-float-xl-start {
    float: right !important;
  }
  [dir=rtl] .ion-float-xl-start {
    float: right !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-xl-start:dir(rtl) {
      float: right !important;
    }
  }
  .ion-float-xl-end {
    float: right !important;
  }
  :host-context([dir=rtl]) .ion-float-xl-end {
    float: left !important;
  }
  [dir=rtl] .ion-float-xl-end {
    float: left !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-xl-end:dir(rtl) {
      float: left !important;
    }
  }
}

/* node_modules/@ionic/angular/css/text-alignment.css */
.ion-text-center {
  text-align: center !important;
}
.ion-text-justify {
  text-align: justify !important;
}
.ion-text-start {
  text-align: start !important;
}
.ion-text-end {
  text-align: end !important;
}
.ion-text-left {
  text-align: left !important;
}
.ion-text-right {
  text-align: right !important;
}
.ion-text-nowrap {
  white-space: nowrap !important;
}
.ion-text-wrap {
  white-space: normal !important;
}
@media (min-width: 576px) {
  .ion-text-sm-center {
    text-align: center !important;
  }
  .ion-text-sm-justify {
    text-align: justify !important;
  }
  .ion-text-sm-start {
    text-align: start !important;
  }
  .ion-text-sm-end {
    text-align: end !important;
  }
  .ion-text-sm-left {
    text-align: left !important;
  }
  .ion-text-sm-right {
    text-align: right !important;
  }
  .ion-text-sm-nowrap {
    white-space: nowrap !important;
  }
  .ion-text-sm-wrap {
    white-space: normal !important;
  }
}
@media (min-width: 768px) {
  .ion-text-md-center {
    text-align: center !important;
  }
  .ion-text-md-justify {
    text-align: justify !important;
  }
  .ion-text-md-start {
    text-align: start !important;
  }
  .ion-text-md-end {
    text-align: end !important;
  }
  .ion-text-md-left {
    text-align: left !important;
  }
  .ion-text-md-right {
    text-align: right !important;
  }
  .ion-text-md-nowrap {
    white-space: nowrap !important;
  }
  .ion-text-md-wrap {
    white-space: normal !important;
  }
}
@media (min-width: 992px) {
  .ion-text-lg-center {
    text-align: center !important;
  }
  .ion-text-lg-justify {
    text-align: justify !important;
  }
  .ion-text-lg-start {
    text-align: start !important;
  }
  .ion-text-lg-end {
    text-align: end !important;
  }
  .ion-text-lg-left {
    text-align: left !important;
  }
  .ion-text-lg-right {
    text-align: right !important;
  }
  .ion-text-lg-nowrap {
    white-space: nowrap !important;
  }
  .ion-text-lg-wrap {
    white-space: normal !important;
  }
}
@media (min-width: 1200px) {
  .ion-text-xl-center {
    text-align: center !important;
  }
  .ion-text-xl-justify {
    text-align: justify !important;
  }
  .ion-text-xl-start {
    text-align: start !important;
  }
  .ion-text-xl-end {
    text-align: end !important;
  }
  .ion-text-xl-left {
    text-align: left !important;
  }
  .ion-text-xl-right {
    text-align: right !important;
  }
  .ion-text-xl-nowrap {
    white-space: nowrap !important;
  }
  .ion-text-xl-wrap {
    white-space: normal !important;
  }
}

/* node_modules/@ionic/angular/css/text-transformation.css */
.ion-text-uppercase {
  text-transform: uppercase !important;
}
.ion-text-lowercase {
  text-transform: lowercase !important;
}
.ion-text-capitalize {
  text-transform: capitalize !important;
}
@media (min-width: 576px) {
  .ion-text-sm-uppercase {
    text-transform: uppercase !important;
  }
  .ion-text-sm-lowercase {
    text-transform: lowercase !important;
  }
  .ion-text-sm-capitalize {
    text-transform: capitalize !important;
  }
}
@media (min-width: 768px) {
  .ion-text-md-uppercase {
    text-transform: uppercase !important;
  }
  .ion-text-md-lowercase {
    text-transform: lowercase !important;
  }
  .ion-text-md-capitalize {
    text-transform: capitalize !important;
  }
}
@media (min-width: 992px) {
  .ion-text-lg-uppercase {
    text-transform: uppercase !important;
  }
  .ion-text-lg-lowercase {
    text-transform: lowercase !important;
  }
  .ion-text-lg-capitalize {
    text-transform: capitalize !important;
  }
}
@media (min-width: 1200px) {
  .ion-text-xl-uppercase {
    text-transform: uppercase !important;
  }
  .ion-text-xl-lowercase {
    text-transform: lowercase !important;
  }
  .ion-text-xl-capitalize {
    text-transform: capitalize !important;
  }
}

/* node_modules/@ionic/angular/css/flex-utils.css */
.ion-align-content-start {
  align-content: flex-start !important;
}
.ion-align-content-end {
  align-content: flex-end !important;
}
.ion-align-content-center {
  align-content: center !important;
}
.ion-align-content-between {
  align-content: space-between !important;
}
.ion-align-content-around {
  align-content: space-around !important;
}
.ion-align-content-stretch {
  align-content: stretch !important;
}
@media (min-width: 576px) {
  .ion-align-content-sm-start {
    align-content: flex-start !important;
  }
  .ion-align-content-sm-end {
    align-content: flex-end !important;
  }
  .ion-align-content-sm-center {
    align-content: center !important;
  }
  .ion-align-content-sm-between {
    align-content: space-between !important;
  }
  .ion-align-content-sm-around {
    align-content: space-around !important;
  }
  .ion-align-content-sm-stretch {
    align-content: stretch !important;
  }
}
@media (min-width: 768px) {
  .ion-align-content-md-start {
    align-content: flex-start !important;
  }
  .ion-align-content-md-end {
    align-content: flex-end !important;
  }
  .ion-align-content-md-center {
    align-content: center !important;
  }
  .ion-align-content-md-between {
    align-content: space-between !important;
  }
  .ion-align-content-md-around {
    align-content: space-around !important;
  }
  .ion-align-content-md-stretch {
    align-content: stretch !important;
  }
}
@media (min-width: 992px) {
  .ion-align-content-lg-start {
    align-content: flex-start !important;
  }
  .ion-align-content-lg-end {
    align-content: flex-end !important;
  }
  .ion-align-content-lg-center {
    align-content: center !important;
  }
  .ion-align-content-lg-between {
    align-content: space-between !important;
  }
  .ion-align-content-lg-around {
    align-content: space-around !important;
  }
  .ion-align-content-lg-stretch {
    align-content: stretch !important;
  }
}
@media (min-width: 1200px) {
  .ion-align-content-xl-start {
    align-content: flex-start !important;
  }
  .ion-align-content-xl-end {
    align-content: flex-end !important;
  }
  .ion-align-content-xl-center {
    align-content: center !important;
  }
  .ion-align-content-xl-between {
    align-content: space-between !important;
  }
  .ion-align-content-xl-around {
    align-content: space-around !important;
  }
  .ion-align-content-xl-stretch {
    align-content: stretch !important;
  }
}
.ion-align-items-start {
  align-items: start !important;
}
.ion-align-items-end {
  align-items: end !important;
}
.ion-align-items-center {
  align-items: center !important;
}
.ion-align-items-stretch {
  align-items: stretch !important;
}
.ion-align-items-baseline {
  align-items: baseline !important;
}
@media (min-width: 576px) {
  .ion-align-items-sm-start {
    align-items: start !important;
  }
  .ion-align-items-sm-end {
    align-items: end !important;
  }
  .ion-align-items-sm-center {
    align-items: center !important;
  }
  .ion-align-items-sm-stretch {
    align-items: stretch !important;
  }
  .ion-align-items-sm-baseline {
    align-items: baseline !important;
  }
}
@media (min-width: 768px) {
  .ion-align-items-md-start {
    align-items: start !important;
  }
  .ion-align-items-md-end {
    align-items: end !important;
  }
  .ion-align-items-md-center {
    align-items: center !important;
  }
  .ion-align-items-md-stretch {
    align-items: stretch !important;
  }
  .ion-align-items-md-baseline {
    align-items: baseline !important;
  }
}
@media (min-width: 992px) {
  .ion-align-items-lg-start {
    align-items: start !important;
  }
  .ion-align-items-lg-end {
    align-items: end !important;
  }
  .ion-align-items-lg-center {
    align-items: center !important;
  }
  .ion-align-items-lg-stretch {
    align-items: stretch !important;
  }
  .ion-align-items-lg-baseline {
    align-items: baseline !important;
  }
}
@media (min-width: 1200px) {
  .ion-align-items-xl-start {
    align-items: start !important;
  }
  .ion-align-items-xl-end {
    align-items: end !important;
  }
  .ion-align-items-xl-center {
    align-items: center !important;
  }
  .ion-align-items-xl-stretch {
    align-items: stretch !important;
  }
  .ion-align-items-xl-baseline {
    align-items: baseline !important;
  }
}
.ion-align-self-start {
  align-self: start !important;
}
.ion-align-self-end {
  align-self: end !important;
}
.ion-align-self-center {
  align-self: center !important;
}
.ion-align-self-stretch {
  align-self: stretch !important;
}
.ion-align-self-baseline {
  align-self: baseline !important;
}
.ion-align-self-auto {
  align-self: auto !important;
}
@media (min-width: 576px) {
  .ion-align-self-sm-start {
    align-self: start !important;
  }
  .ion-align-self-sm-end {
    align-self: end !important;
  }
  .ion-align-self-sm-center {
    align-self: center !important;
  }
  .ion-align-self-sm-stretch {
    align-self: stretch !important;
  }
  .ion-align-self-sm-baseline {
    align-self: baseline !important;
  }
  .ion-align-self-sm-auto {
    align-self: auto !important;
  }
}
@media (min-width: 768px) {
  .ion-align-self-md-start {
    align-self: start !important;
  }
  .ion-align-self-md-end {
    align-self: end !important;
  }
  .ion-align-self-md-center {
    align-self: center !important;
  }
  .ion-align-self-md-stretch {
    align-self: stretch !important;
  }
  .ion-align-self-md-baseline {
    align-self: baseline !important;
  }
  .ion-align-self-md-auto {
    align-self: auto !important;
  }
}
@media (min-width: 992px) {
  .ion-align-self-lg-start {
    align-self: start !important;
  }
  .ion-align-self-lg-end {
    align-self: end !important;
  }
  .ion-align-self-lg-center {
    align-self: center !important;
  }
  .ion-align-self-lg-stretch {
    align-self: stretch !important;
  }
  .ion-align-self-lg-baseline {
    align-self: baseline !important;
  }
  .ion-align-self-lg-auto {
    align-self: auto !important;
  }
}
@media (min-width: 1200px) {
  .ion-align-self-xl-start {
    align-self: start !important;
  }
  .ion-align-self-xl-end {
    align-self: end !important;
  }
  .ion-align-self-xl-center {
    align-self: center !important;
  }
  .ion-align-self-xl-stretch {
    align-self: stretch !important;
  }
  .ion-align-self-xl-baseline {
    align-self: baseline !important;
  }
  .ion-align-self-xl-auto {
    align-self: auto !important;
  }
}
.ion-justify-content-start {
  justify-content: flex-start !important;
}
.ion-justify-content-end {
  justify-content: flex-end !important;
}
.ion-justify-content-center {
  justify-content: center !important;
}
.ion-justify-content-between {
  justify-content: space-between !important;
}
.ion-justify-content-around {
  justify-content: space-around !important;
}
.ion-justify-content-evenly {
  justify-content: space-evenly !important;
}
@media (min-width: 576px) {
  .ion-justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .ion-justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .ion-justify-content-sm-center {
    justify-content: center !important;
  }
  .ion-justify-content-sm-between {
    justify-content: space-between !important;
  }
  .ion-justify-content-sm-around {
    justify-content: space-around !important;
  }
  .ion-justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 768px) {
  .ion-justify-content-md-start {
    justify-content: flex-start !important;
  }
  .ion-justify-content-md-end {
    justify-content: flex-end !important;
  }
  .ion-justify-content-md-center {
    justify-content: center !important;
  }
  .ion-justify-content-md-between {
    justify-content: space-between !important;
  }
  .ion-justify-content-md-around {
    justify-content: space-around !important;
  }
  .ion-justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 992px) {
  .ion-justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .ion-justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .ion-justify-content-lg-center {
    justify-content: center !important;
  }
  .ion-justify-content-lg-between {
    justify-content: space-between !important;
  }
  .ion-justify-content-lg-around {
    justify-content: space-around !important;
  }
  .ion-justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 1200px) {
  .ion-justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .ion-justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .ion-justify-content-xl-center {
    justify-content: center !important;
  }
  .ion-justify-content-xl-between {
    justify-content: space-between !important;
  }
  .ion-justify-content-xl-around {
    justify-content: space-around !important;
  }
  .ion-justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
}
.ion-flex-row {
  flex-direction: row !important;
}
.ion-flex-row-reverse {
  flex-direction: row-reverse !important;
}
.ion-flex-column {
  flex-direction: column !important;
}
.ion-flex-column-reverse {
  flex-direction: column-reverse !important;
}
@media (min-width: 576px) {
  .ion-flex-sm-row {
    flex-direction: row !important;
  }
  .ion-flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ion-flex-sm-column {
    flex-direction: column !important;
  }
  .ion-flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 768px) {
  .ion-flex-md-row {
    flex-direction: row !important;
  }
  .ion-flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ion-flex-md-column {
    flex-direction: column !important;
  }
  .ion-flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 992px) {
  .ion-flex-lg-row {
    flex-direction: row !important;
  }
  .ion-flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ion-flex-lg-column {
    flex-direction: column !important;
  }
  .ion-flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 1200px) {
  .ion-flex-xl-row {
    flex-direction: row !important;
  }
  .ion-flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ion-flex-xl-column {
    flex-direction: column !important;
  }
  .ion-flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
}
.ion-wrap {
  flex-wrap: wrap !important;
}
.ion-nowrap {
  flex-wrap: nowrap !important;
}
.ion-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.ion-flex-wrap {
  flex-wrap: wrap !important;
}
.ion-flex-nowrap {
  flex-wrap: nowrap !important;
}
.ion-flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
@media (min-width: 576px) {
  .ion-flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .ion-flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .ion-flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 768px) {
  .ion-flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .ion-flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .ion-flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 992px) {
  .ion-flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .ion-flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .ion-flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 1200px) {
  .ion-flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .ion-flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .ion-flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
.ion-flex-1 {
  flex: 1 !important;
}
.ion-flex-auto {
  flex: auto !important;
}
.ion-flex-initial {
  flex: initial !important;
}
.ion-flex-none {
  flex: none !important;
}
@media (min-width: 576px) {
  .ion-flex-sm-1 {
    flex: 1 !important;
  }
  .ion-flex-sm-auto {
    flex: auto !important;
  }
  .ion-flex-sm-initial {
    flex: initial !important;
  }
  .ion-flex-sm-none {
    flex: none !important;
  }
}
@media (min-width: 768px) {
  .ion-flex-md-1 {
    flex: 1 !important;
  }
  .ion-flex-md-auto {
    flex: auto !important;
  }
  .ion-flex-md-initial {
    flex: initial !important;
  }
  .ion-flex-md-none {
    flex: none !important;
  }
}
@media (min-width: 992px) {
  .ion-flex-lg-1 {
    flex: 1 !important;
  }
  .ion-flex-lg-auto {
    flex: auto !important;
  }
  .ion-flex-lg-initial {
    flex: initial !important;
  }
  .ion-flex-lg-none {
    flex: none !important;
  }
}
@media (min-width: 1200px) {
  .ion-flex-xl-1 {
    flex: 1 !important;
  }
  .ion-flex-xl-auto {
    flex: auto !important;
  }
  .ion-flex-xl-initial {
    flex: initial !important;
  }
  .ion-flex-xl-none {
    flex: none !important;
  }
}
.ion-flex-grow-0 {
  flex-grow: 0 !important;
}
.ion-flex-grow-1 {
  flex-grow: 1 !important;
}
.ion-flex-shrink-0 {
  flex-shrink: 0 !important;
}
.ion-flex-shrink-1 {
  flex-shrink: 1 !important;
}
@media (min-width: 576px) {
  .ion-flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .ion-flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .ion-flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .ion-flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 768px) {
  .ion-flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .ion-flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .ion-flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .ion-flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 992px) {
  .ion-flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .ion-flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .ion-flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .ion-flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 1200px) {
  .ion-flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .ion-flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .ion-flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .ion-flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
}
.ion-order-first {
  order: -1 !important;
}
.ion-order-0 {
  order: 0 !important;
}
.ion-order-1 {
  order: 1 !important;
}
.ion-order-2 {
  order: 2 !important;
}
.ion-order-3 {
  order: 3 !important;
}
.ion-order-4 {
  order: 4 !important;
}
.ion-order-5 {
  order: 5 !important;
}
.ion-order-6 {
  order: 6 !important;
}
.ion-order-7 {
  order: 7 !important;
}
.ion-order-8 {
  order: 8 !important;
}
.ion-order-9 {
  order: 9 !important;
}
.ion-order-10 {
  order: 10 !important;
}
.ion-order-11 {
  order: 11 !important;
}
.ion-order-12 {
  order: 12 !important;
}
.ion-order-last {
  order: 13 !important;
}
@media (min-width: 576px) {
  .ion-order-sm-first {
    order: -1 !important;
  }
  .ion-order-sm-0 {
    order: 0 !important;
  }
  .ion-order-sm-1 {
    order: 1 !important;
  }
  .ion-order-sm-2 {
    order: 2 !important;
  }
  .ion-order-sm-3 {
    order: 3 !important;
  }
  .ion-order-sm-4 {
    order: 4 !important;
  }
  .ion-order-sm-5 {
    order: 5 !important;
  }
  .ion-order-sm-6 {
    order: 6 !important;
  }
  .ion-order-sm-7 {
    order: 7 !important;
  }
  .ion-order-sm-8 {
    order: 8 !important;
  }
  .ion-order-sm-9 {
    order: 9 !important;
  }
  .ion-order-sm-10 {
    order: 10 !important;
  }
  .ion-order-sm-11 {
    order: 11 !important;
  }
  .ion-order-sm-12 {
    order: 12 !important;
  }
  .ion-order-sm-last {
    order: 13 !important;
  }
}
@media (min-width: 768px) {
  .ion-order-md-first {
    order: -1 !important;
  }
  .ion-order-md-0 {
    order: 0 !important;
  }
  .ion-order-md-1 {
    order: 1 !important;
  }
  .ion-order-md-2 {
    order: 2 !important;
  }
  .ion-order-md-3 {
    order: 3 !important;
  }
  .ion-order-md-4 {
    order: 4 !important;
  }
  .ion-order-md-5 {
    order: 5 !important;
  }
  .ion-order-md-6 {
    order: 6 !important;
  }
  .ion-order-md-7 {
    order: 7 !important;
  }
  .ion-order-md-8 {
    order: 8 !important;
  }
  .ion-order-md-9 {
    order: 9 !important;
  }
  .ion-order-md-10 {
    order: 10 !important;
  }
  .ion-order-md-11 {
    order: 11 !important;
  }
  .ion-order-md-12 {
    order: 12 !important;
  }
  .ion-order-md-last {
    order: 13 !important;
  }
}
@media (min-width: 992px) {
  .ion-order-lg-first {
    order: -1 !important;
  }
  .ion-order-lg-0 {
    order: 0 !important;
  }
  .ion-order-lg-1 {
    order: 1 !important;
  }
  .ion-order-lg-2 {
    order: 2 !important;
  }
  .ion-order-lg-3 {
    order: 3 !important;
  }
  .ion-order-lg-4 {
    order: 4 !important;
  }
  .ion-order-lg-5 {
    order: 5 !important;
  }
  .ion-order-lg-6 {
    order: 6 !important;
  }
  .ion-order-lg-7 {
    order: 7 !important;
  }
  .ion-order-lg-8 {
    order: 8 !important;
  }
  .ion-order-lg-9 {
    order: 9 !important;
  }
  .ion-order-lg-10 {
    order: 10 !important;
  }
  .ion-order-lg-11 {
    order: 11 !important;
  }
  .ion-order-lg-12 {
    order: 12 !important;
  }
  .ion-order-lg-last {
    order: 13 !important;
  }
}
@media (min-width: 1200px) {
  .ion-order-xl-first {
    order: -1 !important;
  }
  .ion-order-xl-0 {
    order: 0 !important;
  }
  .ion-order-xl-1 {
    order: 1 !important;
  }
  .ion-order-xl-2 {
    order: 2 !important;
  }
  .ion-order-xl-3 {
    order: 3 !important;
  }
  .ion-order-xl-4 {
    order: 4 !important;
  }
  .ion-order-xl-5 {
    order: 5 !important;
  }
  .ion-order-xl-6 {
    order: 6 !important;
  }
  .ion-order-xl-7 {
    order: 7 !important;
  }
  .ion-order-xl-8 {
    order: 8 !important;
  }
  .ion-order-xl-9 {
    order: 9 !important;
  }
  .ion-order-xl-10 {
    order: 10 !important;
  }
  .ion-order-xl-11 {
    order: 11 !important;
  }
  .ion-order-xl-12 {
    order: 12 !important;
  }
  .ion-order-xl-last {
    order: 13 !important;
  }
}

/* node_modules/@ionic/angular/css/display.css */
.ion-hide {
  display: none !important;
}
.ion-hide-up {
  display: none !important;
}
.ion-hide-down {
  display: none !important;
}
@media (min-width: 576px) {
  .ion-hide-sm-up {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .ion-hide-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .ion-hide-md-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .ion-hide-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .ion-hide-lg-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .ion-hide-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .ion-hide-xl-up {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .ion-hide-xl-down {
    display: none !important;
  }
}
.ion-display-none {
  display: none !important;
}
@media (min-width: 576px) {
  .ion-display-sm-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-none {
    display: none !important;
  }
}
.ion-display-inline {
  display: inline !important;
}
@media (min-width: 576px) {
  .ion-display-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-inline {
    display: inline !important;
  }
}
.ion-display-inline-block {
  display: inline-block !important;
}
@media (min-width: 576px) {
  .ion-display-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-inline-block {
    display: inline-block !important;
  }
}
.ion-display-block {
  display: block !important;
}
@media (min-width: 576px) {
  .ion-display-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-block {
    display: block !important;
  }
}
.ion-display-flex {
  display: flex !important;
}
@media (min-width: 576px) {
  .ion-display-sm-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-flex {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-flex {
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-flex {
    display: flex !important;
  }
}
.ion-display-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .ion-display-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-inline-flex {
    display: inline-flex !important;
  }
}
.ion-display-grid {
  display: grid !important;
}
@media (min-width: 576px) {
  .ion-display-sm-grid {
    display: grid !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-grid {
    display: grid !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-grid {
    display: grid !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-grid {
    display: grid !important;
  }
}
.ion-display-inline-grid {
  display: inline-grid !important;
}
@media (min-width: 576px) {
  .ion-display-sm-inline-grid {
    display: inline-grid !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-inline-grid {
    display: inline-grid !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-inline-grid {
    display: inline-grid !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-inline-grid {
    display: inline-grid !important;
  }
}
.ion-display-table {
  display: table !important;
}
@media (min-width: 576px) {
  .ion-display-sm-table {
    display: table !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-table {
    display: table !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-table {
    display: table !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-table {
    display: table !important;
  }
}
.ion-display-table-cell {
  display: table-cell !important;
}
@media (min-width: 576px) {
  .ion-display-sm-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-table-cell {
    display: table-cell !important;
  }
}
.ion-display-table-row {
  display: table-row !important;
}
@media (min-width: 576px) {
  .ion-display-sm-table-row {
    display: table-row !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-table-row {
    display: table-row !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-table-row {
    display: table-row !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-table-row {
    display: table-row !important;
  }
}

/* src/styles.css */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 12px;
  margin: 0 auto;
  left: 50%;
  margin-left: -150px;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:focus,
.toast-close-button:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 5px 5px 5px 5px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
}
.toast-error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
}
.toast-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}
.toast-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
}
.toast-container.toast-bottom-center .ngx-toastr,
.toast-container.toast-top-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-bottom-full-width .ngx-toastr,
.toast-container.toast-top-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #6f866f;
}
.toast-error {
  background-color: #9b6464;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.mobile-alert {
  width: 85%;
  position: relative;
  padding: 10px !important;
  border: 3px solid;
  border-radius: 8px;
  padding: 10px;
  margin: 10px !important;
  background: transparent !important;
  overflow: hidden;
  background-position: 68px center;
  background-repeat: no-repeat;
  background-size: 24px;
  opacity: 1;
  margin-left: 25px !important;
  margin-bottom: 10px !important;
}
.desktop-alert {
  width: 100%;
  position: relative;
  padding: 10px !important;
  border: 3px solid;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 10px !important;
  background: transparent !important;
  overflow: hidden;
  margin: 12px 0 6px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  opacity: 1;
}
.close-button {
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 35px;
  color: #ffffff;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.parrafoToast {
  color: #FFFFFF !important;
  width: 80%;
}
.titleToast {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 1.16em;
  width: 80%;
}
.color-toast-white {
  color: #FFFFFF !important;
}
.color-toast-black {
  color: #000000 !important;
}
.toast-title {
  font-weight: bold !important;
  font-size: 1.125rem !important;
  font-family: "Roboto", sans-serif !important;
  text-align: left !important;
}
.toast-message {
  font-size: 1rem !important;
  font-weight: normal !important;
  font-family: "Roboto", sans-serif !important;
  text-align: left !important;
}
.AlertToast {
  padding: 0 30px 0 0;
}
@font-face {
  font-family: "pincode-input-mask";
  src: url(data:font/woff;charset:utf-8;base64,d09GRgABAAAAAAusAAsAAAAAMGgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZjRmM5Y21hcAAAAYQAAAgCAAArYmjjYVVnbHlmAAAJiAAAAEEAAABQiOYj2mhlYWQAAAnMAAAALgAAADYOxVFUaGhlYQAACfwAAAAcAAAAJAqNAyNobXR4AAAKGAAAAAgAAAAIAyAAAGxvY2EAAAogAAAABgAAAAYAKAAAbWF4cAAACigAAAAeAAAAIAEOACJuYW1lAAAKSAAAAUIAAAKOcN63t3Bvc3QAAAuMAAAAHQAAAC5lhHRpeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGScwDiBgZWBgSGVtYKBgVECQjMfYEhiYmFgYGJgZWbACgLSXFMYHIAq/rNfAHK3gEmgASACAIekCT4AAHic7dhl0zDVmUXh5+XFHYK7E0IguFtwt4QQgmtwd3d3d7cED+4SXIO7u7vbsNfaUzU1fyGcu66u1adOf+6uHhgYGGpgYGDwL37/iyEHBoZZcWDQLzUw9NK/7A5if/DA8OwPOfQknBky+0P8/PPPOcd1UJ785frr/Dq/zq/z6/w3zsCgoX/xX74GRsxbcYpRB1iDB/7PGvT/DFGDenBwe8hKD1XpoSs9TKWHrfRwlR6+0iNUesRKj1TpkSs9SqVHrfRolR690r+p9BiVHrPSY1V67EqPU+lxKz1epcev9ASVnrDSE1V64kpPUulJKz1ZpSev9BSVnrLSU1V66kr/ttLTVPp3lZ62/KJSerpKT1/pP1R6hkrPWOmZKj1zpWep9KyVnq3Ss1d6jkrPWem5Kj13peep9LyVnq/S81d6gUr/sdILVnqhSi9c6UUqvWilF6v04pVeotJLVnqpSi9d6WUqvWyll6v08pVeodIrVvpPlf5zpVeq9F8qvXKl/1rpVSr9t0qvWunVKr16pdeo9JqVXqvSa1d6nUqvW+n1Kr1+pTeo9N8rvWGlN6r0xpXepNKbVnqzSm9e6S0qvWWlt6r01pXeptLbVnq7Sm9f6R0qvWOld6r0zpXepdK7Vnq3Su9e6T0qvWel96r03pXep9L7Vnq/Su9f6QMqfWClD6r0wZU+pNKHVvqwSh9e6SMqfWSlj6r00ZU+ptLHVvq4Sh9f6RMqfWKlT6r0yZU+pdKnVvq0Sp9e6TMqfWalz6r02ZU+p9LnVvq8Sp9f6QsqfWGl/1Hpf1b6okpfXOlLKn1ppS+r9OWVvqLS/6r0lZW+qtJXV/qaSl9b6esqfX2lb6j0jZW+qdI3V/qWSt9a6dsqfXul76j0vyt9Z6XvqvTdlb6n0vdW+r5K31/pByr9YKUfqvTDlX6k0v+p9KOVfqzSj1f6iUo/WemnKv10pZ+p9LOVfq7Sz1f6hUq/WOmXKv1ypV+p9KuVfq3Sr1f6jUq/Wem3Kv12pd+p9LuVfq/S71f6g0p/WOmPKv1xpT+p9KeV/qzSn1f6i0p/WemvKv11pb+p9LeV/q7S31f6h0r/WOmfKv1zDfI26KKHED1Y9JCihxI9tOhhRA8rejjRw4seQfSIokcSPbLoUUSPKno00aOL/o3oMUSPKXos0WOLHkf0uKLHEz2+6AlETyh6ItETi55E9KSiJxM9uegpRE8peirRU4v+rehpRP9O9LSify96OtHTi/6D6BlEzyh6JtEzi55F9KyiZxM9u+g5RM8pei7Rc4ueR/S8oucTPb/oBUT/UfSCohcSvbDoRUQvKnox0YuLXkL0kqKXEr206GVELyt6OdHLi15B9Iqi/yT6z6JXEv0X0SuL/qvoVUT/TfSqolcTvbroNUSvKXot0WuLXkf0uqLXE72+6A1E/130hqI3Er2x6E1Ebyp6M9Gbi95C9JaitxK9tehtRG8rejvR24veQfSOoncSvbPoXUTvKno30buL3kP0nqL3Er236H1E7yt6P9H7iz5A9IGiDxJ9sOhDRB8q+jDRh4s+QvSRoo8SfbToY0QfK/o40ceLPkH0iaJPEn2y6FNEnyr6NNGniz5D9JmizxJ9tuhzRJ8r+jzR54u+QPSFov8h+p+iLxJ9sehLRF8q+jLRl4u+QvS/RF8p+irRV4u+RvS1oq8Tfb3oG0TfKPom0TeLvkX0raJvE3276DtE/1v0naLvEn236HtE3yv6PtH3i35A9IOiHxL9sOhHRP9H9KOiHxP9uOgnRD8p+inRT4t+RvSzop8T/bzoF0S/KPol0S+LfkX0q6JfE/266DdEvyn6LdFvi35H9Lui3xP9vugPRH8o+iPRH4v+RPSnoj8T/bnoL0R/Kfor0V+L/kb0t6K/E/296B9E/yj6J9E/K/2/v/npoocQPVj0kKKHEj206GFEDyt6ONHDix5B9IiiRxI9suhRRI8qejTRo4v+jegxRI8peizRY4seR/S4oscTPb7oCURPKHoi0ROLnkT0pKInEz256ClETyl6KtFTi/6t6GlE/070tKJ/L3o60dOL/oPoGUTPKHom0TOLnkX0rKJnEz276DlEzyl6LtFzi55H9Lyi5xM9v+gFRP9R9IKiFxK9sOhFRC8qejHRi4teQvSSopcSvbToZUQvK3o50cuLXkH0iqL/JPrPolcS/RfRK4v+q+hVRP9N9KqiVxO9uug1RK8pei3Ra4teR/S6otcTvb7oDUT/XfSGojcSvbHoTURvKnoz0ZuL3kL0lqK3Er216G1Ebyt6O9Hbi95B9I6idxK9s+hdRO8qejfRu4veQ/SeovcSvbfofUTvK3o/0fuLPkD0gaIPEn2w6ENEHyr6MNGHiz5C9JGijxJ9tOhjRB8r+jjRx4s+QfSJok8SfbLoU0SfKvo00aeLPkP0maLPEn226HNEnyv6PNHni75A9IWi/yH6n6IvEn2x6EtEXyr6MtGXi75C9L9EXyn6KtFXi75G9LWirxN9vegbRN8o+ibRN4u+RfStom8TfbvoO0T/W/Sdou8Sfbfoe0TfK/o+0feLfkD0g6IfEv2w6EdE/0f0o6IfE/246CdEPyn6KdFPi35G9LOinxP9vOgXRL8o+iXRL4t+RfSrol8T/broN0S/Kfot0W+Lfkf0u6LfE/2+6A9Efyj6I9Efi/5E9KeiPxP9uegvRH8p+ivRX4v+RvS3or8T/b3oH0T/KPon0T9rYND/AOaSEScAAHicY2BiAAKmPSy+QEqUgYFRUURcTFzMyNzM3MxEXU1dTYmdjZ2NccK/K5oaLm6L3Fw0NOEMZoVAFD6IAQD4PA9iAAAAeJxjYGRgYADirq+zjOP5bb4ycLNfAIowXCttkUWmmfaw+AIpDgYmEA8ANPUJwQAAeJxjYGRgYL/AAATMCiCSaQ8DIwMqYAIAK/QBvQAAAAADIAAAAAAAAAAoAAB4nGNgZGBgYGIQA2IGMIuBgQsIGRj+g/kMAArUATEAAHicjY69TsMwFIWP+4doJYSKhMTmoUJIqOnPWIm1ZWDq0IEtTZw2VRpHjlu1D8A7MPMczAw8DM/AifFEl9qS9d1zzr3XAK7xBYHqCHTdW50aLlj9cZ1057lBfvTcRAdPnlvUnz23mXj13MEN3jhBNC6p9PDuuYYrfHquU//23CD/eG7iVnQ9t9ATD57bWIgXzx3ciw+rDrZfqmhnUnvsx2kZzdVql4Xm1DhVFsqUqc7lKBiemjOVKxNaFcvlUZb71djaRCZGb+VU51ZlmZaF0RsV2WBtbTEZDBKvB5HewkLhwLePkhRhB4OU9ZFKTCqpzems6GQI6Z7TcU5mQceQUmjkkBghwPCszhmd3HWHLh+ze8mEpLvnT8dULRLWCTMaW9LUbanSGa+mUjhv47ZY7l67rgITDHiTf/mAKU76BTuXfk8AAHicY2BigAARBuyAiZGJkZmBJSWzOJmBAQALQwHHAAAA) format("woff");
}
html {
  scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
* {
  margin: 0;
}
.fadeOutAd {
  height: 155px;
  overflow: hidden;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeOut {
  from {
    height: 155px;
  }
  to {
    height: 0;
  }
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    height: 155px;
  }
  to {
    height: 0;
  }
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeInAdd {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.footer {
  margin-top: 3%;
  bottom: 0;
}
.text-bluee {
  color: #2699FB;
}
.footer-bg-bluee {
  background: #25273B;
}
.border-blue-bottom {
  border-bottom-color: #2699FB;
  border-bottom-width: 0.3em;
}
.blue {
  background-color: #1A1C2A;
  color: #ffffff;
  font-weight: bold;
}
.poppins-red {
  color: #F6921E;
}
.poppins-red:hover {
  color: #e77b00;
}
.poppins-black {
  color: #000;
}
#text-red {
  text-align: left;
  font-size: 17px;
  color: #F6921E;
  font-weight: 300;
  margin: 0 1em;
}
.poppins-font {
  font-size: 0.9rem;
}
.align-right {
  text-align: right !important;
  padding: 0;
  margin: 0;
}
.link-header {
  color: #1A1C2A;
}
.gray-nav {
  background-color: #DCE2EE;
  color: #000;
  font-weight: bold;
  box-shadow: 0 3px 6px #DCE2EE;
}
.blue-img {
  background-color: #E2F2FF;
  border-color: #2699FB;
  border-width: 1px;
  border-style: solid;
}
.blue-r {
  background-color: #1A1C2A;
  color: #ffffff;
  font-weight: normal;
}
.gray-r {
  background-color: #757575;
  color: #ffffff;
  font-weight: normal;
}
.gray {
  background-color: #757575;
  color: #ffffff;
  font-weight: bold;
}
.border-blue {
  background-color: #fff;
  color: #2699FB;
  font-weight: bold;
  border-color: #2699FB;
  border-width: 2px;
}
.border-blue:hover {
  background-color: #2699FB;
  color: #fff;
  font-weight: bold;
  border-color: transparent;
}
.border-gray {
  background-color: #fff;
  color: #757575;
  font-weight: bold;
  border-color: #757575;
  border-width: 2px;
}
.border-gray:hover {
  background-color: #757575;
  color: #fff;
  font-weight: bold;
  border-color: transparent;
}
.blue-icon {
  color: #2699FB;
}
.gray-icon {
  color: #757575;
}
.white-icon {
  color: #FFF;
}
.white-icon:hover {
  color: #F90606;
}
.AjustArrow {
  position: relative;
  top: 20px;
  margin-right: 1%;
}
.title-packs {
  color: #1A1A1A;
}
html {
  overflow-y: auto;
}
body {
  background-color: #1C1C1C;
  overflow-y: auto;
}
.body {
  min-height: 100vh;
}
.header {
  margin-top: 1.2rem;
}
.sinLink {
  padding: 1.8rem 1rem;
}
.navbar-brand-centered {
  position: absolute;
  left: calc(50% - 80px);
}
nav.navbar.navbar-light a img {
  margin: 20px 0;
}
.navbar-menu {
  align-items: flex-start;
  padding: 0 35px;
}
.navbar ul {
  list-style: none;
}
.navbar ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.navbar ul li a {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #707070;
  transition: color 0.2s linear 0.2s;
}
li.nav-item.active.EnvolvButton {
  background: rgb(160, 162, 165);
  background:
    linear-gradient(
      0deg,
      rgba(160, 162, 165, 1) 0%,
      rgba(240, 240, 240, 1) 51%,
      rgba(255, 255, 255, 1) 100%);
  -webkit-box-shadow: 0 3px 9px 2px rgb(0 0 0 / 33%);
  box-shadow: 0 3px 9px 2px rgb(0 0 0 / 33%);
  border-radius: 50px;
  width: 130px;
  display: block;
  margin: 0 auto 1%;
}
.EnvolvButton {
  width: 100%;
  margin-right: 50px;
  display: block;
  text-align: right;
}
.EnvolvButton a {
  font-weight: 400;
  color: #707070 !important;
}
.EnvolvButton a:hover {
  color: #000000 !important;
}
li.nav-item.active.VerContBtn {
  display: block;
  margin: 0 auto;
}
.VerContBtn {
  border: 2px solid #707070;
  border-radius: 20px;
  background: rgb(11, 11, 11);
  background:
    linear-gradient(
      270deg,
      rgba(11, 11, 11, 1) 0%,
      rgba(31, 31, 31, 1) 49%,
      rgba(0, 0, 0, 1) 100%);
  width: 130px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.VerContBtn a {
  text-align: center;
  color: #fff;
  font-size: 0.8rem;
}
.VerContBtn a:hover {
  text-decoration: none;
  color: red;
}
li.nav-item.active.VerContBtn01 {
  display: block;
  margin: 0 auto;
}
.VerContBtn01 {
  border: transparent;
  border-radius: 20px;
  background: rgb(241, 101, 34);
  background:
    transparent linear-gradient(
      0deg,
      rgba(241, 101, 34, 1) 0%,
      rgba(242, 108, 33, 1) 47%,
      rgba(246, 146, 30, 1) 100%) 0 0 no-repeat padding-box;
  width: 150px;
  display: block;
  margin: 0 auto;
  text-align: center;
  box-shadow: -1px 7px 5px -1px rgb(0 0 0 / 69%);
  -webkit-box-shadow: -1px 7px 5px -1px rgb(0 0 0 / 69%);
  -moz-box-shadow: -1px 7px 5px -1px rgba(0, 0, 0, 0.69);
}
.VerContBtn01:hover {
  background: transparent;
  border: solid 2px #F6921E;
  box-shadow: 1px 1px 5px 9px rgb(0 0 0 / 8%) inset;
  -webkit-box-shadow: 1px 1px 5px 9px rgb(0 0 0 / 8%) inset;
  -moz-box-shadow: 1px 1px 5px 9px rgba(0, 0, 0, 0.08) inset;
}
.VerContBtn02 {
  border: 2px solid #fff;
  border-radius: 20px;
  width: 150px;
  display: block;
  margin-left: 5%;
  text-align: center;
  box-shadow: -1px 7px 5px -1px rgb(0 0 0 / 69%);
  -webkit-box-shadow: -1px 7px 5px -1px rgb(0 0 0 / 69%);
  -moz-box-shadow: -1px 7px 5px -1px rgba(0, 0, 0, 0.69);
}
.VerContBtn02:hover {
  background: transparent;
  color: #F90606;
  border: solid 2px #F90606;
  box-shadow: 1px 1px 5px 9px rgb(0 0 0 / 8%) inset;
  -webkit-box-shadow: 1px 1px 5px 9px rgb(0 0 0 / 8%) inset;
  -moz-box-shadow: 1px 1px 5px 9px rgba(0, 0, 0, 0.08) inset;
}
.VerContBtn02 a {
  text-align: center;
  color: #fff;
  font-size: 0.8rem;
}
.VerContBtn02 a:hover {
  text-decoration: none;
}
.VerContBtn01 a {
  text-align: center;
  color: #fff;
  font-size: 0.8rem;
}
.VerContBtn01 a:hover {
  text-decoration: none;
}
.VerCont {
  float: right;
  position: relative;
  margin-top: -1%;
  margin-bottom: -10%;
}
.BtnVerCont {
  background: #006743;
  margin-right: 2%;
}
ul.navbar-nav.ml-auto {
  position: relative;
  top: 20px;
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .1);
  background-color: #fff;
  position: relative;
  top: 25px;
  opacity: 0.3;
}
.navbar-light .navbar-toggler:focus {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .1);
  background-color: #ccc;
  position: relative;
  top: 25px;
}
.EnlMen {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 0.9em;
  color: #FFF;
}
.FrLogLogin {
  display: block;
  margin: 0 auto;
  padding: 3% 0 5%;
}
.FrLogLoginMvshub {
  display: block;
  margin: 0 auto;
  padding: 3% 0 2%;
}
.logDishMov {
  max-width: 70% !important;
  display: block;
  margin: 0 auto;
}
.SepHr {
  border: 0;
  height: 0;
  border-top: 1px solid #fff;
  width: 100%;
  margin-top: 15%;
}
.Steps {
  margin-left: 5%;
}
.DishMov p {
  margin-top: 5%;
  text-align: center;
  line-height: 20px;
}
.DM_LogParra {
  padding-left: 3%;
}
.BtnCerrSes img {
  width: 30px;
  text-decoration: none;
}
.BtnCerrSes {
  text-decoration: none;
  position: relative;
  float: right;
  top: -16px;
  padding: 5px 10px;
  font-size: 0.8rem;
  color: #F6921E !important;
}
.BtnCerrSes:hover {
  text-decoration: none;
  color: #6e6e6e;
}
.BtnCerrSes span {
  border-left: 1px dotted #6e6e6e;
  padding: 7px;
  color: #6e6e6e;
}
.poppins {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
.poppins-m {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.poppins-lg {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.5em;
}
.poppins-xb {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 1.75em;
  color: #fff !important;
}
.poppins-xb-app {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.20em;
  color: #fff !important;
  text-align: center;
  letter-spacing: 0.01rem;
}
.poppins-xb-h3 {
  font-weight: 300;
  font-size: 1.125em;
  color: #353535;
}
.poppins-r-h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 1.225em;
  text-align: left;
  color: #fff !important;
}
.poppins-r {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.225em;
  text-align: left;
  color: #fff !important;
}
.poppins-rw {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.225em;
  text-align: left;
  color: #000 !important;
}
.poppins-r-App {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.925em;
  text-align: center;
  color: #fff !important;
}
.poppins-xs {
  font-family: "Roboto", sans-serif;
  font-size: 0.925em;
  text-align: left;
  color: #c1c1c1 !important;
  font-weight: 300 !important;
}
.borAlert01 {
  color: #fff !important;
  padding: 12px;
  border-radius: 20px;
  background-color: #191919;
  text-align: left;
  margin: 0 1px 5%;
}
.AlinForm {
  padding: 0 3%;
  width: 100%;
}
.login-container .login-form .btn {
  width: 100%;
  line-height: 40px;
  font-weight: 400;
  padding: 4px;
  font-size: 22px;
  background:
    transparent linear-gradient(
      180deg,
      #F90606 0%,
      #CD0426 100%) 0 0 no-repeat padding-box;
  color: #FFF;
  border-radius: 50px;
  height: 3em;
  -webkit-box-shadow: -1px 7px 5px -1px rgb(0 0 0 / 69%);
}
.banner-info {
  display: none;
  width: 100%;
  background:
    linear-gradient(
      90deg,
      rgba(46, 31, 74, 1) 0%,
      rgba(61, 39, 111, 1) 100%);
  background-image: url(https://d58ohtx80p2sd.cloudfront.net/mvshub/login/back-banner.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  font-family: "Avenir Next LT Pro";
}
.banner-info .bann-txt p {
  font-family: "Avenir Next LT Pro";
  line-height: 30px;
  color: #fff;
  text-decoration: none;
}
.banner-info .bann-txt p:visited {
  text-decoration: none;
}
p.rojo {
  color: #F6921E !important;
}
.banner-info p {
  font-family: "Roboto", serif;
  font-weight: 300 !important;
}
.container-bann {
  padding: 6em 3em 4em;
}
.container-bann p {
  font-size: 17px;
  font-weight: 700;
}
.container-bann a {
  font-size: 28px;
  color: #F6921E;
  font-weight: 700;
}
.bann-txt {
  display: flex;
  padding: 0;
}
.bann-txt p {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 0.3em;
}
h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 0.875em;
}
.TxtPagExi {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}
.TxtRadioEdoCuent {
  position: relative;
  bottom: 19px;
  font-size: 0.9em;
  margin-left: 5px;
}
.roboto-text {
  font-size: 0.795em;
}
.roboto {
  font-family: "Roboto";
  font-weight: normal;
}
.roboto-m {
  font-family: "Roboto";
  font-weight: 500;
}
.roboto-l {
  font-family: "Roboto";
  font-weight: lighter;
}
.roboto-b {
  font-family: "Roboto";
  font-weight: bold;
}
.ConTit {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 0.95em;
  text-align: left;
  font-weight: 300;
  margin-bottom: 2px;
}
.PrecRes {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 0.95em;
  text-align: left;
  font-weight: 300;
}
.PrecRes-2 {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 1.15em;
  text-align: left;
  font-weight: 300;
  border-radius: 50px;
  border: 3px #F6921E solid;
  padding: 20px 0px 20px 20px;
  margin-left: -24px;
  margin-right: 22%;
}
.col-lg-8.col-md-9.col-sm-12.col-12.AA_activacion-amazon .mt-2 a {
  color: #fff;
}
.LegPagos {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 0.925em;
  color: #fff;
  margin-top: 5%;
}
.rojo {
  color: #F6921E;
}
.rojoDish {
  color: #D0202F;
}
.rojoDish span:nth-last-child(n) {
  font-weight: bold;
  color: #D0202F;
}
.rojo2 {
  color: #F87E08;
}
.EnPagEx {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-size: 0.925em;
  color: #353535;
  text-align: left;
}
.poppins-p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.75em;
}
.AA_pago-content .AA_activacion-amazon .mt-2 a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.85em;
  font-style: italic;
  text-align: left;
  color: #353535;
}
.AA_servicio-content.mr-2.pt-1.pl-1 {
  color: #000;
  font-weight: 500;
}
.mt-2 {
  font-family: "Roboto", sans-serif !important;
  font-weight: 200;
  font-size: 0.85em;
  text-align: left;
  color: #fff;
}
.TotRes {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.125em;
}
.ConTit01 {
  font-family: "Roboto", sans-serif;
  color: #B2B2B2;
  font-size: 0.95em;
  text-align: left;
  font-weight: 300;
  margin-bottom: 2px;
  font-style: italic;
}
.ConTit02 {
  font-family: "Roboto", sans-serif;
  color: #ffff;
  font-size: 0.95em;
  text-align: left;
  font-weight: 300;
  margin-bottom: 2px;
  font-style: italic;
}
.ConTit03 {
  font-family: "Roboto", sans-serif;
  color: #ffff;
  font-size: 0.80em;
  text-align: left;
  font-weight: 300;
  margin-bottom: 2px;
  font-style: italic;
}
.text-Tp {
  font-size: 1.45rem;
  font-weight: lighter !important;
}
.text-Tp-main {
  font-size: 1.85rem;
  font-weight: 300 !important;
  line-height: 40px;
}
.text-Tp-footer {
  font-size: 1.0rem;
  font-weight: lighter !important;
}
.logos-Tp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.foot-Tp {
  flex-wrap: wrap;
  justify-content: center;
}
.foot-TpEnlace a {
  font-weight: bold !important;
  color: #fff !important;
  text-decoration: underline !important;
}
.foot-TpEnlace a:hover {
  color: #F49131 !important;
}
.badge-red {
  padding: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.795em;
  background: rgb(241, 101, 34);
  background:
    transparent linear-gradient(
      0deg,
      rgba(241, 101, 34, 1) 0%,
      rgba(242, 108, 33, 1) 47%,
      rgba(246, 146, 30, 1) 100%);
  color: #FFF;
  border-radius: 30px;
  width: auto;
}
.labelTelmex {
  background-color: #3271A6;
  padding: 5px 15px 5px 15px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff;
  border-radius: 10px;
  position: relative;
  bottom: 10px;
  top: 10px;
}
.badge-orange {
  background: #F6921E;
}
.bell {
  float: right;
}
.boton-0 {
  border-radius: 2px;
  padding: 10px 60px;
}
.red-boton {
  background: rgb(241, 101, 34);
  background:
    transparent linear-gradient(
      0deg,
      rgba(241, 101, 34, 1) 0%,
      rgba(242, 108, 33, 1) 47%,
      rgba(246, 146, 30, 1) 100%) 0 0 no-repeat padding-box;
  color: #FFF;
  border-radius: 50px;
  height: 3em;
  font-size: 1.1em;
  border: none;
}
.red-boton:hover {
  background: transparent;
  color: #F90606;
  border: solid 2px #F90606;
  border-radius: 50px;
  height: 2em;
}
.red-boton01 {
  background: rgb(241, 101, 34);
  background:
    transparent linear-gradient(
      0deg,
      rgba(241, 101, 34, 1) 0%,
      rgba(242, 108, 33, 1) 47%,
      rgba(246, 146, 30, 1) 100%) 0 0 no-repeat padding-box;
  color: #FFF;
  border-radius: 50px;
  height: 2.5em;
  font-size: 1.0em;
  border: none;
  box-shadow: 1px 10px 9px -4px rgba(0, 0, 0, 0.72);
  -webkit-box-shadow: 1px 10px 9px -4px rgba(0, 0, 0, 0.72);
  -moz-box-shadow: 1px 10px 9px -4px rgba(0, 0, 0, 0.72);
}
.red-boton01:hover {
  background: #595E66;
  color: #A6A8AB !important;
  border-radius: 50px;
  height: 2.5em;
  font-size: 1.0em;
  border: none;
  box-shadow: 1px 10px 44px -1px rgba(0, 0, 0, 0.99) inset;
  -webkit-box-shadow: 1px 10px 44px -1px rgba(0, 0, 0, 0.99) inset;
  -moz-box-shadow: 1px 10px 44px -1px rgba(0, 0, 0, 0.99) inset;
}
.grey-boton {
  background-color: #323232;
  color: #FFF;
  border-radius: 50px;
  height: 3em;
  box-shadow: -1px 7px 5px -1px rgb(0 0 0 / 69%);
  -webkit-box-shadow: -1px 7px 5px -1px rgb(0 0 0 / 69%);
}
.grey-boton:hover {
  background-color: #262626;
  color: #F90606;
  border: solid 2px #F6921E;
  border-radius: 50px;
  height: 3em;
}
.red-contratar {
  background: transparent;
  color: rgb(241, 101, 34);
  border-radius: 50px;
  height: 3em;
  font-size: 0.8em;
  border: 1px solid rgb(241, 101, 34);
}
.red-contratar:hover {
  background: rgb(241, 101, 34);
  border-radius: 50px;
  height: 3em;
  color: #fff;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  border: 0;
  -webkit-text-fill-color: rgb(124, 124, 124);
  -webkit-box-shadow: 0 0 0 1000px rgba(63, 63, 63, 0.797) inset;
  transition: background-color 5000s ease-in-out 0s;
  color: #086DC4;
}
.InputClass {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 0.950em;
  position: relative;
  display: block;
  color: #fff;
  padding: 25px 0 10px;
  margin-bottom: 1.5rem;
}
.InputClass::after {
  content: " ";
  display: block;
  color: #F16522;
  font-size: 0.875em;
  padding-top: 5px;
}
.InputClass .InputClass-label {
  font-family: "Roboto";
  font-weight: 300;
  position: absolute;
  display: block;
  top: 20px;
  left: 0;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  pointer-events: none;
  cursor: text;
  font-size: 0.875em;
}
.InputClass input {
  padding: 10px 0;
  display: block;
  width: 100%;
  border: none;
  font-size: 0.875em;
  color: #fff;
  border-bottom: 1px solid #9494A6;
  outline: none;
  background-color: transparent;
}
.InputClass input:invalid {
  outline: none;
  box-shadow: none;
}
.InputClass input:focus ~ .InputClass-label,
.InputClass input:valid ~ .InputClass-label {
  top: 1px;
  font-size: 0.875em;
}
.InputClass input:focus {
  outline: none;
  color: #fff;
  padding-bottom: 8px;
  border-bottom-width: 3px;
  border-bottom-color: #F6921E;
}
.InputClass input:focus ~ .InputClass-label {
  font-size: 0.875em;
  font-weight: 100;
  color: #9494A6;
}
.InputPagoTarjeta input {
  width: 100%;
  font-size: 1.575em;
  color: #fff;
  border: 2px solid #B0B0B0;
  border-radius: 5px;
  background-color: #242424;
}
.InputPagoTarjeta img {
  max-width: 25px;
}
.InputPagobankaya img {
  max-width: 50px;
}
.p-viewer {
  float: right;
  margin-top: -30px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.fa-eye {
  color: #fff;
  font-size: 20px;
}
.progress {
  height: 0.5vmin;
  width: 60%;
  margin-top: -30px;
  background-color: #fff;
}
.progress-bar {
  width: 0;
  background-color: #F16522;
}
.group-2 {
  position: relative;
  margin-bottom: 5vmin;
}
.group-2 input {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 300px;
  border: none;
  border: 1px solid #9494A6;
}
.group-2 input:focus {
  outline: none;
}
.InputClass .Nota-Rappid {
  float: right;
  font-size: 0.8rem;
}
:root {
  --color-blue: #2699FB;
  --color-gray: #757575;
  --color-button: #fdffff;
  --color-grayy: #757575;
  --color-black: #25273B;
  --color-red: #F6921E;
}
.switch-button {
  display: inline-block;
}
.switch-button .switch-button__checkbox {
  display: none;
}
.switch-button .switch-button__label {
  background-color: var(--color-red);
  width: 2rem;
  height: 1rem;
  border-radius: 3rem;
  display: inline-block;
  position: relative;
  top: 6px;
}
.switch-button .switch-button__label:before {
  transition: 0.2s;
  display: block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: var(--color-button);
  content: "";
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px var(--color-grayy);
}
.switch-button .switch-button__checkbox:checked + .switch-button__label {
  background-color: var(--color-grayy);
}
.switch-button .switch-button__checkbox:checked + .switch-button__label:before {
  transform: translateX(1rem);
}
.SwitchClaLabel {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.75em;
  color: #1A1C2A;
  margin-right: 10px;
}
.SwitchClaInfo {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.75em;
  color: #1A1C2A;
  position: relative;
  top: -5px;
}
.check {
  display: inline-flex;
  cursor: pointer;
  position: relative;
}
.check-text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 0.85em;
  color: #fff;
  margin-left: 10px;
}
.check-text a {
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-decoration: none;
}
#check1,
#check6,
#check6Mob {
  height: 25px;
  width: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #34495E;
  border-radius: 4px;
  outline: none;
  transition-duration: 0.3s;
  background-color: white;
  cursor: pointer;
}
#check1:checked,
#check6:checked,
#check6Mob:checked {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  border: 0;
  background-color: #F77E0B;
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/242518/check-icn.svg);
  background-position: center;
  background-repeat: no-repeat;
}
#check1:checked::before,
#check6:checked::before,
#check6Mob:checked::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "";
  display: block;
  text-align: center;
  color: #dfe4ee;
  position: absolute;
  left: 0.1rem;
  right: 0.2rem;
  top: -0.1rem;
  bottom: 0.5rem;
}
#check-HotGo,
#checkEsen {
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #34495E;
  border-radius: 4px;
  outline: none;
  transition-duration: 0.3s;
  background-color: white;
  cursor: pointer;
}
#check-HotGo:checked,
#checkEsen:checked {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  border: 0;
  background-color: #F77E0B;
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/242518/check-icn.svg);
  background-position: center;
  background-repeat: no-repeat;
}
#check-HotGo:checked::before,
#checkEsen:checked::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "";
  display: block;
  text-align: center;
  color: #dfe4ee;
  position: absolute;
  left: 0.1rem;
  right: 0.2rem;
  top: -0.1rem;
  bottom: 0.5rem;
}
#checkNetflix {
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #34495E;
  border-radius: 4px;
  outline: none;
  transition-duration: 0.3s;
  background-color: white;
  cursor: pointer;
}
#checkNetflix:checked {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  border: 0;
  background-color: #F77E0B;
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/242518/check-icn.svg);
  background-position: center;
  background-repeat: no-repeat;
}
#checkNetflix:checked::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "";
  display: block;
  text-align: center;
  color: #dfe4ee;
  position: absolute;
  left: 0.1rem;
  right: 0.2rem;
  top: -0.1rem;
  bottom: 0.5rem;
}
#checkStream,
#checkStream2,
#checkStreamMob,
#checkStreamTier {
  height: 30px;
  width: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 2px solid #F6921E;
  border-radius: 5px;
  outline: none;
  transition-duration: 0.3s;
  background-color: white;
  cursor: pointer;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 33%);
  right: 1em;
}
#checkStream2:checked,
#checkStream:checked,
#checkStreamMob:checked,
#checkStreamTier:checked {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  border: 0;
  background-color: #F77E0B;
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/242518/check-icn.svg);
  background-position: center;
  background-repeat: no-repeat;
}
#checkStream2:checked::before,
#checkStream:checked::before,
#checkStreamMob:checked::before,
#checkStreamTier:checked::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "";
  display: block;
  text-align: center;
  color: #dfe4ee;
  position: absolute;
  left: 0.1rem;
  right: 0.2rem;
  top: -0.1rem;
  bottom: 0.5rem;
}
.radiopqtInput {
  display: none;
}
.radiopqt label {
  font-family: Arial, sans-serif;
  position: relative;
  border-radius: 5px;
  background-color: transparent;
  top: 20px;
  border: 2px solid #F6921E;
  width: 30px;
  height: 30px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.radiopqtInput:checked + span::before {
  font-family: Arial, sans-serif;
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid #F6921E;
  background-color: #F6921E;
  margin-top: 20px;
  z-index: 1;
  border-radius: 5px;
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/242518/check-icn.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.UltComp:checked + span::before {
  margin-top: 15px !important;
}
.pincode-input-text-masked {
  font-family: pincode-input-mask;
}
.pincode-input-container {
  display: inline-flex;
  width: 100%;
  height: 70px;
  margin: 3% 0;
}
.pincode-input-container input {
  width: 25%;
  background-color: transparent !important;
  border: 2px solid #B0B0B0;
  border-radius: 4px;
  margin: 0.3em;
  padding: 8px 0 4px;
}
.pincode-input-text {
  width: 40px;
  height: 40px;
  font-size: 18px;
}
.form-control.pincode-input-text,
.pincode-input-text {
  text-align: center;
  flex-grow: 1;
  font-size: 1.5rem;
  color: #fff;
}
.pincode-input-container.touch .form-control.pincode-input-text:focus,
.pincode-input-container.touch .pincode-input-text:focus {
  outline: none;
  border: 0;
  box-shadow: none;
}
.pincode-input-text.filled {
  caret-color: transparent;
}
.pincode-input-error {
  clear: both;
}
.pincode-input-container.touch .touchwrapper {
  position: relative;
  height: 100%;
  flex-grow: 1;
}
.pincode-input-container.touch .touchwrapper .pincode-input-text {
  display: block;
  background-color: transparent;
  background: transparent;
  text-align: initial;
  border: 0;
  padding-left: 0;
  overflow: visible;
  box-shadow: none;
  transition: none;
}
.pincode-input-container.touch .touchwrapper .pincode-input-text.noletterspacing {
  letter-spacing: 0 !important;
  visibility: hidden;
}
.pincode-input-container.touch .touch-flex {
  display: flex;
  align-items: stretch;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.pincode-input-container.touch .touch-flex-cell {
  flex-grow: 1;
  border: 1px solid #ced4da;
}
.modal-dialog .pincode-input-container.touch .pincode-input-text {
  z-index: 1042;
}
.modal-dialog .pincode-input-container.touch .touch-flex {
  z-index: 1041;
  pointer-events: none;
}
.text-registro {
  text-align: left;
  font: normal normal 300 14px/15px Roboto;
  letter-spacing: 0;
  color: #FFFFFF;
  padding: 0 5px 0 56px;
  margin-top: -30px;
  margin-bottom: 10px;
}
.text-registro > label {
  margin-top: 20px;
}
.text-registro strong {
  font-weight: 500;
}
.pincode-input-text {
  width: 65px !important;
}
label.Fr_InfoCod {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 100;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.group {
  position: relative;
  margin-bottom: 5vmin;
}
input {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 300px;
  border: none;
  border-bottom: 1px solid #9494A6;
}
input:focus {
  outline: none;
}
.panel-default > .panel-heading a[aria-expanded=true]:after {
  color: #ffffff;
}
.exp-tarjeta {
  position: relative;
  border: 1px solid #25273B;
  display: flex;
  width: 100%;
  justify-content: space-around;
  height: 50px;
  line-height: 40px;
  font-size: 24px;
  background-color: transparent;
}
.exp-tarjeta:hover {
  background-color: #ffff;
}
.exp-tarjeta:focus {
  background-color: #ffff;
}
.exp-tarjeta:after {
  content: "/";
  position: absolute;
  left: 50%;
  margin-left: -4px;
  color: #25273B;
}
.exp-tarjeta input.exp {
  float: left;
  border: 0;
  width: 50px;
  outline: none;
  appearance: none;
  font-size: 1.0rem;
  padding-top: 11%;
  background-color: transparent;
}
.form-control {
  display: block;
  height: 50px;
  width: 130px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background: transparent;
  background-clip: padding-box;
  border: 1px solid #D3D5D9;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.TitFechExp label {
  font-family: "Roboto", sans-serif;
  font-size: 0.875em;
  color: #000000;
}
.TitCVV label {
  font-family: "Roboto", sans-serif;
  font-size: 0.875em;
  color: #000000;
}
.metPago {
  background-color: #242424;
  border-radius: 10px;
  border: dotted 1px rgb(82, 82, 82);
  color: #fff;
}
.border-bottom-dotted {
  border-bottom: dotted 1px #1A1C2A;
}
.border-bottom-dotted01 {
  border-bottom: dotted 1px rgb(82, 82, 82);
}
.border-bottom-dotted02 {
  border-bottom: dotted 1px rgb(82, 82, 82);
  max-width: 800px;
  margin: 0 auto;
}
.StLineAv {
  height: 10px;
  border: 0;
  box-shadow: 0 10px 10px -10px #1d1d1d inset;
}
.line-hr-modal {
  width: 80px;
  height: 1px;
  background-color: red;
}
.border-bottom-dottedPefect {
  border-bottom: solid 1px #F5921E;
}
.mi-cuenta {
  margin-top: 5%;
}
.mi-cuenta-lugares {
  margin-top: 5%;
  width: 100%;
  margin-left: 5px;
}
.Input-cuenta {
  background-color: #060606;
  border-radius: 30px;
  box-shadow: 0 3px 6px #0200002C;
  opacity: 1;
}
.container-nfl {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: auto;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
  display: none;
  border: 2px solid #F77E0C;
}
.promo-div-nfl {
  background-image: url(https://d31nz91qboyide.cloudfront.net/mvshub/nfl/banner_.png);
  background-size: cover;
  background-position: center;
  color: white;
  position: relative;
  padding: 20px;
  height: 150px;
}
.close-btn-nfl {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: transparent;
  color: white;
  font-size: 24px;
  cursor: pointer;
}
.check-area-nfl {
  background-color: #F77E0C;
  color: white;
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .container-promo {
    display: block;
  }
  .container-nfl {
    display: block;
  }
}
.panel-default-cuenta > .panel-heading-cuenta a[aria-expanded=true]:after {
  color: #ffffff;
}
.panel-default-cuenta > .panel-heading-cuenta a {
  font-weight: 600;
  font-size: 0.875em;
}
.panel-default-cuenta > .panel-heading-cuenta {
  color: #333;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.panel-default-cuenta > .panel-heading-cuenta a {
  display: block;
  padding: 20px 30px;
  color: #fff;
  font-weight: bolder;
}
.panel-default-cuenta > .panel-heading-cuenta .paquete-actual {
  display: block;
  padding: 20px 40px;
  color: #fff;
  font-weight: bolder;
}
.panel-default-cuenta > .panel-heading-cuenta a::after {
  color: #F49131;
}
.panel-default-cuenta > .panel-heading-cuenta a:after {
  content: "";
  position: relative;
  top: 1px;
  display: block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 1.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
}
.panel-default-cuenta > .panel-heading-cuenta a[aria-expanded=true] {
  background:
    transparent linear-gradient(
      203deg,
      #F6921E 0%,
      #F16522 100%) 0 0 no-repeat padding-box;
  border-radius: 30px 30px 0 0;
  margin-left: -15px;
}
.panel-default-cuenta > .panel-heading-cuenta a[aria-expanded=false] > span {
  color: #F49131;
}
.panel-default-cuenta > .panel-heading-cuenta a[aria-expanded=false] > span.MetFaqTitle {
  color: #ffffff !important;
}
.panel-default-cuenta > .panel-heading-cuenta a[aria-expanded=true] > span {
  color: #000;
}
.PadInt > .panel-default-cuenta > .panel-heading-cue.panel-default-cuenta a[aria-expanded=true] > span {
  color: #fff;
}
.panel-default-cuenta > .panel-heading-cue.panel-default-cuenta a[aria-expanded=true] > .MetFaqTitle {
  color: #fff;
}
.panel-default-cuenta > .panel-heading-cue.panel-default-cuenta a[aria-expanded=true]:nth-child(n) {
  color: #fff;
}
.panel-default-cuenta > .panel-heading-cue.panel-default-cuenta > .TitCuenta a[aria-expanded=true] {
  background:
    transparent linear-gradient(
      0deg,
      rgba(241, 101, 34, 1) 0%,
      rgba(242, 108, 33, 1) 47%,
      rgba(246, 146, 30, 1) 100%) 0 0 no-repeat padding-box;
  color: #fff;
}
.panel-default-cuenta > .panel-heading-cue.panel-default-cuenta > .sinback a[aria-expanded=true] {
  background-color: transparent;
}
.panel-default-cuenta > .panel-heading-cuenta a[aria-expanded=true]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.panel-default-cuenta > .panel-heading-cuenta a[aria-expanded=false]:after {
  content: "+";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.alto-completo {
  background: rgb(241, 101, 34);
  background:
    transparent linear-gradient(
      203deg,
      #F6921E 0%,
      #F16522 100%) 0 0 no-repeat padding-box;
  border-radius: 15px;
  padding: 20px;
  height: 460px;
  border: transparent;
  -webkit-box-shadow: 0 3px 9px 2px rgba(0, 0, 0, 0.33);
  box-shadow: 0 3px 9px 2px rgba(0, 0, 0, 0.33);
}
.btn-vincula {
  background-color: #F6921E;
  border: 1px solid #F6921E;
  color: white;
  font-weight: normal;
  border-radius: 50px;
  width: 70%;
  text-align: center;
}
.btn-paquetes {
  background: rgb(160, 162, 165);
  background:
    linear-gradient(
      0deg,
      rgba(160, 162, 165, 1) 0%,
      rgba(240, 240, 240, 1) 51%,
      rgba(255, 255, 255, 1) 100%);
  border: transparent;
  border-radius: 50px;
  -webkit-box-shadow: 0 3px 9px 2px rgba(0, 0, 0, 0.33);
  box-shadow: 0 3px 9px 2px rgba(0, 0, 0, 0.33);
  width: 70%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.0rem;
  font-weight: 500;
  color: #000 !important;
}
.vencido {
  filter: grayscale();
  opacity: 0.5;
}
.botton-mi-cunta {
  background: rgb(160, 162, 165);
  background:
    transparent linear-gradient(
      180deg,
      #FFFFFF 0%,
      #F0F0F0 56%,
      #A3A6A8 97%,
      #A0A2A5 100%) 0 0 no-repeat padding-box;
  border: transparent;
  -webkit-box-shadow: 0 3px 9px 2px rgba(0, 0, 0, 0.33);
  box-shadow: 0 3px 6px #00000029;
  border-radius: 30px;
  opacity: 1;
  padding: 5px 15px;
  text-align: left;
  font: normal normal medium 15px/30px Roboto;
  letter-spacing: 0;
  color: #000000;
  opacity: 1;
  cursor: pointer;
}
.card-collapse {
  padding: 10px;
}
.pqt_venc {
  background: rgb(246, 146, 30);
  background:
    linear-gradient(
      180deg,
      rgba(246, 146, 30, 1) 0%,
      rgba(246, 146, 30, 1) 73%,
      rgba(241, 101, 34, 1) 100%);
  border-radius: 15px;
  padding: 0 2%;
  margin-bottom: 5%;
}
.est_ofert {
  background: rgb(246, 146, 30);
  background:
    linear-gradient(
      180deg,
      rgba(246, 146, 30, 1) 0%,
      rgba(246, 146, 30, 1) 73%,
      rgba(241, 101, 34, 1) 100%);
  border-radius: 15px;
  padding: 0 2%;
  margin-bottom: 2%;
}
.hotgoBack {
  background: #180205;
  color: #FFF;
  max-width: 796px;
  min-width: 710px;
}
.f-hotgoTitle {
  font-size: 21px;
  font-weight: bold;
}
.f-hotgoSubTitle {
  font-size: 16px;
  font-weight: 600;
}
.f-hotgoAlert {
  font-size: 14px;
  line-height: 1.3;
}
.border-hotgo {
  border-right: 1px dashed rgba(255, 255, 255, 0.144);
}
.container-promo {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: auto;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
  display: none;
}
.promo-div-hotgo {
  background-image: url(https://d31nz91qboyide.cloudfront.net/mvshub/thankyoupage/hotgo_promo.webp);
  background-size: cover;
  background-position: center;
  color: white;
  position: relative;
  padding: 20px;
}
.close-btn-hotgo {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: transparent;
  color: white;
  font-size: 24px;
  cursor: pointer;
}
.discount-text {
  font-size: 14px;
  width: 60%;
  margin-bottom: 40px;
  text-align: left;
}
.hotgo-logo {
  position: absolute;
  bottom: 15px;
  left: 20px;
  width: 95px;
}
.check-area-hotgo {
  background-color: black;
  color: white;
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
}
.check-area-hotgo label {
  margin-right: 10px;
  font-size: 0.8em;
  color: white;
}
.check-area-hotgo input[type=checkbox] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background: white;
  border: 2px solid #f6921e;
  border-radius: 4px;
  position: relative;
  outline: none;
  margin: 0;
}
.check-area-hotgo label {
  margin-right: 10px;
  font-size: 0.8em;
  color: white;
}
.check-area-hotgo input[type=checkbox] {
  width: 24px;
  height: 24px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background: white;
  border: 2px solid orange;
  border-radius: 4px;
  position: relative;
  outline: none;
}
.check-area-hotgo input[type=checkbox]:checked {
  background: #f6921e;
}
.check-area-hotgo input[type=checkbox]:checked:after {
  content: "\2713";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 14px;
}
.check-area-hotgo input[type=checkbox]:hover {
  border-color: #f6921e;
}
.check-area-hotgo input[type=checkbox]:focus {
  box-shadow: 0 0 0 3px rgba(255, 165, 0, 0.5);
}
.container-nfl {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: auto;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
  display: none;
  border: 2px solid #F77E0C;
}
.promo-div-nfl {
  background-image: url(https://d31nz91qboyide.cloudfront.net/mvshub/nfl/banner_.png);
  background-size: cover;
  background-position: 100% 10%;
  color: white;
  position: relative;
  padding: 20px;
  height: 150px;
}
.close-btn-nfl {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: transparent;
  color: white;
  font-size: 24px;
  cursor: pointer;
}
.check-area-nfl {
  background-color: #F77E0C;
  color: white;
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 10px;
}
.check-area-nfl p {
  font-size: 0.9rem;
  margin: 5px 0 0;
  line-height: 18px;
}
.ban-title-sushi {
  font-size: 1.65em !important;
}
.ban-title-dazn {
  font-size: 1.65em;
  margin-left: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .container-promo {
    display: block;
  }
  .container-nfl {
    display: block;
  }
}
@media (max-width: 767px) {
  .custom-alert {
    background-color: white;
    color: black;
    padding: 0.75rem 1.25rem;
    position: relative;
    border-radius: 0.25rem;
    max-width: 90%;
    margin: 0 auto;
    width: auto;
    border: 1px solid #482E72;
    display: block;
  }
  .custom-close {
    position: absolute;
    top: -10px;
    right: 0;
    padding: 0.75rem;
    color: black;
    z-index: 2;
    background-color: transparent;
    border: none;
  }
  .custom-close span {
    font-size: 1.5rem;
  }
  .row.no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .col-10 {
    padding-right: 0;
  }
  .col-2 {
    padding-left: 0;
  }
  .alert p {
    font-size: 0.875rem;
  }
  .d-flex {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .custom-checkbox {
    width: 25px;
    height: 25px;
    accent-color: #F58E21;
  }
}
@media (min-width: 768px) {
  .custom-alert {
    display: none;
  }
}
.notifimodal {
  background-color: #000000;
  border: solid 1px #707070;
  border-top: solid 3px #fff;
  position: absolute;
  top: 55px;
  left: 30px;
  z-index: 9999;
  padding: 0 0 0 5%;
  box-shadow: 0 2px 5px 4px rgba(0, 0, 0, 0.47);
  -webkit-box-shadow: 0 2px 5px 4px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0 2px 5px 4px rgba(0, 0, 0, 0.47);
}
.notifimodal::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 11px;
  border-bottom: 20px solid #e4e4e4;
  border-top-color: inherit;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.scrollzise {
  padding: 0 5% 0 0;
  overflow-y: scroll;
  max-height: 400px;
  margin-right: 0;
}
.scrollzise::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.scrollzise::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.scrollzise::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #555;
}
.notifica,
table,
td,
tr {
  background-color: transparent !important;
  border-top: transparent !important;
  border-left: transparent !important;
  border-right: transparent !important;
  border-bottom: transparent !important;
}
.notifica,
table,
tr {
  border-bottom: dotted 1px #9494A6 !important;
}
td.notificaImg {
  width: 80px;
  height: auto;
  vertical-align: middle;
}
.notificaTitle {
  text-align: left;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
}
.notificaHotgo {
  text-align: left;
  font-size: 21px;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
}
.notificaDescrip {
  text-align: left;
  font-size: 12px;
  color: #fff;
}
.notificaDescripHotgo {
  text-align: left;
  font-size: 16px;
  color: #fff;
}
.animain {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.est_ofert01 {
  background: rgb(255, 255, 255);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(201, 201, 201, 1) 73%,
      rgba(147, 147, 147, 1) 100%);
  padding: 5px 2%;
  box-shadow: -1px 2px 16px 2px rgba(0, 0, 0, 0.23) inset;
  -webkit-box-shadow: -1px 2px 16px 2px rgba(0, 0, 0, 0.23) inset;
  -moz-box-shadow: -1px 2px 16px 2px rgba(0, 0, 0, 0.23) inset;
}
.est_ofert01 p {
  color: #595E66;
  font-size: 0.9rem;
  font-weight: 300;
}
.TitAlert {
  font-weight: bold;
  font-size: 1.0rem;
}
.TitAlertBold {
  font-weight: bold;
}
.TitAlertPreAnt {
  text-decoration: line-through;
}
.TitAlertCana {
  float: right;
  color: #333333;
  font-size: 0.7rem;
  font-weight: 400;
  background-color: #B5B5B5;
  border-radius: 20px;
  padding: 1%;
  box-shadow: 1px 1px 4px -2px rgba(0, 0, 0, 0.63) inset;
  -webkit-box-shadow: 1px 1px 4px -2px rgba(0, 0, 0, 0.63) inset;
  -moz-box-shadow: 1px 1px 4px -2px rgba(0, 0, 0, 0.63) inset;
}
.TitAlertCana:hover {
  color: #000;
}
.MiCuenRec {
  list-style: none;
}
.MiCuenRec li {
  border-bottom: dotted 1px #9494A6;
}
.MiCuenRec li h3 {
  font-size: 0.9rem;
}
.MiCuenRecPqt {
  font-weight: 500;
  border-left: 1px solid #5B5B66;
  padding-left: 5px;
}
.MiCuenRecBtn {
  background:
    linear-gradient(
      0deg,
      rgba(160, 162, 165, 1) 0%,
      rgba(240, 240, 240, 1) 51%,
      rgba(255, 255, 255, 1) 100%);
  border: transparent;
  -webkit-box-shadow: 0 3px 9px 2px rgb(0 0 0 / 33%);
  box-shadow: 0 3px 9px 2px rgb(0 0 0 / 33%);
}
.sinback > a.current_pqt {
  font-size: 1.2rem !important;
  text-decoration: none;
}
.pqt_venc01 {
  background: rgb(255, 255, 255);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(201, 201, 201, 1) 73%,
      rgba(147, 147, 147, 1) 100%);
  padding: 2%;
  box-shadow: -1px 2px 16px 2px rgba(0, 0, 0, 0.23) inset;
  -webkit-box-shadow: -1px 2px 16px 2px rgba(0, 0, 0, 0.23) inset;
  -moz-box-shadow: -1px 2px 16px 2px rgba(0, 0, 0, 0.23) inset;
}
.pqt_venc01 p {
  color: #595E66;
  font-size: 0.9rem;
  font-weight: 300;
}
.pqt_venc::after {
  content: "";
  display: inline-block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #848484;
  position: absolute;
  margin-left: 2%;
}
.TitCuenta {
  font-size: 1em;
}
p.poppins-red.DB_dishPrice-text-m {
  font-size: 1.2rem;
}
.vigencia {
  font-size: 0.8rem;
  position: absolute;
  right: 5px;
  font-weight: normal;
  font-style: italic;
}
.vigenciapqt {
  font-size: 0.7rem;
  font-weight: normal;
  font-style: italic;
}
.table_UltComp th {
  border-top: none;
  font-weight: 100;
  border-right: 5px solid #1f1f1f;
  background-color: #242424;
}
.table_UltCompData {
  height: 400px;
}
.table_UltCompData tr {
  font-size: 0.8rem;
  text-align: left;
  font-weight: 300;
}
.table_UltCompData .radiopqt label {
  margin: 1.3em 0;
}
.table_UltCompData .fechContra {
  margin: 1.5em 2em;
}
.text_UltComp {
  font-size: 0.8rem;
  font-style: italic;
  font-weight: 200;
}
.text_linkUltComp {
  font-size: 0.8rem;
  font-weight: 300;
  background: transparent;
  color: #ffff;
  border: solid 2px #c7c7c7;
  border-radius: 50px;
  box-shadow: 1px 1px 5px 9px rgb(0 0 0 / 8%) inset;
  -webkit-box-shadow: 1px 1px 5px 9px rgb(0 0 0 / 8%) inset;
  -moz-box-shadow: 1px 1px 5px 9px rgba(0, 0, 0, 0.08) inset;
  background-color: #212529;
  padding: 3%;
}
.text_linkUltComp:hover {
  color: #F49131;
  border: solid 2px #F49131;
  text-decoration: none;
}
.modalCanLive {
  text-align: center;
  font-size: 0.8rem;
}
.modalCanLive a {
  color: #fff;
  text-decoration: none;
}
.modalCanLive a:hover {
  color: #fff;
  text-decoration: underline;
  border-radius: 10px;
}
button.close {
  left: -30px;
  top: -10px;
}
.close {
  float: right;
  font-size: 2.5rem;
  font-weight: lighter;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}
.close-recContrasena {
  margin: 0 20em -2em 0;
  opacity: 1;
}
.content-tv {
  width: 5em;
  height: 3em;
}
.text-datitos {
  font-size: 0.7rem;
}
.modal-border {
  border-radius: 2em;
}
.modal-border-bottom {
  border-radius: 0 0 2em 2em;
}
.modalvincular {
  background-color: #fff;
}
.poppins-xb-h3 a {
  color: #353535;
  text-decoration: underline;
}
.valid-condition {
  animation: changeColorValid 3s infinite;
}
.invalid-condition {
  animation: changeColorInvalid 3s infinite;
}
.valid-conditionModal {
  animation: changeColorValidModal 3s infinite;
}
.invalid-conditionModal {
  animation: changeColorInvalidModal 3s infinite;
}
@keyframes changeColorInvalid {
  0% {
    color: rgb(255, 255, 255);
  }
  50% {
    color: #FFEC5C;
  }
  100% {
    color: rgb(255, 255, 255);
  }
}
.small,
small {
  font-size: 0.84rem !important;
}
@keyframes changeColorInvalidModal {
  0% {
    color: rgb(255, 255, 255);
  }
  50% {
    color: #336600;
  }
  100% {
    color: rgb(255, 255, 255);
  }
}
.small,
small {
  font-size: 0.84rem !important;
}
.BackLugPago {
  background-color: #fff;
  background: #fff;
}
.altoPlat {
  height: 545px;
}
.TitBackLugPago {
  font-weight: 400;
  font-size: 1.25rem;
  color: #000;
}
.IntBackLugPago {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #000;
}
.DescLugPago {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 0.85em;
  color: #000;
}
.HrLugPag {
  background-color: #F6921E;
  padding: 0;
  width: 20%;
  margin-top: 0;
}
.BackLugPago ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.BackLugPago ul li {
  padding: 1px;
  display: inline-block;
}
.BackLugPago ul li img {
  border: 1px solid #ccc;
  border-radius: 5px;
}
.ScrollModal {
  max-height: 50vh;
  overflow-y: scroll;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #F0F0F0;
  border-radius: 2px;
}
::-webkit-scrollbar-thumb {
  background:
    transparent linear-gradient(
      0deg,
      rgba(241, 101, 34, 1) 0%,
      rgba(242, 108, 33, 1) 47%,
      rgba(246, 146, 30, 1) 100%) 0 0 no-repeat padding-box;
}
.TitBack {
  width: 100%;
  background: rgb(241, 101, 34);
  background:
    transparent linear-gradient(
      60deg,
      rgba(241, 101, 34, 1) 0%,
      rgba(242, 108, 33, 1) 57%,
      rgba(246, 146, 30, 1) 100%) 0 0 no-repeat padding-box;
  border-radius: 10px;
}
.TitBack .TitBackLugPago {
  padding: 10px 5px;
  margin-left: 5px;
  font-size: 1.2rem;
}
.ScrollModalInfPqt {
  max-height: 29vh;
  overflow-y: scroll;
}
.BackImgStream01 {
  background-image: url(https://d58ohtx80p2sd.cloudfront.net/dish-plus/img_black/paquetes/img_streaming/stream01.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 5%;
  background-position: center;
}
.BackImgStream02 {
  background-image: url(https://d58ohtx80p2sd.cloudfront.net/dish-plus/img_black/paquetes/img_streaming/stream02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 5%;
  background-position: center;
}
.BackImgContratar01 {
  width: 100%;
  height: 180px;
  background-image: url(https://d58ohtx80p2sd.cloudfront.net/dish-plus/img_black/img-modal/info-contratar/img-modal1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.BackImgContratar02 {
  width: 100%;
  height: 180px;
  background-image: url(https://d58ohtx80p2sd.cloudfront.net/dish-plus/img_black/img-modal/info-contratar/img-modal2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.no-gutter {
  padding-right: 0;
}
.no-gutter02 {
  margin-right: 0;
}
.fs-20 {
  font-size: 20px;
}
.bg-grey {
  background: #f4f4f4;
}
.rounded-btm {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.headerModalHot {
  width: 100%;
  background: #281C38;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.promoPackTitle {
  font-size: 22px;
  color: #000;
}
.subT-modalHot {
  color: #F39231;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 3em 0.5em;
}
.bg-PromoPlatform {
  background-color: #281C38;
  border-radius: 10px;
}
.bg-PromoPlatform h4 a {
  color: #F39231;
}
.bg-PromoPlatform p {
  color: #fff;
}
.triangulo {
  width: 0;
  height: 0;
  border-top: 12px solid #281C38;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 0 solid transparent;
}
.BackPlat {
  background: rgb(55, 55, 55);
  background:
    linear-gradient(
      332deg,
      rgba(55, 55, 55, 1) 0%,
      rgba(0, 0, 0, 1) 100%);
  padding-top: 0;
}
.BackPlat99 {
  background-image: url(https://d58ohtx80p2sd.cloudfront.net/dish-plus/modales-micuenta/back99.jpg);
  background-size: cover;
}
.Pre99modal {
  max-width: 100%;
}
.BackPack99dth {
  background: rgb(151, 4, 15);
  background: -moz-linear-gradient(0deg, rgba(151, 4, 15, 1) 0%, rgba(130, 3, 13, 1) 50%, rgba(151, 4, 15, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(151, 4, 15, 1) 0%, rgba(130, 3, 13, 1) 50%, rgba(151, 4, 15, 1) 100%);
  background:
    linear-gradient(
      0deg,
      rgba(151, 4, 15, 1) 0%,
      rgba(130, 3, 13, 1) 50%,
      rgba(151, 4, 15, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= "#97040f", endColorstr="#97040f", GradientType=1);
}
.colorModal99dth {
  color: #FFFED8;
}
.colorModal99dth a {
  color: #FFFED8;
}
.textModal99dth {
  font-size: 1.3rem;
  margin-bottom: 5px !important;
}
.callModal99dth {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 52%, rgba(160, 162, 165, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 52%, rgba(160, 162, 165, 1) 100%);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(240, 240, 240, 1) 52%,
      rgba(160, 162, 165, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= "#ffffff", endColorstr="#a0a2a5", GradientType=1);
}
.callModal99dth ul {
  list-style: none;
  margin-left: 5%;
  margin-top: 5%;
}
.callModal99dth ul li {
  display: inline-block;
}
.callModal99dth ul li a {
  color: #4B2F91;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.6rem;
}
.BackPlatTitle {
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background: rgb(254, 254, 254);
  background:
    linear-gradient(
      180deg,
      rgba(254, 254, 254, 1) 0%,
      rgba(233, 233, 239, 1) 100%);
  height: 50px;
  padding-top: 2%;
}
.BackPlatTitle img {
  display: block;
  margin: 0 auto;
}
.BackPlatTitle .foxsports {
  display: block;
  margin: 0 auto;
  width: 65px;
}
.InfoPlatImg {
  margin: 0;
  padding: 0;
}
.InfoPlatImg img {
  width: 100%;
  height: auto;
}
.InfoPlatBull {
  color: #fff;
  padding-top: 3%;
}
.InfoPlatBull ul {
  list-style: none;
  padding-left: 0;
  padding-top: 0;
  margin-bottom: 0;
}
.InfoPlatBull ul li {
  font-size: 0.75em;
  text-align: left;
}
.footer {
  font-family: "Roboto", sans-serif;
  width: 100%;
  height: auto;
  background-color: #F5F7FB;
  padding: 2%;
  bottom: 0;
}
.footer h6 {
  font-weight: 400;
  font-size: 1.0rem;
  color: #000000;
}
.footer ul {
  list-style: none;
}
.footer ul li a {
  font-weight: 300;
  font-size: 0.8rem;
  color: #000000;
  text-decoration: none;
}
.footer .LogFoot {
  display: block;
  margin: 0 auto;
  padding: 1%;
  width: 150px;
}
.ContEst {
  list-style: none;
  padding-left: 0;
}
.ContEst input {
  width: 100%;
}
.ContEst li {
  display: inline-block;
}
.TitleRefPago {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.2em;
  color: #fff;
}
.TitleRefPagoCont {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.85em;
  color: #fff;
  margin-top: 5%;
}
.TitleRefPagoCont a {
  color: #F6921E;
}
.SbTitle {
  text-align: left;
  margin-bottom: 10%;
}
.PagExTit {
  margin-left: 15px;
  padding-bottom: 2%;
  text-align: left;
}
.fixed {
  position: fixed;
  top: 0;
}
.contacto-content,
.notevayas-content,
.quierocancelar-content {
  padding: 10vmin 0;
}
.dispositivos-container {
  padding-top: 10vmin;
}
.Wap {
  background-image: url(https://d58ohtx80p2sd.cloudfront.net/dish-plus/img_black/whatsapp/whatsapp.png);
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Wap h4 {
  font-size: 1.8rem;
  color: #fff;
  margin-left: 15px;
  text-decoration: none;
  margin-bottom: 0;
}
.Wap p {
  font-size: 1.2rem;
  color: #fff;
  margin-left: 15px;
  text-decoration: none;
  margin-top: 0;
}
.WapFooter {
  display: inline-block;
}
.WapFooter img {
  position: absolute;
  top: 0;
}
.WapFooter p {
  padding-left: 35px;
  font-size: 0.9rem;
}
.WapFooter p a {
  font-size: 0.89rem !important;
  font-weight: 400 !important;
}
.tooltip-inner {
  max-width: 250px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: left;
  background-color: #000;
  border-radius: 0.25rem;
}
.tooltip.info .tooltip-inner {
  background-color: #000;
}
.tooltip.bancaya .tooltip-inner {
  background: rgb(253, 88, 23);
  background: -moz-linear-gradient(0deg, rgba(253, 88, 23, 1) 0%, rgba(251, 58, 49, 1) 50%, rgba(250, 39, 66, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(253, 88, 23, 1) 0%, rgba(251, 58, 49, 1) 50%, rgba(250, 39, 66, 1) 100%);
  background:
    linear-gradient(
      0deg,
      rgba(253, 88, 23, 1) 0%,
      rgba(251, 58, 49, 1) 50%,
      rgba(250, 39, 66, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= "#fd5817", endColorstr="#fa2742", GradientType=1);
}
.tooltip.rappi .tooltip-inner {
  background-color: #5757FF;
}
.ModalInfo {
  background-color: #242424;
}
.legales {
  font-family: 0.9rem;
  text-align: justify;
  line-height: normal;
  color: #2699FB;
  padding: 0 5%;
}
.canvas_div_pdf {
  display: block;
}
.PadInt {
  padding-left: 2%;
}
.PadInt02 {
  padding: 3% 3% 0;
}
.Fr_Content {
  padding: 0;
}
.Fr_Content p {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  color: #fff;
}
.Fr_Content img {
  width: 263px;
  height: auto;
}
.Fr_CodeInfo {
  color: #F6921E;
  padding: 0;
}
.Fr_CodeInfoValida a {
  color: #F6921E;
  padding: 0 10px;
  font-weight: 400;
  margin-left: 0;
  padding-left: 0;
}
.OpcionesValida .Fr_ImgInfo {
  max-width: 20px !important;
}
.InputClass img {
  width: 20px;
  height: auto;
}
.Fr_TitleLog {
  font-size: 1.0rem;
  color: #2699FB;
  line-height: normal;
}
.Fr_RecuerdaContra {
  font-size: 0.9rem;
  color: #2699FB;
  text-align: right !important;
}
.Fr_RecuperaContra a {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 0.79rem;
  color: #DDDDDD;
  text-decoration: underline;
  font-weight: 300;
}
.Fr_CreCuent {
  margin-top: 9%;
  text-align: center;
}
.Fr_CreCuent a {
  color: #F6921E !important;
  text-decoration: none !important;
}
.Fr_ModLogDishPlus {
  display: inline-block;
  margin: 0 auto;
}
.Fr_Bullet_Title {
  float: left;
  margin-right: 10px;
}
.Fr_Title {
  font-size: 1.0rem;
  color: #353535;
}
.FrHrTitle {
  border: 0;
  border-top: 1px dotted #8c8c8c;
  border-bottom: 1px dotted #1A1C2A;
}
.txt_leg {
  font-size: 0.86rem;
  color: #353535;
}
.Fr_InfoCod {
  font-family: "Roboto", sans-serif !important;
  font-size: 100;
  font-size: 1.2em !important;
  top: -53px !important;
  color: #fff;
}
.Fr_InfoCodrojo {
  color: #F6921E;
}
.Fr_title-content {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 1rem;
}
i.far.fa-check-circle.p-1 {
  font-size: 1.4em;
}
.Fr_AvatMiCuent {
  max-width: 70px;
}
.Fr_NameAvatMiCuent {
  font-size: 0.88rem !important;
  font-weight: 400 !important;
}
.TitReg {
  padding-left: 3%;
  margin-top: 5%;
  width: 100%;
}
.AA_form-suscriptor {
  background:
    transparent linear-gradient(
      90deg,
      #FFFFFF 0%,
      #B6C1D7 99%) 0 0 no-repeat padding-box;
  border-radius: 25px;
  border: none;
}
.AA_form-suscriptor label {
  font-size: 12px;
  margin-bottom: 0;
}
.AA_suscriptor {
  border-radius: 25px;
}
.AA_send-code {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  color: #fff;
  font-style: italic;
  text-decoration: none;
  font-size: 0.9rem;
}
.AA_send-code:hover {
  color: #fff;
}
.text-danger {
  color: #ffffff !important;
}
.text-danger-white {
  color: #F6921E !important;
}
.AA_content-code {
  margin-top: 12vmin;
}
.AA_content-code-telmex {
  margin-top: 6vmin;
}
form.AA_content-code .Fr_InfoCod {
  color: #fff;
  font-weight: 100;
}
.AA_check {
  margin-bottom: 1%;
}
.AA_check.row {
  display: flex;
  flex-wrap: wrap;
}
.AA_check.row > .col {
  flex: 0 0 100%;
  max-width: 100%;
}
input {
  background-color: transparent;
  width: 100%;
}
.AA_content-modal {
  border-radius: 14px;
}
.AA_title-ingresar {
  margin-top: 5%;
}
.AA_recuerda-contra {
  padding: 0 0 0 2vmin;
}
.AA_recuerda-contra p {
  font-size: 0.6rem;
  margin-bottom: 0;
}
.AA_code-send {
  top: -53px;
  color: #353535;
  font-size: 2rem;
}
.AA_mail-red {
  color: #F90606;
  font-weight: normal;
  font-size: 16px;
}
.poppins-rEdo {
  color: #000;
}
a.btn.btn-download {
  background-color: #F90606;
  color: #fff;
}
.modal-dialogPqt {
  max-width: 800px;
}
.AA_cuenta-content {
  color: #353535;
}
.AA_title-content {
  margin-left: 1vmin;
}
.AA_title-content-Edo-Cuenta {
  margin-left: 1vmin;
  color: #000;
}
.AA_info-mensualidad p {
  margin-bottom: 0;
}
.AA_estados-content {
  margin-top: 13vmin;
}
.AA_tabla-cuenta {
  text-align: center;
}
.AA_tabla-cuenta thead th {
  background-color: transparent;
  border-bottom: none;
  border-top: none;
  font-weight: normal;
}
.AA_tabla-cuenta tbody td {
  background-color: white;
  border-bottom: none;
  border-top: none;
  border-right: 1px solid #086DC4;
  font-weight: normal;
}
.AA_tabla-cuenta tbody td:last-child {
  border-right: none;
}
.AA_table-content {
  margin-bottom: 30vmin;
}
.AA_infopack {
  padding-bottom: 2%;
}
.AA_detalle-pack.pqt01 {
  background-color: #99185E;
  height: fit-content;
  text-align: center;
  border-top-left-radius: 12px;
}
.AA_detalle-pack.pqt02 {
  background-color: #6A258F;
  height: fit-content;
  text-align: center;
  border-top-left-radius: 12px;
}
.AA_detalle-pack.pqt03 {
  background-color: #2537D4;
  height: fit-content;
  text-align: center;
  border-top-left-radius: 12px;
}
.AA_detalle-pack.pqt04 {
  background-color: #006743;
  height: fit-content;
  text-align: center;
  border-top-left-radius: 12px;
}
.AA_detalle-pack.pqt05 {
  background-color: #F30000;
  height: fit-content;
  text-align: center;
  border-top-left-radius: 12px;
}
table {
  width: 100%;
  border-collapse: collapse;
}
.Noborder {
  border: 0;
}
.RightBorder {
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  border-right: 1px solid #9494A6;
}
.NoRightBorder {
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  border-right: 0;
}
.titleSeg,
table,
th,
thead,
tr {
  font-size: 1em;
  color: #43425d;
  text-align: center;
  font-weight: 400;
  background-color: #E7EBF5;
}
.itemSeg {
  font-size: 1em;
  color: #43425d;
  text-align: center;
  font-weight: 400;
  margin: 5px;
}
.itemSegFecha {
  font-size: 1em;
  color: #ff4141;
  text-align: center;
  font-weight: 400;
  margin: 5px;
}
.col-lg-2.col-md-3.AA_text-title-pagos.col-sm-12.col-12.text-md-right.text-sm-left {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  color: #fff;
}
tr:nth-of-type(odd) {
  background: #fff;
  padding: 5% 0;
}
th {
  background-color: #E7EBF5;
  border: 0;
}
td,
th {
  padding: 10px;
  border: 1px solid #ccc;
}
.sepCelda {
  background-color: #f0f0f7;
  border: 0;
}
.AA_SpaTetx {
  font-family: "Roboto", sans-serif !important;
  font-weight: 200;
  padding: 5% 0;
  color: #fff;
  font-size: 1.0rem;
}
th {
  background-color: #E7EBF5;
  border: 0;
}
.RightBorder {
  border-right: 1px solid #353535;
}
.faqs-packs {
  border: 1px solid white;
  border-radius: 10px;
  width: 410px;
  padding: 1.5em 0em;
}
.FaqPqt {
  padding: 0 5%;
}
.f20 {
  font-size: 1.25em;
}
.title-pack {
  background: rgb(68, 68, 68);
  background:
    linear-gradient(
      180deg,
      rgba(68, 68, 68, 1) 0%,
      rgba(12, 12, 12, 1) 100%);
  border-radius: 10px 10px 0 0;
  padding: 12px 0;
  font-size: 1.1rem;
}
.logos-content img {
  width: 100%;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #353535;
  font-weight: 600;
  font-size: 0.875em;
}
.AA_preguntas div a {
  font-weight: 400;
  color: #353535;
  font-size: 0.875em;
}
.panel-default > .panel-heading a {
  font-weight: 600;
  font-size: 0.875em;
}
p.MetFaqResp {
  padding: 0 1%;
  font-size: 0.875em;
}
.AA_enlace-faqs {
  font-weight: 600;
  color: #353535;
  font-size: 0.975em;
  text-decoration: underline;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  font-weight: 200 !important;
  color: #fff;
  font-size: 0.875em;
}
.AA_preguntas div a {
  font-weight: 400;
  color: #ababab;
  font-size: 0.875em;
}
.panel-default > .panel-heading a {
  font-weight: 600;
  font-size: 0.875em;
}
p.MetFaqResp {
  padding: 0 1%;
  font-size: 0.875em;
}
.AA_enlace-faqs {
  font-weight: 200;
  color: #fff;
  font-size: 0.975em;
}
#accordionExample {
  font-weight: 100;
  color: #fff;
}
button.btn.btn-md.red-boton.text-center.px-5.poppins-r.white-icon:hover {
  color: white !important;
  font-weight: 400;
  background-color: rgb(32, 32, 32);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  font-weight: bold;
  background-color: transparent;
}
.card-header {
  background-color: transparent;
  border-color: none;
  border-bottom: 1px dotted #2699FB;
}
.card-header h5 .btn-link {
  color: #2699FB;
  font-weight: bold;
}
.AA_faqs-contacto {
  margin-top: 20vmin;
  margin-bottom: 30vmin;
}
.panel-default > .panel-heading {
  color: #333;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.panel-default > .panel-heading a {
  display: block;
  padding: 20px 15px;
  color: #fff;
  font-weight: bolder;
  border-bottom: dotted 1px #9494A6;
  height: 60px;
}
.panel-default > .panel-heading-questions a {
  height: 100%;
}
.panel-default > .panel-heading a::after {
  color: #F49131;
}
.panel-default > .panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 1.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
}
.panel-default > .panel-heading a[aria-expanded=true] {
  background:
    transparent linear-gradient(
      0deg,
      rgba(241, 101, 34, 1) 0%,
      rgba(242, 108, 33, 1) 47%,
      rgba(246, 146, 30, 1) 100%) 0 0 no-repeat padding-box;
}
.panel-default > .panel-heading a[aria-expanded=false] > span {
  color: #F49131;
}
.panel-default > .panel-heading a[aria-expanded=false] > span.MetFaqTitle {
  color: #ffffff !important;
}
.panel-default > .panel-heading a[aria-expanded=true] > span {
  color: #000;
}
.PadInt > .panel-default > .panel-heading a[aria-expanded=true] > span {
  color: #fff;
}
.panel-default > .panel-heading a[aria-expanded=true] > .MetFaqTitle {
  color: #fff;
}
.panel-default > .panel-heading a[aria-expanded=true]:nth-child(n) {
  color: #fff;
}
.panel-default > .panel-heading > .TitCuenta a[aria-expanded=true] {
  background:
    transparent linear-gradient(
      0deg,
      rgba(241, 101, 34, 1) 0%,
      rgba(242, 108, 33, 1) 47%,
      rgba(246, 146, 30, 1) 100%) 0 0 no-repeat padding-box;
  color: #fff;
}
.panel-default > .panel-heading > .sinback a[aria-expanded=true] {
  background-color: transparent;
}
.panel-default > .panel-heading a[aria-expanded=true]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.panel-default > .panel-heading a[aria-expanded=false]:after {
  content: "+";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.AA_active-credit-card {
  border: 2px solid #1A1C2A;
  background-color: white;
  color: white;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}
.AA_inactive-card {
  border: 2px solid #1A1C2A;
  background-color: white;
  color: white;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 8px;
  opacity: 0.3;
}
.AA_nombre-card p {
  margin-bottom: 0;
  color: #1A1C2A;
  font-family: "Poppins", sans-serif;
  font-size: 0.8em;
}
.AA_btn-card {
  text-align: center;
  color: #1A1C2A;
  background-color: white;
  border: 2px dotted #9494A6;
  display: flex;
  justify-content: center;
  font-size: 1.2em;
}
.AA_btn-card:hover {
  box-shadow: 0 3px 6px #00000029;
}
.AA_btn-card i {
  font-size: 1.6em;
}
i.far.fa-check-circle.p-1 {
  font-size: 1.4em;
}
.AA_badge-tarjeta {
  width: fit-content;
}
.AA_btn-borrar {
  background-color: #EC050F;
  color: white;
  border-radius: 7px 0 7px 0;
  border: none;
  padding: 0.5vmin 2vmin;
  font-size: 0.7em;
}
button.btn.AA_btn-editar.col-md-6.col-sm-6.col-6.p-0.text-left {
  font-size: 0.8em;
  color: #fff;
}
span.badge.AA_badge-tarjeta.badge-red.py-2.px-3 {
  font-size: 0.9rem;
  width: 50%;
}
.AA_content-pagos {
  padding-left: 15vmin;
}
.AA_indicaciones-pago {
  font-size: 0.8em;
}
.AA_btn-editar {
  background-color: transparent;
}
.AA_input-edit-card {
  width: 100%;
}
.radiopqt label {
  top: 0;
}
.radiopqtInput:checked + span::before {
  margin-top: 0;
}
.radioPago {
  margin-left: 19%;
}
.AA_title-content {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-weight: 100;
}
.AA_btn-lugares-pago {
  color: #F6921E;
  background-color: transparent;
  text-decoration: underline;
}
.AA_btn-metodo-pago {
  font-weight: 300;
}
#label-cards {
  margin-bottom: 0;
}
button.btn.AA_btn-editar.col-md-6.col-sm-6.col-6.p-0.text-left {
  font-size: 0.8em;
}
.AA_visa-logo {
  width: fit-content;
  padding: 15%;
  width: 100%;
}
.AA_btn-card {
  text-align: center;
  color: #fff;
  background-color: #4E4E4E;
  border: 2px dotted #9494A6;
  display: flex;
  justify-content: center;
  font-size: 1.2em;
}
.col-lg-9.col-md-9.col-sm-12.col-12.mt-3.row.AA_content-pagos.poppins-m {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 0.9rem;
}
.modal-body.AA_content-modal.p-5.text-center h5 {
  color: #000;
}
.modal-body.AA_content-modal.p-5.text-center .InputClass {
  color: #000;
}
.modal-body.AA_content-modal.p-5.text-center input {
  color: #000;
}
.MetPago {
  border: 1px solid #707070;
  border-radius: 5px;
  min-height: 70px;
}
.CbzaMetPago {
  background-color: #242424;
  border-radius: 5px;
  min-height: 60px;
}
.RefMetPago {
  background-color: #242424;
  border-radius: 5px;
  min-height: 60px;
  border: 1px dotted #6C6C6C;
}
.gap-3 {
  gap: 1rem;
}
.arrow-container {
  display: block;
  align-items: center;
  transition: transform 0.3s ease-out;
}
.arrow-container:hover {
  transform: translateX(5px);
}
.arrow-container .MetPago:hover {
  border: 2px solid #F5921E;
  background-color: #000000;
}
.form-group input {
  margin-bottom: 2vmin;
}
.AA_pago-content {
  padding: 1vmin 0;
}
.AA_activacion-amazon a {
  color: #2699FB;
}
.AA_activacion-amazon ul {
  list-style: none;
}
.AA_activacion-amazon ul li {
  color: white;
  font-family: "Roboto";
  text-align: left;
  font-size: 0.9rem;
}
.imgpqut01 {
  width: 457px;
  height: auto;
  background-image: url(https://d58ohtx80p2sd.cloudfront.net/dish-plus/img_black/paquetes/pqt01.jpg);
  background-size: cover;
}
.imgpqut02 {
  width: 457px;
  height: auto;
  background-image: url(https://d58ohtx80p2sd.cloudfront.net/dish-plus/img_black/paquetes/pqt02.jpg);
  background-size: cover;
}
.imgpqut03 {
  width: 457px;
  height: auto;
  background-image: url(https://d58ohtx80p2sd.cloudfront.net/dish-plus/img_black/paquetes/pqt03.jpg);
  background-size: cover;
}
.imgpqut04 {
  width: 457px;
  height: auto;
  background-image: url(https://d58ohtx80p2sd.cloudfront.net/dish-plus/img_black/paquetes/pqt04.jpg);
  background-size: cover;
}
.imgpqut05 {
  width: 457px;
  height: auto;
  background-image: url(https://d58ohtx80p2sd.cloudfront.net/dish-plus/img_black/paquetes/pqt05.jpg);
  background-size: cover;
}
.imgpqut06 {
  width: 457px;
  height: auto;
  background-image: url(https://d58ohtx80p2sd.cloudfront.net/dish-plus/img_black/paquetes/pqt06.jpg);
  background-size: cover;
}
.imgstream01 {
  width: 457px;
  height: auto;
  background-image: url(https://d58ohtx80p2sd.cloudfront.net/dish-plus/img_black/paquetes/img_streaming/stream01.png);
  background-size: cover;
}
.imgstream02 {
  width: 457px;
  height: auto;
  background-image: url(https://d58ohtx80p2sd.cloudfront.net/dish-plus/img_black/paquetes/img_streaming/stream02.jpg);
  background-size: cover;
}
.AA_botones {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.AA_botones a {
  font-size: 0.9rem;
}
.AA_icon-header {
  padding: 0;
}
.AA_header-pack {
  margin: 1em 0;
  padding: 0;
  font-size: 1.1rem;
}
.AA_packs {
  font-family: "Roboto";
}
.AA_pack-header {
  color: #F90606;
}
.AA_beneficios-packs {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.AA_beneficios-packs li {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 0.7rem;
  color: #fff;
}
.AA_detalle-pack {
  background-color: #F6921E;
  height: fit-content;
  text-align: center;
  border-top-left-radius: 12px;
}
.AA_detalle-pack span {
  font-size: 12px;
  color: white !important;
  margin-bottom: 2vmin;
  cursor: pointer;
}
.AA_info-contenidos {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
  font-size: 0.9rem;
}
.AA_info-contenidos_dest {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
  font-size: 0.9rem;
}
.AA_info-contenidos_dest span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
  font-style: italic;
}
p.AA_info-contenidos {
  color: #F6921E;
  margin-top: 1%;
  text-align: left;
}
.AA_content-packs {
  border-radius: 0 18px 18px 0;
  background: rgb(75, 75, 75);
  background:
    linear-gradient(
      180deg,
      rgba(75, 75, 75, 1) 0%,
      rgba(3, 3, 3, 1) 100%);
  box-shadow: 0 3px 6px #00000029;
}
.AA_recomendado {
  background: rgb(241, 101, 34);
  background:
    linear-gradient(
      0deg,
      rgba(241, 101, 34, 1) 0%,
      rgba(242, 108, 33, 1) 47%,
      rgba(246, 146, 30, 1) 100%);
  color: #fff;
  padding: 1vmin 2vmin;
  border-radius: 20px 20px 0 0;
  width: fit-content;
  font-weight: 300;
  font-size: 0.8rem;
}
.AA_footer-pack {
  box-shadow: 0 3px 6px #00000029;
  border-radius: 0 0 18px 0;
  opacity: 1;
  color: white;
  height: fit-content;
  padding: 0.3vmin;
}
.AA_footer-pack.AA_pack-entre {
  border-radius: 0;
}
.AA_footer-pack.AA_pack-premium {
  border-radius: 0;
}
.AA_footer-pack.AA_pack-total {
  border-radius: 0;
}
.AA_pack-ondesea {
  background:
    transparent linear-gradient(
      92deg,
      #DB0317 0%,
      #981960 100%) 0 0 no-repeat padding-box;
}
.AA_pack-dishd {
  background: rgb(187, 18, 72);
  background:
    linear-gradient(
      92deg,
      rgba(187, 18, 72, 1) 0%,
      rgba(106, 37, 143, 1) 100%);
}
.AA_pack-entre {
  background: rgb(103, 38, 146);
  background:
    linear-gradient(
      92deg,
      rgba(103, 38, 146, 1) 0%,
      rgba(37, 55, 212, 1) 100%);
}
.AA_pack-premium {
  background: rgb(38, 55, 212);
  background:
    linear-gradient(
      92deg,
      rgba(38, 55, 212, 1) 0%,
      rgba(0, 103, 67, 1) 100%);
}
.AA_pack-total {
  background: rgb(0, 67, 255);
  background:
    linear-gradient(
      92deg,
      rgba(0, 67, 255, 1) 0%,
      rgba(71, 47, 180, 1) 13%,
      rgba(132, 30, 116, 1) 30%,
      rgba(180, 17, 66, 1) 48%,
      rgba(214, 7, 30, 1) 67%,
      rgba(235, 2, 8, 1) 85%,
      rgba(243, 0, 0, 1) 100%);
}
.AA_footer-beneficios {
  margin-bottom: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.AA_footer-beneficios li {
  display: flex;
  padding: 0 5px;
}
.AA_footer-separador i {
  font-size: 0.3rem;
}
.AA_content-select {
  display: flex;
  align-content: space-around;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}
.AA_precio-text {
  color: #fff;
  font-weight: 400;
  font-size: 1.3rem;
  margin-bottom: 0;
  text-decoration: line-through 1px #F6921E;
}
.AA_precio-textMain {
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 10px;
  border-bottom: solid 0.1rem #F6921E;
}
.AA_precio-textMain-nvo-pqt {
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.AA_precio-text strong {
  font-size: 1.3rem;
}
.AA_pack-title {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 3%;
  color: #fff;
  font-size: 1.28rem;
}
.AA_pack-title span:nth-child(1) {
  font-size: 0.98rem;
  font-weight: 300;
}
.AA_pack-title span:nth-child(n+2) {
  font-size: 1.38rem;
  font-weight: 400;
}
.AA_pack-logos {
  display: flex;
  gap: 5px;
}
.AA_pack-precio-regular small {
  font-family: "Roboto", sans-serif;
  font-size: 0.6rem;
  margin-top: 0;
  padding-top: 0;
}
.AA_pack-precio-regular h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  text-decoration: line-through #F6921E 2px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.AA_pack-precio-regular h5 span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
}
.AA_pack-precio-mvshub {
  border-left: 1px solid #707070;
  padding-left: 10%;
}
.AA_pack-precio-mvshub small:nth-child(1) {
  font-family: "Roboto", sans-serif;
  font-size: 1.0rem;
  color: #F6921E;
}
.AA_pack-precio-mvshub small {
  font-family: "Roboto", sans-serif;
  font-size: 1.0rem;
}
.AA_pack-precio-mvshub h5 {
  font-family: "Roboto", sans-serif;
  font-size: 3.0rem;
  font-weight: 500;
  margin-bottom: 0;
}
.AA_pack-precio-mvshub h5 span {
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
}
.AA_pack-precio-mvshub .almes {
  font-family: "Roboto", sans-serif;
  font-size: 1.0rem;
}
.AA_pack-precio-mvshub-nvo-pqt {
  border-right: 0 solid #707070;
  padding-right: 10%;
}
.AA_pack-precio-mvshub-nvo-pqt small:nth-child(1) {
  font-family: "Roboto", sans-serif;
  font-size: 1.0rem;
  color: #F6921E;
}
.AA_pack-precio-mvshub-nvo-pqt small {
  font-family: "Roboto", sans-serif;
  font-size: 1.0rem;
}
.AA_pack-precio-mvshub-nvo-pqt h5 {
  font-family: "Roboto", sans-serif;
  font-size: 3.0rem;
  font-weight: 500;
  margin-bottom: 0;
}
.AA_pack-precio-mvshub-nvo-pqt h5 span {
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
}
.AA_pack-precio-mvshub-nvo-pqt .almes {
  font-family: "Roboto", sans-serif;
  font-size: 1.0rem;
}
.AA_bg-text {
  width: 100%;
  height: auto;
  font-size: 0.8rem;
  text-align: left;
  font-weight: 400;
  background: #CE0001;
  border-radius: 4px;
  opacity: 1;
}
.AA_cont-stream {
  display: inline;
  font-weight: 400;
  font-size: 12px;
}
.AA_cont-stream-nvo-pqt {
  font-weight: 400;
  font-size: 1.0rem;
}
.AA_modal-contratar {
  display: inline;
  font-weight: 400;
  font-size: 20px;
}
.MainTitle {
  font-size: 1.6rem;
}
.nav-paquetes {
  width: 100%;
  height: 2.3em;
  position: relative;
  display: block;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(239, 239, 239, 1) 100%);
  border-radius: 50px;
  overflow: hidden;
}
.nav-paquetes a {
  position: relative;
  text-decoration: none;
  color: #5F5E5F !important;
  font-size: 0.8rem;
  font-weight: 400;
  text-align: center;
  padding: 10px;
  display: inline-block;
  box-sizing: border-box;
  z-index: 2;
}
.nav-paquetes span {
  position: absolute;
  background-color: #373737;
  top: 2px;
  bottom: 2px;
  left: 5px;
  right: 5px;
  border-radius: 50px;
  box-shadow: 2px 7px 5px -1px rgba(0, 0, 0, 0.413);
  z-index: 1;
  transition: 0.3s ease left;
}
.nav-paquetes a:hover {
  color: #F6921E !important;
}
.nav-paquetes a:nth-child(2):hover ~ span {
  left: 33%;
}
.nav-paquetes a:nth-child(3):hover ~ span {
  left: 66%;
}
.calc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  width: 293px;
  top: 1.25em;
}
.menuplatforms {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  z-index: 1;
}
.menuplatforms-movil {
  border-radius: 10px;
  background:
    linear-gradient(
      0deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 50%,
      rgba(0, 0, 0, 0.7105217086834734) 100%);
  padding: 3% 0;
}
.AA_content-calculadora {
  padding-top: 1%;
  bottom: 4vmin;
  width: auto;
}
.AA_calculadora {
  background: rgb(255, 255, 255);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(239, 239, 239, 1) 48%,
      rgba(147, 147, 147, 1) 100%);
  box-shadow: 0 3px 6px #00000029;
  border: 1px solid #595E66;
  opacity: 1;
  border-radius: 20px;
  margin: 0;
}
.AA_subtotal {
  border-bottom: 1px solid grey;
}
.AA_subtotal div p {
  margin-bottom: 0;
}
.AA_calculadora .AA_title-subtotal {
  color: #000;
  font-weight: 500;
  font-size: 1.0rem;
}
.AA_title-subtotal {
  color: #fff;
  font-weight: 500;
  font-size: 1.0rem;
  font-family: "Roboto", sans-serif;
}
.AA_precio-subtotal {
  color: #9494A6;
  font-weight: 400;
}
.AA_calculadora .AA_costos span {
  color: #000;
}
.AA_costos span {
  color: #fff;
}
#addHotgo,
#addHotgoM,
#addHotgoPrice,
#addHotgoPriceM {
  display: none;
}
#addEsencial,
#addEsencialM,
#addEsencialPrice,
#addEsencialPriceM {
  display: none;
}
#plataformasWeb .checkbox {
  padding: 3%;
}
.AA_calculadora .AA_title-plataformas {
  color: #000;
  font-size: 0.9rem;
  padding: 0;
  font-weight: 400;
}
.AA_title-plataformas {
  color: #fff;
  font-size: 0.9rem;
  padding: 0;
  font-weight: 400;
}
.AA_lista-plataformas {
  list-style: none;
  margin-bottom: 0;
  color: #000;
  font-weight: 400;
}
.AA_lista-plataformas li {
  margin: 2vmin 0;
}
.AA_content-plataformas {
  border-bottom: 1px dotted #B2B2B2;
  margin-bottom: 2vmin;
}
.AA_total {
  background-color: #373737;
  color: white;
  border-radius: 0 0 20px 20px;
}
.AA_total h3 {
  margin-bottom: 0;
}
.AA_calculadora .AA_dto {
  color: #000;
  font-size: 1.0rem;
  font-weight: 400;
}
.AA_dto {
  color: #fff;
  font-size: 1.0rem;
  font-weight: 400;
}
.AA_botones button {
  font-size: 1.2rem;
}
.AA_calculadora .AA_title-promo {
  color: #000;
  font-size: 0.9rem;
  font-weight: 400;
}
.AA_title-promo {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 400;
}
.AA_calc-total {
  font-size: 2em;
  color: #fff;
}
.AA_btn-calc {
  border-radius: 0;
  border: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.AA_btn-calc:active,
.AA_btn-calc:hover {
  background:
    transparent linear-gradient(
      180deg,
      #F90606 0%,
      #CD0426 100%) 0 0 no-repeat padding-box;
  color: #FFF;
  border-radius: 0;
  border: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  height: 3em;
}
.AA_btn-calc:active {
  background: #212529 !important;
  color: #FFF;
  border-radius: 0;
  border: solid 2px #F6921E !important;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  height: 3em;
}
.AA_precio-subtotal {
  color: #9494A6;
  font-weight: 400;
  font-size: 0.99rem;
}
.AA_calculadora .Fr_price {
  text-align: right;
  color: #000;
}
li.Fr_price {
  text-align: right;
  color: #fff;
}
.Fr_Tota {
  align-items: flex-end;
}
.bg-ahorro {
  color: #fff;
  background: #F6921e;
  border-radius: 10px;
  padding: 0.3em 0.7em;
}
.logoPlatform > img {
  width: 100%;
}
.logoPlatform .animeOnegai {
  display: block;
  margin: 0 auto;
  width: 40%;
}
.logoPlatform .cindie {
  display: block;
  margin: 0 auto;
  width: 60%;
}
.logoPlatform .picardia {
  display: block;
  margin: 0 auto;
  width: 67px;
}
.AA_content-servicio {
  padding: 0;
  align-items: stretch;
}
.AA_servicio-content {
  background: rgb(255, 255, 255);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(243, 243, 243, 1) 31%,
      rgba(160, 160, 160, 1) 100%);
  box-shadow: 0 3px 6px #00000029;
  border-radius: 10px;
  padding: 0;
}
.AA_servicio-content-fox {
  background: rgb(21, 46, 84);
  background:
    linear-gradient(
      180deg,
      rgba(21, 46, 84, 1) 0%,
      rgba(21, 46, 84, 1) 21%,
      rgba(56, 102, 144, 1) 66%,
      rgba(76, 134, 177, 1) 89%,
      rgba(87, 152, 197, 1) 100%);
  box-shadow: 0 3px 6px #00000029;
  border-radius: 10px;
  padding: 0;
}
.AA_servicio-content-fox .logoPlatform > img {
  width: 40%;
  display: inline-block;
  margin: 0 auto;
}
.AA_servicio-content-amazon {
  background-color: #148ACC;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 10px;
  padding: 0;
}
.AA_servicio-content-lionsgate {
  background: rgb(24, 56, 74);
  background: -moz-linear-gradient(133deg, rgba(24, 56, 74, 1) 0%, rgba(25, 58, 63, 1) 11%, rgba(9, 9, 9, 1) 48%);
  background: -webkit-linear-gradient(133deg, rgba(24, 56, 74, 1) 0%, rgba(25, 58, 63, 1) 11%, rgba(9, 9, 9, 1) 48%);
  background:
    linear-gradient(
      133deg,
      rgba(24, 56, 74, 1) 0%,
      rgba(25, 58, 63, 1) 11%,
      rgba(9, 9, 9, 1) 48%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= "#18384a", endColorstr="#090909", GradientType=1);
  box-shadow: 0 3px 6px #00000029;
  border-radius: 10px;
  padding: 0;
}
.AA_servicio-content-hbomax {
  background: rgb(139, 51, 189);
  background: -moz-linear-gradient(90deg, rgba(139, 51, 189, 1) 0%, rgba(67, 37, 195, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(139, 51, 189, 1) 0%, rgba(67, 37, 195, 1) 100%);
  background:
    linear-gradient(
      90deg,
      rgba(139, 51, 189, 1) 0%,
      rgba(67, 37, 195, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= "#8b33bd", endColorstr="#4325c3", GradientType=1);
  box-shadow: 0 3px 6px #00000029;
  border-radius: 10px;
  padding: 0;
}
.AA_servicio-content-paramount {
  background-color: #1164FB;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 10px;
  padding: 0;
}
.AA_servicio-content-anime {
  background-color: #000000;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 10px;
  padding: 0;
}
.AA_servicio-content-hotgo {
  background-color: #000000;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 10px;
  padding: 0;
}
.AA_servicio-content-universal {
  background-color: #030507;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 10px;
  padding: 0;
}
.AA_servicio-content-cindie {
  background-color: #000;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 10px;
  padding: 0;
}
.AA_servicio-content-edye {
  background-color: #ffffff;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 10px;
  padding: 0;
}
.AA_servicio-content-europa {
  background-color: #210446;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 10px;
  padding: 0;
}
.AA_servicio-content-picardia {
  background-color: #ffff;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 10px;
  padding: 0;
}
.AA_servicio-precio {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}
.AA_servicio-precio .checkbox .span {
  position: relative;
  top: -5px;
}
.color-precio {
  color: #fff;
}
.AA_detalle-pack2 {
  background: rgb(241, 101, 34);
  background:
    transparent linear-gradient(
      0deg,
      rgba(241, 101, 34, 1) 0%,
      rgba(242, 108, 33, 1) 47%,
      rgba(246, 146, 30, 1) 100%);
  height: fit-content;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.AA_detalle-pack2 span {
  font-size: 0.9rem;
  color: white;
  margin-bottom: 2vmin;
  font-weight: 300;
}
.AddNetflix {
  padding: 15px;
  border: solid 1px #707070;
  border-radius: 0 0 15px 15px;
  background-color: #F3F3F3;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
}
.AddNetflixLine {
  border-right: 1px solid #707070;
}
.AddNetflix .tit01 {
  text-align: left;
  font-size: 16px;
  color: #1C1C1C;
  margin-bottom: 0;
  font-weight: 300;
}
.AddNetflix .tit02 {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 0;
}
.AddNetflix .tit02 .RojoNet {
  color: #FF0000;
}
.AddNetflix .tit03 {
  text-align: left;
  font-size: 10px;
  font-weight: 300;
  color: #1C1C1C;
  margin-bottom: 0;
}
.AddNetflix .tit01a {
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  color: #E6E6E6;
  margin-bottom: 0;
  margin-top: 5px;
}
.AddNetflix .tit02a {
  text-align: left;
  font-size: 20px;
  color: #E6E6E6;
  margin-bottom: 0;
}
.RojoNet {
  color: #FF0000;
}
.AddNetflix .tit02a {
  text-align: left !important;
  font-size: 1.5rem;
  color: #1C1C1C;
  margin-bottom: 0;
}
.small,
small {
  font-size: 70%;
  font-weight: 400;
}
.AA_footer-packs {
  width: 100%;
  height: auto;
  background-color: #141414;
  padding: 2%;
}
.AA_footer-packs h6 {
  font-family:
    "Roboto",
    Times,
    serif;
  font-weight: 300;
  font-size: 1.0rem;
  color: #ffffff;
}
.AA_footer-packs ul {
  list-style: none;
}
.AA_footer-packs ul li a {
  font-weight: 300;
  font-size: 0.8rem;
  color: #ffffff;
  text-decoration: none;
}
.AA_footer-packs .LogFoot {
  display: block;
  margin: 0 auto;
  padding: 0 1%;
}
.modal-body.AA_content-modal.p-1.pb-5.text-center {
  border-radius: 12px;
}
.radio-modal span {
  font-size: 0.8em;
}
.DB_claseCamb {
  font-size: 1.3875em;
  font-weight: 100;
}
.DB_claseCamb01 {
  font-size: 0.8875em !important;
  font-weight: 100;
}
.desplegable {
  color: #2699FB;
}
::placeholder .input {
  color: #2699FB;
}
.form-group input::placeholder {
  color: #2699FB;
}
.selectOpc::placeholder {
  color: #2699FB;
}
.collapse-blue-1-closed {
  border-color: #2699FB;
  color: #2699FB;
  border: 2px solid #E2F2FF;
}
.close-alert {
  margin: 0 10em -2em;
  opacity: 1;
}
.close-recContrasena {
  margin: 0 20em -2em 0;
  opacity: 1;
}
.content-tv {
  width: 5em;
  height: 3em;
}
.text-datitos {
  font-size: 0.7rem;
}
.brand-text {
  font-size: 12px;
  letter-spacing: -0.3px;
}
.text-10 {
  color: #fff;
  font-weight: 400;
}
.modal-border {
  border-radius: 2em;
}
.modal-border-bottom {
  border-radius: 0 0 2em 2em;
}
.DB_icon-edit {
  font-size: 1em;
}
.modal-title {
  font-weight: 300;
  font-size: 1.125em;
  color: #353535;
}
.group {
  position: relative;
  margin-bottom: 5vmin;
}
input {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 300px;
  border: none;
  border-bottom: 1px solid #9494A6;
}
input:focus {
  outline: none;
}
.bar {
  position: relative;
  display: block;
  width: auto;
}
.bar:after,
.bar:before {
  content: "";
  height: 1px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #34AFA4;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.bar:before {
  left: 50%;
}
.bar:after {
  right: 50%;
}
input:focus ~ .bar:after,
input:focus ~ .bar:before {
  width: 50%;
}
.highlight {
  position: absolute;
  height: 60%;
  width: 50px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
.group-2 {
  position: relative;
  margin-bottom: 5vmin;
}
.group-2 input {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 300px;
  border: none;
  border: 1px solid #9494A6;
}
.group-2 input:focus {
  outline: none;
}
.group-2 label {
  color: #2B2D45;
  font-family: "poppins", sans-serif;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.group-2 input:focus ~ label,
.group-2 input:valid ~ label {
  top: -12px;
  font-size: 10px;
  color: #2B2D45;
}
.bar-2 {
  position: relative;
  display: block;
  width: auto;
}
.bar-2:after,
.bar-2:before {
  content: "";
  height: 1px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #34AFA4;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.bar:before {
  left: 50%;
}
.bar:after {
  right: 50%;
}
.group-2 input:focus ~ .bar-2:before,
.group-2input:focus ~ .bar-2:after {
  width: 50%;
}
.highlight-2 {
  position: absolute;
  height: 60%;
  width: 50px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
.group-2 input:focus ~ .highlight-2 {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
.boton-0 {
  border-radius: 2px;
  padding: 10px 60px;
}
.red-boton {
  background: rgb(241, 101, 34);
  background:
    transparent linear-gradient(
      0deg,
      rgba(241, 101, 34, 1) 0%,
      rgba(242, 108, 33, 1) 47%,
      rgba(246, 146, 30, 1) 100%) 0 0 no-repeat padding-box;
  color: #FFF;
  border-radius: 50px;
  height: 3em;
  box-shadow: -1px 7px 5px -1px rgba(0, 0, 0, 0.69);
  -webkit-box-shadow: -1px 7px 5px -1px rgba(0, 0, 0, 0.69);
  -moz-box-shadow: -1px 7px 5px -1px rgba(0, 0, 0, 0.69);
}
.red-boton:hover {
  background: transparent;
  color: #F6921E;
  border: solid 2px #F6921E;
  border-radius: 50px;
  height: 3em;
  box-shadow: 1px 1px 5px 9px rgba(0, 0, 0, 0.08) inset;
  -webkit-box-shadow: 1px 1px 5px 9px rgba(0, 0, 0, 0.08) inset;
  -moz-box-shadow: 1px 1px 5px 9px rgba(0, 0, 0, 0.08) inset;
  background-color: #212529;
}
.red-boton-pagar {
  background: rgb(241, 101, 34);
  background:
    transparent linear-gradient(
      0deg,
      rgba(241, 101, 34, 1) 0%,
      rgba(242, 108, 33, 1) 47%,
      rgba(246, 146, 30, 1) 100%) 0 0 no-repeat padding-box;
  color: #FFF;
  border-radius: 50px;
  border: none;
  text-decoration: none;
  height: 2em;
  font-weight: 400;
  font-size: 1.0em;
  padding: 1vmin 3vmin;
  display: flex;
  align-items: center;
  justify-content: center;
}
.red-boton-pagar:hover {
  background: transparent;
  color: #F6921E;
  border: solid 2px #F6921E;
  border-radius: 50px;
  text-decoration: none;
  height: 2em;
  font-weight: 400;
  font-size: 1.0em;
  padding: 1vmin 3vmin;
  display: flex;
  align-items: center;
  justify-content: center;
}
.black-btn {
  background-color: black;
  border-radius: 50px;
  padding: 1vmin 0;
  font-size: 0.9375em;
  text-decoration: none;
}
.red-square.DB_desktop .black-btn {
  background: rgb(160, 162, 165);
  background:
    linear-gradient(
      0deg,
      rgba(160, 162, 165, 1) 0%,
      rgba(240, 240, 240, 1) 51%,
      rgba(255, 255, 255, 1) 100%);
  border: transparent;
  -webkit-box-shadow: 0 3px 9px 2px rgba(0, 0, 0, 0.33);
  box-shadow: 0 3px 9px 2px rgba(0, 0, 0, 0.33);
}
.black-btn {
  background: rgb(160, 162, 165);
  background:
    linear-gradient(
      0deg,
      rgba(160, 162, 165, 1) 0%,
      rgba(240, 240, 240, 1) 51%,
      rgba(255, 255, 255, 1) 100%);
  border: transparent;
  -webkit-box-shadow: 0 3px 9px 2px rgba(0, 0, 0, 0.33);
  box-shadow: 0 3px 9px 2px rgba(0, 0, 0, 0.33);
  color: #000 !important;
  padding: 0.6em 1em;
}
.red-square.DB_desktop .black-btn .text-white {
  font-family: "Roboto", sans-serif;
  font-size: 1.0rem;
  font-weight: 500;
  color: #000 !important;
}
.edit-boton {
  text-decoration: none;
  background-color: transparent;
  border-radius: 50px;
  border-color: #777777;
  border-width: 1.8px;
  height: 2em;
  font-size: 0.9em;
  padding: 1vmin 3vmin;
  display: flex;
  align-items: center;
  width: 100px !important;
  justify-content: center;
  border: solid 1px #777777;
}
.edit-boton-two {
  text-decoration: none;
  background-color: transparent;
  border-radius: 50px;
  border-color: #777777;
  border-width: 1.8px;
  height: 2em;
  font-size: 1.0em;
  padding: 1vmin 3vmin;
  display: flex;
  align-items: center;
  width: auto;
  justify-content: center;
  border: solid 1px #777777;
}
.edit-boton-two-perfil {
  text-decoration: none;
  background-color: transparent;
  border-radius: 50px;
  border-color: #777777;
  border-width: 1.8px;
  height: 2em;
  font-size: 1.0em;
  padding: 1vmin 3vmin;
  display: flex;
  align-items: center;
  width: auto;
  justify-content: center;
  border: solid 1px #777777;
}
.edit-icon {
  color: #777777;
  font-size: 1em !important;
}
button.roboto.edit-boton.p-2 {
  color: #777777;
}
button.edit-boton-two.roboto.p-1 {
  color: #777777;
}
button.edit-boton-two-perfil.roboto.p-1 {
  color: #777777;
}
button.edit-boton.roboto.p-1 {
  color: #777777;
}
.badge-incluye {
  font-size: 12px;
}
.container-cuenta {
  width: auto;
  height: auto;
  position: relative;
  perspective: 1000px;
}
.red-square p {
  font-size: 1em;
}
.roboto-text {
  font-size: 0.8em;
}
.roboto-text strong {
  color: #fff;
  font-size: 1.2em;
  font-weight: 400;
}
.roboto {
  font-family: "Roboto";
  font-weight: normal;
}
.roboto-m {
  font-family: "Roboto";
  font-weight: 500;
  color: #fff;
}
.roboto-l {
  font-family: "Roboto";
  font-weight: lighter;
}
.roboto-b {
  font-family: "Roboto";
  font-weight: bold;
}
.datos-usuario ul {
  list-style: none;
}
.border-bottom-dotted {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-color: #878889;
}
.bg-cuenta {
  background: #B2C2E0;
}
.bg-middle {
  background: rgb(31, 32, 32);
  background:
    radial-gradient(
      circle,
      rgba(31, 32, 32, 1) 0%,
      rgba(23, 24, 24, 1) 46%,
      rgba(0, 0, 0, 1) 83%,
      rgba(0, 0, 0, 1) 100%);
  box-shadow: 0 3px 6px #00000029;
  opacity: 1;
}
.collapse-blue-closed {
  border-color: #2699FB;
  background-color: #E2F2FF;
  color: #2699FB;
  border: 2px solid #E2F2FF;
}
.collapse-blue-opened .collapsed {
  background-color: #F1F9FF;
  color: #2699FB;
  border: 2px solid #2699FB;
}
.text-bluee {
  color: #2699FB;
}
.text-gris {
  color: #9494A6;
}
.footer-bg-bluee {
  background: #25273B;
}
.border-blue-bottom {
  border-bottom-color: #2699FB;
  border-bottom-width: 0.3em;
}
.blue {
  background-color: #1A1C2A;
  color: #ffffff;
  font-weight: bold;
}
.red-square {
  background: rgb(241, 101, 34);
  background:
    transparent linear-gradient(
      60deg,
      rgba(241, 101, 34, 1) 0%,
      rgba(242, 108, 33, 1) 57%,
      rgba(246, 146, 30, 1) 100%) 0 0 no-repeat padding-box;
}
.badge-red {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 1.0em;
  background: rgb(241, 101, 34);
  background:
    linear-gradient(
      0deg,
      rgba(241, 101, 34, 1) 0%,
      rgba(242, 108, 33, 1) 47%,
      rgba(246, 146, 30, 1) 100%);
  color: #FFF;
  border-radius: 30px;
  width: 80px;
}
.poppins-red {
  color: #F6921E;
}
.poppins-black {
  color: #000;
}
.poppins-dark {
  color: #25273B;
  text-decoration: none;
}
.link-header {
  color: #1A1C2A;
}
.digital-border {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
  border-right: 1px solid #5B5B66;
  border-width: 1px;
  font-size: 1.2rem;
}
.gray-nav {
  background: #FFF;
  color: #000;
  font-weight: bold;
  box-shadow: 1px 3px 6px #B2C2E0;
}
.blue-img {
  background-color: #E2F2FF;
  border-color: #2699FB;
  border-width: 1px;
  border-style: solid;
}
.blue-r {
  background-color: #1A1C2A;
  color: #ffffff;
  font-weight: normal;
}
.gray-r {
  background-color: #757575;
  color: #ffffff;
  font-weight: normal;
}
.gray {
  background-color: #757575;
  color: #ffffff;
  font-weight: bold;
}
.border-blue {
  background-color: #fff;
  color: #2699FB;
  font-weight: bold;
  border-color: #2699FB;
  border-width: 2px;
}
.border-blue:hover {
  background-color: #2699FB;
  color: #fff;
  font-weight: bold;
  border-color: transparent;
}
.border-gray {
  background-color: #fff;
  color: #757575;
  font-weight: bold;
  border-color: #757575;
  border-width: 2px;
}
.border-gray:hover {
  background-color: #757575;
  color: #fff;
  font-weight: bold;
  border-color: transparent;
}
.red-icon {
  color: #F90606;
}
.blue-icon {
  color: #2699FB;
}
.gray-icon {
  color: #757575;
}
.icon-dark {
  font-family: "Roboto", sans-serif !important;
  font-weight: 300;
  color: #fff;
}
.white-icon:hover {
  color: #F6921E;
}
.Fr_DatCuenta p {
  font-family: "Roboto", sans-serif !important;
  margin-bottom: 0;
  text-align: right;
  color: #DDDDDD;
}
.title_QuieroCancelar {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #353535;
}
.parrafo_QuieroCancelar {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  color: #fff;
}
.quiero_cambiar_btn {
  color: #262626;
  background: transparent;
  border: solid 2px #707070;
  border-radius: 50px;
  height: 3em;
}
.quiero_cambiar_btn a {
  color: #FFFFFF;
}
.quiero_cambiar_btn:hover {
  background:
    transparent linear-gradient(
      0deg,
      rgba(241, 101, 34, 1) 0%,
      rgba(242, 108, 33, 1) 47%,
      rgba(246, 146, 30, 1) 100%) 0 0 no-repeat padding-box;
  box-shadow: -1px 7px 5px -1px rgb(0 0 0 / 69%);
  -webkit-box-shadow: -1px 7px 5px -1px rgb(0 0 0 / 69%);
  color: #FFF;
  border-radius: 50px;
  height: 3em;
}
.titulo-VentanaCancelPack {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  color: #F6921E;
}
.subtitulo-VentanaCancelPack {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.2em;
  color: #262626;
  margin-bottom: -0.5em;
}
.parrafo_VentanaCancelPack {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1em;
  color: #fff;
}
.container.notevayas-content p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #fff;
}
.btnCancel_btn {
  color: #fff;
  background: transparent;
  border: solid 2px #707070;
  border-radius: 50px;
  height: 3em;
}
.btnCancel_btn:hover {
  background:
    transparent linear-gradient(
      0deg,
      rgba(241, 101, 34, 1) 0%,
      rgba(242, 108, 33, 1) 47%,
      rgba(246, 146, 30, 1) 100%) 0 0 no-repeat padding-box;
  color: #FFF;
  border-radius: 50px;
  height: 3em;
}
.gestion-subtitle-poppins {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  color: #262626;
}
.gestion-poppins-p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.0em;
  color: #fff;
}
.gestion-poppins-semibold {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 0.75em;
  color: #fff;
}
.gestion-borrar-btn {
  background-color: #E5E7ED;
  border-radius: 50px;
  padding: 1px;
  font-size: 0.8rem;
  height: 1.5rem;
  width: 4rem;
}
button.btn.gestion-borrar-btn.btn-sm a {
  color: #000 !important;
}
.grey-btn-contact {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  background-color: transparent;
  border: solid 2px #707070;
  color: #FFFFFF;
  border-radius: 10px;
  height: 3em;
  -webkit-box-shadow: 0 0 10px -2px rgba(1, 36, 108, 0.38);
  -moz-box-shadow: 0 0 10px -2px rgba(1, 36, 108, 0.38);
  box-shadow: 0 0 10px -2px rgba(1, 36, 108, 0.38);
}
.grey-btn-contact:hover {
  background: transparent;
  color: #F6921E;
  border: solid 2px #F6921E;
  border-radius: 10px;
  height: 3em;
}
.textarea-contact textarea {
  background: #F2F2F2;
  height: 15rem;
}
.form-group.textarea-contact .InputClass-label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 0.9rem;
}
.textarea-contact label {
  color: #2B2D45;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 1rem;
  top: 14rem;
  background: transparent;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.textarea-contact label:focus {
  font-size: 0.875em;
  font-weight: 100;
  color: #9494A6;
}
.textarea-contact textarea:focus {
  outline: none;
  color: #1A1C2A;
  padding-bottom: 8px;
  border-width: 3px;
  border-color: #34AFA4;
}
.panel-default-contact > .panel-heading-contact {
  color: #333;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.panel-default-contact > .panel-heading-contact a {
  display: block;
  padding: 20px 15px;
  color: #1A1C2A;
  font-weight: bolder;
  border-bottom: dotted 1px #1A1C2A;
}
.panel-default-contact > .panel-heading-contact a:after {
  content: "";
  position: relative;
  top: 1px;
  display: block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 1.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
}
.panel-default-contact > .panel-heading-contact a[aria-expanded=true] {
  color: #2699FB;
  background-color: #1A1C2A;
  color: #fff;
}
.panel-default-contact > .panel-heading-contact a[aria-expanded=true]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 2em;
}
.panel-default-contact > .panel-heading-contact a[aria-expanded=false]:after {
  content: "+";
  font-family: "poppins", sans-serif;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #F90606;
  font-size: 2em;
}
.contactSubTitle-collapse {
  font-size: 0.8em;
}
.contact-select {
  font-family: "Poppins", sans-serif;
  display: block;
  padding: 20px 0;
  overflow: hidden;
  background: transparent;
}
.contact-select:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 5;
  pointer-events: none;
}
.contact-select select {
  padding: 5px 8px;
  font-size: 0.8em;
  border: none;
  border-bottom: solid 1px #9494A6;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  appearance: none;
}
.contact-select select option:first-child {
  top: 10rem;
}
.close-opacity {
  opacity: 1;
}
.DB_content-modal {
  border-radius: 1em;
}
.AA_title-content {
  font-family: "Roboto", sans-serif;
}
p.AA_title-content.align-self-center.mb-0 strong {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 200;
}
i.far.fa-check-circle.p-1 {
  font-size: 1.4em;
}
.ng-pristine.ng-invalid.ng-touched i {
  color: #F6921E;
}
.fa,
.far,
.fas {
  color: #fff;
}
.fa-check {
  color: #F6921E;
}
i.fa.fa-arrow-right.fa-sm.pl-2 {
  color: #fff;
}
.modal-body.AA_content-modal.p-sm-3.p-md-5 .d-flex.justify-content-center .btn.btn-md.red-boton.text-center.px-5.poppins-r.white-icon:hover {
  background-color: #000;
}
.modal-body.AA_content-modal.p-sm-3.p-md-5 .InputClass input {
  color: #000;
}
.AA_content-modal .InputClass-label.roboto-m {
  color: #000;
}
.InputClass.AA_input-modal input {
  color: #000;
}
.Fr_DatCuenta ul {
  list-style: none;
}
.Fr_DatCuenta ul li {
  display: inline-block;
}
.Fr_DatCuenta ul li:nth-last-child(2) {
  margin-left: 3%;
}
.Fr_DatCuenta ul li:nth-last-child(1) {
  margin-left: 15%;
}
.hr-12 {
  color: #fff;
  font-weight: bolder;
  border-bottom: dotted 1px #9494A6;
}
.imgPaso1 {
  margin-left: 1%;
}
.titulo-VentanaCancelPack {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3em;
  color: #F6921E;
}
.subtitulo-gracias {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.5em;
  color: #262626;
  margin-bottom: -0.5em;
}
.parrafo_gracias {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.2em;
  color: #262626;
}
#iniciarChat .modal-content.modal-border {
  background-color: #fff;
}
#iniciarChat p.px-0.poppins-r {
  color: #000 !important;
}
#iniciarChat .panel-default-contact > .panel-heading-contact a {
  color: #2699FB;
  background-color: #1A1C2A;
  color: #000 !important;
}
#iniciarChat .TitleRefPago {
  color: #000 !important;
}
#iniciarChat .TitleRefPagoCont {
  color: #000 !important;
}
.contenedor-perfil {
  background:
    transparent linear-gradient(
      90deg,
      #000000 0%,
      #171818 25%,
      #1F2020 50%,
      #000000 100%) 0 0 no-repeat padding-box;
}
.content-perfil {
  padding: 10vmin 20vmin;
}
.container-progress-bar {
  padding: 3vmin 20vmin 25vmin;
}
.btn-avatar {
  background-color: transparent;
  border: none;
  color: white;
}
.avatar-content img {
  padding: 10px 0;
}
.perfil-type {
  margin-top: 5px;
}
.text-center {
  text-align: center;
}
.cont {
  height: 100%;
  left: calc(50% - 450px);
  padding: 0;
  margin: 40px 0;
  position: sticky;
  width: 80%;
}
#nprogress-bar {
  -webkit-appearance: none;
  width: 100%;
  color: #CCC;
  height: 2px;
  margin: 0 auto;
}
#nprogress-bar {
  -webkit-appearance: none;
  width: 100%;
  color: #CCC;
  height: 2px;
  margin: 0 auto;
}
#step span {
  height: 20px;
  width: 20px;
  border-radius: 100%;
  border: 3px solid #CCC;
  background: #CCCCCC;
  position: absolute;
  left: 0;
  color: #ffffff;
  top: 5px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
#step {
  width: 100%;
}
#step span i {
  padding: 20px;
  text-align: center;
  font-size: 40px;
}
#step .first {
  left: 0;
}
#step .second {
  left: 25%;
}
#step .third {
  left: 50%;
}
#step .fourth {
  left: 75%;
}
#step .five {
  left: 100%;
}
.detail {
  position: relative;
}
#nprogress-bar::-webkit-progress-value {
  background: #F6921E;
  transition: all 0.4s ease-in-out;
}
#nprogress-bar::-webkit-progress-bar {
  background: gray;
}
#step .border-change {
  border-color: #fff;
  background: #F6921E;
  transition: all 0.4s ease-in-out;
}
.texto-inactivo {
  color: #707070;
}
.texto-activo {
  color: #F6921E;
}
.CBTabla {
  border: 1px solid #707070;
  border-radius: 5px;
  max-width: 600px;
  background-color: #242424;
}
.CBTabla01 {
  border-right: 1px solid #707070;
}
.CBTabla01 hr {
  border: dotted 0.009rem #707070;
}
.CBTitle {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 1.0rem;
}
.CBDetail {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.96rem;
}
.CBTitle2 {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 1.3rem;
  margin-bottom: 0;
}
.CBDetai2 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.96rem;
  margin-top: 0;
}
.CBarras {
  background-color: #EDF1F8;
  border-radius: 5px;
  padding: 2% 5%;
}
.CBarras h3 {
  color: #000;
  font-size: medium;
  font-weight: 500;
}
.CBarras img {
  display: block;
  margin: 0 auto;
}
.CBTxt {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}
.CBEnvRefPago {
  position: relative;
  bottom: 19px;
  font-size: 0.7em;
  margin-left: 5px;
}
.numero-container {
  display: inline-block;
  margin-right: 5px;
  margin-top: 3%;
  background-color: #fff;
  padding: 3px;
  border-radius: 5px;
}
.numero {
  font-size: 1.35rem;
  font-weight: 700;
}
.code-container {
  margin: 20px 0 50px;
}
.aviso-codigo {
  color: #F6921E;
  font-style: italic;
  padding: 20px 0;
  font-size: 12px;
}
.otc {
  position: relative;
  width: 40%;
}
.otc fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
.otc fieldset div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.otc legend {
  margin: 0 auto 1em;
  color: #DDDDDD;
  font-size: 16px;
}
.code-container.text-white input[type=number] {
  width: 25%;
  line-height: 1;
  margin: 0.1em;
  padding: 8px 0 4px;
  font-size: 2.65em;
  text-align: center;
  appearance: textfield;
  -webkit-appearance: textfield;
  border: 2px solid #B0B0B0;
  color: #DDDDDD;
  border-radius: 4px;
}
.code-container.text-white input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.otc label {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.modal-avatar {
  border: 5px solid #50535B;
  background:
    transparent linear-gradient(
      316deg,
      #363636 0%,
      #000000 100%) 0 0 no-repeat padding-box;
}
.image {
  filter: opacity(35%);
  width: 140px;
  height: 158px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
}
.image:hover {
  filter: opacity(65%);
}
.radio-img input {
  display: none;
}
.radio-img .image {
  cursor: pointer;
}
.radio-img input:checked + .image {
  filter: opacity(100%);
}
.barcode {
  max-width: 500px;
  height: auto;
  padding: 0;
  background-color: #EDF1F8;
  border-radius: 9px;
  display: block;
}
#scrollup {
  width: 40px;
  height: 40px;
  opacity: 0.3;
  position: fixed;
  bottom: 150px;
  right: 30px;
  text-indent: -9999px;
  background: url(https://d58ohtx80p2sd.cloudfront.net/dish-plus/img_black/icon_top.png) no-repeat;
}
#logoedye {
  width: 50px;
}
.custom-table {
  width: 100%;
}
#table-body,
.th-history {
  border-top: none;
  border-bottom: none !important;
  color: #fff;
  background: #333333;
  text-align: left;
}
.td-history,
.th-history {
  color: #fff;
  padding-bottom: 20px;
  padding-top: 20px;
  font-weight: 100;
  text-align: left;
}
.th-history,
.tr-history {
  background: #434242;
}
.custom-table tbody tr.active td,
.custom-table tbody tr.active th,
.custom-table tbody tr:hover td,
.custom-table tbody tr:hover th {
  color: #fff;
  background: transparent;
}
.custom-table span {
  color: var(--color-red);
}
.custom-table tr:nth-of-type(odd) {
  background: #191919;
}
.custom-table td,
th {
  border: none;
}
.purple-square {
  background:
    transparent linear-gradient(
      213deg,
      #170F22 0%,
      #371F4A 66%,
      #562F70 100%) 0 0 no-repeat padding-box;
}
.btnPqtEsen {
  margin-top: 5%;
  padding: 3%;
  border-radius: 20px;
  text-align: center;
  background:
    transparent linear-gradient(
      0deg,
      rgba(241, 101, 34, 1) 0%,
      rgba(242, 108, 33, 1) 47%,
      rgba(246, 146, 30, 1) 100%);
  font-weight: 300;
  border: solid 2px #212529;
}
.btnPqtEsen:hover {
  background: #212529;
  border: solid 2px #F6921E;
}
.scroll-div-reload::-webkit-scrollbar {
  width: 7px;
}
.modal-body::-webkit-scrollbar,
.scroll-div::-webkit-scrollbar {
  width: 7px;
}
.scroll-div-reload::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}
.modal-body::-webkit-scrollbar-track,
.scroll-div::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 5px;
}
.scroll-div-reload::-webkit-scrollbar-thumb {
  background-color: #f69226;
  border-radius: 5px;
}
.modal-body::-webkit-scrollbar-thumb,
.scroll-div::-webkit-scrollbar-thumb {
  background-color: #f69226;
  border-radius: 5px;
}
.btn-sinopsis {
  position: absolute;
  right: 0;
  top: 74%;
  margin: 0 0.8em;
  color: #595E66;
  font-size: 12px;
  padding: 0.2em 1.5em;
  border: none;
  border-radius: 24px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(209, 209, 209, 1) 100%);
}
.btn-sinopsis:focus,
.btn-sinopsis:hover {
  background:
    linear-gradient(
      180deg,
      rgba(246, 146, 30, 1) 0%,
      rgba(241, 101, 34, 1) 100%);
  box-shadow: inset 0 3px 5px #00000067;
  color: #fff;
}
.title-modalEsencial {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  border-radius: 24px;
  background:
    linear-gradient(
      180deg,
      rgba(219, 3, 23, 1) 0%,
      rgba(152, 25, 96, 1) 100%);
  margin-bottom: 0.5em;
}
.title-modalEsencial p {
  color: #FFF;
  font-size: 20px;
  padding: 5px;
  margin-bottom: 0 !important;
}
.cardHead-ModalStream .btn {
  font-size: 16px;
  color: #181818;
}
.orange-btn {
  background:
    linear-gradient(
      180deg,
      rgba(246, 146, 30, 1) 0%,
      rgba(241, 101, 34, 1) 100%);
  box-shadow: inset 0 3px 6px #00000067;
  border-radius: 24px;
  color: #fff;
  margin: 0;
  padding: 0.4em 1.2em;
  font-weight: 400;
  font-size: 12px;
}
.stream-modal-logo {
  margin: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  height: 50px;
  border-bottom-right-radius: 12px;
}
.img-channel {
  width: 100%;
  border: 3px solid transparent;
}
.stream-modal-logo img {
  width: 100%;
}
.card {
  border: none;
  background: transparent;
  padding: 0.2em 2em;
}
.description-container {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 3px solid white;
  top: 0;
}
.channel-description {
  width: 100%;
  height: 100%;
  top: 0;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  position: absolute;
  padding: 1em 1.5em;
  border: 3px solid transparent;
  background: rgba(0, 0, 0, 0.604);
}
.cardHead-ModalStream {
  background:
    linear-gradient(
      180deg,
      rgba(254, 254, 254, 1) 0%,
      rgba(209, 209, 209, 1) 100%) !important;
  padding: 0;
  border-radius: 10px !important;
}
.scroll-div {
  overflow-y: scroll;
  height: 360px;
}
.scroll-div-reload {
  overflow-y: scroll;
  height: 170px;
}
.aviso-tel {
  color: #F6921E !important;
  font-weight: bold;
  font-size: 0.9rem;
  font-style: italic;
}
.ValOtraMan {
  color: #fff;
  font-size: 0.8rem;
  text-decoration: none;
  margin-top: 5%;
  float: left;
}
.OpcionesValida {
  color: #fff;
  font-size: 0.8rem;
  border: 2px solid #F6921E;
  padding: 4% 0 0;
  margin-bottom: 5%;
  border-radius: 10px;
  background-color: #fff;
}
.OpcionesValida p {
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
  font-weight: 300;
}
.OpcionesValida ul {
  list-style: none;
}
.OpcionesValida ul li {
  margin-bottom: 0.2rem;
}
.OpcionesValida a {
  color: #F6921E;
}
.OpcionesValida p {
  color: #000;
  font-weight: bold;
  text-align: left;
  margin-left: 7%;
}
.ValOtraMan:hover {
  color: #F6921E;
}
.modal-Info-tel h6 {
  font-weight: bold;
  margin-bottom: 10%;
  text-align: left;
}
.modal-Info-tel p {
  font-size: 0.9rem;
}
.modal-Info-tel-On {
  background-color: #F0F0F0;
}
.modal-Info-tel-On h6 {
  font-weight: bold;
  margin-bottom: 10%;
  color: #593394;
  text-align: left;
}
.modal-Info-tel-On p {
  font-size: 0.9rem;
}
.numero_cliente_grafico {
  max-width: 100%;
}
.PantallaUno {
  max-width: 100%;
  height: auto;
}
.ValTelOpt {
  list-style: none;
}
.ValTelTick01 {
  width: 20px !important;
}
.ValTelOpt li a {
  font-style: italic;
  text-decoration: underline;
  font-size: 0.9rem;
}
.ValTelOpt li a:hover {
  color: #D87400;
}
.ValTelOptWhat {
  font-style: italic;
  font-weight: 300;
  margin-top: 5%;
}
.ValTelOptWhat a {
  font-style: italic;
  font-weight: bold;
  color: #F6911E;
}
.MensFormPago {
  position: sticky;
  top: 25%;
  display: flex;
  width: 100%;
  height: 100%;
}
.RappidCardTp {
  background-color: #5757FF;
  border-radius: 5px;
  color: #fff;
  padding: 10%;
  max-width: 320px;
}
.RappidCardTp .PrecRes {
  padding-bottom: 0;
  margin-bottom: 0;
}
.Bankaya {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 1% 3% 4%;
  color: #fff;
  margin-bottom: 5%;
}
.Bankaya img {
  min-width: 80px;
}
.Bankaya p:first-child {
  font-size: 1.0rem;
  font-weight: 300;
  text-align: left;
}
.Bankaya p {
  color: #000;
  font-size: 0.8rem;
  font-weight: 300;
  text-align: left;
  margin-bottom: 0;
}
.Bankaya .alerta-msj {
  font-size: 0.78rem;
  font-style: italic;
  font-weight: 400;
}
.MetPagoImgRappiCard {
  margin-left: 50%;
}
.mensbancaya {
  background: rgb(253, 88, 23);
  background: -moz-linear-gradient(0deg, rgba(253, 88, 23, 1) 0%, rgba(251, 58, 49, 1) 50%, rgba(250, 39, 66, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(253, 88, 23, 1) 0%, rgba(251, 58, 49, 1) 50%, rgba(250, 39, 66, 1) 100%);
  background:
    linear-gradient(
      0deg,
      rgba(253, 88, 23, 1) 0%,
      rgba(251, 58, 49, 1) 50%,
      rgba(250, 39, 66, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= "#fd5817", endColorstr="#fa2742", GradientType=1);
  border-radius: 10px;
  padding: 3%;
  color: #fff;
}
.mensbancayaTP {
  max-width: 150px;
  font-size: 0.9rem;
  font-weight: normal;
  height: auto;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 0;
}
.mensbancayaTPdos {
  font-size: 0.9rem;
  text-align: left;
  color: #fff;
  margin-top: 0;
  font-weight: 300;
}
.mensbancaya h4 {
  font-size: 1.3rem;
}
.mensbancaya p {
  font-size: 1.0rem;
  margin: 1%;
}
.mensbancaya p small {
  font-size: 0.8rem;
  font-style: italic;
  margin: 1%;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.btnPqtEsen {
  margin-top: 5%;
  padding: 3%;
  border-radius: 20px;
  text-align: center;
  background:
    transparent linear-gradient(
      0deg,
      rgba(241, 101, 34, 1) 0%,
      rgba(242, 108, 33, 1) 47%,
      rgba(246, 146, 30, 1) 100%);
  font-weight: 300;
  border: solid 2px #212529;
}
.btnPqtEsen:hover {
  background: #212529;
  border: solid 2px #F6921E;
}
.conPayPal {
  background-color: #242424;
  border: 1px dotted #878889;
  border-radius: 5px;
}
.conPayPal p {
  color: #fff;
  font-size: 1.2rem;
  margin-right: 10px;
}
.conPayPal p::before {
  content: url(https://d58ohtx80p2sd.cloudfront.net/dish-plus/img/paypal/arrow_circle.svg);
  margin-right: 5px;
}
.logPaypal {
  width: 60px;
}
.logRappid {
  width: 60px;
}
.logBancaya {
  width: 60px;
}
.logoBancaya {
  position: relative;
  left: 40%;
  padding-right: 5px;
}
.toggle-btn .plus::after {
  content: "+";
  position: relative;
  top: 1px;
  display: block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 1.2rem;
}
.toggle-btn .less::after {
  content: "-";
  position: relative;
  top: 1px;
  display: block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 1.2rem;
}
.alertaBell {
  width: 3.0rem;
  cursor: pointer;
}
.thanks-packs {
  background:
    linear-gradient(
      180deg,
      rgba(80, 51, 149, 1) 0%,
      rgba(59, 38, 103, 1) 50%,
      rgba(22, 11, 41, 1) 100%);
}
.item-thanks {
  background:
    transparent linear-gradient(
      180deg,
      #352155 0%,
      #0B0711 100%) 0 0 no-repeat padding-box;
  border: 2px solid #9B7FDD;
  border-radius: 23px;
  color: #fff;
  height: 520px;
}
.packs-hr {
  border: 1.5px solid #4F3E76;
  width: 100%;
}
.img-platforms-thanks {
  width: 80px !important;
}
.img-platforms-thanks-m {
  width: 80px !important;
  padding-bottom: 0 !important;
}
.font-price {
  font-size: 66px;
  font-weight: 700;
  margin: 0;
}
.font-saving {
  font-size: 20px;
  margin-bottom: 0;
}
.font-month {
  font-size: 20px;
  margin-bottom: 1.3em;
}
.m-month {
  margin: -1em;
}
.pesos-font {
  font-size: 38px;
}
.total-back {
  background: #4A2F87;
}
.en-vivo {
  font-size: 25px;
}
.pack-price-thanks {
  font-size: 14px;
}
.ui-block-06.team .team-owl .owl-next span,
.ui-block-06.team .team-owl .owl-prev span {
  font-size: 50px !important;
  font-weight: 100;
}
.ui-block-06.team .team-owl .owl-nav button.owl-next:hover,
.ui-block-06.team v.team-owl .owl-nav button.owl-prev:hover {
  color: white !important;
}
.list-esencial {
  gap: 1.5em;
}
.list-esencial-thanks {
  list-style: url(https://d31nz91qboyide.cloudfront.net/mvshub/iconos/arrow.svg);
}
.tel-error-thanks {
  color: #fff;
  text-decoration: underline;
}
.tel-error-thanks:hover {
  color: #F6921E;
}
.item-thanks-s {
  background:
    transparent linear-gradient(
      180deg,
      #352155 0%,
      #0B0711 100%) 0 0 no-repeat padding-box;
  border: 2px solid #9B7FDD;
  border-radius: 23px;
  color: #fff;
  height: 560px;
}
.appStore ul {
  list-style: none;
  text-align: left;
  padding-left: 25px;
}
.appStore ul li {
  display: inline-block;
}
.appStore img {
  width: 100px;
}
.banner-sushiitto {
  background:
    linear-gradient(
      180deg,
      rgba(36, 19, 48, 1) 0%,
      rgba(89, 38, 109, 1) 100%);
  border-radius: 20px;
  max-height: 200px;
}
.back-banner1-sushiitto {
  background-image: url(https://d31nz91qboyide.cloudfront.net/mvshub/banners/sushitto/series.jpeg);
  border-radius: 20px 0 0 20px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 200px;
}
.back-banner2-sushiitto {
  background-image: url(https://d31nz91qboyide.cloudfront.net/mvshub/banners/sushitto/patron.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}
.logo-sushiitto {
  max-width: 180px;
}
.validity-sushi {
  font-size: 0.438em;
  line-height: 1;
}
.back-banner1-dazn1 {
  background-image: url(https://d31nz91qboyide.cloudfront.net/mvshub/nfl/img_nfl.png);
  border-radius: 20px 0 0 20px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 200px;
}
.banner-dazn {
  background:
    linear-gradient(
      180deg,
      rgba(36, 19, 48, 1) 0%,
      rgba(89, 38, 109, 1) 100%);
  border-radius: 20px;
  max-height: 200px;
}
.back-banner1-dazn {
  background-image: url(https://d31nz91qboyide.cloudfront.net/mvshub/nfl/img_nfl.png);
  border-radius: 0 20px 20px 0;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
}
.logo-dazn {
  max-width: 180px;
}
.validity-dazn {
  font-size: 0.438em;
  line-height: 1;
}
.custom-div {
  border: 1px solid #F77E0B;
  opacity: 1;
  background-color: transparent;
  padding: 10px;
  color: #fff;
  width: 35%;
  margin-bottom: 20px;
}
.custom-div b {
  text-align: left;
  font: normal normal medium 16px/21px Roboto;
  letter-spacing: 0;
  color: #FFFFFF;
  opacity: 1;
}
.custom-div p {
  text-align: left;
  font-family: "Roboto", sans-serif !important;
  font-weight: medium !important;
  font-size: 16px !important;
  line-height: 21px !important;
  letter-spacing: 0;
  color: #FFFFFF;
  opacity: 1;
  font-size: 12px;
}
.custom-div u {
  text-align: left;
  font-size: 16px !important;
  letter-spacing: 0;
  color: #F77E0B;
  opacity: 1;
  text-decoration: none;
  font-size: 12px;
}
.dropdown-text {
  cursor: pointer;
  text-align: left;
  font: normal normal medium 16px/21px Roboto;
  letter-spacing: 0;
  color: #FFFFFF;
  opacity: 1;
}
.lugaresPago {
  margin-left: -20%;
  margin-bottom: 30px;
}
.btn-lugaresPago {
  color: #262626;
  background: transparent;
  border: solid 2px #F6921F;
  border-radius: 50px;
  height: 3em;
}
.btn-lugaresPago a {
  color: #ffffff;
}
.btn-lugaresPago:hover {
  color: #262626;
  background: #F6921F;
  border: solid 2px #ffffff;
  border-radius: 50px;
  height: 3em;
}
.input-field input[type=text] {
  margin-top: 20px;
  background-color: #575757;
  border: none;
  color: white;
  padding: 5px;
  width: 95%;
}
.custom-div label {
  text-align: left;
  font: italic normal normal 11px/15px Roboto;
  letter-spacing: 0;
  color: #FFFFFF;
  opacity: 1;
}
.dropdown-text {
  position: relative;
  cursor: pointer;
}
.input-field input::placeholder {
  color: white;
}
.custom-modal .modal-dialog {
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
}
.custom-modal-content {
  background: #fff;
  border-radius: 8px;
}
.custom-modal-header {
  border-bottom: none;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.custom-modal-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
  flex-grow: 1;
  color: #000;
}
.custom-close {
  color: #000;
  opacity: 1;
  text-shadow: none;
  outline: none;
}
.custom-modal-body {
  padding: 1rem 1.5rem;
  text-align: center;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.custom-input {
  width: 70%;
  max-width: 400px;
  border-radius: 20px;
  border: 1px solid #ff6a00;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
}
.text-small-custom {
  font-size: 0.75rem;
  color: #000;
  margin-top: 0.25rem;
}
.custom-footer {
  border-top: none;
  padding: 1rem 1.5rem;
  text-align: center;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  justify-content: center;
  margin-top: -15px;
}
.red-boton-modal {
  background: rgb(241, 101, 34);
  background:
    transparent linear-gradient(
      0deg,
      rgba(241, 101, 34, 1) 0%,
      rgba(242, 108, 33, 1) 47%,
      rgba(246, 146, 30, 1) 100%) 0 0 no-repeat padding-box;
  color: #FFF;
  border-radius: 50px;
  box-shadow: -1px 7px 5px -1px rgba(0, 0, 0, 0.69);
  -webkit-box-shadow: -1px 7px 5px -1px rgba(0, 0, 0, 0.69);
  -moz-box-shadow: -1px 7px 5px -1px rgba(0, 0, 0, 0.69);
  font-size: 1.1em;
  border: none;
}
.black-boton-modal {
  background: rgb(83, 83, 83);
  background: #535353;
  color: #FFF;
  border-radius: 50px;
  box-shadow: -1px 7px 5px -1px rgba(0, 0, 0, 0.69);
  -webkit-box-shadow: -1px 7px 5px -1px rgba(0, 0, 0, 0.69);
  -moz-box-shadow: -1px 7px 5px -1px rgba(0, 0, 0, 0.69);
  font-size: 1.0em;
  border: none;
}
.black-boton-modal:hover {
  background: rgb(83, 83, 83);
  background: #535353;
  color: #FFF;
  border-radius: 50px;
  box-shadow: -1px 7px 5px -1px rgba(0, 0, 0, 0.69);
  -webkit-box-shadow: -1px 7px 5px -1px rgba(0, 0, 0, 0.69);
  -moz-box-shadow: -1px 7px 5px -1px rgba(0, 0, 0, 0.69);
  font-size: 1.0em;
  border: none;
}
.text-modale-V {
  color: #000;
  font-size: 14px;
  margin-top: 10px;
}
.text-modaleO-V {
  color: #F6921F;
  font-size: 16px;
  margin-top: 10px;
  display: none;
}
.cod-prom {
  color: orangered;
}
.iconCV {
  color: #F68F1E;
  font-size: 20px;
}
.tooltip-content {
  display: none;
  width: 200px;
  background-color: white;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
}
.tooltip-inner {
  background-color: #fff !important;
  color: black !important;
  max-width: 300px;
  border: 1px solid #ddd;
}
.bs-tooltip-top .arrow::before {
  border-top-color: white !important;
}
.tooltip-inner h3 {
  font-size: 14px;
  margin: 5px 0;
  text-align: center;
}
.tooltip-inner img {
  display: block;
  width: 100%;
  height: auto;
  margin: 5px auto;
}
.tooltip-inner p {
  font-size: 12px;
  margin: 5px 0;
}
.tooltip.show {
  opacity: 1;
}
.button-containerCV {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.button-containerCV .btn + .btn {
  margin-top: 15px;
}
.close-btn-CV {
  display: none;
}
@media (max-width:431px) {
  .tittle-prom {
    font-size: 14px;
    padding: 5px 5px 10px;
  }
  .modal-width {
    margin-right: 20px;
  }
  .text-modale-V {
    font-size: 15px;
    padding: 5px 8px 10px;
  }
  .modal-center {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 1rem);
  }
  .custom-modal-title {
    padding: 0 5px;
  }
  .modal-dialog {
    margin: 10px auto;
    width: auto;
    max-width: 90%;
  }
  .custom-input {
    width: 90%;
    max-width: 400px;
    border-radius: 20px;
    border: 1px solid #ff6a00;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
  }
  .tooltip-content {
    display: none;
    width: 150px;
    background-color: white;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    opacity: 1;
  }
  .tooltip-inner {
    background-color: #fff !important;
    color: black !important;
    max-width: 200px;
    border: 1px solid #ddd;
    opacity: 1;
  }
  .tooltip-inner h3 {
    font-size: 14px;
    margin: 5px 0;
    text-align: center;
    padding: 5px;
  }
}
@media (max-width:1299px) {
  .f-hotgoTitle {
    font-size: 18px;
    font-weight: bold;
  }
  .f-hotgoSubTitle {
    font-size: 15px;
    font-weight: 600;
  }
  .f-hotgoAlert {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .container-progress-bar {
    padding: 3vmin 5vmin 25vmin;
  }
  .otc {
    position: relative;
    width: 100%;
  }
  .texto-inactivo {
    display: none;
  }
  .image {
    width: 100px;
    height: 100px;
    background-size: cover;
  }
  .content-perfil {
    padding: 10vmin 4vmin;
  }
  .content-img-perfil {
    align-items: center;
  }
  .content-img-perfil img {
    width: 100px;
  }
  .AA_pack-logos {
    min-width: auto;
  }
  .footer {
    position: relative;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  button.close {
    left: 5px;
    top: -10px;
  }
  button.close.custom-close.close-V {
    left: 80%;
    top: 0;
  }
  .creaCuenta {
    display: none;
  }
  .banner-info {
    display: block;
  }
  .notifimodal {
    background-color: #000000;
    border: solid 1px #707070;
    border-top: solid 3px #fff;
    position: relative;
    left: 20px;
    z-index: 9999;
    padding: 5%;
    max-width: 100%;
  }
  #info-stream01 .modal-dialog {
    min-width: 0 !important;
    margin-left: 0 !important;
  }
  .border-hotgo {
    border-right: none;
  }
}
@media (max-width: 468px) {
  .image {
    width: 78px;
    height: 78px;
    background-size: cover;
  }
  .BackImgContratar01 {
    height: 150px;
  }
  .modal-dialog {
    overflow-y: initial !important;
  }
  .modal-body {
    overflow-y: auto;
  }
  .modal-body-Tel {
    max-height: auto;
  }
  .bann-txt {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .container-bann {
    padding: 3em 3em 2em 2em;
  }
  .footer {
    position: relative;
    bottom: 0;
  }
}
@media only screen and (max-width:26.5625em) {
  .SbTitle {
    font-size: 0.9rem;
    padding: 0 5%;
  }
  .SbTitle02 {
    font-size: 0.9rem;
    padding: 0 20%;
  }
  .poppins-xb {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    margin-left: 5%;
  }
  h5 {
    text-align: left;
  }
  .radiopqtInput:checked + span::before {
    font-family: Arial, sans-serif;
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid #F6921E;
    background-color: #F6921E;
    margin-top: 0;
    border-radius: 5px;
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/242518/check-icn.svg);
    background-position: center;
    background-repeat: no-repeat;
  }
  .DM_LogParra {
    padding: 0 5% 0 0;
  }
  .radiopqtInput:checked + span::before {
    margin-top: 0;
  }
  .MainTitle {
    font-size: 1.0rem;
    text-align: center;
  }
  .BackImgContratar01 {
    height: 150px;
  }
  .AA_beneficios-packs {
    margin-bottom: 1em;
  }
  .channel-description {
    font-size: 11px;
    padding: 1em 1.5em;
  }
  .btn-sinopsis {
    top: 71%;
  }
  .card {
    padding: 0.2em 0;
  }
  .subT-modalHot {
    margin: 0 2em;
  }
  .logoBancaya {
    left: 30%;
    padding-right: 1px;
  }
}
@media only screen and (max-width:20em) {
  .poppins-r {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-size: 0.9125em;
    text-align: left;
    margin-bottom: 1%;
    padding-left: 0;
  }
  .subtitulo-gracias {
    font-size: 1.2em;
    margin-left: 15px;
  }
  .parrafo_gracias {
    font-size: 0.9em;
    margin-left: 15px;
  }
  .btn-sinopsis {
    font-size: 9px;
  }
  .imgPaso1 {
    margin-left: 7%;
  }
  .TitReg {
    padding-left: 4%;
    width: 100%;
  }
  .radiopqtInput:checked + span::before {
    margin-top: 20px;
  }
  .MainTitle {
    font-size: 0.8rem;
    text-align: center;
  }
  .UltCompRefPago {
    font-size: 0.7rem;
  }
  .MetPagoImgRappiCard {
    margin-left: 20%;
  }
  .AA_footer-beneficios li img {
    width: 90% !important;
  }
  .logoBancaya {
    left: 15%;
    padding-right: 1px;
    width: 60px;
  }
  .numero {
    font-size: 1.05rem;
  }
  .CBarras img {
    display: block;
    margin: 0 auto;
    padding: 5%;
  }
}
@media only screen and (max-width:47.9375em) and (min-width:35.3125em) {
  .Oc767 {
    visibility: hidden;
    display: none !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  #btnContratar {
    padding: 1em 5em;
  }
  .pagoEfecSpan {
    display: none;
  }
  .border-bottom-dotted {
    border-bottom-style: none;
  }
  .DB_adicionales-movil {
    margin-left: 1rem;
    margin-top: 0;
    padding-left: 40px;
    margin-bottom: 0.8em;
  }
  .DB_add-pack {
    padding: 0;
  }
  .DB_duoColor-title {
    margin-left: 1em;
    margin-bottom: -1rem;
    margin-top: 0;
  }
  .dotted-movil {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
  }
  .edit-boton {
    width: 17vmin;
  }
  .edit-boton-two {
    width: 15em;
  }
  .edit-boton-two-perfil {
    width: 10em;
  }
  .DB_btn-container2 {
    display: flex;
    justify-content: center;
  }
  .red-square-movil {
    background: rgb(241, 101, 34);
    background:
      transparent linear-gradient(
        0deg,
        rgba(241, 101, 34, 1) 0%,
        rgba(242, 108, 33, 1) 47%,
        rgba(246, 146, 30, 1) 100%) 0 0 no-repeat padding-box;
    border-radius: 0 0 2rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 30vmin;
  }
  .blackBtn-space {
    margin: 0.5rem 2rem 0 -0.5rem;
  }
  .red-square-movil p {
    border-radius: 0 0 2rem 2rem;
    font-size: 1rem;
    margin-bottom: 0;
    justify-self: center;
    margin-top: 10px;
  }
  .DB_dishDigital-text-m {
    margin-top: 0;
  }
  .DB_dishPrice-text-m {
    margin-top: 0;
  }
  .red-square {
    padding: 4em 1em;
  }
  .dotted-movil {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
  }
  .Fr_DatCuenta p {
    text-align: left;
    margin-left: 0.5rem;
  }
  .Fr_DatCuenta span {
    padding: 0;
    margin-left: 0.5rem;
  }
  .DB_btn-container {
    display: flex;
    margin-left: -10px;
    margin-top: 0;
  }
  .DB_desktop {
    display: none;
  }
  .Fr_Content p {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    color: #fff;
    padding-left: 10%;
  }
  .Fr_Content img {
    width: 180px;
    height: auto;
    padding-bottom: 10%;
    margin-top: 5%;
  }
  .Fr_Content .FrLogLogin {
    width: 180px;
    height: auto;
    padding-bottom: 10%;
    margin-top: 1%;
  }
  ul.navbar-nav.ml-auto {
    top: -10px;
  }
  form {
    padding: 0 5%;
  }
  .Fr_NameAvatMiCuent {
    margin-left: 5%;
  }
  .AA_modal-contratar {
    font-size: 0.9em;
  }
  .btn-modal button {
    width: 100px;
    height: 30px;
  }
  .hotgoBack {
    background: #180205;
    color: #FFF;
    max-width: 380px;
    min-width: 200px;
  }
  .black-btn {
    background: rgb(160, 162, 165);
    background:
      linear-gradient(
        0deg,
        rgba(160, 162, 165, 1) 0%,
        rgba(240, 240, 240, 1) 51%,
        rgba(255, 255, 255, 1) 100%);
    border: transparent;
    -webkit-box-shadow: 0 3px 9px 2px rgba(0, 0, 0, 0.33);
    box-shadow: 0 3px 9px 2px rgba(0, 0, 0, 0.33);
    color: #000 !important;
    padding: 0.5rem !important;
  }
  .mi-cuenta {
    margin-top: 5%;
    width: 100%;
    margin-left: 5px;
  }
  .panel-default-cuenta > .panel-heading-cuenta a[aria-expanded=true] {
    background:
      transparent linear-gradient(
        203deg,
        #F6921E 0%,
        #F16522 100%) 0 0 no-repeat padding-box;
    border-radius: 30px 30px 0 0;
    margin-left: 0;
  }
  .panel-default-cuenta > .panel-heading-cuenta .paquete-actual {
    display: block;
    padding: 20px 40px;
    color: #fff;
    font-weight: bolder;
  }
  .descPat {
    margin-left: 25px;
    margin-top: -4rem;
  }
  .blackBtn-space {
    margin: 15px 0 0;
  }
  .btn-DB_movil {
    font-size: 1rem;
  }
  #check1,
  #check6,
  #check6Mob {
    height: 25px;
    width: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #34495E;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
    background-color: white;
    cursor: pointer;
  }
  .TitReg {
    padding-left: 3%;
  }
  .PrecRes-2 {
    font-size: 1.06em;
    font-weight: 300;
    border-radius: 15px;
    border: 3px #F6921E solid;
    padding: 20px 0px 20px 20px;
    margin-left: -24px;
    margin-right: 0%;
  }
}
@media screen and (min-width: 375px) and (max-width: 424px) {
  #btnContratar {
    padding: 1em 5em;
  }
  .pagoEfecSpan {
    display: none;
  }
  .border-bottom-dotted {
    border-bottom-style: none;
  }
  .DB_adicionales-movil {
    margin-left: 1rem;
    margin-top: 0;
    padding-left: 40px;
    margin-bottom: 0.8em;
  }
  .DB_add-pack {
    padding: 0 2rem;
  }
  .DB_duoColor-title {
    margin-left: 1em;
    margin-bottom: -1rem;
    margin-top: 0;
  }
  .dotted-movil {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
  }
  .edit-boton {
    width: 17vmin;
  }
  .edit-boton-two {
    width: 15em;
  }
  .edit-boton-two-perfil {
    width: 10em;
  }
  .DB_btn-container2 {
    display: flex;
    justify-content: center;
  }
  .red-square-movil {
    background: rgb(241, 101, 34);
    background:
      transparent linear-gradient(
        0deg,
        rgba(241, 101, 34, 1) 0%,
        rgba(242, 108, 33, 1) 47%,
        rgba(246, 146, 30, 1) 100%) 0 0 no-repeat padding-box;
    border-radius: 0 0 2rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 35vmin;
  }
  .blackBtn-space {
    margin: 0.2rem 1rem 0 0;
    padding: 0;
  }
  .red-square-movil p {
    border-radius: 0 0 2rem 2rem;
    font-size: 1.3rem;
    margin-bottom: 0;
    justify-self: center;
  }
  .DB_dishDigital-text-m {
    margin-top: 0;
  }
  .DB_dishPrice-text-m {
    margin-top: 0;
  }
  .red-square {
    padding: 4em 1em;
  }
  .dotted-movil {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
  }
  .Fr_DatCuenta p {
    text-align: left;
  }
  .Fr_DatCuenta span {
    padding: 0;
  }
  .DB_btn-container {
    display: flex;
    justify-content: left;
    margin-left: -20px;
  }
  .DB_desktop {
    display: none;
  }
  .Fr_Content p {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    color: #fff;
    padding-left: 5%;
  }
  .Fr_Content img {
    width: 180px;
    height: auto;
    padding-bottom: 10%;
    margin-top: 5%;
  }
  .Fr_Content .FrLogLogin {
    width: 180px;
    height: auto;
    padding-bottom: 10%;
    margin-top: 1%;
  }
  ul.navbar-nav.ml-auto {
    top: -10px;
  }
  form {
    padding: 0 5%;
  }
  .Fr_NameAvatMiCuent {
    margin-left: 5%;
  }
  .AA_modal-contratar {
    font-size: 0.9em;
  }
  .btn-modal button {
    width: 100px;
    height: 30px;
  }
  .hotgoBack {
    background: #180205;
    color: #fff;
    max-width: 380px;
    min-width: 200px;
  }
  .black-btn {
    background: rgb(160, 162, 165);
    background:
      linear-gradient(
        0deg,
        rgba(160, 162, 165, 1) 0%,
        rgba(240, 240, 240, 1) 51%,
        rgba(255, 255, 255, 1) 100%);
    border: transparent;
    -webkit-box-shadow: 0 3px 9px 2px rgba(0, 0, 0, 0.33);
    box-shadow: 0 3px 9px 2px rgba(0, 0, 0, 0.33);
    color: #000 !important;
    padding: 0.3rem 1rem !important;
    margin: 0.3rem 0;
  }
  .custom-div {
    border: 1px solid #F77E0B;
    opacity: 1;
    background-color: transparent;
    padding: 10px;
    color: #fff;
    width: 80%;
    margin-bottom: 20px;
  }
  .custom-div b {
    text-align: center;
    font: normal normal medium 16px/21px Roboto;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
  }
  .custom-div p {
    text-align: center;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
    font-size: 12px;
  }
  .custom-div u {
    text-align: center;
    letter-spacing: 0;
    color: #F77E0B !important;
    opacity: 1;
    text-decoration: none;
  }
  .dropdown-text {
    cursor: pointer;
    text-align: center;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
  }
  .input-field {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .input-field input[type=text] {
    margin-top: 0;
    background-color: #575757;
    border: none;
    color: white;
    padding-left: 15%;
    width: 85%;
  }
  .custom-div label {
    text-align: center;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
    margin-top: 10px;
  }
  .dropdown-text {
    position: relative;
    cursor: pointer;
  }
  .input-field input::placeholder {
    color: white;
  }
  .mi-cuenta {
    margin-top: 5%;
    width: 100%;
    margin-left: 0;
  }
  .panel-default-cuenta > .panel-heading-cuenta a[aria-expanded=true] {
    background:
      transparent linear-gradient(
        203deg,
        #F6921E 0%,
        #F16522 100%) 0 0 no-repeat padding-box;
    border-radius: 30px 30px 0 0;
    margin-left: 0;
  }
  .descPat {
    margin-left: 25px;
    margin-top: -4rem;
  }
  .blackBtn-space {
    margin: 0;
    padding: 0;
  }
  .btn-DB_movil {
    font-size: 1.3rem;
    margin-top: 20px;
  }
  #check1,
  #check6,
  #check6Mob {
    height: 25px;
    width: 25px;
  }
  .CBTabla01 {
    border-right: 0 solid #707070;
  }
  .TitReg {
    padding-left: 3%;
  }
  .radioPago {
    margin-left: 0;
  }
  .PrecRes-2 {
    font-size: 1.06em;
    font-weight: 300;
    border-radius: 30px;
    border: 3px #F6921E solid;
    padding: 20px 0px 20px 20px;
    margin-left: -24px;
    margin-right: 0%;
  }
}
@media screen and (min-width: 425px) and (max-width: 767px) {
  #btnContratar {
    padding: 1em 5em;
  }
  .pagoEfecSpan {
    display: none;
  }
  .border-bottom-dotted {
    border-bottom-style: none;
  }
  .DB_adicionales-movil {
    margin-left: 1rem;
    margin-top: 0;
    padding-left: 40px;
    margin-bottom: 0.8em;
  }
  .DB_add-pack {
    padding: 0 2rem;
  }
  .DB_duoColor-title {
    margin-left: 1em;
    margin-bottom: -1rem;
    margin-top: 0;
  }
  .dotted-movil {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
  }
  .edit-boton {
    width: 17vmin;
  }
  .edit-boton-two {
    width: 15em;
  }
  .edit-boton-two-perfil {
    width: 10em;
  }
  .DB_btn-container2 {
    display: flex;
    justify-content: center;
  }
  .red-square-movil {
    background: rgb(241, 101, 34);
    background:
      transparent linear-gradient(
        0deg,
        rgba(241, 101, 34, 1) 0%,
        rgba(242, 108, 33, 1) 47%,
        rgba(246, 146, 30, 1) 100%) 0 0 no-repeat padding-box;
    border-radius: 0 0 2rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 35vmin;
  }
  .blackBtn-space {
    margin: 0.5rem 1rem 0 0;
  }
  .red-square-movil p {
    border-radius: 0 0 2rem 2rem;
    font-size: 2rem;
    margin-bottom: 0;
    justify-self: center;
  }
  .DB_dishDigital-text-m {
    margin-top: 0;
  }
  .DB_dishPrice-text-m {
    margin-top: 0;
  }
  .red-square {
    padding: 4em 1em;
  }
  .dotted-movil {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
  }
  .Fr_DatCuenta p {
    text-align: left;
  }
  .Fr_DatCuenta span {
    padding: 0;
  }
  .DB_btn-container {
    display: flex;
    justify-content: left;
    margin-left: -20px;
  }
  .DB_desktop {
    display: none;
  }
  .Fr_Content p {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    color: #fff;
    padding-left: 5%;
  }
  .Fr_Content img {
    width: 180px;
    height: auto;
    padding-bottom: 10%;
    margin-top: 5%;
  }
  .Fr_Content .FrLogLogin {
    width: 180px;
    height: auto;
    padding-bottom: 10%;
    margin-top: 1%;
  }
  ul.navbar-nav.ml-auto {
    top: -10px;
  }
  form {
    padding: 0 5%;
  }
  .Fr_NameAvatMiCuent {
    margin-left: 5%;
  }
  .AA_modal-contratar {
    font-size: 0.9em;
  }
  .btn-modal button {
    width: 100px;
    height: 30px;
  }
  .hotgoBack {
    background: #180205;
    color: #fff;
    max-width: 380px;
    min-width: 200px;
  }
  .custom-div {
    border: 1px solid #F77E0B;
    opacity: 1;
    background-color: transparent;
    padding: 10px;
    color: #fff;
    width: 80%;
    margin-bottom: 20px;
  }
  .custom-div b {
    text-align: left;
    font: normal normal medium 16px/21px Roboto;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
  }
  .custom-div p {
    text-align: left;
    font-family: "Roboto", sans-serif !important;
    font-weight: medium !important;
    font-size: 16px !important;
    line-height: 21px !important;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
    font-size: 12px;
    padding-left: 0;
  }
  .custom-div u {
    text-align: left;
    font-size: 16px !important;
    letter-spacing: 0;
    color: #F77E0B;
    opacity: 1;
    text-decoration: none;
    font-size: 12px;
  }
  .dropdown-text {
    cursor: pointer;
    text-align: left;
    font: normal normal medium 16px/21px Roboto;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
  }
  .input-field input[type=text] {
    margin-top: 20px;
    background-color: #575757;
    border: none;
    color: white;
    padding: 5px;
    width: 95%;
  }
  .custom-div label {
    text-align: left;
    font: italic normal normal 11px/15px Roboto;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
  }
  .dropdown-text {
    position: relative;
    cursor: pointer;
  }
  .input-field input::placeholder {
    color: white;
  }
  .CBTabla01 {
    border-right: 0 solid #707070;
  }
  .input-field input::placeholder {
    color: white;
  }
  .mi-cuenta {
    margin-top: 5%;
    width: 100%;
    margin-left: 0;
  }
  .panel-default-cuenta > .panel-heading-cuenta a[aria-expanded=true] {
    background:
      transparent linear-gradient(
        203deg,
        #F6921E 0%,
        #F16522 100%) 0 0 no-repeat padding-box;
    border-radius: 30px 30px 0 0;
    margin-left: 0;
  }
  .descPat {
    margin-left: 35px;
    margin-top: -4rem;
  }
  .blackBtn-space {
    margin: 0;
    padding: 0;
  }
  .btn-DB_movil {
    font-size: 1.3rem;
    margin-top: 20px;
  }
  .TitReg {
    padding-left: 3%;
  }
  .radioPago {
    margin-left: 0;
  }
  .PrecRes-2 {
    font-size: 1.06em;
    font-weight: 300;
    border-radius: 15px;
    border: 3px #F6921E solid;
    padding: 20px 0px 20px 20px;
    margin-left: -24px;
    margin-right: 0%;
  }
}
@media screen and (min-width:1024px) and (max-width:1440PX) {
  .PrecRes-2 {
    font-size: 1.06em;
    font-weight: 300;
    border-radius: 15px;
    border: 3px #F6921E solid;
    padding: 20px 0px 20px 20px;
    margin-left: -24px;
    margin-right: 0%;
  }
}
@media screen and (min-width:1024px) and (max-width:2560px) {
  .DB_movil {
    display: none;
  }
  .DB_actual-pack {
    margin-bottom: 2rem;
  }
  .dotted-movil {
    border-bottom-style: none;
  }
  .border-bottom-dotted {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
  }
  .DB_desktop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  .DB_desktop_migrados {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .otc {
    position: relative;
    width: 100%;
  }
}
.AA_input-modal {
  font-size: 1.2em;
}
.AA_input-modal-label {
  color: #000;
  font-weight: 500 !important;
}
@media screen and (min-width:992px) {
  .red-square {
    padding: 4em 1em;
  }
}
@media screen and (min-width:1200px) {
  .DB_dishDigital-text-m {
    margin-top: 1em;
  }
  .DB_dishPrice-text-m {
    margin-top: 1em;
  }
  .red-square {
    padding: 4em 1em;
  }
  .black-btn {
    margin: 0.5em;
  }
  .pack-actual {
    margin-top: 1em;
  }
  .DB_btn-container {
    display: flex;
    justify-content: start;
  }
}
@media (max-width: 768px) {
  table {
    width: 100%;
  }
  table,
  tbody,
  td,
  th,
  thead,
  tr {
    display: block;
  }
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    border: 1px solid #ccc;
  }
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-column);
    color: #000;
    font-weight: 600;
    text-align: left;
    font-size: 0.9em;
  }
  .itemSeg {
    font-size: 0.8em;
    color: #43425d;
    text-align: right;
    font-weight: 300;
    margin: 0;
  }
  .itemSegFecha {
    font-size: 0.8em;
    color: #ff4141;
    text-align: right;
    font-weight: 400;
    margin: 0;
  }
  .RightBorder {
    border: 0;
  }
  .NoRightBorder a img {
    margin-left: 80%;
  }
  .vigencia {
    font-size: 0.7rem;
    position: absolute;
    right: 5px;
    font-weight: normal;
    font-style: italic;
    margin-top: -15px;
  }
}
@media (max-width: 400px) {
  .AA_btn-card {
    font-size: 1em;
  }
  .AA_btn-efe {
    font-size: 0.8em;
  }
  .AA_content-pagos {
    padding-left: 0;
  }
  .TxtPagExi {
    font-size: 0.8rem;
    margin-left: 25px;
  }
}
@media (max-width: 425px) {
  .TxtPagExi {
    font-size: 0.8rem;
    margin-left: 25px;
  }
  .BackImgContratar01 {
    height: 120px;
  }
  .CBTxt {
    margin-left: 20px;
  }
  .CBTabla {
    margin: 0 5%;
  }
}
@media screen and (min-width: 300px) and (max-width: 374px) {
  .AddNetflixLine {
    border-right: 0;
  }
  .AddNetflix {
    padding: 5px 5px 15px 2px;
    border: solid 0;
    border-radius: 0;
    background-color: #F3F3F3;
    width: 100%;
    margin: 0;
  }
  .AddNetflix .tit01 {
    text-align: left !important;
    font-size: 0.8rem;
    font-weight: 400;
    color: #1C1C1C;
    margin-bottom: 0;
  }
  .AddNetflix .tit02 {
    text-align: left !important;
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
    margin-bottom: 0;
  }
  .AddNetflix .tit03 {
    text-align: left !important;
    font-size: 0.9rem;
    font-weight: 300;
    color: #1C1C1C;
    margin-bottom: 0;
  }
  .AddNetflix .tit02a {
    text-align: left !important;
    font-size: 1.5rem;
    color: #1C1C1C;
    margin-bottom: 0;
  }
  .AddNetflix .tit01a {
    text-align: left;
    font-size: 11px;
    font-weight: 300;
    color: #E6E6E6;
    margin-bottom: 0;
    margin-top: 5px;
  }
  .AA_recomendado {
    padding: 2vmin 4vmin;
  }
  .AA_packs-desktop {
    display: none;
  }
  .AA_packs-movil {
    display: show;
  }
  .AA_header-pack {
    justify-content: start;
  }
  .AA_info-pack {
    color: #1A1C2A;
  }
  .AA_info-contenidos {
    margin-bottom: 0;
    font-size: 0.8rem;
  }
  .AA_beneficios-packs li {
    font-weight: 500;
    font-size: 0.8rem;
  }
  .AA_content-packs {
    border-radius: 0 18px 18px 18px;
  }
  .AA_detalle-pack {
    border-radius: 5px 0 0 0;
    width: 45vmin;
  }
  .AA_pack-dishd,
  .AA_pack-entre,
  .AA_pack-ondesea,
  .AA_pack-premium,
  .AA_pack-total {
    border-top-right-radius: 18px;
  }
  section.row.mt-5.AA_packs.AA_packs-movil {
    display: show;
  }
  .AA_pack-dishd {
    height: fit-content;
  }
  .AA_img-pack-esp {
    width: 75%;
  }
  .navbar-menu {
    padding: 0 10px;
  }
  .BackImgContratar01 {
    width: 100%;
    height: 100px;
  }
  #btnContratar {
    width: 100px;
  }
  .red-contratar button {
    width: 100px;
  }
  .AA_modal-contratar {
    font-size: 0.7em;
  }
  .BackImgContratar02 {
    height: 100px;
  }
  .CBTabla01 {
    border-right: 0 solid #707070;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .AA_packs-desktop {
    display: none;
  }
  .AA_packs-movil {
    display: show;
  }
  .AA_header-pack {
    justify-content: start;
  }
  .AA_recomendado {
    padding: 2vmin 4vmin;
    border-radius: 20px 20px 0 0;
    width: fit-content;
  }
  .AA_info-pack {
    color: #1A1C2A;
  }
  .AA_info-contenidos {
    margin-bottom: 0;
    font-size: 1rem;
  }
  .AA_beneficios-packs li {
    font-weight: 200;
    font-size: 0.8rem;
  }
  .AA_content-packs {
    border-radius: 0 18px 18px 18px;
  }
  .AA_detalle-pack {
    border-radius: 5px 5px 0 0;
    width: 45vmin;
  }
  .AA_pack-dishd,
  .AA_pack-entre,
  .AA_pack-ondesea,
  .AA_pack-premium,
  .AA_pack-total {
    border-top-right-radius: 18px;
  }
  section.row.mt-5.AA_packs.AA_packs-movil {
    display: show;
  }
  .AA_pack-dishd {
    height: fit-content;
  }
  .poppins-rEdo {
    float: left;
    color: #000;
    position: relative;
    top: -8px;
  }
  .borAlert01 {
    background-color: #292929;
    margin: 0 10px;
  }
  .AddNetflix {
    padding: 15px;
    border-radius: 0 0 15px 15px;
    background-color: #F3F3F3;
    width: 100%;
    margin: 0;
  }
  .hrAjuste {
    border: 0;
    height: 0;
    border-top: 1px solid #8c8c8c;
    margin: 1px;
  }
  .AddNetflixLine {
    border-right: 0;
  }
  .AddNetflix .tit01 {
    text-align: left !important;
    font-size: 12px;
    color: #1C1C1C;
    margin-bottom: 0;
    font-weight: 300;
  }
  .AddNetflix .tit02 {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    color: #1C1C1C;
    margin-bottom: 0;
  }
  .AddNetflix .RojoNet {
    color: #FF0000;
  }
  .AddNetflix .tit03 {
    text-align: left !important;
    font-size: 12px;
    font-weight: 300;
    color: #1C1C1C;
    margin-bottom: 0;
  }
  .AddNetflix .tit01a {
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    color: #E6E6E6;
    margin-bottom: 0;
    margin-top: 0;
  }
  .AddNetflix .tit02a {
    text-align: right !important;
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
  }
  p.AA_info-contenidos {
    color: #F6921E;
    margin-top: 1%;
    text-align: left;
    font-weight: 500 !important;
    font-size: 0.99rem;
  }
  .WapFooter00 {
    padding-left: 0;
  }
  .MetPagoImgRappiCard {
    margin-left: 30%;
  }
}
.calc-text-orange {
  color: #F16522;
}
.btnHeader-pack {
  padding-top: 4.5em;
}
.packs-title1 {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 21px;
}
.packs-title2 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 24px;
}
.packs-title3 {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 15px;
}
.packs-title4 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 25px;
}
.packs-title4-Mob {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 25px;
}
.tab-packs {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  font-weight: 200;
  padding: 1em 3em;
  border-radius: 5px;
  background: transparent;
  border: 2px solid white;
  width: 250px;
  height: 70px;
}
.tab-packs.active {
  font-family: "Roboto", sans-serif;
  background: white;
  color: #000 !important;
  font-size: 0.9em;
  border: 2px solid #F16522 !important;
  font-weight: 300;
}
.poppins-purple {
  color: #482E72;
}
.packNew-logos img {
  width: 60px;
  box-shadow: 0 3px 6px #00000029;
}
.packNew-logos-platform img {
  width: 80px;
  box-shadow: 0 3px 6px #00000029;
}
.container-live {
  background: white;
  border: 2px solid #F5921E;
  border-radius: 15px;
  max-width: 609px;
  position: relative;
}
.container-pack {
  background: white;
  border: 2px solid #482E72;
  border-radius: 15px;
  max-width: 609px;
}
.container-platform {
  width: 290px;
  height: 100px;
  background: white;
  border: 2px solid #F5921E;
  border-radius: 15px;
}
.title-platform {
  font-family: "Roboto", sans-serif;
  color: #1A1A1A;
  font-size: 11px;
  font-weight: 300;
}
.price-platform {
  font-family: "Roboto", sans-serif;
  font-size: 35px;
}
.price-platform span {
  font-family: "Roboto", sans-serif;
  font-size: 19px;
}
#check-1,
#check-10,
#check-2,
#check-3,
#check-4,
#check-5,
#check-6,
#check-7,
#check-8,
#check-9 {
  height: 30px;
  width: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 2px solid #F6921E;
  border-radius: 5px;
  outline: none;
  transition-duration: 0.3s;
  background-color: white;
  cursor: pointer;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 33%);
  right: 0.5em;
}
#check-10:checked,
#check-1:checked,
#check-2:checked,
#check-3:checked,
#check-4:checked,
#check-5:checked,
#check-6:checked,
#check-7:checked,
#check-8:checked,
#check-9:checked {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  border: 0;
  background-color: #F77E0B;
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/242518/check-icn.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.scroll-indicator {
  position: fixed;
  top: 360px;
  left: 50px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}
.arrow {
  width: 20px;
  height: 20px;
  border: 3px solid rgb(255, 132, 0);
  border-right: none;
  border-top: none;
  transform: rotate(-45deg);
  transition: transform 0s ease-in-out;
  margin: 0.5em 1.25em;
}
.arrow-up {
  transform: rotate(135deg);
}
.calcu {
  background: white;
  border-radius: 10px;
}
.cart-coll {
  display: flex;
  align-items: center;
  color: black;
  text-decoration: none;
  pointer-events: none;
}
.ahorroTxt {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.ahorroBtn {
  background:
    linear-gradient(
      180deg,
      rgba(241, 103, 78, 1) 0%,
      rgba(240, 141, 38, 1) 100%);
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  text-align: center;
}
.canales-vivo {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
}
.name-pack {
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  font-weight: 400;
}
.back-price {
  background: #F5921E;
  gap: 0.5em;
  border-bottom-left-radius: 10px;
}
.p-price {
  font-family: "Roboto", sans-serif;
  font-size: 38px;
  font-weight: bold;
  margin: 0;
  color: white;
}
.p-ars {
  color: white;
}
.scroll-text {
  color: #C4C4C4 !important;
}
.accordion {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb(246, 146, 30)'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb(246, 146, 30)'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.calculator-contain {
  background: transparent;
  border-radius: 10px;
}
.header-calc {
  border-bottom: 1px solid #00000029;
  background: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.header-calc a {
  background: transparent !important;
  box-shadow: none;
  padding: 0;
}
.collapseCalc-body {
  background: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.price-header {
  font-family: "Roboto", sans-serif;
  position: absolute;
  right: 1.5em;
  font-size: 21px;
  color: #F5921E;
}
.btn-channel {
  font-family: "Roboto", sans-serif;
  border: 1px solid;
  padding: 0.6em;
  width: 140px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 400;
  border-radius: 12px;
  background: transparent;
}
.h2-packs {
  font-family: "Roboto", sans-serif;
  color: #1A1A1A;
  font-size: 12px;
  font-weight: 200;
  margin-bottom: 0;
}
.h2-packs span {
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  font-weight: 400;
}
.back-pricePack {
  background: #482E72;
  gap: 0.5em;
}
.pricePack {
  font-family: "Roboto", sans-serif;
  font-size: 46px;
  margin: 0;
}
.pricePack span {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
}
.univ-p {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
}
.modal-btn,
.modal-channels {
  font-family: "Roboto", sans-serif;
  background: #F6921E;
  border-radius: 24px;
  color: #fff;
  margin: 0;
  padding: 0.4em 1.2em;
  font-weight: 400;
  font-size: 12px;
  box-shadow: 0px 3px 6px #00000033;
  width: 85px;
}
.ModalExt {
  background-color: #FFFFFF;
  border-radius: none !important;
}
.cardHead-ModalExt {
  background: #F2F2F2;
  box-shadow: 0px 3px 6px #00000029;
  border: none;
  padding: 0;
}
.cardHead-ModalExt button {
  color: #181818 !important;
}
.toast-div {
  border-radius: 10px;
  background: transparent;
}
.toast-header-platforms {
  background: #482E72;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.toast-header-liveStream {
  background: #F5921E;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.toast-body {
  background: white;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.cont-banner {
  max-width: 1632px;
}
.back-opa {
  position: relative;
}
.back-opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00000042;
  border-radius: 13px;
  z-index: 900;
}
.add-ur-pack {
  z-index: 900;
  position: absolute;
  top: 0;
  right: 0;
  background: #F6921E;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0.3em 1em;
}
.ban-sushi {
  font-size: 1.1rem;
}
.CanBundleTv {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 20px;
}
.Plat {
  font-size: 0.7rem;
}
.ReplayTV img {
  width: 70px;
}
.switch-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 20px;
}
.switch-wrapper .toggle-option {
  color: #FFFFFF;
  padding: 0 10px;
  font-style: normal;
  font-variant: normal;
  font-weight: medium;
  font-size: 17px;
  line-height: 25px;
  font-family: Avenir, sans-serif;
  letter-spacing: 0px;
  opacity: 1;
}
.switch-wrapper .toggle-option.active {
  color: #F67D10;
  text-transform: uppercase;
  text-decoration: underline;
}
.toggle-container {
  position: relative;
  width: 50px;
  height: 25px;
  background-color: #FFFFFF;
  border-radius: 25px;
  margin: 0 10px;
  cursor: pointer;
}
input[type=checkbox]#switch {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-container label {
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 21px;
  height: 21px;
  background-color: #F67D10;
  border-radius: 50%;
  transition: 0.3s;
  pointer-events: none;
}
input:checked + label {
  left: 27px;
}
.content {
  display: none;
}
.content.active {
  display: block;
}
@media screen and (max-width: 320px) {
  #adicional-scroll {
    max-height: 160px;
    overflow: auto;
  }
  .btn-channel {
    border: 2px solid #1A1A1A;
    padding: 0em;
    width: 100px !important;
    border-radius: 27px;
    font-size: 8px !important;
    font-weight: 400;
  }
  .canales-vivo {
    font-size: 0.7em !important;
  }
  .modal-channels {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .container-platform {
    width: 290px !important;
    height: 100px !important;
  }
  .price-platform {
    font-size: 30px !important;
  }
  .pack-price-thanks {
    font-size: 12px;
  }
  .title-platform {
    font-size: 11px !important;
  }
}
@media screen and (max-width: 767px) {
  .btnHeader-pack {
    padding-top: 1em;
  }
  #adicional-scroll {
    max-height: 330px;
    overflow: auto;
  }
  .toast-div,
  .toast-header,
  .toast-header-lives,
  .toast-body {
    border-radius: 0;
    border: 0;
  }
  .continue-btn {
    display: none;
  }
  .name-pack {
    font-size: 0.75em;
    font-weight: 400;
  }
  .back-price {
    background: none;
    color: black;
  }
  .p-price {
    font-size: 2.875em;
    color: var(--color-red);
    font-weight: bold;
  }
  .p-mxn {
    font-size: 1em;
    color: var(--color-red);
  }
  .p-include {
    font-size: 0.563em;
  }
  .canales-vivo {
    font-size: 0.813em;
  }
  .container-pack {
    max-width: 340px;
  }
  .container-live {
    max-width: 340px;
  }
  .cart-coll {
    display: flex;
    align-items: center;
    color: black;
    text-decoration: none;
    pointer-events: none;
  }
  .ahorroTxt {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 20px;
  }
  .canales-vivo {
    font-family: "Roboto", sans-serif;
    font-size: 26px;
  }
  .name-pack {
    font-family: "Roboto", sans-serif;
    font-size: 21px;
    font-weight: 400;
  }
  .back-price {
    background: #F5921E;
    gap: 0.5em;
    border-bottom-left-radius: 10px;
  }
  .p-price {
    font-family: "Roboto", sans-serif;
    font-size: 46px;
    font-weight: bold;
    margin: 0;
  }
  .scroll-text {
    color: #C4C4C4 !important;
  }
  .accordion {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb(246, 146, 30)'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb(246, 146, 30)'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }
  .calculator-contain {
    background: transparent;
    border-radius: 10px;
  }
  .header-calc {
    border-bottom: 1px solid #00000029;
    background: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .header-calc a {
    background: transparent !important;
    box-shadow: none;
    padding: 0;
  }
  .collapseCalc-body {
    background: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .price-header {
    font-family: "Roboto", sans-serif;
    position: absolute;
    right: 1.5em;
    font-size: 21px;
    color: #F5921E;
  }
  .btn-channel {
    font-family: "Roboto", sans-serif;
    border: 1px solid;
    padding: 0.6em;
    width: 140px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 400;
    border-radius: 12px;
    background: transparent;
  }
  .h2-packs {
    font-family: "Roboto", sans-serif;
    color: #1A1A1A;
    font-size: 12px;
    font-weight: 200;
    margin-bottom: 0;
  }
  .include-Pack {
    font-size: 12px;
  }
  .Plat {
    font-size: 9px;
  }
  .cont-banner {
    max-width: 450px;
  }
}
.h2-packs span {
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  font-weight: 400;
}
.back-pricePack {
  background: #482E72;
  gap: 0.5em;
}
.pricePack {
  font-family: "Roboto", sans-serif;
  font-size: 46px;
  margin: 0;
}
.pricePack span {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
}
.univ-p {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
}
.modal-btn,
.modal-channels {
  font-family: "Roboto", sans-serif;
  background: #F6921E;
  border-radius: 24px;
  color: #fff;
  margin: 0;
  padding: 0.4em 1.2em;
  font-weight: 400;
  font-size: 12px;
  box-shadow: 0 3px 6px #00000033;
  width: 85px;
}
.ModalExt {
  background-color: #FFFFFF;
  border-radius: none !important;
}
.cardHead-ModalExt {
  background: #F2F2F2;
  box-shadow: 0 3px 6px #00000029;
  border: none;
  padding: 0;
}
.cardHead-ModalExt button {
  color: #181818 !important;
}
.toast-div {
  border-radius: 10px;
  background: transparent;
}
.toast-header-platforms {
  background: #482E72;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.toast-header-liveStream {
  background: #F5921E;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.toast-body {
  background: white;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.cont-banner {
  max-width: 1632px;
}
.back-opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00000042;
  border-radius: 13px;
}
.add-ur-pack {
  z-index: 900;
  position: absolute;
  top: 0;
  right: 0;
  background: #F6921E;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0.3em 1em;
}
.ban-sushi {
  font-size: 1.1rem;
}
@media screen and (max-width: 320px) {
  #adicional-scroll {
    max-height: 160px;
    overflow: auto;
  }
  .btn-channel {
    border: 2px solid #1A1A1A;
    padding: 0;
    width: 100px !important;
    border-radius: 27px;
    font-size: 8px !important;
    font-weight: 400;
  }
  .canales-vivo {
    font-size: 0.7em !important;
  }
  .modal-channels {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .container-platform {
    width: 290px !important;
    height: 120px !important;
  }
  .price-platform {
    font-size: 30px !important;
  }
  .pack-price-thanks {
    font-size: 12px;
  }
  .title-platform {
    font-size: 11px !important;
  }
}
@media screen and (max-width: 767px) {
  .btnHeader-pack {
    padding-top: 1em;
  }
  #adicional-scroll {
    max-height: 330px;
    overflow: auto;
  }
  .toast-body,
  .toast-div,
  .toast-header,
  .toast-header-lives {
    border-radius: 0;
    border: 0;
  }
  .continue-btn {
    display: none;
  }
  .name-pack {
    font-size: 0.75em;
    font-weight: 400;
  }
  .back-price {
    background: none;
    color: white;
  }
  .p-price {
    font-size: 2.875em;
    color: var(--color-red);
    font-weight: bold;
  }
  .p-mxn {
    font-size: 1em;
    color: var(--color-red);
  }
  .p-include {
    font-size: 0.563em;
  }
  .canales-vivo {
    font-size: 0.813em;
  }
  .container-pack {
    max-width: 340px;
  }
  .container-live {
    max-width: 340px;
  }
  .cart-coll {
    display: flex;
    align-items: center;
    color: black;
    text-decoration: none;
    pointer-events: all;
    padding: 0;
  }
  .calcu {
    height: 40px;
  }
  .scroll-indicator {
    display: none;
  }
  .calc {
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: -webkit-sticky;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1000;
    top: auto;
  }
  #collapseCart {
    height: 100%;
    background: white;
  }
  .packs-title1 {
    font-size: 16px;
  }
  .packs-title2 {
    font-size: 21px;
  }
  .packs-title3 {
    font-weight: 200;
    font-size: 14px;
  }
  .packs-title4 {
    font-weight: 300;
    font-size: 18px;
  }
  .packs-title4-Mob {
    font-family: "Roboto", sans-serif;
    font-weight: 200;
    font-size: 14px;
  }
  .tab-packs {
    padding: 1em 0.5em;
    width: 155px;
    font-size: 14px;
  }
  .tab-packs.active {
    padding: 1em 0.5em;
    width: 155px;
    font-size: 14px;
  }
  .header-calc {
    border-bottom: none;
    background: black;
    opacity: 91%;
    color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .accordion-button:not(.collapsed) {
    box-shadow: none;
  }
  .header-calc a,
  .header-calc h2 {
    color: #fff !important;
  }
  .container-platform {
    width: 340px;
    height: 120px;
  }
  .price-platform {
    font-size: 46px;
  }
  .title-platform {
    font-size: 14px;
  }
  .name-pack {
    font-size: 12px;
  }
  .btn-channel {
    border: 2px solid #1A1A1A;
    width: 120px;
    border-radius: 27px;
    font-size: 10px;
    font-weight: 400;
  }
  .h2-packs {
    font-size: 9px;
  }
  .h2-packs span {
    font-size: 12px;
  }
  .container-pack small {
    color: #686868 !important;
    font-size: 12px;
  }
  .back-pricePack {
    background: #fff;
    color: #482E72;
    justify-content: flex-start;
  }
  .pricePack {
    font-size: 46px;
    font-weight: bold;
    margin: 0;
  }
  .pricePack span {
    font-size: 32px;
  }
  .month-span {
    font-weight: bold;
  }
  .ahorroTxt {
    font-size: 1em;
    font-weight: 500;
    padding: 0 1em !important;
    margin-bottom: 0;
  }
  .include-Pack {
    font-size: 12px;
  }
  .Plat {
    font-size: 9px;
  }
  .cont-banner {
    max-width: 450px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .AA_title-ingresar {
    font-size: 1.3em;
  }
  .nav-paquetes a {
    font-size: 0.6em;
    padding: 12px;
  }
  .AA_costos span {
    font-size: 0.6rem;
  }
  .AA_total {
    text-align: center;
  }
  .AA_packs-desktop {
    display: show;
  }
  section.row.mt-5.AA_packs.AA_packs-movil {
    display: none;
  }
  .AA_header-pack {
    display: flex;
    justify-content: flex-start;
  }
  .btnHeader-pack {
    padding-top: 1em;
  }
  .AA_precio-subtotal {
    color: #9494A6;
    font-weight: 400;
    font-size: 0.99rem;
  }
  .AA_lista-plataformas li {
    font-size: 0.7em;
  }
  .grey-boton {
    font-size: 0.6em;
    width: fit-content;
  }
  .custom-div {
    border: 1px solid #F77E0B;
    opacity: 1;
    background-color: transparent;
    padding: 10px;
    color: #fff;
    width: 60%;
    margin-bottom: 20px;
  }
  .custom-div b {
    text-align: left;
    font: normal normal medium 16px/21px Roboto;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
  }
  .custom-div p {
    text-align: left;
    font-family: "Roboto", sans-serif !important;
    font-weight: medium !important;
    font-size: 16px !important;
    line-height: 21px !important;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
    font-size: 12px;
    padding-left: 0;
  }
  .custom-div u {
    text-align: left;
    font-size: 16px !important;
    letter-spacing: 0;
    color: #F77E0B;
    opacity: 1;
    text-decoration: none;
    font-size: 12px;
  }
  .dropdown-text {
    cursor: pointer;
    text-align: left;
    font: normal normal medium 16px/21px Roboto;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
  }
  .input-field input[type=text] {
    margin-top: 20px;
    background-color: #575757;
    border: none;
    color: white;
    padding: 5px;
    width: 90%;
  }
  .custom-div label {
    text-align: left;
    font: italic normal normal 11px/15px Roboto;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
  }
  .dropdown-text {
    position: relative;
    cursor: pointer;
  }
  .input-field input::placeholder {
    color: white;
  }
  .ahorroTxt {
    font-size: 13px;
  }
  .h2-packs span {
    font-size: 16px;
    font-weight: 400;
  }
  .packNew-logos img {
    width: 50px;
    box-shadow: 0 3px 6px #00000029;
  }
  .canales-vivo {
    font-size: 22px;
  }
  .tab-packs {
    font-size: 13px;
    padding: 1em;
    width: 193px;
  }
  .tab-packs.active {
    font-size: 13px;
    padding: 1em;
    width: 193px;
  }
  .p-price {
    font-size: 28px;
  }
  .p-mxn {
    font-size: 12px;
  }
  .canales-vivo {
    font-size: 18px;
  }
  .radio-pack {
    margin: 0 -0.6em;
  }
  .scroll-indicator {
    left: -5px !important;
    top: 400px;
  }
  .radioPago {
    margin-left: 0;
  }
  .PrecRes-2 {
    font-size: 1.06em;
    font-weight: 300;
    border-radius: 30px;
    border: 3px #F6921E solid;
    padding: 20px 0px 20px 20px;
    margin-left: -24px;
    margin-right: 0%;
  }
}
@media screen and (max-width:1024px) {
  .ahorroBtn {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 800px) {
  .ban-title-sushi {
    font-size: 1.2em !important;
  }
  .ban-title-dazn {
    font-size: 1.0em !important;
  }
}
@media screen and (max-width: 860px) {
  .colM-10 {
    flex: 0 0 auto !important;
    width: 83.33333333% !important;
    max-width: 83.33333333% !important;
  }
}
@media screen and (max-width: 1199px) {
  .scroll-indicator {
    left: 0;
    top: 400px;
  }
  .scroll-indicator p {
    display: none;
  }
  .packs-title2 {
    font-size: 24px !important;
  }
  .btn-ban-sushi {
    font-size: 0.8em !important;
  }
  .val-sushi {
    font-size: 0.35em;
  }
  .btn-ban-dazn {
    font-size: 0.8em !important;
  }
  .val-dazn {
    font-size: 0.35em;
  }
  .ban-title-dazn {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1300px) {
  .packs-title2 {
    font-size: 20px;
  }
  .btn-ban-sushi {
    font-size: 1em;
  }
  .btn-ban-dazn {
    font-size: 1em;
  }
}
@media screen and (min-width: 1440px) {
  .packs-title2 {
    font-size: 26px;
  }
  .ban-sushi {
    font-size: 1.5rem;
  }
  .ban-dazn {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1460px) {
  .col-xxxl-11 {
    width: 95%;
  }
}
@media screen and (min-width: 1600px) {
  .col-xxxl-11 {
    width: 90%;
  }
}
@media screen and (min-width: 1667px) {
  .col-xxxl-6 {
    width: 50%;
  }
  .input-field input::placeholder {
    color: white;
  }
}
@media screen and (max-width: 1199px) {
  .nav-paquetes a {
    font-size: 0.7em;
  }
}
@media screen and (min-width: 992px) {
  .AA_costos span {
    font-size: 0.8rem;
  }
  .AA_total {
    text-align: center;
  }
  .AA_packs-desktop {
    display: show;
  }
  .AA_packs-movil {
    display: none;
  }
  .AA_header-pack {
    display: flex;
    justify-content: flex-start;
  }
  .AA_calculadora .AA_precio-subtotal {
    color: #000;
    font-weight: 400;
    font-size: 1.4rem;
  }
  .AA_precio-subtotal {
    color: #fff;
    font-weight: 400;
    font-size: 1.4rem;
  }
  .AA_lista-plataformas li {
    font-size: 0.9em;
    margin: 2vmin 0;
  }
  section.row.mt-5.AA_packs.AA_packs-movil {
    display: none;
  }
}
@media screen and (min-width: 300px) and (max-width: 374px) {
  .hrAjuste {
    margin: 0;
  }
  .AA_footer-packs {
    margin-bottom: 53vmin;
  }
  .AA_content-calculadora {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    box-shadow: -3px 0 6px #00000081;
    padding-top: 0;
  }
  .AA_welcome-text {
    display: none;
  }
  .AA_movil-total {
    background: rgb(233, 233, 239);
    background:
      linear-gradient(
        90deg,
        rgba(233, 233, 239, 1) 0%,
        rgba(255, 255, 255, 1) 100%);
  }
  .AA_separador-calc {
    background: rgb(174, 18, 71);
    background:
      linear-gradient(
        90deg,
        rgba(174, 18, 71, 1) 0%,
        rgba(107, 37, 142, 1) 100%);
    height: 2vmin;
  }
  .AA_detalle-calc {
    background: rgb(233, 233, 239);
    background:
      linear-gradient(
        90deg,
        rgba(233, 233, 239, 1) 0%,
        rgba(255, 255, 255, 1) 100%);
    color: #5B5B66;
  }
  .AA_detalle-calc .btn {
    color: #5B5B66;
  }
  .AA_calculadora {
    border: none;
    border-radius: 0;
  }
  .AA_separador-calc2 {
    background: rgb(249, 6, 6);
    background:
      linear-gradient(
        180deg,
        rgba(249, 6, 6, 1) 0%,
        rgba(205, 4, 38, 1) 100%);
    height: 2vmin;
  }
  .AA_content-plataformas {
    color: #1A1C2A;
  }
  .AA_btn-detalle {
    border-bottom: 1px solid #5B5B66;
  }
  .AA_movil-total h3 {
    color: #A21655;
    margin-bottom: 0;
    font-size: 1.3em;
  }
  .AA_lista-plataformas li {
    font-size: 0.8em;
  }
  .AA_lista-plataformas li,
  .AA_title-promo {
    font-size: 0.8em;
  }
  .AA_title-subtotal {
    margin-bottom: 0;
    font-size: 0.9em;
  }
  .AA_precio-subtotal {
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0;
  }
  .VerCont {
    margin-right: 1%;
    position: relative;
    margin-top: 8%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .AA_footer-packs {
    margin-bottom: 170px;
  }
  .AA_content-calculadora {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    box-shadow: -3px 0 6px #00000081;
    padding-top: 0;
  }
  .AA_welcome-text {
    display: none;
  }
  .AA_movil-total {
    background: rgb(233, 233, 239);
    background:
      linear-gradient(
        90deg,
        rgba(233, 233, 239, 1) 0%,
        rgba(255, 255, 255, 1) 100%);
  }
  .AA_separador-calc {
    background: rgb(174, 18, 71);
    background:
      linear-gradient(
        90deg,
        rgba(174, 18, 71, 1) 0%,
        rgba(107, 37, 142, 1) 100%);
    height: 2vmin;
  }
  .AA_detalle-calc {
    background: rgb(233, 233, 239);
    background:
      linear-gradient(
        90deg,
        rgba(233, 233, 239, 1) 0%,
        rgba(255, 255, 255, 1) 100%);
    color: #5B5B66;
  }
  .AA_detalle-calc .btn {
    color: #5B5B66;
  }
  .AA_calculadora {
    border: none;
    border-radius: 0;
  }
  .AA_separador-calc2 {
    background: rgb(249, 6, 6);
    background:
      linear-gradient(
        180deg,
        rgba(249, 6, 6, 1) 0%,
        rgba(205, 4, 38, 1) 100%);
    height: 2vmin;
  }
  .AA_content-plataformas {
    color: #1A1C2A;
  }
  .AA_btn-detalle {
    border-bottom: 1px solid #5B5B66;
  }
  .AA_movil-total h3 {
    color: #A21655;
    margin-bottom: 0;
    font-size: 1.3em;
  }
  .AA_lista-plataformas li,
  .AA_title-promo {
    font-size: 0.8em;
  }
  .AA_title-subtotal {
    margin-bottom: 0;
    font-size: 0.9em;
  }
  .AA_precio-subtotal {
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0;
  }
  .Fr_Tota {
    align-items: flex-end;
  }
  .VerCont {
    margin-right: 1%;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
  }
  .Fr_ImgInfo {
    max-width: 20px;
    margin-top: 10% !important;
  }
  .Fr_CodeInfoValida a {
    font-size: 0.9rem;
  }
  .banner-dazn {
    border-radius: 20px;
    max-height: 700px;
    height: 400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .AA_content-calculadora {
    bottom: 4vmin;
    width: 22%;
    z-index: 99;
  }
  .AA_title-promo {
    font-size: 0.8em;
  }
  .VerCont {
    margin-right: 1%;
    position: relative;
    margin-top: 25px;
    margin-bottom: 0;
  }
  .AA_packs-movil {
    display: none;
  }
  .AA_pack-logos {
    min-width: auto;
  }
  .AA_pack-precio-mvshub small:nth-child(1) {
    font-size: 0.8rem;
  }
  .AA_pack-precio-mvshub h5 {
    font-size: 2.0rem;
  }
  .mi-cuenta {
    margin-top: 5%;
    width: 100%;
    margin-left: 0;
  }
  .edit-boton {
    margin-left: 25%;
  }
  .red-square-movil {
    background: rgb(241, 101, 34);
    background:
      transparent linear-gradient(
        0deg,
        rgba(241, 101, 34, 1) 0%,
        rgba(242, 108, 33, 1) 47%,
        rgba(246, 146, 30, 1) 100%) 0 0 no-repeat padding-box;
    border-radius: 0 0 2rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 20vmin;
  }
  .red-square-movil p {
    border-radius: 0rem 0rem 2rem 2rem;
    font-size: 1.2rem;
    margin-bottom: 0;
    justify-self: center;
  }
  .blackBtn-space {
    margin: 0;
  }
  .panel-default-cuenta > .panel-heading-cuenta a[aria-expanded=true] {
    background:
      transparent linear-gradient(
        203deg,
        #F6921E 0%,
        #F16522 100%) 0 0 no-repeat padding-box;
    border-radius: 30px 30px 0 0;
    margin-left: -16px;
  }
  .descPat {
    margin-left: 10px;
    margin-top: 0;
  }
  .DB_desktop {
    display: none;
  }
  .edit-boton-two {
    width: 15rem;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .Fr_DatCuenta ul {
    list-style: none;
  }
  .Fr_DatCuenta ul li {
    display: inline-block;
  }
  .btn-DB_movil {
    font-size: 0.9rem;
    margin-top: 20px;
  }
  .banner-dazn {
    border-radius: 20px;
    max-height: 700px;
    height: 400px;
  }
}
@media (max-width:1399px) {
  .item-thanks {
    height: 570px;
  }
  .item-thanks-s {
    height: 610px;
  }
  .back-banner1-sushiitto,
  .back-banner2-sushiitto {
    height: 185px;
  }
  .back-banner1-dazn1 {
    height: 185px;
  }
}
@media (max-width:1199px) {
  .item-thanks {
    height: 520px;
  }
  .item-thanks-s {
    height: 560px;
  }
  .banner-txt-sushiitto {
    font-size: 1em;
  }
}
@media (max-width:991px) {
  .item-thanks {
    height: 570px;
  }
  .item-thanks-s {
    height: 610px;
  }
  .back-banner1-sushiitto {
    height: 120px;
    border-radius: 20px 0 0 20px;
  }
  .back-banner1-dazn1 {
    height: 145px;
    border-radius: 20px 0 0 20px;
  }
  .back-banner2-sushiitto {
    height: 120px;
  }
  .title-banner2 {
    font-size: 1.5em;
  }
  .banner-sushiitto {
    border-radius: 20px;
    max-height: 700px;
  }
  .banner-txt-sushiitto {
    font-size: 0.75em;
  }
  .logo-sushiitto {
    width: 120px !important;
  }
}
@media (max-width:767px) {
  .item-thanks {
    height: 510px;
  }
  .item-thanks-s {
    height: 560px;
  }
  .team-text {
    padding: 0 4em;
  }
  .tv-free {
    padding: 0 3.5em;
  }
  .img-platforms-thanks-m {
    width: 60px !important;
  }
  .banner-txt-sushiitto {
    font-size: 1.12em;
  }
  .banner-txt-dazn {
    font-size: 1.12em;
    text-align: center;
  }
  .back-banner2-sushiitto {
    height: auto !important;
    max-height: 800px;
  }
  .back-banner2-dazn {
    height: auto !important;
    max-height: 230px !important;
  }
  .validity-sushi {
    font-size: 0.625em;
    padding: 2em 0 !important;
  }
  .back-banner1-sushiitto {
    height: 150px;
    border-radius: 20px 20px 0 0;
  }
  .back-banner1-dazn1 {
    min-height: 150px;
    border-radius: 20px 0 0 20px;
  }
  .validity-dazn {
    font-size: 0.625em;
    padding: 2em 0 !important;
  }
  .back-banner1-dazn {
    height: 150px;
    min-height: 150px;
    max-height: 150px !important;
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width:525px) {
  .tv-free {
    padding: 0 3em;
  }
  .font-complete {
    padding: 0 2em 1em;
  }
  .back-banner1-sushiitto {
    height: 130px;
  }
  .back-banner1-dazn1 {
    min-height: 150px;
  }
}
@media (max-width:435px) {
  .item-thanks {
    height: 530px;
  }
  .item-thanks-s {
    height: 580px;
  }
  .team-text {
    padding: 0;
  }
  .font-price {
    font-size: 50px;
  }
  .font-saving {
    font-size: 14px;
  }
  .font-month {
    font-size: 14px;
    margin-bottom: 1.3em;
  }
  .font-bundle {
    font-size: 14px;
  }
  .tv-free {
    padding: 0 4.5em;
  }
  .back-banner1-sushiitto {
    height: 120px;
  }
  .banner-txt-sushiitto {
    font-size: 0.9em;
  }
  .back-banner1-dazn1 {
    min-height: 140px;
  }
}
@media (max-width:375px) {
  .item-thanks-s {
    height: 600px;
  }
  .tv-free {
    padding: 0 3.5em;
  }
  .font-complete {
    padding: 0 2em 1em;
  }
  .fon-error {
    margin: 0 0.3em !important;
  }
  .back-banner1-sushiitto {
    height: 105px;
  }
  .back-banner1-dazn1 {
    min-height: 120px;
  }
  .banner-txt-sushiitto {
    font-size: 0.8em;
  }
  .back-banner2-sushiitto {
    padding: 0 !important;
  }
}
@media (max-width:362px) {
  .item-thanks {
    height: 550px;
  }
  .item-thanks-s {
    height: 620px;
  }
  .list-esencial {
    gap: 0;
  }
  .font-complete {
    padding: 0 1em 1em;
  }
}
@media (max-width:347px) {
  .item-thanks {
    height: 660px;
  }
  .item-thanks-s {
    height: 730px;
  }
  .tv-free {
    padding: 0 2em;
  }
  .back-banner1-sushiitto {
    height: 95px;
  }
  .back-banner1-dazn1 {
    min-height: 100px;
  }
}
@media (max-width:338px) {
  .item-thanks {
    height: 655px;
  }
  .list-esencial-thanks li p {
    margin: 0.1em;
  }
  .en-vivo {
    padding: 0 1.5em;
  }
  .back-banner1-sushiitto {
    height: 90px;
  }
  .back-banner1-dazn1 {
    min-height: 100px;
  }
  .title-banner2 {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  .AA_content-calculadora {
    bottom: 4vmin;
    width: 22%;
    z-index: 99;
  }
  .vigencia {
    font-size: 0.7rem;
    position: absolute;
    right: 5px;
    font-weight: normal;
    font-style: italic;
    margin-top: -15px;
  }
  .mi-cuenta {
    margin-top: 5%;
    width: 100%;
  }
}
.cookieConsentContainer {
  z-index: 999;
  width: 350px;
  min-height: 20px;
  box-sizing: border-box;
  padding: 30px;
  background: #2e2e2ee3;
  overflow: hidden;
  position: fixed;
  bottom: 30px;
  left: 30px;
  display: none;
  border-radius: 14px;
}
.cookieConsentContainer .cookieTitle p {
  font-family:
    OpenSans,
    arial,
    sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 20px;
  display: block;
}
.cookieConsentContainer .cookieDesc p {
  margin: 0;
  padding: 0;
  font-family:
    OpenSans,
    arial,
    sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  display: block;
  margin-top: 10px;
}
.cookieConsentContainer .cookieDesc a {
  font-family:
    OpenSans,
    arial,
    sans-serif;
  color: #fff;
  text-decoration: underline;
}
.cookieConsentContainer .cookieButton a {
  display: inline-block;
  font-family:
    OpenSans,
    arial,
    sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-top: 14px;
  background: #F6921E;
  box-sizing: border-box;
  padding: 15px 24px;
  text-align: center;
  transition: background 0.3s;
  border-radius: 32px;
  border: solid 2px #F6921E;
}
.cookieConsentContainer .cookieButton a:hover {
  cursor: pointer;
  background: transparent;
  color: white;
  border: solid 2px #F6921E;
}
@media (max-width:980px) {
  .cookieConsentContainer {
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }
}
@media only screen and (max-width:23.4375em) and (min-width:10em) {
  .bg-white.p-3.text-center.d-flex.justify-content-around.btn-modal.m-0 {
    flex-direction: column;
    align-items: center;
    padding-top: 0 !important;
  }
  .btn-modal button {
    margin-bottom: 0.5em;
  }
  .radiopqtInput:checked + span::before {
    margin-top: 0;
  }
  .f-hotgoTitle {
    font-size: 15px;
  }
  .f-hotgoSubTitle {
    font-size: 14px;
  }
  .f-hotgoAlert {
    font-size: 12px;
  }
  .BackImgHotGo {
    height: 171px;
  }
  .subT-modalHot {
    margin: 0 0.3em;
  }
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
code-input {
  --color: #f7f4f5 !important;
  margin-top: 20px;
}
.display-none {
  display: none;
}
.paquete-referencia {
  text-align: center;
  color: #fff;
}
.text-format-right {
  text-align: right !important;
}
.check-pack-selected {
  font-family: Arial, sans-serif !important;
  position: relative !important;
  border-radius: 5px !important;
  background-color: transparent !important;
  border: 2px solid #F6921E !important;
  width: 30px !important;
  height: 30px !important;
  background: #F6921E !important;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 33%) !important;
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/242518/check-icn.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.check-adicional {
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #34495E;
  border-radius: 4px;
  outline: none;
  transition-duration: 0.3s;
  background-color: white;
  cursor: pointer;
}
.check-adicional-selected {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  border: 0;
  background-color: #F77E0B;
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/242518/check-icn.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.text-advise-correo {
  font-size: 0.7rem;
  text-align: justify;
}
.btn-cursor-pointer {
  cursor: pointer;
}
.fa-times {
  color: #F6921E;
}
.list-messages-errors {
  font-size: 0.8rem;
  color: #fff;
  list-style: none;
  text-align: justify;
  padding: 0;
}
.text-danger-black {
  color: #000 !important;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #1c1c1c;
}
.AA_precio-subtotal {
  color: #9494A6;
  font-weight: 400;
  border-radius: 10px;
}
.Fr_DatCuentaAppleMC {
  border: #fff 1px solid;
  margin-top: 3%;
}
.Fr_DatCuentaAppleMC p {
  font-family: "Roboto", sans-serif !important;
  margin-bottom: 0;
  color: #DDDDDD;
  margin: 2% 10% 1%;
}
.Fr_DatCuentaAppleMC p::before {
  content: "\221a";
  color: #f6921e;
  margin-right: 9px;
}
.Fr_DatCuentaAppleMC p:nth-child(2n+1) {
  background-color: #2a2a2a;
  padding: 5px;
}
.Fr_DatCuentaApple p {
  font-family: "Roboto", sans-serif !important;
  margin-bottom: 0;
  color: #DDDDDD;
  margin: 2% 10% 1% 20%;
}
@media screen and (max-width: 320px) {
  .VerCont {
    float: right;
    position: static;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .BtnVerCont {
    background: #006743;
    margin-right: 0;
  }
}
@media (min-width: 576px) {
  .AA_check.row > .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1920px) {
  body.keyboard {
    height: calc(100% + 500px);
  }
  input {
    font-size: 16px !important;
  }
  .InputClass input {
    padding: 15px 0;
    display: block;
    width: 85%;
    border: none;
    font-size: 0.875em;
    color: #fff;
    border: 1px solid #9494A6;
    outline: none;
    background-color: transparent;
    border-radius: 5px;
  }
  .InputClass .InputClass-label {
    font-family: "Roboto";
    font-weight: 300;
    position: absolute;
    display: block;
    top: 40px;
    left: 20px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    pointer-events: none;
    cursor: text;
    font-size: 1em;
  }
  .checkbox {
    margin-top: 20px;
  }
  .check-text {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 0.85em;
    color: #fff;
    margin-left: 10px;
    margin-top: 20px;
  }
  .fa-eye {
    color: #fff;
    font-size: 25px;
    margin-right: 110px;
    margin-top: -5px;
  }
}
.btn-migrado {
  text-align: -webkit-center;
}
.margin-bottom-header {
  margin-bottom: 58px;
}
.text-paquetes {
  align-items: start;
}
@media screen and (min-width: 375px) and (max-width: 424px) {
  .banner-dazn {
    border-radius: 20px;
    max-height: 700px;
    height: 330px;
  }
}
@media screen and (min-width: 425px) and (max-width: 767px) {
  .banner-dazn {
    border-radius: 20px;
    max-height: 700px;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .banner-dazn {
    border-radius: 20px;
    max-height: 700px;
    height: auto;
  }
}
.ContenidoInfoLP {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: auto;
}
.ModalInfoLP {
  width: 60%;
}
.max-loginTxt {
  max-width: 775px;
}
.InputClassTV input {
  width: 100%;
  padding: 0 20px;
  height: 55px;
  display: block;
  font-size: 18px !important;
  color: #fff;
  outline: none;
  background: #3B3B3B !important;
  border: none;
}
.InputClassTV button {
  width: 15%;
  padding: 0 20px;
  height: 55px;
  display: block;
  color: #fff;
  background: #3B3B3B;
  border: none;
  border-radius: 0;
}
.eyeTv {
  color: #868599 !important;
  font-size: 1.5em !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
}
.form-control:focus {
  color: #F1F1F1;
  background-color: #3B3B3B;
  outline: 0;
  box-shadow: none;
}
.InputClassTV::placeholder {
  font-family: "Roboto", sans-serif;
  color: #868699;
}
.btn-logTv {
  font-size: 1.438em;
  padding: 0 2em;
  height: 2em;
  border-radius: 100px;
  background: #F38434;
  font-weight: 500;
}
.gap-2 {
  gap: 0.5em;
}
.custom-input-smart:focus {
  background-color: #000000;
  color: #fff;
  border: 5px solid #E38E34;
  box-shadow: none;
}
#btn-eyeTV:focus {
  box-shadow: none;
  padding: 1.6em !important;
}
.img-logTv {
  width: 334px !important;
}
#btnTV:focus {
  height: 2em;
  font-size: 30px !important;
}
.loginTxtTV {
  font-size: 1.313em;
  font-weight: 300;
}
.formTV {
  width: 85% !important;
}
.answerTV {
  font-size: 1.125em;
  color: #fff;
  font-weight: 300;
}
.color-orange {
  color: #E38E34;
}
.linkTV {
  color: #fff;
  font-size: 0.625em;
}
@media screen and (max-width:768px) {
  .top-mvs {
    align-items: flex-start;
  }
}
@media screen and (min-width:768px) {
  .w-md-75 {
    width: 75% !important;
  }
  .social-info {
    font-size: 0.7em;
  }
  .formTV {
    width: 90% !important;
  }
}
@media screen and (min-width:992px) {
  .img-logTv {
    width: 334px !important;
  }
  .loginTxtTV {
    font-size: 1.313em;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .InputClassTV input {
    padding: 0 20px;
    height: 55px;
    font-size: 18px !important;
  }
  .InputClassTV button {
    width: 15%;
    padding: 0 20px;
    height: 55px;
  }
  .eyeTv {
    color: #868599 !important;
    font-size: 1.5em !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
  }
  .btn-logTv {
    font-size: 1.438em;
    padding: 0 2em;
  }
  #btn-eyeTV:focus {
    box-shadow: none;
    padding: 1.6em !important;
  }
  #btnTV:focus {
    height: 2em;
    font-size: 30px !important;
  }
  .social-info {
    font-size: 1em;
  }
  .formTV {
    width: 85% !important;
  }
}
@media screen and (min-width: 1440px) {
  .packs-title2 {
    font-size: 26px;
  }
  .ban-sushi {
    font-size: 1.5rem;
  }
  .img-logTv {
    width: 534px !important;
  }
  .loginTxtTV {
    font-size: 2em;
  }
  .InputClassTV input {
    width: 100%;
    padding: 0 20px;
    height: 90px;
    display: block;
    font-size: 30px !important;
    color: #fff;
    outline: none;
    background: #3B3B3B !important;
    border: none;
  }
  .InputClassTV button {
    width: 15%;
    padding: 0 20px;
    height: 90px;
    display: block;
    color: #fff;
    background: #3B3B3B;
    border: none;
    border-radius: 0;
  }
  .eyeTv {
    font-size: 30px !important;
  }
  .btn-logTv {
    font-size: 38px;
    padding: 0 2em;
    height: 2.2em;
  }
  .answerTV {
    font-size: 30px;
  }
  .formTV {
    width: 85% !important;
  }
  #btn-eyeTV:focus {
    box-shadow: none;
    padding: 3em !important;
  }
  #btnTV:focus {
    height: 2.5em;
    font-size: 40px !important;
  }
  .social-info {
    width: 51%;
  }
}
@media screen and (min-width: 1920px) {
  body.keyboard {
    height: calc(100% + 500px);
  }
  input {
    font-size: 16px !important;
  }
  .InputClass input {
    padding: 15px 0;
    display: block;
    width: 85%;
    border: none;
    font-size: 0.875em;
    color: #fff;
    border: 1px solid #9494a6;
    outline: none;
    background-color: transparent;
    border-radius: 5px;
  }
  .InputClass .InputClass-label {
    font-family: "Roboto";
    font-weight: 300;
    position: absolute;
    display: block;
    top: 40px;
    left: 20px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    pointer-events: none;
    cursor: text;
    font-size: 1em;
  }
  .checkbox {
    margin-top: 20px;
  }
  .check-text {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 0.85em;
    color: #fff;
    margin-left: 10px;
    margin-top: 20px;
  }
  .fa-eye {
    color: #fff;
    font-size: 25px;
    margin-right: 110px;
    margin-top: -5px;
  }
  .img-logTv {
    width: 634px !important;
  }
  .loginTxtTV {
    font-size: 2.5em;
  }
}
.modal-in {
  animation: modalIn;
  -webkit-animation-name: modalIn;
  animation-name: modalIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes modalIn {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes modalIn {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.modal-out {
  animation: modalOut;
  -webkit-animation-name: modalOut;
  animation-name: modalOut;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes modalOut {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%) scale(0.9);
    opacity: 0;
  }
}
@keyframes modalOut {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%) scale(0.9);
    opacity: 0;
  }
}
.checkbox-orange {
  display: flex;
  position: relative;
  color: white;
  font-size: 16px;
  align-items: center;
}
.checkbox-orange input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
  margin: 0;
  padding: 0;
}
.checkbox-orange label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.checkbox-orange label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #ffa500;
  background-color: #fff;
  border-radius: 3px;
}
.checkbox-orange .input-otro-motivo {
  font-size: 18px;
  padding: 10px;
  display: inline-block;
  width: 80%;
  border: none;
  border-bottom: 1px solid #9494A6;
  margin-left: 10px;
  vertical-align: middle;
  background: transparent;
  color: #fff;
  height: 20px;
}
.checkbox-orange input[type=checkbox]:checked + label:before {
  background-color: #ffa500;
}
.checkbox-orange input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
}
.quesBlack,
.quesGray {
  padding: 5px 0px 5px 60px;
  width: 50%;
}
.quesBlack {
  background-color: #3B3B3B;
}
.quesGray {
  background-color: #505050;
}
.titleQues {
  width: 50%;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
}
.input-otro-motivo {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: inline-block;
  width: auto;
  border: none;
  border-bottom: 1px solid #9494A6;
  vertical-align: middle;
  margin-left: 10px;
}
.quesBlack-R {
  padding: 5px 0px 5px 20px;
  width: 50%;
  background-color: #3B3B3B;
}
.input-motivo {
  font-size: 18px;
  padding: 10px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #9494A6;
  color: #fff;
  margin-bottom: 0;
  height: 30px;
  width: 60%;
}
.input-motivo-r {
  font-size: 18px;
  padding: 10px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #9494A6;
  color: #fff;
  margin-bottom: 0;
  height: 20px;
  width: 90%;
}
.radio-orange {
  display: flex;
  position: relative;
  color: white;
  font-size: 16px;
  align-items: center;
}
.radio-orange input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
  margin: 0;
  padding: 0;
}
.radio-orange label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.radio-orange label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid;
  background-color: #fff;
  border-radius: 50%;
}
.radio-orange .input-otro-motivo {
  font-size: 18px;
  padding: 10px;
  display: inline-block;
  width: 80%;
  border: none;
  border-bottom: 1px solid #9494A6;
  margin-left: 10px;
  vertical-align: middle;
  background: transparent;
  color: #fff;
  height: 20px;
}
.radio-orange input[type=radio]:checked + label:before {
  background-color: #ffa500;
}
.custom-footer-EC {
  border-top: none;
  padding: 1rem 1.5rem;
  text-align: center;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.custom-alert-box {
  background-color: #000000;
  color: #fff;
  padding: 1rem 4.4rem;
  margin-top: 1rem;
  width: 70%;
  border-radius: 20px;
  text-align: center;
}
.custom-alert-heading {
  font-size: 20px;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.custom-alert-heading-c {
  font-size: 20px;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.custom-alert-text {
  font-size: 16px;
  margin-bottom: 0;
}
.custom-alert-date {
  color: #ffa500;
  font-weight: bold;
}
.content-cuentaE {
  padding: 3vmin 20vmin;
}
.container-delete {
  padding: 2vmin 20vmin 2vmin;
}
.enlace-EC {
  color: inherit;
  text-decoration: none;
}
.enlace-EC:hover {
  color: rgb(241, 101, 34);
  text-decoration: underline;
}
.ec-checkbox {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: .875rem;
  -webkit-user-select: none;
  user-select: none;
  color: white;
  line-height: 25px;
}
.ec-checkbox-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ec-checkbox .ec-checkbox-input + .ec-checkbox-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-color: white;
  border: 1px solid #ffa500;
  border: 2px solid #ffa500;
  transition: background-color 200ms ease-in-out;
}
.ec-checkbox-input:checked + .ec-checkbox-label::before {
  background-color: #ffa500;
}
.ec-checkbox-input:checked + .ec-checkbox-label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(2px, -50%) rotate(45deg);
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  background-color: #ffa500;
  color: white;
}
.ec-checkbox-label {
  padding-left: 5px;
  transition: color 200ms;
  padding-top: 8px;
  font-size: 16px;
}
.ec-checkbox-input:checked + .ec-checkbox-label {
  color: #000;
}
.ec-checkbox-input:not(:checked) + .ec-checkbox-label {
  color: #000;
}
.p-text-EC {
  padding-right: 30%;
  font-size: 16px;
}
.p-text-font {
  font-size: 16px;
}
.custom-alert-box-dth {
  background-color: #000000;
  color: #fff;
  padding: 1rem 4rem;
  margin-top: 1rem;
  width: 75%;
  border-radius: 20px;
  text-align: left;
}
.custom-alert-heading-dth {
  color: #fff;
  margin-bottom: 0.5rem;
  text-align: center;
}
.ec-form-check .form-check-input {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
  border-color: #9494A6;
  background-color: #fff;
}
.ec-form-check .form-check-label {
  font-size: 0.9em;
  color: #fff;
}
.msn-delete-cuenta {
  padding: 0px;
  width: 80%;
  margin-bottom: -70px;
}
.alert-warning {
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  padding: .5rem .5rem;
  width: 100%;
}
.title-alert-warning {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.msn-alert-warning {
  text-align: left;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
}
.alert-msn {
  position: relative;
  padding: 0px;
  margin-bottom: 1rem;
}
.alert-icon {
  display: flex;
  align-items: center;
}
.fa-exclamation-circle {
  color: #fff;
  background-color: #f05a24;
  border-radius: 50%;
  padding: .5rem;
  margin-left: .5rem;
}
.fa-exclamation-circle:before {
  font-size: 1rem;
}
.custom-alert-dark {
  background-color: #000000;
  color: #ffffff;
  border-radius: 15px;
  border: 1px solid red;
  margin-bottom: 35px;
  margin-top: 20px;
}
.contenedorEC {
  padding: 0;
  max-width: 70%;
}
.alerta-informativa {
  width: 70%;
  background: #FEF3CD 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  letter-spacing: 0px;
  color: #856404;
  padding: 10px 10px 10px 35px;
  margin-bottom: 20px;
  font-style: italic;
  font-variant: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  font-family: Roboto;
}
.bloque-contenido h4 {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #FFFFFF;
  opacity: 1;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  font-family: Roboto;
}
.bloque-contenido {
  background-color: transparent;
  padding: 10px 0px 5px 0px;
  border-radius: 5px;
  margin-bottom: 15px;
  color: #FFFFFF;
  opacity: 1;
  width: 70%;
}
.lista-contenido {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-left: 15px;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  font-family: Roboto;
}
.lista-contenido strong {
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  font-family: Roboto;
}
.lista-contenido li {
  margin-bottom: 15px;
}
.textEC {
  list-style-type: none;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
  padding-left: 15px;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  font-family: Roboto;
}
.textEC strong {
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  font-family: Roboto;
}
.lineaEC {
  width: 70%;
  border: 1px solid #707070;
  margin: 5% 0%;
}
.enlace-final {
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  font-family: Roboto;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  width: 70%;
}
.boton-eliminacion-cuenta {
  background:
    transparent linear-gradient(
      180deg,
      #FFFFFF 0%,
      #F0F0F0 56%,
      #A3A6A8 97%,
      #A0A2A5 100%);
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #707070;
  border-radius: 30px;
  margin-top: 10px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 34px;
  font-family: Roboto;
  padding: 5px 15px;
}
.custom-modalEC-content {
  background: #fff;
  border-radius: 8px;
  width: 90%;
}
.custom-modalEC-body {
  padding: 1rem 3.2rem;
  text-align: center;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 22px;
  font-family: Roboto;
}
.custom-modalEC-body strong {
  font-weight: 800;
}
.alert-custom {
  background-color: transparent;
  color: #fff;
  padding: 20px;
  border: 2px solid #fff;
  border-radius: 15px;
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
  font-size: 20px;
}
.custom-modalEC-title {
  margin-bottom: 0;
  text-align: center;
  flex-grow: 1;
  color: #000;
}
.red-boton-modal:hover {
  color: white;
  background-color: rgb(32, 32, 32);
  cursor: pointer;
}
@media (max-width:1023px) {
  .msn-delete-cuenta-movil {
    display: block;
  }
  .msn-delete-cuenta {
    display: none;
  }
}
@media (min-width:1024px) {
  .msn-delete-cuenta {
    display: block;
  }
  .msn-delete-cuenta-movil {
    display: none;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .contenedor-perfil {
    background: transparent;
    text-align: center;
  }
  .custom-alert-date::after {
    content: "\a";
    white-space: pre;
    display: block;
  }
  .custom-alert-date-c {
    color: #ffa500;
    font-weight: bold;
  }
  .custom-alert-heading {
    font-size: 20px;
    margin-bottom: 0.5rem;
    font-weight: 700;
  }
  .custom-alert-heading-c {
    font-size: 20px;
    margin-bottom: 0.5rem;
    font-weight: 700;
  }
  .custom-alert-text {
    font-size: 16px;
  }
  .titleQues {
    width: 100%;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
  }
  .quesBlack,
  .quesGray {
    padding: 5px 0px 5px 60px;
    width: 100%;
  }
  .quesBlack-R {
    padding: 5px 0px 5px 20px;
    width: 100%;
    background-color: #3B3B3B;
  }
  .input-motivo {
    font-size: 18px;
    padding: 10px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #9494A6;
    color: #fff;
    margin-bottom: 0;
    height: 30px;
    width: 100%;
  }
  .button-containerHuawei {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .imgHuawei {
    display: none;
  }
  .imgHuaweiMovil {
    display: block;
    width: 100%;
  }
  .blackMargin {
    margin-right: 0px;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
    margin-top: 20px;
  }
  .content-cuentaE {
    padding: 5vmin 5vmin;
  }
  .p-text-EC {
    padding: 0px 50px 0px 50px;
    font-size: 16px;
  }
  .p-text-font {
    font-size: 16px;
  }
  .container-delete {
    padding: 2vmin 20vmin 2vmin;
  }
  .custom-alert-box {
    padding: 1rem 1rem;
    width: 100%;
  }
  .ec-checkbox {
    font-size: .800rem;
  }
  .custom-alert-box-dth {
    padding: 1rem 1rem;
    width: 100%;
  }
  .canceled-acount {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }
  .ec-checkbox-label {
    font-size: 17px;
  }
  .contenedorEC {
    max-width: 100%;
  }
  .alerta-informativa {
    width: 100%;
  }
  .bloque-contenido {
    width: 100%;
  }
  .lineaEC {
    width: 100%;
  }
  .enlace-final {
    width: 100%;
  }
  .alert-custom {
    max-width: 100%;
  }
  .alert-custom {
    max-width: 80%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 425px) {
  .contenedor-perfil {
    background: transparent;
    text-align: center;
  }
  .custom-alert-date::after {
    content: "\a";
    white-space: pre;
    display: block;
  }
  .custom-alert-date-c {
    color: #ffa500;
    font-weight: bold;
  }
  .custom-alert-heading {
    font-size: 18px;
    margin-bottom: 0.5rem;
    font-weight: 700;
  }
  .custom-alert-heading-c {
    font-size: 18px;
    margin-bottom: 0.5rem;
    font-weight: 700;
  }
  .custom-alert-text {
    font-size: 14px;
  }
  .titleQues {
    width: 100%;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    font-family: Roboto;
  }
  .quesBlack,
  .quesGray {
    padding: 5px 0px 5px 60px;
    width: 100%;
  }
  .quesBlack-R {
    padding: 5px 0px 5px 20px;
    width: 100%;
    background-color: #3B3B3B;
  }
  .input-motivo {
    font-size: 18px;
    padding: 10px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #9494A6;
    color: #fff;
    margin-bottom: 0;
    height: 30px;
    width: 100%;
  }
  .button-containerHuawei {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .imgHuawei {
    display: none;
  }
  .imgHuaweiMovil {
    display: block;
    width: 100%;
  }
  .blackMargin {
    margin-right: 0px;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
    margin-top: 20px;
  }
  .content-cuentaE {
    padding: 5vmin 5vmin;
  }
  .p-text-EC {
    padding-right: 0;
    font-size: 14px;
  }
  .p-text-font {
    font-size: 16px;
  }
  .container-delete {
    padding: 2vmin 5vmin 2vmin;
  }
  .custom-alert-box {
    padding: 1rem 1rem;
    width: 100%;
  }
  .ec-checkbox {
    font-size: .800rem;
  }
  .custom-alert-box-dth {
    padding: 1rem 1rem;
    width: 100%;
  }
  .canceled-acount {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }
  .ec-checkbox-label {
    font-size: 13px;
  }
  .contenedorEC {
    max-width: 100%;
  }
  .alerta-informativa {
    width: 100%;
  }
  .bloque-contenido {
    width: 100%;
  }
  .lineaEC {
    width: 100%;
  }
  .enlace-final {
    width: 100%;
  }
  .alert-custom {
    max-width: 100%;
  }
}
@media only screen and (max-width: 424px) and (min-width: 375px) {
  .contenedor-perfil {
    background: transparent;
    text-align: center;
  }
  .custom-alert-date::after {
    content: "\a";
    white-space: pre;
    display: block;
  }
  .custom-alert-date-c {
    color: #ffa500;
    font-weight: bold;
  }
  .custom-alert-heading {
    font-size: 18px;
    margin-bottom: 0.5rem;
    font-weight: 700;
  }
  .custom-alert-heading-c {
    font-size: 16px;
    margin-bottom: 0.5rem;
    font-weight: 700;
  }
  .custom-alert-text {
    font-size: 12px;
  }
  .titleQues {
    width: 100%;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    font-family: Roboto;
  }
  .quesBlack,
  .quesGray {
    padding: 5px 0px 5px 60px;
    width: 100%;
  }
  .quesBlack-R {
    padding: 5px 0px 5px 20px;
    width: 100%;
    background-color: #3B3B3B;
  }
  .input-motivo {
    font-size: 18px;
    padding: 10px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #9494A6;
    color: #fff;
    margin-bottom: 0;
    height: 30px;
    width: 100%;
  }
  .button-containerHuawei {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .imgHuawei {
    display: none;
  }
  .imgHuaweiMovil {
    display: block;
    width: 100%;
  }
  .blackMargin {
    margin-right: 0px;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
    margin-top: 20px;
  }
  .content-cuentaE {
    padding: 5vmin 5vmin;
  }
  .p-text-EC {
    padding-right: 0;
    font-size: 14px;
  }
  .p-text-font {
    font-size: 16px;
  }
  .container-delete {
    padding: 2vmin 5vmin 2vmin;
  }
  .custom-alert-box {
    padding: 1rem 1rem;
    width: 100%;
  }
  .ec-checkbox {
    font-size: .800rem;
  }
  .custom-alert-box-dth {
    padding: 1rem 1rem;
    width: 100%;
  }
  .canceled-acount {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }
  .ec-checkbox-label {
    font-size: 16px;
  }
  .contenedorEC {
    max-width: 100%;
  }
  .alerta-informativa {
    width: 100%;
  }
  .bloque-contenido {
    width: 100%;
  }
  .lineaEC {
    width: 100%;
  }
  .enlace-final {
    width: 100%;
  }
  .alert-custom {
    max-width: 100%;
  }
}
@media only screen and (max-width: 374px) and (min-width: 320px) {
  .custom-modalEC-content {
    width: 100%;
  }
  .custom-modalEC-body {
    padding: 1rem;
    font-size: 14px;
    line-height: 19px;
  }
  .contenedor-perfil {
    background: transparent;
    text-align: center;
  }
  .custom-alert-date::after {
    content: "\a";
    white-space: pre;
    display: block;
  }
  .custom-alert-date-c {
    color: #ffa500;
    font-weight: bold;
  }
  .custom-alert-heading {
    font-size: 18px;
    margin-bottom: 0.5rem;
    font-weight: 700;
  }
  .custom-alert-heading-c {
    font-size: 14px;
    margin-bottom: 0.5rem;
    font-weight: 700;
  }
  .custom-alert-text {
    font-size: 12px;
  }
  .titleQues {
    width: 100%;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    font-family: Roboto;
  }
  .quesBlack,
  .quesGray {
    padding: 5px 0px 5px 60px;
    width: 100%;
  }
  .quesBlack-R {
    padding: 5px 0px 5px 20px;
    width: 100%;
    background-color: #3B3B3B;
  }
  .input-motivo {
    font-size: 18px;
    padding: 10px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #9494A6;
    color: #fff;
    margin-bottom: 0;
    height: 30px;
    width: 100%;
  }
  .button-containerHuawei {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .imgHuawei {
    display: none;
  }
  .imgHuaweiMovil {
    display: block;
    width: 100%;
  }
  .blackMargin {
    margin-right: 0px;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
    margin-top: 20px;
  }
  .content-cuentaE {
    padding: 5vmin 5vmin;
  }
  .p-text-EC {
    padding-right: 0;
    font-size: 14px;
  }
  .p-text-font {
    font-size: 14px;
  }
  .container-delete {
    padding: 2vmin 5vmin 2vmin;
  }
  .custom-alert-box {
    padding: 1rem 1rem;
    width: 100%;
  }
  .ec-checkbox {
    font-size: .800rem;
  }
  .custom-alert-box-dth {
    padding: 1rem 1rem;
    width: 100%;
  }
  .canceled-acount {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }
  .ec-checkbox-label {
    font-size: 14px;
  }
  .contenedorEC {
    max-width: 100%;
  }
  .alerta-informativa {
    width: 100%;
  }
  .bloque-contenido {
    width: 100%;
  }
  .lineaEC {
    width: 100%;
  }
  .enlace-final {
    width: 100%;
  }
  .alert-custom {
    max-width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  .CBarras {
    width: 100%;
    padding: 0%;
  }
  .CBarras svg {
    display: block;
    margin: 0 auto;
    padding: 0%;
    width: 100%;
  }
  .numero {
    font-size: 1.30rem;
  }
  .modal-header .close-modal-pass {
    margin: -1rem -1rem -1rem 14rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 424px) {
  .CBarras {
    width: 90%;
  }
  .CBarras svg {
    display: block;
    margin: 0 auto;
    padding: 5%;
    width: 100%;
  }
  .numero {
    font-size: 1.30rem;
  }
  .modal-header .close-modal-pass {
    margin: -1rem -1rem -1rem 17rem;
  }
}
@media screen and (min-width: 425px) and (max-width: 735px) {
  .CBarras {
    width: 95%;
  }
  .CBarras svg {
    display: block;
    margin: 0 auto;
    padding: 5%;
    width: 100%;
  }
  .numero {
    font-size: 1.30rem;
  }
  .modal-header .close-modal-pass {
    margin: -1rem -1rem -1rem 20rem;
  }
}
.container-platform-nfl {
  width: 290px;
  height: auto;
  background: white;
  border: 2px solid #F5921E;
  border-radius: 15px;
}
.option-container {
  width: 100%;
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
}
.option-label {
  font-size: 15px;
  cursor: pointer;
  color: #000;
}
.align-left-nfl {
  margin-left: 40px;
}
.radio-container {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.radio-nfl {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 20px;
}
.radio-custom {
  width: 16px;
  height: 16px;
  border: 2px solid #F77E0B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s ease;
  margin-left: 10px;
}
.radio-custom::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #F77E0B;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.2s ease;
}
.radio-nfl:checked + .radio-custom::after {
  transform: scale(1);
}
.text-nfl {
  font-size: 10px;
}
.look-nfl {
  font-size: 12px !important;
  margin-right: 5px;
}
.span-text-nfl {
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 17px;
  font-family: Roboto;
}
.modal-content-g3 {
  background-color: #1e1e1e;
  color: white;
  border-radius: 40px;
  position: relative;
  border: 2px solid #F69220;
}
.modal-header,
.modal-footer {
  border: none;
}
.btn-accept {
  background-color: #ff6200;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
}
.modal-g3 .modal-dialog-g3 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-g3 .modal-content-g3 .close {
  color: white;
  padding: 5px;
  cursor: pointer;
}
.modal-g3 .modal-header {
  display: flex;
  justify-content: flex-end;
  padding: 10px 40px;
}
.modal-body-g3 {
  padding: 10px 65px;
}
.text-g3 {
  color: #F6921F;
}
.text-body-g3 {
  padding: 0px 20px;
}
.labelmvs {
  background-color: #482E72;
  padding: 5px 15px 5px 15px;
  width: 100%;
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff;
  border-radius: 10px;
  position: relative;
  bottom: 10px;
  top: 10px;
}
.back-opacity-g3 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00000042;
  border-radius: 13px;
  z-index: 99999;
}
.add-ur-pack-g3 {
  z-index: 900;
  position: absolute;
  top: 0;
  right: 0;
  background: #3271A6;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0.3em 1em;
}
.add-ur-pack-g3 span {
  font-size: 16px;
  color: white;
  margin-right: 5px;
}
.add-ur-pack-g3 p {
  margin: 0;
  color: white;
  font-size: 16px;
  margin-left: 8px;
}
.div-pago-exitoso {
  border: 1px solid #A2A2A2;
  border-radius: 7px;
  margin-bottom: 15px;
}
.texto-pago-exitoso {
  padding: 10px 10px 0px 10px;
}
.labelTelmex-pago {
  background-color: #3271A6;
  padding: 5px 15px 5px 15px;
  width: 69%;
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff;
  border-radius: 10px;
  position: relative;
  bottom: 10px;
  top: 0px;
  left: 5px;
  height: 50%;
}
@media (min-width: 320px) and (max-width: 374px) {
  .modal-content-g3 {
    border-radius: 15px;
  }
  .modal-g3 .modal-header {
    padding: 10px 15px;
  }
  .modal-body-g3 {
    padding: 10px 25px;
    font-size: 13px;
  }
  .add-ur-pack-g3 {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }
  .add-ur-pack-g3 span {
    font-size: 20px;
    margin-right: 10px;
  }
  .add-ur-pack-g3 p {
    font-size: 14px;
    margin-left: 8px;
  }
  .labelmvs {
    font-size: 0.7rem;
  }
}
@media (min-width: 375px) and (max-width: 424px) {
  .modal-content-g3 {
    border-radius: 20px;
  }
  .modal-g3 .modal-header {
    padding: 10px 20px;
  }
  .modal-body-g3 {
    padding: 10px 25px;
  }
  .text-body-g3 {
    padding: 0px 10px;
  }
  .add-ur-pack-g3 {
    padding: 0.3em 1.4em;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }
  .add-ur-pack-g3 span {
    font-size: 20px;
    margin-right: 10px;
  }
  .add-ur-pack-g3 p {
    font-size: 14px;
    margin-left: 8px;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .modal-content-g3 {
    border-radius: 25px;
  }
  .modal-g3 .modal-header {
    padding: 10px 30px;
  }
  .modal-body-g3 {
    padding: 10px 40px;
  }
  .text-body-g3 {
    padding: 0px 15px;
  }
  .add-ur-pack-g3 {
    padding: 0.3em 1.4em;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }
  .add-ur-pack-g3 span {
    font-size: 20px;
    margin-right: 10px;
  }
  .add-ur-pack-g3 p {
    font-size: 14px;
    margin-left: 8px;
  }
}
.boton-metodo-pago {
  background:
    transparent linear-gradient(
      0deg,
      rgba(241, 101, 34, 1) 0%,
      rgba(242, 108, 33, 1) 47%,
      rgba(246, 146, 30, 1) 100%) 0 0 no-repeat;
  box-shadow: 0px 3px 6px #00000029;
  color: #fff;
  border: 1px solid;
  border-radius: 30px;
  font-size: 16px;
}
.boton-metodo-pago:disabled {
  background: transparent;
  background-color: #DEDEDE;
  border: 0;
  border-radius: 30px;
  color: black;
  cursor: not-allowed;
  font-size: 16px;
}
.btn-cancel {
  border-radius: 50px;
  box-shadow: -1px 7px 5px -1px rgba(0, 0, 0, 0.69);
  -webkit-box-shadow: -1px 7px 5px -1px rgba(0, 0, 0, 0.69);
  -moz-box-shadow: -1px 7px 5px -1px rgba(0, 0, 0, 0.69);
  height: 3em;
  background-color: rgb(85, 85, 85);
  font-size: 1.1em;
  border: none;
}
.rounded {
  border-radius: 15px;
}

/* node_modules/ngx-toastr/toastr.css */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* src/assets/css/owl.carousel.min.css */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel .owl-item.center {
  z-index: 5;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height .5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  transition: opacity .4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("./media/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* src/assets/css/owl.theme.default.min.css */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* node_modules/ngx-spinner/animations/ball-spin-clockwise.css */
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-spin-clockwise,
.la-ball-spin-clockwise > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.la-ball-spin-clockwise {
  display: block;
  font-size: 0;
  color: #fff;
}
.la-ball-spin-clockwise.la-dark {
  color: #333;
}
.la-ball-spin-clockwise > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.la-ball-spin-clockwise {
  width: 32px;
  height: 32px;
}
.la-ball-spin-clockwise > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  -webkit-animation: ball-spin-clockwise 1s infinite ease-in-out;
  -moz-animation: ball-spin-clockwise 1s infinite ease-in-out;
  -o-animation: ball-spin-clockwise 1s infinite ease-in-out;
  animation: ball-spin-clockwise 1s infinite ease-in-out;
}
.la-ball-spin-clockwise > div:nth-child(1) {
  top: 5%;
  left: 50%;
  -webkit-animation-delay: -.875s;
  -moz-animation-delay: -.875s;
  -o-animation-delay: -.875s;
  animation-delay: -.875s;
}
.la-ball-spin-clockwise > div:nth-child(2) {
  top: 18.1801948466%;
  left: 81.8198051534%;
  -webkit-animation-delay: -.75s;
  -moz-animation-delay: -.75s;
  -o-animation-delay: -.75s;
  animation-delay: -.75s;
}
.la-ball-spin-clockwise > div:nth-child(3) {
  top: 50%;
  left: 95%;
  -webkit-animation-delay: -.625s;
  -moz-animation-delay: -.625s;
  -o-animation-delay: -.625s;
  animation-delay: -.625s;
}
.la-ball-spin-clockwise > div:nth-child(4) {
  top: 81.8198051534%;
  left: 81.8198051534%;
  -webkit-animation-delay: -.5s;
  -moz-animation-delay: -.5s;
  -o-animation-delay: -.5s;
  animation-delay: -.5s;
}
.la-ball-spin-clockwise > div:nth-child(5) {
  top: 94.9999999966%;
  left: 50.0000000005%;
  -webkit-animation-delay: -.375s;
  -moz-animation-delay: -.375s;
  -o-animation-delay: -.375s;
  animation-delay: -.375s;
}
.la-ball-spin-clockwise > div:nth-child(6) {
  top: 81.8198046966%;
  left: 18.1801949248%;
  -webkit-animation-delay: -.25s;
  -moz-animation-delay: -.25s;
  -o-animation-delay: -.25s;
  animation-delay: -.25s;
}
.la-ball-spin-clockwise > div:nth-child(7) {
  top: 49.9999750815%;
  left: 5.0000051215%;
  -webkit-animation-delay: -.125s;
  -moz-animation-delay: -.125s;
  -o-animation-delay: -.125s;
  animation-delay: -.125s;
}
.la-ball-spin-clockwise > div:nth-child(8) {
  top: 18.179464974%;
  left: 18.1803700518%;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
.la-ball-spin-clockwise.la-sm {
  width: 16px;
  height: 16px;
}
.la-ball-spin-clockwise.la-sm > div {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}
.la-ball-spin-clockwise.la-2x {
  width: 64px;
  height: 64px;
}
.la-ball-spin-clockwise.la-2x > div {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}
.la-ball-spin-clockwise.la-3x {
  width: 96px;
  height: 96px;
}
.la-ball-spin-clockwise.la-3x > div {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}
@-webkit-keyframes ball-spin-clockwise {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-moz-keyframes ball-spin-clockwise {
  0%, 100% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
}
@-o-keyframes ball-spin-clockwise {
  0%, 100% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes ball-spin-clockwise {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
