@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Tajawal:200,300,400,500,700,800,900&subset=arabic");
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

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

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

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

.table th,
.table td {
  padding: 0.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-sm th,
.table-sm td {
  padding: 0.3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

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

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

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

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

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

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -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: 0.3rem;
  margin-left: -1.25rem;
}

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

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

.form-check-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

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

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

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

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

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

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

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

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

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

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

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: 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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: 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,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

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

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

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

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

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

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

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

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

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

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

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

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

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

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

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

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

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

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

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

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

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

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

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

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

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

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

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

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

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

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

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

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

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

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

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

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

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

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

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

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

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

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

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group > .custom-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

.input-group-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  color-adjust: exact;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

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

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

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

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

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

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

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

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

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

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

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

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

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

.custom-switch {
  padding-left: 2.25rem;
}

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

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

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

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

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

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

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

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

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

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

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

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

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

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

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

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

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

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

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

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

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

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

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

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -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: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

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

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

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

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

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

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -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:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

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

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

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

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

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

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

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

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

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

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

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

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

.badge:empty {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

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

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

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

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

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

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

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

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

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

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

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

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

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

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

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

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

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

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

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

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

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

a.close.disabled {
  pointer-events: none;
}

.toast {
  -webkit-flex-basis: 350px;
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

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

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

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

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

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

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

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

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 1px solid #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-sm {
  border-radius: 0.2rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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 iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-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;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -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;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -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;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -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;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -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;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -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;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

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

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

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

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

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

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

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

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

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

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

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

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

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

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

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

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

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

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

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

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

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

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

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

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

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

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

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

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

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

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

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

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

.font-weight-lighter {
  font-weight: lighter !important;
}

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

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-body {
  color: #212529 !important;
}

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

.floating-label {
  color: #17263C;
}

.ion-ios-add:before {
  content: "\f102";
}

.ion-ios-add-circle:before {
  content: "\f101";
}

.ion-ios-add-circle-outline:before {
  content: "\f100";
}

.ion-ios-add-outline:before {
  content: "\f102";
}

.ion-ios-alarm:before {
  content: "\f3c8";
}

.ion-ios-alarm-outline:before {
  content: "\f3c7";
}

.ion-ios-albums:before {
  content: "\f3ca";
}

.ion-ios-albums-outline:before {
  content: "\f3c9";
}

.ion-ios-alert:before {
  content: "\f104";
}

.ion-ios-alert-outline:before {
  content: "\f103";
}

.ion-ios-american-football:before {
  content: "\f106";
}

.ion-ios-american-football-outline:before {
  content: "\f105";
}

.ion-ios-analytics:before {
  content: "\f3ce";
}

.ion-ios-analytics-outline:before {
  content: "\f3cd";
}

.ion-ios-aperture:before {
  content: "\f108";
}

.ion-ios-aperture-outline:before {
  content: "\f107";
}

.ion-ios-apps:before {
  content: "\f10a";
}

.ion-ios-apps-outline:before {
  content: "\f109";
}

.ion-ios-appstore:before {
  content: "\f10c";
}

.ion-ios-appstore-outline:before {
  content: "\f10b";
}

.ion-ios-archive:before {
  content: "\f10e";
}

.ion-ios-archive-outline:before {
  content: "\f10d";
}

.ion-ios-arrow-back:before {
  content: "\f3cf";
}

.ion-ios-arrow-back-outline:before {
  content: "\f3cf";
}

.ion-ios-arrow-down:before {
  content: "\f3d0";
}

.ion-ios-arrow-down-outline:before {
  content: "\f3d0";
}

.ion-ios-arrow-dropdown:before {
  content: "\f110";
}

.ion-ios-arrow-dropdown-circle:before {
  content: "\f10f";
}

.ion-ios-arrow-dropdown-circle-outline:before {
  content: "\f10f";
}

.ion-ios-arrow-dropdown-outline:before {
  content: "\f110";
}

.ion-ios-arrow-dropleft:before {
  content: "\f112";
}

.ion-ios-arrow-dropleft-circle:before {
  content: "\f111";
}

.ion-ios-arrow-dropleft-circle-outline:before {
  content: "\f111";
}

.ion-ios-arrow-dropleft-outline:before {
  content: "\f112";
}

.ion-ios-arrow-dropright:before {
  content: "\f114";
}

.ion-ios-arrow-dropright-circle:before {
  content: "\f113";
}

.ion-ios-arrow-dropright-circle-outline:before {
  content: "\f113";
}

.ion-ios-arrow-dropright-outline:before {
  content: "\f114";
}

.ion-ios-arrow-dropup:before {
  content: "\f116";
}

.ion-ios-arrow-dropup-circle:before {
  content: "\f115";
}

.ion-ios-arrow-dropup-circle-outline:before {
  content: "\f115";
}

.ion-ios-arrow-dropup-outline:before {
  content: "\f116";
}

.ion-ios-arrow-forward:before {
  content: "\f3d1";
}

.ion-ios-arrow-forward-outline:before {
  content: "\f3d1";
}

.ion-ios-arrow-round-back:before {
  content: "\f117";
}

.ion-ios-arrow-round-back-outline:before {
  content: "\f117";
}

.ion-ios-arrow-round-down:before {
  content: "\f118";
}

.ion-ios-arrow-round-down-outline:before {
  content: "\f118";
}

.ion-ios-arrow-round-forward:before {
  content: "\f119";
}

.ion-ios-arrow-round-forward-outline:before {
  content: "\f119";
}

.ion-ios-arrow-round-up:before {
  content: "\f11a";
}

.ion-ios-arrow-round-up-outline:before {
  content: "\f11a";
}

.ion-ios-arrow-up:before {
  content: "\f3d8";
}

.ion-ios-arrow-up-outline:before {
  content: "\f3d8";
}

.ion-ios-at:before {
  content: "\f3da";
}

.ion-ios-at-outline:before {
  content: "\f3d9";
}

.ion-ios-attach:before {
  content: "\f11b";
}

.ion-ios-attach-outline:before {
  content: "\f11b";
}

.ion-ios-backspace:before {
  content: "\f11d";
}

.ion-ios-backspace-outline:before {
  content: "\f11c";
}

.ion-ios-barcode:before {
  content: "\f3dc";
}

.ion-ios-barcode-outline:before {
  content: "\f3db";
}

.ion-ios-baseball:before {
  content: "\f3de";
}

.ion-ios-baseball-outline:before {
  content: "\f3dd";
}

.ion-ios-basket:before {
  content: "\f11f";
}

.ion-ios-basket-outline:before {
  content: "\f11e";
}

.ion-ios-basketball:before {
  content: "\f3e0";
}

.ion-ios-basketball-outline:before {
  content: "\f3df";
}

.ion-ios-battery-charging:before {
  content: "\f120";
}

.ion-ios-battery-charging-outline:before {
  content: "\f120";
}

.ion-ios-battery-dead:before {
  content: "\f121";
}

.ion-ios-battery-dead-outline:before {
  content: "\f121";
}

.ion-ios-battery-full:before {
  content: "\f122";
}

.ion-ios-battery-full-outline:before {
  content: "\f122";
}

.ion-ios-beaker:before {
  content: "\f124";
}

.ion-ios-beaker-outline:before {
  content: "\f123";
}

.ion-ios-beer:before {
  content: "\f126";
}

.ion-ios-beer-outline:before {
  content: "\f125";
}

.ion-ios-bicycle:before {
  content: "\f127";
}

.ion-ios-bicycle-outline:before {
  content: "\f127";
}

.ion-ios-bluetooth:before {
  content: "\f128";
}

.ion-ios-bluetooth-outline:before {
  content: "\f128";
}

.ion-ios-boat:before {
  content: "\f12a";
}

.ion-ios-boat-outline:before {
  content: "\f129";
}

.ion-ios-body:before {
  content: "\f3e4";
}

.ion-ios-body-outline:before {
  content: "\f3e3";
}

.ion-ios-bonfire:before {
  content: "\f12c";
}

.ion-ios-bonfire-outline:before {
  content: "\f12b";
}

.ion-ios-book:before {
  content: "\f3e8";
}

.ion-ios-book-outline:before {
  content: "\f3e7";
}

.ion-ios-bookmark:before {
  content: "\f12e";
}

.ion-ios-bookmark-outline:before {
  content: "\f12d";
}

.ion-ios-bookmarks:before {
  content: "\f3ea";
}

.ion-ios-bookmarks-outline:before {
  content: "\f3e9";
}

.ion-ios-bowtie:before {
  content: "\f130";
}

.ion-ios-bowtie-outline:before {
  content: "\f12f";
}

.ion-ios-briefcase:before {
  content: "\f3ee";
}

.ion-ios-briefcase-outline:before {
  content: "\f3ed";
}

.ion-ios-browsers:before {
  content: "\f3f0";
}

.ion-ios-browsers-outline:before {
  content: "\f3ef";
}

.ion-ios-brush:before {
  content: "\f132";
}

.ion-ios-brush-outline:before {
  content: "\f131";
}

.ion-ios-bug:before {
  content: "\f134";
}

.ion-ios-bug-outline:before {
  content: "\f133";
}

.ion-ios-build:before {
  content: "\f136";
}

.ion-ios-build-outline:before {
  content: "\f135";
}

.ion-ios-bulb:before {
  content: "\f138";
}

.ion-ios-bulb-outline:before {
  content: "\f137";
}

.ion-ios-bus:before {
  content: "\f13a";
}

.ion-ios-bus-outline:before {
  content: "\f139";
}

.ion-ios-cafe:before {
  content: "\f13c";
}

.ion-ios-cafe-outline:before {
  content: "\f13b";
}

.ion-ios-calculator:before {
  content: "\f3f2";
}

.ion-ios-calculator-outline:before {
  content: "\f3f1";
}

.ion-ios-calendar:before {
  content: "\f3f4";
}

.ion-ios-calendar-outline:before {
  content: "\f3f3";
}

.ion-ios-call:before {
  content: "\f13e";
}

.ion-ios-call-outline:before {
  content: "\f13d";
}

.ion-ios-camera:before {
  content: "\f3f6";
}

.ion-ios-camera-outline:before {
  content: "\f3f5";
}

.ion-ios-car:before {
  content: "\f140";
}

.ion-ios-car-outline:before {
  content: "\f13f";
}

.ion-ios-card:before {
  content: "\f142";
}

.ion-ios-card-outline:before {
  content: "\f141";
}

.ion-ios-cart:before {
  content: "\f3f8";
}

.ion-ios-cart-outline:before {
  content: "\f3f7";
}

.ion-ios-cash:before {
  content: "\f144";
}

.ion-ios-cash-outline:before {
  content: "\f143";
}

.ion-ios-chatboxes:before {
  content: "\f3fa";
}

.ion-ios-chatboxes-outline:before {
  content: "\f3f9";
}

.ion-ios-chatbubbles:before {
  content: "\f146";
}

.ion-ios-chatbubbles-outline:before {
  content: "\f145";
}

.ion-ios-checkbox:before {
  content: "\f148";
}

.ion-ios-checkbox-outline:before {
  content: "\f147";
}

.ion-ios-checkmark:before {
  content: "\f3ff";
}

.ion-ios-checkmark-circle:before {
  content: "\f14a";
}

.ion-ios-checkmark-circle-outline:before {
  content: "\f149";
}

.ion-ios-checkmark-outline:before {
  content: "\f3ff";
}

.ion-ios-clipboard:before {
  content: "\f14c";
}

.ion-ios-clipboard-outline:before {
  content: "\f14b";
}

.ion-ios-clock:before {
  content: "\f403";
}

.ion-ios-clock-outline:before {
  content: "\f402";
}

.ion-ios-close:before {
  content: "\f406";
}

.ion-ios-close-circle:before {
  content: "\f14e";
}

.ion-ios-close-circle-outline:before {
  content: "\f14d";
}

.ion-ios-close-outline:before {
  content: "\f406";
}

.ion-ios-closed-captioning:before {
  content: "\f150";
}

.ion-ios-closed-captioning-outline:before {
  content: "\f14f";
}

.ion-ios-cloud:before {
  content: "\f40c";
}

.ion-ios-cloud-circle:before {
  content: "\f152";
}

.ion-ios-cloud-circle-outline:before {
  content: "\f151";
}

.ion-ios-cloud-done:before {
  content: "\f154";
}

.ion-ios-cloud-done-outline:before {
  content: "\f153";
}

.ion-ios-cloud-download:before {
  content: "\f408";
}

.ion-ios-cloud-download-outline:before {
  content: "\f407";
}

.ion-ios-cloud-outline:before {
  content: "\f409";
}

.ion-ios-cloud-upload:before {
  content: "\f40b";
}

.ion-ios-cloud-upload-outline:before {
  content: "\f40a";
}

.ion-ios-cloudy:before {
  content: "\f410";
}

.ion-ios-cloudy-night:before {
  content: "\f40e";
}

.ion-ios-cloudy-night-outline:before {
  content: "\f40d";
}

.ion-ios-cloudy-outline:before {
  content: "\f40f";
}

.ion-ios-code:before {
  content: "\f157";
}

.ion-ios-code-download:before {
  content: "\f155";
}

.ion-ios-code-download-outline:before {
  content: "\f155";
}

.ion-ios-code-outline:before {
  content: "\f157";
}

.ion-ios-code-working:before {
  content: "\f156";
}

.ion-ios-code-working-outline:before {
  content: "\f156";
}

.ion-ios-cog:before {
  content: "\f412";
}

.ion-ios-cog-outline:before {
  content: "\f411";
}

.ion-ios-color-fill:before {
  content: "\f159";
}

.ion-ios-color-fill-outline:before {
  content: "\f158";
}

.ion-ios-color-filter:before {
  content: "\f414";
}

.ion-ios-color-filter-outline:before {
  content: "\f413";
}

.ion-ios-color-palette:before {
  content: "\f15b";
}

.ion-ios-color-palette-outline:before {
  content: "\f15a";
}

.ion-ios-color-wand:before {
  content: "\f416";
}

.ion-ios-color-wand-outline:before {
  content: "\f415";
}

.ion-ios-compass:before {
  content: "\f15d";
}

.ion-ios-compass-outline:before {
  content: "\f15c";
}

.ion-ios-construct:before {
  content: "\f15f";
}

.ion-ios-construct-outline:before {
  content: "\f15e";
}

.ion-ios-contact:before {
  content: "\f41a";
}

.ion-ios-contact-outline:before {
  content: "\f419";
}

.ion-ios-contacts:before {
  content: "\f161";
}

.ion-ios-contacts-outline:before {
  content: "\f160";
}

.ion-ios-contract:before {
  content: "\f162";
}

.ion-ios-contract-outline:before {
  content: "\f162";
}

.ion-ios-contrast:before {
  content: "\f163";
}

.ion-ios-contrast-outline:before {
  content: "\f163";
}

.ion-ios-copy:before {
  content: "\f41c";
}

.ion-ios-copy-outline:before {
  content: "\f41b";
}

.ion-ios-create:before {
  content: "\f165";
}

.ion-ios-create-outline:before {
  content: "\f164";
}

.ion-ios-crop:before {
  content: "\f41e";
}

.ion-ios-crop-outline:before {
  content: "\f166";
}

.ion-ios-cube:before {
  content: "\f168";
}

.ion-ios-cube-outline:before {
  content: "\f167";
}

.ion-ios-cut:before {
  content: "\f16a";
}

.ion-ios-cut-outline:before {
  content: "\f169";
}

.ion-ios-desktop:before {
  content: "\f16c";
}

.ion-ios-desktop-outline:before {
  content: "\f16b";
}

.ion-ios-disc:before {
  content: "\f16e";
}

.ion-ios-disc-outline:before {
  content: "\f16d";
}

.ion-ios-document:before {
  content: "\f170";
}

.ion-ios-document-outline:before {
  content: "\f16f";
}

.ion-ios-done-all:before {
  content: "\f171";
}

.ion-ios-done-all-outline:before {
  content: "\f171";
}

.ion-ios-download:before {
  content: "\f420";
}

.ion-ios-download-outline:before {
  content: "\f41f";
}

.ion-ios-easel:before {
  content: "\f173";
}

.ion-ios-easel-outline:before {
  content: "\f172";
}

.ion-ios-egg:before {
  content: "\f175";
}

.ion-ios-egg-outline:before {
  content: "\f174";
}

.ion-ios-exit:before {
  content: "\f177";
}

.ion-ios-exit-outline:before {
  content: "\f176";
}

.ion-ios-expand:before {
  content: "\f178";
}

.ion-ios-expand-outline:before {
  content: "\f178";
}

.ion-ios-eye:before {
  content: "\f425";
}

.ion-ios-eye-off:before {
  content: "\f17a";
}

.ion-ios-eye-off-outline:before {
  content: "\f179";
}

.ion-ios-eye-outline:before {
  content: "\f424";
}

.ion-ios-fastforward:before {
  content: "\f427";
}

.ion-ios-fastforward-outline:before {
  content: "\f426";
}

.ion-ios-female:before {
  content: "\f17b";
}

.ion-ios-female-outline:before {
  content: "\f17b";
}

.ion-ios-filing:before {
  content: "\f429";
}

.ion-ios-filing-outline:before {
  content: "\f428";
}

.ion-ios-film:before {
  content: "\f42b";
}

.ion-ios-film-outline:before {
  content: "\f42a";
}

.ion-ios-finger-print:before {
  content: "\f17c";
}

.ion-ios-finger-print-outline:before {
  content: "\f17c";
}

.ion-ios-flag:before {
  content: "\f42d";
}

.ion-ios-flag-outline:before {
  content: "\f42c";
}

.ion-ios-flame:before {
  content: "\f42f";
}

.ion-ios-flame-outline:before {
  content: "\f42e";
}

.ion-ios-flash:before {
  content: "\f17e";
}

.ion-ios-flash-outline:before {
  content: "\f17d";
}

.ion-ios-flask:before {
  content: "\f431";
}

.ion-ios-flask-outline:before {
  content: "\f430";
}

.ion-ios-flower:before {
  content: "\f433";
}

.ion-ios-flower-outline:before {
  content: "\f432";
}

.ion-ios-folder:before {
  content: "\f435";
}

.ion-ios-folder-open:before {
  content: "\f180";
}

.ion-ios-folder-open-outline:before {
  content: "\f17f";
}

.ion-ios-folder-outline:before {
  content: "\f434";
}

.ion-ios-football:before {
  content: "\f437";
}

.ion-ios-football-outline:before {
  content: "\f436";
}

.ion-ios-funnel:before {
  content: "\f182";
}

.ion-ios-funnel-outline:before {
  content: "\f181";
}

.ion-ios-game-controller-a:before {
  content: "\f439";
}

.ion-ios-game-controller-a-outline:before {
  content: "\f438";
}

.ion-ios-game-controller-b:before {
  content: "\f43b";
}

.ion-ios-game-controller-b-outline:before {
  content: "\f43a";
}

.ion-ios-git-branch:before {
  content: "\f183";
}

.ion-ios-git-branch-outline:before {
  content: "\f183";
}

.ion-ios-git-commit:before {
  content: "\f184";
}

.ion-ios-git-commit-outline:before {
  content: "\f184";
}

.ion-ios-git-compare:before {
  content: "\f185";
}

.ion-ios-git-compare-outline:before {
  content: "\f185";
}

.ion-ios-git-merge:before {
  content: "\f186";
}

.ion-ios-git-merge-outline:before {
  content: "\f186";
}

.ion-ios-git-network:before {
  content: "\f187";
}

.ion-ios-git-network-outline:before {
  content: "\f187";
}

.ion-ios-git-pull-request:before {
  content: "\f188";
}

.ion-ios-git-pull-request-outline:before {
  content: "\f188";
}

.ion-ios-glasses:before {
  content: "\f43f";
}

.ion-ios-glasses-outline:before {
  content: "\f43e";
}

.ion-ios-globe:before {
  content: "\f18a";
}

.ion-ios-globe-outline:before {
  content: "\f189";
}

.ion-ios-grid:before {
  content: "\f18c";
}

.ion-ios-grid-outline:before {
  content: "\f18b";
}

.ion-ios-hammer:before {
  content: "\f18e";
}

.ion-ios-hammer-outline:before {
  content: "\f18d";
}

.ion-ios-hand:before {
  content: "\f190";
}

.ion-ios-hand-outline:before {
  content: "\f18f";
}

.ion-ios-happy:before {
  content: "\f192";
}

.ion-ios-happy-outline:before {
  content: "\f191";
}

.ion-ios-headset:before {
  content: "\f194";
}

.ion-ios-headset-outline:before {
  content: "\f193";
}

.ion-ios-heart:before {
  content: "\f443";
}

.ion-ios-heart-outline:before {
  content: "\f442";
}

.ion-ios-help:before {
  content: "\f446";
}

.ion-ios-help-buoy:before {
  content: "\f196";
}

.ion-ios-help-buoy-outline:before {
  content: "\f195";
}

.ion-ios-help-circle:before {
  content: "\f198";
}

.ion-ios-help-circle-outline:before {
  content: "\f197";
}

.ion-ios-help-outline:before {
  content: "\f446";
}

.ion-ios-home:before {
  content: "\f448";
}

.ion-ios-home-outline:before {
  content: "\f447";
}

.ion-ios-ice-cream:before {
  content: "\f19a";
}

.ion-ios-ice-cream-outline:before {
  content: "\f199";
}

.ion-ios-image:before {
  content: "\f19c";
}

.ion-ios-image-outline:before {
  content: "\f19b";
}

.ion-ios-images:before {
  content: "\f19e";
}

.ion-ios-images-outline:before {
  content: "\f19d";
}

.ion-ios-infinite:before {
  content: "\f44a";
}

.ion-ios-infinite-outline:before {
  content: "\f449";
}

.ion-ios-information:before {
  content: "\f44d";
}

.ion-ios-information-circle:before {
  content: "\f1a0";
}

.ion-ios-information-circle-outline:before {
  content: "\f19f";
}

.ion-ios-information-outline:before {
  content: "\f44d";
}

.ion-ios-ionic:before {
  content: "\f1a1";
}

.ion-ios-ionic-outline:before {
  content: "\f44e";
}

.ion-ios-ionitron:before {
  content: "\f1a3";
}

.ion-ios-ionitron-outline:before {
  content: "\f1a2";
}

.ion-ios-jet:before {
  content: "\f1a5";
}

.ion-ios-jet-outline:before {
  content: "\f1a4";
}

.ion-ios-key:before {
  content: "\f1a7";
}

.ion-ios-key-outline:before {
  content: "\f1a6";
}

.ion-ios-keypad:before {
  content: "\f450";
}

.ion-ios-keypad-outline:before {
  content: "\f44f";
}

.ion-ios-laptop:before {
  content: "\f1a8";
}

.ion-ios-laptop-outline:before {
  content: "\f1a8";
}

.ion-ios-leaf:before {
  content: "\f1aa";
}

.ion-ios-leaf-outline:before {
  content: "\f1a9";
}

.ion-ios-link:before {
  content: "\f22a";
}

.ion-ios-link-outline:before {
  content: "\f1ca";
}

.ion-ios-list:before {
  content: "\f454";
}

.ion-ios-list-box:before {
  content: "\f1ac";
}

.ion-ios-list-box-outline:before {
  content: "\f1ab";
}

.ion-ios-list-outline:before {
  content: "\f454";
}

.ion-ios-locate:before {
  content: "\f1ae";
}

.ion-ios-locate-outline:before {
  content: "\f1ad";
}

.ion-ios-lock:before {
  content: "\f1b0";
}

.ion-ios-lock-outline:before {
  content: "\f1af";
}

.ion-ios-log-in:before {
  content: "\f1b1";
}

.ion-ios-log-in-outline:before {
  content: "\f1b1";
}

.ion-ios-log-out:before {
  content: "\f1b2";
}

.ion-ios-log-out-outline:before {
  content: "\f1b2";
}

.ion-ios-magnet:before {
  content: "\f1b4";
}

.ion-ios-magnet-outline:before {
  content: "\f1b3";
}

.ion-ios-mail:before {
  content: "\f1b8";
}

.ion-ios-mail-open:before {
  content: "\f1b6";
}

.ion-ios-mail-open-outline:before {
  content: "\f1b5";
}

.ion-ios-mail-outline:before {
  content: "\f1b7";
}

.ion-ios-male:before {
  content: "\f1b9";
}

.ion-ios-male-outline:before {
  content: "\f1b9";
}

.ion-ios-man:before {
  content: "\f1bb";
}

.ion-ios-man-outline:before {
  content: "\f1ba";
}

.ion-ios-map:before {
  content: "\f1bd";
}

.ion-ios-map-outline:before {
  content: "\f1bc";
}

.ion-ios-medal:before {
  content: "\f1bf";
}

.ion-ios-medal-outline:before {
  content: "\f1be";
}

.ion-ios-medical:before {
  content: "\f45c";
}

.ion-ios-medical-outline:before {
  content: "\f45b";
}

.ion-ios-medkit:before {
  content: "\f45e";
}

.ion-ios-medkit-outline:before {
  content: "\f45d";
}

.ion-ios-megaphone:before {
  content: "\f1c1";
}

.ion-ios-megaphone-outline:before {
  content: "\f1c0";
}

.ion-ios-menu:before {
  content: "\f1c3";
}

.ion-ios-menu-outline:before {
  content: "\f1c2";
}

.ion-ios-mic:before {
  content: "\f461";
}

.ion-ios-mic-off:before {
  content: "\f45f";
}

.ion-ios-mic-off-outline:before {
  content: "\f1c4";
}

.ion-ios-mic-outline:before {
  content: "\f460";
}

.ion-ios-microphone:before {
  content: "\f1c6";
}

.ion-ios-microphone-outline:before {
  content: "\f1c5";
}

.ion-ios-moon:before {
  content: "\f468";
}

.ion-ios-moon-outline:before {
  content: "\f467";
}

.ion-ios-more:before {
  content: "\f1c8";
}

.ion-ios-more-outline:before {
  content: "\f1c7";
}

.ion-ios-move:before {
  content: "\f1cb";
}

.ion-ios-move-outline:before {
  content: "\f1cb";
}

.ion-ios-musical-note:before {
  content: "\f46b";
}

.ion-ios-musical-note-outline:before {
  content: "\f1cc";
}

.ion-ios-musical-notes:before {
  content: "\f46c";
}

.ion-ios-musical-notes-outline:before {
  content: "\f1cd";
}

.ion-ios-navigate:before {
  content: "\f46e";
}

.ion-ios-navigate-outline:before {
  content: "\f46d";
}

.ion-ios-no-smoking:before {
  content: "\f1cf";
}

.ion-ios-no-smoking-outline:before {
  content: "\f1ce";
}

.ion-ios-notifications:before {
  content: "\f1d3";
}

.ion-ios-notifications-off:before {
  content: "\f1d1";
}

.ion-ios-notifications-off-outline:before {
  content: "\f1d0";
}

.ion-ios-notifications-outline:before {
  content: "\f1d2";
}

.ion-ios-nuclear:before {
  content: "\f1d5";
}

.ion-ios-nuclear-outline:before {
  content: "\f1d4";
}

.ion-ios-nutrition:before {
  content: "\f470";
}

.ion-ios-nutrition-outline:before {
  content: "\f46f";
}

.ion-ios-open:before {
  content: "\f1d7";
}

.ion-ios-open-outline:before {
  content: "\f1d6";
}

.ion-ios-options:before {
  content: "\f1d9";
}

.ion-ios-options-outline:before {
  content: "\f1d8";
}

.ion-ios-outlet:before {
  content: "\f1db";
}

.ion-ios-outlet-outline:before {
  content: "\f1da";
}

.ion-ios-paper:before {
  content: "\f472";
}

.ion-ios-paper-outline:before {
  content: "\f471";
}

.ion-ios-paper-plane:before {
  content: "\f1dd";
}

.ion-ios-paper-plane-outline:before {
  content: "\f1dc";
}

.ion-ios-partly-sunny:before {
  content: "\f1df";
}

.ion-ios-partly-sunny-outline:before {
  content: "\f1de";
}

.ion-ios-pause:before {
  content: "\f478";
}

.ion-ios-pause-outline:before {
  content: "\f477";
}

.ion-ios-paw:before {
  content: "\f47a";
}

.ion-ios-paw-outline:before {
  content: "\f479";
}

.ion-ios-people:before {
  content: "\f47c";
}

.ion-ios-people-outline:before {
  content: "\f47b";
}

.ion-ios-person:before {
  content: "\f47e";
}

.ion-ios-person-add:before {
  content: "\f1e1";
}

.ion-ios-person-add-outline:before {
  content: "\f1e0";
}

.ion-ios-person-outline:before {
  content: "\f47d";
}

.ion-ios-phone-landscape:before {
  content: "\f1e2";
}

.ion-ios-phone-landscape-outline:before {
  content: "\f1e2";
}

.ion-ios-phone-portrait:before {
  content: "\f1e3";
}

.ion-ios-phone-portrait-outline:before {
  content: "\f1e3";
}

.ion-ios-photos:before {
  content: "\f482";
}

.ion-ios-photos-outline:before {
  content: "\f481";
}

.ion-ios-pie:before {
  content: "\f484";
}

.ion-ios-pie-outline:before {
  content: "\f483";
}

.ion-ios-pin:before {
  content: "\f1e5";
}

.ion-ios-pin-outline:before {
  content: "\f1e4";
}

.ion-ios-pint:before {
  content: "\f486";
}

.ion-ios-pint-outline:before {
  content: "\f485";
}

.ion-ios-pizza:before {
  content: "\f1e7";
}

.ion-ios-pizza-outline:before {
  content: "\f1e6";
}

.ion-ios-plane:before {
  content: "\f1e9";
}

.ion-ios-plane-outline:before {
  content: "\f1e8";
}

.ion-ios-planet:before {
  content: "\f1eb";
}

.ion-ios-planet-outline:before {
  content: "\f1ea";
}

.ion-ios-play:before {
  content: "\f488";
}

.ion-ios-play-outline:before {
  content: "\f487";
}

.ion-ios-podium:before {
  content: "\f1ed";
}

.ion-ios-podium-outline:before {
  content: "\f1ec";
}

.ion-ios-power:before {
  content: "\f1ef";
}

.ion-ios-power-outline:before {
  content: "\f1ee";
}

.ion-ios-pricetag:before {
  content: "\f48d";
}

.ion-ios-pricetag-outline:before {
  content: "\f48c";
}

.ion-ios-pricetags:before {
  content: "\f48f";
}

.ion-ios-pricetags-outline:before {
  content: "\f48e";
}

.ion-ios-print:before {
  content: "\f1f1";
}

.ion-ios-print-outline:before {
  content: "\f1f0";
}

.ion-ios-pulse:before {
  content: "\f493";
}

.ion-ios-pulse-outline:before {
  content: "\f1f2";
}

.ion-ios-qr-scanner:before {
  content: "\f1f3";
}

.ion-ios-qr-scanner-outline:before {
  content: "\f1f3";
}

.ion-ios-quote:before {
  content: "\f1f5";
}

.ion-ios-quote-outline:before {
  content: "\f1f4";
}

.ion-ios-radio:before {
  content: "\f1f9";
}

.ion-ios-radio-button-off:before {
  content: "\f1f6";
}

.ion-ios-radio-button-off-outline:before {
  content: "\f1f6";
}

.ion-ios-radio-button-on:before {
  content: "\f1f7";
}

.ion-ios-radio-button-on-outline:before {
  content: "\f1f7";
}

.ion-ios-radio-outline:before {
  content: "\f1f8";
}

.ion-ios-rainy:before {
  content: "\f495";
}

.ion-ios-rainy-outline:before {
  content: "\f494";
}

.ion-ios-recording:before {
  content: "\f497";
}

.ion-ios-recording-outline:before {
  content: "\f496";
}

.ion-ios-redo:before {
  content: "\f499";
}

.ion-ios-redo-outline:before {
  content: "\f498";
}

.ion-ios-refresh:before {
  content: "\f49c";
}

.ion-ios-refresh-circle:before {
  content: "\f226";
}

.ion-ios-refresh-circle-outline:before {
  content: "\f224";
}

.ion-ios-refresh-outline:before {
  content: "\f49c";
}

.ion-ios-remove:before {
  content: "\f1fc";
}

.ion-ios-remove-circle:before {
  content: "\f1fb";
}

.ion-ios-remove-circle-outline:before {
  content: "\f1fa";
}

.ion-ios-remove-outline:before {
  content: "\f1fc";
}

.ion-ios-reorder:before {
  content: "\f1fd";
}

.ion-ios-reorder-outline:before {
  content: "\f1fd";
}

.ion-ios-repeat:before {
  content: "\f1fe";
}

.ion-ios-repeat-outline:before {
  content: "\f1fe";
}

.ion-ios-resize:before {
  content: "\f1ff";
}

.ion-ios-resize-outline:before {
  content: "\f1ff";
}

.ion-ios-restaurant:before {
  content: "\f201";
}

.ion-ios-restaurant-outline:before {
  content: "\f200";
}

.ion-ios-return-left:before {
  content: "\f202";
}

.ion-ios-return-left-outline:before {
  content: "\f202";
}

.ion-ios-return-right:before {
  content: "\f203";
}

.ion-ios-return-right-outline:before {
  content: "\f203";
}

.ion-ios-reverse-camera:before {
  content: "\f49f";
}

.ion-ios-reverse-camera-outline:before {
  content: "\f49e";
}

.ion-ios-rewind:before {
  content: "\f4a1";
}

.ion-ios-rewind-outline:before {
  content: "\f4a0";
}

.ion-ios-ribbon:before {
  content: "\f205";
}

.ion-ios-ribbon-outline:before {
  content: "\f204";
}

.ion-ios-rose:before {
  content: "\f4a3";
}

.ion-ios-rose-outline:before {
  content: "\f4a2";
}

.ion-ios-sad:before {
  content: "\f207";
}

.ion-ios-sad-outline:before {
  content: "\f206";
}

.ion-ios-school:before {
  content: "\f209";
}

.ion-ios-school-outline:before {
  content: "\f208";
}

.ion-ios-search:before {
  content: "\f4a5";
}

.ion-ios-search-outline:before {
  content: "\f20a";
}

.ion-ios-send:before {
  content: "\f20c";
}

.ion-ios-send-outline:before {
  content: "\f20b";
}

.ion-ios-settings:before {
  content: "\f4a7";
}

.ion-ios-settings-outline:before {
  content: "\f20d";
}

.ion-ios-share:before {
  content: "\f211";
}

.ion-ios-share-alt:before {
  content: "\f20f";
}

.ion-ios-share-alt-outline:before {
  content: "\f20e";
}

.ion-ios-share-outline:before {
  content: "\f210";
}

.ion-ios-shirt:before {
  content: "\f213";
}

.ion-ios-shirt-outline:before {
  content: "\f212";
}

.ion-ios-shuffle:before {
  content: "\f4a9";
}

.ion-ios-shuffle-outline:before {
  content: "\f4a9";
}

.ion-ios-skip-backward:before {
  content: "\f215";
}

.ion-ios-skip-backward-outline:before {
  content: "\f214";
}

.ion-ios-skip-forward:before {
  content: "\f217";
}

.ion-ios-skip-forward-outline:before {
  content: "\f216";
}

.ion-ios-snow:before {
  content: "\f218";
}

.ion-ios-snow-outline:before {
  content: "\f22c";
}

.ion-ios-speedometer:before {
  content: "\f4b0";
}

.ion-ios-speedometer-outline:before {
  content: "\f4af";
}

.ion-ios-square:before {
  content: "\f21a";
}

.ion-ios-square-outline:before {
  content: "\f219";
}

.ion-ios-star:before {
  content: "\f4b3";
}

.ion-ios-star-half:before {
  content: "\f4b1";
}

.ion-ios-star-half-outline:before {
  content: "\f4b1";
}

.ion-ios-star-outline:before {
  content: "\f4b2";
}

.ion-ios-stats:before {
  content: "\f21c";
}

.ion-ios-stats-outline:before {
  content: "\f21b";
}

.ion-ios-stopwatch:before {
  content: "\f4b5";
}

.ion-ios-stopwatch-outline:before {
  content: "\f4b4";
}

.ion-ios-subway:before {
  content: "\f21e";
}

.ion-ios-subway-outline:before {
  content: "\f21d";
}

.ion-ios-sunny:before {
  content: "\f4b7";
}

.ion-ios-sunny-outline:before {
  content: "\f4b6";
}

.ion-ios-swap:before {
  content: "\f21f";
}

.ion-ios-swap-outline:before {
  content: "\f21f";
}

.ion-ios-switch:before {
  content: "\f221";
}

.ion-ios-switch-outline:before {
  content: "\f220";
}

.ion-ios-sync:before {
  content: "\f222";
}

.ion-ios-sync-outline:before {
  content: "\f222";
}

.ion-ios-tablet-landscape:before {
  content: "\f223";
}

.ion-ios-tablet-landscape-outline:before {
  content: "\f223";
}

.ion-ios-tablet-portrait:before {
  content: "\f24e";
}

.ion-ios-tablet-portrait-outline:before {
  content: "\f24e";
}

.ion-ios-tennisball:before {
  content: "\f4bb";
}

.ion-ios-tennisball-outline:before {
  content: "\f4ba";
}

.ion-ios-text:before {
  content: "\f250";
}

.ion-ios-text-outline:before {
  content: "\f24f";
}

.ion-ios-thermometer:before {
  content: "\f252";
}

.ion-ios-thermometer-outline:before {
  content: "\f251";
}

.ion-ios-thumbs-down:before {
  content: "\f254";
}

.ion-ios-thumbs-down-outline:before {
  content: "\f253";
}

.ion-ios-thumbs-up:before {
  content: "\f256";
}

.ion-ios-thumbs-up-outline:before {
  content: "\f255";
}

.ion-ios-thunderstorm:before {
  content: "\f4bd";
}

.ion-ios-thunderstorm-outline:before {
  content: "\f4bc";
}

.ion-ios-time:before {
  content: "\f4bf";
}

.ion-ios-time-outline:before {
  content: "\f4be";
}

.ion-ios-timer:before {
  content: "\f4c1";
}

.ion-ios-timer-outline:before {
  content: "\f4c0";
}

.ion-ios-train:before {
  content: "\f258";
}

.ion-ios-train-outline:before {
  content: "\f257";
}

.ion-ios-transgender:before {
  content: "\f259";
}

.ion-ios-transgender-outline:before {
  content: "\f259";
}

.ion-ios-trash:before {
  content: "\f4c5";
}

.ion-ios-trash-outline:before {
  content: "\f4c4";
}

.ion-ios-trending-down:before {
  content: "\f25a";
}

.ion-ios-trending-down-outline:before {
  content: "\f25a";
}

.ion-ios-trending-up:before {
  content: "\f25b";
}

.ion-ios-trending-up-outline:before {
  content: "\f25b";
}

.ion-ios-trophy:before {
  content: "\f25d";
}

.ion-ios-trophy-outline:before {
  content: "\f25c";
}

.ion-ios-umbrella:before {
  content: "\f25f";
}

.ion-ios-umbrella-outline:before {
  content: "\f25e";
}

.ion-ios-undo:before {
  content: "\f4c7";
}

.ion-ios-undo-outline:before {
  content: "\f4c6";
}

.ion-ios-unlock:before {
  content: "\f261";
}

.ion-ios-unlock-outline:before {
  content: "\f260";
}

.ion-ios-videocam:before {
  content: "\f4cd";
}

.ion-ios-videocam-outline:before {
  content: "\f4cc";
}

.ion-ios-volume-down:before {
  content: "\f262";
}

.ion-ios-volume-down-outline:before {
  content: "\f262";
}

.ion-ios-volume-mute:before {
  content: "\f263";
}

.ion-ios-volume-mute-outline:before {
  content: "\f263";
}

.ion-ios-volume-off:before {
  content: "\f264";
}

.ion-ios-volume-off-outline:before {
  content: "\f264";
}

.ion-ios-volume-up:before {
  content: "\f265";
}

.ion-ios-volume-up-outline:before {
  content: "\f265";
}

.ion-ios-walk:before {
  content: "\f266";
}

.ion-ios-walk-outline:before {
  content: "\f266";
}

.ion-ios-warning:before {
  content: "\f268";
}

.ion-ios-warning-outline:before {
  content: "\f267";
}

.ion-ios-watch:before {
  content: "\f269";
}

.ion-ios-watch-outline:before {
  content: "\f269";
}

.ion-ios-water:before {
  content: "\f26b";
}

.ion-ios-water-outline:before {
  content: "\f26a";
}

.ion-ios-wifi:before {
  content: "\f26d";
}

.ion-ios-wifi-outline:before {
  content: "\f26c";
}

.ion-ios-wine:before {
  content: "\f26f";
}

.ion-ios-wine-outline:before {
  content: "\f26e";
}

.ion-ios-woman:before {
  content: "\f271";
}

.ion-ios-woman-outline:before {
  content: "\f270";
}

.ion-logo-android:before {
  content: "\f225";
}

.ion-logo-angular:before {
  content: "\f227";
}

.ion-logo-apple:before {
  content: "\f229";
}

.ion-logo-bitcoin:before {
  content: "\f22b";
}

.ion-logo-buffer:before {
  content: "\f22d";
}

.ion-logo-chrome:before {
  content: "\f22f";
}

.ion-logo-codepen:before {
  content: "\f230";
}

.ion-logo-css3:before {
  content: "\f231";
}

.ion-logo-designernews:before {
  content: "\f232";
}

.ion-logo-dribbble:before {
  content: "\f233";
}

.ion-logo-dropbox:before {
  content: "\f234";
}

.ion-logo-euro:before {
  content: "\f235";
}

.ion-logo-facebook:before {
  content: "\f236";
}

.ion-logo-foursquare:before {
  content: "\f237";
}

.ion-logo-freebsd-devil:before {
  content: "\f238";
}

.ion-logo-github:before {
  content: "\f239";
}

.ion-logo-google:before {
  content: "\f23a";
}

.ion-logo-googleplus:before {
  content: "\f23b";
}

.ion-logo-hackernews:before {
  content: "\f23c";
}

.ion-logo-html5:before {
  content: "\f23d";
}

.ion-logo-instagram:before {
  content: "\f23e";
}

.ion-logo-javascript:before {
  content: "\f23f";
}

.ion-logo-linkedin:before {
  content: "\f240";
}

.ion-logo-markdown:before {
  content: "\f241";
}

.ion-logo-nodejs:before {
  content: "\f242";
}

.ion-logo-octocat:before {
  content: "\f243";
}

.ion-logo-pinterest:before {
  content: "\f244";
}

.ion-logo-playstation:before {
  content: "\f245";
}

.ion-logo-python:before {
  content: "\f246";
}

.ion-logo-reddit:before {
  content: "\f247";
}

.ion-logo-rss:before {
  content: "\f248";
}

.ion-logo-sass:before {
  content: "\f249";
}

.ion-logo-skype:before {
  content: "\f24a";
}

.ion-logo-snapchat:before {
  content: "\f24b";
}

.ion-logo-steam:before {
  content: "\f24c";
}

.ion-logo-tumblr:before {
  content: "\f24d";
}

.ion-logo-tux:before {
  content: "\f2ae";
}

.ion-logo-twitch:before {
  content: "\f2af";
}

.ion-logo-twitter:before {
  content: "\f2b0";
}

.ion-logo-usd:before {
  content: "\f2b1";
}

.ion-logo-vimeo:before {
  content: "\f2c4";
}

.ion-logo-whatsapp:before {
  content: "\f2c5";
}

.ion-logo-windows:before {
  content: "\f32f";
}

.ion-logo-wordpress:before {
  content: "\f330";
}

.ion-logo-xbox:before {
  content: "\f34c";
}

.ion-logo-yahoo:before {
  content: "\f34d";
}

.ion-logo-yen:before {
  content: "\f34e";
}

.ion-logo-youtube:before {
  content: "\f34f";
}

.ion-md-add:before {
  content: "\f273";
}

.ion-md-add-circle:before {
  content: "\f272";
}

.ion-md-alarm:before {
  content: "\f274";
}

.ion-md-albums:before {
  content: "\f275";
}

.ion-md-alert:before {
  content: "\f276";
}

.ion-md-american-football:before {
  content: "\f277";
}

.ion-md-analytics:before {
  content: "\f278";
}

.ion-md-aperture:before {
  content: "\f279";
}

.ion-md-apps:before {
  content: "\f27a";
}

.ion-md-appstore:before {
  content: "\f27b";
}

.ion-md-archive:before {
  content: "\f27c";
}

.ion-md-arrow-back:before {
  content: "\f27d";
}

.ion-md-arrow-down:before {
  content: "\f27e";
}

.ion-md-arrow-dropdown:before {
  content: "\f280";
}

.ion-md-arrow-dropdown-circle:before {
  content: "\f27f";
}

.ion-md-arrow-dropleft:before {
  content: "\f282";
}

.ion-md-arrow-dropleft-circle:before {
  content: "\f281";
}

.ion-md-arrow-dropright:before {
  content: "\f284";
}

.ion-md-arrow-dropright-circle:before {
  content: "\f283";
}

.ion-md-arrow-dropup:before {
  content: "\f286";
}

.ion-md-arrow-dropup-circle:before {
  content: "\f285";
}

.ion-md-arrow-forward:before {
  content: "\f287";
}

.ion-md-arrow-round-back:before {
  content: "\f288";
}

.ion-md-arrow-round-down:before {
  content: "\f289";
}

.ion-md-arrow-round-forward:before {
  content: "\f28a";
}

.ion-md-arrow-round-up:before {
  content: "\f28b";
}

.ion-md-arrow-up:before {
  content: "\f28c";
}

.ion-md-at:before {
  content: "\f28d";
}

.ion-md-attach:before {
  content: "\f28e";
}

.ion-md-backspace:before {
  content: "\f28f";
}

.ion-md-barcode:before {
  content: "\f290";
}

.ion-md-baseball:before {
  content: "\f291";
}

.ion-md-basket:before {
  content: "\f292";
}

.ion-md-basketball:before {
  content: "\f293";
}

.ion-md-battery-charging:before {
  content: "\f294";
}

.ion-md-battery-dead:before {
  content: "\f295";
}

.ion-md-battery-full:before {
  content: "\f296";
}

.ion-md-beaker:before {
  content: "\f297";
}

.ion-md-beer:before {
  content: "\f298";
}

.ion-md-bicycle:before {
  content: "\f299";
}

.ion-md-bluetooth:before {
  content: "\f29a";
}

.ion-md-boat:before {
  content: "\f29b";
}

.ion-md-body:before {
  content: "\f29c";
}

.ion-md-bonfire:before {
  content: "\f29d";
}

.ion-md-book:before {
  content: "\f29e";
}

.ion-md-bookmark:before {
  content: "\f29f";
}

.ion-md-bookmarks:before {
  content: "\f2a0";
}

.ion-md-bowtie:before {
  content: "\f2a1";
}

.ion-md-briefcase:before {
  content: "\f2a2";
}

.ion-md-browsers:before {
  content: "\f2a3";
}

.ion-md-brush:before {
  content: "\f2a4";
}

.ion-md-bug:before {
  content: "\f2a5";
}

.ion-md-build:before {
  content: "\f2a6";
}

.ion-md-bulb:before {
  content: "\f2a7";
}

.ion-md-bus:before {
  content: "\f2a8";
}

.ion-md-cafe:before {
  content: "\f2a9";
}

.ion-md-calculator:before {
  content: "\f2aa";
}

.ion-md-calendar:before {
  content: "\f2ab";
}

.ion-md-call:before {
  content: "\f2ac";
}

.ion-md-camera:before {
  content: "\f2ad";
}

.ion-md-car:before {
  content: "\f2b2";
}

.ion-md-card:before {
  content: "\f2b3";
}

.ion-md-cart:before {
  content: "\f2b4";
}

.ion-md-cash:before {
  content: "\f2b5";
}

.ion-md-chatboxes:before {
  content: "\f2b6";
}

.ion-md-chatbubbles:before {
  content: "\f2b7";
}

.ion-md-checkbox:before {
  content: "\f2b9";
}

.ion-md-checkbox-outline:before {
  content: "\f2b8";
}

.ion-md-checkmark:before {
  content: "\f2bc";
}

.ion-md-checkmark-circle:before {
  content: "\f2bb";
}

.ion-md-checkmark-circle-outline:before {
  content: "\f2ba";
}

.ion-md-clipboard:before {
  content: "\f2bd";
}

.ion-md-clock:before {
  content: "\f2be";
}

.ion-md-close:before {
  content: "\f2c0";
}

.ion-md-close-circle:before {
  content: "\f2bf";
}

.ion-md-closed-captioning:before {
  content: "\f2c1";
}

.ion-md-cloud:before {
  content: "\f2c9";
}

.ion-md-cloud-circle:before {
  content: "\f2c2";
}

.ion-md-cloud-done:before {
  content: "\f2c3";
}

.ion-md-cloud-download:before {
  content: "\f2c6";
}

.ion-md-cloud-outline:before {
  content: "\f2c7";
}

.ion-md-cloud-upload:before {
  content: "\f2c8";
}

.ion-md-cloudy:before {
  content: "\f2cb";
}

.ion-md-cloudy-night:before {
  content: "\f2ca";
}

.ion-md-code:before {
  content: "\f2ce";
}

.ion-md-code-download:before {
  content: "\f2cc";
}

.ion-md-code-working:before {
  content: "\f2cd";
}

.ion-md-cog:before {
  content: "\f2cf";
}

.ion-md-color-fill:before {
  content: "\f2d0";
}

.ion-md-color-filter:before {
  content: "\f2d1";
}

.ion-md-color-palette:before {
  content: "\f2d2";
}

.ion-md-color-wand:before {
  content: "\f2d3";
}

.ion-md-compass:before {
  content: "\f2d4";
}

.ion-md-construct:before {
  content: "\f2d5";
}

.ion-md-contact:before {
  content: "\f2d6";
}

.ion-md-contacts:before {
  content: "\f2d7";
}

.ion-md-contract:before {
  content: "\f2d8";
}

.ion-md-contrast:before {
  content: "\f2d9";
}

.ion-md-copy:before {
  content: "\f2da";
}

.ion-md-create:before {
  content: "\f2db";
}

.ion-md-crop:before {
  content: "\f2dc";
}

.ion-md-cube:before {
  content: "\f2dd";
}

.ion-md-cut:before {
  content: "\f2de";
}

.ion-md-desktop:before {
  content: "\f2df";
}

.ion-md-disc:before {
  content: "\f2e0";
}

.ion-md-document:before {
  content: "\f2e1";
}

.ion-md-done-all:before {
  content: "\f2e2";
}

.ion-md-download:before {
  content: "\f2e3";
}

.ion-md-easel:before {
  content: "\f2e4";
}

.ion-md-egg:before {
  content: "\f2e5";
}

.ion-md-exit:before {
  content: "\f2e6";
}

.ion-md-expand:before {
  content: "\f2e7";
}

.ion-md-eye:before {
  content: "\f2e9";
}

.ion-md-eye-off:before {
  content: "\f2e8";
}

.ion-md-fastforward:before {
  content: "\f2ea";
}

.ion-md-female:before {
  content: "\f2eb";
}

.ion-md-filing:before {
  content: "\f2ec";
}

.ion-md-film:before {
  content: "\f2ed";
}

.ion-md-finger-print:before {
  content: "\f2ee";
}

.ion-md-flag:before {
  content: "\f2ef";
}

.ion-md-flame:before {
  content: "\f2f0";
}

.ion-md-flash:before {
  content: "\f2f1";
}

.ion-md-flask:before {
  content: "\f2f2";
}

.ion-md-flower:before {
  content: "\f2f3";
}

.ion-md-folder:before {
  content: "\f2f5";
}

.ion-md-folder-open:before {
  content: "\f2f4";
}

.ion-md-football:before {
  content: "\f2f6";
}

.ion-md-funnel:before {
  content: "\f2f7";
}

.ion-md-game-controller-a:before {
  content: "\f2f8";
}

.ion-md-game-controller-b:before {
  content: "\f2f9";
}

.ion-md-git-branch:before {
  content: "\f2fa";
}

.ion-md-git-commit:before {
  content: "\f2fb";
}

.ion-md-git-compare:before {
  content: "\f2fc";
}

.ion-md-git-merge:before {
  content: "\f2fd";
}

.ion-md-git-network:before {
  content: "\f2fe";
}

.ion-md-git-pull-request:before {
  content: "\f2ff";
}

.ion-md-glasses:before {
  content: "\f300";
}

.ion-md-globe:before {
  content: "\f301";
}

.ion-md-grid:before {
  content: "\f302";
}

.ion-md-hammer:before {
  content: "\f303";
}

.ion-md-hand:before {
  content: "\f304";
}

.ion-md-happy:before {
  content: "\f305";
}

.ion-md-headset:before {
  content: "\f306";
}

.ion-md-heart:before {
  content: "\f308";
}

.ion-md-heart-outline:before {
  content: "\f307";
}

.ion-md-help:before {
  content: "\f30b";
}

.ion-md-help-buoy:before {
  content: "\f309";
}

.ion-md-help-circle:before {
  content: "\f30a";
}

.ion-md-home:before {
  content: "\f30c";
}

.ion-md-ice-cream:before {
  content: "\f30d";
}

.ion-md-image:before {
  content: "\f30e";
}

.ion-md-images:before {
  content: "\f30f";
}

.ion-md-infinite:before {
  content: "\f310";
}

.ion-md-information:before {
  content: "\f312";
}

.ion-md-information-circle:before {
  content: "\f311";
}

.ion-md-ionic:before {
  content: "\f313";
}

.ion-md-ionitron:before {
  content: "\f314";
}

.ion-md-jet:before {
  content: "\f315";
}

.ion-md-key:before {
  content: "\f316";
}

.ion-md-keypad:before {
  content: "\f317";
}

.ion-md-laptop:before {
  content: "\f318";
}

.ion-md-leaf:before {
  content: "\f319";
}

.ion-md-link:before {
  content: "\f22e";
}

.ion-md-list:before {
  content: "\f31b";
}

.ion-md-list-box:before {
  content: "\f31a";
}

.ion-md-locate:before {
  content: "\f31c";
}

.ion-md-lock:before {
  content: "\f31d";
}

.ion-md-log-in:before {
  content: "\f31e";
}

.ion-md-log-out:before {
  content: "\f31f";
}

.ion-md-magnet:before {
  content: "\f320";
}

.ion-md-mail:before {
  content: "\f322";
}

.ion-md-mail-open:before {
  content: "\f321";
}

.ion-md-male:before {
  content: "\f323";
}

.ion-md-man:before {
  content: "\f324";
}

.ion-md-map:before {
  content: "\f325";
}

.ion-md-medal:before {
  content: "\f326";
}

.ion-md-medical:before {
  content: "\f327";
}

.ion-md-medkit:before {
  content: "\f328";
}

.ion-md-megaphone:before {
  content: "\f329";
}

.ion-md-menu:before {
  content: "\f32a";
}

.ion-md-mic:before {
  content: "\f32c";
}

.ion-md-mic-off:before {
  content: "\f32b";
}

.ion-md-microphone:before {
  content: "\f32d";
}

.ion-md-moon:before {
  content: "\f32e";
}

.ion-md-more:before {
  content: "\f1c9";
}

.ion-md-move:before {
  content: "\f331";
}

.ion-md-musical-note:before {
  content: "\f332";
}

.ion-md-musical-notes:before {
  content: "\f333";
}

.ion-md-navigate:before {
  content: "\f334";
}

.ion-md-no-smoking:before {
  content: "\f335";
}

.ion-md-notifications:before {
  content: "\f338";
}

.ion-md-notifications-off:before {
  content: "\f336";
}

.ion-md-notifications-outline:before {
  content: "\f337";
}

.ion-md-nuclear:before {
  content: "\f339";
}

.ion-md-nutrition:before {
  content: "\f33a";
}

.ion-md-open:before {
  content: "\f33b";
}

.ion-md-options:before {
  content: "\f33c";
}

.ion-md-outlet:before {
  content: "\f33d";
}

.ion-md-paper:before {
  content: "\f33f";
}

.ion-md-paper-plane:before {
  content: "\f33e";
}

.ion-md-partly-sunny:before {
  content: "\f340";
}

.ion-md-pause:before {
  content: "\f341";
}

.ion-md-paw:before {
  content: "\f342";
}

.ion-md-people:before {
  content: "\f343";
}

.ion-md-person:before {
  content: "\f345";
}

.ion-md-person-add:before {
  content: "\f344";
}

.ion-md-phone-landscape:before {
  content: "\f346";
}

.ion-md-phone-portrait:before {
  content: "\f347";
}

.ion-md-photos:before {
  content: "\f348";
}

.ion-md-pie:before {
  content: "\f349";
}

.ion-md-pin:before {
  content: "\f34a";
}

.ion-md-pint:before {
  content: "\f34b";
}

.ion-md-pizza:before {
  content: "\f354";
}

.ion-md-plane:before {
  content: "\f355";
}

.ion-md-planet:before {
  content: "\f356";
}

.ion-md-play:before {
  content: "\f357";
}

.ion-md-podium:before {
  content: "\f358";
}

.ion-md-power:before {
  content: "\f359";
}

.ion-md-pricetag:before {
  content: "\f35a";
}

.ion-md-pricetags:before {
  content: "\f35b";
}

.ion-md-print:before {
  content: "\f35c";
}

.ion-md-pulse:before {
  content: "\f35d";
}

.ion-md-qr-scanner:before {
  content: "\f35e";
}

.ion-md-quote:before {
  content: "\f35f";
}

.ion-md-radio:before {
  content: "\f362";
}

.ion-md-radio-button-off:before {
  content: "\f360";
}

.ion-md-radio-button-on:before {
  content: "\f361";
}

.ion-md-rainy:before {
  content: "\f363";
}

.ion-md-recording:before {
  content: "\f364";
}

.ion-md-redo:before {
  content: "\f365";
}

.ion-md-refresh:before {
  content: "\f366";
}

.ion-md-refresh-circle:before {
  content: "\f228";
}

.ion-md-remove:before {
  content: "\f368";
}

.ion-md-remove-circle:before {
  content: "\f367";
}

.ion-md-reorder:before {
  content: "\f369";
}

.ion-md-repeat:before {
  content: "\f36a";
}

.ion-md-resize:before {
  content: "\f36b";
}

.ion-md-restaurant:before {
  content: "\f36c";
}

.ion-md-return-left:before {
  content: "\f36d";
}

.ion-md-return-right:before {
  content: "\f36e";
}

.ion-md-reverse-camera:before {
  content: "\f36f";
}

.ion-md-rewind:before {
  content: "\f370";
}

.ion-md-ribbon:before {
  content: "\f371";
}

.ion-md-rose:before {
  content: "\f372";
}

.ion-md-sad:before {
  content: "\f373";
}

.ion-md-school:before {
  content: "\f374";
}

.ion-md-search:before {
  content: "\f375";
}

.ion-md-send:before {
  content: "\f376";
}

.ion-md-settings:before {
  content: "\f377";
}

.ion-md-share:before {
  content: "\f379";
}

.ion-md-share-alt:before {
  content: "\f378";
}

.ion-md-shirt:before {
  content: "\f37a";
}

.ion-md-shuffle:before {
  content: "\f37b";
}

.ion-md-skip-backward:before {
  content: "\f37c";
}

.ion-md-skip-forward:before {
  content: "\f37d";
}

.ion-md-snow:before {
  content: "\f37e";
}

.ion-md-speedometer:before {
  content: "\f37f";
}

.ion-md-square:before {
  content: "\f381";
}

.ion-md-square-outline:before {
  content: "\f380";
}

.ion-md-star:before {
  content: "\f384";
}

.ion-md-star-half:before {
  content: "\f382";
}

.ion-md-star-outline:before {
  content: "\f383";
}

.ion-md-stats:before {
  content: "\f385";
}

.ion-md-stopwatch:before {
  content: "\f386";
}

.ion-md-subway:before {
  content: "\f387";
}

.ion-md-sunny:before {
  content: "\f388";
}

.ion-md-swap:before {
  content: "\f389";
}

.ion-md-switch:before {
  content: "\f38a";
}

.ion-md-sync:before {
  content: "\f38b";
}

.ion-md-tablet-landscape:before {
  content: "\f38c";
}

.ion-md-tablet-portrait:before {
  content: "\f38d";
}

.ion-md-tennisball:before {
  content: "\f38e";
}

.ion-md-text:before {
  content: "\f38f";
}

.ion-md-thermometer:before {
  content: "\f390";
}

.ion-md-thumbs-down:before {
  content: "\f391";
}

.ion-md-thumbs-up:before {
  content: "\f392";
}

.ion-md-thunderstorm:before {
  content: "\f393";
}

.ion-md-time:before {
  content: "\f394";
}

.ion-md-timer:before {
  content: "\f395";
}

.ion-md-train:before {
  content: "\f396";
}

.ion-md-transgender:before {
  content: "\f397";
}

.ion-md-trash:before {
  content: "\f398";
}

.ion-md-trending-down:before {
  content: "\f399";
}

.ion-md-trending-up:before {
  content: "\f39a";
}

.ion-md-trophy:before {
  content: "\f39b";
}

.ion-md-umbrella:before {
  content: "\f39c";
}

.ion-md-undo:before {
  content: "\f39d";
}

.ion-md-unlock:before {
  content: "\f39e";
}

.ion-md-videocam:before {
  content: "\f39f";
}

.ion-md-volume-down:before {
  content: "\f3a0";
}

.ion-md-volume-mute:before {
  content: "\f3a1";
}

.ion-md-volume-off:before {
  content: "\f3a2";
}

.ion-md-volume-up:before {
  content: "\f3a3";
}

.ion-md-walk:before {
  content: "\f3a4";
}

.ion-md-warning:before {
  content: "\f3a5";
}

.ion-md-watch:before {
  content: "\f3a6";
}

.ion-md-water:before {
  content: "\f3a7";
}

.ion-md-wifi:before {
  content: "\f3a8";
}

.ion-md-wine:before {
  content: "\f3a9";
}

.ion-md-woman:before {
  content: "\f3aa";
}

@font-face {
  font-family: "Ionicons";
  src: url("../assets/fonts/ionicons.woff2?v=3.0.0-alpha.3") format("woff2"), url("../assets/fonts/ionicons.woff?v=3.0.0-alpha.3") format("woff"), url("../assets/fonts/ionicons.ttf?v=3.0.0-alpha.3") format("truetype");
  font-weight: normal;
  font-style: normal;
}

ion-icon {
  display: inline-block;
  font-family: "Ionicons";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  text-transform: none;
  speak: none;
}

ion-icon::before {
  display: inline-block;
}

ion-action-sheet {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1000;
  display: block;
  width: 100%;
  height: 100%;
}

.action-sheet-wrapper {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translate3d(0,  100%,  0);
  transform: translate3d(0,  100%,  0);
  position: absolute;
  z-index: 10;
  display: block;
  width: 100%;
  max-width: 500px;
  pointer-events: none;
}

.action-sheet-button {
  width: 100%;
}

.action-sheet-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  max-height: 100%;
}

.action-sheet-group {
  overflow: scroll;
  -webkit-flex-shrink: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2;
  pointer-events: all;
}

.action-sheet-group-cancel {
  overflow: hidden;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.action-sheet-ios {
  text-align: center;
}

.action-sheet-ios .action-sheet-wrapper {
  margin: constant(safe-area-inset-top) auto constant(safe-area-inset-bottom);
  margin: env(safe-area-inset-top) auto env(safe-area-inset-bottom);
}

.action-sheet-ios .action-sheet-container {
  padding: 0 10px;
}

.action-sheet-ios .action-sheet-group {
  border-radius: 13px;
  margin-bottom: 8px;
  background: #f9f9f9;
}

.action-sheet-ios .action-sheet-group:first-child {
  margin-top: 10px;
}

.action-sheet-ios .action-sheet-group:last-child {
  margin-bottom: 10px;
}

.action-sheet-ios .action-sheet-title {
  padding: 1.5rem;
  text-align: center;
  border-radius: 0;
  border-bottom: 0.55px solid #d6d6da;
  font-size: 1.3rem;
  font-weight: 400;
  color: #8f8f8f;
}

.action-sheet-ios .action-sheet-button {
  margin: 0;
  padding: 18px;
  min-height: 5.6rem;
  border-bottom: 0.55px solid #d6d6da;
  font-size: 2rem;
  color: #007aff;
  background: transparent;
}

.action-sheet-ios .action-sheet-button:last-child {
  border-bottom-color: transparent;
}

.action-sheet-ios .action-sheet-button.activated {
  margin-top: -0.55px;
  border-top: 0.55px solid #ebebeb;
  border-bottom-color: #ebebeb;
  background: #ebebeb;
}

.action-sheet-ios .action-sheet-selected {
  font-weight: bold;
  background: #fff;
}

.action-sheet-ios .action-sheet-destructive {
  color: #f53d3d;
}

.action-sheet-ios .action-sheet-cancel {
  font-weight: 600;
  background: #fff;
}

.action-sheet-md .action-sheet-title {
  text-align: left;
  text-align: start;
  font-size: 1.6rem;
  color: #757575;
  padding: 11px 16px 17px;
}

.action-sheet-md .action-sheet-button {
  text-align: left;
  text-align: start;
  position: relative;
  overflow: hidden;
  min-height: 4.8rem;
  font-size: 1.6rem;
  color: #222;
  background: transparent;
  padding: 0 16px;
}

.action-sheet-md .action-sheet-button.activated {
  background: #f1f1f1;
}

.action-sheet-md .action-sheet-icon {
  padding: 0;
  text-align: center;
  width: 2.3rem;
  font-size: 2.4rem;
  vertical-align: middle;
  margin: 0 32px 0 0;
}

.action-sheet-md .action-sheet-group {
  background: #fafafa;
}

.action-sheet-md .action-sheet-group:first-child {
  padding-top: 0.8rem;
}

.action-sheet-md .action-sheet-group:last-child {
  padding-bottom: 0.8rem;
}

.action-sheet-md .action-sheet-group .button-inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.action-sheet-md .action-sheet-selected {
  font-weight: bold;
}

.action-sheet-wp .action-sheet-title {
  text-align: left;
  text-align: start;
  font-size: 2rem;
  color: #4d4d4d;
  padding: 11px 16px 17px;
}

.action-sheet-wp .action-sheet-button {
  text-align: left;
  text-align: start;
  min-height: 4.8rem;
  font-size: 1.5rem;
  color: #4d4d4d;
  background: transparent;
  padding: 0 16px;
}

.action-sheet-wp .action-sheet-button.activated {
  background: #aaa;
}

.action-sheet-wp .action-sheet-icon {
  padding: 0;
  text-align: center;
  width: 2.3rem;
  font-size: 2.4rem;
  vertical-align: middle;
  margin: 0 20px 0 0;
}

.action-sheet-wp .action-sheet-group {
  background: #fff;
}

.action-sheet-wp .action-sheet-group:first-child {
  padding-top: 0.8rem;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.action-sheet-wp .action-sheet-group:last-child {
  padding-bottom: 0.8rem;
}

.action-sheet-wp .action-sheet-group .button-inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.action-sheet-wp .action-sheet-selected {
  font-weight: bold;
}

.action-sheet-wp .action-sheet-cancel {
  background: transparent;
}

ion-alert {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  contain: strict;
}

ion-alert.alert-top {
  padding-top: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

ion-alert input {
  width: 100%;
}

.alert-wrapper {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 250px;
  max-height: 90%;
  opacity: 0;
  contain: content;
}

.alert-title {
  margin: 0;
  padding: 0;
}

.alert-sub-title {
  margin: 5px 0 0;
  padding: 0;
  font-weight: normal;
}

.alert-message {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.alert-input {
  padding: 10px 0;
  border: 0;
  background: inherit;
}

.alert-input::-moz-placeholder {
  color: #999;
}

.alert-input:-ms-input-placeholder {
  color: #999;
}

.alert-input::-webkit-input-placeholder {
  text-indent: 0;
  color: #999;
}

.alert-button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.alert-button-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.alert-button {
  margin: 0;
  z-index: 0;
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.alert-tappable {
  text-align: left;
  text-align: start;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: inherit;
  line-height: initial;
  background: transparent;
}

.alert-ios .alert-wrapper {
  border-radius: 13px;
  overflow: hidden;
  max-width: 270px;
  background-color: #f8f8f8;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.alert-ios .alert-head {
  text-align: center;
  padding: 12px 16px 7px;
}

.alert-ios .alert-title {
  margin-top: 8px;
  font-size: 17px;
  font-weight: 600;
}

.alert-ios .alert-sub-title {
  font-size: 14px;
  color: #666;
}

.alert-ios .alert-message,
.alert-ios .alert-input-group {
  text-align: center;
  font-size: 13px;
  color: inherit;
  padding: 0 16px 21px;
}

.alert-ios .alert-message {
  max-height: 240px;
}

.alert-ios .alert-message:empty {
  padding: 0 0 12px;
}

.alert-ios .alert-input {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin-top: 10px;
  border-radius: 4px;
  border: 0.55px solid #ccc;
  background-color: #fff;
  padding: 6px;
}

.alert-ios .alert-radio-group,
.alert-ios .alert-checkbox-group {
  overflow: scroll;
  max-height: 240px;
  border-top: 0.55px solid #dbdbdf;
  -webkit-overflow-scrolling: touch;
}

.alert-ios .alert-tappable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 44px;
}

.alert-ios .alert-radio-label {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: initial;
  padding: 13px;
}

.alert-ios [aria-checked=true] .alert-radio-label {
  color: #17263C;
}

.alert-ios .alert-radio-icon {
  position: relative;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  min-width: 30px;
}

.alert-ios [aria-checked=true] .alert-radio-inner {
  left: 7px;
  top: -7px;
  position: absolute;
  width: 6px;
  height: 12px;
  border-width: 2px;
  border-top-width: 0;
  border-left-width: 0;
  border-style: solid;
  border-color: #17263C;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.alert-ios .alert-checkbox-label {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: initial;
  padding: 13px;
}

.alert-ios [aria-checked=true] .alert-checkbox-label {
  color: initial;
}

.alert-ios .alert-checkbox-icon {
  border-radius: 50%;
  position: relative;
  width: 21px;
  height: 21px;
  border-width: 0.55px;
  border-style: solid;
  border-color: #c8c7cc;
  background-color: #fff;
  margin: 10px 6px 10px 16px;
}

.alert-ios [aria-checked=true] .alert-checkbox-icon {
  border-color: #17263C;
  background-color: #17263C;
}

.alert-ios [aria-checked=true] .alert-checkbox-inner {
  left: 7px;
  top: 4px;
  position: absolute;
  width: 4px;
  height: 9px;
  border-width: 0.55px;
  border-top-width: 0;
  border-left-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.alert-ios .alert-button-group {
  margin-right: -0.55px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.alert-ios .alert-button {
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 50%;
  height: 44px;
  border-top: 0.55px solid #dbdbdf;
  border-right: 0.55px solid #dbdbdf;
  font-size: 17px;
  color: #17263C;
  background-color: transparent;
}

.alert-ios .alert-button:last-child {
  border-right: 0;
  font-weight: bold;
}

.alert-ios .alert-button.activated {
  background-color: #e9e9e9;
}

.alert-md .alert-wrapper {
  border-radius: 2px;
  max-width: 280px;
  background-color: #fafafa;
  -webkit-box-shadow: 0 16px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 16px 20px rgba(0, 0, 0, 0.4);
}

.alert-md .alert-head {
  text-align: left;
  text-align: start;
  padding: 24px 24px 20px;
}

.alert-md .alert-title {
  font-size: 22px;
}

.alert-md .alert-sub-title {
  font-size: 16px;
}

.alert-md .alert-message,
.alert-md .alert-input-group {
  color: rgba(0, 0, 0, 0.5);
  padding: 0 24px 24px;
}

.alert-md .alert-message {
  max-height: 240px;
  font-size: 15px;
}

.alert-md .alert-message:empty {
  padding: 0;
}

.alert-md .alert-input {
  margin: 5px 0;
  border-bottom: 1px solid #dedede;
  color: #000;
}

.alert-md .alert-input:focus {
  margin-bottom: 4px;
  border-bottom: 2px solid #17263C;
}

.alert-md .alert-radio-group,
.alert-md .alert-checkbox-group {
  position: relative;
  overflow: auto;
  max-height: 240px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.alert-md .alert-tappable {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 4.4rem;
}

.alert-md .alert-radio-label {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: initial;
  padding: 13px 26px;
}

.alert-md .alert-radio-icon {
  left: 13px;
  top: 0;
  border-radius: 50%;
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  border-width: 2px;
  border-style: solid;
  border-color: #787878;
}

.alert-md .alert-radio-inner {
  left: 2px;
  top: 2px;
  border-radius: 50%;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #17263C;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: -webkit-transform 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.alert-md [aria-checked=true] .alert-radio-label {
  color: #17263C;
}

.alert-md [aria-checked=true] .alert-radio-icon {
  border-color: #17263C;
}

.alert-md [aria-checked=true] .alert-radio-inner {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.alert-md .alert-checkbox-label {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: initial;
  padding: 13px 26px;
}

.alert-md [aria-checked=true] .alert-checkbox-label {
  color: initial;
}

.alert-md .alert-checkbox-icon {
  left: 13px;
  top: 0;
  border-radius: 2px;
  position: relative;
  width: 16px;
  height: 16px;
  border-width: 2px;
  border-style: solid;
  border-color: #787878;
}

.alert-md [aria-checked=true] .alert-checkbox-icon {
  border-color: #17263C;
  background-color: #17263C;
}

.alert-md [aria-checked=true] .alert-checkbox-inner {
  left: 3px;
  top: 0;
  position: absolute;
  width: 6px;
  height: 10px;
  border-width: 2px;
  border-top-width: 0;
  border-left-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.alert-md .alert-button-group {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 8px 8px 8px 24px;
}

.alert-md .alert-button {
  text-align: right;
  text-align: end;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  text-transform: uppercase;
  color: #17263C;
  background-color: transparent;
  margin: 0 8px 0 0;
  padding: 10px;
}

.alert-md .alert-button.activated {
  background-color: rgba(158, 158, 158, 0.2);
}

.alert-md .alert-button .button-inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.alert-wp ion-backdrop {
  background: #fff;
}

.alert-wp .alert-wrapper {
  border-radius: 0;
  width: 100%;
  max-width: 520px;
  border: 1px solid #17263C;
  background: #e6e6e6;
}

.alert-wp .alert-head {
  text-align: left;
  text-align: start;
  padding: 20px 22px 5px;
}

.alert-wp .alert-title {
  font-size: 20px;
  font-weight: 400;
}

.alert-wp .alert-sub-title {
  font-size: 16px;
}

.alert-wp .alert-message,
.alert-wp .alert-input-group {
  color: #000;
  padding: 0 22px 8px;
}

.alert-wp .alert-message {
  max-height: 240px;
  font-size: 13px;
}

.alert-wp .alert-message:empty {
  padding: 0;
}

.alert-wp .alert-input {
  border: 2px solid rgba(0, 0, 0, 0.5);
  line-height: 3rem;
  color: #000;
  margin: 5px 0;
  padding: 0 8px;
}

.alert-wp .alert-input:focus {
  border-color: #17263C;
}

.alert-wp .alert-radio-group,
.alert-wp .alert-checkbox-group {
  position: relative;
  overflow: auto;
  max-height: 240px;
}

.alert-wp .alert-tappable {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 4.4rem;
}

.alert-wp .alert-radio-label {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: initial;
  padding: 13px 26px;
}

.alert-wp .alert-radio-icon {
  left: 13px;
  top: 0;
  margin: 0;
  border-radius: 50%;
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.5);
}

.alert-wp .alert-radio-inner {
  left: 2px;
  top: 2px;
  border-radius: 50%;
  position: absolute;
  display: none;
  width: 8px;
  height: 8px;
  background: #17263C;
}

.alert-wp [aria-checked=true] .alert-radio-label {
  color: #000;
}

.alert-wp [aria-checked=true] .alert-radio-icon {
  border-color: rgba(0, 0, 0, 0.5);
}

.alert-wp [aria-checked=true] .alert-radio-inner {
  display: block;
}

.alert-wp .alert-checkbox-label {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: initial;
  padding: 13px 26px;
}

.alert-wp [aria-checked=true] .alert-checkbox-label {
  color: initial;
}

.alert-wp .alert-checkbox-icon {
  left: 13px;
  top: 0;
  border-radius: 0;
  position: relative;
  width: 16px;
  height: 16px;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.5);
  background: transparent;
}

.alert-wp [aria-checked=true] .alert-checkbox-icon {
  border-color: #17263C;
  background: #17263C;
}

.alert-wp [aria-checked=true] .alert-checkbox-inner {
  left: 3px;
  top: -2px;
  position: absolute;
  width: 6px;
  height: 12px;
  border-width: 1px;
  border-top-width: 0;
  border-left-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.alert-wp .alert-button-group {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px 22px;
}

.alert-wp .alert-button-group-vertical .alert-button {
  margin-top: 5px;
  width: 100%;
}

.alert-wp .alert-button-group-vertical .alert-button:first-child:not(:only-child) {
  margin-right: 0;
  margin-top: 0;
}

.alert-wp .alert-button {
  border-radius: 0;
  width: 49.5%;
  font-weight: 400;
  color: #000;
  background: #b8b8b8;
  padding: 5px;
}

.alert-wp .alert-button:first-child:not(:only-child) {
  margin-right: 1%;
}

.alert-wp .alert-button.activated {
  background: darkgray;
}

audio,
canvas,
progress,
video {
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

b,
strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 1px;
  border-width: 0;
  -webkit-box-sizing: content-box;
  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::-webkit-input-placeholder {
  padding-left: 2px;
}

textarea::-moz-placeholder {
  padding-left: 2px;
}

textarea::-ms-input-placeholder {
  padding-left: 2px;
}

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,
[tappable],
[tappable] div,
[tappable] span,
[tappable] ion-icon,
[tappable] ion-label,
input,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

a ion-label,
button ion-label {
  pointer-events: none;
}

button {
  border: 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="checkbox"],
input[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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;
}

.hide,
[hidden],
template {
  display: none !important;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

:focus,
:active {
  outline: none;
}

.focus-outline :focus {
  outline: thin dotted;
  outline-offset: -1px;
}

.focus-outline button:focus,
.focus-outline [ion-button]:focus {
  border-color: #51a7e8;
  outline: 2px solid #51a7e8;
  -webkit-box-shadow: 0 0 8px 1px #51a7e8;
  box-shadow: 0 0 8px 1px #51a7e8;
}

ion-input :focus {
  outline: none;
}

.click-block {
  display: none;
}

.click-block-enabled {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translate3d(0,  -100%,  0) translateY(1px);
  transform: translate3d(0,  -100%,  0) translateY(1px);
  position: absolute;
  z-index: 99999;
  display: block;
  opacity: 0;
  contain: strict;
}

.click-block-active {
  -webkit-transform: translate3d(0,  0,  0);
  transform: translate3d(0,  0,  0);
}

* {
  -webkit-box-sizing: border-box;
  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%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  position: fixed;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-user-drag: none;
  -ms-content-zooming: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a {
  background-color: transparent;
}

.enable-hover a:hover {
  opacity: .7;
}

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

[padding] h1:first-child,
[padding] h2:first-child,
[padding] h3:first-child,
[padding] h4:first-child,
[padding] h5:first-child,
[padding] h6:first-child {
  margin-top: -0.3rem;
}

h1 + h2,
h1 + h3,
h2 + h3 {
  margin-top: -0.3rem;
}

h1 {
  margin-top: 2rem;
  font-size: 2.5rem;
}

h2 {
  margin-top: 1.8rem;
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

small {
  font-size: 75%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

ion-app,
ion-nav,
ion-tab,
ion-tabs,
.app-root {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
}

ion-nav,
ion-tab,
ion-tabs {
  overflow: hidden;
}

ion-tab {
  display: none;
}

ion-tab.show-tab {
  display: block;
}

ion-app,
ion-nav,
ion-tab,
ion-tabs,
.app-root,
.ion-page {
  contain: strict;
}

.ion-page {
  left: 0;
  top: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.ion-page.show-page {
  opacity: 1;
}

ion-header {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 10;
  display: block;
  width: 100%;
}

ion-footer {
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
  display: block;
  width: 100%;
}

[app-viewport],
[overlay-portal],
[nav-viewport],
[tab-portal],
.nav-decor {
  display: none;
}

[text-center] {
  text-align: center !important;
}

[text-justify] {
  text-align: justify !important;
}

[text-start] {
  text-align: left;
  text-align: start !important;
}

[text-end] {
  text-align: right;
  text-align: end !important;
}

[text-left] {
  text-align: left !important;
}

[text-right] {
  text-align: right !important;
}

[text-nowrap] {
  white-space: nowrap !important;
}

[text-wrap] {
  white-space: normal !important;
}

@media (min-width: 576px) {
  [text-sm-center] {
    text-align: center !important;
  }
  [text-sm-justify] {
    text-align: justify !important;
  }
  [text-sm-start] {
    text-align: left;
    text-align: start !important;
  }
  [text-sm-end] {
    text-align: right;
    text-align: end !important;
  }
  [text-sm-left] {
    text-align: left !important;
  }
  [text-sm-right] {
    text-align: right !important;
  }
  [text-sm-nowrap] {
    white-space: nowrap !important;
  }
  [text-sm-wrap] {
    white-space: normal !important;
  }
}

@media (min-width: 768px) {
  [text-md-center] {
    text-align: center !important;
  }
  [text-md-justify] {
    text-align: justify !important;
  }
  [text-md-start] {
    text-align: left;
    text-align: start !important;
  }
  [text-md-end] {
    text-align: right;
    text-align: end !important;
  }
  [text-md-left] {
    text-align: left !important;
  }
  [text-md-right] {
    text-align: right !important;
  }
  [text-md-nowrap] {
    white-space: nowrap !important;
  }
  [text-md-wrap] {
    white-space: normal !important;
  }
}

@media (min-width: 992px) {
  [text-lg-center] {
    text-align: center !important;
  }
  [text-lg-justify] {
    text-align: justify !important;
  }
  [text-lg-start] {
    text-align: left;
    text-align: start !important;
  }
  [text-lg-end] {
    text-align: right;
    text-align: end !important;
  }
  [text-lg-left] {
    text-align: left !important;
  }
  [text-lg-right] {
    text-align: right !important;
  }
  [text-lg-nowrap] {
    white-space: nowrap !important;
  }
  [text-lg-wrap] {
    white-space: normal !important;
  }
}

@media (min-width: 1200px) {
  [text-xl-center] {
    text-align: center !important;
  }
  [text-xl-justify] {
    text-align: justify !important;
  }
  [text-xl-start] {
    text-align: left;
    text-align: start !important;
  }
  [text-xl-end] {
    text-align: right;
    text-align: end !important;
  }
  [text-xl-left] {
    text-align: left !important;
  }
  [text-xl-right] {
    text-align: right !important;
  }
  [text-xl-nowrap] {
    white-space: nowrap !important;
  }
  [text-xl-wrap] {
    white-space: normal !important;
  }
}

[text-uppercase] {
  text-transform: uppercase !important;
}

[text-lowercase] {
  text-transform: lowercase !important;
}

[text-capitalize] {
  text-transform: capitalize !important;
}

@media (min-width: 576px) {
  [text-sm-uppercase] {
    text-transform: uppercase !important;
  }
  [text-sm-lowercase] {
    text-transform: lowercase !important;
  }
  [text-sm-capitalize] {
    text-transform: capitalize !important;
  }
}

@media (min-width: 768px) {
  [text-md-uppercase] {
    text-transform: uppercase !important;
  }
  [text-md-lowercase] {
    text-transform: lowercase !important;
  }
  [text-md-capitalize] {
    text-transform: capitalize !important;
  }
}

@media (min-width: 992px) {
  [text-lg-uppercase] {
    text-transform: uppercase !important;
  }
  [text-lg-lowercase] {
    text-transform: lowercase !important;
  }
  [text-lg-capitalize] {
    text-transform: capitalize !important;
  }
}

@media (min-width: 1200px) {
  [text-xl-uppercase] {
    text-transform: uppercase !important;
  }
  [text-xl-lowercase] {
    text-transform: lowercase !important;
  }
  [text-xl-capitalize] {
    text-transform: capitalize !important;
  }
}

[float-left] {
  float: left !important;
}

[float-right] {
  float: right !important;
}

[float-start] {
  float: left !important;
}

[float-end] {
  float: right !important;
}

@media (min-width: 576px) {
  [float-sm-left] {
    float: left !important;
  }
  [float-sm-right] {
    float: right !important;
  }
  [float-sm-start] {
    float: left !important;
  }
  [float-sm-end] {
    float: right !important;
  }
}

@media (min-width: 768px) {
  [float-md-left] {
    float: left !important;
  }
  [float-md-right] {
    float: right !important;
  }
  [float-md-start] {
    float: left !important;
  }
  [float-md-end] {
    float: right !important;
  }
}

@media (min-width: 992px) {
  [float-lg-left] {
    float: left !important;
  }
  [float-lg-right] {
    float: right !important;
  }
  [float-lg-start] {
    float: left !important;
  }
  [float-lg-end] {
    float: right !important;
  }
}

@media (min-width: 1200px) {
  [float-xl-left] {
    float: left !important;
  }
  [float-xl-right] {
    float: right !important;
  }
  [float-xl-start] {
    float: left !important;
  }
  [float-xl-end] {
    float: right !important;
  }
}

ion-app.ios {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  background-color: #fff;
}

ion-app.md {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  background-color: #fff;
}

ion-app.wp {
  font-family: "Segoe UI", "Noto Sans", sans-serif;
  font-size: 1rem;
  background-color: #fff;
}

ion-backdrop {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .01;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

ion-backdrop.backdrop-no-tappable {
  cursor: auto;
}

ion-badge {
  padding: 3px 8px;
  text-align: center;
  display: inline-block;
  min-width: 10px;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  vertical-align: baseline;
}

ion-badge:empty {
  display: none;
}

.badge-ios {
  border-radius: 10px;
  color: #fff;
  background-color: #17263C;
}

.badge-ios-primary {
  color: #fff;
  background-color: #17263C;
}

.badge-ios-secondary {
  color: #fff;
  background-color: #32db64;
}

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

.badge-ios-light {
  color: #000;
  background-color: #f4f4f4;
}

.badge-ios-white {
  color: #000;
  background-color: #ffffff;
}

.badge-ios-dark {
  color: #fff;
  background-color: #222;
}

.badge-ios-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.badge-ios-active {
  color: #fff;
  background-color: #17263C;
}

.badge-ios-black {
  color: #fff;
  background-color: #17263C;
}

.badge-ios-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.badge-md {
  border-radius: 4px;
  color: #fff;
  background-color: #17263C;
}

.badge-md-primary {
  color: #fff;
  background-color: #17263C;
}

.badge-md-secondary {
  color: #fff;
  background-color: #32db64;
}

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

.badge-md-light {
  color: #000;
  background-color: #f4f4f4;
}

.badge-md-white {
  color: #000;
  background-color: #ffffff;
}

.badge-md-dark {
  color: #fff;
  background-color: #222;
}

.badge-md-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.badge-md-active {
  color: #fff;
  background-color: #17263C;
}

.badge-md-black {
  color: #fff;
  background-color: #17263C;
}

.badge-md-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.badge-wp {
  border-radius: 0;
  color: #fff;
  background-color: #17263C;
}

.badge-wp-primary {
  color: #fff;
  background-color: #17263C;
}

.badge-wp-secondary {
  color: #fff;
  background-color: #32db64;
}

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

.badge-wp-light {
  color: #000;
  background-color: #f4f4f4;
}

.badge-wp-white {
  color: #000;
  background-color: #ffffff;
}

.badge-wp-dark {
  color: #fff;
  background-color: #222;
}

.badge-wp-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.badge-wp-active {
  color: #fff;
  background-color: #17263C;
}

.badge-wp-black {
  color: #fff;
  background-color: #17263C;
}

.badge-wp-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.button {
  text-align: center;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  z-index: 0;
  display: inline-block;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: top;
  vertical-align: -webkit-baseline-middle;
  -webkit-transition: background-color, opacity 100ms linear;
  transition: background-color, opacity 100ms linear;
  -webkit-font-kerning: none;
  font-kerning: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  contain: content;
}

.button-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

[ion-button] {
  text-decoration: none;
}

a[disabled],
button[disabled],
[ion-button][disabled] {
  cursor: default;
  opacity: .4;
  pointer-events: none;
}

.button-block {
  display: block;
  clear: both;
  width: 100%;
  contain: strict;
}

.button-block::after {
  clear: both;
}

.button-full {
  display: block;
  width: 100%;
  contain: strict;
}

.button-full.button-outline {
  border-radius: 0;
  border-right-width: 0;
  border-left-width: 0;
}

[icon-left] ion-icon,
[icon-start] ion-icon {
  font-size: 1.4em;
  line-height: .67;
  pointer-events: none;
  padding-right: 0.3em;
}

[icon-right] ion-icon,
[icon-end] ion-icon {
  font-size: 1.4em;
  line-height: .67;
  pointer-events: none;
  padding-left: 0.4em;
}

.button[icon-only] {
  padding: 0;
  min-width: .9em;
}

[icon-only] ion-icon {
  padding: 0 0.5em;
  font-size: 1.8em;
  line-height: .67;
  pointer-events: none;
}

.button-ios {
  border-radius: 4px;
  height: 2.8em;
  font-size: 1.6rem;
  color: #fff;
  background-color: #17263C;
  margin: 0.4rem 0.2rem;
  padding: 0 1em;
}

.button-ios.activated {
  background-color: #2a374c;
  opacity: 1;
}

.button-ios:hover:not(.disable-hover) {
  opacity: 0.8;
}

.button-large-ios {
  height: 2.8em;
  font-size: 2rem;
  padding: 0 1em;
}

.button-small-ios {
  height: 2.1em;
  font-size: 1.3rem;
  padding: 0 0.9em;
}

.button-small-ios[icon-only] ion-icon {
  font-size: 1.3em;
}

.button-block-ios {
  margin-left: 0;
  margin-right: 0;
}

.button-full-ios {
  margin-left: 0;
  margin-right: 0;
  border-radius: 0;
  border-right-width: 0;
  border-left-width: 0;
}

.button-outline-ios {
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.button-outline-ios.activated {
  color: #fff;
  background-color: #17263C;
  opacity: 1;
}

.button-clear-ios {
  border-color: transparent;
  color: #17263C;
  background-color: transparent;
}

.button-clear-ios.activated {
  background-color: transparent;
  opacity: 0.4;
}

.button-clear-ios:hover:not(.disable-hover) {
  color: #17263C;
  opacity: 0.6;
}

.button-round-ios {
  border-radius: 64px;
  padding: 0 2.6rem;
}

.button-ios-primary {
  color: #fff;
  background-color: #17263C;
}

.button-ios-primary.activated {
  background-color: #2a374c;
}

.button-outline-ios-primary {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.button-outline-ios-primary.activated {
  color: #fff;
  background-color: #17263C;
}

.button-clear-ios-primary {
  border-color: transparent;
  color: #17263C;
  background-color: transparent;
}

.button-clear-ios-primary.activated {
  opacity: 0.4;
}

.button-clear-ios-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.button-ios-secondary {
  color: #fff;
  background-color: #32db64;
}

.button-ios-secondary.activated {
  background-color: #2ec95c;
}

.button-outline-ios-secondary {
  border-color: #32db64;
  color: #32db64;
  background-color: transparent;
}

.button-outline-ios-secondary.activated {
  color: #fff;
  background-color: #32db64;
}

.button-clear-ios-secondary {
  border-color: transparent;
  color: #32db64;
  background-color: transparent;
}

.button-clear-ios-secondary.activated {
  opacity: 0.4;
}

.button-clear-ios-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.button-ios-danger {
  color: #fff;
  background-color: #f53d3d;
}

.button-ios-danger.activated {
  background-color: #e13838;
}

.button-outline-ios-danger {
  border-color: #f53d3d;
  color: #f53d3d;
  background-color: transparent;
}

.button-outline-ios-danger.activated {
  color: #fff;
  background-color: #f53d3d;
}

.button-clear-ios-danger {
  border-color: transparent;
  color: #f53d3d;
  background-color: transparent;
}

.button-clear-ios-danger.activated {
  opacity: 0.4;
}

.button-clear-ios-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.button-ios-light {
  color: #000;
  background-color: #f4f4f4;
}

.button-ios-light.activated {
  background-color: #e0e0e0;
}

.button-outline-ios-light {
  border-color: #f4f4f4;
  color: #f4f4f4;
  background-color: transparent;
}

.button-outline-ios-light.activated {
  color: #000;
  background-color: #f4f4f4;
}

.button-clear-ios-light {
  border-color: transparent;
  color: #f4f4f4;
  background-color: transparent;
}

.button-clear-ios-light.activated {
  opacity: 0.4;
}

.button-clear-ios-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.button-ios-white {
  color: #000;
  background-color: #ffffff;
}

.button-ios-white.activated {
  background-color: #ebebeb;
}

.button-outline-ios-white {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}

.button-outline-ios-white.activated {
  color: #000;
  background-color: #ffffff;
}

.button-clear-ios-white {
  border-color: transparent;
  color: #ffffff;
  background-color: transparent;
}

.button-clear-ios-white.activated {
  opacity: 0.4;
}

.button-clear-ios-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.button-ios-dark {
  color: #fff;
  background-color: #222;
}

.button-ios-dark.activated {
  background-color: #343434;
}

.button-outline-ios-dark {
  border-color: #222;
  color: #222;
  background-color: transparent;
}

.button-outline-ios-dark.activated {
  color: #fff;
  background-color: #222;
}

.button-clear-ios-dark {
  border-color: transparent;
  color: #222;
  background-color: transparent;
}

.button-clear-ios-dark.activated {
  opacity: 0.4;
}

.button-clear-ios-dark:hover:not(.disable-hover) {
  color: #222;
}

.button-ios-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.button-ios-sunflower.activated {
  background-color: #deb40e;
}

.button-outline-ios-sunflower {
  border-color: #f1c40f;
  color: #f1c40f;
  background-color: transparent;
}

.button-outline-ios-sunflower.activated {
  color: #000;
  background-color: #f1c40f;
}

.button-clear-ios-sunflower {
  border-color: transparent;
  color: #f1c40f;
  background-color: transparent;
}

.button-clear-ios-sunflower.activated {
  opacity: 0.4;
}

.button-clear-ios-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.button-ios-active {
  color: #fff;
  background-color: #17263C;
}

.button-ios-active.activated {
  background-color: #2a374c;
}

.button-outline-ios-active {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.button-outline-ios-active.activated {
  color: #fff;
  background-color: #17263C;
}

.button-clear-ios-active {
  border-color: transparent;
  color: #17263C;
  background-color: transparent;
}

.button-clear-ios-active.activated {
  opacity: 0.4;
}

.button-clear-ios-active:hover:not(.disable-hover) {
  color: #17263C;
}

.button-ios-black {
  color: #fff;
  background-color: #17263C;
}

.button-ios-black.activated {
  background-color: #2a374c;
}

.button-outline-ios-black {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.button-outline-ios-black.activated {
  color: #fff;
  background-color: #17263C;
}

.button-clear-ios-black {
  border-color: transparent;
  color: #17263C;
  background-color: transparent;
}

.button-clear-ios-black.activated {
  opacity: 0.4;
}

.button-clear-ios-black:hover:not(.disable-hover) {
  color: #17263C;
}

.button-ios-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.button-ios-sacgreen.activated {
  background-color: #86a264;
}

.button-outline-ios-sacgreen {
  border-color: #7c9a56;
  color: #7c9a56;
  background-color: transparent;
}

.button-outline-ios-sacgreen.activated {
  color: #fff;
  background-color: #7c9a56;
}

.button-clear-ios-sacgreen {
  border-color: transparent;
  color: #7c9a56;
  background-color: transparent;
}

.button-clear-ios-sacgreen.activated {
  opacity: 0.4;
}

.button-clear-ios-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.button-strong-ios {
  font-weight: 600;
}

.button-md {
  border-radius: 2px;
  overflow: hidden;
  height: 3.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background-color: #17263C;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1), color 300ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1), color 300ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0, 0.2, 1), color 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0, 0.2, 1), color 300ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0.4rem 0.2rem;
  padding: 0 1.1em;
}

.button-md:hover:not(.disable-hover) {
  background-color: #17263C;
}

.button-md.activated {
  background-color: #2a374c;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14), 0 3px 5px rgba(0, 0, 0, 0.21), 0 0 0 0 transparent;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14), 0 3px 5px rgba(0, 0, 0, 0.21), 0 0 0 0 transparent;
}

.button-md .button-effect {
  background-color: #fff;
}

.button-large-md {
  height: 2.8em;
  font-size: 2rem;
  padding: 0 1em;
}

.button-small-md {
  height: 2.1em;
  font-size: 1.3rem;
  padding: 0 0.9em;
}

.button-small-md[icon-only] ion-icon {
  font-size: 1.4em;
}

.button-block-md {
  margin-left: 0;
  margin-right: 0;
}

.button-full-md {
  margin-left: 0;
  margin-right: 0;
  border-radius: 0;
  border-right-width: 0;
  border-left-width: 0;
}

.button-outline-md {
  border-width: 1px;
  border-style: solid;
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button-outline-md:hover:not(.disable-hover) {
  background-color: rgba(158, 158, 158, 0.1);
}

.button-outline-md.activated {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}

.button-outline-md .button-effect {
  background-color: #17263C;
}

.button-clear-md {
  border-color: transparent;
  color: #17263C;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}

.button-clear-md.activated {
  background-color: rgba(158, 158, 158, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button-clear-md:hover:not(.disable-hover) {
  background-color: rgba(158, 158, 158, 0.1);
}

.button-clear-md .button-effect {
  background-color: #999;
}

.button-round-md {
  border-radius: 64px;
  padding: 0 2.6rem;
}

.button-md [icon-only] {
  padding: 0;
}

.button-effect {
  border-radius: 50%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  z-index: 0;
  display: none;
  background-color: #555;
  opacity: .2;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  pointer-events: none;
  top: 0;
  left: 0;
}

.md button .button-effect {
  display: block;
}

.button-md-primary {
  color: #fff;
  background-color: #17263C;
}

.button-md-primary:hover:not(.disable-hover) {
  background-color: #17263C;
}

.button-md-primary.activated {
  background-color: #2a374c;
  opacity: 1;
}

.button-md-primary .button-effect {
  background-color: #fff;
}

.button-outline-md-primary {
  border-color: #233146;
  color: #233146;
  background-color: transparent;
}

.button-outline-md-primary:hover:not(.disable-hover) {
  background-color: rgba(158, 158, 158, 0.1);
}

.button-outline-md-primary.activated {
  background-color: transparent;
}

.button-outline-md-primary .button-effect {
  background-color: #233146;
}

.button-clear-md-primary {
  border-color: transparent;
  color: #17263C;
  background-color: transparent;
}

.button-clear-md-primary.activated {
  background-color: rgba(158, 158, 158, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button-clear-md-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.button-md-secondary {
  color: #fff;
  background-color: #32db64;
}

.button-md-secondary:hover:not(.disable-hover) {
  background-color: #32db64;
}

.button-md-secondary.activated {
  background-color: #2ec95c;
  opacity: 1;
}

.button-md-secondary .button-effect {
  background-color: #fff;
}

.button-outline-md-secondary {
  border-color: #30d05f;
  color: #30d05f;
  background-color: transparent;
}

.button-outline-md-secondary:hover:not(.disable-hover) {
  background-color: rgba(158, 158, 158, 0.1);
}

.button-outline-md-secondary.activated {
  background-color: transparent;
}

.button-outline-md-secondary .button-effect {
  background-color: #30d05f;
}

.button-clear-md-secondary {
  border-color: transparent;
  color: #32db64;
  background-color: transparent;
}

.button-clear-md-secondary.activated {
  background-color: rgba(158, 158, 158, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button-clear-md-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.button-md-danger {
  color: #fff;
  background-color: #f53d3d;
}

.button-md-danger:hover:not(.disable-hover) {
  background-color: #f53d3d;
}

.button-md-danger.activated {
  background-color: #e13838;
  opacity: 1;
}

.button-md-danger .button-effect {
  background-color: #fff;
}

.button-outline-md-danger {
  border-color: #e93a3a;
  color: #e93a3a;
  background-color: transparent;
}

.button-outline-md-danger:hover:not(.disable-hover) {
  background-color: rgba(158, 158, 158, 0.1);
}

.button-outline-md-danger.activated {
  background-color: transparent;
}

.button-outline-md-danger .button-effect {
  background-color: #e93a3a;
}

.button-clear-md-danger {
  border-color: transparent;
  color: #f53d3d;
  background-color: transparent;
}

.button-clear-md-danger.activated {
  background-color: rgba(158, 158, 158, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button-clear-md-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.button-md-light {
  color: #000;
  background-color: #f4f4f4;
}

.button-md-light:hover:not(.disable-hover) {
  background-color: #f4f4f4;
}

.button-md-light.activated {
  background-color: #e0e0e0;
  opacity: 1;
}

.button-md-light .button-effect {
  background-color: #000;
}

.button-outline-md-light {
  border-color: #e8e8e8;
  color: #e8e8e8;
  background-color: transparent;
}

.button-outline-md-light:hover:not(.disable-hover) {
  background-color: rgba(158, 158, 158, 0.1);
}

.button-outline-md-light.activated {
  background-color: transparent;
}

.button-outline-md-light .button-effect {
  background-color: #e8e8e8;
}

.button-clear-md-light {
  border-color: transparent;
  color: #f4f4f4;
  background-color: transparent;
}

.button-clear-md-light.activated {
  background-color: rgba(158, 158, 158, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button-clear-md-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.button-md-white {
  color: #000;
  background-color: #ffffff;
}

.button-md-white:hover:not(.disable-hover) {
  background-color: #ffffff;
}

.button-md-white.activated {
  background-color: #ebebeb;
  opacity: 1;
}

.button-md-white .button-effect {
  background-color: #000;
}

.button-outline-md-white {
  border-color: #f2f2f2;
  color: #f2f2f2;
  background-color: transparent;
}

.button-outline-md-white:hover:not(.disable-hover) {
  background-color: rgba(158, 158, 158, 0.1);
}

.button-outline-md-white.activated {
  background-color: transparent;
}

.button-outline-md-white .button-effect {
  background-color: #f2f2f2;
}

.button-clear-md-white {
  border-color: transparent;
  color: #ffffff;
  background-color: transparent;
}

.button-clear-md-white.activated {
  background-color: rgba(158, 158, 158, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button-clear-md-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.button-md-dark {
  color: #fff;
  background-color: #222;
}

.button-md-dark:hover:not(.disable-hover) {
  background-color: #222;
}

.button-md-dark.activated {
  background-color: #343434;
  opacity: 1;
}

.button-md-dark .button-effect {
  background-color: #fff;
}

.button-outline-md-dark {
  border-color: #2d2d2d;
  color: #2d2d2d;
  background-color: transparent;
}

.button-outline-md-dark:hover:not(.disable-hover) {
  background-color: rgba(158, 158, 158, 0.1);
}

.button-outline-md-dark.activated {
  background-color: transparent;
}

.button-outline-md-dark .button-effect {
  background-color: #2d2d2d;
}

.button-clear-md-dark {
  border-color: transparent;
  color: #222;
  background-color: transparent;
}

.button-clear-md-dark.activated {
  background-color: rgba(158, 158, 158, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button-clear-md-dark:hover:not(.disable-hover) {
  color: #222;
}

.button-md-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.button-md-sunflower:hover:not(.disable-hover) {
  background-color: #f1c40f;
}

.button-md-sunflower.activated {
  background-color: #deb40e;
  opacity: 1;
}

.button-md-sunflower .button-effect {
  background-color: #000;
}

.button-outline-md-sunflower {
  border-color: #e5ba0e;
  color: #e5ba0e;
  background-color: transparent;
}

.button-outline-md-sunflower:hover:not(.disable-hover) {
  background-color: rgba(158, 158, 158, 0.1);
}

.button-outline-md-sunflower.activated {
  background-color: transparent;
}

.button-outline-md-sunflower .button-effect {
  background-color: #e5ba0e;
}

.button-clear-md-sunflower {
  border-color: transparent;
  color: #f1c40f;
  background-color: transparent;
}

.button-clear-md-sunflower.activated {
  background-color: rgba(158, 158, 158, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button-clear-md-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.button-md-active {
  color: #fff;
  background-color: #17263C;
}

.button-md-active:hover:not(.disable-hover) {
  background-color: #17263C;
}

.button-md-active.activated {
  background-color: #2a374c;
  opacity: 1;
}

.button-md-active .button-effect {
  background-color: #fff;
}

.button-outline-md-active {
  border-color: #233146;
  color: #233146;
  background-color: transparent;
}

.button-outline-md-active:hover:not(.disable-hover) {
  background-color: rgba(158, 158, 158, 0.1);
}

.button-outline-md-active.activated {
  background-color: transparent;
}

.button-outline-md-active .button-effect {
  background-color: #233146;
}

.button-clear-md-active {
  border-color: transparent;
  color: #17263C;
  background-color: transparent;
}

.button-clear-md-active.activated {
  background-color: rgba(158, 158, 158, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button-clear-md-active:hover:not(.disable-hover) {
  color: #17263C;
}

.button-md-black {
  color: #fff;
  background-color: #17263C;
}

.button-md-black:hover:not(.disable-hover) {
  background-color: #17263C;
}

.button-md-black.activated {
  background-color: #2a374c;
  opacity: 1;
}

.button-md-black .button-effect {
  background-color: #fff;
}

.button-outline-md-black {
  border-color: #233146;
  color: #233146;
  background-color: transparent;
}

.button-outline-md-black:hover:not(.disable-hover) {
  background-color: rgba(158, 158, 158, 0.1);
}

.button-outline-md-black.activated {
  background-color: transparent;
}

.button-outline-md-black .button-effect {
  background-color: #233146;
}

.button-clear-md-black {
  border-color: transparent;
  color: #17263C;
  background-color: transparent;
}

.button-clear-md-black.activated {
  background-color: rgba(158, 158, 158, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button-clear-md-black:hover:not(.disable-hover) {
  color: #17263C;
}

.button-md-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.button-md-sacgreen:hover:not(.disable-hover) {
  background-color: #7c9a56;
}

.button-md-sacgreen.activated {
  background-color: #86a264;
  opacity: 1;
}

.button-md-sacgreen .button-effect {
  background-color: #fff;
}

.button-outline-md-sacgreen {
  border-color: #839f5e;
  color: #839f5e;
  background-color: transparent;
}

.button-outline-md-sacgreen:hover:not(.disable-hover) {
  background-color: rgba(158, 158, 158, 0.1);
}

.button-outline-md-sacgreen.activated {
  background-color: transparent;
}

.button-outline-md-sacgreen .button-effect {
  background-color: #839f5e;
}

.button-clear-md-sacgreen {
  border-color: transparent;
  color: #7c9a56;
  background-color: transparent;
}

.button-clear-md-sacgreen.activated {
  background-color: rgba(158, 158, 158, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button-clear-md-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.button-strong-md {
  font-weight: bold;
}

.button-wp {
  border-radius: 0;
  height: 3.6rem;
  border: 3px solid transparent;
  font-size: 1.4rem;
  color: #fff;
  background-color: #17263C;
  margin: 0.4rem 0.2rem;
  padding: 0 1.1em;
}

.button-wp:hover:not(.disable-hover) {
  border-color: #2a374c;
  background-color: #17263C;
}

.button-wp.activated {
  background-color: #2a374c;
}

.button-large-wp {
  height: 2.8em;
  font-size: 2rem;
  padding: 0 1em;
}

.button-small-wp {
  height: 2.1em;
  font-size: 1.3rem;
  padding: 0 0.9em;
}

.button-small-wp[icon-only] ion-icon {
  font-size: 1.4em;
}

.button-block-wp {
  margin-left: 0;
  margin-right: 0;
}

.button-full-wp {
  margin-left: 0;
  margin-right: 0;
  border-radius: 0;
  border-right-width: 0;
  border-left-width: 0;
}

.button-outline-wp {
  border-width: 1px;
  border-style: solid;
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.button-outline-wp:hover:not(.disable-hover) {
  background-color: rgba(158, 158, 158, 0.1);
}

.button-outline-wp.activated {
  background-color: rgba(23, 38, 60, 0.16);
}

.button-clear-wp {
  color: #17263C;
  background-color: transparent;
}

.button-clear-wp.activated {
  background-color: rgba(158, 158, 158, 0.2);
}

.button-clear-wp:hover:not(.disable-hover) {
  background-color: rgba(158, 158, 158, 0.1);
}

.button-round-wp {
  border-radius: 64px;
  padding: 0 2.6rem;
}

.button-wp [icon-only] {
  padding: 0;
}

.button-wp-primary {
  color: #fff;
  background-color: #17263C;
}

.button-wp-primary:hover:not(.disable-hover) {
  border-color: #2a374c;
  background-color: #17263C;
}

.button-wp-primary.activated {
  background-color: #2a374c;
}

.button-outline-wp-primary {
  border-color: #233146;
  color: #233146;
  background-color: transparent;
}

.button-outline-wp-primary:hover:not(.disable-hover) {
  border-color: #233146;
  background-color: rgba(158, 158, 158, 0.1);
}

.button-outline-wp-primary.activated {
  background-color: rgba(35, 49, 70, 0.16);
}

.button-clear-wp-primary {
  color: #17263C;
  background-color: transparent;
}

.button-clear-wp-primary.activated {
  background-color: rgba(158, 158, 158, 0.2);
}

.button-clear-wp-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.button-wp-secondary {
  color: #fff;
  background-color: #32db64;
}

.button-wp-secondary:hover:not(.disable-hover) {
  border-color: #2ec95c;
  background-color: #32db64;
}

.button-wp-secondary.activated {
  background-color: #2ec95c;
}

.button-outline-wp-secondary {
  border-color: #30d05f;
  color: #30d05f;
  background-color: transparent;
}

.button-outline-wp-secondary:hover:not(.disable-hover) {
  border-color: #30d05f;
  background-color: rgba(158, 158, 158, 0.1);
}

.button-outline-wp-secondary.activated {
  background-color: rgba(48, 208, 95, 0.16);
}

.button-clear-wp-secondary {
  color: #32db64;
  background-color: transparent;
}

.button-clear-wp-secondary.activated {
  background-color: rgba(158, 158, 158, 0.2);
}

.button-clear-wp-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.button-wp-danger {
  color: #fff;
  background-color: #f53d3d;
}

.button-wp-danger:hover:not(.disable-hover) {
  border-color: #e13838;
  background-color: #f53d3d;
}

.button-wp-danger.activated {
  background-color: #e13838;
}

.button-outline-wp-danger {
  border-color: #e93a3a;
  color: #e93a3a;
  background-color: transparent;
}

.button-outline-wp-danger:hover:not(.disable-hover) {
  border-color: #e93a3a;
  background-color: rgba(158, 158, 158, 0.1);
}

.button-outline-wp-danger.activated {
  background-color: rgba(233, 58, 58, 0.16);
}

.button-clear-wp-danger {
  color: #f53d3d;
  background-color: transparent;
}

.button-clear-wp-danger.activated {
  background-color: rgba(158, 158, 158, 0.2);
}

.button-clear-wp-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.button-wp-light {
  color: #000;
  background-color: #f4f4f4;
}

.button-wp-light:hover:not(.disable-hover) {
  border-color: #e0e0e0;
  background-color: #f4f4f4;
}

.button-wp-light.activated {
  background-color: #e0e0e0;
}

.button-outline-wp-light {
  border-color: #e8e8e8;
  color: #e8e8e8;
  background-color: transparent;
}

.button-outline-wp-light:hover:not(.disable-hover) {
  border-color: #e8e8e8;
  background-color: rgba(158, 158, 158, 0.1);
}

.button-outline-wp-light.activated {
  background-color: rgba(232, 232, 232, 0.16);
}

.button-clear-wp-light {
  color: #f4f4f4;
  background-color: transparent;
}

.button-clear-wp-light.activated {
  background-color: rgba(158, 158, 158, 0.2);
}

.button-clear-wp-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.button-wp-white {
  color: #000;
  background-color: #ffffff;
}

.button-wp-white:hover:not(.disable-hover) {
  border-color: #ebebeb;
  background-color: #ffffff;
}

.button-wp-white.activated {
  background-color: #ebebeb;
}

.button-outline-wp-white {
  border-color: #f2f2f2;
  color: #f2f2f2;
  background-color: transparent;
}

.button-outline-wp-white:hover:not(.disable-hover) {
  border-color: #f2f2f2;
  background-color: rgba(158, 158, 158, 0.1);
}

.button-outline-wp-white.activated {
  background-color: rgba(242, 242, 242, 0.16);
}

.button-clear-wp-white {
  color: #ffffff;
  background-color: transparent;
}

.button-clear-wp-white.activated {
  background-color: rgba(158, 158, 158, 0.2);
}

.button-clear-wp-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.button-wp-dark {
  color: #fff;
  background-color: #222;
}

.button-wp-dark:hover:not(.disable-hover) {
  border-color: #343434;
  background-color: #222;
}

.button-wp-dark.activated {
  background-color: #343434;
}

.button-outline-wp-dark {
  border-color: #2d2d2d;
  color: #2d2d2d;
  background-color: transparent;
}

.button-outline-wp-dark:hover:not(.disable-hover) {
  border-color: #2d2d2d;
  background-color: rgba(158, 158, 158, 0.1);
}

.button-outline-wp-dark.activated {
  background-color: rgba(45, 45, 45, 0.16);
}

.button-clear-wp-dark {
  color: #222;
  background-color: transparent;
}

.button-clear-wp-dark.activated {
  background-color: rgba(158, 158, 158, 0.2);
}

.button-clear-wp-dark:hover:not(.disable-hover) {
  color: #222;
}

.button-wp-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.button-wp-sunflower:hover:not(.disable-hover) {
  border-color: #deb40e;
  background-color: #f1c40f;
}

.button-wp-sunflower.activated {
  background-color: #deb40e;
}

.button-outline-wp-sunflower {
  border-color: #e5ba0e;
  color: #e5ba0e;
  background-color: transparent;
}

.button-outline-wp-sunflower:hover:not(.disable-hover) {
  border-color: #e5ba0e;
  background-color: rgba(158, 158, 158, 0.1);
}

.button-outline-wp-sunflower.activated {
  background-color: rgba(229, 186, 14, 0.16);
}

.button-clear-wp-sunflower {
  color: #f1c40f;
  background-color: transparent;
}

.button-clear-wp-sunflower.activated {
  background-color: rgba(158, 158, 158, 0.2);
}

.button-clear-wp-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.button-wp-active {
  color: #fff;
  background-color: #17263C;
}

.button-wp-active:hover:not(.disable-hover) {
  border-color: #2a374c;
  background-color: #17263C;
}

.button-wp-active.activated {
  background-color: #2a374c;
}

.button-outline-wp-active {
  border-color: #233146;
  color: #233146;
  background-color: transparent;
}

.button-outline-wp-active:hover:not(.disable-hover) {
  border-color: #233146;
  background-color: rgba(158, 158, 158, 0.1);
}

.button-outline-wp-active.activated {
  background-color: rgba(35, 49, 70, 0.16);
}

.button-clear-wp-active {
  color: #17263C;
  background-color: transparent;
}

.button-clear-wp-active.activated {
  background-color: rgba(158, 158, 158, 0.2);
}

.button-clear-wp-active:hover:not(.disable-hover) {
  color: #17263C;
}

.button-wp-black {
  color: #fff;
  background-color: #17263C;
}

.button-wp-black:hover:not(.disable-hover) {
  border-color: #2a374c;
  background-color: #17263C;
}

.button-wp-black.activated {
  background-color: #2a374c;
}

.button-outline-wp-black {
  border-color: #233146;
  color: #233146;
  background-color: transparent;
}

.button-outline-wp-black:hover:not(.disable-hover) {
  border-color: #233146;
  background-color: rgba(158, 158, 158, 0.1);
}

.button-outline-wp-black.activated {
  background-color: rgba(35, 49, 70, 0.16);
}

.button-clear-wp-black {
  color: #17263C;
  background-color: transparent;
}

.button-clear-wp-black.activated {
  background-color: rgba(158, 158, 158, 0.2);
}

.button-clear-wp-black:hover:not(.disable-hover) {
  color: #17263C;
}

.button-wp-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.button-wp-sacgreen:hover:not(.disable-hover) {
  border-color: #86a264;
  background-color: #7c9a56;
}

.button-wp-sacgreen.activated {
  background-color: #86a264;
}

.button-outline-wp-sacgreen {
  border-color: #839f5e;
  color: #839f5e;
  background-color: transparent;
}

.button-outline-wp-sacgreen:hover:not(.disable-hover) {
  border-color: #839f5e;
  background-color: rgba(158, 158, 158, 0.1);
}

.button-outline-wp-sacgreen.activated {
  background-color: rgba(131, 159, 94, 0.16);
}

.button-clear-wp-sacgreen {
  color: #7c9a56;
  background-color: transparent;
}

.button-clear-wp-sacgreen.activated {
  background-color: rgba(158, 158, 158, 0.2);
}

.button-clear-wp-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.button-strong-wp {
  font-weight: bold;
}

ion-card {
  display: block;
  overflow: hidden;
}

ion-card img {
  display: block;
  width: 100%;
}

ion-card-header {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

ion-card-content {
  display: block;
}

.card-ios {
  margin: 12px;
  border-radius: 2px;
  width: calc(100% - 24px);
  font-size: 1.4rem;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.card-ios ion-list {
  margin-bottom: 0;
}

.card-ios > .item:last-child,
.card-ios > .item:last-child .item-inner,
.card-ios > .item-wrapper:last-child .item {
  border-bottom: 0;
}

.card-ios .item-ios.item-block .item-inner {
  border: 0;
}

.card-content-ios {
  padding: 13px 16px 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.card-header-ios {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  padding: 16px;
}

.card-header-ios + .card-content-ios,
.card-ios .item + .card-content-ios {
  padding-top: 0;
}

.card .note-ios {
  font-size: 1.3rem;
}

.card-title-ios {
  display: block;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #222;
  margin: 2px 0;
  padding: 8px 0;
}

.card-ios h1 {
  margin: 0 0 2px;
  font-size: 2.4rem;
  font-weight: normal;
}

.card-ios h2 {
  margin: 2px 0;
  font-size: 1.6rem;
  font-weight: normal;
}

.card-ios h3,
.card-ios h4,
.card-ios h5,
.card-ios h6 {
  margin: 2px 0;
  font-size: 1.4rem;
  font-weight: normal;
}

.card-ios p {
  margin: 0 0 2px;
  font-size: 1.4rem;
  color: #666;
}

.card-ios + ion-card {
  margin-top: 0;
}

.card-ios .text-ios-primary {
  color: #17263C;
}

.card-ios-primary {
  color: #fff;
  background-color: #17263C;
}

.card-ios-primary .card-header-ios,
.card-ios-primary .card-title-ios,
.card-ios-primary .card-content-ios,
.card-ios-primary p {
  color: #fff;
}

.card-ios-primary .text-ios-primary,
.card-ios-primary .card-header-ios-primary,
.card-ios-primary .card-title-ios-primary,
.card-ios-primary .card-content-ios-primary {
  color: #17263C;
}

.card-ios-primary .text-ios-secondary,
.card-ios-primary .card-header-ios-secondary,
.card-ios-primary .card-title-ios-secondary,
.card-ios-primary .card-content-ios-secondary {
  color: #32db64;
}

.card-ios-primary .text-ios-danger,
.card-ios-primary .card-header-ios-danger,
.card-ios-primary .card-title-ios-danger,
.card-ios-primary .card-content-ios-danger {
  color: #f53d3d;
}

.card-ios-primary .text-ios-light,
.card-ios-primary .card-header-ios-light,
.card-ios-primary .card-title-ios-light,
.card-ios-primary .card-content-ios-light {
  color: #f4f4f4;
}

.card-ios-primary .text-ios-white,
.card-ios-primary .card-header-ios-white,
.card-ios-primary .card-title-ios-white,
.card-ios-primary .card-content-ios-white {
  color: #ffffff;
}

.card-ios-primary .text-ios-dark,
.card-ios-primary .card-header-ios-dark,
.card-ios-primary .card-title-ios-dark,
.card-ios-primary .card-content-ios-dark {
  color: #222;
}

.card-ios-primary .text-ios-sunflower,
.card-ios-primary .card-header-ios-sunflower,
.card-ios-primary .card-title-ios-sunflower,
.card-ios-primary .card-content-ios-sunflower {
  color: #f1c40f;
}

.card-ios-primary .text-ios-active,
.card-ios-primary .card-header-ios-active,
.card-ios-primary .card-title-ios-active,
.card-ios-primary .card-content-ios-active {
  color: #17263C;
}

.card-ios-primary .text-ios-black,
.card-ios-primary .card-header-ios-black,
.card-ios-primary .card-title-ios-black,
.card-ios-primary .card-content-ios-black {
  color: #17263C;
}

.card-ios-primary .text-ios-sacgreen,
.card-ios-primary .card-header-ios-sacgreen,
.card-ios-primary .card-title-ios-sacgreen,
.card-ios-primary .card-content-ios-sacgreen {
  color: #7c9a56;
}

.card-header-ios-primary,
.card-title-ios-primary,
.card-content-ios-primary {
  color: #17263C;
}

.card-ios .text-ios-secondary {
  color: #32db64;
}

.card-ios-secondary {
  color: #fff;
  background-color: #32db64;
}

.card-ios-secondary .card-header-ios,
.card-ios-secondary .card-title-ios,
.card-ios-secondary .card-content-ios,
.card-ios-secondary p {
  color: #fff;
}

.card-ios-secondary .text-ios-primary,
.card-ios-secondary .card-header-ios-primary,
.card-ios-secondary .card-title-ios-primary,
.card-ios-secondary .card-content-ios-primary {
  color: #17263C;
}

.card-ios-secondary .text-ios-secondary,
.card-ios-secondary .card-header-ios-secondary,
.card-ios-secondary .card-title-ios-secondary,
.card-ios-secondary .card-content-ios-secondary {
  color: #32db64;
}

.card-ios-secondary .text-ios-danger,
.card-ios-secondary .card-header-ios-danger,
.card-ios-secondary .card-title-ios-danger,
.card-ios-secondary .card-content-ios-danger {
  color: #f53d3d;
}

.card-ios-secondary .text-ios-light,
.card-ios-secondary .card-header-ios-light,
.card-ios-secondary .card-title-ios-light,
.card-ios-secondary .card-content-ios-light {
  color: #f4f4f4;
}

.card-ios-secondary .text-ios-white,
.card-ios-secondary .card-header-ios-white,
.card-ios-secondary .card-title-ios-white,
.card-ios-secondary .card-content-ios-white {
  color: #ffffff;
}

.card-ios-secondary .text-ios-dark,
.card-ios-secondary .card-header-ios-dark,
.card-ios-secondary .card-title-ios-dark,
.card-ios-secondary .card-content-ios-dark {
  color: #222;
}

.card-ios-secondary .text-ios-sunflower,
.card-ios-secondary .card-header-ios-sunflower,
.card-ios-secondary .card-title-ios-sunflower,
.card-ios-secondary .card-content-ios-sunflower {
  color: #f1c40f;
}

.card-ios-secondary .text-ios-active,
.card-ios-secondary .card-header-ios-active,
.card-ios-secondary .card-title-ios-active,
.card-ios-secondary .card-content-ios-active {
  color: #17263C;
}

.card-ios-secondary .text-ios-black,
.card-ios-secondary .card-header-ios-black,
.card-ios-secondary .card-title-ios-black,
.card-ios-secondary .card-content-ios-black {
  color: #17263C;
}

.card-ios-secondary .text-ios-sacgreen,
.card-ios-secondary .card-header-ios-sacgreen,
.card-ios-secondary .card-title-ios-sacgreen,
.card-ios-secondary .card-content-ios-sacgreen {
  color: #7c9a56;
}

.card-header-ios-secondary,
.card-title-ios-secondary,
.card-content-ios-secondary {
  color: #32db64;
}

.card-ios .text-ios-danger {
  color: #f53d3d;
}

.card-ios-danger {
  color: #fff;
  background-color: #f53d3d;
}

.card-ios-danger .card-header-ios,
.card-ios-danger .card-title-ios,
.card-ios-danger .card-content-ios,
.card-ios-danger p {
  color: #fff;
}

.card-ios-danger .text-ios-primary,
.card-ios-danger .card-header-ios-primary,
.card-ios-danger .card-title-ios-primary,
.card-ios-danger .card-content-ios-primary {
  color: #17263C;
}

.card-ios-danger .text-ios-secondary,
.card-ios-danger .card-header-ios-secondary,
.card-ios-danger .card-title-ios-secondary,
.card-ios-danger .card-content-ios-secondary {
  color: #32db64;
}

.card-ios-danger .text-ios-danger,
.card-ios-danger .card-header-ios-danger,
.card-ios-danger .card-title-ios-danger,
.card-ios-danger .card-content-ios-danger {
  color: #f53d3d;
}

.card-ios-danger .text-ios-light,
.card-ios-danger .card-header-ios-light,
.card-ios-danger .card-title-ios-light,
.card-ios-danger .card-content-ios-light {
  color: #f4f4f4;
}

.card-ios-danger .text-ios-white,
.card-ios-danger .card-header-ios-white,
.card-ios-danger .card-title-ios-white,
.card-ios-danger .card-content-ios-white {
  color: #ffffff;
}

.card-ios-danger .text-ios-dark,
.card-ios-danger .card-header-ios-dark,
.card-ios-danger .card-title-ios-dark,
.card-ios-danger .card-content-ios-dark {
  color: #222;
}

.card-ios-danger .text-ios-sunflower,
.card-ios-danger .card-header-ios-sunflower,
.card-ios-danger .card-title-ios-sunflower,
.card-ios-danger .card-content-ios-sunflower {
  color: #f1c40f;
}

.card-ios-danger .text-ios-active,
.card-ios-danger .card-header-ios-active,
.card-ios-danger .card-title-ios-active,
.card-ios-danger .card-content-ios-active {
  color: #17263C;
}

.card-ios-danger .text-ios-black,
.card-ios-danger .card-header-ios-black,
.card-ios-danger .card-title-ios-black,
.card-ios-danger .card-content-ios-black {
  color: #17263C;
}

.card-ios-danger .text-ios-sacgreen,
.card-ios-danger .card-header-ios-sacgreen,
.card-ios-danger .card-title-ios-sacgreen,
.card-ios-danger .card-content-ios-sacgreen {
  color: #7c9a56;
}

.card-header-ios-danger,
.card-title-ios-danger,
.card-content-ios-danger {
  color: #f53d3d;
}

.card-ios .text-ios-light {
  color: #f4f4f4;
}

.card-ios-light {
  color: #000;
  background-color: #f4f4f4;
}

.card-ios-light .card-header-ios,
.card-ios-light .card-title-ios,
.card-ios-light .card-content-ios,
.card-ios-light p {
  color: #000;
}

.card-ios-light .text-ios-primary,
.card-ios-light .card-header-ios-primary,
.card-ios-light .card-title-ios-primary,
.card-ios-light .card-content-ios-primary {
  color: #17263C;
}

.card-ios-light .text-ios-secondary,
.card-ios-light .card-header-ios-secondary,
.card-ios-light .card-title-ios-secondary,
.card-ios-light .card-content-ios-secondary {
  color: #32db64;
}

.card-ios-light .text-ios-danger,
.card-ios-light .card-header-ios-danger,
.card-ios-light .card-title-ios-danger,
.card-ios-light .card-content-ios-danger {
  color: #f53d3d;
}

.card-ios-light .text-ios-light,
.card-ios-light .card-header-ios-light,
.card-ios-light .card-title-ios-light,
.card-ios-light .card-content-ios-light {
  color: #f4f4f4;
}

.card-ios-light .text-ios-white,
.card-ios-light .card-header-ios-white,
.card-ios-light .card-title-ios-white,
.card-ios-light .card-content-ios-white {
  color: #ffffff;
}

.card-ios-light .text-ios-dark,
.card-ios-light .card-header-ios-dark,
.card-ios-light .card-title-ios-dark,
.card-ios-light .card-content-ios-dark {
  color: #222;
}

.card-ios-light .text-ios-sunflower,
.card-ios-light .card-header-ios-sunflower,
.card-ios-light .card-title-ios-sunflower,
.card-ios-light .card-content-ios-sunflower {
  color: #f1c40f;
}

.card-ios-light .text-ios-active,
.card-ios-light .card-header-ios-active,
.card-ios-light .card-title-ios-active,
.card-ios-light .card-content-ios-active {
  color: #17263C;
}

.card-ios-light .text-ios-black,
.card-ios-light .card-header-ios-black,
.card-ios-light .card-title-ios-black,
.card-ios-light .card-content-ios-black {
  color: #17263C;
}

.card-ios-light .text-ios-sacgreen,
.card-ios-light .card-header-ios-sacgreen,
.card-ios-light .card-title-ios-sacgreen,
.card-ios-light .card-content-ios-sacgreen {
  color: #7c9a56;
}

.card-header-ios-light,
.card-title-ios-light,
.card-content-ios-light {
  color: #f4f4f4;
}

.card-ios .text-ios-white {
  color: #ffffff;
}

.card-ios-white {
  color: #000;
  background-color: #ffffff;
}

.card-ios-white .card-header-ios,
.card-ios-white .card-title-ios,
.card-ios-white .card-content-ios,
.card-ios-white p {
  color: #000;
}

.card-ios-white .text-ios-primary,
.card-ios-white .card-header-ios-primary,
.card-ios-white .card-title-ios-primary,
.card-ios-white .card-content-ios-primary {
  color: #17263C;
}

.card-ios-white .text-ios-secondary,
.card-ios-white .card-header-ios-secondary,
.card-ios-white .card-title-ios-secondary,
.card-ios-white .card-content-ios-secondary {
  color: #32db64;
}

.card-ios-white .text-ios-danger,
.card-ios-white .card-header-ios-danger,
.card-ios-white .card-title-ios-danger,
.card-ios-white .card-content-ios-danger {
  color: #f53d3d;
}

.card-ios-white .text-ios-light,
.card-ios-white .card-header-ios-light,
.card-ios-white .card-title-ios-light,
.card-ios-white .card-content-ios-light {
  color: #f4f4f4;
}

.card-ios-white .text-ios-white,
.card-ios-white .card-header-ios-white,
.card-ios-white .card-title-ios-white,
.card-ios-white .card-content-ios-white {
  color: #ffffff;
}

.card-ios-white .text-ios-dark,
.card-ios-white .card-header-ios-dark,
.card-ios-white .card-title-ios-dark,
.card-ios-white .card-content-ios-dark {
  color: #222;
}

.card-ios-white .text-ios-sunflower,
.card-ios-white .card-header-ios-sunflower,
.card-ios-white .card-title-ios-sunflower,
.card-ios-white .card-content-ios-sunflower {
  color: #f1c40f;
}

.card-ios-white .text-ios-active,
.card-ios-white .card-header-ios-active,
.card-ios-white .card-title-ios-active,
.card-ios-white .card-content-ios-active {
  color: #17263C;
}

.card-ios-white .text-ios-black,
.card-ios-white .card-header-ios-black,
.card-ios-white .card-title-ios-black,
.card-ios-white .card-content-ios-black {
  color: #17263C;
}

.card-ios-white .text-ios-sacgreen,
.card-ios-white .card-header-ios-sacgreen,
.card-ios-white .card-title-ios-sacgreen,
.card-ios-white .card-content-ios-sacgreen {
  color: #7c9a56;
}

.card-header-ios-white,
.card-title-ios-white,
.card-content-ios-white {
  color: #ffffff;
}

.card-ios .text-ios-dark {
  color: #222;
}

.card-ios-dark {
  color: #fff;
  background-color: #222;
}

.card-ios-dark .card-header-ios,
.card-ios-dark .card-title-ios,
.card-ios-dark .card-content-ios,
.card-ios-dark p {
  color: #fff;
}

.card-ios-dark .text-ios-primary,
.card-ios-dark .card-header-ios-primary,
.card-ios-dark .card-title-ios-primary,
.card-ios-dark .card-content-ios-primary {
  color: #17263C;
}

.card-ios-dark .text-ios-secondary,
.card-ios-dark .card-header-ios-secondary,
.card-ios-dark .card-title-ios-secondary,
.card-ios-dark .card-content-ios-secondary {
  color: #32db64;
}

.card-ios-dark .text-ios-danger,
.card-ios-dark .card-header-ios-danger,
.card-ios-dark .card-title-ios-danger,
.card-ios-dark .card-content-ios-danger {
  color: #f53d3d;
}

.card-ios-dark .text-ios-light,
.card-ios-dark .card-header-ios-light,
.card-ios-dark .card-title-ios-light,
.card-ios-dark .card-content-ios-light {
  color: #f4f4f4;
}

.card-ios-dark .text-ios-white,
.card-ios-dark .card-header-ios-white,
.card-ios-dark .card-title-ios-white,
.card-ios-dark .card-content-ios-white {
  color: #ffffff;
}

.card-ios-dark .text-ios-dark,
.card-ios-dark .card-header-ios-dark,
.card-ios-dark .card-title-ios-dark,
.card-ios-dark .card-content-ios-dark {
  color: #222;
}

.card-ios-dark .text-ios-sunflower,
.card-ios-dark .card-header-ios-sunflower,
.card-ios-dark .card-title-ios-sunflower,
.card-ios-dark .card-content-ios-sunflower {
  color: #f1c40f;
}

.card-ios-dark .text-ios-active,
.card-ios-dark .card-header-ios-active,
.card-ios-dark .card-title-ios-active,
.card-ios-dark .card-content-ios-active {
  color: #17263C;
}

.card-ios-dark .text-ios-black,
.card-ios-dark .card-header-ios-black,
.card-ios-dark .card-title-ios-black,
.card-ios-dark .card-content-ios-black {
  color: #17263C;
}

.card-ios-dark .text-ios-sacgreen,
.card-ios-dark .card-header-ios-sacgreen,
.card-ios-dark .card-title-ios-sacgreen,
.card-ios-dark .card-content-ios-sacgreen {
  color: #7c9a56;
}

.card-header-ios-dark,
.card-title-ios-dark,
.card-content-ios-dark {
  color: #222;
}

.card-ios .text-ios-sunflower {
  color: #f1c40f;
}

.card-ios-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.card-ios-sunflower .card-header-ios,
.card-ios-sunflower .card-title-ios,
.card-ios-sunflower .card-content-ios,
.card-ios-sunflower p {
  color: #000;
}

.card-ios-sunflower .text-ios-primary,
.card-ios-sunflower .card-header-ios-primary,
.card-ios-sunflower .card-title-ios-primary,
.card-ios-sunflower .card-content-ios-primary {
  color: #17263C;
}

.card-ios-sunflower .text-ios-secondary,
.card-ios-sunflower .card-header-ios-secondary,
.card-ios-sunflower .card-title-ios-secondary,
.card-ios-sunflower .card-content-ios-secondary {
  color: #32db64;
}

.card-ios-sunflower .text-ios-danger,
.card-ios-sunflower .card-header-ios-danger,
.card-ios-sunflower .card-title-ios-danger,
.card-ios-sunflower .card-content-ios-danger {
  color: #f53d3d;
}

.card-ios-sunflower .text-ios-light,
.card-ios-sunflower .card-header-ios-light,
.card-ios-sunflower .card-title-ios-light,
.card-ios-sunflower .card-content-ios-light {
  color: #f4f4f4;
}

.card-ios-sunflower .text-ios-white,
.card-ios-sunflower .card-header-ios-white,
.card-ios-sunflower .card-title-ios-white,
.card-ios-sunflower .card-content-ios-white {
  color: #ffffff;
}

.card-ios-sunflower .text-ios-dark,
.card-ios-sunflower .card-header-ios-dark,
.card-ios-sunflower .card-title-ios-dark,
.card-ios-sunflower .card-content-ios-dark {
  color: #222;
}

.card-ios-sunflower .text-ios-sunflower,
.card-ios-sunflower .card-header-ios-sunflower,
.card-ios-sunflower .card-title-ios-sunflower,
.card-ios-sunflower .card-content-ios-sunflower {
  color: #f1c40f;
}

.card-ios-sunflower .text-ios-active,
.card-ios-sunflower .card-header-ios-active,
.card-ios-sunflower .card-title-ios-active,
.card-ios-sunflower .card-content-ios-active {
  color: #17263C;
}

.card-ios-sunflower .text-ios-black,
.card-ios-sunflower .card-header-ios-black,
.card-ios-sunflower .card-title-ios-black,
.card-ios-sunflower .card-content-ios-black {
  color: #17263C;
}

.card-ios-sunflower .text-ios-sacgreen,
.card-ios-sunflower .card-header-ios-sacgreen,
.card-ios-sunflower .card-title-ios-sacgreen,
.card-ios-sunflower .card-content-ios-sacgreen {
  color: #7c9a56;
}

.card-header-ios-sunflower,
.card-title-ios-sunflower,
.card-content-ios-sunflower {
  color: #f1c40f;
}

.card-ios .text-ios-active {
  color: #17263C;
}

.card-ios-active {
  color: #fff;
  background-color: #17263C;
}

.card-ios-active .card-header-ios,
.card-ios-active .card-title-ios,
.card-ios-active .card-content-ios,
.card-ios-active p {
  color: #fff;
}

.card-ios-active .text-ios-primary,
.card-ios-active .card-header-ios-primary,
.card-ios-active .card-title-ios-primary,
.card-ios-active .card-content-ios-primary {
  color: #17263C;
}

.card-ios-active .text-ios-secondary,
.card-ios-active .card-header-ios-secondary,
.card-ios-active .card-title-ios-secondary,
.card-ios-active .card-content-ios-secondary {
  color: #32db64;
}

.card-ios-active .text-ios-danger,
.card-ios-active .card-header-ios-danger,
.card-ios-active .card-title-ios-danger,
.card-ios-active .card-content-ios-danger {
  color: #f53d3d;
}

.card-ios-active .text-ios-light,
.card-ios-active .card-header-ios-light,
.card-ios-active .card-title-ios-light,
.card-ios-active .card-content-ios-light {
  color: #f4f4f4;
}

.card-ios-active .text-ios-white,
.card-ios-active .card-header-ios-white,
.card-ios-active .card-title-ios-white,
.card-ios-active .card-content-ios-white {
  color: #ffffff;
}

.card-ios-active .text-ios-dark,
.card-ios-active .card-header-ios-dark,
.card-ios-active .card-title-ios-dark,
.card-ios-active .card-content-ios-dark {
  color: #222;
}

.card-ios-active .text-ios-sunflower,
.card-ios-active .card-header-ios-sunflower,
.card-ios-active .card-title-ios-sunflower,
.card-ios-active .card-content-ios-sunflower {
  color: #f1c40f;
}

.card-ios-active .text-ios-active,
.card-ios-active .card-header-ios-active,
.card-ios-active .card-title-ios-active,
.card-ios-active .card-content-ios-active {
  color: #17263C;
}

.card-ios-active .text-ios-black,
.card-ios-active .card-header-ios-black,
.card-ios-active .card-title-ios-black,
.card-ios-active .card-content-ios-black {
  color: #17263C;
}

.card-ios-active .text-ios-sacgreen,
.card-ios-active .card-header-ios-sacgreen,
.card-ios-active .card-title-ios-sacgreen,
.card-ios-active .card-content-ios-sacgreen {
  color: #7c9a56;
}

.card-header-ios-active,
.card-title-ios-active,
.card-content-ios-active {
  color: #17263C;
}

.card-ios .text-ios-black {
  color: #17263C;
}

.card-ios-black {
  color: #fff;
  background-color: #17263C;
}

.card-ios-black .card-header-ios,
.card-ios-black .card-title-ios,
.card-ios-black .card-content-ios,
.card-ios-black p {
  color: #fff;
}

.card-ios-black .text-ios-primary,
.card-ios-black .card-header-ios-primary,
.card-ios-black .card-title-ios-primary,
.card-ios-black .card-content-ios-primary {
  color: #17263C;
}

.card-ios-black .text-ios-secondary,
.card-ios-black .card-header-ios-secondary,
.card-ios-black .card-title-ios-secondary,
.card-ios-black .card-content-ios-secondary {
  color: #32db64;
}

.card-ios-black .text-ios-danger,
.card-ios-black .card-header-ios-danger,
.card-ios-black .card-title-ios-danger,
.card-ios-black .card-content-ios-danger {
  color: #f53d3d;
}

.card-ios-black .text-ios-light,
.card-ios-black .card-header-ios-light,
.card-ios-black .card-title-ios-light,
.card-ios-black .card-content-ios-light {
  color: #f4f4f4;
}

.card-ios-black .text-ios-white,
.card-ios-black .card-header-ios-white,
.card-ios-black .card-title-ios-white,
.card-ios-black .card-content-ios-white {
  color: #ffffff;
}

.card-ios-black .text-ios-dark,
.card-ios-black .card-header-ios-dark,
.card-ios-black .card-title-ios-dark,
.card-ios-black .card-content-ios-dark {
  color: #222;
}

.card-ios-black .text-ios-sunflower,
.card-ios-black .card-header-ios-sunflower,
.card-ios-black .card-title-ios-sunflower,
.card-ios-black .card-content-ios-sunflower {
  color: #f1c40f;
}

.card-ios-black .text-ios-active,
.card-ios-black .card-header-ios-active,
.card-ios-black .card-title-ios-active,
.card-ios-black .card-content-ios-active {
  color: #17263C;
}

.card-ios-black .text-ios-black,
.card-ios-black .card-header-ios-black,
.card-ios-black .card-title-ios-black,
.card-ios-black .card-content-ios-black {
  color: #17263C;
}

.card-ios-black .text-ios-sacgreen,
.card-ios-black .card-header-ios-sacgreen,
.card-ios-black .card-title-ios-sacgreen,
.card-ios-black .card-content-ios-sacgreen {
  color: #7c9a56;
}

.card-header-ios-black,
.card-title-ios-black,
.card-content-ios-black {
  color: #17263C;
}

.card-ios .text-ios-sacgreen {
  color: #7c9a56;
}

.card-ios-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.card-ios-sacgreen .card-header-ios,
.card-ios-sacgreen .card-title-ios,
.card-ios-sacgreen .card-content-ios,
.card-ios-sacgreen p {
  color: #fff;
}

.card-ios-sacgreen .text-ios-primary,
.card-ios-sacgreen .card-header-ios-primary,
.card-ios-sacgreen .card-title-ios-primary,
.card-ios-sacgreen .card-content-ios-primary {
  color: #17263C;
}

.card-ios-sacgreen .text-ios-secondary,
.card-ios-sacgreen .card-header-ios-secondary,
.card-ios-sacgreen .card-title-ios-secondary,
.card-ios-sacgreen .card-content-ios-secondary {
  color: #32db64;
}

.card-ios-sacgreen .text-ios-danger,
.card-ios-sacgreen .card-header-ios-danger,
.card-ios-sacgreen .card-title-ios-danger,
.card-ios-sacgreen .card-content-ios-danger {
  color: #f53d3d;
}

.card-ios-sacgreen .text-ios-light,
.card-ios-sacgreen .card-header-ios-light,
.card-ios-sacgreen .card-title-ios-light,
.card-ios-sacgreen .card-content-ios-light {
  color: #f4f4f4;
}

.card-ios-sacgreen .text-ios-white,
.card-ios-sacgreen .card-header-ios-white,
.card-ios-sacgreen .card-title-ios-white,
.card-ios-sacgreen .card-content-ios-white {
  color: #ffffff;
}

.card-ios-sacgreen .text-ios-dark,
.card-ios-sacgreen .card-header-ios-dark,
.card-ios-sacgreen .card-title-ios-dark,
.card-ios-sacgreen .card-content-ios-dark {
  color: #222;
}

.card-ios-sacgreen .text-ios-sunflower,
.card-ios-sacgreen .card-header-ios-sunflower,
.card-ios-sacgreen .card-title-ios-sunflower,
.card-ios-sacgreen .card-content-ios-sunflower {
  color: #f1c40f;
}

.card-ios-sacgreen .text-ios-active,
.card-ios-sacgreen .card-header-ios-active,
.card-ios-sacgreen .card-title-ios-active,
.card-ios-sacgreen .card-content-ios-active {
  color: #17263C;
}

.card-ios-sacgreen .text-ios-black,
.card-ios-sacgreen .card-header-ios-black,
.card-ios-sacgreen .card-title-ios-black,
.card-ios-sacgreen .card-content-ios-black {
  color: #17263C;
}

.card-ios-sacgreen .text-ios-sacgreen,
.card-ios-sacgreen .card-header-ios-sacgreen,
.card-ios-sacgreen .card-title-ios-sacgreen,
.card-ios-sacgreen .card-content-ios-sacgreen {
  color: #7c9a56;
}

.card-header-ios-sacgreen,
.card-title-ios-sacgreen,
.card-content-ios-sacgreen {
  color: #7c9a56;
}

.card-md {
  margin: 10px;
  border-radius: 2px;
  width: calc(100% - 20px);
  font-size: 1.4rem;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.card-md ion-list {
  margin-bottom: 0;
}

.card-md > .item:last-child,
.card-md > .item:last-child .item-inner,
.card-md > .item-wrapper:last-child .item {
  border-bottom: 0;
}

.card-md .item-md.item-block .item-inner {
  border: 0;
}

.card-content-md {
  padding: 13px 16px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.card-header-md {
  font-size: 1.6rem;
  color: #222;
  padding: 16px;
}

.card-header-md + .card-content-md,
.card-md .item + .card-content-md {
  padding-top: 0;
}

.card .note-md {
  font-size: 1.3rem;
}

.card-title-md {
  display: block;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #222;
  margin: 2px 0;
  padding: 8px 0;
}

.card-md h1 {
  margin: 0 0 2px;
  font-size: 2.4rem;
  font-weight: normal;
  color: #222;
}

.card-md h2 {
  margin: 2px 0;
  font-size: 1.6rem;
  font-weight: normal;
  color: #222;
}

.card-md h3,
.card-md h4,
.card-md h5,
.card-md h6 {
  margin: 2px 0;
  font-size: 1.4rem;
  font-weight: normal;
  color: #222;
}

.card-md p {
  margin: 0 0 2px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  color: #222;
}

.card-md + ion-card {
  margin-top: 0;
}

.card-md .text-md-primary {
  color: #17263C;
}

.card-md-primary {
  color: #fff;
  background-color: #17263C;
}

.card-md-primary .card-header-md,
.card-md-primary .card-title-md,
.card-md-primary .card-content-md,
.card-md-primary h1,
.card-md-primary h2,
.card-md-primary h3,
.card-md-primary h4,
.card-md-primary h5,
.card-md-primary h6,
.card-md-primary p {
  color: #fff;
}

.card-md-primary .text-md-primary,
.card-md-primary .card-header-md-primary,
.card-md-primary .card-title-md-primary,
.card-md-primary .card-content-md-primary {
  color: #17263C;
}

.card-md-primary .text-md-secondary,
.card-md-primary .card-header-md-secondary,
.card-md-primary .card-title-md-secondary,
.card-md-primary .card-content-md-secondary {
  color: #32db64;
}

.card-md-primary .text-md-danger,
.card-md-primary .card-header-md-danger,
.card-md-primary .card-title-md-danger,
.card-md-primary .card-content-md-danger {
  color: #f53d3d;
}

.card-md-primary .text-md-light,
.card-md-primary .card-header-md-light,
.card-md-primary .card-title-md-light,
.card-md-primary .card-content-md-light {
  color: #f4f4f4;
}

.card-md-primary .text-md-white,
.card-md-primary .card-header-md-white,
.card-md-primary .card-title-md-white,
.card-md-primary .card-content-md-white {
  color: #ffffff;
}

.card-md-primary .text-md-dark,
.card-md-primary .card-header-md-dark,
.card-md-primary .card-title-md-dark,
.card-md-primary .card-content-md-dark {
  color: #222;
}

.card-md-primary .text-md-sunflower,
.card-md-primary .card-header-md-sunflower,
.card-md-primary .card-title-md-sunflower,
.card-md-primary .card-content-md-sunflower {
  color: #f1c40f;
}

.card-md-primary .text-md-active,
.card-md-primary .card-header-md-active,
.card-md-primary .card-title-md-active,
.card-md-primary .card-content-md-active {
  color: #17263C;
}

.card-md-primary .text-md-black,
.card-md-primary .card-header-md-black,
.card-md-primary .card-title-md-black,
.card-md-primary .card-content-md-black {
  color: #17263C;
}

.card-md-primary .text-md-sacgreen,
.card-md-primary .card-header-md-sacgreen,
.card-md-primary .card-title-md-sacgreen,
.card-md-primary .card-content-md-sacgreen {
  color: #7c9a56;
}

.card-header-md-primary,
.card-title-md-primary,
.card-content-md-primary {
  color: #17263C;
}

.card-md .text-md-secondary {
  color: #32db64;
}

.card-md-secondary {
  color: #fff;
  background-color: #32db64;
}

.card-md-secondary .card-header-md,
.card-md-secondary .card-title-md,
.card-md-secondary .card-content-md,
.card-md-secondary h1,
.card-md-secondary h2,
.card-md-secondary h3,
.card-md-secondary h4,
.card-md-secondary h5,
.card-md-secondary h6,
.card-md-secondary p {
  color: #fff;
}

.card-md-secondary .text-md-primary,
.card-md-secondary .card-header-md-primary,
.card-md-secondary .card-title-md-primary,
.card-md-secondary .card-content-md-primary {
  color: #17263C;
}

.card-md-secondary .text-md-secondary,
.card-md-secondary .card-header-md-secondary,
.card-md-secondary .card-title-md-secondary,
.card-md-secondary .card-content-md-secondary {
  color: #32db64;
}

.card-md-secondary .text-md-danger,
.card-md-secondary .card-header-md-danger,
.card-md-secondary .card-title-md-danger,
.card-md-secondary .card-content-md-danger {
  color: #f53d3d;
}

.card-md-secondary .text-md-light,
.card-md-secondary .card-header-md-light,
.card-md-secondary .card-title-md-light,
.card-md-secondary .card-content-md-light {
  color: #f4f4f4;
}

.card-md-secondary .text-md-white,
.card-md-secondary .card-header-md-white,
.card-md-secondary .card-title-md-white,
.card-md-secondary .card-content-md-white {
  color: #ffffff;
}

.card-md-secondary .text-md-dark,
.card-md-secondary .card-header-md-dark,
.card-md-secondary .card-title-md-dark,
.card-md-secondary .card-content-md-dark {
  color: #222;
}

.card-md-secondary .text-md-sunflower,
.card-md-secondary .card-header-md-sunflower,
.card-md-secondary .card-title-md-sunflower,
.card-md-secondary .card-content-md-sunflower {
  color: #f1c40f;
}

.card-md-secondary .text-md-active,
.card-md-secondary .card-header-md-active,
.card-md-secondary .card-title-md-active,
.card-md-secondary .card-content-md-active {
  color: #17263C;
}

.card-md-secondary .text-md-black,
.card-md-secondary .card-header-md-black,
.card-md-secondary .card-title-md-black,
.card-md-secondary .card-content-md-black {
  color: #17263C;
}

.card-md-secondary .text-md-sacgreen,
.card-md-secondary .card-header-md-sacgreen,
.card-md-secondary .card-title-md-sacgreen,
.card-md-secondary .card-content-md-sacgreen {
  color: #7c9a56;
}

.card-header-md-secondary,
.card-title-md-secondary,
.card-content-md-secondary {
  color: #32db64;
}

.card-md .text-md-danger {
  color: #f53d3d;
}

.card-md-danger {
  color: #fff;
  background-color: #f53d3d;
}

.card-md-danger .card-header-md,
.card-md-danger .card-title-md,
.card-md-danger .card-content-md,
.card-md-danger h1,
.card-md-danger h2,
.card-md-danger h3,
.card-md-danger h4,
.card-md-danger h5,
.card-md-danger h6,
.card-md-danger p {
  color: #fff;
}

.card-md-danger .text-md-primary,
.card-md-danger .card-header-md-primary,
.card-md-danger .card-title-md-primary,
.card-md-danger .card-content-md-primary {
  color: #17263C;
}

.card-md-danger .text-md-secondary,
.card-md-danger .card-header-md-secondary,
.card-md-danger .card-title-md-secondary,
.card-md-danger .card-content-md-secondary {
  color: #32db64;
}

.card-md-danger .text-md-danger,
.card-md-danger .card-header-md-danger,
.card-md-danger .card-title-md-danger,
.card-md-danger .card-content-md-danger {
  color: #f53d3d;
}

.card-md-danger .text-md-light,
.card-md-danger .card-header-md-light,
.card-md-danger .card-title-md-light,
.card-md-danger .card-content-md-light {
  color: #f4f4f4;
}

.card-md-danger .text-md-white,
.card-md-danger .card-header-md-white,
.card-md-danger .card-title-md-white,
.card-md-danger .card-content-md-white {
  color: #ffffff;
}

.card-md-danger .text-md-dark,
.card-md-danger .card-header-md-dark,
.card-md-danger .card-title-md-dark,
.card-md-danger .card-content-md-dark {
  color: #222;
}

.card-md-danger .text-md-sunflower,
.card-md-danger .card-header-md-sunflower,
.card-md-danger .card-title-md-sunflower,
.card-md-danger .card-content-md-sunflower {
  color: #f1c40f;
}

.card-md-danger .text-md-active,
.card-md-danger .card-header-md-active,
.card-md-danger .card-title-md-active,
.card-md-danger .card-content-md-active {
  color: #17263C;
}

.card-md-danger .text-md-black,
.card-md-danger .card-header-md-black,
.card-md-danger .card-title-md-black,
.card-md-danger .card-content-md-black {
  color: #17263C;
}

.card-md-danger .text-md-sacgreen,
.card-md-danger .card-header-md-sacgreen,
.card-md-danger .card-title-md-sacgreen,
.card-md-danger .card-content-md-sacgreen {
  color: #7c9a56;
}

.card-header-md-danger,
.card-title-md-danger,
.card-content-md-danger {
  color: #f53d3d;
}

.card-md .text-md-light {
  color: #f4f4f4;
}

.card-md-light {
  color: #000;
  background-color: #f4f4f4;
}

.card-md-light .card-header-md,
.card-md-light .card-title-md,
.card-md-light .card-content-md,
.card-md-light h1,
.card-md-light h2,
.card-md-light h3,
.card-md-light h4,
.card-md-light h5,
.card-md-light h6,
.card-md-light p {
  color: #000;
}

.card-md-light .text-md-primary,
.card-md-light .card-header-md-primary,
.card-md-light .card-title-md-primary,
.card-md-light .card-content-md-primary {
  color: #17263C;
}

.card-md-light .text-md-secondary,
.card-md-light .card-header-md-secondary,
.card-md-light .card-title-md-secondary,
.card-md-light .card-content-md-secondary {
  color: #32db64;
}

.card-md-light .text-md-danger,
.card-md-light .card-header-md-danger,
.card-md-light .card-title-md-danger,
.card-md-light .card-content-md-danger {
  color: #f53d3d;
}

.card-md-light .text-md-light,
.card-md-light .card-header-md-light,
.card-md-light .card-title-md-light,
.card-md-light .card-content-md-light {
  color: #f4f4f4;
}

.card-md-light .text-md-white,
.card-md-light .card-header-md-white,
.card-md-light .card-title-md-white,
.card-md-light .card-content-md-white {
  color: #ffffff;
}

.card-md-light .text-md-dark,
.card-md-light .card-header-md-dark,
.card-md-light .card-title-md-dark,
.card-md-light .card-content-md-dark {
  color: #222;
}

.card-md-light .text-md-sunflower,
.card-md-light .card-header-md-sunflower,
.card-md-light .card-title-md-sunflower,
.card-md-light .card-content-md-sunflower {
  color: #f1c40f;
}

.card-md-light .text-md-active,
.card-md-light .card-header-md-active,
.card-md-light .card-title-md-active,
.card-md-light .card-content-md-active {
  color: #17263C;
}

.card-md-light .text-md-black,
.card-md-light .card-header-md-black,
.card-md-light .card-title-md-black,
.card-md-light .card-content-md-black {
  color: #17263C;
}

.card-md-light .text-md-sacgreen,
.card-md-light .card-header-md-sacgreen,
.card-md-light .card-title-md-sacgreen,
.card-md-light .card-content-md-sacgreen {
  color: #7c9a56;
}

.card-header-md-light,
.card-title-md-light,
.card-content-md-light {
  color: #f4f4f4;
}

.card-md .text-md-white {
  color: #ffffff;
}

.card-md-white {
  color: #000;
  background-color: #ffffff;
}

.card-md-white .card-header-md,
.card-md-white .card-title-md,
.card-md-white .card-content-md,
.card-md-white h1,
.card-md-white h2,
.card-md-white h3,
.card-md-white h4,
.card-md-white h5,
.card-md-white h6,
.card-md-white p {
  color: #000;
}

.card-md-white .text-md-primary,
.card-md-white .card-header-md-primary,
.card-md-white .card-title-md-primary,
.card-md-white .card-content-md-primary {
  color: #17263C;
}

.card-md-white .text-md-secondary,
.card-md-white .card-header-md-secondary,
.card-md-white .card-title-md-secondary,
.card-md-white .card-content-md-secondary {
  color: #32db64;
}

.card-md-white .text-md-danger,
.card-md-white .card-header-md-danger,
.card-md-white .card-title-md-danger,
.card-md-white .card-content-md-danger {
  color: #f53d3d;
}

.card-md-white .text-md-light,
.card-md-white .card-header-md-light,
.card-md-white .card-title-md-light,
.card-md-white .card-content-md-light {
  color: #f4f4f4;
}

.card-md-white .text-md-white,
.card-md-white .card-header-md-white,
.card-md-white .card-title-md-white,
.card-md-white .card-content-md-white {
  color: #ffffff;
}

.card-md-white .text-md-dark,
.card-md-white .card-header-md-dark,
.card-md-white .card-title-md-dark,
.card-md-white .card-content-md-dark {
  color: #222;
}

.card-md-white .text-md-sunflower,
.card-md-white .card-header-md-sunflower,
.card-md-white .card-title-md-sunflower,
.card-md-white .card-content-md-sunflower {
  color: #f1c40f;
}

.card-md-white .text-md-active,
.card-md-white .card-header-md-active,
.card-md-white .card-title-md-active,
.card-md-white .card-content-md-active {
  color: #17263C;
}

.card-md-white .text-md-black,
.card-md-white .card-header-md-black,
.card-md-white .card-title-md-black,
.card-md-white .card-content-md-black {
  color: #17263C;
}

.card-md-white .text-md-sacgreen,
.card-md-white .card-header-md-sacgreen,
.card-md-white .card-title-md-sacgreen,
.card-md-white .card-content-md-sacgreen {
  color: #7c9a56;
}

.card-header-md-white,
.card-title-md-white,
.card-content-md-white {
  color: #ffffff;
}

.card-md .text-md-dark {
  color: #222;
}

.card-md-dark {
  color: #fff;
  background-color: #222;
}

.card-md-dark .card-header-md,
.card-md-dark .card-title-md,
.card-md-dark .card-content-md,
.card-md-dark h1,
.card-md-dark h2,
.card-md-dark h3,
.card-md-dark h4,
.card-md-dark h5,
.card-md-dark h6,
.card-md-dark p {
  color: #fff;
}

.card-md-dark .text-md-primary,
.card-md-dark .card-header-md-primary,
.card-md-dark .card-title-md-primary,
.card-md-dark .card-content-md-primary {
  color: #17263C;
}

.card-md-dark .text-md-secondary,
.card-md-dark .card-header-md-secondary,
.card-md-dark .card-title-md-secondary,
.card-md-dark .card-content-md-secondary {
  color: #32db64;
}

.card-md-dark .text-md-danger,
.card-md-dark .card-header-md-danger,
.card-md-dark .card-title-md-danger,
.card-md-dark .card-content-md-danger {
  color: #f53d3d;
}

.card-md-dark .text-md-light,
.card-md-dark .card-header-md-light,
.card-md-dark .card-title-md-light,
.card-md-dark .card-content-md-light {
  color: #f4f4f4;
}

.card-md-dark .text-md-white,
.card-md-dark .card-header-md-white,
.card-md-dark .card-title-md-white,
.card-md-dark .card-content-md-white {
  color: #ffffff;
}

.card-md-dark .text-md-dark,
.card-md-dark .card-header-md-dark,
.card-md-dark .card-title-md-dark,
.card-md-dark .card-content-md-dark {
  color: #222;
}

.card-md-dark .text-md-sunflower,
.card-md-dark .card-header-md-sunflower,
.card-md-dark .card-title-md-sunflower,
.card-md-dark .card-content-md-sunflower {
  color: #f1c40f;
}

.card-md-dark .text-md-active,
.card-md-dark .card-header-md-active,
.card-md-dark .card-title-md-active,
.card-md-dark .card-content-md-active {
  color: #17263C;
}

.card-md-dark .text-md-black,
.card-md-dark .card-header-md-black,
.card-md-dark .card-title-md-black,
.card-md-dark .card-content-md-black {
  color: #17263C;
}

.card-md-dark .text-md-sacgreen,
.card-md-dark .card-header-md-sacgreen,
.card-md-dark .card-title-md-sacgreen,
.card-md-dark .card-content-md-sacgreen {
  color: #7c9a56;
}

.card-header-md-dark,
.card-title-md-dark,
.card-content-md-dark {
  color: #222;
}

.card-md .text-md-sunflower {
  color: #f1c40f;
}

.card-md-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.card-md-sunflower .card-header-md,
.card-md-sunflower .card-title-md,
.card-md-sunflower .card-content-md,
.card-md-sunflower h1,
.card-md-sunflower h2,
.card-md-sunflower h3,
.card-md-sunflower h4,
.card-md-sunflower h5,
.card-md-sunflower h6,
.card-md-sunflower p {
  color: #000;
}

.card-md-sunflower .text-md-primary,
.card-md-sunflower .card-header-md-primary,
.card-md-sunflower .card-title-md-primary,
.card-md-sunflower .card-content-md-primary {
  color: #17263C;
}

.card-md-sunflower .text-md-secondary,
.card-md-sunflower .card-header-md-secondary,
.card-md-sunflower .card-title-md-secondary,
.card-md-sunflower .card-content-md-secondary {
  color: #32db64;
}

.card-md-sunflower .text-md-danger,
.card-md-sunflower .card-header-md-danger,
.card-md-sunflower .card-title-md-danger,
.card-md-sunflower .card-content-md-danger {
  color: #f53d3d;
}

.card-md-sunflower .text-md-light,
.card-md-sunflower .card-header-md-light,
.card-md-sunflower .card-title-md-light,
.card-md-sunflower .card-content-md-light {
  color: #f4f4f4;
}

.card-md-sunflower .text-md-white,
.card-md-sunflower .card-header-md-white,
.card-md-sunflower .card-title-md-white,
.card-md-sunflower .card-content-md-white {
  color: #ffffff;
}

.card-md-sunflower .text-md-dark,
.card-md-sunflower .card-header-md-dark,
.card-md-sunflower .card-title-md-dark,
.card-md-sunflower .card-content-md-dark {
  color: #222;
}

.card-md-sunflower .text-md-sunflower,
.card-md-sunflower .card-header-md-sunflower,
.card-md-sunflower .card-title-md-sunflower,
.card-md-sunflower .card-content-md-sunflower {
  color: #f1c40f;
}

.card-md-sunflower .text-md-active,
.card-md-sunflower .card-header-md-active,
.card-md-sunflower .card-title-md-active,
.card-md-sunflower .card-content-md-active {
  color: #17263C;
}

.card-md-sunflower .text-md-black,
.card-md-sunflower .card-header-md-black,
.card-md-sunflower .card-title-md-black,
.card-md-sunflower .card-content-md-black {
  color: #17263C;
}

.card-md-sunflower .text-md-sacgreen,
.card-md-sunflower .card-header-md-sacgreen,
.card-md-sunflower .card-title-md-sacgreen,
.card-md-sunflower .card-content-md-sacgreen {
  color: #7c9a56;
}

.card-header-md-sunflower,
.card-title-md-sunflower,
.card-content-md-sunflower {
  color: #f1c40f;
}

.card-md .text-md-active {
  color: #17263C;
}

.card-md-active {
  color: #fff;
  background-color: #17263C;
}

.card-md-active .card-header-md,
.card-md-active .card-title-md,
.card-md-active .card-content-md,
.card-md-active h1,
.card-md-active h2,
.card-md-active h3,
.card-md-active h4,
.card-md-active h5,
.card-md-active h6,
.card-md-active p {
  color: #fff;
}

.card-md-active .text-md-primary,
.card-md-active .card-header-md-primary,
.card-md-active .card-title-md-primary,
.card-md-active .card-content-md-primary {
  color: #17263C;
}

.card-md-active .text-md-secondary,
.card-md-active .card-header-md-secondary,
.card-md-active .card-title-md-secondary,
.card-md-active .card-content-md-secondary {
  color: #32db64;
}

.card-md-active .text-md-danger,
.card-md-active .card-header-md-danger,
.card-md-active .card-title-md-danger,
.card-md-active .card-content-md-danger {
  color: #f53d3d;
}

.card-md-active .text-md-light,
.card-md-active .card-header-md-light,
.card-md-active .card-title-md-light,
.card-md-active .card-content-md-light {
  color: #f4f4f4;
}

.card-md-active .text-md-white,
.card-md-active .card-header-md-white,
.card-md-active .card-title-md-white,
.card-md-active .card-content-md-white {
  color: #ffffff;
}

.card-md-active .text-md-dark,
.card-md-active .card-header-md-dark,
.card-md-active .card-title-md-dark,
.card-md-active .card-content-md-dark {
  color: #222;
}

.card-md-active .text-md-sunflower,
.card-md-active .card-header-md-sunflower,
.card-md-active .card-title-md-sunflower,
.card-md-active .card-content-md-sunflower {
  color: #f1c40f;
}

.card-md-active .text-md-active,
.card-md-active .card-header-md-active,
.card-md-active .card-title-md-active,
.card-md-active .card-content-md-active {
  color: #17263C;
}

.card-md-active .text-md-black,
.card-md-active .card-header-md-black,
.card-md-active .card-title-md-black,
.card-md-active .card-content-md-black {
  color: #17263C;
}

.card-md-active .text-md-sacgreen,
.card-md-active .card-header-md-sacgreen,
.card-md-active .card-title-md-sacgreen,
.card-md-active .card-content-md-sacgreen {
  color: #7c9a56;
}

.card-header-md-active,
.card-title-md-active,
.card-content-md-active {
  color: #17263C;
}

.card-md .text-md-black {
  color: #17263C;
}

.card-md-black {
  color: #fff;
  background-color: #17263C;
}

.card-md-black .card-header-md,
.card-md-black .card-title-md,
.card-md-black .card-content-md,
.card-md-black h1,
.card-md-black h2,
.card-md-black h3,
.card-md-black h4,
.card-md-black h5,
.card-md-black h6,
.card-md-black p {
  color: #fff;
}

.card-md-black .text-md-primary,
.card-md-black .card-header-md-primary,
.card-md-black .card-title-md-primary,
.card-md-black .card-content-md-primary {
  color: #17263C;
}

.card-md-black .text-md-secondary,
.card-md-black .card-header-md-secondary,
.card-md-black .card-title-md-secondary,
.card-md-black .card-content-md-secondary {
  color: #32db64;
}

.card-md-black .text-md-danger,
.card-md-black .card-header-md-danger,
.card-md-black .card-title-md-danger,
.card-md-black .card-content-md-danger {
  color: #f53d3d;
}

.card-md-black .text-md-light,
.card-md-black .card-header-md-light,
.card-md-black .card-title-md-light,
.card-md-black .card-content-md-light {
  color: #f4f4f4;
}

.card-md-black .text-md-white,
.card-md-black .card-header-md-white,
.card-md-black .card-title-md-white,
.card-md-black .card-content-md-white {
  color: #ffffff;
}

.card-md-black .text-md-dark,
.card-md-black .card-header-md-dark,
.card-md-black .card-title-md-dark,
.card-md-black .card-content-md-dark {
  color: #222;
}

.card-md-black .text-md-sunflower,
.card-md-black .card-header-md-sunflower,
.card-md-black .card-title-md-sunflower,
.card-md-black .card-content-md-sunflower {
  color: #f1c40f;
}

.card-md-black .text-md-active,
.card-md-black .card-header-md-active,
.card-md-black .card-title-md-active,
.card-md-black .card-content-md-active {
  color: #17263C;
}

.card-md-black .text-md-black,
.card-md-black .card-header-md-black,
.card-md-black .card-title-md-black,
.card-md-black .card-content-md-black {
  color: #17263C;
}

.card-md-black .text-md-sacgreen,
.card-md-black .card-header-md-sacgreen,
.card-md-black .card-title-md-sacgreen,
.card-md-black .card-content-md-sacgreen {
  color: #7c9a56;
}

.card-header-md-black,
.card-title-md-black,
.card-content-md-black {
  color: #17263C;
}

.card-md .text-md-sacgreen {
  color: #7c9a56;
}

.card-md-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.card-md-sacgreen .card-header-md,
.card-md-sacgreen .card-title-md,
.card-md-sacgreen .card-content-md,
.card-md-sacgreen h1,
.card-md-sacgreen h2,
.card-md-sacgreen h3,
.card-md-sacgreen h4,
.card-md-sacgreen h5,
.card-md-sacgreen h6,
.card-md-sacgreen p {
  color: #fff;
}

.card-md-sacgreen .text-md-primary,
.card-md-sacgreen .card-header-md-primary,
.card-md-sacgreen .card-title-md-primary,
.card-md-sacgreen .card-content-md-primary {
  color: #17263C;
}

.card-md-sacgreen .text-md-secondary,
.card-md-sacgreen .card-header-md-secondary,
.card-md-sacgreen .card-title-md-secondary,
.card-md-sacgreen .card-content-md-secondary {
  color: #32db64;
}

.card-md-sacgreen .text-md-danger,
.card-md-sacgreen .card-header-md-danger,
.card-md-sacgreen .card-title-md-danger,
.card-md-sacgreen .card-content-md-danger {
  color: #f53d3d;
}

.card-md-sacgreen .text-md-light,
.card-md-sacgreen .card-header-md-light,
.card-md-sacgreen .card-title-md-light,
.card-md-sacgreen .card-content-md-light {
  color: #f4f4f4;
}

.card-md-sacgreen .text-md-white,
.card-md-sacgreen .card-header-md-white,
.card-md-sacgreen .card-title-md-white,
.card-md-sacgreen .card-content-md-white {
  color: #ffffff;
}

.card-md-sacgreen .text-md-dark,
.card-md-sacgreen .card-header-md-dark,
.card-md-sacgreen .card-title-md-dark,
.card-md-sacgreen .card-content-md-dark {
  color: #222;
}

.card-md-sacgreen .text-md-sunflower,
.card-md-sacgreen .card-header-md-sunflower,
.card-md-sacgreen .card-title-md-sunflower,
.card-md-sacgreen .card-content-md-sunflower {
  color: #f1c40f;
}

.card-md-sacgreen .text-md-active,
.card-md-sacgreen .card-header-md-active,
.card-md-sacgreen .card-title-md-active,
.card-md-sacgreen .card-content-md-active {
  color: #17263C;
}

.card-md-sacgreen .text-md-black,
.card-md-sacgreen .card-header-md-black,
.card-md-sacgreen .card-title-md-black,
.card-md-sacgreen .card-content-md-black {
  color: #17263C;
}

.card-md-sacgreen .text-md-sacgreen,
.card-md-sacgreen .card-header-md-sacgreen,
.card-md-sacgreen .card-title-md-sacgreen,
.card-md-sacgreen .card-content-md-sacgreen {
  color: #7c9a56;
}

.card-header-md-sacgreen,
.card-title-md-sacgreen,
.card-content-md-sacgreen {
  color: #7c9a56;
}

.card-wp {
  margin: 8px;
  border-radius: 1px;
  width: calc(100% - 16px);
  font-size: 1.4rem;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.card-wp ion-list {
  margin-bottom: 0;
}

.card-wp > .item:last-child,
.card-wp > .item:last-child .item-inner,
.card-wp > .item-wrapper:last-child .item {
  border-bottom: 0;
}

.card-wp .item-wp.item-block .item-inner {
  border: 0;
}

.card-content-wp {
  padding: 13px 16px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.card-header-wp {
  font-size: 1.6rem;
  color: #222;
  padding: 16px;
}

.card-header-wp + .card-content-wp,
.card-wp .item + .card-content-wp {
  padding-top: 0;
}

.card .note-wp {
  font-size: 1.3rem;
}

.card-title-wp {
  display: block;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #222;
  margin: 2px 0;
  padding: 8px 0;
}

.card-wp h1 {
  margin: 0 0 2px;
  font-size: 2.4rem;
  font-weight: normal;
  color: #222;
}

.card-wp h2 {
  margin: 2px 0;
  font-size: 1.6rem;
  font-weight: normal;
  color: #222;
}

.card-wp h3,
.card-wp h4,
.card-wp h5,
.card-wp h6 {
  margin: 2px 0;
  font-size: 1.4rem;
  font-weight: normal;
  color: #222;
}

.card-wp p {
  margin: 0 0 2px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  color: #222;
}

.card-wp + ion-card {
  margin-top: 0;
}

.card-wp .text-wp-primary {
  color: #17263C;
}

.card-wp-primary {
  color: #fff;
  background-color: #17263C;
}

.card-wp-primary .card-header-wp,
.card-wp-primary .card-title-wp,
.card-wp-primary .card-content-wp,
.card-wp-primary h1,
.card-wp-primary h2,
.card-wp-primary h3,
.card-wp-primary h4,
.card-wp-primary h5,
.card-wp-primary h6,
.card-wp-primary p {
  color: #fff;
}

.card-wp-primary .text-wp-primary,
.card-wp-primary .card-header-wp-primary,
.card-wp-primary .card-title-wp-primary,
.card-wp-primary .card-content-wp-primary {
  color: #17263C;
}

.card-wp-primary .text-wp-secondary,
.card-wp-primary .card-header-wp-secondary,
.card-wp-primary .card-title-wp-secondary,
.card-wp-primary .card-content-wp-secondary {
  color: #32db64;
}

.card-wp-primary .text-wp-danger,
.card-wp-primary .card-header-wp-danger,
.card-wp-primary .card-title-wp-danger,
.card-wp-primary .card-content-wp-danger {
  color: #f53d3d;
}

.card-wp-primary .text-wp-light,
.card-wp-primary .card-header-wp-light,
.card-wp-primary .card-title-wp-light,
.card-wp-primary .card-content-wp-light {
  color: #f4f4f4;
}

.card-wp-primary .text-wp-white,
.card-wp-primary .card-header-wp-white,
.card-wp-primary .card-title-wp-white,
.card-wp-primary .card-content-wp-white {
  color: #ffffff;
}

.card-wp-primary .text-wp-dark,
.card-wp-primary .card-header-wp-dark,
.card-wp-primary .card-title-wp-dark,
.card-wp-primary .card-content-wp-dark {
  color: #222;
}

.card-wp-primary .text-wp-sunflower,
.card-wp-primary .card-header-wp-sunflower,
.card-wp-primary .card-title-wp-sunflower,
.card-wp-primary .card-content-wp-sunflower {
  color: #f1c40f;
}

.card-wp-primary .text-wp-active,
.card-wp-primary .card-header-wp-active,
.card-wp-primary .card-title-wp-active,
.card-wp-primary .card-content-wp-active {
  color: #17263C;
}

.card-wp-primary .text-wp-black,
.card-wp-primary .card-header-wp-black,
.card-wp-primary .card-title-wp-black,
.card-wp-primary .card-content-wp-black {
  color: #17263C;
}

.card-wp-primary .text-wp-sacgreen,
.card-wp-primary .card-header-wp-sacgreen,
.card-wp-primary .card-title-wp-sacgreen,
.card-wp-primary .card-content-wp-sacgreen {
  color: #7c9a56;
}

.card-header-wp-primary,
.card-title-wp-primary,
.card-content-wp-primary {
  color: #17263C;
}

.card-wp .text-wp-secondary {
  color: #32db64;
}

.card-wp-secondary {
  color: #fff;
  background-color: #32db64;
}

.card-wp-secondary .card-header-wp,
.card-wp-secondary .card-title-wp,
.card-wp-secondary .card-content-wp,
.card-wp-secondary h1,
.card-wp-secondary h2,
.card-wp-secondary h3,
.card-wp-secondary h4,
.card-wp-secondary h5,
.card-wp-secondary h6,
.card-wp-secondary p {
  color: #fff;
}

.card-wp-secondary .text-wp-primary,
.card-wp-secondary .card-header-wp-primary,
.card-wp-secondary .card-title-wp-primary,
.card-wp-secondary .card-content-wp-primary {
  color: #17263C;
}

.card-wp-secondary .text-wp-secondary,
.card-wp-secondary .card-header-wp-secondary,
.card-wp-secondary .card-title-wp-secondary,
.card-wp-secondary .card-content-wp-secondary {
  color: #32db64;
}

.card-wp-secondary .text-wp-danger,
.card-wp-secondary .card-header-wp-danger,
.card-wp-secondary .card-title-wp-danger,
.card-wp-secondary .card-content-wp-danger {
  color: #f53d3d;
}

.card-wp-secondary .text-wp-light,
.card-wp-secondary .card-header-wp-light,
.card-wp-secondary .card-title-wp-light,
.card-wp-secondary .card-content-wp-light {
  color: #f4f4f4;
}

.card-wp-secondary .text-wp-white,
.card-wp-secondary .card-header-wp-white,
.card-wp-secondary .card-title-wp-white,
.card-wp-secondary .card-content-wp-white {
  color: #ffffff;
}

.card-wp-secondary .text-wp-dark,
.card-wp-secondary .card-header-wp-dark,
.card-wp-secondary .card-title-wp-dark,
.card-wp-secondary .card-content-wp-dark {
  color: #222;
}

.card-wp-secondary .text-wp-sunflower,
.card-wp-secondary .card-header-wp-sunflower,
.card-wp-secondary .card-title-wp-sunflower,
.card-wp-secondary .card-content-wp-sunflower {
  color: #f1c40f;
}

.card-wp-secondary .text-wp-active,
.card-wp-secondary .card-header-wp-active,
.card-wp-secondary .card-title-wp-active,
.card-wp-secondary .card-content-wp-active {
  color: #17263C;
}

.card-wp-secondary .text-wp-black,
.card-wp-secondary .card-header-wp-black,
.card-wp-secondary .card-title-wp-black,
.card-wp-secondary .card-content-wp-black {
  color: #17263C;
}

.card-wp-secondary .text-wp-sacgreen,
.card-wp-secondary .card-header-wp-sacgreen,
.card-wp-secondary .card-title-wp-sacgreen,
.card-wp-secondary .card-content-wp-sacgreen {
  color: #7c9a56;
}

.card-header-wp-secondary,
.card-title-wp-secondary,
.card-content-wp-secondary {
  color: #32db64;
}

.card-wp .text-wp-danger {
  color: #f53d3d;
}

.card-wp-danger {
  color: #fff;
  background-color: #f53d3d;
}

.card-wp-danger .card-header-wp,
.card-wp-danger .card-title-wp,
.card-wp-danger .card-content-wp,
.card-wp-danger h1,
.card-wp-danger h2,
.card-wp-danger h3,
.card-wp-danger h4,
.card-wp-danger h5,
.card-wp-danger h6,
.card-wp-danger p {
  color: #fff;
}

.card-wp-danger .text-wp-primary,
.card-wp-danger .card-header-wp-primary,
.card-wp-danger .card-title-wp-primary,
.card-wp-danger .card-content-wp-primary {
  color: #17263C;
}

.card-wp-danger .text-wp-secondary,
.card-wp-danger .card-header-wp-secondary,
.card-wp-danger .card-title-wp-secondary,
.card-wp-danger .card-content-wp-secondary {
  color: #32db64;
}

.card-wp-danger .text-wp-danger,
.card-wp-danger .card-header-wp-danger,
.card-wp-danger .card-title-wp-danger,
.card-wp-danger .card-content-wp-danger {
  color: #f53d3d;
}

.card-wp-danger .text-wp-light,
.card-wp-danger .card-header-wp-light,
.card-wp-danger .card-title-wp-light,
.card-wp-danger .card-content-wp-light {
  color: #f4f4f4;
}

.card-wp-danger .text-wp-white,
.card-wp-danger .card-header-wp-white,
.card-wp-danger .card-title-wp-white,
.card-wp-danger .card-content-wp-white {
  color: #ffffff;
}

.card-wp-danger .text-wp-dark,
.card-wp-danger .card-header-wp-dark,
.card-wp-danger .card-title-wp-dark,
.card-wp-danger .card-content-wp-dark {
  color: #222;
}

.card-wp-danger .text-wp-sunflower,
.card-wp-danger .card-header-wp-sunflower,
.card-wp-danger .card-title-wp-sunflower,
.card-wp-danger .card-content-wp-sunflower {
  color: #f1c40f;
}

.card-wp-danger .text-wp-active,
.card-wp-danger .card-header-wp-active,
.card-wp-danger .card-title-wp-active,
.card-wp-danger .card-content-wp-active {
  color: #17263C;
}

.card-wp-danger .text-wp-black,
.card-wp-danger .card-header-wp-black,
.card-wp-danger .card-title-wp-black,
.card-wp-danger .card-content-wp-black {
  color: #17263C;
}

.card-wp-danger .text-wp-sacgreen,
.card-wp-danger .card-header-wp-sacgreen,
.card-wp-danger .card-title-wp-sacgreen,
.card-wp-danger .card-content-wp-sacgreen {
  color: #7c9a56;
}

.card-header-wp-danger,
.card-title-wp-danger,
.card-content-wp-danger {
  color: #f53d3d;
}

.card-wp .text-wp-light {
  color: #f4f4f4;
}

.card-wp-light {
  color: #000;
  background-color: #f4f4f4;
}

.card-wp-light .card-header-wp,
.card-wp-light .card-title-wp,
.card-wp-light .card-content-wp,
.card-wp-light h1,
.card-wp-light h2,
.card-wp-light h3,
.card-wp-light h4,
.card-wp-light h5,
.card-wp-light h6,
.card-wp-light p {
  color: #000;
}

.card-wp-light .text-wp-primary,
.card-wp-light .card-header-wp-primary,
.card-wp-light .card-title-wp-primary,
.card-wp-light .card-content-wp-primary {
  color: #17263C;
}

.card-wp-light .text-wp-secondary,
.card-wp-light .card-header-wp-secondary,
.card-wp-light .card-title-wp-secondary,
.card-wp-light .card-content-wp-secondary {
  color: #32db64;
}

.card-wp-light .text-wp-danger,
.card-wp-light .card-header-wp-danger,
.card-wp-light .card-title-wp-danger,
.card-wp-light .card-content-wp-danger {
  color: #f53d3d;
}

.card-wp-light .text-wp-light,
.card-wp-light .card-header-wp-light,
.card-wp-light .card-title-wp-light,
.card-wp-light .card-content-wp-light {
  color: #f4f4f4;
}

.card-wp-light .text-wp-white,
.card-wp-light .card-header-wp-white,
.card-wp-light .card-title-wp-white,
.card-wp-light .card-content-wp-white {
  color: #ffffff;
}

.card-wp-light .text-wp-dark,
.card-wp-light .card-header-wp-dark,
.card-wp-light .card-title-wp-dark,
.card-wp-light .card-content-wp-dark {
  color: #222;
}

.card-wp-light .text-wp-sunflower,
.card-wp-light .card-header-wp-sunflower,
.card-wp-light .card-title-wp-sunflower,
.card-wp-light .card-content-wp-sunflower {
  color: #f1c40f;
}

.card-wp-light .text-wp-active,
.card-wp-light .card-header-wp-active,
.card-wp-light .card-title-wp-active,
.card-wp-light .card-content-wp-active {
  color: #17263C;
}

.card-wp-light .text-wp-black,
.card-wp-light .card-header-wp-black,
.card-wp-light .card-title-wp-black,
.card-wp-light .card-content-wp-black {
  color: #17263C;
}

.card-wp-light .text-wp-sacgreen,
.card-wp-light .card-header-wp-sacgreen,
.card-wp-light .card-title-wp-sacgreen,
.card-wp-light .card-content-wp-sacgreen {
  color: #7c9a56;
}

.card-header-wp-light,
.card-title-wp-light,
.card-content-wp-light {
  color: #f4f4f4;
}

.card-wp .text-wp-white {
  color: #ffffff;
}

.card-wp-white {
  color: #000;
  background-color: #ffffff;
}

.card-wp-white .card-header-wp,
.card-wp-white .card-title-wp,
.card-wp-white .card-content-wp,
.card-wp-white h1,
.card-wp-white h2,
.card-wp-white h3,
.card-wp-white h4,
.card-wp-white h5,
.card-wp-white h6,
.card-wp-white p {
  color: #000;
}

.card-wp-white .text-wp-primary,
.card-wp-white .card-header-wp-primary,
.card-wp-white .card-title-wp-primary,
.card-wp-white .card-content-wp-primary {
  color: #17263C;
}

.card-wp-white .text-wp-secondary,
.card-wp-white .card-header-wp-secondary,
.card-wp-white .card-title-wp-secondary,
.card-wp-white .card-content-wp-secondary {
  color: #32db64;
}

.card-wp-white .text-wp-danger,
.card-wp-white .card-header-wp-danger,
.card-wp-white .card-title-wp-danger,
.card-wp-white .card-content-wp-danger {
  color: #f53d3d;
}

.card-wp-white .text-wp-light,
.card-wp-white .card-header-wp-light,
.card-wp-white .card-title-wp-light,
.card-wp-white .card-content-wp-light {
  color: #f4f4f4;
}

.card-wp-white .text-wp-white,
.card-wp-white .card-header-wp-white,
.card-wp-white .card-title-wp-white,
.card-wp-white .card-content-wp-white {
  color: #ffffff;
}

.card-wp-white .text-wp-dark,
.card-wp-white .card-header-wp-dark,
.card-wp-white .card-title-wp-dark,
.card-wp-white .card-content-wp-dark {
  color: #222;
}

.card-wp-white .text-wp-sunflower,
.card-wp-white .card-header-wp-sunflower,
.card-wp-white .card-title-wp-sunflower,
.card-wp-white .card-content-wp-sunflower {
  color: #f1c40f;
}

.card-wp-white .text-wp-active,
.card-wp-white .card-header-wp-active,
.card-wp-white .card-title-wp-active,
.card-wp-white .card-content-wp-active {
  color: #17263C;
}

.card-wp-white .text-wp-black,
.card-wp-white .card-header-wp-black,
.card-wp-white .card-title-wp-black,
.card-wp-white .card-content-wp-black {
  color: #17263C;
}

.card-wp-white .text-wp-sacgreen,
.card-wp-white .card-header-wp-sacgreen,
.card-wp-white .card-title-wp-sacgreen,
.card-wp-white .card-content-wp-sacgreen {
  color: #7c9a56;
}

.card-header-wp-white,
.card-title-wp-white,
.card-content-wp-white {
  color: #ffffff;
}

.card-wp .text-wp-dark {
  color: #222;
}

.card-wp-dark {
  color: #fff;
  background-color: #222;
}

.card-wp-dark .card-header-wp,
.card-wp-dark .card-title-wp,
.card-wp-dark .card-content-wp,
.card-wp-dark h1,
.card-wp-dark h2,
.card-wp-dark h3,
.card-wp-dark h4,
.card-wp-dark h5,
.card-wp-dark h6,
.card-wp-dark p {
  color: #fff;
}

.card-wp-dark .text-wp-primary,
.card-wp-dark .card-header-wp-primary,
.card-wp-dark .card-title-wp-primary,
.card-wp-dark .card-content-wp-primary {
  color: #17263C;
}

.card-wp-dark .text-wp-secondary,
.card-wp-dark .card-header-wp-secondary,
.card-wp-dark .card-title-wp-secondary,
.card-wp-dark .card-content-wp-secondary {
  color: #32db64;
}

.card-wp-dark .text-wp-danger,
.card-wp-dark .card-header-wp-danger,
.card-wp-dark .card-title-wp-danger,
.card-wp-dark .card-content-wp-danger {
  color: #f53d3d;
}

.card-wp-dark .text-wp-light,
.card-wp-dark .card-header-wp-light,
.card-wp-dark .card-title-wp-light,
.card-wp-dark .card-content-wp-light {
  color: #f4f4f4;
}

.card-wp-dark .text-wp-white,
.card-wp-dark .card-header-wp-white,
.card-wp-dark .card-title-wp-white,
.card-wp-dark .card-content-wp-white {
  color: #ffffff;
}

.card-wp-dark .text-wp-dark,
.card-wp-dark .card-header-wp-dark,
.card-wp-dark .card-title-wp-dark,
.card-wp-dark .card-content-wp-dark {
  color: #222;
}

.card-wp-dark .text-wp-sunflower,
.card-wp-dark .card-header-wp-sunflower,
.card-wp-dark .card-title-wp-sunflower,
.card-wp-dark .card-content-wp-sunflower {
  color: #f1c40f;
}

.card-wp-dark .text-wp-active,
.card-wp-dark .card-header-wp-active,
.card-wp-dark .card-title-wp-active,
.card-wp-dark .card-content-wp-active {
  color: #17263C;
}

.card-wp-dark .text-wp-black,
.card-wp-dark .card-header-wp-black,
.card-wp-dark .card-title-wp-black,
.card-wp-dark .card-content-wp-black {
  color: #17263C;
}

.card-wp-dark .text-wp-sacgreen,
.card-wp-dark .card-header-wp-sacgreen,
.card-wp-dark .card-title-wp-sacgreen,
.card-wp-dark .card-content-wp-sacgreen {
  color: #7c9a56;
}

.card-header-wp-dark,
.card-title-wp-dark,
.card-content-wp-dark {
  color: #222;
}

.card-wp .text-wp-sunflower {
  color: #f1c40f;
}

.card-wp-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.card-wp-sunflower .card-header-wp,
.card-wp-sunflower .card-title-wp,
.card-wp-sunflower .card-content-wp,
.card-wp-sunflower h1,
.card-wp-sunflower h2,
.card-wp-sunflower h3,
.card-wp-sunflower h4,
.card-wp-sunflower h5,
.card-wp-sunflower h6,
.card-wp-sunflower p {
  color: #000;
}

.card-wp-sunflower .text-wp-primary,
.card-wp-sunflower .card-header-wp-primary,
.card-wp-sunflower .card-title-wp-primary,
.card-wp-sunflower .card-content-wp-primary {
  color: #17263C;
}

.card-wp-sunflower .text-wp-secondary,
.card-wp-sunflower .card-header-wp-secondary,
.card-wp-sunflower .card-title-wp-secondary,
.card-wp-sunflower .card-content-wp-secondary {
  color: #32db64;
}

.card-wp-sunflower .text-wp-danger,
.card-wp-sunflower .card-header-wp-danger,
.card-wp-sunflower .card-title-wp-danger,
.card-wp-sunflower .card-content-wp-danger {
  color: #f53d3d;
}

.card-wp-sunflower .text-wp-light,
.card-wp-sunflower .card-header-wp-light,
.card-wp-sunflower .card-title-wp-light,
.card-wp-sunflower .card-content-wp-light {
  color: #f4f4f4;
}

.card-wp-sunflower .text-wp-white,
.card-wp-sunflower .card-header-wp-white,
.card-wp-sunflower .card-title-wp-white,
.card-wp-sunflower .card-content-wp-white {
  color: #ffffff;
}

.card-wp-sunflower .text-wp-dark,
.card-wp-sunflower .card-header-wp-dark,
.card-wp-sunflower .card-title-wp-dark,
.card-wp-sunflower .card-content-wp-dark {
  color: #222;
}

.card-wp-sunflower .text-wp-sunflower,
.card-wp-sunflower .card-header-wp-sunflower,
.card-wp-sunflower .card-title-wp-sunflower,
.card-wp-sunflower .card-content-wp-sunflower {
  color: #f1c40f;
}

.card-wp-sunflower .text-wp-active,
.card-wp-sunflower .card-header-wp-active,
.card-wp-sunflower .card-title-wp-active,
.card-wp-sunflower .card-content-wp-active {
  color: #17263C;
}

.card-wp-sunflower .text-wp-black,
.card-wp-sunflower .card-header-wp-black,
.card-wp-sunflower .card-title-wp-black,
.card-wp-sunflower .card-content-wp-black {
  color: #17263C;
}

.card-wp-sunflower .text-wp-sacgreen,
.card-wp-sunflower .card-header-wp-sacgreen,
.card-wp-sunflower .card-title-wp-sacgreen,
.card-wp-sunflower .card-content-wp-sacgreen {
  color: #7c9a56;
}

.card-header-wp-sunflower,
.card-title-wp-sunflower,
.card-content-wp-sunflower {
  color: #f1c40f;
}

.card-wp .text-wp-active {
  color: #17263C;
}

.card-wp-active {
  color: #fff;
  background-color: #17263C;
}

.card-wp-active .card-header-wp,
.card-wp-active .card-title-wp,
.card-wp-active .card-content-wp,
.card-wp-active h1,
.card-wp-active h2,
.card-wp-active h3,
.card-wp-active h4,
.card-wp-active h5,
.card-wp-active h6,
.card-wp-active p {
  color: #fff;
}

.card-wp-active .text-wp-primary,
.card-wp-active .card-header-wp-primary,
.card-wp-active .card-title-wp-primary,
.card-wp-active .card-content-wp-primary {
  color: #17263C;
}

.card-wp-active .text-wp-secondary,
.card-wp-active .card-header-wp-secondary,
.card-wp-active .card-title-wp-secondary,
.card-wp-active .card-content-wp-secondary {
  color: #32db64;
}

.card-wp-active .text-wp-danger,
.card-wp-active .card-header-wp-danger,
.card-wp-active .card-title-wp-danger,
.card-wp-active .card-content-wp-danger {
  color: #f53d3d;
}

.card-wp-active .text-wp-light,
.card-wp-active .card-header-wp-light,
.card-wp-active .card-title-wp-light,
.card-wp-active .card-content-wp-light {
  color: #f4f4f4;
}

.card-wp-active .text-wp-white,
.card-wp-active .card-header-wp-white,
.card-wp-active .card-title-wp-white,
.card-wp-active .card-content-wp-white {
  color: #ffffff;
}

.card-wp-active .text-wp-dark,
.card-wp-active .card-header-wp-dark,
.card-wp-active .card-title-wp-dark,
.card-wp-active .card-content-wp-dark {
  color: #222;
}

.card-wp-active .text-wp-sunflower,
.card-wp-active .card-header-wp-sunflower,
.card-wp-active .card-title-wp-sunflower,
.card-wp-active .card-content-wp-sunflower {
  color: #f1c40f;
}

.card-wp-active .text-wp-active,
.card-wp-active .card-header-wp-active,
.card-wp-active .card-title-wp-active,
.card-wp-active .card-content-wp-active {
  color: #17263C;
}

.card-wp-active .text-wp-black,
.card-wp-active .card-header-wp-black,
.card-wp-active .card-title-wp-black,
.card-wp-active .card-content-wp-black {
  color: #17263C;
}

.card-wp-active .text-wp-sacgreen,
.card-wp-active .card-header-wp-sacgreen,
.card-wp-active .card-title-wp-sacgreen,
.card-wp-active .card-content-wp-sacgreen {
  color: #7c9a56;
}

.card-header-wp-active,
.card-title-wp-active,
.card-content-wp-active {
  color: #17263C;
}

.card-wp .text-wp-black {
  color: #17263C;
}

.card-wp-black {
  color: #fff;
  background-color: #17263C;
}

.card-wp-black .card-header-wp,
.card-wp-black .card-title-wp,
.card-wp-black .card-content-wp,
.card-wp-black h1,
.card-wp-black h2,
.card-wp-black h3,
.card-wp-black h4,
.card-wp-black h5,
.card-wp-black h6,
.card-wp-black p {
  color: #fff;
}

.card-wp-black .text-wp-primary,
.card-wp-black .card-header-wp-primary,
.card-wp-black .card-title-wp-primary,
.card-wp-black .card-content-wp-primary {
  color: #17263C;
}

.card-wp-black .text-wp-secondary,
.card-wp-black .card-header-wp-secondary,
.card-wp-black .card-title-wp-secondary,
.card-wp-black .card-content-wp-secondary {
  color: #32db64;
}

.card-wp-black .text-wp-danger,
.card-wp-black .card-header-wp-danger,
.card-wp-black .card-title-wp-danger,
.card-wp-black .card-content-wp-danger {
  color: #f53d3d;
}

.card-wp-black .text-wp-light,
.card-wp-black .card-header-wp-light,
.card-wp-black .card-title-wp-light,
.card-wp-black .card-content-wp-light {
  color: #f4f4f4;
}

.card-wp-black .text-wp-white,
.card-wp-black .card-header-wp-white,
.card-wp-black .card-title-wp-white,
.card-wp-black .card-content-wp-white {
  color: #ffffff;
}

.card-wp-black .text-wp-dark,
.card-wp-black .card-header-wp-dark,
.card-wp-black .card-title-wp-dark,
.card-wp-black .card-content-wp-dark {
  color: #222;
}

.card-wp-black .text-wp-sunflower,
.card-wp-black .card-header-wp-sunflower,
.card-wp-black .card-title-wp-sunflower,
.card-wp-black .card-content-wp-sunflower {
  color: #f1c40f;
}

.card-wp-black .text-wp-active,
.card-wp-black .card-header-wp-active,
.card-wp-black .card-title-wp-active,
.card-wp-black .card-content-wp-active {
  color: #17263C;
}

.card-wp-black .text-wp-black,
.card-wp-black .card-header-wp-black,
.card-wp-black .card-title-wp-black,
.card-wp-black .card-content-wp-black {
  color: #17263C;
}

.card-wp-black .text-wp-sacgreen,
.card-wp-black .card-header-wp-sacgreen,
.card-wp-black .card-title-wp-sacgreen,
.card-wp-black .card-content-wp-sacgreen {
  color: #7c9a56;
}

.card-header-wp-black,
.card-title-wp-black,
.card-content-wp-black {
  color: #17263C;
}

.card-wp .text-wp-sacgreen {
  color: #7c9a56;
}

.card-wp-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.card-wp-sacgreen .card-header-wp,
.card-wp-sacgreen .card-title-wp,
.card-wp-sacgreen .card-content-wp,
.card-wp-sacgreen h1,
.card-wp-sacgreen h2,
.card-wp-sacgreen h3,
.card-wp-sacgreen h4,
.card-wp-sacgreen h5,
.card-wp-sacgreen h6,
.card-wp-sacgreen p {
  color: #fff;
}

.card-wp-sacgreen .text-wp-primary,
.card-wp-sacgreen .card-header-wp-primary,
.card-wp-sacgreen .card-title-wp-primary,
.card-wp-sacgreen .card-content-wp-primary {
  color: #17263C;
}

.card-wp-sacgreen .text-wp-secondary,
.card-wp-sacgreen .card-header-wp-secondary,
.card-wp-sacgreen .card-title-wp-secondary,
.card-wp-sacgreen .card-content-wp-secondary {
  color: #32db64;
}

.card-wp-sacgreen .text-wp-danger,
.card-wp-sacgreen .card-header-wp-danger,
.card-wp-sacgreen .card-title-wp-danger,
.card-wp-sacgreen .card-content-wp-danger {
  color: #f53d3d;
}

.card-wp-sacgreen .text-wp-light,
.card-wp-sacgreen .card-header-wp-light,
.card-wp-sacgreen .card-title-wp-light,
.card-wp-sacgreen .card-content-wp-light {
  color: #f4f4f4;
}

.card-wp-sacgreen .text-wp-white,
.card-wp-sacgreen .card-header-wp-white,
.card-wp-sacgreen .card-title-wp-white,
.card-wp-sacgreen .card-content-wp-white {
  color: #ffffff;
}

.card-wp-sacgreen .text-wp-dark,
.card-wp-sacgreen .card-header-wp-dark,
.card-wp-sacgreen .card-title-wp-dark,
.card-wp-sacgreen .card-content-wp-dark {
  color: #222;
}

.card-wp-sacgreen .text-wp-sunflower,
.card-wp-sacgreen .card-header-wp-sunflower,
.card-wp-sacgreen .card-title-wp-sunflower,
.card-wp-sacgreen .card-content-wp-sunflower {
  color: #f1c40f;
}

.card-wp-sacgreen .text-wp-active,
.card-wp-sacgreen .card-header-wp-active,
.card-wp-sacgreen .card-title-wp-active,
.card-wp-sacgreen .card-content-wp-active {
  color: #17263C;
}

.card-wp-sacgreen .text-wp-black,
.card-wp-sacgreen .card-header-wp-black,
.card-wp-sacgreen .card-title-wp-black,
.card-wp-sacgreen .card-content-wp-black {
  color: #17263C;
}

.card-wp-sacgreen .text-wp-sacgreen,
.card-wp-sacgreen .card-header-wp-sacgreen,
.card-wp-sacgreen .card-title-wp-sacgreen,
.card-wp-sacgreen .card-content-wp-sacgreen {
  color: #7c9a56;
}

.card-header-wp-sacgreen,
.card-title-wp-sacgreen,
.card-content-wp-sacgreen {
  color: #7c9a56;
}

.checkbox-ios {
  position: relative;
  display: inline-block;
}

.checkbox-ios .checkbox-icon {
  border-radius: 50%;
  position: relative;
  width: 21px;
  height: 21px;
  border-width: 1px;
  border-style: solid;
  border-color: #c8c7cc;
  background-color: #fff;
}

.checkbox-ios .checkbox-checked {
  border-color: #17263C;
  background-color: #17263C;
}

.checkbox-ios .checkbox-checked .checkbox-inner {
  left: 7px;
  top: 4px;
  position: absolute;
  width: 4px;
  height: 9px;
  border-width: 1px;
  border-top-width: 0;
  border-left-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-ios.checkbox-disabled,
.item-ios.item-checkbox-disabled ion-label {
  opacity: 0.3;
  pointer-events: none;
}

.item.item-ios .checkbox-ios {
  position: static;
  display: block;
  margin: 8px 16px 8px 2px;
}

.item.item-ios .checkbox-ios[item-right],
.item.item-ios .checkbox-ios[item-end] {
  margin: 10px 8px 9px 0;
}

.checkbox-ios-primary .checkbox-checked {
  border-color: #17263C;
  background-color: #17263C;
}

.checkbox-ios-primary .checkbox-checked .checkbox-inner {
  border-color: #fff;
}

.checkbox-ios-secondary .checkbox-checked {
  border-color: #32db64;
  background-color: #32db64;
}

.checkbox-ios-secondary .checkbox-checked .checkbox-inner {
  border-color: #fff;
}

.checkbox-ios-danger .checkbox-checked {
  border-color: #f53d3d;
  background-color: #f53d3d;
}

.checkbox-ios-danger .checkbox-checked .checkbox-inner {
  border-color: #fff;
}

.checkbox-ios-light .checkbox-checked {
  border-color: #f4f4f4;
  background-color: #f4f4f4;
}

.checkbox-ios-light .checkbox-checked .checkbox-inner {
  border-color: #000;
}

.checkbox-ios-white .checkbox-checked {
  border-color: #ffffff;
  background-color: #ffffff;
}

.checkbox-ios-white .checkbox-checked .checkbox-inner {
  border-color: #000;
}

.checkbox-ios-dark .checkbox-checked {
  border-color: #222;
  background-color: #222;
}

.checkbox-ios-dark .checkbox-checked .checkbox-inner {
  border-color: #fff;
}

.checkbox-ios-sunflower .checkbox-checked {
  border-color: #f1c40f;
  background-color: #f1c40f;
}

.checkbox-ios-sunflower .checkbox-checked .checkbox-inner {
  border-color: #000;
}

.checkbox-ios-active .checkbox-checked {
  border-color: #17263C;
  background-color: #17263C;
}

.checkbox-ios-active .checkbox-checked .checkbox-inner {
  border-color: #fff;
}

.checkbox-ios-black .checkbox-checked {
  border-color: #17263C;
  background-color: #17263C;
}

.checkbox-ios-black .checkbox-checked .checkbox-inner {
  border-color: #fff;
}

.checkbox-ios-sacgreen .checkbox-checked {
  border-color: #7c9a56;
  background-color: #7c9a56;
}

.checkbox-ios-sacgreen .checkbox-checked .checkbox-inner {
  border-color: #fff;
}

.checkbox-md {
  position: relative;
  display: inline-block;
}

.checkbox-md .checkbox-icon {
  border-radius: 2px;
  position: relative;
  width: 16px;
  height: 16px;
  border-width: 2px;
  border-style: solid;
  border-color: #787878;
  background-color: #fff;
  -webkit-transition-duration: 280ms;
  transition-duration: 280ms;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.checkbox-md .checkbox-checked {
  border-color: #17263C;
  background-color: #17263C;
}

.checkbox-md .checkbox-checked .checkbox-inner {
  left: 4px;
  top: 0;
  position: absolute;
  width: 5px;
  height: 10px;
  border-width: 2px;
  border-top-width: 0;
  border-left-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-md.checkbox-disabled,
.item-md.item-checkbox-disabled ion-label {
  opacity: 0.3;
  pointer-events: none;
}

.item.item-md .checkbox-md {
  position: static;
  display: block;
  margin: 9px 36px 9px 4px;
}

.item.item-md .checkbox-md[item-right],
.item.item-md .checkbox-md[item-end] {
  margin: 11px 10px 10px 0;
}

.checkbox-md + .item-inner ion-label {
  margin-left: 0;
}

.checkbox-md-primary .checkbox-checked {
  border-color: #17263C;
  background-color: #17263C;
}

.checkbox-md-primary .checkbox-checked .checkbox-inner {
  border-color: #fff;
}

.checkbox-md-secondary .checkbox-checked {
  border-color: #32db64;
  background-color: #32db64;
}

.checkbox-md-secondary .checkbox-checked .checkbox-inner {
  border-color: #fff;
}

.checkbox-md-danger .checkbox-checked {
  border-color: #f53d3d;
  background-color: #f53d3d;
}

.checkbox-md-danger .checkbox-checked .checkbox-inner {
  border-color: #fff;
}

.checkbox-md-light .checkbox-checked {
  border-color: #f4f4f4;
  background-color: #f4f4f4;
}

.checkbox-md-light .checkbox-checked .checkbox-inner {
  border-color: #000;
}

.checkbox-md-white .checkbox-checked {
  border-color: #ffffff;
  background-color: #ffffff;
}

.checkbox-md-white .checkbox-checked .checkbox-inner {
  border-color: #000;
}

.checkbox-md-dark .checkbox-checked {
  border-color: #222;
  background-color: #222;
}

.checkbox-md-dark .checkbox-checked .checkbox-inner {
  border-color: #fff;
}

.checkbox-md-sunflower .checkbox-checked {
  border-color: #f1c40f;
  background-color: #f1c40f;
}

.checkbox-md-sunflower .checkbox-checked .checkbox-inner {
  border-color: #000;
}

.checkbox-md-active .checkbox-checked {
  border-color: #17263C;
  background-color: #17263C;
}

.checkbox-md-active .checkbox-checked .checkbox-inner {
  border-color: #fff;
}

.checkbox-md-black .checkbox-checked {
  border-color: #17263C;
  background-color: #17263C;
}

.checkbox-md-black .checkbox-checked .checkbox-inner {
  border-color: #fff;
}

.checkbox-md-sacgreen .checkbox-checked {
  border-color: #7c9a56;
  background-color: #7c9a56;
}

.checkbox-md-sacgreen .checkbox-checked .checkbox-inner {
  border-color: #fff;
}

.checkbox-wp {
  position: relative;
  display: inline-block;
}

.checkbox-wp .checkbox-icon {
  border-radius: 0;
  position: relative;
  width: 16px;
  height: 16px;
  border-width: 2px;
  border-style: solid;
  border-color: #333;
  background-color: #fff;
}

.checkbox-wp .checkbox-checked {
  border-color: #17263C;
  background-color: #17263C;
}

.checkbox-wp .checkbox-checked .checkbox-inner {
  left: 3px;
  top: -2px;
  position: absolute;
  width: 6px;
  height: 12px;
  border-width: 1px;
  border-top-width: 0;
  border-left-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-wp.checkbox-disabled,
.item-wp.item-checkbox-disabled ion-label {
  opacity: 0.3;
  pointer-events: none;
}

.item.item-wp .checkbox-wp {
  position: static;
  display: block;
  margin: 9px 16px 9px 4px;
}

.item.item-wp .checkbox-wp[item-right],
.item.item-wp .checkbox-wp[item-end] {
  margin: 11px 10px 10px 0;
}

.checkbox-wp + .item-inner ion-label {
  margin-left: 0;
}

.checkbox-wp-primary .checkbox-checked {
  border-color: #17263C;
  background-color: #17263C;
}

.checkbox-wp-primary .checkbox-checked .checkbox-inner {
  border-color: #fff;
}

.checkbox-wp-secondary .checkbox-checked {
  border-color: #32db64;
  background-color: #32db64;
}

.checkbox-wp-secondary .checkbox-checked .checkbox-inner {
  border-color: #fff;
}

.checkbox-wp-danger .checkbox-checked {
  border-color: #f53d3d;
  background-color: #f53d3d;
}

.checkbox-wp-danger .checkbox-checked .checkbox-inner {
  border-color: #fff;
}

.checkbox-wp-light .checkbox-checked {
  border-color: #f4f4f4;
  background-color: #f4f4f4;
}

.checkbox-wp-light .checkbox-checked .checkbox-inner {
  border-color: #000;
}

.checkbox-wp-white .checkbox-checked {
  border-color: #ffffff;
  background-color: #ffffff;
}

.checkbox-wp-white .checkbox-checked .checkbox-inner {
  border-color: #000;
}

.checkbox-wp-dark .checkbox-checked {
  border-color: #222;
  background-color: #222;
}

.checkbox-wp-dark .checkbox-checked .checkbox-inner {
  border-color: #fff;
}

.checkbox-wp-sunflower .checkbox-checked {
  border-color: #f1c40f;
  background-color: #f1c40f;
}

.checkbox-wp-sunflower .checkbox-checked .checkbox-inner {
  border-color: #000;
}

.checkbox-wp-active .checkbox-checked {
  border-color: #17263C;
  background-color: #17263C;
}

.checkbox-wp-active .checkbox-checked .checkbox-inner {
  border-color: #fff;
}

.checkbox-wp-black .checkbox-checked {
  border-color: #17263C;
  background-color: #17263C;
}

.checkbox-wp-black .checkbox-checked .checkbox-inner {
  border-color: #fff;
}

.checkbox-wp-sacgreen .checkbox-checked {
  border-color: #7c9a56;
  background-color: #7c9a56;
}

.checkbox-wp-sacgreen .checkbox-checked .checkbox-inner {
  border-color: #fff;
}

ion-chip {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-weight: normal;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ion-chip .button {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin: 0;
}

ion-chip ion-icon {
  text-align: center;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 18px;
  line-height: 32px;
}

ion-chip ion-avatar {
  border-radius: 50%;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
}

ion-chip ion-avatar img {
  border-radius: 50%;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.chip-ios {
  border-radius: 16px;
  height: 32px;
  font-size: 13px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.87);
  background: rgba(0, 0, 0, 0.12);
  margin: 2px 0;
}

.chip-ios > ion-label {
  margin: 0 10px;
}

.chip-ios > ion-icon {
  color: #fff;
  background-color: #17263C;
}

.chip-ios-primary,
.chip-ios .icon-ios-primary {
  color: #fff;
  background-color: #17263C;
}

.chip-ios-secondary,
.chip-ios .icon-ios-secondary {
  color: #fff;
  background-color: #32db64;
}

.chip-ios-danger,
.chip-ios .icon-ios-danger {
  color: #fff;
  background-color: #f53d3d;
}

.chip-ios-light,
.chip-ios .icon-ios-light {
  color: #000;
  background-color: #f4f4f4;
}

.chip-ios-white,
.chip-ios .icon-ios-white {
  color: #000;
  background-color: #ffffff;
}

.chip-ios-dark,
.chip-ios .icon-ios-dark {
  color: #fff;
  background-color: #222;
}

.chip-ios-sunflower,
.chip-ios .icon-ios-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.chip-ios-active,
.chip-ios .icon-ios-active {
  color: #fff;
  background-color: #17263C;
}

.chip-ios-black,
.chip-ios .icon-ios-black {
  color: #fff;
  background-color: #17263C;
}

.chip-ios-sacgreen,
.chip-ios .icon-ios-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.chip-md {
  border-radius: 16px;
  height: 32px;
  font-size: 13px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.87);
  background: rgba(0, 0, 0, 0.12);
  margin: 2px 0;
}

.chip-md > ion-label {
  margin: 0 10px;
}

.chip-md > ion-icon {
  color: #fff;
  background-color: #17263C;
}

.chip-md-primary,
.chip-md .icon-md-primary {
  color: #fff;
  background-color: #17263C;
}

.chip-md-secondary,
.chip-md .icon-md-secondary {
  color: #fff;
  background-color: #32db64;
}

.chip-md-danger,
.chip-md .icon-md-danger {
  color: #fff;
  background-color: #f53d3d;
}

.chip-md-light,
.chip-md .icon-md-light {
  color: #000;
  background-color: #f4f4f4;
}

.chip-md-white,
.chip-md .icon-md-white {
  color: #000;
  background-color: #ffffff;
}

.chip-md-dark,
.chip-md .icon-md-dark {
  color: #fff;
  background-color: #222;
}

.chip-md-sunflower,
.chip-md .icon-md-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.chip-md-active,
.chip-md .icon-md-active {
  color: #fff;
  background-color: #17263C;
}

.chip-md-black,
.chip-md .icon-md-black {
  color: #fff;
  background-color: #17263C;
}

.chip-md-sacgreen,
.chip-md .icon-md-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.chip-wp {
  border-radius: 16px;
  height: 32px;
  font-size: 13px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.87);
  background: rgba(0, 0, 0, 0.12);
  margin: 2px 0;
}

.chip-wp > ion-label {
  margin: 0 10px;
}

.chip-wp > ion-icon {
  color: #fff;
  background-color: #17263C;
}

.chip-wp .button {
  border: 0;
}

.chip-wp-primary,
.chip-wp .icon-wp-primary {
  color: #fff;
  background-color: #17263C;
}

.chip-wp-secondary,
.chip-wp .icon-wp-secondary {
  color: #fff;
  background-color: #32db64;
}

.chip-wp-danger,
.chip-wp .icon-wp-danger {
  color: #fff;
  background-color: #f53d3d;
}

.chip-wp-light,
.chip-wp .icon-wp-light {
  color: #000;
  background-color: #f4f4f4;
}

.chip-wp-white,
.chip-wp .icon-wp-white {
  color: #000;
  background-color: #ffffff;
}

.chip-wp-dark,
.chip-wp .icon-wp-dark {
  color: #fff;
  background-color: #222;
}

.chip-wp-sunflower,
.chip-wp .icon-wp-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.chip-wp-active,
.chip-wp .icon-wp-active {
  color: #fff;
  background-color: #17263C;
}

.chip-wp-black,
.chip-wp .icon-wp-black {
  color: #fff;
  background-color: #17263C;
}

.chip-wp-sacgreen,
.chip-wp .icon-wp-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

ion-content {
  left: 0;
  top: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  contain: layout size style;
}

.ion-page > ion-content {
  position: absolute;
}

a {
  color: #007bff;
}

.scroll-content {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
  contain: size style layout;
}

ion-content.js-scroll > .scroll-content {
  position: relative;
  min-height: 100%;
  overflow-x: initial;
  overflow-y: initial;
  -webkit-overflow-scrolling: auto;
  will-change: initial;
}

.disable-scroll .ion-page {
  pointer-events: none;
  -ms-touch-action: none;
  touch-action: none;
}

ion-content.has-refresher > .scroll-content {
  background-color: inherit;
}

.fixed-content {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  display: block;
}

[ion-fixed] {
  position: absolute;
  z-index: 999;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

ion-app [no-padding],
ion-app [no-padding] .scroll-content {
  padding: 0;
}

ion-app [no-margin],
ion-app [no-margin] .scroll-content {
  margin: 0;
}

.content-ios {
  color: #000;
  background-color: #fff;
}

.content-ios.outer-content {
  background: #efeff4;
}

.content-ios hr {
  height: 0.55px;
  background-color: rgba(0, 0, 0, 0.12);
}

.ios .ion-page.show-page ~ .nav-decor {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
}

ion-app.ios [padding] {
  padding: 16px;
}

ion-app.ios [padding-top] {
  padding-top: 16px;
}

ion-app.ios [padding-left] {
  padding-left: 16px;
}

ion-app.ios [padding-right] {
  padding-right: 16px;
}

ion-app.ios [padding-bottom] {
  padding-bottom: 16px;
}

ion-app.ios [padding-vertical] {
  padding-top: 16px;
  padding-bottom: 16px;
}

ion-app.ios [padding-horizontal] {
  padding-left: 16px;
  padding-right: 16px;
}

ion-app.ios [padding] .scroll-content {
  padding: 16px;
}

@media screen and (orientation: landscape) {
  ion-app.ios [padding] .scroll-content {
    padding-left: calc(constant(safe-area-inset-left) + 16px);
    padding-top: 16px;
    padding-bottom: 16px;
    padding: 16px calc(env(safe-area-inset-right) + 16px) 16px calc(env(safe-area-inset-left) + 16px);
  }
}

ion-app.ios [padding-top] .scroll-content {
  padding-top: 16px;
}

@media screen and (orientation: landscape) {
  ion-app.ios [padding-top] .scroll-content {
    padding-top: 16px;
    padding-top: 16px;
  }
}

ion-app.ios [padding-left] .scroll-content {
  padding-left: 16px;
}

@media screen and (orientation: landscape) {
  ion-app.ios [padding-left] .scroll-content {
    padding-left: calc(constant(safe-area-inset-left) + 16px);
    padding-left: calc(env(safe-area-inset-left) + 16px);
  }
}

ion-app.ios [padding-right] .scroll-content {
  padding-right: 16px;
}

@media screen and (orientation: landscape) {
  ion-app.ios [padding-right] .scroll-content {
    padding-right: calc(constant(safe-area-inset-right) + 16px);
    padding-right: calc(env(safe-area-inset-right) + 16px);
  }
}

ion-app.ios [padding-bottom] .scroll-content {
  padding-bottom: 16px;
}

@media screen and (orientation: landscape) {
  ion-app.ios [padding-bottom] .scroll-content {
    padding-bottom: 16px;
    padding-bottom: 16px;
  }
}

ion-app.ios [padding-vertical] .scroll-content {
  padding-top: 16px;
  padding-bottom: 16px;
}

@media screen and (orientation: landscape) {
  ion-app.ios [padding-vertical] .scroll-content {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

ion-app.ios [padding-horizontal] .scroll-content {
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (orientation: landscape) {
  ion-app.ios [padding-horizontal] .scroll-content {
    padding-left: calc(constant(safe-area-inset-left) + 16px);
    padding-right: calc(constant(safe-area-inset-right) + 16px);
    padding-left: calc(env(safe-area-inset-left) + 16px);
    padding-right: calc(env(safe-area-inset-right) + 16px);
  }
}

ion-app.ios [margin],
ion-app.ios [margin] .scroll-content {
  margin: 16px;
}

ion-app.ios [margin-top],
ion-app.ios [margin-top] .scroll-content {
  margin-top: 16px;
}

ion-app.ios [margin-left],
ion-app.ios [margin-left] .scroll-content {
  margin-left: 16px;
}

ion-app.ios [margin-start],
ion-app.ios [margin-start] .scroll-content {
  margin-left: 16px;
}

ion-app.ios [margin-right],
ion-app.ios [margin-right] .scroll-content {
  margin-right: 16px;
}

ion-app.ios [margin-end],
ion-app.ios [margin-end] .scroll-content {
  margin-right: 16px;
}

ion-app.ios [margin-bottom],
ion-app.ios [margin-bottom] .scroll-content {
  margin-bottom: 16px;
}

ion-app.ios [margin-vertical],
ion-app.ios [margin-vertical] .scroll-content {
  margin-top: 16px;
  margin-bottom: 16px;
}

ion-app.ios [margin-horizontal],
ion-app.ios [margin-horizontal] .scroll-content {
  margin-left: 16px;
  margin-right: 16px;
}

.content-ios:not([no-bounce]) > .scroll-content::before,
.content-ios:not([no-bounce]) > .scroll-content::after {
  position: absolute;
  width: 1px;
  height: 1px;
  content: "";
}

.content-ios:not([no-bounce]) > .scroll-content::before {
  bottom: -1px;
}

.content-ios:not([no-bounce]) > .scroll-content::after {
  top: -1px;
}

.platform-core .content-ios .scroll-content::after,
.platform-core .content-ios .scroll-content::before {
  position: initial;
  top: initial;
  bottom: initial;
  width: initial;
  height: initial;
}

.content-md {
  color: #000;
  background-color: #fff;
}

.content-md hr {
  background-color: rgba(0, 0, 0, 0.08);
}

ion-app.md [padding] {
  padding: 16px;
}

ion-app.md [padding-top] {
  padding-top: 16px;
}

ion-app.md [padding-left] {
  padding-left: 16px;
}

ion-app.md [padding-right] {
  padding-right: 16px;
}

ion-app.md [padding-bottom] {
  padding-bottom: 16px;
}

ion-app.md [padding-vertical] {
  padding-top: 16px;
  padding-bottom: 16px;
}

ion-app.md [padding-horizontal] {
  padding-left: 16px;
  padding-right: 16px;
}

ion-app.md [padding] .scroll-content {
  padding: 16px;
}

@media screen and (orientation: landscape) {
  ion-app.md [padding] .scroll-content {
    padding-left: calc(constant(safe-area-inset-left) + 16px);
    padding-top: 16px;
    padding-bottom: 16px;
    padding: 16px calc(env(safe-area-inset-right) + 16px) 16px calc(env(safe-area-inset-left) + 16px);
  }
}

ion-app.md [padding-top] .scroll-content {
  padding-top: 16px;
}

@media screen and (orientation: landscape) {
  ion-app.md [padding-top] .scroll-content {
    padding-top: 16px;
    padding-top: 16px;
  }
}

ion-app.md [padding-left] .scroll-content {
  padding-left: 16px;
}

@media screen and (orientation: landscape) {
  ion-app.md [padding-left] .scroll-content {
    padding-left: calc(constant(safe-area-inset-left) + 16px);
    padding-left: calc(env(safe-area-inset-left) + 16px);
  }
}

ion-app.md [padding-right] .scroll-content {
  padding-right: 16px;
}

@media screen and (orientation: landscape) {
  ion-app.md [padding-right] .scroll-content {
    padding-right: calc(constant(safe-area-inset-right) + 16px);
    padding-right: calc(env(safe-area-inset-right) + 16px);
  }
}

ion-app.md [padding-bottom] .scroll-content {
  padding-bottom: 16px;
}

@media screen and (orientation: landscape) {
  ion-app.md [padding-bottom] .scroll-content {
    padding-bottom: 16px;
    padding-bottom: 16px;
  }
}

ion-app.md [padding-vertical] .scroll-content {
  padding-top: 16px;
  padding-bottom: 16px;
}

@media screen and (orientation: landscape) {
  ion-app.md [padding-vertical] .scroll-content {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

ion-app.md [padding-horizontal] .scroll-content {
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (orientation: landscape) {
  ion-app.md [padding-horizontal] .scroll-content {
    padding-left: calc(constant(safe-area-inset-left) + 16px);
    padding-right: calc(constant(safe-area-inset-right) + 16px);
    padding-left: calc(env(safe-area-inset-left) + 16px);
    padding-right: calc(env(safe-area-inset-right) + 16px);
  }
}

ion-app.md [margin],
ion-app.md [margin] .scroll-content {
  margin: 16px;
}

ion-app.md [margin-top],
ion-app.md [margin-top] .scroll-content {
  margin-top: 16px;
}

ion-app.md [margin-left],
ion-app.md [margin-left] .scroll-content {
  margin-left: 16px;
}

ion-app.md [margin-start],
ion-app.md [margin-start] .scroll-content {
  margin-left: 16px;
}

ion-app.md [margin-right],
ion-app.md [margin-right] .scroll-content {
  margin-right: 16px;
}

ion-app.md [margin-end],
ion-app.md [margin-end] .scroll-content {
  margin-right: 16px;
}

ion-app.md [margin-bottom],
ion-app.md [margin-bottom] .scroll-content {
  margin-bottom: 16px;
}

ion-app.md [margin-vertical],
ion-app.md [margin-vertical] .scroll-content {
  margin-top: 16px;
  margin-bottom: 16px;
}

ion-app.md [margin-horizontal],
ion-app.md [margin-horizontal] .scroll-content {
  margin-left: 16px;
  margin-right: 16px;
}

.content-wp {
  color: #000;
  background-color: #fff;
}

.content-wp hr {
  background-color: rgba(0, 0, 0, 0.08);
}

ion-app.wp [padding] {
  padding: 16px;
}

ion-app.wp [padding-top] {
  padding-top: 16px;
}

ion-app.wp [padding-left] {
  padding-left: 16px;
}

ion-app.wp [padding-right] {
  padding-right: 16px;
}

ion-app.wp [padding-bottom] {
  padding-bottom: 16px;
}

ion-app.wp [padding-vertical] {
  padding-top: 16px;
  padding-bottom: 16px;
}

ion-app.wp [padding-horizontal] {
  padding-left: 16px;
  padding-right: 16px;
}

ion-app.wp [padding] .scroll-content {
  padding: 16px;
}

@media screen and (orientation: landscape) {
  ion-app.wp [padding] .scroll-content {
    padding-left: calc(constant(safe-area-inset-left) + 16px);
    padding-top: 16px;
    padding-bottom: 16px;
    padding: 16px calc(env(safe-area-inset-right) + 16px) 16px calc(env(safe-area-inset-left) + 16px);
  }
}

ion-app.wp [padding-top] .scroll-content {
  padding-top: 16px;
}

@media screen and (orientation: landscape) {
  ion-app.wp [padding-top] .scroll-content {
    padding-top: 16px;
    padding-top: 16px;
  }
}

ion-app.wp [padding-left] .scroll-content {
  padding-left: 16px;
}

@media screen and (orientation: landscape) {
  ion-app.wp [padding-left] .scroll-content {
    padding-left: calc(constant(safe-area-inset-left) + 16px);
    padding-left: calc(env(safe-area-inset-left) + 16px);
  }
}

ion-app.wp [padding-right] .scroll-content {
  padding-right: 16px;
}

@media screen and (orientation: landscape) {
  ion-app.wp [padding-right] .scroll-content {
    padding-right: calc(constant(safe-area-inset-right) + 16px);
    padding-right: calc(env(safe-area-inset-right) + 16px);
  }
}

ion-app.wp [padding-bottom] .scroll-content {
  padding-bottom: 16px;
}

@media screen and (orientation: landscape) {
  ion-app.wp [padding-bottom] .scroll-content {
    padding-bottom: 16px;
    padding-bottom: 16px;
  }
}

ion-app.wp [padding-vertical] .scroll-content {
  padding-top: 16px;
  padding-bottom: 16px;
}

@media screen and (orientation: landscape) {
  ion-app.wp [padding-vertical] .scroll-content {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

ion-app.wp [padding-horizontal] .scroll-content {
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (orientation: landscape) {
  ion-app.wp [padding-horizontal] .scroll-content {
    padding-left: calc(constant(safe-area-inset-left) + 16px);
    padding-right: calc(constant(safe-area-inset-right) + 16px);
    padding-left: calc(env(safe-area-inset-left) + 16px);
    padding-right: calc(env(safe-area-inset-right) + 16px);
  }
}

ion-app.wp [margin],
ion-app.wp [margin] .scroll-content {
  margin: 16px;
}

ion-app.wp [margin-top],
ion-app.wp [margin-top] .scroll-content {
  margin-top: 16px;
}

ion-app.wp [margin-left],
ion-app.wp [margin-left] .scroll-content {
  margin-left: 16px;
}

ion-app.wp [margin-start],
ion-app.wp [margin-start] .scroll-content {
  margin-left: 16px;
}

ion-app.wp [margin-right],
ion-app.wp [margin-right] .scroll-content {
  margin-right: 16px;
}

ion-app.wp [margin-end],
ion-app.wp [margin-end] .scroll-content {
  margin-right: 16px;
}

ion-app.wp [margin-bottom],
ion-app.wp [margin-bottom] .scroll-content {
  margin-bottom: 16px;
}

ion-app.wp [margin-vertical],
ion-app.wp [margin-vertical] .scroll-content {
  margin-top: 16px;
  margin-bottom: 16px;
}

ion-app.wp [margin-horizontal],
ion-app.wp [margin-horizontal] .scroll-content {
  margin-left: 16px;
  margin-right: 16px;
}

ion-datetime {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.datetime-text {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 16px;
  min-height: 1.2em;
  font-size: inherit;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.datetime-disabled,
.item-datetime-disabled ion-label {
  opacity: .4;
  pointer-events: none;
}

.item-label-stacked ion-datetime,
.item-label-floating ion-datetime {
  padding-left: 0;
  width: 100%;
}

.datetime-ios {
  padding: 11px 8px 11px 16px;
}

.datetime-ios .datetime-placeholder {
  color: #999;
}

.datetime-md {
  padding: 13px 8px 13px 16px;
}

.datetime-md .datetime-placeholder {
  color: #999;
}

.datetime-wp {
  padding: 13px 8px 13px 16px;
  min-width: 45%;
}

.datetime-wp .datetime-text {
  padding: 0 8px;
  min-height: 3.4rem;
  border: 2px solid rgba(0, 0, 0, 0.5);
  line-height: 3rem;
}

.item-datetime .datetime-wp ion-label[floating] {
  -webkit-transform: translate3d(8px,  41px,  0);
  transform: translate3d(8px,  41px,  0);
}

.datetime-wp .datetime-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.fab {
  text-align: center;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 50%;
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 56px;
  height: 56px;
  font-size: 14px;
  line-height: 56px;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: background-color, opacity 100ms linear;
  transition: background-color, opacity 100ms linear;
  background-clip: padding-box;
  -webkit-font-kerning: none;
  font-kerning: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  contain: strict;
}

.fab ion-icon {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 2.4rem;
}

.fab[mini] {
  margin: 8px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.fab[mini] .fab-close-icon {
  line-height: 40px;
}

ion-fab {
  position: absolute;
  z-index: 999;
}

ion-fab[center] {
  left: 50%;
  margin-left: -28px;
}

ion-fab[middle] {
  margin-top: -28px;
  top: 50%;
}

ion-fab[top] {
  top: 10px;
}

ion-fab[right] {
  right: 10px;
  right: calc(10px + constant(safe-area-inset-right));
  right: calc(10px + env(safe-area-inset-right));
}

ion-fab[end] {
  right: 10px;
  right: calc(constant(safe-area-inset-right) + 10px);
  right: calc(env(safe-area-inset-right) + 10px);
}

ion-fab[bottom] {
  bottom: 10px;
}

ion-fab[left] {
  left: 10px;
  left: calc(10px + constant(safe-area-inset-left));
  left: calc(10px + env(safe-area-inset-left));
}

ion-fab[start] {
  left: 10px;
  left: calc(constant(safe-area-inset-left) + 10px);
  left: calc(env(safe-area-inset-left) + 10px);
}

ion-fab[top][edge] {
  top: -28px;
}

ion-fab[bottom][edge] {
  bottom: -28px;
}

ion-fab-list {
  margin: 66px 0;
  position: absolute;
  top: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 56px;
  min-height: 56px;
}

.fab-in-list {
  margin: 8px 0;
  width: 40px;
  height: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.fab-in-list.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

ion-fab-list[side=left] .fab-in-list,
ion-fab-list[side=right] .fab-in-list {
  margin: 0 8px;
}

ion-fab-list[side=top] {
  top: auto;
  bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

ion-fab-list[side=left] {
  margin: 0 66px;
  right: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

ion-fab-list[side=right] {
  margin: 0 66px;
  left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.fab-list-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fab-close-icon {
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  line-height: 56px;
  opacity: 0;
  -webkit-transform: scale(0.4) rotateZ(-45deg);
  transform: scale(0.4) rotateZ(-45deg);
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fab .button-inner {
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fab-close-active .fab-close-icon {
  opacity: 1;
  -webkit-transform: scale(1) rotateZ(0deg);
  transform: scale(1) rotateZ(0deg);
}

.fab-close-active .button-inner {
  opacity: 0;
  -webkit-transform: scale(0.4) rotateZ(45deg);
  transform: scale(0.4) rotateZ(45deg);
}

.fab-ios {
  color: #fff;
  background-color: #17263C;
}

.fab-ios.activated {
  background-color: #2a374c;
}

.fab-ios-in-list {
  color: #000;
  background-color: #f4f4f4;
  -webkit-transition: opacity 200ms ease 10ms, -webkit-transform 200ms ease 10ms;
  transition: opacity 200ms ease 10ms, -webkit-transform 200ms ease 10ms;
  transition: transform 200ms ease 10ms, opacity 200ms ease 10ms;
  transition: transform 200ms ease 10ms, opacity 200ms ease 10ms, -webkit-transform 200ms ease 10ms;
}

.fab-ios-in-list.activated {
  background-color: #e0e0e0;
}

.fab-ios-primary {
  color: #fff;
  background-color: #17263C;
}

.fab-ios-primary.activated {
  background-color: #2a374c;
}

.fab-ios-secondary {
  color: #fff;
  background-color: #32db64;
}

.fab-ios-secondary.activated {
  background-color: #2ec95c;
}

.fab-ios-danger {
  color: #fff;
  background-color: #f53d3d;
}

.fab-ios-danger.activated {
  background-color: #e13838;
}

.fab-ios-light {
  color: #000;
  background-color: #f4f4f4;
}

.fab-ios-light.activated {
  background-color: #e0e0e0;
}

.fab-ios-white {
  color: #000;
  background-color: #ffffff;
}

.fab-ios-white.activated {
  background-color: #ebebeb;
}

.fab-ios-dark {
  color: #fff;
  background-color: #222;
}

.fab-ios-dark.activated {
  background-color: #343434;
}

.fab-ios-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.fab-ios-sunflower.activated {
  background-color: #deb40e;
}

.fab-ios-active {
  color: #fff;
  background-color: #17263C;
}

.fab-ios-active.activated {
  background-color: #2a374c;
}

.fab-ios-black {
  color: #fff;
  background-color: #17263C;
}

.fab-ios-black.activated {
  background-color: #2a374c;
}

.fab-ios-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.fab-ios-sacgreen.activated {
  background-color: #86a264;
}

.fab-md {
  color: #fff;
  background-color: #17263C;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.14), 0 4px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.14), 0 4px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1), color 300ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1), color 300ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0, 0.2, 1), color 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0, 0.2, 1), color 300ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.fab-md.activated {
  background-color: #2a374c;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.4), 0 4px 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.4), 0 4px 7px 0 rgba(0, 0, 0, 0.1);
}

.fab-md-in-list {
  color: #000;
  background-color: #f4f4f4;
  -webkit-transition: opacity 200ms ease 10ms, background-color 300ms cubic-bezier(0.4, 0, 0.2, 1), color 300ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 200ms ease 10ms, -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms ease 10ms, background-color 300ms cubic-bezier(0.4, 0, 0.2, 1), color 300ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 200ms ease 10ms, -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 200ms ease 10ms, opacity 200ms ease 10ms, box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0, 0.2, 1), color 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 200ms ease 10ms, opacity 200ms ease 10ms, box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0, 0.2, 1), color 300ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 200ms ease 10ms, -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.fab-md-in-list.activated {
  background-color: #e0e0e0;
}

.fab-md .button-effect {
  background-color: #fff;
}

.fab-md-primary {
  color: #fff;
  background-color: #17263C;
}

.fab-md-primary.activated {
  background-color: #2a374c;
}

.fab-md-primary .button-effect {
  background-color: #fff;
}

.fab-md-secondary {
  color: #fff;
  background-color: #32db64;
}

.fab-md-secondary.activated {
  background-color: #2ec95c;
}

.fab-md-secondary .button-effect {
  background-color: #fff;
}

.fab-md-danger {
  color: #fff;
  background-color: #f53d3d;
}

.fab-md-danger.activated {
  background-color: #e13838;
}

.fab-md-danger .button-effect {
  background-color: #fff;
}

.fab-md-light {
  color: #000;
  background-color: #f4f4f4;
}

.fab-md-light.activated {
  background-color: #e0e0e0;
}

.fab-md-light .button-effect {
  background-color: #000;
}

.fab-md-white {
  color: #000;
  background-color: #ffffff;
}

.fab-md-white.activated {
  background-color: #ebebeb;
}

.fab-md-white .button-effect {
  background-color: #000;
}

.fab-md-dark {
  color: #fff;
  background-color: #222;
}

.fab-md-dark.activated {
  background-color: #343434;
}

.fab-md-dark .button-effect {
  background-color: #fff;
}

.fab-md-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.fab-md-sunflower.activated {
  background-color: #deb40e;
}

.fab-md-sunflower .button-effect {
  background-color: #000;
}

.fab-md-active {
  color: #fff;
  background-color: #17263C;
}

.fab-md-active.activated {
  background-color: #2a374c;
}

.fab-md-active .button-effect {
  background-color: #fff;
}

.fab-md-black {
  color: #fff;
  background-color: #17263C;
}

.fab-md-black.activated {
  background-color: #2a374c;
}

.fab-md-black .button-effect {
  background-color: #fff;
}

.fab-md-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.fab-md-sacgreen.activated {
  background-color: #86a264;
}

.fab-md-sacgreen .button-effect {
  background-color: #fff;
}

.fab-wp {
  color: #fff;
  background-color: #17263C;
}

.fab-wp.activated {
  background-color: #2a374c;
}

.fab-wp-in-list {
  color: #000;
  background-color: #f4f4f4;
  -webkit-transition: opacity 200ms ease 10ms, -webkit-transform 200ms ease 10ms;
  transition: opacity 200ms ease 10ms, -webkit-transform 200ms ease 10ms;
  transition: transform 200ms ease 10ms, opacity 200ms ease 10ms;
  transition: transform 200ms ease 10ms, opacity 200ms ease 10ms, -webkit-transform 200ms ease 10ms;
}

.fab-wp-in-list.activated {
  background-color: #e0e0e0;
}

.fab-wp-primary {
  color: #fff;
  background-color: #17263C;
}

.fab-wp-primary.activated {
  background-color: #2a374c;
}

.fab-wp-secondary {
  color: #fff;
  background-color: #32db64;
}

.fab-wp-secondary.activated {
  background-color: #2ec95c;
}

.fab-wp-danger {
  color: #fff;
  background-color: #f53d3d;
}

.fab-wp-danger.activated {
  background-color: #e13838;
}

.fab-wp-light {
  color: #000;
  background-color: #f4f4f4;
}

.fab-wp-light.activated {
  background-color: #e0e0e0;
}

.fab-wp-white {
  color: #000;
  background-color: #ffffff;
}

.fab-wp-white.activated {
  background-color: #ebebeb;
}

.fab-wp-dark {
  color: #fff;
  background-color: #222;
}

.fab-wp-dark.activated {
  background-color: #343434;
}

.fab-wp-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.fab-wp-sunflower.activated {
  background-color: #deb40e;
}

.fab-wp-active {
  color: #fff;
  background-color: #17263C;
}

.fab-wp-active.activated {
  background-color: #2a374c;
}

.fab-wp-black {
  color: #fff;
  background-color: #17263C;
}

.fab-wp-black.activated {
  background-color: #2a374c;
}

.fab-wp-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.fab-wp-sacgreen.activated {
  background-color: #86a264;
}

.grid {
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.grid[no-padding] {
  padding: 0;
}

.grid[no-padding] > .row > .col {
  padding: 0;
}

@media (min-width: 576px) {
  .grid[fixed] {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .grid[fixed] {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .grid[fixed] {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .grid[fixed] {
    width: 1140px;
    max-width: 100%;
  }
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row[nowrap] {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row[wrap-reverse] {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.row[align-items-start] {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row[align-items-center] {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row[align-items-end] {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.row[align-items-stretch] {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row[align-items-baseline] {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.row[justify-content-start] {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.row[justify-content-center] {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row[justify-content-end] {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.row[justify-content-around] {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.row[justify-content-between] {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col {
  padding: 5px;
  position: relative;
  width: 100%;
  margin: 0;
  min-height: 1px;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col[align-self-start] {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.col[align-self-end] {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.col[align-self-center] {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.col[align-self-stretch] {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.col[align-self-baseline] {
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

[col-1] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-1] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-1] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-1] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-1] {
    padding: 5px;
  }
}

[col-2] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-2] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-2] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-2] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-2] {
    padding: 5px;
  }
}

[col-3] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-3] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-3] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-3] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-3] {
    padding: 5px;
  }
}

[col-4] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-4] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-4] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-4] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-4] {
    padding: 5px;
  }
}

[col-5] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-5] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-5] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-5] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-5] {
    padding: 5px;
  }
}

[col-6] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-6] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-6] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-6] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-6] {
    padding: 5px;
  }
}

[col-7] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-7] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-7] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-7] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-7] {
    padding: 5px;
  }
}

[col-8] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-8] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-8] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-8] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-8] {
    padding: 5px;
  }
}

[col-9] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-9] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-9] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-9] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-9] {
    padding: 5px;
  }
}

[col-10] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-10] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-10] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-10] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-10] {
    padding: 5px;
  }
}

[col-11] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-11] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-11] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-11] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-11] {
    padding: 5px;
  }
}

[col-12] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-12] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-12] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-12] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-12] {
    padding: 5px;
  }
}

[col] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col] {
    padding: 5px;
  }
}

[col] {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

[col-auto] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

[col-1] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  width: 8.33333%;
  max-width: 8.33333%;
}

[col-2] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  width: 16.66667%;
  max-width: 16.66667%;
}

[col-3] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
}

[col-4] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  width: 33.33333%;
  max-width: 33.33333%;
}

[col-5] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  width: 41.66667%;
  max-width: 41.66667%;
}

[col-6] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}

[col-7] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  width: 58.33333%;
  max-width: 58.33333%;
}

[col-8] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  width: 66.66667%;
  max-width: 66.66667%;
}

[col-9] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
}

[col-10] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  width: 83.33333%;
  max-width: 83.33333%;
}

[col-11] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  width: 91.66667%;
  max-width: 91.66667%;
}

[col-12] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

[pull-0] {
  right: auto;
}

[pull-1] {
  right: 8.33333%;
}

[pull-2] {
  right: 16.66667%;
}

[pull-3] {
  right: 25%;
}

[pull-4] {
  right: 33.33333%;
}

[pull-5] {
  right: 41.66667%;
}

[pull-6] {
  right: 50%;
}

[pull-7] {
  right: 58.33333%;
}

[pull-8] {
  right: 66.66667%;
}

[pull-9] {
  right: 75%;
}

[pull-10] {
  right: 83.33333%;
}

[pull-11] {
  right: 91.66667%;
}

[pull-12] {
  right: 100%;
}

[push-0] {
  left: auto;
}

[push-1] {
  left: 8.33333%;
}

[push-2] {
  left: 16.66667%;
}

[push-3] {
  left: 25%;
}

[push-4] {
  left: 33.33333%;
}

[push-5] {
  left: 41.66667%;
}

[push-6] {
  left: 50%;
}

[push-7] {
  left: 58.33333%;
}

[push-8] {
  left: 66.66667%;
}

[push-9] {
  left: 75%;
}

[push-10] {
  left: 83.33333%;
}

[push-11] {
  left: 91.66667%;
}

[push-12] {
  left: 100%;
}

[offset-1] {
  margin-left: 8.33333%;
}

[offset-2] {
  margin-left: 16.66667%;
}

[offset-3] {
  margin-left: 25%;
}

[offset-4] {
  margin-left: 33.33333%;
}

[offset-5] {
  margin-left: 41.66667%;
}

[offset-6] {
  margin-left: 50%;
}

[offset-7] {
  margin-left: 58.33333%;
}

[offset-8] {
  margin-left: 66.66667%;
}

[offset-9] {
  margin-left: 75%;
}

[offset-10] {
  margin-left: 83.33333%;
}

[offset-11] {
  margin-left: 91.66667%;
}

[col-sm-1] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-sm-1] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-sm-1] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-sm-1] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-sm-1] {
    padding: 5px;
  }
}

[col-sm-2] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-sm-2] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-sm-2] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-sm-2] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-sm-2] {
    padding: 5px;
  }
}

[col-sm-3] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-sm-3] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-sm-3] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-sm-3] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-sm-3] {
    padding: 5px;
  }
}

[col-sm-4] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-sm-4] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-sm-4] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-sm-4] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-sm-4] {
    padding: 5px;
  }
}

[col-sm-5] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-sm-5] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-sm-5] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-sm-5] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-sm-5] {
    padding: 5px;
  }
}

[col-sm-6] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-sm-6] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-sm-6] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-sm-6] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-sm-6] {
    padding: 5px;
  }
}

[col-sm-7] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-sm-7] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-sm-7] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-sm-7] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-sm-7] {
    padding: 5px;
  }
}

[col-sm-8] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-sm-8] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-sm-8] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-sm-8] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-sm-8] {
    padding: 5px;
  }
}

[col-sm-9] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-sm-9] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-sm-9] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-sm-9] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-sm-9] {
    padding: 5px;
  }
}

[col-sm-10] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-sm-10] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-sm-10] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-sm-10] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-sm-10] {
    padding: 5px;
  }
}

[col-sm-11] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-sm-11] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-sm-11] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-sm-11] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-sm-11] {
    padding: 5px;
  }
}

[col-sm-12] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-sm-12] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-sm-12] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-sm-12] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-sm-12] {
    padding: 5px;
  }
}

[col-sm] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-sm] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-sm] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-sm] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-sm] {
    padding: 5px;
  }
}

@media (min-width: 576px) {
  [col-sm] {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  [col-sm-auto] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  [col-sm-1] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
  [col-sm-2] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
  [col-sm-3] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  [col-sm-4] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
  [col-sm-5] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%;
  }
  [col-sm-6] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  [col-sm-7] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%;
  }
  [col-sm-8] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
  }
  [col-sm-9] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  [col-sm-10] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
  }
  [col-sm-11] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%;
  }
  [col-sm-12] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  [pull-sm-0] {
    right: auto;
  }
  [pull-sm-1] {
    right: 8.33333%;
  }
  [pull-sm-2] {
    right: 16.66667%;
  }
  [pull-sm-3] {
    right: 25%;
  }
  [pull-sm-4] {
    right: 33.33333%;
  }
  [pull-sm-5] {
    right: 41.66667%;
  }
  [pull-sm-6] {
    right: 50%;
  }
  [pull-sm-7] {
    right: 58.33333%;
  }
  [pull-sm-8] {
    right: 66.66667%;
  }
  [pull-sm-9] {
    right: 75%;
  }
  [pull-sm-10] {
    right: 83.33333%;
  }
  [pull-sm-11] {
    right: 91.66667%;
  }
  [pull-sm-12] {
    right: 100%;
  }
  [push-sm-0] {
    left: auto;
  }
  [push-sm-1] {
    left: 8.33333%;
  }
  [push-sm-2] {
    left: 16.66667%;
  }
  [push-sm-3] {
    left: 25%;
  }
  [push-sm-4] {
    left: 33.33333%;
  }
  [push-sm-5] {
    left: 41.66667%;
  }
  [push-sm-6] {
    left: 50%;
  }
  [push-sm-7] {
    left: 58.33333%;
  }
  [push-sm-8] {
    left: 66.66667%;
  }
  [push-sm-9] {
    left: 75%;
  }
  [push-sm-10] {
    left: 83.33333%;
  }
  [push-sm-11] {
    left: 91.66667%;
  }
  [push-sm-12] {
    left: 100%;
  }
  [offset-sm-0] {
    margin-left: 0%;
  }
  [offset-sm-1] {
    margin-left: 8.33333%;
  }
  [offset-sm-2] {
    margin-left: 16.66667%;
  }
  [offset-sm-3] {
    margin-left: 25%;
  }
  [offset-sm-4] {
    margin-left: 33.33333%;
  }
  [offset-sm-5] {
    margin-left: 41.66667%;
  }
  [offset-sm-6] {
    margin-left: 50%;
  }
  [offset-sm-7] {
    margin-left: 58.33333%;
  }
  [offset-sm-8] {
    margin-left: 66.66667%;
  }
  [offset-sm-9] {
    margin-left: 75%;
  }
  [offset-sm-10] {
    margin-left: 83.33333%;
  }
  [offset-sm-11] {
    margin-left: 91.66667%;
  }
}

[col-md-1] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-md-1] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-md-1] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-md-1] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-md-1] {
    padding: 5px;
  }
}

[col-md-2] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-md-2] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-md-2] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-md-2] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-md-2] {
    padding: 5px;
  }
}

[col-md-3] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-md-3] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-md-3] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-md-3] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-md-3] {
    padding: 5px;
  }
}

[col-md-4] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-md-4] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-md-4] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-md-4] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-md-4] {
    padding: 5px;
  }
}

[col-md-5] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-md-5] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-md-5] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-md-5] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-md-5] {
    padding: 5px;
  }
}

[col-md-6] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-md-6] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-md-6] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-md-6] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-md-6] {
    padding: 5px;
  }
}

[col-md-7] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-md-7] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-md-7] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-md-7] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-md-7] {
    padding: 5px;
  }
}

[col-md-8] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-md-8] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-md-8] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-md-8] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-md-8] {
    padding: 5px;
  }
}

[col-md-9] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-md-9] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-md-9] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-md-9] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-md-9] {
    padding: 5px;
  }
}

[col-md-10] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-md-10] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-md-10] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-md-10] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-md-10] {
    padding: 5px;
  }
}

[col-md-11] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-md-11] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-md-11] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-md-11] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-md-11] {
    padding: 5px;
  }
}

[col-md-12] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-md-12] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-md-12] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-md-12] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-md-12] {
    padding: 5px;
  }
}

[col-md] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-md] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-md] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-md] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-md] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-md] {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  [col-md-auto] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  [col-md-1] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
  [col-md-2] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
  [col-md-3] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  [col-md-4] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
  [col-md-5] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%;
  }
  [col-md-6] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  [col-md-7] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%;
  }
  [col-md-8] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
  }
  [col-md-9] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  [col-md-10] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
  }
  [col-md-11] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%;
  }
  [col-md-12] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  [pull-md-0] {
    right: auto;
  }
  [pull-md-1] {
    right: 8.33333%;
  }
  [pull-md-2] {
    right: 16.66667%;
  }
  [pull-md-3] {
    right: 25%;
  }
  [pull-md-4] {
    right: 33.33333%;
  }
  [pull-md-5] {
    right: 41.66667%;
  }
  [pull-md-6] {
    right: 50%;
  }
  [pull-md-7] {
    right: 58.33333%;
  }
  [pull-md-8] {
    right: 66.66667%;
  }
  [pull-md-9] {
    right: 75%;
  }
  [pull-md-10] {
    right: 83.33333%;
  }
  [pull-md-11] {
    right: 91.66667%;
  }
  [pull-md-12] {
    right: 100%;
  }
  [push-md-0] {
    left: auto;
  }
  [push-md-1] {
    left: 8.33333%;
  }
  [push-md-2] {
    left: 16.66667%;
  }
  [push-md-3] {
    left: 25%;
  }
  [push-md-4] {
    left: 33.33333%;
  }
  [push-md-5] {
    left: 41.66667%;
  }
  [push-md-6] {
    left: 50%;
  }
  [push-md-7] {
    left: 58.33333%;
  }
  [push-md-8] {
    left: 66.66667%;
  }
  [push-md-9] {
    left: 75%;
  }
  [push-md-10] {
    left: 83.33333%;
  }
  [push-md-11] {
    left: 91.66667%;
  }
  [push-md-12] {
    left: 100%;
  }
  [offset-md-0] {
    margin-left: 0%;
  }
  [offset-md-1] {
    margin-left: 8.33333%;
  }
  [offset-md-2] {
    margin-left: 16.66667%;
  }
  [offset-md-3] {
    margin-left: 25%;
  }
  [offset-md-4] {
    margin-left: 33.33333%;
  }
  [offset-md-5] {
    margin-left: 41.66667%;
  }
  [offset-md-6] {
    margin-left: 50%;
  }
  [offset-md-7] {
    margin-left: 58.33333%;
  }
  [offset-md-8] {
    margin-left: 66.66667%;
  }
  [offset-md-9] {
    margin-left: 75%;
  }
  [offset-md-10] {
    margin-left: 83.33333%;
  }
  [offset-md-11] {
    margin-left: 91.66667%;
  }
}

[col-lg-1] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-lg-1] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-lg-1] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-lg-1] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-lg-1] {
    padding: 5px;
  }
}

[col-lg-2] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-lg-2] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-lg-2] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-lg-2] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-lg-2] {
    padding: 5px;
  }
}

[col-lg-3] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-lg-3] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-lg-3] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-lg-3] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-lg-3] {
    padding: 5px;
  }
}

[col-lg-4] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-lg-4] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-lg-4] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-lg-4] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-lg-4] {
    padding: 5px;
  }
}

[col-lg-5] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-lg-5] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-lg-5] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-lg-5] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-lg-5] {
    padding: 5px;
  }
}

[col-lg-6] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-lg-6] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-lg-6] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-lg-6] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-lg-6] {
    padding: 5px;
  }
}

[col-lg-7] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-lg-7] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-lg-7] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-lg-7] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-lg-7] {
    padding: 5px;
  }
}

[col-lg-8] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-lg-8] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-lg-8] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-lg-8] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-lg-8] {
    padding: 5px;
  }
}

[col-lg-9] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-lg-9] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-lg-9] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-lg-9] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-lg-9] {
    padding: 5px;
  }
}

[col-lg-10] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-lg-10] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-lg-10] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-lg-10] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-lg-10] {
    padding: 5px;
  }
}

[col-lg-11] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-lg-11] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-lg-11] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-lg-11] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-lg-11] {
    padding: 5px;
  }
}

[col-lg-12] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-lg-12] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-lg-12] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-lg-12] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-lg-12] {
    padding: 5px;
  }
}

[col-lg] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-lg] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-lg] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-lg] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-lg] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-lg] {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  [col-lg-auto] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  [col-lg-1] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
  [col-lg-2] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
  [col-lg-3] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  [col-lg-4] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
  [col-lg-5] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%;
  }
  [col-lg-6] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  [col-lg-7] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%;
  }
  [col-lg-8] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
  }
  [col-lg-9] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  [col-lg-10] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
  }
  [col-lg-11] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%;
  }
  [col-lg-12] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  [pull-lg-0] {
    right: auto;
  }
  [pull-lg-1] {
    right: 8.33333%;
  }
  [pull-lg-2] {
    right: 16.66667%;
  }
  [pull-lg-3] {
    right: 25%;
  }
  [pull-lg-4] {
    right: 33.33333%;
  }
  [pull-lg-5] {
    right: 41.66667%;
  }
  [pull-lg-6] {
    right: 50%;
  }
  [pull-lg-7] {
    right: 58.33333%;
  }
  [pull-lg-8] {
    right: 66.66667%;
  }
  [pull-lg-9] {
    right: 75%;
  }
  [pull-lg-10] {
    right: 83.33333%;
  }
  [pull-lg-11] {
    right: 91.66667%;
  }
  [pull-lg-12] {
    right: 100%;
  }
  [push-lg-0] {
    left: auto;
  }
  [push-lg-1] {
    left: 8.33333%;
  }
  [push-lg-2] {
    left: 16.66667%;
  }
  [push-lg-3] {
    left: 25%;
  }
  [push-lg-4] {
    left: 33.33333%;
  }
  [push-lg-5] {
    left: 41.66667%;
  }
  [push-lg-6] {
    left: 50%;
  }
  [push-lg-7] {
    left: 58.33333%;
  }
  [push-lg-8] {
    left: 66.66667%;
  }
  [push-lg-9] {
    left: 75%;
  }
  [push-lg-10] {
    left: 83.33333%;
  }
  [push-lg-11] {
    left: 91.66667%;
  }
  [push-lg-12] {
    left: 100%;
  }
  [offset-lg-0] {
    margin-left: 0%;
  }
  [offset-lg-1] {
    margin-left: 8.33333%;
  }
  [offset-lg-2] {
    margin-left: 16.66667%;
  }
  [offset-lg-3] {
    margin-left: 25%;
  }
  [offset-lg-4] {
    margin-left: 33.33333%;
  }
  [offset-lg-5] {
    margin-left: 41.66667%;
  }
  [offset-lg-6] {
    margin-left: 50%;
  }
  [offset-lg-7] {
    margin-left: 58.33333%;
  }
  [offset-lg-8] {
    margin-left: 66.66667%;
  }
  [offset-lg-9] {
    margin-left: 75%;
  }
  [offset-lg-10] {
    margin-left: 83.33333%;
  }
  [offset-lg-11] {
    margin-left: 91.66667%;
  }
}

[col-xl-1] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-xl-1] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-xl-1] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-xl-1] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-xl-1] {
    padding: 5px;
  }
}

[col-xl-2] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-xl-2] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-xl-2] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-xl-2] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-xl-2] {
    padding: 5px;
  }
}

[col-xl-3] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-xl-3] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-xl-3] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-xl-3] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-xl-3] {
    padding: 5px;
  }
}

[col-xl-4] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-xl-4] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-xl-4] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-xl-4] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-xl-4] {
    padding: 5px;
  }
}

[col-xl-5] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-xl-5] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-xl-5] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-xl-5] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-xl-5] {
    padding: 5px;
  }
}

[col-xl-6] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-xl-6] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-xl-6] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-xl-6] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-xl-6] {
    padding: 5px;
  }
}

[col-xl-7] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-xl-7] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-xl-7] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-xl-7] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-xl-7] {
    padding: 5px;
  }
}

[col-xl-8] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-xl-8] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-xl-8] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-xl-8] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-xl-8] {
    padding: 5px;
  }
}

[col-xl-9] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-xl-9] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-xl-9] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-xl-9] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-xl-9] {
    padding: 5px;
  }
}

[col-xl-10] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-xl-10] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-xl-10] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-xl-10] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-xl-10] {
    padding: 5px;
  }
}

[col-xl-11] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-xl-11] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-xl-11] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-xl-11] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-xl-11] {
    padding: 5px;
  }
}

[col-xl-12] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-xl-12] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-xl-12] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-xl-12] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-xl-12] {
    padding: 5px;
  }
}

[col-xl] {
  padding: 5px;
}

@media (min-width: 576px) {
  [col-xl] {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  [col-xl] {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  [col-xl] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-xl] {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  [col-xl] {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  [col-xl-auto] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  [col-xl-1] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
  [col-xl-2] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
  [col-xl-3] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  [col-xl-4] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
  [col-xl-5] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%;
  }
  [col-xl-6] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  [col-xl-7] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%;
  }
  [col-xl-8] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
  }
  [col-xl-9] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  [col-xl-10] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
  }
  [col-xl-11] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%;
  }
  [col-xl-12] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  [pull-xl-0] {
    right: auto;
  }
  [pull-xl-1] {
    right: 8.33333%;
  }
  [pull-xl-2] {
    right: 16.66667%;
  }
  [pull-xl-3] {
    right: 25%;
  }
  [pull-xl-4] {
    right: 33.33333%;
  }
  [pull-xl-5] {
    right: 41.66667%;
  }
  [pull-xl-6] {
    right: 50%;
  }
  [pull-xl-7] {
    right: 58.33333%;
  }
  [pull-xl-8] {
    right: 66.66667%;
  }
  [pull-xl-9] {
    right: 75%;
  }
  [pull-xl-10] {
    right: 83.33333%;
  }
  [pull-xl-11] {
    right: 91.66667%;
  }
  [pull-xl-12] {
    right: 100%;
  }
  [push-xl-0] {
    left: auto;
  }
  [push-xl-1] {
    left: 8.33333%;
  }
  [push-xl-2] {
    left: 16.66667%;
  }
  [push-xl-3] {
    left: 25%;
  }
  [push-xl-4] {
    left: 33.33333%;
  }
  [push-xl-5] {
    left: 41.66667%;
  }
  [push-xl-6] {
    left: 50%;
  }
  [push-xl-7] {
    left: 58.33333%;
  }
  [push-xl-8] {
    left: 66.66667%;
  }
  [push-xl-9] {
    left: 75%;
  }
  [push-xl-10] {
    left: 83.33333%;
  }
  [push-xl-11] {
    left: 91.66667%;
  }
  [push-xl-12] {
    left: 100%;
  }
  [offset-xl-0] {
    margin-left: 0%;
  }
  [offset-xl-1] {
    margin-left: 8.33333%;
  }
  [offset-xl-2] {
    margin-left: 16.66667%;
  }
  [offset-xl-3] {
    margin-left: 25%;
  }
  [offset-xl-4] {
    margin-left: 33.33333%;
  }
  [offset-xl-5] {
    margin-left: 41.66667%;
  }
  [offset-xl-6] {
    margin-left: 50%;
  }
  [offset-xl-7] {
    margin-left: 58.33333%;
  }
  [offset-xl-8] {
    margin-left: 66.66667%;
  }
  [offset-xl-9] {
    margin-left: 75%;
  }
  [offset-xl-10] {
    margin-left: 83.33333%;
  }
  [offset-xl-11] {
    margin-left: 91.66667%;
  }
}

ion-icon {
  display: inline-block;
  font-size: 1.2em;
}

ion-icon[small] {
  min-height: 1.1em;
  font-size: 1.1em;
}

.icon-ios-primary {
  color: #17263C;
}

.icon-ios-secondary {
  color: #32db64;
}

.icon-ios-danger {
  color: #f53d3d;
}

.icon-ios-light {
  color: #f4f4f4;
}

.icon-ios-white {
  color: #ffffff;
}

.icon-ios-dark {
  color: #222;
}

.icon-ios-sunflower {
  color: #f1c40f;
}

.icon-ios-active {
  color: #17263C;
}

.icon-ios-black {
  color: #17263C;
}

.icon-ios-sacgreen {
  color: #7c9a56;
}

.icon-md-primary {
  color: #17263C;
}

.icon-md-secondary {
  color: #32db64;
}

.icon-md-danger {
  color: #f53d3d;
}

.icon-md-light {
  color: #f4f4f4;
}

.icon-md-white {
  color: #ffffff;
}

.icon-md-dark {
  color: #222;
}

.icon-md-sunflower {
  color: #f1c40f;
}

.icon-md-active {
  color: #17263C;
}

.icon-md-black {
  color: #17263C;
}

.icon-md-sacgreen {
  color: #7c9a56;
}

.icon-wp-primary {
  color: #17263C;
}

.icon-wp-secondary {
  color: #32db64;
}

.icon-wp-danger {
  color: #f53d3d;
}

.icon-wp-light {
  color: #f4f4f4;
}

.icon-wp-white {
  color: #ffffff;
}

.icon-wp-dark {
  color: #222;
}

.icon-wp-sunflower {
  color: #f1c40f;
}

.icon-wp-active {
  color: #17263C;
}

.icon-wp-black {
  color: #17263C;
}

.icon-wp-sacgreen {
  color: #7c9a56;
}

ion-img {
  display: inline-block;
  min-width: 20px;
  min-height: 20px;
  background: #eee;
  contain: strict;
}

ion-img img {
  -o-object-fit: cover;
  object-fit: cover;
}

ion-img.img-unloaded img {
  display: none;
}

ion-img.img-loaded img {
  display: block;
}

ion-infinite-scroll {
  display: block;
  width: 100%;
}

ion-infinite-scroll-content {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  min-height: 84px;
}

.infinite-loading {
  display: none;
  width: 100%;
  margin: 0 0 32px;
}

.infinite-loading-text {
  color: #FFD618;
  margin: 4px 32px 0;
}

.infinite-loading-spinner .spinner-ios line,
.infinite-loading-spinner .spinner-ios-small line,
.infinite-loading-spinner .spinner-crescent circle {
  stroke: #FFD618;
}

.infinite-loading-spinner .spinner-bubbles circle,
.infinite-loading-spinner .spinner-circles circle,
.infinite-loading-spinner .spinner-dots circle {
  fill: #FFD618;
}

ion-infinite-scroll-content[state=loading] .infinite-loading {
  display: block;
}

ion-infinite-scroll-content[state=disabled] {
  display: none;
}

ion-input,
ion-textarea {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.item-input ion-input,
.item-input ion-textarea {
  position: static;
}

.item.item-textarea {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-input {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 92%;
  width: calc(100% - 10px);
  border: 0;
  background: transparent;
}

.text-input::-moz-placeholder {
  color: #999;
}

.text-input:-ms-input-placeholder {
  color: #999;
}

.text-input::-webkit-input-placeholder {
  text-indent: 0;
  color: #999;
}

textarea.text-input {
  display: block;
}

.text-input[disabled] {
  opacity: .4;
}

input.text-input:-webkit-autofill {
  background-color: transparent;
}

.platform-mobile textarea.text-input {
  resize: none;
}

.input-cover {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.input[disabled] .input-cover {
  pointer-events: none;
}

.item-input-has-focus .input-cover,
.input-has-focus .input-cover {
  display: none;
}

.item-input-has-focus,
.input-has-focus {
  pointer-events: none;
}

.item-input-has-focus input,
.input-has-focus input,
.item-input-has-focus textarea,
.input-has-focus textarea,
.item-input-has-focus a,
.input-has-focus a,
.item-input-has-focus button,
.input-has-focus button {
  pointer-events: auto;
}

.text-input-clear-icon {
  margin: 0;
  padding: 0;
  background-position: center;
  position: absolute;
  top: 0;
  display: none;
  height: 100%;
  background-repeat: no-repeat;
}

.item-input-has-focus.item-input-has-value .text-input-clear-icon,
.input-has-focus.input-has-value .text-input-clear-icon {
  display: block;
}

.text-input-ios {
  margin: 11px 8px 11px 0;
  padding: 0;
  width: calc(100% - 8px);
}

.input-ios .inset-input {
  padding: 5.5px 8px;
  margin: 5.5px 16px 5.5px 0;
}

.item-ios.item-label-stacked .text-input,
.item-ios.item-label-floating .text-input {
  margin-left: 0;
  margin-top: 8px;
  margin-bottom: 8px;
  width: calc(100% - 8px);
}

.item-ios.item-label-stacked .label-ios + .input + .cloned-input,
.item-ios.item-label-floating .label-ios + .input + .cloned-input {
  margin-left: 0;
}

.item-label-stacked .select-ios,
.item-label-floating .select-ios {
  padding-left: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.input-ios[clearInput] {
  position: relative;
}

.input-ios[clearInput] .text-input {
  padding-right: 30px;
}

.input-ios .text-input-clear-icon {
  right: 8px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'><path%20fill='rgba(0,%200,%200,%200.5)'%20d='M403.1,108.9c-81.2-81.2-212.9-81.2-294.2,0s-81.2,212.9,0,294.2c81.2,81.2,212.9,81.2,294.2,0S484.3,190.1,403.1,108.9z%20M352,340.2L340.2,352l-84.4-84.2l-84,83.8L160,339.8l84-83.8l-84-83.8l11.8-11.8l84,83.8l84.4-84.2l11.8,11.8L267.6,256L352,340.2z'/></svg>");
  width: 30px;
  background-size: 18px;
}

.text-input-md {
  margin: 13px 8px;
  padding: 0;
  width: calc(100% - 8px - 8px);
}

.input-md .inset-input {
  padding: 6.5px 8px;
  margin: 6.5px 16px;
}

.item-md.item-input.item-input-has-focus .item-inner,
.item-md.item-input.input-has-focus .item-inner {
  border-bottom-color: #17263C;
  -webkit-box-shadow: inset 0 -1px 0 0 #17263C;
  box-shadow: inset 0 -1px 0 0 #17263C;
}

.list-md .item-input.item-input-has-focus:last-child,
.list-md .item-input.input-has-focus:last-child {
  border-bottom-color: #17263C;
  -webkit-box-shadow: inset 0 -1px 0 0 #17263C;
  box-shadow: inset 0 -1px 0 0 #17263C;
}

.list-md .item-input.item-input-has-focus:last-child .item-inner,
.list-md .item-input.input-has-focus:last-child .item-inner {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.item-md.item-input.ng-valid.item-input-has-value:not(.input-has-focus):not(.item-input-has-focus) .item-inner,
.item-md.item-input.ng-valid.input-has-value:not(.input-has-focus):not(.item-input-has-focus) .item-inner {
  border-bottom-color: #32db64;
  -webkit-box-shadow: inset 0 -1px 0 0 #32db64;
  box-shadow: inset 0 -1px 0 0 #32db64;
}

.list-md .item-input.ng-valid.item-input-has-value:not(.input-has-focus):not(.item-input-has-focus):last-child,
.list-md .item-input.ng-valid.input-has-value:not(.input-has-focus):not(.item-input-has-focus):last-child {
  border-bottom-color: #32db64;
  -webkit-box-shadow: inset 0 -1px 0 0 #32db64;
  box-shadow: inset 0 -1px 0 0 #32db64;
}

.list-md .item-input.ng-valid.item-input-has-value:not(.input-has-focus):not(.item-input-has-focus):last-child .item-inner,
.list-md .item-input.ng-valid.input-has-value:not(.input-has-focus):not(.item-input-has-focus):last-child .item-inner {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.item-md.item-input.ng-invalid.ng-touched:not(.input-has-focus):not(.item-input-has-focus) .item-inner {
  border-bottom-color: #f53d3d;
  -webkit-box-shadow: inset 0 -1px 0 0 #f53d3d;
  box-shadow: inset 0 -1px 0 0 #f53d3d;
}

.list-md .item-input.ng-invalid.ng-touched:not(.input-has-focus):not(.item-input-has-focus):last-child {
  border-bottom-color: #f53d3d;
  -webkit-box-shadow: inset 0 -1px 0 0 #f53d3d;
  box-shadow: inset 0 -1px 0 0 #f53d3d;
}

.list-md .item-input.ng-invalid.ng-touched:not(.input-has-focus):not(.item-input-has-focus):last-child .item-inner {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.item-label-stacked .text-input-md,
.item-label-floating .text-input-md {
  margin-left: 0;
  margin-top: 8px;
  margin-bottom: 8px;
  width: calc(100% - 8px);
}

.item-label-stacked .select-md,
.item-label-floating .select-md {
  padding-left: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.input-md[clearInput] {
  position: relative;
}

.input-md[clearInput] .text-input {
  padding-right: 30px;
}

.input-md .text-input-clear-icon {
  right: 8px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'><polygon%20fill='%235b5b5b'%20points='405,136.798%20375.202,107%20256,226.202%20136.798,107%20107,136.798%20226.202,256%20107,375.202%20136.798,405%20256,285.798%20375.202,405%20405,375.202%20285.798,256'/></svg>");
  width: 30px;
  background-size: 22px;
}

.text-input-wp {
  margin: 13px 8px;
  padding: 0 8px;
  width: calc(100% - 8px - 8px);
  border: 2px solid rgba(0, 0, 0, 0.5);
  line-height: 3rem;
}

.item-wp .inset-input {
  padding: 6.5px 8px;
  margin: 6.5px 16px;
}

.item-wp.item-input.item-input-has-focus .text-input,
.item-wp.item-input.input-has-focus .text-input {
  border-color: #17263C;
}

.item-wp.item-input.ng-valid.item-input-has-value:not(.input-has-focus):not(.item-input-has-focus) .text-input,
.item-wp.item-input.ng-valid.input-has-value:not(.input-has-focus):not(.item-input-has-focus) .text-input {
  border-color: #32db64;
}

.item-wp.item-input.ng-invalid.ng-touched:not(.input-has-focus):not(.item-input-has-focus) .text-input {
  border-color: #f53d3d;
}

.item-label-stacked .text-input-wp,
.item-label-floating .text-input-wp,
.item-label-stacked .select-wp,
.item-label-floating .select-wp {
  margin-left: 0;
  margin-top: 8px;
  margin-bottom: 8px;
  width: calc(100% - 8px);
}

.item-wp.item-label-stacked [item-right],
.item-wp.item-label-floating [item-right],
.item-wp.item-label-stacked [item-end],
.item-wp.item-label-floating [item-end] {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.input-wp[clearInput] {
  position: relative;
}

.input-wp[clearInput] .text-input {
  padding-right: 30px;
}

.input-wp .text-input-clear-icon {
  right: 8px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'><polygon%20fill='rgba(0,%200,%200,%200.5)'%20points='405,136.798%20375.202,107%20256,226.202%20136.798,107%20107,136.798%20226.202,256%20107,375.202%20136.798,405%20256,285.798%20375.202,405%20405,375.202%20285.798,256'/></svg>");
  width: 30px;
  background-size: 22px;
}

.item {
  contain: content;
}

.item-block {
  margin: 0;
  padding: 0;
  text-align: initial;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  min-height: 4.4rem;
  border: 0;
  font-weight: normal;
  line-height: normal;
  text-decoration: none;
  color: inherit;
}

.item-inner {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -webkit-flex-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  -webkit-box-align: inherit;
  -webkit-align-items: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  min-height: inherit;
  border: 0;
}

.input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -webkit-flex-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  -webkit-box-align: inherit;
  -webkit-align-items: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-overflow: ellipsis;
}

.item[no-lines],
.item.item[no-lines] .item-inner {
  border: 0;
}

ion-item-group {
  display: block;
}

ion-item-divider {
  margin: 0;
  padding: 0;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  min-height: 30px;
}

ion-item-divider[sticky] {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

[vertical-align-top],
ion-input.item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.item > ion-icon[small]:first-child,
.item-inner > ion-icon[small]:first-child {
  min-width: 18px;
}

.item > ion-icon:first-child,
.item-inner > ion-icon:first-child {
  text-align: center;
  min-width: 24px;
}

.item > ion-icon,
.item-inner > ion-icon {
  min-height: 2.8rem;
  font-size: 2.8rem;
  line-height: 1;
}

.item > ion-icon[large],
.item-inner > ion-icon[large] {
  min-height: 3.2rem;
  font-size: 3.2rem;
}

.item > ion-icon[small],
.item-inner > ion-icon[small] {
  min-height: 1.8rem;
  font-size: 1.8rem;
}

ion-avatar,
ion-thumbnail {
  display: block;
  line-height: 1;
}

ion-avatar img,
ion-thumbnail img {
  display: block;
}

.item-cover {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
}

ion-reorder {
  -webkit-transform: translate3d(300%,  0,  0);
  transform: translate3d(300%,  0,  0);
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 40px;
  height: 100%;
  font-size: 1.7em;
  opacity: .25;
  -webkit-transition: -webkit-transform 140ms ease-in;
  transition: -webkit-transform 140ms ease-in;
  transition: transform 140ms ease-in;
  transition: transform 140ms ease-in, -webkit-transform 140ms ease-in;
  pointer-events: all;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.reorder-side-start ion-reorder {
  -webkit-transform: translate3d(-300%,  0,  0);
  transform: translate3d(-300%,  0,  0);
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

ion-reorder ion-icon {
  pointer-events: none;
}

.reorder-enabled ion-reorder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.reorder-visible ion-reorder {
  -webkit-transform: translate3d(0,  0,  0);
  transform: translate3d(0,  0,  0);
}

.reorder-list-active .item,
.reorder-list-active .item-wrapper {
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  will-change: transform;
}

.reorder-list-active .item-inner {
  pointer-events: none;
}

.item-wrapper.reorder-active,
.item.reorder-active,
.reorder-active {
  z-index: 4;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  opacity: .8;
  -webkit-transition: none;
  transition: none;
  pointer-events: none;
}

ion-item-sliding {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

ion-item-sliding .item {
  position: static;
}

ion-item-options {
  position: absolute;
  z-index: 1;
  display: none;
  height: 100%;
  font-size: 14px;
  visibility: hidden;
  top: 0;
  right: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

ion-item-options[side=left] {
  right: auto;
  left: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

ion-item-options .button {
  margin: 0;
  padding: 0 0.7em;
  border-radius: 0;
  height: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

ion-item-options .button:last-child {
  padding-right: 0.7em;
}

@media screen and (orientation: landscape) {
  ion-item-options .button:last-child {
    padding-right: calc(constant(safe-area-inset-right) + 0.7em);
    padding-right: calc(env(safe-area-inset-right) + 0.7em);
  }
}

ion-item-options:not([icon-left]) .button:not([icon-only]) .button-inner,
ion-item-options:not([icon-start]) .button:not([icon-only]) .button-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

ion-item-options:not([icon-left]) .button:not([icon-only]) ion-icon,
ion-item-options:not([icon-start]) .button:not([icon-only]) ion-icon {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0.3em;
}

ion-item-sliding.active-slide .item,
ion-item-sliding.active-slide .item.activated {
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.36, 0.66, 0.04, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.36, 0.66, 0.04, 1);
  transition: transform 500ms cubic-bezier(0.36, 0.66, 0.04, 1);
  transition: transform 500ms cubic-bezier(0.36, 0.66, 0.04, 1), -webkit-transform 500ms cubic-bezier(0.36, 0.66, 0.04, 1);
  pointer-events: none;
  will-change: transform;
}

ion-item-sliding.active-slide ion-item-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

ion-item-sliding.active-slide.active-options-left ion-item-options[side=left],
ion-item-sliding.active-slide.active-options-right ion-item-options:not([side=left]) {
  width: 100%;
  visibility: visible;
}

button[expandable] {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition-duration: 0;
  transition-duration: 0;
  -webkit-transition-property: none;
  transition-property: none;
  -webkit-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}

ion-item-sliding.active-swipe-right button[expandable] {
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-property: padding-left;
  transition-property: padding-left;
  padding-left: 90%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

ion-item-sliding.active-swipe-left button[expandable] {
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-property: padding-right;
  transition-property: padding-right;
  padding-right: 90%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.item-ios {
  padding-left: 16px;
  padding-left: 16px;
  border-radius: 0;
  position: relative;
  font-size: 1.7rem;
  color: #000;
  background-color: #fff;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

@media screen and (orientation: landscape) {
  .item-ios {
    padding-left: calc(constant(safe-area-inset-left) + 16px);
    padding-left: calc(env(safe-area-inset-left) + 16px);
  }
}

.item-ios.activated {
  background-color: #d9d9d9;
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}

.item-ios h1 {
  margin: 0 0 2px;
  font-size: 2.4rem;
  font-weight: normal;
}

.item-ios h2 {
  margin: 0 0 2px;
  font-size: 1.7rem;
  font-weight: normal;
}

.item-ios h3,
.item-ios h4,
.item-ios h5,
.item-ios h6 {
  margin: 0 0 3px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: normal;
}

.item-ios p {
  overflow: inherit;
  font-size: 1.4rem;
  line-height: normal;
  text-overflow: inherit;
  color: #8e9093;
  margin: 0 0 2px;
}

.item-ios h2:last-child,
.item-ios h3:last-child,
.item-ios h4:last-child,
.item-ios h5:last-child,
.item-ios h6:last-child,
.item-ios p:last-child {
  margin-bottom: 0;
}

.item-ios.item-block .item-inner {
  padding-right: 8px;
  padding-right: 8px;
  border-bottom: 0.55px solid #c8c7cc;
}

@media screen and (orientation: landscape) {
  .item-ios.item-block .item-inner {
    padding-right: calc(constant(safe-area-inset-right) + 8px);
    padding-right: calc(env(safe-area-inset-right) + 8px);
  }
}

.item-ios [item-left],
.item-ios [item-start] {
  margin: 8px 16px 8px 0;
}

.item-ios [item-right],
.item-ios [item-end] {
  margin: 8px;
}

.item-ios ion-icon[item-left],
.item-ios ion-icon[item-right],
.item-ios ion-icon[item-start],
.item-ios ion-icon[item-end] {
  margin-left: 0;
  margin-top: 9px;
  margin-bottom: 8px;
}

.item-ios .item-button {
  padding: 0 0.5em;
  height: 24px;
  font-size: 1.3rem;
}

.item-ios .item-button[icon-only] ion-icon,
.item-ios .item-button[icon-only] {
  padding: 0 1px;
}

.item-ios ion-avatar[item-left],
.item-ios ion-thumbnail[item-left],
.item-ios ion-avatar[item-start],
.item-ios ion-thumbnail[item-start] {
  margin: 8px 16px 8px 0;
}

.item-ios ion-avatar[item-right],
.item-ios ion-thumbnail[item-right],
.item-ios ion-avatar[item-end],
.item-ios ion-thumbnail[item-end] {
  margin: 8px;
}

.item-ios ion-avatar {
  min-width: 36px;
  min-height: 36px;
}

.item-ios ion-avatar ion-img,
.item-ios ion-avatar img {
  border-radius: 50%;
  overflow: hidden;
  width: 36px;
  height: 36px;
}

.item-ios ion-thumbnail {
  min-width: 56px;
  min-height: 56px;
}

.item-ios ion-thumbnail ion-img,
.item-ios ion-thumbnail img {
  width: 56px;
  height: 56px;
}

.item-ios[detail-push] .item-inner,
button.item-ios:not([detail-none]) .item-inner,
a.item-ios:not([detail-none]) .item-inner {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%2020'><path%20d='M2,20l-2-2l8-8L0,2l2-2l10,10L2,20z'%20fill='%23c8c7cc'/></svg>");
  padding-right: 32px;
  background-position: right 14px center;
  background-position: right calc(14px + constant(safe-area-inset-right)) center;
  background-position: right calc(14px + env(safe-area-inset-right)) center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}

ion-item-group .item-ios:first-child .item-inner {
  border-top-width: 0;
}

ion-item-group .item-ios:last-child .item-inner,
ion-item-group .item-wrapper:last-child .item-ios .item-inner {
  border: 0;
}

.item-divider-ios {
  padding-left: 16px;
  padding-left: 16px;
  color: #222;
  background-color: #f7f7f7;
}

@media screen and (orientation: landscape) {
  .item-divider-ios {
    padding-left: calc(constant(safe-area-inset-left) + 16px);
    padding-left: calc(env(safe-area-inset-left) + 16px);
  }
}

.item-ios .text-ios-primary {
  color: #17263C;
}

.item-ios-primary,
.item-divider-ios-primary {
  color: #fff;
  background-color: #17263C;
}

.item-ios-primary p,
.item-divider-ios-primary p {
  color: #fff;
}

.item-ios-primary.activated,
.item-divider-ios-primary.activated {
  background-color: #2a374c;
}

.item-ios .text-ios-secondary {
  color: #32db64;
}

.item-ios-secondary,
.item-divider-ios-secondary {
  color: #fff;
  background-color: #32db64;
}

.item-ios-secondary p,
.item-divider-ios-secondary p {
  color: #fff;
}

.item-ios-secondary.activated,
.item-divider-ios-secondary.activated {
  background-color: #2ec95c;
}

.item-ios .text-ios-danger {
  color: #f53d3d;
}

.item-ios-danger,
.item-divider-ios-danger {
  color: #fff;
  background-color: #f53d3d;
}

.item-ios-danger p,
.item-divider-ios-danger p {
  color: #fff;
}

.item-ios-danger.activated,
.item-divider-ios-danger.activated {
  background-color: #e13838;
}

.item-ios .text-ios-light {
  color: #f4f4f4;
}

.item-ios-light,
.item-divider-ios-light {
  color: #000;
  background-color: #f4f4f4;
}

.item-ios-light p,
.item-divider-ios-light p {
  color: #000;
}

.item-ios-light.activated,
.item-divider-ios-light.activated {
  background-color: #e0e0e0;
}

.item-ios .text-ios-white {
  color: #ffffff;
}

.item-ios-white,
.item-divider-ios-white {
  color: #000;
  background-color: #ffffff;
}

.item-ios-white p,
.item-divider-ios-white p {
  color: #000;
}

.item-ios-white.activated,
.item-divider-ios-white.activated {
  background-color: #ebebeb;
}

.item-ios .text-ios-dark {
  color: #222;
}

.item-ios-dark,
.item-divider-ios-dark {
  color: #fff;
  background-color: #222;
}

.item-ios-dark p,
.item-divider-ios-dark p {
  color: #fff;
}

.item-ios-dark.activated,
.item-divider-ios-dark.activated {
  background-color: #343434;
}

.item-ios .text-ios-sunflower {
  color: #f1c40f;
}

.item-ios-sunflower,
.item-divider-ios-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.item-ios-sunflower p,
.item-divider-ios-sunflower p {
  color: #000;
}

.item-ios-sunflower.activated,
.item-divider-ios-sunflower.activated {
  background-color: #deb40e;
}

.item-ios .text-ios-active {
  color: #17263C;
}

.item-ios-active,
.item-divider-ios-active {
  color: #fff;
  background-color: #17263C;
}

.item-ios-active p,
.item-divider-ios-active p {
  color: #fff;
}

.item-ios-active.activated,
.item-divider-ios-active.activated {
  background-color: #2a374c;
}

.item-ios .text-ios-black {
  color: #17263C;
}

.item-ios-black,
.item-divider-ios-black {
  color: #fff;
  background-color: #17263C;
}

.item-ios-black p,
.item-divider-ios-black p {
  color: #fff;
}

.item-ios-black.activated,
.item-divider-ios-black.activated {
  background-color: #2a374c;
}

.item-ios .text-ios-sacgreen {
  color: #7c9a56;
}

.item-ios-sacgreen,
.item-divider-ios-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.item-ios-sacgreen p,
.item-divider-ios-sacgreen p {
  color: #fff;
}

.item-ios-sacgreen.activated,
.item-divider-ios-sacgreen.activated {
  background-color: #86a264;
}

.list-ios ion-item-sliding {
  background-color: #fff;
}

.item-md {
  padding-left: 16px;
  padding-right: 0;
  position: relative;
  font-size: 1.6rem;
  font-weight: normal;
  text-transform: none;
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.item-md.activated {
  background-color: #f1f1f1;
}

.item-md[no-lines] {
  border-width: 0;
}

.item-md h1 {
  margin: 0 0 2px;
  font-size: 2.4rem;
  font-weight: normal;
}

.item-md h2 {
  margin: 2px 0;
  font-size: 1.6rem;
  font-weight: normal;
}

.item-md h3,
.item-md h4,
.item-md h5,
.item-md h6 {
  margin: 2px 0;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: normal;
}

.item-md p {
  margin: 0 0 2px;
  overflow: inherit;
  font-size: 1.4rem;
  line-height: normal;
  text-overflow: inherit;
  color: #666;
}

.item-md.item-block .item-inner {
  padding-right: 8px;
  border-bottom: 1px solid #dedede;
}

.item-md [item-left],
.item-md [item-right],
.item-md [item-start],
.item-md [item-end] {
  margin: 9px 8px 9px 0;
}

.item-md ion-icon[item-left],
.item-md ion-icon[item-right],
.item-md ion-icon[item-start],
.item-md ion-icon[item-end] {
  margin-left: 0;
  margin-top: 11px;
  margin-bottom: 10px;
}

.item-md .item-button {
  padding: 0 0.6em;
  height: 25px;
  font-size: 1.2rem;
}

.item-md .item-button[icon-only] ion-icon,
.item-md .item-button[icon-only] {
  padding: 0 1px;
}

.item-md ion-icon[item-left] + .item-inner,
.item-md ion-icon[item-left] + .item-input,
.item-md ion-icon[item-start] + .item-inner,
.item-md ion-icon[item-start] + .item-input {
  margin-left: 24px;
}

.item-md ion-avatar[item-left],
.item-md ion-thumbnail[item-left],
.item-md ion-avatar[item-start],
.item-md ion-thumbnail[item-start] {
  margin: 8px 16px 8px 0;
}

.item-md ion-avatar[item-right],
.item-md ion-thumbnail[item-right],
.item-md ion-avatar[item-end],
.item-md ion-thumbnail[item-end] {
  margin: 8px;
}

.item-md ion-avatar {
  min-width: 40px;
  min-height: 40px;
}

.item-md ion-avatar ion-img,
.item-md ion-avatar img {
  border-radius: 50%;
  overflow: hidden;
  width: 40px;
  height: 40px;
}

.item-md ion-thumbnail {
  min-width: 80px;
  min-height: 80px;
}

.item-md ion-thumbnail ion-img,
.item-md ion-thumbnail img {
  width: 80px;
  height: 80px;
}

ion-item-group .item-md:first-child .item-inner {
  border-top-width: 0;
}

ion-item-group .item-md:last-child .item-inner,
ion-item-group .item-md .item-wrapper:last-child .item-inner {
  border: 0;
}

.item-divider-md {
  padding-left: 16px;
  border-bottom: 1px solid #dedede;
  font-size: 1.4rem;
  color: #858585;
  background-color: #fff;
}

.item-md .text-md-primary {
  color: #17263C;
}

.item-md-primary,
.item-divider-md-primary {
  color: #fff;
  background-color: #17263C;
}

.item-md-primary p,
.item-divider-md-primary p {
  color: #fff;
}

.item-md-primary.activated,
.item-divider-md-primary.activated {
  background-color: #2a374c;
}

.item-md .text-md-secondary {
  color: #32db64;
}

.item-md-secondary,
.item-divider-md-secondary {
  color: #fff;
  background-color: #32db64;
}

.item-md-secondary p,
.item-divider-md-secondary p {
  color: #fff;
}

.item-md-secondary.activated,
.item-divider-md-secondary.activated {
  background-color: #2ec95c;
}

.item-md .text-md-danger {
  color: #f53d3d;
}

.item-md-danger,
.item-divider-md-danger {
  color: #fff;
  background-color: #f53d3d;
}

.item-md-danger p,
.item-divider-md-danger p {
  color: #fff;
}

.item-md-danger.activated,
.item-divider-md-danger.activated {
  background-color: #e13838;
}

.item-md .text-md-light {
  color: #f4f4f4;
}

.item-md-light,
.item-divider-md-light {
  color: #000;
  background-color: #f4f4f4;
}

.item-md-light p,
.item-divider-md-light p {
  color: #000;
}

.item-md-light.activated,
.item-divider-md-light.activated {
  background-color: #e0e0e0;
}

.item-md .text-md-white {
  color: #ffffff;
}

.item-md-white,
.item-divider-md-white {
  color: #000;
  background-color: #ffffff;
}

.item-md-white p,
.item-divider-md-white p {
  color: #000;
}

.item-md-white.activated,
.item-divider-md-white.activated {
  background-color: #ebebeb;
}

.item-md .text-md-dark {
  color: #222;
}

.item-md-dark,
.item-divider-md-dark {
  color: #fff;
  background-color: #222;
}

.item-md-dark p,
.item-divider-md-dark p {
  color: #fff;
}

.item-md-dark.activated,
.item-divider-md-dark.activated {
  background-color: #343434;
}

.item-md .text-md-sunflower {
  color: #f1c40f;
}

.item-md-sunflower,
.item-divider-md-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.item-md-sunflower p,
.item-divider-md-sunflower p {
  color: #000;
}

.item-md-sunflower.activated,
.item-divider-md-sunflower.activated {
  background-color: #deb40e;
}

.item-md .text-md-active {
  color: #17263C;
}

.item-md-active,
.item-divider-md-active {
  color: #fff;
  background-color: #17263C;
}

.item-md-active p,
.item-divider-md-active p {
  color: #fff;
}

.item-md-active.activated,
.item-divider-md-active.activated {
  background-color: #2a374c;
}

.item-md .text-md-black {
  color: #17263C;
}

.item-md-black,
.item-divider-md-black {
  color: #fff;
  background-color: #17263C;
}

.item-md-black p,
.item-divider-md-black p {
  color: #fff;
}

.item-md-black.activated,
.item-divider-md-black.activated {
  background-color: #2a374c;
}

.item-md .text-md-sacgreen {
  color: #7c9a56;
}

.item-md-sacgreen,
.item-divider-md-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.item-md-sacgreen p,
.item-divider-md-sacgreen p {
  color: #fff;
}

.item-md-sacgreen.activated,
.item-divider-md-sacgreen.activated {
  background-color: #86a264;
}

.list-md ion-item-sliding {
  background-color: #fff;
}

.item-md ion-reorder {
  font-size: 1.5em;
  opacity: .3;
}

.item-wp {
  padding-left: 16px;
  padding-right: 0;
  position: relative;
  font-size: 1.6rem;
  font-weight: normal;
  text-transform: none;
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.item-wp.activated {
  background-color: #aaa;
}

.item-wp[no-lines] {
  border-width: 0;
}

.item-wp h1 {
  margin: 0 0 2px;
  font-size: 2.4rem;
  font-weight: normal;
}

.item-wp h2 {
  margin: 2px 0;
  font-size: 1.6rem;
  font-weight: normal;
}

.item-wp h3,
.item-wp h4,
.item-wp h5,
.item-wp h6 {
  margin: 2px 0;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: normal;
}

.item-wp p {
  margin: 0 0 2px;
  overflow: inherit;
  font-size: 1.4rem;
  line-height: normal;
  text-overflow: inherit;
  color: #666;
}

.item-wp.item-block .item-inner {
  padding-right: 8px;
  border-bottom: 1px solid transparent;
}

.item-wp [item-left],
.item-wp [item-right],
.item-wp [item-start],
.item-wp [item-end] {
  margin: 9px 8px 9px 0;
}

.item-wp ion-icon[item-left],
.item-wp ion-icon[item-right],
.item-wp ion-icon[item-start],
.item-wp ion-icon[item-end] {
  margin-left: 0;
  margin-top: 11px;
  margin-bottom: 10px;
}

.item-wp .item-button {
  padding: 0 0.6em;
  height: 25px;
  font-size: 1.2rem;
}

.item-wp .item-button[icon-only] ion-icon,
.item-wp .item-button[icon-only] {
  padding: 0 1px;
}

.item-wp[text-wrap] ion-label {
  font-size: 1.4rem;
  line-height: 1.5;
}

.item-wp ion-icon[item-left] + .item-inner,
.item-wp ion-icon[item-left] + .item-input,
.item-wp ion-icon[item-start] + .item-inner,
.item-wp ion-icon[item-start] + .item-input {
  margin-left: 8px;
}

.item-wp ion-avatar[item-left],
.item-wp ion-thumbnail[item-left],
.item-wp ion-avatar[item-start],
.item-wp ion-thumbnail[item-start] {
  margin: 8px 16px 8px 0;
}

.item-wp ion-avatar[item-right],
.item-wp ion-thumbnail[item-right],
.item-wp ion-avatar[item-end],
.item-wp ion-thumbnail[item-end] {
  margin: 8px;
}

.item-wp ion-avatar {
  min-width: 40px;
  min-height: 40px;
}

.item-wp ion-avatar ion-img,
.item-wp ion-avatar img {
  border-radius: 50%;
  overflow: hidden;
  width: 40px;
  height: 40px;
}

.item-wp ion-thumbnail {
  min-width: 80px;
  min-height: 80px;
}

.item-wp ion-thumbnail ion-img,
.item-wp ion-thumbnail img {
  width: 80px;
  height: 80px;
}

.item-divider-wp {
  padding-left: 16px;
  border-bottom: 1px solid transparent;
  font-size: 2rem;
  color: #000;
  background-color: #fff;
}

.item-wp .text-wp-primary {
  color: #17263C;
}

.item-wp-primary,
.item-divider-wp-primary {
  color: #fff;
  background-color: #17263C;
}

.item-wp-primary p,
.item-divider-wp-primary p {
  color: #fff;
}

.item-wp-primary.activated,
.item-divider-wp-primary.activated {
  background-color: #2a374c;
}

.item-wp .text-wp-secondary {
  color: #32db64;
}

.item-wp-secondary,
.item-divider-wp-secondary {
  color: #fff;
  background-color: #32db64;
}

.item-wp-secondary p,
.item-divider-wp-secondary p {
  color: #fff;
}

.item-wp-secondary.activated,
.item-divider-wp-secondary.activated {
  background-color: #2ec95c;
}

.item-wp .text-wp-danger {
  color: #f53d3d;
}

.item-wp-danger,
.item-divider-wp-danger {
  color: #fff;
  background-color: #f53d3d;
}

.item-wp-danger p,
.item-divider-wp-danger p {
  color: #fff;
}

.item-wp-danger.activated,
.item-divider-wp-danger.activated {
  background-color: #e13838;
}

.item-wp .text-wp-light {
  color: #f4f4f4;
}

.item-wp-light,
.item-divider-wp-light {
  color: #000;
  background-color: #f4f4f4;
}

.item-wp-light p,
.item-divider-wp-light p {
  color: #000;
}

.item-wp-light.activated,
.item-divider-wp-light.activated {
  background-color: #e0e0e0;
}

.item-wp .text-wp-white {
  color: #ffffff;
}

.item-wp-white,
.item-divider-wp-white {
  color: #000;
  background-color: #ffffff;
}

.item-wp-white p,
.item-divider-wp-white p {
  color: #000;
}

.item-wp-white.activated,
.item-divider-wp-white.activated {
  background-color: #ebebeb;
}

.item-wp .text-wp-dark {
  color: #222;
}

.item-wp-dark,
.item-divider-wp-dark {
  color: #fff;
  background-color: #222;
}

.item-wp-dark p,
.item-divider-wp-dark p {
  color: #fff;
}

.item-wp-dark.activated,
.item-divider-wp-dark.activated {
  background-color: #343434;
}

.item-wp .text-wp-sunflower {
  color: #f1c40f;
}

.item-wp-sunflower,
.item-divider-wp-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.item-wp-sunflower p,
.item-divider-wp-sunflower p {
  color: #000;
}

.item-wp-sunflower.activated,
.item-divider-wp-sunflower.activated {
  background-color: #deb40e;
}

.item-wp .text-wp-active {
  color: #17263C;
}

.item-wp-active,
.item-divider-wp-active {
  color: #fff;
  background-color: #17263C;
}

.item-wp-active p,
.item-divider-wp-active p {
  color: #fff;
}

.item-wp-active.activated,
.item-divider-wp-active.activated {
  background-color: #2a374c;
}

.item-wp .text-wp-black {
  color: #17263C;
}

.item-wp-black,
.item-divider-wp-black {
  color: #fff;
  background-color: #17263C;
}

.item-wp-black p,
.item-divider-wp-black p {
  color: #fff;
}

.item-wp-black.activated,
.item-divider-wp-black.activated {
  background-color: #2a374c;
}

.item-wp .text-wp-sacgreen {
  color: #7c9a56;
}

.item-wp-sacgreen,
.item-divider-wp-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.item-wp-sacgreen p,
.item-divider-wp-sacgreen p {
  color: #fff;
}

.item-wp-sacgreen.activated,
.item-divider-wp-sacgreen.activated {
  background-color: #86a264;
}

.list-wp ion-item-sliding {
  background-color: #fff;
}

ion-label {
  margin: 0;
  display: block;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.item-input ion-label {
  -webkit-box-flex: initial;
  -webkit-flex: initial;
  -ms-flex: initial;
  flex: initial;
  max-width: 200px;
  pointer-events: none;
}

[text-wrap] ion-label {
  white-space: normal;
}

ion-label[fixed] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  width: 100px;
  min-width: 100px;
  max-width: 200px;
}

.item-label-stacked ion-label,
.item-label-floating ion-label {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: auto;
  max-width: 100%;
}

ion-label[stacked],
ion-label[floating] {
  margin-bottom: 0;
}

.item-label-stacked .input-wrapper,
.item-label-floating .input-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.item-label-stacked ion-select,
.item-label-floating ion-select {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  max-width: 100%;
}

.label-ios {
  margin: 11px 8px 11px 0;
}

.label-ios + ion-input .text-input,
.label-ios + ion-textarea .text-input,
.label-ios + .input + .cloned-input {
  margin-left: 16px;
  width: calc(100% - (16px / 2) - 16px);
}

.label-ios[stacked] {
  margin-bottom: 4px;
  font-size: 1.2rem;
}

.label-ios[floating] {
  margin-bottom: 0;
  -webkit-transform: translate3d(0,  27px,  0);
  transform: translate3d(0,  27px,  0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  transition: -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}

.item-input-has-focus .label-ios[floating],
.input-has-focus .label-ios[floating],
.item-input-has-value .label-ios[floating],
.input-has-value .label-ios[floating] {
  -webkit-transform: translate3d(0,  0,  0) scale(0.8);
  transform: translate3d(0,  0,  0) scale(0.8);
}

.item-ios.item-label-stacked [item-right],
.item-ios.item-label-floating [item-right],
.item-ios.item-label-stacked [item-end],
.item-ios.item-label-floating [item-end] {
  margin-top: 6px;
  margin-bottom: 6px;
}

.label-ios-primary,
.item-input .label-ios-primary,
.item-select .label-ios-primary,
.item-datetime .label-ios-primary {
  color: #17263C;
}

.label-ios-secondary,
.item-input .label-ios-secondary,
.item-select .label-ios-secondary,
.item-datetime .label-ios-secondary {
  color: #32db64;
}

.label-ios-danger,
.item-input .label-ios-danger,
.item-select .label-ios-danger,
.item-datetime .label-ios-danger {
  color: #f53d3d;
}

.label-ios-light,
.item-input .label-ios-light,
.item-select .label-ios-light,
.item-datetime .label-ios-light {
  color: #f4f4f4;
}

.label-ios-white,
.item-input .label-ios-white,
.item-select .label-ios-white,
.item-datetime .label-ios-white {
  color: #ffffff;
}

.label-ios-dark,
.item-input .label-ios-dark,
.item-select .label-ios-dark,
.item-datetime .label-ios-dark {
  color: #222;
}

.label-ios-sunflower,
.item-input .label-ios-sunflower,
.item-select .label-ios-sunflower,
.item-datetime .label-ios-sunflower {
  color: #f1c40f;
}

.label-ios-active,
.item-input .label-ios-active,
.item-select .label-ios-active,
.item-datetime .label-ios-active {
  color: #17263C;
}

.label-ios-black,
.item-input .label-ios-black,
.item-select .label-ios-black,
.item-datetime .label-ios-black {
  color: #17263C;
}

.label-ios-sacgreen,
.item-input .label-ios-sacgreen,
.item-select .label-ios-sacgreen,
.item-datetime .label-ios-sacgreen {
  color: #7c9a56;
}

.label-md {
  margin: 13px 8px 13px 0;
}

[text-wrap] .label-md {
  font-size: 1.4rem;
  line-height: 1.5;
}

.item-input .label-md,
.item-select .label-md,
.item-datetime .label-md {
  color: #999;
}

.label-md[stacked] {
  font-size: 1.2rem;
}

.label-md[floating] {
  -webkit-transform: translate3d(0,  27px,  0);
  transform: translate3d(0,  27px,  0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  transition: -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}

.label-md[stacked],
.label-md[floating] {
  margin-left: 0;
  margin-bottom: 0;
}

.item-input-has-focus .label-md[stacked],
.input-has-focus .label-md[stacked],
.item-input-has-focus .label-md[floating],
.input-has-focus .label-md[floating] {
  color: #17263C;
}

.item-input-has-focus .label-md[floating],
.input-has-focus .label-md[floating],
.item-input-has-value .label-md[floating],
.input-has-value .label-md[floating] {
  -webkit-transform: translate3d(0,  0,  0) scale(0.8);
  transform: translate3d(0,  0,  0) scale(0.8);
}

.item-md.item-label-stacked [item-right],
.item-md.item-label-floating [item-right],
.item-md.item-label-stacked [item-end],
.item-md.item-label-floating [item-end] {
  margin-top: 7px;
  margin-bottom: 7px;
}

.label-md-primary,
.item-input .label-md-primary,
.item-select .label-md-primary,
.item-datetime .label-md-primary {
  color: #17263C;
}

.label-md-secondary,
.item-input .label-md-secondary,
.item-select .label-md-secondary,
.item-datetime .label-md-secondary {
  color: #32db64;
}

.label-md-danger,
.item-input .label-md-danger,
.item-select .label-md-danger,
.item-datetime .label-md-danger {
  color: #f53d3d;
}

.label-md-light,
.item-input .label-md-light,
.item-select .label-md-light,
.item-datetime .label-md-light {
  color: #f4f4f4;
}

.label-md-white,
.item-input .label-md-white,
.item-select .label-md-white,
.item-datetime .label-md-white {
  color: #ffffff;
}

.label-md-dark,
.item-input .label-md-dark,
.item-select .label-md-dark,
.item-datetime .label-md-dark {
  color: #222;
}

.label-md-sunflower,
.item-input .label-md-sunflower,
.item-select .label-md-sunflower,
.item-datetime .label-md-sunflower {
  color: #f1c40f;
}

.label-md-active,
.item-input .label-md-active,
.item-select .label-md-active,
.item-datetime .label-md-active {
  color: #17263C;
}

.label-md-black,
.item-input .label-md-black,
.item-select .label-md-black,
.item-datetime .label-md-black {
  color: #17263C;
}

.label-md-sacgreen,
.item-input .label-md-sacgreen,
.item-select .label-md-sacgreen,
.item-datetime .label-md-sacgreen {
  color: #7c9a56;
}

.label-wp {
  margin: 13px 8px 13px 0;
}

.item-input .label-wp,
.item-select .label-wp,
.item-datetime .label-wp {
  color: #999;
}

.label-wp[stacked] {
  font-size: 1.2rem;
}

.label-wp[floating] {
  -webkit-transform: translate3d(8px,  34px,  0);
  transform: translate3d(8px,  34px,  0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.label-wp[stacked],
.label-wp[floating] {
  margin-left: 0;
  margin-bottom: 0;
}

.item-input-has-focus .label-wp[stacked],
.input-has-focus .label-wp[stacked],
.item-input-has-focus .label-wp[floating],
.input-has-focus .label-wp[floating] {
  color: #17263C;
}

.item-input-has-focus .label-wp[floating],
.input-has-focus .label-wp[floating],
.item-input-has-value .label-wp[floating],
.input-has-value .label-wp[floating] {
  -webkit-transform: translate3d(0,  0,  0) scale(0.8);
  transform: translate3d(0,  0,  0) scale(0.8);
}

.item-wp.item-label-stacked [item-right],
.item-wp.item-label-floating [item-right],
.item-wp.item-label-stacked [item-end],
.item-wp.item-label-floating [item-end] {
  margin-top: 13px;
  margin-bottom: 13px;
}

.label-wp-primary,
.item-input .label-wp-primary,
.item-select .label-wp-primary,
.item-datetime .label-wp-primary {
  color: #17263C;
}

.label-wp-secondary,
.item-input .label-wp-secondary,
.item-select .label-wp-secondary,
.item-datetime .label-wp-secondary {
  color: #32db64;
}

.label-wp-danger,
.item-input .label-wp-danger,
.item-select .label-wp-danger,
.item-datetime .label-wp-danger {
  color: #f53d3d;
}

.label-wp-light,
.item-input .label-wp-light,
.item-select .label-wp-light,
.item-datetime .label-wp-light {
  color: #f4f4f4;
}

.label-wp-white,
.item-input .label-wp-white,
.item-select .label-wp-white,
.item-datetime .label-wp-white {
  color: #ffffff;
}

.label-wp-dark,
.item-input .label-wp-dark,
.item-select .label-wp-dark,
.item-datetime .label-wp-dark {
  color: #222;
}

.label-wp-sunflower,
.item-input .label-wp-sunflower,
.item-select .label-wp-sunflower,
.item-datetime .label-wp-sunflower {
  color: #f1c40f;
}

.label-wp-active,
.item-input .label-wp-active,
.item-select .label-wp-active,
.item-datetime .label-wp-active {
  color: #17263C;
}

.label-wp-black,
.item-input .label-wp-black,
.item-select .label-wp-black,
.item-datetime .label-wp-black {
  color: #17263C;
}

.label-wp-sacgreen,
.item-input .label-wp-sacgreen,
.item-select .label-wp-sacgreen,
.item-datetime .label-wp-sacgreen {
  color: #7c9a56;
}

ion-list-header {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  min-height: 4rem;
}

ion-list {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;
}

ion-list[inset] {
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.list-ios {
  margin: -1px 0 32px;
}

.list-ios > .item-block:first-child {
  border-top: 0.55px solid #c8c7cc;
}

.list-ios > .item-block:last-child,
.list-ios > .item-wrapper:last-child .item-block {
  border-bottom: 0.55px solid #c8c7cc;
}

.list-ios > .item-block:last-child .item-inner,
.list-ios > .item-wrapper:last-child .item-block .item-inner {
  border-bottom: 0;
}

.list-ios .item-block .item-inner {
  border-bottom: 0.55px solid #c8c7cc;
}

.list-ios .item[no-lines],
.list-ios .item[no-lines] .item-inner {
  border-width: 0;
}

.list-ios ion-item-options {
  border-bottom: 0.55px solid #c8c7cc;
}

.list-ios ion-item-options .button {
  margin: 0;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.list-ios ion-item-options .button::before {
  margin: 0 auto;
}

.list-ios:not([inset]) + .list-ios:not([inset]) ion-list-header {
  margin-top: -10px;
  padding-top: 0;
}

.list-ios[inset] {
  margin: 16px;
  border-radius: 4px;
}

.list-ios[inset] ion-list-header {
  background-color: #fff;
}

.list-ios[inset] .item {
  border-bottom: 1px solid #c8c7cc;
}

.list-ios[inset] .item-inner {
  border-bottom: 0;
}

.list-ios[inset] > .item:first-child,
.list-ios[inset] > .item-wrapper:first-child .item {
  border-top: 0;
}

.list-ios[inset] > .item:last-child,
.list-ios[inset] > .item-wrapper:last-child .item {
  border-bottom: 0;
}

.list-ios[inset] + ion-list[inset] {
  margin-top: 0;
}

.list-ios[no-lines] ion-list-header,
.list-ios[no-lines] ion-item-options,
.list-ios[no-lines] .item,
.list-ios[no-lines] .item .item-inner {
  border-width: 0;
}

.list-header-ios {
  padding-left: 16px;
  padding-left: 16px;
  position: relative;
  border-bottom: 0.55px solid #c8c7cc;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: #333;
  background: transparent;
}

@media screen and (orientation: landscape) {
  .list-header-ios {
    padding-left: calc(constant(safe-area-inset-left) + 16px);
    padding-left: calc(env(safe-area-inset-left) + 16px);
  }
}

.list-header-ios-primary {
  color: #fff;
  background-color: #17263C;
}

.list-header-ios-secondary {
  color: #fff;
  background-color: #32db64;
}

.list-header-ios-danger {
  color: #fff;
  background-color: #f53d3d;
}

.list-header-ios-light {
  color: #000;
  background-color: #f4f4f4;
}

.list-header-ios-white {
  color: #000;
  background-color: #ffffff;
}

.list-header-ios-dark {
  color: #fff;
  background-color: #222;
}

.list-header-ios-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.list-header-ios-active {
  color: #fff;
  background-color: #17263C;
}

.list-header-ios-black {
  color: #fff;
  background-color: #17263C;
}

.list-header-ios-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.list-md {
  margin: -1px 0 16px;
}

.list-md .item-block .item-inner {
  border-bottom: 1px solid #dedede;
}

.list-md > .item-block:last-child ion-label,
.list-md > .item-block:last-child .item-inner,
.list-md > .item-wrapper:last-child ion-label,
.list-md > .item-wrapper:last-child .item-inner {
  border-bottom: 0;
}

.list-md > ion-input:last-child::after {
  left: 0;
}

.list-md ion-item-options {
  border-bottom: 1px solid #dedede;
}

.list-md ion-item-options .button {
  margin: 0;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.list-md ion-item-options .button::before {
  margin: 0 auto;
}

.list-md .item[no-lines],
.list-md .item[no-lines] .item-inner {
  border-width: 0;
}

.list-md + ion-list ion-list-header {
  margin-top: -16px;
}

.list-md[inset] {
  margin: 16px;
  border-radius: 2px;
}

.list-md[inset] .item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-top-width: 0;
}

.list-md[inset] .item:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-width: 0;
}

.list-md[inset] .item-input {
  padding-left: 0;
  padding-right: 0;
}

.list-md[inset] + ion-list[inset] {
  margin-top: 0;
}

.list-md[inset] ion-list-header {
  background-color: #fff;
}

.list-md[no-lines] .item-block,
.list-md[no-lines] ion-item-options,
.list-md[no-lines] .item .item-inner {
  border-width: 0;
}

.list-header-md {
  padding-left: 16px;
  margin-bottom: 13px;
  min-height: 4.5rem;
  border-top: 1px solid #dedede;
  font-size: 1.4rem;
  color: #757575;
}

.list-header-md-primary {
  color: #fff;
  background-color: #17263C;
}

.list-header-md-secondary {
  color: #fff;
  background-color: #32db64;
}

.list-header-md-danger {
  color: #fff;
  background-color: #f53d3d;
}

.list-header-md-light {
  color: #000;
  background-color: #f4f4f4;
}

.list-header-md-white {
  color: #000;
  background-color: #ffffff;
}

.list-header-md-dark {
  color: #fff;
  background-color: #222;
}

.list-header-md-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.list-header-md-active {
  color: #fff;
  background-color: #17263C;
}

.list-header-md-black {
  color: #fff;
  background-color: #17263C;
}

.list-header-md-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.list-md .item-input:last-child {
  border-bottom: 1px solid #dedede;
}

.list-wp {
  margin: 0 0 16px;
}

.list-wp .item-block .item-inner {
  border-bottom: 1px solid transparent;
}

.list-wp > .item-block:first-child,
.list-wp > .item-wrapper:first-child .item-block {
  border-top: 1px solid transparent;
}

.list-wp > .item-block:last-child,
.list-wp > .item-wrapper:last-child .item-block {
  border-bottom: 1px solid transparent;
}

.list-wp > .item-block:last-child ion-label,
.list-wp > .item-block:last-child .item-inner,
.list-wp > .item-wrapper:last-child ion-label,
.list-wp > .item-wrapper:last-child .item-inner {
  border-bottom: 0;
}

.list-wp > ion-input:last-child::after {
  left: 0;
}

.list-wp ion-item-options .button {
  margin: 1px 0;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(100% - 2px);
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.list-wp ion-item-options .button::before {
  margin: 0 auto;
}

.list-wp .item[no-lines],
.list-wp .item[no-lines] .item-inner {
  border-width: 0;
}

.list-wp + ion-list ion-list-header {
  margin-top: -16px;
  padding-top: 0;
}

.list-wp[inset] {
  margin: 16px;
  border-radius: 2px;
}

.list-wp[inset] .item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-top-width: 0;
}

.list-wp[inset] .item:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-width: 0;
}

.list-wp[inset] .item-input {
  padding-left: 0;
  padding-right: 0;
}

.list-wp[inset] + ion-list[inset] {
  margin-top: 0;
}

.list-wp[inset] ion-list-header {
  background-color: #fff;
}

.list-wp[no-lines] .item,
.list-wp[no-lines] .item .item-inner {
  border-width: 0;
}

.list-header-wp {
  padding-left: 16px;
  border-bottom: 1px solid transparent;
  font-size: 2rem;
  color: #000;
}

.list-header-wp-primary {
  color: #fff;
  background-color: #17263C;
}

.list-header-wp-secondary {
  color: #fff;
  background-color: #32db64;
}

.list-header-wp-danger {
  color: #fff;
  background-color: #f53d3d;
}

.list-header-wp-light {
  color: #000;
  background-color: #f4f4f4;
}

.list-header-wp-white {
  color: #000;
  background-color: #ffffff;
}

.list-header-wp-dark {
  color: #fff;
  background-color: #222;
}

.list-header-wp-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.list-header-wp-active {
  color: #fff;
  background-color: #17263C;
}

.list-header-wp-black {
  color: #fff;
  background-color: #17263C;
}

.list-header-wp-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

ion-loading {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  contain: strict;
}

.loading-wrapper {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.loading-ios .loading-wrapper {
  border-radius: 8px;
  max-width: 270px;
  max-height: 90%;
  color: #000;
  background: #f8f8f8;
  padding: 24px 34px;
}

.loading-ios .loading-content {
  font-weight: bold;
}

.loading-ios .loading-spinner + .loading-content {
  margin-left: 16px;
}

.loading-ios .spinner-ios line,
.loading-ios .spinner-ios-small line {
  stroke: #69717d;
}

.loading-ios .spinner-bubbles circle {
  fill: #69717d;
}

.loading-ios .spinner-circles circle {
  fill: #69717d;
}

.loading-ios .spinner-crescent circle {
  stroke: #69717d;
}

.loading-ios .spinner-dots circle {
  fill: #69717d;
}

.loading-md .loading-wrapper {
  border-radius: 2px;
  max-width: 280px;
  max-height: 90%;
  color: rgba(0, 0, 0, 0.5);
  background: #fafafa;
  -webkit-box-shadow: 0 16px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 16px 20px rgba(0, 0, 0, 0.4);
  padding: 24px;
}

.loading-md .loading-spinner + .loading-content {
  margin-left: 16px;
}

.loading-md .spinner-ios line,
.loading-md .spinner-ios-small line {
  stroke: #17263C;
}

.loading-md .spinner-bubbles circle {
  fill: #17263C;
}

.loading-md .spinner-circles circle {
  fill: #17263C;
}

.loading-md .spinner-crescent circle {
  stroke: #17263C;
}

.loading-md .spinner-dots circle {
  fill: #17263C;
}

.loading-wp .loading-wrapper {
  border-radius: 2px;
  max-width: 280px;
  max-height: 90%;
  color: #fff;
  background: #000;
  padding: 20px;
}

.loading-wp .loading-spinner + .loading-content {
  margin-left: 16px;
}

.loading-wp .spinner-ios line,
.loading-wp .spinner-ios-small line {
  stroke: #fff;
}

.loading-wp .spinner-bubbles circle {
  fill: #fff;
}

.loading-wp .spinner-circles circle {
  fill: #fff;
}

.loading-wp .spinner-crescent circle {
  stroke: #fff;
}

.loading-wp .spinner-dots circle {
  fill: #fff;
}

ion-menu {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  display: none;
  contain: strict;
}

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

.menu-inner {
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  -webkit-transform: translate3d(-9999px,  0,  0);
  transform: translate3d(-9999px,  0,  0);
  position: absolute;
  display: block;
  width: 304px;
  height: 100%;
  contain: strict;
}

.menu-inner > ion-header,
.menu-inner > ion-content,
.menu-inner > ion-footer {
  position: absolute;
}

ion-menu[side=left] > .menu-inner {
  right: auto;
  left: 0;
}

ion-menu[side=right] > .menu-inner {
  right: 0;
  left: auto;
}

ion-menu[side=end] > .menu-inner {
  left: auto;
  right: 0;
}

ion-menu ion-backdrop {
  z-index: -1;
  display: none;
  opacity: .01;
}

.menu-content {
  -webkit-transform: translate3d(0,  0,  0);
  transform: translate3d(0,  0,  0);
}

.menu-content-open {
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.menu-content-open ion-pane,
.menu-content-open ion-content,
.menu-content-open .toolbar {
  pointer-events: none;
}

@media (max-width: 340px) {
  .menu-inner {
    width: 264px;
  }
}

ion-menu[type=reveal] {
  z-index: 0;
}

ion-menu[type=reveal].show-menu .menu-inner {
  -webkit-transform: translate3d(0,  0,  0);
  transform: translate3d(0,  0,  0);
}

ion-menu[type=overlay] {
  z-index: 80;
}

ion-menu[type=overlay] .show-backdrop {
  display: block;
}

.ios .menu-inner {
  background: #fff;
}

.ios .menu-content-reveal {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.ios .menu-content-push {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.ios ion-menu[type=overlay] .menu-inner {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.md .menu-inner {
  background: #fff;
}

.md .menu-content-reveal {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.md .menu-content-push {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.md ion-menu[type=overlay] .menu-inner {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.wp .menu-inner {
  background: #f2f2f2;
}

ion-modal {
  left: 0;
  top: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  contain: strict;
}

@media not all and (min-width: 768px) and (min-height: 600px) {
  ion-modal ion-backdrop {
    visibility: hidden;
  }
}

.modal-wrapper {
  z-index: 10;
  height: 100%;
  contain: strict;
}

@media only screen and (min-width: 768px) and (min-height: 600px) {
  .modal-wrapper {
    left: calc(50% - (600px/2));
    top: calc(50% - (500px/2));
    position: absolute;
    width: 600px;
    height: 500px;
  }
}

@media only screen and (min-width: 768px) and (min-height: 768px) {
  .modal-wrapper {
    left: calc(50% - (600px/2));
    top: calc(50% - (600px/2));
    position: absolute;
    width: 600px;
    height: 600px;
  }
}

.ios .modal-wrapper {
  -webkit-transform: translate3d(0,  100%,  0);
  transform: translate3d(0,  100%,  0);
}

@media only screen and (min-width: 768px) and (min-height: 600px) {
  .ios .modal-wrapper {
    border-radius: 10px;
    overflow: hidden;
  }
}

.md .modal-wrapper {
  -webkit-transform: translate3d(0,  40px,  0);
  transform: translate3d(0,  40px,  0);
  opacity: .01;
}

@media only screen and (min-width: 768px) and (min-height: 600px) {
  .md .modal-wrapper {
    border-radius: 2px;
    overflow: hidden;
    -webkit-box-shadow: 0 28px 48px rgba(0, 0, 0, 0.4);
    box-shadow: 0 28px 48px rgba(0, 0, 0, 0.4);
  }
}

.wp .modal-wrapper {
  -webkit-transform: translate3d(0,  40px,  0);
  transform: translate3d(0,  40px,  0);
  opacity: .01;
}

.note-ios {
  color: #aeacb4;
}

.note-ios-primary {
  color: #17263C;
}

.note-ios-secondary {
  color: #32db64;
}

.note-ios-danger {
  color: #f53d3d;
}

.note-ios-light {
  color: #f4f4f4;
}

.note-ios-white {
  color: #ffffff;
}

.note-ios-dark {
  color: #222;
}

.note-ios-sunflower {
  color: #f1c40f;
}

.note-ios-active {
  color: #17263C;
}

.note-ios-black {
  color: #17263C;
}

.note-ios-sacgreen {
  color: #7c9a56;
}

.note-md {
  color: #c5c5c5;
}

.note-md-primary {
  color: #17263C;
}

.note-md-secondary {
  color: #32db64;
}

.note-md-danger {
  color: #f53d3d;
}

.note-md-light {
  color: #f4f4f4;
}

.note-md-white {
  color: #ffffff;
}

.note-md-dark {
  color: #222;
}

.note-md-sunflower {
  color: #f1c40f;
}

.note-md-active {
  color: #17263C;
}

.note-md-black {
  color: #17263C;
}

.note-md-sacgreen {
  color: #7c9a56;
}

.note-wp {
  color: rgba(0, 0, 0, 0.5);
}

.note-wp-primary {
  color: #17263C;
}

.note-wp-secondary {
  color: #32db64;
}

.note-wp-danger {
  color: #f53d3d;
}

.note-wp-light {
  color: #f4f4f4;
}

.note-wp-white {
  color: #ffffff;
}

.note-wp-dark {
  color: #222;
}

.note-wp-sunflower {
  color: #f1c40f;
}

.note-wp-active {
  color: #17263C;
}

.note-wp-black {
  color: #17263C;
}

.note-wp-sacgreen {
  color: #7c9a56;
}

ion-picker-cmp {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1000;
  display: block;
  width: 100%;
  height: 100%;
  contain: strict;
}

.picker-toolbar {
  z-index: 1;
  width: 100%;
  contain: strict;
}

.picker-wrapper {
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translate3d(0,  100%,  0);
  transform: translate3d(0,  100%,  0);
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  contain: strict;
}

.picker-columns {
  margin-bottom: constant(safe-area-inset-bottom);
  margin-bottom: env(safe-area-inset-bottom);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  contain: strict;
}

.picker-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  contain: content;
}

.picker-opts {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}

.picker-prefix {
  text-align: right;
  text-align: end;
  position: relative;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  min-width: 45%;
  max-width: 50%;
  white-space: nowrap;
}

.picker-suffix {
  text-align: left;
  text-align: start;
  position: relative;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  min-width: 45%;
  max-width: 50%;
  white-space: nowrap;
}

.picker-opt {
  left: 0;
  top: 0;
  text-align: center;
  position: absolute;
  display: block;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  will-change: transform;
  contain: strict;
}

.picker-opt.picker-opt-disabled {
  pointer-events: none;
}

.picker-opt-disabled {
  opacity: 0;
}

.picker-opts-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.picker-opts-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.picker-above-highlight,
.picker-below-highlight {
  display: none;
  pointer-events: none;
}

.picker-ios .picker-wrapper {
  height: 260px;
  border-top: 1px solid #c8c7cc;
  background: #fff;
}

.picker-ios .picker-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  border-bottom: 0.55px solid #c8c7cc;
  background: #fff;
}

.picker-ios .picker-toolbar-button {
  text-align: right;
  text-align: end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.picker-ios .picker-toolbar-button:last-child .picker-button {
  font-weight: 600;
}

.picker-ios .picker-toolbar-cancel {
  text-align: left;
  text-align: start;
  font-weight: normal;
}

.picker-ios .picker-button,
.picker-ios .picker-button.activated {
  margin: 0;
  height: 44px;
  color: #17263C;
  background: transparent;
}

.picker-columns {
  height: 215px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.picker-ios .picker-col {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  padding: 0 4px;
}

.picker-ios .picker-prefix,
.picker-ios .picker-suffix,
.picker-ios .picker-opts {
  top: 77px;
  font-size: 20px;
  line-height: 42px;
  color: #000;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  pointer-events: none;
}

.picker-ios .picker-opt {
  margin: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  height: 4.6rem;
  font-size: 20px;
  line-height: 42px;
  color: #000;
  background: transparent;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: auto;
  padding: 0;
}

.picker-ios .picker-above-highlight {
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0,  0,  90px);
  transform: translate3d(0,  0,  90px);
  position: absolute;
  z-index: 10;
  display: block;
  width: 100%;
  height: 81px;
  border-bottom: 1px solid #c8c7cc;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, white), to(rgba(255, 255, 255, 0.7)));
  background: linear-gradient(to bottom, white 20%, rgba(255, 255, 255, 0.7) 100%);
}

.picker-ios .picker-below-highlight {
  left: 0;
  top: 115px;
  -webkit-transform: translate3d(0,  0,  90px);
  transform: translate3d(0,  0,  90px);
  position: absolute;
  z-index: 11;
  display: block;
  width: 100%;
  height: 119px;
  border-top: 1px solid #c8c7cc;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, white), to(rgba(255, 255, 255, 0.7)));
  background: linear-gradient(to top, white 30%, rgba(255, 255, 255, 0.7) 100%);
}

.picker-md .picker-wrapper {
  height: 260px;
  border-top: 0.55px solid #dedede;
  background: #fff;
}

.picker-md .picker-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 44px;
  background: #fff;
}

.picker-md .picker-button,
.picker-md .picker-button.activated {
  margin: 0;
  height: 44px;
  color: #17263C;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.picker-md .picker-columns {
  height: 216px;
  -webkit-perspective: 1800px;
  perspective: 1800px;
}

.picker-md .picker-col {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  padding: 0 8px;
}

.picker-md .picker-prefix,
.picker-md .picker-suffix,
.picker-md .picker-opts {
  top: 77px;
  font-size: 22px;
  line-height: 42px;
  color: #000;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  pointer-events: none;
}

.picker-md .picker-opt {
  margin: 0;
  height: 4.3rem;
  font-size: 22px;
  line-height: 42px;
  color: #000;
  background: transparent;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: auto;
  padding: 0;
}

.picker-md .picker-prefix,
.picker-md .picker-suffix,
.picker-md .picker-opt.picker-opt-selected {
  color: #17263C;
}

.picker-md .picker-above-highlight {
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0,  0,  90px);
  transform: translate3d(0,  0,  90px);
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 81px;
  border-bottom: 1px solid #dedede;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, white), to(rgba(255, 255, 255, 0.7)));
  background: linear-gradient(to bottom, white 20%, rgba(255, 255, 255, 0.7) 100%);
}

.picker-md .picker-below-highlight {
  left: 0;
  top: 115px;
  -webkit-transform: translate3d(0,  0,  90px);
  transform: translate3d(0,  0,  90px);
  position: absolute;
  z-index: 11;
  width: 100%;
  height: 119px;
  border-top: 1px solid #dedede;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, white), to(rgba(255, 255, 255, 0.7)));
  background: linear-gradient(to top, white 30%, rgba(255, 255, 255, 0.7) 100%);
}

.picker-wp .picker-wrapper {
  height: 260px;
  border-top: 0.55px solid transparent;
  background: #fff;
}

.picker-wp .picker-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 44px;
  border-width: 0.55px;
  background: #fff;
}

.picker-wp .picker-toolbar-button {
  text-align: right;
  text-align: end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.picker-wp .picker-toolbar-cancel {
  text-align: left;
  text-align: start;
  font-weight: normal;
}

.picker-wp .picker-button,
.picker-wp .picker-button.activated {
  margin: 0;
  height: 44px;
  color: #17263C;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.picker-wp .picker-columns {
  height: 216px;
  -webkit-perspective: 1800px;
  perspective: 1800px;
}

.picker-wp .picker-col {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  padding: 0 4px;
}

.picker-wp .picker-prefix,
.picker-wp .picker-suffix,
.picker-wp .picker-opts {
  top: 77px;
  font-size: 22px;
  line-height: 42px;
  color: #000;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  pointer-events: none;
}

.picker-wp .picker-opt {
  margin: 0;
  height: 4.2rem;
  font-size: 22px;
  line-height: 42px;
  color: #000;
  background: transparent;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: auto;
  padding: 0;
}

.picker-wp .picker-prefix,
.picker-wp .picker-suffix,
.picker-wp .picker-opt-selected {
  color: #17263C;
}

.picker-wp .picker-above-highlight {
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0,  0,  90px);
  transform: translate3d(0,  0,  90px);
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 81px;
  border-bottom: 1px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, white), to(rgba(255, 255, 255, 0.7)));
  background: linear-gradient(to bottom, white 20%, rgba(255, 255, 255, 0.7) 100%);
}

.picker-wp .picker-below-highlight {
  left: 0;
  top: 115px;
  -webkit-transform: translate3d(0,  0,  90px);
  transform: translate3d(0,  0,  90px);
  position: absolute;
  z-index: 11;
  width: 100%;
  height: 119px;
  border-top: 1px solid transparent;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, white), to(rgba(255, 255, 255, 0.7)));
  background: linear-gradient(to top, white 30%, rgba(255, 255, 255, 0.7) 100%);
}

ion-popover {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popover-wrapper {
  z-index: 10;
  opacity: 0;
}

.popover-content {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.popover-content ion-content,
.popover-content .scroll-content {
  contain: none;
}

.popover-content .scroll-content {
  position: relative;
}

.popover-ios .popover-content {
  border-radius: 10px;
  width: 200px;
  min-width: 0;
  min-height: 0;
  max-height: 90%;
  color: #000;
  background: #fff;
}

.popover-ios .popover-arrow {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 20px;
  height: 10px;
}

.popover-ios .popover-arrow::after {
  left: 3px;
  top: 3px;
  border-radius: 3px;
  position: absolute;
  z-index: 10;
  width: 14px;
  height: 14px;
  background-color: #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popover-ios.popover-bottom .popover-arrow {
  top: auto;
  bottom: -10px;
}

.popover-ios.popover-bottom .popover-arrow::after {
  top: -6px;
}

.popover-ios .item-ios {
  padding-left: 16px;
}

.popover-ios .item-ios[detail-push] .item-inner,
.popover-ios button.item-ios:not([detail-none]) .item-inner,
.popover-ios a.item-ios:not([detail-none]) .item-inner {
  background-position: right 14px center;
}

.popover-md .popover-content {
  border-radius: 2px;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  width: 250px;
  min-width: 0;
  min-height: 0;
  max-height: 90%;
  color: #000;
  background: #fff;
  -webkit-box-shadow: 0 3px 12px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 12px 2px rgba(0, 0, 0, 0.3);
}

.popover-md .popover-viewport {
  opacity: 0;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.popover-wp .popover-content {
  border-radius: 0;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  width: 200px;
  min-width: 0;
  min-height: 0;
  max-height: 90%;
  border: 2px solid #ccc;
  color: #000;
  background: #fff;
}

.popover-wp .popover-viewport {
  opacity: 0;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.radio-ios {
  position: relative;
  display: inline-block;
}

.radio-ios .radio-icon {
  position: relative;
  display: block;
  width: 16px;
  height: 21px;
}

.radio-ios .radio-checked .radio-inner {
  left: 7px;
  top: 4px;
  position: absolute;
  width: 5px;
  height: 12px;
  border-width: 2px;
  border-top-width: 0;
  border-left-width: 0;
  border-style: solid;
  border-color: #17263C;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.radio-ios.radio-disabled,
.item-ios.item-radio-disabled ion-label {
  opacity: 0.3;
  pointer-events: none;
}

.item-ios .radio-ios {
  position: static;
  display: block;
  margin: 8px 11px 8px 8px;
}

.item-ios .radio-ios[item-left], .item-ios .radio-ios[item-start] {
  margin: 8px 21px 8px 3px;
}

.item-radio.item-ios ion-label {
  margin-left: 0;
}

.item-radio-checked.item-ios ion-label {
  color: #17263C;
}

.item-radio-ios-primary.item-radio-checked ion-label {
  color: #17263C;
}

.radio-ios-primary .radio-checked {
  color: #17263C;
}

.radio-ios-primary .radio-checked .radio-inner {
  border-color: #17263C;
}

.item-radio-ios-secondary.item-radio-checked ion-label {
  color: #32db64;
}

.radio-ios-secondary .radio-checked {
  color: #32db64;
}

.radio-ios-secondary .radio-checked .radio-inner {
  border-color: #32db64;
}

.item-radio-ios-danger.item-radio-checked ion-label {
  color: #f53d3d;
}

.radio-ios-danger .radio-checked {
  color: #f53d3d;
}

.radio-ios-danger .radio-checked .radio-inner {
  border-color: #f53d3d;
}

.item-radio-ios-light.item-radio-checked ion-label {
  color: #f4f4f4;
}

.radio-ios-light .radio-checked {
  color: #f4f4f4;
}

.radio-ios-light .radio-checked .radio-inner {
  border-color: #f4f4f4;
}

.item-radio-ios-white.item-radio-checked ion-label {
  color: #ffffff;
}

.radio-ios-white .radio-checked {
  color: #ffffff;
}

.radio-ios-white .radio-checked .radio-inner {
  border-color: #ffffff;
}

.item-radio-ios-dark.item-radio-checked ion-label {
  color: #222;
}

.radio-ios-dark .radio-checked {
  color: #222;
}

.radio-ios-dark .radio-checked .radio-inner {
  border-color: #222;
}

.item-radio-ios-sunflower.item-radio-checked ion-label {
  color: #f1c40f;
}

.radio-ios-sunflower .radio-checked {
  color: #f1c40f;
}

.radio-ios-sunflower .radio-checked .radio-inner {
  border-color: #f1c40f;
}

.item-radio-ios-active.item-radio-checked ion-label {
  color: #17263C;
}

.radio-ios-active .radio-checked {
  color: #17263C;
}

.radio-ios-active .radio-checked .radio-inner {
  border-color: #17263C;
}

.item-radio-ios-black.item-radio-checked ion-label {
  color: #17263C;
}

.radio-ios-black .radio-checked {
  color: #17263C;
}

.radio-ios-black .radio-checked .radio-inner {
  border-color: #17263C;
}

.item-radio-ios-sacgreen.item-radio-checked ion-label {
  color: #7c9a56;
}

.radio-ios-sacgreen .radio-checked {
  color: #7c9a56;
}

.radio-ios-sacgreen .radio-checked .radio-inner {
  border-color: #7c9a56;
}

.radio-md {
  position: relative;
  display: inline-block;
}

.radio-md .radio-icon {
  left: 0;
  top: 0;
  margin: 0;
  border-radius: 50%;
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  border-width: 2px;
  border-style: solid;
  border-color: #787878;
}

.radio-md .radio-inner {
  left: 2px;
  top: 2px;
  border-radius: 50%;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #17263C;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: -webkit-transform 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.radio-md .radio-checked {
  border-color: #17263C;
}

.radio-md .radio-checked .radio-inner {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.radio-md.radio-disabled,
.item-md.item-radio-disabled ion-label {
  opacity: 0.3;
  pointer-events: none;
}

.item-md .radio-md {
  position: static;
  display: block;
  margin: 9px 10px 9px 0;
}

.item-md .radio-md[item-left], .item-md .radio-md[item-start] {
  margin: 11px 36px 10px 4px;
}

.item-radio.item-md ion-label {
  margin-left: 0;
}

.item-radio-checked.item-md ion-label {
  color: #17263C;
}

.item-radio-md-primary.item-radio-checked ion-label {
  color: #17263C;
}

.radio-md-primary .radio-checked {
  border-color: #17263C;
}

.radio-md-primary .radio-inner {
  background-color: #17263C;
}

.item-radio-md-secondary.item-radio-checked ion-label {
  color: #32db64;
}

.radio-md-secondary .radio-checked {
  border-color: #32db64;
}

.radio-md-secondary .radio-inner {
  background-color: #32db64;
}

.item-radio-md-danger.item-radio-checked ion-label {
  color: #f53d3d;
}

.radio-md-danger .radio-checked {
  border-color: #f53d3d;
}

.radio-md-danger .radio-inner {
  background-color: #f53d3d;
}

.item-radio-md-light.item-radio-checked ion-label {
  color: #f4f4f4;
}

.radio-md-light .radio-checked {
  border-color: #f4f4f4;
}

.radio-md-light .radio-inner {
  background-color: #f4f4f4;
}

.item-radio-md-white.item-radio-checked ion-label {
  color: #ffffff;
}

.radio-md-white .radio-checked {
  border-color: #ffffff;
}

.radio-md-white .radio-inner {
  background-color: #ffffff;
}

.item-radio-md-dark.item-radio-checked ion-label {
  color: #222;
}

.radio-md-dark .radio-checked {
  border-color: #222;
}

.radio-md-dark .radio-inner {
  background-color: #222;
}

.item-radio-md-sunflower.item-radio-checked ion-label {
  color: #f1c40f;
}

.radio-md-sunflower .radio-checked {
  border-color: #f1c40f;
}

.radio-md-sunflower .radio-inner {
  background-color: #f1c40f;
}

.item-radio-md-active.item-radio-checked ion-label {
  color: #17263C;
}

.radio-md-active .radio-checked {
  border-color: #17263C;
}

.radio-md-active .radio-inner {
  background-color: #17263C;
}

.item-radio-md-black.item-radio-checked ion-label {
  color: #17263C;
}

.radio-md-black .radio-checked {
  border-color: #17263C;
}

.radio-md-black .radio-inner {
  background-color: #17263C;
}

.item-radio-md-sacgreen.item-radio-checked ion-label {
  color: #7c9a56;
}

.radio-md-sacgreen .radio-checked {
  border-color: #7c9a56;
}

.radio-md-sacgreen .radio-inner {
  background-color: #7c9a56;
}

.radio-wp {
  position: relative;
  display: inline-block;
}

.radio-wp .radio-icon {
  left: 0;
  top: 0;
  margin: 0;
  border-radius: 50%;
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  border-width: 2px;
  border-style: solid;
  border-color: #333;
}

.radio-wp .radio-inner {
  left: 2px;
  top: 2px;
  border-radius: 50%;
  position: absolute;
  display: none;
  width: 8px;
  height: 8px;
  background-color: #333;
}

.radio-wp .radio-checked {
  border-color: #17263C;
}

.radio-wp .radio-checked .radio-inner {
  display: block;
}

.radio-wp.radio-disabled,
.item-wp.item-radio-disabled ion-label {
  opacity: 0.3;
  pointer-events: none;
}

.item-wp .radio-wp {
  position: static;
  display: block;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  margin: 9px 20px 9px 4px;
}

.item-wp .radio-wp[item-right], .item-wp .radio-wp[item-end] {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  margin: 11px 10px 10px 0;
}

.item-radio.item-wp ion-label {
  margin-left: 0;
}

.radio-wp-primary .radio-checked {
  border-color: #17263C;
}

.radio-wp-secondary .radio-checked {
  border-color: #32db64;
}

.radio-wp-danger .radio-checked {
  border-color: #f53d3d;
}

.radio-wp-light .radio-checked {
  border-color: #f4f4f4;
}

.radio-wp-white .radio-checked {
  border-color: #ffffff;
}

.radio-wp-dark .radio-checked {
  border-color: #222;
}

.radio-wp-sunflower .radio-checked {
  border-color: #f1c40f;
}

.radio-wp-active .radio-checked {
  border-color: #17263C;
}

.radio-wp-black .radio-checked {
  border-color: #17263C;
}

.radio-wp-sacgreen .radio-checked {
  border-color: #7c9a56;
}

.item-range .item-inner {
  overflow: visible;
  width: 100%;
}

.item-range .input-wrapper {
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.item-range ion-range {
  width: 100%;
}

.item-range ion-range ion-label {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

ion-range {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

ion-range ion-label {
  -webkit-box-flex: initial;
  -webkit-flex: initial;
  -ms-flex: initial;
  flex: initial;
}

ion-range ion-icon {
  min-height: 2.4rem;
  font-size: 2.4rem;
  line-height: 1;
}

.range-slider {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
}

.range-ios {
  padding: 8px 16px;
}

.range-ios [range-left] {
  margin: 0 20px 0 0;
}

.range-ios [range-right] {
  margin: 0 0 0 20px;
}

.range-ios.range-has-pin {
  padding-top: 20px;
}

.range-ios .range-slider {
  height: 42px;
}

.range-ios .range-bar {
  left: 0;
  top: 21px;
  border-radius: 1px;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #bdbdbd;
  pointer-events: none;
}

.range-ios.range-pressed .range-bar-active {
  will-change: left, right;
}

.range-ios.range-pressed .range-knob-handle {
  will-change: left;
}

.range-ios .range-bar-active {
  bottom: 0;
  width: auto;
  background: #17263C;
}

.range-ios .range-knob-handle {
  left: 0;
  top: 21px;
  margin-left: -21px;
  margin-top: -21px;
  text-align: center;
  position: absolute;
  width: 42px;
  height: 42px;
}

.range-ios .range-knob {
  left: 7px;
  top: 7px;
  border-radius: 50%;
  position: absolute;
  width: 28px;
  height: 28px;
  background: #fff;
  -webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.13), 0 0 0 1px rgba(0, 0, 0, 0.02);
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.13), 0 0 0 1px rgba(0, 0, 0, 0.02);
  pointer-events: none;
}

.range-ios .range-tick {
  margin-left: -0.5px;
  border-radius: 0;
  position: absolute;
  top: 17.5px;
  width: 1px;
  height: 8px;
  background: #bdbdbd;
  pointer-events: none;
}

.range-ios .range-tick-active {
  background: #17263C;
}

.range-ios .range-pin {
  text-align: center;
  border-radius: 50px;
  -webkit-transform: translate3d(0,  28px,  0) scale(0.01);
  transform: translate3d(0,  28px,  0) scale(0.01);
  position: relative;
  top: -20px;
  display: inline-block;
  min-width: 28px;
  font-size: 12px;
  color: #000;
  background: transparent;
  -webkit-transition: -webkit-transform 120ms ease;
  transition: -webkit-transform 120ms ease;
  transition: transform 120ms ease;
  transition: transform 120ms ease, -webkit-transform 120ms ease;
  padding: 8px;
}

.range-ios .range-knob-pressed .range-pin {
  -webkit-transform: translate3d(0,  0,  0) scale(1);
  transform: translate3d(0,  0,  0) scale(1);
}

.range-ios.range-disabled {
  opacity: .5;
}

.range-ios-primary .range-bar-active,
.range-ios-primary .range-tick-active {
  background: #17263C;
}

.range-ios-secondary .range-bar-active,
.range-ios-secondary .range-tick-active {
  background: #32db64;
}

.range-ios-danger .range-bar-active,
.range-ios-danger .range-tick-active {
  background: #f53d3d;
}

.range-ios-light .range-bar-active,
.range-ios-light .range-tick-active {
  background: #f4f4f4;
}

.range-ios-white .range-bar-active,
.range-ios-white .range-tick-active {
  background: #ffffff;
}

.range-ios-dark .range-bar-active,
.range-ios-dark .range-tick-active {
  background: #222;
}

.range-ios-sunflower .range-bar-active,
.range-ios-sunflower .range-tick-active {
  background: #f1c40f;
}

.range-ios-active .range-bar-active,
.range-ios-active .range-tick-active {
  background: #17263C;
}

.range-ios-black .range-bar-active,
.range-ios-black .range-tick-active {
  background: #17263C;
}

.range-ios-sacgreen .range-bar-active,
.range-ios-sacgreen .range-tick-active {
  background: #7c9a56;
}

.range-md {
  padding: 8px;
}

.range-md [range-left] {
  margin: 0 12px 0 0;
}

.range-md [range-right] {
  margin: 0 0 0 12px;
}

.range-md.range-has-pin {
  padding-top: 28px;
}

.range-md .range-slider {
  height: 42px;
}

.range-md .range-bar {
  left: 0;
  top: 21px;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #bdbdbd;
  pointer-events: none;
}

.range-md.range-pressed .range-bar-active {
  will-change: left, right;
}

.range-md.range-pressed .range-knob-handle {
  will-change: left;
}

.range-md .range-bar-active {
  bottom: 0;
  width: auto;
  background: #17263C;
}

.range-md .range-knob-handle {
  left: 0;
  top: 21px;
  margin-left: -21px;
  margin-top: -21px;
  text-align: center;
  position: absolute;
  width: 42px;
  height: 42px;
}

.range-md .range-knob {
  left: 12px;
  top: 13px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: #17263C;
  -webkit-transform: scale(0.67);
  transform: scale(0.67);
  -webkit-transition-duration: 120ms;
  transition-duration: 120ms;
  -webkit-transition-property: background-color, border, -webkit-transform;
  transition-property: background-color, border, -webkit-transform;
  transition-property: transform, background-color, border;
  transition-property: transform, background-color, border, -webkit-transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  pointer-events: none;
}

.range-md .range-tick {
  margin-left: -1px;
  border-radius: 50%;
  position: absolute;
  top: 21px;
  z-index: 1;
  width: 2px;
  height: 2px;
  background: #000;
  pointer-events: none;
}

.range-md .range-tick-active {
  background: #000;
}

.range-md .range-pin {
  padding: 8px 0;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: translate3d(0,  28px,  0) scale(0.01);
  transform: translate3d(0,  28px,  0) scale(0.01);
  position: relative;
  top: -20px;
  display: inline-block;
  min-width: 28px;
  height: 28px;
  font-size: 12px;
  color: #fff;
  background: #17263C;
  -webkit-transition: background-color 120ms ease, -webkit-transform 120ms ease;
  transition: background-color 120ms ease, -webkit-transform 120ms ease;
  transition: transform 120ms ease, background-color 120ms ease;
  transition: transform 120ms ease, background-color 120ms ease, -webkit-transform 120ms ease;
}

.range-md .range-pin::before {
  left: 50%;
  top: 3px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 0;
  margin-left: -13px;
  position: absolute;
  z-index: -1;
  width: 26px;
  height: 26px;
  background: #17263C;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: background-color 120ms ease;
  transition: background-color 120ms ease;
}

.range-md .range-knob-pressed .range-pin {
  -webkit-transform: translate3d(0,  0,  0) scale(1);
  transform: translate3d(0,  0,  0) scale(1);
}

.range-md:not(.range-has-pin) .range-knob-pressed .range-knob {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.range-md .range-knob-min.range-knob-min .range-knob {
  border: 2px solid #bdbdbd;
  background: #fff;
}

.range-md .range-knob-min.range-knob-min .range-pin,
.range-md .range-knob-min.range-knob-min .range-pin::before {
  color: #fff;
  background: #bdbdbd;
}

.range-md.range-disabled .range-bar-active {
  background-color: #bdbdbd;
}

.range-md.range-disabled .range-knob {
  outline: 5px solid #fff;
  background-color: #bdbdbd;
  -webkit-transform: scale(0.55);
  transform: scale(0.55);
}

.range-md-primary .range-md .range-knob-min.range-knob-min .range-knob {
  border: 2px solid #bdbdbd;
  background: #fff;
}

.range-md-primary .range-md .range-knob-min.range-knob-min .range-pin,
.range-md-primary .range-md .range-knob-min.range-knob-min .range-pin::before {
  color: #fff;
  background: #bdbdbd;
}

.range-md-primary .range-bar-active,
.range-md-primary .range-knob,
.range-md-primary .range-pin,
.range-md-primary .range-pin::before {
  background: #17263C;
}

.range-md-secondary .range-md .range-knob-min.range-knob-min .range-knob {
  border: 2px solid #bdbdbd;
  background: #fff;
}

.range-md-secondary .range-md .range-knob-min.range-knob-min .range-pin,
.range-md-secondary .range-md .range-knob-min.range-knob-min .range-pin::before {
  color: #fff;
  background: #bdbdbd;
}

.range-md-secondary .range-bar-active,
.range-md-secondary .range-knob,
.range-md-secondary .range-pin,
.range-md-secondary .range-pin::before {
  background: #32db64;
}

.range-md-danger .range-md .range-knob-min.range-knob-min .range-knob {
  border: 2px solid #bdbdbd;
  background: #fff;
}

.range-md-danger .range-md .range-knob-min.range-knob-min .range-pin,
.range-md-danger .range-md .range-knob-min.range-knob-min .range-pin::before {
  color: #fff;
  background: #bdbdbd;
}

.range-md-danger .range-bar-active,
.range-md-danger .range-knob,
.range-md-danger .range-pin,
.range-md-danger .range-pin::before {
  background: #f53d3d;
}

.range-md-light .range-md .range-knob-min.range-knob-min .range-knob {
  border: 2px solid #bdbdbd;
  background: #fff;
}

.range-md-light .range-md .range-knob-min.range-knob-min .range-pin,
.range-md-light .range-md .range-knob-min.range-knob-min .range-pin::before {
  color: #fff;
  background: #bdbdbd;
}

.range-md-light .range-bar-active,
.range-md-light .range-knob,
.range-md-light .range-pin,
.range-md-light .range-pin::before {
  background: #f4f4f4;
}

.range-md-white .range-md .range-knob-min.range-knob-min .range-knob {
  border: 2px solid #bdbdbd;
  background: #fff;
}

.range-md-white .range-md .range-knob-min.range-knob-min .range-pin,
.range-md-white .range-md .range-knob-min.range-knob-min .range-pin::before {
  color: #fff;
  background: #bdbdbd;
}

.range-md-white .range-bar-active,
.range-md-white .range-knob,
.range-md-white .range-pin,
.range-md-white .range-pin::before {
  background: #ffffff;
}

.range-md-dark .range-md .range-knob-min.range-knob-min .range-knob {
  border: 2px solid #bdbdbd;
  background: #fff;
}

.range-md-dark .range-md .range-knob-min.range-knob-min .range-pin,
.range-md-dark .range-md .range-knob-min.range-knob-min .range-pin::before {
  color: #fff;
  background: #bdbdbd;
}

.range-md-dark .range-bar-active,
.range-md-dark .range-knob,
.range-md-dark .range-pin,
.range-md-dark .range-pin::before {
  background: #222;
}

.range-md-sunflower .range-md .range-knob-min.range-knob-min .range-knob {
  border: 2px solid #bdbdbd;
  background: #fff;
}

.range-md-sunflower .range-md .range-knob-min.range-knob-min .range-pin,
.range-md-sunflower .range-md .range-knob-min.range-knob-min .range-pin::before {
  color: #fff;
  background: #bdbdbd;
}

.range-md-sunflower .range-bar-active,
.range-md-sunflower .range-knob,
.range-md-sunflower .range-pin,
.range-md-sunflower .range-pin::before {
  background: #f1c40f;
}

.range-md-active .range-md .range-knob-min.range-knob-min .range-knob {
  border: 2px solid #bdbdbd;
  background: #fff;
}

.range-md-active .range-md .range-knob-min.range-knob-min .range-pin,
.range-md-active .range-md .range-knob-min.range-knob-min .range-pin::before {
  color: #fff;
  background: #bdbdbd;
}

.range-md-active .range-bar-active,
.range-md-active .range-knob,
.range-md-active .range-pin,
.range-md-active .range-pin::before {
  background: #17263C;
}

.range-md-black .range-md .range-knob-min.range-knob-min .range-knob {
  border: 2px solid #bdbdbd;
  background: #fff;
}

.range-md-black .range-md .range-knob-min.range-knob-min .range-pin,
.range-md-black .range-md .range-knob-min.range-knob-min .range-pin::before {
  color: #fff;
  background: #bdbdbd;
}

.range-md-black .range-bar-active,
.range-md-black .range-knob,
.range-md-black .range-pin,
.range-md-black .range-pin::before {
  background: #17263C;
}

.range-md-sacgreen .range-md .range-knob-min.range-knob-min .range-knob {
  border: 2px solid #bdbdbd;
  background: #fff;
}

.range-md-sacgreen .range-md .range-knob-min.range-knob-min .range-pin,
.range-md-sacgreen .range-md .range-knob-min.range-knob-min .range-pin::before {
  color: #fff;
  background: #bdbdbd;
}

.range-md-sacgreen .range-bar-active,
.range-md-sacgreen .range-knob,
.range-md-sacgreen .range-pin,
.range-md-sacgreen .range-pin::before {
  background: #7c9a56;
}

.range-wp {
  padding: 8px;
}

.range-wp [range-left] {
  margin: 0 12px 0 0;
}

.range-wp [range-right] {
  margin: 0 0 0 12px;
}

.range-wp.range-has-pin {
  padding-top: 28px;
}

.range-wp .range-slider {
  height: 42px;
}

.range-wp .range-bar {
  left: 0;
  top: 21px;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #bdbdbd;
  pointer-events: none;
}

.range-wp.range-pressed .range-bar-active {
  will-change: left, right;
}

.range-wp.range-pressed .range-knob-handle {
  will-change: left;
}

.range-wp .range-bar-active {
  bottom: 0;
  width: auto;
  background: #17263C;
}

.range-wp .range-knob-handle {
  left: 0;
  top: 21px;
  margin-left: -21px;
  margin-top: -21px;
  text-align: center;
  position: absolute;
  width: 42px;
  height: 42px;
}

.range-wp .range-knob {
  left: 17px;
  top: 10px;
  border-radius: 4px;
  position: absolute;
  width: 8px;
  height: 24px;
  background: #17263C;
  pointer-events: none;
}

.range-wp .range-tick {
  margin-left: -1px;
  border-radius: 4px;
  position: absolute;
  top: 19px;
  width: 2px;
  height: 6px;
  background: #bdbdbd;
  pointer-events: none;
}

.range-wp .range-tick-active {
  background: #17263C;
}

.range-wp .range-pin {
  text-align: center;
  border-radius: 50px;
  -webkit-transform: translate3d(0,  28px,  0) scale(0.01);
  transform: translate3d(0,  28px,  0) scale(0.01);
  position: relative;
  top: -24px;
  display: inline-block;
  min-width: 28px;
  font-size: 12px;
  color: #fff;
  background: #17263C;
  -webkit-transition: -webkit-transform 120ms ease;
  transition: -webkit-transform 120ms ease;
  transition: transform 120ms ease;
  transition: transform 120ms ease, -webkit-transform 120ms ease;
  padding: 8px;
}

.range-wp .range-knob-pressed .range-pin {
  -webkit-transform: translate3d(0,  0,  0) scale(1);
  transform: translate3d(0,  0,  0) scale(1);
}

.range-wp.range-disabled {
  opacity: .5;
}

.range-wp-primary .range-bar-active,
.range-wp-primary .range-tick-active,
.range-wp-primary .range-knob,
.range-wp-primary .range-pin {
  background: #17263C;
}

.range-wp-secondary .range-bar-active,
.range-wp-secondary .range-tick-active,
.range-wp-secondary .range-knob,
.range-wp-secondary .range-pin {
  background: #32db64;
}

.range-wp-danger .range-bar-active,
.range-wp-danger .range-tick-active,
.range-wp-danger .range-knob,
.range-wp-danger .range-pin {
  background: #f53d3d;
}

.range-wp-light .range-bar-active,
.range-wp-light .range-tick-active,
.range-wp-light .range-knob,
.range-wp-light .range-pin {
  background: #f4f4f4;
}

.range-wp-white .range-bar-active,
.range-wp-white .range-tick-active,
.range-wp-white .range-knob,
.range-wp-white .range-pin {
  background: #ffffff;
}

.range-wp-dark .range-bar-active,
.range-wp-dark .range-tick-active,
.range-wp-dark .range-knob,
.range-wp-dark .range-pin {
  background: #222;
}

.range-wp-sunflower .range-bar-active,
.range-wp-sunflower .range-tick-active,
.range-wp-sunflower .range-knob,
.range-wp-sunflower .range-pin {
  background: #f1c40f;
}

.range-wp-active .range-bar-active,
.range-wp-active .range-tick-active,
.range-wp-active .range-knob,
.range-wp-active .range-pin {
  background: #17263C;
}

.range-wp-black .range-bar-active,
.range-wp-black .range-tick-active,
.range-wp-black .range-knob,
.range-wp-black .range-pin {
  background: #17263C;
}

.range-wp-sacgreen .range-bar-active,
.range-wp-sacgreen .range-tick-active,
.range-wp-sacgreen .range-knob,
.range-wp-sacgreen .range-pin {
  background: #7c9a56;
}

ion-refresher {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
  display: none;
  width: 100%;
  height: 60px;
}

ion-refresher.refresher-active {
  display: block;
}

.has-refresher > .scroll-content {
  margin-top: -1px;
  border-top: 1px solid #ddd;
  -webkit-transition: -webkit-transform 320ms cubic-bezier(0.36, 0.66, 0.04, 1);
  transition: -webkit-transform 320ms cubic-bezier(0.36, 0.66, 0.04, 1);
  transition: transform 320ms cubic-bezier(0.36, 0.66, 0.04, 1);
  transition: transform 320ms cubic-bezier(0.36, 0.66, 0.04, 1), -webkit-transform 320ms cubic-bezier(0.36, 0.66, 0.04, 1);
}

ion-refresher-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.refresher-pulling,
.refresher-refreshing {
  display: none;
  width: 100%;
}

.refresher-pulling-icon,
.refresher-refreshing-icon {
  text-align: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  font-size: 30px;
  color: #FFD618;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.refresher-pulling-text,
.refresher-refreshing-text {
  text-align: center;
  font-size: 16px;
  color: #FFD618;
}

.refresher-refreshing .spinner-ios line,
.refresher-refreshing .spinner-ios-small line,
.refresher-refreshing .spinner-crescent circle {
  stroke: #FFD618;
}

.refresher-refreshing .spinner-bubbles circle,
.refresher-refreshing .spinner-circles circle,
.refresher-refreshing .spinner-dots circle {
  fill: #FFD618;
}

ion-refresher-content[state=pulling] .refresher-pulling {
  display: block;
}

ion-refresher-content[state=ready] .refresher-pulling {
  display: block;
}

ion-refresher-content[state=ready] .refresher-pulling-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

ion-refresher-content[state=refreshing] .refresher-refreshing {
  display: block;
}

ion-refresher-content[state=cancelling] .refresher-pulling {
  display: block;
}

ion-refresher-content[state=cancelling] .refresher-pulling-icon {
  -webkit-transform: scale(0);
  transform: scale(0);
}

ion-refresher-content[state=completing] .refresher-refreshing {
  display: block;
}

ion-refresher-content[state=completing] .refresher-refreshing-icon {
  -webkit-transform: scale(0);
  transform: scale(0);
}

ion-scroll {
  position: relative;
  display: block;
}

ion-scroll.scroll-x .scroll-content {
  overflow-x: auto;
}

ion-scroll.scroll-y .scroll-content {
  overflow-y: auto;
}

ion-scroll[center] .scroll-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

ion-scroll .scroll-content {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

ion-searchbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.searchbar-icon {
  pointer-events: none;
}

.searchbar-input-container {
  position: relative;
  display: block;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 100%;
}

.searchbar-input {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  border: 0;
  font-family: inherit;
}

.searchbar-clear-icon {
  margin: 0;
  padding: 0;
  display: none;
  min-height: 0;
}

.searchbar-has-value.searchbar-has-focus .searchbar-clear-icon {
  display: block;
}

.searchbar-ios {
  padding: 0 8px;
  min-height: 44px;
  border-top: 0.55px solid transparent;
  border-bottom: 0.55px solid rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.2);
}

.searchbar-ios .searchbar-search-icon {
  left: 9px;
  top: 9px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2013%2013'><path%20fill='rgba(0,%200,%200,%200.5)'%20d='M5,1c2.2,0,4,1.8,4,4S7.2,9,5,9S1,7.2,1,5S2.8,1,5,1%20M5,0C2.2,0,0,2.2,0,5s2.2,5,5,5s5-2.2,5-5S7.8,0,5,0%20L5,0z'/><line%20stroke='rgba(0,%200,%200,%200.5)'%20stroke-miterlimit='10'%20x1='12.6'%20y1='12.6'%20x2='8.2'%20y2='8.2'/></svg>");
  margin-left: calc(50% - 60px);
  position: absolute;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 13px;
}

.searchbar-ios .searchbar-input {
  padding: 0 28px;
  border-radius: 5px;
  height: 3rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  background-color: #fff;
}

.searchbar-ios .searchbar-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.searchbar-ios .searchbar-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.searchbar-ios .searchbar-input::-webkit-input-placeholder {
  text-indent: 0;
  color: rgba(0, 0, 0, 0.5);
}

.searchbar-ios .searchbar-clear-icon {
  right: 0;
  top: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'><path%20fill='rgba(0,%200,%200,%200.5)'%20d='M403.1,108.9c-81.2-81.2-212.9-81.2-294.2,0s-81.2,212.9,0,294.2c81.2,81.2,212.9,81.2,294.2,0S484.3,190.1,403.1,108.9z%20M352,340.2L340.2,352l-84.4-84.2l-84,83.8L160,339.8l84-83.8l-84-83.8l11.8-11.8l84,83.8l84.4-84.2l11.8,11.8L267.6,256L352,340.2z'/></svg>");
  background-position: center;
  position: absolute;
  width: 30px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 18px;
}

.searchbar-ios .searchbar-ios-cancel {
  padding: 0 0 0 8px;
  margin-left: 0;
  display: none;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 30px;
  cursor: pointer;
}

.searchbar-ios.searchbar-left-aligned .searchbar-search-icon {
  margin-left: 0;
}

.searchbar-ios.searchbar-left-aligned .searchbar-input {
  padding-left: 30px;
}

.searchbar-ios.searchbar-show-cancel.searchbar-has-focus .searchbar-ios-cancel {
  display: block;
}

.toolbar .searchbar-ios {
  border-bottom-width: 0;
  background: transparent;
}

.toolbar .searchbar-ios .searchbar-input {
  background: rgba(0, 0, 0, 0.08);
}

.toolbar .searchbar-ios .searchbar-ios-cancel {
  padding: 0;
}

.toolbar .searchbar-ios.searchbar-has-focus .searchbar-ios-cancel {
  padding-left: 8px;
}

.searchbar-ios .searchbar-md-cancel {
  display: none;
}

.searchbar-ios-primary .searchbar-ios-cancel {
  color: #17263C;
}

.searchbar-ios-primary .searchbar-ios-cancel:hover:not(.disable-hover) {
  color: #2a374c;
}

.toolbar-ios-primary .searchbar-ios .searchbar-search-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2013%2013'><path%20fill='rgba(255,%20255,%20255,%200.5)'%20d='M5,1c2.2,0,4,1.8,4,4S7.2,9,5,9S1,7.2,1,5S2.8,1,5,1%20M5,0C2.2,0,0,2.2,0,5s2.2,5,5,5s5-2.2,5-5S7.8,0,5,0%20L5,0z'/><line%20stroke='rgba(255,%20255,%20255,%200.5)'%20stroke-miterlimit='10'%20x1='12.6'%20y1='12.6'%20x2='8.2'%20y2='8.2'/></svg>");
}

.toolbar-ios-primary .searchbar-ios .searchbar-input {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.toolbar-ios-primary .searchbar-ios .searchbar-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.toolbar-ios-primary .searchbar-ios .searchbar-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.toolbar-ios-primary .searchbar-ios .searchbar-input::-webkit-input-placeholder {
  text-indent: 0;
  color: rgba(255, 255, 255, 0.5);
}

.toolbar-ios-primary .searchbar-ios .searchbar-clear-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'><path%20fill='rgba(255,%20255,%20255,%200.5)'%20d='M403.1,108.9c-81.2-81.2-212.9-81.2-294.2,0s-81.2,212.9,0,294.2c81.2,81.2,212.9,81.2,294.2,0S484.3,190.1,403.1,108.9z%20M352,340.2L340.2,352l-84.4-84.2l-84,83.8L160,339.8l84-83.8l-84-83.8l11.8-11.8l84,83.8l84.4-84.2l11.8,11.8L267.6,256L352,340.2z'/></svg>");
}

.toolbar-ios-primary .searchbar-ios .searchbar-ios-cancel {
  color: #fff;
}

.searchbar-ios-secondary .searchbar-ios-cancel {
  color: #32db64;
}

.searchbar-ios-secondary .searchbar-ios-cancel:hover:not(.disable-hover) {
  color: #2ec95c;
}

.toolbar-ios-secondary .searchbar-ios .searchbar-search-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2013%2013'><path%20fill='rgba(255,%20255,%20255,%200.5)'%20d='M5,1c2.2,0,4,1.8,4,4S7.2,9,5,9S1,7.2,1,5S2.8,1,5,1%20M5,0C2.2,0,0,2.2,0,5s2.2,5,5,5s5-2.2,5-5S7.8,0,5,0%20L5,0z'/><line%20stroke='rgba(255,%20255,%20255,%200.5)'%20stroke-miterlimit='10'%20x1='12.6'%20y1='12.6'%20x2='8.2'%20y2='8.2'/></svg>");
}

.toolbar-ios-secondary .searchbar-ios .searchbar-input {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.toolbar-ios-secondary .searchbar-ios .searchbar-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.toolbar-ios-secondary .searchbar-ios .searchbar-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.toolbar-ios-secondary .searchbar-ios .searchbar-input::-webkit-input-placeholder {
  text-indent: 0;
  color: rgba(255, 255, 255, 0.5);
}

.toolbar-ios-secondary .searchbar-ios .searchbar-clear-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'><path%20fill='rgba(255,%20255,%20255,%200.5)'%20d='M403.1,108.9c-81.2-81.2-212.9-81.2-294.2,0s-81.2,212.9,0,294.2c81.2,81.2,212.9,81.2,294.2,0S484.3,190.1,403.1,108.9z%20M352,340.2L340.2,352l-84.4-84.2l-84,83.8L160,339.8l84-83.8l-84-83.8l11.8-11.8l84,83.8l84.4-84.2l11.8,11.8L267.6,256L352,340.2z'/></svg>");
}

.toolbar-ios-secondary .searchbar-ios .searchbar-ios-cancel {
  color: #fff;
}

.searchbar-ios-danger .searchbar-ios-cancel {
  color: #f53d3d;
}

.searchbar-ios-danger .searchbar-ios-cancel:hover:not(.disable-hover) {
  color: #e13838;
}

.toolbar-ios-danger .searchbar-ios .searchbar-search-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2013%2013'><path%20fill='rgba(255,%20255,%20255,%200.5)'%20d='M5,1c2.2,0,4,1.8,4,4S7.2,9,5,9S1,7.2,1,5S2.8,1,5,1%20M5,0C2.2,0,0,2.2,0,5s2.2,5,5,5s5-2.2,5-5S7.8,0,5,0%20L5,0z'/><line%20stroke='rgba(255,%20255,%20255,%200.5)'%20stroke-miterlimit='10'%20x1='12.6'%20y1='12.6'%20x2='8.2'%20y2='8.2'/></svg>");
}

.toolbar-ios-danger .searchbar-ios .searchbar-input {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.toolbar-ios-danger .searchbar-ios .searchbar-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.toolbar-ios-danger .searchbar-ios .searchbar-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.toolbar-ios-danger .searchbar-ios .searchbar-input::-webkit-input-placeholder {
  text-indent: 0;
  color: rgba(255, 255, 255, 0.5);
}

.toolbar-ios-danger .searchbar-ios .searchbar-clear-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'><path%20fill='rgba(255,%20255,%20255,%200.5)'%20d='M403.1,108.9c-81.2-81.2-212.9-81.2-294.2,0s-81.2,212.9,0,294.2c81.2,81.2,212.9,81.2,294.2,0S484.3,190.1,403.1,108.9z%20M352,340.2L340.2,352l-84.4-84.2l-84,83.8L160,339.8l84-83.8l-84-83.8l11.8-11.8l84,83.8l84.4-84.2l11.8,11.8L267.6,256L352,340.2z'/></svg>");
}

.toolbar-ios-danger .searchbar-ios .searchbar-ios-cancel {
  color: #fff;
}

.searchbar-ios-light .searchbar-ios-cancel {
  color: #f4f4f4;
}

.searchbar-ios-light .searchbar-ios-cancel:hover:not(.disable-hover) {
  color: #e0e0e0;
}

.toolbar-ios-light .searchbar-ios .searchbar-search-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2013%2013'><path%20fill='rgba(0,%200,%200,%200.5)'%20d='M5,1c2.2,0,4,1.8,4,4S7.2,9,5,9S1,7.2,1,5S2.8,1,5,1%20M5,0C2.2,0,0,2.2,0,5s2.2,5,5,5s5-2.2,5-5S7.8,0,5,0%20L5,0z'/><line%20stroke='rgba(0,%200,%200,%200.5)'%20stroke-miterlimit='10'%20x1='12.6'%20y1='12.6'%20x2='8.2'%20y2='8.2'/></svg>");
}

.toolbar-ios-light .searchbar-ios .searchbar-input {
  color: #000;
  background: rgba(0, 0, 0, 0.08);
}

.toolbar-ios-light .searchbar-ios .searchbar-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.toolbar-ios-light .searchbar-ios .searchbar-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.toolbar-ios-light .searchbar-ios .searchbar-input::-webkit-input-placeholder {
  text-indent: 0;
  color: rgba(0, 0, 0, 0.5);
}

.toolbar-ios-light .searchbar-ios .searchbar-clear-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'><path%20fill='rgba(0,%200,%200,%200.5)'%20d='M403.1,108.9c-81.2-81.2-212.9-81.2-294.2,0s-81.2,212.9,0,294.2c81.2,81.2,212.9,81.2,294.2,0S484.3,190.1,403.1,108.9z%20M352,340.2L340.2,352l-84.4-84.2l-84,83.8L160,339.8l84-83.8l-84-83.8l11.8-11.8l84,83.8l84.4-84.2l11.8,11.8L267.6,256L352,340.2z'/></svg>");
}

.toolbar-ios-light .searchbar-ios .searchbar-ios-cancel {
  color: #17263C;
}

.searchbar-ios-white .searchbar-ios-cancel {
  color: #ffffff;
}

.searchbar-ios-white .searchbar-ios-cancel:hover:not(.disable-hover) {
  color: #ebebeb;
}

.toolbar-ios-white .searchbar-ios .searchbar-search-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2013%2013'><path%20fill='rgba(0,%200,%200,%200.5)'%20d='M5,1c2.2,0,4,1.8,4,4S7.2,9,5,9S1,7.2,1,5S2.8,1,5,1%20M5,0C2.2,0,0,2.2,0,5s2.2,5,5,5s5-2.2,5-5S7.8,0,5,0%20L5,0z'/><line%20stroke='rgba(0,%200,%200,%200.5)'%20stroke-miterlimit='10'%20x1='12.6'%20y1='12.6'%20x2='8.2'%20y2='8.2'/></svg>");
}

.toolbar-ios-white .searchbar-ios .searchbar-input {
  color: #000;
  background: rgba(0, 0, 0, 0.08);
}

.toolbar-ios-white .searchbar-ios .searchbar-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.toolbar-ios-white .searchbar-ios .searchbar-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.toolbar-ios-white .searchbar-ios .searchbar-input::-webkit-input-placeholder {
  text-indent: 0;
  color: rgba(0, 0, 0, 0.5);
}

.toolbar-ios-white .searchbar-ios .searchbar-clear-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'><path%20fill='rgba(0,%200,%200,%200.5)'%20d='M403.1,108.9c-81.2-81.2-212.9-81.2-294.2,0s-81.2,212.9,0,294.2c81.2,81.2,212.9,81.2,294.2,0S484.3,190.1,403.1,108.9z%20M352,340.2L340.2,352l-84.4-84.2l-84,83.8L160,339.8l84-83.8l-84-83.8l11.8-11.8l84,83.8l84.4-84.2l11.8,11.8L267.6,256L352,340.2z'/></svg>");
}

.toolbar-ios-white .searchbar-ios .searchbar-ios-cancel {
  color: #17263C;
}

.searchbar-ios-dark .searchbar-ios-cancel {
  color: #222;
}

.searchbar-ios-dark .searchbar-ios-cancel:hover:not(.disable-hover) {
  color: #343434;
}

.toolbar-ios-dark .searchbar-ios .searchbar-search-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2013%2013'><path%20fill='rgba(255,%20255,%20255,%200.5)'%20d='M5,1c2.2,0,4,1.8,4,4S7.2,9,5,9S1,7.2,1,5S2.8,1,5,1%20M5,0C2.2,0,0,2.2,0,5s2.2,5,5,5s5-2.2,5-5S7.8,0,5,0%20L5,0z'/><line%20stroke='rgba(255,%20255,%20255,%200.5)'%20stroke-miterlimit='10'%20x1='12.6'%20y1='12.6'%20x2='8.2'%20y2='8.2'/></svg>");
}

.toolbar-ios-dark .searchbar-ios .searchbar-input {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.toolbar-ios-dark .searchbar-ios .searchbar-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.toolbar-ios-dark .searchbar-ios .searchbar-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.toolbar-ios-dark .searchbar-ios .searchbar-input::-webkit-input-placeholder {
  text-indent: 0;
  color: rgba(255, 255, 255, 0.5);
}

.toolbar-ios-dark .searchbar-ios .searchbar-clear-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'><path%20fill='rgba(255,%20255,%20255,%200.5)'%20d='M403.1,108.9c-81.2-81.2-212.9-81.2-294.2,0s-81.2,212.9,0,294.2c81.2,81.2,212.9,81.2,294.2,0S484.3,190.1,403.1,108.9z%20M352,340.2L340.2,352l-84.4-84.2l-84,83.8L160,339.8l84-83.8l-84-83.8l11.8-11.8l84,83.8l84.4-84.2l11.8,11.8L267.6,256L352,340.2z'/></svg>");
}

.toolbar-ios-dark .searchbar-ios .searchbar-ios-cancel {
  color: #fff;
}

.searchbar-ios-sunflower .searchbar-ios-cancel {
  color: #f1c40f;
}

.searchbar-ios-sunflower .searchbar-ios-cancel:hover:not(.disable-hover) {
  color: #deb40e;
}

.toolbar-ios-sunflower .searchbar-ios .searchbar-search-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2013%2013'><path%20fill='rgba(0,%200,%200,%200.5)'%20d='M5,1c2.2,0,4,1.8,4,4S7.2,9,5,9S1,7.2,1,5S2.8,1,5,1%20M5,0C2.2,0,0,2.2,0,5s2.2,5,5,5s5-2.2,5-5S7.8,0,5,0%20L5,0z'/><line%20stroke='rgba(0,%200,%200,%200.5)'%20stroke-miterlimit='10'%20x1='12.6'%20y1='12.6'%20x2='8.2'%20y2='8.2'/></svg>");
}

.toolbar-ios-sunflower .searchbar-ios .searchbar-input {
  color: #000;
  background: rgba(0, 0, 0, 0.08);
}

.toolbar-ios-sunflower .searchbar-ios .searchbar-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.toolbar-ios-sunflower .searchbar-ios .searchbar-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.toolbar-ios-sunflower .searchbar-ios .searchbar-input::-webkit-input-placeholder {
  text-indent: 0;
  color: rgba(0, 0, 0, 0.5);
}

.toolbar-ios-sunflower .searchbar-ios .searchbar-clear-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'><path%20fill='rgba(0,%200,%200,%200.5)'%20d='M403.1,108.9c-81.2-81.2-212.9-81.2-294.2,0s-81.2,212.9,0,294.2c81.2,81.2,212.9,81.2,294.2,0S484.3,190.1,403.1,108.9z%20M352,340.2L340.2,352l-84.4-84.2l-84,83.8L160,339.8l84-83.8l-84-83.8l11.8-11.8l84,83.8l84.4-84.2l11.8,11.8L267.6,256L352,340.2z'/></svg>");
}

.toolbar-ios-sunflower .searchbar-ios .searchbar-ios-cancel {
  color: #17263C;
}

.searchbar-ios-active .searchbar-ios-cancel {
  color: #17263C;
}

.searchbar-ios-active .searchbar-ios-cancel:hover:not(.disable-hover) {
  color: #2a374c;
}

.toolbar-ios-active .searchbar-ios .searchbar-search-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2013%2013'><path%20fill='rgba(255,%20255,%20255,%200.5)'%20d='M5,1c2.2,0,4,1.8,4,4S7.2,9,5,9S1,7.2,1,5S2.8,1,5,1%20M5,0C2.2,0,0,2.2,0,5s2.2,5,5,5s5-2.2,5-5S7.8,0,5,0%20L5,0z'/><line%20stroke='rgba(255,%20255,%20255,%200.5)'%20stroke-miterlimit='10'%20x1='12.6'%20y1='12.6'%20x2='8.2'%20y2='8.2'/></svg>");
}

.toolbar-ios-active .searchbar-ios .searchbar-input {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.toolbar-ios-active .searchbar-ios .searchbar-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.toolbar-ios-active .searchbar-ios .searchbar-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.toolbar-ios-active .searchbar-ios .searchbar-input::-webkit-input-placeholder {
  text-indent: 0;
  color: rgba(255, 255, 255, 0.5);
}

.toolbar-ios-active .searchbar-ios .searchbar-clear-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'><path%20fill='rgba(255,%20255,%20255,%200.5)'%20d='M403.1,108.9c-81.2-81.2-212.9-81.2-294.2,0s-81.2,212.9,0,294.2c81.2,81.2,212.9,81.2,294.2,0S484.3,190.1,403.1,108.9z%20M352,340.2L340.2,352l-84.4-84.2l-84,83.8L160,339.8l84-83.8l-84-83.8l11.8-11.8l84,83.8l84.4-84.2l11.8,11.8L267.6,256L352,340.2z'/></svg>");
}

.toolbar-ios-active .searchbar-ios .searchbar-ios-cancel {
  color: #fff;
}

.searchbar-ios-black .searchbar-ios-cancel {
  color: #17263C;
}

.searchbar-ios-black .searchbar-ios-cancel:hover:not(.disable-hover) {
  color: #2a374c;
}

.toolbar-ios-black .searchbar-ios .searchbar-search-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2013%2013'><path%20fill='rgba(255,%20255,%20255,%200.5)'%20d='M5,1c2.2,0,4,1.8,4,4S7.2,9,5,9S1,7.2,1,5S2.8,1,5,1%20M5,0C2.2,0,0,2.2,0,5s2.2,5,5,5s5-2.2,5-5S7.8,0,5,0%20L5,0z'/><line%20stroke='rgba(255,%20255,%20255,%200.5)'%20stroke-miterlimit='10'%20x1='12.6'%20y1='12.6'%20x2='8.2'%20y2='8.2'/></svg>");
}

.toolbar-ios-black .searchbar-ios .searchbar-input {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.toolbar-ios-black .searchbar-ios .searchbar-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.toolbar-ios-black .searchbar-ios .searchbar-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.toolbar-ios-black .searchbar-ios .searchbar-input::-webkit-input-placeholder {
  text-indent: 0;
  color: rgba(255, 255, 255, 0.5);
}

.toolbar-ios-black .searchbar-ios .searchbar-clear-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'><path%20fill='rgba(255,%20255,%20255,%200.5)'%20d='M403.1,108.9c-81.2-81.2-212.9-81.2-294.2,0s-81.2,212.9,0,294.2c81.2,81.2,212.9,81.2,294.2,0S484.3,190.1,403.1,108.9z%20M352,340.2L340.2,352l-84.4-84.2l-84,83.8L160,339.8l84-83.8l-84-83.8l11.8-11.8l84,83.8l84.4-84.2l11.8,11.8L267.6,256L352,340.2z'/></svg>");
}

.toolbar-ios-black .searchbar-ios .searchbar-ios-cancel {
  color: #fff;
}

.searchbar-ios-sacgreen .searchbar-ios-cancel {
  color: #7c9a56;
}

.searchbar-ios-sacgreen .searchbar-ios-cancel:hover:not(.disable-hover) {
  color: #86a264;
}

.toolbar-ios-sacgreen .searchbar-ios .searchbar-search-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2013%2013'><path%20fill='rgba(255,%20255,%20255,%200.5)'%20d='M5,1c2.2,0,4,1.8,4,4S7.2,9,5,9S1,7.2,1,5S2.8,1,5,1%20M5,0C2.2,0,0,2.2,0,5s2.2,5,5,5s5-2.2,5-5S7.8,0,5,0%20L5,0z'/><line%20stroke='rgba(255,%20255,%20255,%200.5)'%20stroke-miterlimit='10'%20x1='12.6'%20y1='12.6'%20x2='8.2'%20y2='8.2'/></svg>");
}

.toolbar-ios-sacgreen .searchbar-ios .searchbar-input {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.toolbar-ios-sacgreen .searchbar-ios .searchbar-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.toolbar-ios-sacgreen .searchbar-ios .searchbar-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.toolbar-ios-sacgreen .searchbar-ios .searchbar-input::-webkit-input-placeholder {
  text-indent: 0;
  color: rgba(255, 255, 255, 0.5);
}

.toolbar-ios-sacgreen .searchbar-ios .searchbar-clear-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'><path%20fill='rgba(255,%20255,%20255,%200.5)'%20d='M403.1,108.9c-81.2-81.2-212.9-81.2-294.2,0s-81.2,212.9,0,294.2c81.2,81.2,212.9,81.2,294.2,0S484.3,190.1,403.1,108.9z%20M352,340.2L340.2,352l-84.4-84.2l-84,83.8L160,339.8l84-83.8l-84-83.8l11.8-11.8l84,83.8l84.4-84.2l11.8,11.8L267.6,256L352,340.2z'/></svg>");
}

.toolbar-ios-sacgreen .searchbar-ios .searchbar-ios-cancel {
  color: #fff;
}

.searchbar-ios.searchbar-animated.searchbar-show-cancel .searchbar-ios-cancel {
  display: block;
}

.searchbar-ios.searchbar-animated .searchbar-search-icon,
.searchbar-ios.searchbar-animated .searchbar-input {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.searchbar-animated.searchbar-has-focus .searchbar-ios-cancel {
  opacity: 1;
  pointer-events: auto;
}

.searchbar-animated .searchbar-ios-cancel {
  margin-right: -100%;
  -webkit-transform: translate3d(0,  0,  0);
  transform: translate3d(0,  0,  0);
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  pointer-events: none;
}

.searchbar-md {
  background: inherit;
  padding: 8px;
}

.searchbar-md .searchbar-search-icon {
  left: 16px;
  top: 11px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'><path%20fill='%235b5b5b'%20d='M337.509,305.372h-17.501l-6.571-5.486c20.791-25.232,33.922-57.054,33.922-93.257C347.358,127.632,283.896,64,205.135,64C127.452,64,64,127.632,64,206.629s63.452,142.628,142.225,142.628c35.011,0,67.831-13.167,92.991-34.008l6.561,5.487v17.551L415.18,448L448,415.086L337.509,305.372z%20M206.225,305.372c-54.702,0-98.463-43.887-98.463-98.743c0-54.858,43.761-98.742,98.463-98.742c54.7,0,98.462,43.884,98.462,98.742C304.687,261.485,260.925,305.372,206.225,305.372z'/></svg>");
  width: 21px;
  height: 21px;
}

.searchbar-md .searchbar-md-cancel {
  left: 10px;
  top: 0;
  margin: 0;
  display: none;
  width: 21px;
  height: 100%;
}

.searchbar-md .searchbar-search-icon,
.searchbar-md .searchbar-md-cancel {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 20px;
}

.searchbar-md .searchbar-search-icon.activated,
.searchbar-md .searchbar-md-cancel.activated {
  background-color: transparent;
}

.searchbar-md .searchbar-input {
  padding: 6px 55px;
  border-radius: 2px;
  background-position: left 8px center;
  height: auto;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  color: #141414;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.searchbar-md .searchbar-input::-moz-placeholder {
  color: #aeaeae;
}

.searchbar-md .searchbar-input:-ms-input-placeholder {
  color: #aeaeae;
}

.searchbar-md .searchbar-input::-webkit-input-placeholder {
  text-indent: 0;
  color: #aeaeae;
}

.searchbar-md .searchbar-clear-icon {
  right: 13px;
  top: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'><polygon%20fill='%235b5b5b'%20points='405,136.798%20375.202,107%20256,226.202%20136.798,107%20107,136.798%20226.202,256%20107,375.202%20136.798,405%20256,285.798%20375.202,405%20405,375.202%20285.798,256'/></svg>");
  padding: 0;
  background-position: center;
  position: absolute;
  width: 22px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 22px;
}

.searchbar-md .searchbar-clear-icon.activated {
  background-color: transparent;
}

.searchbar-md.searchbar-has-focus.searchbar-show-cancel .searchbar-search-icon {
  display: none;
}

.searchbar-md.searchbar-has-focus.searchbar-show-cancel .searchbar-md-cancel {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.toolbar .searchbar-md {
  padding: 3px;
}

.toolbar .searchbar-md .searchbar-md-cancel {
  left: 14px;
}

.searchbar-md .searchbar-ios-cancel {
  display: none;
}

.searchbar-wp {
  background: transparent;
  padding: 8px;
}

.searchbar-wp .searchbar-input-container {
  border: 2px solid rgba(0, 0, 0, 0.5);
}

.searchbar-wp .searchbar-search-icon {
  right: 8px;
  top: 5px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'><path%20fill='%23858585'%20d='M337.509,305.372h-17.501l-6.571-5.486c20.791-25.232,33.922-57.054,33.922-93.257C347.358,127.632,283.896,64,205.135,64C127.452,64,64,127.632,64,206.629s63.452,142.628,142.225,142.628c35.011,0,67.831-13.167,92.991-34.008l6.561,5.487v17.551L415.18,448L448,415.086L337.509,305.372z%20M206.225,305.372c-54.702,0-98.463-43.887-98.463-98.743c0-54.858,43.761-98.742,98.463-98.742c54.7,0,98.462,43.884,98.462,98.742C304.687,261.485,260.925,305.372,206.225,305.372z'/></svg>");
  position: absolute;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: 20px;
}

.searchbar-wp .searchbar-search-icon.activated {
  background-color: transparent;
}

.searchbar-wp .searchbar-input {
  padding: 0 8px;
  border-radius: 0;
  background-position: left 8px center;
  height: auto;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 3rem;
  color: #141414;
  background-color: #fff;
}

.searchbar-wp .searchbar-input::-moz-placeholder {
  color: #858585;
}

.searchbar-wp .searchbar-input:-ms-input-placeholder {
  color: #858585;
}

.searchbar-wp .searchbar-input::-webkit-input-placeholder {
  text-indent: 0;
  color: #858585;
}

.searchbar-wp .searchbar-clear-icon {
  right: 8px;
  top: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'><polygon%20fill='%23858585'%20points='405,136.798%20375.202,107%20256,226.202%20136.798,107%20107,136.798%20226.202,256%20107,375.202%20136.798,405%20256,285.798%20375.202,405%20405,375.202%20285.798,256'/></svg>");
  padding: 0;
  background-position: center;
  position: absolute;
  width: 22px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 22px;
}

.searchbar-wp .searchbar-clear-icon.activated {
  background-color: transparent;
}

.searchbar-wp.searchbar-has-focus .searchbar-input-container {
  border-color: #17263C;
}

.searchbar-wp.searchbar-has-value .searchbar-search-icon {
  display: none;
}

.searchbar-wp .searchbar-ios-cancel {
  display: none;
}

.searchbar-wp .searchbar-md-cancel {
  display: none;
}

.toolbar .searchbar-wp {
  padding: 2px;
}

.searchbar-wp-primary.searchbar-has-focus .searchbar-input-container {
  border-color: #17263C;
}

.searchbar-wp-secondary.searchbar-has-focus .searchbar-input-container {
  border-color: #32db64;
}

.searchbar-wp-danger.searchbar-has-focus .searchbar-input-container {
  border-color: #f53d3d;
}

.searchbar-wp-light.searchbar-has-focus .searchbar-input-container {
  border-color: #f4f4f4;
}

.searchbar-wp-white.searchbar-has-focus .searchbar-input-container {
  border-color: #ffffff;
}

.searchbar-wp-dark.searchbar-has-focus .searchbar-input-container {
  border-color: #222;
}

.searchbar-wp-sunflower.searchbar-has-focus .searchbar-input-container {
  border-color: #f1c40f;
}

.searchbar-wp-active.searchbar-has-focus .searchbar-input-container {
  border-color: #17263C;
}

.searchbar-wp-black.searchbar-has-focus .searchbar-input-container {
  border-color: #17263C;
}

.searchbar-wp-sacgreen.searchbar-has-focus .searchbar-input-container {
  border-color: #7c9a56;
}

ion-segment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.segment-button {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.segment-ios .segment-button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  height: 3.2rem;
  border-width: 1px;
  border-style: solid;
  border-color: #007bff;
  font-size: 1.3rem;
  line-height: 3rem;
  color: #007bff;
  background-color: transparent;
}

.segment-ios .segment-button ion-icon {
  font-size: 2.6rem;
  line-height: 2.8rem;
}

.segment-ios .segment-button.segment-activated {
  color: #fff;
  background-color: #007bff;
  opacity: 1;
  -webkit-transition: 100ms all linear;
  transition: 100ms all linear;
}

.segment-ios .segment-button:hover:not(.segment-activated) {
  background-color: rgba(0, 123, 255, 0.1);
  -webkit-transition: 100ms all linear;
  transition: 100ms all linear;
}

.segment-ios .segment-button:active:not(.segment-activated) {
  background-color: rgba(0, 123, 255, 0.16);
  -webkit-transition: 100ms all linear;
  transition: 100ms all linear;
}

.segment-ios .segment-button:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  margin-right: 0;
}

.segment-ios .segment-button:not(:first-of-type) {
  border-left-width: 0;
}

.segment-ios .segment-button:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  margin-left: 0;
  border-left-width: 0;
}

[dir="rtl"] .segment-ios .segment-button:first-of-type {
  border-left-width: 0;
}

[dir="rtl"] .segment-ios .segment-button:last-of-type {
  border-left-width: 1px;
}

.segment-ios.segment-disabled {
  opacity: .4;
  pointer-events: none;
}

.segment-ios .segment-button-disabled {
  color: rgba(0, 123, 255, 0.3);
  pointer-events: none;
}

.toolbar-ios .segment-ios {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

.toolbar-ios .segment-button {
  max-width: 100px;
  height: 2.6rem;
  font-size: 1.2rem;
  line-height: 2.5rem;
}

.toolbar-ios .segment-button ion-icon {
  font-size: 2.2rem;
  line-height: 2.4rem;
}

.segment-ios-primary .segment-button {
  border-color: #17263C;
  color: #17263C;
}

.segment-ios-primary .segment-button:hover:not(.segment-activated) {
  background-color: rgba(23, 38, 60, 0.1);
}

.segment-ios-primary .segment-button:active:not(.segment-activated) {
  background-color: rgba(23, 38, 60, 0.16);
}

.segment-ios-primary .segment-button.segment-activated {
  color: #fff;
  background-color: #17263C;
}

.segment-ios-primary .segment-button-disabled {
  color: rgba(23, 38, 60, 0.3);
}

.toolbar-ios-primary .segment-ios .segment-button.segment-activated {
  color: #17263C;
}

.segment-ios-secondary .segment-button {
  border-color: #32db64;
  color: #32db64;
}

.segment-ios-secondary .segment-button:hover:not(.segment-activated) {
  background-color: rgba(50, 219, 100, 0.1);
}

.segment-ios-secondary .segment-button:active:not(.segment-activated) {
  background-color: rgba(50, 219, 100, 0.16);
}

.segment-ios-secondary .segment-button.segment-activated {
  color: #fff;
  background-color: #32db64;
}

.segment-ios-secondary .segment-button-disabled {
  color: rgba(50, 219, 100, 0.3);
}

.toolbar-ios-secondary .segment-ios .segment-button.segment-activated {
  color: #32db64;
}

.segment-ios-danger .segment-button {
  border-color: #f53d3d;
  color: #f53d3d;
}

.segment-ios-danger .segment-button:hover:not(.segment-activated) {
  background-color: rgba(245, 61, 61, 0.1);
}

.segment-ios-danger .segment-button:active:not(.segment-activated) {
  background-color: rgba(245, 61, 61, 0.16);
}

.segment-ios-danger .segment-button.segment-activated {
  color: #fff;
  background-color: #f53d3d;
}

.segment-ios-danger .segment-button-disabled {
  color: rgba(245, 61, 61, 0.3);
}

.toolbar-ios-danger .segment-ios .segment-button.segment-activated {
  color: #f53d3d;
}

.segment-ios-light .segment-button {
  border-color: #f4f4f4;
  color: #f4f4f4;
}

.segment-ios-light .segment-button:hover:not(.segment-activated) {
  background-color: rgba(244, 244, 244, 0.1);
}

.segment-ios-light .segment-button:active:not(.segment-activated) {
  background-color: rgba(244, 244, 244, 0.16);
}

.segment-ios-light .segment-button.segment-activated {
  color: #000;
  background-color: #f4f4f4;
}

.segment-ios-light .segment-button-disabled {
  color: rgba(244, 244, 244, 0.3);
}

.toolbar-ios-light .segment-ios .segment-button.segment-activated {
  color: #f4f4f4;
}

.segment-ios-white .segment-button {
  border-color: #ffffff;
  color: #ffffff;
}

.segment-ios-white .segment-button:hover:not(.segment-activated) {
  background-color: rgba(255, 255, 255, 0.1);
}

.segment-ios-white .segment-button:active:not(.segment-activated) {
  background-color: rgba(255, 255, 255, 0.16);
}

.segment-ios-white .segment-button.segment-activated {
  color: #000;
  background-color: #ffffff;
}

.segment-ios-white .segment-button-disabled {
  color: rgba(255, 255, 255, 0.3);
}

.toolbar-ios-white .segment-ios .segment-button.segment-activated {
  color: #ffffff;
}

.segment-ios-dark .segment-button {
  border-color: #222;
  color: #222;
}

.segment-ios-dark .segment-button:hover:not(.segment-activated) {
  background-color: rgba(34, 34, 34, 0.1);
}

.segment-ios-dark .segment-button:active:not(.segment-activated) {
  background-color: rgba(34, 34, 34, 0.16);
}

.segment-ios-dark .segment-button.segment-activated {
  color: #fff;
  background-color: #222;
}

.segment-ios-dark .segment-button-disabled {
  color: rgba(34, 34, 34, 0.3);
}

.toolbar-ios-dark .segment-ios .segment-button.segment-activated {
  color: #222;
}

.segment-ios-sunflower .segment-button {
  border-color: #f1c40f;
  color: #f1c40f;
}

.segment-ios-sunflower .segment-button:hover:not(.segment-activated) {
  background-color: rgba(241, 196, 15, 0.1);
}

.segment-ios-sunflower .segment-button:active:not(.segment-activated) {
  background-color: rgba(241, 196, 15, 0.16);
}

.segment-ios-sunflower .segment-button.segment-activated {
  color: #000;
  background-color: #f1c40f;
}

.segment-ios-sunflower .segment-button-disabled {
  color: rgba(241, 196, 15, 0.3);
}

.toolbar-ios-sunflower .segment-ios .segment-button.segment-activated {
  color: #f1c40f;
}

.segment-ios-active .segment-button {
  border-color: #17263C;
  color: #17263C;
}

.segment-ios-active .segment-button:hover:not(.segment-activated) {
  background-color: rgba(23, 38, 60, 0.1);
}

.segment-ios-active .segment-button:active:not(.segment-activated) {
  background-color: rgba(23, 38, 60, 0.16);
}

.segment-ios-active .segment-button.segment-activated {
  color: #fff;
  background-color: #17263C;
}

.segment-ios-active .segment-button-disabled {
  color: rgba(23, 38, 60, 0.3);
}

.toolbar-ios-active .segment-ios .segment-button.segment-activated {
  color: #17263C;
}

.segment-ios-black .segment-button {
  border-color: #17263C;
  color: #17263C;
}

.segment-ios-black .segment-button:hover:not(.segment-activated) {
  background-color: rgba(23, 38, 60, 0.1);
}

.segment-ios-black .segment-button:active:not(.segment-activated) {
  background-color: rgba(23, 38, 60, 0.16);
}

.segment-ios-black .segment-button.segment-activated {
  color: #fff;
  background-color: #17263C;
}

.segment-ios-black .segment-button-disabled {
  color: rgba(23, 38, 60, 0.3);
}

.toolbar-ios-black .segment-ios .segment-button.segment-activated {
  color: #17263C;
}

.segment-ios-sacgreen .segment-button {
  border-color: #7c9a56;
  color: #7c9a56;
}

.segment-ios-sacgreen .segment-button:hover:not(.segment-activated) {
  background-color: rgba(124, 154, 86, 0.1);
}

.segment-ios-sacgreen .segment-button:active:not(.segment-activated) {
  background-color: rgba(124, 154, 86, 0.16);
}

.segment-ios-sacgreen .segment-button.segment-activated {
  color: #fff;
  background-color: #7c9a56;
}

.segment-ios-sacgreen .segment-button-disabled {
  color: rgba(124, 154, 86, 0.3);
}

.toolbar-ios-sacgreen .segment-ios .segment-button.segment-activated {
  color: #7c9a56;
}

.segment-md .segment-button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  height: 4.2rem;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 4rem;
  text-transform: uppercase;
  color: #007bff;
  background-color: transparent;
  opacity: 0.7;
  -webkit-transition: 100ms all linear;
  transition: 100ms all linear;
  padding: 0 6px;
}

.segment-md .segment-button ion-icon {
  font-size: 2.6rem;
  line-height: 4rem;
}

.segment-md .segment-button.activated, .segment-md .segment-button.segment-activated {
  border-color: #007bff;
  opacity: 1;
}

.segment-md.segment-disabled,
.segment-md .segment-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.toolbar .segment-md {
  margin: 0 auto;
}

.toolbar .segment-md .segment-button.activated,
.toolbar .segment-md .segment-button.segment-activated {
  opacity: 1;
}

.segment-md-primary .segment-button {
  color: #17263C;
}

.segment-md-primary .segment-button.activated, .segment-md-primary .segment-button.segment-activated {
  border-color: #17263C;
  color: #17263C;
  opacity: 1;
}

.segment-md-secondary .segment-button {
  color: #32db64;
}

.segment-md-secondary .segment-button.activated, .segment-md-secondary .segment-button.segment-activated {
  border-color: #32db64;
  color: #32db64;
  opacity: 1;
}

.segment-md-danger .segment-button {
  color: #f53d3d;
}

.segment-md-danger .segment-button.activated, .segment-md-danger .segment-button.segment-activated {
  border-color: #f53d3d;
  color: #f53d3d;
  opacity: 1;
}

.segment-md-light .segment-button {
  color: #f4f4f4;
}

.segment-md-light .segment-button.activated, .segment-md-light .segment-button.segment-activated {
  border-color: #f4f4f4;
  color: #f4f4f4;
  opacity: 1;
}

.segment-md-white .segment-button {
  color: #ffffff;
}

.segment-md-white .segment-button.activated, .segment-md-white .segment-button.segment-activated {
  border-color: #ffffff;
  color: #ffffff;
  opacity: 1;
}

.segment-md-dark .segment-button {
  color: #222;
}

.segment-md-dark .segment-button.activated, .segment-md-dark .segment-button.segment-activated {
  border-color: #222;
  color: #222;
  opacity: 1;
}

.segment-md-sunflower .segment-button {
  color: #f1c40f;
}

.segment-md-sunflower .segment-button.activated, .segment-md-sunflower .segment-button.segment-activated {
  border-color: #f1c40f;
  color: #f1c40f;
  opacity: 1;
}

.segment-md-active .segment-button {
  color: #17263C;
}

.segment-md-active .segment-button.activated, .segment-md-active .segment-button.segment-activated {
  border-color: #17263C;
  color: #17263C;
  opacity: 1;
}

.segment-md-black .segment-button {
  color: #17263C;
}

.segment-md-black .segment-button.activated, .segment-md-black .segment-button.segment-activated {
  border-color: #17263C;
  color: #17263C;
  opacity: 1;
}

.segment-md-sacgreen .segment-button {
  color: #7c9a56;
}

.segment-md-sacgreen .segment-button.activated, .segment-md-sacgreen .segment-button.segment-activated {
  border-color: #7c9a56;
  color: #7c9a56;
  opacity: 1;
}

.segment-wp {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.segment-wp .segment-button {
  height: 4rem;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 4rem;
  text-transform: uppercase;
  color: #000;
  background-color: transparent;
  opacity: 0.5;
  padding: 0 6px;
}

.segment-wp .segment-button.segment-activated {
  opacity: 1;
}

.segment-wp .segment-button ion-icon {
  font-size: 2.6rem;
  line-height: 4rem;
}

.segment-wp.segment-disabled,
.segment-wp .segment-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.toolbar .segment-wp {
  margin: 0 auto;
}

.segment-wp-primary .segment-button {
  color: #17263C;
}

.segment-wp-primary .segment-button.activated, .segment-wp-primary .segment-button.segment-activated {
  border-color: #17263C;
  color: #17263C;
  opacity: 1;
}

.segment-wp-secondary .segment-button {
  color: #32db64;
}

.segment-wp-secondary .segment-button.activated, .segment-wp-secondary .segment-button.segment-activated {
  border-color: #32db64;
  color: #32db64;
  opacity: 1;
}

.segment-wp-danger .segment-button {
  color: #f53d3d;
}

.segment-wp-danger .segment-button.activated, .segment-wp-danger .segment-button.segment-activated {
  border-color: #f53d3d;
  color: #f53d3d;
  opacity: 1;
}

.segment-wp-light .segment-button {
  color: #f4f4f4;
}

.segment-wp-light .segment-button.activated, .segment-wp-light .segment-button.segment-activated {
  border-color: #f4f4f4;
  color: #f4f4f4;
  opacity: 1;
}

.segment-wp-white .segment-button {
  color: #ffffff;
}

.segment-wp-white .segment-button.activated, .segment-wp-white .segment-button.segment-activated {
  border-color: #ffffff;
  color: #ffffff;
  opacity: 1;
}

.segment-wp-dark .segment-button {
  color: #222;
}

.segment-wp-dark .segment-button.activated, .segment-wp-dark .segment-button.segment-activated {
  border-color: #222;
  color: #222;
  opacity: 1;
}

.segment-wp-sunflower .segment-button {
  color: #f1c40f;
}

.segment-wp-sunflower .segment-button.activated, .segment-wp-sunflower .segment-button.segment-activated {
  border-color: #f1c40f;
  color: #f1c40f;
  opacity: 1;
}

.segment-wp-active .segment-button {
  color: #17263C;
}

.segment-wp-active .segment-button.activated, .segment-wp-active .segment-button.segment-activated {
  border-color: #17263C;
  color: #17263C;
  opacity: 1;
}

.segment-wp-black .segment-button {
  color: #17263C;
}

.segment-wp-black .segment-button.activated, .segment-wp-black .segment-button.segment-activated {
  border-color: #17263C;
  color: #17263C;
  opacity: 1;
}

.segment-wp-sacgreen .segment-button {
  color: #7c9a56;
}

.segment-wp-sacgreen .segment-button.activated, .segment-wp-sacgreen .segment-button.segment-activated {
  border-color: #7c9a56;
  color: #7c9a56;
  opacity: 1;
}

ion-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 45%;
}

.select-text {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 16px;
  font-size: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.item-multiple-inputs ion-select {
  position: relative;
}

.select-disabled,
.item-select-disabled ion-label {
  opacity: .4;
  pointer-events: none;
}

.select-popover ion-list {
  margin: -1px 0;
}

.select-ios {
  padding: 11px 8px 11px 16px;
}

.select-ios .select-placeholder {
  color: #999;
}

.select-ios .select-icon {
  position: relative;
  width: 12px;
  height: 18px;
}

.select-ios .select-icon .select-icon-inner {
  left: 5px;
  top: 50%;
  margin-top: -2px;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  color: #999;
  pointer-events: none;
}

.select-md {
  padding: 13px 8px 13px 16px;
}

.select-md .select-placeholder {
  color: #999;
}

.select-md .item-select ion-label {
  margin-left: 0;
}

.select-md .select-icon {
  position: relative;
  width: 12px;
  height: 19px;
}

.select-md .select-icon .select-icon-inner {
  left: 5px;
  top: 50%;
  margin-top: -3px;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  color: #999;
  pointer-events: none;
}

.select-wp {
  margin: 13px 8px;
  padding: 0 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.5);
  line-height: 3rem;
}

.select-wp .select-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.item-wp.item-select ion-label {
  margin-left: 0;
}

.select-wp .select-icon {
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 18px;
  height: 18px;
}

.select-wp .select-icon .select-icon-inner {
  left: 5px;
  top: 3px;
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid rgba(0, 0, 0, 0.5);
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  pointer-events: none;
}

.select-wp .select-text {
  min-height: 3rem;
}

.hidden-show-when {
  display: none !important;
}

.hidden-hide-when {
  display: none !important;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  padding: 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0,  0,  0);
  transform: translate3d(0,  0,  0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-slide {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container .swiper-notification {
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1000;
  opacity: 0;
  pointer-events: none;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  top: 50%;
  margin-top: -22px;
  background-position: center;
  position: absolute;
  z-index: 10;
  width: 27px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: 27px 44px;
  cursor: pointer;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  left: auto;
  right: 10px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  text-align: center;
  -webkit-transform: translate3d(0,  0,  0);
  transform: translate3d(0,  0,  0);
  position: absolute;
  z-index: 10;
  -webkit-transition: 300ms;
  transition: 300ms;
  pointer-events: none;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  left: 0;
  bottom: 10px;
  width: 100%;
}

.swiper-pagination-bullet {
  border-radius: 100%;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #000;
  opacity: .2;
  pointer-events: auto;
}

button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  background: #007aff;
  opacity: 1;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0,  -50%,  0);
  transform: translate3d(0,  -50%,  0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  left: 0;
  top: 0;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #007aff;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
}

.swiper-container-vertical > .swiper-pagination-progress {
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  visibility: visible;
  pointer-events: auto;
}

.swiper-container-cube .swiper-cube-shadow {
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  -ms-touch-action: none;
  touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
  left: 1%;
  bottom: 3px;
  position: absolute;
  z-index: 50;
  width: 98%;
  height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
  right: 3px;
  top: 1%;
  position: absolute;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  left: 0;
  top: 0;
  border-radius: 10px;
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  position: absolute;
  z-index: 10;
  width: 42px;
  height: 42px;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader::after {
  background-position: 50%;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
}

.swiper-lazy-preloader-white::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

ion-slides {
  display: block;
  width: 100%;
  height: 100%;
}

.slide-zoom {
  text-align: center;
  display: block;
  width: 100%;
}

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

ion-spinner {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
}

ion-spinner svg {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

ion-spinner.spinner-paused svg {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.spinner-ios line,
.spinner-ios-small line {
  stroke-width: 4px;
  stroke-linecap: round;
}

.spinner-ios svg,
.spinner-ios-small svg {
  -webkit-animation: spinner-fade-out 1s linear infinite;
  animation: spinner-fade-out 1s linear infinite;
}

.spinner-bubbles svg {
  -webkit-animation: spinner-scale-out 1s linear infinite;
  animation: spinner-scale-out 1s linear infinite;
}

.spinner-circles svg {
  -webkit-animation: spinner-fade-out 1s linear infinite;
  animation: spinner-fade-out 1s linear infinite;
}

.spinner-crescent circle {
  fill: transparent;
  stroke-width: 4px;
  stroke-dasharray: 128px;
  stroke-dashoffset: 82px;
}

.spinner-crescent svg {
  -webkit-animation: spinner-rotate 1s linear infinite;
  animation: spinner-rotate 1s linear infinite;
}

.spinner-dots circle {
  stroke-width: 0;
}

.spinner-dots svg {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: spinner-dots 1s linear infinite;
  animation: spinner-dots 1s linear infinite;
}

@-webkit-keyframes spinner-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes spinner-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes spinner-scale-out {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}

@keyframes spinner-scale-out {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}

@-webkit-keyframes spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner-dots {
  0% {
    opacity: .9;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    opacity: .3;
    -webkit-transform: scale(0.4, 0.4);
    transform: scale(0.4, 0.4);
  }
  100% {
    opacity: .9;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes spinner-dots {
  0% {
    opacity: .9;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    opacity: .3;
    -webkit-transform: scale(0.4, 0.4);
    transform: scale(0.4, 0.4);
  }
  100% {
    opacity: .9;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.spinner-ios-ios line,
.spinner-ios-ios-small line {
  stroke: #69717d;
}

.spinner-ios-bubbles circle {
  fill: #000;
}

.spinner-ios-circles circle {
  fill: #69717d;
}

.spinner-ios-crescent circle {
  stroke: #000;
}

.spinner-ios-dots circle {
  fill: #444;
}

.spinner-ios-primary.spinner-ios line,
.spinner-ios-primary.spinner-ios-small line,
.spinner-ios-primary.spinner-crescent circle {
  stroke: #17263C;
}

.spinner-ios-primary.spinner-bubbles circle,
.spinner-ios-primary.spinner-circles circle,
.spinner-ios-primary.spinner-dots circle {
  fill: #17263C;
}

.spinner-ios-secondary.spinner-ios line,
.spinner-ios-secondary.spinner-ios-small line,
.spinner-ios-secondary.spinner-crescent circle {
  stroke: #32db64;
}

.spinner-ios-secondary.spinner-bubbles circle,
.spinner-ios-secondary.spinner-circles circle,
.spinner-ios-secondary.spinner-dots circle {
  fill: #32db64;
}

.spinner-ios-danger.spinner-ios line,
.spinner-ios-danger.spinner-ios-small line,
.spinner-ios-danger.spinner-crescent circle {
  stroke: #f53d3d;
}

.spinner-ios-danger.spinner-bubbles circle,
.spinner-ios-danger.spinner-circles circle,
.spinner-ios-danger.spinner-dots circle {
  fill: #f53d3d;
}

.spinner-ios-light.spinner-ios line,
.spinner-ios-light.spinner-ios-small line,
.spinner-ios-light.spinner-crescent circle {
  stroke: #f4f4f4;
}

.spinner-ios-light.spinner-bubbles circle,
.spinner-ios-light.spinner-circles circle,
.spinner-ios-light.spinner-dots circle {
  fill: #f4f4f4;
}

.spinner-ios-white.spinner-ios line,
.spinner-ios-white.spinner-ios-small line,
.spinner-ios-white.spinner-crescent circle {
  stroke: #ffffff;
}

.spinner-ios-white.spinner-bubbles circle,
.spinner-ios-white.spinner-circles circle,
.spinner-ios-white.spinner-dots circle {
  fill: #ffffff;
}

.spinner-ios-dark.spinner-ios line,
.spinner-ios-dark.spinner-ios-small line,
.spinner-ios-dark.spinner-crescent circle {
  stroke: #222;
}

.spinner-ios-dark.spinner-bubbles circle,
.spinner-ios-dark.spinner-circles circle,
.spinner-ios-dark.spinner-dots circle {
  fill: #222;
}

.spinner-ios-sunflower.spinner-ios line,
.spinner-ios-sunflower.spinner-ios-small line,
.spinner-ios-sunflower.spinner-crescent circle {
  stroke: #f1c40f;
}

.spinner-ios-sunflower.spinner-bubbles circle,
.spinner-ios-sunflower.spinner-circles circle,
.spinner-ios-sunflower.spinner-dots circle {
  fill: #f1c40f;
}

.spinner-ios-active.spinner-ios line,
.spinner-ios-active.spinner-ios-small line,
.spinner-ios-active.spinner-crescent circle {
  stroke: #17263C;
}

.spinner-ios-active.spinner-bubbles circle,
.spinner-ios-active.spinner-circles circle,
.spinner-ios-active.spinner-dots circle {
  fill: #17263C;
}

.spinner-ios-black.spinner-ios line,
.spinner-ios-black.spinner-ios-small line,
.spinner-ios-black.spinner-crescent circle {
  stroke: #17263C;
}

.spinner-ios-black.spinner-bubbles circle,
.spinner-ios-black.spinner-circles circle,
.spinner-ios-black.spinner-dots circle {
  fill: #17263C;
}

.spinner-ios-sacgreen.spinner-ios line,
.spinner-ios-sacgreen.spinner-ios-small line,
.spinner-ios-sacgreen.spinner-crescent circle {
  stroke: #7c9a56;
}

.spinner-ios-sacgreen.spinner-bubbles circle,
.spinner-ios-sacgreen.spinner-circles circle,
.spinner-ios-sacgreen.spinner-dots circle {
  fill: #7c9a56;
}

.spinner-md-ios line,
.spinner-md-ios-small line {
  stroke: #69717d;
}

.spinner-md-bubbles circle {
  fill: #000;
}

.spinner-md-circles circle {
  fill: #69717d;
}

.spinner-md-crescent circle {
  stroke: #000;
}

.spinner-md-dots circle {
  fill: #444;
}

.spinner-md-primary.spinner-ios line,
.spinner-md-primary.spinner-ios-small line,
.spinner-md-primary.spinner-crescent circle {
  stroke: #17263C;
}

.spinner-md-primary.spinner-bubbles circle,
.spinner-md-primary.spinner-circles circle,
.spinner-md-primary.spinner-dots circle {
  fill: #17263C;
}

.spinner-md-secondary.spinner-ios line,
.spinner-md-secondary.spinner-ios-small line,
.spinner-md-secondary.spinner-crescent circle {
  stroke: #32db64;
}

.spinner-md-secondary.spinner-bubbles circle,
.spinner-md-secondary.spinner-circles circle,
.spinner-md-secondary.spinner-dots circle {
  fill: #32db64;
}

.spinner-md-danger.spinner-ios line,
.spinner-md-danger.spinner-ios-small line,
.spinner-md-danger.spinner-crescent circle {
  stroke: #f53d3d;
}

.spinner-md-danger.spinner-bubbles circle,
.spinner-md-danger.spinner-circles circle,
.spinner-md-danger.spinner-dots circle {
  fill: #f53d3d;
}

.spinner-md-light.spinner-ios line,
.spinner-md-light.spinner-ios-small line,
.spinner-md-light.spinner-crescent circle {
  stroke: #f4f4f4;
}

.spinner-md-light.spinner-bubbles circle,
.spinner-md-light.spinner-circles circle,
.spinner-md-light.spinner-dots circle {
  fill: #f4f4f4;
}

.spinner-md-white.spinner-ios line,
.spinner-md-white.spinner-ios-small line,
.spinner-md-white.spinner-crescent circle {
  stroke: #ffffff;
}

.spinner-md-white.spinner-bubbles circle,
.spinner-md-white.spinner-circles circle,
.spinner-md-white.spinner-dots circle {
  fill: #ffffff;
}

.spinner-md-dark.spinner-ios line,
.spinner-md-dark.spinner-ios-small line,
.spinner-md-dark.spinner-crescent circle {
  stroke: #222;
}

.spinner-md-dark.spinner-bubbles circle,
.spinner-md-dark.spinner-circles circle,
.spinner-md-dark.spinner-dots circle {
  fill: #222;
}

.spinner-md-sunflower.spinner-ios line,
.spinner-md-sunflower.spinner-ios-small line,
.spinner-md-sunflower.spinner-crescent circle {
  stroke: #f1c40f;
}

.spinner-md-sunflower.spinner-bubbles circle,
.spinner-md-sunflower.spinner-circles circle,
.spinner-md-sunflower.spinner-dots circle {
  fill: #f1c40f;
}

.spinner-md-active.spinner-ios line,
.spinner-md-active.spinner-ios-small line,
.spinner-md-active.spinner-crescent circle {
  stroke: #17263C;
}

.spinner-md-active.spinner-bubbles circle,
.spinner-md-active.spinner-circles circle,
.spinner-md-active.spinner-dots circle {
  fill: #17263C;
}

.spinner-md-black.spinner-ios line,
.spinner-md-black.spinner-ios-small line,
.spinner-md-black.spinner-crescent circle {
  stroke: #17263C;
}

.spinner-md-black.spinner-bubbles circle,
.spinner-md-black.spinner-circles circle,
.spinner-md-black.spinner-dots circle {
  fill: #17263C;
}

.spinner-md-sacgreen.spinner-ios line,
.spinner-md-sacgreen.spinner-ios-small line,
.spinner-md-sacgreen.spinner-crescent circle {
  stroke: #7c9a56;
}

.spinner-md-sacgreen.spinner-bubbles circle,
.spinner-md-sacgreen.spinner-circles circle,
.spinner-md-sacgreen.spinner-dots circle {
  fill: #7c9a56;
}

.spinner-wp-ios line,
.spinner-wp-ios-small line {
  stroke: #69717d;
}

.spinner-wp-bubbles circle {
  fill: #000;
}

.spinner-wp-circles circle {
  fill: #69717d;
}

.spinner-wp-crescent circle {
  stroke: #000;
}

.spinner-wp-dots circle {
  fill: #444;
}

.spinner-wp-primary.spinner-ios line,
.spinner-wp-primary.spinner-ios-small line,
.spinner-wp-primary.spinner-crescent circle {
  stroke: #17263C;
}

.spinner-wp-primary.spinner-bubbles circle,
.spinner-wp-primary.spinner-circles circle,
.spinner-wp-primary.spinner-dots circle {
  fill: #17263C;
}

.spinner-wp-secondary.spinner-ios line,
.spinner-wp-secondary.spinner-ios-small line,
.spinner-wp-secondary.spinner-crescent circle {
  stroke: #32db64;
}

.spinner-wp-secondary.spinner-bubbles circle,
.spinner-wp-secondary.spinner-circles circle,
.spinner-wp-secondary.spinner-dots circle {
  fill: #32db64;
}

.spinner-wp-danger.spinner-ios line,
.spinner-wp-danger.spinner-ios-small line,
.spinner-wp-danger.spinner-crescent circle {
  stroke: #f53d3d;
}

.spinner-wp-danger.spinner-bubbles circle,
.spinner-wp-danger.spinner-circles circle,
.spinner-wp-danger.spinner-dots circle {
  fill: #f53d3d;
}

.spinner-wp-light.spinner-ios line,
.spinner-wp-light.spinner-ios-small line,
.spinner-wp-light.spinner-crescent circle {
  stroke: #f4f4f4;
}

.spinner-wp-light.spinner-bubbles circle,
.spinner-wp-light.spinner-circles circle,
.spinner-wp-light.spinner-dots circle {
  fill: #f4f4f4;
}

.spinner-wp-white.spinner-ios line,
.spinner-wp-white.spinner-ios-small line,
.spinner-wp-white.spinner-crescent circle {
  stroke: #ffffff;
}

.spinner-wp-white.spinner-bubbles circle,
.spinner-wp-white.spinner-circles circle,
.spinner-wp-white.spinner-dots circle {
  fill: #ffffff;
}

.spinner-wp-dark.spinner-ios line,
.spinner-wp-dark.spinner-ios-small line,
.spinner-wp-dark.spinner-crescent circle {
  stroke: #222;
}

.spinner-wp-dark.spinner-bubbles circle,
.spinner-wp-dark.spinner-circles circle,
.spinner-wp-dark.spinner-dots circle {
  fill: #222;
}

.spinner-wp-sunflower.spinner-ios line,
.spinner-wp-sunflower.spinner-ios-small line,
.spinner-wp-sunflower.spinner-crescent circle {
  stroke: #f1c40f;
}

.spinner-wp-sunflower.spinner-bubbles circle,
.spinner-wp-sunflower.spinner-circles circle,
.spinner-wp-sunflower.spinner-dots circle {
  fill: #f1c40f;
}

.spinner-wp-active.spinner-ios line,
.spinner-wp-active.spinner-ios-small line,
.spinner-wp-active.spinner-crescent circle {
  stroke: #17263C;
}

.spinner-wp-active.spinner-bubbles circle,
.spinner-wp-active.spinner-circles circle,
.spinner-wp-active.spinner-dots circle {
  fill: #17263C;
}

.spinner-wp-black.spinner-ios line,
.spinner-wp-black.spinner-ios-small line,
.spinner-wp-black.spinner-crescent circle {
  stroke: #17263C;
}

.spinner-wp-black.spinner-bubbles circle,
.spinner-wp-black.spinner-circles circle,
.spinner-wp-black.spinner-dots circle {
  fill: #17263C;
}

.spinner-wp-sacgreen.spinner-ios line,
.spinner-wp-sacgreen.spinner-ios-small line,
.spinner-wp-sacgreen.spinner-crescent circle {
  stroke: #7c9a56;
}

.spinner-wp-sacgreen.spinner-bubbles circle,
.spinner-wp-sacgreen.spinner-circles circle,
.spinner-wp-sacgreen.spinner-dots circle {
  fill: #7c9a56;
}

.split-pane {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  contain: strict;
}

.split-pane-side:not(ion-menu) {
  display: none;
}

.split-pane-visible > .split-pane-side,
.split-pane-visible > .split-pane-main {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: relative;
  z-index: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.split-pane-visible > .split-pane-side {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.split-pane-visible > .split-pane-main,
.split-pane-visible > ion-nav.split-pane-side,
.split-pane-visible > ion-tabs.split-pane-side,
.split-pane-visible > ion-menu.menu-enabled {
  display: block;
}

.split-pane-visible > ion-split-pane.split-pane-side,
.split-pane-visible > ion-split-pane.split-pane-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.split-pane-visible > ion-menu.menu-enabled > .menu-inner {
  left: 0;
  right: 0;
  width: auto;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.split-pane-visible > ion-menu.menu-enabled > .ion-backdrop {
  display: hidden !important;
}

.split-pane-visible > .split-pane-side[side=start] {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.split-pane-visible > .split-pane-side[side=end] {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.split-pane-visible > .split-pane-side[side=left] {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.split-pane-visible > .split-pane-side[side=right] {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.split-pane-ios.split-pane-visible > .split-pane-side {
  min-width: 270px;
  max-width: 28%;
  border-right: 0.55px solid #c8c7cc;
  border-left: 0;
}

.split-pane-ios.split-pane-visible > .split-pane-side[side=right] {
  border-right: 0;
  border-left: 0.55px solid #c8c7cc;
}

.split-pane-md.split-pane-visible > .split-pane-side {
  min-width: 270px;
  max-width: 28%;
  border-right: 1px solid #dedede;
  border-left: 0;
}

.split-pane-md.split-pane-visible > .split-pane-side[side=right] {
  border-right: 0;
  border-left: 1px solid #dedede;
}

.split-pane-wp.split-pane-visible > .split-pane-side {
  min-width: 270px;
  max-width: 28%;
  border-right: 1px solid transparent;
  border-left: 0;
}

.split-pane-wp.split-pane-visible > .split-pane-side[side=right] {
  border-right: 0;
  border-left: 1px solid transparent;
}

.tabbar {
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  opacity: 0;
}

.tabbar-hidden .tabbar {
  display: none;
}

.tabbar.show-tabbar {
  opacity: 1;
}

[tabsPlacement=top] > .tabbar {
  top: 0;
  bottom: auto;
}

.tab-button {
  margin: 0;
  text-align: center;
  border-radius: 0;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  text-decoration: none;
  background: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tab-disabled {
  pointer-events: none;
}

.tab-disabled ion-badge,
.tab-disabled ion-icon,
.tab-disabled span {
  opacity: .4;
}

.tab-button-text {
  margin-top: 3px;
  margin-bottom: 2px;
}

.tab-button-text,
.tab-button-icon {
  display: none;
  overflow: hidden;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 26px;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.has-icon .tab-button-icon,
.has-title .tab-button-text {
  display: block;
}

.has-title-only .tab-button-text {
  white-space: normal;
}

[tabsLayout=icon-bottom] .tab-button .tab-button-icon {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

[tabsLayout=icon-left] .tab-button,
[tabsLayout=icon-right] .tab-button,
[tabsLayout=icon-start] .tab-button,
[tabsLayout=icon-end] .tab-button {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

[tabsLayout=icon-left] .tab-button .tab-button-icon,
[tabsLayout=icon-start] .tab-button .tab-button-icon {
  padding-right: 8px;
  text-align: right;
  text-align: end;
}

[tabsLayout=icon-right] .tab-button .tab-button-icon,
[tabsLayout=icon-end] .tab-button .tab-button-icon {
  padding-left: 8px;
  text-align: left;
  text-align: start;
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

.tab-hidden,
.tab-highlight,
[tabsLayout=icon-hide] .tab-button-icon,
[tabsLayout=title-hide] .tab-button-text {
  display: none;
}

.tab-badge {
  right: 4%;
  top: 6%;
  right: calc(50% - 50px);
  padding: 1px 6px;
  position: absolute;
  height: auto;
  font-size: 12px;
  line-height: 16px;
}

.has-icon .tab-badge {
  right: calc(50% - 30px);
}

[tabsLayout=icon-bottom] .tab-badge,
[tabsLayout=icon-left] .tab-badge,
[tabsLayout=icon-right] .tab-badge,
[tabsLayout=icon-start] .tab-badge,
[tabsLayout=icon-end] .tab-badge {
  right: calc(50% - 50px);
}

.tabs-ios .tabbar {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 0.55px solid rgba(0, 0, 0, 0.3);
  background: #f8f8f8;
}

.tabs-ios[tabsPlacement=top] .tabbar {
  border-top: 0;
  border-bottom: 0.55px solid rgba(0, 0, 0, 0.3);
}

.tabs-ios .tab-button {
  max-width: 240px;
  min-height: 49px;
  font-size: 10px;
  font-weight: 500;
  color: #8c8c8c;
  padding: 0 2px;
}

.tabs-ios .tab-button:hover:not(.disable-hover),
.tabs-ios .tab-button[aria-selected=true] {
  color: #007bff;
}

.tabs-ios .tab-button[aria-selected=true] .tab-button-icon {
  color: #007bff;
}

.tabs-ios .tab-button-text {
  margin-top: 0;
  margin-bottom: 1px;
  min-height: 11px;
}

.tabs-ios .has-title-only .tab-button-text {
  font-size: 12px;
}

.tabs-ios .tab-button-icon {
  margin-top: 4px;
  margin-bottom: 1px;
  min-width: 35px;
  height: 30px;
  font-size: 30px;
  color: #8c8c8c;
}

.tabs-ios .tab-button-icon::before {
  vertical-align: top;
}

.tabs-ios[tabsLayout=icon-right] .tab-button .tab-button-text,
.tabs-ios[tabsLayout=icon-left] .tab-button .tab-button-text,
.tabs-ios[tabsLayout=icon-end] .tab-button .tab-button-text,
.tabs-ios[tabsLayout=icon-start] .tab-button .tab-button-text {
  font-size: 1.4rem;
  line-height: 1.1;
}

.tabs-ios[tabsLayout=icon-right] .tab-button ion-icon,
.tabs-ios[tabsLayout=icon-left] .tab-button ion-icon,
.tabs-ios[tabsLayout=icon-end] .tab-button ion-icon,
.tabs-ios[tabsLayout=icon-start] .tab-button ion-icon {
  min-width: 24px;
  height: 26px;
  font-size: 24px;
}

.tabs-ios[tabsLayout=icon-hide] .tab-button,
.tabs-ios .tab-button.has-title-only {
  min-height: 41px;
}

.tabs-ios[tabsLayout=icon-hide] .tab-button .tab-button-text,
.tabs-ios .tab-button.has-title-only .tab-button-text {
  margin: 2px 0;
  font-size: 1.4rem;
  line-height: 1.1;
}

.tabs-ios[tabsLayout=title-hide] .tab-button,
.tabs-ios .tab-button.icon-only {
  min-height: 41px;
}

.tabs-ios-primary .tabbar {
  border-color: #090f17;
  background-color: #17263C;
}

.tabs-ios-primary .tab-button,
.tabs-ios-primary .tab-button-icon,
.tabs-ios-primary .tab-button:hover:not(.disable-hover),
.tabs-ios-primary .tab-button:hover:not(.disable-hover) .tab-button-icon {
  color: rgba(255, 255, 255, 0.7);
}

.tabs-ios-primary .tab-button[aria-selected=true],
.tabs-ios-primary .tab-button[aria-selected=true] .tab-button-icon {
  color: #fff;
}

.tabs-ios-secondary .tabbar {
  border-color: #21b94e;
  background-color: #32db64;
}

.tabs-ios-secondary .tab-button,
.tabs-ios-secondary .tab-button-icon,
.tabs-ios-secondary .tab-button:hover:not(.disable-hover),
.tabs-ios-secondary .tab-button:hover:not(.disable-hover) .tab-button-icon {
  color: rgba(255, 255, 255, 0.7);
}

.tabs-ios-secondary .tab-button[aria-selected=true],
.tabs-ios-secondary .tab-button[aria-selected=true] .tab-button-icon {
  color: #fff;
}

.tabs-ios-danger .tabbar {
  border-color: #f30d0d;
  background-color: #f53d3d;
}

.tabs-ios-danger .tab-button,
.tabs-ios-danger .tab-button-icon,
.tabs-ios-danger .tab-button:hover:not(.disable-hover),
.tabs-ios-danger .tab-button:hover:not(.disable-hover) .tab-button-icon {
  color: rgba(255, 255, 255, 0.7);
}

.tabs-ios-danger .tab-button[aria-selected=true],
.tabs-ios-danger .tab-button[aria-selected=true] .tab-button-icon {
  color: #fff;
}

.tabs-ios-light .tabbar {
  border-color: #dbdbdb;
  background-color: #f4f4f4;
}

.tabs-ios-light .tab-button,
.tabs-ios-light .tab-button-icon,
.tabs-ios-light .tab-button:hover:not(.disable-hover),
.tabs-ios-light .tab-button:hover:not(.disable-hover) .tab-button-icon {
  color: rgba(0, 0, 0, 0.7);
}

.tabs-ios-light .tab-button[aria-selected=true],
.tabs-ios-light .tab-button[aria-selected=true] .tab-button-icon {
  color: #000;
}

.tabs-ios-white .tabbar {
  border-color: #e6e6e6;
  background-color: #ffffff;
}

.tabs-ios-white .tab-button,
.tabs-ios-white .tab-button-icon,
.tabs-ios-white .tab-button:hover:not(.disable-hover),
.tabs-ios-white .tab-button:hover:not(.disable-hover) .tab-button-icon {
  color: rgba(0, 0, 0, 0.7);
}

.tabs-ios-white .tab-button[aria-selected=true],
.tabs-ios-white .tab-button[aria-selected=true] .tab-button-icon {
  color: #000;
}

.tabs-ios-dark .tabbar {
  border-color: #090909;
  background-color: #222;
}

.tabs-ios-dark .tab-button,
.tabs-ios-dark .tab-button-icon,
.tabs-ios-dark .tab-button:hover:not(.disable-hover),
.tabs-ios-dark .tab-button:hover:not(.disable-hover) .tab-button-icon {
  color: rgba(255, 255, 255, 0.7);
}

.tabs-ios-dark .tab-button[aria-selected=true],
.tabs-ios-dark .tab-button[aria-selected=true] .tab-button-icon {
  color: #fff;
}

.tabs-ios-sunflower .tabbar {
  border-color: #c29d0b;
  background-color: #f1c40f;
}

.tabs-ios-sunflower .tab-button,
.tabs-ios-sunflower .tab-button-icon,
.tabs-ios-sunflower .tab-button:hover:not(.disable-hover),
.tabs-ios-sunflower .tab-button:hover:not(.disable-hover) .tab-button-icon {
  color: rgba(0, 0, 0, 0.7);
}

.tabs-ios-sunflower .tab-button[aria-selected=true],
.tabs-ios-sunflower .tab-button[aria-selected=true] .tab-button-icon {
  color: #000;
}

.tabs-ios-active .tabbar {
  border-color: #090f17;
  background-color: #17263C;
}

.tabs-ios-active .tab-button,
.tabs-ios-active .tab-button-icon,
.tabs-ios-active .tab-button:hover:not(.disable-hover),
.tabs-ios-active .tab-button:hover:not(.disable-hover) .tab-button-icon {
  color: rgba(255, 255, 255, 0.7);
}

.tabs-ios-active .tab-button[aria-selected=true],
.tabs-ios-active .tab-button[aria-selected=true] .tab-button-icon {
  color: #fff;
}

.tabs-ios-black .tabbar {
  border-color: #090f17;
  background-color: #17263C;
}

.tabs-ios-black .tab-button,
.tabs-ios-black .tab-button-icon,
.tabs-ios-black .tab-button:hover:not(.disable-hover),
.tabs-ios-black .tab-button:hover:not(.disable-hover) .tab-button-icon {
  color: rgba(255, 255, 255, 0.7);
}

.tabs-ios-black .tab-button[aria-selected=true],
.tabs-ios-black .tab-button[aria-selected=true] .tab-button-icon {
  color: #fff;
}

.tabs-ios-sacgreen .tabbar {
  border-color: #627944;
  background-color: #7c9a56;
}

.tabs-ios-sacgreen .tab-button,
.tabs-ios-sacgreen .tab-button-icon,
.tabs-ios-sacgreen .tab-button:hover:not(.disable-hover),
.tabs-ios-sacgreen .tab-button:hover:not(.disable-hover) .tab-button-icon {
  color: rgba(255, 255, 255, 0.7);
}

.tabs-ios-sacgreen .tab-button[aria-selected=true],
.tabs-ios-sacgreen .tab-button[aria-selected=true] .tab-button-icon {
  color: #fff;
}

.tabs-md .tabbar {
  background: #f8f8f8;
}

.tabs-md .tab-button {
  min-height: 5.6rem;
  font-weight: normal;
  color: rgba(60, 60, 60, 0.7);
  padding: 0;
}

.tabs-md .tab-button[aria-selected=true] {
  color: #007bff;
  padding: 0;
}

.tabs-md .tab-button-text {
  font-size: 1.2rem;
  text-transform: none;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  margin: 0;
  -webkit-transform-origin: 50% 80%;
  transform-origin: 50% 80%;
}

.tabs-md .tab-button[aria-selected=true] .tab-button-text {
  -webkit-transform: scale3d(1.16667, 1.16667, 1);
  transform: scale3d(1.16667, 1.16667, 1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.tabs-md[tabsLayout=icon-top] .has-icon .tab-button-text {
  margin-top: 4px;
  margin-bottom: 0;
}

.tabs-md[tabsLayout=icon-bottom] .tab-button .tab-button-text {
  margin-top: 0;
}

.tabs-md .tab-button-icon {
  margin-top: 1px;
  min-width: 2.4rem;
  font-size: 2.4rem;
  color: rgba(60, 60, 60, 0.7);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform-origin: 50% 150%;
  transform-origin: 50% 150%;
}

.tabs-md .tab-button[aria-selected=true] .tab-button-icon {
  color: #007bff;
  -webkit-transform: translate3d(0,  -2px,  0);
  transform: translate3d(0,  -2px,  0);
}

.tabs-md[tabsLayout=icon-right] .tab-button[aria-selected=true] .tab-button-icon,
.tabs-md[tabsLayout=icon-end] .tab-button[aria-selected=true] .tab-button-icon {
  -webkit-transform: translate3d(2px,  0,  0);
  transform: translate3d(2px,  0,  0);
}

.tabs-md[tabsLayout=icon-bottom] .tab-button[aria-selected=true] .tab-button-icon {
  -webkit-transform: translate3d(0,  2px,  0);
  transform: translate3d(0,  2px,  0);
}

.tabs-md[tabsLayout=icon-left] .tab-button[aria-selected=true] .tab-button-icon,
.tabs-md[tabsLayout=icon-start] .tab-button[aria-selected=true] .tab-button-icon {
  -webkit-transform: translate3d(-2px,  0,  0);
  transform: translate3d(-2px,  0,  0);
}

.tabs-md[tabsLayout=icon-hide] .tab-button,
.tabs-md[tabsLayout=title-hide] .tab-button,
.tabs-md .tab-button.icon-only,
.tabs-md .tab-button.has-title-only {
  padding: 0 10px;
}

.tabs-md[tabsHighlight=true] .tab-highlight {
  left: 0;
  bottom: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  position: absolute;
  display: block;
  width: 1px;
  height: 2px;
  background: #007bff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.tabs-md[tabsHighlight=true] .tab-highlight.animate {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.tabs-md[tabsHighlight=true][tabsPlacement=bottom] > .tabbar > .tab-highlight {
  top: 0;
}

.tabs-md-primary .tabbar {
  background-color: #17263C;
}

.tabs-md-primary .tab-button,
.tabs-md-primary .tab-button-icon {
  color: rgba(255, 255, 255, 0.7);
}

.tabs-md-primary .tab-button:hover:not(.disable-hover),
.tabs-md-primary .tab-button[aria-selected=true],
.tabs-md-primary .tab-button[aria-selected=true] .tab-button-icon {
  color: #fff;
}

.tabs-md-primary[tabsHighlight=true] .tab-highlight {
  background: #fff;
}

.tabs-md-secondary .tabbar {
  background-color: #32db64;
}

.tabs-md-secondary .tab-button,
.tabs-md-secondary .tab-button-icon {
  color: rgba(255, 255, 255, 0.7);
}

.tabs-md-secondary .tab-button:hover:not(.disable-hover),
.tabs-md-secondary .tab-button[aria-selected=true],
.tabs-md-secondary .tab-button[aria-selected=true] .tab-button-icon {
  color: #fff;
}

.tabs-md-secondary[tabsHighlight=true] .tab-highlight {
  background: #fff;
}

.tabs-md-danger .tabbar {
  background-color: #f53d3d;
}

.tabs-md-danger .tab-button,
.tabs-md-danger .tab-button-icon {
  color: rgba(255, 255, 255, 0.7);
}

.tabs-md-danger .tab-button:hover:not(.disable-hover),
.tabs-md-danger .tab-button[aria-selected=true],
.tabs-md-danger .tab-button[aria-selected=true] .tab-button-icon {
  color: #fff;
}

.tabs-md-danger[tabsHighlight=true] .tab-highlight {
  background: #fff;
}

.tabs-md-light .tabbar {
  background-color: #f4f4f4;
}

.tabs-md-light .tab-button,
.tabs-md-light .tab-button-icon {
  color: rgba(0, 0, 0, 0.7);
}

.tabs-md-light .tab-button:hover:not(.disable-hover),
.tabs-md-light .tab-button[aria-selected=true],
.tabs-md-light .tab-button[aria-selected=true] .tab-button-icon {
  color: #000;
}

.tabs-md-light[tabsHighlight=true] .tab-highlight {
  background: #000;
}

.tabs-md-white .tabbar {
  background-color: #ffffff;
}

.tabs-md-white .tab-button,
.tabs-md-white .tab-button-icon {
  color: rgba(0, 0, 0, 0.7);
}

.tabs-md-white .tab-button:hover:not(.disable-hover),
.tabs-md-white .tab-button[aria-selected=true],
.tabs-md-white .tab-button[aria-selected=true] .tab-button-icon {
  color: #000;
}

.tabs-md-white[tabsHighlight=true] .tab-highlight {
  background: #000;
}

.tabs-md-dark .tabbar {
  background-color: #222;
}

.tabs-md-dark .tab-button,
.tabs-md-dark .tab-button-icon {
  color: rgba(255, 255, 255, 0.7);
}

.tabs-md-dark .tab-button:hover:not(.disable-hover),
.tabs-md-dark .tab-button[aria-selected=true],
.tabs-md-dark .tab-button[aria-selected=true] .tab-button-icon {
  color: #fff;
}

.tabs-md-dark[tabsHighlight=true] .tab-highlight {
  background: #fff;
}

.tabs-md-sunflower .tabbar {
  background-color: #f1c40f;
}

.tabs-md-sunflower .tab-button,
.tabs-md-sunflower .tab-button-icon {
  color: rgba(0, 0, 0, 0.7);
}

.tabs-md-sunflower .tab-button:hover:not(.disable-hover),
.tabs-md-sunflower .tab-button[aria-selected=true],
.tabs-md-sunflower .tab-button[aria-selected=true] .tab-button-icon {
  color: #000;
}

.tabs-md-sunflower[tabsHighlight=true] .tab-highlight {
  background: #000;
}

.tabs-md-active .tabbar {
  background-color: #17263C;
}

.tabs-md-active .tab-button,
.tabs-md-active .tab-button-icon {
  color: rgba(255, 255, 255, 0.7);
}

.tabs-md-active .tab-button:hover:not(.disable-hover),
.tabs-md-active .tab-button[aria-selected=true],
.tabs-md-active .tab-button[aria-selected=true] .tab-button-icon {
  color: #fff;
}

.tabs-md-active[tabsHighlight=true] .tab-highlight {
  background: #fff;
}

.tabs-md-black .tabbar {
  background-color: #17263C;
}

.tabs-md-black .tab-button,
.tabs-md-black .tab-button-icon {
  color: rgba(255, 255, 255, 0.7);
}

.tabs-md-black .tab-button:hover:not(.disable-hover),
.tabs-md-black .tab-button[aria-selected=true],
.tabs-md-black .tab-button[aria-selected=true] .tab-button-icon {
  color: #fff;
}

.tabs-md-black[tabsHighlight=true] .tab-highlight {
  background: #fff;
}

.tabs-md-sacgreen .tabbar {
  background-color: #7c9a56;
}

.tabs-md-sacgreen .tab-button,
.tabs-md-sacgreen .tab-button-icon {
  color: rgba(255, 255, 255, 0.7);
}

.tabs-md-sacgreen .tab-button:hover:not(.disable-hover),
.tabs-md-sacgreen .tab-button[aria-selected=true],
.tabs-md-sacgreen .tab-button[aria-selected=true] .tab-button-icon {
  color: #fff;
}

.tabs-md-sacgreen[tabsHighlight=true] .tab-highlight {
  background: #fff;
}

.tabs-wp .tabbar {
  background: #f8f8f8;
}

.tabs-wp .tab-button {
  border-radius: 0;
  min-height: 4.8rem;
  border-bottom: 2px solid transparent;
  font-size: 1.2rem;
  font-weight: normal;
  color: rgba(140, 140, 140, 0.7);
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 12px 10px 5px;
}

.tabs-wp .tab-button[aria-selected=true] {
  border-bottom-color: #007bff;
  color: #007bff;
}

.tabs-wp .tab-button.activated {
  background: rgba(0, 0, 0, 0.1);
}

.tabs-wp[tabsPlacement=bottom] .tab-button {
  border-top: 2px solid transparent;
  border-bottom-width: 0;
}

.tabs-wp[tabsPlacement=bottom] .tab-button[aria-selected=true] {
  border-top-color: #007bff;
}

.tabs-wp .tab-button-text {
  margin-top: 5px;
  margin-bottom: 5px;
}

.tabs-wp .tab-button-icon {
  min-width: 2.4rem;
  font-size: 2.4rem;
  color: rgba(140, 140, 140, 0.7);
}

.tabs-wp .tab-button[aria-selected=true] .tab-button-icon {
  color: #007bff;
}

.tabs-wp[tabsLayout=icon-bottom] .tab-button {
  padding-top: 8px;
  padding-bottom: 8px;
}

.tabs-wp[tabsLayout=icon-right] .tab-button,
.tabs-wp[tabsLayout=icon-left] .tab-button,
.tabs-wp[tabsLayout=icon-end] .tab-button,
.tabs-wp[tabsLayout=icon-start] .tab-button {
  padding-bottom: 10px;
}

.tabs-wp[tabsLayout=icon-right] .tab-button ion-icon,
.tabs-wp[tabsLayout=icon-left] .tab-button ion-icon,
.tabs-wp[tabsLayout=icon-end] .tab-button ion-icon,
.tabs-wp[tabsLayout=icon-start] .tab-button ion-icon {
  min-width: 24px;
}

.tabs-wp[tabsLayout=icon-hide] .tab-button,
.tabs-wp[tabsLayout=title-hide] .tab-button,
.tabs-wp .tab-button.icon-only,
.tabs-wp .tab-button.has-title-only {
  padding: 6px 10px;
}

.tabs-wp-primary .tabbar {
  background-color: #17263C;
}

.tabs-wp-primary .tab-button,
.tabs-wp-primary .tab-button-icon {
  color: rgba(255, 255, 255, 0.7);
}

.tabs-wp-primary .tab-button:hover:not(.disable-hover),
.tabs-wp-primary .tab-button:hover:not(.disable-hover) .tab-button-icon,
.tabs-wp-primary .tab-button[aria-selected=true],
.tabs-wp-primary .tab-button[aria-selected=true] .tab-button-icon {
  border-color: #fff;
  color: #fff;
}

.tabs-wp-secondary .tabbar {
  background-color: #32db64;
}

.tabs-wp-secondary .tab-button,
.tabs-wp-secondary .tab-button-icon {
  color: rgba(255, 255, 255, 0.7);
}

.tabs-wp-secondary .tab-button:hover:not(.disable-hover),
.tabs-wp-secondary .tab-button:hover:not(.disable-hover) .tab-button-icon,
.tabs-wp-secondary .tab-button[aria-selected=true],
.tabs-wp-secondary .tab-button[aria-selected=true] .tab-button-icon {
  border-color: #fff;
  color: #fff;
}

.tabs-wp-danger .tabbar {
  background-color: #f53d3d;
}

.tabs-wp-danger .tab-button,
.tabs-wp-danger .tab-button-icon {
  color: rgba(255, 255, 255, 0.7);
}

.tabs-wp-danger .tab-button:hover:not(.disable-hover),
.tabs-wp-danger .tab-button:hover:not(.disable-hover) .tab-button-icon,
.tabs-wp-danger .tab-button[aria-selected=true],
.tabs-wp-danger .tab-button[aria-selected=true] .tab-button-icon {
  border-color: #fff;
  color: #fff;
}

.tabs-wp-light .tabbar {
  background-color: #f4f4f4;
}

.tabs-wp-light .tab-button,
.tabs-wp-light .tab-button-icon {
  color: rgba(0, 0, 0, 0.7);
}

.tabs-wp-light .tab-button:hover:not(.disable-hover),
.tabs-wp-light .tab-button:hover:not(.disable-hover) .tab-button-icon,
.tabs-wp-light .tab-button[aria-selected=true],
.tabs-wp-light .tab-button[aria-selected=true] .tab-button-icon {
  border-color: #000;
  color: #000;
}

.tabs-wp-white .tabbar {
  background-color: #ffffff;
}

.tabs-wp-white .tab-button,
.tabs-wp-white .tab-button-icon {
  color: rgba(0, 0, 0, 0.7);
}

.tabs-wp-white .tab-button:hover:not(.disable-hover),
.tabs-wp-white .tab-button:hover:not(.disable-hover) .tab-button-icon,
.tabs-wp-white .tab-button[aria-selected=true],
.tabs-wp-white .tab-button[aria-selected=true] .tab-button-icon {
  border-color: #000;
  color: #000;
}

.tabs-wp-dark .tabbar {
  background-color: #222;
}

.tabs-wp-dark .tab-button,
.tabs-wp-dark .tab-button-icon {
  color: rgba(255, 255, 255, 0.7);
}

.tabs-wp-dark .tab-button:hover:not(.disable-hover),
.tabs-wp-dark .tab-button:hover:not(.disable-hover) .tab-button-icon,
.tabs-wp-dark .tab-button[aria-selected=true],
.tabs-wp-dark .tab-button[aria-selected=true] .tab-button-icon {
  border-color: #fff;
  color: #fff;
}

.tabs-wp-sunflower .tabbar {
  background-color: #f1c40f;
}

.tabs-wp-sunflower .tab-button,
.tabs-wp-sunflower .tab-button-icon {
  color: rgba(0, 0, 0, 0.7);
}

.tabs-wp-sunflower .tab-button:hover:not(.disable-hover),
.tabs-wp-sunflower .tab-button:hover:not(.disable-hover) .tab-button-icon,
.tabs-wp-sunflower .tab-button[aria-selected=true],
.tabs-wp-sunflower .tab-button[aria-selected=true] .tab-button-icon {
  border-color: #000;
  color: #000;
}

.tabs-wp-active .tabbar {
  background-color: #17263C;
}

.tabs-wp-active .tab-button,
.tabs-wp-active .tab-button-icon {
  color: rgba(255, 255, 255, 0.7);
}

.tabs-wp-active .tab-button:hover:not(.disable-hover),
.tabs-wp-active .tab-button:hover:not(.disable-hover) .tab-button-icon,
.tabs-wp-active .tab-button[aria-selected=true],
.tabs-wp-active .tab-button[aria-selected=true] .tab-button-icon {
  border-color: #fff;
  color: #fff;
}

.tabs-wp-black .tabbar {
  background-color: #17263C;
}

.tabs-wp-black .tab-button,
.tabs-wp-black .tab-button-icon {
  color: rgba(255, 255, 255, 0.7);
}

.tabs-wp-black .tab-button:hover:not(.disable-hover),
.tabs-wp-black .tab-button:hover:not(.disable-hover) .tab-button-icon,
.tabs-wp-black .tab-button[aria-selected=true],
.tabs-wp-black .tab-button[aria-selected=true] .tab-button-icon {
  border-color: #fff;
  color: #fff;
}

.tabs-wp-sacgreen .tabbar {
  background-color: #7c9a56;
}

.tabs-wp-sacgreen .tab-button,
.tabs-wp-sacgreen .tab-button-icon {
  color: rgba(255, 255, 255, 0.7);
}

.tabs-wp-sacgreen .tab-button:hover:not(.disable-hover),
.tabs-wp-sacgreen .tab-button:hover:not(.disable-hover) .tab-button-icon,
.tabs-wp-sacgreen .tab-button[aria-selected=true],
.tabs-wp-sacgreen .tab-button[aria-selected=true] .tab-button-icon {
  border-color: #fff;
  color: #fff;
}

ion-toast {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1000;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  contain: strict;
}

.toast-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: auto;
  contain: content;
}

.toast-button {
  padding: 19px 16px 17px;
  font-size: 1.5rem;
}

.toast-message {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.toast-ios .toast-wrapper {
  left: 10px;
  right: 10px;
  margin: auto;
  border-radius: 0.65rem;
  position: absolute;
  z-index: 10;
  display: block;
  max-width: 350px;
  background: rgba(0, 0, 0, 0.9);
}

.toast-ios .toast-wrapper.toast-top {
  -webkit-transform: translate3d(0,  -100%,  0);
  transform: translate3d(0,  -100%,  0);
  margin: constant(safe-area-inset-top) auto auto;
  margin: env(safe-area-inset-top) auto auto;
  top: 0;
}

.toast-ios .toast-wrapper.toast-bottom {
  -webkit-transform: translate3d(0,  100%,  0);
  transform: translate3d(0,  100%,  0);
  margin: auto auto constant(safe-area-inset-bottom);
  margin: auto auto env(safe-area-inset-bottom);
  bottom: 0;
}

.toast-ios .toast-wrapper.toast-middle {
  opacity: .01;
}

.toast-ios .toast-message {
  font-size: 1.4rem;
  color: #fff;
  padding: 1.5rem;
}

.toast-md .toast-wrapper {
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  z-index: 10;
  display: block;
  width: 100%;
  max-width: 350px;
  background: #333;
}

.toast-md .toast-wrapper.toast-top {
  -webkit-transform: translate3d(0,  -100%,  0);
  transform: translate3d(0,  -100%,  0);
  top: 0;
}

.toast-md .toast-wrapper.toast-bottom {
  -webkit-transform: translate3d(0,  100%,  0);
  transform: translate3d(0,  100%,  0);
  bottom: 0;
}

.toast-md .toast-wrapper.toast-middle {
  opacity: .01;
}

.toast-md .toast-message {
  font-size: 1.5rem;
  color: #fff;
  padding: 19px 16px 17px;
}

.toast-wp .toast-wrapper {
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 0;
  position: absolute;
  z-index: 10;
  display: block;
  max-width: 350px;
  background: black;
}

.toast-wp .toast-wrapper.toast-top {
  top: 0;
  opacity: .01;
}

.toast-wp .toast-wrapper.toast-bottom {
  bottom: 0;
  opacity: .01;
}

.toast-wp .toast-wrapper.toast-middle {
  opacity: .01;
}

.toast-message {
  font-size: 1.4rem;
  color: #fff;
  padding: 1.5rem;
}

.toast-button {
  color: #fff;
}

.toggle-ios {
  position: relative;
  width: 51px;
  height: 32px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  contain: strict;
}

.toggle-ios .toggle-icon {
  border-radius: 16px;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e6e6e6;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  pointer-events: none;
}

.toggle-ios .toggle-icon::before {
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  border-radius: 16px;
  position: absolute;
  background-color: #fff;
  content: "";
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

.toggle-ios .toggle-inner {
  left: 2px;
  top: 2px;
  border-radius: 14px;
  position: absolute;
  width: 28px;
  height: 28px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16), 0 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16), 0 3px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: width 120ms ease-in-out 80ms, left 110ms ease-in-out 80ms, right 110ms ease-in-out 80ms, -webkit-transform 300ms;
  transition: width 120ms ease-in-out 80ms, left 110ms ease-in-out 80ms, right 110ms ease-in-out 80ms, -webkit-transform 300ms;
  transition: transform 300ms, width 120ms ease-in-out 80ms, left 110ms ease-in-out 80ms, right 110ms ease-in-out 80ms;
  transition: transform 300ms, width 120ms ease-in-out 80ms, left 110ms ease-in-out 80ms, right 110ms ease-in-out 80ms, -webkit-transform 300ms;
  will-change: transform;
  contain: strict;
}

.toggle-ios.toggle-checked .toggle-icon {
  background-color: #17263C;
}

.toggle-ios.toggle-activated .toggle-icon::before,
.toggle-ios.toggle-checked .toggle-icon::before {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.toggle-ios.toggle-checked .toggle-inner {
  -webkit-transform: translate3d(19px,  0,  0);
  transform: translate3d(19px,  0,  0);
}

.toggle-ios.toggle-activated.toggle-checked .toggle-inner::before {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.toggle-ios.toggle-activated .toggle-inner {
  width: 34px;
}

.toggle-ios.toggle-activated.toggle-checked .toggle-inner {
  left: -4px;
}

.toggle-ios.toggle-disabled,
.item-ios.item-toggle-disabled ion-label {
  opacity: 0.3;
  pointer-events: none;
}

.item-ios .toggle-ios {
  margin: 0;
  padding: 6px 8px 5px 16px;
}

.item-ios .toggle-ios[item-left],
.item-ios .toggle-ios[item-start] {
  padding: 6px 16px 5px 0;
}

.toggle-ios-primary.toggle-checked .toggle-icon {
  background-color: #17263C;
}

.toggle-ios-secondary.toggle-checked .toggle-icon {
  background-color: #32db64;
}

.toggle-ios-danger.toggle-checked .toggle-icon {
  background-color: #f53d3d;
}

.toggle-ios-light.toggle-checked .toggle-icon {
  background-color: #f4f4f4;
}

.toggle-ios-white.toggle-checked .toggle-icon {
  background-color: #ffffff;
}

.toggle-ios-dark.toggle-checked .toggle-icon {
  background-color: #222;
}

.toggle-ios-sunflower.toggle-checked .toggle-icon {
  background-color: #f1c40f;
}

.toggle-ios-active.toggle-checked .toggle-icon {
  background-color: #17263C;
}

.toggle-ios-black.toggle-checked .toggle-icon {
  background-color: #17263C;
}

.toggle-ios-sacgreen.toggle-checked .toggle-icon {
  background-color: #7c9a56;
}

.toggle-md {
  position: relative;
  width: 36px;
  height: 14px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  contain: strict;
  padding: 12px;
}

.toggle-md .toggle-icon {
  border-radius: 14px;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #dedede;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  pointer-events: none;
}

.toggle-md .toggle-inner {
  left: 0;
  top: -3px;
  border-radius: 50%;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: transform, background-color;
  transition-property: transform, background-color, -webkit-transform;
  will-change: transform, background-color;
  contain: strict;
}

.toggle-md.toggle-checked .toggle-icon {
  background-color: #3a6098;
}

.toggle-md.toggle-checked .toggle-inner {
  -webkit-transform: translate3d(16px,  0,  0);
  transform: translate3d(16px,  0,  0);
  background-color: #17263C;
}

.toggle-md.toggle-disabled,
.item-md.item-toggle-disabled ion-label {
  opacity: 0.3;
  pointer-events: none;
}

.toggle-md.toggle-disabled ion-radio {
  opacity: 0.3;
}

.item-md .toggle-md {
  cursor: pointer;
  margin: 0;
  padding: 12px 8px 12px 16px;
}

.item-md .toggle-md[item-left],
.item-md .toggle-md[item-start] {
  padding: 12px 18px 12px 2px;
}

.item-md.item-toggle ion-label {
  margin-left: 0;
}

.toggle-md-primary.toggle-checked .toggle-icon {
  background-color: #3a6098;
}

.toggle-md-primary.toggle-checked .toggle-inner {
  background-color: #17263C;
}

.toggle-md-secondary.toggle-checked .toggle-icon {
  background-color: #9eeeb6;
}

.toggle-md-secondary.toggle-checked .toggle-inner {
  background-color: #32db64;
}

.toggle-md-danger.toggle-checked .toggle-icon {
  background-color: #fbb6b6;
}

.toggle-md-danger.toggle-checked .toggle-inner {
  background-color: #f53d3d;
}

.toggle-md-light.toggle-checked .toggle-icon {
  background-color: white;
}

.toggle-md-light.toggle-checked .toggle-inner {
  background-color: #f4f4f4;
}

.toggle-md-white.toggle-checked .toggle-icon {
  background-color: white;
}

.toggle-md-white.toggle-checked .toggle-inner {
  background-color: #ffffff;
}

.toggle-md-dark.toggle-checked .toggle-icon {
  background-color: #626262;
}

.toggle-md-dark.toggle-checked .toggle-inner {
  background-color: #222;
}

.toggle-md-sunflower.toggle-checked .toggle-icon {
  background-color: #f8e287;
}

.toggle-md-sunflower.toggle-checked .toggle-inner {
  background-color: #f1c40f;
}

.toggle-md-active.toggle-checked .toggle-icon {
  background-color: #3a6098;
}

.toggle-md-active.toggle-checked .toggle-inner {
  background-color: #17263C;
}

.toggle-md-black.toggle-checked .toggle-icon {
  background-color: #3a6098;
}

.toggle-md-black.toggle-checked .toggle-inner {
  background-color: #17263C;
}

.toggle-md-sacgreen.toggle-checked .toggle-icon {
  background-color: #bacca4;
}

.toggle-md-sacgreen.toggle-checked .toggle-inner {
  background-color: #7c9a56;
}

.toggle-wp {
  position: relative;
  width: 40px;
  height: 18px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  contain: strict;
}

.toggle-wp .toggle-icon {
  border-radius: 18px;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #323232;
  background-color: transparent;
  pointer-events: none;
  contain: strict;
}

.toggle-wp .toggle-inner {
  left: 2px;
  top: 2px;
  border-radius: 50%;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #323232;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: transform, background-color;
  transition-property: transform, background-color, -webkit-transform;
  will-change: transform, background-color;
}

.toggle-wp.toggle-checked .toggle-icon {
  border-color: #17263C;
  background-color: #17263C;
}

.toggle-wp.toggle-checked .toggle-inner {
  -webkit-transform: translate3d(22px,  0,  0);
  transform: translate3d(22px,  0,  0);
  background-color: #fff;
}

.toggle-wp.toggle-disabled,
.item-wp.item-toggle-disabled ion-label {
  opacity: 0.3;
  pointer-events: none;
}

.toggle-wp.toggle-disabled ion-radio {
  opacity: 0.3;
}

.item-wp .toggle-wp {
  margin: 0;
  cursor: pointer;
  padding: 12px 8px 12px 16px;
}

.item-wp .toggle-wp[item-left],
.item-wp .toggle-wp[item-start] {
  padding: 12px 18px 12px 2px;
}

.item-wp.item-toggle ion-label {
  margin-left: 0;
}

.toggle-wp-primary.toggle-checked .toggle-icon {
  border-color: #17263C;
  background-color: #17263C;
}

.toggle-wp-primary.toggle-checked .toggle-inner {
  background-color: #fff;
}

.toggle-wp-secondary.toggle-checked .toggle-icon {
  border-color: #32db64;
  background-color: #32db64;
}

.toggle-wp-secondary.toggle-checked .toggle-inner {
  background-color: #fff;
}

.toggle-wp-danger.toggle-checked .toggle-icon {
  border-color: #f53d3d;
  background-color: #f53d3d;
}

.toggle-wp-danger.toggle-checked .toggle-inner {
  background-color: #fff;
}

.toggle-wp-light.toggle-checked .toggle-icon {
  border-color: #f4f4f4;
  background-color: #f4f4f4;
}

.toggle-wp-light.toggle-checked .toggle-inner {
  background-color: #000;
}

.toggle-wp-white.toggle-checked .toggle-icon {
  border-color: #ffffff;
  background-color: #ffffff;
}

.toggle-wp-white.toggle-checked .toggle-inner {
  background-color: #000;
}

.toggle-wp-dark.toggle-checked .toggle-icon {
  border-color: #222;
  background-color: #222;
}

.toggle-wp-dark.toggle-checked .toggle-inner {
  background-color: #fff;
}

.toggle-wp-sunflower.toggle-checked .toggle-icon {
  border-color: #f1c40f;
  background-color: #f1c40f;
}

.toggle-wp-sunflower.toggle-checked .toggle-inner {
  background-color: #000;
}

.toggle-wp-active.toggle-checked .toggle-icon {
  border-color: #17263C;
  background-color: #17263C;
}

.toggle-wp-active.toggle-checked .toggle-inner {
  background-color: #fff;
}

.toggle-wp-black.toggle-checked .toggle-icon {
  border-color: #17263C;
  background-color: #17263C;
}

.toggle-wp-black.toggle-checked .toggle-inner {
  background-color: #fff;
}

.toggle-wp-sacgreen.toggle-checked .toggle-icon {
  border-color: #7c9a56;
  background-color: #7c9a56;
}

.toggle-wp-sacgreen.toggle-checked .toggle-inner {
  background-color: #fff;
}

ion-toolbar {
  position: relative;
  z-index: 10;
}

.toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  contain: content;
}

.toolbar-background {
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  pointer-events: none;
  contain: strict;
}

ion-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.toolbar-title {
  display: block;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

ion-buttons {
  margin: 0 0.2rem;
  display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  pointer-events: none;
}

ion-buttons button,
ion-buttons a,
ion-buttons input,
ion-buttons textarea,
ion-buttons div {
  pointer-events: auto;
}

.toolbar[transparent] .toolbar-background {
  border-color: transparent;
  background: transparent;
}

ion-buttons,
.bar-button-menutoggle {
  z-index: 99;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

ion-navbar.toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.bar-button {
  margin: 0;
  padding: 0;
  text-align: center;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: top;
  vertical-align: -webkit-baseline-middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bar-button::after {
  left: -2px;
  right: -2px;
  top: -7px;
  bottom: -6px;
  position: absolute;
  content: "";
}

.bar-button-menutoggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.back-button {
  display: none;
}

.back-button.show-back-button {
  display: inline-block;
}

.back-button-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.toolbar-ios {
  padding: 4px;
  padding-left: 4px;
  padding-right: 4px;
  min-height: 44px;
}

@media screen and (orientation: landscape) {
  .toolbar-ios {
    padding-left: calc(constant(safe-area-inset-left) + 4px);
    padding-right: calc(constant(safe-area-inset-right) + 4px);
    padding-left: calc(env(safe-area-inset-left) + 4px);
    padding-right: calc(env(safe-area-inset-right) + 4px);
  }
}

.toolbar-background-ios {
  background: #FFD618;
}

.header-ios .toolbar-background-ios,
.footer-ios .toolbar-background-ios {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.3);
}

.header-ios .toolbar-ios:last-child .toolbar-background-ios {
  border-width: 0 0 0.55px;
}

.footer-ios .toolbar-ios:first-child .toolbar-background-ios {
  border-width: 0.55px 0 0;
}

.header-ios[no-border] .toolbar-ios:last-child .toolbar-background-ios {
  border-bottom-width: 0;
}

.footer-ios[no-border] .toolbar-ios:first-child .toolbar-background-ios {
  border-top-width: 0;
}

.toolbar-content-ios {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  min-width: 0;
}

.toolbar-title-ios {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 600;
  color: #000;
  pointer-events: auto;
}

.toolbar-ios ion-title {
  left: 0;
  top: 0;
  padding: 0 90px 1px;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  pointer-events: none;
}

.bar-buttons-ios {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.bar-buttons-ios[left] {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.bar-buttons-ios[end] {
  text-align: right;
  text-align: end;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.bar-buttons-ios[right] {
  text-align: right;
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.bar-button-ios {
  padding: 0 4px;
  border-radius: 4px;
  height: 32px;
  border: 0;
  font-size: 1.7rem;
}

.bar-button-outline-ios {
  border-width: 1px;
  border-style: solid;
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.bar-button-outline-ios:hover:not(.disable-hover) {
  opacity: .4;
}

.bar-button-outline-ios.activated {
  color: #fff;
  background-color: #17263C;
}

.bar-button-solid-ios {
  color: #fff;
  background-color: #17263C;
}

.bar-button-solid-ios:hover:not(.disable-hover) {
  color: #fff;
  opacity: .4;
}

.bar-button-solid-ios.activated {
  color: #fff;
  background-color: #2a374c;
  opacity: .4;
}

.bar-button-ios.bar-button-icon-start ion-icon {
  padding-right: 0.3em;
  font-size: 1.4em;
  line-height: .67;
  pointer-events: none;
}

.bar-button-ios.bar-button-icon-end ion-icon {
  padding-left: 0.4em;
  font-size: 1.4em;
  line-height: .67;
  pointer-events: none;
}

.bar-button-ios[icon-only] {
  padding: 0;
  min-width: .9em;
}

.bar-button-ios[icon-only] ion-icon {
  padding: 0 0.1em;
  font-size: 1.8em;
  line-height: .67;
  pointer-events: none;
}

.back-button-ios {
  margin: 0;
  z-index: 99;
  overflow: visible;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  min-height: 3.2rem;
  line-height: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.back-button-icon-ios {
  margin: -1px 0 0;
  display: inherit;
  min-width: 18px;
  font-size: 3.4rem;
}

.back-button-text-ios {
  letter-spacing: -.01em;
}

.bar-button-menutoggle-ios {
  margin: 0 6px;
  padding: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  min-width: 36px;
}

.bar-button-menutoggle-ios ion-icon {
  padding: 0 6px;
  font-size: 2.8rem;
}

.bar-button-menutoggle-ios[end],
.bar-button-menutoggle-ios[right] {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.bar-button-default-ios,
.bar-button-default.bar-button-ios-default,
.bar-button-clear-ios-default {
  color: #17263C;
  background-color: transparent;
}

.bar-button-default-ios:hover:not(.disable-hover),
.bar-button-default.bar-button-ios-default:hover:not(.disable-hover),
.bar-button-clear-ios-default:hover:not(.disable-hover) {
  color: #17263C;
}

.bar-button-default-ios.activated,
.bar-button-default.bar-button-ios-default.activated,
.bar-button-clear-ios-default.activated {
  opacity: .4;
}

.bar-button-clear-ios,
.bar-button-default.bar-button-ios-clear,
.bar-button-clear-ios-clear {
  color: #17263C;
  background-color: transparent;
}

.bar-button-clear-ios:hover:not(.disable-hover),
.bar-button-default.bar-button-ios-clear:hover:not(.disable-hover),
.bar-button-clear-ios-clear:hover:not(.disable-hover) {
  color: #17263C;
}

.bar-button-clear-ios.activated,
.bar-button-default.bar-button-ios-clear.activated,
.bar-button-clear-ios-clear.activated {
  opacity: .4;
}

.toolbar-ios-primary .toolbar-background-ios {
  background: #17263C;
}

.toolbar-ios-primary .toolbar-title-ios,
.toolbar-ios-primary .bar-button-clear-ios,
.toolbar-ios-primary .bar-button-default-ios {
  color: #fff;
}

.toolbar-ios-primary .bar-button-primary-ios,
.toolbar-ios-primary .bar-button-default.bar-button-ios-primary,
.toolbar-ios-primary .bar-button-clear-ios-primary {
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-primary .bar-button-primary-ios:hover:not(.disable-hover),
.toolbar-ios-primary .bar-button-default.bar-button-ios-primary:hover:not(.disable-hover),
.toolbar-ios-primary .bar-button-clear-ios-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-ios-primary .bar-button-primary-ios.activated,
.toolbar-ios-primary .bar-button-default.bar-button-ios-primary.activated,
.toolbar-ios-primary .bar-button-clear-ios-primary.activated {
  opacity: .4;
}

.toolbar-ios-primary .bar-button-outline-ios-primary {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-primary .bar-button-outline-ios-primary.activated {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-primary .bar-button-solid-ios-primary {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-primary .bar-button-solid-ios-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-ios-primary .bar-button-secondary-ios,
.toolbar-ios-primary .bar-button-default.bar-button-ios-secondary,
.toolbar-ios-primary .bar-button-clear-ios-secondary {
  color: #32db64;
  background-color: transparent;
}

.toolbar-ios-primary .bar-button-secondary-ios:hover:not(.disable-hover),
.toolbar-ios-primary .bar-button-default.bar-button-ios-secondary:hover:not(.disable-hover),
.toolbar-ios-primary .bar-button-clear-ios-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.toolbar-ios-primary .bar-button-secondary-ios.activated,
.toolbar-ios-primary .bar-button-default.bar-button-ios-secondary.activated,
.toolbar-ios-primary .bar-button-clear-ios-secondary.activated {
  opacity: .4;
}

.toolbar-ios-primary .bar-button-outline-ios-secondary {
  border-color: #32db64;
  color: #32db64;
  background-color: transparent;
}

.toolbar-ios-primary .bar-button-outline-ios-secondary.activated {
  color: #fff;
  background-color: #32db64;
}

.toolbar-ios-primary .bar-button-solid-ios-secondary {
  color: #fff;
  background-color: #32db64;
}

.toolbar-ios-primary .bar-button-solid-ios-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-ios-primary .bar-button-danger-ios,
.toolbar-ios-primary .bar-button-default.bar-button-ios-danger,
.toolbar-ios-primary .bar-button-clear-ios-danger {
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-ios-primary .bar-button-danger-ios:hover:not(.disable-hover),
.toolbar-ios-primary .bar-button-default.bar-button-ios-danger:hover:not(.disable-hover),
.toolbar-ios-primary .bar-button-clear-ios-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.toolbar-ios-primary .bar-button-danger-ios.activated,
.toolbar-ios-primary .bar-button-default.bar-button-ios-danger.activated,
.toolbar-ios-primary .bar-button-clear-ios-danger.activated {
  opacity: .4;
}

.toolbar-ios-primary .bar-button-outline-ios-danger {
  border-color: #f53d3d;
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-ios-primary .bar-button-outline-ios-danger.activated {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-ios-primary .bar-button-solid-ios-danger {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-ios-primary .bar-button-solid-ios-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-ios-primary .bar-button-light-ios,
.toolbar-ios-primary .bar-button-default.bar-button-ios-light,
.toolbar-ios-primary .bar-button-clear-ios-light {
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-ios-primary .bar-button-light-ios:hover:not(.disable-hover),
.toolbar-ios-primary .bar-button-default.bar-button-ios-light:hover:not(.disable-hover),
.toolbar-ios-primary .bar-button-clear-ios-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.toolbar-ios-primary .bar-button-light-ios.activated,
.toolbar-ios-primary .bar-button-default.bar-button-ios-light.activated,
.toolbar-ios-primary .bar-button-clear-ios-light.activated {
  opacity: .4;
}

.toolbar-ios-primary .bar-button-outline-ios-light {
  border-color: #f4f4f4;
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-ios-primary .bar-button-outline-ios-light.activated {
  color: #000;
  background-color: #f4f4f4;
}

.toolbar-ios-primary .bar-button-solid-ios-light {
  color: #000;
  background-color: #f4f4f4;
}

.toolbar-ios-primary .bar-button-solid-ios-light.activated {
  color: #000;
  background-color: #e0e0e0;
}

.toolbar-ios-primary .bar-button-white-ios,
.toolbar-ios-primary .bar-button-default.bar-button-ios-white,
.toolbar-ios-primary .bar-button-clear-ios-white {
  color: #ffffff;
  background-color: transparent;
}

.toolbar-ios-primary .bar-button-white-ios:hover:not(.disable-hover),
.toolbar-ios-primary .bar-button-default.bar-button-ios-white:hover:not(.disable-hover),
.toolbar-ios-primary .bar-button-clear-ios-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.toolbar-ios-primary .bar-button-white-ios.activated,
.toolbar-ios-primary .bar-button-default.bar-button-ios-white.activated,
.toolbar-ios-primary .bar-button-clear-ios-white.activated {
  opacity: .4;
}

.toolbar-ios-primary .bar-button-outline-ios-white {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}

.toolbar-ios-primary .bar-button-outline-ios-white.activated {
  color: #000;
  background-color: #ffffff;
}

.toolbar-ios-primary .bar-button-solid-ios-white {
  color: #000;
  background-color: #ffffff;
}

.toolbar-ios-primary .bar-button-solid-ios-white.activated {
  color: #000;
  background-color: #ebebeb;
}

.toolbar-ios-primary .bar-button-dark-ios,
.toolbar-ios-primary .bar-button-default.bar-button-ios-dark,
.toolbar-ios-primary .bar-button-clear-ios-dark {
  color: #222;
  background-color: transparent;
}

.toolbar-ios-primary .bar-button-dark-ios:hover:not(.disable-hover),
.toolbar-ios-primary .bar-button-default.bar-button-ios-dark:hover:not(.disable-hover),
.toolbar-ios-primary .bar-button-clear-ios-dark:hover:not(.disable-hover) {
  color: #222;
}

.toolbar-ios-primary .bar-button-dark-ios.activated,
.toolbar-ios-primary .bar-button-default.bar-button-ios-dark.activated,
.toolbar-ios-primary .bar-button-clear-ios-dark.activated {
  opacity: .4;
}

.toolbar-ios-primary .bar-button-outline-ios-dark {
  border-color: #222;
  color: #222;
  background-color: transparent;
}

.toolbar-ios-primary .bar-button-outline-ios-dark.activated {
  color: #fff;
  background-color: #222;
}

.toolbar-ios-primary .bar-button-solid-ios-dark {
  color: #fff;
  background-color: #222;
}

.toolbar-ios-primary .bar-button-solid-ios-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-ios-primary .bar-button-sunflower-ios,
.toolbar-ios-primary .bar-button-default.bar-button-ios-sunflower,
.toolbar-ios-primary .bar-button-clear-ios-sunflower {
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-ios-primary .bar-button-sunflower-ios:hover:not(.disable-hover),
.toolbar-ios-primary .bar-button-default.bar-button-ios-sunflower:hover:not(.disable-hover),
.toolbar-ios-primary .bar-button-clear-ios-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.toolbar-ios-primary .bar-button-sunflower-ios.activated,
.toolbar-ios-primary .bar-button-default.bar-button-ios-sunflower.activated,
.toolbar-ios-primary .bar-button-clear-ios-sunflower.activated {
  opacity: .4;
}

.toolbar-ios-primary .bar-button-outline-ios-sunflower {
  border-color: #f1c40f;
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-ios-primary .bar-button-outline-ios-sunflower.activated {
  color: #000;
  background-color: #f1c40f;
}

.toolbar-ios-primary .bar-button-solid-ios-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.toolbar-ios-primary .bar-button-solid-ios-sunflower.activated {
  color: #000;
  background-color: #deb40e;
}

.toolbar-ios-primary .bar-button-active-ios,
.toolbar-ios-primary .bar-button-default.bar-button-ios-active,
.toolbar-ios-primary .bar-button-clear-ios-active {
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-primary .bar-button-active-ios:hover:not(.disable-hover),
.toolbar-ios-primary .bar-button-default.bar-button-ios-active:hover:not(.disable-hover),
.toolbar-ios-primary .bar-button-clear-ios-active:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-ios-primary .bar-button-active-ios.activated,
.toolbar-ios-primary .bar-button-default.bar-button-ios-active.activated,
.toolbar-ios-primary .bar-button-clear-ios-active.activated {
  opacity: .4;
}

.toolbar-ios-primary .bar-button-outline-ios-active {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-primary .bar-button-outline-ios-active.activated {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-primary .bar-button-solid-ios-active {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-primary .bar-button-solid-ios-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-ios-primary .bar-button-black-ios,
.toolbar-ios-primary .bar-button-default.bar-button-ios-black,
.toolbar-ios-primary .bar-button-clear-ios-black {
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-primary .bar-button-black-ios:hover:not(.disable-hover),
.toolbar-ios-primary .bar-button-default.bar-button-ios-black:hover:not(.disable-hover),
.toolbar-ios-primary .bar-button-clear-ios-black:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-ios-primary .bar-button-black-ios.activated,
.toolbar-ios-primary .bar-button-default.bar-button-ios-black.activated,
.toolbar-ios-primary .bar-button-clear-ios-black.activated {
  opacity: .4;
}

.toolbar-ios-primary .bar-button-outline-ios-black {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-primary .bar-button-outline-ios-black.activated {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-primary .bar-button-solid-ios-black {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-primary .bar-button-solid-ios-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-ios-primary .bar-button-sacgreen-ios,
.toolbar-ios-primary .bar-button-default.bar-button-ios-sacgreen,
.toolbar-ios-primary .bar-button-clear-ios-sacgreen {
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-ios-primary .bar-button-sacgreen-ios:hover:not(.disable-hover),
.toolbar-ios-primary .bar-button-default.bar-button-ios-sacgreen:hover:not(.disable-hover),
.toolbar-ios-primary .bar-button-clear-ios-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.toolbar-ios-primary .bar-button-sacgreen-ios.activated,
.toolbar-ios-primary .bar-button-default.bar-button-ios-sacgreen.activated,
.toolbar-ios-primary .bar-button-clear-ios-sacgreen.activated {
  opacity: .4;
}

.toolbar-ios-primary .bar-button-outline-ios-sacgreen {
  border-color: #7c9a56;
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-ios-primary .bar-button-outline-ios-sacgreen.activated {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-ios-primary .bar-button-solid-ios-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-ios-primary .bar-button-solid-ios-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.bar-button-primary-ios,
.bar-button-default.bar-button-ios-primary,
.bar-button-clear-ios-primary {
  color: #17263C;
  background-color: transparent;
}

.bar-button-primary-ios:hover:not(.disable-hover),
.bar-button-default.bar-button-ios-primary:hover:not(.disable-hover),
.bar-button-clear-ios-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.bar-button-primary-ios.activated,
.bar-button-default.bar-button-ios-primary.activated,
.bar-button-clear-ios-primary.activated {
  opacity: .4;
}

.bar-button-outline-ios-primary {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.bar-button-outline-ios-primary.activated {
  color: #fff;
  background-color: #17263C;
}

.bar-button-solid-ios-primary {
  color: #fff;
  background-color: #17263C;
}

.bar-button-solid-ios-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-ios-secondary .toolbar-background-ios {
  background: #32db64;
}

.toolbar-ios-secondary .toolbar-title-ios,
.toolbar-ios-secondary .bar-button-clear-ios,
.toolbar-ios-secondary .bar-button-default-ios {
  color: #fff;
}

.toolbar-ios-secondary .bar-button-primary-ios,
.toolbar-ios-secondary .bar-button-default.bar-button-ios-primary,
.toolbar-ios-secondary .bar-button-clear-ios-primary {
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-secondary .bar-button-primary-ios:hover:not(.disable-hover),
.toolbar-ios-secondary .bar-button-default.bar-button-ios-primary:hover:not(.disable-hover),
.toolbar-ios-secondary .bar-button-clear-ios-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-ios-secondary .bar-button-primary-ios.activated,
.toolbar-ios-secondary .bar-button-default.bar-button-ios-primary.activated,
.toolbar-ios-secondary .bar-button-clear-ios-primary.activated {
  opacity: .4;
}

.toolbar-ios-secondary .bar-button-outline-ios-primary {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-secondary .bar-button-outline-ios-primary.activated {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-secondary .bar-button-solid-ios-primary {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-secondary .bar-button-solid-ios-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-ios-secondary .bar-button-secondary-ios,
.toolbar-ios-secondary .bar-button-default.bar-button-ios-secondary,
.toolbar-ios-secondary .bar-button-clear-ios-secondary {
  color: #32db64;
  background-color: transparent;
}

.toolbar-ios-secondary .bar-button-secondary-ios:hover:not(.disable-hover),
.toolbar-ios-secondary .bar-button-default.bar-button-ios-secondary:hover:not(.disable-hover),
.toolbar-ios-secondary .bar-button-clear-ios-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.toolbar-ios-secondary .bar-button-secondary-ios.activated,
.toolbar-ios-secondary .bar-button-default.bar-button-ios-secondary.activated,
.toolbar-ios-secondary .bar-button-clear-ios-secondary.activated {
  opacity: .4;
}

.toolbar-ios-secondary .bar-button-outline-ios-secondary {
  border-color: #32db64;
  color: #32db64;
  background-color: transparent;
}

.toolbar-ios-secondary .bar-button-outline-ios-secondary.activated {
  color: #fff;
  background-color: #32db64;
}

.toolbar-ios-secondary .bar-button-solid-ios-secondary {
  color: #fff;
  background-color: #32db64;
}

.toolbar-ios-secondary .bar-button-solid-ios-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-ios-secondary .bar-button-danger-ios,
.toolbar-ios-secondary .bar-button-default.bar-button-ios-danger,
.toolbar-ios-secondary .bar-button-clear-ios-danger {
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-ios-secondary .bar-button-danger-ios:hover:not(.disable-hover),
.toolbar-ios-secondary .bar-button-default.bar-button-ios-danger:hover:not(.disable-hover),
.toolbar-ios-secondary .bar-button-clear-ios-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.toolbar-ios-secondary .bar-button-danger-ios.activated,
.toolbar-ios-secondary .bar-button-default.bar-button-ios-danger.activated,
.toolbar-ios-secondary .bar-button-clear-ios-danger.activated {
  opacity: .4;
}

.toolbar-ios-secondary .bar-button-outline-ios-danger {
  border-color: #f53d3d;
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-ios-secondary .bar-button-outline-ios-danger.activated {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-ios-secondary .bar-button-solid-ios-danger {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-ios-secondary .bar-button-solid-ios-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-ios-secondary .bar-button-light-ios,
.toolbar-ios-secondary .bar-button-default.bar-button-ios-light,
.toolbar-ios-secondary .bar-button-clear-ios-light {
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-ios-secondary .bar-button-light-ios:hover:not(.disable-hover),
.toolbar-ios-secondary .bar-button-default.bar-button-ios-light:hover:not(.disable-hover),
.toolbar-ios-secondary .bar-button-clear-ios-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.toolbar-ios-secondary .bar-button-light-ios.activated,
.toolbar-ios-secondary .bar-button-default.bar-button-ios-light.activated,
.toolbar-ios-secondary .bar-button-clear-ios-light.activated {
  opacity: .4;
}

.toolbar-ios-secondary .bar-button-outline-ios-light {
  border-color: #f4f4f4;
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-ios-secondary .bar-button-outline-ios-light.activated {
  color: #000;
  background-color: #f4f4f4;
}

.toolbar-ios-secondary .bar-button-solid-ios-light {
  color: #000;
  background-color: #f4f4f4;
}

.toolbar-ios-secondary .bar-button-solid-ios-light.activated {
  color: #000;
  background-color: #e0e0e0;
}

.toolbar-ios-secondary .bar-button-white-ios,
.toolbar-ios-secondary .bar-button-default.bar-button-ios-white,
.toolbar-ios-secondary .bar-button-clear-ios-white {
  color: #ffffff;
  background-color: transparent;
}

.toolbar-ios-secondary .bar-button-white-ios:hover:not(.disable-hover),
.toolbar-ios-secondary .bar-button-default.bar-button-ios-white:hover:not(.disable-hover),
.toolbar-ios-secondary .bar-button-clear-ios-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.toolbar-ios-secondary .bar-button-white-ios.activated,
.toolbar-ios-secondary .bar-button-default.bar-button-ios-white.activated,
.toolbar-ios-secondary .bar-button-clear-ios-white.activated {
  opacity: .4;
}

.toolbar-ios-secondary .bar-button-outline-ios-white {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}

.toolbar-ios-secondary .bar-button-outline-ios-white.activated {
  color: #000;
  background-color: #ffffff;
}

.toolbar-ios-secondary .bar-button-solid-ios-white {
  color: #000;
  background-color: #ffffff;
}

.toolbar-ios-secondary .bar-button-solid-ios-white.activated {
  color: #000;
  background-color: #ebebeb;
}

.toolbar-ios-secondary .bar-button-dark-ios,
.toolbar-ios-secondary .bar-button-default.bar-button-ios-dark,
.toolbar-ios-secondary .bar-button-clear-ios-dark {
  color: #222;
  background-color: transparent;
}

.toolbar-ios-secondary .bar-button-dark-ios:hover:not(.disable-hover),
.toolbar-ios-secondary .bar-button-default.bar-button-ios-dark:hover:not(.disable-hover),
.toolbar-ios-secondary .bar-button-clear-ios-dark:hover:not(.disable-hover) {
  color: #222;
}

.toolbar-ios-secondary .bar-button-dark-ios.activated,
.toolbar-ios-secondary .bar-button-default.bar-button-ios-dark.activated,
.toolbar-ios-secondary .bar-button-clear-ios-dark.activated {
  opacity: .4;
}

.toolbar-ios-secondary .bar-button-outline-ios-dark {
  border-color: #222;
  color: #222;
  background-color: transparent;
}

.toolbar-ios-secondary .bar-button-outline-ios-dark.activated {
  color: #fff;
  background-color: #222;
}

.toolbar-ios-secondary .bar-button-solid-ios-dark {
  color: #fff;
  background-color: #222;
}

.toolbar-ios-secondary .bar-button-solid-ios-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-ios-secondary .bar-button-sunflower-ios,
.toolbar-ios-secondary .bar-button-default.bar-button-ios-sunflower,
.toolbar-ios-secondary .bar-button-clear-ios-sunflower {
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-ios-secondary .bar-button-sunflower-ios:hover:not(.disable-hover),
.toolbar-ios-secondary .bar-button-default.bar-button-ios-sunflower:hover:not(.disable-hover),
.toolbar-ios-secondary .bar-button-clear-ios-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.toolbar-ios-secondary .bar-button-sunflower-ios.activated,
.toolbar-ios-secondary .bar-button-default.bar-button-ios-sunflower.activated,
.toolbar-ios-secondary .bar-button-clear-ios-sunflower.activated {
  opacity: .4;
}

.toolbar-ios-secondary .bar-button-outline-ios-sunflower {
  border-color: #f1c40f;
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-ios-secondary .bar-button-outline-ios-sunflower.activated {
  color: #000;
  background-color: #f1c40f;
}

.toolbar-ios-secondary .bar-button-solid-ios-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.toolbar-ios-secondary .bar-button-solid-ios-sunflower.activated {
  color: #000;
  background-color: #deb40e;
}

.toolbar-ios-secondary .bar-button-active-ios,
.toolbar-ios-secondary .bar-button-default.bar-button-ios-active,
.toolbar-ios-secondary .bar-button-clear-ios-active {
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-secondary .bar-button-active-ios:hover:not(.disable-hover),
.toolbar-ios-secondary .bar-button-default.bar-button-ios-active:hover:not(.disable-hover),
.toolbar-ios-secondary .bar-button-clear-ios-active:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-ios-secondary .bar-button-active-ios.activated,
.toolbar-ios-secondary .bar-button-default.bar-button-ios-active.activated,
.toolbar-ios-secondary .bar-button-clear-ios-active.activated {
  opacity: .4;
}

.toolbar-ios-secondary .bar-button-outline-ios-active {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-secondary .bar-button-outline-ios-active.activated {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-secondary .bar-button-solid-ios-active {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-secondary .bar-button-solid-ios-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-ios-secondary .bar-button-black-ios,
.toolbar-ios-secondary .bar-button-default.bar-button-ios-black,
.toolbar-ios-secondary .bar-button-clear-ios-black {
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-secondary .bar-button-black-ios:hover:not(.disable-hover),
.toolbar-ios-secondary .bar-button-default.bar-button-ios-black:hover:not(.disable-hover),
.toolbar-ios-secondary .bar-button-clear-ios-black:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-ios-secondary .bar-button-black-ios.activated,
.toolbar-ios-secondary .bar-button-default.bar-button-ios-black.activated,
.toolbar-ios-secondary .bar-button-clear-ios-black.activated {
  opacity: .4;
}

.toolbar-ios-secondary .bar-button-outline-ios-black {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-secondary .bar-button-outline-ios-black.activated {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-secondary .bar-button-solid-ios-black {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-secondary .bar-button-solid-ios-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-ios-secondary .bar-button-sacgreen-ios,
.toolbar-ios-secondary .bar-button-default.bar-button-ios-sacgreen,
.toolbar-ios-secondary .bar-button-clear-ios-sacgreen {
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-ios-secondary .bar-button-sacgreen-ios:hover:not(.disable-hover),
.toolbar-ios-secondary .bar-button-default.bar-button-ios-sacgreen:hover:not(.disable-hover),
.toolbar-ios-secondary .bar-button-clear-ios-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.toolbar-ios-secondary .bar-button-sacgreen-ios.activated,
.toolbar-ios-secondary .bar-button-default.bar-button-ios-sacgreen.activated,
.toolbar-ios-secondary .bar-button-clear-ios-sacgreen.activated {
  opacity: .4;
}

.toolbar-ios-secondary .bar-button-outline-ios-sacgreen {
  border-color: #7c9a56;
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-ios-secondary .bar-button-outline-ios-sacgreen.activated {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-ios-secondary .bar-button-solid-ios-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-ios-secondary .bar-button-solid-ios-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.bar-button-secondary-ios,
.bar-button-default.bar-button-ios-secondary,
.bar-button-clear-ios-secondary {
  color: #32db64;
  background-color: transparent;
}

.bar-button-secondary-ios:hover:not(.disable-hover),
.bar-button-default.bar-button-ios-secondary:hover:not(.disable-hover),
.bar-button-clear-ios-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.bar-button-secondary-ios.activated,
.bar-button-default.bar-button-ios-secondary.activated,
.bar-button-clear-ios-secondary.activated {
  opacity: .4;
}

.bar-button-outline-ios-secondary {
  border-color: #32db64;
  color: #32db64;
  background-color: transparent;
}

.bar-button-outline-ios-secondary.activated {
  color: #fff;
  background-color: #32db64;
}

.bar-button-solid-ios-secondary {
  color: #fff;
  background-color: #32db64;
}

.bar-button-solid-ios-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-ios-danger .toolbar-background-ios {
  background: #f53d3d;
}

.toolbar-ios-danger .toolbar-title-ios,
.toolbar-ios-danger .bar-button-clear-ios,
.toolbar-ios-danger .bar-button-default-ios {
  color: #fff;
}

.toolbar-ios-danger .bar-button-primary-ios,
.toolbar-ios-danger .bar-button-default.bar-button-ios-primary,
.toolbar-ios-danger .bar-button-clear-ios-primary {
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-danger .bar-button-primary-ios:hover:not(.disable-hover),
.toolbar-ios-danger .bar-button-default.bar-button-ios-primary:hover:not(.disable-hover),
.toolbar-ios-danger .bar-button-clear-ios-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-ios-danger .bar-button-primary-ios.activated,
.toolbar-ios-danger .bar-button-default.bar-button-ios-primary.activated,
.toolbar-ios-danger .bar-button-clear-ios-primary.activated {
  opacity: .4;
}

.toolbar-ios-danger .bar-button-outline-ios-primary {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-danger .bar-button-outline-ios-primary.activated {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-danger .bar-button-solid-ios-primary {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-danger .bar-button-solid-ios-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-ios-danger .bar-button-secondary-ios,
.toolbar-ios-danger .bar-button-default.bar-button-ios-secondary,
.toolbar-ios-danger .bar-button-clear-ios-secondary {
  color: #32db64;
  background-color: transparent;
}

.toolbar-ios-danger .bar-button-secondary-ios:hover:not(.disable-hover),
.toolbar-ios-danger .bar-button-default.bar-button-ios-secondary:hover:not(.disable-hover),
.toolbar-ios-danger .bar-button-clear-ios-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.toolbar-ios-danger .bar-button-secondary-ios.activated,
.toolbar-ios-danger .bar-button-default.bar-button-ios-secondary.activated,
.toolbar-ios-danger .bar-button-clear-ios-secondary.activated {
  opacity: .4;
}

.toolbar-ios-danger .bar-button-outline-ios-secondary {
  border-color: #32db64;
  color: #32db64;
  background-color: transparent;
}

.toolbar-ios-danger .bar-button-outline-ios-secondary.activated {
  color: #fff;
  background-color: #32db64;
}

.toolbar-ios-danger .bar-button-solid-ios-secondary {
  color: #fff;
  background-color: #32db64;
}

.toolbar-ios-danger .bar-button-solid-ios-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-ios-danger .bar-button-danger-ios,
.toolbar-ios-danger .bar-button-default.bar-button-ios-danger,
.toolbar-ios-danger .bar-button-clear-ios-danger {
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-ios-danger .bar-button-danger-ios:hover:not(.disable-hover),
.toolbar-ios-danger .bar-button-default.bar-button-ios-danger:hover:not(.disable-hover),
.toolbar-ios-danger .bar-button-clear-ios-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.toolbar-ios-danger .bar-button-danger-ios.activated,
.toolbar-ios-danger .bar-button-default.bar-button-ios-danger.activated,
.toolbar-ios-danger .bar-button-clear-ios-danger.activated {
  opacity: .4;
}

.toolbar-ios-danger .bar-button-outline-ios-danger {
  border-color: #f53d3d;
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-ios-danger .bar-button-outline-ios-danger.activated {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-ios-danger .bar-button-solid-ios-danger {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-ios-danger .bar-button-solid-ios-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-ios-danger .bar-button-light-ios,
.toolbar-ios-danger .bar-button-default.bar-button-ios-light,
.toolbar-ios-danger .bar-button-clear-ios-light {
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-ios-danger .bar-button-light-ios:hover:not(.disable-hover),
.toolbar-ios-danger .bar-button-default.bar-button-ios-light:hover:not(.disable-hover),
.toolbar-ios-danger .bar-button-clear-ios-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.toolbar-ios-danger .bar-button-light-ios.activated,
.toolbar-ios-danger .bar-button-default.bar-button-ios-light.activated,
.toolbar-ios-danger .bar-button-clear-ios-light.activated {
  opacity: .4;
}

.toolbar-ios-danger .bar-button-outline-ios-light {
  border-color: #f4f4f4;
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-ios-danger .bar-button-outline-ios-light.activated {
  color: #000;
  background-color: #f4f4f4;
}

.toolbar-ios-danger .bar-button-solid-ios-light {
  color: #000;
  background-color: #f4f4f4;
}

.toolbar-ios-danger .bar-button-solid-ios-light.activated {
  color: #000;
  background-color: #e0e0e0;
}

.toolbar-ios-danger .bar-button-white-ios,
.toolbar-ios-danger .bar-button-default.bar-button-ios-white,
.toolbar-ios-danger .bar-button-clear-ios-white {
  color: #ffffff;
  background-color: transparent;
}

.toolbar-ios-danger .bar-button-white-ios:hover:not(.disable-hover),
.toolbar-ios-danger .bar-button-default.bar-button-ios-white:hover:not(.disable-hover),
.toolbar-ios-danger .bar-button-clear-ios-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.toolbar-ios-danger .bar-button-white-ios.activated,
.toolbar-ios-danger .bar-button-default.bar-button-ios-white.activated,
.toolbar-ios-danger .bar-button-clear-ios-white.activated {
  opacity: .4;
}

.toolbar-ios-danger .bar-button-outline-ios-white {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}

.toolbar-ios-danger .bar-button-outline-ios-white.activated {
  color: #000;
  background-color: #ffffff;
}

.toolbar-ios-danger .bar-button-solid-ios-white {
  color: #000;
  background-color: #ffffff;
}

.toolbar-ios-danger .bar-button-solid-ios-white.activated {
  color: #000;
  background-color: #ebebeb;
}

.toolbar-ios-danger .bar-button-dark-ios,
.toolbar-ios-danger .bar-button-default.bar-button-ios-dark,
.toolbar-ios-danger .bar-button-clear-ios-dark {
  color: #222;
  background-color: transparent;
}

.toolbar-ios-danger .bar-button-dark-ios:hover:not(.disable-hover),
.toolbar-ios-danger .bar-button-default.bar-button-ios-dark:hover:not(.disable-hover),
.toolbar-ios-danger .bar-button-clear-ios-dark:hover:not(.disable-hover) {
  color: #222;
}

.toolbar-ios-danger .bar-button-dark-ios.activated,
.toolbar-ios-danger .bar-button-default.bar-button-ios-dark.activated,
.toolbar-ios-danger .bar-button-clear-ios-dark.activated {
  opacity: .4;
}

.toolbar-ios-danger .bar-button-outline-ios-dark {
  border-color: #222;
  color: #222;
  background-color: transparent;
}

.toolbar-ios-danger .bar-button-outline-ios-dark.activated {
  color: #fff;
  background-color: #222;
}

.toolbar-ios-danger .bar-button-solid-ios-dark {
  color: #fff;
  background-color: #222;
}

.toolbar-ios-danger .bar-button-solid-ios-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-ios-danger .bar-button-sunflower-ios,
.toolbar-ios-danger .bar-button-default.bar-button-ios-sunflower,
.toolbar-ios-danger .bar-button-clear-ios-sunflower {
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-ios-danger .bar-button-sunflower-ios:hover:not(.disable-hover),
.toolbar-ios-danger .bar-button-default.bar-button-ios-sunflower:hover:not(.disable-hover),
.toolbar-ios-danger .bar-button-clear-ios-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.toolbar-ios-danger .bar-button-sunflower-ios.activated,
.toolbar-ios-danger .bar-button-default.bar-button-ios-sunflower.activated,
.toolbar-ios-danger .bar-button-clear-ios-sunflower.activated {
  opacity: .4;
}

.toolbar-ios-danger .bar-button-outline-ios-sunflower {
  border-color: #f1c40f;
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-ios-danger .bar-button-outline-ios-sunflower.activated {
  color: #000;
  background-color: #f1c40f;
}

.toolbar-ios-danger .bar-button-solid-ios-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.toolbar-ios-danger .bar-button-solid-ios-sunflower.activated {
  color: #000;
  background-color: #deb40e;
}

.toolbar-ios-danger .bar-button-active-ios,
.toolbar-ios-danger .bar-button-default.bar-button-ios-active,
.toolbar-ios-danger .bar-button-clear-ios-active {
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-danger .bar-button-active-ios:hover:not(.disable-hover),
.toolbar-ios-danger .bar-button-default.bar-button-ios-active:hover:not(.disable-hover),
.toolbar-ios-danger .bar-button-clear-ios-active:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-ios-danger .bar-button-active-ios.activated,
.toolbar-ios-danger .bar-button-default.bar-button-ios-active.activated,
.toolbar-ios-danger .bar-button-clear-ios-active.activated {
  opacity: .4;
}

.toolbar-ios-danger .bar-button-outline-ios-active {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-danger .bar-button-outline-ios-active.activated {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-danger .bar-button-solid-ios-active {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-danger .bar-button-solid-ios-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-ios-danger .bar-button-black-ios,
.toolbar-ios-danger .bar-button-default.bar-button-ios-black,
.toolbar-ios-danger .bar-button-clear-ios-black {
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-danger .bar-button-black-ios:hover:not(.disable-hover),
.toolbar-ios-danger .bar-button-default.bar-button-ios-black:hover:not(.disable-hover),
.toolbar-ios-danger .bar-button-clear-ios-black:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-ios-danger .bar-button-black-ios.activated,
.toolbar-ios-danger .bar-button-default.bar-button-ios-black.activated,
.toolbar-ios-danger .bar-button-clear-ios-black.activated {
  opacity: .4;
}

.toolbar-ios-danger .bar-button-outline-ios-black {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-danger .bar-button-outline-ios-black.activated {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-danger .bar-button-solid-ios-black {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-danger .bar-button-solid-ios-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-ios-danger .bar-button-sacgreen-ios,
.toolbar-ios-danger .bar-button-default.bar-button-ios-sacgreen,
.toolbar-ios-danger .bar-button-clear-ios-sacgreen {
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-ios-danger .bar-button-sacgreen-ios:hover:not(.disable-hover),
.toolbar-ios-danger .bar-button-default.bar-button-ios-sacgreen:hover:not(.disable-hover),
.toolbar-ios-danger .bar-button-clear-ios-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.toolbar-ios-danger .bar-button-sacgreen-ios.activated,
.toolbar-ios-danger .bar-button-default.bar-button-ios-sacgreen.activated,
.toolbar-ios-danger .bar-button-clear-ios-sacgreen.activated {
  opacity: .4;
}

.toolbar-ios-danger .bar-button-outline-ios-sacgreen {
  border-color: #7c9a56;
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-ios-danger .bar-button-outline-ios-sacgreen.activated {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-ios-danger .bar-button-solid-ios-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-ios-danger .bar-button-solid-ios-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.bar-button-danger-ios,
.bar-button-default.bar-button-ios-danger,
.bar-button-clear-ios-danger {
  color: #f53d3d;
  background-color: transparent;
}

.bar-button-danger-ios:hover:not(.disable-hover),
.bar-button-default.bar-button-ios-danger:hover:not(.disable-hover),
.bar-button-clear-ios-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.bar-button-danger-ios.activated,
.bar-button-default.bar-button-ios-danger.activated,
.bar-button-clear-ios-danger.activated {
  opacity: .4;
}

.bar-button-outline-ios-danger {
  border-color: #f53d3d;
  color: #f53d3d;
  background-color: transparent;
}

.bar-button-outline-ios-danger.activated {
  color: #fff;
  background-color: #f53d3d;
}

.bar-button-solid-ios-danger {
  color: #fff;
  background-color: #f53d3d;
}

.bar-button-solid-ios-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-ios-light .toolbar-background-ios {
  background: #f4f4f4;
}

.toolbar-ios-light .toolbar-title-ios,
.toolbar-ios-light .bar-button-clear-ios,
.toolbar-ios-light .bar-button-default-ios {
  color: #000;
}

.toolbar-ios-light .bar-button-primary-ios,
.toolbar-ios-light .bar-button-default.bar-button-ios-primary,
.toolbar-ios-light .bar-button-clear-ios-primary {
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-light .bar-button-primary-ios:hover:not(.disable-hover),
.toolbar-ios-light .bar-button-default.bar-button-ios-primary:hover:not(.disable-hover),
.toolbar-ios-light .bar-button-clear-ios-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-ios-light .bar-button-primary-ios.activated,
.toolbar-ios-light .bar-button-default.bar-button-ios-primary.activated,
.toolbar-ios-light .bar-button-clear-ios-primary.activated {
  opacity: .4;
}

.toolbar-ios-light .bar-button-outline-ios-primary {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-light .bar-button-outline-ios-primary.activated {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-light .bar-button-solid-ios-primary {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-light .bar-button-solid-ios-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-ios-light .bar-button-secondary-ios,
.toolbar-ios-light .bar-button-default.bar-button-ios-secondary,
.toolbar-ios-light .bar-button-clear-ios-secondary {
  color: #32db64;
  background-color: transparent;
}

.toolbar-ios-light .bar-button-secondary-ios:hover:not(.disable-hover),
.toolbar-ios-light .bar-button-default.bar-button-ios-secondary:hover:not(.disable-hover),
.toolbar-ios-light .bar-button-clear-ios-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.toolbar-ios-light .bar-button-secondary-ios.activated,
.toolbar-ios-light .bar-button-default.bar-button-ios-secondary.activated,
.toolbar-ios-light .bar-button-clear-ios-secondary.activated {
  opacity: .4;
}

.toolbar-ios-light .bar-button-outline-ios-secondary {
  border-color: #32db64;
  color: #32db64;
  background-color: transparent;
}

.toolbar-ios-light .bar-button-outline-ios-secondary.activated {
  color: #fff;
  background-color: #32db64;
}

.toolbar-ios-light .bar-button-solid-ios-secondary {
  color: #fff;
  background-color: #32db64;
}

.toolbar-ios-light .bar-button-solid-ios-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-ios-light .bar-button-danger-ios,
.toolbar-ios-light .bar-button-default.bar-button-ios-danger,
.toolbar-ios-light .bar-button-clear-ios-danger {
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-ios-light .bar-button-danger-ios:hover:not(.disable-hover),
.toolbar-ios-light .bar-button-default.bar-button-ios-danger:hover:not(.disable-hover),
.toolbar-ios-light .bar-button-clear-ios-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.toolbar-ios-light .bar-button-danger-ios.activated,
.toolbar-ios-light .bar-button-default.bar-button-ios-danger.activated,
.toolbar-ios-light .bar-button-clear-ios-danger.activated {
  opacity: .4;
}

.toolbar-ios-light .bar-button-outline-ios-danger {
  border-color: #f53d3d;
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-ios-light .bar-button-outline-ios-danger.activated {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-ios-light .bar-button-solid-ios-danger {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-ios-light .bar-button-solid-ios-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-ios-light .bar-button-light-ios,
.toolbar-ios-light .bar-button-default.bar-button-ios-light,
.toolbar-ios-light .bar-button-clear-ios-light {
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-ios-light .bar-button-light-ios:hover:not(.disable-hover),
.toolbar-ios-light .bar-button-default.bar-button-ios-light:hover:not(.disable-hover),
.toolbar-ios-light .bar-button-clear-ios-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.toolbar-ios-light .bar-button-light-ios.activated,
.toolbar-ios-light .bar-button-default.bar-button-ios-light.activated,
.toolbar-ios-light .bar-button-clear-ios-light.activated {
  opacity: .4;
}

.toolbar-ios-light .bar-button-outline-ios-light {
  border-color: #f4f4f4;
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-ios-light .bar-button-outline-ios-light.activated {
  color: #000;
  background-color: #f4f4f4;
}

.toolbar-ios-light .bar-button-solid-ios-light {
  color: #000;
  background-color: #f4f4f4;
}

.toolbar-ios-light .bar-button-solid-ios-light.activated {
  color: #000;
  background-color: #e0e0e0;
}

.toolbar-ios-light .bar-button-white-ios,
.toolbar-ios-light .bar-button-default.bar-button-ios-white,
.toolbar-ios-light .bar-button-clear-ios-white {
  color: #ffffff;
  background-color: transparent;
}

.toolbar-ios-light .bar-button-white-ios:hover:not(.disable-hover),
.toolbar-ios-light .bar-button-default.bar-button-ios-white:hover:not(.disable-hover),
.toolbar-ios-light .bar-button-clear-ios-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.toolbar-ios-light .bar-button-white-ios.activated,
.toolbar-ios-light .bar-button-default.bar-button-ios-white.activated,
.toolbar-ios-light .bar-button-clear-ios-white.activated {
  opacity: .4;
}

.toolbar-ios-light .bar-button-outline-ios-white {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}

.toolbar-ios-light .bar-button-outline-ios-white.activated {
  color: #000;
  background-color: #ffffff;
}

.toolbar-ios-light .bar-button-solid-ios-white {
  color: #000;
  background-color: #ffffff;
}

.toolbar-ios-light .bar-button-solid-ios-white.activated {
  color: #000;
  background-color: #ebebeb;
}

.toolbar-ios-light .bar-button-dark-ios,
.toolbar-ios-light .bar-button-default.bar-button-ios-dark,
.toolbar-ios-light .bar-button-clear-ios-dark {
  color: #222;
  background-color: transparent;
}

.toolbar-ios-light .bar-button-dark-ios:hover:not(.disable-hover),
.toolbar-ios-light .bar-button-default.bar-button-ios-dark:hover:not(.disable-hover),
.toolbar-ios-light .bar-button-clear-ios-dark:hover:not(.disable-hover) {
  color: #222;
}

.toolbar-ios-light .bar-button-dark-ios.activated,
.toolbar-ios-light .bar-button-default.bar-button-ios-dark.activated,
.toolbar-ios-light .bar-button-clear-ios-dark.activated {
  opacity: .4;
}

.toolbar-ios-light .bar-button-outline-ios-dark {
  border-color: #222;
  color: #222;
  background-color: transparent;
}

.toolbar-ios-light .bar-button-outline-ios-dark.activated {
  color: #fff;
  background-color: #222;
}

.toolbar-ios-light .bar-button-solid-ios-dark {
  color: #fff;
  background-color: #222;
}

.toolbar-ios-light .bar-button-solid-ios-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-ios-light .bar-button-sunflower-ios,
.toolbar-ios-light .bar-button-default.bar-button-ios-sunflower,
.toolbar-ios-light .bar-button-clear-ios-sunflower {
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-ios-light .bar-button-sunflower-ios:hover:not(.disable-hover),
.toolbar-ios-light .bar-button-default.bar-button-ios-sunflower:hover:not(.disable-hover),
.toolbar-ios-light .bar-button-clear-ios-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.toolbar-ios-light .bar-button-sunflower-ios.activated,
.toolbar-ios-light .bar-button-default.bar-button-ios-sunflower.activated,
.toolbar-ios-light .bar-button-clear-ios-sunflower.activated {
  opacity: .4;
}

.toolbar-ios-light .bar-button-outline-ios-sunflower {
  border-color: #f1c40f;
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-ios-light .bar-button-outline-ios-sunflower.activated {
  color: #000;
  background-color: #f1c40f;
}

.toolbar-ios-light .bar-button-solid-ios-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.toolbar-ios-light .bar-button-solid-ios-sunflower.activated {
  color: #000;
  background-color: #deb40e;
}

.toolbar-ios-light .bar-button-active-ios,
.toolbar-ios-light .bar-button-default.bar-button-ios-active,
.toolbar-ios-light .bar-button-clear-ios-active {
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-light .bar-button-active-ios:hover:not(.disable-hover),
.toolbar-ios-light .bar-button-default.bar-button-ios-active:hover:not(.disable-hover),
.toolbar-ios-light .bar-button-clear-ios-active:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-ios-light .bar-button-active-ios.activated,
.toolbar-ios-light .bar-button-default.bar-button-ios-active.activated,
.toolbar-ios-light .bar-button-clear-ios-active.activated {
  opacity: .4;
}

.toolbar-ios-light .bar-button-outline-ios-active {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-light .bar-button-outline-ios-active.activated {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-light .bar-button-solid-ios-active {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-light .bar-button-solid-ios-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-ios-light .bar-button-black-ios,
.toolbar-ios-light .bar-button-default.bar-button-ios-black,
.toolbar-ios-light .bar-button-clear-ios-black {
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-light .bar-button-black-ios:hover:not(.disable-hover),
.toolbar-ios-light .bar-button-default.bar-button-ios-black:hover:not(.disable-hover),
.toolbar-ios-light .bar-button-clear-ios-black:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-ios-light .bar-button-black-ios.activated,
.toolbar-ios-light .bar-button-default.bar-button-ios-black.activated,
.toolbar-ios-light .bar-button-clear-ios-black.activated {
  opacity: .4;
}

.toolbar-ios-light .bar-button-outline-ios-black {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-light .bar-button-outline-ios-black.activated {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-light .bar-button-solid-ios-black {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-light .bar-button-solid-ios-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-ios-light .bar-button-sacgreen-ios,
.toolbar-ios-light .bar-button-default.bar-button-ios-sacgreen,
.toolbar-ios-light .bar-button-clear-ios-sacgreen {
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-ios-light .bar-button-sacgreen-ios:hover:not(.disable-hover),
.toolbar-ios-light .bar-button-default.bar-button-ios-sacgreen:hover:not(.disable-hover),
.toolbar-ios-light .bar-button-clear-ios-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.toolbar-ios-light .bar-button-sacgreen-ios.activated,
.toolbar-ios-light .bar-button-default.bar-button-ios-sacgreen.activated,
.toolbar-ios-light .bar-button-clear-ios-sacgreen.activated {
  opacity: .4;
}

.toolbar-ios-light .bar-button-outline-ios-sacgreen {
  border-color: #7c9a56;
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-ios-light .bar-button-outline-ios-sacgreen.activated {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-ios-light .bar-button-solid-ios-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-ios-light .bar-button-solid-ios-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.bar-button-light-ios,
.bar-button-default.bar-button-ios-light,
.bar-button-clear-ios-light {
  color: #f4f4f4;
  background-color: transparent;
}

.bar-button-light-ios:hover:not(.disable-hover),
.bar-button-default.bar-button-ios-light:hover:not(.disable-hover),
.bar-button-clear-ios-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.bar-button-light-ios.activated,
.bar-button-default.bar-button-ios-light.activated,
.bar-button-clear-ios-light.activated {
  opacity: .4;
}

.bar-button-outline-ios-light {
  border-color: #f4f4f4;
  color: #f4f4f4;
  background-color: transparent;
}

.bar-button-outline-ios-light.activated {
  color: #000;
  background-color: #f4f4f4;
}

.bar-button-solid-ios-light {
  color: #000;
  background-color: #f4f4f4;
}

.bar-button-solid-ios-light.activated {
  color: #000;
  background-color: #e0e0e0;
}

.toolbar-ios-white .toolbar-background-ios {
  background: #ffffff;
}

.toolbar-ios-white .toolbar-title-ios,
.toolbar-ios-white .bar-button-clear-ios,
.toolbar-ios-white .bar-button-default-ios {
  color: #000;
}

.toolbar-ios-white .bar-button-primary-ios,
.toolbar-ios-white .bar-button-default.bar-button-ios-primary,
.toolbar-ios-white .bar-button-clear-ios-primary {
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-white .bar-button-primary-ios:hover:not(.disable-hover),
.toolbar-ios-white .bar-button-default.bar-button-ios-primary:hover:not(.disable-hover),
.toolbar-ios-white .bar-button-clear-ios-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-ios-white .bar-button-primary-ios.activated,
.toolbar-ios-white .bar-button-default.bar-button-ios-primary.activated,
.toolbar-ios-white .bar-button-clear-ios-primary.activated {
  opacity: .4;
}

.toolbar-ios-white .bar-button-outline-ios-primary {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-white .bar-button-outline-ios-primary.activated {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-white .bar-button-solid-ios-primary {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-white .bar-button-solid-ios-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-ios-white .bar-button-secondary-ios,
.toolbar-ios-white .bar-button-default.bar-button-ios-secondary,
.toolbar-ios-white .bar-button-clear-ios-secondary {
  color: #32db64;
  background-color: transparent;
}

.toolbar-ios-white .bar-button-secondary-ios:hover:not(.disable-hover),
.toolbar-ios-white .bar-button-default.bar-button-ios-secondary:hover:not(.disable-hover),
.toolbar-ios-white .bar-button-clear-ios-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.toolbar-ios-white .bar-button-secondary-ios.activated,
.toolbar-ios-white .bar-button-default.bar-button-ios-secondary.activated,
.toolbar-ios-white .bar-button-clear-ios-secondary.activated {
  opacity: .4;
}

.toolbar-ios-white .bar-button-outline-ios-secondary {
  border-color: #32db64;
  color: #32db64;
  background-color: transparent;
}

.toolbar-ios-white .bar-button-outline-ios-secondary.activated {
  color: #fff;
  background-color: #32db64;
}

.toolbar-ios-white .bar-button-solid-ios-secondary {
  color: #fff;
  background-color: #32db64;
}

.toolbar-ios-white .bar-button-solid-ios-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-ios-white .bar-button-danger-ios,
.toolbar-ios-white .bar-button-default.bar-button-ios-danger,
.toolbar-ios-white .bar-button-clear-ios-danger {
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-ios-white .bar-button-danger-ios:hover:not(.disable-hover),
.toolbar-ios-white .bar-button-default.bar-button-ios-danger:hover:not(.disable-hover),
.toolbar-ios-white .bar-button-clear-ios-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.toolbar-ios-white .bar-button-danger-ios.activated,
.toolbar-ios-white .bar-button-default.bar-button-ios-danger.activated,
.toolbar-ios-white .bar-button-clear-ios-danger.activated {
  opacity: .4;
}

.toolbar-ios-white .bar-button-outline-ios-danger {
  border-color: #f53d3d;
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-ios-white .bar-button-outline-ios-danger.activated {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-ios-white .bar-button-solid-ios-danger {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-ios-white .bar-button-solid-ios-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-ios-white .bar-button-light-ios,
.toolbar-ios-white .bar-button-default.bar-button-ios-light,
.toolbar-ios-white .bar-button-clear-ios-light {
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-ios-white .bar-button-light-ios:hover:not(.disable-hover),
.toolbar-ios-white .bar-button-default.bar-button-ios-light:hover:not(.disable-hover),
.toolbar-ios-white .bar-button-clear-ios-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.toolbar-ios-white .bar-button-light-ios.activated,
.toolbar-ios-white .bar-button-default.bar-button-ios-light.activated,
.toolbar-ios-white .bar-button-clear-ios-light.activated {
  opacity: .4;
}

.toolbar-ios-white .bar-button-outline-ios-light {
  border-color: #f4f4f4;
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-ios-white .bar-button-outline-ios-light.activated {
  color: #000;
  background-color: #f4f4f4;
}

.toolbar-ios-white .bar-button-solid-ios-light {
  color: #000;
  background-color: #f4f4f4;
}

.toolbar-ios-white .bar-button-solid-ios-light.activated {
  color: #000;
  background-color: #e0e0e0;
}

.toolbar-ios-white .bar-button-white-ios,
.toolbar-ios-white .bar-button-default.bar-button-ios-white,
.toolbar-ios-white .bar-button-clear-ios-white {
  color: #ffffff;
  background-color: transparent;
}

.toolbar-ios-white .bar-button-white-ios:hover:not(.disable-hover),
.toolbar-ios-white .bar-button-default.bar-button-ios-white:hover:not(.disable-hover),
.toolbar-ios-white .bar-button-clear-ios-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.toolbar-ios-white .bar-button-white-ios.activated,
.toolbar-ios-white .bar-button-default.bar-button-ios-white.activated,
.toolbar-ios-white .bar-button-clear-ios-white.activated {
  opacity: .4;
}

.toolbar-ios-white .bar-button-outline-ios-white {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}

.toolbar-ios-white .bar-button-outline-ios-white.activated {
  color: #000;
  background-color: #ffffff;
}

.toolbar-ios-white .bar-button-solid-ios-white {
  color: #000;
  background-color: #ffffff;
}

.toolbar-ios-white .bar-button-solid-ios-white.activated {
  color: #000;
  background-color: #ebebeb;
}

.toolbar-ios-white .bar-button-dark-ios,
.toolbar-ios-white .bar-button-default.bar-button-ios-dark,
.toolbar-ios-white .bar-button-clear-ios-dark {
  color: #222;
  background-color: transparent;
}

.toolbar-ios-white .bar-button-dark-ios:hover:not(.disable-hover),
.toolbar-ios-white .bar-button-default.bar-button-ios-dark:hover:not(.disable-hover),
.toolbar-ios-white .bar-button-clear-ios-dark:hover:not(.disable-hover) {
  color: #222;
}

.toolbar-ios-white .bar-button-dark-ios.activated,
.toolbar-ios-white .bar-button-default.bar-button-ios-dark.activated,
.toolbar-ios-white .bar-button-clear-ios-dark.activated {
  opacity: .4;
}

.toolbar-ios-white .bar-button-outline-ios-dark {
  border-color: #222;
  color: #222;
  background-color: transparent;
}

.toolbar-ios-white .bar-button-outline-ios-dark.activated {
  color: #fff;
  background-color: #222;
}

.toolbar-ios-white .bar-button-solid-ios-dark {
  color: #fff;
  background-color: #222;
}

.toolbar-ios-white .bar-button-solid-ios-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-ios-white .bar-button-sunflower-ios,
.toolbar-ios-white .bar-button-default.bar-button-ios-sunflower,
.toolbar-ios-white .bar-button-clear-ios-sunflower {
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-ios-white .bar-button-sunflower-ios:hover:not(.disable-hover),
.toolbar-ios-white .bar-button-default.bar-button-ios-sunflower:hover:not(.disable-hover),
.toolbar-ios-white .bar-button-clear-ios-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.toolbar-ios-white .bar-button-sunflower-ios.activated,
.toolbar-ios-white .bar-button-default.bar-button-ios-sunflower.activated,
.toolbar-ios-white .bar-button-clear-ios-sunflower.activated {
  opacity: .4;
}

.toolbar-ios-white .bar-button-outline-ios-sunflower {
  border-color: #f1c40f;
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-ios-white .bar-button-outline-ios-sunflower.activated {
  color: #000;
  background-color: #f1c40f;
}

.toolbar-ios-white .bar-button-solid-ios-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.toolbar-ios-white .bar-button-solid-ios-sunflower.activated {
  color: #000;
  background-color: #deb40e;
}

.toolbar-ios-white .bar-button-active-ios,
.toolbar-ios-white .bar-button-default.bar-button-ios-active,
.toolbar-ios-white .bar-button-clear-ios-active {
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-white .bar-button-active-ios:hover:not(.disable-hover),
.toolbar-ios-white .bar-button-default.bar-button-ios-active:hover:not(.disable-hover),
.toolbar-ios-white .bar-button-clear-ios-active:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-ios-white .bar-button-active-ios.activated,
.toolbar-ios-white .bar-button-default.bar-button-ios-active.activated,
.toolbar-ios-white .bar-button-clear-ios-active.activated {
  opacity: .4;
}

.toolbar-ios-white .bar-button-outline-ios-active {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-white .bar-button-outline-ios-active.activated {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-white .bar-button-solid-ios-active {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-white .bar-button-solid-ios-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-ios-white .bar-button-black-ios,
.toolbar-ios-white .bar-button-default.bar-button-ios-black,
.toolbar-ios-white .bar-button-clear-ios-black {
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-white .bar-button-black-ios:hover:not(.disable-hover),
.toolbar-ios-white .bar-button-default.bar-button-ios-black:hover:not(.disable-hover),
.toolbar-ios-white .bar-button-clear-ios-black:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-ios-white .bar-button-black-ios.activated,
.toolbar-ios-white .bar-button-default.bar-button-ios-black.activated,
.toolbar-ios-white .bar-button-clear-ios-black.activated {
  opacity: .4;
}

.toolbar-ios-white .bar-button-outline-ios-black {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-white .bar-button-outline-ios-black.activated {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-white .bar-button-solid-ios-black {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-white .bar-button-solid-ios-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-ios-white .bar-button-sacgreen-ios,
.toolbar-ios-white .bar-button-default.bar-button-ios-sacgreen,
.toolbar-ios-white .bar-button-clear-ios-sacgreen {
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-ios-white .bar-button-sacgreen-ios:hover:not(.disable-hover),
.toolbar-ios-white .bar-button-default.bar-button-ios-sacgreen:hover:not(.disable-hover),
.toolbar-ios-white .bar-button-clear-ios-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.toolbar-ios-white .bar-button-sacgreen-ios.activated,
.toolbar-ios-white .bar-button-default.bar-button-ios-sacgreen.activated,
.toolbar-ios-white .bar-button-clear-ios-sacgreen.activated {
  opacity: .4;
}

.toolbar-ios-white .bar-button-outline-ios-sacgreen {
  border-color: #7c9a56;
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-ios-white .bar-button-outline-ios-sacgreen.activated {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-ios-white .bar-button-solid-ios-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-ios-white .bar-button-solid-ios-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.bar-button-white-ios,
.bar-button-default.bar-button-ios-white,
.bar-button-clear-ios-white {
  color: #ffffff;
  background-color: transparent;
}

.bar-button-white-ios:hover:not(.disable-hover),
.bar-button-default.bar-button-ios-white:hover:not(.disable-hover),
.bar-button-clear-ios-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.bar-button-white-ios.activated,
.bar-button-default.bar-button-ios-white.activated,
.bar-button-clear-ios-white.activated {
  opacity: .4;
}

.bar-button-outline-ios-white {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}

.bar-button-outline-ios-white.activated {
  color: #000;
  background-color: #ffffff;
}

.bar-button-solid-ios-white {
  color: #000;
  background-color: #ffffff;
}

.bar-button-solid-ios-white.activated {
  color: #000;
  background-color: #ebebeb;
}

.toolbar-ios-dark .toolbar-background-ios {
  background: #222;
}

.toolbar-ios-dark .toolbar-title-ios,
.toolbar-ios-dark .bar-button-clear-ios,
.toolbar-ios-dark .bar-button-default-ios {
  color: #fff;
}

.toolbar-ios-dark .bar-button-primary-ios,
.toolbar-ios-dark .bar-button-default.bar-button-ios-primary,
.toolbar-ios-dark .bar-button-clear-ios-primary {
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-dark .bar-button-primary-ios:hover:not(.disable-hover),
.toolbar-ios-dark .bar-button-default.bar-button-ios-primary:hover:not(.disable-hover),
.toolbar-ios-dark .bar-button-clear-ios-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-ios-dark .bar-button-primary-ios.activated,
.toolbar-ios-dark .bar-button-default.bar-button-ios-primary.activated,
.toolbar-ios-dark .bar-button-clear-ios-primary.activated {
  opacity: .4;
}

.toolbar-ios-dark .bar-button-outline-ios-primary {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-dark .bar-button-outline-ios-primary.activated {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-dark .bar-button-solid-ios-primary {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-dark .bar-button-solid-ios-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-ios-dark .bar-button-secondary-ios,
.toolbar-ios-dark .bar-button-default.bar-button-ios-secondary,
.toolbar-ios-dark .bar-button-clear-ios-secondary {
  color: #32db64;
  background-color: transparent;
}

.toolbar-ios-dark .bar-button-secondary-ios:hover:not(.disable-hover),
.toolbar-ios-dark .bar-button-default.bar-button-ios-secondary:hover:not(.disable-hover),
.toolbar-ios-dark .bar-button-clear-ios-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.toolbar-ios-dark .bar-button-secondary-ios.activated,
.toolbar-ios-dark .bar-button-default.bar-button-ios-secondary.activated,
.toolbar-ios-dark .bar-button-clear-ios-secondary.activated {
  opacity: .4;
}

.toolbar-ios-dark .bar-button-outline-ios-secondary {
  border-color: #32db64;
  color: #32db64;
  background-color: transparent;
}

.toolbar-ios-dark .bar-button-outline-ios-secondary.activated {
  color: #fff;
  background-color: #32db64;
}

.toolbar-ios-dark .bar-button-solid-ios-secondary {
  color: #fff;
  background-color: #32db64;
}

.toolbar-ios-dark .bar-button-solid-ios-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-ios-dark .bar-button-danger-ios,
.toolbar-ios-dark .bar-button-default.bar-button-ios-danger,
.toolbar-ios-dark .bar-button-clear-ios-danger {
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-ios-dark .bar-button-danger-ios:hover:not(.disable-hover),
.toolbar-ios-dark .bar-button-default.bar-button-ios-danger:hover:not(.disable-hover),
.toolbar-ios-dark .bar-button-clear-ios-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.toolbar-ios-dark .bar-button-danger-ios.activated,
.toolbar-ios-dark .bar-button-default.bar-button-ios-danger.activated,
.toolbar-ios-dark .bar-button-clear-ios-danger.activated {
  opacity: .4;
}

.toolbar-ios-dark .bar-button-outline-ios-danger {
  border-color: #f53d3d;
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-ios-dark .bar-button-outline-ios-danger.activated {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-ios-dark .bar-button-solid-ios-danger {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-ios-dark .bar-button-solid-ios-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-ios-dark .bar-button-light-ios,
.toolbar-ios-dark .bar-button-default.bar-button-ios-light,
.toolbar-ios-dark .bar-button-clear-ios-light {
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-ios-dark .bar-button-light-ios:hover:not(.disable-hover),
.toolbar-ios-dark .bar-button-default.bar-button-ios-light:hover:not(.disable-hover),
.toolbar-ios-dark .bar-button-clear-ios-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.toolbar-ios-dark .bar-button-light-ios.activated,
.toolbar-ios-dark .bar-button-default.bar-button-ios-light.activated,
.toolbar-ios-dark .bar-button-clear-ios-light.activated {
  opacity: .4;
}

.toolbar-ios-dark .bar-button-outline-ios-light {
  border-color: #f4f4f4;
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-ios-dark .bar-button-outline-ios-light.activated {
  color: #000;
  background-color: #f4f4f4;
}

.toolbar-ios-dark .bar-button-solid-ios-light {
  color: #000;
  background-color: #f4f4f4;
}

.toolbar-ios-dark .bar-button-solid-ios-light.activated {
  color: #000;
  background-color: #e0e0e0;
}

.toolbar-ios-dark .bar-button-white-ios,
.toolbar-ios-dark .bar-button-default.bar-button-ios-white,
.toolbar-ios-dark .bar-button-clear-ios-white {
  color: #ffffff;
  background-color: transparent;
}

.toolbar-ios-dark .bar-button-white-ios:hover:not(.disable-hover),
.toolbar-ios-dark .bar-button-default.bar-button-ios-white:hover:not(.disable-hover),
.toolbar-ios-dark .bar-button-clear-ios-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.toolbar-ios-dark .bar-button-white-ios.activated,
.toolbar-ios-dark .bar-button-default.bar-button-ios-white.activated,
.toolbar-ios-dark .bar-button-clear-ios-white.activated {
  opacity: .4;
}

.toolbar-ios-dark .bar-button-outline-ios-white {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}

.toolbar-ios-dark .bar-button-outline-ios-white.activated {
  color: #000;
  background-color: #ffffff;
}

.toolbar-ios-dark .bar-button-solid-ios-white {
  color: #000;
  background-color: #ffffff;
}

.toolbar-ios-dark .bar-button-solid-ios-white.activated {
  color: #000;
  background-color: #ebebeb;
}

.toolbar-ios-dark .bar-button-dark-ios,
.toolbar-ios-dark .bar-button-default.bar-button-ios-dark,
.toolbar-ios-dark .bar-button-clear-ios-dark {
  color: #222;
  background-color: transparent;
}

.toolbar-ios-dark .bar-button-dark-ios:hover:not(.disable-hover),
.toolbar-ios-dark .bar-button-default.bar-button-ios-dark:hover:not(.disable-hover),
.toolbar-ios-dark .bar-button-clear-ios-dark:hover:not(.disable-hover) {
  color: #222;
}

.toolbar-ios-dark .bar-button-dark-ios.activated,
.toolbar-ios-dark .bar-button-default.bar-button-ios-dark.activated,
.toolbar-ios-dark .bar-button-clear-ios-dark.activated {
  opacity: .4;
}

.toolbar-ios-dark .bar-button-outline-ios-dark {
  border-color: #222;
  color: #222;
  background-color: transparent;
}

.toolbar-ios-dark .bar-button-outline-ios-dark.activated {
  color: #fff;
  background-color: #222;
}

.toolbar-ios-dark .bar-button-solid-ios-dark {
  color: #fff;
  background-color: #222;
}

.toolbar-ios-dark .bar-button-solid-ios-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-ios-dark .bar-button-sunflower-ios,
.toolbar-ios-dark .bar-button-default.bar-button-ios-sunflower,
.toolbar-ios-dark .bar-button-clear-ios-sunflower {
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-ios-dark .bar-button-sunflower-ios:hover:not(.disable-hover),
.toolbar-ios-dark .bar-button-default.bar-button-ios-sunflower:hover:not(.disable-hover),
.toolbar-ios-dark .bar-button-clear-ios-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.toolbar-ios-dark .bar-button-sunflower-ios.activated,
.toolbar-ios-dark .bar-button-default.bar-button-ios-sunflower.activated,
.toolbar-ios-dark .bar-button-clear-ios-sunflower.activated {
  opacity: .4;
}

.toolbar-ios-dark .bar-button-outline-ios-sunflower {
  border-color: #f1c40f;
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-ios-dark .bar-button-outline-ios-sunflower.activated {
  color: #000;
  background-color: #f1c40f;
}

.toolbar-ios-dark .bar-button-solid-ios-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.toolbar-ios-dark .bar-button-solid-ios-sunflower.activated {
  color: #000;
  background-color: #deb40e;
}

.toolbar-ios-dark .bar-button-active-ios,
.toolbar-ios-dark .bar-button-default.bar-button-ios-active,
.toolbar-ios-dark .bar-button-clear-ios-active {
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-dark .bar-button-active-ios:hover:not(.disable-hover),
.toolbar-ios-dark .bar-button-default.bar-button-ios-active:hover:not(.disable-hover),
.toolbar-ios-dark .bar-button-clear-ios-active:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-ios-dark .bar-button-active-ios.activated,
.toolbar-ios-dark .bar-button-default.bar-button-ios-active.activated,
.toolbar-ios-dark .bar-button-clear-ios-active.activated {
  opacity: .4;
}

.toolbar-ios-dark .bar-button-outline-ios-active {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-dark .bar-button-outline-ios-active.activated {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-dark .bar-button-solid-ios-active {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-dark .bar-button-solid-ios-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-ios-dark .bar-button-black-ios,
.toolbar-ios-dark .bar-button-default.bar-button-ios-black,
.toolbar-ios-dark .bar-button-clear-ios-black {
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-dark .bar-button-black-ios:hover:not(.disable-hover),
.toolbar-ios-dark .bar-button-default.bar-button-ios-black:hover:not(.disable-hover),
.toolbar-ios-dark .bar-button-clear-ios-black:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-ios-dark .bar-button-black-ios.activated,
.toolbar-ios-dark .bar-button-default.bar-button-ios-black.activated,
.toolbar-ios-dark .bar-button-clear-ios-black.activated {
  opacity: .4;
}

.toolbar-ios-dark .bar-button-outline-ios-black {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-dark .bar-button-outline-ios-black.activated {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-dark .bar-button-solid-ios-black {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-dark .bar-button-solid-ios-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-ios-dark .bar-button-sacgreen-ios,
.toolbar-ios-dark .bar-button-default.bar-button-ios-sacgreen,
.toolbar-ios-dark .bar-button-clear-ios-sacgreen {
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-ios-dark .bar-button-sacgreen-ios:hover:not(.disable-hover),
.toolbar-ios-dark .bar-button-default.bar-button-ios-sacgreen:hover:not(.disable-hover),
.toolbar-ios-dark .bar-button-clear-ios-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.toolbar-ios-dark .bar-button-sacgreen-ios.activated,
.toolbar-ios-dark .bar-button-default.bar-button-ios-sacgreen.activated,
.toolbar-ios-dark .bar-button-clear-ios-sacgreen.activated {
  opacity: .4;
}

.toolbar-ios-dark .bar-button-outline-ios-sacgreen {
  border-color: #7c9a56;
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-ios-dark .bar-button-outline-ios-sacgreen.activated {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-ios-dark .bar-button-solid-ios-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-ios-dark .bar-button-solid-ios-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.bar-button-dark-ios,
.bar-button-default.bar-button-ios-dark,
.bar-button-clear-ios-dark {
  color: #222;
  background-color: transparent;
}

.bar-button-dark-ios:hover:not(.disable-hover),
.bar-button-default.bar-button-ios-dark:hover:not(.disable-hover),
.bar-button-clear-ios-dark:hover:not(.disable-hover) {
  color: #222;
}

.bar-button-dark-ios.activated,
.bar-button-default.bar-button-ios-dark.activated,
.bar-button-clear-ios-dark.activated {
  opacity: .4;
}

.bar-button-outline-ios-dark {
  border-color: #222;
  color: #222;
  background-color: transparent;
}

.bar-button-outline-ios-dark.activated {
  color: #fff;
  background-color: #222;
}

.bar-button-solid-ios-dark {
  color: #fff;
  background-color: #222;
}

.bar-button-solid-ios-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-ios-sunflower .toolbar-background-ios {
  background: #f1c40f;
}

.toolbar-ios-sunflower .toolbar-title-ios,
.toolbar-ios-sunflower .bar-button-clear-ios,
.toolbar-ios-sunflower .bar-button-default-ios {
  color: #000;
}

.toolbar-ios-sunflower .bar-button-primary-ios,
.toolbar-ios-sunflower .bar-button-default.bar-button-ios-primary,
.toolbar-ios-sunflower .bar-button-clear-ios-primary {
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-sunflower .bar-button-primary-ios:hover:not(.disable-hover),
.toolbar-ios-sunflower .bar-button-default.bar-button-ios-primary:hover:not(.disable-hover),
.toolbar-ios-sunflower .bar-button-clear-ios-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-ios-sunflower .bar-button-primary-ios.activated,
.toolbar-ios-sunflower .bar-button-default.bar-button-ios-primary.activated,
.toolbar-ios-sunflower .bar-button-clear-ios-primary.activated {
  opacity: .4;
}

.toolbar-ios-sunflower .bar-button-outline-ios-primary {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-sunflower .bar-button-outline-ios-primary.activated {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-sunflower .bar-button-solid-ios-primary {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-sunflower .bar-button-solid-ios-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-ios-sunflower .bar-button-secondary-ios,
.toolbar-ios-sunflower .bar-button-default.bar-button-ios-secondary,
.toolbar-ios-sunflower .bar-button-clear-ios-secondary {
  color: #32db64;
  background-color: transparent;
}

.toolbar-ios-sunflower .bar-button-secondary-ios:hover:not(.disable-hover),
.toolbar-ios-sunflower .bar-button-default.bar-button-ios-secondary:hover:not(.disable-hover),
.toolbar-ios-sunflower .bar-button-clear-ios-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.toolbar-ios-sunflower .bar-button-secondary-ios.activated,
.toolbar-ios-sunflower .bar-button-default.bar-button-ios-secondary.activated,
.toolbar-ios-sunflower .bar-button-clear-ios-secondary.activated {
  opacity: .4;
}

.toolbar-ios-sunflower .bar-button-outline-ios-secondary {
  border-color: #32db64;
  color: #32db64;
  background-color: transparent;
}

.toolbar-ios-sunflower .bar-button-outline-ios-secondary.activated {
  color: #fff;
  background-color: #32db64;
}

.toolbar-ios-sunflower .bar-button-solid-ios-secondary {
  color: #fff;
  background-color: #32db64;
}

.toolbar-ios-sunflower .bar-button-solid-ios-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-ios-sunflower .bar-button-danger-ios,
.toolbar-ios-sunflower .bar-button-default.bar-button-ios-danger,
.toolbar-ios-sunflower .bar-button-clear-ios-danger {
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-ios-sunflower .bar-button-danger-ios:hover:not(.disable-hover),
.toolbar-ios-sunflower .bar-button-default.bar-button-ios-danger:hover:not(.disable-hover),
.toolbar-ios-sunflower .bar-button-clear-ios-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.toolbar-ios-sunflower .bar-button-danger-ios.activated,
.toolbar-ios-sunflower .bar-button-default.bar-button-ios-danger.activated,
.toolbar-ios-sunflower .bar-button-clear-ios-danger.activated {
  opacity: .4;
}

.toolbar-ios-sunflower .bar-button-outline-ios-danger {
  border-color: #f53d3d;
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-ios-sunflower .bar-button-outline-ios-danger.activated {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-ios-sunflower .bar-button-solid-ios-danger {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-ios-sunflower .bar-button-solid-ios-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-ios-sunflower .bar-button-light-ios,
.toolbar-ios-sunflower .bar-button-default.bar-button-ios-light,
.toolbar-ios-sunflower .bar-button-clear-ios-light {
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-ios-sunflower .bar-button-light-ios:hover:not(.disable-hover),
.toolbar-ios-sunflower .bar-button-default.bar-button-ios-light:hover:not(.disable-hover),
.toolbar-ios-sunflower .bar-button-clear-ios-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.toolbar-ios-sunflower .bar-button-light-ios.activated,
.toolbar-ios-sunflower .bar-button-default.bar-button-ios-light.activated,
.toolbar-ios-sunflower .bar-button-clear-ios-light.activated {
  opacity: .4;
}

.toolbar-ios-sunflower .bar-button-outline-ios-light {
  border-color: #f4f4f4;
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-ios-sunflower .bar-button-outline-ios-light.activated {
  color: #000;
  background-color: #f4f4f4;
}

.toolbar-ios-sunflower .bar-button-solid-ios-light {
  color: #000;
  background-color: #f4f4f4;
}

.toolbar-ios-sunflower .bar-button-solid-ios-light.activated {
  color: #000;
  background-color: #e0e0e0;
}

.toolbar-ios-sunflower .bar-button-white-ios,
.toolbar-ios-sunflower .bar-button-default.bar-button-ios-white,
.toolbar-ios-sunflower .bar-button-clear-ios-white {
  color: #ffffff;
  background-color: transparent;
}

.toolbar-ios-sunflower .bar-button-white-ios:hover:not(.disable-hover),
.toolbar-ios-sunflower .bar-button-default.bar-button-ios-white:hover:not(.disable-hover),
.toolbar-ios-sunflower .bar-button-clear-ios-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.toolbar-ios-sunflower .bar-button-white-ios.activated,
.toolbar-ios-sunflower .bar-button-default.bar-button-ios-white.activated,
.toolbar-ios-sunflower .bar-button-clear-ios-white.activated {
  opacity: .4;
}

.toolbar-ios-sunflower .bar-button-outline-ios-white {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}

.toolbar-ios-sunflower .bar-button-outline-ios-white.activated {
  color: #000;
  background-color: #ffffff;
}

.toolbar-ios-sunflower .bar-button-solid-ios-white {
  color: #000;
  background-color: #ffffff;
}

.toolbar-ios-sunflower .bar-button-solid-ios-white.activated {
  color: #000;
  background-color: #ebebeb;
}

.toolbar-ios-sunflower .bar-button-dark-ios,
.toolbar-ios-sunflower .bar-button-default.bar-button-ios-dark,
.toolbar-ios-sunflower .bar-button-clear-ios-dark {
  color: #222;
  background-color: transparent;
}

.toolbar-ios-sunflower .bar-button-dark-ios:hover:not(.disable-hover),
.toolbar-ios-sunflower .bar-button-default.bar-button-ios-dark:hover:not(.disable-hover),
.toolbar-ios-sunflower .bar-button-clear-ios-dark:hover:not(.disable-hover) {
  color: #222;
}

.toolbar-ios-sunflower .bar-button-dark-ios.activated,
.toolbar-ios-sunflower .bar-button-default.bar-button-ios-dark.activated,
.toolbar-ios-sunflower .bar-button-clear-ios-dark.activated {
  opacity: .4;
}

.toolbar-ios-sunflower .bar-button-outline-ios-dark {
  border-color: #222;
  color: #222;
  background-color: transparent;
}

.toolbar-ios-sunflower .bar-button-outline-ios-dark.activated {
  color: #fff;
  background-color: #222;
}

.toolbar-ios-sunflower .bar-button-solid-ios-dark {
  color: #fff;
  background-color: #222;
}

.toolbar-ios-sunflower .bar-button-solid-ios-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-ios-sunflower .bar-button-sunflower-ios,
.toolbar-ios-sunflower .bar-button-default.bar-button-ios-sunflower,
.toolbar-ios-sunflower .bar-button-clear-ios-sunflower {
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-ios-sunflower .bar-button-sunflower-ios:hover:not(.disable-hover),
.toolbar-ios-sunflower .bar-button-default.bar-button-ios-sunflower:hover:not(.disable-hover),
.toolbar-ios-sunflower .bar-button-clear-ios-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.toolbar-ios-sunflower .bar-button-sunflower-ios.activated,
.toolbar-ios-sunflower .bar-button-default.bar-button-ios-sunflower.activated,
.toolbar-ios-sunflower .bar-button-clear-ios-sunflower.activated {
  opacity: .4;
}

.toolbar-ios-sunflower .bar-button-outline-ios-sunflower {
  border-color: #f1c40f;
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-ios-sunflower .bar-button-outline-ios-sunflower.activated {
  color: #000;
  background-color: #f1c40f;
}

.toolbar-ios-sunflower .bar-button-solid-ios-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.toolbar-ios-sunflower .bar-button-solid-ios-sunflower.activated {
  color: #000;
  background-color: #deb40e;
}

.toolbar-ios-sunflower .bar-button-active-ios,
.toolbar-ios-sunflower .bar-button-default.bar-button-ios-active,
.toolbar-ios-sunflower .bar-button-clear-ios-active {
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-sunflower .bar-button-active-ios:hover:not(.disable-hover),
.toolbar-ios-sunflower .bar-button-default.bar-button-ios-active:hover:not(.disable-hover),
.toolbar-ios-sunflower .bar-button-clear-ios-active:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-ios-sunflower .bar-button-active-ios.activated,
.toolbar-ios-sunflower .bar-button-default.bar-button-ios-active.activated,
.toolbar-ios-sunflower .bar-button-clear-ios-active.activated {
  opacity: .4;
}

.toolbar-ios-sunflower .bar-button-outline-ios-active {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-sunflower .bar-button-outline-ios-active.activated {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-sunflower .bar-button-solid-ios-active {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-sunflower .bar-button-solid-ios-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-ios-sunflower .bar-button-black-ios,
.toolbar-ios-sunflower .bar-button-default.bar-button-ios-black,
.toolbar-ios-sunflower .bar-button-clear-ios-black {
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-sunflower .bar-button-black-ios:hover:not(.disable-hover),
.toolbar-ios-sunflower .bar-button-default.bar-button-ios-black:hover:not(.disable-hover),
.toolbar-ios-sunflower .bar-button-clear-ios-black:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-ios-sunflower .bar-button-black-ios.activated,
.toolbar-ios-sunflower .bar-button-default.bar-button-ios-black.activated,
.toolbar-ios-sunflower .bar-button-clear-ios-black.activated {
  opacity: .4;
}

.toolbar-ios-sunflower .bar-button-outline-ios-black {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-sunflower .bar-button-outline-ios-black.activated {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-sunflower .bar-button-solid-ios-black {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-sunflower .bar-button-solid-ios-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-ios-sunflower .bar-button-sacgreen-ios,
.toolbar-ios-sunflower .bar-button-default.bar-button-ios-sacgreen,
.toolbar-ios-sunflower .bar-button-clear-ios-sacgreen {
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-ios-sunflower .bar-button-sacgreen-ios:hover:not(.disable-hover),
.toolbar-ios-sunflower .bar-button-default.bar-button-ios-sacgreen:hover:not(.disable-hover),
.toolbar-ios-sunflower .bar-button-clear-ios-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.toolbar-ios-sunflower .bar-button-sacgreen-ios.activated,
.toolbar-ios-sunflower .bar-button-default.bar-button-ios-sacgreen.activated,
.toolbar-ios-sunflower .bar-button-clear-ios-sacgreen.activated {
  opacity: .4;
}

.toolbar-ios-sunflower .bar-button-outline-ios-sacgreen {
  border-color: #7c9a56;
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-ios-sunflower .bar-button-outline-ios-sacgreen.activated {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-ios-sunflower .bar-button-solid-ios-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-ios-sunflower .bar-button-solid-ios-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.bar-button-sunflower-ios,
.bar-button-default.bar-button-ios-sunflower,
.bar-button-clear-ios-sunflower {
  color: #f1c40f;
  background-color: transparent;
}

.bar-button-sunflower-ios:hover:not(.disable-hover),
.bar-button-default.bar-button-ios-sunflower:hover:not(.disable-hover),
.bar-button-clear-ios-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.bar-button-sunflower-ios.activated,
.bar-button-default.bar-button-ios-sunflower.activated,
.bar-button-clear-ios-sunflower.activated {
  opacity: .4;
}

.bar-button-outline-ios-sunflower {
  border-color: #f1c40f;
  color: #f1c40f;
  background-color: transparent;
}

.bar-button-outline-ios-sunflower.activated {
  color: #000;
  background-color: #f1c40f;
}

.bar-button-solid-ios-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.bar-button-solid-ios-sunflower.activated {
  color: #000;
  background-color: #deb40e;
}

.toolbar-ios-active .toolbar-background-ios {
  background: #17263C;
}

.toolbar-ios-active .toolbar-title-ios,
.toolbar-ios-active .bar-button-clear-ios,
.toolbar-ios-active .bar-button-default-ios {
  color: #fff;
}

.toolbar-ios-active .bar-button-primary-ios,
.toolbar-ios-active .bar-button-default.bar-button-ios-primary,
.toolbar-ios-active .bar-button-clear-ios-primary {
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-active .bar-button-primary-ios:hover:not(.disable-hover),
.toolbar-ios-active .bar-button-default.bar-button-ios-primary:hover:not(.disable-hover),
.toolbar-ios-active .bar-button-clear-ios-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-ios-active .bar-button-primary-ios.activated,
.toolbar-ios-active .bar-button-default.bar-button-ios-primary.activated,
.toolbar-ios-active .bar-button-clear-ios-primary.activated {
  opacity: .4;
}

.toolbar-ios-active .bar-button-outline-ios-primary {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-active .bar-button-outline-ios-primary.activated {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-active .bar-button-solid-ios-primary {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-active .bar-button-solid-ios-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-ios-active .bar-button-secondary-ios,
.toolbar-ios-active .bar-button-default.bar-button-ios-secondary,
.toolbar-ios-active .bar-button-clear-ios-secondary {
  color: #32db64;
  background-color: transparent;
}

.toolbar-ios-active .bar-button-secondary-ios:hover:not(.disable-hover),
.toolbar-ios-active .bar-button-default.bar-button-ios-secondary:hover:not(.disable-hover),
.toolbar-ios-active .bar-button-clear-ios-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.toolbar-ios-active .bar-button-secondary-ios.activated,
.toolbar-ios-active .bar-button-default.bar-button-ios-secondary.activated,
.toolbar-ios-active .bar-button-clear-ios-secondary.activated {
  opacity: .4;
}

.toolbar-ios-active .bar-button-outline-ios-secondary {
  border-color: #32db64;
  color: #32db64;
  background-color: transparent;
}

.toolbar-ios-active .bar-button-outline-ios-secondary.activated {
  color: #fff;
  background-color: #32db64;
}

.toolbar-ios-active .bar-button-solid-ios-secondary {
  color: #fff;
  background-color: #32db64;
}

.toolbar-ios-active .bar-button-solid-ios-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-ios-active .bar-button-danger-ios,
.toolbar-ios-active .bar-button-default.bar-button-ios-danger,
.toolbar-ios-active .bar-button-clear-ios-danger {
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-ios-active .bar-button-danger-ios:hover:not(.disable-hover),
.toolbar-ios-active .bar-button-default.bar-button-ios-danger:hover:not(.disable-hover),
.toolbar-ios-active .bar-button-clear-ios-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.toolbar-ios-active .bar-button-danger-ios.activated,
.toolbar-ios-active .bar-button-default.bar-button-ios-danger.activated,
.toolbar-ios-active .bar-button-clear-ios-danger.activated {
  opacity: .4;
}

.toolbar-ios-active .bar-button-outline-ios-danger {
  border-color: #f53d3d;
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-ios-active .bar-button-outline-ios-danger.activated {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-ios-active .bar-button-solid-ios-danger {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-ios-active .bar-button-solid-ios-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-ios-active .bar-button-light-ios,
.toolbar-ios-active .bar-button-default.bar-button-ios-light,
.toolbar-ios-active .bar-button-clear-ios-light {
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-ios-active .bar-button-light-ios:hover:not(.disable-hover),
.toolbar-ios-active .bar-button-default.bar-button-ios-light:hover:not(.disable-hover),
.toolbar-ios-active .bar-button-clear-ios-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.toolbar-ios-active .bar-button-light-ios.activated,
.toolbar-ios-active .bar-button-default.bar-button-ios-light.activated,
.toolbar-ios-active .bar-button-clear-ios-light.activated {
  opacity: .4;
}

.toolbar-ios-active .bar-button-outline-ios-light {
  border-color: #f4f4f4;
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-ios-active .bar-button-outline-ios-light.activated {
  color: #000;
  background-color: #f4f4f4;
}

.toolbar-ios-active .bar-button-solid-ios-light {
  color: #000;
  background-color: #f4f4f4;
}

.toolbar-ios-active .bar-button-solid-ios-light.activated {
  color: #000;
  background-color: #e0e0e0;
}

.toolbar-ios-active .bar-button-white-ios,
.toolbar-ios-active .bar-button-default.bar-button-ios-white,
.toolbar-ios-active .bar-button-clear-ios-white {
  color: #ffffff;
  background-color: transparent;
}

.toolbar-ios-active .bar-button-white-ios:hover:not(.disable-hover),
.toolbar-ios-active .bar-button-default.bar-button-ios-white:hover:not(.disable-hover),
.toolbar-ios-active .bar-button-clear-ios-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.toolbar-ios-active .bar-button-white-ios.activated,
.toolbar-ios-active .bar-button-default.bar-button-ios-white.activated,
.toolbar-ios-active .bar-button-clear-ios-white.activated {
  opacity: .4;
}

.toolbar-ios-active .bar-button-outline-ios-white {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}

.toolbar-ios-active .bar-button-outline-ios-white.activated {
  color: #000;
  background-color: #ffffff;
}

.toolbar-ios-active .bar-button-solid-ios-white {
  color: #000;
  background-color: #ffffff;
}

.toolbar-ios-active .bar-button-solid-ios-white.activated {
  color: #000;
  background-color: #ebebeb;
}

.toolbar-ios-active .bar-button-dark-ios,
.toolbar-ios-active .bar-button-default.bar-button-ios-dark,
.toolbar-ios-active .bar-button-clear-ios-dark {
  color: #222;
  background-color: transparent;
}

.toolbar-ios-active .bar-button-dark-ios:hover:not(.disable-hover),
.toolbar-ios-active .bar-button-default.bar-button-ios-dark:hover:not(.disable-hover),
.toolbar-ios-active .bar-button-clear-ios-dark:hover:not(.disable-hover) {
  color: #222;
}

.toolbar-ios-active .bar-button-dark-ios.activated,
.toolbar-ios-active .bar-button-default.bar-button-ios-dark.activated,
.toolbar-ios-active .bar-button-clear-ios-dark.activated {
  opacity: .4;
}

.toolbar-ios-active .bar-button-outline-ios-dark {
  border-color: #222;
  color: #222;
  background-color: transparent;
}

.toolbar-ios-active .bar-button-outline-ios-dark.activated {
  color: #fff;
  background-color: #222;
}

.toolbar-ios-active .bar-button-solid-ios-dark {
  color: #fff;
  background-color: #222;
}

.toolbar-ios-active .bar-button-solid-ios-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-ios-active .bar-button-sunflower-ios,
.toolbar-ios-active .bar-button-default.bar-button-ios-sunflower,
.toolbar-ios-active .bar-button-clear-ios-sunflower {
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-ios-active .bar-button-sunflower-ios:hover:not(.disable-hover),
.toolbar-ios-active .bar-button-default.bar-button-ios-sunflower:hover:not(.disable-hover),
.toolbar-ios-active .bar-button-clear-ios-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.toolbar-ios-active .bar-button-sunflower-ios.activated,
.toolbar-ios-active .bar-button-default.bar-button-ios-sunflower.activated,
.toolbar-ios-active .bar-button-clear-ios-sunflower.activated {
  opacity: .4;
}

.toolbar-ios-active .bar-button-outline-ios-sunflower {
  border-color: #f1c40f;
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-ios-active .bar-button-outline-ios-sunflower.activated {
  color: #000;
  background-color: #f1c40f;
}

.toolbar-ios-active .bar-button-solid-ios-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.toolbar-ios-active .bar-button-solid-ios-sunflower.activated {
  color: #000;
  background-color: #deb40e;
}

.toolbar-ios-active .bar-button-active-ios,
.toolbar-ios-active .bar-button-default.bar-button-ios-active,
.toolbar-ios-active .bar-button-clear-ios-active {
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-active .bar-button-active-ios:hover:not(.disable-hover),
.toolbar-ios-active .bar-button-default.bar-button-ios-active:hover:not(.disable-hover),
.toolbar-ios-active .bar-button-clear-ios-active:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-ios-active .bar-button-active-ios.activated,
.toolbar-ios-active .bar-button-default.bar-button-ios-active.activated,
.toolbar-ios-active .bar-button-clear-ios-active.activated {
  opacity: .4;
}

.toolbar-ios-active .bar-button-outline-ios-active {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-active .bar-button-outline-ios-active.activated {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-active .bar-button-solid-ios-active {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-active .bar-button-solid-ios-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-ios-active .bar-button-black-ios,
.toolbar-ios-active .bar-button-default.bar-button-ios-black,
.toolbar-ios-active .bar-button-clear-ios-black {
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-active .bar-button-black-ios:hover:not(.disable-hover),
.toolbar-ios-active .bar-button-default.bar-button-ios-black:hover:not(.disable-hover),
.toolbar-ios-active .bar-button-clear-ios-black:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-ios-active .bar-button-black-ios.activated,
.toolbar-ios-active .bar-button-default.bar-button-ios-black.activated,
.toolbar-ios-active .bar-button-clear-ios-black.activated {
  opacity: .4;
}

.toolbar-ios-active .bar-button-outline-ios-black {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-active .bar-button-outline-ios-black.activated {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-active .bar-button-solid-ios-black {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-active .bar-button-solid-ios-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-ios-active .bar-button-sacgreen-ios,
.toolbar-ios-active .bar-button-default.bar-button-ios-sacgreen,
.toolbar-ios-active .bar-button-clear-ios-sacgreen {
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-ios-active .bar-button-sacgreen-ios:hover:not(.disable-hover),
.toolbar-ios-active .bar-button-default.bar-button-ios-sacgreen:hover:not(.disable-hover),
.toolbar-ios-active .bar-button-clear-ios-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.toolbar-ios-active .bar-button-sacgreen-ios.activated,
.toolbar-ios-active .bar-button-default.bar-button-ios-sacgreen.activated,
.toolbar-ios-active .bar-button-clear-ios-sacgreen.activated {
  opacity: .4;
}

.toolbar-ios-active .bar-button-outline-ios-sacgreen {
  border-color: #7c9a56;
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-ios-active .bar-button-outline-ios-sacgreen.activated {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-ios-active .bar-button-solid-ios-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-ios-active .bar-button-solid-ios-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.bar-button-active-ios,
.bar-button-default.bar-button-ios-active,
.bar-button-clear-ios-active {
  color: #17263C;
  background-color: transparent;
}

.bar-button-active-ios:hover:not(.disable-hover),
.bar-button-default.bar-button-ios-active:hover:not(.disable-hover),
.bar-button-clear-ios-active:hover:not(.disable-hover) {
  color: #17263C;
}

.bar-button-active-ios.activated,
.bar-button-default.bar-button-ios-active.activated,
.bar-button-clear-ios-active.activated {
  opacity: .4;
}

.bar-button-outline-ios-active {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.bar-button-outline-ios-active.activated {
  color: #fff;
  background-color: #17263C;
}

.bar-button-solid-ios-active {
  color: #fff;
  background-color: #17263C;
}

.bar-button-solid-ios-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-ios-black .toolbar-background-ios {
  background: #17263C;
}

.toolbar-ios-black .toolbar-title-ios,
.toolbar-ios-black .bar-button-clear-ios,
.toolbar-ios-black .bar-button-default-ios {
  color: #fff;
}

.toolbar-ios-black .bar-button-primary-ios,
.toolbar-ios-black .bar-button-default.bar-button-ios-primary,
.toolbar-ios-black .bar-button-clear-ios-primary {
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-black .bar-button-primary-ios:hover:not(.disable-hover),
.toolbar-ios-black .bar-button-default.bar-button-ios-primary:hover:not(.disable-hover),
.toolbar-ios-black .bar-button-clear-ios-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-ios-black .bar-button-primary-ios.activated,
.toolbar-ios-black .bar-button-default.bar-button-ios-primary.activated,
.toolbar-ios-black .bar-button-clear-ios-primary.activated {
  opacity: .4;
}

.toolbar-ios-black .bar-button-outline-ios-primary {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-black .bar-button-outline-ios-primary.activated {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-black .bar-button-solid-ios-primary {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-black .bar-button-solid-ios-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-ios-black .bar-button-secondary-ios,
.toolbar-ios-black .bar-button-default.bar-button-ios-secondary,
.toolbar-ios-black .bar-button-clear-ios-secondary {
  color: #32db64;
  background-color: transparent;
}

.toolbar-ios-black .bar-button-secondary-ios:hover:not(.disable-hover),
.toolbar-ios-black .bar-button-default.bar-button-ios-secondary:hover:not(.disable-hover),
.toolbar-ios-black .bar-button-clear-ios-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.toolbar-ios-black .bar-button-secondary-ios.activated,
.toolbar-ios-black .bar-button-default.bar-button-ios-secondary.activated,
.toolbar-ios-black .bar-button-clear-ios-secondary.activated {
  opacity: .4;
}

.toolbar-ios-black .bar-button-outline-ios-secondary {
  border-color: #32db64;
  color: #32db64;
  background-color: transparent;
}

.toolbar-ios-black .bar-button-outline-ios-secondary.activated {
  color: #fff;
  background-color: #32db64;
}

.toolbar-ios-black .bar-button-solid-ios-secondary {
  color: #fff;
  background-color: #32db64;
}

.toolbar-ios-black .bar-button-solid-ios-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-ios-black .bar-button-danger-ios,
.toolbar-ios-black .bar-button-default.bar-button-ios-danger,
.toolbar-ios-black .bar-button-clear-ios-danger {
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-ios-black .bar-button-danger-ios:hover:not(.disable-hover),
.toolbar-ios-black .bar-button-default.bar-button-ios-danger:hover:not(.disable-hover),
.toolbar-ios-black .bar-button-clear-ios-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.toolbar-ios-black .bar-button-danger-ios.activated,
.toolbar-ios-black .bar-button-default.bar-button-ios-danger.activated,
.toolbar-ios-black .bar-button-clear-ios-danger.activated {
  opacity: .4;
}

.toolbar-ios-black .bar-button-outline-ios-danger {
  border-color: #f53d3d;
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-ios-black .bar-button-outline-ios-danger.activated {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-ios-black .bar-button-solid-ios-danger {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-ios-black .bar-button-solid-ios-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-ios-black .bar-button-light-ios,
.toolbar-ios-black .bar-button-default.bar-button-ios-light,
.toolbar-ios-black .bar-button-clear-ios-light {
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-ios-black .bar-button-light-ios:hover:not(.disable-hover),
.toolbar-ios-black .bar-button-default.bar-button-ios-light:hover:not(.disable-hover),
.toolbar-ios-black .bar-button-clear-ios-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.toolbar-ios-black .bar-button-light-ios.activated,
.toolbar-ios-black .bar-button-default.bar-button-ios-light.activated,
.toolbar-ios-black .bar-button-clear-ios-light.activated {
  opacity: .4;
}

.toolbar-ios-black .bar-button-outline-ios-light {
  border-color: #f4f4f4;
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-ios-black .bar-button-outline-ios-light.activated {
  color: #000;
  background-color: #f4f4f4;
}

.toolbar-ios-black .bar-button-solid-ios-light {
  color: #000;
  background-color: #f4f4f4;
}

.toolbar-ios-black .bar-button-solid-ios-light.activated {
  color: #000;
  background-color: #e0e0e0;
}

.toolbar-ios-black .bar-button-white-ios,
.toolbar-ios-black .bar-button-default.bar-button-ios-white,
.toolbar-ios-black .bar-button-clear-ios-white {
  color: #ffffff;
  background-color: transparent;
}

.toolbar-ios-black .bar-button-white-ios:hover:not(.disable-hover),
.toolbar-ios-black .bar-button-default.bar-button-ios-white:hover:not(.disable-hover),
.toolbar-ios-black .bar-button-clear-ios-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.toolbar-ios-black .bar-button-white-ios.activated,
.toolbar-ios-black .bar-button-default.bar-button-ios-white.activated,
.toolbar-ios-black .bar-button-clear-ios-white.activated {
  opacity: .4;
}

.toolbar-ios-black .bar-button-outline-ios-white {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}

.toolbar-ios-black .bar-button-outline-ios-white.activated {
  color: #000;
  background-color: #ffffff;
}

.toolbar-ios-black .bar-button-solid-ios-white {
  color: #000;
  background-color: #ffffff;
}

.toolbar-ios-black .bar-button-solid-ios-white.activated {
  color: #000;
  background-color: #ebebeb;
}

.toolbar-ios-black .bar-button-dark-ios,
.toolbar-ios-black .bar-button-default.bar-button-ios-dark,
.toolbar-ios-black .bar-button-clear-ios-dark {
  color: #222;
  background-color: transparent;
}

.toolbar-ios-black .bar-button-dark-ios:hover:not(.disable-hover),
.toolbar-ios-black .bar-button-default.bar-button-ios-dark:hover:not(.disable-hover),
.toolbar-ios-black .bar-button-clear-ios-dark:hover:not(.disable-hover) {
  color: #222;
}

.toolbar-ios-black .bar-button-dark-ios.activated,
.toolbar-ios-black .bar-button-default.bar-button-ios-dark.activated,
.toolbar-ios-black .bar-button-clear-ios-dark.activated {
  opacity: .4;
}

.toolbar-ios-black .bar-button-outline-ios-dark {
  border-color: #222;
  color: #222;
  background-color: transparent;
}

.toolbar-ios-black .bar-button-outline-ios-dark.activated {
  color: #fff;
  background-color: #222;
}

.toolbar-ios-black .bar-button-solid-ios-dark {
  color: #fff;
  background-color: #222;
}

.toolbar-ios-black .bar-button-solid-ios-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-ios-black .bar-button-sunflower-ios,
.toolbar-ios-black .bar-button-default.bar-button-ios-sunflower,
.toolbar-ios-black .bar-button-clear-ios-sunflower {
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-ios-black .bar-button-sunflower-ios:hover:not(.disable-hover),
.toolbar-ios-black .bar-button-default.bar-button-ios-sunflower:hover:not(.disable-hover),
.toolbar-ios-black .bar-button-clear-ios-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.toolbar-ios-black .bar-button-sunflower-ios.activated,
.toolbar-ios-black .bar-button-default.bar-button-ios-sunflower.activated,
.toolbar-ios-black .bar-button-clear-ios-sunflower.activated {
  opacity: .4;
}

.toolbar-ios-black .bar-button-outline-ios-sunflower {
  border-color: #f1c40f;
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-ios-black .bar-button-outline-ios-sunflower.activated {
  color: #000;
  background-color: #f1c40f;
}

.toolbar-ios-black .bar-button-solid-ios-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.toolbar-ios-black .bar-button-solid-ios-sunflower.activated {
  color: #000;
  background-color: #deb40e;
}

.toolbar-ios-black .bar-button-active-ios,
.toolbar-ios-black .bar-button-default.bar-button-ios-active,
.toolbar-ios-black .bar-button-clear-ios-active {
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-black .bar-button-active-ios:hover:not(.disable-hover),
.toolbar-ios-black .bar-button-default.bar-button-ios-active:hover:not(.disable-hover),
.toolbar-ios-black .bar-button-clear-ios-active:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-ios-black .bar-button-active-ios.activated,
.toolbar-ios-black .bar-button-default.bar-button-ios-active.activated,
.toolbar-ios-black .bar-button-clear-ios-active.activated {
  opacity: .4;
}

.toolbar-ios-black .bar-button-outline-ios-active {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-black .bar-button-outline-ios-active.activated {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-black .bar-button-solid-ios-active {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-black .bar-button-solid-ios-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-ios-black .bar-button-black-ios,
.toolbar-ios-black .bar-button-default.bar-button-ios-black,
.toolbar-ios-black .bar-button-clear-ios-black {
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-black .bar-button-black-ios:hover:not(.disable-hover),
.toolbar-ios-black .bar-button-default.bar-button-ios-black:hover:not(.disable-hover),
.toolbar-ios-black .bar-button-clear-ios-black:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-ios-black .bar-button-black-ios.activated,
.toolbar-ios-black .bar-button-default.bar-button-ios-black.activated,
.toolbar-ios-black .bar-button-clear-ios-black.activated {
  opacity: .4;
}

.toolbar-ios-black .bar-button-outline-ios-black {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-black .bar-button-outline-ios-black.activated {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-black .bar-button-solid-ios-black {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-black .bar-button-solid-ios-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-ios-black .bar-button-sacgreen-ios,
.toolbar-ios-black .bar-button-default.bar-button-ios-sacgreen,
.toolbar-ios-black .bar-button-clear-ios-sacgreen {
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-ios-black .bar-button-sacgreen-ios:hover:not(.disable-hover),
.toolbar-ios-black .bar-button-default.bar-button-ios-sacgreen:hover:not(.disable-hover),
.toolbar-ios-black .bar-button-clear-ios-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.toolbar-ios-black .bar-button-sacgreen-ios.activated,
.toolbar-ios-black .bar-button-default.bar-button-ios-sacgreen.activated,
.toolbar-ios-black .bar-button-clear-ios-sacgreen.activated {
  opacity: .4;
}

.toolbar-ios-black .bar-button-outline-ios-sacgreen {
  border-color: #7c9a56;
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-ios-black .bar-button-outline-ios-sacgreen.activated {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-ios-black .bar-button-solid-ios-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-ios-black .bar-button-solid-ios-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.bar-button-black-ios,
.bar-button-default.bar-button-ios-black,
.bar-button-clear-ios-black {
  color: #17263C;
  background-color: transparent;
}

.bar-button-black-ios:hover:not(.disable-hover),
.bar-button-default.bar-button-ios-black:hover:not(.disable-hover),
.bar-button-clear-ios-black:hover:not(.disable-hover) {
  color: #17263C;
}

.bar-button-black-ios.activated,
.bar-button-default.bar-button-ios-black.activated,
.bar-button-clear-ios-black.activated {
  opacity: .4;
}

.bar-button-outline-ios-black {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.bar-button-outline-ios-black.activated {
  color: #fff;
  background-color: #17263C;
}

.bar-button-solid-ios-black {
  color: #fff;
  background-color: #17263C;
}

.bar-button-solid-ios-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-ios-sacgreen .toolbar-background-ios {
  background: #7c9a56;
}

.toolbar-ios-sacgreen .toolbar-title-ios,
.toolbar-ios-sacgreen .bar-button-clear-ios,
.toolbar-ios-sacgreen .bar-button-default-ios {
  color: #fff;
}

.toolbar-ios-sacgreen .bar-button-primary-ios,
.toolbar-ios-sacgreen .bar-button-default.bar-button-ios-primary,
.toolbar-ios-sacgreen .bar-button-clear-ios-primary {
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-sacgreen .bar-button-primary-ios:hover:not(.disable-hover),
.toolbar-ios-sacgreen .bar-button-default.bar-button-ios-primary:hover:not(.disable-hover),
.toolbar-ios-sacgreen .bar-button-clear-ios-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-ios-sacgreen .bar-button-primary-ios.activated,
.toolbar-ios-sacgreen .bar-button-default.bar-button-ios-primary.activated,
.toolbar-ios-sacgreen .bar-button-clear-ios-primary.activated {
  opacity: .4;
}

.toolbar-ios-sacgreen .bar-button-outline-ios-primary {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-sacgreen .bar-button-outline-ios-primary.activated {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-sacgreen .bar-button-solid-ios-primary {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-sacgreen .bar-button-solid-ios-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-ios-sacgreen .bar-button-secondary-ios,
.toolbar-ios-sacgreen .bar-button-default.bar-button-ios-secondary,
.toolbar-ios-sacgreen .bar-button-clear-ios-secondary {
  color: #32db64;
  background-color: transparent;
}

.toolbar-ios-sacgreen .bar-button-secondary-ios:hover:not(.disable-hover),
.toolbar-ios-sacgreen .bar-button-default.bar-button-ios-secondary:hover:not(.disable-hover),
.toolbar-ios-sacgreen .bar-button-clear-ios-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.toolbar-ios-sacgreen .bar-button-secondary-ios.activated,
.toolbar-ios-sacgreen .bar-button-default.bar-button-ios-secondary.activated,
.toolbar-ios-sacgreen .bar-button-clear-ios-secondary.activated {
  opacity: .4;
}

.toolbar-ios-sacgreen .bar-button-outline-ios-secondary {
  border-color: #32db64;
  color: #32db64;
  background-color: transparent;
}

.toolbar-ios-sacgreen .bar-button-outline-ios-secondary.activated {
  color: #fff;
  background-color: #32db64;
}

.toolbar-ios-sacgreen .bar-button-solid-ios-secondary {
  color: #fff;
  background-color: #32db64;
}

.toolbar-ios-sacgreen .bar-button-solid-ios-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-ios-sacgreen .bar-button-danger-ios,
.toolbar-ios-sacgreen .bar-button-default.bar-button-ios-danger,
.toolbar-ios-sacgreen .bar-button-clear-ios-danger {
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-ios-sacgreen .bar-button-danger-ios:hover:not(.disable-hover),
.toolbar-ios-sacgreen .bar-button-default.bar-button-ios-danger:hover:not(.disable-hover),
.toolbar-ios-sacgreen .bar-button-clear-ios-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.toolbar-ios-sacgreen .bar-button-danger-ios.activated,
.toolbar-ios-sacgreen .bar-button-default.bar-button-ios-danger.activated,
.toolbar-ios-sacgreen .bar-button-clear-ios-danger.activated {
  opacity: .4;
}

.toolbar-ios-sacgreen .bar-button-outline-ios-danger {
  border-color: #f53d3d;
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-ios-sacgreen .bar-button-outline-ios-danger.activated {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-ios-sacgreen .bar-button-solid-ios-danger {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-ios-sacgreen .bar-button-solid-ios-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-ios-sacgreen .bar-button-light-ios,
.toolbar-ios-sacgreen .bar-button-default.bar-button-ios-light,
.toolbar-ios-sacgreen .bar-button-clear-ios-light {
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-ios-sacgreen .bar-button-light-ios:hover:not(.disable-hover),
.toolbar-ios-sacgreen .bar-button-default.bar-button-ios-light:hover:not(.disable-hover),
.toolbar-ios-sacgreen .bar-button-clear-ios-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.toolbar-ios-sacgreen .bar-button-light-ios.activated,
.toolbar-ios-sacgreen .bar-button-default.bar-button-ios-light.activated,
.toolbar-ios-sacgreen .bar-button-clear-ios-light.activated {
  opacity: .4;
}

.toolbar-ios-sacgreen .bar-button-outline-ios-light {
  border-color: #f4f4f4;
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-ios-sacgreen .bar-button-outline-ios-light.activated {
  color: #000;
  background-color: #f4f4f4;
}

.toolbar-ios-sacgreen .bar-button-solid-ios-light {
  color: #000;
  background-color: #f4f4f4;
}

.toolbar-ios-sacgreen .bar-button-solid-ios-light.activated {
  color: #000;
  background-color: #e0e0e0;
}

.toolbar-ios-sacgreen .bar-button-white-ios,
.toolbar-ios-sacgreen .bar-button-default.bar-button-ios-white,
.toolbar-ios-sacgreen .bar-button-clear-ios-white {
  color: #ffffff;
  background-color: transparent;
}

.toolbar-ios-sacgreen .bar-button-white-ios:hover:not(.disable-hover),
.toolbar-ios-sacgreen .bar-button-default.bar-button-ios-white:hover:not(.disable-hover),
.toolbar-ios-sacgreen .bar-button-clear-ios-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.toolbar-ios-sacgreen .bar-button-white-ios.activated,
.toolbar-ios-sacgreen .bar-button-default.bar-button-ios-white.activated,
.toolbar-ios-sacgreen .bar-button-clear-ios-white.activated {
  opacity: .4;
}

.toolbar-ios-sacgreen .bar-button-outline-ios-white {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}

.toolbar-ios-sacgreen .bar-button-outline-ios-white.activated {
  color: #000;
  background-color: #ffffff;
}

.toolbar-ios-sacgreen .bar-button-solid-ios-white {
  color: #000;
  background-color: #ffffff;
}

.toolbar-ios-sacgreen .bar-button-solid-ios-white.activated {
  color: #000;
  background-color: #ebebeb;
}

.toolbar-ios-sacgreen .bar-button-dark-ios,
.toolbar-ios-sacgreen .bar-button-default.bar-button-ios-dark,
.toolbar-ios-sacgreen .bar-button-clear-ios-dark {
  color: #222;
  background-color: transparent;
}

.toolbar-ios-sacgreen .bar-button-dark-ios:hover:not(.disable-hover),
.toolbar-ios-sacgreen .bar-button-default.bar-button-ios-dark:hover:not(.disable-hover),
.toolbar-ios-sacgreen .bar-button-clear-ios-dark:hover:not(.disable-hover) {
  color: #222;
}

.toolbar-ios-sacgreen .bar-button-dark-ios.activated,
.toolbar-ios-sacgreen .bar-button-default.bar-button-ios-dark.activated,
.toolbar-ios-sacgreen .bar-button-clear-ios-dark.activated {
  opacity: .4;
}

.toolbar-ios-sacgreen .bar-button-outline-ios-dark {
  border-color: #222;
  color: #222;
  background-color: transparent;
}

.toolbar-ios-sacgreen .bar-button-outline-ios-dark.activated {
  color: #fff;
  background-color: #222;
}

.toolbar-ios-sacgreen .bar-button-solid-ios-dark {
  color: #fff;
  background-color: #222;
}

.toolbar-ios-sacgreen .bar-button-solid-ios-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-ios-sacgreen .bar-button-sunflower-ios,
.toolbar-ios-sacgreen .bar-button-default.bar-button-ios-sunflower,
.toolbar-ios-sacgreen .bar-button-clear-ios-sunflower {
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-ios-sacgreen .bar-button-sunflower-ios:hover:not(.disable-hover),
.toolbar-ios-sacgreen .bar-button-default.bar-button-ios-sunflower:hover:not(.disable-hover),
.toolbar-ios-sacgreen .bar-button-clear-ios-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.toolbar-ios-sacgreen .bar-button-sunflower-ios.activated,
.toolbar-ios-sacgreen .bar-button-default.bar-button-ios-sunflower.activated,
.toolbar-ios-sacgreen .bar-button-clear-ios-sunflower.activated {
  opacity: .4;
}

.toolbar-ios-sacgreen .bar-button-outline-ios-sunflower {
  border-color: #f1c40f;
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-ios-sacgreen .bar-button-outline-ios-sunflower.activated {
  color: #000;
  background-color: #f1c40f;
}

.toolbar-ios-sacgreen .bar-button-solid-ios-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.toolbar-ios-sacgreen .bar-button-solid-ios-sunflower.activated {
  color: #000;
  background-color: #deb40e;
}

.toolbar-ios-sacgreen .bar-button-active-ios,
.toolbar-ios-sacgreen .bar-button-default.bar-button-ios-active,
.toolbar-ios-sacgreen .bar-button-clear-ios-active {
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-sacgreen .bar-button-active-ios:hover:not(.disable-hover),
.toolbar-ios-sacgreen .bar-button-default.bar-button-ios-active:hover:not(.disable-hover),
.toolbar-ios-sacgreen .bar-button-clear-ios-active:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-ios-sacgreen .bar-button-active-ios.activated,
.toolbar-ios-sacgreen .bar-button-default.bar-button-ios-active.activated,
.toolbar-ios-sacgreen .bar-button-clear-ios-active.activated {
  opacity: .4;
}

.toolbar-ios-sacgreen .bar-button-outline-ios-active {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-sacgreen .bar-button-outline-ios-active.activated {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-sacgreen .bar-button-solid-ios-active {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-sacgreen .bar-button-solid-ios-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-ios-sacgreen .bar-button-black-ios,
.toolbar-ios-sacgreen .bar-button-default.bar-button-ios-black,
.toolbar-ios-sacgreen .bar-button-clear-ios-black {
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-sacgreen .bar-button-black-ios:hover:not(.disable-hover),
.toolbar-ios-sacgreen .bar-button-default.bar-button-ios-black:hover:not(.disable-hover),
.toolbar-ios-sacgreen .bar-button-clear-ios-black:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-ios-sacgreen .bar-button-black-ios.activated,
.toolbar-ios-sacgreen .bar-button-default.bar-button-ios-black.activated,
.toolbar-ios-sacgreen .bar-button-clear-ios-black.activated {
  opacity: .4;
}

.toolbar-ios-sacgreen .bar-button-outline-ios-black {
  border-color: #17263C;
  color: #17263C;
  background-color: transparent;
}

.toolbar-ios-sacgreen .bar-button-outline-ios-black.activated {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-sacgreen .bar-button-solid-ios-black {
  color: #fff;
  background-color: #17263C;
}

.toolbar-ios-sacgreen .bar-button-solid-ios-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-ios-sacgreen .bar-button-sacgreen-ios,
.toolbar-ios-sacgreen .bar-button-default.bar-button-ios-sacgreen,
.toolbar-ios-sacgreen .bar-button-clear-ios-sacgreen {
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-ios-sacgreen .bar-button-sacgreen-ios:hover:not(.disable-hover),
.toolbar-ios-sacgreen .bar-button-default.bar-button-ios-sacgreen:hover:not(.disable-hover),
.toolbar-ios-sacgreen .bar-button-clear-ios-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.toolbar-ios-sacgreen .bar-button-sacgreen-ios.activated,
.toolbar-ios-sacgreen .bar-button-default.bar-button-ios-sacgreen.activated,
.toolbar-ios-sacgreen .bar-button-clear-ios-sacgreen.activated {
  opacity: .4;
}

.toolbar-ios-sacgreen .bar-button-outline-ios-sacgreen {
  border-color: #7c9a56;
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-ios-sacgreen .bar-button-outline-ios-sacgreen.activated {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-ios-sacgreen .bar-button-solid-ios-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-ios-sacgreen .bar-button-solid-ios-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.bar-button-sacgreen-ios,
.bar-button-default.bar-button-ios-sacgreen,
.bar-button-clear-ios-sacgreen {
  color: #7c9a56;
  background-color: transparent;
}

.bar-button-sacgreen-ios:hover:not(.disable-hover),
.bar-button-default.bar-button-ios-sacgreen:hover:not(.disable-hover),
.bar-button-clear-ios-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.bar-button-sacgreen-ios.activated,
.bar-button-default.bar-button-ios-sacgreen.activated,
.bar-button-clear-ios-sacgreen.activated {
  opacity: .4;
}

.bar-button-outline-ios-sacgreen {
  border-color: #7c9a56;
  color: #7c9a56;
  background-color: transparent;
}

.bar-button-outline-ios-sacgreen.activated {
  color: #fff;
  background-color: #7c9a56;
}

.bar-button-solid-ios-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.bar-button-solid-ios-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.bar-button-strong-ios {
  font-weight: 600;
}

.toolbar-md {
  padding: 4px;
  min-height: 56px;
}

.toolbar-background-md {
  border-color: #b2b2b2;
  background: #FFD618;
}

.header-md::after,
.tabs-md[tabsPlacement="top"] > .tabbar::after,
.footer-md::before,
.tabs-md[tabsPlacement="bottom"] > .tabbar::before {
  left: 0;
  bottom: -5px;
  background-position: left 0 top -2px;
  position: absolute;
  width: 100%;
  height: 5px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAHBAMAAADzDtBxAAAAD1BMVEUAAAAAAAAAAAAAAAAAAABPDueNAAAABXRSTlMUCS0gBIh/TXEAAAAaSURBVAjXYxCEAgY4UIICBmMogMsgFLtAAQCNSwXZKOdPxgAAAABJRU5ErkJggg==);
  background-repeat: repeat-x;
  content: "";
}

.footer-md::before,
.tabs-md[tabsPlacement="bottom"] > .tabbar::before {
  top: -2px;
  bottom: auto;
  background-position: left 0 top 0;
  height: 2px;
}

.header-md[no-border]::after,
.footer-md[no-border]::before,
.tabs-md[tabsPlacement="top"][no-border] > .tabbar::after,
.tabs-md[tabsPlacement="bottom"][no-border] > .tabbar::before {
  display: none;
}

.toolbar-content-md {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  min-width: 0;
  max-width: 100%;
}

.toolbar-title-md {
  padding: 0 12px;
  font-size: 2rem;
  font-weight: 500;
  color: #424242;
}

.bar-buttons-md {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.bar-buttons-md[left] {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.bar-button-md:first-child {
  margin-left: 0;
}

.bar-buttons-md[end] {
  text-align: right;
  text-align: end;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.bar-buttons-md[right] {
  text-align: right;
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.bar-button-md {
  margin: 0 0.2rem;
  padding: 0 5px;
  border-radius: 2px;
  height: 32px;
  border: 0;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
}

.bar-button-solid-md,
.bar-button-outline-md {
  overflow: hidden;
}

.bar-button-outline-md {
  border-width: 1px;
  border-style: solid;
  border-color: #424242;
  color: #424242;
  background-color: transparent;
}

.bar-button-outline-md:hover:not(.disable-hover) {
  opacity: .4;
}

.bar-button-outline-md.activated {
  background-color: transparent;
}

.bar-button-outline-md .button-effect {
  background-color: #424242;
}

.bar-button-solid-md {
  color: #fff;
  background-color: #424242;
}

.bar-button-solid-md:hover:not(.disable-hover) {
  color: #fff;
}

.bar-button-solid-md.activated {
  color: #fff;
  background-color: #515151;
}

.bar-button-md.bar-button-icon-start ion-icon {
  padding-right: 0.3em;
  font-size: 1.4em;
  line-height: .67;
  pointer-events: none;
}

.bar-button-md.bar-button-icon-end ion-icon {
  padding-left: 0.4em;
  font-size: 1.4em;
  line-height: .67;
  pointer-events: none;
}

.bar-button-md[icon-only] {
  padding: 0;
}

.bar-button-md[icon-only] ion-icon {
  padding: 0 0.1em;
  min-width: 28px;
  font-size: 1.8em;
  line-height: .67;
  pointer-events: none;
}

.back-button-md {
  margin: 0 6px;
  min-width: 44px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.back-button-icon-md {
  margin: 0;
  padding: 0 6px;
  text-align: left;
  text-align: start;
  font-size: 2.4rem;
  font-weight: normal;
}

.bar-button-menutoggle-md {
  margin: 0 6px;
  padding: 0 2px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  min-width: 44px;
}

.bar-button-menutoggle-md ion-icon {
  padding: 0 6px;
  font-size: 2.4rem;
}

.bar-button-menutoggle-md[end],
.bar-button-menutoggle-md[right] {
  margin: 0 2px;
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
  min-width: 28px;
}

.bar-button-default-md,
.bar-button-clear-md-default,
.bar-button-md-default {
  color: #424242;
  background-color: transparent;
}

.bar-button-default-md:hover:not(.disable-hover),
.bar-button-clear-md-default:hover:not(.disable-hover),
.bar-button-md-default:hover:not(.disable-hover) {
  color: #424242;
}

.bar-button-clear-md,
.bar-button-clear-md-clear,
.bar-button-md-clear {
  color: #424242;
  background-color: transparent;
}

.bar-button-clear-md:hover:not(.disable-hover),
.bar-button-clear-md-clear:hover:not(.disable-hover),
.bar-button-md-clear:hover:not(.disable-hover) {
  color: #424242;
}

.toolbar-md-primary .toolbar-background-md {
  background: #17263C;
}

.toolbar-md-primary .bar-button-clear-md,
.toolbar-md-primary .bar-button-default-md,
.toolbar-md-primary .bar-button-outline-md,
.toolbar-md-primary .toolbar-title-md {
  color: #fff;
}

.toolbar-md-primary .bar-button-clear-md .button-effect,
.toolbar-md-primary .bar-button-default-md .button-effect,
.toolbar-md-primary .bar-button-outline-md .button-effect {
  background-color: #fff;
}

.toolbar-md-primary .bar-button-outline-md {
  border-color: #fff;
}

.toolbar-md-primary .bar-button-primary-md,
.toolbar-md-primary .bar-button-clear-md-primary,
.toolbar-md-primary .bar-button-md-primary {
  color: #17263C;
  background-color: transparent;
}

.toolbar-md-primary .bar-button-primary-md:hover:not(.disable-hover),
.toolbar-md-primary .bar-button-clear-md-primary:hover:not(.disable-hover),
.toolbar-md-primary .bar-button-md-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-md-primary .bar-button-outline-md-primary {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-md-primary .bar-button-outline-md-primary.activated {
  background-color: transparent;
}

.toolbar-md-primary .bar-button-outline-md-primary .button-effect {
  background-color: #2a374c;
}

.toolbar-md-primary .bar-button-solid-md-primary {
  color: #fff;
  background-color: #17263C;
}

.toolbar-md-primary .bar-button-solid-md-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-md-primary .bar-button-secondary-md,
.toolbar-md-primary .bar-button-clear-md-secondary,
.toolbar-md-primary .bar-button-md-secondary {
  color: #32db64;
  background-color: transparent;
}

.toolbar-md-primary .bar-button-secondary-md:hover:not(.disable-hover),
.toolbar-md-primary .bar-button-clear-md-secondary:hover:not(.disable-hover),
.toolbar-md-primary .bar-button-md-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.toolbar-md-primary .bar-button-outline-md-secondary {
  border-color: #2ec95c;
  color: #2ec95c;
  background-color: transparent;
}

.toolbar-md-primary .bar-button-outline-md-secondary.activated {
  background-color: transparent;
}

.toolbar-md-primary .bar-button-outline-md-secondary .button-effect {
  background-color: #2ec95c;
}

.toolbar-md-primary .bar-button-solid-md-secondary {
  color: #fff;
  background-color: #32db64;
}

.toolbar-md-primary .bar-button-solid-md-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-md-primary .bar-button-danger-md,
.toolbar-md-primary .bar-button-clear-md-danger,
.toolbar-md-primary .bar-button-md-danger {
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-md-primary .bar-button-danger-md:hover:not(.disable-hover),
.toolbar-md-primary .bar-button-clear-md-danger:hover:not(.disable-hover),
.toolbar-md-primary .bar-button-md-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.toolbar-md-primary .bar-button-outline-md-danger {
  border-color: #e13838;
  color: #e13838;
  background-color: transparent;
}

.toolbar-md-primary .bar-button-outline-md-danger.activated {
  background-color: transparent;
}

.toolbar-md-primary .bar-button-outline-md-danger .button-effect {
  background-color: #e13838;
}

.toolbar-md-primary .bar-button-solid-md-danger {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-md-primary .bar-button-solid-md-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-md-primary .bar-button-light-md,
.toolbar-md-primary .bar-button-clear-md-light,
.toolbar-md-primary .bar-button-md-light {
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-md-primary .bar-button-light-md:hover:not(.disable-hover),
.toolbar-md-primary .bar-button-clear-md-light:hover:not(.disable-hover),
.toolbar-md-primary .bar-button-md-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.toolbar-md-primary .bar-button-outline-md-light {
  border-color: #e0e0e0;
  color: #e0e0e0;
  background-color: transparent;
}

.toolbar-md-primary .bar-button-outline-md-light.activated {
  background-color: transparent;
}

.toolbar-md-primary .bar-button-outline-md-light .button-effect {
  background-color: #e0e0e0;
}

.toolbar-md-primary .bar-button-solid-md-light {
  color: #424242;
  background-color: #f4f4f4;
}

.toolbar-md-primary .bar-button-solid-md-light.activated {
  color: #424242;
  background-color: #e0e0e0;
}

.toolbar-md-primary .bar-button-white-md,
.toolbar-md-primary .bar-button-clear-md-white,
.toolbar-md-primary .bar-button-md-white {
  color: #ffffff;
  background-color: transparent;
}

.toolbar-md-primary .bar-button-white-md:hover:not(.disable-hover),
.toolbar-md-primary .bar-button-clear-md-white:hover:not(.disable-hover),
.toolbar-md-primary .bar-button-md-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.toolbar-md-primary .bar-button-outline-md-white {
  border-color: #ebebeb;
  color: #ebebeb;
  background-color: transparent;
}

.toolbar-md-primary .bar-button-outline-md-white.activated {
  background-color: transparent;
}

.toolbar-md-primary .bar-button-outline-md-white .button-effect {
  background-color: #ebebeb;
}

.toolbar-md-primary .bar-button-solid-md-white {
  color: #424242;
  background-color: #ffffff;
}

.toolbar-md-primary .bar-button-solid-md-white.activated {
  color: #424242;
  background-color: #ebebeb;
}

.toolbar-md-primary .bar-button-dark-md,
.toolbar-md-primary .bar-button-clear-md-dark,
.toolbar-md-primary .bar-button-md-dark {
  color: #222;
  background-color: transparent;
}

.toolbar-md-primary .bar-button-dark-md:hover:not(.disable-hover),
.toolbar-md-primary .bar-button-clear-md-dark:hover:not(.disable-hover),
.toolbar-md-primary .bar-button-md-dark:hover:not(.disable-hover) {
  color: #222;
}

.toolbar-md-primary .bar-button-outline-md-dark {
  border-color: #343434;
  color: #343434;
  background-color: transparent;
}

.toolbar-md-primary .bar-button-outline-md-dark.activated {
  background-color: transparent;
}

.toolbar-md-primary .bar-button-outline-md-dark .button-effect {
  background-color: #343434;
}

.toolbar-md-primary .bar-button-solid-md-dark {
  color: #fff;
  background-color: #222;
}

.toolbar-md-primary .bar-button-solid-md-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-md-primary .bar-button-sunflower-md,
.toolbar-md-primary .bar-button-clear-md-sunflower,
.toolbar-md-primary .bar-button-md-sunflower {
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-md-primary .bar-button-sunflower-md:hover:not(.disable-hover),
.toolbar-md-primary .bar-button-clear-md-sunflower:hover:not(.disable-hover),
.toolbar-md-primary .bar-button-md-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.toolbar-md-primary .bar-button-outline-md-sunflower {
  border-color: #deb40e;
  color: #deb40e;
  background-color: transparent;
}

.toolbar-md-primary .bar-button-outline-md-sunflower.activated {
  background-color: transparent;
}

.toolbar-md-primary .bar-button-outline-md-sunflower .button-effect {
  background-color: #deb40e;
}

.toolbar-md-primary .bar-button-solid-md-sunflower {
  color: #424242;
  background-color: #f1c40f;
}

.toolbar-md-primary .bar-button-solid-md-sunflower.activated {
  color: #424242;
  background-color: #deb40e;
}

.toolbar-md-primary .bar-button-active-md,
.toolbar-md-primary .bar-button-clear-md-active,
.toolbar-md-primary .bar-button-md-active {
  color: #17263C;
  background-color: transparent;
}

.toolbar-md-primary .bar-button-active-md:hover:not(.disable-hover),
.toolbar-md-primary .bar-button-clear-md-active:hover:not(.disable-hover),
.toolbar-md-primary .bar-button-md-active:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-md-primary .bar-button-outline-md-active {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-md-primary .bar-button-outline-md-active.activated {
  background-color: transparent;
}

.toolbar-md-primary .bar-button-outline-md-active .button-effect {
  background-color: #2a374c;
}

.toolbar-md-primary .bar-button-solid-md-active {
  color: #fff;
  background-color: #17263C;
}

.toolbar-md-primary .bar-button-solid-md-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-md-primary .bar-button-black-md,
.toolbar-md-primary .bar-button-clear-md-black,
.toolbar-md-primary .bar-button-md-black {
  color: #17263C;
  background-color: transparent;
}

.toolbar-md-primary .bar-button-black-md:hover:not(.disable-hover),
.toolbar-md-primary .bar-button-clear-md-black:hover:not(.disable-hover),
.toolbar-md-primary .bar-button-md-black:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-md-primary .bar-button-outline-md-black {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-md-primary .bar-button-outline-md-black.activated {
  background-color: transparent;
}

.toolbar-md-primary .bar-button-outline-md-black .button-effect {
  background-color: #2a374c;
}

.toolbar-md-primary .bar-button-solid-md-black {
  color: #fff;
  background-color: #17263C;
}

.toolbar-md-primary .bar-button-solid-md-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-md-primary .bar-button-sacgreen-md,
.toolbar-md-primary .bar-button-clear-md-sacgreen,
.toolbar-md-primary .bar-button-md-sacgreen {
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-md-primary .bar-button-sacgreen-md:hover:not(.disable-hover),
.toolbar-md-primary .bar-button-clear-md-sacgreen:hover:not(.disable-hover),
.toolbar-md-primary .bar-button-md-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.toolbar-md-primary .bar-button-outline-md-sacgreen {
  border-color: #86a264;
  color: #86a264;
  background-color: transparent;
}

.toolbar-md-primary .bar-button-outline-md-sacgreen.activated {
  background-color: transparent;
}

.toolbar-md-primary .bar-button-outline-md-sacgreen .button-effect {
  background-color: #86a264;
}

.toolbar-md-primary .bar-button-solid-md-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-md-primary .bar-button-solid-md-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.bar-button-primary-md,
.bar-button-clear-md-primary,
.bar-button-md-primary {
  color: #17263C;
  background-color: transparent;
}

.bar-button-primary-md:hover:not(.disable-hover),
.bar-button-clear-md-primary:hover:not(.disable-hover),
.bar-button-md-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.bar-button-outline-md-primary {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.bar-button-outline-md-primary.activated {
  background-color: transparent;
}

.bar-button-outline-md-primary .button-effect {
  background-color: #2a374c;
}

.bar-button-solid-md-primary {
  color: #fff;
  background-color: #17263C;
}

.bar-button-solid-md-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-md-secondary .toolbar-background-md {
  background: #32db64;
}

.toolbar-md-secondary .bar-button-clear-md,
.toolbar-md-secondary .bar-button-default-md,
.toolbar-md-secondary .bar-button-outline-md,
.toolbar-md-secondary .toolbar-title-md {
  color: #fff;
}

.toolbar-md-secondary .bar-button-clear-md .button-effect,
.toolbar-md-secondary .bar-button-default-md .button-effect,
.toolbar-md-secondary .bar-button-outline-md .button-effect {
  background-color: #fff;
}

.toolbar-md-secondary .bar-button-outline-md {
  border-color: #fff;
}

.toolbar-md-secondary .bar-button-primary-md,
.toolbar-md-secondary .bar-button-clear-md-primary,
.toolbar-md-secondary .bar-button-md-primary {
  color: #17263C;
  background-color: transparent;
}

.toolbar-md-secondary .bar-button-primary-md:hover:not(.disable-hover),
.toolbar-md-secondary .bar-button-clear-md-primary:hover:not(.disable-hover),
.toolbar-md-secondary .bar-button-md-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-md-secondary .bar-button-outline-md-primary {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-md-secondary .bar-button-outline-md-primary.activated {
  background-color: transparent;
}

.toolbar-md-secondary .bar-button-outline-md-primary .button-effect {
  background-color: #2a374c;
}

.toolbar-md-secondary .bar-button-solid-md-primary {
  color: #fff;
  background-color: #17263C;
}

.toolbar-md-secondary .bar-button-solid-md-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-md-secondary .bar-button-secondary-md,
.toolbar-md-secondary .bar-button-clear-md-secondary,
.toolbar-md-secondary .bar-button-md-secondary {
  color: #32db64;
  background-color: transparent;
}

.toolbar-md-secondary .bar-button-secondary-md:hover:not(.disable-hover),
.toolbar-md-secondary .bar-button-clear-md-secondary:hover:not(.disable-hover),
.toolbar-md-secondary .bar-button-md-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.toolbar-md-secondary .bar-button-outline-md-secondary {
  border-color: #2ec95c;
  color: #2ec95c;
  background-color: transparent;
}

.toolbar-md-secondary .bar-button-outline-md-secondary.activated {
  background-color: transparent;
}

.toolbar-md-secondary .bar-button-outline-md-secondary .button-effect {
  background-color: #2ec95c;
}

.toolbar-md-secondary .bar-button-solid-md-secondary {
  color: #fff;
  background-color: #32db64;
}

.toolbar-md-secondary .bar-button-solid-md-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-md-secondary .bar-button-danger-md,
.toolbar-md-secondary .bar-button-clear-md-danger,
.toolbar-md-secondary .bar-button-md-danger {
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-md-secondary .bar-button-danger-md:hover:not(.disable-hover),
.toolbar-md-secondary .bar-button-clear-md-danger:hover:not(.disable-hover),
.toolbar-md-secondary .bar-button-md-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.toolbar-md-secondary .bar-button-outline-md-danger {
  border-color: #e13838;
  color: #e13838;
  background-color: transparent;
}

.toolbar-md-secondary .bar-button-outline-md-danger.activated {
  background-color: transparent;
}

.toolbar-md-secondary .bar-button-outline-md-danger .button-effect {
  background-color: #e13838;
}

.toolbar-md-secondary .bar-button-solid-md-danger {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-md-secondary .bar-button-solid-md-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-md-secondary .bar-button-light-md,
.toolbar-md-secondary .bar-button-clear-md-light,
.toolbar-md-secondary .bar-button-md-light {
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-md-secondary .bar-button-light-md:hover:not(.disable-hover),
.toolbar-md-secondary .bar-button-clear-md-light:hover:not(.disable-hover),
.toolbar-md-secondary .bar-button-md-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.toolbar-md-secondary .bar-button-outline-md-light {
  border-color: #e0e0e0;
  color: #e0e0e0;
  background-color: transparent;
}

.toolbar-md-secondary .bar-button-outline-md-light.activated {
  background-color: transparent;
}

.toolbar-md-secondary .bar-button-outline-md-light .button-effect {
  background-color: #e0e0e0;
}

.toolbar-md-secondary .bar-button-solid-md-light {
  color: #424242;
  background-color: #f4f4f4;
}

.toolbar-md-secondary .bar-button-solid-md-light.activated {
  color: #424242;
  background-color: #e0e0e0;
}

.toolbar-md-secondary .bar-button-white-md,
.toolbar-md-secondary .bar-button-clear-md-white,
.toolbar-md-secondary .bar-button-md-white {
  color: #ffffff;
  background-color: transparent;
}

.toolbar-md-secondary .bar-button-white-md:hover:not(.disable-hover),
.toolbar-md-secondary .bar-button-clear-md-white:hover:not(.disable-hover),
.toolbar-md-secondary .bar-button-md-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.toolbar-md-secondary .bar-button-outline-md-white {
  border-color: #ebebeb;
  color: #ebebeb;
  background-color: transparent;
}

.toolbar-md-secondary .bar-button-outline-md-white.activated {
  background-color: transparent;
}

.toolbar-md-secondary .bar-button-outline-md-white .button-effect {
  background-color: #ebebeb;
}

.toolbar-md-secondary .bar-button-solid-md-white {
  color: #424242;
  background-color: #ffffff;
}

.toolbar-md-secondary .bar-button-solid-md-white.activated {
  color: #424242;
  background-color: #ebebeb;
}

.toolbar-md-secondary .bar-button-dark-md,
.toolbar-md-secondary .bar-button-clear-md-dark,
.toolbar-md-secondary .bar-button-md-dark {
  color: #222;
  background-color: transparent;
}

.toolbar-md-secondary .bar-button-dark-md:hover:not(.disable-hover),
.toolbar-md-secondary .bar-button-clear-md-dark:hover:not(.disable-hover),
.toolbar-md-secondary .bar-button-md-dark:hover:not(.disable-hover) {
  color: #222;
}

.toolbar-md-secondary .bar-button-outline-md-dark {
  border-color: #343434;
  color: #343434;
  background-color: transparent;
}

.toolbar-md-secondary .bar-button-outline-md-dark.activated {
  background-color: transparent;
}

.toolbar-md-secondary .bar-button-outline-md-dark .button-effect {
  background-color: #343434;
}

.toolbar-md-secondary .bar-button-solid-md-dark {
  color: #fff;
  background-color: #222;
}

.toolbar-md-secondary .bar-button-solid-md-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-md-secondary .bar-button-sunflower-md,
.toolbar-md-secondary .bar-button-clear-md-sunflower,
.toolbar-md-secondary .bar-button-md-sunflower {
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-md-secondary .bar-button-sunflower-md:hover:not(.disable-hover),
.toolbar-md-secondary .bar-button-clear-md-sunflower:hover:not(.disable-hover),
.toolbar-md-secondary .bar-button-md-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.toolbar-md-secondary .bar-button-outline-md-sunflower {
  border-color: #deb40e;
  color: #deb40e;
  background-color: transparent;
}

.toolbar-md-secondary .bar-button-outline-md-sunflower.activated {
  background-color: transparent;
}

.toolbar-md-secondary .bar-button-outline-md-sunflower .button-effect {
  background-color: #deb40e;
}

.toolbar-md-secondary .bar-button-solid-md-sunflower {
  color: #424242;
  background-color: #f1c40f;
}

.toolbar-md-secondary .bar-button-solid-md-sunflower.activated {
  color: #424242;
  background-color: #deb40e;
}

.toolbar-md-secondary .bar-button-active-md,
.toolbar-md-secondary .bar-button-clear-md-active,
.toolbar-md-secondary .bar-button-md-active {
  color: #17263C;
  background-color: transparent;
}

.toolbar-md-secondary .bar-button-active-md:hover:not(.disable-hover),
.toolbar-md-secondary .bar-button-clear-md-active:hover:not(.disable-hover),
.toolbar-md-secondary .bar-button-md-active:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-md-secondary .bar-button-outline-md-active {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-md-secondary .bar-button-outline-md-active.activated {
  background-color: transparent;
}

.toolbar-md-secondary .bar-button-outline-md-active .button-effect {
  background-color: #2a374c;
}

.toolbar-md-secondary .bar-button-solid-md-active {
  color: #fff;
  background-color: #17263C;
}

.toolbar-md-secondary .bar-button-solid-md-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-md-secondary .bar-button-black-md,
.toolbar-md-secondary .bar-button-clear-md-black,
.toolbar-md-secondary .bar-button-md-black {
  color: #17263C;
  background-color: transparent;
}

.toolbar-md-secondary .bar-button-black-md:hover:not(.disable-hover),
.toolbar-md-secondary .bar-button-clear-md-black:hover:not(.disable-hover),
.toolbar-md-secondary .bar-button-md-black:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-md-secondary .bar-button-outline-md-black {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-md-secondary .bar-button-outline-md-black.activated {
  background-color: transparent;
}

.toolbar-md-secondary .bar-button-outline-md-black .button-effect {
  background-color: #2a374c;
}

.toolbar-md-secondary .bar-button-solid-md-black {
  color: #fff;
  background-color: #17263C;
}

.toolbar-md-secondary .bar-button-solid-md-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-md-secondary .bar-button-sacgreen-md,
.toolbar-md-secondary .bar-button-clear-md-sacgreen,
.toolbar-md-secondary .bar-button-md-sacgreen {
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-md-secondary .bar-button-sacgreen-md:hover:not(.disable-hover),
.toolbar-md-secondary .bar-button-clear-md-sacgreen:hover:not(.disable-hover),
.toolbar-md-secondary .bar-button-md-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.toolbar-md-secondary .bar-button-outline-md-sacgreen {
  border-color: #86a264;
  color: #86a264;
  background-color: transparent;
}

.toolbar-md-secondary .bar-button-outline-md-sacgreen.activated {
  background-color: transparent;
}

.toolbar-md-secondary .bar-button-outline-md-sacgreen .button-effect {
  background-color: #86a264;
}

.toolbar-md-secondary .bar-button-solid-md-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-md-secondary .bar-button-solid-md-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.bar-button-secondary-md,
.bar-button-clear-md-secondary,
.bar-button-md-secondary {
  color: #32db64;
  background-color: transparent;
}

.bar-button-secondary-md:hover:not(.disable-hover),
.bar-button-clear-md-secondary:hover:not(.disable-hover),
.bar-button-md-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.bar-button-outline-md-secondary {
  border-color: #2ec95c;
  color: #2ec95c;
  background-color: transparent;
}

.bar-button-outline-md-secondary.activated {
  background-color: transparent;
}

.bar-button-outline-md-secondary .button-effect {
  background-color: #2ec95c;
}

.bar-button-solid-md-secondary {
  color: #fff;
  background-color: #32db64;
}

.bar-button-solid-md-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-md-danger .toolbar-background-md {
  background: #f53d3d;
}

.toolbar-md-danger .bar-button-clear-md,
.toolbar-md-danger .bar-button-default-md,
.toolbar-md-danger .bar-button-outline-md,
.toolbar-md-danger .toolbar-title-md {
  color: #fff;
}

.toolbar-md-danger .bar-button-clear-md .button-effect,
.toolbar-md-danger .bar-button-default-md .button-effect,
.toolbar-md-danger .bar-button-outline-md .button-effect {
  background-color: #fff;
}

.toolbar-md-danger .bar-button-outline-md {
  border-color: #fff;
}

.toolbar-md-danger .bar-button-primary-md,
.toolbar-md-danger .bar-button-clear-md-primary,
.toolbar-md-danger .bar-button-md-primary {
  color: #17263C;
  background-color: transparent;
}

.toolbar-md-danger .bar-button-primary-md:hover:not(.disable-hover),
.toolbar-md-danger .bar-button-clear-md-primary:hover:not(.disable-hover),
.toolbar-md-danger .bar-button-md-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-md-danger .bar-button-outline-md-primary {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-md-danger .bar-button-outline-md-primary.activated {
  background-color: transparent;
}

.toolbar-md-danger .bar-button-outline-md-primary .button-effect {
  background-color: #2a374c;
}

.toolbar-md-danger .bar-button-solid-md-primary {
  color: #fff;
  background-color: #17263C;
}

.toolbar-md-danger .bar-button-solid-md-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-md-danger .bar-button-secondary-md,
.toolbar-md-danger .bar-button-clear-md-secondary,
.toolbar-md-danger .bar-button-md-secondary {
  color: #32db64;
  background-color: transparent;
}

.toolbar-md-danger .bar-button-secondary-md:hover:not(.disable-hover),
.toolbar-md-danger .bar-button-clear-md-secondary:hover:not(.disable-hover),
.toolbar-md-danger .bar-button-md-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.toolbar-md-danger .bar-button-outline-md-secondary {
  border-color: #2ec95c;
  color: #2ec95c;
  background-color: transparent;
}

.toolbar-md-danger .bar-button-outline-md-secondary.activated {
  background-color: transparent;
}

.toolbar-md-danger .bar-button-outline-md-secondary .button-effect {
  background-color: #2ec95c;
}

.toolbar-md-danger .bar-button-solid-md-secondary {
  color: #fff;
  background-color: #32db64;
}

.toolbar-md-danger .bar-button-solid-md-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-md-danger .bar-button-danger-md,
.toolbar-md-danger .bar-button-clear-md-danger,
.toolbar-md-danger .bar-button-md-danger {
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-md-danger .bar-button-danger-md:hover:not(.disable-hover),
.toolbar-md-danger .bar-button-clear-md-danger:hover:not(.disable-hover),
.toolbar-md-danger .bar-button-md-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.toolbar-md-danger .bar-button-outline-md-danger {
  border-color: #e13838;
  color: #e13838;
  background-color: transparent;
}

.toolbar-md-danger .bar-button-outline-md-danger.activated {
  background-color: transparent;
}

.toolbar-md-danger .bar-button-outline-md-danger .button-effect {
  background-color: #e13838;
}

.toolbar-md-danger .bar-button-solid-md-danger {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-md-danger .bar-button-solid-md-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-md-danger .bar-button-light-md,
.toolbar-md-danger .bar-button-clear-md-light,
.toolbar-md-danger .bar-button-md-light {
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-md-danger .bar-button-light-md:hover:not(.disable-hover),
.toolbar-md-danger .bar-button-clear-md-light:hover:not(.disable-hover),
.toolbar-md-danger .bar-button-md-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.toolbar-md-danger .bar-button-outline-md-light {
  border-color: #e0e0e0;
  color: #e0e0e0;
  background-color: transparent;
}

.toolbar-md-danger .bar-button-outline-md-light.activated {
  background-color: transparent;
}

.toolbar-md-danger .bar-button-outline-md-light .button-effect {
  background-color: #e0e0e0;
}

.toolbar-md-danger .bar-button-solid-md-light {
  color: #424242;
  background-color: #f4f4f4;
}

.toolbar-md-danger .bar-button-solid-md-light.activated {
  color: #424242;
  background-color: #e0e0e0;
}

.toolbar-md-danger .bar-button-white-md,
.toolbar-md-danger .bar-button-clear-md-white,
.toolbar-md-danger .bar-button-md-white {
  color: #ffffff;
  background-color: transparent;
}

.toolbar-md-danger .bar-button-white-md:hover:not(.disable-hover),
.toolbar-md-danger .bar-button-clear-md-white:hover:not(.disable-hover),
.toolbar-md-danger .bar-button-md-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.toolbar-md-danger .bar-button-outline-md-white {
  border-color: #ebebeb;
  color: #ebebeb;
  background-color: transparent;
}

.toolbar-md-danger .bar-button-outline-md-white.activated {
  background-color: transparent;
}

.toolbar-md-danger .bar-button-outline-md-white .button-effect {
  background-color: #ebebeb;
}

.toolbar-md-danger .bar-button-solid-md-white {
  color: #424242;
  background-color: #ffffff;
}

.toolbar-md-danger .bar-button-solid-md-white.activated {
  color: #424242;
  background-color: #ebebeb;
}

.toolbar-md-danger .bar-button-dark-md,
.toolbar-md-danger .bar-button-clear-md-dark,
.toolbar-md-danger .bar-button-md-dark {
  color: #222;
  background-color: transparent;
}

.toolbar-md-danger .bar-button-dark-md:hover:not(.disable-hover),
.toolbar-md-danger .bar-button-clear-md-dark:hover:not(.disable-hover),
.toolbar-md-danger .bar-button-md-dark:hover:not(.disable-hover) {
  color: #222;
}

.toolbar-md-danger .bar-button-outline-md-dark {
  border-color: #343434;
  color: #343434;
  background-color: transparent;
}

.toolbar-md-danger .bar-button-outline-md-dark.activated {
  background-color: transparent;
}

.toolbar-md-danger .bar-button-outline-md-dark .button-effect {
  background-color: #343434;
}

.toolbar-md-danger .bar-button-solid-md-dark {
  color: #fff;
  background-color: #222;
}

.toolbar-md-danger .bar-button-solid-md-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-md-danger .bar-button-sunflower-md,
.toolbar-md-danger .bar-button-clear-md-sunflower,
.toolbar-md-danger .bar-button-md-sunflower {
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-md-danger .bar-button-sunflower-md:hover:not(.disable-hover),
.toolbar-md-danger .bar-button-clear-md-sunflower:hover:not(.disable-hover),
.toolbar-md-danger .bar-button-md-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.toolbar-md-danger .bar-button-outline-md-sunflower {
  border-color: #deb40e;
  color: #deb40e;
  background-color: transparent;
}

.toolbar-md-danger .bar-button-outline-md-sunflower.activated {
  background-color: transparent;
}

.toolbar-md-danger .bar-button-outline-md-sunflower .button-effect {
  background-color: #deb40e;
}

.toolbar-md-danger .bar-button-solid-md-sunflower {
  color: #424242;
  background-color: #f1c40f;
}

.toolbar-md-danger .bar-button-solid-md-sunflower.activated {
  color: #424242;
  background-color: #deb40e;
}

.toolbar-md-danger .bar-button-active-md,
.toolbar-md-danger .bar-button-clear-md-active,
.toolbar-md-danger .bar-button-md-active {
  color: #17263C;
  background-color: transparent;
}

.toolbar-md-danger .bar-button-active-md:hover:not(.disable-hover),
.toolbar-md-danger .bar-button-clear-md-active:hover:not(.disable-hover),
.toolbar-md-danger .bar-button-md-active:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-md-danger .bar-button-outline-md-active {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-md-danger .bar-button-outline-md-active.activated {
  background-color: transparent;
}

.toolbar-md-danger .bar-button-outline-md-active .button-effect {
  background-color: #2a374c;
}

.toolbar-md-danger .bar-button-solid-md-active {
  color: #fff;
  background-color: #17263C;
}

.toolbar-md-danger .bar-button-solid-md-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-md-danger .bar-button-black-md,
.toolbar-md-danger .bar-button-clear-md-black,
.toolbar-md-danger .bar-button-md-black {
  color: #17263C;
  background-color: transparent;
}

.toolbar-md-danger .bar-button-black-md:hover:not(.disable-hover),
.toolbar-md-danger .bar-button-clear-md-black:hover:not(.disable-hover),
.toolbar-md-danger .bar-button-md-black:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-md-danger .bar-button-outline-md-black {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-md-danger .bar-button-outline-md-black.activated {
  background-color: transparent;
}

.toolbar-md-danger .bar-button-outline-md-black .button-effect {
  background-color: #2a374c;
}

.toolbar-md-danger .bar-button-solid-md-black {
  color: #fff;
  background-color: #17263C;
}

.toolbar-md-danger .bar-button-solid-md-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-md-danger .bar-button-sacgreen-md,
.toolbar-md-danger .bar-button-clear-md-sacgreen,
.toolbar-md-danger .bar-button-md-sacgreen {
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-md-danger .bar-button-sacgreen-md:hover:not(.disable-hover),
.toolbar-md-danger .bar-button-clear-md-sacgreen:hover:not(.disable-hover),
.toolbar-md-danger .bar-button-md-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.toolbar-md-danger .bar-button-outline-md-sacgreen {
  border-color: #86a264;
  color: #86a264;
  background-color: transparent;
}

.toolbar-md-danger .bar-button-outline-md-sacgreen.activated {
  background-color: transparent;
}

.toolbar-md-danger .bar-button-outline-md-sacgreen .button-effect {
  background-color: #86a264;
}

.toolbar-md-danger .bar-button-solid-md-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-md-danger .bar-button-solid-md-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.bar-button-danger-md,
.bar-button-clear-md-danger,
.bar-button-md-danger {
  color: #f53d3d;
  background-color: transparent;
}

.bar-button-danger-md:hover:not(.disable-hover),
.bar-button-clear-md-danger:hover:not(.disable-hover),
.bar-button-md-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.bar-button-outline-md-danger {
  border-color: #e13838;
  color: #e13838;
  background-color: transparent;
}

.bar-button-outline-md-danger.activated {
  background-color: transparent;
}

.bar-button-outline-md-danger .button-effect {
  background-color: #e13838;
}

.bar-button-solid-md-danger {
  color: #fff;
  background-color: #f53d3d;
}

.bar-button-solid-md-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-md-light .toolbar-background-md {
  background: #f4f4f4;
}

.toolbar-md-light .bar-button-clear-md,
.toolbar-md-light .bar-button-default-md,
.toolbar-md-light .bar-button-outline-md,
.toolbar-md-light .toolbar-title-md {
  color: #424242;
}

.toolbar-md-light .bar-button-clear-md .button-effect,
.toolbar-md-light .bar-button-default-md .button-effect,
.toolbar-md-light .bar-button-outline-md .button-effect {
  background-color: #424242;
}

.toolbar-md-light .bar-button-outline-md {
  border-color: #424242;
}

.toolbar-md-light .bar-button-primary-md,
.toolbar-md-light .bar-button-clear-md-primary,
.toolbar-md-light .bar-button-md-primary {
  color: #17263C;
  background-color: transparent;
}

.toolbar-md-light .bar-button-primary-md:hover:not(.disable-hover),
.toolbar-md-light .bar-button-clear-md-primary:hover:not(.disable-hover),
.toolbar-md-light .bar-button-md-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-md-light .bar-button-outline-md-primary {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-md-light .bar-button-outline-md-primary.activated {
  background-color: transparent;
}

.toolbar-md-light .bar-button-outline-md-primary .button-effect {
  background-color: #2a374c;
}

.toolbar-md-light .bar-button-solid-md-primary {
  color: #fff;
  background-color: #17263C;
}

.toolbar-md-light .bar-button-solid-md-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-md-light .bar-button-secondary-md,
.toolbar-md-light .bar-button-clear-md-secondary,
.toolbar-md-light .bar-button-md-secondary {
  color: #32db64;
  background-color: transparent;
}

.toolbar-md-light .bar-button-secondary-md:hover:not(.disable-hover),
.toolbar-md-light .bar-button-clear-md-secondary:hover:not(.disable-hover),
.toolbar-md-light .bar-button-md-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.toolbar-md-light .bar-button-outline-md-secondary {
  border-color: #2ec95c;
  color: #2ec95c;
  background-color: transparent;
}

.toolbar-md-light .bar-button-outline-md-secondary.activated {
  background-color: transparent;
}

.toolbar-md-light .bar-button-outline-md-secondary .button-effect {
  background-color: #2ec95c;
}

.toolbar-md-light .bar-button-solid-md-secondary {
  color: #fff;
  background-color: #32db64;
}

.toolbar-md-light .bar-button-solid-md-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-md-light .bar-button-danger-md,
.toolbar-md-light .bar-button-clear-md-danger,
.toolbar-md-light .bar-button-md-danger {
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-md-light .bar-button-danger-md:hover:not(.disable-hover),
.toolbar-md-light .bar-button-clear-md-danger:hover:not(.disable-hover),
.toolbar-md-light .bar-button-md-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.toolbar-md-light .bar-button-outline-md-danger {
  border-color: #e13838;
  color: #e13838;
  background-color: transparent;
}

.toolbar-md-light .bar-button-outline-md-danger.activated {
  background-color: transparent;
}

.toolbar-md-light .bar-button-outline-md-danger .button-effect {
  background-color: #e13838;
}

.toolbar-md-light .bar-button-solid-md-danger {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-md-light .bar-button-solid-md-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-md-light .bar-button-light-md,
.toolbar-md-light .bar-button-clear-md-light,
.toolbar-md-light .bar-button-md-light {
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-md-light .bar-button-light-md:hover:not(.disable-hover),
.toolbar-md-light .bar-button-clear-md-light:hover:not(.disable-hover),
.toolbar-md-light .bar-button-md-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.toolbar-md-light .bar-button-outline-md-light {
  border-color: #e0e0e0;
  color: #e0e0e0;
  background-color: transparent;
}

.toolbar-md-light .bar-button-outline-md-light.activated {
  background-color: transparent;
}

.toolbar-md-light .bar-button-outline-md-light .button-effect {
  background-color: #e0e0e0;
}

.toolbar-md-light .bar-button-solid-md-light {
  color: #424242;
  background-color: #f4f4f4;
}

.toolbar-md-light .bar-button-solid-md-light.activated {
  color: #424242;
  background-color: #e0e0e0;
}

.toolbar-md-light .bar-button-white-md,
.toolbar-md-light .bar-button-clear-md-white,
.toolbar-md-light .bar-button-md-white {
  color: #ffffff;
  background-color: transparent;
}

.toolbar-md-light .bar-button-white-md:hover:not(.disable-hover),
.toolbar-md-light .bar-button-clear-md-white:hover:not(.disable-hover),
.toolbar-md-light .bar-button-md-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.toolbar-md-light .bar-button-outline-md-white {
  border-color: #ebebeb;
  color: #ebebeb;
  background-color: transparent;
}

.toolbar-md-light .bar-button-outline-md-white.activated {
  background-color: transparent;
}

.toolbar-md-light .bar-button-outline-md-white .button-effect {
  background-color: #ebebeb;
}

.toolbar-md-light .bar-button-solid-md-white {
  color: #424242;
  background-color: #ffffff;
}

.toolbar-md-light .bar-button-solid-md-white.activated {
  color: #424242;
  background-color: #ebebeb;
}

.toolbar-md-light .bar-button-dark-md,
.toolbar-md-light .bar-button-clear-md-dark,
.toolbar-md-light .bar-button-md-dark {
  color: #222;
  background-color: transparent;
}

.toolbar-md-light .bar-button-dark-md:hover:not(.disable-hover),
.toolbar-md-light .bar-button-clear-md-dark:hover:not(.disable-hover),
.toolbar-md-light .bar-button-md-dark:hover:not(.disable-hover) {
  color: #222;
}

.toolbar-md-light .bar-button-outline-md-dark {
  border-color: #343434;
  color: #343434;
  background-color: transparent;
}

.toolbar-md-light .bar-button-outline-md-dark.activated {
  background-color: transparent;
}

.toolbar-md-light .bar-button-outline-md-dark .button-effect {
  background-color: #343434;
}

.toolbar-md-light .bar-button-solid-md-dark {
  color: #fff;
  background-color: #222;
}

.toolbar-md-light .bar-button-solid-md-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-md-light .bar-button-sunflower-md,
.toolbar-md-light .bar-button-clear-md-sunflower,
.toolbar-md-light .bar-button-md-sunflower {
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-md-light .bar-button-sunflower-md:hover:not(.disable-hover),
.toolbar-md-light .bar-button-clear-md-sunflower:hover:not(.disable-hover),
.toolbar-md-light .bar-button-md-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.toolbar-md-light .bar-button-outline-md-sunflower {
  border-color: #deb40e;
  color: #deb40e;
  background-color: transparent;
}

.toolbar-md-light .bar-button-outline-md-sunflower.activated {
  background-color: transparent;
}

.toolbar-md-light .bar-button-outline-md-sunflower .button-effect {
  background-color: #deb40e;
}

.toolbar-md-light .bar-button-solid-md-sunflower {
  color: #424242;
  background-color: #f1c40f;
}

.toolbar-md-light .bar-button-solid-md-sunflower.activated {
  color: #424242;
  background-color: #deb40e;
}

.toolbar-md-light .bar-button-active-md,
.toolbar-md-light .bar-button-clear-md-active,
.toolbar-md-light .bar-button-md-active {
  color: #17263C;
  background-color: transparent;
}

.toolbar-md-light .bar-button-active-md:hover:not(.disable-hover),
.toolbar-md-light .bar-button-clear-md-active:hover:not(.disable-hover),
.toolbar-md-light .bar-button-md-active:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-md-light .bar-button-outline-md-active {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-md-light .bar-button-outline-md-active.activated {
  background-color: transparent;
}

.toolbar-md-light .bar-button-outline-md-active .button-effect {
  background-color: #2a374c;
}

.toolbar-md-light .bar-button-solid-md-active {
  color: #fff;
  background-color: #17263C;
}

.toolbar-md-light .bar-button-solid-md-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-md-light .bar-button-black-md,
.toolbar-md-light .bar-button-clear-md-black,
.toolbar-md-light .bar-button-md-black {
  color: #17263C;
  background-color: transparent;
}

.toolbar-md-light .bar-button-black-md:hover:not(.disable-hover),
.toolbar-md-light .bar-button-clear-md-black:hover:not(.disable-hover),
.toolbar-md-light .bar-button-md-black:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-md-light .bar-button-outline-md-black {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-md-light .bar-button-outline-md-black.activated {
  background-color: transparent;
}

.toolbar-md-light .bar-button-outline-md-black .button-effect {
  background-color: #2a374c;
}

.toolbar-md-light .bar-button-solid-md-black {
  color: #fff;
  background-color: #17263C;
}

.toolbar-md-light .bar-button-solid-md-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-md-light .bar-button-sacgreen-md,
.toolbar-md-light .bar-button-clear-md-sacgreen,
.toolbar-md-light .bar-button-md-sacgreen {
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-md-light .bar-button-sacgreen-md:hover:not(.disable-hover),
.toolbar-md-light .bar-button-clear-md-sacgreen:hover:not(.disable-hover),
.toolbar-md-light .bar-button-md-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.toolbar-md-light .bar-button-outline-md-sacgreen {
  border-color: #86a264;
  color: #86a264;
  background-color: transparent;
}

.toolbar-md-light .bar-button-outline-md-sacgreen.activated {
  background-color: transparent;
}

.toolbar-md-light .bar-button-outline-md-sacgreen .button-effect {
  background-color: #86a264;
}

.toolbar-md-light .bar-button-solid-md-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-md-light .bar-button-solid-md-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.bar-button-light-md,
.bar-button-clear-md-light,
.bar-button-md-light {
  color: #f4f4f4;
  background-color: transparent;
}

.bar-button-light-md:hover:not(.disable-hover),
.bar-button-clear-md-light:hover:not(.disable-hover),
.bar-button-md-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.bar-button-outline-md-light {
  border-color: #e0e0e0;
  color: #e0e0e0;
  background-color: transparent;
}

.bar-button-outline-md-light.activated {
  background-color: transparent;
}

.bar-button-outline-md-light .button-effect {
  background-color: #e0e0e0;
}

.bar-button-solid-md-light {
  color: #424242;
  background-color: #f4f4f4;
}

.bar-button-solid-md-light.activated {
  color: #424242;
  background-color: #e0e0e0;
}

.toolbar-md-white .toolbar-background-md {
  background: #ffffff;
}

.toolbar-md-white .bar-button-clear-md,
.toolbar-md-white .bar-button-default-md,
.toolbar-md-white .bar-button-outline-md,
.toolbar-md-white .toolbar-title-md {
  color: #424242;
}

.toolbar-md-white .bar-button-clear-md .button-effect,
.toolbar-md-white .bar-button-default-md .button-effect,
.toolbar-md-white .bar-button-outline-md .button-effect {
  background-color: #424242;
}

.toolbar-md-white .bar-button-outline-md {
  border-color: #424242;
}

.toolbar-md-white .bar-button-primary-md,
.toolbar-md-white .bar-button-clear-md-primary,
.toolbar-md-white .bar-button-md-primary {
  color: #17263C;
  background-color: transparent;
}

.toolbar-md-white .bar-button-primary-md:hover:not(.disable-hover),
.toolbar-md-white .bar-button-clear-md-primary:hover:not(.disable-hover),
.toolbar-md-white .bar-button-md-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-md-white .bar-button-outline-md-primary {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-md-white .bar-button-outline-md-primary.activated {
  background-color: transparent;
}

.toolbar-md-white .bar-button-outline-md-primary .button-effect {
  background-color: #2a374c;
}

.toolbar-md-white .bar-button-solid-md-primary {
  color: #fff;
  background-color: #17263C;
}

.toolbar-md-white .bar-button-solid-md-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-md-white .bar-button-secondary-md,
.toolbar-md-white .bar-button-clear-md-secondary,
.toolbar-md-white .bar-button-md-secondary {
  color: #32db64;
  background-color: transparent;
}

.toolbar-md-white .bar-button-secondary-md:hover:not(.disable-hover),
.toolbar-md-white .bar-button-clear-md-secondary:hover:not(.disable-hover),
.toolbar-md-white .bar-button-md-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.toolbar-md-white .bar-button-outline-md-secondary {
  border-color: #2ec95c;
  color: #2ec95c;
  background-color: transparent;
}

.toolbar-md-white .bar-button-outline-md-secondary.activated {
  background-color: transparent;
}

.toolbar-md-white .bar-button-outline-md-secondary .button-effect {
  background-color: #2ec95c;
}

.toolbar-md-white .bar-button-solid-md-secondary {
  color: #fff;
  background-color: #32db64;
}

.toolbar-md-white .bar-button-solid-md-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-md-white .bar-button-danger-md,
.toolbar-md-white .bar-button-clear-md-danger,
.toolbar-md-white .bar-button-md-danger {
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-md-white .bar-button-danger-md:hover:not(.disable-hover),
.toolbar-md-white .bar-button-clear-md-danger:hover:not(.disable-hover),
.toolbar-md-white .bar-button-md-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.toolbar-md-white .bar-button-outline-md-danger {
  border-color: #e13838;
  color: #e13838;
  background-color: transparent;
}

.toolbar-md-white .bar-button-outline-md-danger.activated {
  background-color: transparent;
}

.toolbar-md-white .bar-button-outline-md-danger .button-effect {
  background-color: #e13838;
}

.toolbar-md-white .bar-button-solid-md-danger {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-md-white .bar-button-solid-md-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-md-white .bar-button-light-md,
.toolbar-md-white .bar-button-clear-md-light,
.toolbar-md-white .bar-button-md-light {
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-md-white .bar-button-light-md:hover:not(.disable-hover),
.toolbar-md-white .bar-button-clear-md-light:hover:not(.disable-hover),
.toolbar-md-white .bar-button-md-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.toolbar-md-white .bar-button-outline-md-light {
  border-color: #e0e0e0;
  color: #e0e0e0;
  background-color: transparent;
}

.toolbar-md-white .bar-button-outline-md-light.activated {
  background-color: transparent;
}

.toolbar-md-white .bar-button-outline-md-light .button-effect {
  background-color: #e0e0e0;
}

.toolbar-md-white .bar-button-solid-md-light {
  color: #424242;
  background-color: #f4f4f4;
}

.toolbar-md-white .bar-button-solid-md-light.activated {
  color: #424242;
  background-color: #e0e0e0;
}

.toolbar-md-white .bar-button-white-md,
.toolbar-md-white .bar-button-clear-md-white,
.toolbar-md-white .bar-button-md-white {
  color: #ffffff;
  background-color: transparent;
}

.toolbar-md-white .bar-button-white-md:hover:not(.disable-hover),
.toolbar-md-white .bar-button-clear-md-white:hover:not(.disable-hover),
.toolbar-md-white .bar-button-md-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.toolbar-md-white .bar-button-outline-md-white {
  border-color: #ebebeb;
  color: #ebebeb;
  background-color: transparent;
}

.toolbar-md-white .bar-button-outline-md-white.activated {
  background-color: transparent;
}

.toolbar-md-white .bar-button-outline-md-white .button-effect {
  background-color: #ebebeb;
}

.toolbar-md-white .bar-button-solid-md-white {
  color: #424242;
  background-color: #ffffff;
}

.toolbar-md-white .bar-button-solid-md-white.activated {
  color: #424242;
  background-color: #ebebeb;
}

.toolbar-md-white .bar-button-dark-md,
.toolbar-md-white .bar-button-clear-md-dark,
.toolbar-md-white .bar-button-md-dark {
  color: #222;
  background-color: transparent;
}

.toolbar-md-white .bar-button-dark-md:hover:not(.disable-hover),
.toolbar-md-white .bar-button-clear-md-dark:hover:not(.disable-hover),
.toolbar-md-white .bar-button-md-dark:hover:not(.disable-hover) {
  color: #222;
}

.toolbar-md-white .bar-button-outline-md-dark {
  border-color: #343434;
  color: #343434;
  background-color: transparent;
}

.toolbar-md-white .bar-button-outline-md-dark.activated {
  background-color: transparent;
}

.toolbar-md-white .bar-button-outline-md-dark .button-effect {
  background-color: #343434;
}

.toolbar-md-white .bar-button-solid-md-dark {
  color: #fff;
  background-color: #222;
}

.toolbar-md-white .bar-button-solid-md-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-md-white .bar-button-sunflower-md,
.toolbar-md-white .bar-button-clear-md-sunflower,
.toolbar-md-white .bar-button-md-sunflower {
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-md-white .bar-button-sunflower-md:hover:not(.disable-hover),
.toolbar-md-white .bar-button-clear-md-sunflower:hover:not(.disable-hover),
.toolbar-md-white .bar-button-md-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.toolbar-md-white .bar-button-outline-md-sunflower {
  border-color: #deb40e;
  color: #deb40e;
  background-color: transparent;
}

.toolbar-md-white .bar-button-outline-md-sunflower.activated {
  background-color: transparent;
}

.toolbar-md-white .bar-button-outline-md-sunflower .button-effect {
  background-color: #deb40e;
}

.toolbar-md-white .bar-button-solid-md-sunflower {
  color: #424242;
  background-color: #f1c40f;
}

.toolbar-md-white .bar-button-solid-md-sunflower.activated {
  color: #424242;
  background-color: #deb40e;
}

.toolbar-md-white .bar-button-active-md,
.toolbar-md-white .bar-button-clear-md-active,
.toolbar-md-white .bar-button-md-active {
  color: #17263C;
  background-color: transparent;
}

.toolbar-md-white .bar-button-active-md:hover:not(.disable-hover),
.toolbar-md-white .bar-button-clear-md-active:hover:not(.disable-hover),
.toolbar-md-white .bar-button-md-active:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-md-white .bar-button-outline-md-active {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-md-white .bar-button-outline-md-active.activated {
  background-color: transparent;
}

.toolbar-md-white .bar-button-outline-md-active .button-effect {
  background-color: #2a374c;
}

.toolbar-md-white .bar-button-solid-md-active {
  color: #fff;
  background-color: #17263C;
}

.toolbar-md-white .bar-button-solid-md-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-md-white .bar-button-black-md,
.toolbar-md-white .bar-button-clear-md-black,
.toolbar-md-white .bar-button-md-black {
  color: #17263C;
  background-color: transparent;
}

.toolbar-md-white .bar-button-black-md:hover:not(.disable-hover),
.toolbar-md-white .bar-button-clear-md-black:hover:not(.disable-hover),
.toolbar-md-white .bar-button-md-black:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-md-white .bar-button-outline-md-black {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-md-white .bar-button-outline-md-black.activated {
  background-color: transparent;
}

.toolbar-md-white .bar-button-outline-md-black .button-effect {
  background-color: #2a374c;
}

.toolbar-md-white .bar-button-solid-md-black {
  color: #fff;
  background-color: #17263C;
}

.toolbar-md-white .bar-button-solid-md-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-md-white .bar-button-sacgreen-md,
.toolbar-md-white .bar-button-clear-md-sacgreen,
.toolbar-md-white .bar-button-md-sacgreen {
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-md-white .bar-button-sacgreen-md:hover:not(.disable-hover),
.toolbar-md-white .bar-button-clear-md-sacgreen:hover:not(.disable-hover),
.toolbar-md-white .bar-button-md-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.toolbar-md-white .bar-button-outline-md-sacgreen {
  border-color: #86a264;
  color: #86a264;
  background-color: transparent;
}

.toolbar-md-white .bar-button-outline-md-sacgreen.activated {
  background-color: transparent;
}

.toolbar-md-white .bar-button-outline-md-sacgreen .button-effect {
  background-color: #86a264;
}

.toolbar-md-white .bar-button-solid-md-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-md-white .bar-button-solid-md-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.bar-button-white-md,
.bar-button-clear-md-white,
.bar-button-md-white {
  color: #ffffff;
  background-color: transparent;
}

.bar-button-white-md:hover:not(.disable-hover),
.bar-button-clear-md-white:hover:not(.disable-hover),
.bar-button-md-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.bar-button-outline-md-white {
  border-color: #ebebeb;
  color: #ebebeb;
  background-color: transparent;
}

.bar-button-outline-md-white.activated {
  background-color: transparent;
}

.bar-button-outline-md-white .button-effect {
  background-color: #ebebeb;
}

.bar-button-solid-md-white {
  color: #424242;
  background-color: #ffffff;
}

.bar-button-solid-md-white.activated {
  color: #424242;
  background-color: #ebebeb;
}

.toolbar-md-dark .toolbar-background-md {
  background: #222;
}

.toolbar-md-dark .bar-button-clear-md,
.toolbar-md-dark .bar-button-default-md,
.toolbar-md-dark .bar-button-outline-md,
.toolbar-md-dark .toolbar-title-md {
  color: #fff;
}

.toolbar-md-dark .bar-button-clear-md .button-effect,
.toolbar-md-dark .bar-button-default-md .button-effect,
.toolbar-md-dark .bar-button-outline-md .button-effect {
  background-color: #fff;
}

.toolbar-md-dark .bar-button-outline-md {
  border-color: #fff;
}

.toolbar-md-dark .bar-button-primary-md,
.toolbar-md-dark .bar-button-clear-md-primary,
.toolbar-md-dark .bar-button-md-primary {
  color: #17263C;
  background-color: transparent;
}

.toolbar-md-dark .bar-button-primary-md:hover:not(.disable-hover),
.toolbar-md-dark .bar-button-clear-md-primary:hover:not(.disable-hover),
.toolbar-md-dark .bar-button-md-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-md-dark .bar-button-outline-md-primary {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-md-dark .bar-button-outline-md-primary.activated {
  background-color: transparent;
}

.toolbar-md-dark .bar-button-outline-md-primary .button-effect {
  background-color: #2a374c;
}

.toolbar-md-dark .bar-button-solid-md-primary {
  color: #fff;
  background-color: #17263C;
}

.toolbar-md-dark .bar-button-solid-md-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-md-dark .bar-button-secondary-md,
.toolbar-md-dark .bar-button-clear-md-secondary,
.toolbar-md-dark .bar-button-md-secondary {
  color: #32db64;
  background-color: transparent;
}

.toolbar-md-dark .bar-button-secondary-md:hover:not(.disable-hover),
.toolbar-md-dark .bar-button-clear-md-secondary:hover:not(.disable-hover),
.toolbar-md-dark .bar-button-md-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.toolbar-md-dark .bar-button-outline-md-secondary {
  border-color: #2ec95c;
  color: #2ec95c;
  background-color: transparent;
}

.toolbar-md-dark .bar-button-outline-md-secondary.activated {
  background-color: transparent;
}

.toolbar-md-dark .bar-button-outline-md-secondary .button-effect {
  background-color: #2ec95c;
}

.toolbar-md-dark .bar-button-solid-md-secondary {
  color: #fff;
  background-color: #32db64;
}

.toolbar-md-dark .bar-button-solid-md-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-md-dark .bar-button-danger-md,
.toolbar-md-dark .bar-button-clear-md-danger,
.toolbar-md-dark .bar-button-md-danger {
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-md-dark .bar-button-danger-md:hover:not(.disable-hover),
.toolbar-md-dark .bar-button-clear-md-danger:hover:not(.disable-hover),
.toolbar-md-dark .bar-button-md-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.toolbar-md-dark .bar-button-outline-md-danger {
  border-color: #e13838;
  color: #e13838;
  background-color: transparent;
}

.toolbar-md-dark .bar-button-outline-md-danger.activated {
  background-color: transparent;
}

.toolbar-md-dark .bar-button-outline-md-danger .button-effect {
  background-color: #e13838;
}

.toolbar-md-dark .bar-button-solid-md-danger {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-md-dark .bar-button-solid-md-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-md-dark .bar-button-light-md,
.toolbar-md-dark .bar-button-clear-md-light,
.toolbar-md-dark .bar-button-md-light {
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-md-dark .bar-button-light-md:hover:not(.disable-hover),
.toolbar-md-dark .bar-button-clear-md-light:hover:not(.disable-hover),
.toolbar-md-dark .bar-button-md-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.toolbar-md-dark .bar-button-outline-md-light {
  border-color: #e0e0e0;
  color: #e0e0e0;
  background-color: transparent;
}

.toolbar-md-dark .bar-button-outline-md-light.activated {
  background-color: transparent;
}

.toolbar-md-dark .bar-button-outline-md-light .button-effect {
  background-color: #e0e0e0;
}

.toolbar-md-dark .bar-button-solid-md-light {
  color: #424242;
  background-color: #f4f4f4;
}

.toolbar-md-dark .bar-button-solid-md-light.activated {
  color: #424242;
  background-color: #e0e0e0;
}

.toolbar-md-dark .bar-button-white-md,
.toolbar-md-dark .bar-button-clear-md-white,
.toolbar-md-dark .bar-button-md-white {
  color: #ffffff;
  background-color: transparent;
}

.toolbar-md-dark .bar-button-white-md:hover:not(.disable-hover),
.toolbar-md-dark .bar-button-clear-md-white:hover:not(.disable-hover),
.toolbar-md-dark .bar-button-md-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.toolbar-md-dark .bar-button-outline-md-white {
  border-color: #ebebeb;
  color: #ebebeb;
  background-color: transparent;
}

.toolbar-md-dark .bar-button-outline-md-white.activated {
  background-color: transparent;
}

.toolbar-md-dark .bar-button-outline-md-white .button-effect {
  background-color: #ebebeb;
}

.toolbar-md-dark .bar-button-solid-md-white {
  color: #424242;
  background-color: #ffffff;
}

.toolbar-md-dark .bar-button-solid-md-white.activated {
  color: #424242;
  background-color: #ebebeb;
}

.toolbar-md-dark .bar-button-dark-md,
.toolbar-md-dark .bar-button-clear-md-dark,
.toolbar-md-dark .bar-button-md-dark {
  color: #222;
  background-color: transparent;
}

.toolbar-md-dark .bar-button-dark-md:hover:not(.disable-hover),
.toolbar-md-dark .bar-button-clear-md-dark:hover:not(.disable-hover),
.toolbar-md-dark .bar-button-md-dark:hover:not(.disable-hover) {
  color: #222;
}

.toolbar-md-dark .bar-button-outline-md-dark {
  border-color: #343434;
  color: #343434;
  background-color: transparent;
}

.toolbar-md-dark .bar-button-outline-md-dark.activated {
  background-color: transparent;
}

.toolbar-md-dark .bar-button-outline-md-dark .button-effect {
  background-color: #343434;
}

.toolbar-md-dark .bar-button-solid-md-dark {
  color: #fff;
  background-color: #222;
}

.toolbar-md-dark .bar-button-solid-md-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-md-dark .bar-button-sunflower-md,
.toolbar-md-dark .bar-button-clear-md-sunflower,
.toolbar-md-dark .bar-button-md-sunflower {
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-md-dark .bar-button-sunflower-md:hover:not(.disable-hover),
.toolbar-md-dark .bar-button-clear-md-sunflower:hover:not(.disable-hover),
.toolbar-md-dark .bar-button-md-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.toolbar-md-dark .bar-button-outline-md-sunflower {
  border-color: #deb40e;
  color: #deb40e;
  background-color: transparent;
}

.toolbar-md-dark .bar-button-outline-md-sunflower.activated {
  background-color: transparent;
}

.toolbar-md-dark .bar-button-outline-md-sunflower .button-effect {
  background-color: #deb40e;
}

.toolbar-md-dark .bar-button-solid-md-sunflower {
  color: #424242;
  background-color: #f1c40f;
}

.toolbar-md-dark .bar-button-solid-md-sunflower.activated {
  color: #424242;
  background-color: #deb40e;
}

.toolbar-md-dark .bar-button-active-md,
.toolbar-md-dark .bar-button-clear-md-active,
.toolbar-md-dark .bar-button-md-active {
  color: #17263C;
  background-color: transparent;
}

.toolbar-md-dark .bar-button-active-md:hover:not(.disable-hover),
.toolbar-md-dark .bar-button-clear-md-active:hover:not(.disable-hover),
.toolbar-md-dark .bar-button-md-active:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-md-dark .bar-button-outline-md-active {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-md-dark .bar-button-outline-md-active.activated {
  background-color: transparent;
}

.toolbar-md-dark .bar-button-outline-md-active .button-effect {
  background-color: #2a374c;
}

.toolbar-md-dark .bar-button-solid-md-active {
  color: #fff;
  background-color: #17263C;
}

.toolbar-md-dark .bar-button-solid-md-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-md-dark .bar-button-black-md,
.toolbar-md-dark .bar-button-clear-md-black,
.toolbar-md-dark .bar-button-md-black {
  color: #17263C;
  background-color: transparent;
}

.toolbar-md-dark .bar-button-black-md:hover:not(.disable-hover),
.toolbar-md-dark .bar-button-clear-md-black:hover:not(.disable-hover),
.toolbar-md-dark .bar-button-md-black:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-md-dark .bar-button-outline-md-black {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-md-dark .bar-button-outline-md-black.activated {
  background-color: transparent;
}

.toolbar-md-dark .bar-button-outline-md-black .button-effect {
  background-color: #2a374c;
}

.toolbar-md-dark .bar-button-solid-md-black {
  color: #fff;
  background-color: #17263C;
}

.toolbar-md-dark .bar-button-solid-md-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-md-dark .bar-button-sacgreen-md,
.toolbar-md-dark .bar-button-clear-md-sacgreen,
.toolbar-md-dark .bar-button-md-sacgreen {
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-md-dark .bar-button-sacgreen-md:hover:not(.disable-hover),
.toolbar-md-dark .bar-button-clear-md-sacgreen:hover:not(.disable-hover),
.toolbar-md-dark .bar-button-md-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.toolbar-md-dark .bar-button-outline-md-sacgreen {
  border-color: #86a264;
  color: #86a264;
  background-color: transparent;
}

.toolbar-md-dark .bar-button-outline-md-sacgreen.activated {
  background-color: transparent;
}

.toolbar-md-dark .bar-button-outline-md-sacgreen .button-effect {
  background-color: #86a264;
}

.toolbar-md-dark .bar-button-solid-md-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-md-dark .bar-button-solid-md-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.bar-button-dark-md,
.bar-button-clear-md-dark,
.bar-button-md-dark {
  color: #222;
  background-color: transparent;
}

.bar-button-dark-md:hover:not(.disable-hover),
.bar-button-clear-md-dark:hover:not(.disable-hover),
.bar-button-md-dark:hover:not(.disable-hover) {
  color: #222;
}

.bar-button-outline-md-dark {
  border-color: #343434;
  color: #343434;
  background-color: transparent;
}

.bar-button-outline-md-dark.activated {
  background-color: transparent;
}

.bar-button-outline-md-dark .button-effect {
  background-color: #343434;
}

.bar-button-solid-md-dark {
  color: #fff;
  background-color: #222;
}

.bar-button-solid-md-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-md-sunflower .toolbar-background-md {
  background: #f1c40f;
}

.toolbar-md-sunflower .bar-button-clear-md,
.toolbar-md-sunflower .bar-button-default-md,
.toolbar-md-sunflower .bar-button-outline-md,
.toolbar-md-sunflower .toolbar-title-md {
  color: #424242;
}

.toolbar-md-sunflower .bar-button-clear-md .button-effect,
.toolbar-md-sunflower .bar-button-default-md .button-effect,
.toolbar-md-sunflower .bar-button-outline-md .button-effect {
  background-color: #424242;
}

.toolbar-md-sunflower .bar-button-outline-md {
  border-color: #424242;
}

.toolbar-md-sunflower .bar-button-primary-md,
.toolbar-md-sunflower .bar-button-clear-md-primary,
.toolbar-md-sunflower .bar-button-md-primary {
  color: #17263C;
  background-color: transparent;
}

.toolbar-md-sunflower .bar-button-primary-md:hover:not(.disable-hover),
.toolbar-md-sunflower .bar-button-clear-md-primary:hover:not(.disable-hover),
.toolbar-md-sunflower .bar-button-md-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-md-sunflower .bar-button-outline-md-primary {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-md-sunflower .bar-button-outline-md-primary.activated {
  background-color: transparent;
}

.toolbar-md-sunflower .bar-button-outline-md-primary .button-effect {
  background-color: #2a374c;
}

.toolbar-md-sunflower .bar-button-solid-md-primary {
  color: #fff;
  background-color: #17263C;
}

.toolbar-md-sunflower .bar-button-solid-md-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-md-sunflower .bar-button-secondary-md,
.toolbar-md-sunflower .bar-button-clear-md-secondary,
.toolbar-md-sunflower .bar-button-md-secondary {
  color: #32db64;
  background-color: transparent;
}

.toolbar-md-sunflower .bar-button-secondary-md:hover:not(.disable-hover),
.toolbar-md-sunflower .bar-button-clear-md-secondary:hover:not(.disable-hover),
.toolbar-md-sunflower .bar-button-md-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.toolbar-md-sunflower .bar-button-outline-md-secondary {
  border-color: #2ec95c;
  color: #2ec95c;
  background-color: transparent;
}

.toolbar-md-sunflower .bar-button-outline-md-secondary.activated {
  background-color: transparent;
}

.toolbar-md-sunflower .bar-button-outline-md-secondary .button-effect {
  background-color: #2ec95c;
}

.toolbar-md-sunflower .bar-button-solid-md-secondary {
  color: #fff;
  background-color: #32db64;
}

.toolbar-md-sunflower .bar-button-solid-md-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-md-sunflower .bar-button-danger-md,
.toolbar-md-sunflower .bar-button-clear-md-danger,
.toolbar-md-sunflower .bar-button-md-danger {
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-md-sunflower .bar-button-danger-md:hover:not(.disable-hover),
.toolbar-md-sunflower .bar-button-clear-md-danger:hover:not(.disable-hover),
.toolbar-md-sunflower .bar-button-md-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.toolbar-md-sunflower .bar-button-outline-md-danger {
  border-color: #e13838;
  color: #e13838;
  background-color: transparent;
}

.toolbar-md-sunflower .bar-button-outline-md-danger.activated {
  background-color: transparent;
}

.toolbar-md-sunflower .bar-button-outline-md-danger .button-effect {
  background-color: #e13838;
}

.toolbar-md-sunflower .bar-button-solid-md-danger {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-md-sunflower .bar-button-solid-md-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-md-sunflower .bar-button-light-md,
.toolbar-md-sunflower .bar-button-clear-md-light,
.toolbar-md-sunflower .bar-button-md-light {
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-md-sunflower .bar-button-light-md:hover:not(.disable-hover),
.toolbar-md-sunflower .bar-button-clear-md-light:hover:not(.disable-hover),
.toolbar-md-sunflower .bar-button-md-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.toolbar-md-sunflower .bar-button-outline-md-light {
  border-color: #e0e0e0;
  color: #e0e0e0;
  background-color: transparent;
}

.toolbar-md-sunflower .bar-button-outline-md-light.activated {
  background-color: transparent;
}

.toolbar-md-sunflower .bar-button-outline-md-light .button-effect {
  background-color: #e0e0e0;
}

.toolbar-md-sunflower .bar-button-solid-md-light {
  color: #424242;
  background-color: #f4f4f4;
}

.toolbar-md-sunflower .bar-button-solid-md-light.activated {
  color: #424242;
  background-color: #e0e0e0;
}

.toolbar-md-sunflower .bar-button-white-md,
.toolbar-md-sunflower .bar-button-clear-md-white,
.toolbar-md-sunflower .bar-button-md-white {
  color: #ffffff;
  background-color: transparent;
}

.toolbar-md-sunflower .bar-button-white-md:hover:not(.disable-hover),
.toolbar-md-sunflower .bar-button-clear-md-white:hover:not(.disable-hover),
.toolbar-md-sunflower .bar-button-md-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.toolbar-md-sunflower .bar-button-outline-md-white {
  border-color: #ebebeb;
  color: #ebebeb;
  background-color: transparent;
}

.toolbar-md-sunflower .bar-button-outline-md-white.activated {
  background-color: transparent;
}

.toolbar-md-sunflower .bar-button-outline-md-white .button-effect {
  background-color: #ebebeb;
}

.toolbar-md-sunflower .bar-button-solid-md-white {
  color: #424242;
  background-color: #ffffff;
}

.toolbar-md-sunflower .bar-button-solid-md-white.activated {
  color: #424242;
  background-color: #ebebeb;
}

.toolbar-md-sunflower .bar-button-dark-md,
.toolbar-md-sunflower .bar-button-clear-md-dark,
.toolbar-md-sunflower .bar-button-md-dark {
  color: #222;
  background-color: transparent;
}

.toolbar-md-sunflower .bar-button-dark-md:hover:not(.disable-hover),
.toolbar-md-sunflower .bar-button-clear-md-dark:hover:not(.disable-hover),
.toolbar-md-sunflower .bar-button-md-dark:hover:not(.disable-hover) {
  color: #222;
}

.toolbar-md-sunflower .bar-button-outline-md-dark {
  border-color: #343434;
  color: #343434;
  background-color: transparent;
}

.toolbar-md-sunflower .bar-button-outline-md-dark.activated {
  background-color: transparent;
}

.toolbar-md-sunflower .bar-button-outline-md-dark .button-effect {
  background-color: #343434;
}

.toolbar-md-sunflower .bar-button-solid-md-dark {
  color: #fff;
  background-color: #222;
}

.toolbar-md-sunflower .bar-button-solid-md-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-md-sunflower .bar-button-sunflower-md,
.toolbar-md-sunflower .bar-button-clear-md-sunflower,
.toolbar-md-sunflower .bar-button-md-sunflower {
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-md-sunflower .bar-button-sunflower-md:hover:not(.disable-hover),
.toolbar-md-sunflower .bar-button-clear-md-sunflower:hover:not(.disable-hover),
.toolbar-md-sunflower .bar-button-md-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.toolbar-md-sunflower .bar-button-outline-md-sunflower {
  border-color: #deb40e;
  color: #deb40e;
  background-color: transparent;
}

.toolbar-md-sunflower .bar-button-outline-md-sunflower.activated {
  background-color: transparent;
}

.toolbar-md-sunflower .bar-button-outline-md-sunflower .button-effect {
  background-color: #deb40e;
}

.toolbar-md-sunflower .bar-button-solid-md-sunflower {
  color: #424242;
  background-color: #f1c40f;
}

.toolbar-md-sunflower .bar-button-solid-md-sunflower.activated {
  color: #424242;
  background-color: #deb40e;
}

.toolbar-md-sunflower .bar-button-active-md,
.toolbar-md-sunflower .bar-button-clear-md-active,
.toolbar-md-sunflower .bar-button-md-active {
  color: #17263C;
  background-color: transparent;
}

.toolbar-md-sunflower .bar-button-active-md:hover:not(.disable-hover),
.toolbar-md-sunflower .bar-button-clear-md-active:hover:not(.disable-hover),
.toolbar-md-sunflower .bar-button-md-active:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-md-sunflower .bar-button-outline-md-active {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-md-sunflower .bar-button-outline-md-active.activated {
  background-color: transparent;
}

.toolbar-md-sunflower .bar-button-outline-md-active .button-effect {
  background-color: #2a374c;
}

.toolbar-md-sunflower .bar-button-solid-md-active {
  color: #fff;
  background-color: #17263C;
}

.toolbar-md-sunflower .bar-button-solid-md-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-md-sunflower .bar-button-black-md,
.toolbar-md-sunflower .bar-button-clear-md-black,
.toolbar-md-sunflower .bar-button-md-black {
  color: #17263C;
  background-color: transparent;
}

.toolbar-md-sunflower .bar-button-black-md:hover:not(.disable-hover),
.toolbar-md-sunflower .bar-button-clear-md-black:hover:not(.disable-hover),
.toolbar-md-sunflower .bar-button-md-black:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-md-sunflower .bar-button-outline-md-black {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-md-sunflower .bar-button-outline-md-black.activated {
  background-color: transparent;
}

.toolbar-md-sunflower .bar-button-outline-md-black .button-effect {
  background-color: #2a374c;
}

.toolbar-md-sunflower .bar-button-solid-md-black {
  color: #fff;
  background-color: #17263C;
}

.toolbar-md-sunflower .bar-button-solid-md-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-md-sunflower .bar-button-sacgreen-md,
.toolbar-md-sunflower .bar-button-clear-md-sacgreen,
.toolbar-md-sunflower .bar-button-md-sacgreen {
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-md-sunflower .bar-button-sacgreen-md:hover:not(.disable-hover),
.toolbar-md-sunflower .bar-button-clear-md-sacgreen:hover:not(.disable-hover),
.toolbar-md-sunflower .bar-button-md-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.toolbar-md-sunflower .bar-button-outline-md-sacgreen {
  border-color: #86a264;
  color: #86a264;
  background-color: transparent;
}

.toolbar-md-sunflower .bar-button-outline-md-sacgreen.activated {
  background-color: transparent;
}

.toolbar-md-sunflower .bar-button-outline-md-sacgreen .button-effect {
  background-color: #86a264;
}

.toolbar-md-sunflower .bar-button-solid-md-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-md-sunflower .bar-button-solid-md-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.bar-button-sunflower-md,
.bar-button-clear-md-sunflower,
.bar-button-md-sunflower {
  color: #f1c40f;
  background-color: transparent;
}

.bar-button-sunflower-md:hover:not(.disable-hover),
.bar-button-clear-md-sunflower:hover:not(.disable-hover),
.bar-button-md-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.bar-button-outline-md-sunflower {
  border-color: #deb40e;
  color: #deb40e;
  background-color: transparent;
}

.bar-button-outline-md-sunflower.activated {
  background-color: transparent;
}

.bar-button-outline-md-sunflower .button-effect {
  background-color: #deb40e;
}

.bar-button-solid-md-sunflower {
  color: #424242;
  background-color: #f1c40f;
}

.bar-button-solid-md-sunflower.activated {
  color: #424242;
  background-color: #deb40e;
}

.toolbar-md-active .toolbar-background-md {
  background: #17263C;
}

.toolbar-md-active .bar-button-clear-md,
.toolbar-md-active .bar-button-default-md,
.toolbar-md-active .bar-button-outline-md,
.toolbar-md-active .toolbar-title-md {
  color: #fff;
}

.toolbar-md-active .bar-button-clear-md .button-effect,
.toolbar-md-active .bar-button-default-md .button-effect,
.toolbar-md-active .bar-button-outline-md .button-effect {
  background-color: #fff;
}

.toolbar-md-active .bar-button-outline-md {
  border-color: #fff;
}

.toolbar-md-active .bar-button-primary-md,
.toolbar-md-active .bar-button-clear-md-primary,
.toolbar-md-active .bar-button-md-primary {
  color: #17263C;
  background-color: transparent;
}

.toolbar-md-active .bar-button-primary-md:hover:not(.disable-hover),
.toolbar-md-active .bar-button-clear-md-primary:hover:not(.disable-hover),
.toolbar-md-active .bar-button-md-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-md-active .bar-button-outline-md-primary {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-md-active .bar-button-outline-md-primary.activated {
  background-color: transparent;
}

.toolbar-md-active .bar-button-outline-md-primary .button-effect {
  background-color: #2a374c;
}

.toolbar-md-active .bar-button-solid-md-primary {
  color: #fff;
  background-color: #17263C;
}

.toolbar-md-active .bar-button-solid-md-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-md-active .bar-button-secondary-md,
.toolbar-md-active .bar-button-clear-md-secondary,
.toolbar-md-active .bar-button-md-secondary {
  color: #32db64;
  background-color: transparent;
}

.toolbar-md-active .bar-button-secondary-md:hover:not(.disable-hover),
.toolbar-md-active .bar-button-clear-md-secondary:hover:not(.disable-hover),
.toolbar-md-active .bar-button-md-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.toolbar-md-active .bar-button-outline-md-secondary {
  border-color: #2ec95c;
  color: #2ec95c;
  background-color: transparent;
}

.toolbar-md-active .bar-button-outline-md-secondary.activated {
  background-color: transparent;
}

.toolbar-md-active .bar-button-outline-md-secondary .button-effect {
  background-color: #2ec95c;
}

.toolbar-md-active .bar-button-solid-md-secondary {
  color: #fff;
  background-color: #32db64;
}

.toolbar-md-active .bar-button-solid-md-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-md-active .bar-button-danger-md,
.toolbar-md-active .bar-button-clear-md-danger,
.toolbar-md-active .bar-button-md-danger {
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-md-active .bar-button-danger-md:hover:not(.disable-hover),
.toolbar-md-active .bar-button-clear-md-danger:hover:not(.disable-hover),
.toolbar-md-active .bar-button-md-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.toolbar-md-active .bar-button-outline-md-danger {
  border-color: #e13838;
  color: #e13838;
  background-color: transparent;
}

.toolbar-md-active .bar-button-outline-md-danger.activated {
  background-color: transparent;
}

.toolbar-md-active .bar-button-outline-md-danger .button-effect {
  background-color: #e13838;
}

.toolbar-md-active .bar-button-solid-md-danger {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-md-active .bar-button-solid-md-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-md-active .bar-button-light-md,
.toolbar-md-active .bar-button-clear-md-light,
.toolbar-md-active .bar-button-md-light {
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-md-active .bar-button-light-md:hover:not(.disable-hover),
.toolbar-md-active .bar-button-clear-md-light:hover:not(.disable-hover),
.toolbar-md-active .bar-button-md-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.toolbar-md-active .bar-button-outline-md-light {
  border-color: #e0e0e0;
  color: #e0e0e0;
  background-color: transparent;
}

.toolbar-md-active .bar-button-outline-md-light.activated {
  background-color: transparent;
}

.toolbar-md-active .bar-button-outline-md-light .button-effect {
  background-color: #e0e0e0;
}

.toolbar-md-active .bar-button-solid-md-light {
  color: #424242;
  background-color: #f4f4f4;
}

.toolbar-md-active .bar-button-solid-md-light.activated {
  color: #424242;
  background-color: #e0e0e0;
}

.toolbar-md-active .bar-button-white-md,
.toolbar-md-active .bar-button-clear-md-white,
.toolbar-md-active .bar-button-md-white {
  color: #ffffff;
  background-color: transparent;
}

.toolbar-md-active .bar-button-white-md:hover:not(.disable-hover),
.toolbar-md-active .bar-button-clear-md-white:hover:not(.disable-hover),
.toolbar-md-active .bar-button-md-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.toolbar-md-active .bar-button-outline-md-white {
  border-color: #ebebeb;
  color: #ebebeb;
  background-color: transparent;
}

.toolbar-md-active .bar-button-outline-md-white.activated {
  background-color: transparent;
}

.toolbar-md-active .bar-button-outline-md-white .button-effect {
  background-color: #ebebeb;
}

.toolbar-md-active .bar-button-solid-md-white {
  color: #424242;
  background-color: #ffffff;
}

.toolbar-md-active .bar-button-solid-md-white.activated {
  color: #424242;
  background-color: #ebebeb;
}

.toolbar-md-active .bar-button-dark-md,
.toolbar-md-active .bar-button-clear-md-dark,
.toolbar-md-active .bar-button-md-dark {
  color: #222;
  background-color: transparent;
}

.toolbar-md-active .bar-button-dark-md:hover:not(.disable-hover),
.toolbar-md-active .bar-button-clear-md-dark:hover:not(.disable-hover),
.toolbar-md-active .bar-button-md-dark:hover:not(.disable-hover) {
  color: #222;
}

.toolbar-md-active .bar-button-outline-md-dark {
  border-color: #343434;
  color: #343434;
  background-color: transparent;
}

.toolbar-md-active .bar-button-outline-md-dark.activated {
  background-color: transparent;
}

.toolbar-md-active .bar-button-outline-md-dark .button-effect {
  background-color: #343434;
}

.toolbar-md-active .bar-button-solid-md-dark {
  color: #fff;
  background-color: #222;
}

.toolbar-md-active .bar-button-solid-md-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-md-active .bar-button-sunflower-md,
.toolbar-md-active .bar-button-clear-md-sunflower,
.toolbar-md-active .bar-button-md-sunflower {
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-md-active .bar-button-sunflower-md:hover:not(.disable-hover),
.toolbar-md-active .bar-button-clear-md-sunflower:hover:not(.disable-hover),
.toolbar-md-active .bar-button-md-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.toolbar-md-active .bar-button-outline-md-sunflower {
  border-color: #deb40e;
  color: #deb40e;
  background-color: transparent;
}

.toolbar-md-active .bar-button-outline-md-sunflower.activated {
  background-color: transparent;
}

.toolbar-md-active .bar-button-outline-md-sunflower .button-effect {
  background-color: #deb40e;
}

.toolbar-md-active .bar-button-solid-md-sunflower {
  color: #424242;
  background-color: #f1c40f;
}

.toolbar-md-active .bar-button-solid-md-sunflower.activated {
  color: #424242;
  background-color: #deb40e;
}

.toolbar-md-active .bar-button-active-md,
.toolbar-md-active .bar-button-clear-md-active,
.toolbar-md-active .bar-button-md-active {
  color: #17263C;
  background-color: transparent;
}

.toolbar-md-active .bar-button-active-md:hover:not(.disable-hover),
.toolbar-md-active .bar-button-clear-md-active:hover:not(.disable-hover),
.toolbar-md-active .bar-button-md-active:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-md-active .bar-button-outline-md-active {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-md-active .bar-button-outline-md-active.activated {
  background-color: transparent;
}

.toolbar-md-active .bar-button-outline-md-active .button-effect {
  background-color: #2a374c;
}

.toolbar-md-active .bar-button-solid-md-active {
  color: #fff;
  background-color: #17263C;
}

.toolbar-md-active .bar-button-solid-md-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-md-active .bar-button-black-md,
.toolbar-md-active .bar-button-clear-md-black,
.toolbar-md-active .bar-button-md-black {
  color: #17263C;
  background-color: transparent;
}

.toolbar-md-active .bar-button-black-md:hover:not(.disable-hover),
.toolbar-md-active .bar-button-clear-md-black:hover:not(.disable-hover),
.toolbar-md-active .bar-button-md-black:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-md-active .bar-button-outline-md-black {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-md-active .bar-button-outline-md-black.activated {
  background-color: transparent;
}

.toolbar-md-active .bar-button-outline-md-black .button-effect {
  background-color: #2a374c;
}

.toolbar-md-active .bar-button-solid-md-black {
  color: #fff;
  background-color: #17263C;
}

.toolbar-md-active .bar-button-solid-md-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-md-active .bar-button-sacgreen-md,
.toolbar-md-active .bar-button-clear-md-sacgreen,
.toolbar-md-active .bar-button-md-sacgreen {
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-md-active .bar-button-sacgreen-md:hover:not(.disable-hover),
.toolbar-md-active .bar-button-clear-md-sacgreen:hover:not(.disable-hover),
.toolbar-md-active .bar-button-md-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.toolbar-md-active .bar-button-outline-md-sacgreen {
  border-color: #86a264;
  color: #86a264;
  background-color: transparent;
}

.toolbar-md-active .bar-button-outline-md-sacgreen.activated {
  background-color: transparent;
}

.toolbar-md-active .bar-button-outline-md-sacgreen .button-effect {
  background-color: #86a264;
}

.toolbar-md-active .bar-button-solid-md-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-md-active .bar-button-solid-md-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.bar-button-active-md,
.bar-button-clear-md-active,
.bar-button-md-active {
  color: #17263C;
  background-color: transparent;
}

.bar-button-active-md:hover:not(.disable-hover),
.bar-button-clear-md-active:hover:not(.disable-hover),
.bar-button-md-active:hover:not(.disable-hover) {
  color: #17263C;
}

.bar-button-outline-md-active {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.bar-button-outline-md-active.activated {
  background-color: transparent;
}

.bar-button-outline-md-active .button-effect {
  background-color: #2a374c;
}

.bar-button-solid-md-active {
  color: #fff;
  background-color: #17263C;
}

.bar-button-solid-md-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-md-black .toolbar-background-md {
  background: #17263C;
}

.toolbar-md-black .bar-button-clear-md,
.toolbar-md-black .bar-button-default-md,
.toolbar-md-black .bar-button-outline-md,
.toolbar-md-black .toolbar-title-md {
  color: #fff;
}

.toolbar-md-black .bar-button-clear-md .button-effect,
.toolbar-md-black .bar-button-default-md .button-effect,
.toolbar-md-black .bar-button-outline-md .button-effect {
  background-color: #fff;
}

.toolbar-md-black .bar-button-outline-md {
  border-color: #fff;
}

.toolbar-md-black .bar-button-primary-md,
.toolbar-md-black .bar-button-clear-md-primary,
.toolbar-md-black .bar-button-md-primary {
  color: #17263C;
  background-color: transparent;
}

.toolbar-md-black .bar-button-primary-md:hover:not(.disable-hover),
.toolbar-md-black .bar-button-clear-md-primary:hover:not(.disable-hover),
.toolbar-md-black .bar-button-md-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-md-black .bar-button-outline-md-primary {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-md-black .bar-button-outline-md-primary.activated {
  background-color: transparent;
}

.toolbar-md-black .bar-button-outline-md-primary .button-effect {
  background-color: #2a374c;
}

.toolbar-md-black .bar-button-solid-md-primary {
  color: #fff;
  background-color: #17263C;
}

.toolbar-md-black .bar-button-solid-md-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-md-black .bar-button-secondary-md,
.toolbar-md-black .bar-button-clear-md-secondary,
.toolbar-md-black .bar-button-md-secondary {
  color: #32db64;
  background-color: transparent;
}

.toolbar-md-black .bar-button-secondary-md:hover:not(.disable-hover),
.toolbar-md-black .bar-button-clear-md-secondary:hover:not(.disable-hover),
.toolbar-md-black .bar-button-md-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.toolbar-md-black .bar-button-outline-md-secondary {
  border-color: #2ec95c;
  color: #2ec95c;
  background-color: transparent;
}

.toolbar-md-black .bar-button-outline-md-secondary.activated {
  background-color: transparent;
}

.toolbar-md-black .bar-button-outline-md-secondary .button-effect {
  background-color: #2ec95c;
}

.toolbar-md-black .bar-button-solid-md-secondary {
  color: #fff;
  background-color: #32db64;
}

.toolbar-md-black .bar-button-solid-md-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-md-black .bar-button-danger-md,
.toolbar-md-black .bar-button-clear-md-danger,
.toolbar-md-black .bar-button-md-danger {
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-md-black .bar-button-danger-md:hover:not(.disable-hover),
.toolbar-md-black .bar-button-clear-md-danger:hover:not(.disable-hover),
.toolbar-md-black .bar-button-md-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.toolbar-md-black .bar-button-outline-md-danger {
  border-color: #e13838;
  color: #e13838;
  background-color: transparent;
}

.toolbar-md-black .bar-button-outline-md-danger.activated {
  background-color: transparent;
}

.toolbar-md-black .bar-button-outline-md-danger .button-effect {
  background-color: #e13838;
}

.toolbar-md-black .bar-button-solid-md-danger {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-md-black .bar-button-solid-md-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-md-black .bar-button-light-md,
.toolbar-md-black .bar-button-clear-md-light,
.toolbar-md-black .bar-button-md-light {
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-md-black .bar-button-light-md:hover:not(.disable-hover),
.toolbar-md-black .bar-button-clear-md-light:hover:not(.disable-hover),
.toolbar-md-black .bar-button-md-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.toolbar-md-black .bar-button-outline-md-light {
  border-color: #e0e0e0;
  color: #e0e0e0;
  background-color: transparent;
}

.toolbar-md-black .bar-button-outline-md-light.activated {
  background-color: transparent;
}

.toolbar-md-black .bar-button-outline-md-light .button-effect {
  background-color: #e0e0e0;
}

.toolbar-md-black .bar-button-solid-md-light {
  color: #424242;
  background-color: #f4f4f4;
}

.toolbar-md-black .bar-button-solid-md-light.activated {
  color: #424242;
  background-color: #e0e0e0;
}

.toolbar-md-black .bar-button-white-md,
.toolbar-md-black .bar-button-clear-md-white,
.toolbar-md-black .bar-button-md-white {
  color: #ffffff;
  background-color: transparent;
}

.toolbar-md-black .bar-button-white-md:hover:not(.disable-hover),
.toolbar-md-black .bar-button-clear-md-white:hover:not(.disable-hover),
.toolbar-md-black .bar-button-md-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.toolbar-md-black .bar-button-outline-md-white {
  border-color: #ebebeb;
  color: #ebebeb;
  background-color: transparent;
}

.toolbar-md-black .bar-button-outline-md-white.activated {
  background-color: transparent;
}

.toolbar-md-black .bar-button-outline-md-white .button-effect {
  background-color: #ebebeb;
}

.toolbar-md-black .bar-button-solid-md-white {
  color: #424242;
  background-color: #ffffff;
}

.toolbar-md-black .bar-button-solid-md-white.activated {
  color: #424242;
  background-color: #ebebeb;
}

.toolbar-md-black .bar-button-dark-md,
.toolbar-md-black .bar-button-clear-md-dark,
.toolbar-md-black .bar-button-md-dark {
  color: #222;
  background-color: transparent;
}

.toolbar-md-black .bar-button-dark-md:hover:not(.disable-hover),
.toolbar-md-black .bar-button-clear-md-dark:hover:not(.disable-hover),
.toolbar-md-black .bar-button-md-dark:hover:not(.disable-hover) {
  color: #222;
}

.toolbar-md-black .bar-button-outline-md-dark {
  border-color: #343434;
  color: #343434;
  background-color: transparent;
}

.toolbar-md-black .bar-button-outline-md-dark.activated {
  background-color: transparent;
}

.toolbar-md-black .bar-button-outline-md-dark .button-effect {
  background-color: #343434;
}

.toolbar-md-black .bar-button-solid-md-dark {
  color: #fff;
  background-color: #222;
}

.toolbar-md-black .bar-button-solid-md-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-md-black .bar-button-sunflower-md,
.toolbar-md-black .bar-button-clear-md-sunflower,
.toolbar-md-black .bar-button-md-sunflower {
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-md-black .bar-button-sunflower-md:hover:not(.disable-hover),
.toolbar-md-black .bar-button-clear-md-sunflower:hover:not(.disable-hover),
.toolbar-md-black .bar-button-md-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.toolbar-md-black .bar-button-outline-md-sunflower {
  border-color: #deb40e;
  color: #deb40e;
  background-color: transparent;
}

.toolbar-md-black .bar-button-outline-md-sunflower.activated {
  background-color: transparent;
}

.toolbar-md-black .bar-button-outline-md-sunflower .button-effect {
  background-color: #deb40e;
}

.toolbar-md-black .bar-button-solid-md-sunflower {
  color: #424242;
  background-color: #f1c40f;
}

.toolbar-md-black .bar-button-solid-md-sunflower.activated {
  color: #424242;
  background-color: #deb40e;
}

.toolbar-md-black .bar-button-active-md,
.toolbar-md-black .bar-button-clear-md-active,
.toolbar-md-black .bar-button-md-active {
  color: #17263C;
  background-color: transparent;
}

.toolbar-md-black .bar-button-active-md:hover:not(.disable-hover),
.toolbar-md-black .bar-button-clear-md-active:hover:not(.disable-hover),
.toolbar-md-black .bar-button-md-active:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-md-black .bar-button-outline-md-active {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-md-black .bar-button-outline-md-active.activated {
  background-color: transparent;
}

.toolbar-md-black .bar-button-outline-md-active .button-effect {
  background-color: #2a374c;
}

.toolbar-md-black .bar-button-solid-md-active {
  color: #fff;
  background-color: #17263C;
}

.toolbar-md-black .bar-button-solid-md-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-md-black .bar-button-black-md,
.toolbar-md-black .bar-button-clear-md-black,
.toolbar-md-black .bar-button-md-black {
  color: #17263C;
  background-color: transparent;
}

.toolbar-md-black .bar-button-black-md:hover:not(.disable-hover),
.toolbar-md-black .bar-button-clear-md-black:hover:not(.disable-hover),
.toolbar-md-black .bar-button-md-black:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-md-black .bar-button-outline-md-black {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-md-black .bar-button-outline-md-black.activated {
  background-color: transparent;
}

.toolbar-md-black .bar-button-outline-md-black .button-effect {
  background-color: #2a374c;
}

.toolbar-md-black .bar-button-solid-md-black {
  color: #fff;
  background-color: #17263C;
}

.toolbar-md-black .bar-button-solid-md-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-md-black .bar-button-sacgreen-md,
.toolbar-md-black .bar-button-clear-md-sacgreen,
.toolbar-md-black .bar-button-md-sacgreen {
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-md-black .bar-button-sacgreen-md:hover:not(.disable-hover),
.toolbar-md-black .bar-button-clear-md-sacgreen:hover:not(.disable-hover),
.toolbar-md-black .bar-button-md-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.toolbar-md-black .bar-button-outline-md-sacgreen {
  border-color: #86a264;
  color: #86a264;
  background-color: transparent;
}

.toolbar-md-black .bar-button-outline-md-sacgreen.activated {
  background-color: transparent;
}

.toolbar-md-black .bar-button-outline-md-sacgreen .button-effect {
  background-color: #86a264;
}

.toolbar-md-black .bar-button-solid-md-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-md-black .bar-button-solid-md-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.bar-button-black-md,
.bar-button-clear-md-black,
.bar-button-md-black {
  color: #17263C;
  background-color: transparent;
}

.bar-button-black-md:hover:not(.disable-hover),
.bar-button-clear-md-black:hover:not(.disable-hover),
.bar-button-md-black:hover:not(.disable-hover) {
  color: #17263C;
}

.bar-button-outline-md-black {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.bar-button-outline-md-black.activated {
  background-color: transparent;
}

.bar-button-outline-md-black .button-effect {
  background-color: #2a374c;
}

.bar-button-solid-md-black {
  color: #fff;
  background-color: #17263C;
}

.bar-button-solid-md-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-md-sacgreen .toolbar-background-md {
  background: #7c9a56;
}

.toolbar-md-sacgreen .bar-button-clear-md,
.toolbar-md-sacgreen .bar-button-default-md,
.toolbar-md-sacgreen .bar-button-outline-md,
.toolbar-md-sacgreen .toolbar-title-md {
  color: #fff;
}

.toolbar-md-sacgreen .bar-button-clear-md .button-effect,
.toolbar-md-sacgreen .bar-button-default-md .button-effect,
.toolbar-md-sacgreen .bar-button-outline-md .button-effect {
  background-color: #fff;
}

.toolbar-md-sacgreen .bar-button-outline-md {
  border-color: #fff;
}

.toolbar-md-sacgreen .bar-button-primary-md,
.toolbar-md-sacgreen .bar-button-clear-md-primary,
.toolbar-md-sacgreen .bar-button-md-primary {
  color: #17263C;
  background-color: transparent;
}

.toolbar-md-sacgreen .bar-button-primary-md:hover:not(.disable-hover),
.toolbar-md-sacgreen .bar-button-clear-md-primary:hover:not(.disable-hover),
.toolbar-md-sacgreen .bar-button-md-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-md-sacgreen .bar-button-outline-md-primary {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-md-sacgreen .bar-button-outline-md-primary.activated {
  background-color: transparent;
}

.toolbar-md-sacgreen .bar-button-outline-md-primary .button-effect {
  background-color: #2a374c;
}

.toolbar-md-sacgreen .bar-button-solid-md-primary {
  color: #fff;
  background-color: #17263C;
}

.toolbar-md-sacgreen .bar-button-solid-md-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-md-sacgreen .bar-button-secondary-md,
.toolbar-md-sacgreen .bar-button-clear-md-secondary,
.toolbar-md-sacgreen .bar-button-md-secondary {
  color: #32db64;
  background-color: transparent;
}

.toolbar-md-sacgreen .bar-button-secondary-md:hover:not(.disable-hover),
.toolbar-md-sacgreen .bar-button-clear-md-secondary:hover:not(.disable-hover),
.toolbar-md-sacgreen .bar-button-md-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.toolbar-md-sacgreen .bar-button-outline-md-secondary {
  border-color: #2ec95c;
  color: #2ec95c;
  background-color: transparent;
}

.toolbar-md-sacgreen .bar-button-outline-md-secondary.activated {
  background-color: transparent;
}

.toolbar-md-sacgreen .bar-button-outline-md-secondary .button-effect {
  background-color: #2ec95c;
}

.toolbar-md-sacgreen .bar-button-solid-md-secondary {
  color: #fff;
  background-color: #32db64;
}

.toolbar-md-sacgreen .bar-button-solid-md-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-md-sacgreen .bar-button-danger-md,
.toolbar-md-sacgreen .bar-button-clear-md-danger,
.toolbar-md-sacgreen .bar-button-md-danger {
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-md-sacgreen .bar-button-danger-md:hover:not(.disable-hover),
.toolbar-md-sacgreen .bar-button-clear-md-danger:hover:not(.disable-hover),
.toolbar-md-sacgreen .bar-button-md-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.toolbar-md-sacgreen .bar-button-outline-md-danger {
  border-color: #e13838;
  color: #e13838;
  background-color: transparent;
}

.toolbar-md-sacgreen .bar-button-outline-md-danger.activated {
  background-color: transparent;
}

.toolbar-md-sacgreen .bar-button-outline-md-danger .button-effect {
  background-color: #e13838;
}

.toolbar-md-sacgreen .bar-button-solid-md-danger {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-md-sacgreen .bar-button-solid-md-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-md-sacgreen .bar-button-light-md,
.toolbar-md-sacgreen .bar-button-clear-md-light,
.toolbar-md-sacgreen .bar-button-md-light {
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-md-sacgreen .bar-button-light-md:hover:not(.disable-hover),
.toolbar-md-sacgreen .bar-button-clear-md-light:hover:not(.disable-hover),
.toolbar-md-sacgreen .bar-button-md-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.toolbar-md-sacgreen .bar-button-outline-md-light {
  border-color: #e0e0e0;
  color: #e0e0e0;
  background-color: transparent;
}

.toolbar-md-sacgreen .bar-button-outline-md-light.activated {
  background-color: transparent;
}

.toolbar-md-sacgreen .bar-button-outline-md-light .button-effect {
  background-color: #e0e0e0;
}

.toolbar-md-sacgreen .bar-button-solid-md-light {
  color: #424242;
  background-color: #f4f4f4;
}

.toolbar-md-sacgreen .bar-button-solid-md-light.activated {
  color: #424242;
  background-color: #e0e0e0;
}

.toolbar-md-sacgreen .bar-button-white-md,
.toolbar-md-sacgreen .bar-button-clear-md-white,
.toolbar-md-sacgreen .bar-button-md-white {
  color: #ffffff;
  background-color: transparent;
}

.toolbar-md-sacgreen .bar-button-white-md:hover:not(.disable-hover),
.toolbar-md-sacgreen .bar-button-clear-md-white:hover:not(.disable-hover),
.toolbar-md-sacgreen .bar-button-md-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.toolbar-md-sacgreen .bar-button-outline-md-white {
  border-color: #ebebeb;
  color: #ebebeb;
  background-color: transparent;
}

.toolbar-md-sacgreen .bar-button-outline-md-white.activated {
  background-color: transparent;
}

.toolbar-md-sacgreen .bar-button-outline-md-white .button-effect {
  background-color: #ebebeb;
}

.toolbar-md-sacgreen .bar-button-solid-md-white {
  color: #424242;
  background-color: #ffffff;
}

.toolbar-md-sacgreen .bar-button-solid-md-white.activated {
  color: #424242;
  background-color: #ebebeb;
}

.toolbar-md-sacgreen .bar-button-dark-md,
.toolbar-md-sacgreen .bar-button-clear-md-dark,
.toolbar-md-sacgreen .bar-button-md-dark {
  color: #222;
  background-color: transparent;
}

.toolbar-md-sacgreen .bar-button-dark-md:hover:not(.disable-hover),
.toolbar-md-sacgreen .bar-button-clear-md-dark:hover:not(.disable-hover),
.toolbar-md-sacgreen .bar-button-md-dark:hover:not(.disable-hover) {
  color: #222;
}

.toolbar-md-sacgreen .bar-button-outline-md-dark {
  border-color: #343434;
  color: #343434;
  background-color: transparent;
}

.toolbar-md-sacgreen .bar-button-outline-md-dark.activated {
  background-color: transparent;
}

.toolbar-md-sacgreen .bar-button-outline-md-dark .button-effect {
  background-color: #343434;
}

.toolbar-md-sacgreen .bar-button-solid-md-dark {
  color: #fff;
  background-color: #222;
}

.toolbar-md-sacgreen .bar-button-solid-md-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-md-sacgreen .bar-button-sunflower-md,
.toolbar-md-sacgreen .bar-button-clear-md-sunflower,
.toolbar-md-sacgreen .bar-button-md-sunflower {
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-md-sacgreen .bar-button-sunflower-md:hover:not(.disable-hover),
.toolbar-md-sacgreen .bar-button-clear-md-sunflower:hover:not(.disable-hover),
.toolbar-md-sacgreen .bar-button-md-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.toolbar-md-sacgreen .bar-button-outline-md-sunflower {
  border-color: #deb40e;
  color: #deb40e;
  background-color: transparent;
}

.toolbar-md-sacgreen .bar-button-outline-md-sunflower.activated {
  background-color: transparent;
}

.toolbar-md-sacgreen .bar-button-outline-md-sunflower .button-effect {
  background-color: #deb40e;
}

.toolbar-md-sacgreen .bar-button-solid-md-sunflower {
  color: #424242;
  background-color: #f1c40f;
}

.toolbar-md-sacgreen .bar-button-solid-md-sunflower.activated {
  color: #424242;
  background-color: #deb40e;
}

.toolbar-md-sacgreen .bar-button-active-md,
.toolbar-md-sacgreen .bar-button-clear-md-active,
.toolbar-md-sacgreen .bar-button-md-active {
  color: #17263C;
  background-color: transparent;
}

.toolbar-md-sacgreen .bar-button-active-md:hover:not(.disable-hover),
.toolbar-md-sacgreen .bar-button-clear-md-active:hover:not(.disable-hover),
.toolbar-md-sacgreen .bar-button-md-active:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-md-sacgreen .bar-button-outline-md-active {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-md-sacgreen .bar-button-outline-md-active.activated {
  background-color: transparent;
}

.toolbar-md-sacgreen .bar-button-outline-md-active .button-effect {
  background-color: #2a374c;
}

.toolbar-md-sacgreen .bar-button-solid-md-active {
  color: #fff;
  background-color: #17263C;
}

.toolbar-md-sacgreen .bar-button-solid-md-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-md-sacgreen .bar-button-black-md,
.toolbar-md-sacgreen .bar-button-clear-md-black,
.toolbar-md-sacgreen .bar-button-md-black {
  color: #17263C;
  background-color: transparent;
}

.toolbar-md-sacgreen .bar-button-black-md:hover:not(.disable-hover),
.toolbar-md-sacgreen .bar-button-clear-md-black:hover:not(.disable-hover),
.toolbar-md-sacgreen .bar-button-md-black:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-md-sacgreen .bar-button-outline-md-black {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-md-sacgreen .bar-button-outline-md-black.activated {
  background-color: transparent;
}

.toolbar-md-sacgreen .bar-button-outline-md-black .button-effect {
  background-color: #2a374c;
}

.toolbar-md-sacgreen .bar-button-solid-md-black {
  color: #fff;
  background-color: #17263C;
}

.toolbar-md-sacgreen .bar-button-solid-md-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-md-sacgreen .bar-button-sacgreen-md,
.toolbar-md-sacgreen .bar-button-clear-md-sacgreen,
.toolbar-md-sacgreen .bar-button-md-sacgreen {
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-md-sacgreen .bar-button-sacgreen-md:hover:not(.disable-hover),
.toolbar-md-sacgreen .bar-button-clear-md-sacgreen:hover:not(.disable-hover),
.toolbar-md-sacgreen .bar-button-md-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.toolbar-md-sacgreen .bar-button-outline-md-sacgreen {
  border-color: #86a264;
  color: #86a264;
  background-color: transparent;
}

.toolbar-md-sacgreen .bar-button-outline-md-sacgreen.activated {
  background-color: transparent;
}

.toolbar-md-sacgreen .bar-button-outline-md-sacgreen .button-effect {
  background-color: #86a264;
}

.toolbar-md-sacgreen .bar-button-solid-md-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-md-sacgreen .bar-button-solid-md-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.bar-button-sacgreen-md,
.bar-button-clear-md-sacgreen,
.bar-button-md-sacgreen {
  color: #7c9a56;
  background-color: transparent;
}

.bar-button-sacgreen-md:hover:not(.disable-hover),
.bar-button-clear-md-sacgreen:hover:not(.disable-hover),
.bar-button-md-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.bar-button-outline-md-sacgreen {
  border-color: #86a264;
  color: #86a264;
  background-color: transparent;
}

.bar-button-outline-md-sacgreen.activated {
  background-color: transparent;
}

.bar-button-outline-md-sacgreen .button-effect {
  background-color: #86a264;
}

.bar-button-solid-md-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.bar-button-solid-md-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.bar-button-strong-md {
  font-weight: bold;
}

.toolbar-wp {
  padding: 4px;
  min-height: 46px;
}

.toolbar-background-wp {
  border-color: #b2b2b2;
  background: #FFD618;
}

.toolbar-content-wp {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  min-width: 0;
  max-width: 100%;
}

.toolbar-title-wp {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  padding: 0 6px;
}

.bar-buttons-wp {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.bar-buttons-wp[left] {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.bar-buttons-wp[left] .bar-button:first-child {
  margin-left: 0;
}

.bar-buttons-wp[end] {
  text-align: right;
  text-align: end;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.bar-buttons-wp[right] {
  text-align: right;
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.bar-button-wp {
  margin: 0 0.2rem;
  padding: 0 5px;
  border-radius: 2px;
  height: 32px;
  border: 0;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
}

.bar-button-solid-wp,
.bar-button-outline-wp {
  overflow: hidden;
}

.bar-button-outline-wp {
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  color: #000;
  background-color: transparent;
}

.bar-button-outline-wp:hover:not(.disable-hover) {
  opacity: .4;
}

.bar-button-outline-wp.activated {
  color: #fff;
  background-color: #000;
}

.bar-button-solid-wp {
  color: #fff;
  background-color: #000;
}

.bar-button-solid-wp:hover:not(.disable-hover) {
  color: #fff;
}

.bar-button-solid-wp.activated {
  color: #fff;
  background-color: #141414;
}

.bar-button-wp.bar-button-icon-start ion-icon {
  padding-right: 0.3em;
  font-size: 1.4em;
  line-height: .67;
  pointer-events: none;
}

.bar-button-wp.bar-button-icon-end ion-icon {
  padding-left: 0.4em;
  font-size: 1.4em;
  line-height: .67;
  pointer-events: none;
}

.bar-button-wp[icon-only] {
  padding: 0;
}

.bar-button-wp[icon-only] ion-icon {
  padding: 0 0.1em;
  min-width: 28px;
  font-size: 1.8em;
  line-height: .67;
  pointer-events: none;
}

.back-button-wp {
  margin: 0 6px;
  min-width: 44px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.back-button-icon-wp {
  text-align: left;
  text-align: start;
  margin: 0;
  padding: 0 6px;
  font-size: 2.4rem;
  font-weight: normal;
}

.bar-button-menutoggle-wp {
  margin: 0 6px;
  padding: 0 2px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  min-width: 44px;
}

.bar-button-menutoggle-wp ion-icon {
  padding: 0 6px;
  font-size: 2.4rem;
}

.bar-button-menutoggle-wp[end],
.bar-button-menutoggle-wp[right] {
  margin: 0 2px;
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
  min-width: 28px;
}

.bar-button-default-wp,
.bar-button-clear-wp-default,
.bar-button-wp-default {
  color: #000;
  background-color: transparent;
}

.bar-button-default-wp:hover:not(.disable-hover),
.bar-button-clear-wp-default:hover:not(.disable-hover),
.bar-button-wp-default:hover:not(.disable-hover) {
  color: #000;
}

.bar-button-clear-wp,
.bar-button-clear-wp-clear,
.bar-button-wp-clear {
  color: #000;
  background-color: transparent;
}

.bar-button-clear-wp:hover:not(.disable-hover),
.bar-button-clear-wp-clear:hover:not(.disable-hover),
.bar-button-wp-clear:hover:not(.disable-hover) {
  color: #000;
}

.toolbar-wp-primary .toolbar-background-wp {
  background: #17263C;
}

.toolbar-wp-primary .bar-button-clear-wp,
.toolbar-wp-primary .bar-button-default-wp,
.toolbar-wp-primary .bar-button-outline-wp,
.toolbar-wp-primary .toolbar-title-wp {
  color: #fff;
}

.toolbar-wp-primary .bar-button-outline-wp {
  border-color: #fff;
}

.toolbar-wp-primary .bar-button-primary-wp,
.toolbar-wp-primary .bar-button-clear-wp-primary,
.toolbar-wp-primary .bar-button-wp-primary {
  color: #17263C;
  background-color: transparent;
}

.toolbar-wp-primary .bar-button-primary-wp:hover:not(.disable-hover),
.toolbar-wp-primary .bar-button-clear-wp-primary:hover:not(.disable-hover),
.toolbar-wp-primary .bar-button-wp-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-wp-primary .bar-button-outline-wp-primary {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-wp-primary .bar-button-outline-wp-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-primary .bar-button-solid-wp-primary {
  color: #fff;
  background-color: #17263C;
}

.toolbar-wp-primary .bar-button-solid-wp-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-primary .bar-button-secondary-wp,
.toolbar-wp-primary .bar-button-clear-wp-secondary,
.toolbar-wp-primary .bar-button-wp-secondary {
  color: #32db64;
  background-color: transparent;
}

.toolbar-wp-primary .bar-button-secondary-wp:hover:not(.disable-hover),
.toolbar-wp-primary .bar-button-clear-wp-secondary:hover:not(.disable-hover),
.toolbar-wp-primary .bar-button-wp-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.toolbar-wp-primary .bar-button-outline-wp-secondary {
  border-color: #2ec95c;
  color: #2ec95c;
  background-color: transparent;
}

.toolbar-wp-primary .bar-button-outline-wp-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-wp-primary .bar-button-solid-wp-secondary {
  color: #fff;
  background-color: #32db64;
}

.toolbar-wp-primary .bar-button-solid-wp-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-wp-primary .bar-button-danger-wp,
.toolbar-wp-primary .bar-button-clear-wp-danger,
.toolbar-wp-primary .bar-button-wp-danger {
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-wp-primary .bar-button-danger-wp:hover:not(.disable-hover),
.toolbar-wp-primary .bar-button-clear-wp-danger:hover:not(.disable-hover),
.toolbar-wp-primary .bar-button-wp-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.toolbar-wp-primary .bar-button-outline-wp-danger {
  border-color: #e13838;
  color: #e13838;
  background-color: transparent;
}

.toolbar-wp-primary .bar-button-outline-wp-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-wp-primary .bar-button-solid-wp-danger {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-wp-primary .bar-button-solid-wp-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-wp-primary .bar-button-light-wp,
.toolbar-wp-primary .bar-button-clear-wp-light,
.toolbar-wp-primary .bar-button-wp-light {
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-wp-primary .bar-button-light-wp:hover:not(.disable-hover),
.toolbar-wp-primary .bar-button-clear-wp-light:hover:not(.disable-hover),
.toolbar-wp-primary .bar-button-wp-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.toolbar-wp-primary .bar-button-outline-wp-light {
  border-color: #e0e0e0;
  color: #e0e0e0;
  background-color: transparent;
}

.toolbar-wp-primary .bar-button-outline-wp-light.activated {
  color: #000;
  background-color: #e0e0e0;
}

.toolbar-wp-primary .bar-button-solid-wp-light {
  color: #000;
  background-color: #f4f4f4;
}

.toolbar-wp-primary .bar-button-solid-wp-light.activated {
  color: #000;
  background-color: #e0e0e0;
}

.toolbar-wp-primary .bar-button-white-wp,
.toolbar-wp-primary .bar-button-clear-wp-white,
.toolbar-wp-primary .bar-button-wp-white {
  color: #ffffff;
  background-color: transparent;
}

.toolbar-wp-primary .bar-button-white-wp:hover:not(.disable-hover),
.toolbar-wp-primary .bar-button-clear-wp-white:hover:not(.disable-hover),
.toolbar-wp-primary .bar-button-wp-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.toolbar-wp-primary .bar-button-outline-wp-white {
  border-color: #ebebeb;
  color: #ebebeb;
  background-color: transparent;
}

.toolbar-wp-primary .bar-button-outline-wp-white.activated {
  color: #000;
  background-color: #ebebeb;
}

.toolbar-wp-primary .bar-button-solid-wp-white {
  color: #000;
  background-color: #ffffff;
}

.toolbar-wp-primary .bar-button-solid-wp-white.activated {
  color: #000;
  background-color: #ebebeb;
}

.toolbar-wp-primary .bar-button-dark-wp,
.toolbar-wp-primary .bar-button-clear-wp-dark,
.toolbar-wp-primary .bar-button-wp-dark {
  color: #222;
  background-color: transparent;
}

.toolbar-wp-primary .bar-button-dark-wp:hover:not(.disable-hover),
.toolbar-wp-primary .bar-button-clear-wp-dark:hover:not(.disable-hover),
.toolbar-wp-primary .bar-button-wp-dark:hover:not(.disable-hover) {
  color: #222;
}

.toolbar-wp-primary .bar-button-outline-wp-dark {
  border-color: #343434;
  color: #343434;
  background-color: transparent;
}

.toolbar-wp-primary .bar-button-outline-wp-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-wp-primary .bar-button-solid-wp-dark {
  color: #fff;
  background-color: #222;
}

.toolbar-wp-primary .bar-button-solid-wp-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-wp-primary .bar-button-sunflower-wp,
.toolbar-wp-primary .bar-button-clear-wp-sunflower,
.toolbar-wp-primary .bar-button-wp-sunflower {
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-wp-primary .bar-button-sunflower-wp:hover:not(.disable-hover),
.toolbar-wp-primary .bar-button-clear-wp-sunflower:hover:not(.disable-hover),
.toolbar-wp-primary .bar-button-wp-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.toolbar-wp-primary .bar-button-outline-wp-sunflower {
  border-color: #deb40e;
  color: #deb40e;
  background-color: transparent;
}

.toolbar-wp-primary .bar-button-outline-wp-sunflower.activated {
  color: #000;
  background-color: #deb40e;
}

.toolbar-wp-primary .bar-button-solid-wp-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.toolbar-wp-primary .bar-button-solid-wp-sunflower.activated {
  color: #000;
  background-color: #deb40e;
}

.toolbar-wp-primary .bar-button-active-wp,
.toolbar-wp-primary .bar-button-clear-wp-active,
.toolbar-wp-primary .bar-button-wp-active {
  color: #17263C;
  background-color: transparent;
}

.toolbar-wp-primary .bar-button-active-wp:hover:not(.disable-hover),
.toolbar-wp-primary .bar-button-clear-wp-active:hover:not(.disable-hover),
.toolbar-wp-primary .bar-button-wp-active:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-wp-primary .bar-button-outline-wp-active {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-wp-primary .bar-button-outline-wp-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-primary .bar-button-solid-wp-active {
  color: #fff;
  background-color: #17263C;
}

.toolbar-wp-primary .bar-button-solid-wp-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-primary .bar-button-black-wp,
.toolbar-wp-primary .bar-button-clear-wp-black,
.toolbar-wp-primary .bar-button-wp-black {
  color: #17263C;
  background-color: transparent;
}

.toolbar-wp-primary .bar-button-black-wp:hover:not(.disable-hover),
.toolbar-wp-primary .bar-button-clear-wp-black:hover:not(.disable-hover),
.toolbar-wp-primary .bar-button-wp-black:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-wp-primary .bar-button-outline-wp-black {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-wp-primary .bar-button-outline-wp-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-primary .bar-button-solid-wp-black {
  color: #fff;
  background-color: #17263C;
}

.toolbar-wp-primary .bar-button-solid-wp-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-primary .bar-button-sacgreen-wp,
.toolbar-wp-primary .bar-button-clear-wp-sacgreen,
.toolbar-wp-primary .bar-button-wp-sacgreen {
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-wp-primary .bar-button-sacgreen-wp:hover:not(.disable-hover),
.toolbar-wp-primary .bar-button-clear-wp-sacgreen:hover:not(.disable-hover),
.toolbar-wp-primary .bar-button-wp-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.toolbar-wp-primary .bar-button-outline-wp-sacgreen {
  border-color: #86a264;
  color: #86a264;
  background-color: transparent;
}

.toolbar-wp-primary .bar-button-outline-wp-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.toolbar-wp-primary .bar-button-solid-wp-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-wp-primary .bar-button-solid-wp-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.bar-button-primary-wp,
.bar-button-clear-wp-primary,
.bar-button-wp-primary {
  color: #17263C;
  background-color: transparent;
}

.bar-button-primary-wp:hover:not(.disable-hover),
.bar-button-clear-wp-primary:hover:not(.disable-hover),
.bar-button-wp-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.bar-button-outline-wp-primary {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.bar-button-outline-wp-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.bar-button-solid-wp-primary {
  color: #fff;
  background-color: #17263C;
}

.bar-button-solid-wp-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-secondary .toolbar-background-wp {
  background: #32db64;
}

.toolbar-wp-secondary .bar-button-clear-wp,
.toolbar-wp-secondary .bar-button-default-wp,
.toolbar-wp-secondary .bar-button-outline-wp,
.toolbar-wp-secondary .toolbar-title-wp {
  color: #fff;
}

.toolbar-wp-secondary .bar-button-outline-wp {
  border-color: #fff;
}

.toolbar-wp-secondary .bar-button-primary-wp,
.toolbar-wp-secondary .bar-button-clear-wp-primary,
.toolbar-wp-secondary .bar-button-wp-primary {
  color: #17263C;
  background-color: transparent;
}

.toolbar-wp-secondary .bar-button-primary-wp:hover:not(.disable-hover),
.toolbar-wp-secondary .bar-button-clear-wp-primary:hover:not(.disable-hover),
.toolbar-wp-secondary .bar-button-wp-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-wp-secondary .bar-button-outline-wp-primary {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-wp-secondary .bar-button-outline-wp-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-secondary .bar-button-solid-wp-primary {
  color: #fff;
  background-color: #17263C;
}

.toolbar-wp-secondary .bar-button-solid-wp-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-secondary .bar-button-secondary-wp,
.toolbar-wp-secondary .bar-button-clear-wp-secondary,
.toolbar-wp-secondary .bar-button-wp-secondary {
  color: #32db64;
  background-color: transparent;
}

.toolbar-wp-secondary .bar-button-secondary-wp:hover:not(.disable-hover),
.toolbar-wp-secondary .bar-button-clear-wp-secondary:hover:not(.disable-hover),
.toolbar-wp-secondary .bar-button-wp-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.toolbar-wp-secondary .bar-button-outline-wp-secondary {
  border-color: #2ec95c;
  color: #2ec95c;
  background-color: transparent;
}

.toolbar-wp-secondary .bar-button-outline-wp-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-wp-secondary .bar-button-solid-wp-secondary {
  color: #fff;
  background-color: #32db64;
}

.toolbar-wp-secondary .bar-button-solid-wp-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-wp-secondary .bar-button-danger-wp,
.toolbar-wp-secondary .bar-button-clear-wp-danger,
.toolbar-wp-secondary .bar-button-wp-danger {
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-wp-secondary .bar-button-danger-wp:hover:not(.disable-hover),
.toolbar-wp-secondary .bar-button-clear-wp-danger:hover:not(.disable-hover),
.toolbar-wp-secondary .bar-button-wp-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.toolbar-wp-secondary .bar-button-outline-wp-danger {
  border-color: #e13838;
  color: #e13838;
  background-color: transparent;
}

.toolbar-wp-secondary .bar-button-outline-wp-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-wp-secondary .bar-button-solid-wp-danger {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-wp-secondary .bar-button-solid-wp-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-wp-secondary .bar-button-light-wp,
.toolbar-wp-secondary .bar-button-clear-wp-light,
.toolbar-wp-secondary .bar-button-wp-light {
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-wp-secondary .bar-button-light-wp:hover:not(.disable-hover),
.toolbar-wp-secondary .bar-button-clear-wp-light:hover:not(.disable-hover),
.toolbar-wp-secondary .bar-button-wp-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.toolbar-wp-secondary .bar-button-outline-wp-light {
  border-color: #e0e0e0;
  color: #e0e0e0;
  background-color: transparent;
}

.toolbar-wp-secondary .bar-button-outline-wp-light.activated {
  color: #000;
  background-color: #e0e0e0;
}

.toolbar-wp-secondary .bar-button-solid-wp-light {
  color: #000;
  background-color: #f4f4f4;
}

.toolbar-wp-secondary .bar-button-solid-wp-light.activated {
  color: #000;
  background-color: #e0e0e0;
}

.toolbar-wp-secondary .bar-button-white-wp,
.toolbar-wp-secondary .bar-button-clear-wp-white,
.toolbar-wp-secondary .bar-button-wp-white {
  color: #ffffff;
  background-color: transparent;
}

.toolbar-wp-secondary .bar-button-white-wp:hover:not(.disable-hover),
.toolbar-wp-secondary .bar-button-clear-wp-white:hover:not(.disable-hover),
.toolbar-wp-secondary .bar-button-wp-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.toolbar-wp-secondary .bar-button-outline-wp-white {
  border-color: #ebebeb;
  color: #ebebeb;
  background-color: transparent;
}

.toolbar-wp-secondary .bar-button-outline-wp-white.activated {
  color: #000;
  background-color: #ebebeb;
}

.toolbar-wp-secondary .bar-button-solid-wp-white {
  color: #000;
  background-color: #ffffff;
}

.toolbar-wp-secondary .bar-button-solid-wp-white.activated {
  color: #000;
  background-color: #ebebeb;
}

.toolbar-wp-secondary .bar-button-dark-wp,
.toolbar-wp-secondary .bar-button-clear-wp-dark,
.toolbar-wp-secondary .bar-button-wp-dark {
  color: #222;
  background-color: transparent;
}

.toolbar-wp-secondary .bar-button-dark-wp:hover:not(.disable-hover),
.toolbar-wp-secondary .bar-button-clear-wp-dark:hover:not(.disable-hover),
.toolbar-wp-secondary .bar-button-wp-dark:hover:not(.disable-hover) {
  color: #222;
}

.toolbar-wp-secondary .bar-button-outline-wp-dark {
  border-color: #343434;
  color: #343434;
  background-color: transparent;
}

.toolbar-wp-secondary .bar-button-outline-wp-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-wp-secondary .bar-button-solid-wp-dark {
  color: #fff;
  background-color: #222;
}

.toolbar-wp-secondary .bar-button-solid-wp-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-wp-secondary .bar-button-sunflower-wp,
.toolbar-wp-secondary .bar-button-clear-wp-sunflower,
.toolbar-wp-secondary .bar-button-wp-sunflower {
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-wp-secondary .bar-button-sunflower-wp:hover:not(.disable-hover),
.toolbar-wp-secondary .bar-button-clear-wp-sunflower:hover:not(.disable-hover),
.toolbar-wp-secondary .bar-button-wp-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.toolbar-wp-secondary .bar-button-outline-wp-sunflower {
  border-color: #deb40e;
  color: #deb40e;
  background-color: transparent;
}

.toolbar-wp-secondary .bar-button-outline-wp-sunflower.activated {
  color: #000;
  background-color: #deb40e;
}

.toolbar-wp-secondary .bar-button-solid-wp-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.toolbar-wp-secondary .bar-button-solid-wp-sunflower.activated {
  color: #000;
  background-color: #deb40e;
}

.toolbar-wp-secondary .bar-button-active-wp,
.toolbar-wp-secondary .bar-button-clear-wp-active,
.toolbar-wp-secondary .bar-button-wp-active {
  color: #17263C;
  background-color: transparent;
}

.toolbar-wp-secondary .bar-button-active-wp:hover:not(.disable-hover),
.toolbar-wp-secondary .bar-button-clear-wp-active:hover:not(.disable-hover),
.toolbar-wp-secondary .bar-button-wp-active:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-wp-secondary .bar-button-outline-wp-active {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-wp-secondary .bar-button-outline-wp-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-secondary .bar-button-solid-wp-active {
  color: #fff;
  background-color: #17263C;
}

.toolbar-wp-secondary .bar-button-solid-wp-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-secondary .bar-button-black-wp,
.toolbar-wp-secondary .bar-button-clear-wp-black,
.toolbar-wp-secondary .bar-button-wp-black {
  color: #17263C;
  background-color: transparent;
}

.toolbar-wp-secondary .bar-button-black-wp:hover:not(.disable-hover),
.toolbar-wp-secondary .bar-button-clear-wp-black:hover:not(.disable-hover),
.toolbar-wp-secondary .bar-button-wp-black:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-wp-secondary .bar-button-outline-wp-black {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-wp-secondary .bar-button-outline-wp-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-secondary .bar-button-solid-wp-black {
  color: #fff;
  background-color: #17263C;
}

.toolbar-wp-secondary .bar-button-solid-wp-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-secondary .bar-button-sacgreen-wp,
.toolbar-wp-secondary .bar-button-clear-wp-sacgreen,
.toolbar-wp-secondary .bar-button-wp-sacgreen {
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-wp-secondary .bar-button-sacgreen-wp:hover:not(.disable-hover),
.toolbar-wp-secondary .bar-button-clear-wp-sacgreen:hover:not(.disable-hover),
.toolbar-wp-secondary .bar-button-wp-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.toolbar-wp-secondary .bar-button-outline-wp-sacgreen {
  border-color: #86a264;
  color: #86a264;
  background-color: transparent;
}

.toolbar-wp-secondary .bar-button-outline-wp-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.toolbar-wp-secondary .bar-button-solid-wp-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-wp-secondary .bar-button-solid-wp-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.bar-button-secondary-wp,
.bar-button-clear-wp-secondary,
.bar-button-wp-secondary {
  color: #32db64;
  background-color: transparent;
}

.bar-button-secondary-wp:hover:not(.disable-hover),
.bar-button-clear-wp-secondary:hover:not(.disable-hover),
.bar-button-wp-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.bar-button-outline-wp-secondary {
  border-color: #2ec95c;
  color: #2ec95c;
  background-color: transparent;
}

.bar-button-outline-wp-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.bar-button-solid-wp-secondary {
  color: #fff;
  background-color: #32db64;
}

.bar-button-solid-wp-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-wp-danger .toolbar-background-wp {
  background: #f53d3d;
}

.toolbar-wp-danger .bar-button-clear-wp,
.toolbar-wp-danger .bar-button-default-wp,
.toolbar-wp-danger .bar-button-outline-wp,
.toolbar-wp-danger .toolbar-title-wp {
  color: #fff;
}

.toolbar-wp-danger .bar-button-outline-wp {
  border-color: #fff;
}

.toolbar-wp-danger .bar-button-primary-wp,
.toolbar-wp-danger .bar-button-clear-wp-primary,
.toolbar-wp-danger .bar-button-wp-primary {
  color: #17263C;
  background-color: transparent;
}

.toolbar-wp-danger .bar-button-primary-wp:hover:not(.disable-hover),
.toolbar-wp-danger .bar-button-clear-wp-primary:hover:not(.disable-hover),
.toolbar-wp-danger .bar-button-wp-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-wp-danger .bar-button-outline-wp-primary {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-wp-danger .bar-button-outline-wp-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-danger .bar-button-solid-wp-primary {
  color: #fff;
  background-color: #17263C;
}

.toolbar-wp-danger .bar-button-solid-wp-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-danger .bar-button-secondary-wp,
.toolbar-wp-danger .bar-button-clear-wp-secondary,
.toolbar-wp-danger .bar-button-wp-secondary {
  color: #32db64;
  background-color: transparent;
}

.toolbar-wp-danger .bar-button-secondary-wp:hover:not(.disable-hover),
.toolbar-wp-danger .bar-button-clear-wp-secondary:hover:not(.disable-hover),
.toolbar-wp-danger .bar-button-wp-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.toolbar-wp-danger .bar-button-outline-wp-secondary {
  border-color: #2ec95c;
  color: #2ec95c;
  background-color: transparent;
}

.toolbar-wp-danger .bar-button-outline-wp-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-wp-danger .bar-button-solid-wp-secondary {
  color: #fff;
  background-color: #32db64;
}

.toolbar-wp-danger .bar-button-solid-wp-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-wp-danger .bar-button-danger-wp,
.toolbar-wp-danger .bar-button-clear-wp-danger,
.toolbar-wp-danger .bar-button-wp-danger {
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-wp-danger .bar-button-danger-wp:hover:not(.disable-hover),
.toolbar-wp-danger .bar-button-clear-wp-danger:hover:not(.disable-hover),
.toolbar-wp-danger .bar-button-wp-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.toolbar-wp-danger .bar-button-outline-wp-danger {
  border-color: #e13838;
  color: #e13838;
  background-color: transparent;
}

.toolbar-wp-danger .bar-button-outline-wp-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-wp-danger .bar-button-solid-wp-danger {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-wp-danger .bar-button-solid-wp-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-wp-danger .bar-button-light-wp,
.toolbar-wp-danger .bar-button-clear-wp-light,
.toolbar-wp-danger .bar-button-wp-light {
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-wp-danger .bar-button-light-wp:hover:not(.disable-hover),
.toolbar-wp-danger .bar-button-clear-wp-light:hover:not(.disable-hover),
.toolbar-wp-danger .bar-button-wp-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.toolbar-wp-danger .bar-button-outline-wp-light {
  border-color: #e0e0e0;
  color: #e0e0e0;
  background-color: transparent;
}

.toolbar-wp-danger .bar-button-outline-wp-light.activated {
  color: #000;
  background-color: #e0e0e0;
}

.toolbar-wp-danger .bar-button-solid-wp-light {
  color: #000;
  background-color: #f4f4f4;
}

.toolbar-wp-danger .bar-button-solid-wp-light.activated {
  color: #000;
  background-color: #e0e0e0;
}

.toolbar-wp-danger .bar-button-white-wp,
.toolbar-wp-danger .bar-button-clear-wp-white,
.toolbar-wp-danger .bar-button-wp-white {
  color: #ffffff;
  background-color: transparent;
}

.toolbar-wp-danger .bar-button-white-wp:hover:not(.disable-hover),
.toolbar-wp-danger .bar-button-clear-wp-white:hover:not(.disable-hover),
.toolbar-wp-danger .bar-button-wp-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.toolbar-wp-danger .bar-button-outline-wp-white {
  border-color: #ebebeb;
  color: #ebebeb;
  background-color: transparent;
}

.toolbar-wp-danger .bar-button-outline-wp-white.activated {
  color: #000;
  background-color: #ebebeb;
}

.toolbar-wp-danger .bar-button-solid-wp-white {
  color: #000;
  background-color: #ffffff;
}

.toolbar-wp-danger .bar-button-solid-wp-white.activated {
  color: #000;
  background-color: #ebebeb;
}

.toolbar-wp-danger .bar-button-dark-wp,
.toolbar-wp-danger .bar-button-clear-wp-dark,
.toolbar-wp-danger .bar-button-wp-dark {
  color: #222;
  background-color: transparent;
}

.toolbar-wp-danger .bar-button-dark-wp:hover:not(.disable-hover),
.toolbar-wp-danger .bar-button-clear-wp-dark:hover:not(.disable-hover),
.toolbar-wp-danger .bar-button-wp-dark:hover:not(.disable-hover) {
  color: #222;
}

.toolbar-wp-danger .bar-button-outline-wp-dark {
  border-color: #343434;
  color: #343434;
  background-color: transparent;
}

.toolbar-wp-danger .bar-button-outline-wp-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-wp-danger .bar-button-solid-wp-dark {
  color: #fff;
  background-color: #222;
}

.toolbar-wp-danger .bar-button-solid-wp-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-wp-danger .bar-button-sunflower-wp,
.toolbar-wp-danger .bar-button-clear-wp-sunflower,
.toolbar-wp-danger .bar-button-wp-sunflower {
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-wp-danger .bar-button-sunflower-wp:hover:not(.disable-hover),
.toolbar-wp-danger .bar-button-clear-wp-sunflower:hover:not(.disable-hover),
.toolbar-wp-danger .bar-button-wp-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.toolbar-wp-danger .bar-button-outline-wp-sunflower {
  border-color: #deb40e;
  color: #deb40e;
  background-color: transparent;
}

.toolbar-wp-danger .bar-button-outline-wp-sunflower.activated {
  color: #000;
  background-color: #deb40e;
}

.toolbar-wp-danger .bar-button-solid-wp-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.toolbar-wp-danger .bar-button-solid-wp-sunflower.activated {
  color: #000;
  background-color: #deb40e;
}

.toolbar-wp-danger .bar-button-active-wp,
.toolbar-wp-danger .bar-button-clear-wp-active,
.toolbar-wp-danger .bar-button-wp-active {
  color: #17263C;
  background-color: transparent;
}

.toolbar-wp-danger .bar-button-active-wp:hover:not(.disable-hover),
.toolbar-wp-danger .bar-button-clear-wp-active:hover:not(.disable-hover),
.toolbar-wp-danger .bar-button-wp-active:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-wp-danger .bar-button-outline-wp-active {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-wp-danger .bar-button-outline-wp-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-danger .bar-button-solid-wp-active {
  color: #fff;
  background-color: #17263C;
}

.toolbar-wp-danger .bar-button-solid-wp-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-danger .bar-button-black-wp,
.toolbar-wp-danger .bar-button-clear-wp-black,
.toolbar-wp-danger .bar-button-wp-black {
  color: #17263C;
  background-color: transparent;
}

.toolbar-wp-danger .bar-button-black-wp:hover:not(.disable-hover),
.toolbar-wp-danger .bar-button-clear-wp-black:hover:not(.disable-hover),
.toolbar-wp-danger .bar-button-wp-black:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-wp-danger .bar-button-outline-wp-black {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-wp-danger .bar-button-outline-wp-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-danger .bar-button-solid-wp-black {
  color: #fff;
  background-color: #17263C;
}

.toolbar-wp-danger .bar-button-solid-wp-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-danger .bar-button-sacgreen-wp,
.toolbar-wp-danger .bar-button-clear-wp-sacgreen,
.toolbar-wp-danger .bar-button-wp-sacgreen {
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-wp-danger .bar-button-sacgreen-wp:hover:not(.disable-hover),
.toolbar-wp-danger .bar-button-clear-wp-sacgreen:hover:not(.disable-hover),
.toolbar-wp-danger .bar-button-wp-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.toolbar-wp-danger .bar-button-outline-wp-sacgreen {
  border-color: #86a264;
  color: #86a264;
  background-color: transparent;
}

.toolbar-wp-danger .bar-button-outline-wp-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.toolbar-wp-danger .bar-button-solid-wp-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-wp-danger .bar-button-solid-wp-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.bar-button-danger-wp,
.bar-button-clear-wp-danger,
.bar-button-wp-danger {
  color: #f53d3d;
  background-color: transparent;
}

.bar-button-danger-wp:hover:not(.disable-hover),
.bar-button-clear-wp-danger:hover:not(.disable-hover),
.bar-button-wp-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.bar-button-outline-wp-danger {
  border-color: #e13838;
  color: #e13838;
  background-color: transparent;
}

.bar-button-outline-wp-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.bar-button-solid-wp-danger {
  color: #fff;
  background-color: #f53d3d;
}

.bar-button-solid-wp-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-wp-light .toolbar-background-wp {
  background: #f4f4f4;
}

.toolbar-wp-light .bar-button-clear-wp,
.toolbar-wp-light .bar-button-default-wp,
.toolbar-wp-light .bar-button-outline-wp,
.toolbar-wp-light .toolbar-title-wp {
  color: #000;
}

.toolbar-wp-light .bar-button-outline-wp {
  border-color: #000;
}

.toolbar-wp-light .bar-button-primary-wp,
.toolbar-wp-light .bar-button-clear-wp-primary,
.toolbar-wp-light .bar-button-wp-primary {
  color: #17263C;
  background-color: transparent;
}

.toolbar-wp-light .bar-button-primary-wp:hover:not(.disable-hover),
.toolbar-wp-light .bar-button-clear-wp-primary:hover:not(.disable-hover),
.toolbar-wp-light .bar-button-wp-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-wp-light .bar-button-outline-wp-primary {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-wp-light .bar-button-outline-wp-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-light .bar-button-solid-wp-primary {
  color: #fff;
  background-color: #17263C;
}

.toolbar-wp-light .bar-button-solid-wp-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-light .bar-button-secondary-wp,
.toolbar-wp-light .bar-button-clear-wp-secondary,
.toolbar-wp-light .bar-button-wp-secondary {
  color: #32db64;
  background-color: transparent;
}

.toolbar-wp-light .bar-button-secondary-wp:hover:not(.disable-hover),
.toolbar-wp-light .bar-button-clear-wp-secondary:hover:not(.disable-hover),
.toolbar-wp-light .bar-button-wp-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.toolbar-wp-light .bar-button-outline-wp-secondary {
  border-color: #2ec95c;
  color: #2ec95c;
  background-color: transparent;
}

.toolbar-wp-light .bar-button-outline-wp-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-wp-light .bar-button-solid-wp-secondary {
  color: #fff;
  background-color: #32db64;
}

.toolbar-wp-light .bar-button-solid-wp-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-wp-light .bar-button-danger-wp,
.toolbar-wp-light .bar-button-clear-wp-danger,
.toolbar-wp-light .bar-button-wp-danger {
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-wp-light .bar-button-danger-wp:hover:not(.disable-hover),
.toolbar-wp-light .bar-button-clear-wp-danger:hover:not(.disable-hover),
.toolbar-wp-light .bar-button-wp-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.toolbar-wp-light .bar-button-outline-wp-danger {
  border-color: #e13838;
  color: #e13838;
  background-color: transparent;
}

.toolbar-wp-light .bar-button-outline-wp-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-wp-light .bar-button-solid-wp-danger {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-wp-light .bar-button-solid-wp-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-wp-light .bar-button-light-wp,
.toolbar-wp-light .bar-button-clear-wp-light,
.toolbar-wp-light .bar-button-wp-light {
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-wp-light .bar-button-light-wp:hover:not(.disable-hover),
.toolbar-wp-light .bar-button-clear-wp-light:hover:not(.disable-hover),
.toolbar-wp-light .bar-button-wp-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.toolbar-wp-light .bar-button-outline-wp-light {
  border-color: #e0e0e0;
  color: #e0e0e0;
  background-color: transparent;
}

.toolbar-wp-light .bar-button-outline-wp-light.activated {
  color: #000;
  background-color: #e0e0e0;
}

.toolbar-wp-light .bar-button-solid-wp-light {
  color: #000;
  background-color: #f4f4f4;
}

.toolbar-wp-light .bar-button-solid-wp-light.activated {
  color: #000;
  background-color: #e0e0e0;
}

.toolbar-wp-light .bar-button-white-wp,
.toolbar-wp-light .bar-button-clear-wp-white,
.toolbar-wp-light .bar-button-wp-white {
  color: #ffffff;
  background-color: transparent;
}

.toolbar-wp-light .bar-button-white-wp:hover:not(.disable-hover),
.toolbar-wp-light .bar-button-clear-wp-white:hover:not(.disable-hover),
.toolbar-wp-light .bar-button-wp-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.toolbar-wp-light .bar-button-outline-wp-white {
  border-color: #ebebeb;
  color: #ebebeb;
  background-color: transparent;
}

.toolbar-wp-light .bar-button-outline-wp-white.activated {
  color: #000;
  background-color: #ebebeb;
}

.toolbar-wp-light .bar-button-solid-wp-white {
  color: #000;
  background-color: #ffffff;
}

.toolbar-wp-light .bar-button-solid-wp-white.activated {
  color: #000;
  background-color: #ebebeb;
}

.toolbar-wp-light .bar-button-dark-wp,
.toolbar-wp-light .bar-button-clear-wp-dark,
.toolbar-wp-light .bar-button-wp-dark {
  color: #222;
  background-color: transparent;
}

.toolbar-wp-light .bar-button-dark-wp:hover:not(.disable-hover),
.toolbar-wp-light .bar-button-clear-wp-dark:hover:not(.disable-hover),
.toolbar-wp-light .bar-button-wp-dark:hover:not(.disable-hover) {
  color: #222;
}

.toolbar-wp-light .bar-button-outline-wp-dark {
  border-color: #343434;
  color: #343434;
  background-color: transparent;
}

.toolbar-wp-light .bar-button-outline-wp-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-wp-light .bar-button-solid-wp-dark {
  color: #fff;
  background-color: #222;
}

.toolbar-wp-light .bar-button-solid-wp-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-wp-light .bar-button-sunflower-wp,
.toolbar-wp-light .bar-button-clear-wp-sunflower,
.toolbar-wp-light .bar-button-wp-sunflower {
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-wp-light .bar-button-sunflower-wp:hover:not(.disable-hover),
.toolbar-wp-light .bar-button-clear-wp-sunflower:hover:not(.disable-hover),
.toolbar-wp-light .bar-button-wp-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.toolbar-wp-light .bar-button-outline-wp-sunflower {
  border-color: #deb40e;
  color: #deb40e;
  background-color: transparent;
}

.toolbar-wp-light .bar-button-outline-wp-sunflower.activated {
  color: #000;
  background-color: #deb40e;
}

.toolbar-wp-light .bar-button-solid-wp-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.toolbar-wp-light .bar-button-solid-wp-sunflower.activated {
  color: #000;
  background-color: #deb40e;
}

.toolbar-wp-light .bar-button-active-wp,
.toolbar-wp-light .bar-button-clear-wp-active,
.toolbar-wp-light .bar-button-wp-active {
  color: #17263C;
  background-color: transparent;
}

.toolbar-wp-light .bar-button-active-wp:hover:not(.disable-hover),
.toolbar-wp-light .bar-button-clear-wp-active:hover:not(.disable-hover),
.toolbar-wp-light .bar-button-wp-active:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-wp-light .bar-button-outline-wp-active {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-wp-light .bar-button-outline-wp-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-light .bar-button-solid-wp-active {
  color: #fff;
  background-color: #17263C;
}

.toolbar-wp-light .bar-button-solid-wp-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-light .bar-button-black-wp,
.toolbar-wp-light .bar-button-clear-wp-black,
.toolbar-wp-light .bar-button-wp-black {
  color: #17263C;
  background-color: transparent;
}

.toolbar-wp-light .bar-button-black-wp:hover:not(.disable-hover),
.toolbar-wp-light .bar-button-clear-wp-black:hover:not(.disable-hover),
.toolbar-wp-light .bar-button-wp-black:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-wp-light .bar-button-outline-wp-black {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-wp-light .bar-button-outline-wp-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-light .bar-button-solid-wp-black {
  color: #fff;
  background-color: #17263C;
}

.toolbar-wp-light .bar-button-solid-wp-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-light .bar-button-sacgreen-wp,
.toolbar-wp-light .bar-button-clear-wp-sacgreen,
.toolbar-wp-light .bar-button-wp-sacgreen {
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-wp-light .bar-button-sacgreen-wp:hover:not(.disable-hover),
.toolbar-wp-light .bar-button-clear-wp-sacgreen:hover:not(.disable-hover),
.toolbar-wp-light .bar-button-wp-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.toolbar-wp-light .bar-button-outline-wp-sacgreen {
  border-color: #86a264;
  color: #86a264;
  background-color: transparent;
}

.toolbar-wp-light .bar-button-outline-wp-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.toolbar-wp-light .bar-button-solid-wp-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-wp-light .bar-button-solid-wp-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.bar-button-light-wp,
.bar-button-clear-wp-light,
.bar-button-wp-light {
  color: #f4f4f4;
  background-color: transparent;
}

.bar-button-light-wp:hover:not(.disable-hover),
.bar-button-clear-wp-light:hover:not(.disable-hover),
.bar-button-wp-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.bar-button-outline-wp-light {
  border-color: #e0e0e0;
  color: #e0e0e0;
  background-color: transparent;
}

.bar-button-outline-wp-light.activated {
  color: #000;
  background-color: #e0e0e0;
}

.bar-button-solid-wp-light {
  color: #000;
  background-color: #f4f4f4;
}

.bar-button-solid-wp-light.activated {
  color: #000;
  background-color: #e0e0e0;
}

.toolbar-wp-white .toolbar-background-wp {
  background: #ffffff;
}

.toolbar-wp-white .bar-button-clear-wp,
.toolbar-wp-white .bar-button-default-wp,
.toolbar-wp-white .bar-button-outline-wp,
.toolbar-wp-white .toolbar-title-wp {
  color: #000;
}

.toolbar-wp-white .bar-button-outline-wp {
  border-color: #000;
}

.toolbar-wp-white .bar-button-primary-wp,
.toolbar-wp-white .bar-button-clear-wp-primary,
.toolbar-wp-white .bar-button-wp-primary {
  color: #17263C;
  background-color: transparent;
}

.toolbar-wp-white .bar-button-primary-wp:hover:not(.disable-hover),
.toolbar-wp-white .bar-button-clear-wp-primary:hover:not(.disable-hover),
.toolbar-wp-white .bar-button-wp-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-wp-white .bar-button-outline-wp-primary {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-wp-white .bar-button-outline-wp-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-white .bar-button-solid-wp-primary {
  color: #fff;
  background-color: #17263C;
}

.toolbar-wp-white .bar-button-solid-wp-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-white .bar-button-secondary-wp,
.toolbar-wp-white .bar-button-clear-wp-secondary,
.toolbar-wp-white .bar-button-wp-secondary {
  color: #32db64;
  background-color: transparent;
}

.toolbar-wp-white .bar-button-secondary-wp:hover:not(.disable-hover),
.toolbar-wp-white .bar-button-clear-wp-secondary:hover:not(.disable-hover),
.toolbar-wp-white .bar-button-wp-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.toolbar-wp-white .bar-button-outline-wp-secondary {
  border-color: #2ec95c;
  color: #2ec95c;
  background-color: transparent;
}

.toolbar-wp-white .bar-button-outline-wp-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-wp-white .bar-button-solid-wp-secondary {
  color: #fff;
  background-color: #32db64;
}

.toolbar-wp-white .bar-button-solid-wp-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-wp-white .bar-button-danger-wp,
.toolbar-wp-white .bar-button-clear-wp-danger,
.toolbar-wp-white .bar-button-wp-danger {
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-wp-white .bar-button-danger-wp:hover:not(.disable-hover),
.toolbar-wp-white .bar-button-clear-wp-danger:hover:not(.disable-hover),
.toolbar-wp-white .bar-button-wp-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.toolbar-wp-white .bar-button-outline-wp-danger {
  border-color: #e13838;
  color: #e13838;
  background-color: transparent;
}

.toolbar-wp-white .bar-button-outline-wp-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-wp-white .bar-button-solid-wp-danger {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-wp-white .bar-button-solid-wp-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-wp-white .bar-button-light-wp,
.toolbar-wp-white .bar-button-clear-wp-light,
.toolbar-wp-white .bar-button-wp-light {
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-wp-white .bar-button-light-wp:hover:not(.disable-hover),
.toolbar-wp-white .bar-button-clear-wp-light:hover:not(.disable-hover),
.toolbar-wp-white .bar-button-wp-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.toolbar-wp-white .bar-button-outline-wp-light {
  border-color: #e0e0e0;
  color: #e0e0e0;
  background-color: transparent;
}

.toolbar-wp-white .bar-button-outline-wp-light.activated {
  color: #000;
  background-color: #e0e0e0;
}

.toolbar-wp-white .bar-button-solid-wp-light {
  color: #000;
  background-color: #f4f4f4;
}

.toolbar-wp-white .bar-button-solid-wp-light.activated {
  color: #000;
  background-color: #e0e0e0;
}

.toolbar-wp-white .bar-button-white-wp,
.toolbar-wp-white .bar-button-clear-wp-white,
.toolbar-wp-white .bar-button-wp-white {
  color: #ffffff;
  background-color: transparent;
}

.toolbar-wp-white .bar-button-white-wp:hover:not(.disable-hover),
.toolbar-wp-white .bar-button-clear-wp-white:hover:not(.disable-hover),
.toolbar-wp-white .bar-button-wp-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.toolbar-wp-white .bar-button-outline-wp-white {
  border-color: #ebebeb;
  color: #ebebeb;
  background-color: transparent;
}

.toolbar-wp-white .bar-button-outline-wp-white.activated {
  color: #000;
  background-color: #ebebeb;
}

.toolbar-wp-white .bar-button-solid-wp-white {
  color: #000;
  background-color: #ffffff;
}

.toolbar-wp-white .bar-button-solid-wp-white.activated {
  color: #000;
  background-color: #ebebeb;
}

.toolbar-wp-white .bar-button-dark-wp,
.toolbar-wp-white .bar-button-clear-wp-dark,
.toolbar-wp-white .bar-button-wp-dark {
  color: #222;
  background-color: transparent;
}

.toolbar-wp-white .bar-button-dark-wp:hover:not(.disable-hover),
.toolbar-wp-white .bar-button-clear-wp-dark:hover:not(.disable-hover),
.toolbar-wp-white .bar-button-wp-dark:hover:not(.disable-hover) {
  color: #222;
}

.toolbar-wp-white .bar-button-outline-wp-dark {
  border-color: #343434;
  color: #343434;
  background-color: transparent;
}

.toolbar-wp-white .bar-button-outline-wp-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-wp-white .bar-button-solid-wp-dark {
  color: #fff;
  background-color: #222;
}

.toolbar-wp-white .bar-button-solid-wp-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-wp-white .bar-button-sunflower-wp,
.toolbar-wp-white .bar-button-clear-wp-sunflower,
.toolbar-wp-white .bar-button-wp-sunflower {
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-wp-white .bar-button-sunflower-wp:hover:not(.disable-hover),
.toolbar-wp-white .bar-button-clear-wp-sunflower:hover:not(.disable-hover),
.toolbar-wp-white .bar-button-wp-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.toolbar-wp-white .bar-button-outline-wp-sunflower {
  border-color: #deb40e;
  color: #deb40e;
  background-color: transparent;
}

.toolbar-wp-white .bar-button-outline-wp-sunflower.activated {
  color: #000;
  background-color: #deb40e;
}

.toolbar-wp-white .bar-button-solid-wp-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.toolbar-wp-white .bar-button-solid-wp-sunflower.activated {
  color: #000;
  background-color: #deb40e;
}

.toolbar-wp-white .bar-button-active-wp,
.toolbar-wp-white .bar-button-clear-wp-active,
.toolbar-wp-white .bar-button-wp-active {
  color: #17263C;
  background-color: transparent;
}

.toolbar-wp-white .bar-button-active-wp:hover:not(.disable-hover),
.toolbar-wp-white .bar-button-clear-wp-active:hover:not(.disable-hover),
.toolbar-wp-white .bar-button-wp-active:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-wp-white .bar-button-outline-wp-active {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-wp-white .bar-button-outline-wp-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-white .bar-button-solid-wp-active {
  color: #fff;
  background-color: #17263C;
}

.toolbar-wp-white .bar-button-solid-wp-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-white .bar-button-black-wp,
.toolbar-wp-white .bar-button-clear-wp-black,
.toolbar-wp-white .bar-button-wp-black {
  color: #17263C;
  background-color: transparent;
}

.toolbar-wp-white .bar-button-black-wp:hover:not(.disable-hover),
.toolbar-wp-white .bar-button-clear-wp-black:hover:not(.disable-hover),
.toolbar-wp-white .bar-button-wp-black:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-wp-white .bar-button-outline-wp-black {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-wp-white .bar-button-outline-wp-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-white .bar-button-solid-wp-black {
  color: #fff;
  background-color: #17263C;
}

.toolbar-wp-white .bar-button-solid-wp-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-white .bar-button-sacgreen-wp,
.toolbar-wp-white .bar-button-clear-wp-sacgreen,
.toolbar-wp-white .bar-button-wp-sacgreen {
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-wp-white .bar-button-sacgreen-wp:hover:not(.disable-hover),
.toolbar-wp-white .bar-button-clear-wp-sacgreen:hover:not(.disable-hover),
.toolbar-wp-white .bar-button-wp-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.toolbar-wp-white .bar-button-outline-wp-sacgreen {
  border-color: #86a264;
  color: #86a264;
  background-color: transparent;
}

.toolbar-wp-white .bar-button-outline-wp-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.toolbar-wp-white .bar-button-solid-wp-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-wp-white .bar-button-solid-wp-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.bar-button-white-wp,
.bar-button-clear-wp-white,
.bar-button-wp-white {
  color: #ffffff;
  background-color: transparent;
}

.bar-button-white-wp:hover:not(.disable-hover),
.bar-button-clear-wp-white:hover:not(.disable-hover),
.bar-button-wp-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.bar-button-outline-wp-white {
  border-color: #ebebeb;
  color: #ebebeb;
  background-color: transparent;
}

.bar-button-outline-wp-white.activated {
  color: #000;
  background-color: #ebebeb;
}

.bar-button-solid-wp-white {
  color: #000;
  background-color: #ffffff;
}

.bar-button-solid-wp-white.activated {
  color: #000;
  background-color: #ebebeb;
}

.toolbar-wp-dark .toolbar-background-wp {
  background: #222;
}

.toolbar-wp-dark .bar-button-clear-wp,
.toolbar-wp-dark .bar-button-default-wp,
.toolbar-wp-dark .bar-button-outline-wp,
.toolbar-wp-dark .toolbar-title-wp {
  color: #fff;
}

.toolbar-wp-dark .bar-button-outline-wp {
  border-color: #fff;
}

.toolbar-wp-dark .bar-button-primary-wp,
.toolbar-wp-dark .bar-button-clear-wp-primary,
.toolbar-wp-dark .bar-button-wp-primary {
  color: #17263C;
  background-color: transparent;
}

.toolbar-wp-dark .bar-button-primary-wp:hover:not(.disable-hover),
.toolbar-wp-dark .bar-button-clear-wp-primary:hover:not(.disable-hover),
.toolbar-wp-dark .bar-button-wp-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-wp-dark .bar-button-outline-wp-primary {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-wp-dark .bar-button-outline-wp-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-dark .bar-button-solid-wp-primary {
  color: #fff;
  background-color: #17263C;
}

.toolbar-wp-dark .bar-button-solid-wp-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-dark .bar-button-secondary-wp,
.toolbar-wp-dark .bar-button-clear-wp-secondary,
.toolbar-wp-dark .bar-button-wp-secondary {
  color: #32db64;
  background-color: transparent;
}

.toolbar-wp-dark .bar-button-secondary-wp:hover:not(.disable-hover),
.toolbar-wp-dark .bar-button-clear-wp-secondary:hover:not(.disable-hover),
.toolbar-wp-dark .bar-button-wp-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.toolbar-wp-dark .bar-button-outline-wp-secondary {
  border-color: #2ec95c;
  color: #2ec95c;
  background-color: transparent;
}

.toolbar-wp-dark .bar-button-outline-wp-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-wp-dark .bar-button-solid-wp-secondary {
  color: #fff;
  background-color: #32db64;
}

.toolbar-wp-dark .bar-button-solid-wp-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-wp-dark .bar-button-danger-wp,
.toolbar-wp-dark .bar-button-clear-wp-danger,
.toolbar-wp-dark .bar-button-wp-danger {
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-wp-dark .bar-button-danger-wp:hover:not(.disable-hover),
.toolbar-wp-dark .bar-button-clear-wp-danger:hover:not(.disable-hover),
.toolbar-wp-dark .bar-button-wp-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.toolbar-wp-dark .bar-button-outline-wp-danger {
  border-color: #e13838;
  color: #e13838;
  background-color: transparent;
}

.toolbar-wp-dark .bar-button-outline-wp-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-wp-dark .bar-button-solid-wp-danger {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-wp-dark .bar-button-solid-wp-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-wp-dark .bar-button-light-wp,
.toolbar-wp-dark .bar-button-clear-wp-light,
.toolbar-wp-dark .bar-button-wp-light {
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-wp-dark .bar-button-light-wp:hover:not(.disable-hover),
.toolbar-wp-dark .bar-button-clear-wp-light:hover:not(.disable-hover),
.toolbar-wp-dark .bar-button-wp-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.toolbar-wp-dark .bar-button-outline-wp-light {
  border-color: #e0e0e0;
  color: #e0e0e0;
  background-color: transparent;
}

.toolbar-wp-dark .bar-button-outline-wp-light.activated {
  color: #000;
  background-color: #e0e0e0;
}

.toolbar-wp-dark .bar-button-solid-wp-light {
  color: #000;
  background-color: #f4f4f4;
}

.toolbar-wp-dark .bar-button-solid-wp-light.activated {
  color: #000;
  background-color: #e0e0e0;
}

.toolbar-wp-dark .bar-button-white-wp,
.toolbar-wp-dark .bar-button-clear-wp-white,
.toolbar-wp-dark .bar-button-wp-white {
  color: #ffffff;
  background-color: transparent;
}

.toolbar-wp-dark .bar-button-white-wp:hover:not(.disable-hover),
.toolbar-wp-dark .bar-button-clear-wp-white:hover:not(.disable-hover),
.toolbar-wp-dark .bar-button-wp-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.toolbar-wp-dark .bar-button-outline-wp-white {
  border-color: #ebebeb;
  color: #ebebeb;
  background-color: transparent;
}

.toolbar-wp-dark .bar-button-outline-wp-white.activated {
  color: #000;
  background-color: #ebebeb;
}

.toolbar-wp-dark .bar-button-solid-wp-white {
  color: #000;
  background-color: #ffffff;
}

.toolbar-wp-dark .bar-button-solid-wp-white.activated {
  color: #000;
  background-color: #ebebeb;
}

.toolbar-wp-dark .bar-button-dark-wp,
.toolbar-wp-dark .bar-button-clear-wp-dark,
.toolbar-wp-dark .bar-button-wp-dark {
  color: #222;
  background-color: transparent;
}

.toolbar-wp-dark .bar-button-dark-wp:hover:not(.disable-hover),
.toolbar-wp-dark .bar-button-clear-wp-dark:hover:not(.disable-hover),
.toolbar-wp-dark .bar-button-wp-dark:hover:not(.disable-hover) {
  color: #222;
}

.toolbar-wp-dark .bar-button-outline-wp-dark {
  border-color: #343434;
  color: #343434;
  background-color: transparent;
}

.toolbar-wp-dark .bar-button-outline-wp-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-wp-dark .bar-button-solid-wp-dark {
  color: #fff;
  background-color: #222;
}

.toolbar-wp-dark .bar-button-solid-wp-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-wp-dark .bar-button-sunflower-wp,
.toolbar-wp-dark .bar-button-clear-wp-sunflower,
.toolbar-wp-dark .bar-button-wp-sunflower {
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-wp-dark .bar-button-sunflower-wp:hover:not(.disable-hover),
.toolbar-wp-dark .bar-button-clear-wp-sunflower:hover:not(.disable-hover),
.toolbar-wp-dark .bar-button-wp-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.toolbar-wp-dark .bar-button-outline-wp-sunflower {
  border-color: #deb40e;
  color: #deb40e;
  background-color: transparent;
}

.toolbar-wp-dark .bar-button-outline-wp-sunflower.activated {
  color: #000;
  background-color: #deb40e;
}

.toolbar-wp-dark .bar-button-solid-wp-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.toolbar-wp-dark .bar-button-solid-wp-sunflower.activated {
  color: #000;
  background-color: #deb40e;
}

.toolbar-wp-dark .bar-button-active-wp,
.toolbar-wp-dark .bar-button-clear-wp-active,
.toolbar-wp-dark .bar-button-wp-active {
  color: #17263C;
  background-color: transparent;
}

.toolbar-wp-dark .bar-button-active-wp:hover:not(.disable-hover),
.toolbar-wp-dark .bar-button-clear-wp-active:hover:not(.disable-hover),
.toolbar-wp-dark .bar-button-wp-active:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-wp-dark .bar-button-outline-wp-active {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-wp-dark .bar-button-outline-wp-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-dark .bar-button-solid-wp-active {
  color: #fff;
  background-color: #17263C;
}

.toolbar-wp-dark .bar-button-solid-wp-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-dark .bar-button-black-wp,
.toolbar-wp-dark .bar-button-clear-wp-black,
.toolbar-wp-dark .bar-button-wp-black {
  color: #17263C;
  background-color: transparent;
}

.toolbar-wp-dark .bar-button-black-wp:hover:not(.disable-hover),
.toolbar-wp-dark .bar-button-clear-wp-black:hover:not(.disable-hover),
.toolbar-wp-dark .bar-button-wp-black:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-wp-dark .bar-button-outline-wp-black {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-wp-dark .bar-button-outline-wp-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-dark .bar-button-solid-wp-black {
  color: #fff;
  background-color: #17263C;
}

.toolbar-wp-dark .bar-button-solid-wp-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-dark .bar-button-sacgreen-wp,
.toolbar-wp-dark .bar-button-clear-wp-sacgreen,
.toolbar-wp-dark .bar-button-wp-sacgreen {
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-wp-dark .bar-button-sacgreen-wp:hover:not(.disable-hover),
.toolbar-wp-dark .bar-button-clear-wp-sacgreen:hover:not(.disable-hover),
.toolbar-wp-dark .bar-button-wp-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.toolbar-wp-dark .bar-button-outline-wp-sacgreen {
  border-color: #86a264;
  color: #86a264;
  background-color: transparent;
}

.toolbar-wp-dark .bar-button-outline-wp-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.toolbar-wp-dark .bar-button-solid-wp-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-wp-dark .bar-button-solid-wp-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.bar-button-dark-wp,
.bar-button-clear-wp-dark,
.bar-button-wp-dark {
  color: #222;
  background-color: transparent;
}

.bar-button-dark-wp:hover:not(.disable-hover),
.bar-button-clear-wp-dark:hover:not(.disable-hover),
.bar-button-wp-dark:hover:not(.disable-hover) {
  color: #222;
}

.bar-button-outline-wp-dark {
  border-color: #343434;
  color: #343434;
  background-color: transparent;
}

.bar-button-outline-wp-dark.activated {
  color: #fff;
  background-color: #343434;
}

.bar-button-solid-wp-dark {
  color: #fff;
  background-color: #222;
}

.bar-button-solid-wp-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-wp-sunflower .toolbar-background-wp {
  background: #f1c40f;
}

.toolbar-wp-sunflower .bar-button-clear-wp,
.toolbar-wp-sunflower .bar-button-default-wp,
.toolbar-wp-sunflower .bar-button-outline-wp,
.toolbar-wp-sunflower .toolbar-title-wp {
  color: #000;
}

.toolbar-wp-sunflower .bar-button-outline-wp {
  border-color: #000;
}

.toolbar-wp-sunflower .bar-button-primary-wp,
.toolbar-wp-sunflower .bar-button-clear-wp-primary,
.toolbar-wp-sunflower .bar-button-wp-primary {
  color: #17263C;
  background-color: transparent;
}

.toolbar-wp-sunflower .bar-button-primary-wp:hover:not(.disable-hover),
.toolbar-wp-sunflower .bar-button-clear-wp-primary:hover:not(.disable-hover),
.toolbar-wp-sunflower .bar-button-wp-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-wp-sunflower .bar-button-outline-wp-primary {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-wp-sunflower .bar-button-outline-wp-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-sunflower .bar-button-solid-wp-primary {
  color: #fff;
  background-color: #17263C;
}

.toolbar-wp-sunflower .bar-button-solid-wp-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-sunflower .bar-button-secondary-wp,
.toolbar-wp-sunflower .bar-button-clear-wp-secondary,
.toolbar-wp-sunflower .bar-button-wp-secondary {
  color: #32db64;
  background-color: transparent;
}

.toolbar-wp-sunflower .bar-button-secondary-wp:hover:not(.disable-hover),
.toolbar-wp-sunflower .bar-button-clear-wp-secondary:hover:not(.disable-hover),
.toolbar-wp-sunflower .bar-button-wp-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.toolbar-wp-sunflower .bar-button-outline-wp-secondary {
  border-color: #2ec95c;
  color: #2ec95c;
  background-color: transparent;
}

.toolbar-wp-sunflower .bar-button-outline-wp-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-wp-sunflower .bar-button-solid-wp-secondary {
  color: #fff;
  background-color: #32db64;
}

.toolbar-wp-sunflower .bar-button-solid-wp-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-wp-sunflower .bar-button-danger-wp,
.toolbar-wp-sunflower .bar-button-clear-wp-danger,
.toolbar-wp-sunflower .bar-button-wp-danger {
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-wp-sunflower .bar-button-danger-wp:hover:not(.disable-hover),
.toolbar-wp-sunflower .bar-button-clear-wp-danger:hover:not(.disable-hover),
.toolbar-wp-sunflower .bar-button-wp-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.toolbar-wp-sunflower .bar-button-outline-wp-danger {
  border-color: #e13838;
  color: #e13838;
  background-color: transparent;
}

.toolbar-wp-sunflower .bar-button-outline-wp-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-wp-sunflower .bar-button-solid-wp-danger {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-wp-sunflower .bar-button-solid-wp-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-wp-sunflower .bar-button-light-wp,
.toolbar-wp-sunflower .bar-button-clear-wp-light,
.toolbar-wp-sunflower .bar-button-wp-light {
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-wp-sunflower .bar-button-light-wp:hover:not(.disable-hover),
.toolbar-wp-sunflower .bar-button-clear-wp-light:hover:not(.disable-hover),
.toolbar-wp-sunflower .bar-button-wp-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.toolbar-wp-sunflower .bar-button-outline-wp-light {
  border-color: #e0e0e0;
  color: #e0e0e0;
  background-color: transparent;
}

.toolbar-wp-sunflower .bar-button-outline-wp-light.activated {
  color: #000;
  background-color: #e0e0e0;
}

.toolbar-wp-sunflower .bar-button-solid-wp-light {
  color: #000;
  background-color: #f4f4f4;
}

.toolbar-wp-sunflower .bar-button-solid-wp-light.activated {
  color: #000;
  background-color: #e0e0e0;
}

.toolbar-wp-sunflower .bar-button-white-wp,
.toolbar-wp-sunflower .bar-button-clear-wp-white,
.toolbar-wp-sunflower .bar-button-wp-white {
  color: #ffffff;
  background-color: transparent;
}

.toolbar-wp-sunflower .bar-button-white-wp:hover:not(.disable-hover),
.toolbar-wp-sunflower .bar-button-clear-wp-white:hover:not(.disable-hover),
.toolbar-wp-sunflower .bar-button-wp-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.toolbar-wp-sunflower .bar-button-outline-wp-white {
  border-color: #ebebeb;
  color: #ebebeb;
  background-color: transparent;
}

.toolbar-wp-sunflower .bar-button-outline-wp-white.activated {
  color: #000;
  background-color: #ebebeb;
}

.toolbar-wp-sunflower .bar-button-solid-wp-white {
  color: #000;
  background-color: #ffffff;
}

.toolbar-wp-sunflower .bar-button-solid-wp-white.activated {
  color: #000;
  background-color: #ebebeb;
}

.toolbar-wp-sunflower .bar-button-dark-wp,
.toolbar-wp-sunflower .bar-button-clear-wp-dark,
.toolbar-wp-sunflower .bar-button-wp-dark {
  color: #222;
  background-color: transparent;
}

.toolbar-wp-sunflower .bar-button-dark-wp:hover:not(.disable-hover),
.toolbar-wp-sunflower .bar-button-clear-wp-dark:hover:not(.disable-hover),
.toolbar-wp-sunflower .bar-button-wp-dark:hover:not(.disable-hover) {
  color: #222;
}

.toolbar-wp-sunflower .bar-button-outline-wp-dark {
  border-color: #343434;
  color: #343434;
  background-color: transparent;
}

.toolbar-wp-sunflower .bar-button-outline-wp-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-wp-sunflower .bar-button-solid-wp-dark {
  color: #fff;
  background-color: #222;
}

.toolbar-wp-sunflower .bar-button-solid-wp-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-wp-sunflower .bar-button-sunflower-wp,
.toolbar-wp-sunflower .bar-button-clear-wp-sunflower,
.toolbar-wp-sunflower .bar-button-wp-sunflower {
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-wp-sunflower .bar-button-sunflower-wp:hover:not(.disable-hover),
.toolbar-wp-sunflower .bar-button-clear-wp-sunflower:hover:not(.disable-hover),
.toolbar-wp-sunflower .bar-button-wp-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.toolbar-wp-sunflower .bar-button-outline-wp-sunflower {
  border-color: #deb40e;
  color: #deb40e;
  background-color: transparent;
}

.toolbar-wp-sunflower .bar-button-outline-wp-sunflower.activated {
  color: #000;
  background-color: #deb40e;
}

.toolbar-wp-sunflower .bar-button-solid-wp-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.toolbar-wp-sunflower .bar-button-solid-wp-sunflower.activated {
  color: #000;
  background-color: #deb40e;
}

.toolbar-wp-sunflower .bar-button-active-wp,
.toolbar-wp-sunflower .bar-button-clear-wp-active,
.toolbar-wp-sunflower .bar-button-wp-active {
  color: #17263C;
  background-color: transparent;
}

.toolbar-wp-sunflower .bar-button-active-wp:hover:not(.disable-hover),
.toolbar-wp-sunflower .bar-button-clear-wp-active:hover:not(.disable-hover),
.toolbar-wp-sunflower .bar-button-wp-active:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-wp-sunflower .bar-button-outline-wp-active {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-wp-sunflower .bar-button-outline-wp-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-sunflower .bar-button-solid-wp-active {
  color: #fff;
  background-color: #17263C;
}

.toolbar-wp-sunflower .bar-button-solid-wp-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-sunflower .bar-button-black-wp,
.toolbar-wp-sunflower .bar-button-clear-wp-black,
.toolbar-wp-sunflower .bar-button-wp-black {
  color: #17263C;
  background-color: transparent;
}

.toolbar-wp-sunflower .bar-button-black-wp:hover:not(.disable-hover),
.toolbar-wp-sunflower .bar-button-clear-wp-black:hover:not(.disable-hover),
.toolbar-wp-sunflower .bar-button-wp-black:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-wp-sunflower .bar-button-outline-wp-black {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-wp-sunflower .bar-button-outline-wp-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-sunflower .bar-button-solid-wp-black {
  color: #fff;
  background-color: #17263C;
}

.toolbar-wp-sunflower .bar-button-solid-wp-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-sunflower .bar-button-sacgreen-wp,
.toolbar-wp-sunflower .bar-button-clear-wp-sacgreen,
.toolbar-wp-sunflower .bar-button-wp-sacgreen {
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-wp-sunflower .bar-button-sacgreen-wp:hover:not(.disable-hover),
.toolbar-wp-sunflower .bar-button-clear-wp-sacgreen:hover:not(.disable-hover),
.toolbar-wp-sunflower .bar-button-wp-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.toolbar-wp-sunflower .bar-button-outline-wp-sacgreen {
  border-color: #86a264;
  color: #86a264;
  background-color: transparent;
}

.toolbar-wp-sunflower .bar-button-outline-wp-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.toolbar-wp-sunflower .bar-button-solid-wp-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-wp-sunflower .bar-button-solid-wp-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.bar-button-sunflower-wp,
.bar-button-clear-wp-sunflower,
.bar-button-wp-sunflower {
  color: #f1c40f;
  background-color: transparent;
}

.bar-button-sunflower-wp:hover:not(.disable-hover),
.bar-button-clear-wp-sunflower:hover:not(.disable-hover),
.bar-button-wp-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.bar-button-outline-wp-sunflower {
  border-color: #deb40e;
  color: #deb40e;
  background-color: transparent;
}

.bar-button-outline-wp-sunflower.activated {
  color: #000;
  background-color: #deb40e;
}

.bar-button-solid-wp-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.bar-button-solid-wp-sunflower.activated {
  color: #000;
  background-color: #deb40e;
}

.toolbar-wp-active .toolbar-background-wp {
  background: #17263C;
}

.toolbar-wp-active .bar-button-clear-wp,
.toolbar-wp-active .bar-button-default-wp,
.toolbar-wp-active .bar-button-outline-wp,
.toolbar-wp-active .toolbar-title-wp {
  color: #fff;
}

.toolbar-wp-active .bar-button-outline-wp {
  border-color: #fff;
}

.toolbar-wp-active .bar-button-primary-wp,
.toolbar-wp-active .bar-button-clear-wp-primary,
.toolbar-wp-active .bar-button-wp-primary {
  color: #17263C;
  background-color: transparent;
}

.toolbar-wp-active .bar-button-primary-wp:hover:not(.disable-hover),
.toolbar-wp-active .bar-button-clear-wp-primary:hover:not(.disable-hover),
.toolbar-wp-active .bar-button-wp-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-wp-active .bar-button-outline-wp-primary {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-wp-active .bar-button-outline-wp-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-active .bar-button-solid-wp-primary {
  color: #fff;
  background-color: #17263C;
}

.toolbar-wp-active .bar-button-solid-wp-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-active .bar-button-secondary-wp,
.toolbar-wp-active .bar-button-clear-wp-secondary,
.toolbar-wp-active .bar-button-wp-secondary {
  color: #32db64;
  background-color: transparent;
}

.toolbar-wp-active .bar-button-secondary-wp:hover:not(.disable-hover),
.toolbar-wp-active .bar-button-clear-wp-secondary:hover:not(.disable-hover),
.toolbar-wp-active .bar-button-wp-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.toolbar-wp-active .bar-button-outline-wp-secondary {
  border-color: #2ec95c;
  color: #2ec95c;
  background-color: transparent;
}

.toolbar-wp-active .bar-button-outline-wp-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-wp-active .bar-button-solid-wp-secondary {
  color: #fff;
  background-color: #32db64;
}

.toolbar-wp-active .bar-button-solid-wp-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-wp-active .bar-button-danger-wp,
.toolbar-wp-active .bar-button-clear-wp-danger,
.toolbar-wp-active .bar-button-wp-danger {
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-wp-active .bar-button-danger-wp:hover:not(.disable-hover),
.toolbar-wp-active .bar-button-clear-wp-danger:hover:not(.disable-hover),
.toolbar-wp-active .bar-button-wp-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.toolbar-wp-active .bar-button-outline-wp-danger {
  border-color: #e13838;
  color: #e13838;
  background-color: transparent;
}

.toolbar-wp-active .bar-button-outline-wp-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-wp-active .bar-button-solid-wp-danger {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-wp-active .bar-button-solid-wp-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-wp-active .bar-button-light-wp,
.toolbar-wp-active .bar-button-clear-wp-light,
.toolbar-wp-active .bar-button-wp-light {
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-wp-active .bar-button-light-wp:hover:not(.disable-hover),
.toolbar-wp-active .bar-button-clear-wp-light:hover:not(.disable-hover),
.toolbar-wp-active .bar-button-wp-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.toolbar-wp-active .bar-button-outline-wp-light {
  border-color: #e0e0e0;
  color: #e0e0e0;
  background-color: transparent;
}

.toolbar-wp-active .bar-button-outline-wp-light.activated {
  color: #000;
  background-color: #e0e0e0;
}

.toolbar-wp-active .bar-button-solid-wp-light {
  color: #000;
  background-color: #f4f4f4;
}

.toolbar-wp-active .bar-button-solid-wp-light.activated {
  color: #000;
  background-color: #e0e0e0;
}

.toolbar-wp-active .bar-button-white-wp,
.toolbar-wp-active .bar-button-clear-wp-white,
.toolbar-wp-active .bar-button-wp-white {
  color: #ffffff;
  background-color: transparent;
}

.toolbar-wp-active .bar-button-white-wp:hover:not(.disable-hover),
.toolbar-wp-active .bar-button-clear-wp-white:hover:not(.disable-hover),
.toolbar-wp-active .bar-button-wp-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.toolbar-wp-active .bar-button-outline-wp-white {
  border-color: #ebebeb;
  color: #ebebeb;
  background-color: transparent;
}

.toolbar-wp-active .bar-button-outline-wp-white.activated {
  color: #000;
  background-color: #ebebeb;
}

.toolbar-wp-active .bar-button-solid-wp-white {
  color: #000;
  background-color: #ffffff;
}

.toolbar-wp-active .bar-button-solid-wp-white.activated {
  color: #000;
  background-color: #ebebeb;
}

.toolbar-wp-active .bar-button-dark-wp,
.toolbar-wp-active .bar-button-clear-wp-dark,
.toolbar-wp-active .bar-button-wp-dark {
  color: #222;
  background-color: transparent;
}

.toolbar-wp-active .bar-button-dark-wp:hover:not(.disable-hover),
.toolbar-wp-active .bar-button-clear-wp-dark:hover:not(.disable-hover),
.toolbar-wp-active .bar-button-wp-dark:hover:not(.disable-hover) {
  color: #222;
}

.toolbar-wp-active .bar-button-outline-wp-dark {
  border-color: #343434;
  color: #343434;
  background-color: transparent;
}

.toolbar-wp-active .bar-button-outline-wp-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-wp-active .bar-button-solid-wp-dark {
  color: #fff;
  background-color: #222;
}

.toolbar-wp-active .bar-button-solid-wp-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-wp-active .bar-button-sunflower-wp,
.toolbar-wp-active .bar-button-clear-wp-sunflower,
.toolbar-wp-active .bar-button-wp-sunflower {
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-wp-active .bar-button-sunflower-wp:hover:not(.disable-hover),
.toolbar-wp-active .bar-button-clear-wp-sunflower:hover:not(.disable-hover),
.toolbar-wp-active .bar-button-wp-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.toolbar-wp-active .bar-button-outline-wp-sunflower {
  border-color: #deb40e;
  color: #deb40e;
  background-color: transparent;
}

.toolbar-wp-active .bar-button-outline-wp-sunflower.activated {
  color: #000;
  background-color: #deb40e;
}

.toolbar-wp-active .bar-button-solid-wp-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.toolbar-wp-active .bar-button-solid-wp-sunflower.activated {
  color: #000;
  background-color: #deb40e;
}

.toolbar-wp-active .bar-button-active-wp,
.toolbar-wp-active .bar-button-clear-wp-active,
.toolbar-wp-active .bar-button-wp-active {
  color: #17263C;
  background-color: transparent;
}

.toolbar-wp-active .bar-button-active-wp:hover:not(.disable-hover),
.toolbar-wp-active .bar-button-clear-wp-active:hover:not(.disable-hover),
.toolbar-wp-active .bar-button-wp-active:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-wp-active .bar-button-outline-wp-active {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-wp-active .bar-button-outline-wp-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-active .bar-button-solid-wp-active {
  color: #fff;
  background-color: #17263C;
}

.toolbar-wp-active .bar-button-solid-wp-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-active .bar-button-black-wp,
.toolbar-wp-active .bar-button-clear-wp-black,
.toolbar-wp-active .bar-button-wp-black {
  color: #17263C;
  background-color: transparent;
}

.toolbar-wp-active .bar-button-black-wp:hover:not(.disable-hover),
.toolbar-wp-active .bar-button-clear-wp-black:hover:not(.disable-hover),
.toolbar-wp-active .bar-button-wp-black:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-wp-active .bar-button-outline-wp-black {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-wp-active .bar-button-outline-wp-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-active .bar-button-solid-wp-black {
  color: #fff;
  background-color: #17263C;
}

.toolbar-wp-active .bar-button-solid-wp-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-active .bar-button-sacgreen-wp,
.toolbar-wp-active .bar-button-clear-wp-sacgreen,
.toolbar-wp-active .bar-button-wp-sacgreen {
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-wp-active .bar-button-sacgreen-wp:hover:not(.disable-hover),
.toolbar-wp-active .bar-button-clear-wp-sacgreen:hover:not(.disable-hover),
.toolbar-wp-active .bar-button-wp-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.toolbar-wp-active .bar-button-outline-wp-sacgreen {
  border-color: #86a264;
  color: #86a264;
  background-color: transparent;
}

.toolbar-wp-active .bar-button-outline-wp-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.toolbar-wp-active .bar-button-solid-wp-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-wp-active .bar-button-solid-wp-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.bar-button-active-wp,
.bar-button-clear-wp-active,
.bar-button-wp-active {
  color: #17263C;
  background-color: transparent;
}

.bar-button-active-wp:hover:not(.disable-hover),
.bar-button-clear-wp-active:hover:not(.disable-hover),
.bar-button-wp-active:hover:not(.disable-hover) {
  color: #17263C;
}

.bar-button-outline-wp-active {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.bar-button-outline-wp-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.bar-button-solid-wp-active {
  color: #fff;
  background-color: #17263C;
}

.bar-button-solid-wp-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-black .toolbar-background-wp {
  background: #17263C;
}

.toolbar-wp-black .bar-button-clear-wp,
.toolbar-wp-black .bar-button-default-wp,
.toolbar-wp-black .bar-button-outline-wp,
.toolbar-wp-black .toolbar-title-wp {
  color: #fff;
}

.toolbar-wp-black .bar-button-outline-wp {
  border-color: #fff;
}

.toolbar-wp-black .bar-button-primary-wp,
.toolbar-wp-black .bar-button-clear-wp-primary,
.toolbar-wp-black .bar-button-wp-primary {
  color: #17263C;
  background-color: transparent;
}

.toolbar-wp-black .bar-button-primary-wp:hover:not(.disable-hover),
.toolbar-wp-black .bar-button-clear-wp-primary:hover:not(.disable-hover),
.toolbar-wp-black .bar-button-wp-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-wp-black .bar-button-outline-wp-primary {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-wp-black .bar-button-outline-wp-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-black .bar-button-solid-wp-primary {
  color: #fff;
  background-color: #17263C;
}

.toolbar-wp-black .bar-button-solid-wp-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-black .bar-button-secondary-wp,
.toolbar-wp-black .bar-button-clear-wp-secondary,
.toolbar-wp-black .bar-button-wp-secondary {
  color: #32db64;
  background-color: transparent;
}

.toolbar-wp-black .bar-button-secondary-wp:hover:not(.disable-hover),
.toolbar-wp-black .bar-button-clear-wp-secondary:hover:not(.disable-hover),
.toolbar-wp-black .bar-button-wp-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.toolbar-wp-black .bar-button-outline-wp-secondary {
  border-color: #2ec95c;
  color: #2ec95c;
  background-color: transparent;
}

.toolbar-wp-black .bar-button-outline-wp-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-wp-black .bar-button-solid-wp-secondary {
  color: #fff;
  background-color: #32db64;
}

.toolbar-wp-black .bar-button-solid-wp-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-wp-black .bar-button-danger-wp,
.toolbar-wp-black .bar-button-clear-wp-danger,
.toolbar-wp-black .bar-button-wp-danger {
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-wp-black .bar-button-danger-wp:hover:not(.disable-hover),
.toolbar-wp-black .bar-button-clear-wp-danger:hover:not(.disable-hover),
.toolbar-wp-black .bar-button-wp-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.toolbar-wp-black .bar-button-outline-wp-danger {
  border-color: #e13838;
  color: #e13838;
  background-color: transparent;
}

.toolbar-wp-black .bar-button-outline-wp-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-wp-black .bar-button-solid-wp-danger {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-wp-black .bar-button-solid-wp-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-wp-black .bar-button-light-wp,
.toolbar-wp-black .bar-button-clear-wp-light,
.toolbar-wp-black .bar-button-wp-light {
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-wp-black .bar-button-light-wp:hover:not(.disable-hover),
.toolbar-wp-black .bar-button-clear-wp-light:hover:not(.disable-hover),
.toolbar-wp-black .bar-button-wp-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.toolbar-wp-black .bar-button-outline-wp-light {
  border-color: #e0e0e0;
  color: #e0e0e0;
  background-color: transparent;
}

.toolbar-wp-black .bar-button-outline-wp-light.activated {
  color: #000;
  background-color: #e0e0e0;
}

.toolbar-wp-black .bar-button-solid-wp-light {
  color: #000;
  background-color: #f4f4f4;
}

.toolbar-wp-black .bar-button-solid-wp-light.activated {
  color: #000;
  background-color: #e0e0e0;
}

.toolbar-wp-black .bar-button-white-wp,
.toolbar-wp-black .bar-button-clear-wp-white,
.toolbar-wp-black .bar-button-wp-white {
  color: #ffffff;
  background-color: transparent;
}

.toolbar-wp-black .bar-button-white-wp:hover:not(.disable-hover),
.toolbar-wp-black .bar-button-clear-wp-white:hover:not(.disable-hover),
.toolbar-wp-black .bar-button-wp-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.toolbar-wp-black .bar-button-outline-wp-white {
  border-color: #ebebeb;
  color: #ebebeb;
  background-color: transparent;
}

.toolbar-wp-black .bar-button-outline-wp-white.activated {
  color: #000;
  background-color: #ebebeb;
}

.toolbar-wp-black .bar-button-solid-wp-white {
  color: #000;
  background-color: #ffffff;
}

.toolbar-wp-black .bar-button-solid-wp-white.activated {
  color: #000;
  background-color: #ebebeb;
}

.toolbar-wp-black .bar-button-dark-wp,
.toolbar-wp-black .bar-button-clear-wp-dark,
.toolbar-wp-black .bar-button-wp-dark {
  color: #222;
  background-color: transparent;
}

.toolbar-wp-black .bar-button-dark-wp:hover:not(.disable-hover),
.toolbar-wp-black .bar-button-clear-wp-dark:hover:not(.disable-hover),
.toolbar-wp-black .bar-button-wp-dark:hover:not(.disable-hover) {
  color: #222;
}

.toolbar-wp-black .bar-button-outline-wp-dark {
  border-color: #343434;
  color: #343434;
  background-color: transparent;
}

.toolbar-wp-black .bar-button-outline-wp-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-wp-black .bar-button-solid-wp-dark {
  color: #fff;
  background-color: #222;
}

.toolbar-wp-black .bar-button-solid-wp-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-wp-black .bar-button-sunflower-wp,
.toolbar-wp-black .bar-button-clear-wp-sunflower,
.toolbar-wp-black .bar-button-wp-sunflower {
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-wp-black .bar-button-sunflower-wp:hover:not(.disable-hover),
.toolbar-wp-black .bar-button-clear-wp-sunflower:hover:not(.disable-hover),
.toolbar-wp-black .bar-button-wp-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.toolbar-wp-black .bar-button-outline-wp-sunflower {
  border-color: #deb40e;
  color: #deb40e;
  background-color: transparent;
}

.toolbar-wp-black .bar-button-outline-wp-sunflower.activated {
  color: #000;
  background-color: #deb40e;
}

.toolbar-wp-black .bar-button-solid-wp-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.toolbar-wp-black .bar-button-solid-wp-sunflower.activated {
  color: #000;
  background-color: #deb40e;
}

.toolbar-wp-black .bar-button-active-wp,
.toolbar-wp-black .bar-button-clear-wp-active,
.toolbar-wp-black .bar-button-wp-active {
  color: #17263C;
  background-color: transparent;
}

.toolbar-wp-black .bar-button-active-wp:hover:not(.disable-hover),
.toolbar-wp-black .bar-button-clear-wp-active:hover:not(.disable-hover),
.toolbar-wp-black .bar-button-wp-active:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-wp-black .bar-button-outline-wp-active {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-wp-black .bar-button-outline-wp-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-black .bar-button-solid-wp-active {
  color: #fff;
  background-color: #17263C;
}

.toolbar-wp-black .bar-button-solid-wp-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-black .bar-button-black-wp,
.toolbar-wp-black .bar-button-clear-wp-black,
.toolbar-wp-black .bar-button-wp-black {
  color: #17263C;
  background-color: transparent;
}

.toolbar-wp-black .bar-button-black-wp:hover:not(.disable-hover),
.toolbar-wp-black .bar-button-clear-wp-black:hover:not(.disable-hover),
.toolbar-wp-black .bar-button-wp-black:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-wp-black .bar-button-outline-wp-black {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-wp-black .bar-button-outline-wp-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-black .bar-button-solid-wp-black {
  color: #fff;
  background-color: #17263C;
}

.toolbar-wp-black .bar-button-solid-wp-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-black .bar-button-sacgreen-wp,
.toolbar-wp-black .bar-button-clear-wp-sacgreen,
.toolbar-wp-black .bar-button-wp-sacgreen {
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-wp-black .bar-button-sacgreen-wp:hover:not(.disable-hover),
.toolbar-wp-black .bar-button-clear-wp-sacgreen:hover:not(.disable-hover),
.toolbar-wp-black .bar-button-wp-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.toolbar-wp-black .bar-button-outline-wp-sacgreen {
  border-color: #86a264;
  color: #86a264;
  background-color: transparent;
}

.toolbar-wp-black .bar-button-outline-wp-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.toolbar-wp-black .bar-button-solid-wp-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-wp-black .bar-button-solid-wp-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.bar-button-black-wp,
.bar-button-clear-wp-black,
.bar-button-wp-black {
  color: #17263C;
  background-color: transparent;
}

.bar-button-black-wp:hover:not(.disable-hover),
.bar-button-clear-wp-black:hover:not(.disable-hover),
.bar-button-wp-black:hover:not(.disable-hover) {
  color: #17263C;
}

.bar-button-outline-wp-black {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.bar-button-outline-wp-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.bar-button-solid-wp-black {
  color: #fff;
  background-color: #17263C;
}

.bar-button-solid-wp-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-sacgreen .toolbar-background-wp {
  background: #7c9a56;
}

.toolbar-wp-sacgreen .bar-button-clear-wp,
.toolbar-wp-sacgreen .bar-button-default-wp,
.toolbar-wp-sacgreen .bar-button-outline-wp,
.toolbar-wp-sacgreen .toolbar-title-wp {
  color: #fff;
}

.toolbar-wp-sacgreen .bar-button-outline-wp {
  border-color: #fff;
}

.toolbar-wp-sacgreen .bar-button-primary-wp,
.toolbar-wp-sacgreen .bar-button-clear-wp-primary,
.toolbar-wp-sacgreen .bar-button-wp-primary {
  color: #17263C;
  background-color: transparent;
}

.toolbar-wp-sacgreen .bar-button-primary-wp:hover:not(.disable-hover),
.toolbar-wp-sacgreen .bar-button-clear-wp-primary:hover:not(.disable-hover),
.toolbar-wp-sacgreen .bar-button-wp-primary:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-wp-sacgreen .bar-button-outline-wp-primary {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-wp-sacgreen .bar-button-outline-wp-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-sacgreen .bar-button-solid-wp-primary {
  color: #fff;
  background-color: #17263C;
}

.toolbar-wp-sacgreen .bar-button-solid-wp-primary.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-sacgreen .bar-button-secondary-wp,
.toolbar-wp-sacgreen .bar-button-clear-wp-secondary,
.toolbar-wp-sacgreen .bar-button-wp-secondary {
  color: #32db64;
  background-color: transparent;
}

.toolbar-wp-sacgreen .bar-button-secondary-wp:hover:not(.disable-hover),
.toolbar-wp-sacgreen .bar-button-clear-wp-secondary:hover:not(.disable-hover),
.toolbar-wp-sacgreen .bar-button-wp-secondary:hover:not(.disable-hover) {
  color: #32db64;
}

.toolbar-wp-sacgreen .bar-button-outline-wp-secondary {
  border-color: #2ec95c;
  color: #2ec95c;
  background-color: transparent;
}

.toolbar-wp-sacgreen .bar-button-outline-wp-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-wp-sacgreen .bar-button-solid-wp-secondary {
  color: #fff;
  background-color: #32db64;
}

.toolbar-wp-sacgreen .bar-button-solid-wp-secondary.activated {
  color: #fff;
  background-color: #2ec95c;
}

.toolbar-wp-sacgreen .bar-button-danger-wp,
.toolbar-wp-sacgreen .bar-button-clear-wp-danger,
.toolbar-wp-sacgreen .bar-button-wp-danger {
  color: #f53d3d;
  background-color: transparent;
}

.toolbar-wp-sacgreen .bar-button-danger-wp:hover:not(.disable-hover),
.toolbar-wp-sacgreen .bar-button-clear-wp-danger:hover:not(.disable-hover),
.toolbar-wp-sacgreen .bar-button-wp-danger:hover:not(.disable-hover) {
  color: #f53d3d;
}

.toolbar-wp-sacgreen .bar-button-outline-wp-danger {
  border-color: #e13838;
  color: #e13838;
  background-color: transparent;
}

.toolbar-wp-sacgreen .bar-button-outline-wp-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-wp-sacgreen .bar-button-solid-wp-danger {
  color: #fff;
  background-color: #f53d3d;
}

.toolbar-wp-sacgreen .bar-button-solid-wp-danger.activated {
  color: #fff;
  background-color: #e13838;
}

.toolbar-wp-sacgreen .bar-button-light-wp,
.toolbar-wp-sacgreen .bar-button-clear-wp-light,
.toolbar-wp-sacgreen .bar-button-wp-light {
  color: #f4f4f4;
  background-color: transparent;
}

.toolbar-wp-sacgreen .bar-button-light-wp:hover:not(.disable-hover),
.toolbar-wp-sacgreen .bar-button-clear-wp-light:hover:not(.disable-hover),
.toolbar-wp-sacgreen .bar-button-wp-light:hover:not(.disable-hover) {
  color: #f4f4f4;
}

.toolbar-wp-sacgreen .bar-button-outline-wp-light {
  border-color: #e0e0e0;
  color: #e0e0e0;
  background-color: transparent;
}

.toolbar-wp-sacgreen .bar-button-outline-wp-light.activated {
  color: #000;
  background-color: #e0e0e0;
}

.toolbar-wp-sacgreen .bar-button-solid-wp-light {
  color: #000;
  background-color: #f4f4f4;
}

.toolbar-wp-sacgreen .bar-button-solid-wp-light.activated {
  color: #000;
  background-color: #e0e0e0;
}

.toolbar-wp-sacgreen .bar-button-white-wp,
.toolbar-wp-sacgreen .bar-button-clear-wp-white,
.toolbar-wp-sacgreen .bar-button-wp-white {
  color: #ffffff;
  background-color: transparent;
}

.toolbar-wp-sacgreen .bar-button-white-wp:hover:not(.disable-hover),
.toolbar-wp-sacgreen .bar-button-clear-wp-white:hover:not(.disable-hover),
.toolbar-wp-sacgreen .bar-button-wp-white:hover:not(.disable-hover) {
  color: #ffffff;
}

.toolbar-wp-sacgreen .bar-button-outline-wp-white {
  border-color: #ebebeb;
  color: #ebebeb;
  background-color: transparent;
}

.toolbar-wp-sacgreen .bar-button-outline-wp-white.activated {
  color: #000;
  background-color: #ebebeb;
}

.toolbar-wp-sacgreen .bar-button-solid-wp-white {
  color: #000;
  background-color: #ffffff;
}

.toolbar-wp-sacgreen .bar-button-solid-wp-white.activated {
  color: #000;
  background-color: #ebebeb;
}

.toolbar-wp-sacgreen .bar-button-dark-wp,
.toolbar-wp-sacgreen .bar-button-clear-wp-dark,
.toolbar-wp-sacgreen .bar-button-wp-dark {
  color: #222;
  background-color: transparent;
}

.toolbar-wp-sacgreen .bar-button-dark-wp:hover:not(.disable-hover),
.toolbar-wp-sacgreen .bar-button-clear-wp-dark:hover:not(.disable-hover),
.toolbar-wp-sacgreen .bar-button-wp-dark:hover:not(.disable-hover) {
  color: #222;
}

.toolbar-wp-sacgreen .bar-button-outline-wp-dark {
  border-color: #343434;
  color: #343434;
  background-color: transparent;
}

.toolbar-wp-sacgreen .bar-button-outline-wp-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-wp-sacgreen .bar-button-solid-wp-dark {
  color: #fff;
  background-color: #222;
}

.toolbar-wp-sacgreen .bar-button-solid-wp-dark.activated {
  color: #fff;
  background-color: #343434;
}

.toolbar-wp-sacgreen .bar-button-sunflower-wp,
.toolbar-wp-sacgreen .bar-button-clear-wp-sunflower,
.toolbar-wp-sacgreen .bar-button-wp-sunflower {
  color: #f1c40f;
  background-color: transparent;
}

.toolbar-wp-sacgreen .bar-button-sunflower-wp:hover:not(.disable-hover),
.toolbar-wp-sacgreen .bar-button-clear-wp-sunflower:hover:not(.disable-hover),
.toolbar-wp-sacgreen .bar-button-wp-sunflower:hover:not(.disable-hover) {
  color: #f1c40f;
}

.toolbar-wp-sacgreen .bar-button-outline-wp-sunflower {
  border-color: #deb40e;
  color: #deb40e;
  background-color: transparent;
}

.toolbar-wp-sacgreen .bar-button-outline-wp-sunflower.activated {
  color: #000;
  background-color: #deb40e;
}

.toolbar-wp-sacgreen .bar-button-solid-wp-sunflower {
  color: #000;
  background-color: #f1c40f;
}

.toolbar-wp-sacgreen .bar-button-solid-wp-sunflower.activated {
  color: #000;
  background-color: #deb40e;
}

.toolbar-wp-sacgreen .bar-button-active-wp,
.toolbar-wp-sacgreen .bar-button-clear-wp-active,
.toolbar-wp-sacgreen .bar-button-wp-active {
  color: #17263C;
  background-color: transparent;
}

.toolbar-wp-sacgreen .bar-button-active-wp:hover:not(.disable-hover),
.toolbar-wp-sacgreen .bar-button-clear-wp-active:hover:not(.disable-hover),
.toolbar-wp-sacgreen .bar-button-wp-active:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-wp-sacgreen .bar-button-outline-wp-active {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-wp-sacgreen .bar-button-outline-wp-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-sacgreen .bar-button-solid-wp-active {
  color: #fff;
  background-color: #17263C;
}

.toolbar-wp-sacgreen .bar-button-solid-wp-active.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-sacgreen .bar-button-black-wp,
.toolbar-wp-sacgreen .bar-button-clear-wp-black,
.toolbar-wp-sacgreen .bar-button-wp-black {
  color: #17263C;
  background-color: transparent;
}

.toolbar-wp-sacgreen .bar-button-black-wp:hover:not(.disable-hover),
.toolbar-wp-sacgreen .bar-button-clear-wp-black:hover:not(.disable-hover),
.toolbar-wp-sacgreen .bar-button-wp-black:hover:not(.disable-hover) {
  color: #17263C;
}

.toolbar-wp-sacgreen .bar-button-outline-wp-black {
  border-color: #2a374c;
  color: #2a374c;
  background-color: transparent;
}

.toolbar-wp-sacgreen .bar-button-outline-wp-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-sacgreen .bar-button-solid-wp-black {
  color: #fff;
  background-color: #17263C;
}

.toolbar-wp-sacgreen .bar-button-solid-wp-black.activated {
  color: #fff;
  background-color: #2a374c;
}

.toolbar-wp-sacgreen .bar-button-sacgreen-wp,
.toolbar-wp-sacgreen .bar-button-clear-wp-sacgreen,
.toolbar-wp-sacgreen .bar-button-wp-sacgreen {
  color: #7c9a56;
  background-color: transparent;
}

.toolbar-wp-sacgreen .bar-button-sacgreen-wp:hover:not(.disable-hover),
.toolbar-wp-sacgreen .bar-button-clear-wp-sacgreen:hover:not(.disable-hover),
.toolbar-wp-sacgreen .bar-button-wp-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.toolbar-wp-sacgreen .bar-button-outline-wp-sacgreen {
  border-color: #86a264;
  color: #86a264;
  background-color: transparent;
}

.toolbar-wp-sacgreen .bar-button-outline-wp-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.toolbar-wp-sacgreen .bar-button-solid-wp-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.toolbar-wp-sacgreen .bar-button-solid-wp-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.bar-button-sacgreen-wp,
.bar-button-clear-wp-sacgreen,
.bar-button-wp-sacgreen {
  color: #7c9a56;
  background-color: transparent;
}

.bar-button-sacgreen-wp:hover:not(.disable-hover),
.bar-button-clear-wp-sacgreen:hover:not(.disable-hover),
.bar-button-wp-sacgreen:hover:not(.disable-hover) {
  color: #7c9a56;
}

.bar-button-outline-wp-sacgreen {
  border-color: #86a264;
  color: #86a264;
  background-color: transparent;
}

.bar-button-outline-wp-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.bar-button-solid-wp-sacgreen {
  color: #fff;
  background-color: #7c9a56;
}

.bar-button-solid-wp-sacgreen.activated {
  color: #fff;
  background-color: #86a264;
}

.bar-button-strong-wp {
  font-weight: bold;
}

.text-ios-primary {
  color: #17263C;
}

.text-ios-secondary {
  color: #32db64;
}

.text-ios-danger {
  color: #f53d3d;
}

.text-ios-light {
  color: #f4f4f4;
}

.text-ios-white {
  color: #ffffff;
}

.text-ios-dark {
  color: #222;
}

.text-ios-sunflower {
  color: #f1c40f;
}

.text-ios-active {
  color: #17263C;
}

.text-ios-black {
  color: #17263C;
}

.text-ios-sacgreen {
  color: #7c9a56;
}

.text-md-primary {
  color: #17263C;
}

.text-md-secondary {
  color: #32db64;
}

.text-md-danger {
  color: #f53d3d;
}

.text-md-light {
  color: #f4f4f4;
}

.text-md-white {
  color: #ffffff;
}

.text-md-dark {
  color: #222;
}

.text-md-sunflower {
  color: #f1c40f;
}

.text-md-active {
  color: #17263C;
}

.text-md-black {
  color: #17263C;
}

.text-md-sacgreen {
  color: #7c9a56;
}

.text-wp-primary {
  color: #17263C;
}

.text-wp-secondary {
  color: #32db64;
}

.text-wp-danger {
  color: #f53d3d;
}

.text-wp-light {
  color: #f4f4f4;
}

.text-wp-white {
  color: #ffffff;
}

.text-wp-dark {
  color: #222;
}

.text-wp-sunflower {
  color: #f1c40f;
}

.text-wp-active {
  color: #17263C;
}

.text-wp-black {
  color: #17263C;
}

.text-wp-sacgreen {
  color: #7c9a56;
}

.virtual-loading {
  opacity: 0;
}

.virtual-scroll {
  position: relative;
  contain: content;
}

.virtual-scroll .virtual-position,
.virtual-scroll .virtual-position.item {
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
  contain: content;
}

.virtual-scroll .virtual-last {
  display: none;
}

.ios ion-nav > .ion-page > .toolbar.statusbar-padding:first-child,
.ios ion-nav > .ion-page > ion-header > .toolbar.statusbar-padding:first-child,
.ios ion-tab > .ion-page > .toolbar.statusbar-padding:first-child,
.ios ion-tab > .ion-page > ion-header > .toolbar.statusbar-padding:first-child,
.ios ion-tabs > .ion-page.tab-subpage > ion-header > .toolbar.statusbar-padding:first-child,
.ios ion-menu > .menu-inner > .toolbar.statusbar-padding:first-child,
.ios ion-menu > .menu-inner > ion-header > .toolbar.statusbar-padding:first-child {
  padding-top: calc(20px + 4px);
  padding-top: calc(constant(safe-area-inset-top) + 4px);
  padding-top: calc(env(safe-area-inset-top) + 4px);
  min-height: calc(44px + 20px);
  min-height: calc(44px + constant(safe-area-inset-top));
  min-height: calc(44px + env(safe-area-inset-top));
}

.ios ion-nav > .ion-page > ion-content.statusbar-padding:first-child .scroll-content,
.ios ion-nav > .ion-page > ion-header > ion-content.statusbar-padding:first-child .scroll-content,
.ios ion-tab > .ion-page > ion-content.statusbar-padding:first-child .scroll-content,
.ios ion-tab > .ion-page > ion-header > ion-content.statusbar-padding:first-child .scroll-content,
.ios ion-tabs > .ion-page.tab-subpage > ion-header > ion-content.statusbar-padding:first-child .scroll-content,
.ios ion-menu > .menu-inner > ion-content.statusbar-padding:first-child .scroll-content,
.ios ion-menu > .menu-inner > ion-header > ion-content.statusbar-padding:first-child .scroll-content {
  padding-top: 20px;
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
}

.ios ion-nav > .ion-page > ion-content.statusbar-padding:first-child[padding] .scroll-content,
.ios ion-nav > .ion-page > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
.ios ion-nav > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding] .scroll-content,
.ios ion-nav > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
.ios ion-tab > .ion-page > ion-content.statusbar-padding:first-child[padding] .scroll-content,
.ios ion-tab > .ion-page > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
.ios ion-tab > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding] .scroll-content,
.ios ion-tab > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
.ios ion-tabs > .ion-page.tab-subpage > ion-header > ion-content.statusbar-padding:first-child[padding] .scroll-content,
.ios ion-tabs > .ion-page.tab-subpage > ion-header > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
.ios ion-menu > .menu-inner > ion-content.statusbar-padding:first-child[padding] .scroll-content,
.ios ion-menu > .menu-inner > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
.ios ion-menu > .menu-inner > ion-header > ion-content.statusbar-padding:first-child[padding] .scroll-content,
.ios ion-menu > .menu-inner > ion-header > ion-content.statusbar-padding:first-child[padding-top] .scroll-content {
  padding-top: calc(16px + 20px);
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
}

.ios ion-nav > .ion-page > .toolbar.statusbar-padding:first-child ion-segment,
.ios ion-nav > .ion-page > .toolbar.statusbar-padding:first-child ion-title,
.ios ion-nav > .ion-page > ion-header > .toolbar.statusbar-padding:first-child ion-segment,
.ios ion-nav > .ion-page > ion-header > .toolbar.statusbar-padding:first-child ion-title,
.ios ion-tab > .ion-page > .toolbar.statusbar-padding:first-child ion-segment,
.ios ion-tab > .ion-page > .toolbar.statusbar-padding:first-child ion-title,
.ios ion-tab > .ion-page > ion-header > .toolbar.statusbar-padding:first-child ion-segment,
.ios ion-tab > .ion-page > ion-header > .toolbar.statusbar-padding:first-child ion-title,
.ios ion-tabs > .ion-page.tab-subpage > ion-header > .toolbar.statusbar-padding:first-child ion-segment,
.ios ion-tabs > .ion-page.tab-subpage > ion-header > .toolbar.statusbar-padding:first-child ion-title,
.ios ion-menu > .menu-inner > .toolbar.statusbar-padding:first-child ion-segment,
.ios ion-menu > .menu-inner > .toolbar.statusbar-padding:first-child ion-title,
.ios ion-menu > .menu-inner > ion-header > .toolbar.statusbar-padding:first-child ion-segment,
.ios ion-menu > .menu-inner > ion-header > .toolbar.statusbar-padding:first-child ion-title {
  padding-top: 20px;
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
  height: calc(44px + 20px);
  height: calc(44px + constant(safe-area-inset-top));
  height: calc(44px + env(safe-area-inset-top));
  min-height: calc(44px + 20px);
  min-height: calc(44px + constant(safe-area-inset-top));
  min-height: calc(44px + env(safe-area-inset-top));
}

@media only screen and (max-width: 767px) {
  .ios .modal-wrapper > .ion-page > ion-header > .toolbar.statusbar-padding:first-child {
    padding-top: calc(20px + 4px);
    padding-top: calc(constant(safe-area-inset-top) + 4px);
    padding-top: calc(env(safe-area-inset-top) + 4px);
    min-height: calc(44px + 20px);
    min-height: calc(44px + constant(safe-area-inset-top));
    min-height: calc(44px + env(safe-area-inset-top));
  }
  .ios .modal-wrapper > .ion-page > ion-header > ion-content.statusbar-padding:first-child .scroll-content {
    padding-top: 20px;
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
  }
  .ios .modal-wrapper > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding] .scroll-content,
  .ios .modal-wrapper > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding-top] .scroll-content {
    padding-top: calc(16px + 20px);
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
  }
  .ios .modal-wrapper > .ion-page > ion-header > .toolbar.statusbar-padding:first-child ion-segment,
  .ios .modal-wrapper > .ion-page > ion-header > .toolbar.statusbar-padding:first-child ion-title {
    padding-top: 20px;
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
    height: calc(44px + 20px);
    height: calc(44px + constant(safe-area-inset-top));
    height: calc(44px + env(safe-area-inset-top));
    min-height: calc(44px + 20px);
    min-height: calc(44px + constant(safe-area-inset-top));
    min-height: calc(44px + env(safe-area-inset-top));
  }
}

.ios .tabs:not(.tabs-ios[tabsPlacement=top]) .tabbar {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

.ios ion-footer .toolbar:last-child {
  padding-bottom: calc(constant(safe-area-inset-bottom) + 4px);
  padding-bottom: calc(env(safe-area-inset-bottom) + 4px);
  min-height: calc(44px + constant(safe-area-inset-bottom));
  min-height: calc(44px + env(safe-area-inset-bottom));
}

.md ion-nav > .ion-page > .toolbar.statusbar-padding:first-child,
.md ion-nav > .ion-page > ion-header > .toolbar.statusbar-padding:first-child,
.md ion-tab > .ion-page > .toolbar.statusbar-padding:first-child,
.md ion-tab > .ion-page > ion-header > .toolbar.statusbar-padding:first-child,
.md ion-tabs > .ion-page.tab-subpage > ion-header > .toolbar.statusbar-padding:first-child,
.md ion-menu > .menu-inner > .toolbar.statusbar-padding:first-child,
.md ion-menu > .menu-inner > ion-header > .toolbar.statusbar-padding:first-child {
  padding-top: calc(20px + 4px);
  padding-top: calc(constant(safe-area-inset-top) + 4px);
  padding-top: calc(env(safe-area-inset-top) + 4px);
  min-height: calc(56px + 20px);
  min-height: calc(56px + constant(safe-area-inset-top));
  min-height: calc(56px + env(safe-area-inset-top));
}

.md ion-nav > .ion-page > ion-content.statusbar-padding:first-child .scroll-content,
.md ion-nav > .ion-page > ion-header > ion-content.statusbar-padding:first-child .scroll-content,
.md ion-tab > .ion-page > ion-content.statusbar-padding:first-child .scroll-content,
.md ion-tab > .ion-page > ion-header > ion-content.statusbar-padding:first-child .scroll-content,
.md ion-tabs > .ion-page.tab-subpage > ion-header > ion-content.statusbar-padding:first-child .scroll-content,
.md ion-menu > .menu-inner > ion-content.statusbar-padding:first-child .scroll-content,
.md ion-menu > .menu-inner > ion-header > ion-content.statusbar-padding:first-child .scroll-content {
  padding-top: 20px;
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
}

.md ion-nav > .ion-page > ion-content.statusbar-padding:first-child[padding] .scroll-content,
.md ion-nav > .ion-page > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
.md ion-nav > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding] .scroll-content,
.md ion-nav > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
.md ion-tab > .ion-page > ion-content.statusbar-padding:first-child[padding] .scroll-content,
.md ion-tab > .ion-page > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
.md ion-tab > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding] .scroll-content,
.md ion-tab > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
.md ion-tabs > .ion-page.tab-subpage > ion-header > ion-content.statusbar-padding:first-child[padding] .scroll-content,
.md ion-tabs > .ion-page.tab-subpage > ion-header > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
.md ion-menu > .menu-inner > ion-content.statusbar-padding:first-child[padding] .scroll-content,
.md ion-menu > .menu-inner > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
.md ion-menu > .menu-inner > ion-header > ion-content.statusbar-padding:first-child[padding] .scroll-content,
.md ion-menu > .menu-inner > ion-header > ion-content.statusbar-padding:first-child[padding-top] .scroll-content {
  padding-top: calc(16px + 20px);
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
}

@media only screen and (max-width: 767px) {
  .md .modal-wrapper > .ion-page > ion-header > .toolbar.statusbar-padding:first-child {
    padding-top: calc(20px + 4px);
    padding-top: calc(constant(safe-area-inset-top) + 4px);
    padding-top: calc(env(safe-area-inset-top) + 4px);
    min-height: calc(56px + 20px);
    min-height: calc(56px + constant(safe-area-inset-top));
    min-height: calc(56px + env(safe-area-inset-top));
  }
  .md .modal-wrapper > .ion-page > ion-header > ion-content.statusbar-padding:first-child .scroll-content {
    padding-top: 20px;
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
  }
  .md .modal-wrapper > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding] .scroll-content,
  .md .modal-wrapper > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding-top] .scroll-content {
    padding-top: calc(16px + 20px);
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
  }
}

.md .tabs:not(.tabs-ios[tabsPlacement=top]) .tabbar {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

.md ion-footer .toolbar:last-child {
  padding-bottom: calc(constant(safe-area-inset-bottom) + 4px);
  padding-bottom: calc(env(safe-area-inset-bottom) + 4px);
  min-height: calc(56px + constant(safe-area-inset-bottom));
  min-height: calc(56px + env(safe-area-inset-bottom));
}

.wp ion-nav > .ion-page > .toolbar.statusbar-padding:first-child,
.wp ion-nav > .ion-page > ion-header > .toolbar.statusbar-padding:first-child,
.wp ion-tab > .ion-page > .toolbar.statusbar-padding:first-child,
.wp ion-tab > .ion-page > ion-header > .toolbar.statusbar-padding:first-child,
.wp ion-tabs > .ion-page.tab-subpage > ion-header > .toolbar.statusbar-padding:first-child,
.wp ion-menu > .menu-inner > .toolbar.statusbar-padding:first-child,
.wp ion-menu > .menu-inner > ion-header > .toolbar.statusbar-padding:first-child {
  padding-top: calc(20px + 4px);
  padding-top: calc(constant(safe-area-inset-top) + 4px);
  padding-top: calc(env(safe-area-inset-top) + 4px);
  min-height: calc(46px + 20px);
  min-height: calc(46px + constant(safe-area-inset-top));
  min-height: calc(46px + env(safe-area-inset-top));
}

.wp ion-nav > .ion-page > ion-content.statusbar-padding:first-child .scroll-content,
.wp ion-nav > .ion-page > ion-header > ion-content.statusbar-padding:first-child .scroll-content,
.wp ion-tab > .ion-page > ion-content.statusbar-padding:first-child .scroll-content,
.wp ion-tab > .ion-page > ion-header > ion-content.statusbar-padding:first-child .scroll-content,
.wp ion-tabs > .ion-page.tab-subpage > ion-header > ion-content.statusbar-padding:first-child .scroll-content,
.wp ion-menu > .menu-inner > ion-content.statusbar-padding:first-child .scroll-content,
.wp ion-menu > .menu-inner > ion-header > ion-content.statusbar-padding:first-child .scroll-content {
  padding-top: 20px;
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
}

.wp ion-nav > .ion-page > ion-content.statusbar-padding:first-child[padding] .scroll-content,
.wp ion-nav > .ion-page > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
.wp ion-nav > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding] .scroll-content,
.wp ion-nav > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
.wp ion-tab > .ion-page > ion-content.statusbar-padding:first-child[padding] .scroll-content,
.wp ion-tab > .ion-page > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
.wp ion-tab > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding] .scroll-content,
.wp ion-tab > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
.wp ion-tabs > .ion-page.tab-subpage > ion-header > ion-content.statusbar-padding:first-child[padding] .scroll-content,
.wp ion-tabs > .ion-page.tab-subpage > ion-header > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
.wp ion-menu > .menu-inner > ion-content.statusbar-padding:first-child[padding] .scroll-content,
.wp ion-menu > .menu-inner > ion-content.statusbar-padding:first-child[padding-top] .scroll-content,
.wp ion-menu > .menu-inner > ion-header > ion-content.statusbar-padding:first-child[padding] .scroll-content,
.wp ion-menu > .menu-inner > ion-header > ion-content.statusbar-padding:first-child[padding-top] .scroll-content {
  padding-top: calc(16px + 20px);
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
}

@media only screen and (max-width: 767px) {
  .wp .modal-wrapper > .ion-page > ion-header > .toolbar.statusbar-padding:first-child {
    padding-top: calc(20px + 4px);
    padding-top: calc(constant(safe-area-inset-top) + 4px);
    padding-top: calc(env(safe-area-inset-top) + 4px);
    min-height: calc(46px + 20px);
    min-height: calc(46px + constant(safe-area-inset-top));
    min-height: calc(46px + env(safe-area-inset-top));
  }
  .wp .modal-wrapper > .ion-page > ion-header > ion-content.statusbar-padding:first-child .scroll-content {
    padding-top: 20px;
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
  }
  .wp .modal-wrapper > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding] .scroll-content,
  .wp .modal-wrapper > .ion-page > ion-header > ion-content.statusbar-padding:first-child[padding-top] .scroll-content {
    padding-top: calc(16px + 20px);
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
  }
}

.wp .tabs:not(.tabs-ios[tabsPlacement=top]) .tabbar {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

.wp ion-footer .toolbar:last-child {
  padding-bottom: calc(constant(safe-area-inset-bottom) + 4px);
  padding-bottom: calc(env(safe-area-inset-bottom) + 4px);
  min-height: calc(46px + constant(safe-area-inset-bottom));
  min-height: calc(46px + env(safe-area-inset-bottom));
}

ion-app {
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 1em;
  line-height: 1.5;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

/**
** Media queries for mobile responsive screens
 */
@media only screen and (max-width: 600px) {
  .account-page-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  account-side-bar {
    width: 100% !important;
  }
  .account-page-container {
    width: 100% !important;
  }
}

dealer-address-modal ion-header {
  padding-top: unset !important;
}

.ltr {
  direction: ltr;
}

.sac-alert {
  padding: 15px;
  border: 1px solid transparent;
}

.danger ion-label {
  color: #ef473a !important;
}

.danger ion-input, .danger ion-select {
  background-color: #e4b9b9 !important;
}

.sac-alert.alert-info {
  color: #1c7ed6;
  background-color: #e7f5ff;
  border-color: #228be6;
}

.sac-alert.alert-danger {
  color: #a94442 !important;
  background-color: #f2dede !important;
  border-color: #ebccd1;
}

.sac-alert.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

.account-page-content {
  border: 1px solid #e6e2e2;
  border-bottom: none;
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.account-page-content .account-page-container {
  width: calc(100% - 300px);
}

.account-page-content .account-page-container > h1 {
  padding-left: 10px;
  margin-bottom: 1px;
  border-bottom: 3px solid #FFD618 !important;
  color: #17263C !important;
}

.account-page-content .account-page-container .account-page-data {
  width: 100%;
  padding: 10px;
  height: 100%;
  min-height: 100vh;
}

announcement ion-toolbar {
  margin: 15px;
  color: #a94442 !important;
  background-color: #f2dede !important;
  border: 1px solid #ebccd1 !important;
  font-weight: 500;
  padding: 10px;
}

announcement ion-toolbar .toolbar-background {
  background: unset;
  border-color: unset;
}

.rtl announcement .toolbar-background {
  -webkit-transform: unset;
  transform: unset;
}

header {
  width: 100%;
}

ion-item.item, button.item, ion-list-header.item {
  background-color: transparent;
}

.close-icon {
  color: #17263C;
  font-size: 30px;
  padding-left: 10px;
  font-weight: bolder;
}

.close-button-modals {
  font-weight: bold;
  font-size: 25px;
}

.app-version {
  color: #e0e0e0c9;
  background-color: black;
  padding: 5px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
}

image-slider {
  direction: ltr !important;
}

.consumer .ion-ios-help {
  font-size: 30px;
  font-weight: bold;
}

.consumer ion-buttons {
  position: absolute;
}

.consumer ion-icon {
  color: #81ad2a !important;
}

.consumer .toolbar-background {
  background: #81ad2a !important;
}

.consumer ion-title {
  height: 45px;
}

.consumer .header-image {
  max-height: 40px;
}

.consumer-alert .alert-head {
  background-color: #81ad2a !important;
  color: white !important;
}

.rtl {
  direction: rtl;
  font-family: Tajawal, sans-serif !important;
}

.rtl .account-page-container > h1 {
  padding-left: 0px;
  padding-right: 10px;
}

.rtl .alert-message {
  text-align: right;
}

.rtl .select-icon {
  margin-right: 5px;
}

.rtl .side-menu-option ion-icon {
  float: right;
  margin-right: unset;
  margin-left: 10px;
}

.rtl .side-menu-option div {
  float: right;
}

.rtl .log-out-arabic {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rtl .action-sheet-icon.icon-md {
  margin: 0 0 0 32px;
}

.rtl .action-sheet-icon.icon-ios {
  padding-right: unset;
  padding-left: 0.3em;
}

.rtl .segment-button:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0px;
  margin-left: 0;
  margin-right: unset;
}

.rtl .segment-button:last-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 4px;
  margin-right: 0;
  border-right-width: 0;
  border-left-width: 1px;
  margin-left: unset;
}

.rtl .header-data {
  float: left;
}

.rtl account-side-bar {
  border-right: unset !important;
  border-left: 1px solid #e6e2e2;
}

.rtl account-side-bar button {
  padding-right: 16px;
  padding-left: 0px;
}

.addressSheet button {
  font-weight: bold;
}

.padding-top {
  padding-top: 10px;
}

.padding-bottom {
  padding-bottom: 10px;
}

.button-positive {
  border-color: #0078ac !important;
  background-color: #17263C !important;
  color: #fff !important;
}

.button-cancel, .button-positive {
  border: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center !important;
}

.button-cancel span, .button-positive span {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.button-cancel {
  color: black !important;
  border: 1px solid #b2b2b2;
  background-color: #f8f8f8 !important;
}

.alert-title {
  text-align: center;
}

.languageAlert .alert-head {
  background-color: cornflowerblue !important;
  color: white !important;
}

.popover-notes {
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
}

.clear {
  clear: both;
}

.bold-text {
  font-weight: bold !important;
}

/**
 * Button Bar
 * --------------------------------------------------
 */
.button-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.button-bar.button-bar-inline {
  display: block;
  width: auto;
  *zoom: 1;
}

.button-bar.button-bar-inline:before, .button-bar.button-bar-inline:after {
  display: table;
  content: "";
  line-height: 0;
}

.button-bar.button-bar-inline:after {
  clear: both;
}

.button-bar.button-bar-inline > .button {
  width: auto;
  display: inline-block;
  float: left;
}

.button-bar > .button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  overflow: hidden;
  padding: 0 16px;
  width: 0;
  border-width: 1px 0px 1px 1px;
  border-radius: 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.button-bar > .button:before, .button-bar > .button .icon:before {
  line-height: 44px;
}

.button-bar > .button:first-child {
  border-radius: 2px 0px 0px 2px;
}

.button-bar > .button:last-child {
  border-right-width: 1px;
  border-radius: 0px 2px 2px 0px;
}

.button:after {
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  content: ' ';
}

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

.bar-stable .button {
  border-color: #b2b2b2;
  background-color: #f8f8f8;
  color: #444;
}

/*
* Header Bar styles
*/
.bar.bar-positive {
  border-color: #0078ac;
  background-color: #17263C;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0078ac), color-stop(50%, #0078ac), color-stop(50%, transparent));
  background-image: linear-gradient(0deg, #0078ac, #0078ac 50%, transparent 50%);
  color: #fff;
}

.bar-header {
  top: 0;
  border-top-width: 0;
  border-bottom-width: 1px;
}

.toolbar-title {
  text-align: center;
  font-size: 17px;
}

/**
    Custom spinner styling
     */
.circle-loader {
  margin-left: 48%;
  fill: transparent;
  stroke: #333;
  stroke-width: 5;
  -webkit-animation: dash 2s ease infinite, rotate 2s linear infinite, color 8s linear infinite;
  animation: dash 2s ease infinite, rotate 2s linear infinite, color 8s linear infinite;
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 95;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 85, 95;
    stroke-dashoffset: -25;
  }
  100% {
    stroke-dasharray: 85, 95;
    stroke-dashoffset: -93;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes color {
  0% {
    stroke: #17263c;
  }
  24% {
    stroke: #66b5e0;
  }
  25% {
    stroke: #f8b232;
  }
  49% {
    stroke: #fec764;
  }
  50% {
    stroke: #81cf4e;
  }
  74% {
    stroke: #c8db5c;
  }
  75% {
    stroke: #2496d4;
  }
  100% {
    stroke: #66b5e0;
  }
}

@keyframes color {
  0% {
    stroke: #17263c;
  }
  24% {
    stroke: #66b5e0;
  }
  25% {
    stroke: #f8b232;
  }
  49% {
    stroke: #fec764;
  }
  50% {
    stroke: #81cf4e;
  }
  74% {
    stroke: #c8db5c;
  }
  75% {
    stroke: #2496d4;
  }
  100% {
    stroke: #66b5e0;
  }
}

.image-container .circle-loader {
  stroke-width: 2px;
}

.menuLogo {
  height: 25px;
  width: 130px;
  display: block;
  margin: 0 auto;
}

.side-menu-content {
  background-color: black;
}

.side-menu-content .item-inner {
  border-bottom: 1px solid #3c3a3a !important;
}

.side-menu-content > button {
  width: 95%;
  position: absolute;
  right: 5px;
  bottom: 0;
  background: #17263C;
}

.side-menu-content ion-item {
  background-color: black;
  color: white;
}

.side-menu-option ion-icon {
  margin-right: 10px;
  margin-left: 16px;
  color: #17263C;
  font-size: 25px;
  float: left;
}

.side-menu-option div {
  float: left;
  padding-top: 3px;
}

.side-menu-value {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
}

.leftMenuIcon {
  width: 33px;
  height: 22px;
  float: left;
}

.notificationALert .okButton {
  background-color: #17263C;
  color: white;
  width: 100%;
}

.notificationALert .okButton span {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.notificationALert .alert-message {
  text-align: center;
}

.no-car-text {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: gray;
  padding-top: 15px;
  height: 100%;
}

.not-active {
  border: 1px solid;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  color: #387ef5;
  background-color: transparent;
}

.energized-bg {
  background-color: #ffc900 !important;
}

.assertive-bg {
  background-color: #ef473a !important;
}

.balanced-bg {
  background-color: #37af0d !important;
}

.positive-bg {
  background-color: #17263C !important;
}

.loader-container {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
}

.bid-confirm-box .alert-title {
  font-size: 15px !important;
}

.bid-confirm-box .bid-placed {
  color: #17263C;
}

.error-alert .alert-head {
  background-color: red;
  color: white;
  margin-bottom: 10px;
  height: 40px;
  padding-top: 10px;
}

.error-alert .alert-message {
  text-align: center;
}

.error-alert button {
  background-color: red !important;
  color: white !important;
  border-radius: 15px !important;
}

.error-alert .alert-button-group {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rtl .log-out {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rtl inspection-report ion-item-divider ion-label ion-icon {
  float: right;
  margin-top: 3px;
  margin-right: unset;
  margin-left: 5px;
}

.uppercase {
  text-transform: uppercase;
}

.centerText {
  text-align: center;
}

.active-menu {
  background-color: #056391 !important;
}

.active-menu ion-icon {
  color: white !important;
}

.active-menu-consumer {
  background-color: #54711c !important;
}

.active-menu-consumer ion-icon {
  color: white !important;
}

.white {
  color: white !important;
}

#custom-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  background-color: #002a3e;
}

.flb {
  background-color: #7c9a56;
  height: 100%;
  width: 100%;
  -webkit-animation: pulse 1s linear forwards;
  animation: pulse 1s linear forwards;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.Aligner-item {
  max-width: 50%;
}

.Aligner-item--top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.Aligner-item--bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

#custom-overlay img {
  display: block;
  margin: 0 auto;
  width: 50%;
  height: auto;
  -webkit-animation: animation 3100ms linear infinite both;
  animation: animation 3100ms linear infinite both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.flb-update-footer {
  color: white;
  font-size: large;
  bottom: 100px;
  position: absolute;
  font-weight: 300;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
  text-align: center;
}

@-webkit-keyframes animation {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
  }
  1.14% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1);
  }
  2.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1);
  }
  3.43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1);
  }
  4.54% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -31.997, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -31.997, 0, 0, 1);
  }
  4.58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.47, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.47, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1);
  }
  6.76% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -1.766, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -1.766, 0, 0, 1);
  }
  6.86% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1);
  }
  9.01% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 2.88, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 2.88, 0, 0, 1);
  }
  9.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.007, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.007, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1);
  }
  11.23% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.99, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.99, 0, 0, 1);
  }
  20.16% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.01, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.01, 0, 0, 1);
  }
  23.45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
  }
  28.47% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
  }
  28.57% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
  }
  29.1% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -7.992, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -7.992, 0, 1);
  }
  29.86% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -15.312, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -15.312, 0, 1);
  }
  31.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -19.275, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -19.275, 0, 1);
  }
  32.75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1);
  }
  34.33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1);
  }
  35.71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1);
  }
  35.94% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1);
  }
  37.51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1);
  }
  40.08% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1);
  }
  46.45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
  }
  49.02% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1);
  }
  55.38% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.96% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1);
  }
  62.4% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
  }
  64.04% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.19% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.41, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.41, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  65.57% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 218.852, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 218.852, 0, 0, 1);
  }
  65.82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.747, 1, 0, 0, 0, 0, 1, 0, 257.135, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.747, 1, 0, 0, 0, 0, 1, 0, 257.135, 0, 0, 1);
  }
  67.11% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 416.676, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 416.676, 0, 0, 1);
  }
  67.36% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 439.293, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 439.293, 0, 0, 1);
  }
  68.65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 517.583, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 517.583, 0, 0, 1);
  }
  68.9% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.956, 1, 0, 0, 0, 0, 1, 0, 526.138, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.956, 1, 0, 0, 0, 0, 1, 0, 526.138, 0, 0, 1);
  }
  70.43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 546.667, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 546.667, 0, 0, 1);
  }
  72.62% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 528.816, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 528.816, 0, 0, 1);
  }
  74.4% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 510.313, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 510.313, 0, 0, 1);
  }
  76.59% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 498.826, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 498.826, 0, 0, 1);
  }
  78.37% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.834, 1, 0, 0, 0, 0, 1, 0, 496.885, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.834, 1, 0, 0, 0, 0, 1, 0, 496.885, 0, 0, 1);
  }
  84.52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 500.078, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 500.078, 0, 0, 1);
  }
  86.31% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500.208, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500.208, 0, 0, 1);
  }
  92.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.994, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.994, 0, 0, 1);
  }
  94.28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.986, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.986, 0, 0, 1);
  }
  98.21% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.997, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.997, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
  }
}

@keyframes animation {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
  }
  1.14% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1);
  }
  2.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1);
  }
  3.43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1);
  }
  4.54% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -31.997, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -31.997, 0, 0, 1);
  }
  4.58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.47, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.47, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1);
  }
  6.76% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -1.766, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -1.766, 0, 0, 1);
  }
  6.86% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1);
  }
  9.01% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 2.88, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 2.88, 0, 0, 1);
  }
  9.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.007, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.007, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1);
  }
  11.23% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.99, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.99, 0, 0, 1);
  }
  20.16% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.01, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.01, 0, 0, 1);
  }
  23.45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
  }
  28.47% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
  }
  28.57% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
  }
  29.1% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -7.992, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -7.992, 0, 1);
  }
  29.86% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -15.312, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -15.312, 0, 1);
  }
  31.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -19.275, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -19.275, 0, 1);
  }
  32.75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1);
  }
  34.33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1);
  }
  35.71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1);
  }
  35.94% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1);
  }
  37.51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1);
  }
  40.08% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1);
  }
  46.45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
  }
  49.02% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1);
  }
  55.38% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.96% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1);
  }
  62.4% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
  }
  64.04% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.19% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.41, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.41, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  65.57% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 218.852, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 218.852, 0, 0, 1);
  }
  65.82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.747, 1, 0, 0, 0, 0, 1, 0, 257.135, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.747, 1, 0, 0, 0, 0, 1, 0, 257.135, 0, 0, 1);
  }
  67.11% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 416.676, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 416.676, 0, 0, 1);
  }
  67.36% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 439.293, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 439.293, 0, 0, 1);
  }
  68.65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 517.583, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 517.583, 0, 0, 1);
  }
  68.9% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.956, 1, 0, 0, 0, 0, 1, 0, 526.138, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.956, 1, 0, 0, 0, 0, 1, 0, 526.138, 0, 0, 1);
  }
  70.43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 546.667, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 546.667, 0, 0, 1);
  }
  72.62% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 528.816, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 528.816, 0, 0, 1);
  }
  74.4% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 510.313, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 510.313, 0, 0, 1);
  }
  76.59% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 498.826, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 498.826, 0, 0, 1);
  }
  78.37% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.834, 1, 0, 0, 0, 0, 1, 0, 496.885, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.834, 1, 0, 0, 0, 0, 1, 0, 496.885, 0, 0, 1);
  }
  84.52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 500.078, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 500.078, 0, 0, 1);
  }
  86.31% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500.208, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500.208, 0, 0, 1);
  }
  92.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.994, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.994, 0, 0, 1);
  }
  94.28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.986, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.986, 0, 0, 1);
  }
  98.21% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.997, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.997, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
  }
}

.bid-confirmation-container bid-confirmation .popup-title {
  margin: 0;
  font-size: 25px;
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
  text-align: center;
  vertical-align: baseline;
  font-family: inherit !important;
  font-weight: 500;
}

inspection-report ion-grid {
  font-size: 16px;
}

inspection-report ion-item-group {
  display: block;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}

@media screen and (max-width: 774px) {
  inspection-report ion-item-group {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  inspection-report ion-item-group ion-row {
    border-bottom: #cccccc !important;
  }
}

inspection-report ion-item-group > div {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  background-color: #f9f9f9;
  border: .5px solid #eee;
  display: inline-block;
  margin: 0 0 1em;
  width: 100% !important;
  max-width: unset !important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
}

inspection-report ion-item-group > div ion-item-divider {
  color: #444;
  font-size: 16px;
  background-color: #d6d6d6;
  border: 1px solid #a6a6a6;
  padding: 0 10px;
  margin-top: unset !important;
}

inspection-report ion-item-group > div ion-item-divider ion-label {
  font-size: 17px !important;
}

inspection-report ion-item-group > div ion-item-divider ion-label ion-icon {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}

ion-content.ltr ion-icon[icon-ltr] {
  display: block;
}

ion-content.ltr ion-icon[icon-rtl] {
  display: none;
}

ion-content.rtl ion-icon[icon-ltr] {
  display: none;
}

ion-content.rtl ion-icon[icon-rtl] {
  display: block;
}

.item-select-searchable .label {
  margin-right: 0;
}

.select-searchable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.select-searchable .disabled {
  opacity: 0.3;
  pointer-events: none;
}

.select-searchable-label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select-searchable-value {
  max-width: 45%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select-searchable-icon {
  position: relative;
  width: 20px;
}

.select-searchable-icon-inner {
  position: absolute;
  top: 50%;
  left: 5px;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  pointer-events: none;
}

.select-searchable-ios .select-searchable-icon {
  height: 18px;
}

.select-searchable-ios .select-searchable-icon-inner {
  margin-top: -2px;
  color: #999;
}

.select-searchable-ios .select-searchable-value {
  padding-left: 16px;
}

.select-searchable-md .select-searchable-icon {
  height: 19px;
}

.select-searchable-md .select-searchable-icon-inner {
  margin-top: -3px;
  color: #999;
}

.select-searchable-md .select-searchable-value {
  padding-left: 16px;
}

.select-searchable-md .select-searchable-label {
  color: #999;
}

.select-searchable-spinner-background {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #17263C;
  z-index: 100;
  opacity: 0.05;
}

.select-searchable-spinner ion-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin-top: -14px;
  margin-left: -14px;
}

ion-footer {
  height: 100px;
}

ion-footer footer {
  height: 100px;
}

.select-searchable-page.select-searchable-page-can-reset.select-searchable-page-multiple .footer .col {
  padding: 0 5px;
}

.modal-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-small ion-backdrop {
  visibility: visible;
  z-index: 0;
}

.modal-small .modal-wrapper {
  width: 50%;
  max-width: 600px;
  max-height: 60%;
}

.modal-small ion-footer {
  height: 56px !important;
}

@media screen and (min-width: 1281px) {
  .modal-small .modal-wrapper {
    width: 45%;
    max-height: 40%;
  }
}

@media screen and (max-width: 500px) {
  .modal-small .modal-wrapper {
    width: 80%;
    max-height: 60%;
  }
}

.modal-extra-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-extra-small ion-backdrop {
  visibility: visible;
  z-index: 0;
}

.modal-extra-small .modal-wrapper {
  width: 40%;
  max-width: 600px;
  max-height: 40%;
}

.modal-extra-small ion-footer {
  height: 64px !important;
}

.gaugeMeter {
  position: relative;
}

.gaugeMeter .highcharts-container {
  margin: 0 auto;
}

.info-icon {
  position: absolute;
  bottom: 0;
  right: 42px;
  font-size: 20px;
  color: #1c7ed6;
}

@media screen and (max-width: 380px) {
  .info-icon {
    right: 8%;
  }
  [dir="rtl"] .info-icon {
    right: unset;
    left: 5%;
  }
}

.best-seller-badge {
  position: absolute;
  height: 70px !important;
  width: 70px !important;
  top: 0;
  z-index: 11;
  right: 0;
}

.error-box {
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  padding: 10px;
  font-weight: bold;
  margin: 0 8px;
}

.section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-header .section-header-label {
  padding: 0;
}

.section-header .section-header-btn {
  padding: 0 !important;
  text-align: right;
}

.rtl .section-header-btn {
  padding: 0 !important;
  text-align: left;
}

.obd-modal-title {
  padding: 0;
}

.obd-modal-footer {
  padding: 6px 10px !important;
  margin: 0 !important;
}

.obd-modal-item {
  padding-left: 16px;
  padding-right: 16px;
}

ion-icon[class*="custom-"] {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: currentColor;
  width: 1em;
  height: 1em;
}

ion-icon[class*="custom-petrol-pump"] {
  -webkit-mask-image: url(../assets/icon/gas-outline.svg);
  mask-image: url(../assets/icon/gas-outline.svg);
}

ion-icon[class*="custom-engine"] {
  -webkit-mask-image: url(../assets/icon/engine-light.svg);
  mask-image: url(../assets/icon/engine-light.svg);
}

ion-icon[class*="custom-gearshift"] {
  -webkit-mask-image: url(../assets/icon/gearshift-line.svg);
  mask-image: url(../assets/icon/gearshift-line.svg);
}

ion-icon[class*="custom-car-body"] {
  -webkit-mask-image: url(../assets/icon/car-2.svg);
  mask-image: url(../assets/icon/car-2.svg);
}

ion-icon[class*="custom-car-specs"] {
  -webkit-mask-image: url(../assets/icon/car-specs.svg);
  mask-image: url(../assets/icon/car-specs.svg);
}

.content {
  color: #17263C;
}

.button-outline {
  background-color: white;
  color: #17263c;
  border: 1px solid #17263c;
  font-weight: bold;
}

.button-outline:hover {
  color: white;
  background-color: #17263c;
}

.invalid[type=text] {
  border: 2px solid #f5222d !important;
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/alert-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.valid[type=text] {
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/checkmark-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.invalid[type=email] {
  border: 2px solid #f5222d !important;
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/alert-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.valid[type=email] {
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/checkmark-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.valid[type=password] {
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/checkmark-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.valid[type=number] {
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/checkmark-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

[dir="rtl"] {
  font-family: Tajawal, sans-serif !important;
}

[dir="rtl"] .invalid input[type=email] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid input[type=email] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .invalid[type=text] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid[type=text] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid[type=number] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .invalid[type=email] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid[type=email] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid[type=password] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

ion-item.invalid {
  border: 0.5px solid red !important;
  border-radius: 5px;
  font-size: small;
  margin-top: 10px;
}

.hidden-field {
  padding: 4px 15px;
  color: #626262;
  z-index: 9999;
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.text-underline {
  text-decoration: underline;
  color: #17263c;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.cursor-pointer {
  cursor: pointer !important;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.no-border {
  border: none !important;
}

account-side-bar {
  width: 300px;
  border-right: 1px solid #e6e2e2;
}

account-side-bar ion-item {
  cursor: pointer;
}

account-side-bar .active {
  background-color: #e2e2e2;
}

account-side-bar .active-menu {
  background-color: #17263C !important;
  color: #fff !important;
}

account-side-bar .side-menu-option:hover {
  background-color: #f6f3f3;
}

added-services .message-section ion-item {
  background-color: #f1c40f;
  text-align: center;
}

added-services ion-title .toolbar-title {
  font-size: 19px;
}

added-services .warranty-package-container {
  margin: 16px;
  word-break: break-word;
  font-size: 14px;
}

added-services .warranty-grid-row {
  border-bottom: 1px solid #dee2e6;
  margin: 0;
}

added-services .warranty-parts-covered-row {
  background-color: #fff;
  border-bottom: 1px solid #dee2e6;
  margin: 0;
}

added-services .warranty-parts-row {
  border-bottom: 1px solid #dee2e6;
  margin: 0;
}

added-services .warranty-help-icon {
  font-size: 14px;
  margin-bottom: -2px;
}

added-services .warranty-grid-col {
  padding: 8px 0;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  text-align: center;
  white-space: normal;
}

added-services .warranty-grid-col .item-value {
  padding: 0 8px;
  font-size: 12px;
}

added-services .warranty-grid-col .item-header {
  padding: 12px 10px;
  height: 100%;
  font-size: 13px;
}

added-services .warranty-grid-col .item-label {
  text-align: left;
  font-size: 11px;
  color: #6d7782;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
}

added-services .warranty-grid-header-row {
  margin: 0;
}

added-services .warranty-grid-header-col {
  padding: 0 !important;
  text-align: center;
  font-weight: 600;
  border: 1px solid #dee2e6;
  cursor: pointer;
}

added-services .warranty-first-row {
  border-top: 1px solid #dee2e6;
}

added-services .warranty-grid-row:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.03);
}

added-services .warranty-parts-row:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.03);
}

added-services .warranty-card-icon {
  width: 100%;
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
  border-color: #17263C;
  color: #17263C;
}

added-services .warranty-icon {
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}

added-services .warranty-price {
  font-weight: 600;
}

added-services .d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

added-services .justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

added-services .align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

added-services .warranty-service-content {
  border-bottom: 1px solid #ddd;
}

added-services .warranty-service-content ion-label {
  margin-left: 0;
  margin-right: 0;
}

added-services .warranty-service-content .warranty-grid-first-col {
  padding: 12px 0;
  padding-right: 1px;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

added-services .warranty-disabled-col {
  background-color: #eee;
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

added-services .warranty-grid-header-disabled-col {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  cursor: not-allowed;
  pointer-events: none;
}

added-services .item-header-disabled {
  opacity: 0.5 !important;
  background-color: #eee;
  cursor: not-allowed;
  pointer-events: none;
}

added-services .rtl .ion-list-value {
  padding-left: unset;
  padding-right: 5px;
  border-left: unset !important;
  border-right: 1px dashed #ddd;
}

added-services .rtl .nested-list-item ion-select {
  padding-right: unset;
  padding-left: 20px;
}

added-services .rtl .nested-list-item ion-toggle {
  padding-left: 10px !important;
}

added-services .rtl .segment-section {
  margin-right: unset;
  margin-left: 30px;
}

added-services .run-out-message {
  background-color: #f1c40f;
  color: white;
  padding: 10px;
}

added-services .plate-section {
  background-color: #f8f8f8;
}

added-services .plate-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

added-services .plate-buttons button {
  height: 24px;
  margin-left: unset;
  margin-right: unset;
  text-transform: unset;
}

added-services .plate-type-text {
  text-align: center;
  margin-top: 10px;
}

added-services .segment-section {
  margin-right: 30px;
}

added-services .item-wrapper {
  width: 100% !important;
}

added-services .ion-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
}

added-services .ion-list-item ion-label {
  font-size: 13px;
}

added-services .ion-list-item .item-inner {
  border-bottom: unset !important;
}

added-services .ion-list-item ion-checkbox {
  margin-right: 10px !important;
}

added-services .ion-list-item ion-item {
  width: 75%;
}

added-services .ion-list-item .ion-list-value {
  padding-top: 13px;
  border-left: 1px dashed #ddd;
  padding-left: 5px;
  font-size: 13px;
}

added-services .ion-list-condition ion-label {
  white-space: normal;
}

added-services .nested-list-item {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

added-services .nested-list-item ion-item {
  padding-left: 45px;
}

added-services .nested-list-item .nested-item-condition {
  width: unset !important;
}

added-services .nested-list-item .nested-item-value {
  border: unset !important;
}

added-services .nested-list-item ion-select {
  position: relative;
  padding-right: 20px;
  max-width: unset;
}

added-services .nested-list-item ion-select .select-text {
  text-overflow: unset;
}

added-services .nested-location-item {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

added-services .nested-location-item ion-item {
  padding-left: 24px;
}

added-services .nested-location-item .location-icon {
  padding-right: 8px;
}

added-services .nested-location-item .location-dna-item {
  width: 32%;
  text-align: left;
  color: #488aff;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  padding-right: 14px;
}

added-services .nested-location-item .location-dna-wrapper {
  color: #a94442 !important;
}

added-services .rtl .nested-location-item ion-item {
  padding-left: unset;
  padding-right: 8px;
}

added-services .rtl .nested-location-item .location-icon {
  padding-right: unset;
  padding-left: 10px;
}

added-services .rtl .nested-location-item .location-dna-item {
  padding-right: unset;
  padding-left: 14px;
}

added-services .rtl .warranty-grid-col .item-label {
  text-align: right !important;
}

added-services .rtl .warranty-grid-first-col {
  border-right: none;
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

added-services .rtl .warranty-card-icon {
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}

added-services .rtl .warranty-icon {
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}

added-services .rtl .branch-pickup-text-wrapper {
  padding: 5px 45px 5px 0;
}

added-services .location-deliverable {
  background-color: #f2dede !important;
}

added-services .button-div {
  padding-left: 10px;
  padding-right: 10px;
}

added-services .button-div button {
  height: 47px;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
}

added-services .amount-div {
  -webkit-box-pack: unset;
  -webkit-justify-content: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
}

added-services .loading {
  position: absolute;
  top: 50%;
  left: 40%;
}

added-services .branch-pickup-text-wrapper {
  border-bottom: 1px solid #ddd;
  padding: 5px 0 5px 45px;
}

added-services .branch-pickup-text {
  padding: 8px;
  border-radius: 5px;
  font-size: 12px;
  background: lightblue;
  text-align: start;
}

address-modal-container ion-select .select-text {
  white-space: normal;
}

address-modal-container ion-label {
  font-size: 16px !important;
  color: #444 !important;
}

address-modal-container .address-form .buttons {
  width: 100%;
  background-color: #17263C;
}

address-modal-container .address-form .no-border {
  border: unset !important;
}

address-modal-container .address-form .save-button {
  margin-top: 20px;
}

address-modal-container .map-container {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0;
  left: 0;
}

address-modal-container .map-container #map {
  width: 100%;
  height: 100%;
}

address-modal-container .map-container .map-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

address-modal-container .map-container .auto-address {
  border: 1px solid lightgrey;
}

address-modal-container .map-container .auto-address input {
  width: 100%;
  height: 50px;
  padding: 10px;
}

address-modal-container .map-coordinates {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #222;
  font-weight: 500;
  padding: 10px;
  text-align: center;
}

address-modal-container ion-item {
  border-bottom: 1px solid #ddd !important;
  min-height: 69px !important;
}

address-modal-container ion-item .item-inner {
  border-bottom: unset !important;
}

address-modal-container .button-div {
  padding-left: 10px;
  padding-right: 10px;
}

address-modal-container .show-map-button {
  height: 30px;
  font-size: 12px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

ion-app {
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 1em;
  line-height: 1.5;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

/**
** Media queries for mobile responsive screens
 */
@media only screen and (max-width: 600px) {
  .account-page-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  account-side-bar {
    width: 100% !important;
  }
  .account-page-container {
    width: 100% !important;
  }
}

dealer-address-modal ion-header {
  padding-top: unset !important;
}

.ltr {
  direction: ltr;
}

.sac-alert {
  padding: 15px;
  border: 1px solid transparent;
}

.danger ion-label {
  color: #ef473a !important;
}

.danger ion-input, .danger ion-select {
  background-color: #e4b9b9 !important;
}

.sac-alert.alert-info {
  color: #1c7ed6;
  background-color: #e7f5ff;
  border-color: #228be6;
}

.sac-alert.alert-danger {
  color: #a94442 !important;
  background-color: #f2dede !important;
  border-color: #ebccd1;
}

.sac-alert.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

.account-page-content {
  border: 1px solid #e6e2e2;
  border-bottom: none;
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.account-page-content .account-page-container {
  width: calc(100% - 300px);
}

.account-page-content .account-page-container > h1 {
  padding-left: 10px;
  margin-bottom: 1px;
  border-bottom: 3px solid #FFD618 !important;
  color: #17263C !important;
}

.account-page-content .account-page-container .account-page-data {
  width: 100%;
  padding: 10px;
  height: 100%;
  min-height: 100vh;
}

announcement ion-toolbar {
  margin: 15px;
  color: #a94442 !important;
  background-color: #f2dede !important;
  border: 1px solid #ebccd1 !important;
  font-weight: 500;
  padding: 10px;
}

announcement ion-toolbar .toolbar-background {
  background: unset;
  border-color: unset;
}

.rtl announcement .toolbar-background {
  -webkit-transform: unset;
  transform: unset;
}

header {
  width: 100%;
}

ion-item.item, button.item, ion-list-header.item {
  background-color: transparent;
}

.close-icon {
  color: #17263C;
  font-size: 30px;
  padding-left: 10px;
  font-weight: bolder;
}

.close-button-modals {
  font-weight: bold;
  font-size: 25px;
}

.app-version {
  color: #e0e0e0c9;
  background-color: black;
  padding: 5px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
}

image-slider {
  direction: ltr !important;
}

.consumer .ion-ios-help {
  font-size: 30px;
  font-weight: bold;
}

.consumer ion-buttons {
  position: absolute;
}

.consumer ion-icon {
  color: #81ad2a !important;
}

.consumer .toolbar-background {
  background: #81ad2a !important;
}

.consumer ion-title {
  height: 45px;
}

.consumer .header-image {
  max-height: 40px;
}

.consumer-alert .alert-head {
  background-color: #81ad2a !important;
  color: white !important;
}

.rtl {
  direction: rtl;
  font-family: Tajawal, sans-serif !important;
}

.rtl .account-page-container > h1 {
  padding-left: 0px;
  padding-right: 10px;
}

.rtl .alert-message {
  text-align: right;
}

.rtl .select-icon {
  margin-right: 5px;
}

.rtl .side-menu-option ion-icon {
  float: right;
  margin-right: unset;
  margin-left: 10px;
}

.rtl .side-menu-option div {
  float: right;
}

.rtl .log-out-arabic {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rtl .action-sheet-icon.icon-md {
  margin: 0 0 0 32px;
}

.rtl .action-sheet-icon.icon-ios {
  padding-right: unset;
  padding-left: 0.3em;
}

.rtl .segment-button:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0px;
  margin-left: 0;
  margin-right: unset;
}

.rtl .segment-button:last-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 4px;
  margin-right: 0;
  border-right-width: 0;
  border-left-width: 1px;
  margin-left: unset;
}

.rtl .header-data {
  float: left;
}

.rtl account-side-bar {
  border-right: unset !important;
  border-left: 1px solid #e6e2e2;
}

.rtl account-side-bar button {
  padding-right: 16px;
  padding-left: 0px;
}

.addressSheet button {
  font-weight: bold;
}

.padding-top {
  padding-top: 10px;
}

.padding-bottom {
  padding-bottom: 10px;
}

.button-positive {
  border-color: #0078ac !important;
  background-color: #17263C !important;
  color: #fff !important;
}

.button-cancel, .button-positive {
  border: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center !important;
}

.button-cancel span, .button-positive span {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.button-cancel {
  color: black !important;
  border: 1px solid #b2b2b2;
  background-color: #f8f8f8 !important;
}

.alert-title {
  text-align: center;
}

.languageAlert .alert-head {
  background-color: cornflowerblue !important;
  color: white !important;
}

.popover-notes {
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
}

.clear {
  clear: both;
}

.bold-text {
  font-weight: bold !important;
}

/**
 * Button Bar
 * --------------------------------------------------
 */
.button-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.button-bar.button-bar-inline {
  display: block;
  width: auto;
  *zoom: 1;
}

.button-bar.button-bar-inline:before, .button-bar.button-bar-inline:after {
  display: table;
  content: "";
  line-height: 0;
}

.button-bar.button-bar-inline:after {
  clear: both;
}

.button-bar.button-bar-inline > .button {
  width: auto;
  display: inline-block;
  float: left;
}

.button-bar > .button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  overflow: hidden;
  padding: 0 16px;
  width: 0;
  border-width: 1px 0px 1px 1px;
  border-radius: 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.button-bar > .button:before, .button-bar > .button .icon:before {
  line-height: 44px;
}

.button-bar > .button:first-child {
  border-radius: 2px 0px 0px 2px;
}

.button-bar > .button:last-child {
  border-right-width: 1px;
  border-radius: 0px 2px 2px 0px;
}

.button:after {
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  content: ' ';
}

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

.bar-stable .button {
  border-color: #b2b2b2;
  background-color: #f8f8f8;
  color: #444;
}

/*
* Header Bar styles
*/
.bar.bar-positive {
  border-color: #0078ac;
  background-color: #17263C;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0078ac), color-stop(50%, #0078ac), color-stop(50%, transparent));
  background-image: linear-gradient(0deg, #0078ac, #0078ac 50%, transparent 50%);
  color: #fff;
}

.bar-header {
  top: 0;
  border-top-width: 0;
  border-bottom-width: 1px;
}

.toolbar-title {
  text-align: center;
  font-size: 17px;
}

/**
    Custom spinner styling
     */
.circle-loader {
  margin-left: 48%;
  fill: transparent;
  stroke: #333;
  stroke-width: 5;
  -webkit-animation: dash 2s ease infinite, rotate 2s linear infinite, color 8s linear infinite;
  animation: dash 2s ease infinite, rotate 2s linear infinite, color 8s linear infinite;
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 95;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 85, 95;
    stroke-dashoffset: -25;
  }
  100% {
    stroke-dasharray: 85, 95;
    stroke-dashoffset: -93;
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes color {
  0% {
    stroke: #17263c;
  }
  24% {
    stroke: #66b5e0;
  }
  25% {
    stroke: #f8b232;
  }
  49% {
    stroke: #fec764;
  }
  50% {
    stroke: #81cf4e;
  }
  74% {
    stroke: #c8db5c;
  }
  75% {
    stroke: #2496d4;
  }
  100% {
    stroke: #66b5e0;
  }
}

.image-container .circle-loader {
  stroke-width: 2px;
}

.menuLogo {
  height: 25px;
  width: 130px;
  display: block;
  margin: 0 auto;
}

.side-menu-content {
  background-color: black;
}

.side-menu-content .item-inner {
  border-bottom: 1px solid #3c3a3a !important;
}

.side-menu-content > button {
  width: 95%;
  position: absolute;
  right: 5px;
  bottom: 0;
  background: #17263C;
}

.side-menu-content ion-item {
  background-color: black;
  color: white;
}

.side-menu-option ion-icon {
  margin-right: 10px;
  margin-left: 16px;
  color: #17263C;
  font-size: 25px;
  float: left;
}

.side-menu-option div {
  float: left;
  padding-top: 3px;
}

.side-menu-value {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
}

.leftMenuIcon {
  width: 33px;
  height: 22px;
  float: left;
}

.notificationALert .okButton {
  background-color: #17263C;
  color: white;
  width: 100%;
}

.notificationALert .okButton span {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.notificationALert .alert-message {
  text-align: center;
}

.no-car-text {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: gray;
  padding-top: 15px;
  height: 100%;
}

.not-active {
  border: 1px solid;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  color: #387ef5;
  background-color: transparent;
}

.energized-bg {
  background-color: #ffc900 !important;
}

.assertive-bg {
  background-color: #ef473a !important;
}

.balanced-bg {
  background-color: #37af0d !important;
}

.positive-bg {
  background-color: #17263C !important;
}

.loader-container {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
}

.bid-confirm-box .alert-title {
  font-size: 15px !important;
}

.bid-confirm-box .bid-placed {
  color: #17263C;
}

.error-alert .alert-head {
  background-color: red;
  color: white;
  margin-bottom: 10px;
  height: 40px;
  padding-top: 10px;
}

.error-alert .alert-message {
  text-align: center;
}

.error-alert button {
  background-color: red !important;
  color: white !important;
  border-radius: 15px !important;
}

.error-alert .alert-button-group {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rtl .log-out {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rtl inspection-report ion-item-divider ion-label ion-icon {
  float: right;
  margin-top: 3px;
  margin-right: unset;
  margin-left: 5px;
}

.uppercase {
  text-transform: uppercase;
}

.centerText {
  text-align: center;
}

.active-menu {
  background-color: #056391 !important;
}

.active-menu ion-icon {
  color: white !important;
}

.active-menu-consumer {
  background-color: #54711c !important;
}

.active-menu-consumer ion-icon {
  color: white !important;
}

.white {
  color: white !important;
}

#custom-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  background-color: #002a3e;
}

.flb {
  background-color: #7c9a56;
  height: 100%;
  width: 100%;
  -webkit-animation: pulse 1s linear forwards;
  animation: pulse 1s linear forwards;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.Aligner-item {
  max-width: 50%;
}

.Aligner-item--top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.Aligner-item--bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

#custom-overlay img {
  display: block;
  margin: 0 auto;
  width: 50%;
  height: auto;
  -webkit-animation: animation 3100ms linear infinite both;
  animation: animation 3100ms linear infinite both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.flb-update-footer {
  color: white;
  font-size: large;
  bottom: 100px;
  position: absolute;
  font-weight: 300;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
  text-align: center;
}

@-webkit-keyframes animation {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
  }
  1.14% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1);
  }
  2.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1);
  }
  3.43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1);
  }
  4.54% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -31.997, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -31.997, 0, 0, 1);
  }
  4.58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.47, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.47, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1);
  }
  6.76% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -1.766, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -1.766, 0, 0, 1);
  }
  6.86% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1);
  }
  9.01% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 2.88, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 2.88, 0, 0, 1);
  }
  9.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.007, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.007, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1);
  }
  11.23% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.99, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.99, 0, 0, 1);
  }
  20.16% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.01, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.01, 0, 0, 1);
  }
  23.45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
  }
  28.47% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
  }
  28.57% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
  }
  29.1% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -7.992, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -7.992, 0, 1);
  }
  29.86% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -15.312, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -15.312, 0, 1);
  }
  31.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -19.275, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -19.275, 0, 1);
  }
  32.75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1);
  }
  34.33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1);
  }
  35.71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1);
  }
  35.94% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1);
  }
  37.51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1);
  }
  40.08% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1);
  }
  46.45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
  }
  49.02% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1);
  }
  55.38% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.96% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1);
  }
  62.4% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
  }
  64.04% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.19% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.41, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.41, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  65.57% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 218.852, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 218.852, 0, 0, 1);
  }
  65.82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.747, 1, 0, 0, 0, 0, 1, 0, 257.135, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.747, 1, 0, 0, 0, 0, 1, 0, 257.135, 0, 0, 1);
  }
  67.11% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 416.676, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 416.676, 0, 0, 1);
  }
  67.36% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 439.293, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 439.293, 0, 0, 1);
  }
  68.65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 517.583, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 517.583, 0, 0, 1);
  }
  68.9% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.956, 1, 0, 0, 0, 0, 1, 0, 526.138, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.956, 1, 0, 0, 0, 0, 1, 0, 526.138, 0, 0, 1);
  }
  70.43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 546.667, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 546.667, 0, 0, 1);
  }
  72.62% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 528.816, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 528.816, 0, 0, 1);
  }
  74.4% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 510.313, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 510.313, 0, 0, 1);
  }
  76.59% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 498.826, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 498.826, 0, 0, 1);
  }
  78.37% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.834, 1, 0, 0, 0, 0, 1, 0, 496.885, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.834, 1, 0, 0, 0, 0, 1, 0, 496.885, 0, 0, 1);
  }
  84.52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 500.078, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 500.078, 0, 0, 1);
  }
  86.31% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500.208, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500.208, 0, 0, 1);
  }
  92.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.994, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.994, 0, 0, 1);
  }
  94.28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.986, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.986, 0, 0, 1);
  }
  98.21% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.997, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.997, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
  }
}

@keyframes animation {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
  }
  1.14% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1);
  }
  2.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1);
  }
  3.43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1);
  }
  4.54% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -31.997, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -31.997, 0, 0, 1);
  }
  4.58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.47, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.47, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1);
  }
  6.76% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -1.766, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -1.766, 0, 0, 1);
  }
  6.86% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1);
  }
  9.01% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 2.88, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 2.88, 0, 0, 1);
  }
  9.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.007, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.007, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1);
  }
  11.23% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.99, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.99, 0, 0, 1);
  }
  20.16% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.01, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.01, 0, 0, 1);
  }
  23.45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
  }
  28.47% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
  }
  28.57% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
  }
  29.1% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -7.992, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -7.992, 0, 1);
  }
  29.86% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -15.312, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -15.312, 0, 1);
  }
  31.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -19.275, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -19.275, 0, 1);
  }
  32.75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1);
  }
  34.33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1);
  }
  35.71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1);
  }
  35.94% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1);
  }
  37.51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1);
  }
  40.08% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1);
  }
  46.45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
  }
  49.02% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1);
  }
  55.38% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.96% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1);
  }
  62.4% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
  }
  64.04% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.19% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.41, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.41, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  65.57% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 218.852, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 218.852, 0, 0, 1);
  }
  65.82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.747, 1, 0, 0, 0, 0, 1, 0, 257.135, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.747, 1, 0, 0, 0, 0, 1, 0, 257.135, 0, 0, 1);
  }
  67.11% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 416.676, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 416.676, 0, 0, 1);
  }
  67.36% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 439.293, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 439.293, 0, 0, 1);
  }
  68.65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 517.583, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 517.583, 0, 0, 1);
  }
  68.9% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.956, 1, 0, 0, 0, 0, 1, 0, 526.138, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.956, 1, 0, 0, 0, 0, 1, 0, 526.138, 0, 0, 1);
  }
  70.43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 546.667, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 546.667, 0, 0, 1);
  }
  72.62% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 528.816, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 528.816, 0, 0, 1);
  }
  74.4% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 510.313, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 510.313, 0, 0, 1);
  }
  76.59% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 498.826, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 498.826, 0, 0, 1);
  }
  78.37% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.834, 1, 0, 0, 0, 0, 1, 0, 496.885, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.834, 1, 0, 0, 0, 0, 1, 0, 496.885, 0, 0, 1);
  }
  84.52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 500.078, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 500.078, 0, 0, 1);
  }
  86.31% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500.208, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500.208, 0, 0, 1);
  }
  92.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.994, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.994, 0, 0, 1);
  }
  94.28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.986, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.986, 0, 0, 1);
  }
  98.21% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.997, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.997, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
  }
}

.bid-confirmation-container bid-confirmation .popup-title {
  margin: 0;
  font-size: 25px;
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
  text-align: center;
  vertical-align: baseline;
  font-family: inherit !important;
  font-weight: 500;
}

inspection-report ion-grid {
  font-size: 16px;
}

inspection-report ion-item-group {
  display: block;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}

@media screen and (max-width: 774px) {
  inspection-report ion-item-group {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  inspection-report ion-item-group ion-row {
    border-bottom: #cccccc !important;
  }
}

inspection-report ion-item-group > div {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  background-color: #f9f9f9;
  border: .5px solid #eee;
  display: inline-block;
  margin: 0 0 1em;
  width: 100% !important;
  max-width: unset !important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
}

inspection-report ion-item-group > div ion-item-divider {
  color: #444;
  font-size: 16px;
  background-color: #d6d6d6;
  border: 1px solid #a6a6a6;
  padding: 0 10px;
  margin-top: unset !important;
}

inspection-report ion-item-group > div ion-item-divider ion-label {
  font-size: 17px !important;
}

inspection-report ion-item-group > div ion-item-divider ion-label ion-icon {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}

ion-content.ltr ion-icon[icon-ltr] {
  display: block;
}

ion-content.ltr ion-icon[icon-rtl] {
  display: none;
}

ion-content.rtl ion-icon[icon-ltr] {
  display: none;
}

ion-content.rtl ion-icon[icon-rtl] {
  display: block;
}

.item-select-searchable .label {
  margin-right: 0;
}

.select-searchable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.select-searchable .disabled {
  opacity: 0.3;
  pointer-events: none;
}

.select-searchable-label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select-searchable-value {
  max-width: 45%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select-searchable-icon {
  position: relative;
  width: 20px;
}

.select-searchable-icon-inner {
  position: absolute;
  top: 50%;
  left: 5px;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  pointer-events: none;
}

.select-searchable-ios .select-searchable-icon {
  height: 18px;
}

.select-searchable-ios .select-searchable-icon-inner {
  margin-top: -2px;
  color: #999;
}

.select-searchable-ios .select-searchable-value {
  padding-left: 16px;
}

.select-searchable-md .select-searchable-icon {
  height: 19px;
}

.select-searchable-md .select-searchable-icon-inner {
  margin-top: -3px;
  color: #999;
}

.select-searchable-md .select-searchable-value {
  padding-left: 16px;
}

.select-searchable-md .select-searchable-label {
  color: #999;
}

.select-searchable-spinner-background {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #17263C;
  z-index: 100;
  opacity: 0.05;
}

.select-searchable-spinner ion-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin-top: -14px;
  margin-left: -14px;
}

ion-footer {
  height: 100px;
}

ion-footer footer {
  height: 100px;
}

.select-searchable-page.select-searchable-page-can-reset.select-searchable-page-multiple .footer .col {
  padding: 0 5px;
}

.modal-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-small ion-backdrop {
  visibility: visible;
  z-index: 0;
}

.modal-small .modal-wrapper {
  width: 50%;
  max-width: 600px;
  max-height: 60%;
}

.modal-small ion-footer {
  height: 56px !important;
}

@media screen and (min-width: 1281px) {
  .modal-small .modal-wrapper {
    width: 45%;
    max-height: 40%;
  }
}

@media screen and (max-width: 500px) {
  .modal-small .modal-wrapper {
    width: 80%;
    max-height: 60%;
  }
}

.modal-extra-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-extra-small ion-backdrop {
  visibility: visible;
  z-index: 0;
}

.modal-extra-small .modal-wrapper {
  width: 40%;
  max-width: 600px;
  max-height: 40%;
}

.modal-extra-small ion-footer {
  height: 64px !important;
}

.gaugeMeter {
  position: relative;
}

.gaugeMeter .highcharts-container {
  margin: 0 auto;
}

.info-icon {
  position: absolute;
  bottom: 0;
  right: 42px;
  font-size: 20px;
  color: #1c7ed6;
}

@media screen and (max-width: 380px) {
  .info-icon {
    right: 8%;
  }
  [dir="rtl"] .info-icon {
    right: unset;
    left: 5%;
  }
}

.best-seller-badge {
  position: absolute;
  height: 70px !important;
  width: 70px !important;
  top: 0;
  z-index: 11;
  right: 0;
}

.error-box {
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  padding: 10px;
  font-weight: bold;
  margin: 0 8px;
}

.section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-header .section-header-label {
  padding: 0;
}

.section-header .section-header-btn {
  padding: 0 !important;
  text-align: right;
}

.rtl .section-header-btn {
  padding: 0 !important;
  text-align: left;
}

.obd-modal-title {
  padding: 0;
}

.obd-modal-footer {
  padding: 6px 10px !important;
  margin: 0 !important;
}

.obd-modal-item {
  padding-left: 16px;
  padding-right: 16px;
}

ion-icon[class*="custom-"] {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: currentColor;
  width: 1em;
  height: 1em;
}

ion-icon[class*="custom-petrol-pump"] {
  -webkit-mask-image: url(../assets/icon/gas-outline.svg);
  mask-image: url(../assets/icon/gas-outline.svg);
}

ion-icon[class*="custom-engine"] {
  -webkit-mask-image: url(../assets/icon/engine-light.svg);
  mask-image: url(../assets/icon/engine-light.svg);
}

ion-icon[class*="custom-gearshift"] {
  -webkit-mask-image: url(../assets/icon/gearshift-line.svg);
  mask-image: url(../assets/icon/gearshift-line.svg);
}

ion-icon[class*="custom-car-body"] {
  -webkit-mask-image: url(../assets/icon/car-2.svg);
  mask-image: url(../assets/icon/car-2.svg);
}

ion-icon[class*="custom-car-specs"] {
  -webkit-mask-image: url(../assets/icon/car-specs.svg);
  mask-image: url(../assets/icon/car-specs.svg);
}

.content {
  color: #17263C;
}

.button-outline {
  background-color: white;
  color: #17263c;
  border: 1px solid #17263c;
  font-weight: bold;
}

.button-outline:hover {
  color: white;
  background-color: #17263c;
}

.invalid[type=text] {
  border: 2px solid #f5222d !important;
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/alert-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.valid[type=text] {
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/checkmark-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.invalid[type=email] {
  border: 2px solid #f5222d !important;
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/alert-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.valid[type=email] {
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/checkmark-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.valid[type=password] {
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/checkmark-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.valid[type=number] {
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/checkmark-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

[dir="rtl"] {
  font-family: Tajawal, sans-serif !important;
}

[dir="rtl"] .invalid input[type=email] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid input[type=email] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .invalid[type=text] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid[type=text] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid[type=number] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .invalid[type=email] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid[type=email] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid[type=password] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

ion-item.invalid {
  border: 0.5px solid red !important;
  border-radius: 5px;
  font-size: small;
  margin-top: 10px;
}

.hidden-field {
  padding: 4px 15px;
  color: #626262;
  z-index: 9999;
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.text-underline {
  text-decoration: underline;
  color: #17263c;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.cursor-pointer {
  cursor: pointer !important;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.no-border {
  border: none !important;
}

banner-status .account-banner {
  height: 150px !important;
}

banner-status .create h1 {
  font-size: 30px;
}

banner-status .create h4 {
  font-size: 20px;
}

banner-status .create h5 {
  font-size: 15px;
}

banner-status .status-banner-create, banner-status .status-banner-thankyou, banner-status .account-banner {
  height: 200px;
  background-color: #FFD618;
  font-size: 12px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 10%;
}

banner-status .status-banner-create .text-login, banner-status .status-banner-thankyou .text-login, banner-status .account-banner .text-login {
  cursor: pointer;
  text-decoration: underline;
  color: #17263C;
}

banner-status .button-browse {
  padding: 10px 40px;
}

@media screen and (max-width: 991px) {
  banner-status .status-banner-create {
    height: 200px;
  }
  banner-status .status-banner-thankyou {
    height: 230px;
  }
  banner-status .account-banner {
    height: 140px !important;
  }
}

@media screen and (max-width: 767px) {
  banner-status .status-banner-create {
    height: 200px;
  }
  banner-status .status-banner-thankyou {
    height: 230px;
  }
  banner-status .account-banner {
    height: 140px !important;
  }
}

.bid-confirmation-modal .modal-wrapper {
  height: 400px !important;
  border-radius: 2px !important;
  overflow: hidden !important;
  -webkit-box-shadow: 0 28px 48px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0 28px 48px rgba(0, 0, 0, 0.4) !important;
  max-width: 80%;
  max-height: 75%;
  height: 400px;
}

ion-modal ion-backdrop {
  visibility: visible !important;
  z-index: 0;
}

@media only screen and (min-height: 0) and (min-width: 0) {
  .bid-confirmation-modal .modal-wrapper {
    margin: auto !important;
    margin-top: 10% !important;
    top: 10% !important;
    height: 500px !important;
  }
}

bid-confirmation-container bid-confirmation {
  left: 0;
  top: 0;
  position: absolute;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

bid-confirmation-container bid-confirmation .radio-list ion-radio {
  margin-right: 10px !important;
}

bid-confirmation-container bid-confirmation .radio-list ion-label {
  white-space: normal;
}

bid-confirmation-container bid-confirmation .item-radio-checked ion-label {
  color: grey !important;
}

bid-confirmation-container bid-confirmation .item-radio-checked .radio-checked {
  color: grey !important;
  border-color: grey !important;
}

bid-confirmation-container bid-confirmation .centertext {
  text-align: center;
}

bid-confirmation-container bid-confirmation .popup-title {
  margin: 0;
  font-size: x-large;
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
  text-align: center;
  vertical-align: baseline;
  font-family: inherit !important;
  font-weight: 500;
}

bid-confirmation-container bid-confirmation .popup-body {
  padding: 10px;
  padding-bottom: unset;
  overflow: auto;
  font-size: 16px;
  -webkit-box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

bid-confirmation-container bid-confirmation .item-guaranteed {
  color: #004900 !important;
  font-weight: bold;
}

bid-confirmation-container bid-confirmation .popup-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 10px;
  min-height: 65px;
  background-color: #eee;
}

bid-confirmation-container bid-confirmation .popup-buttons button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

bid-confirmation-container bid-confirmation .confirm {
  background-color: #17263C !important;
  border-color: #17263C80 !important;
  -webkit-box-shadow: 0px 2px #17263C80 !important;
  box-shadow: 0px 2px #17263C80 !important;
}

bid-confirmation-container bid-confirmation .cancel {
  color: #17263C;
}

bid-confirmation-container bid-confirmation .main-payment-content {
  background-color: whitesmoke;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

bid-confirmation-container bid-confirmation .main-payment-content .calm {
  color: #11c1f3;
}

bid-confirmation-container bid-confirmation .payment-terms-footer-text {
  color: #11c1f3;
}

bid-confirmation-container bid-confirmation .terms {
  text-align: center;
  padding: 10px;
}

bid-confirmation-container bid-confirmation .info-div {
  margin-bottom: 15px;
  margin-top: 15px;
}

bid-confirmation-container bid-confirmation .payment-row {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

bid-confirmation-container bid-confirmation .payment-row span {
  display: inline-block;
  text-align: left;
}

bid-confirmation-container bid-confirmation .payment-row .key {
  width: 25% !important;
}

bid-confirmation-container bid-confirmation .plate-type-section {
  margin-bottom: 10px;
}

bid-confirmation-container bid-confirmation .balanced {
  font-size: 18px;
  color: #17263C;
}

@media only screen and (max-width: 768px) {
  bid-confirmation-container .popup-title {
    font-size: large !important;
  }
}

bidding-gauge {
  height: 300px;
}

bidding-gauge .bid-message {
  opacity: 1;
  position: absolute !important;
  margin: 29% 0 !important;
  width: 100%;
  z-index: 8 !important;
  background-color: rgba(255, 255, 255, 0.9) !important;
  padding: 16px;
}

bidding-gauge chart {
  display: block;
  width: auto;
  height: auto;
}

bidding-gauge .gaugeMeter {
  position: absolute;
  z-index: 6;
  opacity: 0.7;
  width: 100%;
}

delivery-address-list {
  font-style: normal;
}

delivery-address-list .car-title {
  padding: 0;
}

delivery-address-list .no-address {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: gray;
  background-color: #efeded !important;
  height: 100%;
}

delivery-address-list .no-address .address-set-text {
  height: 44px;
  border-color: #e6b400;
  background-color: #ffc900;
  color: #444;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
}

delivery-address-list .no-address .address-add-text {
  padding-top: 15px;
}

delivery-address-list .list .address-main-content {
  position: relative;
  padding-left: 10px;
}

delivery-address-list .list .address-icons {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

delivery-address-list .list .item-selected {
  border-color: #142135;
  background-color: #17263c;
  color: #fff;
}

delivery-address-list .list .item-selected .heading {
  color: #fff !important;
}

delivery-address-list .list .item-selected .sub-heading {
  color: #fff !important;
}

delivery-address-list .list .item-offer-type {
  position: absolute;
  background: #FFD618;
  color: #17263C;
  right: 0;
  bottom: 0px;
  height: 15px;
  line-height: 15px;
  font-size: 10px;
  padding: 0px 10px 5px 10px;
  font-weight: bold;
  border-radius: 0px;
}

delivery-address-list .list button {
  padding: unset;
}

delivery-address-list .address-text {
  padding-left: 35px;
  white-space: initial;
}

delivery-address-list .address-text .heading {
  font-size: 16px;
  color: #17263C;
  margin-bottom: 2px;
  line-height: 1.2;
}

delivery-address-list .address-text .sub-heading {
  color: #666666;
  margin-bottom: 2px;
  font-size: 14px;
}

delivery-address-list .rtl {
  direction: rtl;
}

delivery-address-list .rtl .item-offer-type {
  right: unset;
  left: 0;
}

delivery-address-list .rtl .address-text {
  padding-left: unset;
  padding-right: 35px;
}

delivery-address-modal ion-select .select-text {
  white-space: normal;
}

delivery-address-modal ion-label {
  font-size: 16px !important;
  color: #444 !important;
}

delivery-address-modal .address-form .buttons {
  width: 100%;
  background-color: #17263C;
}

delivery-address-modal .address-form .no-border {
  border: unset !important;
}

delivery-address-modal .address-form .save-button {
  margin-top: 20px;
}

delivery-address-modal .danger ion-label {
  color: #ef473a !important;
}

delivery-address-modal .danger ion-input,
delivery-address-modal .danger ion-select {
  background-color: #e4b9b9 !important;
}

delivery-address-modal .map-container {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0;
  left: 0;
}

delivery-address-modal .map-container #map {
  width: 100%;
  height: 100%;
}

delivery-address-modal .map-container .map-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

delivery-address-modal .map-container .auto-address {
  border: 1px solid lightgrey;
}

delivery-address-modal .map-container .auto-address input {
  width: 100%;
  height: 50px;
  padding: 10px;
}

delivery-address-modal .map-coordinates {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #222;
  font-weight: 500;
  padding: 10px;
  text-align: center;
}

delivery-address-modal ion-item {
  border-bottom: 1px solid #ddd !important;
  min-height: 69px !important;
}

delivery-address-modal ion-item .item-inner {
  border-bottom: unset !important;
}

delivery-address-modal .button-div {
  padding-left: 10px;
  padding-right: 10px;
}

delivery-address-modal .show-map-button {
  height: 30px;
  font-size: 12px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../assets/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../assets/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../assets/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../assets/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

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

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

.fa-ios-primary {
  color: #17263C;
}

.fa-md-primary {
  color: #17263C;
}

.fa-wp-primary {
  color: #17263C;
}

.fa-ios-secondary {
  color: #32db64;
}

.fa-md-secondary {
  color: #32db64;
}

.fa-wp-secondary {
  color: #32db64;
}

.fa-ios-danger {
  color: #f53d3d;
}

.fa-md-danger {
  color: #f53d3d;
}

.fa-wp-danger {
  color: #f53d3d;
}

.fa-ios-light {
  color: #f4f4f4;
}

.fa-md-light {
  color: #f4f4f4;
}

.fa-wp-light {
  color: #f4f4f4;
}

.fa-ios-white {
  color: #ffffff;
}

.fa-md-white {
  color: #ffffff;
}

.fa-wp-white {
  color: #ffffff;
}

.fa-ios-dark {
  color: #222;
}

.fa-md-dark {
  color: #222;
}

.fa-wp-dark {
  color: #222;
}

.fa-ios-sunflower {
  color: #f1c40f;
}

.fa-md-sunflower {
  color: #f1c40f;
}

.fa-wp-sunflower {
  color: #f1c40f;
}

.fa-ios-active {
  color: #17263C;
}

.fa-md-active {
  color: #17263C;
}

.fa-wp-active {
  color: #17263C;
}

.fa-ios-black {
  color: #17263C;
}

.fa-md-black {
  color: #17263C;
}

.fa-wp-black {
  color: #17263C;
}

.fa-ios-sacgreen {
  color: #7c9a56;
}

.fa-md-sacgreen {
  color: #7c9a56;
}

.fa-wp-sacgreen {
  color: #7c9a56;
}

[icon-left] fa-icon {
  font-size: 1.3em;
  line-height: .67;
  pointer-events: none;
  padding-right: 0.3em;
}

[icon-right] fa-icon {
  font-size: 1.3em;
  line-height: .67;
  pointer-events: none;
  padding-left: 0.4em;
}

[icon-only] fa-icon {
  padding: 0 0.5em;
  font-size: 1.8em;
  line-height: .67;
  pointer-events: none;
}

feedback .car-content .car-details {
  padding-left: 107px;
}

feedback .car-content .car-details ion-col {
  padding-bottom: unset;
  white-space: nowrap;
}

feedback .car-content .image-content {
  float: left;
  width: 100px;
  max-height: 100px;
  background-color: #0a9ec7;
  background-position: center center;
  background-size: 150px;
}

feedback .car-content ion-grid {
  font-size: 13px;
}

feedback textarea {
  width: 100%;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  height: 180px;
  padding: 16px;
  font-size: 13px;
  color: #9d9d9d;
}

feedback .footer {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

feedback .footer button {
  margin-right: 10px;
  font-size: 14px;
}

feedback .rating-content {
  margin-top: 30px;
  margin-bottom: 20px;
}

feedback .rating-content .rating-row {
  margin-top: 5px;
  margin-bottom: 15px;
}

feedback .rating-content .rating-row .error-message {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
  color: red;
}

feedback rating ul {
  padding-left: unset;
  margin: unset;
}

feedback rating ul li {
  color: #bbbb71 !important;
}

feedback rating ul li ion-icon {
  font-size: 25px !important;
}

feedback .rating-container {
  width: 100%;
}

.filter-menu-website {
  webkit-box-shadow: 0 0 23px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 23px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 23px rgba(0, 0, 0, 0.08);
  background-color: #f8f8f8;
}

.filter-menu-website .Filter-dealer-portal .side-menu-data ion-item:hover {
  background-color: #dddddd;
}

.filter-menu-website .Filter-dealer-portal .clear-filters:hover, .filter-menu-website .Filter-dealer-portal .filtered-selected-value:hover {
  color: grey;
}

.filter-menu-website .Filter-dealer-portal .filter-extra-text, .filter-menu-website .Filter-dealer-portal .filtered-selected-value {
  cursor: pointer;
}

.filter-menu-website .Filter-dealer-portal .filter-extra-text:hover {
  color: #142135;
}

.filter-menu-website .Filter-dealer-portal .heading {
  padding: 5px;
}

.filter-menu-website .Filter-dealer-portal .heading h1 {
  margin-top: 5px;
  border-bottom: 1px solid #999999;
  padding-bottom: 5px;
}

.filter-menu-website .Filter-dealer-portal .selected-options .label {
  margin-top: 0;
}

.filter-menu-website .Filter-dealer-portal .selected-options .side-menu-data {
  margin: 15px;
  white-space: normal;
}

.filter-menu-website .Filter-dealer-portal .filter-content > ion-list > ion-item > .item-inner > ion-label,
.filter-menu-website .Filter-dealer-portal .filter-content > ion-list > ion-item > .item-inner > .input-wrapper > ion-label {
  border: 1px solid #eee;
}

.filter-menu-website .Filter-dealer-portal .side-menu-option {
  background-color: #eee;
  padding: 15px;
}

.filter-menu-website .Filter-dealer-portal .button-section {
  padding: 7px !important;
}

.filter-menu-website .Filter-dealer-portal .button-section button {
  background-color: #17263C;
}

.filter-menu-website .Filter-dealer-portal .button-section ion-icon {
  margin: 0 !important;
  color: white !important;
  opacity: 1 !important;
}

.filter-menu-website .Filter-dealer-portal .side-menu-data .clear-filters {
  margin: 10px 5px 5px !important;
}

.filter-menu-website .Filter-dealer-portal .filter-extra-text {
  padding: 5px;
}

.filter-menu-website .Filter-dealer-portal ion-checkbox {
  margin: 10px !important;
}

.filter-menu-website .Filter-dealer-portal multiselect-options ion-checkbox[select-all] {
  background-color: transparent;
  margin: 0 10px 0 0 !important;
  border-left: 0.5px solid #eeeeee;
}

@media screen and (max-width: 920px) {
  .filter-menu-website {
    display: none !important;
  }
}

.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.rtl multiselect-options ion-checkbox[select-all] {
  margin: 0 0 0 10px !important;
  border-right: 0.5px solid #eeeeee !important;
}

ion-app {
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 1em;
  line-height: 1.5;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

/**
** Media queries for mobile responsive screens
 */
@media only screen and (max-width: 600px) {
  .account-page-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  account-side-bar {
    width: 100% !important;
  }
  .account-page-container {
    width: 100% !important;
  }
}

dealer-address-modal ion-header {
  padding-top: unset !important;
}

.ltr {
  direction: ltr;
}

.sac-alert {
  padding: 15px;
  border: 1px solid transparent;
}

.danger ion-label {
  color: #ef473a !important;
}

.danger ion-input, .danger ion-select {
  background-color: #e4b9b9 !important;
}

.sac-alert.alert-info {
  color: #1c7ed6;
  background-color: #e7f5ff;
  border-color: #228be6;
}

.sac-alert.alert-danger {
  color: #a94442 !important;
  background-color: #f2dede !important;
  border-color: #ebccd1;
}

.sac-alert.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

.account-page-content {
  border: 1px solid #e6e2e2;
  border-bottom: none;
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.account-page-content .account-page-container {
  width: calc(100% - 300px);
}

.account-page-content .account-page-container > h1 {
  padding-left: 10px;
  margin-bottom: 1px;
  border-bottom: 3px solid #FFD618 !important;
  color: #17263C !important;
}

.account-page-content .account-page-container .account-page-data {
  width: 100%;
  padding: 10px;
  height: 100%;
  min-height: 100vh;
}

announcement ion-toolbar {
  margin: 15px;
  color: #a94442 !important;
  background-color: #f2dede !important;
  border: 1px solid #ebccd1 !important;
  font-weight: 500;
  padding: 10px;
}

announcement ion-toolbar .toolbar-background {
  background: unset;
  border-color: unset;
}

.rtl announcement .toolbar-background {
  -webkit-transform: unset;
  transform: unset;
}

header {
  width: 100%;
}

ion-item.item, button.item, ion-list-header.item {
  background-color: transparent;
}

.close-icon {
  color: #17263C;
  font-size: 30px;
  padding-left: 10px;
  font-weight: bolder;
}

.close-button-modals {
  font-weight: bold;
  font-size: 25px;
}

.app-version {
  color: #e0e0e0c9;
  background-color: black;
  padding: 5px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
}

image-slider {
  direction: ltr !important;
}

.consumer .ion-ios-help {
  font-size: 30px;
  font-weight: bold;
}

.consumer ion-buttons {
  position: absolute;
}

.consumer ion-icon {
  color: #81ad2a !important;
}

.consumer .toolbar-background {
  background: #81ad2a !important;
}

.consumer ion-title {
  height: 45px;
}

.consumer .header-image {
  max-height: 40px;
}

.consumer-alert .alert-head {
  background-color: #81ad2a !important;
  color: white !important;
}

.rtl {
  direction: rtl;
  font-family: Tajawal, sans-serif !important;
}

.rtl .account-page-container > h1 {
  padding-left: 0px;
  padding-right: 10px;
}

.rtl .alert-message {
  text-align: right;
}

.rtl .select-icon {
  margin-right: 5px;
}

.rtl .side-menu-option ion-icon {
  float: right;
  margin-right: unset;
  margin-left: 10px;
}

.rtl .side-menu-option div {
  float: right;
}

.rtl .log-out-arabic {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rtl .action-sheet-icon.icon-md {
  margin: 0 0 0 32px;
}

.rtl .action-sheet-icon.icon-ios {
  padding-right: unset;
  padding-left: 0.3em;
}

.rtl .segment-button:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0px;
  margin-left: 0;
  margin-right: unset;
}

.rtl .segment-button:last-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 4px;
  margin-right: 0;
  border-right-width: 0;
  border-left-width: 1px;
  margin-left: unset;
}

.rtl .header-data {
  float: left;
}

.rtl account-side-bar {
  border-right: unset !important;
  border-left: 1px solid #e6e2e2;
}

.rtl account-side-bar button {
  padding-right: 16px;
  padding-left: 0px;
}

.addressSheet button {
  font-weight: bold;
}

.padding-top {
  padding-top: 10px;
}

.padding-bottom {
  padding-bottom: 10px;
}

.button-positive {
  border-color: #0078ac !important;
  background-color: #17263C !important;
  color: #fff !important;
}

.button-cancel, .button-positive {
  border: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center !important;
}

.button-cancel span, .button-positive span {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.button-cancel {
  color: black !important;
  border: 1px solid #b2b2b2;
  background-color: #f8f8f8 !important;
}

.alert-title {
  text-align: center;
}

.languageAlert .alert-head {
  background-color: cornflowerblue !important;
  color: white !important;
}

.popover-notes {
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
}

.clear {
  clear: both;
}

.bold-text {
  font-weight: bold !important;
}

/**
 * Button Bar
 * --------------------------------------------------
 */
.button-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.button-bar.button-bar-inline {
  display: block;
  width: auto;
  *zoom: 1;
}

.button-bar.button-bar-inline:before, .button-bar.button-bar-inline:after {
  display: table;
  content: "";
  line-height: 0;
}

.button-bar.button-bar-inline:after {
  clear: both;
}

.button-bar.button-bar-inline > .button {
  width: auto;
  display: inline-block;
  float: left;
}

.button-bar > .button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  overflow: hidden;
  padding: 0 16px;
  width: 0;
  border-width: 1px 0px 1px 1px;
  border-radius: 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.button-bar > .button:before, .button-bar > .button .icon:before {
  line-height: 44px;
}

.button-bar > .button:first-child {
  border-radius: 2px 0px 0px 2px;
}

.button-bar > .button:last-child {
  border-right-width: 1px;
  border-radius: 0px 2px 2px 0px;
}

.button:after {
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  content: ' ';
}

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

.bar-stable .button {
  border-color: #b2b2b2;
  background-color: #f8f8f8;
  color: #444;
}

/*
* Header Bar styles
*/
.bar.bar-positive {
  border-color: #0078ac;
  background-color: #17263C;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0078ac), color-stop(50%, #0078ac), color-stop(50%, transparent));
  background-image: linear-gradient(0deg, #0078ac, #0078ac 50%, transparent 50%);
  color: #fff;
}

.bar-header {
  top: 0;
  border-top-width: 0;
  border-bottom-width: 1px;
}

.toolbar-title {
  text-align: center;
  font-size: 17px;
}

/**
    Custom spinner styling
     */
.circle-loader {
  margin-left: 48%;
  fill: transparent;
  stroke: #333;
  stroke-width: 5;
  -webkit-animation: dash 2s ease infinite, rotate 2s linear infinite, color 8s linear infinite;
  animation: dash 2s ease infinite, rotate 2s linear infinite, color 8s linear infinite;
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 95;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 85, 95;
    stroke-dashoffset: -25;
  }
  100% {
    stroke-dasharray: 85, 95;
    stroke-dashoffset: -93;
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes color {
  0% {
    stroke: #17263c;
  }
  24% {
    stroke: #66b5e0;
  }
  25% {
    stroke: #f8b232;
  }
  49% {
    stroke: #fec764;
  }
  50% {
    stroke: #81cf4e;
  }
  74% {
    stroke: #c8db5c;
  }
  75% {
    stroke: #2496d4;
  }
  100% {
    stroke: #66b5e0;
  }
}

.image-container .circle-loader {
  stroke-width: 2px;
}

.menuLogo {
  height: 25px;
  width: 130px;
  display: block;
  margin: 0 auto;
}

.side-menu-content {
  background-color: black;
}

.side-menu-content .item-inner {
  border-bottom: 1px solid #3c3a3a !important;
}

.side-menu-content > button {
  width: 95%;
  position: absolute;
  right: 5px;
  bottom: 0;
  background: #17263C;
}

.side-menu-content ion-item {
  background-color: black;
  color: white;
}

.side-menu-option ion-icon {
  margin-right: 10px;
  margin-left: 16px;
  color: #17263C;
  font-size: 25px;
  float: left;
}

.side-menu-option div {
  float: left;
  padding-top: 3px;
}

.side-menu-value {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
}

.leftMenuIcon {
  width: 33px;
  height: 22px;
  float: left;
}

.notificationALert .okButton {
  background-color: #17263C;
  color: white;
  width: 100%;
}

.notificationALert .okButton span {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.notificationALert .alert-message {
  text-align: center;
}

.no-car-text {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: gray;
  padding-top: 15px;
  height: 100%;
}

.not-active {
  border: 1px solid;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  color: #387ef5;
  background-color: transparent;
}

.energized-bg {
  background-color: #ffc900 !important;
}

.assertive-bg {
  background-color: #ef473a !important;
}

.balanced-bg {
  background-color: #37af0d !important;
}

.positive-bg {
  background-color: #17263C !important;
}

.loader-container {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
}

.bid-confirm-box .alert-title {
  font-size: 15px !important;
}

.bid-confirm-box .bid-placed {
  color: #17263C;
}

.error-alert .alert-head {
  background-color: red;
  color: white;
  margin-bottom: 10px;
  height: 40px;
  padding-top: 10px;
}

.error-alert .alert-message {
  text-align: center;
}

.error-alert button {
  background-color: red !important;
  color: white !important;
  border-radius: 15px !important;
}

.error-alert .alert-button-group {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rtl .log-out {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rtl inspection-report ion-item-divider ion-label ion-icon {
  float: right;
  margin-top: 3px;
  margin-right: unset;
  margin-left: 5px;
}

.uppercase {
  text-transform: uppercase;
}

.centerText {
  text-align: center;
}

.active-menu {
  background-color: #056391 !important;
}

.active-menu ion-icon {
  color: white !important;
}

.active-menu-consumer {
  background-color: #54711c !important;
}

.active-menu-consumer ion-icon {
  color: white !important;
}

.white {
  color: white !important;
}

#custom-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  background-color: #002a3e;
}

.flb {
  background-color: #7c9a56;
  height: 100%;
  width: 100%;
  -webkit-animation: pulse 1s linear forwards;
  animation: pulse 1s linear forwards;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.Aligner-item {
  max-width: 50%;
}

.Aligner-item--top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.Aligner-item--bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

#custom-overlay img {
  display: block;
  margin: 0 auto;
  width: 50%;
  height: auto;
  -webkit-animation: animation 3100ms linear infinite both;
  animation: animation 3100ms linear infinite both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.flb-update-footer {
  color: white;
  font-size: large;
  bottom: 100px;
  position: absolute;
  font-weight: 300;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
  text-align: center;
}

@-webkit-keyframes animation {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
  }
  1.14% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1);
  }
  2.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1);
  }
  3.43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1);
  }
  4.54% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -31.997, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -31.997, 0, 0, 1);
  }
  4.58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.47, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.47, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1);
  }
  6.76% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -1.766, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -1.766, 0, 0, 1);
  }
  6.86% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1);
  }
  9.01% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 2.88, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 2.88, 0, 0, 1);
  }
  9.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.007, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.007, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1);
  }
  11.23% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.99, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.99, 0, 0, 1);
  }
  20.16% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.01, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.01, 0, 0, 1);
  }
  23.45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
  }
  28.47% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
  }
  28.57% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
  }
  29.1% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -7.992, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -7.992, 0, 1);
  }
  29.86% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -15.312, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -15.312, 0, 1);
  }
  31.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -19.275, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -19.275, 0, 1);
  }
  32.75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1);
  }
  34.33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1);
  }
  35.71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1);
  }
  35.94% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1);
  }
  37.51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1);
  }
  40.08% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1);
  }
  46.45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
  }
  49.02% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1);
  }
  55.38% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.96% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1);
  }
  62.4% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
  }
  64.04% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.19% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.41, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.41, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  65.57% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 218.852, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 218.852, 0, 0, 1);
  }
  65.82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.747, 1, 0, 0, 0, 0, 1, 0, 257.135, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.747, 1, 0, 0, 0, 0, 1, 0, 257.135, 0, 0, 1);
  }
  67.11% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 416.676, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 416.676, 0, 0, 1);
  }
  67.36% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 439.293, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 439.293, 0, 0, 1);
  }
  68.65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 517.583, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 517.583, 0, 0, 1);
  }
  68.9% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.956, 1, 0, 0, 0, 0, 1, 0, 526.138, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.956, 1, 0, 0, 0, 0, 1, 0, 526.138, 0, 0, 1);
  }
  70.43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 546.667, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 546.667, 0, 0, 1);
  }
  72.62% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 528.816, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 528.816, 0, 0, 1);
  }
  74.4% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 510.313, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 510.313, 0, 0, 1);
  }
  76.59% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 498.826, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 498.826, 0, 0, 1);
  }
  78.37% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.834, 1, 0, 0, 0, 0, 1, 0, 496.885, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.834, 1, 0, 0, 0, 0, 1, 0, 496.885, 0, 0, 1);
  }
  84.52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 500.078, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 500.078, 0, 0, 1);
  }
  86.31% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500.208, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500.208, 0, 0, 1);
  }
  92.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.994, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.994, 0, 0, 1);
  }
  94.28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.986, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.986, 0, 0, 1);
  }
  98.21% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.997, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.997, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
  }
}

@keyframes animation {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
  }
  1.14% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1);
  }
  2.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1);
  }
  3.43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1);
  }
  4.54% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -31.997, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -31.997, 0, 0, 1);
  }
  4.58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.47, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.47, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1);
  }
  6.76% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -1.766, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -1.766, 0, 0, 1);
  }
  6.86% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1);
  }
  9.01% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 2.88, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 2.88, 0, 0, 1);
  }
  9.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.007, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.007, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1);
  }
  11.23% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.99, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.99, 0, 0, 1);
  }
  20.16% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.01, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.01, 0, 0, 1);
  }
  23.45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
  }
  28.47% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
  }
  28.57% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
  }
  29.1% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -7.992, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -7.992, 0, 1);
  }
  29.86% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -15.312, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -15.312, 0, 1);
  }
  31.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -19.275, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -19.275, 0, 1);
  }
  32.75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1);
  }
  34.33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1);
  }
  35.71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1);
  }
  35.94% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1);
  }
  37.51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1);
  }
  40.08% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1);
  }
  46.45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
  }
  49.02% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1);
  }
  55.38% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.96% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1);
  }
  62.4% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
  }
  64.04% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.19% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.41, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.41, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  65.57% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 218.852, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 218.852, 0, 0, 1);
  }
  65.82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.747, 1, 0, 0, 0, 0, 1, 0, 257.135, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.747, 1, 0, 0, 0, 0, 1, 0, 257.135, 0, 0, 1);
  }
  67.11% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 416.676, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 416.676, 0, 0, 1);
  }
  67.36% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 439.293, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 439.293, 0, 0, 1);
  }
  68.65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 517.583, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 517.583, 0, 0, 1);
  }
  68.9% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.956, 1, 0, 0, 0, 0, 1, 0, 526.138, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.956, 1, 0, 0, 0, 0, 1, 0, 526.138, 0, 0, 1);
  }
  70.43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 546.667, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 546.667, 0, 0, 1);
  }
  72.62% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 528.816, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 528.816, 0, 0, 1);
  }
  74.4% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 510.313, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 510.313, 0, 0, 1);
  }
  76.59% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 498.826, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 498.826, 0, 0, 1);
  }
  78.37% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.834, 1, 0, 0, 0, 0, 1, 0, 496.885, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.834, 1, 0, 0, 0, 0, 1, 0, 496.885, 0, 0, 1);
  }
  84.52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 500.078, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 500.078, 0, 0, 1);
  }
  86.31% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500.208, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500.208, 0, 0, 1);
  }
  92.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.994, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.994, 0, 0, 1);
  }
  94.28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.986, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.986, 0, 0, 1);
  }
  98.21% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.997, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.997, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
  }
}

.bid-confirmation-container bid-confirmation .popup-title {
  margin: 0;
  font-size: 25px;
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
  text-align: center;
  vertical-align: baseline;
  font-family: inherit !important;
  font-weight: 500;
}

inspection-report ion-grid {
  font-size: 16px;
}

inspection-report ion-item-group {
  display: block;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}

@media screen and (max-width: 774px) {
  inspection-report ion-item-group {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  inspection-report ion-item-group ion-row {
    border-bottom: #cccccc !important;
  }
}

inspection-report ion-item-group > div {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  background-color: #f9f9f9;
  border: .5px solid #eee;
  display: inline-block;
  margin: 0 0 1em;
  width: 100% !important;
  max-width: unset !important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
}

inspection-report ion-item-group > div ion-item-divider {
  color: #444;
  font-size: 16px;
  background-color: #d6d6d6;
  border: 1px solid #a6a6a6;
  padding: 0 10px;
  margin-top: unset !important;
}

inspection-report ion-item-group > div ion-item-divider ion-label {
  font-size: 17px !important;
}

inspection-report ion-item-group > div ion-item-divider ion-label ion-icon {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}

ion-content.ltr ion-icon[icon-ltr] {
  display: block;
}

ion-content.ltr ion-icon[icon-rtl] {
  display: none;
}

ion-content.rtl ion-icon[icon-ltr] {
  display: none;
}

ion-content.rtl ion-icon[icon-rtl] {
  display: block;
}

.item-select-searchable .label {
  margin-right: 0;
}

.select-searchable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.select-searchable .disabled {
  opacity: 0.3;
  pointer-events: none;
}

.select-searchable-label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select-searchable-value {
  max-width: 45%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select-searchable-icon {
  position: relative;
  width: 20px;
}

.select-searchable-icon-inner {
  position: absolute;
  top: 50%;
  left: 5px;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  pointer-events: none;
}

.select-searchable-ios .select-searchable-icon {
  height: 18px;
}

.select-searchable-ios .select-searchable-icon-inner {
  margin-top: -2px;
  color: #999;
}

.select-searchable-ios .select-searchable-value {
  padding-left: 16px;
}

.select-searchable-md .select-searchable-icon {
  height: 19px;
}

.select-searchable-md .select-searchable-icon-inner {
  margin-top: -3px;
  color: #999;
}

.select-searchable-md .select-searchable-value {
  padding-left: 16px;
}

.select-searchable-md .select-searchable-label {
  color: #999;
}

.select-searchable-spinner-background {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #17263C;
  z-index: 100;
  opacity: 0.05;
}

.select-searchable-spinner ion-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin-top: -14px;
  margin-left: -14px;
}

ion-footer {
  height: 100px;
}

ion-footer footer {
  height: 100px;
}

.select-searchable-page.select-searchable-page-can-reset.select-searchable-page-multiple .footer .col {
  padding: 0 5px;
}

.modal-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-small ion-backdrop {
  visibility: visible;
  z-index: 0;
}

.modal-small .modal-wrapper {
  width: 50%;
  max-width: 600px;
  max-height: 60%;
}

.modal-small ion-footer {
  height: 56px !important;
}

@media screen and (min-width: 1281px) {
  .modal-small .modal-wrapper {
    width: 45%;
    max-height: 40%;
  }
}

@media screen and (max-width: 500px) {
  .modal-small .modal-wrapper {
    width: 80%;
    max-height: 60%;
  }
}

.modal-extra-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-extra-small ion-backdrop {
  visibility: visible;
  z-index: 0;
}

.modal-extra-small .modal-wrapper {
  width: 40%;
  max-width: 600px;
  max-height: 40%;
}

.modal-extra-small ion-footer {
  height: 64px !important;
}

.gaugeMeter {
  position: relative;
}

.gaugeMeter .highcharts-container {
  margin: 0 auto;
}

.info-icon {
  position: absolute;
  bottom: 0;
  right: 42px;
  font-size: 20px;
  color: #1c7ed6;
}

@media screen and (max-width: 380px) {
  .info-icon {
    right: 8%;
  }
  [dir="rtl"] .info-icon {
    right: unset;
    left: 5%;
  }
}

.best-seller-badge {
  position: absolute;
  height: 70px !important;
  width: 70px !important;
  top: 0;
  z-index: 11;
  right: 0;
}

.error-box {
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  padding: 10px;
  font-weight: bold;
  margin: 0 8px;
}

.section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-header .section-header-label {
  padding: 0;
}

.section-header .section-header-btn {
  padding: 0 !important;
  text-align: right;
}

.rtl .section-header-btn {
  padding: 0 !important;
  text-align: left;
}

.obd-modal-title {
  padding: 0;
}

.obd-modal-footer {
  padding: 6px 10px !important;
  margin: 0 !important;
}

.obd-modal-item {
  padding-left: 16px;
  padding-right: 16px;
}

ion-icon[class*="custom-"] {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: currentColor;
  width: 1em;
  height: 1em;
}

ion-icon[class*="custom-petrol-pump"] {
  -webkit-mask-image: url(../assets/icon/gas-outline.svg);
  mask-image: url(../assets/icon/gas-outline.svg);
}

ion-icon[class*="custom-engine"] {
  -webkit-mask-image: url(../assets/icon/engine-light.svg);
  mask-image: url(../assets/icon/engine-light.svg);
}

ion-icon[class*="custom-gearshift"] {
  -webkit-mask-image: url(../assets/icon/gearshift-line.svg);
  mask-image: url(../assets/icon/gearshift-line.svg);
}

ion-icon[class*="custom-car-body"] {
  -webkit-mask-image: url(../assets/icon/car-2.svg);
  mask-image: url(../assets/icon/car-2.svg);
}

ion-icon[class*="custom-car-specs"] {
  -webkit-mask-image: url(../assets/icon/car-specs.svg);
  mask-image: url(../assets/icon/car-specs.svg);
}

.content {
  color: #17263C;
}

.button-outline {
  background-color: white;
  color: #17263c;
  border: 1px solid #17263c;
  font-weight: bold;
}

.button-outline:hover {
  color: white;
  background-color: #17263c;
}

.invalid[type=text] {
  border: 2px solid #f5222d !important;
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/alert-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.valid[type=text] {
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/checkmark-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.invalid[type=email] {
  border: 2px solid #f5222d !important;
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/alert-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.valid[type=email] {
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/checkmark-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.valid[type=password] {
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/checkmark-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.valid[type=number] {
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/checkmark-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

[dir="rtl"] {
  font-family: Tajawal, sans-serif !important;
}

[dir="rtl"] .invalid input[type=email] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid input[type=email] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .invalid[type=text] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid[type=text] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid[type=number] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .invalid[type=email] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid[type=email] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid[type=password] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

ion-item.invalid {
  border: 0.5px solid red !important;
  border-radius: 5px;
  font-size: small;
  margin-top: 10px;
}

.hidden-field {
  padding: 4px 15px;
  color: #626262;
  z-index: 9999;
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.text-underline {
  text-decoration: underline;
  color: #17263c;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.cursor-pointer {
  cursor: pointer !important;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.no-border {
  border: none !important;
}

app-footer {
  border: 1px solid  #d9d9d9c4;
}

app-footer footer {
  border: 1px solid  #d9d9d9c4;
}

app-footer footer .kay-footer-copyright {
  background-color: #EDEDED;
  height: 68px;
  font-size: 14px;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

app-footer footer .kay-footer-img {
  width: 180px;
}

app-footer footer .kay-footer-pl {
  padding-left: 80px;
}

app-footer footer .kay-footer-pz {
  padding-left: 0;
  padding-right: 0;
}

app-footer footer .kay-footer-img-container {
  text-align: left;
}

app-footer footer .kay-app-store-img-container .kay-app-store-img {
  margin: 16px 0;
}

app-footer footer .kay-links-container {
  padding: 44px 0 32px 0;
}

app-footer footer .list-unstyled {
  line-height: 2rem;
}

app-footer footer .list-unstyled .our-branch-head {
  font-weight: 900;
}

app-footer footer .list-unstyled a {
  color: #747474 !important;
}

app-footer footer .list-unstyled a:hover {
  color: inherit !important;
}

app-footer footer .kay-list-link {
  cursor: pointer;
}

app-footer footer .kay-list-link a {
  font-size: 1.6em;
  line-height: 2em;
}

app-footer footer .kay-footer-social-link {
  cursor: pointer;
  padding-right: 16px;
  color: #17263C;
}

app-footer footer .footer-link-pad {
  padding-right: 3rem;
}

app-footer footer .kay-career-link {
  color: #17263C !important;
  text-decoration: none;
  border-radius: 4px;
}

@media screen and (max-width: 1199px) {
  app-footer footer .kay-footer-pl {
    padding-left: 24px;
  }
}

@media screen and (max-width: 991px) {
  app-footer footer .kay-footer-pl {
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  app-footer footer .kay-footer-copyright {
    height: 120px;
  }
  app-footer footer .kay-footer-pl {
    padding-left: 15px;
    padding-right: 0;
  }
}

app-footer footer *[dir="rtl"] .kay-footer-copyright {
  text-align: right;
}

app-footer footer *[dir="rtl"] .kay-footer-img-container {
  text-align: right;
}

app-footer footer *[dir="rtl"] .kay-footer-pl {
  padding-left: 15px;
  padding-right: 80px;
}

app-footer footer *[dir="rtl"] .footer-link-pad {
  padding-right: 0;
  padding-left: 3rem;
}

app-footer footer *[dir="rtl"] .list-unstyled {
  text-align: right;
  -webkit-padding-start: 16px;
  padding-inline-start: 16px;
  -webkit-padding-end: 38px;
  padding-inline-end: 38px;
}

app-footer footer *[dir="rtl"] .kay-career-link {
  padding: 6px 4px 2px;
}

@media screen and (max-width: 1199px) {
  app-footer footer *[dir="rtl"] .kay-footer-pl {
    padding-left: 15px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 991px) {
  app-footer footer *[dir="rtl"] .kay-footer-pl {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  app-footer footer *[dir="rtl"] .kay-footer-copyright {
    height: 120px;
  }
  app-footer footer *[dir="rtl"] .kay-footer-pl {
    padding-left: 0;
    padding-right: 15px;
  }
}

ion-app {
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 1em;
  line-height: 1.5;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

/**
** Media queries for mobile responsive screens
 */
@media only screen and (max-width: 600px) {
  .account-page-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  account-side-bar {
    width: 100% !important;
  }
  .account-page-container {
    width: 100% !important;
  }
}

dealer-address-modal ion-header {
  padding-top: unset !important;
}

.ltr {
  direction: ltr;
}

.sac-alert {
  padding: 15px;
  border: 1px solid transparent;
}

.danger ion-label {
  color: #ef473a !important;
}

.danger ion-input, .danger ion-select {
  background-color: #e4b9b9 !important;
}

.sac-alert.alert-info {
  color: #1c7ed6;
  background-color: #e7f5ff;
  border-color: #228be6;
}

.sac-alert.alert-danger {
  color: #a94442 !important;
  background-color: #f2dede !important;
  border-color: #ebccd1;
}

.sac-alert.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

.account-page-content {
  border: 1px solid #e6e2e2;
  border-bottom: none;
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.account-page-content .account-page-container {
  width: calc(100% - 300px);
}

.account-page-content .account-page-container > h1 {
  padding-left: 10px;
  margin-bottom: 1px;
  border-bottom: 3px solid #FFD618 !important;
  color: #17263C !important;
}

.account-page-content .account-page-container .account-page-data {
  width: 100%;
  padding: 10px;
  height: 100%;
  min-height: 100vh;
}

announcement ion-toolbar {
  margin: 15px;
  color: #a94442 !important;
  background-color: #f2dede !important;
  border: 1px solid #ebccd1 !important;
  font-weight: 500;
  padding: 10px;
}

announcement ion-toolbar .toolbar-background {
  background: unset;
  border-color: unset;
}

.rtl announcement .toolbar-background {
  -webkit-transform: unset;
  transform: unset;
}

header {
  width: 100%;
}

ion-item.item, button.item, ion-list-header.item {
  background-color: transparent;
}

.close-icon {
  color: #17263C;
  font-size: 30px;
  padding-left: 10px;
  font-weight: bolder;
}

.close-button-modals {
  font-weight: bold;
  font-size: 25px;
}

.app-version {
  color: #e0e0e0c9;
  background-color: black;
  padding: 5px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
}

image-slider {
  direction: ltr !important;
}

.consumer .ion-ios-help {
  font-size: 30px;
  font-weight: bold;
}

.consumer ion-buttons {
  position: absolute;
}

.consumer ion-icon {
  color: #81ad2a !important;
}

.consumer .toolbar-background {
  background: #81ad2a !important;
}

.consumer ion-title {
  height: 45px;
}

.consumer .header-image {
  max-height: 40px;
}

.consumer-alert .alert-head {
  background-color: #81ad2a !important;
  color: white !important;
}

.rtl {
  direction: rtl;
  font-family: Tajawal, sans-serif !important;
}

.rtl .account-page-container > h1 {
  padding-left: 0px;
  padding-right: 10px;
}

.rtl .alert-message {
  text-align: right;
}

.rtl .select-icon {
  margin-right: 5px;
}

.rtl .side-menu-option ion-icon {
  float: right;
  margin-right: unset;
  margin-left: 10px;
}

.rtl .side-menu-option div {
  float: right;
}

.rtl .log-out-arabic {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rtl .action-sheet-icon.icon-md {
  margin: 0 0 0 32px;
}

.rtl .action-sheet-icon.icon-ios {
  padding-right: unset;
  padding-left: 0.3em;
}

.rtl .segment-button:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0px;
  margin-left: 0;
  margin-right: unset;
}

.rtl .segment-button:last-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 4px;
  margin-right: 0;
  border-right-width: 0;
  border-left-width: 1px;
  margin-left: unset;
}

.rtl .header-data {
  float: left;
}

.rtl account-side-bar {
  border-right: unset !important;
  border-left: 1px solid #e6e2e2;
}

.rtl account-side-bar button {
  padding-right: 16px;
  padding-left: 0px;
}

.addressSheet button {
  font-weight: bold;
}

.padding-top {
  padding-top: 10px;
}

.padding-bottom {
  padding-bottom: 10px;
}

.button-positive {
  border-color: #0078ac !important;
  background-color: #17263C !important;
  color: #fff !important;
}

.button-cancel, .button-positive {
  border: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center !important;
}

.button-cancel span, .button-positive span {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.button-cancel {
  color: black !important;
  border: 1px solid #b2b2b2;
  background-color: #f8f8f8 !important;
}

.alert-title {
  text-align: center;
}

.languageAlert .alert-head {
  background-color: cornflowerblue !important;
  color: white !important;
}

.popover-notes {
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
}

.clear {
  clear: both;
}

.bold-text {
  font-weight: bold !important;
}

/**
 * Button Bar
 * --------------------------------------------------
 */
.button-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.button-bar.button-bar-inline {
  display: block;
  width: auto;
  *zoom: 1;
}

.button-bar.button-bar-inline:before, .button-bar.button-bar-inline:after {
  display: table;
  content: "";
  line-height: 0;
}

.button-bar.button-bar-inline:after {
  clear: both;
}

.button-bar.button-bar-inline > .button {
  width: auto;
  display: inline-block;
  float: left;
}

.button-bar > .button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  overflow: hidden;
  padding: 0 16px;
  width: 0;
  border-width: 1px 0px 1px 1px;
  border-radius: 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.button-bar > .button:before, .button-bar > .button .icon:before {
  line-height: 44px;
}

.button-bar > .button:first-child {
  border-radius: 2px 0px 0px 2px;
}

.button-bar > .button:last-child {
  border-right-width: 1px;
  border-radius: 0px 2px 2px 0px;
}

.button:after {
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  content: ' ';
}

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

.bar-stable .button {
  border-color: #b2b2b2;
  background-color: #f8f8f8;
  color: #444;
}

/*
* Header Bar styles
*/
.bar.bar-positive {
  border-color: #0078ac;
  background-color: #17263C;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0078ac), color-stop(50%, #0078ac), color-stop(50%, transparent));
  background-image: linear-gradient(0deg, #0078ac, #0078ac 50%, transparent 50%);
  color: #fff;
}

.bar-header {
  top: 0;
  border-top-width: 0;
  border-bottom-width: 1px;
}

.toolbar-title {
  text-align: center;
  font-size: 17px;
}

/**
    Custom spinner styling
     */
.circle-loader {
  margin-left: 48%;
  fill: transparent;
  stroke: #333;
  stroke-width: 5;
  -webkit-animation: dash 2s ease infinite, rotate 2s linear infinite, color 8s linear infinite;
  animation: dash 2s ease infinite, rotate 2s linear infinite, color 8s linear infinite;
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 95;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 85, 95;
    stroke-dashoffset: -25;
  }
  100% {
    stroke-dasharray: 85, 95;
    stroke-dashoffset: -93;
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes color {
  0% {
    stroke: #17263c;
  }
  24% {
    stroke: #66b5e0;
  }
  25% {
    stroke: #f8b232;
  }
  49% {
    stroke: #fec764;
  }
  50% {
    stroke: #81cf4e;
  }
  74% {
    stroke: #c8db5c;
  }
  75% {
    stroke: #2496d4;
  }
  100% {
    stroke: #66b5e0;
  }
}

.image-container .circle-loader {
  stroke-width: 2px;
}

.menuLogo {
  height: 25px;
  width: 130px;
  display: block;
  margin: 0 auto;
}

.side-menu-content {
  background-color: black;
}

.side-menu-content .item-inner {
  border-bottom: 1px solid #3c3a3a !important;
}

.side-menu-content > button {
  width: 95%;
  position: absolute;
  right: 5px;
  bottom: 0;
  background: #17263C;
}

.side-menu-content ion-item {
  background-color: black;
  color: white;
}

.side-menu-option ion-icon {
  margin-right: 10px;
  margin-left: 16px;
  color: #17263C;
  font-size: 25px;
  float: left;
}

.side-menu-option div {
  float: left;
  padding-top: 3px;
}

.side-menu-value {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
}

.leftMenuIcon {
  width: 33px;
  height: 22px;
  float: left;
}

.notificationALert .okButton {
  background-color: #17263C;
  color: white;
  width: 100%;
}

.notificationALert .okButton span {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.notificationALert .alert-message {
  text-align: center;
}

.no-car-text {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: gray;
  padding-top: 15px;
  height: 100%;
}

.not-active {
  border: 1px solid;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  color: #387ef5;
  background-color: transparent;
}

.energized-bg {
  background-color: #ffc900 !important;
}

.assertive-bg {
  background-color: #ef473a !important;
}

.balanced-bg {
  background-color: #37af0d !important;
}

.positive-bg {
  background-color: #17263C !important;
}

.loader-container {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
}

.bid-confirm-box .alert-title {
  font-size: 15px !important;
}

.bid-confirm-box .bid-placed {
  color: #17263C;
}

.error-alert .alert-head {
  background-color: red;
  color: white;
  margin-bottom: 10px;
  height: 40px;
  padding-top: 10px;
}

.error-alert .alert-message {
  text-align: center;
}

.error-alert button {
  background-color: red !important;
  color: white !important;
  border-radius: 15px !important;
}

.error-alert .alert-button-group {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rtl .log-out {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rtl inspection-report ion-item-divider ion-label ion-icon {
  float: right;
  margin-top: 3px;
  margin-right: unset;
  margin-left: 5px;
}

.uppercase {
  text-transform: uppercase;
}

.centerText {
  text-align: center;
}

.active-menu {
  background-color: #056391 !important;
}

.active-menu ion-icon {
  color: white !important;
}

.active-menu-consumer {
  background-color: #54711c !important;
}

.active-menu-consumer ion-icon {
  color: white !important;
}

.white {
  color: white !important;
}

#custom-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  background-color: #002a3e;
}

.flb {
  background-color: #7c9a56;
  height: 100%;
  width: 100%;
  -webkit-animation: pulse 1s linear forwards;
  animation: pulse 1s linear forwards;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.Aligner-item {
  max-width: 50%;
}

.Aligner-item--top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.Aligner-item--bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

#custom-overlay img {
  display: block;
  margin: 0 auto;
  width: 50%;
  height: auto;
  -webkit-animation: animation 3100ms linear infinite both;
  animation: animation 3100ms linear infinite both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.flb-update-footer {
  color: white;
  font-size: large;
  bottom: 100px;
  position: absolute;
  font-weight: 300;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
  text-align: center;
}

@-webkit-keyframes animation {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
  }
  1.14% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1);
  }
  2.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1);
  }
  3.43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1);
  }
  4.54% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -31.997, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -31.997, 0, 0, 1);
  }
  4.58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.47, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.47, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1);
  }
  6.76% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -1.766, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -1.766, 0, 0, 1);
  }
  6.86% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1);
  }
  9.01% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 2.88, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 2.88, 0, 0, 1);
  }
  9.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.007, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.007, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1);
  }
  11.23% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.99, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.99, 0, 0, 1);
  }
  20.16% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.01, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.01, 0, 0, 1);
  }
  23.45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
  }
  28.47% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
  }
  28.57% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
  }
  29.1% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -7.992, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -7.992, 0, 1);
  }
  29.86% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -15.312, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -15.312, 0, 1);
  }
  31.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -19.275, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -19.275, 0, 1);
  }
  32.75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1);
  }
  34.33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1);
  }
  35.71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1);
  }
  35.94% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1);
  }
  37.51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1);
  }
  40.08% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1);
  }
  46.45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
  }
  49.02% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1);
  }
  55.38% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.96% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1);
  }
  62.4% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
  }
  64.04% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.19% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.41, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.41, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  65.57% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 218.852, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 218.852, 0, 0, 1);
  }
  65.82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.747, 1, 0, 0, 0, 0, 1, 0, 257.135, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.747, 1, 0, 0, 0, 0, 1, 0, 257.135, 0, 0, 1);
  }
  67.11% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 416.676, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 416.676, 0, 0, 1);
  }
  67.36% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 439.293, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 439.293, 0, 0, 1);
  }
  68.65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 517.583, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 517.583, 0, 0, 1);
  }
  68.9% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.956, 1, 0, 0, 0, 0, 1, 0, 526.138, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.956, 1, 0, 0, 0, 0, 1, 0, 526.138, 0, 0, 1);
  }
  70.43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 546.667, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 546.667, 0, 0, 1);
  }
  72.62% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 528.816, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 528.816, 0, 0, 1);
  }
  74.4% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 510.313, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 510.313, 0, 0, 1);
  }
  76.59% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 498.826, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 498.826, 0, 0, 1);
  }
  78.37% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.834, 1, 0, 0, 0, 0, 1, 0, 496.885, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.834, 1, 0, 0, 0, 0, 1, 0, 496.885, 0, 0, 1);
  }
  84.52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 500.078, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 500.078, 0, 0, 1);
  }
  86.31% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500.208, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500.208, 0, 0, 1);
  }
  92.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.994, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.994, 0, 0, 1);
  }
  94.28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.986, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.986, 0, 0, 1);
  }
  98.21% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.997, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.997, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
  }
}

@keyframes animation {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
  }
  1.14% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1);
  }
  2.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1);
  }
  3.43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1);
  }
  4.54% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -31.997, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -31.997, 0, 0, 1);
  }
  4.58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.47, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.47, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1);
  }
  6.76% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -1.766, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -1.766, 0, 0, 1);
  }
  6.86% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1);
  }
  9.01% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 2.88, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 2.88, 0, 0, 1);
  }
  9.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.007, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.007, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1);
  }
  11.23% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.99, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.99, 0, 0, 1);
  }
  20.16% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.01, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.01, 0, 0, 1);
  }
  23.45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
  }
  28.47% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
  }
  28.57% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
  }
  29.1% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -7.992, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -7.992, 0, 1);
  }
  29.86% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -15.312, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -15.312, 0, 1);
  }
  31.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -19.275, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -19.275, 0, 1);
  }
  32.75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1);
  }
  34.33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1);
  }
  35.71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1);
  }
  35.94% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1);
  }
  37.51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1);
  }
  40.08% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1);
  }
  46.45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
  }
  49.02% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1);
  }
  55.38% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.96% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1);
  }
  62.4% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
  }
  64.04% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.19% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.41, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.41, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  65.57% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 218.852, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 218.852, 0, 0, 1);
  }
  65.82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.747, 1, 0, 0, 0, 0, 1, 0, 257.135, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.747, 1, 0, 0, 0, 0, 1, 0, 257.135, 0, 0, 1);
  }
  67.11% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 416.676, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 416.676, 0, 0, 1);
  }
  67.36% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 439.293, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 439.293, 0, 0, 1);
  }
  68.65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 517.583, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 517.583, 0, 0, 1);
  }
  68.9% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.956, 1, 0, 0, 0, 0, 1, 0, 526.138, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.956, 1, 0, 0, 0, 0, 1, 0, 526.138, 0, 0, 1);
  }
  70.43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 546.667, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 546.667, 0, 0, 1);
  }
  72.62% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 528.816, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 528.816, 0, 0, 1);
  }
  74.4% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 510.313, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 510.313, 0, 0, 1);
  }
  76.59% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 498.826, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 498.826, 0, 0, 1);
  }
  78.37% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.834, 1, 0, 0, 0, 0, 1, 0, 496.885, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.834, 1, 0, 0, 0, 0, 1, 0, 496.885, 0, 0, 1);
  }
  84.52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 500.078, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 500.078, 0, 0, 1);
  }
  86.31% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500.208, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500.208, 0, 0, 1);
  }
  92.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.994, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.994, 0, 0, 1);
  }
  94.28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.986, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.986, 0, 0, 1);
  }
  98.21% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.997, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.997, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
  }
}

.bid-confirmation-container bid-confirmation .popup-title {
  margin: 0;
  font-size: 25px;
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
  text-align: center;
  vertical-align: baseline;
  font-family: inherit !important;
  font-weight: 500;
}

inspection-report ion-grid {
  font-size: 16px;
}

inspection-report ion-item-group {
  display: block;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}

@media screen and (max-width: 774px) {
  inspection-report ion-item-group {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  inspection-report ion-item-group ion-row {
    border-bottom: #cccccc !important;
  }
}

inspection-report ion-item-group > div {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  background-color: #f9f9f9;
  border: .5px solid #eee;
  display: inline-block;
  margin: 0 0 1em;
  width: 100% !important;
  max-width: unset !important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
}

inspection-report ion-item-group > div ion-item-divider {
  color: #444;
  font-size: 16px;
  background-color: #d6d6d6;
  border: 1px solid #a6a6a6;
  padding: 0 10px;
  margin-top: unset !important;
}

inspection-report ion-item-group > div ion-item-divider ion-label {
  font-size: 17px !important;
}

inspection-report ion-item-group > div ion-item-divider ion-label ion-icon {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}

ion-content.ltr ion-icon[icon-ltr] {
  display: block;
}

ion-content.ltr ion-icon[icon-rtl] {
  display: none;
}

ion-content.rtl ion-icon[icon-ltr] {
  display: none;
}

ion-content.rtl ion-icon[icon-rtl] {
  display: block;
}

.item-select-searchable .label {
  margin-right: 0;
}

.select-searchable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.select-searchable .disabled {
  opacity: 0.3;
  pointer-events: none;
}

.select-searchable-label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select-searchable-value {
  max-width: 45%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select-searchable-icon {
  position: relative;
  width: 20px;
}

.select-searchable-icon-inner {
  position: absolute;
  top: 50%;
  left: 5px;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  pointer-events: none;
}

.select-searchable-ios .select-searchable-icon {
  height: 18px;
}

.select-searchable-ios .select-searchable-icon-inner {
  margin-top: -2px;
  color: #999;
}

.select-searchable-ios .select-searchable-value {
  padding-left: 16px;
}

.select-searchable-md .select-searchable-icon {
  height: 19px;
}

.select-searchable-md .select-searchable-icon-inner {
  margin-top: -3px;
  color: #999;
}

.select-searchable-md .select-searchable-value {
  padding-left: 16px;
}

.select-searchable-md .select-searchable-label {
  color: #999;
}

.select-searchable-spinner-background {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #17263C;
  z-index: 100;
  opacity: 0.05;
}

.select-searchable-spinner ion-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin-top: -14px;
  margin-left: -14px;
}

ion-footer {
  height: 100px;
}

ion-footer footer {
  height: 100px;
}

.select-searchable-page.select-searchable-page-can-reset.select-searchable-page-multiple .footer .col {
  padding: 0 5px;
}

.modal-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-small ion-backdrop {
  visibility: visible;
  z-index: 0;
}

.modal-small .modal-wrapper {
  width: 50%;
  max-width: 600px;
  max-height: 60%;
}

.modal-small ion-footer {
  height: 56px !important;
}

@media screen and (min-width: 1281px) {
  .modal-small .modal-wrapper {
    width: 45%;
    max-height: 40%;
  }
}

@media screen and (max-width: 500px) {
  .modal-small .modal-wrapper {
    width: 80%;
    max-height: 60%;
  }
}

.modal-extra-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-extra-small ion-backdrop {
  visibility: visible;
  z-index: 0;
}

.modal-extra-small .modal-wrapper {
  width: 40%;
  max-width: 600px;
  max-height: 40%;
}

.modal-extra-small ion-footer {
  height: 64px !important;
}

.gaugeMeter {
  position: relative;
}

.gaugeMeter .highcharts-container {
  margin: 0 auto;
}

.info-icon {
  position: absolute;
  bottom: 0;
  right: 42px;
  font-size: 20px;
  color: #1c7ed6;
}

@media screen and (max-width: 380px) {
  .info-icon {
    right: 8%;
  }
  [dir="rtl"] .info-icon {
    right: unset;
    left: 5%;
  }
}

.best-seller-badge {
  position: absolute;
  height: 70px !important;
  width: 70px !important;
  top: 0;
  z-index: 11;
  right: 0;
}

.error-box {
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  padding: 10px;
  font-weight: bold;
  margin: 0 8px;
}

.section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-header .section-header-label {
  padding: 0;
}

.section-header .section-header-btn {
  padding: 0 !important;
  text-align: right;
}

.rtl .section-header-btn {
  padding: 0 !important;
  text-align: left;
}

.obd-modal-title {
  padding: 0;
}

.obd-modal-footer {
  padding: 6px 10px !important;
  margin: 0 !important;
}

.obd-modal-item {
  padding-left: 16px;
  padding-right: 16px;
}

ion-icon[class*="custom-"] {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: currentColor;
  width: 1em;
  height: 1em;
}

ion-icon[class*="custom-petrol-pump"] {
  -webkit-mask-image: url(../assets/icon/gas-outline.svg);
  mask-image: url(../assets/icon/gas-outline.svg);
}

ion-icon[class*="custom-engine"] {
  -webkit-mask-image: url(../assets/icon/engine-light.svg);
  mask-image: url(../assets/icon/engine-light.svg);
}

ion-icon[class*="custom-gearshift"] {
  -webkit-mask-image: url(../assets/icon/gearshift-line.svg);
  mask-image: url(../assets/icon/gearshift-line.svg);
}

ion-icon[class*="custom-car-body"] {
  -webkit-mask-image: url(../assets/icon/car-2.svg);
  mask-image: url(../assets/icon/car-2.svg);
}

ion-icon[class*="custom-car-specs"] {
  -webkit-mask-image: url(../assets/icon/car-specs.svg);
  mask-image: url(../assets/icon/car-specs.svg);
}

.content {
  color: #17263C;
}

.button-outline {
  background-color: white;
  color: #17263c;
  border: 1px solid #17263c;
  font-weight: bold;
}

.button-outline:hover {
  color: white;
  background-color: #17263c;
}

.invalid[type=text] {
  border: 2px solid #f5222d !important;
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/alert-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.valid[type=text] {
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/checkmark-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.invalid[type=email] {
  border: 2px solid #f5222d !important;
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/alert-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.valid[type=email] {
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/checkmark-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.valid[type=password] {
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/checkmark-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.valid[type=number] {
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/checkmark-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

[dir="rtl"] {
  font-family: Tajawal, sans-serif !important;
}

[dir="rtl"] .invalid input[type=email] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid input[type=email] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .invalid[type=text] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid[type=text] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid[type=number] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .invalid[type=email] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid[type=email] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid[type=password] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

ion-item.invalid {
  border: 0.5px solid red !important;
  border-radius: 5px;
  font-size: small;
  margin-top: 10px;
}

.hidden-field {
  padding: 4px 15px;
  color: #626262;
  z-index: 9999;
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.text-underline {
  text-decoration: underline;
  color: #17263c;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.cursor-pointer {
  cursor: pointer !important;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.no-border {
  border: none !important;
}

ion-header.header {
  background-color: white;
}

.rtl .menu-link {
  float: left;
  margin-right: 5px;
}

.rtl .menu-items {
  left: 0;
  text-align: right;
  right: unset;
}

.rtl .menu-items ion-icon {
  margin-right: unset;
  margin-left: 5px;
}

.rtl .menu-items .logout ion-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rtl .header-data {
  float: left !important;
}

.rtl .language-row ion-select {
  margin-left: 10px;
}

.rtl .hotline {
  border-right: none;
  border-left: 1px solid;
  padding: 0 10px;
  margin-right: 0;
  margin-left: 5px;
}

.rtl .hotline a {
  text-decoration: none;
}

.rtl .topnav {
  overflow: hidden;
}

.rtl .login-data {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.rtl .login-data ion-select {
  position: relative !important;
  padding: 0px 8px 0px 0px;
}

.rtl .topnav a {
  float: left;
}

.rtl .topnav a ion-icon {
  display: initial !important;
  margin-right: 0;
  margin-left: 5px;
}

.rtl .login-button {
  float: left !important;
}

.rtl .header-container {
  padding: 10px;
}

.rtl .header-container a {
  padding-left: unset;
  padding-right: 10px;
}

header {
  max-width: 1400px;
  margin: 0 auto;
  background-color: white;
}

header .menu-link {
  color: #999;
  cursor: pointer;
  padding-top: 5px;
  float: right;
}

header .menu-link ion-icon {
  font-size: 25px;
}

header .menu-link:hover {
  color: black;
}

header a {
  cursor: pointer;
}

header a img {
  height: 64px;
}

header .menu-items {
  position: absolute;
  text-align: left;
  right: 0;
  top: 110px;
  padding: 10px;
  background-color: white;
  border: 1px solid #d2cfcf;
}

header .menu-items a {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ece4e4;
  display: block;
}

header .menu-items ion-icon {
  margin-right: 5px;
}

header .menu-items .logout {
  border-bottom: unset !important;
  margin-bottom: unset !important;
  padding-bottom: unset !important;
}

header .header-container {
  padding: 10px;
}

header .header-container a {
  padding-left: 10px;
}

header .header-data {
  float: right;
  position: relative;
}

header .language-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

header .language-row ion-select {
  width: 100px;
  margin-right: 10px;
}

header .language-btn {
  font-weight: 700 !important;
  padding: 0 5px !important;
  margin: 0 !important;
}

header .hotline {
  border-right: 1px solid;
  padding: 0 10px;
  margin-right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

header .hotline a {
  text-decoration: none;
}

header .topnav {
  overflow: hidden;
}

header .login-data {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #17263C;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

header .login-data ion-select {
  position: relative !important;
  padding: 0px 8px 0px 0px;
}

header .topnav > a {
  color: #17263C;
  float: right;
  display: block;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  font-size: 13px;
  padding-right: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

header .topnav > a ion-icon {
  display: initial !important;
  margin-right: 5px;
}

@media screen and (max-width: 560px) {
  header .topnav a {
    text-align: center;
    padding: 10px 5px;
    font-size: 9px;
    padding-right: 5px;
  }
  header .menu-items {
    margin-top: 10px;
  }
  header .menu-link {
    padding-top: 5px;
  }
}

header .topnav a:hover {
  background-color: #ddd;
  color: black;
}

header .active {
  background-color: #4CAF50;
  color: white;
}

header .login-button {
  float: right;
}

header .car-logo {
  height: 45px;
  display: none;
}

@media screen and (max-width: 560px) {
  header .dealer-logo {
    display: none;
  }
  header .car-logo {
    display: inherit;
  }
  header .login-data {
    font-size: 10px !important;
  }
}

#app-header {
  min-height: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* Menu Icon Animation */
  /* End */
}

#app-header .kay-container {
  height: 100%;
}

#app-header .kay-container button:focus {
  outline: none !important;
}

#app-header .list-unstyled {
  line-height: 2rem;
  margin-bottom: 0;
}

#app-header .list-unstyled a {
  color: #17263C99;
}

#app-header .kay-list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

#app-header .kay-list-unstyled a {
  color: #747474;
}

#app-header .service-hotline {
  font-size: 14px;
}

#app-header .service-hotline p {
  padding: 0;
  margin: 0;
}

#app-header .service-hotline a:hover {
  color: inherit !important;
}

#app-header .service-hotline-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #17263C;
  text-decoration: none;
  outline: none;
}

#app-header .service-hotline-text {
  color: inherit !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
}

#app-header .service-hotline__title {
  font-size: inherit;
}

#app-header .service-hotline__number {
  font-size: inherit;
  font-weight: 700;
}

#app-header .service-hotline-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 2px;
}

#app-header .service-hotline-icon img {
  width: 20px;
}

#app-header .kay-navbar {
  font-weight: 400;
  height: 100%;
  padding: 0;
  text-align: center;
}

#app-header .kay-brand {
  padding: 0;
  margin: 0;
}

#app-header .kay-navbar-brand-logo {
  width: 260px;
  height: auto;
}

#app-header .kay-hotline-icon {
  padding-left: 12px;
  float: right;
  padding-top: 2px;
}

#app-header .kay-nav-ar-font {
  font-family: Tajawal, sans-serif !important;
  padding-top: 12px;
  font-size: 16px;
}

#app-header .kay-nav-en-font {
  font-family: 'Nunito Sans', sans-serif !important;
  padding-top: 4px;
  font-size: 16px;
}

#app-header .kay-navbar-nav {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: inherit !important;
  -webkit-box-direction: inherit !important;
  -webkit-flex-direction: inherit !important;
  -ms-flex-direction: inherit !important;
  flex-direction: inherit !important;
  -webkit-padding-start: 4px;
  padding-inline-start: 4px;
}

#app-header .kay-navbar-toggler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  border: none;
  padding-right: 0;
}

#app-header .kay-nav-item {
  color: inherit !important;
  padding-left: 24px;
  cursor: pointer;
}

#app-header .kay-nav-item .kay-nav-link {
  color: inherit !important;
}

#app-header .btn-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  max-height: 35px;
  text-align: center;
}

#app-header .kay-language-icon {
  font-size: 2em !important;
}

#app-header .kay-navbar-menu {
  color: #17263C;
  font-size: 16px;
  padding-top: 2px;
  padding-right: 12px;
}

#app-header .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 30;
  overflow: hidden;
}

#app-header .kay-navbar-collapse {
  background-color: white;
  position: fixed;
  width: 100%;
  top: 80px;
  z-index: 30;
  border: 1px solid #DDDDDD;
}

#app-header .kay-menu-links {
  padding-top: 64px;
  padding-bottom: 16px;
}

#app-header .kay-list-link {
  cursor: pointer;
  color: #747474;
}

#app-header .kay-menu-footer {
  height: 50px;
  background: #EDEDED;
}

#app-header .menu-img-container {
  pointer-events: none;
}

#app-header .menu-img {
  position: absolute;
  pointer-events: none;
  right: -264px;
  top: -84px;
}

#app-header .animated-icon {
  width: 24px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#app-header .animated-icon span {
  display: block;
  position: absolute;
  background: #17263C;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#app-header .animated-icon span:nth-child(1) {
  top: 0px;
}

#app-header .animated-icon span:nth-child(2) {
  top: 8px;
}

#app-header .animated-icon span:nth-child(3) {
  top: 16px;
}

#app-header .animated-icon.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#app-header .animated-icon.open span:nth-child(2) {
  opacity: 0;
}

#app-header .animated-icon.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media screen and (max-width: 1199px) {
  #app-header .kay-navbar-brand-logo {
    width: 200px;
    height: auto;
  }
  #app-header .kay-menu-links {
    padding-top: 48px;
    padding-bottom: 12px;
  }
  #app-header .menu-img {
    width: 660px;
    height: 312px;
    right: -200px;
    top: -60px;
  }
}

@media screen and (max-width: 991px) {
  #app-header .kay-navbar-brand-logo {
    width: 180px;
    height: auto;
  }
  #app-header .kay-menu-links {
    padding-top: 32px;
    padding-bottom: 12px;
  }
  #app-header .menu-img {
    width: 620px;
    height: 300px;
    right: -200px;
    top: -32px;
  }
}

@media screen and (max-width: 767px) {
  #app-header .kay-navbar-brand-logo {
    width: 160px;
    height: auto;
  }
  #app-header .kay-menu-links {
    padding: 8px 16px 0;
  }
  #app-header .menu-img {
    width: 460px;
    height: 200px;
    right: -140px;
    top: 0px;
  }
  #app-header .kay-navbar-collapse {
    border: none;
    top: 64px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 60px);
  }
  #app-header .kay-list-link {
    padding: 8px 0;
    border-bottom: 1px solid #DDDDDD;
  }
  #app-header .kay-nav-ar-font {
    padding-top: 4px;
  }
  #app-header .kay-nav-en-font {
    padding-top: 2px;
  }
}

@media screen and (min-width: 200px) and (max-width: 359px) {
  #app-header .kay-navbar-brand-logo {
    width: 120px;
  }
}

#app-header *[dir="rtl"] .navbar-brand {
  margin-right: 0;
  margin-left: 1rem;
}

#app-header *[dir="rtl"] .kay-dropdown-toggle-icon {
  margin-left: 0;
  margin-right: 10px;
}

#app-header *[dir="rtl"] .kay-nav-item {
  padding-left: 0;
  padding-right: 24px;
}

#app-header *[dir="rtl"] .service-hotline-inner-wrapper {
  padding-top: 4px;
}

#app-header *[dir="rtl"] .kay-hotline-icon {
  padding-left: 0;
  padding-right: 12px;
  padding-top: 4px;
  float: left;
}

#app-header *[dir="rtl"] .kay-navbar-menu {
  padding-right: 0;
  padding-left: 12px;
  padding-top: 4px;
}

#app-header *[dir="rtl"] .kay-navbar-toggler {
  padding-right: 0.75rem;
  padding-left: 0;
  padding-top: 0;
}

#app-header *[dir="rtl"] .menu-img {
  right: unset;
  left: -264px;
}

#app-header *[dir="rtl"] .list-unstyled {
  padding-right: 0;
  padding-left: initial;
  text-align: right;
}

#app-header *[dir="rtl"] .kay-list-unstyled {
  text-align: right;
}

@media screen and (max-width: 1199px) {
  #app-header *[dir="rtl"] .menu-img {
    right: unset;
    left: -200px;
  }
}

@media screen and (max-width: 991px) {
  #app-header *[dir="rtl"] .kay-menu-links {
    padding-top: 32px;
    padding-bottom: 12px;
  }
  #app-header *[dir="rtl"] .menu-img {
    right: unset;
    left: -200px;
  }
}

@media screen and (max-width: 767px) {
  #app-header *[dir="rtl"] .kay-menu-links {
    padding: 8px 16px 0;
  }
  #app-header *[dir="rtl"] .menu-img {
    right: unset;
    left: -140px;
  }
  #app-header *[dir="rtl"] .kay-list-link {
    padding: 8px 0;
    border-bottom: 1px solid #DDDDDD;
  }
}

highlights .highlights {
  background: white;
  margin: 0;
  font-size: 13px;
}

highlights .highlights .row {
  padding: 8px;
}

highlights .highlights .title {
  color: #4a4a4a;
  padding: 10px 16px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #dee2e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media (max-width: 767px) {
  highlights .highlights .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 20px;
    padding: 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
  }
  highlights .highlights .title span {
    width: 100%;
  }
}

highlights .highlights .title button {
  font-size: 12px;
  font-weight: bold;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
  width: 100% !important;
}

highlights .highlights .car-body-mobile {
  width: 100%;
  padding: 10px 10px 0;
}

highlights .highlights .car-body-mobile button {
  font-size: 12px;
  font-weight: bold;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
  width: 100%;
}

highlights .highlights-item {
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

highlights .highlights-item:not(:last-child) {
  border-bottom: 0.55px solid #dee2e6;
}

highlights .highlights-item__label {
  font-weight: 500;
  color: #6d7782;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

highlights .highlights-item__label ion-icon {
  width: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

highlights .highlights-item__label span {
  padding-left: 8px;
  padding-right: 8px;
}

highlights .highlights-item__value {
  text-align: right;
  font-weight: bold;
  color: #495057;
  width: 60%;
}

@media (max-width: 991px) {
  highlights .highlights-item__value {
    width: unset;
  }
}

highlights .image-icon {
  margin-right: 4px;
}

[dir="rtl"] highlights .image-icon {
  margin-right: unset;
  margin-left: 4px;
}

highlights .item-offer-type {
  position: absolute;
  background: lightgrey;
  color: white;
  right: 5px;
  bottom: 10px;
  font-size: 10px;
  padding: 2px 0 4px;
  font-weight: bold;
  border-radius: 4px;
  min-width: 64px;
  text-align: center;
}

highlights [dir="rtl"] .item-offer-type {
  right: auto;
  left: 5px;
}

image-gallery {
  background-color: black !important;
}

image-gallery ion-header.header {
  background-color: transparent;
}

image-gallery ion-header::after, image-gallery ion-footer::before {
  background-image: unset !important;
}

image-gallery ion-slides {
  background-color: black;
}

image-gallery ion-content .scroll-content {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  background-color: black !important;
  overflow: hidden !important;
}

image-gallery ion-item {
  background-color: transparent !important;
  color: white !important;
  padding: 0 !important;
  margin: 0 !important;
}

image-gallery .item-block .item-inner {
  border-bottom: none !important;
}

@media (orientation: landscape) {
  image-gallery .slide-zoom {
    height: 100% !important;
  }
}

image-gallery .scroll-content {
  padding-left: 0 !important;
}

image-gallery .loading-spinner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

image-slider {
  position: relative;
}

image-slider .image-container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 180px;
  height: auto;
  background-color: rgba(73, 80, 87, 0.1);
  margin-bottom: 5px;
}

image-slider .image-container .swiper-slide {
  max-height: 192px;
}

@media (min-width: 576px) {
  image-slider .image-container .swiper-slide {
    max-height: 270px;
  }
}

@media (min-width: 768px) {
  image-slider .image-container .swiper-slide {
    max-height: 300px;
  }
}

@media (min-width: 992px) {
  image-slider .image-container .swiper-slide {
    max-height: 375px;
  }
}

@media (min-width: 1200px) {
  image-slider .image-container .swiper-slide {
    max-height: 432px;
  }
}

image-slider .image-loader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

image-slider .swiper-button-prev,
image-slider .swiper-button-next {
  z-index: 1;
}

image-slider .loading-spinner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

image-slider ion-slide.swiper-slide.swiper-slide-active {
  width: 100% !important;
}

.imageGalleryComponent .modal-wrapper {
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.imageGalleryComponent image-gallery {
  padding: 50px !important;
}

image-slider-thumbnails .thumbnails-container {
  position: relative;
}

image-slider-thumbnails .thumbnails-container .horizontal-scroll {
  width: 100%;
  display: grid;
  grid-gap: 3px;
  grid-auto-flow: column;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-scroll-snap-type: none;
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
  padding: 0 0 calc(.75 * var(--gutter));
  margin: 3px 0;
  cursor: -webkit-grab;
  cursor: grab;
  list-style: none;
}

image-slider-thumbnails .thumbnails-container .horizontal-scroll li {
  width: 100px;
  height: 70px;
  position: relative;
  background-color: gray;
}

image-slider-thumbnails .thumbnails-container .horizontal-scroll li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

image-slider-thumbnails .thumbnails-container .horizontal-scroll li.active {
  border: 3px solid #17263C;
}

.thumbnailWrapper .img-logo {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

inspection-report .inspection-details label {
  font-size: medium !important;
  margin-bottom: 0 !important;
}

inspection-report ion-row {
  padding-top: 5px;
  border-bottom: 0.55px solid #dedede !important;
}

inspection-report .margin-top-20 {
  margin-top: 20px;
}

inspection-report ion-item-divider {
  border: 0.5px solid #d5d5d5;
}

inspection-report .image-icon {
  margin-right: 5px;
}

.rtl inspection-report .image-icon {
  margin-right: unset;
  margin-left: 5px;
}

inspection-report .video {
  position: relative;
}

inspection-report .video__badge {
  position: absolute;
  top: 5px;
  color: white;
  background-color: #208df6;
  padding: 1px 8px;
  left: 5px;
  font-weight: bold;
  font-size: 12px;
}

inspection-report .video__badge__rtl {
  position: absolute;
  top: 5px;
  color: white;
  background-color: #208df6;
  padding: 1px 8px;
  right: 5px;
  font-weight: bold;
  font-size: 12px;
}

inspection-report .video__thumbnail {
  width: 120px;
  padding: 5px;
}

.invoice-signature {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1000;
}

.invoice-signature .modal-container {
  position: relative;
  background: white;
  width: 100%;
  max-width: 600px;
  margin: auto;
  overflow: hidden;
  -webkit-animation: fadeIn 0.3s ease-out;
  animation: fadeIn 0.3s ease-out;
  z-index: 1;
  border-radius: 8px;
  height: 100%;
}

.invoice-signature .head {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}

.invoice-signature .modal-header {
  background: #FFD618;
  padding: 16px 20px;
  position: relative;
  color: black;
}

.invoice-signature .modal-header h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.invoice-signature .modal-header .close-button {
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  padding: 4px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.invoice-signature .modal-content {
  padding: 20px;
  max-height: calc(80vh - 180px);
  overflow-y: auto;
}

@media only screen and (max-width: 768px) {
  .invoice-signature .modal-content {
    max-height: 100%;
    height: 80vh;
  }
}

.invoice-signature .car-preview img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.invoice-signature .car-preview .car-info {
  display: grid;
  gap: 12px;
}

.invoice-signature .car-preview .info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 6px;
}

.invoice-signature .car-preview .info-item .label {
  color: #666;
  font-size: 14px;
}

.invoice-signature .car-preview .info-item .value {
  color: #333;
  font-weight: 500;
}

.invoice-signature .modal-footer {
  padding: 20px;
  border-top: 1px solid #eee;
  background: #f8f9fa;
}

.invoice-signature .modal-footer .apply-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: #666;
  font-size: 14px;
}

.invoice-signature .modal-footer .confirm-button {
  width: 100%;
  height: 44px;
  background: #17263C;
  color: white;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.invoice-signature .modal-footer .terms-text {
  text-align: center;
  font-size: 13px;
  color: #666;
}

.invoice-signature .modal-footer .terms-text a {
  color: #4a90e2;
  text-decoration: none;
}

.invoice-signature .modal-footer .terms-text a:hover {
  text-decoration: underline;
}

.invoice-footer {
  background: white;
  -webkit-box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.05);
}

.invoice-footer .footer-content {
  padding: 16px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.invoice-footer .sign-button {
  background-color: red;
  border-radius: 8px;
  min-width: 100%;
  height: 48px;
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.invoice-footer .sign-button:active {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}

.invoice-footer .sign-button ion-icon {
  font-size: 20px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.payment-terms-modal .modal-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
}

payment-terms {
  left: 0;
  top: 0;
  position: absolute;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

payment-terms .rtl ion-icon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

payment-terms .radio-list ion-radio {
  margin-right: 10px !important;
}

payment-terms .radio-list ion-label {
  white-space: normal;
}

payment-terms .item-radio-checked ion-label {
  color: black !important;
}

payment-terms .item-radio-checked .radio-checked {
  color: #17263C !important;
  border-color: #17263C !important;
}

payment-terms .item-radio-checked .radio-checked .radio-inner {
  background-color: #17263C !important;
  position: unset !important;
  width: 100%;
  height: 100%;
}

payment-terms .centertext {
  text-align: center;
}

payment-terms .popup-title {
  margin: 0;
  font-size: 14px;
  padding: 0 10px;
  border-bottom: 1px solid #eee;
  text-align: center;
  vertical-align: baseline;
  font-family: inherit !important;
  font-weight: 500;
}

payment-terms .popup-body {
  padding: 10px;
  padding-bottom: unset;
  overflow: auto;
}

payment-terms .item-guaranteed {
  color: #004900 !important;
  font-weight: bold;
}

payment-terms .popup-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

payment-terms .popup-buttons button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}

payment-terms .confirm {
  background-color: #17263C !important;
  border-color: #17263C80 !important;
  -webkit-box-shadow: 0px 2px #17263C80 !important;
  box-shadow: 0px 2px #17263C80 !important;
}

payment-terms .cancel {
  color: #17263C;
}

payment-terms .main-payment-content {
  background-color: whitesmoke;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 90% !important;
  max-height: 90% !important;
}

payment-terms .main-payment-content .calm {
  color: #0074d0;
  font-size: 12px;
  font-weight: bold;
}

payment-terms .payment-terms-footer-text {
  color: #0074d0;
}

payment-terms .terms {
  padding: 10px 0;
  font-weight: 500;
  font-size: 12px;
}

payment-terms .info-div {
  margin-bottom: 15px;
  margin-top: 15px;
}

payment-terms .payment-row {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

payment-terms .payment-row span {
  display: inline-block;
  text-align: left;
}

payment-terms .payment-row .key {
  width: 25% !important;
}

payment-terms .plate-type-section {
  margin-bottom: 10px;
}

payment-terms .note-exclude-service {
  margin-bottom: 10px;
}

payment-terms .balanced {
  font-size: 18px;
  color: #17263C;
}

payment-terms .main-payment-content {
  background-color: whitesmoke;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 90% !important;
  position: absolute;
  border-radius: 20px;
  padding: 15px;
}

payment-terms .main-payment-content h4 {
  margin: 0;
  font-weight: bold;
  text-align: left;
}

payment-terms .main-payment-content button.item {
  border: unset !important;
  margin-bottom: 10px;
  border: 0;
  border-radius: 7px;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #f5f5f5;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

payment-terms .main-payment-content button.item .item-inner {
  border: unset;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 5px;
}

payment-terms .main-payment-content button.item .label {
  margin: 5px 4px 5px 0px;
}

payment-terms .main-payment-content button.item .payment-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 7px;
}

payment-terms .main-payment-content button.item .payment-subtitle {
  font-size: 13px;
}

payment-terms .main-payment-content button.item .payment-details {
  font-weight: normal;
  font-size: 14px;
  border-top: 1px dashed #ddd;
  padding: 10px 0;
  margin-top: 16px;
}

payment-terms .main-payment-content .payment-item {
  margin-bottom: 10px;
  border-radius: 7px;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #f5f5f5;
  overflow: hidden;
}

payment-terms .main-payment-content .payment-item.active {
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.3) !important;
  background: #ffffff !important;
}

payment-terms .main-payment-content .payment-item__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

payment-terms .main-payment-content .payment-item__header .payment-item__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

payment-terms .main-payment-content .payment-item__header .payment-item__title .title-text {
  padding: 5px;
}

payment-terms .main-payment-content .payment-item__header .payment-item-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

payment-terms .main-payment-content .payment-item__header .collapsible-button {
  width: 40px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  background: #ddd;
  margin: 0;
}

payment-terms .main-payment-content .payment-item__header .collapsible-button ion-icon {
  font-size: 20px;
  font-weight: bold;
}

payment-terms .main-payment-content .payment-item__header h2 {
  font-size: 15px;
  font-weight: 500;
  margin: 5px 0;
}

payment-terms .main-payment-content .payment-item__header p {
  font-size: 13px;
  margin: 5px 0;
  font-weight: bold;
  color: #777777;
}

payment-terms .main-payment-content .payment-item__content {
  font-weight: normal;
  font-size: 12px;
  overflow: scroll;
  max-height: 200px;
  -webkit-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;
  background-color: white;
}

payment-terms .main-payment-content .payment-item__content div {
  border-top: 2px solid #ddd;
  padding: 10px;
}

payment-terms .main-payment-content svg {
  fill: none;
  vertical-align: middle;
}

payment-terms .main-payment-content svg circle {
  stroke-width: 2;
  stroke: #c8ccd4;
}

payment-terms .main-payment-content svg path {
  stroke: #17263C;
}

payment-terms .main-payment-content svg path.inner {
  stroke-width: 6;
  stroke-dasharray: 19;
  stroke-dashoffset: 19;
}

payment-terms .main-payment-content svg path.outer {
  stroke-width: 2;
  stroke-dasharray: 57;
  stroke-dashoffset: 57;
}

payment-terms .main-payment-content input {
  display: none;
}

payment-terms .main-payment-content input:checked + svg path {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

payment-terms .main-payment-content input:checked + svg path.inner {
  stroke-dashoffset: 38;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

payment-terms .main-payment-content input:checked + svg path.outer {
  stroke-dashoffset: 0;
}

payment-terms .main-payment-content span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
}

.checkmark {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  -webkit-box-shadow: inset 0px 0px 0px #7ac142;
  box-shadow: inset 0px 0px 0px #7ac142;
  -webkit-animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes scale {
  0%, 100% {
    -webkit-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes scale {
  0%, 100% {
    -webkit-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
}

@-webkit-keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px #7ac142;
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}

@keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px #7ac142;
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}

payment-terms-container payment-terms {
  left: 0;
  top: 0;
  position: absolute;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

payment-terms-container payment-terms .radio-list ion-radio {
  margin-right: 10px !important;
}

payment-terms-container payment-terms .radio-list ion-label {
  white-space: normal;
}

payment-terms-container payment-terms .item-radio-checked ion-label {
  color: black !important;
}

payment-terms-container payment-terms .item-radio-checked .radio-checked {
  color: #17263C !important;
  border-color: #17263C !important;
}

payment-terms-container payment-terms .item-radio-checked .radio-checked .radio-inner {
  background-color: #17263C !important;
  position: unset !important;
  width: 100%;
  height: 100%;
}

payment-terms-container payment-terms .centertext {
  text-align: center;
}

payment-terms-container payment-terms .popup-title {
  margin: 0;
  font-size: 15px;
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
  text-align: center;
  vertical-align: baseline;
  font-family: inherit !important;
  font-weight: 500;
}

payment-terms-container payment-terms .popup-body {
  padding: 10px;
  padding-bottom: unset;
  overflow: auto;
}

payment-terms-container payment-terms .item-guaranteed {
  color: #004900 !important;
  font-weight: bold;
}

payment-terms-container payment-terms .popup-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 10px;
  min-height: 65px;
}

payment-terms-container payment-terms .popup-buttons button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

payment-terms-container payment-terms .confirm {
  background-color: #17263C !important;
  border-color: #17263C80 !important;
  -webkit-box-shadow: 0px 2px #17263C80 !important;
  box-shadow: 0px 2px #17263C80 !important;
}

payment-terms-container payment-terms .cancel {
  color: #17263C;
}

payment-terms-container payment-terms .main-payment-content {
  background-color: whitesmoke;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

payment-terms-container payment-terms .main-payment-content .calm {
  color: #488aff;
}

payment-terms-container payment-terms .payment-terms-footer-text {
  color: #11c1f3;
}

payment-terms-container payment-terms .terms {
  text-align: center;
  padding: 10px;
}

payment-terms-container payment-terms .info-div {
  margin-bottom: 15px;
  margin-top: 15px;
}

payment-terms-container payment-terms .payment-row {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

payment-terms-container payment-terms .payment-row span {
  display: inline-block;
  text-align: left;
}

payment-terms-container payment-terms .payment-row .key {
  width: 25% !important;
}

payment-terms-container payment-terms .plate-type-section {
  margin-bottom: 10px;
}

payment-terms-container payment-terms .note-exclude-service {
  margin-bottom: 10px;
}

payment-terms-container payment-terms .balanced {
  font-size: 18px;
  color: #17263C;
}

payment-terms-container payment-terms .terms-payment, payment-terms-container payment-terms .privacy-payment {
  cursor: pointer;
}

payment-terms-deprecated {
  left: 0;
  top: 0;
  position: absolute;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

payment-terms-deprecated .radio-list ion-radio {
  margin-right: 10px !important;
}

payment-terms-deprecated .radio-list ion-label {
  white-space: normal;
}

payment-terms-deprecated .item-radio-checked ion-label {
  color: black !important;
}

payment-terms-deprecated .item-radio-checked .radio-checked {
  color: #17263C !important;
  border-color: #17263C !important;
}

payment-terms-deprecated .item-radio-checked .radio-checked .radio-inner {
  background-color: #17263C !important;
  position: unset !important;
  width: 100%;
  height: 100%;
}

payment-terms-deprecated .centertext {
  text-align: center;
}

payment-terms-deprecated .popup-title {
  margin: 0;
  font-size: 15px;
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
  text-align: center;
  vertical-align: baseline;
  font-family: inherit !important;
  font-weight: 500;
}

payment-terms-deprecated .popup-body {
  padding: 10px;
  padding-bottom: unset;
  overflow: auto;
}

payment-terms-deprecated .item-guaranteed {
  color: #004900 !important;
  font-weight: bold;
}

payment-terms-deprecated .popup-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 10px;
  min-height: 65px;
}

payment-terms-deprecated .popup-buttons button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

payment-terms-deprecated .confirm {
  background-color: #17263C !important;
  border-color: #17263C80 !important;
  -webkit-box-shadow: 0px 2px #17263C80 !important;
  box-shadow: 0px 2px #17263C80 !important;
}

payment-terms-deprecated .cancel {
  color: #17263C;
}

payment-terms-deprecated .main-payment-content {
  background-color: whitesmoke;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 90% !important;
  max-height: 90% !important;
}

payment-terms-deprecated .main-payment-content .calm {
  color: #11c1f3;
}

payment-terms-deprecated .payment-terms-footer-text {
  color: #11c1f3;
}

payment-terms-deprecated .terms {
  text-align: center;
  padding: 10px;
}

payment-terms-deprecated .info-div {
  margin-bottom: 15px;
  margin-top: 15px;
}

payment-terms-deprecated .payment-row {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

payment-terms-deprecated .payment-row span {
  display: inline-block;
  text-align: left;
}

payment-terms-deprecated .payment-row .key {
  width: 25% !important;
}

payment-terms-deprecated .plate-type-section {
  margin-bottom: 10px;
}

payment-terms-deprecated .note-exclude-service {
  margin-bottom: 10px;
}

payment-terms-deprecated .balanced {
  font-size: 18px;
  color: #17263C;
}

pdf-signature-modal .pdf-viewer-content {
  background: #f5f5f5;
}

pdf-signature-modal .image-overlay {
  position: absolute;
  bottom: -70%;
  left: 30px;
  width: 120px;
  z-index: 11;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

@media screen and (max-width: 786px) {
  pdf-signature-modal .image-overlay {
    bottom: 10%;
  }
}

pdf-signature-modal .image-overlay .edit-icon {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 5px;
  font-size: 18px;
  color: #666;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

pdf-signature-modal .image-overlay .edit-icon:hover {
  color: #333;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

pdf-signature-modal .pdf-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: white;
}

pdf-signature-modal .pdf-container canvas {
  width: 100%;
  height: auto;
}

pdf-signature-modal .signature-overlay {
  position: absolute;
  bottom: -70%;
  left: 5%;
  cursor: pointer;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 786px) {
  pdf-signature-modal .signature-overlay {
    bottom: 10%;
  }
}

pdf-signature-modal .signature-overlay .signature-placeholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  border: 2px dashed #ccc;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

pdf-signature-modal .signature-overlay .signature-placeholder:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

pdf-signature-modal .signature-overlay .signature-placeholder ion-icon {
  font-size: 20px;
  margin-bottom: 10px;
  color: #666;
}

pdf-signature-modal .signature-overlay .signature-placeholder span {
  font-size: 16px;
  color: #666;
}

pdf-signature-modal .signature-preview {
  position: absolute;
  bottom: 20%;
  left: 20%;
  z-index: 10;
}

pdf-signature-modal .signature-preview canvas {
  width: 200px;
  height: 80px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ddd;
  border-radius: 4px;
}

pdf-signature-modal .signature-preview .delete-button {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f44336;
  border: none;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 0;
}

pdf-signature-modal .signature-preview .delete-button ion-icon {
  font-size: 16px;
}

pdf-signature-modal .signature-preview .delete-button:hover {
  background: #d32f2f;
}

pdf-signature-modal .signature-pad-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
}

pdf-signature-modal .signature-pad-modal .signature-pad-container {
  background: white;
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  width: 90%;
  max-width: 600px;
}

pdf-signature-modal .signature-pad-modal .signature-pad-container h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

pdf-signature-modal .signature-pad-modal .signature-pad-container canvas {
  width: 100%;
  height: 200px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 20px;
}

pdf-signature-modal .signature-pad-modal .signature-pad-container .signature-pad-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

pdf-signature-modal .checkbox-item {
  margin-bottom: 10px;
  background: transparent;
}

pdf-signature-modal .checkbox-item .item-inner {
  border-bottom: none !important;
}

pdf-signature-modal .checkbox-item ion-label {
  color: #666;
  font-size: 14px;
}

pdf-signature-modal ion-footer {
  height: 110px;
  padding: 10px;
  background: white;
}

pdf-signature-modal ion-footer button {
  margin: 0;
}

popover-listed-car .pop-list {
  margin: 0px !important;
}

popover-listed-car .pop-icon {
  padding-right: 16px;
}

popover-listed-car .pop-unlist {
  color: #f53d3d;
}

popover-listed-car ion-item {
  cursor: pointer;
}

preference-modal ion-item {
  border-bottom: 1px solid #dedede !important;
}

preference-modal ion-item .item-inner {
  border-bottom: unset !important;
}

preference-modal .notification {
  background: #ffc900;
  color: white;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  font-weight: bold;
}

preference-modal button {
  margin-top: 20px !important;
  width: 100%;
}

preference-modal .select-text {
  text-overflow: unset !important;
  white-space: normal !important;
}

.card {
  height: 100%;
  min-height: 250px;
  width: 100%;
  z-index: 9999;
  margin-top: 50px;
  border-radius: 1em;
  -webkit-box-shadow: 0 1px 1px;
  box-shadow: 0 1px 1px;
}

.card .img-info {
  max-height: 220px;
}

.card .request-header p {
  font-size: 14px;
}

.card .info-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card .info-card .banner-wrapper {
  padding: 10px;
}

.card .text-subheading {
  font-weight: 500;
  font-size: 14px;
}

.card .img-info {
  max-height: 220px;
  max-width: 300px;
}

.card .text-card-header {
  font-weight: 700;
}

.card .img-logo {
  width: 120px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 1199px) {
  .card .request-btn-wrapper button {
    font-size: 10px;
  }
}

@media screen and (max-width: 991px) {
  .card .request-btn-wrapper {
    margin-bottom: 10px;
  }
  .card .request-btn-wrapper button {
    width: 100%;
  }
  .card .img-info {
    max-height: 220px;
    max-width: 250px;
  }
}

@media screen and (min-width: 200px) and (max-width: 359px) {
  .card .img-info {
    max-height: 220px;
    max-width: 220px;
  }
}

.payment-methods ion-backdrop {
  visibility: visible;
}

.payment-methods .toolbar-background-ios {
  background-color: white;
}

.payment-methods ion-toolbar {
  height: 50px;
}

.payment-methods .toolbar-title-ios {
  color: black !important;
}

.payment-methods ion-title {
  padding: 0px 30px;
}

.payment-methods ion-title .toolbar-title {
  text-align: start;
}

.payment-methods .bar-button-ios[icon-only] {
  width: 1rem;
  color: black;
  padding: 20px;
}

.payment-methods ion-item.total {
  background: #6d6d7c38;
}

.payment-methods ion-item small {
  color: #6D6D7C;
  font-weight: 600;
}

.payment-methods ion-item b {
  font-size: 13px;
}

.payment-methods ion-footer {
  -webkit-box-shadow: 0px -3px 6px #0000000F;
  box-shadow: 0px -3px 6px #0000000F;
}

.payment-methods ion-footer button {
  background: #142135 !important;
  font-weight: bold;
}

.payment-method-part ion-backdrop {
  visibility: visible;
}

.payment-method-part .toolbar-background-ios {
  background-color: white;
}

.payment-method-part ion-toolbar {
  height: 50px;
}

.payment-method-part .toolbar-title-ios {
  color: black !important;
}

.payment-method-part ion-title {
  padding: 0px 30px;
}

.payment-method-part ion-title .toolbar-title {
  text-align: start;
}

.payment-method-part .bar-button-ios[icon-only] {
  width: 1rem;
  color: black;
  padding: 20px;
}

.payment-method-part ion-item.total {
  background: #6d6d7c38;
}

.payment-method-part ion-item small {
  color: #6D6D7C;
  font-weight: 600;
}

.payment-method-part ion-item b {
  font-size: 13px;
}

.payment-method-part .pending-alert {
  border: 1px solid #FFD618;
  background-color: #FCF8EA;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 16px;
  padding: 10px 12px !important;
}

.payment-method-part .pending-alert ion-icon {
  font-size: 24px;
  margin-right: 10px;
}

.payment-method-part .pending-alert__details {
  font-size: 11px;
}

.payment-method-part ion-footer {
  -webkit-box-shadow: 0px -3px 6px #0000000F;
  box-shadow: 0px -3px 6px #0000000F;
}

.payment-method-part ion-footer button {
  height: 50px;
  background: #142135 !important;
  font-weight: bold;
}

seller-bidding-gauge .chartLabel {
  text-align: center;
  color: black;
  font-size: 20px;
}

@media screen and (max-width: 380px) {
  seller-bidding-gauge .highcharts-axis-title {
    font-size: 12px;
  }
}

seller-update-price .current-asking-price {
  margin: 16px 0;
  text-align: center;
}

seller-update-price .change-asking-price-form-wrapper {
  margin: 16px 0;
}

seller-update-price .actions-container {
  margin: 0 8px;
}

seller-update-price .info {
  padding: 8px;
  margin: 0 8px;
}

seller-update-price .bidding-input,
seller-update-price .error-box {
  margin-bottom: 12px;
}

seller-update-price .item-md {
  padding: 0 8px !important;
}

app-sticky-badge .item-offer-type {
  position: absolute;
  background: lightgrey;
  color: white;
  right: 5px;
  bottom: 5px;
  font-size: 10px;
  padding: 2px 0 4px;
  font-weight: bold;
  border-radius: 4px;
  min-width: 64px;
  text-align: center;
}

app-sticky-badge [dir="rtl"] .item-offer-type {
  right: auto;
  left: 5px;
}

app-sticky-badge .rtl {
  direction: rtl;
}

app-sticky-badge .rtl .item-offer-type {
  right: unset;
  left: 5px;
}

success-modal .modal-title {
  padding: 0;
}

success-modal .modal-content {
  padding: 24px;
}

success-modal svg {
  width: 100px !important;
  display: block !important;
  margin: 40px auto 0 !important;
}

success-modal .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}

success-modal .path.circle {
  -webkit-animation: dash .9s ease-in-out;
  animation: dash .9s ease-in-out;
}

success-modal .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash .9s .35s ease-in-out forwards;
  animation: dash .9s .35s ease-in-out forwards;
}

success-modal .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check .9s .35s ease-in-out forwards;
  animation: dash-check .9s .35s ease-in-out forwards;
}

success-modal p {
  text-align: center;
  margin: 20px 0;
  font-size: 24px;
  font-weight: 500;
}

success-modal p.success {
  color: #73AF55;
}

success-modal p.error {
  color: #D06079;
}

success-modal p.message {
  color: #444;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

terms-and-condition .terms-wrapper {
  padding: 16px;
  text-align: start;
}

terms-and-condition .terms-wrapper span {
  font-size: 14px;
  color: #747474;
}

terms-and-condition .button-details-page {
  width: 100%;
}

terms-and-condition .sac-link {
  cursor: pointer;
  color: #0000EE;
}

terms-and-condition .terms-data {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 14px;
  text-align: justify;
  height: 400px;
  border-radius: 4px;
  overflow: auto;
  border: 1px solid #DDD;
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  terms-and-condition .terms-data {
    height: 500px;
  }
}

terms-and-condition .terms-data iframe {
  height: 100%;
  width: 100%;
  border: unset !important;
}

terms-and-condition .footer {
  height: 60px;
  margin-bottom: 10px;
}

unlist-car .car-title {
  padding: 0;
}

unlist-car .alert {
  display: block;
  margin-bottom: 12px;
}

unlist-car .ant-alert-warning {
  background-color: #fffbe6;
  border: 1px solid #ffe58f;
}

unlist-car .ant-alert {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 8px 15px 8px 37px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: relative;
  word-wrap: break-word;
  border-radius: 4px;
}

unlist-car .ant-alert-icon {
  position: absolute;
  top: 11.5px;
  left: 16px;
}

unlist-car .ant-alert-icon-warning {
  color: #faad14;
}

unlist-car .ant-alert-message {
  color: rgba(0, 0, 0, 0.85);
}

unlist-car .unlist-info-list {
  list-style-type: square;
}

unlist-car ion-footer {
  padding: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: white;
  border-top: 1px solid #eee;
}

unlist-car ul {
  -webkit-padding-start: 12px !important;
  padding-inline-start: 12px !important;
  -webkit-margin-before: 0px !important;
  margin-block-start: 0px !important;
}

unlisted-car .modal-title {
  padding: 0;
}

unlisted-car .ant-alert-info {
  background-color: #e6f7ff;
  border: 1px solid #91d5ff;
}

unlisted-car .ant-alert {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 8px 15px 8px 48px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: relative;
  word-wrap: break-word;
  border-radius: 4px;
}

unlisted-car .ant-alert-icon {
  position: absolute;
  top: 4px;
  left: 12px;
}

unlisted-car .ant-alert-icon-info {
  color: #1890ff;
  font-size: 32px;
}

unlisted-car .ant-alert-message {
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}

unlisted-car .modal-content {
  padding: 24px;
}

unlisted-car .appointment-btn {
  text-transform: uppercase;
  font-weight: bold;
}

unlisted-car ion-footer {
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: white;
  border-top: 1px solid #eee;
}

page-upload-proof {
  font-size: 16px;
}

page-upload-proof .account-page-container {
  width: 100% !important;
}

page-upload-proof .invoice-detail-section {
  width: 50%;
}

page-upload-proof .invoice-clickable {
  cursor: pointer;
}

page-upload-proof .error-mesage {
  border: 1px solid red !important;
}

page-upload-proof .error-mesage ion-input {
  border: 1px solid red !important;
}

page-upload-proof .validation-error {
  color: red;
  font-weight: bold;
}

page-upload-proof ion-card {
  margin: 0 0 15px 0 !important;
  width: 100% !important;
}

page-upload-proof ion-card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #c1bebe;
  margin-bottom: 10px;
  font-size: large;
  text-transform: uppercase;
  font-weight: bold;
}

page-upload-proof ion-card-header img {
  height: 50px;
  width: 50px;
}

page-upload-proof .no-border {
  border: unset !important;
  border-radius: unset !important;
}

page-upload-proof .no-border .invoice-row {
  border-bottom: 1px solid #dcdcdc;
}

page-upload-proof .label-right {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

page-upload-proof .invoice {
  color: #504f4f;
  max-width: 780px;
  border-radius: 5px;
  margin-bottom: 20px;
}

page-upload-proof .invoice .invoice-heading {
  padding: 5px;
  border-bottom: 1px solid darkgrey;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

page-upload-proof .invoice .invoice-heading img {
  cursor: pointer;
  height: 50px;
  width: 50px;
}

page-upload-proof .invoice .invoice-detail-heading-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

page-upload-proof .invoice .invoice-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  margin: 3px 0 5px;
}

page-upload-proof .invoice .invoice-pay-text {
  padding: 10px;
  border-top: 1px solid #eee;
  font-size: medium;
  text-align: center;
}

page-upload-proof .invoice .check-mark {
  font-size: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #4caf50;
}

page-upload-proof .invoice .invoice-checkbox {
  height: 20px;
  width: 20px;
  border: 1px solid darkgrey;
  border-radius: 10px;
  margin-right: 5px;
}

page-upload-proof .invoice .selected {
  background-color: green;
}

page-upload-proof .button-details-page {
  width: 100%;
  max-width: 780px;
}

page-upload-proof .upload-payment-section {
  margin: 15px;
}

page-upload-proof .upload-payment-section .upload-invoice-container {
  border: 1px solid #eee;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  color: #504f4f;
  cursor: pointer;
}

page-upload-proof .upload-payment-section .upload-invoice-container .preview-container {
  margin-top: 10px;
}

page-upload-proof .upload-payment-section .upload-invoice-container .preview-container ion-icon {
  position: absolute;
}

page-upload-proof .upload-payment-section .upload-invoice-container .upload-payment-text-container {
  text-align: center;
}

page-upload-proof .upload-payment-section .upload-invoice-container .upload-payment-text-container ion-icon {
  margin-right: 5px;
}

page-upload-proof .upload-payment-section .invoice-content {
  padding: 15px;
  border: 1px solid #eee;
}

page-upload-proof .upload-payment-section ion-input {
  border-bottom: 1px solid darkgrey;
}

page-upload-proof .select-all-invoices-section {
  padding: 5px;
}

page-upload-proof .amount-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  border: 1px solid #eee;
  padding: 10px 15px;
  font-size: 22px;
  border-radius: 5px;
  font-weight: bold;
}

page-upload-proof .amount-row .invoice-row-item {
  margin-right: 5px;
}

page-upload-proof ion-input {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

page-upload-proof ion-input input {
  direction: ltr !important;
}

page-upload-proof .preview-image-container {
  position: relative;
  display: inline-block;
}

page-upload-proof .preview-image-container .preview-image {
  height: 100px;
  width: 100px;
  border: 1px solid #e0dddd;
  margin-right: 5px;
}

page-upload-proof .invoice-paid-message {
  font-size: large;
  font-weight: bold;
  border: 1px solid #14a3e0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 20px;
  margin: 15px;
  -webkit-box-shadow: 0 0 23px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 23px rgba(0, 0, 0, 0.28);
}

page-upload-proof .rtl .upload-payment-text-container {
  text-align: center;
}

page-upload-proof .rtl .upload-payment-text-container ion-icon {
  margin-right: 0px;
  margin-left: 5px;
}

page-upload-proof .rtl .upload-payment-text-container button {
  width: 100%;
}

page-upload-proof .rtl .invoice-detail-section button {
  direction: ltr;
}

video-home-page {
  background: black;
  height: 100%;
  opacity: 0.7;
}

video-home-page .video-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

video-home-page .video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

video-home-page .bottom-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

wallet-add-beneficiary .add-balance-debit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: black;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
}

wallet-add-beneficiary .add-balance-debit:first-child {
  margin-top: 1px;
}

wallet-add-beneficiary .add-balance-debit:not(first-child) {
  margin-top: 10px;
}

wallet-add-beneficiary .add-balance-debit__text {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

wallet-add-beneficiary .add-balance-debit .create-input {
  height: 46px;
  border: 1px solid #00000033;
  border-radius: 6px;
  padding: 0px 24px;
  margin: 4px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
}

wallet-add-beneficiary .add-balance-debit .create-input .text-input {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

wallet-add-beneficiary .add-balance-debit button.balance-button {
  width: 100%;
  background: #0099df;
}

wallet-add-beneficiary .add-balance-debit__text-currency {
  position: absolute;
  right: 10%;
  top: 50%;
}

.wallet-settings-modal ion-backdrop {
  visibility: visible;
}

.wallet-settings-modal .modal-wrapper {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  height: 220px;
  bottom: 0%;
  z-index: 1000;
  position: absolute;
  display: block;
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.wallet-settings-modal .toolbar-background-ios {
  background-color: white;
}

.wallet-settings-modal ion-toolbar {
  height: 50px;
}

.wallet-settings-modal .toolbar-title-ios {
  color: black !important;
}

.wallet-settings-modal ion-title {
  padding: 0px 30px;
}

.wallet-settings-modal ion-title .toolbar-title {
  text-align: start;
}

.wallet-settings-modal .bar-button-ios[icon-only] {
  width: 1rem;
  color: black;
  padding: 20px;
}

.wallet-settings-modal ion-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wallet-settings-modal ion-item.total {
  background: #6d6d7c38;
}

.wallet-settings-modal ion-item small {
  color: #000000;
  opacity: 70%;
}

.wallet-settings-modal ion-item b {
  font-size: 13px;
}

.wallet-transaction-payment ion-backdrop {
  visibility: visible;
}

.wallet-transaction-payment__text {
  font-size: 13px;
  font-weight: 600;
  opacity: 0.65;
}

.wallet-transaction-payment__header {
  background: unset;
  padding: 0;
  font-weight: bold;
  font-size: 12px;
}

.wallet-transaction-payment__header .item-inner {
  padding: 0 !important;
  border: unset !important;
}

.wallet-transaction-payment__option {
  background: white;
  width: 100%;
  border-radius: 6px;
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 16px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wallet-transaction-payment__option img {
  display: block;
}

.wallet-transaction-payment__option__header {
  display: block;
  font-weight: bold;
}

.wallet-transaction-payment__option__subtext {
  display: block;
  font-weight: 400;
  color: #000000;
  opacity: 0.65;
}

.wallet-transaction-payment .text-light {
  color: #6D6D7C;
}

.wallet-transaction-payment__content ion-item-divider {
  font-size: 14px;
  font-weight: 500;
  color: #6D6D7C;
}

.wallet-transaction-payment__content .transaction {
  border-bottom: 0.55px solid #c8c7cc !important;
}

.wallet-transaction-payment__content .transaction ion-icon.credit {
  color: #6BA21C;
}

.wallet-transaction-payment__content .transaction-details__top {
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wallet-transaction-payment__content .transaction-details__top span {
  font-size: 12px;
  white-space: initial;
}

.wallet-transaction-payment__content .transaction-details__top-label {
  -webkit-box-flex: 1.6;
  -webkit-flex: 1.6;
  -ms-flex: 1.6;
  flex: 1.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.wallet-transaction-payment__content .transaction-details__top-amount {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wallet-transaction-payment__content .transaction-details__top-amount.credit {
  color: #6BA21C;
}

.wallet-transaction-payment__content .transaction-details__bottom {
  margin-top: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #6D6D7C;
}

.wallet-transaction-payment .head {
  background: #3D3D3D;
  width: 15%;
  height: 4px;
  border-radius: 8px;
  margin-top: 0;
  opacity: 0.4;
}

.wallet-transaction-payment .text-head {
  color: black;
  opacity: 0.65;
}

.wallet-transaction-payment ion-label {
  color: black;
  opacity: 0.40;
  margin-top: 1rem !important;
}

.wallet-transaction-payment .create-input {
  height: 46px;
  border: 1px solid #00000033;
  border-radius: 6px;
  padding: 0 !important;
  margin: 4px 0px;
}

.wallet-transaction-payment .modal-wrapper {
  display: block;
  border-radius: 20px;
}

.wallet-transaction-payment .toolbar-background-ios {
  background-color: white;
}

.wallet-transaction-payment ion-toolbar {
  height: 50px;
}

.wallet-transaction-payment .toolbar-title-ios {
  color: black !important;
}

.wallet-transaction-payment ion-title {
  padding: 0px 30px;
}

.wallet-transaction-payment ion-title .toolbar-title {
  text-align: start;
}

.wallet-transaction-payment .item-center {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wallet-transaction-payment .bar-button-ios[icon-only] {
  width: 1rem;
  color: black;
  padding: 20px;
}

.wallet-transaction-payment ion-item.total {
  background: #6d6d7c38;
}

.wallet-transaction-payment ion-item small {
  color: #6D6D7C;
  font-weight: 600;
}

.wallet-transaction-payment ion-item b {
  font-size: 13px;
}

.wallet-transaction-payment ion-footer .bg {
  background: #32A2E1 !important;
  font-weight: bold;
}

page-about-us .about-us-container {
  max-width: 1100px;
  min-height: 80%;
  margin: 0 auto;
  font-size: 17px;
  text-align: justify;
}

page-about-us .about-us-container h1, page-about-us .about-us-container h2, page-about-us .about-us-container h3 {
  text-align: initial !important;
}

page-about-us footer {
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: unset;
}

page-addresses .scroll-content {
  background-color: #d3d3d31a !important;
}

page-addresses .address-heading {
  float: left;
  padding-top: 10px;
  padding-right: 10px;
}

page-addresses .add-address {
  font-size: 25px;
  color: white;
}

page-addresses dealer-address-list {
  font-style: normal;
}

page-addresses dealer-address-list .action-sheet-group button {
  font-weight: bold;
}

page-addresses dealer-address-list .no-address {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: gray;
  background-color: #efeded !important;
  height: 100%;
}

page-addresses dealer-address-list .no-address .address-set-text {
  height: 44px;
  border-color: #e6b400;
  background-color: #ffc900;
  color: #444;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
}

page-addresses dealer-address-list .no-address .address-add-text {
  padding-top: 15px;
}

page-addresses dealer-address-list .list .address-main-content {
  position: relative;
  padding-left: 10px;
}

page-addresses dealer-address-list .list .address-icons {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

page-addresses dealer-address-list .list .item-selected {
  border-color: #142135;
  background-color: #17263c;
  color: #fff;
}

page-addresses dealer-address-list .list .item-selected .heading {
  color: #fff !important;
}

page-addresses dealer-address-list .list .item-selected .sub-heading {
  color: #fff !important;
}

page-addresses dealer-address-list .list .item-offer-type {
  position: absolute;
  background: #FFD618;
  color: #17263C;
  right: 0;
  bottom: 0px;
  height: 15px;
  line-height: 15px;
  font-size: 10px;
  padding: 0px 10px 5px 10px;
  font-weight: bold;
  border-radius: 0px;
}

page-addresses dealer-address-list .list button {
  padding: unset;
  border: 1px solid #d1caca;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  position: relative;
  border-radius: 5px;
}

page-addresses dealer-address-list .address-text {
  padding-left: 35px;
  white-space: initial;
}

page-addresses dealer-address-list .address-text .heading {
  font-size: 16px;
  color: #17263C;
  margin-bottom: 2px;
  line-height: 1.2;
}

page-addresses dealer-address-list .address-text .sub-heading {
  color: #666666;
  margin-bottom: 2px;
  font-size: 14px;
}

page-addresses dealer-address-list .item-inner {
  border-bottom: unset !important;
}

page-addresses .rtl {
  direction: rtl;
}

page-addresses .rtl .item-offer-type {
  right: unset !important;
  left: 0;
}

page-addresses .rtl .address-text {
  padding-left: unset;
  padding-right: 35px;
}

page-addresses .rtl .address-heading {
  float: right;
}

page-addresses .rtl .address-icons {
  right: 5px;
}

page-authenticate .scroll-content {
  background-color: #f4f4f4;
}

page-authenticate h1 {
  text-align: center;
}

page-authenticate .mainContent {
  webkit-box-shadow: 0 0 23px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0 0 23px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 23px rgba(0, 0, 0, 0.28);
  background-color: white;
}

page-authenticate .mainContent button {
  background-color: #17263C !important;
  margin-top: 20px;
}

page-authenticate .mainContent {
  margin-top: 100px;
  max-width: 500px;
  padding: 20px;
  margin: auto;
  border: 1px solid #17263C80;
}

page-authenticate footer {
  position: absolute;
  width: 100%;
  max-width: unset !important;
  bottom: 0;
  right: 0;
}

page-authenticate .error {
  color: #de2727;
  text-align: center;
  padding-top: 10px;
  height: 40px;
  margin-top: 20px;
  font-size: 16px;
}

page-bids .scroll-content {
  background-color: #d3d3d31a !important;
}

page-bids .rtl .offerType {
  right: unset;
  left: 0;
}

page-bids ion-card {
  margin-top: 10px;
  border: 1px solid #ddd;
  margin-left: unset !important;
  margin-right: unset !important;
  margin-bottom: 20px;
  padding: 10px;
  padding-bottom: 20px !important;
  width: unset !important;
  position: relative;
}

page-bids ion-card .offerType {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  right: 0;
  bottom: 0px;
  height: 15px;
  line-height: 15px;
  font-size: 10px;
  padding: 0px 10px 5px 10px;
  font-weight: bold;
  border-radius: 0px;
}

page-bids ion-card .row {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

page-bids ion-card .row span {
  width: 50%;
  text-align: left;
}

page-change-password .item-input {
  border-bottom-color: transparent !important;
}

page-change-password footer {
  bottom: 0;
  position: absolute;
  width: 100%;
  left: 0;
}

page-change-password .error {
  color: red;
}

page-change-password .login-container {
  max-width: 500px;
  padding: 20px;
  margin: auto;
  border: 1px solid #17263C80;
  webkit-box-shadow: 0 0 23px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0 0 23px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 23px rgba(0, 0, 0, 0.28);
  background-color: white;
}

page-change-password .LoginContent {
  margin-top: 20px;
}

page-change-password .LoginContent > button {
  margin-top: 20px;
  background-color: #17263C !important;
}

page-change-password h1 {
  text-align: center;
}

page-contact-details ion-list {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 17px;
}

page-contact-details .scroll-content {
  background-color: #d3d3d31a !important;
}

page-contact-details .submitButton:hover {
  background: #81a9f0;
}

page-contact-details .scroll-content {
  padding-bottom: 0 !important;
}

page-contact-details .contact-group {
  position: relative;
}

page-contact-details .contact-group .field-name {
  font-weight: 500;
}

page-contact-details .contact-group .file-chooser-dialog {
  width: 100%;
  height: 30px;
  background-color: #17263C;
  color: white;
  text-align: center;
  padding-top: 5px;
}

page-contact-details .contact-group .present-file-container {
  display: table;
  margin-top: 10px;
}

page-contact-details .contact-group .present-file-container .date-createed {
  display: table-cell;
  vertical-align: middle;
}

page-contact-details .contact-group .present-file-container .image-present {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}

page-contact-details .contact-group .contact-group-container {
  border: 1px solid #ece4e4;
}

page-contact-details .contact-group ion-icon {
  color: grey;
  position: absolute;
  top: 40px;
  right: 8px;
}

page-contact-details .telephone .phone-select {
  width: 60px;
  -webkit-padding-start: 0;
}

page-contact-details .telephone .phone-select .select-text {
  overflow: unset !important;
}

page-contact-details .telephone .mobile-label {
  -webkit-padding-start: 16px;
  padding-top: 11px !important;
}

page-contact-details .contact-telephone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  border-bottom: 1px solid lightgrey;
}

page-contact-details .contact-telephone ion-item {
  padding-left: 5px !important;
}

page-contact-details .fixed-label .input-wrapper {
  background-color: #eee;
}

page-contact-details .fixed-label ion-label {
  font-weight: 400;
  padding-left: 5px;
}

page-contact-details .fixed-label ion-input {
  background-color: white;
}

page-contact-details .submitButton {
  width: 100%;
  margin-bottom: 20px;
}

page-contact-details .image-container {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border: 1px solid darkgrey;
}

page-contact-details .image-container img {
  height: 150px;
  width: 150px;
  padding-left: 5px;
  padding-right: 5px;
}

page-contact-details .email-error {
  color: red;
}

page-contact-details .upload-button ion-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

page-contact-details .upload-button ion-label div {
  font-size: small;
  -webkit-padding-start: 10px;
}

page-contact-details .rtl .contact-group ion-icon:not(.telephone-icon) {
  left: 8px;
  right: unset !important;
}

page-contact-details .rtl .telephone-icon {
  display: none;
}

page-contact-details .rtl .phone-select {
  width: 67px;
}

page-contact-details .rtl ion-input:not(.mobile-input) input {
  direction: rtl;
}

page-contact-us .contact-us {
  max-width: 1100px;
  margin: 0 auto;
}

page-contact-us footer {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: unset;
}

ion-app {
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 1em;
  line-height: 1.5;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

/**
** Media queries for mobile responsive screens
 */
@media only screen and (max-width: 600px) {
  .account-page-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  account-side-bar {
    width: 100% !important;
  }
  .account-page-container {
    width: 100% !important;
  }
}

dealer-address-modal ion-header {
  padding-top: unset !important;
}

.ltr {
  direction: ltr;
}

.sac-alert {
  padding: 15px;
  border: 1px solid transparent;
}

.danger ion-label {
  color: #ef473a !important;
}

.danger ion-input, .danger ion-select {
  background-color: #e4b9b9 !important;
}

.sac-alert.alert-info {
  color: #1c7ed6;
  background-color: #e7f5ff;
  border-color: #228be6;
}

.sac-alert.alert-danger {
  color: #a94442 !important;
  background-color: #f2dede !important;
  border-color: #ebccd1;
}

.sac-alert.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

.account-page-content {
  border: 1px solid #e6e2e2;
  border-bottom: none;
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.account-page-content .account-page-container {
  width: calc(100% - 300px);
}

.account-page-content .account-page-container > h1 {
  padding-left: 10px;
  margin-bottom: 1px;
  border-bottom: 3px solid #FFD618 !important;
  color: #17263C !important;
}

.account-page-content .account-page-container .account-page-data {
  width: 100%;
  padding: 10px;
  height: 100%;
  min-height: 100vh;
}

announcement ion-toolbar {
  margin: 15px;
  color: #a94442 !important;
  background-color: #f2dede !important;
  border: 1px solid #ebccd1 !important;
  font-weight: 500;
  padding: 10px;
}

announcement ion-toolbar .toolbar-background {
  background: unset;
  border-color: unset;
}

.rtl announcement .toolbar-background {
  -webkit-transform: unset;
  transform: unset;
}

header {
  width: 100%;
}

ion-item.item, button.item, ion-list-header.item {
  background-color: transparent;
}

.close-icon {
  color: #17263C;
  font-size: 30px;
  padding-left: 10px;
  font-weight: bolder;
}

.close-button-modals {
  font-weight: bold;
  font-size: 25px;
}

.app-version {
  color: #e0e0e0c9;
  background-color: black;
  padding: 5px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
}

image-slider {
  direction: ltr !important;
}

.consumer .ion-ios-help {
  font-size: 30px;
  font-weight: bold;
}

.consumer ion-buttons {
  position: absolute;
}

.consumer ion-icon {
  color: #81ad2a !important;
}

.consumer .toolbar-background {
  background: #81ad2a !important;
}

.consumer ion-title {
  height: 45px;
}

.consumer .header-image {
  max-height: 40px;
}

.consumer-alert .alert-head {
  background-color: #81ad2a !important;
  color: white !important;
}

.rtl {
  direction: rtl;
  font-family: Tajawal, sans-serif !important;
}

.rtl .account-page-container > h1 {
  padding-left: 0px;
  padding-right: 10px;
}

.rtl .alert-message {
  text-align: right;
}

.rtl .select-icon {
  margin-right: 5px;
}

.rtl .side-menu-option ion-icon {
  float: right;
  margin-right: unset;
  margin-left: 10px;
}

.rtl .side-menu-option div {
  float: right;
}

.rtl .log-out-arabic {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rtl .action-sheet-icon.icon-md {
  margin: 0 0 0 32px;
}

.rtl .action-sheet-icon.icon-ios {
  padding-right: unset;
  padding-left: 0.3em;
}

.rtl .segment-button:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0px;
  margin-left: 0;
  margin-right: unset;
}

.rtl .segment-button:last-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 4px;
  margin-right: 0;
  border-right-width: 0;
  border-left-width: 1px;
  margin-left: unset;
}

.rtl .header-data {
  float: left;
}

.rtl account-side-bar {
  border-right: unset !important;
  border-left: 1px solid #e6e2e2;
}

.rtl account-side-bar button {
  padding-right: 16px;
  padding-left: 0px;
}

.addressSheet button {
  font-weight: bold;
}

.padding-top {
  padding-top: 10px;
}

.padding-bottom {
  padding-bottom: 10px;
}

.button-positive {
  border-color: #0078ac !important;
  background-color: #17263C !important;
  color: #fff !important;
}

.button-cancel, .button-positive {
  border: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center !important;
}

.button-cancel span, .button-positive span {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.button-cancel {
  color: black !important;
  border: 1px solid #b2b2b2;
  background-color: #f8f8f8 !important;
}

.alert-title {
  text-align: center;
}

.languageAlert .alert-head {
  background-color: cornflowerblue !important;
  color: white !important;
}

.popover-notes {
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
}

.clear {
  clear: both;
}

.bold-text {
  font-weight: bold !important;
}

/**
 * Button Bar
 * --------------------------------------------------
 */
.button-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.button-bar.button-bar-inline {
  display: block;
  width: auto;
  *zoom: 1;
}

.button-bar.button-bar-inline:before, .button-bar.button-bar-inline:after {
  display: table;
  content: "";
  line-height: 0;
}

.button-bar.button-bar-inline:after {
  clear: both;
}

.button-bar.button-bar-inline > .button {
  width: auto;
  display: inline-block;
  float: left;
}

.button-bar > .button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  overflow: hidden;
  padding: 0 16px;
  width: 0;
  border-width: 1px 0px 1px 1px;
  border-radius: 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.button-bar > .button:before, .button-bar > .button .icon:before {
  line-height: 44px;
}

.button-bar > .button:first-child {
  border-radius: 2px 0px 0px 2px;
}

.button-bar > .button:last-child {
  border-right-width: 1px;
  border-radius: 0px 2px 2px 0px;
}

.button:after {
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  content: ' ';
}

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

.bar-stable .button {
  border-color: #b2b2b2;
  background-color: #f8f8f8;
  color: #444;
}

/*
* Header Bar styles
*/
.bar.bar-positive {
  border-color: #0078ac;
  background-color: #17263C;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0078ac), color-stop(50%, #0078ac), color-stop(50%, transparent));
  background-image: linear-gradient(0deg, #0078ac, #0078ac 50%, transparent 50%);
  color: #fff;
}

.bar-header {
  top: 0;
  border-top-width: 0;
  border-bottom-width: 1px;
}

.toolbar-title {
  text-align: center;
  font-size: 17px;
}

/**
    Custom spinner styling
     */
.circle-loader {
  margin-left: 48%;
  fill: transparent;
  stroke: #333;
  stroke-width: 5;
  -webkit-animation: dash 2s ease infinite, rotate 2s linear infinite, color 8s linear infinite;
  animation: dash 2s ease infinite, rotate 2s linear infinite, color 8s linear infinite;
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 95;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 85, 95;
    stroke-dashoffset: -25;
  }
  100% {
    stroke-dasharray: 85, 95;
    stroke-dashoffset: -93;
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes color {
  0% {
    stroke: #17263c;
  }
  24% {
    stroke: #66b5e0;
  }
  25% {
    stroke: #f8b232;
  }
  49% {
    stroke: #fec764;
  }
  50% {
    stroke: #81cf4e;
  }
  74% {
    stroke: #c8db5c;
  }
  75% {
    stroke: #2496d4;
  }
  100% {
    stroke: #66b5e0;
  }
}

.image-container .circle-loader {
  stroke-width: 2px;
}

.menuLogo {
  height: 25px;
  width: 130px;
  display: block;
  margin: 0 auto;
}

.side-menu-content {
  background-color: black;
}

.side-menu-content .item-inner {
  border-bottom: 1px solid #3c3a3a !important;
}

.side-menu-content > button {
  width: 95%;
  position: absolute;
  right: 5px;
  bottom: 0;
  background: #17263C;
}

.side-menu-content ion-item {
  background-color: black;
  color: white;
}

.side-menu-option ion-icon {
  margin-right: 10px;
  margin-left: 16px;
  color: #17263C;
  font-size: 25px;
  float: left;
}

.side-menu-option div {
  float: left;
  padding-top: 3px;
}

.side-menu-value {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
}

.leftMenuIcon {
  width: 33px;
  height: 22px;
  float: left;
}

.notificationALert .okButton {
  background-color: #17263C;
  color: white;
  width: 100%;
}

.notificationALert .okButton span {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.notificationALert .alert-message {
  text-align: center;
}

.no-car-text {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: gray;
  padding-top: 15px;
  height: 100%;
}

.not-active {
  border: 1px solid;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  color: #387ef5;
  background-color: transparent;
}

.energized-bg {
  background-color: #ffc900 !important;
}

.assertive-bg {
  background-color: #ef473a !important;
}

.balanced-bg {
  background-color: #37af0d !important;
}

.positive-bg {
  background-color: #17263C !important;
}

.loader-container {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
}

.bid-confirm-box .alert-title {
  font-size: 15px !important;
}

.bid-confirm-box .bid-placed {
  color: #17263C;
}

.error-alert .alert-head {
  background-color: red;
  color: white;
  margin-bottom: 10px;
  height: 40px;
  padding-top: 10px;
}

.error-alert .alert-message {
  text-align: center;
}

.error-alert button {
  background-color: red !important;
  color: white !important;
  border-radius: 15px !important;
}

.error-alert .alert-button-group {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rtl .log-out {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rtl inspection-report ion-item-divider ion-label ion-icon {
  float: right;
  margin-top: 3px;
  margin-right: unset;
  margin-left: 5px;
}

.uppercase {
  text-transform: uppercase;
}

.centerText {
  text-align: center;
}

.active-menu {
  background-color: #056391 !important;
}

.active-menu ion-icon {
  color: white !important;
}

.active-menu-consumer {
  background-color: #54711c !important;
}

.active-menu-consumer ion-icon {
  color: white !important;
}

.white {
  color: white !important;
}

#custom-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  background-color: #002a3e;
}

.flb {
  background-color: #7c9a56;
  height: 100%;
  width: 100%;
  -webkit-animation: pulse 1s linear forwards;
  animation: pulse 1s linear forwards;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.Aligner-item {
  max-width: 50%;
}

.Aligner-item--top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.Aligner-item--bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

#custom-overlay img {
  display: block;
  margin: 0 auto;
  width: 50%;
  height: auto;
  -webkit-animation: animation 3100ms linear infinite both;
  animation: animation 3100ms linear infinite both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.flb-update-footer {
  color: white;
  font-size: large;
  bottom: 100px;
  position: absolute;
  font-weight: 300;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
  text-align: center;
}

@-webkit-keyframes animation {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
  }
  1.14% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1);
  }
  2.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1);
  }
  3.43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1);
  }
  4.54% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -31.997, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -31.997, 0, 0, 1);
  }
  4.58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.47, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.47, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1);
  }
  6.76% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -1.766, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -1.766, 0, 0, 1);
  }
  6.86% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1);
  }
  9.01% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 2.88, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 2.88, 0, 0, 1);
  }
  9.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.007, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.007, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1);
  }
  11.23% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.99, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.99, 0, 0, 1);
  }
  20.16% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.01, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.01, 0, 0, 1);
  }
  23.45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
  }
  28.47% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
  }
  28.57% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
  }
  29.1% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -7.992, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -7.992, 0, 1);
  }
  29.86% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -15.312, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -15.312, 0, 1);
  }
  31.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -19.275, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -19.275, 0, 1);
  }
  32.75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1);
  }
  34.33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1);
  }
  35.71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1);
  }
  35.94% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1);
  }
  37.51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1);
  }
  40.08% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1);
  }
  46.45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
  }
  49.02% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1);
  }
  55.38% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.96% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1);
  }
  62.4% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
  }
  64.04% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.19% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.41, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.41, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  65.57% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 218.852, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 218.852, 0, 0, 1);
  }
  65.82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.747, 1, 0, 0, 0, 0, 1, 0, 257.135, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.747, 1, 0, 0, 0, 0, 1, 0, 257.135, 0, 0, 1);
  }
  67.11% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 416.676, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 416.676, 0, 0, 1);
  }
  67.36% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 439.293, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 439.293, 0, 0, 1);
  }
  68.65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 517.583, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 517.583, 0, 0, 1);
  }
  68.9% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.956, 1, 0, 0, 0, 0, 1, 0, 526.138, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.956, 1, 0, 0, 0, 0, 1, 0, 526.138, 0, 0, 1);
  }
  70.43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 546.667, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 546.667, 0, 0, 1);
  }
  72.62% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 528.816, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 528.816, 0, 0, 1);
  }
  74.4% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 510.313, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 510.313, 0, 0, 1);
  }
  76.59% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 498.826, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 498.826, 0, 0, 1);
  }
  78.37% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.834, 1, 0, 0, 0, 0, 1, 0, 496.885, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.834, 1, 0, 0, 0, 0, 1, 0, 496.885, 0, 0, 1);
  }
  84.52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 500.078, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 500.078, 0, 0, 1);
  }
  86.31% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500.208, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500.208, 0, 0, 1);
  }
  92.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.994, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.994, 0, 0, 1);
  }
  94.28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.986, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.986, 0, 0, 1);
  }
  98.21% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.997, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.997, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
  }
}

@keyframes animation {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
  }
  1.14% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1);
  }
  2.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1);
  }
  3.43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1);
  }
  4.54% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -31.997, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -31.997, 0, 0, 1);
  }
  4.58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.47, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.47, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1);
  }
  6.76% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -1.766, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -1.766, 0, 0, 1);
  }
  6.86% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1);
  }
  9.01% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 2.88, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 2.88, 0, 0, 1);
  }
  9.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.007, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.007, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1);
  }
  11.23% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.99, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.99, 0, 0, 1);
  }
  20.16% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.01, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.01, 0, 0, 1);
  }
  23.45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
  }
  28.47% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
  }
  28.57% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
  }
  29.1% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -7.992, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -7.992, 0, 1);
  }
  29.86% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -15.312, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -15.312, 0, 1);
  }
  31.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -19.275, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -19.275, 0, 1);
  }
  32.75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1);
  }
  34.33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1);
  }
  35.71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1);
  }
  35.94% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1);
  }
  37.51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1);
  }
  40.08% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1);
  }
  46.45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
  }
  49.02% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1);
  }
  55.38% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.96% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1);
  }
  62.4% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
  }
  64.04% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.19% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.41, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.41, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  65.57% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 218.852, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 218.852, 0, 0, 1);
  }
  65.82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.747, 1, 0, 0, 0, 0, 1, 0, 257.135, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.747, 1, 0, 0, 0, 0, 1, 0, 257.135, 0, 0, 1);
  }
  67.11% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 416.676, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 416.676, 0, 0, 1);
  }
  67.36% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 439.293, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 439.293, 0, 0, 1);
  }
  68.65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 517.583, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 517.583, 0, 0, 1);
  }
  68.9% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.956, 1, 0, 0, 0, 0, 1, 0, 526.138, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.956, 1, 0, 0, 0, 0, 1, 0, 526.138, 0, 0, 1);
  }
  70.43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 546.667, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 546.667, 0, 0, 1);
  }
  72.62% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 528.816, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 528.816, 0, 0, 1);
  }
  74.4% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 510.313, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 510.313, 0, 0, 1);
  }
  76.59% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 498.826, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 498.826, 0, 0, 1);
  }
  78.37% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.834, 1, 0, 0, 0, 0, 1, 0, 496.885, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.834, 1, 0, 0, 0, 0, 1, 0, 496.885, 0, 0, 1);
  }
  84.52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 500.078, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 500.078, 0, 0, 1);
  }
  86.31% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500.208, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500.208, 0, 0, 1);
  }
  92.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.994, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.994, 0, 0, 1);
  }
  94.28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.986, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.986, 0, 0, 1);
  }
  98.21% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.997, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.997, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
  }
}

.bid-confirmation-container bid-confirmation .popup-title {
  margin: 0;
  font-size: 25px;
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
  text-align: center;
  vertical-align: baseline;
  font-family: inherit !important;
  font-weight: 500;
}

inspection-report ion-grid {
  font-size: 16px;
}

inspection-report ion-item-group {
  display: block;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}

@media screen and (max-width: 774px) {
  inspection-report ion-item-group {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  inspection-report ion-item-group ion-row {
    border-bottom: #cccccc !important;
  }
}

inspection-report ion-item-group > div {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  background-color: #f9f9f9;
  border: .5px solid #eee;
  display: inline-block;
  margin: 0 0 1em;
  width: 100% !important;
  max-width: unset !important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
}

inspection-report ion-item-group > div ion-item-divider {
  color: #444;
  font-size: 16px;
  background-color: #d6d6d6;
  border: 1px solid #a6a6a6;
  padding: 0 10px;
  margin-top: unset !important;
}

inspection-report ion-item-group > div ion-item-divider ion-label {
  font-size: 17px !important;
}

inspection-report ion-item-group > div ion-item-divider ion-label ion-icon {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}

ion-content.ltr ion-icon[icon-ltr] {
  display: block;
}

ion-content.ltr ion-icon[icon-rtl] {
  display: none;
}

ion-content.rtl ion-icon[icon-ltr] {
  display: none;
}

ion-content.rtl ion-icon[icon-rtl] {
  display: block;
}

.item-select-searchable .label {
  margin-right: 0;
}

.select-searchable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.select-searchable .disabled {
  opacity: 0.3;
  pointer-events: none;
}

.select-searchable-label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select-searchable-value {
  max-width: 45%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select-searchable-icon {
  position: relative;
  width: 20px;
}

.select-searchable-icon-inner {
  position: absolute;
  top: 50%;
  left: 5px;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  pointer-events: none;
}

.select-searchable-ios .select-searchable-icon {
  height: 18px;
}

.select-searchable-ios .select-searchable-icon-inner {
  margin-top: -2px;
  color: #999;
}

.select-searchable-ios .select-searchable-value {
  padding-left: 16px;
}

.select-searchable-md .select-searchable-icon {
  height: 19px;
}

.select-searchable-md .select-searchable-icon-inner {
  margin-top: -3px;
  color: #999;
}

.select-searchable-md .select-searchable-value {
  padding-left: 16px;
}

.select-searchable-md .select-searchable-label {
  color: #999;
}

.select-searchable-spinner-background {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #17263C;
  z-index: 100;
  opacity: 0.05;
}

.select-searchable-spinner ion-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin-top: -14px;
  margin-left: -14px;
}

ion-footer {
  height: 100px;
}

ion-footer footer {
  height: 100px;
}

.select-searchable-page.select-searchable-page-can-reset.select-searchable-page-multiple .footer .col {
  padding: 0 5px;
}

.modal-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-small ion-backdrop {
  visibility: visible;
  z-index: 0;
}

.modal-small .modal-wrapper {
  width: 50%;
  max-width: 600px;
  max-height: 60%;
}

.modal-small ion-footer {
  height: 56px !important;
}

@media screen and (min-width: 1281px) {
  .modal-small .modal-wrapper {
    width: 45%;
    max-height: 40%;
  }
}

@media screen and (max-width: 500px) {
  .modal-small .modal-wrapper {
    width: 80%;
    max-height: 60%;
  }
}

.modal-extra-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-extra-small ion-backdrop {
  visibility: visible;
  z-index: 0;
}

.modal-extra-small .modal-wrapper {
  width: 40%;
  max-width: 600px;
  max-height: 40%;
}

.modal-extra-small ion-footer {
  height: 64px !important;
}

.gaugeMeter {
  position: relative;
}

.gaugeMeter .highcharts-container {
  margin: 0 auto;
}

.info-icon {
  position: absolute;
  bottom: 0;
  right: 42px;
  font-size: 20px;
  color: #1c7ed6;
}

@media screen and (max-width: 380px) {
  .info-icon {
    right: 8%;
  }
  [dir="rtl"] .info-icon {
    right: unset;
    left: 5%;
  }
}

.best-seller-badge {
  position: absolute;
  height: 70px !important;
  width: 70px !important;
  top: 0;
  z-index: 11;
  right: 0;
}

.error-box {
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  padding: 10px;
  font-weight: bold;
  margin: 0 8px;
}

.section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-header .section-header-label {
  padding: 0;
}

.section-header .section-header-btn {
  padding: 0 !important;
  text-align: right;
}

.rtl .section-header-btn {
  padding: 0 !important;
  text-align: left;
}

.obd-modal-title {
  padding: 0;
}

.obd-modal-footer {
  padding: 6px 10px !important;
  margin: 0 !important;
}

.obd-modal-item {
  padding-left: 16px;
  padding-right: 16px;
}

ion-icon[class*="custom-"] {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: currentColor;
  width: 1em;
  height: 1em;
}

ion-icon[class*="custom-petrol-pump"] {
  -webkit-mask-image: url(../assets/icon/gas-outline.svg);
  mask-image: url(../assets/icon/gas-outline.svg);
}

ion-icon[class*="custom-engine"] {
  -webkit-mask-image: url(../assets/icon/engine-light.svg);
  mask-image: url(../assets/icon/engine-light.svg);
}

ion-icon[class*="custom-gearshift"] {
  -webkit-mask-image: url(../assets/icon/gearshift-line.svg);
  mask-image: url(../assets/icon/gearshift-line.svg);
}

ion-icon[class*="custom-car-body"] {
  -webkit-mask-image: url(../assets/icon/car-2.svg);
  mask-image: url(../assets/icon/car-2.svg);
}

ion-icon[class*="custom-car-specs"] {
  -webkit-mask-image: url(../assets/icon/car-specs.svg);
  mask-image: url(../assets/icon/car-specs.svg);
}

.content {
  color: #17263C;
}

.button-outline {
  background-color: white;
  color: #17263c;
  border: 1px solid #17263c;
  font-weight: bold;
}

.button-outline:hover {
  color: white;
  background-color: #17263c;
}

.invalid[type=text] {
  border: 2px solid #f5222d !important;
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/alert-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.valid[type=text] {
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/checkmark-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.invalid[type=email] {
  border: 2px solid #f5222d !important;
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/alert-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.valid[type=email] {
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/checkmark-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.valid[type=password] {
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/checkmark-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.valid[type=number] {
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/checkmark-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

[dir="rtl"] {
  font-family: Tajawal, sans-serif !important;
}

[dir="rtl"] .invalid input[type=email] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid input[type=email] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .invalid[type=text] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid[type=text] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid[type=number] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .invalid[type=email] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid[type=email] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid[type=password] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

ion-item.invalid {
  border: 0.5px solid red !important;
  border-radius: 5px;
  font-size: small;
  margin-top: 10px;
}

.hidden-field {
  padding: 4px 15px;
  color: #626262;
  z-index: 9999;
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.text-underline {
  text-decoration: underline;
  color: #17263c;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.cursor-pointer {
  cursor: pointer !important;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.no-border {
  border: none !important;
}

page-create .create-group ion-item {
  height: 3.6rem;
  width: 100% !important;
  border: .5px solid #cccccc;
  border-radius: 5px;
  font-size: small;
}

page-create .create-group .passwordIcon {
  color: #cccccc;
  cursor: pointer;
}

page-create .create-group .create-input-items {
  width: 98%;
}

page-create .create-group ion-icon {
  z-index: 9999;
  position: absolute;
  right: 70px;
  font-size: 20px;
}

.rtl page-create .create-group ion-icon {
  left: 70px;
  font-size: 18px;
}

.rtl page-create .create-group ion-label {
  text-align: right;
}

page-create .create-group .phone-field ion-item {
  height: 100%;
  border: .5px solid #cccccc;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: small;
}

.rtl page-create .create-group .phone-field ion-item {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

page-create .create-group .phone-field ion-select {
  border: .5px solid #cccccc;
  border-top-left-radius: 5px;
}

page-create .create-group .phone-field ion-select .select-text {
  font-size: 12px;
}

.rtl page-create .create-group .phone-field ion-select {
  border-top-right-radius: 5px;
  border-top-left-radius: 0;
}

page-create ion-spinner * {
  stroke: white !important;
}

page-create a.tnc {
  color: #17263c;
  text-decoration: underline;
}

page-create .register-btn-wrapper .btn-register {
  margin: 10px auto;
}

page-create .register-btn-wrapper .btn-request-callback {
  margin: 10px auto;
  width: 70%;
  text-transform: none;
}

page-create .register-warning {
  height: 40px;
  background-color: #feef9f;
  border-radius: 2px;
}

page-create .country .create-input {
  width: 100% !important;
  max-width: 100% !important;
}

page-create .error ion-item {
  border: 1px solid red !important;
}

page-create ngx-invisible-recaptcha {
  display: none;
}

page-education .scroll-content {
  background-color: #d3d3d31a !important;
}

page-education .video-container {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  height: 280px;
}

page-education .video-frame {
  width: 100% !important;
  height: 100% !important;
  background-color: black;
}

page-education ion-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

page-education ion-card-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 0.5px solid #ccc;
  background-color: #f4f4f4;
}

page-education ion-card-title {
  font-weight: 500;
}

@media only screen and (max-width: 850px) {
  page-education ion-card {
    display: block;
  }
}

page-faq .faq-Container {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 16px;
  text-align: justify;
}

page-faq .faq-Container h1, page-faq .faq-Container h2, page-faq .faq-Container h3 {
  text-align: initial !important;
}

forgot-password .scroll-content {
  background-color: #d3d3d31a !important;
}

forgot-password ion-spinner {
  margin-right: 5px;
}

forgot-password .loading {
  width: 100%;
  height: 100%;
  background: black;
  color: white;
}

forgot-password iframe {
  width: 100%;
}

forgot-password .forgotPasswordContent {
  padding-left: 10px;
  padding-right: 10px;
}

forgot-password .forgotPasswordContent button {
  margin-top: 20px;
  width: 100%;
  background-color: #17263C !important;
}

forgot-password .forgotPasswordText {
  color: rgba(94, 95, 95, 0.96);
  margin-bottom: 15px;
}

forgot-password .center-content {
  margin: 0 auto;
}

ion-app {
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 1em;
  line-height: 1.5;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

/**
** Media queries for mobile responsive screens
 */
@media only screen and (max-width: 600px) {
  .account-page-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  account-side-bar {
    width: 100% !important;
  }
  .account-page-container {
    width: 100% !important;
  }
}

dealer-address-modal ion-header {
  padding-top: unset !important;
}

.ltr {
  direction: ltr;
}

.sac-alert {
  padding: 15px;
  border: 1px solid transparent;
}

.danger ion-label {
  color: #ef473a !important;
}

.danger ion-input, .danger ion-select {
  background-color: #e4b9b9 !important;
}

.sac-alert.alert-info {
  color: #1c7ed6;
  background-color: #e7f5ff;
  border-color: #228be6;
}

.sac-alert.alert-danger {
  color: #a94442 !important;
  background-color: #f2dede !important;
  border-color: #ebccd1;
}

.sac-alert.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

.account-page-content {
  border: 1px solid #e6e2e2;
  border-bottom: none;
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.account-page-content .account-page-container {
  width: calc(100% - 300px);
}

.account-page-content .account-page-container > h1 {
  padding-left: 10px;
  margin-bottom: 1px;
  border-bottom: 3px solid #FFD618 !important;
  color: #17263C !important;
}

.account-page-content .account-page-container .account-page-data {
  width: 100%;
  padding: 10px;
  height: 100%;
  min-height: 100vh;
}

announcement ion-toolbar {
  margin: 15px;
  color: #a94442 !important;
  background-color: #f2dede !important;
  border: 1px solid #ebccd1 !important;
  font-weight: 500;
  padding: 10px;
}

announcement ion-toolbar .toolbar-background {
  background: unset;
  border-color: unset;
}

.rtl announcement .toolbar-background {
  -webkit-transform: unset;
  transform: unset;
}

header {
  width: 100%;
}

ion-item.item, button.item, ion-list-header.item {
  background-color: transparent;
}

.close-icon {
  color: #17263C;
  font-size: 30px;
  padding-left: 10px;
  font-weight: bolder;
}

.close-button-modals {
  font-weight: bold;
  font-size: 25px;
}

.app-version {
  color: #e0e0e0c9;
  background-color: black;
  padding: 5px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
}

image-slider {
  direction: ltr !important;
}

.consumer .ion-ios-help {
  font-size: 30px;
  font-weight: bold;
}

.consumer ion-buttons {
  position: absolute;
}

.consumer ion-icon {
  color: #81ad2a !important;
}

.consumer .toolbar-background {
  background: #81ad2a !important;
}

.consumer ion-title {
  height: 45px;
}

.consumer .header-image {
  max-height: 40px;
}

.consumer-alert .alert-head {
  background-color: #81ad2a !important;
  color: white !important;
}

.rtl {
  direction: rtl;
  font-family: Tajawal, sans-serif !important;
}

.rtl .account-page-container > h1 {
  padding-left: 0px;
  padding-right: 10px;
}

.rtl .alert-message {
  text-align: right;
}

.rtl .select-icon {
  margin-right: 5px;
}

.rtl .side-menu-option ion-icon {
  float: right;
  margin-right: unset;
  margin-left: 10px;
}

.rtl .side-menu-option div {
  float: right;
}

.rtl .log-out-arabic {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rtl .action-sheet-icon.icon-md {
  margin: 0 0 0 32px;
}

.rtl .action-sheet-icon.icon-ios {
  padding-right: unset;
  padding-left: 0.3em;
}

.rtl .segment-button:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0px;
  margin-left: 0;
  margin-right: unset;
}

.rtl .segment-button:last-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 4px;
  margin-right: 0;
  border-right-width: 0;
  border-left-width: 1px;
  margin-left: unset;
}

.rtl .header-data {
  float: left;
}

.rtl account-side-bar {
  border-right: unset !important;
  border-left: 1px solid #e6e2e2;
}

.rtl account-side-bar button {
  padding-right: 16px;
  padding-left: 0px;
}

.addressSheet button {
  font-weight: bold;
}

.padding-top {
  padding-top: 10px;
}

.padding-bottom {
  padding-bottom: 10px;
}

.button-positive {
  border-color: #0078ac !important;
  background-color: #17263C !important;
  color: #fff !important;
}

.button-cancel, .button-positive {
  border: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center !important;
}

.button-cancel span, .button-positive span {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.button-cancel {
  color: black !important;
  border: 1px solid #b2b2b2;
  background-color: #f8f8f8 !important;
}

.alert-title {
  text-align: center;
}

.languageAlert .alert-head {
  background-color: cornflowerblue !important;
  color: white !important;
}

.popover-notes {
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
}

.clear {
  clear: both;
}

.bold-text {
  font-weight: bold !important;
}

/**
 * Button Bar
 * --------------------------------------------------
 */
.button-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.button-bar.button-bar-inline {
  display: block;
  width: auto;
  *zoom: 1;
}

.button-bar.button-bar-inline:before, .button-bar.button-bar-inline:after {
  display: table;
  content: "";
  line-height: 0;
}

.button-bar.button-bar-inline:after {
  clear: both;
}

.button-bar.button-bar-inline > .button {
  width: auto;
  display: inline-block;
  float: left;
}

.button-bar > .button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  overflow: hidden;
  padding: 0 16px;
  width: 0;
  border-width: 1px 0px 1px 1px;
  border-radius: 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.button-bar > .button:before, .button-bar > .button .icon:before {
  line-height: 44px;
}

.button-bar > .button:first-child {
  border-radius: 2px 0px 0px 2px;
}

.button-bar > .button:last-child {
  border-right-width: 1px;
  border-radius: 0px 2px 2px 0px;
}

.button:after {
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  content: ' ';
}

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

.bar-stable .button {
  border-color: #b2b2b2;
  background-color: #f8f8f8;
  color: #444;
}

/*
* Header Bar styles
*/
.bar.bar-positive {
  border-color: #0078ac;
  background-color: #17263C;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0078ac), color-stop(50%, #0078ac), color-stop(50%, transparent));
  background-image: linear-gradient(0deg, #0078ac, #0078ac 50%, transparent 50%);
  color: #fff;
}

.bar-header {
  top: 0;
  border-top-width: 0;
  border-bottom-width: 1px;
}

.toolbar-title {
  text-align: center;
  font-size: 17px;
}

/**
    Custom spinner styling
     */
.circle-loader {
  margin-left: 48%;
  fill: transparent;
  stroke: #333;
  stroke-width: 5;
  -webkit-animation: dash 2s ease infinite, rotate 2s linear infinite, color 8s linear infinite;
  animation: dash 2s ease infinite, rotate 2s linear infinite, color 8s linear infinite;
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 95;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 85, 95;
    stroke-dashoffset: -25;
  }
  100% {
    stroke-dasharray: 85, 95;
    stroke-dashoffset: -93;
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes color {
  0% {
    stroke: #17263c;
  }
  24% {
    stroke: #66b5e0;
  }
  25% {
    stroke: #f8b232;
  }
  49% {
    stroke: #fec764;
  }
  50% {
    stroke: #81cf4e;
  }
  74% {
    stroke: #c8db5c;
  }
  75% {
    stroke: #2496d4;
  }
  100% {
    stroke: #66b5e0;
  }
}

.image-container .circle-loader {
  stroke-width: 2px;
}

.menuLogo {
  height: 25px;
  width: 130px;
  display: block;
  margin: 0 auto;
}

.side-menu-content {
  background-color: black;
}

.side-menu-content .item-inner {
  border-bottom: 1px solid #3c3a3a !important;
}

.side-menu-content > button {
  width: 95%;
  position: absolute;
  right: 5px;
  bottom: 0;
  background: #17263C;
}

.side-menu-content ion-item {
  background-color: black;
  color: white;
}

.side-menu-option ion-icon {
  margin-right: 10px;
  margin-left: 16px;
  color: #17263C;
  font-size: 25px;
  float: left;
}

.side-menu-option div {
  float: left;
  padding-top: 3px;
}

.side-menu-value {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
}

.leftMenuIcon {
  width: 33px;
  height: 22px;
  float: left;
}

.notificationALert .okButton {
  background-color: #17263C;
  color: white;
  width: 100%;
}

.notificationALert .okButton span {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.notificationALert .alert-message {
  text-align: center;
}

.no-car-text {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: gray;
  padding-top: 15px;
  height: 100%;
}

.not-active {
  border: 1px solid;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  color: #387ef5;
  background-color: transparent;
}

.energized-bg {
  background-color: #ffc900 !important;
}

.assertive-bg {
  background-color: #ef473a !important;
}

.balanced-bg {
  background-color: #37af0d !important;
}

.positive-bg {
  background-color: #17263C !important;
}

.loader-container {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
}

.bid-confirm-box .alert-title {
  font-size: 15px !important;
}

.bid-confirm-box .bid-placed {
  color: #17263C;
}

.error-alert .alert-head {
  background-color: red;
  color: white;
  margin-bottom: 10px;
  height: 40px;
  padding-top: 10px;
}

.error-alert .alert-message {
  text-align: center;
}

.error-alert button {
  background-color: red !important;
  color: white !important;
  border-radius: 15px !important;
}

.error-alert .alert-button-group {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rtl .log-out {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rtl inspection-report ion-item-divider ion-label ion-icon {
  float: right;
  margin-top: 3px;
  margin-right: unset;
  margin-left: 5px;
}

.uppercase {
  text-transform: uppercase;
}

.centerText {
  text-align: center;
}

.active-menu {
  background-color: #056391 !important;
}

.active-menu ion-icon {
  color: white !important;
}

.active-menu-consumer {
  background-color: #54711c !important;
}

.active-menu-consumer ion-icon {
  color: white !important;
}

.white {
  color: white !important;
}

#custom-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  background-color: #002a3e;
}

.flb {
  background-color: #7c9a56;
  height: 100%;
  width: 100%;
  -webkit-animation: pulse 1s linear forwards;
  animation: pulse 1s linear forwards;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.Aligner-item {
  max-width: 50%;
}

.Aligner-item--top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.Aligner-item--bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

#custom-overlay img {
  display: block;
  margin: 0 auto;
  width: 50%;
  height: auto;
  -webkit-animation: animation 3100ms linear infinite both;
  animation: animation 3100ms linear infinite both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.flb-update-footer {
  color: white;
  font-size: large;
  bottom: 100px;
  position: absolute;
  font-weight: 300;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
  text-align: center;
}

@-webkit-keyframes animation {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
  }
  1.14% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1);
  }
  2.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1);
  }
  3.43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1);
  }
  4.54% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -31.997, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -31.997, 0, 0, 1);
  }
  4.58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.47, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.47, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1);
  }
  6.76% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -1.766, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -1.766, 0, 0, 1);
  }
  6.86% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1);
  }
  9.01% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 2.88, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 2.88, 0, 0, 1);
  }
  9.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.007, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.007, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1);
  }
  11.23% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.99, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.99, 0, 0, 1);
  }
  20.16% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.01, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.01, 0, 0, 1);
  }
  23.45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
  }
  28.47% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
  }
  28.57% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
  }
  29.1% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -7.992, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -7.992, 0, 1);
  }
  29.86% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -15.312, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -15.312, 0, 1);
  }
  31.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -19.275, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -19.275, 0, 1);
  }
  32.75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1);
  }
  34.33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1);
  }
  35.71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1);
  }
  35.94% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1);
  }
  37.51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1);
  }
  40.08% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1);
  }
  46.45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
  }
  49.02% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1);
  }
  55.38% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.96% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1);
  }
  62.4% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
  }
  64.04% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.19% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.41, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.41, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  65.57% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 218.852, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 218.852, 0, 0, 1);
  }
  65.82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.747, 1, 0, 0, 0, 0, 1, 0, 257.135, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.747, 1, 0, 0, 0, 0, 1, 0, 257.135, 0, 0, 1);
  }
  67.11% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 416.676, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 416.676, 0, 0, 1);
  }
  67.36% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 439.293, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 439.293, 0, 0, 1);
  }
  68.65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 517.583, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 517.583, 0, 0, 1);
  }
  68.9% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.956, 1, 0, 0, 0, 0, 1, 0, 526.138, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.956, 1, 0, 0, 0, 0, 1, 0, 526.138, 0, 0, 1);
  }
  70.43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 546.667, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 546.667, 0, 0, 1);
  }
  72.62% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 528.816, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 528.816, 0, 0, 1);
  }
  74.4% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 510.313, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 510.313, 0, 0, 1);
  }
  76.59% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 498.826, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 498.826, 0, 0, 1);
  }
  78.37% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.834, 1, 0, 0, 0, 0, 1, 0, 496.885, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.834, 1, 0, 0, 0, 0, 1, 0, 496.885, 0, 0, 1);
  }
  84.52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 500.078, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 500.078, 0, 0, 1);
  }
  86.31% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500.208, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500.208, 0, 0, 1);
  }
  92.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.994, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.994, 0, 0, 1);
  }
  94.28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.986, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.986, 0, 0, 1);
  }
  98.21% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.997, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.997, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
  }
}

@keyframes animation {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
  }
  1.14% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1);
  }
  2.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1);
  }
  3.43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1);
  }
  4.54% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -31.997, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -31.997, 0, 0, 1);
  }
  4.58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.47, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.47, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1);
  }
  6.76% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -1.766, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -1.766, 0, 0, 1);
  }
  6.86% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1);
  }
  9.01% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 2.88, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 2.88, 0, 0, 1);
  }
  9.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.007, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.007, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1);
  }
  11.23% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.99, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.99, 0, 0, 1);
  }
  20.16% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.01, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.01, 0, 0, 1);
  }
  23.45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
  }
  28.47% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
  }
  28.57% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
  }
  29.1% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -7.992, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -7.992, 0, 1);
  }
  29.86% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -15.312, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -15.312, 0, 1);
  }
  31.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -19.275, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -19.275, 0, 1);
  }
  32.75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1);
  }
  34.33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1);
  }
  35.71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1);
  }
  35.94% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1);
  }
  37.51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1);
  }
  40.08% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1);
  }
  46.45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
  }
  49.02% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1);
  }
  55.38% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.96% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1);
  }
  62.4% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
  }
  64.04% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.19% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.41, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.41, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  65.57% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 218.852, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 218.852, 0, 0, 1);
  }
  65.82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.747, 1, 0, 0, 0, 0, 1, 0, 257.135, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.747, 1, 0, 0, 0, 0, 1, 0, 257.135, 0, 0, 1);
  }
  67.11% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 416.676, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 416.676, 0, 0, 1);
  }
  67.36% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 439.293, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 439.293, 0, 0, 1);
  }
  68.65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 517.583, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 517.583, 0, 0, 1);
  }
  68.9% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.956, 1, 0, 0, 0, 0, 1, 0, 526.138, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.956, 1, 0, 0, 0, 0, 1, 0, 526.138, 0, 0, 1);
  }
  70.43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 546.667, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 546.667, 0, 0, 1);
  }
  72.62% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 528.816, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 528.816, 0, 0, 1);
  }
  74.4% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 510.313, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 510.313, 0, 0, 1);
  }
  76.59% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 498.826, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 498.826, 0, 0, 1);
  }
  78.37% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.834, 1, 0, 0, 0, 0, 1, 0, 496.885, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.834, 1, 0, 0, 0, 0, 1, 0, 496.885, 0, 0, 1);
  }
  84.52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 500.078, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 500.078, 0, 0, 1);
  }
  86.31% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500.208, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500.208, 0, 0, 1);
  }
  92.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.994, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.994, 0, 0, 1);
  }
  94.28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.986, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.986, 0, 0, 1);
  }
  98.21% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.997, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.997, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
  }
}

.bid-confirmation-container bid-confirmation .popup-title {
  margin: 0;
  font-size: 25px;
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
  text-align: center;
  vertical-align: baseline;
  font-family: inherit !important;
  font-weight: 500;
}

inspection-report ion-grid {
  font-size: 16px;
}

inspection-report ion-item-group {
  display: block;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}

@media screen and (max-width: 774px) {
  inspection-report ion-item-group {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  inspection-report ion-item-group ion-row {
    border-bottom: #cccccc !important;
  }
}

inspection-report ion-item-group > div {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  background-color: #f9f9f9;
  border: .5px solid #eee;
  display: inline-block;
  margin: 0 0 1em;
  width: 100% !important;
  max-width: unset !important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
}

inspection-report ion-item-group > div ion-item-divider {
  color: #444;
  font-size: 16px;
  background-color: #d6d6d6;
  border: 1px solid #a6a6a6;
  padding: 0 10px;
  margin-top: unset !important;
}

inspection-report ion-item-group > div ion-item-divider ion-label {
  font-size: 17px !important;
}

inspection-report ion-item-group > div ion-item-divider ion-label ion-icon {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}

ion-content.ltr ion-icon[icon-ltr] {
  display: block;
}

ion-content.ltr ion-icon[icon-rtl] {
  display: none;
}

ion-content.rtl ion-icon[icon-ltr] {
  display: none;
}

ion-content.rtl ion-icon[icon-rtl] {
  display: block;
}

.item-select-searchable .label {
  margin-right: 0;
}

.select-searchable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.select-searchable .disabled {
  opacity: 0.3;
  pointer-events: none;
}

.select-searchable-label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select-searchable-value {
  max-width: 45%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select-searchable-icon {
  position: relative;
  width: 20px;
}

.select-searchable-icon-inner {
  position: absolute;
  top: 50%;
  left: 5px;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  pointer-events: none;
}

.select-searchable-ios .select-searchable-icon {
  height: 18px;
}

.select-searchable-ios .select-searchable-icon-inner {
  margin-top: -2px;
  color: #999;
}

.select-searchable-ios .select-searchable-value {
  padding-left: 16px;
}

.select-searchable-md .select-searchable-icon {
  height: 19px;
}

.select-searchable-md .select-searchable-icon-inner {
  margin-top: -3px;
  color: #999;
}

.select-searchable-md .select-searchable-value {
  padding-left: 16px;
}

.select-searchable-md .select-searchable-label {
  color: #999;
}

.select-searchable-spinner-background {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #17263C;
  z-index: 100;
  opacity: 0.05;
}

.select-searchable-spinner ion-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin-top: -14px;
  margin-left: -14px;
}

ion-footer {
  height: 100px;
}

ion-footer footer {
  height: 100px;
}

.select-searchable-page.select-searchable-page-can-reset.select-searchable-page-multiple .footer .col {
  padding: 0 5px;
}

.modal-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-small ion-backdrop {
  visibility: visible;
  z-index: 0;
}

.modal-small .modal-wrapper {
  width: 50%;
  max-width: 600px;
  max-height: 60%;
}

.modal-small ion-footer {
  height: 56px !important;
}

@media screen and (min-width: 1281px) {
  .modal-small .modal-wrapper {
    width: 45%;
    max-height: 40%;
  }
}

@media screen and (max-width: 500px) {
  .modal-small .modal-wrapper {
    width: 80%;
    max-height: 60%;
  }
}

.modal-extra-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-extra-small ion-backdrop {
  visibility: visible;
  z-index: 0;
}

.modal-extra-small .modal-wrapper {
  width: 40%;
  max-width: 600px;
  max-height: 40%;
}

.modal-extra-small ion-footer {
  height: 64px !important;
}

.gaugeMeter {
  position: relative;
}

.gaugeMeter .highcharts-container {
  margin: 0 auto;
}

.info-icon {
  position: absolute;
  bottom: 0;
  right: 42px;
  font-size: 20px;
  color: #1c7ed6;
}

@media screen and (max-width: 380px) {
  .info-icon {
    right: 8%;
  }
  [dir="rtl"] .info-icon {
    right: unset;
    left: 5%;
  }
}

.best-seller-badge {
  position: absolute;
  height: 70px !important;
  width: 70px !important;
  top: 0;
  z-index: 11;
  right: 0;
}

.error-box {
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  padding: 10px;
  font-weight: bold;
  margin: 0 8px;
}

.section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-header .section-header-label {
  padding: 0;
}

.section-header .section-header-btn {
  padding: 0 !important;
  text-align: right;
}

.rtl .section-header-btn {
  padding: 0 !important;
  text-align: left;
}

.obd-modal-title {
  padding: 0;
}

.obd-modal-footer {
  padding: 6px 10px !important;
  margin: 0 !important;
}

.obd-modal-item {
  padding-left: 16px;
  padding-right: 16px;
}

ion-icon[class*="custom-"] {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: currentColor;
  width: 1em;
  height: 1em;
}

ion-icon[class*="custom-petrol-pump"] {
  -webkit-mask-image: url(../assets/icon/gas-outline.svg);
  mask-image: url(../assets/icon/gas-outline.svg);
}

ion-icon[class*="custom-engine"] {
  -webkit-mask-image: url(../assets/icon/engine-light.svg);
  mask-image: url(../assets/icon/engine-light.svg);
}

ion-icon[class*="custom-gearshift"] {
  -webkit-mask-image: url(../assets/icon/gearshift-line.svg);
  mask-image: url(../assets/icon/gearshift-line.svg);
}

ion-icon[class*="custom-car-body"] {
  -webkit-mask-image: url(../assets/icon/car-2.svg);
  mask-image: url(../assets/icon/car-2.svg);
}

ion-icon[class*="custom-car-specs"] {
  -webkit-mask-image: url(../assets/icon/car-specs.svg);
  mask-image: url(../assets/icon/car-specs.svg);
}

.content {
  color: #17263C;
}

.button-outline {
  background-color: white;
  color: #17263c;
  border: 1px solid #17263c;
  font-weight: bold;
}

.button-outline:hover {
  color: white;
  background-color: #17263c;
}

.invalid[type=text] {
  border: 2px solid #f5222d !important;
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/alert-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.valid[type=text] {
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/checkmark-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.invalid[type=email] {
  border: 2px solid #f5222d !important;
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/alert-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.valid[type=email] {
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/checkmark-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.valid[type=password] {
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/checkmark-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.valid[type=number] {
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/checkmark-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

[dir="rtl"] {
  font-family: Tajawal, sans-serif !important;
}

[dir="rtl"] .invalid input[type=email] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid input[type=email] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .invalid[type=text] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid[type=text] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid[type=number] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .invalid[type=email] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid[type=email] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid[type=password] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

ion-item.invalid {
  border: 0.5px solid red !important;
  border-radius: 5px;
  font-size: small;
  margin-top: 10px;
}

.hidden-field {
  padding: 4px 15px;
  color: #626262;
  z-index: 9999;
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.text-underline {
  text-decoration: underline;
  color: #17263c;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.cursor-pointer {
  cursor: pointer !important;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.no-border {
  border: none !important;
}

.rtl input {
  direction: rtl;
}

page-home {
  background-color: #EDEDED;
}

page-home .pointer {
  cursor: pointer !important;
  color: #142135;
}

page-home .scroll-content {
  padding-bottom: 0 !important;
  background-color: #f4f4f4;
}

page-home .home-content {
  max-width: 100%;
  margin: 0 auto !important;
  webkit-box-shadow: 0 0 23px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0 0 23px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 23px rgba(0, 0, 0, 0.28);
}

page-home iframe .vp-player-layout {
  top: 0;
  height: 244px;
  width: 100% !important;
  left: 0 !important;
}

page-home .registration-container {
  width: 75%;
  margin: 0 auto;
}

page-home .registration-container ion-item-group {
  webkit-box-shadow: 0 0 23px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0 0 23px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 23px rgba(0, 0, 0, 0.28);
  border-radius: 10px;
}

page-home .registration-container ion-card {
  z-index: 9999;
  border-radius: 10px;
}

page-home .registration-container ion-card-header {
  color: #142135 !important;
}

page-home .registration-container ion-card-header h1, page-home .registration-container ion-card-header h2 {
  font-weight: bold !important;
  color: #142135 !important;
  text-align: center;
}

page-home .registration-container .Registrationtext {
  font-size: medium;
}

page-home .registration-container .captcha-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

page-home .registration-container .captcha-image .image-section {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 50px;
}

page-home .registration-container .captcha-image .image-section img {
  width: 120px;
  margin: 0 auto;
}

page-home .registration-container .captcha-image .refresh-captcha button {
  background: transparent;
  margin-bottom: 0;
  border: none;
}

page-home .registration-container .currency-warning-message {
  border: 1px solid #FFD618;
  background-color: #FFD618;
  padding: 5px;
  color: #17263C;
  margin: 5px 0 0 0;
  border-radius: 5px;
}

page-home .registration-container .agree-checkbox .item-cover {
  width: 10% !important;
}

page-home .registration-container .phone-field {
  direction: ltr !important;
}

page-home .registration-container .registration-inputs {
  margin-bottom: 15px;
}

page-home .registration-container .registration-inputs ion-item {
  border: .5px solid #cccccc;
  border-radius: 5px;
  font-size: small;
}

page-home .registration-container .registration-inputs .phone-number-select ~ ion-item {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

page-home .registration-container .registration-inputs .phone-number-item {
  border-left: unset !important;
}

page-home .registration-container .registration-inputs .phone-number-select {
  border: .5px solid #cccccc;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: unset;
  width: 100px !important;
}

page-home .registration-container .doc-container {
  border: .5px solid #ccc;
  border-radius: 5px;
  margin-bottom: 15px;
}

page-home .registration-container .image-container {
  background-color: #009688;
  color: white;
  padding: 5px;
  font-weight: bold;
}

page-home .registration-container .uploadContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px;
}

page-home .registration-container .upload-icon {
  padding: 10px;
  background-color: #efecec;
}

page-home .registration-container .upload-icon ion-icon {
  font-size: 2em;
}

page-home .registration-container .upload-text {
  font-size: 17px;
}

page-home .registration-container .max-upload-text {
  font-size: 13px;
}

page-home .registration-container .danger ion-label {
  color: #ef473a !important;
}

page-home .registration-container .danger ion-item, page-home .registration-container .danger ion-select {
  background-color: #e4b9b9 !important;
}

page-home .registration-container .danger ::-webkit-input-placeholder {
  color: #ef473a;
  opacity: 1;
  /* Firefox */
}

page-home .registration-container .danger ::-moz-placeholder {
  color: #ef473a;
  opacity: 1;
  /* Firefox */
}

page-home .registration-container .danger ::-ms-input-placeholder {
  color: #ef473a;
  opacity: 1;
  /* Firefox */
}

page-home .registration-container .danger ::placeholder {
  color: #ef473a;
  opacity: 1;
  /* Firefox */
}

page-home .registration-container .danger :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ef473a;
}

page-home .registration-container .danger ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ef473a;
}

page-home .registration-container .upload-image {
  height: 200px;
  width: 200px;
  margin-bottom: 10px;
}

page-home .registration-container .Registrationtext {
  margin-bottom: 15px;
}

page-home .registration-container .welcome-card {
  width: 300px;
}

page-home .registration-container .item-checkbox .item-inner ion-label {
  white-space: normal !important;
  overflow: unset !important;
  font-size: small !important;
}

page-home .registration-container .save-button, page-home .registration-container button.continue {
  width: 100%;
}

page-home .registration-container ion-card {
  width: 100% !important;
  margin: 0 !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}

page-home .registration-container ion-card-header {
  font-size: 2.0rem !important;
  border-bottom: .5px solid #ccc;
  margin-bottom: 15px;
}

page-home .registration-container ion-row {
  display: block !important;
}

page-home .registration-container ion-row .col strong {
  margin-bottom: 5px !important;
}

page-home .kay-banner-valuation-text {
  font-weight: 1000;
  font-size: 12px;
  color: #17263CCC;
}

page-home .sub-header {
  color: #17263C !important;
}

page-home .thumb {
  background-image: url("../../assets/images/portal/thumbnail-video.png") !important;
}

page-home .small-video-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

page-home .small-video-container .icon {
  font-size: 30px !important;
}

page-home .thumbnail-text {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #17263C;
  font-size: small;
  font-weight: bold;
  text-transform: uppercase !important;
}

page-home .small-size-video-container {
  display: none;
  margin: 10px 5px;
  webkit-box-shadow: 0 0 23px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0 0 23px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 23px rgba(0, 0, 0, 0.28);
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid #607D8B;
  border-radius: 5px;
}

page-home .main-container {
  background-repeat: no-repeat;
  background-color: #FFD618;
  background-size: cover;
  height: 400px;
}

page-home .main-container .main-banner-car {
  z-index: 0;
  position: relative;
  width: 450px;
}

page-home .main-container .banner-car-img {
  position: absolute;
  top: 72px;
  left: 160px;
}

page-home .main-container .main-banner-map {
  z-index: 0;
  position: relative;
  width: 425px;
  margin: 0 auto;
}

page-home .video-container {
  color: #ffffff;
}

page-home ion-header {
  padding-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

page-home .logo-section {
  color: #17263C;
}

page-home .logo-section div {
  margin-bottom: 10px;
}

page-home ion-grid ion-row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

page-home .video-data {
  text-align: left;
}

page-home .video-data h1 {
  font-weight: 900;
  font-size: 52px;
  font-family: inherit !important;
  color: #17263C;
  line-height: 1.1;
}

page-home .video-data h2 {
  font-weight: 700;
  color: #17263C;
}

page-home .video {
  width: 100%;
  height: 100%;
}

page-home .video iframe {
  border: unset;
  width: 100% !important;
  height: calc(100% - 150px);
  max-height: 244px;
}

page-home .phone-number-select {
  min-width: 80px;
}

page-home .slogan-container {
  background-color: #142135;
  height: 74px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
}

page-home .slogan-container .slogan-text {
  font-family: inherit !important;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}

page-home .slogan-container button {
  float: right;
  color: #404040;
  text-transform: uppercase;
  font-weight: bold;
}

page-home .slogan-container button .text-green {
  color: #F0C600;
}

@media only screen and (max-width: 768px) {
  page-home .main-content {
    margin-top: 280px !important;
  }
  page-home .registration-container {
    width: 100% !important;
    margin-top: 25px;
  }
  page-home .main-container {
    height: 450px;
  }
  page-home .main-container .main-banner-map {
    width: 400px;
  }
}

@media only screen and (max-width: 570px) {
  page-home .main-content {
    margin-top: 90px !important;
  }
  page-home .video-container {
    display: none;
  }
  page-home .small-size-video-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  page-home .slogan-container .slogan-text {
    display: none !important;
  }
  page-home .slogan-container button {
    width: 100% !important;
  }
  page-home .registration-container {
    width: 100% !important;
  }
}

page-home .rtl .main-container .banner-car-img {
  left: unset;
  right: 120px;
}

page-home .rtl .main-container .banner-map-img {
  left: unset;
  right: 660px;
}

page-home #app-home-inspection-collapse .kay-banner {
  background: #17263C;
  font-weight: 900;
  width: 100%;
}

page-home #app-home-inspection-collapse .home-inspection-title {
  color: #FFD618;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  padding: 24px 0;
}

page-home #app-home-inspection-collapse .home-inspection-more-icon {
  color: #FFD618;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

page-home #app-home-inspection-collapse .home-inspection-link {
  color: #FFD618;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

page-home #app-home-inspection-collapse .home-inspection-link:hover {
  color: #FFD618;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline !important;
}

page-home #app-home-inspection-collapse .home-inspection {
  padding-top: 48px;
}

page-home #app-home-inspection-collapse .mb-48p {
  margin-bottom: 48px;
}

page-home #app-home-inspection-collapse .kay-home-inspection-container {
  background: #17263C;
  border-radius: 30px;
  padding: 24px 0;
}

page-home #app-home-inspection-collapse .home-inspection-subtitle {
  color: #ffffff;
  font-weight: 400;
  font-size: 24px;
}

page-home #app-home-inspection-collapse .home-inspection-btn {
  line-height: 1.8;
  border-radius: 50%;
  padding: 0 12px 0 8px;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

page-home #app-home-inspection-collapse .home-inspection-btn:active:focus {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

page-home #app-home-inspection-collapse .home-inspection-small-btn {
  line-height: 1.8;
  padding: 8px 64px;
  border: none !important;
  border-radius: 40px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

page-home #app-home-inspection-collapse .home-inspection-small-btn:active:focus {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

page-home #app-home-inspection-collapse .btn-light {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

page-home #app-home-inspection-collapse .btn-light:focus:active {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

page-home #app-home-inspection-collapse .home-inspection-icon {
  white-space: nowrap;
  display: inline-block;
  width: 28px;
  height: 16px;
  content: "";
  background-repeat: no-repeat;
}

page-home #app-home-inspection-collapse .home-inspection-icon-up {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

page-home #app-home-inspection-collapse .home-inspection-icon-down {
  margin-bottom: -3px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

page-home #app-home-inspection-collapse .home-inspection-collapse {
  color: #ffffff;
  padding-top: 16px;
  font-weight: 400;
  font-size: 20px;
}

page-home #app-home-inspection-collapse .home-inspection-img {
  width: 380px;
  height: 220px;
  max-height: 400px;
  cursor: pointer;
}

page-home #app-home-inspection-collapse .home-inspection-read-more {
  color: #FFD618;
  cursor: pointer;
}

page-home #app-home-inspection-collapse .play-button {
  position: absolute;
  top: 92px;
  left: 155px;
  pointer-events: none;
}

page-home #app-home-inspection-collapse a {
  color: #FFD618;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 1199px) {
  page-home #app-home-inspection-collapse .home-inspection-title {
    font-size: 20px;
  }
  page-home #app-home-inspection-collapse .home-inspection-subtitle {
    font-size: 20px;
  }
  page-home #app-home-inspection-collapse .play-button {
    position: absolute;
    top: 92px;
    left: 240px;
  }
}

@media screen and (max-width: 991px) {
  page-home #app-home-inspection-collapse .home-inspection-title {
    font-size: 20px;
    padding: 16px 0;
    padding: 16px 0;
  }
  page-home #app-home-inspection-collapse .home-inspection-subtitle {
    font-size: 18px;
  }
  page-home #app-home-inspection-collapse .kay-home-inspection-container {
    padding: 24px 0;
  }
  page-home #app-home-inspection-collapse .home-inspection-direction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  page-home #app-home-inspection-collapse .home-inspection-img {
    padding-top: 12px;
    padding-bottom: 16px;
  }
  page-home #app-home-inspection-collapse .home-inspection-collapse {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  page-home #app-home-inspection-collapse .home-inspection-title {
    font-size: 17px;
  }
  page-home #app-home-inspection-collapse .home-inspection-subtitle {
    font-size: 16px;
  }
  page-home #app-home-inspection-collapse .home-inspection-direction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  page-home #app-home-inspection-collapse .home-inspection-img {
    padding-top: 12px;
    padding-bottom: 16px;
  }
  page-home #app-home-inspection-collapse .play-button {
    position: absolute;
    top: 92px;
    left: 140px;
  }
  page-home #app-home-inspection-collapse .home-inspection-collapse {
    font-size: 16px;
  }
}

page-home #app-home-inspection-collapse *[dir="rtl"] .home-inspection-title {
  text-align: right;
}

page-home #app-home-inspection-collapse *[dir="rtl"] .home-inspection-subtitle {
  text-align: right;
}

page-home #app-home-inspection-collapse *[dir="rtl"] .home-inspection-collapse {
  text-align: right;
}

page-home #app-home-inspection-collapse *[dir="rtl"] .video-data {
  text-align: right !important;
}

page-home .otp-wrapper {
  margin-top: 150px !important;
}

page-home .auth-wrapper {
  margin-top: 100px !important;
  margin-bottom: 30px;
}

page-home .main-content {
  margin-top: 250px;
  margin-bottom: 30px;
}

page-home .otp .otp-resend-code-wrapper {
  background: transparent;
  color: #17263c;
  cursor: pointer;
}

page-home .otp .otp-resend-code-wrapper a {
  color: #17263c;
}

page-home .otp-login {
  color: #17263c;
}

page-home .otp-login a {
  text-decoration: underline !important;
}

page-home ngx-invisible-recaptcha {
  display: none;
}

page-home .auth-content .scroll-content {
  background-color: #f4f4f4;
}

page-home .auth-content h1 {
  text-align: center;
}

page-home .auth-content .forgot-wrapper .forgot-container {
  border-radius: 20px;
  max-width: 500px;
  padding: 20px;
  margin: auto;
  border: 1px solid #17263C80;
  webkit-box-shadow: 0 0 23px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0 0 23px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 23px rgba(0, 0, 0, 0.28);
  background-color: white;
}

page-home .auth-content .ForgotContent {
  margin-top: 10px;
}

page-home .auth-content .ForgotContent ion-item {
  border: .5px solid #979797;
  border-radius: 5px;
  font-size: small;
  margin-top: 10px;
}

page-home .auth-content .ForgotContent > button {
  margin-top: 20px;
  background-color: #17263C !important;
}

page-home .auth-content .ForgotSpinner {
  display: none;
}

page-home .auth-content ion-spinner * {
  stroke: #fff !important;
}

page-home .auth-content .back-to-login {
  color: #17263C;
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
  text-decoration: underline;
}

page-home .auth-content .list-ios > .item-block:first-child {
  border-top: 0.55px solid  #979797 !important;
}

page-home .auth-content .error {
  color: #de2727;
  text-align: center;
  padding-top: 10px;
  height: 40px;
  margin-top: 20px;
  font-size: 16px;
}

page-home .text-register {
  text-decoration: underline !important;
}

page-invoice {
  /* Style for dropdown content */
  /* Style for each content div */
  /* Highlight dropdown options on hover */
  /* Show the dropdown menu on hover */
  /* Highlight dropdown button when dropdown menu is open */
  /**
  For smaller screens show upload button at bottom of screen
   */
}

page-invoice .scroll-content {
  background-color: #d3d3d31a !important;
}

page-invoice .account-page-data {
  max-width: 600px;
}

page-invoice .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

page-invoice .rtl .offerType {
  right: unset;
  left: 0;
}

page-invoice ion-card {
  margin-top: 10px;
  margin-left: unset !important;
  margin-right: unset !important;
  margin-bottom: 20px;
  padding: 10px;
  padding-bottom: 20px !important;
  width: unset !important;
  position: relative;
}

page-invoice ion-card .card-header {
  border-bottom: 1px solid #ddd;
  padding: 0 0 5px;
  font-size: large;
  text-transform: uppercase;
  font-weight: bold;
}

page-invoice ion-card ion-card-content {
  padding: 5px 10px !important;
}

page-invoice ion-card .download-image {
  height: 50px;
  width: 50px;
}

page-invoice ion-card .download-button {
  margin-top: -10px;
}

page-invoice ion-card .disableInvoice {
  opacity: 0.1;
}

page-invoice ion-card .offerType {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  right: 0;
  bottom: 0px;
  height: 15px;
  line-height: 15px;
  font-size: 10px;
  padding: 0px 10px 5px 10px;
  font-weight: bold;
  border-radius: 0px;
}

page-invoice ion-card .row {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
}

page-invoice ion-card .pendingApprovalType {
  position: absolute;
  border: 1px solid black;
  font-weight: bold;
  color: black;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 50px;
  padding-top: 13px;
  margin: auto;
  text-align: center;
}

page-invoice .upload-div {
  z-index: 111;
  position: -webkit-sticky;
  position: sticky;
  bottom: 5px;
  border: 1px solid grey;
  border-radius: 5px;
  padding: 20px;
  color: #17263C;
  background-color: white;
  font-weight: bold;
  cursor: pointer;
  max-width: 530px;
}

page-invoice .clickable {
  cursor: pointer;
}

page-invoice .dropdown-content {
  display: none;
  /* Hidden by default */
  position: absolute;
  background-color: #ffffff;
  min-width: 100%;
  font-size: 14px;
  font-weight: normal;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

page-invoice .dropdown-content div {
  padding: 10px 5px;
  border-bottom: 1px solid #f7f7f7;
}

page-invoice .dropdown-content div:hover {
  background-color: #142135;
  color: white;
}

page-invoice .dropdown:hover .dropdown-content {
  display: block;
}

page-invoice .dropdown:hover .dropbtn {
  background-color: #142135;
  color: white;
  border: none !important;
}

@media only screen and (max-width: 600px) {
  page-invoice .upload-div {
    top: unset;
    bottom: 5px;
  }
}

page-invoice-details {
  font-size: 16px;
}

page-invoice-details .account-page-container {
  width: 100% !important;
}

page-invoice-details .invoice-detail-section {
  width: 50%;
}

page-invoice-details .invoice-clickable {
  cursor: pointer;
}

page-invoice-details .error-mesage {
  border: 1px solid red !important;
}

page-invoice-details .error-mesage ion-input {
  border: 1px solid red !important;
}

page-invoice-details .validation-error {
  color: red;
  font-weight: bold;
}

page-invoice-details ion-card {
  margin: 0 0 15px 0 !important;
  width: 100% !important;
}

page-invoice-details ion-card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #c1bebe;
  margin-bottom: 10px;
  font-size: large;
  text-transform: uppercase;
  font-weight: bold;
}

page-invoice-details ion-card-header img {
  height: 50px;
  width: 50px;
}

page-invoice-details .no-border {
  border: unset !important;
  border-radius: unset !important;
}

page-invoice-details .no-border .invoice-row {
  border-bottom: 1px solid #dcdcdc;
}

page-invoice-details .label-right {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

page-invoice-details .invoice {
  color: #504f4f;
  max-width: 780px;
  border-radius: 5px;
  margin-bottom: 20px;
}

page-invoice-details .invoice .invoice-heading {
  padding: 5px;
  border-bottom: 1px solid darkgrey;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

page-invoice-details .invoice .invoice-heading img {
  cursor: pointer;
  height: 50px;
  width: 50px;
}

page-invoice-details .invoice .invoice-detail-heading-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

page-invoice-details .invoice .invoice-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  margin: 3px 0 5px;
}

page-invoice-details .invoice .invoice-pay-text {
  padding: 10px;
  border-top: 1px solid #eee;
  font-size: medium;
  text-align: center;
}

page-invoice-details .invoice .check-mark {
  font-size: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #4caf50;
}

page-invoice-details .invoice .invoice-checkbox {
  height: 20px;
  width: 20px;
  border: 1px solid darkgrey;
  border-radius: 10px;
  margin-right: 5px;
}

page-invoice-details .invoice .selected {
  background-color: green;
}

page-invoice-details .button-details-page {
  width: 100%;
  max-width: 780px;
}

page-invoice-details .upload-payment-section {
  margin: 15px;
}

page-invoice-details .upload-payment-section .upload-invoice-container {
  border: 1px solid #eee;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  color: #504f4f;
  cursor: pointer;
}

page-invoice-details .upload-payment-section .upload-invoice-container .preview-container {
  margin-top: 10px;
}

page-invoice-details .upload-payment-section .upload-invoice-container .preview-container ion-icon {
  position: absolute;
}

page-invoice-details .upload-payment-section .upload-invoice-container .upload-payment-text-container {
  text-align: center;
}

page-invoice-details .upload-payment-section .upload-invoice-container .upload-payment-text-container ion-icon {
  margin-right: 5px;
}

page-invoice-details .upload-payment-section .invoice-content {
  padding: 15px;
  border: 1px solid #eee;
}

page-invoice-details .upload-payment-section ion-input {
  border-bottom: 1px solid darkgrey;
}

page-invoice-details .select-all-invoices-section {
  padding: 5px;
}

page-invoice-details .amount-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  border: 1px solid #eee;
  padding: 10px 15px;
  font-size: 22px;
  border-radius: 5px;
  font-weight: bold;
}

page-invoice-details .amount-row .invoice-row-item {
  margin-right: 5px;
}

page-invoice-details ion-input {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

page-invoice-details ion-input input {
  direction: ltr !important;
}

page-invoice-details .preview-image-container {
  position: relative;
  display: inline-block;
}

page-invoice-details .preview-image-container .preview-image {
  height: 100px;
  width: 100px;
  border: 1px solid #e0dddd;
  margin-right: 5px;
}

page-invoice-details .invoice-paid-message {
  font-size: large;
  font-weight: bold;
  border: 1px solid #17263C;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 20px;
  margin: 15px;
  -webkit-box-shadow: 0 0 23px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 23px rgba(0, 0, 0, 0.28);
}

page-invoice-details .rtl .upload-payment-text-container {
  text-align: center;
}

page-invoice-details .rtl .upload-payment-text-container ion-icon {
  margin-right: 0px;
  margin-left: 5px;
}

page-invoice-details .rtl .upload-payment-text-container button {
  width: 100%;
}

page-invoice-details .rtl .invoice-detail-section button {
  direction: ltr;
}

listed-car-details header {
  max-width: 1440px;
}

listed-car-details .scroll-content {
  background-color: #d3d3d31a !important;
}

listed-car-details .button-bar {
  margin: 8px 0;
}

listed-car-details .page-content {
  max-width: 1100px;
  margin: 0;
  padding: 0;
}

listed-car-details .page-content > ion-grid {
  padding: 0;
  background-color: #eeeeee59;
  margin-bottom: 16px;
  border: .5px solid #eee;
}

listed-car-details .page-content > ion-grid .probability-toggle {
  background-color: transparent;
}

listed-car-details .title {
  color: #4a4a4a;
  padding: 10px 16px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #dee2e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media (max-width: 767px) {
  listed-car-details .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 20px;
    padding: 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
  }
  listed-car-details .title span {
    width: 100%;
  }
}

listed-car-details .alert {
  padding: 15px;
  border: 1px solid transparent;
}

listed-car-details .alert.alert-info {
  color: #31708f;
  background-color: #dff1fb;
  border-color: #bce8f1;
}

listed-car-details .event-box {
  margin: 8px 0;
}

listed-car-details .event-box .event-title {
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid;
  font-size: 18px;
  font-weight: 500;
}

listed-car-details .event-box ion-icon {
  font-size: 24px;
  margin: 0 10px 0 0;
  width: 20px;
}

listed-car-details .event-box .event-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

listed-car-details .event-box .branch-col {
  padding: 0;
}

listed-car-details .event-box .branch-value {
  text-align: right;
}

listed-car-details .event-box .branch-link {
  text-align: right;
  padding: 12px 0 0 0;
}

listed-car-details .event-box .branch-link a {
  color: inherit;
}

listed-car-details .event-box .branch-link ion-icon {
  margin: 0;
}

listed-car-details .event-box .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
}

listed-car-details .event-box .row .type {
  color: inherit;
  font-size: 14px;
  font-weight: 500;
}

listed-car-details .event-box .row .value {
  font-size: 16px;
  font-weight: 500;
}

listed-car-details .event-box .row .value ion-icon {
  margin: 0;
}

listed-car-details .seller-edit-price-container {
  text-align: center;
  padding: 8px;
  border: 1px solid #e4e0e0;
  border-top: none;
}

listed-car-details .seller-edit-price-container .edit-price-header {
  font-size: 18px;
  font-weight: 500;
  margin: 2px 8px 8px;
}

listed-car-details .car-name {
  font-size: 24px !important;
  padding-bottom: 5px !important;
  border-bottom: 2px solid #d4d2cf80;
}

listed-car-details .side-details {
  padding: 8px;
}

listed-car-details .image-content {
  margin: 2px;
  position: relative !important;
}

listed-car-details .image-content .image-container {
  display: block;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

listed-car-details .image-content .image-container .swiper-container {
  background-color: black;
}

listed-car-details .image-content .image-container .swiper-container ion-slide {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

listed-car-details .image-content .image-container .swiper-container ion-slide .slide-zoom {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 500px;
}

listed-car-details .scroll-content {
  padding-left: 0 !important;
}

listed-car-details .image-slide {
  position: relative;
}

listed-car-details .center {
  margin: auto;
  vertical-align: middle;
}

listed-car-details .item {
  color: #444;
  font-size: 16px;
}

listed-car-details .item-text {
  font-size: 16px;
  padding: 16px;
}

listed-car-details .item-label {
  font-size: 14px;
  margin-bottom: 4px;
}

listed-car-details .item-offer-type {
  position: absolute;
  background: lightgrey;
  color: white;
  right: 24px;
  bottom: 12px;
  font-size: 10px;
  padding: 2px 0 4px;
  font-weight: bold;
  border-radius: 4px;
  min-width: 60px;
  text-align: center;
}

listed-car-details .price-box {
  text-align: center;
  background-color: unset !important;
  font-size: 14px;
  padding: 0 8px !important;
}

listed-car-details .price-box .price {
  color: black;
  font-weight: 500;
  font-size: 16px;
}

listed-car-details .price-box .label-md {
  margin: 12px;
}

listed-car-details .price-box .item-md {
  padding: 0px !important;
}

listed-car-details .car-data .item-icon {
  border-color: transparent;
  color: #488aff;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  cursor: pointer;
}

listed-car-details ion-icon {
  font-size: 16px;
}

listed-car-details ion-slides {
  height: auto;
}

listed-car-details ion-slide img {
  width: 100% !important;
}

listed-car-details .slide-zoom {
  height: 100%;
}

listed-car-details .input-item-bid {
  background-color: transparent;
}

listed-car-details .input-item-bid .label {
  margin: 11px 8px 11px 8px !important;
}

listed-car-details .input-item-bid input {
  width: 100%;
  border-style: none;
  padding: unset;
}

listed-car-details .input-item-bid .item-inner {
  padding: 0 !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  background-color: white;
  border: 1px solid #eee;
}

listed-car-details .breakdown-text {
  color: #17263C;
  white-space: nowrap;
  font-size: 14px;
}

listed-car-details .best-seller-badge {
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 2;
  right: -5px;
  top: -4px;
}

listed-car-details .loading-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

listed-car-details .image-loader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

listed-car-details bidding-gauge {
  position: absolute !important;
  width: 100%;
}

listed-car-details .item-guaranteed {
  color: #004900 !important;
  font-weight: bold;
}

listed-car-details .bg-white {
  background: #fff;
}

listed-car-details .alert-box {
  margin: 8px;
}

listed-car-details .more-btn {
  padding: 0 8px;
  float: right;
  margin: 0 !important;
}

listed-car-details .more-icon {
  font-size: 24px;
}

listed-car-details .rtl {
  direction: rtl;
}

listed-car-details .rtl .more-btn {
  float: left;
}

listed-car-details .rtl .item-offer-type {
  right: unset;
  left: 24px;
  bottom: 12px;
}

listed-car-details .rtl .event-box .branch-link {
  text-align: left;
}

listed-car-details .rtl .event-box ion-icon {
  margin: 0 0 0 10px;
}

listed-cars .card-md {
  margin: 0 0 8px !important;
  width: 100% !important;
}

listed-cars .unlisted-item {
  background: #eee !important;
}

listed-cars .car-item {
  padding: 0;
  -webkit-animation: slide-up 0.4s ease;
  animation: slide-up 0.4s ease;
}

listed-cars .car-item .mobile-attribute-div {
  margin-bottom: 8px;
}

listed-cars .car-item.item.item-block .item-inner {
  border-bottom: 0;
  padding: 0;
}

listed-cars .car-item.item.item-block .label {
  margin: 0;
  white-space: initial;
}

listed-cars .car-item.item.item-block .item-button {
  padding: 0 16px;
  height: 3.6rem;
}

listed-cars .car-item .car-bid {
  font-size: small;
  color: #1a1a1a;
}

listed-cars .car-item .item-price {
  margin-bottom: 4px;
}

listed-cars .car-item .item-price .price-color {
  color: #17263C;
}

listed-cars .car-item .item-price .price {
  font-weight: bold;
}

listed-cars .car-item .car-detail-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dee2e6;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

listed-cars .car-item .car-detail-header .delivery-icon {
  font-size: 16px;
  color: #fa5252;
}

listed-cars .car-item .car-detail-header .car-title {
  font-size: 18px;
  line-height: 21.6px;
  padding-bottom: 4px;
  color: #212529;
  text-align: start;
  direction: ltr;
}

@media (max-width: 575px) {
  listed-cars .car-item .car-detail-header .car-title {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  listed-cars .car-item .car-image-container button {
    font-size: 12px;
  }
}

listed-cars .car-item .image-container {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

listed-cars .car-item .image-container img {
  min-height: 130px;
  width: 100%;
  height: auto;
  max-height: 150px;
  background-color: rgba(73, 80, 87, 0.1);
}

listed-cars .car-item .image-container favorite-button {
  position: absolute;
  bottom: 8px;
  right: 8px;
}

[dir="rtl"] listed-cars .car-item .image-container favorite-button {
  right: unset;
  left: 8px;
}

@media (max-width: 575px) {
  listed-cars .car-item .image-container favorite-button {
    bottom: 4px;
    right: 4px;
  }
  [dir="rtl"] listed-cars .car-item .image-container favorite-button {
    right: unset;
    left: 4px;
  }
}

listed-cars .car-item .car-summary {
  cursor: pointer;
  background: var(--white-color);
}

@media (max-width: 767px) {
  listed-cars .car-item .car-summary {
    padding: 8px;
  }
}

:not(:last-child) listed-cars .car-item .car-summary {
  border-bottom: 1px solid #dee2e6;
}

listed-cars .car-item .car-summary:hover {
  background: #f8f9fa;
}

listed-cars .car-item .car-summary:hover .car-detail-header .car-title {
  color: #488aff;
}

listed-cars .car-item .car-summary:hover .car-detail-header .car-title .car-details-link {
  color: #488aff;
}

listed-cars .car-item .car-summary .label {
  border-bottom: none;
}

listed-cars .car-item .car-summary .row {
  width: auto;
}

listed-cars .car-item .car-summary .car-item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

listed-cars .car-item .specs-and-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 130px;
}

listed-cars .car-item .price-considerations-wrapper {
  margin-top: 4px;
  text-align: center;
  width: 100%;
}

listed-cars .car-item .price-considerations-wrapper .price-consideration {
  white-space: normal;
  color: #212529;
  font-size: 14px;
  line-height: 16.8px;
}

listed-cars .car-item .price-considerations-wrapper .bid-price-label,
listed-cars .car-item .price-considerations-wrapper .bid-price-text-negotiable {
  font-size: 12px;
  line-height: 14.4px;
  color: #495057;
}

@media (max-width: 767px) {
  listed-cars .car-item .car-detail .car-specs .specs-consolidated-view {
    font-size: 12px;
  }
}

listed-cars .car-item .car-detail .car-specs .specs-consolidated-view .price-wrapper {
  margin-top: 8px;
  margin-bottom: 8px;
}

listed-cars .car-item .car-detail .car-specs .specs-consolidated-view .spec-separateor {
  color: #ced4da;
}

listed-cars .car-item .car-detail .car-specs .specs-consolidated-view .mobile-attribute-value {
  unicode-bidi: embed;
}

listed-cars .car-item .car-detail .car-specs .row {
  white-space: initial;
}

listed-cars .car-item .car-detail .car-specs .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
}

listed-cars .car-item .car-detail .car-specs .buttons .button {
  margin-top: 12px;
}

listed-cars .car-item .car-detail .car-specs .attribute {
  color: #495057;
  padding: 4px 0;
  font-size: 12px;
  line-height: 14.4px;
}

listed-cars .car-item .car-detail .car-specs .attribute .attribute-label {
  color: #868e96;
}

listed-cars .car-item .car-detail .car-specs .attribute .attribute-value {
  font-weight: bold;
  unicode-bidi: embed;
}

listed-cars .car-item .car-detail .item-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  listed-cars .car-item .car-detail .item-footer {
    padding: 8px 0;
  }
}

@media screen and (max-width: 360px) {
  listed-cars .car-item .car-detail {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 360px) {
  listed-cars .car-item .mobile-buttons button {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1200px) {
  listed-cars .car-item .buttons button {
    margin-top: 4px !important;
  }
}

page-login .scroll-content {
  background-color: #f4f4f4;
}

page-login h1 {
  text-align: center;
}

page-login .login-wrapper .login-container {
  border-radius: 20px;
  max-width: 500px;
  padding: 20px;
  margin: auto;
  border: 1px solid #17263C80;
  webkit-box-shadow: 0 0 23px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0 0 23px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 23px rgba(0, 0, 0, 0.28);
  background-color: white;
}

page-login .LoginContent {
  margin-top: 10px;
}

page-login .LoginContent ion-item {
  border: .5px solid #979797;
  border-radius: 5px;
  font-size: small;
  margin-top: 10px;
}

page-login .LoginContent > button {
  margin-top: 20px;
  background-color: #17263C !important;
  max-width: 500px;
  padding: 20px;
}

page-login .LoginSpinner {
  display: none;
}

page-login ion-spinner * {
  stroke: #fff !important;
}

page-login .forgot-password {
  color: #17263C;
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
  text-decoration: underline;
}

page-login .list-ios > .item-block:first-child {
  border-top: 0.55px solid  #979797 !important;
}

page-login .error {
  color: #de2727;
  text-align: center;
  padding-top: 10px;
  height: 40px;
  margin-top: 20px;
  font-size: 16px;
}

page-login footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: unset;
  right: 0;
}

@media screen and (max-width: 560px) {
  page-login footer {
    position: relative !important;
  }
}

page-notification .scroll-content {
  background-color: #d3d3d31a !important;
}

page-notification ion-card-content:hover {
  background-color: #eceaea;
}

@media screen and (max-width: 363px) {
  page-notification .notfication-heading {
    font-size: 15px;
  }
}

page-notification .rtl .notification {
  text-align: right;
  padding-right: unset;
  padding-left: 15px;
}

page-notification .rtl .timer {
  text-align: left;
}

page-notification .rtl .notification-detail {
  right: unset;
  left: 5px;
}

page-notification ion-card {
  position: relative;
  margin: 20px 10px !important;
}

page-notification .notification {
  font-size: 16px;
  line-height: 1.2;
  font-family: inherit !important;
  padding-right: 15px;
  text-align: left;
}

page-notification .timer {
  text-align: right;
  color: #17263C;
  font-size: 13px;
  margin-top: 10px;
  padding-right: 15px;
}

page-notification .notification-detail {
  font-size: 24px;
  position: absolute;
  right: 5px;
  top: 40%;
  color: #17263C;
}

page-notification .grey-color {
  color: grey !important;
}

page-offer-detail .hidden-field {
  padding: 4px 15px;
  color: #626262;
  z-index: 9999;
  cursor: pointer;
}

page-offer-detail header {
  max-width: 1440px;
}

page-offer-detail .scroll-content {
  background-color: #d3d3d31a !important;
}

page-offer-detail .page-content {
  padding-top: 15px !important;
}

page-offer-detail .page-content > ion-grid {
  padding: 0;
  background-color: #eeeeee59;
  margin: 15px 0;
  border: .5px solid #eee;
}

page-offer-detail .page-content > ion-grid .probability-toggle {
  background-color: transparent;
}

page-offer-detail .breakdown-text:hover, page-offer-detail .added-services-link:hover {
  color: blue;
}

page-offer-detail .input-item-bid:hover {
  border: 1px solid #d9d2d2;
}

page-offer-detail .bid-button:hover {
  background: #deb40e;
}

page-offer-detail .bid-button ion-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

page-offer-detail .base-amount-section {
  line-height: 1;
}

page-offer-detail .base-amount-section ion-spinner {
  height: 16px;
}

page-offer-detail .car-name {
  font-size: 24px !important;
  padding-bottom: 5px !important;
  border-bottom: 2px solid #d4d2cf80;
  margin-top: 10px;
}

page-offer-detail .side-details {
  padding: 10px;
}

page-offer-detail .image-content {
  margin: 10px;
}

page-offer-detail .image-content .image-container {
  display: block;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

page-offer-detail .image-content .image-container .swiper-container {
  background-color: black;
}

page-offer-detail .image-content .image-container .swiper-container ion-slide {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

page-offer-detail .image-content .image-container .swiper-container ion-slide .slide-zoom {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 500px;
}

page-offer-detail .rtl .timer-button ion-icon {
  margin-left: 5px;
}

page-offer-detail .rtl .input-item-bid .item-inner {
  border: 1px solid #eee;
  border-left: none;
}

page-offer-detail .auction-timer {
  margin-bottom: 10px;
  font-size: 16px;
  padding-bottom: 5px !important;
  margin-top: 10px;
  clear: both;
}

page-offer-detail .page-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

page-offer-detail .scroll-content {
  padding-left: 0 !important;
}

page-offer-detail .inventory-price {
  text-align: center;
  font-weight: bold;
}

page-offer-detail .payment-terms-info ion-label {
  white-space: unset !important;
  text-overflow: unset !important;
  color: #17263C;
}

page-offer-detail .payment-info-text {
  margin-left: 25px;
}

page-offer-detail .image-slide {
  position: relative;
}

page-offer-detail .center {
  margin: auto;
  vertical-align: middle;
}

page-offer-detail .timer-button .item-inner {
  border-bottom: unset !important;
}

page-offer-detail .timer-button ion-icon {
  margin-right: 5px;
}

page-offer-detail .button-bar {
  border-bottom: 1px solid #f1eded;
  border-top: 1px solid #f1eded;
  margin-top: 10px;
}

page-offer-detail .item {
  color: #444;
  font-size: 16px;
}

page-offer-detail .location-box {
  padding: 14px !important;
  padding-left: 38px !important;
  margin: -2px -1px -1px -1px !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  color: #17263C !important;
  cursor: pointer;
  position: relative;
}

page-offer-detail .location-dna-box {
  padding: 12px !important;
  padding-left: 38px !important;
  margin: -2px -1px -1px -1px !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  color: #a94442 !important;
  background-color: #f2dede !important;
  cursor: pointer;
  position: relative;
}

page-offer-detail .location-dna-msg {
  font-size: 12px;
  font-weight: 400;
  margin: 2px 0 -2px;
  color: #444;
}

page-offer-detail .location-icon {
  position: absolute;
  left: 8px;
  top: 16px;
  font-size: 18px;
}

page-offer-detail .location-dna-icon {
  position: absolute;
  left: 8px;
  top: 10px;
  font-size: 18px;
}

page-offer-detail .location-text {
  width: 80%;
  top: 2px;
  position: relative;
  font-weight: bold;
  line-height: 2rem;
}

page-offer-detail .location-dna-text {
  width: 80%;
  top: -2px;
  position: relative;
  font-weight: bold;
  line-height: 2rem;
}

page-offer-detail .location-item {
  width: 20%;
  text-align: right;
}

page-offer-detail .location-item .location-item-icon {
  color: #81ad2a;
}

page-offer-detail .location-dna-item {
  width: 20%;
  text-align: right;
  color: #488aff;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
}

page-offer-detail .rtl .location-icon {
  left: unset;
  right: 8px;
}

page-offer-detail .rtl .location-dna-icon {
  left: unset;
  right: 8px;
}

page-offer-detail .rtl .location-box {
  padding: 14px !important;
  padding-right: 38px !important;
}

page-offer-detail .rtl .location-dna-box {
  padding: 12px !important;
  padding-right: 38px !important;
}

page-offer-detail .rtl .location-item {
  text-align: left;
}

page-offer-detail .rtl .location-dna-item {
  text-align: left;
}

page-offer-detail .item-text {
  font-size: 16px;
  padding: 16px;
}

page-offer-detail ion-slides {
  height: auto;
}

page-offer-detail ion-slide img {
  width: 100% !important;
}

page-offer-detail .slide-zoom {
  height: 100%;
}

page-offer-detail .image-content {
  position: relative !important;
}

page-offer-detail .buttons {
  background-color: #f8f8f8;
  padding: unset;
}

page-offer-detail .green-button {
  background-color: #78a127 !important;
  border-color: #597b17 !important;
}

page-offer-detail .timer {
  color: #c0392b !important;
  font-weight: bold;
  text-align: center;
}

page-offer-detail .input-item-bid {
  background-color: transparent;
}

page-offer-detail .input-item-bid .item-inner {
  padding: 0 !important;
}

page-offer-detail .input-item-bid .label {
  margin: 11px 8px 11px 8px !important;
}

page-offer-detail .input-item-bid input {
  width: 100%;
  border-style: none;
}

page-offer-detail .timer-counted-down {
  background-color: #222;
}

page-offer-detail .bid-button ion-label {
  margin: unset;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

page-offer-detail .bid-button .item-inner {
  padding: unset !important;
}

page-offer-detail .bid-button {
  margin: unset;
  width: 100%;
  height: 100% !important;
  padding: 0;
  border-color: #e6b400;
  background-color: #ffc900;
  color: #17263C;
  font-size: 16px !important;
  font-weight: bold;
}

page-offer-detail .added-services-link, page-offer-detail .location-box {
  padding: 1rem !important;
  color: #17263C !important;
  text-align: start;
}

page-offer-detail .price-box {
  text-align: center;
  background-color: unset !important;
  font-size: small;
}

page-offer-detail .price-box .price {
  color: black;
  font-weight: bold;
}

page-offer-detail .bid-info {
  background-color: #e1e9f5;
  border-color: #ddd;
  color: #444;
  position: relative;
  display: block;
  margin: -1px;
  padding: 16px;
  border-width: 1px;
  border-style: solid;
  font-size: 16px;
}

page-offer-detail .services-section {
  margin: 15px 0;
}

page-offer-detail .services-section .item {
  border-color: #ddd;
  background-color: #fff;
  color: #444;
  display: block;
  margin: -1px;
  padding: 16px;
  border-width: 1px;
  border-style: solid;
  font-size: 16px;
}

page-offer-detail .services-section .item h2 {
  font-size: 16px;
  margin: unset;
}

page-offer-detail .added-services ion-label {
  margin: unset;
}

page-offer-detail .added-services span {
  font-size: 100% !important;
  font-weight: 500 !important;
}

page-offer-detail .color-blue {
  color: #17263C !important;
}

page-offer-detail .service-text {
  color: #666;
  font-size: 14px;
  margin-bottom: 2px;
  margin-top: 0px;
}

page-offer-detail .plate-section {
  padding-top: 10px;
}

page-offer-detail .breakdown-text {
  color: #17263C;
  white-space: nowrap;
  font-size: 14px;
}

page-offer-detail .input-item-bid .item-inner {
  border-bottom: unset !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  background-color: white;
  border: 1px solid #eee;
  border-right: none;
}

page-offer-detail .input-item-bid input {
  padding: unset;
}

page-offer-detail .input-currency-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ccc;
  padding: 5px;
  background-color: white;
}

page-offer-detail .plate-buttons button {
  max-height: 25px;
  text-transform: inherit;
}

page-offer-detail .plate-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

page-offer-detail .plate-buttons button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: unset;
}

page-offer-detail .seller-info-icon {
  float: left;
  margin-right: 5px;
}

page-offer-detail .added-services-text {
  position: relative;
  top: -5px;
  font-weight: bold;
}

page-offer-detail .seller-bid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

page-offer-detail .toolbar-content {
  width: 100%;
  text-align: center;
  z-index: -1;
}

page-offer-detail .best-seller-badge {
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 2;
  right: -5px;
  top: -4px;
}

page-offer-detail .bid-access {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 5px;
}

page-offer-detail .plate-section-text {
  color: black;
  font-size: 14px;
}

page-offer-detail .loading-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

page-offer-detail .image-loader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

page-offer-detail bidding-gauge {
  position: absolute !important;
  width: 100%;
}

page-offer-detail .item-guaranteed {
  color: #004900 !important;
  font-weight: bold;
}

page-offer-detail .section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
}

page-offer-detail .section-header .image-icon {
  margin-right: 5px;
}

.rtl page-offer-detail .section-header .image-icon {
  margin-right: unset;
  margin-left: 5px;
}

page-offer-detail ion-footer:before {
  background: none !important;
}

page-offer-detail .message {
  padding: 8px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  page-offer-detail .message {
    margin-bottom: 40px;
  }
}

page-offer-detail .message .web {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

page-offer-detail .message .mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  page-offer-detail .message .web {
    display: none;
  }
  page-offer-detail .message .mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

page-offer-detail .message .toolbar-background {
  background-color: black;
}

page-offer-detail .message__header {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  page-offer-detail .message__header {
    font-size: 13px;
  }
}

page-offer-detail .message__subtitle {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  page-offer-detail .message__subtitle {
    font-size: 13px;
  }
}

page-offer-detail .message__cross {
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  right: 16px;
  top: -16px;
}

page-offer-detail .message__cross__rtl {
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  top: -10px;
  left: 16px !important;
}

page-offer-detail .message a {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  page-offer-detail .message a {
    font-size: 12px;
  }
}

page-offer-detail .message ion-toolbar {
  border-radius: 4px;
  padding: 10px;
}

page-offer .hidden-field {
  padding: 4px 15px;
  color: #626262;
  z-index: 9999;
  cursor: pointer;
}

page-offer header {
  max-width: 1440px;
}

page-offer .scroll-content {
  background-color: #d3d3d31a !important;
}

page-offer .item-container button:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

page-offer .item-container button:hover .best-seller-badge {
  right: -5px;
}

page-offer .disableScroll .scroll-content {
  overflow: hidden;
}

page-offer .specs-label {
  color: grey;
  font-weight: bold;
}

page-offer .specs-value {
  color: grey;
}

page-offer .price {
  font-weight: bold;
}

page-offer .total-items {
  border-bottom: 3px solid #FFD618;
}

page-offer .total-items ion-icon {
  color: #17263C;
  margin-right: 5px;
}

page-offer .total-items button {
  visibility: hidden;
}

page-offer .total-items .save-search-button {
  display: none;
  border: 1px solid #088ec7;
  color: #088ec7;
  font-size: 12px;
  padding: 5px;
  border-bottom: unset;
  cursor: pointer;
  position: relative;
}

page-offer .total-items .save-search-button ion-icon {
  font-weight: bold;
}

page-offer .rtl .my-bid-section {
  margin-left: unset;
  margin-right: 10px;
}

page-offer .rtl .recent-searches-option ion-icon {
  margin-right: unset;
  margin-left: 5px;
}

page-offer .rtl .colors-container {
  margin-top: 2px;
}

page-offer .rtl .colors-container .colors {
  margin-right: unset;
  margin-left: 5px;
}

page-offer .rtl .filter-menu-website {
  margin-left: 20px;
  margin-right: unset !important;
}

page-offer .rtl .filter-menu-website ion-radio .radio-icon .radio-inner {
  tranform: unset !important;
}

page-offer .rtl .filter-menu-website .side-menu-option ion-icon {
  float: left !important;
}

page-offer .rtl .filter-menu-website .filtered-selected-value {
  margin-right: unset !important;
  margin-left: 5px !important;
}

page-offer .rtl .filter-menu-website .filtered-selected-value ion-icon {
  margin-right: unset;
  margin-left: 3px;
}

page-offer .rtl .filter-menu-website .save-search ion-icon {
  margin-right: unset;
  margin-left: 5px;
}

page-offer .rtl .page-data {
  border-right: unset !important;
  border-left: 1px solid #eeeeee;
}

page-offer .rtl .scroll-content {
  padding-right: 0 !important;
}

page-offer .rtl .car-offer-timer {
  left: unset !important;
  right: 10px;
}

page-offer .rtl .car-offer-timer ion-icon {
  margin-right: unset;
  margin-left: 5px;
}

page-offer .rtl .item-offer-type {
  right: unset !important;
  left: 0px;
}

page-offer .rtl .filter-circle {
  margin-left: 5px;
}

page-offer .rtl .filter-clear {
  left: 10px;
  right: unset !important;
}

page-offer .rtl .best-seller-badge {
  left: unset !important;
}

page-offer .rtl .car-detail {
  padding-top: 5px;
  margin-left: unset !important;
  margin-right: 20px;
}

page-offer .rtl .car-detail .title-container {
  border-bottom: 2px solid #d4d2cf80 !important;
}

page-offer .rtl .car-title {
  float: right;
}

page-offer .rtl .car-bid {
  float: left;
}

page-offer .rtl .item-container {
  border: 1px solid transparent;
  border-right: 5px solid transparent;
  border-radius: 0px 5px 5px 0px;
  position: relative;
  right: 0;
  width: 100%;
  margin: 10px auto;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

page-offer .rtl .clear-filters {
  float: left !important;
}

page-offer .rtl .clear-filters ion-icon {
  margin-right: unset;
  margin-left: 3px;
}

page-offer .rtl .car-item .item-inner {
  padding-right: 0;
  padding-left: 8px;
}

page-offer .rtl .auction-timer {
  clear: right;
}

page-offer .page-content {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

page-offer .page-content .save-filters {
  cursor: pointer;
}

page-offer .page-content .recent-searches-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

page-offer .page-content .recent-searches-option ion-icon {
  margin-right: 5px;
}

page-offer .page-content .recent-searches-option ion-icon:hover {
  color: grey;
}

page-offer .page-content ion-footer {
  height: unset;
}

page-offer .page-content .colors-container {
  margin-top: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

page-offer .page-content .colors-container .colors {
  border: 1px solid grey;
  height: 15px;
  width: 15px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 5px;
}

page-offer .page-content .colors-container .no-border {
  border: unset !important;
}

page-offer .page-content .filter-menu-website {
  font-size: 14px;
  width: 300px;
  margin-right: 20px;
}

page-offer .page-content .filter-menu-website .button-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

page-offer .page-content .filter-menu-website .button-section .save-search {
  background-color: #17263C;
  color: white;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
}

page-offer .page-content .filter-menu-website .button-section .save-search ion-icon {
  margin-right: 5px;
}

page-offer .page-content .filter-menu-website .button-section .clear-filters {
  border: 1px solid grey;
  border-radius: 5px;
  font-size: 12px;
  margin-top: 3px !important;
  float: right;
  padding: 3px 5px;
  color: white;
  background-color: #41a5e2;
}

page-offer .page-content .filter-menu-website .filter-extra-text {
  font-size: smaller;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  color: #17263C;
}

page-offer .page-content .filter-menu-website .Filter-dealer-portal {
  position: relative;
  width: 100%;
}

page-offer .page-content .filter-menu-website .heading {
  background-color: #f8f8f8;
  padding: 15px;
  border-bottom: 1px solid #cccccc !important;
}

page-offer .page-content .filter-menu-website ion-list ion-item {
  background-color: #f8f8f8;
}

page-offer .page-content .filter-menu-website .side-menu-option ion-icon {
  color: #607D8B;
  opacity: 0.7;
  font-size: 18px;
  float: right;
}

page-offer .page-content .filter-menu-website .filtered-selected-value {
  padding: 2px 7px;
  background-color: lightgrey;
  display: inline-block;
  border-radius: 5px;
  margin-right: 5px;
  margin-top: 5px;
  font-size: 12px;
  text-transform: capitalize !important;
}

page-offer .page-content .filter-menu-website .filtered-selected-value ion-icon {
  font-weight: bold;
  font-size: 15px;
  margin-right: 3px;
}

page-offer .page-content .filter-menu-website .side-menu-data {
  width: 100%;
}

page-offer .page-content .filter-menu-website .side-menu-data .error-message {
  color: white;
}

page-offer .page-content .filter-menu-website .side-menu-data .item-inner {
  font-size: 14px;
}

page-offer .page-content .filter-menu-website .clear-filters {
  font-size: 14px;
  margin-top: 5px;
}

page-offer .page-content .filter-menu-website .clear-filters ion-icon {
  margin-right: 3px;
}

page-offer .page-content .filter-menu-mobile .side-menu-content .scroll-content {
  overflow-x: hidden !important;
  overflow-y: scroll !important;
}

page-offer .page-content .page-data {
  width: 100%;
  padding: 0 10px 0 0;
  border-right: 1px solid #eeeeee;
}

page-offer .page-content .page-data .save-search {
  background-color: #f8f8f8;
  color: grey;
  border: 1px solid #d6d1d1;
  cursor: pointer;
}

page-offer .page-content .page-data .save-search .save-search-button {
  text-align: center;
  width: 100%;
}

page-offer .page-content .page-data .save-search ion-icon {
  font-weight: bold;
  margin-right: 5px;
}

page-offer .page-content .page-data .save-search .close-save-search {
  float: right;
}

page-offer .page-content .page-data .save-search .toolbar-background {
  background: unset;
  border-color: unset;
  border-bottom: unset !important;
}

page-offer .currentBid {
  font-size: 11px;
  color: #e99600;
  line-height: 13px;
}

page-offer .image-loading .circle-loader {
  stroke-width: 2px;
}

page-offer .scroll-content {
  padding-left: 0 !important;
}

page-offer .car-image {
  width: 100%;
}

page-offer .car-image.upcoming {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

page-offer .car-image-content {
  position: relative;
  max-width: 206px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 5px 5px 0px;
  z-index: 1;
}

page-offer .car-image-content .car-item {
  min-height: 170px;
}

page-offer .defaultImage {
  width: 206px;
  background-size: 150px;
  background: url("../../assets/images/placeholder.png") center center;
}

page-offer .car-detail {
  -webkit-box-flex: 8;
  -webkit-flex-grow: 8;
  -ms-flex-positive: 8;
  flex-grow: 8;
  margin-left: 20px;
  padding-top: 10px;
}

page-offer .car-detail .car-specs {
  font-size: 14px;
}

page-offer .filter-buttons {
  width: 98%;
}

page-offer .filter-icons {
  position: absolute;
  top: 15px;
  left: 10px;
  font-size: 25px;
  color: #17263C;
}

page-offer .filter-clear {
  right: 10px;
  left: unset !important;
}

page-offer .item-light {
  border-color: #ddd;
  background-color: #fff;
  color: #444;
}

page-offer .item-stable {
  border-color: #b2b2b2;
  background-color: #f8f8f8;
  color: #444;
}

page-offer .filter-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

page-offer .offerTypeBar {
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}

page-offer .offerTypeBar button {
  height: 40px;
  padding: unset;
  border-radius: unset;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: unset;
  font-size: small;
  font-weight: 400;
  border-color: #17263C;
  background-color: #f8f8f8 !important;
  color: #444;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

page-offer .offerTypeBar button:not(:first-child) {
  border-left: 1px solid #e9e9e9 !important;
}

@media (max-width: 320px) {
  page-offer .offerTypeBar button {
    font-size: x-small !important;
  }
  page-offer .offerTypeBar .page-data {
    padding: 0 10px !important;
  }
  page-offer .offerTypeBar .filter-circle {
    margin-right: 1px;
  }
}

@media (max-width: 405px) {
  page-offer .offerTypeBar button {
    font-size: 9px;
  }
  page-offer .offerTypeBar .filter-circle {
    height: 10px;
    width: 10px;
  }
}

page-offer .delivery-icon {
  font-size: 17px;
  color: #d20400;
}

page-offer .delivery-icon.available {
  color: green !important;
}

page-offer .toggle-filter-menu-button {
  border-radius: 4px;
  height: initial;
  font-size: 1.6rem;
  color: #fff;
  background-color: #17263C;
  padding: 10px;
  margin-top: -10px;
}

page-offer .main-menu-icon {
  float: left;
}

page-offer .filter-menu-icon {
  font-size: 25px;
  float: right;
  margin-right: 5px;
}

page-offer .best-seller-badge {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  width: 95px;
}

page-offer .inactiveFilter {
  opacity: 0.1;
}

page-offer .filter-circle {
  height: 12px;
  width: 12px;
  border-radius: 20px;
  display: inline-block;
  margin-right: 5px;
}

page-offer .title-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

page-offer .live-circle-margin {
  left: 28px;
}

page-offer .deal-circle-margin {
  left: 23px;
}

page-offer .filterCheck {
  position: relative;
  left: -5px !important;
}

page-offer .button:after {
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  content: ' ';
}

page-offer .item-container {
  border: 1px solid transparent;
  border-left: 5px solid transparent;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  position: relative;
  right: 0;
  width: 100%;
  margin: 10px auto;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

page-offer .car-item .input-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

page-offer .car-item .input-wrapper .label {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

page-offer .item-offer-type {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  right: 0;
  bottom: 0;
  height: 20px;
  line-height: 15px;
  font-size: 15px;
  padding: 3px 10px 5px 10px;
  font-weight: bold;
}

page-offer .live-color {
  background-color: #0099df;
}

page-offer .deal-color {
  background: rgba(233, 180, 22, 0.8);
}

page-offer .inventory-color {
  background: rgba(101, 167, 6, 0.8);
}

page-offer .inventory-auction-color {
  background-color: #37af0d;
}

page-offer .special-event-color {
  background: #ff69b4;
}

page-offer .negotiation-color {
  background-color: #ef473a;
}

page-offer .upcoming-color {
  background-color: #444;
}

page-offer .highest-bid {
  margin-bottom: 5px;
}

page-offer .car-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  text-decoration: none !important;
  color: #17263C;
  float: left;
}

page-offer .car-bid {
  font-size: small;
  color: #1a1a1a;
  float: right;
}

page-offer .truncate {
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
}

page-offer .itemPrice {
  margin-bottom: 5px;
}

page-offer .car-offer-timer {
  font-weight: bold;
  color: #d20400;
}

page-offer .car-offer-timer ion-icon {
  margin-right: 5px;
}

page-offer .title-section {
  border-bottom: 2px solid #d4d2cf80;
}

page-offer .auction-timer {
  padding-bottom: 5px !important;
  margin-top: 10px;
  clear: left;
}

page-offer ion-slides {
  height: auto;
}

page-offer .filter-detail-slide {
  margin-bottom: 45px;
}

page-offer .bid-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

page-offer .bid-section .car-bid-section {
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}

page-offer .bid-section .car-bid-section .save-search-toolbar {
  display: none;
}

page-offer .bid-section .my-bid-section {
  min-width: 200px;
  margin-left: 10px;
  border: 1px solid #17263C80;
  border-radius: 4px;
  z-index: 1;
}

page-offer .bid-section .my-bid-section .my-bid-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 40px;
  color: #fff;
  background-color: #17263C;
  border-color: #17263C80;
  font-weight: bold;
}

page-offer .bid-section .my-bid-section .my-bid-body {
  padding: 10px;
}

page-offer .bid-section .my-bid-section .my-bid-body .my-bid-items {
  margin-bottom: 5px;
  border: 2px solid transparent;
  position: relative;
  cursor: pointer;
  height: 150px;
  background-color: black;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  text-align: center;
}

page-offer .bid-section .my-bid-section .my-bid-body .my-bid-items .my-bid-image img {
  width: 100%;
}

page-offer .bid-section .my-bid-section .my-bid-body .my-bid-items .my-bid-price {
  position: absolute;
  bottom: 0;
  background-color: red;
  color: white;
  font-weight: bold;
  width: 100%;
}

page-offer .bid-section .my-bid-section .my-bid-body .loosing {
  border-color: red;
}

page-offer .bid-section .my-bid-section .my-bid-body .loosing .my-bid-price {
  background-color: red;
}

page-offer .bid-section .my-bid-section .my-bid-body .winning {
  border-color: green;
}

page-offer .bid-section .my-bid-section .my-bid-body .winning .my-bid-price {
  background-color: green;
}

@media screen and (max-width: 920px) {
  page-offer .save-search-toolbar {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  page-offer .save-search-button {
    display: inline-block !important;
  }
  page-offer .total-items button {
    visibility: visible;
    float: right;
  }
  page-offer .total-items button ion-icon {
    color: white;
  }
  page-offer .side-menu-content ion-item:not(.item-radio-checked) {
    background-color: black !important;
  }
  page-offer .side-menu-content ion-item.item-radio-checked {
    background-color: #FFD618;
  }
  page-offer .page-data {
    padding: 0 10px !important;
  }
  page-offer ion-header {
    padding-top: unset !important;
  }
}

@media screen and (max-width: 620px) {
  page-offer .rtl .item-container {
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-top: 5px solid transparent;
    border-radius: 5px 5px 0px 0px;
  }
  page-offer .rtl .item-inner {
    padding-left: unset !important;
  }
  page-offer .item-container {
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-top: 5px solid transparent;
    border-radius: 5px 5px 0px 0px;
  }
  page-offer .defaultImage {
    background: unset !important;
  }
  page-offer .car-item .input-wrapper .label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  page-offer .car-item > .item-inner {
    padding: 0;
  }
  page-offer .car-bid {
    float: unset !important;
    clear: both;
  }
  page-offer .background-image {
    width: 100% !important;
    height: 100% !important;
    background-image: url("../assets/images/placeholder.png");
    background-size: 150px;
    background-position: center center;
  }
  page-offer .car-image-content {
    width: 100% !important;
    max-width: unset;
    position: unset !important;
    overflow: hidden;
    height: 100%;
  }
  page-offer .car-detail {
    margin-left: unset;
    margin-top: 10px;
    padding: 15px;
  }
  page-offer .car-detail .car-specs {
    font-size: 14px;
  }
  page-offer .bid-section {
    display: block;
  }
  page-offer .bid-section .my-bid-section {
    border: none;
    border-top: 1px solid #eeeeee;
    border-radius: none;
    position: fixed;
    bottom: 0;
    left: 0;
    margin-left: unset !important;
    background-color: white;
    width: 100%;
  }
  page-offer .bid-section .my-bid-section .my-bid-header {
    display: none;
  }
  page-offer .bid-section .my-bid-section .my-bid-body {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  page-offer .bid-section .my-bid-section .my-bid-body .my-bid-items {
    margin-left: 5px;
    display: inline-block;
    height: 60px;
    overflow: hidden;
    background-color: black;
  }
  page-offer .bid-section .my-bid-section .my-bid-body .my-bid-items .my-bid-price {
    width: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 10px;
  }
  page-offer .bid-section .my-bid-section .my-bid-body .my-bid-items .my-bid-image img {
    width: 80px;
  }
}

page-order-details .scroll-content {
  background-color: #d3d3d31a !important;
}

page-order-details .order-title {
  font-size: 18px;
}

page-order-details .order-date {
  font-size: 15px;
}

page-order-details dealer-address-list {
  font-style: normal;
}

page-order-details dealer-address-list .action-sheet-group button {
  font-weight: bold;
}

page-order-details dealer-address-list button {
  background-color: white;
  position: relative;
}

page-order-details dealer-address-list .no-address {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: gray;
  background-color: #efeded !important;
  height: 100%;
}

page-order-details dealer-address-list .no-address .address-set-text {
  height: 44px;
  border-color: #e6b400;
  background-color: #ffc900;
  color: #444;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
}

page-order-details dealer-address-list .no-address .address-add-text {
  padding-top: 15px;
}

page-order-details dealer-address-list .list .address-main-content {
  position: relative;
  padding-left: 10px;
}

page-order-details dealer-address-list .list .address-icons {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

page-order-details dealer-address-list .list .item-selected {
  border-color: #142135;
  background-color: #17263c;
  color: #fff;
}

page-order-details dealer-address-list .list .item-selected .heading {
  color: #fff !important;
}

page-order-details dealer-address-list .list .item-selected .sub-heading {
  color: #fff !important;
}

page-order-details dealer-address-list .list .item-offer-type {
  position: absolute;
  background: #FFD618;
  color: #17263C;
  right: 0;
  bottom: 0px;
  height: 15px;
  line-height: 15px;
  font-size: 10px;
  padding: 0px 10px 5px 10px;
  font-weight: bold;
  border-radius: 0px;
}

page-order-details dealer-address-list .list button {
  padding: unset;
}

page-order-details dealer-address-list .address-text {
  padding-left: 35px;
  white-space: initial;
}

page-order-details dealer-address-list .address-text .heading {
  font-size: 16px;
  color: #17263C;
  margin-bottom: 2px;
  line-height: 1.2;
}

page-order-details dealer-address-list .address-text .sub-heading {
  color: #666666;
  margin-bottom: 2px;
  font-size: 14px;
}

page-order-details dealer-address-list .rtl {
  direction: rtl;
}

page-order-details dealer-address-list .rtl .item-offer-type {
  right: unset;
  left: 0;
}

page-order-details dealer-address-list .rtl .address-text {
  padding-left: unset;
  padding-right: 35px;
}

page-order-details .rtl .avatar-section {
  padding-left: 16px !important;
  padding-right: 72px;
}

page-order-details .rtl .avatar-section img {
  left: unset !important;
  right: 16px;
}

page-order-details .rtl .order-detail .type {
  text-align: right;
}

page-order-details .rtl .service-section ion-icon, page-order-details .rtl .feedback-section ion-icon {
  float: right !important;
  margin-right: unset !important;
  margin-left: 5px;
}

page-order-details .rtl .delivery-preference ion-icon {
  margin-left: 5px;
}

page-order-details .delivery-service ion-item-group {
  border: 1px solid #eee;
}

page-order-details .prefered-values button {
  font-size: 13px !important;
  color: #666;
  border-bottom: 1px solid #ddd;
  text-transform: unset;
}

page-order-details .prefered-values button .button-inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

page-order-details .expand-wrapper div {
  -webkit-transition: 0.09s all linear;
  transition: 0.09s all linear;
}

page-order-details .extra-height {
  height: 100px;
}

page-order-details .toolbar-content {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: -1;
}

page-order-details .service-section, page-order-details .feedback-section {
  font-weight: 500;
  padding: 16px;
  font-size: 16px;
  color: #17263C;
  border: 1px solid #ddd;
  border-bottom: unset;
  background-color: #fff;
}

page-order-details .service-section ion-icon, page-order-details .feedback-section ion-icon {
  float: left;
  margin-right: 5px;
}

page-order-details .avatar-section {
  position: relative;
  padding: 16px;
  padding-left: 72px;
  border: 1px solid #ddd;
}

page-order-details .avatar-section img {
  position: absolute;
  top: 16px;
  left: 16px;
  max-width: 40px;
  max-height: 40px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

page-order-details .delivery-preference {
  background-color: #f5f5f5 !important;
}

page-order-details .delivery-preference .align-left .button-inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

page-order-details .delivery-preference .align-right .button-inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

page-order-details .delivery-preference button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: unset;
  font-size: 12px;
  font-weight: bold;
  text-transform: unset;
  height: unset;
}

page-order-details .delivery-preference button ion-icon {
  font-size: 16px;
  font-weight: bold;
}

page-order-details .order-content-wrap .row {
  margin-bottom: 10px;
  font-size: 16px !important;
}

page-order-details .row {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  font-weight: bold;
  padding: 5px;
  padding-left: 10px;
  color: #444;
}

page-order-details .row .type {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  marign-right: 10px;
  text-align: left;
}

page-order-details .row .value {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

page-order-details .order-content-wrap {
  padding: 16px 16px 10px;
}

page-order-details .order-divider {
  min-height: 30px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-bottom: unset !important;
}

page-order-details .last-row {
  border: unset !important;
}

page-order-details .border-bottom {
  border-bottom: 1px solid #ddd !important;
}

page-order-details .circle-loader {
  margin-left: unset !important;
}

page-orders .scroll-content {
  background-color: #d3d3d31a !important;
}

page-orders ion-title .toolbar-title {
  font-size: 19px;
}

page-orders ion-card {
  margin: 20px 10px !important;
}

page-orders .order-content {
  padding: 16px;
  padding-bottom: 5px;
  font-family: inherit !important;
  border-bottom: 1px solid #ddd;
}

page-orders .order-content .row {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  font-weight: bold;
  padding: 5px;
  padding-left: 10px;
  color: #444;
}

page-orders .order-content .row .type {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  marign-right: 10px;
  text-align: left;
}

page-orders .order-content .row .value {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

page-orders .order-content .last-row {
  border-bottom: unset !important;
}

page-orders .order-footer {
  color: #17263C;
  padding-left: 16px;
  font-size: 13px;
  font-weight: bold;
}

page-orders .order-footer ion-icon {
  float: right;
}

page-orders .order-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
}

page-orders .order-date {
  font-size: 14px;
  color: #666;
}

page-orders .order-header {
  margin-bottom: 5px;
}

page-orders .rtl .type {
  text-align: right !important;
}

page-orders .rtl .order-footer ion-icon {
  float: left !important;
}

page-payment-method-invoice .invoice-wrapper .item-regular {
  color: #6D6D7C;
}

page-payment-method-invoice .invoice-wrapper .text-regular {
  color: black;
  opacity: 0.7;
  font-size: 15px;
  font-weight: 500;
}

page-payment-method-invoice .invoice-wrapper .item-link .item-value {
  font-size: 14px;
  font-weight: 700;
}

page-payment-method-invoice .invoice-wrapper .item-link .item-price-value {
  font-size: 16px;
  font-weight: 700;
}

page-payment-method-invoice .payment-method-item {
  margin-top: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 8px 16px;
}

page-payment-method-invoice .payment-method-item__selection {
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 2px solid #142135;
  border-radius: 100%;
}

page-payment-method-invoice .payment-method-item__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

page-payment-method-invoice .payment-method-item__details__heading {
  font-weight: bold;
  font-size: 15px;
}

page-payment-method-invoice .payment-method-item__details__detail {
  margin-top: 10px;
  font-size: 14px;
  opacity: 0.7;
}

page-payment-method-invoice .payment-method-item__details__balance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

page-payment-method-invoice .payment-method-item.active-payment {
  background-color: #142135;
  color: white !important;
}

page-payment-method-invoice .payment-method-item.active-payment .payment-method-item__selection {
  border: 2px solid #a3c7dc !important;
  background: white;
}

page-payment-method-invoice .payment-method-item.inactive-payment {
  background-color: white;
  color: black !important;
}

page-payment-method-invoice .payment-method-item.inactive-payment .payment-method-item__selection {
  border: 2px solid black !important;
}

page-payment-method-invoice .item[no-lines],
page-payment-method-invoice .item.item[no-lines] .item-inner {
  border: 0 !important;
}

page-payment-method-invoice .scroll-content {
  background-color: #F4F3F9;
}

page-payment-method-invoice ion-list {
  margin: 0 !important;
  font-size: 14px;
}

page-payment-method-invoice .available-balance {
  text-transform: uppercase;
  border-bottom: 0.55px solid #c8c7cc !important;
}

page-payment-method-invoice .available-balance__text {
  font-size: 14px;
  font-weight: 600;
}

page-payment-method-invoice .available-balance__amount {
  font-weight: bold;
  font-size: 18px;
}

page-payment-method-invoice ion-footer button {
  height: 50px !important;
  background: #142135 !important;
}

page-preferences .scroll-content {
  background-color: #d3d3d31a !important;
}

page-preferences ion-range {
  direction: ltr !important;
  position: relative;
}

page-preferences ion-range ion-label {
  top: 35px;
  position: absolute;
}

page-preferences ion-range .max-range {
  right: 0;
}

page-preferences ion-range .range-slider {
  top: -10px;
}

page-preferences .save-preferences {
  width: 100%;
  margin-top: 50px;
}

page-preferences .heading h4 {
  font-family: inherit !important;
}

page-preferences .heading p {
  color: #31708f;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 19px;
}

page-preferences .blue {
  color: #17263C;
}

page-preferences .selectBox .selected-value {
  border: 1px solid #17263C;
  background-color: #eae6e6;
  padding: 10px;
}

page-preferences .selectBox ion-list {
  border: 1px solid;
}

page-preferences .selectBox ion-icon {
  float: right;
  color: #17263C;
}

page-preferences .language-options {
  margin-top: 20px;
  padding-top: 20px;
}

page-preferences iframe {
  width: 100%;
  height: 100%;
  border: none;
  padding-right: 5px;
  padding-left: 5px;
}

page-preferences .rtl span {
  direction: ltr !important;
  float: left;
  margin-right: 5px;
}

privacy-policy .privacy-policy {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 16px;
  text-align: justify;
}

privacy-policy .privacy-policy h4 {
  font-size: 16px;
}

page-reset-password .error {
  color: red;
}

page-terms-and-condition .terms-data {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 16px;
  text-align: justify;
}

page-terms-and-condition .terms-data iframe {
  height: 100%;
  width: 100%;
  border: unset !important;
}

ion-app {
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 1em;
  line-height: 1.5;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

/**
** Media queries for mobile responsive screens
 */
@media only screen and (max-width: 600px) {
  .account-page-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  account-side-bar {
    width: 100% !important;
  }
  .account-page-container {
    width: 100% !important;
  }
}

dealer-address-modal ion-header {
  padding-top: unset !important;
}

.ltr {
  direction: ltr;
}

.sac-alert {
  padding: 15px;
  border: 1px solid transparent;
}

.danger ion-label {
  color: #ef473a !important;
}

.danger ion-input, .danger ion-select {
  background-color: #e4b9b9 !important;
}

.sac-alert.alert-info {
  color: #1c7ed6;
  background-color: #e7f5ff;
  border-color: #228be6;
}

.sac-alert.alert-danger {
  color: #a94442 !important;
  background-color: #f2dede !important;
  border-color: #ebccd1;
}

.sac-alert.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

.account-page-content {
  border: 1px solid #e6e2e2;
  border-bottom: none;
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.account-page-content .account-page-container {
  width: calc(100% - 300px);
}

.account-page-content .account-page-container > h1 {
  padding-left: 10px;
  margin-bottom: 1px;
  border-bottom: 3px solid #FFD618 !important;
  color: #17263C !important;
}

.account-page-content .account-page-container .account-page-data {
  width: 100%;
  padding: 10px;
  height: 100%;
  min-height: 100vh;
}

announcement ion-toolbar {
  margin: 15px;
  color: #a94442 !important;
  background-color: #f2dede !important;
  border: 1px solid #ebccd1 !important;
  font-weight: 500;
  padding: 10px;
}

announcement ion-toolbar .toolbar-background {
  background: unset;
  border-color: unset;
}

.rtl announcement .toolbar-background {
  -webkit-transform: unset;
  transform: unset;
}

header {
  width: 100%;
}

ion-item.item, button.item, ion-list-header.item {
  background-color: transparent;
}

.close-icon {
  color: #17263C;
  font-size: 30px;
  padding-left: 10px;
  font-weight: bolder;
}

.close-button-modals {
  font-weight: bold;
  font-size: 25px;
}

.app-version {
  color: #e0e0e0c9;
  background-color: black;
  padding: 5px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
}

image-slider {
  direction: ltr !important;
}

.consumer .ion-ios-help {
  font-size: 30px;
  font-weight: bold;
}

.consumer ion-buttons {
  position: absolute;
}

.consumer ion-icon {
  color: #81ad2a !important;
}

.consumer .toolbar-background {
  background: #81ad2a !important;
}

.consumer ion-title {
  height: 45px;
}

.consumer .header-image {
  max-height: 40px;
}

.consumer-alert .alert-head {
  background-color: #81ad2a !important;
  color: white !important;
}

.rtl {
  direction: rtl;
  font-family: Tajawal, sans-serif !important;
}

.rtl .account-page-container > h1 {
  padding-left: 0px;
  padding-right: 10px;
}

.rtl .alert-message {
  text-align: right;
}

.rtl .select-icon {
  margin-right: 5px;
}

.rtl .side-menu-option ion-icon {
  float: right;
  margin-right: unset;
  margin-left: 10px;
}

.rtl .side-menu-option div {
  float: right;
}

.rtl .log-out-arabic {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rtl .action-sheet-icon.icon-md {
  margin: 0 0 0 32px;
}

.rtl .action-sheet-icon.icon-ios {
  padding-right: unset;
  padding-left: 0.3em;
}

.rtl .segment-button:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0px;
  margin-left: 0;
  margin-right: unset;
}

.rtl .segment-button:last-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 4px;
  margin-right: 0;
  border-right-width: 0;
  border-left-width: 1px;
  margin-left: unset;
}

.rtl .header-data {
  float: left;
}

.rtl account-side-bar {
  border-right: unset !important;
  border-left: 1px solid #e6e2e2;
}

.rtl account-side-bar button {
  padding-right: 16px;
  padding-left: 0px;
}

.addressSheet button {
  font-weight: bold;
}

.padding-top {
  padding-top: 10px;
}

.padding-bottom {
  padding-bottom: 10px;
}

.button-positive {
  border-color: #0078ac !important;
  background-color: #17263C !important;
  color: #fff !important;
}

.button-cancel, .button-positive {
  border: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center !important;
}

.button-cancel span, .button-positive span {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.button-cancel {
  color: black !important;
  border: 1px solid #b2b2b2;
  background-color: #f8f8f8 !important;
}

.alert-title {
  text-align: center;
}

.languageAlert .alert-head {
  background-color: cornflowerblue !important;
  color: white !important;
}

.popover-notes {
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
}

.clear {
  clear: both;
}

.bold-text {
  font-weight: bold !important;
}

/**
 * Button Bar
 * --------------------------------------------------
 */
.button-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.button-bar.button-bar-inline {
  display: block;
  width: auto;
  *zoom: 1;
}

.button-bar.button-bar-inline:before, .button-bar.button-bar-inline:after {
  display: table;
  content: "";
  line-height: 0;
}

.button-bar.button-bar-inline:after {
  clear: both;
}

.button-bar.button-bar-inline > .button {
  width: auto;
  display: inline-block;
  float: left;
}

.button-bar > .button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  overflow: hidden;
  padding: 0 16px;
  width: 0;
  border-width: 1px 0px 1px 1px;
  border-radius: 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.button-bar > .button:before, .button-bar > .button .icon:before {
  line-height: 44px;
}

.button-bar > .button:first-child {
  border-radius: 2px 0px 0px 2px;
}

.button-bar > .button:last-child {
  border-right-width: 1px;
  border-radius: 0px 2px 2px 0px;
}

.button:after {
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  content: ' ';
}

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

.bar-stable .button {
  border-color: #b2b2b2;
  background-color: #f8f8f8;
  color: #444;
}

/*
* Header Bar styles
*/
.bar.bar-positive {
  border-color: #0078ac;
  background-color: #17263C;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0078ac), color-stop(50%, #0078ac), color-stop(50%, transparent));
  background-image: linear-gradient(0deg, #0078ac, #0078ac 50%, transparent 50%);
  color: #fff;
}

.bar-header {
  top: 0;
  border-top-width: 0;
  border-bottom-width: 1px;
}

.toolbar-title {
  text-align: center;
  font-size: 17px;
}

/**
    Custom spinner styling
     */
.circle-loader {
  margin-left: 48%;
  fill: transparent;
  stroke: #333;
  stroke-width: 5;
  -webkit-animation: dash 2s ease infinite, rotate 2s linear infinite, color 8s linear infinite;
  animation: dash 2s ease infinite, rotate 2s linear infinite, color 8s linear infinite;
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 95;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 85, 95;
    stroke-dashoffset: -25;
  }
  100% {
    stroke-dasharray: 85, 95;
    stroke-dashoffset: -93;
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes color {
  0% {
    stroke: #17263c;
  }
  24% {
    stroke: #66b5e0;
  }
  25% {
    stroke: #f8b232;
  }
  49% {
    stroke: #fec764;
  }
  50% {
    stroke: #81cf4e;
  }
  74% {
    stroke: #c8db5c;
  }
  75% {
    stroke: #2496d4;
  }
  100% {
    stroke: #66b5e0;
  }
}

.image-container .circle-loader {
  stroke-width: 2px;
}

.menuLogo {
  height: 25px;
  width: 130px;
  display: block;
  margin: 0 auto;
}

.side-menu-content {
  background-color: black;
}

.side-menu-content .item-inner {
  border-bottom: 1px solid #3c3a3a !important;
}

.side-menu-content > button {
  width: 95%;
  position: absolute;
  right: 5px;
  bottom: 0;
  background: #17263C;
}

.side-menu-content ion-item {
  background-color: black;
  color: white;
}

.side-menu-option ion-icon {
  margin-right: 10px;
  margin-left: 16px;
  color: #17263C;
  font-size: 25px;
  float: left;
}

.side-menu-option div {
  float: left;
  padding-top: 3px;
}

.side-menu-value {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
}

.leftMenuIcon {
  width: 33px;
  height: 22px;
  float: left;
}

.notificationALert .okButton {
  background-color: #17263C;
  color: white;
  width: 100%;
}

.notificationALert .okButton span {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.notificationALert .alert-message {
  text-align: center;
}

.no-car-text {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: gray;
  padding-top: 15px;
  height: 100%;
}

.not-active {
  border: 1px solid;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  color: #387ef5;
  background-color: transparent;
}

.energized-bg {
  background-color: #ffc900 !important;
}

.assertive-bg {
  background-color: #ef473a !important;
}

.balanced-bg {
  background-color: #37af0d !important;
}

.positive-bg {
  background-color: #17263C !important;
}

.loader-container {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
}

.bid-confirm-box .alert-title {
  font-size: 15px !important;
}

.bid-confirm-box .bid-placed {
  color: #17263C;
}

.error-alert .alert-head {
  background-color: red;
  color: white;
  margin-bottom: 10px;
  height: 40px;
  padding-top: 10px;
}

.error-alert .alert-message {
  text-align: center;
}

.error-alert button {
  background-color: red !important;
  color: white !important;
  border-radius: 15px !important;
}

.error-alert .alert-button-group {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rtl .log-out {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rtl inspection-report ion-item-divider ion-label ion-icon {
  float: right;
  margin-top: 3px;
  margin-right: unset;
  margin-left: 5px;
}

.uppercase {
  text-transform: uppercase;
}

.centerText {
  text-align: center;
}

.active-menu {
  background-color: #056391 !important;
}

.active-menu ion-icon {
  color: white !important;
}

.active-menu-consumer {
  background-color: #54711c !important;
}

.active-menu-consumer ion-icon {
  color: white !important;
}

.white {
  color: white !important;
}

#custom-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  background-color: #002a3e;
}

.flb {
  background-color: #7c9a56;
  height: 100%;
  width: 100%;
  -webkit-animation: pulse 1s linear forwards;
  animation: pulse 1s linear forwards;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.Aligner-item {
  max-width: 50%;
}

.Aligner-item--top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.Aligner-item--bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

#custom-overlay img {
  display: block;
  margin: 0 auto;
  width: 50%;
  height: auto;
  -webkit-animation: animation 3100ms linear infinite both;
  animation: animation 3100ms linear infinite both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.flb-update-footer {
  color: white;
  font-size: large;
  bottom: 100px;
  position: absolute;
  font-weight: 300;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
  text-align: center;
}

@-webkit-keyframes animation {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
  }
  1.14% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1);
  }
  2.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1);
  }
  3.43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1);
  }
  4.54% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -31.997, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -31.997, 0, 0, 1);
  }
  4.58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.47, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.47, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1);
  }
  6.76% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -1.766, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -1.766, 0, 0, 1);
  }
  6.86% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1);
  }
  9.01% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 2.88, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 2.88, 0, 0, 1);
  }
  9.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.007, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.007, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1);
  }
  11.23% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.99, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.99, 0, 0, 1);
  }
  20.16% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.01, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.01, 0, 0, 1);
  }
  23.45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
  }
  28.47% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
  }
  28.57% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
  }
  29.1% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -7.992, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -7.992, 0, 1);
  }
  29.86% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -15.312, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -15.312, 0, 1);
  }
  31.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -19.275, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -19.275, 0, 1);
  }
  32.75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1);
  }
  34.33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1);
  }
  35.71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1);
  }
  35.94% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1);
  }
  37.51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1);
  }
  40.08% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1);
  }
  46.45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
  }
  49.02% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1);
  }
  55.38% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.96% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1);
  }
  62.4% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
  }
  64.04% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.19% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.41, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.41, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  65.57% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 218.852, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 218.852, 0, 0, 1);
  }
  65.82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.747, 1, 0, 0, 0, 0, 1, 0, 257.135, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.747, 1, 0, 0, 0, 0, 1, 0, 257.135, 0, 0, 1);
  }
  67.11% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 416.676, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 416.676, 0, 0, 1);
  }
  67.36% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 439.293, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 439.293, 0, 0, 1);
  }
  68.65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 517.583, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 517.583, 0, 0, 1);
  }
  68.9% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.956, 1, 0, 0, 0, 0, 1, 0, 526.138, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.956, 1, 0, 0, 0, 0, 1, 0, 526.138, 0, 0, 1);
  }
  70.43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 546.667, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 546.667, 0, 0, 1);
  }
  72.62% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 528.816, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 528.816, 0, 0, 1);
  }
  74.4% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 510.313, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 510.313, 0, 0, 1);
  }
  76.59% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 498.826, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 498.826, 0, 0, 1);
  }
  78.37% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.834, 1, 0, 0, 0, 0, 1, 0, 496.885, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.834, 1, 0, 0, 0, 0, 1, 0, 496.885, 0, 0, 1);
  }
  84.52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 500.078, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 500.078, 0, 0, 1);
  }
  86.31% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500.208, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500.208, 0, 0, 1);
  }
  92.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.994, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.994, 0, 0, 1);
  }
  94.28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.986, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.986, 0, 0, 1);
  }
  98.21% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.997, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.997, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
  }
}

@keyframes animation {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
  }
  1.14% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1);
  }
  2.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1);
  }
  3.43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1);
  }
  4.54% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -31.997, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -31.997, 0, 0, 1);
  }
  4.58% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.47, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.47, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1);
  }
  6.76% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -1.766, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -1.766, 0, 0, 1);
  }
  6.86% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1);
  }
  9.01% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 2.88, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 2.88, 0, 0, 1);
  }
  9.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.007, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.007, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1);
  }
  11.23% {
    -webkit-transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.99, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.99, 0, 0, 1);
  }
  20.16% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.01, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.01, 0, 0, 1);
  }
  23.45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1);
  }
  28.47% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
  }
  28.57% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
  }
  29.1% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -7.992, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -7.992, 0, 1);
  }
  29.86% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -15.312, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -15.312, 0, 1);
  }
  31.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -19.275, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -19.275, 0, 1);
  }
  32.75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1);
  }
  34.33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1);
  }
  35.71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1);
  }
  35.94% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1);
  }
  37.51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1);
  }
  40.08% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1);
  }
  46.45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
  }
  49.02% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1);
  }
  55.38% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.96% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1);
  }
  62.4% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
  }
  64.04% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.19% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.41, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.41, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  65.57% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 218.852, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 218.852, 0, 0, 1);
  }
  65.82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.747, 1, 0, 0, 0, 0, 1, 0, 257.135, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.747, 1, 0, 0, 0, 0, 1, 0, 257.135, 0, 0, 1);
  }
  67.11% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 416.676, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 416.676, 0, 0, 1);
  }
  67.36% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 439.293, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 439.293, 0, 0, 1);
  }
  68.65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 517.583, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 517.583, 0, 0, 1);
  }
  68.9% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.956, 1, 0, 0, 0, 0, 1, 0, 526.138, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.956, 1, 0, 0, 0, 0, 1, 0, 526.138, 0, 0, 1);
  }
  70.43% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 546.667, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 546.667, 0, 0, 1);
  }
  72.62% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 528.816, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 528.816, 0, 0, 1);
  }
  74.4% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 510.313, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 510.313, 0, 0, 1);
  }
  76.59% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 498.826, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 498.826, 0, 0, 1);
  }
  78.37% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.834, 1, 0, 0, 0, 0, 1, 0, 496.885, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.834, 1, 0, 0, 0, 0, 1, 0, 496.885, 0, 0, 1);
  }
  84.52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 500.078, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 500.078, 0, 0, 1);
  }
  86.31% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500.208, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500.208, 0, 0, 1);
  }
  92.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.994, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.994, 0, 0, 1);
  }
  94.28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.986, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.986, 0, 0, 1);
  }
  98.21% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.997, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.997, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
  }
}

.bid-confirmation-container bid-confirmation .popup-title {
  margin: 0;
  font-size: 25px;
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
  text-align: center;
  vertical-align: baseline;
  font-family: inherit !important;
  font-weight: 500;
}

inspection-report ion-grid {
  font-size: 16px;
}

inspection-report ion-item-group {
  display: block;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}

@media screen and (max-width: 774px) {
  inspection-report ion-item-group {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  inspection-report ion-item-group ion-row {
    border-bottom: #cccccc !important;
  }
}

inspection-report ion-item-group > div {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  background-color: #f9f9f9;
  border: .5px solid #eee;
  display: inline-block;
  margin: 0 0 1em;
  width: 100% !important;
  max-width: unset !important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
}

inspection-report ion-item-group > div ion-item-divider {
  color: #444;
  font-size: 16px;
  background-color: #d6d6d6;
  border: 1px solid #a6a6a6;
  padding: 0 10px;
  margin-top: unset !important;
}

inspection-report ion-item-group > div ion-item-divider ion-label {
  font-size: 17px !important;
}

inspection-report ion-item-group > div ion-item-divider ion-label ion-icon {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}

ion-content.ltr ion-icon[icon-ltr] {
  display: block;
}

ion-content.ltr ion-icon[icon-rtl] {
  display: none;
}

ion-content.rtl ion-icon[icon-ltr] {
  display: none;
}

ion-content.rtl ion-icon[icon-rtl] {
  display: block;
}

.item-select-searchable .label {
  margin-right: 0;
}

.select-searchable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.select-searchable .disabled {
  opacity: 0.3;
  pointer-events: none;
}

.select-searchable-label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select-searchable-value {
  max-width: 45%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select-searchable-icon {
  position: relative;
  width: 20px;
}

.select-searchable-icon-inner {
  position: absolute;
  top: 50%;
  left: 5px;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  pointer-events: none;
}

.select-searchable-ios .select-searchable-icon {
  height: 18px;
}

.select-searchable-ios .select-searchable-icon-inner {
  margin-top: -2px;
  color: #999;
}

.select-searchable-ios .select-searchable-value {
  padding-left: 16px;
}

.select-searchable-md .select-searchable-icon {
  height: 19px;
}

.select-searchable-md .select-searchable-icon-inner {
  margin-top: -3px;
  color: #999;
}

.select-searchable-md .select-searchable-value {
  padding-left: 16px;
}

.select-searchable-md .select-searchable-label {
  color: #999;
}

.select-searchable-spinner-background {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #17263C;
  z-index: 100;
  opacity: 0.05;
}

.select-searchable-spinner ion-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin-top: -14px;
  margin-left: -14px;
}

ion-footer {
  height: 100px;
}

ion-footer footer {
  height: 100px;
}

.select-searchable-page.select-searchable-page-can-reset.select-searchable-page-multiple .footer .col {
  padding: 0 5px;
}

.modal-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-small ion-backdrop {
  visibility: visible;
  z-index: 0;
}

.modal-small .modal-wrapper {
  width: 50%;
  max-width: 600px;
  max-height: 60%;
}

.modal-small ion-footer {
  height: 56px !important;
}

@media screen and (min-width: 1281px) {
  .modal-small .modal-wrapper {
    width: 45%;
    max-height: 40%;
  }
}

@media screen and (max-width: 500px) {
  .modal-small .modal-wrapper {
    width: 80%;
    max-height: 60%;
  }
}

.modal-extra-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-extra-small ion-backdrop {
  visibility: visible;
  z-index: 0;
}

.modal-extra-small .modal-wrapper {
  width: 40%;
  max-width: 600px;
  max-height: 40%;
}

.modal-extra-small ion-footer {
  height: 64px !important;
}

.gaugeMeter {
  position: relative;
}

.gaugeMeter .highcharts-container {
  margin: 0 auto;
}

.info-icon {
  position: absolute;
  bottom: 0;
  right: 42px;
  font-size: 20px;
  color: #1c7ed6;
}

@media screen and (max-width: 380px) {
  .info-icon {
    right: 8%;
  }
  [dir="rtl"] .info-icon {
    right: unset;
    left: 5%;
  }
}

.best-seller-badge {
  position: absolute;
  height: 70px !important;
  width: 70px !important;
  top: 0;
  z-index: 11;
  right: 0;
}

.error-box {
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  padding: 10px;
  font-weight: bold;
  margin: 0 8px;
}

.section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-header .section-header-label {
  padding: 0;
}

.section-header .section-header-btn {
  padding: 0 !important;
  text-align: right;
}

.rtl .section-header-btn {
  padding: 0 !important;
  text-align: left;
}

.obd-modal-title {
  padding: 0;
}

.obd-modal-footer {
  padding: 6px 10px !important;
  margin: 0 !important;
}

.obd-modal-item {
  padding-left: 16px;
  padding-right: 16px;
}

ion-icon[class*="custom-"] {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: currentColor;
  width: 1em;
  height: 1em;
}

ion-icon[class*="custom-petrol-pump"] {
  -webkit-mask-image: url(../assets/icon/gas-outline.svg);
  mask-image: url(../assets/icon/gas-outline.svg);
}

ion-icon[class*="custom-engine"] {
  -webkit-mask-image: url(../assets/icon/engine-light.svg);
  mask-image: url(../assets/icon/engine-light.svg);
}

ion-icon[class*="custom-gearshift"] {
  -webkit-mask-image: url(../assets/icon/gearshift-line.svg);
  mask-image: url(../assets/icon/gearshift-line.svg);
}

ion-icon[class*="custom-car-body"] {
  -webkit-mask-image: url(../assets/icon/car-2.svg);
  mask-image: url(../assets/icon/car-2.svg);
}

ion-icon[class*="custom-car-specs"] {
  -webkit-mask-image: url(../assets/icon/car-specs.svg);
  mask-image: url(../assets/icon/car-specs.svg);
}

.content {
  color: #17263C;
}

.button-outline {
  background-color: white;
  color: #17263c;
  border: 1px solid #17263c;
  font-weight: bold;
}

.button-outline:hover {
  color: white;
  background-color: #17263c;
}

.invalid[type=text] {
  border: 2px solid #f5222d !important;
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/alert-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.valid[type=text] {
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/checkmark-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.invalid[type=email] {
  border: 2px solid #f5222d !important;
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/alert-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.valid[type=email] {
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/checkmark-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.valid[type=password] {
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/checkmark-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.valid[type=number] {
  padding-right: calc(1.5em + .75rem);
  background-image: url("../../assets/icon/checkmark-circle.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

[dir="rtl"] {
  font-family: Tajawal, sans-serif !important;
}

[dir="rtl"] .invalid input[type=email] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid input[type=email] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .invalid[type=text] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid[type=text] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid[type=number] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .invalid[type=email] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid[type=email] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

[dir="rtl"] .valid[type=password] {
  padding-right: 0.75rem !important;
  padding-left: calc(1.5em + .75rem) !important;
  background-position: left calc(.375em + .1875rem) center !important;
}

ion-item.invalid {
  border: 0.5px solid red !important;
  border-radius: 5px;
  font-size: small;
  margin-top: 10px;
}

.hidden-field {
  padding: 4px 15px;
  color: #626262;
  z-index: 9999;
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.text-underline {
  text-decoration: underline;
  color: #17263c;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.cursor-pointer {
  cursor: pointer !important;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.no-border {
  border: none !important;
}

page-thankyou .img-success {
  margin-top: -40px;
}

page-thankyou .btn-refresh {
  display: none !important;
}

page-wallet .scroll-content {
  background-color: white !important;
}

page-wallet .item-link {
  cursor: pointer;
}

page-wallet .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

page-wallet .title button {
  margin-top: -10px;
}

page-wallet ion-title .toolbar-title {
  font-size: 19px;
}

page-wallet ion-card {
  margin: 20px 10px !important;
}

page-wallet .disabled-report {
  pointer-events: none;
  opacity: 0.5;
}

page-wallet ion-list {
  margin: 0 !important;
}

page-wallet .text-uppercase {
  text-transform: uppercase;
}

page-wallet .bg-wallet {
  background-color: #F4F3F9;
}

page-wallet .scrollclose .scroll-content {
  z-index: 20;
  display: block;
  overflow-x: unset;
  overflow-y: unset;
}

page-wallet .top-header {
  width: 240px;
  position: absolute;
  right: 0;
  top: -20px;
  z-index: 20;
}

page-wallet .top-header .card-content {
  padding: 4px 18px 0px;
}

page-wallet .top-header ion-item {
  padding: 0;
}

page-wallet .top-header ion-item ion-label {
  font-size: 13px;
}

page-wallet .top-header ion-item img {
  width: 18px;
}

page-wallet .available-balance {
  text-transform: uppercase;
  border-bottom: 0.55px solid #c8c7cc !important;
}

page-wallet .available-balance__text {
  font-size: 13px;
  font-weight: 600;
}

page-wallet .available-balance__amount {
  font-weight: bold;
  font-size: 18px;
}

page-wallet .item-link {
  font-size: 14px;
  font-weight: 500;
  color: #17263D;
}

page-wallet .wallet-history__header {
  background: unset;
  padding: 0 16px;
  font-weight: bold;
  font-size: 14px;
}

page-wallet .wallet-history__header .item-inner {
  padding: 0 !important;
  border: unset !important;
}

page-wallet .wallet-history__content ion-item-divider {
  font-size: 14px;
  font-weight: 500;
  color: #6D6D7C;
  background: #efefef;
}

page-wallet .wallet-history__content .transaction {
  border-bottom: 0.55px solid #c8c7cc !important;
}

page-wallet .wallet-history__content .transaction ion-icon.credit {
  color: #6BA21C;
}

page-wallet .wallet-history__content .transaction-details__top {
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

page-wallet .wallet-history__content .transaction-details__top span {
  font-size: 14px;
  white-space: initial;
}

page-wallet .wallet-history__content .transaction-details__top-label {
  -webkit-box-flex: 1.6;
  -webkit-flex: 1.6;
  -ms-flex: 1.6;
  flex: 1.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

page-wallet .wallet-history__content .transaction-details__top-amount {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

page-wallet .wallet-history__content .transaction-details__top-amount.credit {
  color: #6BA21C;
}

page-wallet .wallet-history__content .transaction-details__bottom {
  margin-top: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #6D6D7C;
}

page-wallet-credit .scroll-content {
  background-color: white !important;
}

page-wallet-credit .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

page-wallet-credit .title button {
  margin-top: -10px;
}

page-wallet-credit .message {
  background: white;
  padding: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

page-wallet-credit .message ion-icon {
  font-size: 24px;
}

page-wallet-credit .message .sac-alert {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  line-height: 1.5;
}

page-wallet-credit .text-error {
  color: red;
  font-weight: bold;
  font-size: 12px;
}

page-wallet-credit .scroll-content {
  background-color: #F4F3F9;
}

page-wallet-credit .disabled {
  opacity: 0.4;
  pointer-events: none;
}

page-wallet-credit .disabled-report {
  pointer-events: none;
  opacity: 0.5;
}

page-wallet-credit ion-list {
  margin: 0 !important;
}

page-wallet-credit .text-uppercase {
  text-transform: uppercase;
}

page-wallet-credit .bg-wallet {
  background-color: #F4F3F9;
}

page-wallet-credit .scrollclose .scroll-content {
  z-index: 20;
  display: block;
  overflow-x: unset;
  overflow-y: unset;
}

page-wallet-credit .top-header {
  width: 240px;
  position: absolute;
  right: 0;
  top: -20px;
  z-index: 20;
}

page-wallet-credit .top-header .card-content {
  padding: 4px 18px 0;
}

page-wallet-credit .top-header ion-item {
  padding: 0;
}

page-wallet-credit .top-header ion-item ion-label {
  font-size: 13px;
}

page-wallet-credit .top-header ion-item img {
  width: 18px;
}

page-wallet-credit .create-input {
  height: 46px;
  border: unset;
  border-bottom: 1px solid black;
  border-radius: 0;
  padding: 2px 24px;
  margin: 4px 0;
  font-weight: bold;
}

page-wallet-credit .add-balance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: black;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 0 16px 16px;
  position: relative;
  border-bottom: 0.55px solid #c8c7cc !important;
}

page-wallet-credit .add-balance__text {
  font-size: 13px;
  font-weight: 600;
}

page-wallet-credit .add-balance__input {
  position: relative;
  width: 100%;
}

page-wallet-credit .add-balance .create-input {
  height: 46px;
  border: unset;
  border-bottom: 1px solid #333333;
  border-radius: 0;
  padding: 2px 24px;
  margin: 4px 0;
}

page-wallet-credit .add-balance__text-currency {
  position: absolute;
  right: 10%;
  top: 32%;
}

page-wallet-credit .add-balance__text-currency.rtl {
  right: unset;
  left: 10% !important;
}

page-wallet-credit .wallet-credit {
  padding: 6px 16px 0;
}

page-wallet-credit .wallet-credit__text {
  font-size: 14px;
}

page-wallet-credit .wallet-credit__header {
  background: unset;
  padding: 0;
  font-weight: bold;
  font-size: 12px;
}

page-wallet-credit .wallet-credit__header .item-inner {
  padding: 0 !important;
  border: unset !important;
}

page-wallet-credit .wallet-credit__option {
  background: white;
  width: 100%;
  border-radius: 6px;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 16px;
  cursor: pointer;
}

page-wallet-credit .wallet-credit__option img {
  display: block;
}

page-wallet-credit .wallet-credit__option__header {
  display: block;
  margin-top: 1.5rem;
  font-weight: bold;
}

page-wallet-credit .wallet-credit__option__subtext {
  display: block;
  font-weight: 400;
  margin-top: 1rem;
  color: #000000;
  opacity: 0.65;
}

page-wallet-credit .wallet-credit__content ion-item-divider {
  font-size: 14px;
  font-weight: 500;
  color: #6D6D7C;
}

page-wallet-credit .wallet-credit__content .transaction {
  border-bottom: 0.55px solid #c8c7cc !important;
}

page-wallet-credit .wallet-credit__content .transaction ion-icon.credit {
  color: #6BA21C;
}

page-wallet-credit .wallet-credit__content .transaction-details__top {
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

page-wallet-credit .wallet-credit__content .transaction-details__top span {
  font-size: 12px;
  white-space: initial;
}

page-wallet-credit .wallet-credit__content .transaction-details__top-label {
  -webkit-box-flex: 1.6;
  -webkit-flex: 1.6;
  -ms-flex: 1.6;
  flex: 1.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

page-wallet-credit .wallet-credit__content .transaction-details__top-amount {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

page-wallet-credit .wallet-credit__content .transaction-details__top-amount.credit {
  color: #6BA21C;
}

page-wallet-credit .wallet-credit__content .transaction-details__bottom {
  margin-top: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #6D6D7C;
}

page-wallet-debit .spinner-debit {
  left: 50%;
  top: 10px;
  position: absolute;
  width: 30px;
  height: 30px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

page-wallet-debit .cannot-withdraw-message {
  padding: 16px;
  font-size: 16px;
}

page-wallet-debit .cannot-withdraw-message .sac-alert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

page-wallet-debit .cannot-withdraw-message .sac-alert ion-icon {
  font-size: 26px;
}

page-wallet-debit .cannot-withdraw-message .sac-alert button {
  font-weight: bold;
}

page-wallet-debit .scroll-content {
  background-color: white !important;
}

page-wallet-debit .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

page-wallet-debit .title button {
  margin-top: -10px;
}

page-wallet-debit .bg-wallet {
  background-color: #F4F3F9;
}

page-wallet-debit .spinner-debit {
  left: 50%;
  top: 150px;
  position: absolute;
  width: 30px;
  height: 30px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

page-wallet-debit .details {
  color: #6D6D7C;
  font-weight: bold;
  font-size: 18px;
}

page-wallet-debit .text-error {
  color: red;
  font-weight: bold;
  font-size: 12px;
}

page-wallet-debit .text-trim {
  width: 75px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

page-wallet-debit .danger ion-label {
  color: #ef473a !important;
}

page-wallet-debit .danger ion-item, page-wallet-debit .danger ion-select {
  background-color: #e4b9b9 !important;
}

page-wallet-debit .danger ::-webkit-input-placeholder {
  color: #ef473a;
  opacity: 1;
  /* Firefox */
}

page-wallet-debit .danger ::-moz-placeholder {
  color: #ef473a;
  opacity: 1;
  /* Firefox */
}

page-wallet-debit .danger ::-ms-input-placeholder {
  color: #ef473a;
  opacity: 1;
  /* Firefox */
}

page-wallet-debit .danger ::placeholder {
  color: #ef473a;
  opacity: 1;
  /* Firefox */
}

page-wallet-debit .scroll-content {
  background-color: #F4F3F9;
  overflow: scroll;
  padding-bottom: 120px;
}

page-wallet-debit .available-balance {
  text-transform: uppercase;
  border-bottom: 0.55px solid #c8c7cc !important;
}

page-wallet-debit .available-balance__text {
  font-size: 13px;
  font-weight: 600;
}

page-wallet-debit .available-balance__amount {
  font-weight: bold;
  font-size: 18px;
}

page-wallet-debit ion-list {
  margin: 0 !important;
}

page-wallet-debit .text-uppercase {
  text-transform: uppercase;
}

page-wallet-debit .bg-wallet {
  background-color: #F4F3F9;
}

page-wallet-debit .scrollclose .scroll-content {
  z-index: 20;
  display: block;
  overflow-x: unset;
  overflow-y: unset;
}

page-wallet-debit .top-header {
  width: 240px;
  position: absolute;
  right: 0;
  top: -20px;
  z-index: 20;
}

page-wallet-debit .top-header .card-content {
  padding: 4px 18px 0px;
}

page-wallet-debit .top-header ion-item {
  padding: 0;
}

page-wallet-debit .top-header ion-item ion-label {
  font-size: 13px;
}

page-wallet-debit .top-header ion-item img {
  width: 18px;
}

page-wallet-debit .add-balance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: black;
  opacity: 0.65;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 8px 16px;
  border-bottom: 0.55px solid #c8c7cc !important;
}

page-wallet-debit .add-balance__text {
  font-size: 13px;
  font-weight: 600;
}

page-wallet-debit .add-balance .create-input {
  height: 46px;
  border: 1px solid #00000033;
  border-radius: 6px;
  padding: 0px 24px;
  margin: 4px 0px !important;
}

page-wallet-debit .add-balance__text-currency-ltr {
  position: absolute;
  right: 10%;
  top: 50%;
}

page-wallet-debit .add-balance__text-currency-rtl {
  position: absolute;
  left: 10%;
  top: 50%;
}

page-wallet-debit .balance-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: black;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  border-bottom: 0.55px solid #c8c7cc !important;
  background: white;
  padding-bottom: 14px;
}

page-wallet-debit .balance-summary__head {
  padding: 8px 16px;
  font-weight: bold;
  font-size: 18px;
}

page-wallet-debit .balance-summary__sub-head {
  padding: 8px 16px;
  font-weight: bold;
  font-size: 14px;
}

page-wallet-debit .balance-summary hr {
  height: 1px !important;
  background-color: black;
  width: 100%;
}

page-wallet-debit .balance-summary__item {
  padding: 0px 16px;
  margin: 0;
  height: 40px !important;
}

page-wallet-debit .balance-summary__item span {
  margin: 0 !important;
  font-size: 14px;
}

page-wallet-debit .balance-summary__item__text {
  color: #6D6D7C;
  font-size: 13px;
  font-weight: 600;
}

page-wallet-debit .add-balance-debit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: black;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
}

page-wallet-debit .add-balance-debit:first-child {
  margin-top: 1px;
}

page-wallet-debit .add-balance-debit:not(first-child) {
  margin-top: 10px;
}

page-wallet-debit .add-balance-debit__text {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

page-wallet-debit .add-balance-debit .create-input {
  height: 46px;
  border: 1px solid #00000033;
  border-radius: 6px;
  padding: 0px 24px;
  margin: 4px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
}

page-wallet-debit .add-balance-debit .create-input .text-input {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

page-wallet-debit .add-balance-debit button.balance-button {
  width: 100%;
  background: #0099df;
}

page-wallet-debit .add-balance-debit__text-currency {
  position: absolute;
  right: 10%;
  top: 50%;
}

page-wallet-debit .option-selected {
  background: #0099df !important;
  color: white !important;
}

page-wallet-debit .option-selected .details {
  color: white !important;
}

page-wallet-debit .wallet-credit {
  background-color: white;
  padding: 0 16px 16px;
}

page-wallet-debit .wallet-credit__text {
  font-size: 13px;
  font-weight: 600;
  opacity: 0.65;
}

page-wallet-debit .wallet-credit__header {
  background: unset;
  padding: 0;
  font-weight: bold;
  font-size: 12px;
}

page-wallet-debit .wallet-credit__header .item-inner {
  padding: 0 !important;
  border: unset !important;
}

page-wallet-debit .wallet-credit__option {
  background: white;
  width: 100%;
  border-radius: 6px;
  padding: 24px;
  margin-top: 16px;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

page-wallet-debit .wallet-credit__option img {
  display: block;
}

page-wallet-debit .wallet-credit__option__header {
  display: block;
  margin-top: 1.5rem;
  font-weight: bold;
}

page-wallet-debit .wallet-credit__option__subtext {
  display: block;
  font-weight: 400;
  margin-top: 1rem;
  color: #000000;
  opacity: 0.65;
}

page-wallet-debit .wallet-credit__content ion-item-divider {
  font-size: 14px;
  font-weight: 500;
  color: #6D6D7C;
}

page-wallet-debit .wallet-credit__content .transaction {
  border-bottom: 0.55px solid #c8c7cc !important;
}

page-wallet-debit .wallet-credit__content .transaction ion-icon.credit {
  color: #6BA21C;
}

page-wallet-debit .wallet-credit__content .transaction-details__top {
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

page-wallet-debit .wallet-credit__content .transaction-details__top span {
  font-size: 12px;
  white-space: initial;
}

page-wallet-debit .wallet-credit__content .transaction-details__top-label {
  -webkit-box-flex: 1.6;
  -webkit-flex: 1.6;
  -ms-flex: 1.6;
  flex: 1.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

page-wallet-debit .wallet-credit__content .transaction-details__top-amount {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

page-wallet-debit .wallet-credit__content .transaction-details__top-amount.credit {
  color: #6BA21C;
}

page-wallet-debit .wallet-credit__content .transaction-details__bottom {
  margin-top: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #6D6D7C;
}

page-wallet-debit ion-footer {
  background: white;
  -webkit-box-shadow: 0px -3px 6px #0000000F;
  box-shadow: 0px -3px 6px #0000000F;
}

page-wallet-debit ion-footer button {
  width: 100%;
  background-color: #0099df !important;
  font-weight: bold;
  color: white;
  height: 40px;
  border-radius: 4px;
}

page-wallet-payment-thankyou .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

page-wallet-payment-thankyou .title button {
  margin-top: -10px;
}

page-wallet-payment-thankyou .sadad-img {
  width: 100px;
  margin: 0 auto;
}

page-wallet-payment-thankyou ion-content {
  background-color: #F4F3F9 !important;
}

page-wallet-payment-thankyou .centerText {
  -webkit-box-shadow: 0 -3px 5px 0 black;
  box-shadow: 0 -3px 5px 0 black;
  background-color: white;
  padding-top: 40px !important;
  padding: 12px;
  padding-bottom: 20px;
}

page-wallet-payment-thankyou ion-card {
  margin-top: 12px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 10px;
  width: 100% !important;
}

page-wallet-payment-thankyou ion-card .card-header p {
  font-size: 16px;
  font-weight: bold;
  color: black;
}

page-wallet-payment-thankyou ion-card .card-header small {
  color: #6D6D7C;
}

page-wallet-payment-thankyou ion-card .card-content {
  padding: 0px !important;
}

page-wallet-payment-thankyou ion-card .card-content ion-item {
  height: 34px;
  font-size: 16px;
  min-height: 100%;
}

page-wallet-payment-thankyou ion-card .card-content ion-item ion-label {
  color: #6D6D7C;
  font-weight: bold;
}

page-wallet-payment-thankyou ion-footer button {
  width: 100%;
}
