@charset "UTF-8";
/*------------------------------------*\
    BASE
\*------------------------------------*/
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #88c731;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #5e8a22;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

h1, .h1 {
  font-size: 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: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  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,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.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 .table {
  background-color: #ffffff;
}

.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-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #ffffff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #ffffff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #c2e493;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(136, 199, 49, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

.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-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

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

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(
  1.8125rem + 2px
);
}

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

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(
  2.875rem + 2px
);
}

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

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

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(92, 184, 92, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #5cb85c;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #5cb85c;
  box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #5cb85c;
}
.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: #5cb85c;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #b5dfb5;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #80c780;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(92, 184, 92, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #5cb85c;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.25);
}

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(136, 199, 49, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #212529;
  background-color: #88c731;
  border-color: #88c731;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #73a829;
  border-color: #6c9e27;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 199, 49, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #212529;
  background-color: #88c731;
  border-color: #88c731;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #6c9e27;
  border-color: #659424;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 199, 49, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  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: #ffffff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #48a648;
  border-color: #449d44;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #449d44;
  border-color: #409440;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #3bb4d8;
  border-color: #31b0d5;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #2aaacf;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:hover {
  color: #212529;
  background-color: #ed9d2b;
  border-color: #ec971f;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #ec971f;
  border-color: #ea9214;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
}

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

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

.btn-outline-primary {
  color: #88c731;
  background-color: transparent;
  background-image: none;
  border-color: #88c731;
}
.btn-outline-primary:hover {
  color: #212529;
  background-color: #88c731;
  border-color: #88c731;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 199, 49, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #88c731;
  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: #212529;
  background-color: #88c731;
  border-color: #88c731;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 199, 49, 0.5);
}

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

.btn-outline-success {
  color: #5cb85c;
  background-color: transparent;
  background-image: none;
  border-color: #5cb85c;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #5cb85c;
  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: #ffffff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.5);
}

.btn-outline-info {
  color: #5bc0de;
  background-color: transparent;
  background-image: none;
  border-color: #5bc0de;
}
.btn-outline-info:hover {
  color: #212529;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #5bc0de;
  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: #212529;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5);
}

.btn-outline-warning {
  color: #f0ad4e;
  background-color: transparent;
  background-image: none;
  border-color: #f0ad4e;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f0ad4e;
  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: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

.btn-outline-dark {
  color: #000000;
  background-color: transparent;
  background-image: none;
  border-color: #000000;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #000000;
  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: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #88c731;
  background-color: transparent;
}
.btn-link:hover {
  color: #5e8a22;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-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 {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

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

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.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: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #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 > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #88c731;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(136, 199, 49, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #d9efbc;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

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

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

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

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

.custom-select-lg {
  height: calc(
  2.875rem + 2px
);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: #c2e493;
  box-shadow: 0 0 0 0.2rem rgba(136, 199, 49, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #c2e493;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  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(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Upload" !important;
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.nav {
  display: flex;
  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;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.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: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}
.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: #ffffff;
  background-color: #88c731;
}

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

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

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

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

.navbar-brand {
  display: inline-block;
  padding-top: 0.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: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  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:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

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

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: 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-header + .list-group .list-group-item:first-child {
  border-top: 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;
}

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

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

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

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

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

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

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #88c731;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  color: #5e8a22;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(136, 199, 49, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #88c731;
  border-color: #88c731;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  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;
}
.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: #212529;
  background-color: #88c731;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #6c9e27;
}

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

.badge-success {
  color: #ffffff;
  background-color: #5cb85c;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #449d44;
}

.badge-info {
  color: #212529;
  background-color: #5bc0de;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #31b0d5;
}

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

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

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

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

.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;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #476719;
  background-color: #e7f4d6;
  border-color: #deefc5;
}
.alert-primary hr {
  border-top-color: #d3e9b1;
}
.alert-primary .alert-link {
  color: #2b3e0f;
}

.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: #306030;
  background-color: #def1de;
  border-color: #d1ebd1;
}
.alert-success hr {
  border-top-color: #bfe3bf;
}
.alert-success .alert-link {
  color: #1f3e1f;
}

.alert-info {
  color: #2f6473;
  background-color: #def2f8;
  border-color: #d1edf6;
}
.alert-info hr {
  border-top-color: #bce5f2;
}
.alert-info .alert-link {
  color: #20454f;
}

.alert-warning {
  color: #7d5a29;
  background-color: #fcefdc;
  border-color: #fbe8cd;
}
.alert-warning hr {
  border-top-color: #f9ddb5;
}
.alert-warning .alert-link {
  color: #573e1c;
}

.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: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}
.alert-dark hr {
  border-top-color: #ababab;
}
.alert-dark .alert-link {
  color: black;
}

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  background-color: #88c731;
  transition: width 0.6s ease;
}

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

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

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

.media-body {
  flex: 1;
}

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

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

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

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

.list-group-item-primary {
  color: #476719;
  background-color: #deefc5;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #476719;
  background-color: #d3e9b1;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #476719;
  border-color: #476719;
}

.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: #306030;
  background-color: #d1ebd1;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #306030;
  background-color: #bfe3bf;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #306030;
  border-color: #306030;
}

.list-group-item-info {
  color: #2f6473;
  background-color: #d1edf6;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #2f6473;
  background-color: #bce5f2;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #2f6473;
  border-color: #2f6473;
}

.list-group-item-warning {
  color: #7d5a29;
  background-color: #fbe8cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #7d5a29;
  background-color: #f9ddb5;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #7d5a29;
  border-color: #7d5a29;
}

.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: black;
  background-color: #b8b8b8;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
}
.close:hover, .close:focus {
  color: #000000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.modal-open {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.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: #000000;
}

.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: #000000;
}

.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: #000000;
}

.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: #000000;
}

.tooltip-inner {
  max-width: 300px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #88c731 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #6c9e27 !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: #5cb85c !important;
}

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

.bg-info {
  background-color: #5bc0de !important;
}

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

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ec971f !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: #000000 !important;
}

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

.bg-white {
  background-color: #ffffff !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: #88c731 !important;
}

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

.border-success {
  border-color: #5cb85c !important;
}

.border-info {
  border-color: #5bc0de !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

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

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

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

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

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

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

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

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

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

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

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

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

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

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

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

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

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

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

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

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

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

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

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

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

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

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

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

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

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

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

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

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

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

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

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

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

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

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

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

.font-weight-bold {
  font-weight: 700 !important;
}

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

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

.text-primary {
  color: #88c731 !important;
}

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

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

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

.text-success {
  color: #5cb85c !important;
}

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

.text-info {
  color: #5bc0de !important;
}

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

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

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

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

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

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

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

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

a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
  }
}
.img-thumbnail {
  vertical-align: bottom;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  font-family: "Inter", sans-serif;
}

strong {
  font-weight: 800;
}

::placeholder {
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

a {
  color: #88c731;
}
a:hover {
  color: #6c9e27;
  text-decoration: none;
}

.btn-outline-primary {
  background: transparent;
  color: #88c731;
  font-family: "Inter", sans-serif;
  border-color: #88c731;
  padding: 5px 27px;
}
.btn-outline-primary:hover {
  background: #88c731;
  color: #ffffff;
  border-color: #88c731;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  text-rendering: optimizeLegibility;
}

p {
  text-rendering: optimizeLegibility;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
}

a {
  font-family: "Inter", sans-serif;
}

.pagination .page-item.active .page-link {
  background: #88c731;
  color: #ffffff;
  border-color: #88c731;
}
.pagination .page-link {
  border: 1px solid #dee2e6;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: #000000;
}
.pagination .page-disable .page-link {
  background: #ececec !important;
  color: #908c85 !important;
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "itc-avant-garde-std-demi";
  src: url("../../fonts/hinted-ITCAvantGardeStd-Demi.woff2") format("woff2"), url("../../fonts/hinted-ITCAvantGardeStd-Demi.woff") format("woff");
}
#tbclient {
  display: block;
}

body,
html {
  height: 100%;
}

body {
  background: #f2f2f2;
  color: black;
}

#wrapper {
  position: relative;
  margin: 0 auto;
  min-height: 100%;
}

.overflow {
  overflow: hidden;
}

.vmiddle {
  position: relative;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.underline {
  text-decoration: underline;
}

.tx-left {
  text-align: left;
}

.tx-center {
  text-align: center;
}

.tx-right {
  text-align: right;
}

input,
select {
  box-shadow: none;
  -webkit-appearance: none;
}

select {
  background: #fff url("/resources/themes/theme/img/Arrow.png") no-repeat right 0.75rem center;
  padding-right: 1.75rem;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

* {
  outline: none !important;
}

.clearfix {
  clear: both;
}

@media only screen and (min-width: 768px) {
  .container {
    width: 750px;
  }
}
.container--bigger {
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .container--bigger {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) {
  .container--bigger {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media only screen and (min-width: 1600px) {
  .container--bigger {
    max-width: 1560px;
    padding: 0 30px;
    width: auto;
    margin: 0 auto;
  }
}

.row-xs-eqheight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.row-xs-eqheight > div {
  min-height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .row-sm-eqheight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .row-sm-eqheight > div {
    min-height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  .row-md-eqheight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .row-md-eqheight > div {
    min-height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1200px) {
  .row-lg-eqheight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .row-lg-eqheight > div {
    min-height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1600px) {
  .row-xl-eqheight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .row-xl-eqheight > div {
    min-height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
_:-webkit-full-screen:not(:root:root),
.row-xs-eqheight {
  height: auto;
}

_:-webkit-full-screen:not(:root:root),
.row-xs-eqheight > div {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  _:-webkit-full-screen:not(:root:root),
.row-sm-eqheight {
    height: auto;
  }
}

@media only screen and (min-width: 768px) {
  _:-webkit-full-screen:not(:root:root),
.row-sm-eqheight > div {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}

@media only screen and (min-width: 992px) {
  _:-webkit-full-screen:not(:root:root),
.row-md-eqheight {
    height: auto;
  }
}

@media only screen and (min-width: 992px) {
  _:-webkit-full-screen:not(:root:root),
.row-md-eqheight > div {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  _:-webkit-full-screen:not(:root:root),
.row-lg-eqheight {
    height: auto;
  }
}

@media only screen and (min-width: 1200px) {
  _:-webkit-full-screen:not(:root:root),
.row-lg-eqheight > div {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}

@media only screen and (min-width: 1600px) {
  _:-webkit-full-screen:not(:root:root),
.row-xl-eqheight {
    height: auto;
  }
}

@media only screen and (min-width: 1600px) {
  _:-webkit-full-screen:not(:root:root),
.row-xl-eqheight > div {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}

.row-xs-default {
  display: initial;
}

@media only screen and (min-width: 768px) {
  .row-sm-default {
    display: initial;
  }
}

@media only screen and (min-width: 992px) {
  .row-md-default {
    display: initial;
  }
}

@media only screen and (min-width: 1200px) {
  .row-lg-default {
    display: initial;
  }
}

@media only screen and (min-width: 1600px) {
  .row-xl-default {
    display: initial;
  }
}

@media only screen and (max-width: 767px) {
  .row-xs-buffer {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-sm-buffer {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row-md-buffer {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row-lg-buffer {
    margin-bottom: 30px;
  }
}

.row--nopadding {
  margin: 0;
}
.row--nopadding > div[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.row--small {
  margin: 0 -7px;
}
.row--small > div[class*=col-] {
  padding-right: 7px;
  padding-left: 7px;
}
.row--vcenter > div[class*=col-] {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.row--vbottom > div[class*=col-] {
  display: inline-block;
  float: none;
  vertical-align: bottom;
}

.icon--invert {
  display: inline-block;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.panel-heading > * {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.table {
  display: table;
  width: 100%;
  font-size: 13px;
}
.table > thead {
  background-color: #dadada;
}
.table .pagination {
  padding: 0.5rem;
}
.table td,
.table th {
  padding: 15px;
  position: relative;
}
.table__row {
  display: table-row;
}
.table__cell {
  display: table-cell;
  vertical-align: top;
}

.caret-container {
  padding: 0 5px;
  position: absolute;
  right: 10px;
  height: 100%;
  top: 0;
}
.caret-container .caret {
  width: 0;
  height: 0;
  display: inline-block;
  border: 4px solid transparent;
  position: absolute;
  right: 0;
}
.caret-container .caret.down {
  border-top-color: black;
  bottom: calc(50% - 10px);
}
.caret-container .caret.up {
  border-bottom-color: black;
  top: calc(50% - 10px);
}

@media (max-width: 767px) {
  .table-mobile .table thead {
    display: none !important;
  }
  .table-mobile .table tbody {
    border-top: 1px solid #dee2e6;
  }
  .table-mobile .table tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.03);
  }
  .table-mobile .table td {
    display: block;
    border: none;
    overflow-y: hidden;
    position: relative;
    text-align: right;
  }
  .table-mobile .table td:before {
    content: attr(data-label);
    font-weight: bold;
    font-size: 12px;
    float: left;
    text-transform: uppercase;
  }
}
.table-wrapper {
  border: 1px solid #dadada;
}
.table-wrapper .table-wrapper {
  border: 0;
}
.table-wrapper__top {
  border-bottom: 1px solid #dadada;
}

.column-header {
  white-space: nowrap; /* Prevent text wrapping */
  overflow: hidden; /* Hide overflow */
  text-overflow: ellipsis; /* Show ellipsis for overflowing text */
  margin-right: 10px;
}

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

.column-elpsis {
  max-width: 100px;
}

.form-control {
  color: #000000;
}

.form-control:focus {
  color: #000000;
}

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

.top-buffer {
  margin-top: 20px;
}

.custom-column-gap {
  column-gap: 20px;
}

.react-table-th-hidden {
  display: none;
}

.seacrh-wrapper .form-control {
  padding-right: 50px;
}
.seacrh-wrapper .input-group-append {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  z-index: 9;
}
.seacrh-wrapper .input-group-append .btn {
  background: transparent;
}

.pagination {
  justify-content: center;
  padding: 30px 0;
}

.site-logo {
  display: block;
  margin: 0 auto;
}
.site-logo img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.pac-container {
  z-index: 10000 !important;
}
.pac-container:after {
  content: none;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5);
}

.btn-small {
  min-width: 70px;
}

.btn-large {
  min-width: 180px;
}

.btn-light {
  background: rgba(136, 199, 49, 0.1);
  border-color: rgba(136, 199, 49, 0.1);
  color: #6c9e27;
}
.btn-light:hover {
  background: #88c731;
  border-color: #88c731;
  color: #ffffff;
}

.btn-outline-secondary:hover,
btn-outline-secondary:not(:disabled):not(.disabled).active {
  background: #88c731;
  border-color: #88c731;
  color: #ffffff;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.no-cursor {
  cursor: initial;
}

.dropdown-toggle.no-caret:after {
  content: none;
}

.rb-dropdown {
  background: #ffffff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 10px 10px;
  border: none;
  margin-top: 15px;
  min-width: 210px;
}
.rb-dropdown .dropdown-item {
  padding: 0.75rem 1.5rem;
  margin: 0 !important;
}

.rb-dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .rb-dropdown-item {
    gap: 15px;
  }
}
.rb-dropdown-item__icon {
  display: block;
  width: 18px;
  font-size: 18px;
  color: black;
}
.rb-dropdown-item__icon > img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.dropdown-item:hover,
.dropdown-item:focus {
  text-decoration: none;
  background-color: #f8f9fa;
}

.btn-medium {
  min-width: 140px;
}

.font-xs {
  font-size: 11px;
}

.breadcrumbs {
  font-size: 13px;
  line-height: 16px;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .breadcrumbs {
    font-size: 12px;
  }
  .breadcrumbs li {
    width: auto;
  }
  .breadcrumbs li:first-child {
    width: 25%;
  }
}
.breadcrumbs li {
  display: inline-block;
  margin-left: 20px;
  padding-left: 1px;
  position: relative;
  vertical-align: middle;
}
.breadcrumbs li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.breadcrumbs li:after {
  display: block;
  content: "";
  position: absolute;
  left: -10px;
  right: 0;
  background: #000;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  top: 0;
  top: 5px;
}
.breadcrumbs li:first-child:after {
  display: none;
}
.breadcrumbs li a {
  color: #282828;
  font-weight: 300;
}
.breadcrumbs li span {
  color: #808080;
}

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

.text-gray-900 {
  color: #666;
}

.font-18 {
  font-size: 18px;
}

.font-16 {
  font-size: 18px;
}

.font-14 {
  font-size: 14px;
}

.font-13 {
  font-size: 13px;
}

.font-12 {
  font-size: 12px;
}

.bg-gray-100 {
  background-color: #ececec;
}

.form-control {
  min-height: 44px;
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
}

.no-data-icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  line-height: 116px;
}
.no-data-icon i {
  font-size: 48px !important;
  color: rgba(0, 0, 0, 0.5);
}

html {
  overflow-y: scroll;
}

#wrapper {
  padding-top: 72px;
  display: flex;
  flex-direction: column;
}
#wrapper.auth-wrap {
  padding-top: 0;
}

.section-breadcrumbs {
  padding: 0 !important;
  background-color: #ebebeb;
}
.section-breadcrumbs div {
  padding: 15px 30px;
}
@media (max-width: 767px) {
  .section-breadcrumbs div {
    padding: 15px;
  }
}

.message {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.message.bad {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/*------------------------------------*\
    ESSENTIALS
\*------------------------------------*/
.website-alerts {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 9999;
}
.website-alerts.affix, .website-alerts.affix-bottom {
  position: fixed;
  top: 0;
}
@media only screen and (min-width: 992px) {
  .website-alerts.affix, .website-alerts.affix-bottom {
    top: 0 !important;
  }
}
.website-alerts__alert {
  position: relative;
  display: none;
  background: #76b180;
  color: white;
  text-align: center;
}
.website-alerts__alert .container {
  position: relative;
}
.website-alerts__alert--primary {
  background: #88c731;
}
.website-alerts__alert--info {
  background: #5bc0de;
}
.website-alerts__alert--success {
  background: #5cb85c;
}
.website-alerts__alert--warning {
  background: #f0ad4e;
}
.website-alerts__alert--error {
  background: #a40000;
}
.website-alerts__close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: white;
  font-size: 1em;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .website-alerts__close {
    top: 22px;
    transition: 0.2s 0s;
  }
  .website-alerts__close:hover, .website-alerts__close:focus {
    opacity: 0.6;
  }
}
.website-alerts__message {
  padding: 15px 40px 15px 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 140%;
  font-size: 0.75em;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .website-alerts__message {
    padding: 20px 30px;
    font-size: 0.875em;
    font-family: "Inter", sans-serif;
    font-weight: 700;
  }
}
.website-alerts__message a {
  border-bottom: 1px solid;
  color: inherit;
}

.body-backdrop {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  background: #747474;
  content: "";
  opacity: 0;
  transition: 0.3s 0s opacity, 0s 0.3s top;
}
@media only screen and (min-width: 992px) {
  .body-backdrop {
    z-index: 100;
    transition: 0.3s 0s opacity, 0s 0s top;
  }
}

.text-box {
  text-transform: none;
}
.text-box .heading {
  margin: 0 0 20px 0;
  padding-top: 10px;
}
@media only screen and (min-width: 992px) {
  .text-box .heading {
    margin: 0 0 30px 0;
  }
}
.text-box .heading:first-child {
  padding-top: 0;
}
.text-box .heading:last-child {
  margin-bottom: 0;
}
.text-box iframe {
  margin: 0 0 30px 0;
  width: 100%;
}
.text-box img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.text-box img.leftAlone {
  margin-right: auto;
  margin-left: 0;
}
.text-box img.rightAlone {
  margin-right: 0;
  margin-left: auto;
}
.text-box .captionImage {
  padding: 0 0 15px 0;
}
@media only screen and (min-width: 992px) {
  .text-box .captionImage {
    padding: 0 0 20px 0;
  }
}
.text-box .captionImage:last-child {
  padding-bottom: 0;
}
.text-box p {
  padding: 0 0 15px 0;
  color: rgba(0, 0, 0, 0.6);
  line-height: 160%;
  font-size: 0.813em;
  font-weight: 400;
  font-family: "Arial", Helvetica, sans-serif;
}
@media only screen and (min-width: 992px) {
  .text-box p {
    padding: 0 0 20px 0;
    line-height: 180%;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Arial", Helvetica, sans-serif;
  }
}
.text-box p:last-child {
  padding-bottom: 0;
}
.text-box p.caption {
  font-size: 0.688em;
  font-weight: 400;
  font-family: "Arial", Helvetica, sans-serif;
}
@media only screen and (min-width: 992px) {
  .text-box p.caption {
    padding: 8px 0 0 0;
    line-height: 140%;
  }
}
.text-box ul,
.text-box ol {
  padding: 0 0 15px 0;
  list-style: none;
}
.text-box ul:last-child,
.text-box ol:last-child {
  padding-bottom: 0;
}
.text-box ul li,
.text-box ol li {
  padding: 0 0 5px 25px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 180%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Arial", Helvetica, sans-serif;
}
@media only screen and (min-width: 992px) {
  .text-box ul li,
.text-box ol li {
    padding: 0 0 5px 30px;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Arial", Helvetica, sans-serif;
  }
}
.text-box ul li:last-child,
.text-box ol li:last-child {
  padding-bottom: 0;
}
.text-box ul li:before {
  display: block;
  float: left;
  margin: 8px 0 0 -30px;
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  content: "";
  -webkit-transform: rotate(45deg) skew(10deg, 10deg);
  -ms-transform: rotate(45deg) skew(10deg, 10deg);
  transform: rotate(45deg) skew(10deg, 10deg);
}
.text-box ol {
  counter-reset: textBoxOl;
}
.text-box ol li:before {
  display: block;
  float: left;
  margin: 0 0 0 -22px;
  color: black;
  content: counter(textBoxOl) ".";
  counter-increment: textBoxOl;
  font-size: 1em;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .text-box ol li:before {
    margin-left: -30px;
  }
}
.text-box a {
  color: inherit;
  font-size: 1em;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .text-box a {
    transition: 0.2s 0s;
  }
}
.text-box b,
.text-box strong {
  color: black;
  font-size: 1em;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.text-box--small p {
  line-height: 180%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Arial", Helvetica, sans-serif;
}
@media only screen and (min-width: 992px) {
  .text-box--small p {
    font-size: 0.813em;
    font-weight: 400;
    font-family: "Arial", Helvetica, sans-serif;
  }
}
.text-box--small ul li {
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Arial", Helvetica, sans-serif;
}
@media only screen and (min-width: 992px) {
  .text-box--small ul li {
    font-size: 0.813em;
    font-weight: 400;
    font-family: "Arial", Helvetica, sans-serif;
  }
}
.text-box--center {
  text-align: center;
}
.text-box--center ul {
  text-align: inherit;
}
.text-box--heading {
  margin: 0 0 30px 0;
  margin-top: -15px;
}
@media only screen and (min-width: 992px) {
  .text-box--heading {
    margin-top: -25px;
  }
}
.text-box .icon {
  display: block;
  margin: 0 0 20px 0;
  font-size: 40px;
}
@media only screen and (min-width: 992px) {
  .text-box .icon {
    margin: 0 0 50px 0;
  }
}

@media only screen and (max-width: 991px) {
  .heading br {
    display: none;
  }
}
.heading + .intro {
  margin: 10px 0 0 0;
}
.heading--lv1 {
  line-height: 120%;
  font-size: 1.5em;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .heading--lv1 {
    font-size: 2em;
    font-family: "Inter", sans-serif;
    font-weight: 400;
  }
}
.heading--lv2 {
  line-height: 120%;
  font-size: 1.375em;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .heading--lv2 {
    font-size: 1.625em;
    font-family: "Inter", sans-serif;
    font-weight: 400;
  }
}
.heading--lv3 {
  line-height: 120%;
  font-size: 1em;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .heading--lv3 {
    font-size: 1.125em;
    font-family: "Inter", sans-serif;
    font-weight: 400;
  }
}
.heading--lv4 {
  margin: 0 0 10px 0;
  font-size: 0.875em;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .heading--lv4 {
    font-size: 1em;
    font-family: "Inter", sans-serif;
    font-weight: 400;
  }
}
.heading:last-child {
  margin-bottom: 0;
}
.heading--line {
  position: relative;
  overflow: hidden;
}
.heading--line span {
  position: relative;
  display: inline-block;
  padding: 0 30px;
}
.heading--line span:before, .heading--line span:after {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  width: 999em;
  border-color: inherit;
  border-top: 1px dotted #e1e1e1;
  content: "";
}
.heading--line span:before {
  right: 100%;
}
.heading--line span:after {
  left: 100%;
}
.heading--center {
  text-align: center;
}
.heading--uppercase {
  text-transform: uppercase;
}
.heading--no-padding {
  margin-bottom: 0;
  padding-bottom: 0;
}
.heading a {
  color: inherit;
}
.heading .icon {
  position: relative;
  top: 5px;
  margin: 0 10px 0 0;
  font-size: 1.5em;
}

@media only screen and (min-width: 992px) {
  .heading-box--center {
    text-align: center;
  }
}

.subheading {
  display: block;
  margin: 10px 0 0 0;
  line-height: 160%;
  opacity: 0.7;
  font-size: 0.75em;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  .subheading {
    font-size: 0.875em;
    font-family: "Inter", sans-serif;
    font-weight: 300;
  }
}

.photo {
  /*max-width: 320px;*/
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .photo {
    /*display: inline-block;*/
  }
}
@media only screen and (min-width: 768px) {
  .photo {
    max-width: 480px;
  }
}
@media only screen and (min-width: 992px) {
  .photo {
    margin: 0 auto;
    max-width: 600px;
  }
}
@media only screen and (min-width: 1200px) {
  .photo {
    max-width: none;
  }
}
.photo--zoom {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .photo--zoom:hover .photo__image, .photo--zoom:focus .photo__image {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .photo--zoom .photo__image {
    transition: 0.2s 0s;
  }
}
.photo__bg {
  display: block;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.photo__image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  /*width: 100%;*/
  height: auto;
}
.photo__link {
  position: relative;
  display: block;
  color: inherit;
}
.photo__video-helper {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  padding: 15px 10px 10px 10px;
  background: black;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0.05em;
  pointer-events: none;
  font-size: 0.625em;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .photo__video-helper {
    padding: 30px 25px 20px 25px;
    font-size: 0.875em;
    font-family: "Inter", sans-serif;
    font-weight: 600;
  }
}
.photo__video-helper:before {
  display: block;
  margin: 0 auto 15px auto;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid white;
  content: "";
}
@media only screen and (min-width: 992px) {
  .photo__video-helper:before {
    margin-bottom: 20px;
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 30px;
  }
}
.photo__caption {
  display: block;
  padding: 10px 0 0 0;
  line-height: 140%;
  font-size: 1em;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.photo__caption a {
  color: inherit;
}

.photo-list__item {
  margin: 0 0 20px 0;
}

.button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 12px 30px;
  border: 1px solid transparent;
  background: #88c731;
  color: white;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
  font-size: 0.875em;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .button {
    display: inline-block;
    padding: 13px 30px;
    transition: 0.2s 0s;
  }
  .button:not(.button--disabled):hover, .button:not(.button--disabled):focus {
    background: #abda6a;
  }
}
.button--black-border {
  border-color: rgba(0, 0, 0, 0.7);
  background-color: transparent;
  color: black;
}
@media only screen and (min-width: 992px) {
  .button--black-border:not(.button--disabled):hover, .button--black-border:not(.button--disabled):focus {
    background-color: black;
    color: white;
  }
}
.button--red {
  border-color: #f6dfdf;
  background-color: #f6dfdf;
  color: #ff4e59;
}
@media only screen and (min-width: 992px) {
  .button--red:not(.button--disabled):hover, .button--red:not(.button--disabled):focus {
    border-color: #ebb7b7;
    background-color: #ebb7b7;
    color: #ff4e59;
  }
}
.button--xsmall {
  padding: 4px 15px;
  font-size: 0.6875em;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.button--small {
  padding: 8.5px 18px;
  font-size: 0.8125em;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .button--small {
    padding: 8.5px 21px;
  }
}
@media only screen and (min-width: 1200px) {
  .button--small {
    padding: 8.5px 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .button--small {
    padding: 8.5px 30px;
  }
}
.button--big {
  padding: 20px 40px;
  font-size: 0.875em;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .button--big {
    font-size: 1em;
    font-family: "Inter", sans-serif;
    font-weight: 700;
  }
}
.button--block {
  display: block;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
.button--disabled {
  opacity: 0.3;
  cursor: default;
}
@media only screen and (min-width: 992px) {
  .button--disabled:hover, .button--disabled:focus {
    opacity: 0.3;
  }
}
.button--loading > .button__text {
  opacity: 0;
}
.button__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  display: block;
  margin: 0 auto;
}
.button--loading .button__loading {
  opacity: 1;
}

.button-box--even {
  display: flex;
  gap: 20px;
}
.button-box--even > .button,
.button-box--even .btn {
  display: block;
  flex: 1;
  margin: 0 !important;
}
.button-box--center {
  text-align: center;
}
.button-box--right {
  text-align: right;
}
.button-box--inline .button {
  display: inline-block;
  margin-bottom: 10px;
}
.button-box--inline .button:not(:last-child) {
  margin-right: 10px;
}
.button-box .button {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .button-box .button {
    margin-right: 10px;
  }
  .button-box .button:last-child {
    margin-right: 0;
  }
}
.button-box .button:last-child {
  margin-bottom: 0;
}

.button-icon {
  position: relative;
  z-index: 1;
  padding: 0;
  border: none;
  background: none;
  opacity: 0.6;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .button-icon {
    transition: 0.2s 0s;
  }
  .button-icon:hover, .button-icon:focus {
    opacity: 1;
  }
}
.button-icon__icon {
  display: block;
  width: 16px;
  height: auto;
}
.button-icon--loading .button-icon__icon {
  opacity: 0;
}
.button-icon__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  display: block;
  margin: 0 auto;
}
.button-icon--loading .button-icon__loading {
  opacity: 1;
}

.button-link {
  position: relative;
  z-index: 1;
  padding: 0;
  border: none;
  background: none;
  color: black;
  text-transform: uppercase;
  line-height: 140%;
  cursor: pointer;
  font-size: 0.75em;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .button-link {
    font-size: 0.875em;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    transition: 0.2s 0s;
  }
}
.button-link:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.button-link--small {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.625em;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.button-link--primary {
  color: #88c731;
}
.button-link--red {
  color: #ff636b;
}

.button-link-box {
  display: flex;
  align-items: center;
  gap: 20px;
}
.button-link-box--right {
  justify-content: end;
}

.btn-outline-default {
  background-color: transparent;
  border-color: #808080;
  font-size: 11px;
  min-width: 70px;
  color: #666666;
}
.btn-outline-default:hover {
  background-color: #e4e4e4;
  border-color: #808080;
  color: #666666;
}

.field {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  border: 1px solid #bebebe;
  background: #f9f9f9;
  color: #202020;
  text-align: left;
  transition: 0.2s 0s;
}
@media only screen and (min-width: 992px) {
  .field {
    margin: 0 0 15px 0;
  }
}
.field[data-label]:before {
  position: relative;
  top: 20px;
  z-index: 2;
  display: inline;
  content: attr(data-label);
  opacity: 0;
  transition-delay: 0s;
  transition: 0.2s 0s;
}
.field[data-label] .field__input, .field[data-label] .login-area input, .login-area .field[data-label] input,
.field[data-label] .login-area textarea,
.login-area .field[data-label] textarea,
.field[data-label] .login-area select,
.login-area .field[data-label] select {
  position: relative;
  z-index: 1;
  opacity: 0;
}
.field[data-label] .field__alt {
  position: absolute;
  opacity: 0;
}
.field[data-label] .field__text, .field[data-label] .field[data-label]:before {
  position: absolute;
  top: 50%;
  padding: 0 10px;
  max-width: 85%;
  text-transform: none;
  letter-spacing: normal;
  line-height: 130%;
  opacity: 0.5;
  transition-delay: 0.1s;
  transition: 0.2s 0s;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Arial", Helvetica, sans-serif;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (min-width: 992px) {
  .field[data-label] .field__text, .field[data-label] .field[data-label]:before {
    padding: 0 10px;
  }
}
.field--focus[data-label]:before, .field--filled[data-label]:before {
  top: 0;
  opacity: 0.8;
  transition-delay: 0.1s;
}
.field--focus[data-label] .field__text, .field--focus[data-label] .field[data-label]:before, .field--filled[data-label] .field__text, .field--filled[data-label] .field[data-label]:before {
  opacity: 0;
  transition-delay: 0s;
}
.field--focus[data-label] .field__input, .field--focus[data-label] .login-area input, .login-area .field--focus[data-label] input,
.field--focus[data-label] .login-area textarea,
.login-area .field--focus[data-label] textarea,
.field--focus[data-label] .login-area select,
.login-area .field--focus[data-label] select, .field--filled[data-label] .field__input, .field--filled[data-label] .login-area input, .login-area .field--filled[data-label] input,
.field--filled[data-label] .login-area textarea,
.login-area .field--filled[data-label] textarea,
.field--filled[data-label] .login-area select,
.login-area .field--filled[data-label] select {
  opacity: 1;
}
.field--alert {
  border-color: #a40000;
  color: #a40000;
}
.field--alert:before,
.field--alert .field__text,
.field--alert .field[data-label]:before {
  color: inherit;
}
.field--success {
  border-color: rgba(92, 184, 92, 0.7);
  color: #5cb85c;
}
.field--success:before,
.field--success .field__text,
.field--success .field[data-label]:before {
  color: inherit;
}
.field--focused {
  border-color: black;
}
.field--inline {
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  color: inherit;
}
@media only screen and (min-width: 992px) {
  .field--inline {
    margin-right: 20px;
  }
}
.field--rating .rating__star {
  margin: 0 5px;
  font-size: 1.5em;
  cursor: pointer;
}
.field--password {
  margin: 0;
}
.field--password .field__input, .field--password .login-area input, .login-area .field--password input,
.field--password .login-area textarea,
.login-area .field--password textarea,
.field--password .login-area select,
.login-area .field--password select {
  height: 51px;
  background: #e1e1e1;
  letter-spacing: 0.15em;
  font-size: 0.875em;
  font-weight: 700;
  font-family: "Arial", Helvetica, sans-serif;
}
.field--password .field__input[readonly], .field--password .login-area input[readonly], .login-area .field--password input[readonly],
.field--password .login-area textarea[readonly],
.login-area .field--password textarea[readonly],
.field--password .login-area select[readonly],
.login-area .field--password select[readonly] {
  background: #ffffff;
}
.field--password .field__after {
  margin-bottom: -51px;
  line-height: 51px;
}
.field--disabled {
  background: #f0f0f0;
}
.field--disabled .field__input, .field--disabled .login-area input, .login-area .field--disabled input,
.field--disabled .login-area textarea,
.login-area .field--disabled textarea,
.field--disabled .login-area select,
.login-area .field--disabled select {
  background: none;
}
.field--upload {
  position: relative;
  display: block;
  margin: 45px 0 0;
  min-height: 50px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .field--upload:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
    border-radius: 4px;
    background-color: black;
    color: white;
    content: "Browse";
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 30px;
    font-size: 0.75em;
    font-weight: 700;
    font-family: "Arial", Helvetica, sans-serif;
  }
}
.field--upload .field__input, .field--upload .login-area input, .login-area .field--upload input,
.field--upload .login-area textarea,
.login-area .field--upload textarea,
.field--upload .login-area select,
.login-area .field--upload select {
  opacity: 0;
}
.field--upload .field__value {
  position: absolute;
  right: 125px;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  width: auto;
  height: 30px;
  border: 1px solid #dcd5cf;
  border-radius: 4px;
  color: black;
  letter-spacing: 0.05em;
  line-height: 30px;
  opacity: 1;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Arial", Helvetica, sans-serif;
}
@media only screen and (min-width: 992px) {
  .field--upload .field__value {
    font-size: 1em;
    font-weight: 400;
    font-family: "Arial", Helvetica, sans-serif;
  }
}
.field--textarea .field__text, .login-area textarea .field__text, .field--textarea .field[data-label]:before, .login-area textarea .field[data-label]:before {
  top: 25px !important;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.field--textarea .field__input, .login-area textarea .field__input, .field--textarea .login-area input, .login-area .field--textarea input, .login-area textarea input,
.field--textarea .login-area textarea,
.login-area .field--textarea textarea,
.login-area textarea textarea,
.field--textarea .login-area select,
.login-area .field--textarea select,
.login-area textarea select {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 30px;
  max-height: 500px;
  height: 200px;
  line-height: 140%;
  resize: vertical;
  transition: none;
}
@media only screen and (min-width: 992px) {
  .field--textarea .field__input, .login-area textarea .field__input, .field--textarea .login-area input, .login-area .field--textarea input, .login-area textarea input,
.field--textarea .login-area textarea,
.login-area .field--textarea textarea,
.login-area textarea textarea,
.field--textarea .login-area select,
.login-area .field--textarea select,
.login-area textarea select {
    height: 250px;
  }
}
.field--select:after, .login-area select:after {
  position: absolute;
  right: 10px;
  bottom: 18px;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 4px solid black;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .field--select:after, .login-area select:after {
    right: 15px;
    border-top: 5px solid black;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }
}
.field--select .field__input, .login-area select .field__input, .field--select .login-area input, .login-area .field--select input, .login-area select input,
.field--select .login-area textarea,
.login-area .field--select textarea,
.login-area select textarea,
.field--select .login-area select,
.login-area .field--select select,
.login-area select select {
  position: relative;
  z-index: 1;
  display: block;
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.field--select .field__input::-ms-expand, .login-area select .field__input::-ms-expand, .field--select .login-area input::-ms-expand, .login-area .field--select input::-ms-expand, .login-area select input::-ms-expand,
.field--select .login-area textarea::-ms-expand,
.login-area .field--select textarea::-ms-expand,
.login-area select textarea::-ms-expand,
.field--select .login-area select::-ms-expand,
.login-area .field--select select::-ms-expand,
.login-area select select::-ms-expand {
  display: none;
}
.field--select .field__input:before, .login-area select .field__input:before, .field--select .login-area input:before, .login-area .field--select input:before, .login-area select input:before,
.field--select .login-area textarea:before,
.login-area .field--select textarea:before,
.login-area select textarea:before,
.field--select .login-area select:before,
.login-area .field--select select:before,
.login-area select select:before {
  content: "";
}
.field--select option, .login-area select option {
  padding: 2px 15px;
}
.field--radio, .login-area input[type=radio], .field--checkbox, .login-area input[type=checkbox] {
  overflow: visible;
  margin-bottom: 10px;
  border: none;
  background: none;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .field--radio, .login-area input[type=radio], .field--checkbox, .login-area input[type=checkbox] {
    margin-bottom: 10px;
  }
}
.field--radio.field--checked .field__value, .login-area input.field--checked[type=radio] .field__value, .field--checkbox.field--checked .field__value, .login-area input.field--checked[type=checkbox] .field__value {
  opacity: 1;
}
.field--radio .field__text, .login-area input[type=radio] .field__text, .field--radio .field[data-label]:before, .login-area input[type=radio] .field[data-label]:before, .field--checkbox .field__text, .login-area input[type=checkbox] .field__text, .field--checkbox .field[data-label]:before, .login-area input[type=checkbox] .field[data-label]:before {
  margin: 0 0 10px 0;
}
.field--radio .field__input, .login-area input[type=radio] .field__input, .field--radio .login-area input, .login-area .field--radio input, .login-area input[type=radio] input,
.field--radio .login-area textarea,
.login-area .field--radio textarea,
.login-area input[type=radio] textarea,
.field--radio .login-area select,
.login-area .field--radio select,
.login-area input[type=radio] select, .field--checkbox .field__input, .login-area input[type=checkbox] .field__input, .field--checkbox .login-area input, .login-area .field--checkbox input, .login-area input[type=checkbox] input,
.field--checkbox .login-area textarea,
.login-area .field--checkbox textarea,
.login-area input[type=checkbox] textarea,
.field--checkbox .login-area select,
.login-area .field--checkbox select,
.login-area input[type=checkbox] select {
  position: absolute;
  top: 1px;
  float: left;
  width: auto;
  height: auto;
  opacity: 0;
  cursor: pointer;
}
.field--radio .field__value, .login-area input[type=radio] .field__value, .field--checkbox .field__value, .login-area input[type=checkbox] .field__value {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: middle;
  line-height: 120%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Arial", Helvetica, sans-serif;
}
@media only screen and (min-width: 992px) {
  .field--radio .field__value, .login-area input[type=radio] .field__value, .field--checkbox .field__value, .login-area input[type=checkbox] .field__value {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Arial", Helvetica, sans-serif;
  }
}
.field--radio .field__value a, .login-area input[type=radio] .field__value a, .field--checkbox .field__value a, .login-area input[type=checkbox] .field__value a {
  border-bottom: 1px solid;
  color: black;
}
.field--radio--inline, .field--checkbox--inline {
  display: inline-block;
}
.field--radio:before, .login-area input[type=radio]:before {
  position: absolute;
  margin: 2px 0 0 0;
  width: 14px;
  height: 14px;
  border-radius: 24px;
  background: white;
  box-shadow: 0 0 0 1px #e1e1e1;
  content: "";
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.field--radio.field--checked:before, .login-area input.field--checked[type=radio]:before {
  background: black;
  box-shadow: inset 0 0 0 2px white, 0 0 0 1px black;
}
.field--radio .field__value, .login-area input[type=radio] .field__value {
  padding-left: 35px;
}
.field--checkbox:before, .login-area input[type=checkbox]:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #e1e1e1;
  background: white;
  content: "";
  vertical-align: middle;
  text-align: center;
  font-size: 0.625em;
  font-family: "icomoon";
  line-height: 14px;
}
.field--checkbox.field--checked:before, .login-area input.field--checked[type=checkbox]:before {
  border-color: black;
  border-color: black;
  background: black;
  box-shadow: 0 0 0 2px inset white;
}
.field--qty {
  overflow: hidden;
  padding: 0;
  height: auto !important;
  border: none;
  background: none;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  flex-wrap: wrap;
}
.field--qty .field__control {
  position: relative;
  width: 20px;
  color: inherit;
  color: #b5b5b5;
  vertical-align: top;
  text-align: center;
  font-size: 12px;
  line-height: 40px;
  cursor: pointer;
  min-width: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.field--qty .field__control--minus:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -1px;
  width: 9px;
  height: 2px;
  background: black;
  content: "";
}
.field--qty .field__control--plus:before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  margin-top: -1px;
  width: 10px;
  height: 2px;
  background: black;
  content: "";
}
.field--qty .field__control--plus:after {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  margin-top: -5px;
  margin-right: -1px;
  width: 2px;
  height: 10px;
  background: black;
  content: "";
}
.field--qty .field__control .icon {
  vertical-align: middle;
}
.field--qty .field__text, .field--qty .field[data-label]:before {
  width: 100%;
  text-align: center;
}
.field--qty .field__input, .field--qty .login-area input, .login-area .field--qty input,
.field--qty .login-area textarea,
.login-area .field--qty textarea,
.field--qty .login-area select,
.login-area .field--qty select {
  display: inline-block;
  padding: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #e1e1e1;
  background: white;
  color: inherit;
  vertical-align: top;
  text-align: center;
  min-width: 0;
  -ms-flex: 1 0%;
}
.field--qty .icon:before {
  font-weight: bold;
}
.field--datepicker {
  position: relative;
}
.field--datepicker:after {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  content: "\e917";
  font-family: icomoon;
  pointer-events: none;
}
.field--big .field__input, .field--big .login-area input, .login-area .field--big input,
.field--big .login-area textarea,
.login-area .field--big textarea,
.field--big .login-area select,
.login-area .field--big select {
  height: 40px;
  font-size: 1em;
  font-weight: 400;
  font-family: "Arial", Helvetica, sans-serif;
}
@media only screen and (min-width: 992px) {
  .field--big .field__input, .field--big .login-area input, .login-area .field--big input,
.field--big .login-area textarea,
.login-area .field--big textarea,
.field--big .login-area select,
.login-area .field--big select {
    height: 50px;
    font-size: 2em;
    font-weight: 400;
    font-family: "Arial", Helvetica, sans-serif;
  }
}
.field__alt, .field__input, .login-area input,
.login-area textarea,
.login-area select {
  box-sizing: border-box !important;
  padding: 0 10px;
  width: 100%;
  height: 30px;
  border: none;
  background: none;
  box-shadow: none;
  color: #202020;
  text-align: ingherit;
  line-height: 30px;
  font-size: 1em;
  font-weight: 400;
  font-family: "Arial", Helvetica, sans-serif;
}
@media only screen and (min-width: 992px) {
  .field__alt, .field__input, .login-area input,
.login-area textarea,
.login-area select {
    padding: 0 10px;
    height: 30px;
    transition: 0.2s 0s;
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Arial", Helvetica, sans-serif;
  }
}
.field__alt.visa_electron, .field__alt.visa, .field__input.visa_electron, .login-area input.visa_electron,
.login-area textarea.visa_electron,
.login-area select.visa_electron, .field__input.visa, .login-area input.visa,
.login-area textarea.visa,
.login-area select.visa {
  background-image: url(../img/ic-card-visa.png);
}
.field__alt.mastercard, .field__input.mastercard, .login-area input.mastercard,
.login-area textarea.mastercard,
.login-area select.mastercard {
  background-image: url(../img/ic-card-master.png);
}
.field__alt::-webkit-input-placeholder, .field__input::-webkit-input-placeholder, .login-area input::-webkit-input-placeholder,
.login-area textarea::-webkit-input-placeholder,
.login-area select::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
.field__alt {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: inherit;
  line-height: 30px;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .field__alt {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .field__alt {
    line-height: 30px;
  }
}
.field__text, .field[data-label]:before {
  display: block;
  padding: 5px 10px 0 10px;
  color: inherit;
  text-transform: uppercase;
  line-height: 120%;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Arial", Helvetica, sans-serif;
}
@media only screen and (min-width: 992px) {
  .field__text, .field[data-label]:before {
    padding: 5px 10px 3px 10px;
  }
}
.field__text a, .field[data-label]:before a {
  color: black;
}
.field__value {
  display: block;
  color: black;
  line-height: 140%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Arial", Helvetica, sans-serif;
}
.field__value a {
  color: black;
}
.field__value b {
  color: black;
  font-weight: inherit;
}
.field__after {
  position: relative;
  float: right;
  margin: 0 10px -44px 0;
  line-height: 30px;
  font-size: 1em;
  font-weight: 400;
  font-family: "Arial", Helvetica, sans-serif;
}
@media only screen and (min-width: 992px) {
  .field__after {
    margin-right: 20px;
  }
}
.field__after--button {
  margin-right: 0;
  width: 50px;
  color: black;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.field__after .icon {
  display: block;
  color: black;
  font-size: 1.5em;
  line-height: inherit;
}
.field__alert {
  position: absolute;
  top: 100%;
  right: -1px;
  z-index: 1;
  display: none;
  padding: 5px 10px;
  border-radius: 2px;
  background: #a40000;
  color: white;
  text-align: left;
  line-height: 120%;
  font-size: 0.625em;
  font-weight: 700;
  font-family: "Arial", Helvetica, sans-serif;
}
@media only screen and (min-width: 992px) {
  .field__alert {
    font-size: 0.688em;
    font-weight: 700;
    font-family: "Arial", Helvetica, sans-serif;
    padding: 5px 10px;
  }
}
.field__alert:before {
  position: absolute;
  top: -5px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 5px 5px 5px;
  border-style: solid;
  border-color: transparent transparent #a40000 transparent;
  content: "";
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.field .field__remove {
  float: right;
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  font-size: 0.625em;
  font-weight: 700;
  font-family: "Arial", Helvetica, sans-serif;
}

.fake-field {
  padding: 0 10px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #ffffff;
  color: black;
  line-height: 30px;
  font-size: 1em;
  font-weight: 400;
  font-family: "Arial", Helvetica, sans-serif;
}

.field-tabs__pane {
  margin: -20px 0 20px 0;
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .field-tabs__pane {
    margin: -40px 0 40px 0;
    padding: 30px;
  }
}
.field-tabs__img {
  float: left;
  margin: 0 15px 5px 0;
}
@media only screen and (min-width: 992px) {
  .field-tabs__img {
    margin: 0 30px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .field-tabs__content {
    overflow: hidden;
  }
}
.field-tabs__content:after {
  display: block;
  clear: both;
  content: "";
}
.field-tabs__content p {
  line-height: 140%;
}
@media only screen and (min-width: 992px) {
  .field-tabs__content p {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Arial", Helvetica, sans-serif;
  }
}

.form-wrapper {
  padding: 30px 20px;
  background: #f0f0f0;
}

.form-swap {
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 0;
  border: none;
  background: none;
  text-align: right;
  font-size: 0.688em;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.form {
  position: relative;
}
.form__submit {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.form__submit--loading span {
  position: relative;
  display: block;
  padding-left: 30px;
  text-indent: -999em;
}
.form__submit span {
  position: relative;
}
.form__submit span .spinner {
  margin-top: -2px;
}

.iframe-form {
  width: 100%;
  border: 1px solid #e1e1e1;
}

.switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
  transform: scale(0.7);
  left: -8px;
}

.switch input {
  display: none;
}

.rb-slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

.rb-slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 26px;
}

input:checked + .rb-slider {
  background-color: #88c731;
}

input:checked + .rb-slider:before {
  transform: translateX(26px);
}

.rb-slider.round {
  border-radius: 34px;
}

.rb-slider.round:before {
  border-radius: 50%;
}

.vspace {
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .vspace {
    padding-bottom: 40px;
  }
}
.vspace--small {
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .vspace--small {
    padding-bottom: 30px;
  }
}
.vspace--smaller {
  padding-bottom: 12.5px;
}
@media only screen and (min-width: 992px) {
  .vspace--smaller {
    padding-bottom: 15px;
  }
}
.vspace:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .vspace[class*=col-] {
    padding-bottom: 0;
  }
}
.vspace > .heading:last-child {
  margin-bottom: 0;
}

.slider {
  position: relative;
  text-align: center;
}
.slider__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.slider__button {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 35px;
  height: 35px;
  color: inherit;
  vertical-align: top;
  text-align: center;
  opacity: 0.5;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 992px) {
  .slider__button {
    width: 55px;
    height: 55px;
    transition: 0.2s 0s;
  }
  .slider__button:hover, .slider__button:focus {
    opacity: 1;
  }
}
.slider__button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  content: "";
}
@media only screen and (min-width: 768px) {
  .slider__button:before {
    width: 25px;
    height: 25px;
  }
}
.slider__button--prev:before {
  -webkit-transform: translate(-25%, -50%) rotate(-135deg) skew(15deg, 15deg);
  -ms-transform: translate(-25%, -50%) rotate(-135deg) skew(15deg, 15deg);
  transform: translate(-25%, -50%) rotate(-135deg) skew(15deg, 15deg);
}
.slider__button--next:before {
  -webkit-transform: translate(-75%, -50%) rotate(45deg) skew(15deg, 15deg);
  -ms-transform: translate(-75%, -50%) rotate(45deg) skew(15deg, 15deg);
  transform: translate(-75%, -50%) rotate(45deg) skew(15deg, 15deg);
}
.slider__item {
  position: relative;
  display: none;
}
.slider__item:first-child {
  display: block;
}
.slider__image {
  display: block;
  width: 100%;
}
.slider__dots ul {
  list-style: none;
}
.slider__dots li {
  display: inline-block;
}
.slider__dots li.slick-active button:before {
  background: black;
}
.slider__dots button {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  width: 20px;
  height: 20px;
  border: 0;
  background: none;
  text-align: left;
  font-size: 0;
}
.slider__dots button:before {
  display: block;
  margin: 5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #b9b9b9;
  content: "";
}

@media only screen and (min-width: 992px) {
  .slider-section {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .slider-section .button-box {
    margin: 60px 0 0 0;
  }
}

.section {
  position: relative;
  padding: 40px 0 0 0;
  /*overflow: hidden;*/
}
@media only screen and (min-width: 992px) {
  .section {
    padding: 60px 0 0 0;
  }
}
.section + .section--bg {
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  .section + .section--bg {
    margin-top: 60px;
  }
}
.section--bg {
  padding: 40px 0;
}
@media only screen and (min-width: 992px) {
  .section--bg {
    padding: 60px 0;
  }
}
.section--bg:last-child {
  margin-bottom: -40px;
}
@media only screen and (min-width: 992px) {
  .section--bg:last-child {
    margin-bottom: -60px;
  }
}
.section--bg + .section--bg {
  margin-top: 0;
}
.section--loading {
  position: relative;
  z-index: 1;
}
.section--loading:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
  content: "";
}
@media only screen and (min-width: 992px) {
  .section--min {
    min-height: 600px;
  }
}
@media only screen and (min-width: 992px) {
  .section--small {
    padding: 40px 0;
  }
}
.section--viewport {
  box-sizing: border-box;
  min-height: 100vh;
}
.section--no-padding {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .section--no-padding {
    padding: 0;
  }
}
.section--padding-bottom {
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .section--padding-bottom {
    padding-bottom: 60px;
  }
}
.section__body {
  padding: 30px 0;
  background: #f6f6f6;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.1), inset 0 -10px 10px -10px rgba(0, 0, 0, 0.1);
}
.section__header {
  text-align: center;
}
.section__header--dropdown {
  cursor: pointer;
}
.section__header--dropdown h1 {
  position: relative;
}
.section__header--dropdown h1:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "\e907";
  font-size: 14px;
  font-family: icomoon;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.section__heading {
  display: block;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  line-height: 140%;
  font-size: 0.75em;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.section__main-photo {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .section__photo {
    margin: 30px auto 0 auto;
  }
}
.section__photo--perma {
  margin: 30px auto 40px auto;
}
.section__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: center center no-repeat;
  background-size: cover;
}
.section__bg.visible-xs {
  background: fixed center 0 no-repeat;
  background-size: cover;
}

.content {
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .content {
    padding-bottom: 60px;
  }
}

.section-list {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .section-list {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-list {
    padding-bottom: 90px;
  }
}
.section-list:before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: -2;
  padding-top: 100%;
  border-radius: 500px;
  content: "";
}
@media only screen and (min-width: 992px) {
  .section-list:before {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 992px) {
  .section-list:nth-child(2) .section:first-child {
    padding: 44px 0 0 0;
  }
}
.section-list .section {
  padding-bottom: 0;
}

.more-info {
  display: block;
  margin: -15px auto 0 auto;
  padding: 0;
  width: 100px;
  border: none;
  background: none;
  color: #202020;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.625em;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.modal {
  z-index: 1050 !important;
  padding: 0 !important;
}
.modal--fullscreen .modal__content {
  margin: 0;
  padding: 50px 0;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: auto;
}
@media only screen and (min-width: 1200px) {
  .modal--fullscreen .modal__content {
    padding: 100px 0;
  }
}
.modal__content {
  position: relative;
  margin: 0 auto;
  padding: 20px 15px 50px 15px;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  pointer-events: all;
}
@media only screen and (max-width: 991px) {
  .modal__content {
    overflow: auto;
    height: 100dvh;
    height: 100vh;
  }
}
@media only screen and (min-width: 992px) {
  .modal__content {
    border-radius: 10px;
    padding: 40px;
    max-width: 850px;
  }
}
@media only screen and (min-width: 1200px) {
  .modal__content {
    padding: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .modal__content--w400 {
    max-width: 500px;
  }
}
@media only screen and (min-width: 992px) {
  .modal__content--w500 {
    max-width: 500px;
  }
}
@media only screen and (min-width: 992px) {
  .modal__content--w600 {
    max-width: 600px;
  }
}
.modal__content--no-padding {
  padding: 0;
}
.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  display: block;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  font-size: 2.5em;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  .modal__close {
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 0.5;
    transition: 0.2s all;
  }
  .modal__close:hover, .modal__close:focus {
    opacity: 1;
  }
}
.modal__center {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  pointer-events: none;
}
.modal__helper {
  display: table-cell;
  width: auto;
  vertical-align: middle;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .modal__helper {
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .modal__helper {
    padding: 30px 10px;
  }
}
.modal__text {
  display: block;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 991px) {
  .modal__text {
    text-align: center;
  }
}
.modal__text p {
  letter-spacing: 0.05em;
  line-height: 140%;
  font-size: 0.875em;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.modal__header {
  position: relative;
  padding-right: 30px;
  margin: 0 0 20px;
}
@media only screen and (min-width: 992px) {
  .modal__header {
    margin: 0 0 30px;
  }
}
.modal__header .heading {
  font-size: 1.375em;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .modal__header .heading {
    font-size: 1.75em;
    font-family: "Inter", sans-serif;
    font-weight: 700;
  }
}
.modal__table {
  margin: 30px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .modal__table {
    margin: 50px 0 0 0;
  }
}
.modal__total {
  position: relative;
  display: inline-block;
  margin: 50px 0;
  padding: 0 30px 0 0;
  letter-spacing: 0.05em;
  font-size: 1.5em;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .modal__total {
    font-size: 1.75em;
    font-family: "Inter", sans-serif;
    font-weight: 700;
  }
}
.modal__total:before {
  position: absolute;
  top: -15px;
  left: 0;
  display: block;
  width: 40px;
  height: 4px;
  content: "";
}

.modal-backdrop {
  background: #747474;
}
.modal-backdrop.in {
  opacity: 0.8;
}

.donation-modal__logo {
  display: block;
  margin: 0 auto 30px auto;
  max-width: 200px;
}
@media only screen and (min-width: 992px) {
  .donation-modal__logo {
    margin-bottom: 70px;
    max-width: 300px;
  }
}

.blink {
  -webkit-animation: blink 0.4s step-end infinite;
  -moz-animation: blink 0.4s step-end infinite;
  -o-animation: blink 0.4s step-end infinite;
  animation: blink 0.4s step-end infinite;
}

@-webkit-keyframes blink {
  10% {
    background-color: #ff8c8c;
  }
  20% {
    background-color: #ffd68c;
  }
  30% {
    background-color: #8cff8c;
  }
  40% {
    background-color: #8cffff;
  }
  50% {
    background-color: #8cb5ff;
  }
  60% {
    background-color: #d68cff;
  }
  70% {
    background-color: #ff8cff;
  }
  80% {
    background-color: #ff6bf7;
  }
  90% {
    background-color: #ff6bb5;
  }
  0%, 100% {
    background-color: #ff6b6b;
  }
}
@-moz-keyframes blink {
  10% {
    background-color: #ff8c8c;
  }
  20% {
    background-color: #ffd68c;
  }
  30% {
    background-color: #8cff8c;
  }
  40% {
    background-color: #8cffff;
  }
  50% {
    background-color: #8cb5ff;
  }
  60% {
    background-color: #d68cff;
  }
  70% {
    background-color: #ff8cff;
  }
  80% {
    background-color: #ff6bf7;
  }
  90% {
    background-color: #ff6bb5;
  }
  0%, 100% {
    background-color: #ff6b6b;
  }
}
@-o-keyframes blink {
  10% {
    background-color: #ff8c8c;
  }
  20% {
    background-color: #ffd68c;
  }
  30% {
    background-color: #8cff8c;
  }
  40% {
    background-color: #8cffff;
  }
  50% {
    background-color: #8cb5ff;
  }
  60% {
    background-color: #d68cff;
  }
  70% {
    background-color: #ff8cff;
  }
  80% {
    background-color: #ff6bf7;
  }
  90% {
    background-color: #ff6bb5;
  }
  0%, 100% {
    background-color: #ff6b6b;
  }
}
@keyframes blink {
  10% {
    background-color: #ff8c8c;
  }
  20% {
    background-color: #ffd68c;
  }
  30% {
    background-color: #8cff8c;
  }
  40% {
    background-color: #8cffff;
  }
  50% {
    background-color: #8cb5ff;
  }
  60% {
    background-color: #d68cff;
  }
  70% {
    background-color: #ff8cff;
  }
  80% {
    background-color: #ff6bf7;
  }
  90% {
    background-color: #ff6bb5;
  }
  0%, 100% {
    background-color: #ff6b6b;
  }
}
@media only screen and (min-width: 992px) {
  @-webkit-keyframes blink {
    10% {
      background-color: #ff8c8c;
    }
    20% {
      background-color: #ffd68c;
    }
    30% {
      background-color: #8cff8c;
    }
    40% {
      background-color: #8cffff;
    }
    50% {
      background-color: #8cb5ff;
    }
    60% {
      background-color: #d68cff;
    }
    70% {
      background-color: #ff8cff;
    }
    80% {
      background-color: #ff6bf7;
    }
    90% {
      background-color: #ff6bb5;
    }
    0%, 100% {
      background-color: #ff6b6b;
    }
    25% {
      transform: rotate(5deg);
    }
    50% {
      transform: rotate(0deg);
    }
    75% {
      transform: rotate(-5deg);
    }
    0%, 100% {
      transform: rotate(0);
    }
  }
  @-moz-keyframes blink {
    10% {
      background-color: #ff8c8c;
    }
    20% {
      background-color: #ffd68c;
    }
    30% {
      background-color: #8cff8c;
    }
    40% {
      background-color: #8cffff;
    }
    50% {
      background-color: #8cb5ff;
    }
    60% {
      background-color: #d68cff;
    }
    70% {
      background-color: #ff8cff;
    }
    80% {
      background-color: #ff6bf7;
    }
    90% {
      background-color: #ff6bb5;
    }
    0%, 100% {
      background-color: #ff6b6b;
    }
    25% {
      transform: rotate(5deg);
    }
    50% {
      transform: rotate(0deg);
    }
    75% {
      transform: rotate(-5deg);
    }
    0%, 100% {
      transform: rotate(0);
    }
  }
  @-o-keyframes blink {
    10% {
      background-color: #ff8c8c;
    }
    20% {
      background-color: #ffd68c;
    }
    30% {
      background-color: #8cff8c;
    }
    40% {
      background-color: #8cffff;
    }
    50% {
      background-color: #8cb5ff;
    }
    60% {
      background-color: #d68cff;
    }
    70% {
      background-color: #ff8cff;
    }
    80% {
      background-color: #ff6bf7;
    }
    90% {
      background-color: #ff6bb5;
    }
    0%, 100% {
      background-color: #ff6b6b;
    }
    25% {
      transform: rotate(5deg);
    }
    50% {
      transform: rotate(0deg);
    }
    75% {
      transform: rotate(-5deg);
    }
    0%, 100% {
      transform: rotate(0);
    }
  }
  @keyframes blink {
    10% {
      background-color: #ff8c8c;
    }
    20% {
      background-color: #ffd68c;
    }
    30% {
      background-color: #8cff8c;
    }
    40% {
      background-color: #8cffff;
    }
    50% {
      background-color: #8cb5ff;
    }
    60% {
      background-color: #d68cff;
    }
    70% {
      background-color: #ff8cff;
    }
    80% {
      background-color: #ff6bf7;
    }
    90% {
      background-color: #ff6bb5;
    }
    0%, 100% {
      background-color: #ff6b6b;
    }
    25% {
      transform: rotate(5deg);
    }
    50% {
      transform: rotate(0deg);
    }
    75% {
      transform: rotate(-5deg);
    }
    0%, 100% {
      transform: rotate(0);
    }
  }
}
@keyframes parrot {
  0% {
    left: -20px;
  }
  100% {
    left: 100%;
  }
}
.login-area {
  text-align: center;
}
#ForgotPassword {
  float: right;
  margin: 10px 0 0 0;
  text-decoration: underline;
  font-size: 0.75em;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
#ForgotPassword a {
  color: inherit;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.responsive-footer {
  position: fixed;
  bottom: 0;
  left: 100%;
  z-index: 100;
  width: 100%;
  height: 40px;
  background: white;
  opacity: 0;
  transition: 0.3s 0s opacity, 0s 0.2s left;
}
.responsive-footer__link {
  display: block;
  float: left;
  padding: 0;
  width: 50%;
  border: none;
  border-right: 1px solid white;
  background: black;
  color: white;
  text-align: center;
  text-transform: uppercase;
  line-height: 40px;
  font-size: 0.75em;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.responsive-footer__link:last-child {
  border-right: 0;
}
.responsive-footer__link .icon {
  position: relative;
  top: 3px;
  margin: 0 5px 0 0;
  font-size: 1.5em;
}

body.header-active .responsive-footer {
  left: 0;
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  body.header-active .responsive-footer {
    transition: 0.3s 0s opacity;
  }
}

.footer {
  background-image: url(https://rubicon8.com.au//wp-content/uploads/2021/03/rubicon-8-brand-device.png);
  background-repeat: no-repeat;
  background-position: calc(100% + 0px) -100px;
  background-size: 498px;
  scroll-margin-top: 120px;
  padding: 80px 0 25px;
  background-color: #000000;
  position: relative;
}
.footer ul li {
  display: inline-block;
  margin-left: 50px;
}
.footer ul li a {
  color: #ffffff;
  font-family: "Inter", sans-serif;
}
.footer .contact-details span {
  color: #ffffff;
  display: inline-block;
  padding-right: 18px;
  font-family: "Inter", sans-serif;
}
.footer .contact-details a {
  font-family: "Inter", sans-serif;
  color: #ffffff;
}
.footer .footer-img {
  margin-top: 65px;
}
.footer .copyright-text {
  color: #888;
  font-size: 12px;
  font-family: "Inter", sans-serif;
}
.footer .bottom-footer-menu li a {
  color: #888;
  font-size: 12px;
  font-family: "Inter", sans-serif;
}

@media only screen and (max-width: 991px) {
  .footer-menu {
    text-align: left !important;
  }
  .footer ul li {
    display: block;
    margin-left: 0;
    margin-bottom: 12px;
  }
  .footer .contact-details span {
    font-size: 12px;
  }
  .footer .footer-img {
    margin-top: 65px;
    text-align: left !important;
  }
  .copyright-text {
    margin-bottom: 12px;
  }
  .bottom-footer-menu {
    text-align: left;
  }
}
/*------------------------------------*\
    CONTENT
\*------------------------------------*/
/*=========================================*/
/* HERO SECTION */
/*=========================================*/
.hero-section .inner-hero .hero-main {
  min-height: inherit;
  height: inherit;
  display: flex;
  align-items: center;
}
.hero-section .inner-hero .hero-main .hero-bg-image {
  width: 100%;
  position: relative;
  left: 0px;
  top: 0px;
  height: 775px;
  z-index: 999;
  opacity: 1;
  min-height: 688px;
  background-size: cover;
  background-position: center;
}
.hero-section .inner-hero .hero-main .hero-bg-image:after {
  clear: both;
  display: none;
  content: "";
  position: absolute;
  background-color: rgba(10, 0, 0, 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero-section .inner-hero .hero-main .hero-bg-image .hero-main-content {
  display: table;
  height: 100%;
  margin-top: -50px;
}
.hero-section .inner-hero .hero-main .hero-bg-image .hero-main-content .hero-main-content-inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.hero-section .inner-hero .hero-main .hero-bg-image .hero-main-content .hero-main-content-inner .btn {
  padding: 10px 46px 10px !important;
}
.hero-section .inner-hero .hero-main .hero-bg-image .hero-main-content .hero-main-content-inner h1 {
  font-size: 80px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 80px;
  margin-bottom: 25px !important;
  margin-left: -6px !important;
}

.header.fixed {
  background: #000000;
  position: fixed;
  top: 0;
  height: 80px;
  padding: 8px 0;
  width: 100%;
}

.h-100 {
  height: 100%;
}

.btn {
  border-radius: 30px;
}

.btn-primary {
  background-color: #88c731;
  border-color: #88c731;
  color: #fff !important;
  font-weight: 700;
  padding: 8px 35px 8px !important;
}

.btn-secondary {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000 !important;
  padding: 8px 35px 8px !important;
}

/*=========================================*/
/* MAIN SECTION */
/*=========================================*/
.main-content {
  scroll-margin-top: 120px;
}

.enterprise-content {
  background-image: url(https://rubicon8.com.au//wp-content/uploads/2021/03/rubicon-8-brand-device.png);
  background-repeat: no-repeat;
  background-position: calc(100% + 106px) -179px;
  background-size: contain;
  scroll-margin-top: 120px;
  padding: 240px 0px 80px;
  background-color: #000000;
  position: relative;
}
.enterprise-content .enperprise-inner-content {
  display: table;
  height: 100%;
}
.enterprise-content .enperprise-inner-content .enterprise-content--holder {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.enterprise-content .enperprise-inner-content .enterprise-content--holder h3 {
  font-size: 47px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
}
.enterprise-content .hic-image {
  min-height: 600px;
  width: 100%;
  background-image: url(https://rubicon8.com.au/wp-content/uploads/2021/03/rubicon-8-solutions-graphic.svg);
  background-size: 100%;
}

h3 {
  font-size: 47px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-left: -2px !important;
}

p {
  font-family: "Inter", sans-serif;
}

.text--button a {
  color: #88c731;
  font-weight: 600;
}
.text--button:after {
  content: url(https://rubicon8.com.au/wp-content/uploads/2021/03/arrow-right.svg);
  display: inline-block;
  padding-left: 20px;
  vertical-align: middle;
}

.about-content {
  padding: 80px 0;
}
.about-content h3 {
  color: #000000;
  margin-bottom: 10px;
  font-size: 46px;
  margin-left: -3px !important;
}
.about-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.icon-gallery-section {
  padding: 0px 0 80px;
}
.icon-gallery-section .hic-image {
  mix-blend-mode: darken;
  height: 100%;
  object-fit: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.media-section {
  background: #f2f2f2;
  padding: 80px 0;
}
.media-section .media-image {
  background-size: 100%;
}

.contact-section {
  padding: 80px 0;
}
.contact-section .contact-left h2 {
  font-size: 47px;
  letter-spacing: -0.02em;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000000;
  max-width: 360px;
}
.contact-section .contact-left h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-section .contact-left p {
  font-size: 16px;
  margin-bottom: 30px;
}
.contact-section .form-control {
  height: 50px;
  border-radius: 4px !important;
  border: 1px solid #e4e7ea;
  color: #000000;
}
.contact-section textarea.form-control {
  height: 150px;
  resize: none;
  border-radius: 4px !important;
  color: #000000;
  border: 1px solid #e4e7ea;
}

.into--section {
  background: #ffffff;
  position: absolute;
  display: block;
  z-index: 99999;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1170px;
  padding: 61px 75px;
  width: 100%;
}

::placeholder {
  color: #000000;
}

.hero-section.inner-banner .inner-hero .hero-main .hero-bg-image {
  height: 341px;
  background: #000000 !important;
  min-height: 406px;
}

.hero-section.inner-banner .inner-hero .hero-main .hero-bg-image .hero-main-content {
  margin-top: 58px;
}

.hero-section.inner-banner-about .inner-hero .hero-main .hero-bg-image {
  height: 406px;
  min-height: 368px;
}

.hero-section.inner-banner-about .inner-hero .hero-main .hero-bg-image .hero-main-content {
  margin-top: 90px;
}

.hero-section.inner-banner .inner-hero .hero-main .hero-bg-image .hero-main-content .hero-main-content-inner h1 {
  font-size: 71px;
  line-height: 71px;
}

.about-content .hic-image {
  background-size: cover;
}

@media only screen and (max-width: 991px) {
  .hero-section .inner-hero .hero-main .hero-bg-image .hero-main-content {
    padding-left: 17px;
  }
  .hero-section .inner-hero .hero-main .hero-bg-image {
    height: 82vh;
  }
  .hero-section .inner-hero .hero-main .hero-bg-image .hero-main-content .hero-main-content-inner h1 {
    font-size: 40px;
    line-height: 50px;
  }
  h2,
h3 {
    font-size: 30px !important;
  }
  .into--section {
    padding: 61px 37px;
  }
  p {
    line-height: 1.5;
  }
  .enterprise-content {
    padding: 282px 13px 0px;
    background-position: top;
  }
  .enterprise-content .hic-image {
    background-repeat: no-repeat;
    margin-top: 50px;
  }
  section {
    padding: 25px 0;
  }
  .media-section .media-image {
    margin-top: 40px;
  }
  .about-content .hic-image {
    background-size: cover;
  }
  .header .nav-right li {
    margin-bottom: 25px;
  }
  .header .navbar-collapse {
    background: rgb(40, 40, 40);
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    top: 76px;
    padding: 32px;
  }
}
.header {
  background: transparent;
  position: absolute;
  top: 6.5px;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 555555;
  min-height: 60px;
}
.header .navbar-brand img {
  width: 178.5px;
  margin-top: 5px;
  margin-right: 10px;
}
.header .navbar {
  padding: 0.5rem 0;
}
.header .navbar li a.nav-link {
  letter-spacing: -0.02em;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.header .navbar li a.nav-link img {
  height: 30px;
}
.header .navbar .header-nav-left li a {
  padding-left: 13px;
}
.header .navbar .header-nav-left li:nth-child(2) {
  margin-left: 10px;
}
.header .nav-right li {
  margin-left: 22px;
}

@media only screen and (min-width: 992px) {
  .nav-right {
    margin-top: 4px !important;
  }
}
.footer {
  background-image: url(https://rubicon8.com.au//wp-content/uploads/2021/03/rubicon-8-brand-device.png);
  background-repeat: no-repeat;
  background-position: calc(100% + 0px) -100px;
  background-size: 498px;
  scroll-margin-top: 120px;
  padding: 80px 0 25px;
  background-color: #000000;
  position: relative;
}
.footer ul li {
  display: inline-block;
  margin-left: 50px;
}
.footer ul li a {
  color: #ffffff;
  font-family: "Inter", sans-serif;
}
.footer .contact-details span {
  color: #ffffff;
  display: inline-block;
  padding-right: 18px;
  font-family: "Inter", sans-serif;
}
.footer .contact-details a {
  font-family: "Inter", sans-serif;
  color: #ffffff;
}
.footer .footer-img {
  margin-top: 65px;
}
.footer .copyright-text {
  color: #888;
  font-size: 12px;
  font-family: "Inter", sans-serif;
}
.footer .bottom-footer-menu li a {
  color: #888;
  font-size: 12px;
  font-family: "Inter", sans-serif;
}

@media only screen and (max-width: 991px) {
  .footer-menu {
    text-align: left !important;
  }
  .footer ul li {
    display: block;
    margin-left: 0;
    margin-bottom: 12px;
  }
  .footer .contact-details span {
    font-size: 12px;
  }
  .footer .footer-img {
    margin-top: 65px;
    text-align: left !important;
  }
  .copyright-text {
    margin-bottom: 12px;
  }
  .bottom-footer-menu {
    text-align: left;
  }
}
.login-page {
  background-image: url(https://rubicon8.com.au//wp-content/uploads/2021/03/rubicon-8-brand-device.png);
  background-repeat: no-repeat;
  scroll-margin-top: 120px;
  padding: 80px 0px;
  background-color: #e5e5e5;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-size: 35%;
  background-position: right -2px;
}
.login-page p {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
}
.login-page p a {
  color: #000000;
  font-weight: 300;
}

.login-box {
  background: #ffffff;
  border-radius: 10px;
  min-height: 500px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.03);
  padding: 45px 80px 30px 80px !important;
}
.login-box .back-button {
  float: left;
}
.login-box h3 {
  font-size: 30px;
}
.login-box .Login-form {
  padding: 90px 0 50px;
  margin: auto;
  max-width: 330px;
}
.login-box .Login-form .input-group {
  border: 1px solid #f2f2f2;
  border-radius: 50px;
  overflow: hidden;
  height: 44px;
  background: #f2f2f2;
}
.login-box .Login-form .input-group-text {
  background: none;
  border: none;
}
.login-box .Login-form .email-inp::placeholder {
  font-style: italic;
}
.login-box .Login-form .form-control::placeholder {
  font-style: italic;
}
.login-box .otp-form {
  padding: 35px 0 0px;
}
.login-box label {
  display: inline-block;
  margin-left: 10px;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  color: #000000;
}
.login-box .input-group-prepend {
  padding-left: 10px;
}
.login-box .form-control {
  border: none;
  background: #f2f2f2;
  font-size: 0.875rem;
}
.login-box .form-control:focus {
  outline: none;
  box-shadow: none;
}

::placeholder {
  color: #000;
  font-weight: 300;
}

.admin-login label {
  display: block;
  margin-left: 10px;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  background: transparent;
  width: 300px;
  border: none;
  margin: 0 auto;
}

.admin-login label {
  margin-bottom: 15px;
}

.admin-login .input-group.alert {
  padding: 0;
}

body .admin-login .field input.text {
  background: #f2f2f2;
  border: 1px solid transparent;
  box-shadow: none !important;
  border-radius: 25px !important;
  font-size: 0.875rem;
  display: block;
  width: 100%;
  padding: 0.3846rem 1.5rem;
  line-height: 1.5384;
  color: #262626;
  min-height: 44px;
  font-weight: 300;
}
body .admin-login .field input.text::placeholder {
  font-style: italic;
  color: #6c757d;
}

.admin-login label span.field__text, .admin-login label span.field[data-label]:before {
  font-size: 13px;
  margin-bottom: 10px;
  text-transform: capitalize;
  padding-left: 0;
}

.admin-login .btn {
  width: 300px;
  margin: 15px auto;
  text-transform: uppercase;
}

.admin-login #ForgotPassword {
  float: none;
  display: block;
  font-weight: 700 !important;
}

.admin-login .btn-toolbar {
  display: block;
}

@media only screen and (max-width: 991px) {
  .login-box {
    padding: 50px 20px !important;
  }
  .login-page p {
    font-size: 11px;
  }
}
.has-error {
  border: 1px solid #e81b1b !important;
}

.form-error {
  color: red;
  font-size: 12px;
  margin-top: 10px;
  text-align: left;
}

.elvanti-login.login-page {
  background-color: #fff;
  padding: 0px 0px;
}
.elvanti-login.login-page #ForgotPassword {
  color: #f36 !important;
  text-decoration: none !important;
}
.elvanti-login.login-page .login-box {
  min-height: auto;
  box-shadow: none;
  padding: 0px 0px 0px 0px !important;
}
.elvanti-login.login-page .login-box .Login-form {
  padding: 0px 0 0px;
}
.elvanti-login.login-page .login-logo {
  margin: 0px auto 40px;
}
@media only screen and (min-width: 992px) {
  .elvanti-login.login-page .login-logo img {
    max-width: 200px;
  }
}
.elvanti-login.login-page .alert {
  padding: 0 !important;
}
.elvanti-login.login-page .back-button {
  position: relative;
  right: 40px;
}
.elvanti-login.login-page .admin-login .field input.text {
  border-radius: unset !important;
  background-color: transparent;
  border: 1px solid #cbd3df;
}
.elvanti-login.login-page .admin-login .field input.text::placeholder {
  font-style: normal;
}
.elvanti-login.login-page .admin-login span.field__text, .elvanti-login.login-page .admin-login span.field[data-label]:before {
  color: #282828;
  margin-bottom: 0;
}
.elvanti-login.login-page .btn {
  border-radius: 0.125rem;
  padding: 0.875rem 1.9rem !important;
}
.elvanti-login.login-page .btn-primary {
  background-color: #F36;
  border-color: #F36;
}
.elvanti-login.login-page .btn-primary:hover {
  background-color: #ff1a53;
  border-color: #ff1a53;
}
.elvanti-login.login-page .btn-primary:focus {
  background-color: #ff1a53;
  border-color: #ff1a53;
  box-shadow: 0 0 0 0.2rem rgba(255, 26, 83, 0.5) !important;
}
.elvanti-login.login-page .btn-primary:active {
  background-color: #ff1a53;
  border-color: #ff1a53;
}

.dashboard--intro {
  background-size: cover;
  padding: 50px 0;
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  background-color: #000;
}
.dashboard--intro .dashboard-intro-wrap {
  max-width: 450px;
  padding-bottom: 150px;
}
.dashboard--intro p {
  font-size: 16px;
  color: #fff;
}
.dashboard--intro h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 300;
}
.dashboard--intro .dashboard-intro-content {
  display: table;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .dashboard--intro .dashboard-intro-content {
    margin-top: 0;
  }
}
.dashboard--intro .dashboard-content-inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.dashboard-boxes-section {
  position: relative;
  display: block;
  z-index: 99;
  margin-top: -200px;
  left: 0;
  transform: inherit;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .dashboard-boxes-section {
    margin-top: -151px;
  }
}
.dashboard-boxes-section .dashboard-box {
  display: flex;
  background: #fff;
  transition: all 0.3s;
  padding: 30px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 768px) {
  .dashboard-boxes-section .dashboard-box {
    margin-bottom: 30px;
  }
}
.dashboard-boxes-section .dashboard-box img {
  width: 48px;
}
.dashboard-boxes-section .dashboard-box img.box-icon-normal {
  display: inline-block;
}
.dashboard-boxes-section .dashboard-box img.box-icon-white {
  display: none;
}
.dashboard-boxes-section .dashboard-box h4 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}
.dashboard-boxes-section .dashboard-box p {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 1.85;
}
.dashboard-boxes-section .dashboard-box a {
  font-size: 14px;
  color: #000000;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  text-transform: uppercase;
}
.dashboard-boxes-section .dashboard-box .dash-box-content img {
  width: 15px;
  vertical-align: middle;
  margin-left: 10px;
}
.dashboard-boxes-section .dashboard-box .dash-box-content .arrow-icon {
  font-size: 19px;
  margin-top: -3px;
  vertical-align: top;
  margin-left: 7px;
}
.dashboard-boxes-section .dashboard-box:hover {
  background: #88c731;
  color: #ffffff;
}
.dashboard-boxes-section .dashboard-box:hover h4,
.dashboard-boxes-section .dashboard-box:hover a {
  color: #ffffff;
}
.dashboard-boxes-section .dashboard-box:hover img.box-icon-normal {
  display: none;
}
.dashboard-boxes-section .dashboard-box:hover img.box-icon-white {
  display: inline-block;
}
.dashboard-boxes-section .dash-box-icon {
  position: absolute;
  left: 0;
  margin-bottom: 18px;
}

.dashboard-box-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 65px;
}

.dash-box-button {
  justify-self: end;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.brand-logo-section {
  padding: 220px 0 90px;
}
.brand-logo-section .brand-inner {
  mix-blend-mode: darken;
}

.icon-gallery-section .icon-box {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 0 15px 20px;
  vertical-align: middle;
}
.icon-gallery-section .container {
  max-width: 1240px;
  width: auto;
}

@media only screen and (max-width: 991px) {
  .dashboard-header .navbar-collapse {
    padding: 20px;
    background: #ffffff;
    z-index: 9999;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  }
  .dashboard-header .navbar-collapse .border-left-1:after {
    display: none;
  }
  .dashboard-header .navbar-collapse .card--icon--holder {
    margin: 0 auto;
  }
  .dashboard-header .navbar ul li {
    line-height: 1.5;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
  .dashboard-footer ul li,
.dashboard-footer ul {
    text-align: left;
  }
  .dashboard-footer p {
    padding-left: 10px;
  }
}
.dashboard-header {
  background: #ffffff;
  line-height: 55px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  height: 72px;
  position: relative;
  z-index: 3;
}
.dashboard-header > .container--bigger {
  height: 100%;
}
.dashboard-header .navbar-brand {
  padding: 0;
}
.dashboard-header .navbar-brand > img {
  display: block;
  width: 100%;
  height: 26px;
}
.dashboard-header .navbar-light .navbar-nav .nav-link {
  color: rgb(0, 0, 0);
}
.dashboard-header .navbar {
  padding: 0;
  height: 100%;
}
.dashboard-header .navbar ul li {
  line-height: 1.5;
  margin-left: 15px;
}
.dashboard-header .navbar ul li a {
  color: #000;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
.dashboard-header .card--icon--holder {
  background: rgba(40, 40, 40, 0.1);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: visible;
  line-height: 35px;
  padding: 0;
  text-align: center;
  position: relative;
}
.dashboard-header .card--icon--holder .count-text {
  position: absolute;
  background: #567d1f;
  width: 27px;
  height: 20px;
  top: 0;
  font-family: "Inter", sans-serif;
  border-radius: 10px;
  left: -18px;
  right: auto;
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
}
.dashboard-header .card--icon--holder.cart-mobile {
  margin-left: auto;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .dashboard-header .card--icon--holder.cart-mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  .cart-desktop {
    display: none !important;
  }
  .navbar-nav .dropdown-menu {
    display: block !important;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
  .navbar-nav .dropdown-menu .dropdown-item {
    padding: 1rem 1.5rem;
  }
}
.btn-primary-light {
  background: rgba(136, 199, 49, 0.1);
  border-radius: 50px;
  padding: 5px 32px;
  min-width: 112px;
  color: #567d1f !important;
  display: inline-block;
}

.dashboard-footer {
  padding: 20px 0;
  margin-top: auto;
  font-size: 13px;
  border-top: 1px solid #e9e9e9;
}

.dashboard-footer ul li {
  display: inline-block;
  vertical-align: middle;
}

.dashboard-footer ul li,
.dashboard-footer ul {
  list-style: none;
  padding: 0;
  font-family: "Inter", sans-serif;
  margin: 0;
}

.dashboard-footer ul li a {
  margin-left: 10px;
  font-weight: 300;
  color: #000;
  font-family: "Inter", sans-serif;
}

.border-left-1 {
  position: relative;
  margin-right: 10px;
}

.border-left-1:after {
  clear: both;
  display: block;
  content: "";
  position: absolute;
  left: -8px;
  top: 10px;
  width: 2px;
  height: 20px;
  background: #808080;
}

.dashboard-footer p {
  font-weight: 300;
  font-family: "Inter", sans-serif;
}

.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.sticky-header + section {
  padding-top: 102px;
}

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

.category-section .tag-holder a.btn {
  padding: 4px 20px;
  margin-right: 10px;
}
.category-section .tag-holder a.btn:hover {
  background: #88c731;
  color: #ffffff;
}
.category-section .tag-holder .selected-tag {
  background: #88c731 !important;
  color: #fff !important;
  border-color: #88c731 !important;
}
.category-section h4 {
  font-size: 14px;
  font-weight: normal;
}
.category-section .category-box {
  border: 1px solid lightgrey;
  border-radius: 10px;
  padding: 20px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  transition: all 0.3s;
  width: 100%;
}
.category-section .category-box .category-box-image .cat-icon-dark {
  display: inline-block;
}
.category-section .category-box .category-box-image .cat-icon-light {
  display: none;
}
.category-section .category-box:hover {
  background: #ededed;
}
.category-section .category-box .category-box-title p {
  font-size: 16px;
}
.category-section .category-box.category-box-active {
  border: 1px solid #88c731;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  background: #88c731;
  font-size: 16px;
  transition: all 0.3s;
}
.category-section .category-box.category-box-active .category-box-title p {
  color: #ffffff;
}
.category-section .category-box.category-box-active .category-box-image .cat-icon-dark {
  display: none;
}
.category-section .category-box.category-box-active .category-box-image .cat-icon-light {
  display: inline-block;
}
.category-section .filter-tab {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  border-radius: 25px;
  padding: 5px;
}
.category-section .filter-tab:hover {
  background: #88c731;
  border: 1px solid transparent;
  color: #ffffff;
}
@media screen and (max-width: 1298px) {
  .category-section .filter-tab {
    margin-bottom: 10px;
  }
}
.category-section .product-listing-box {
  transition: all 0.3s;
  margin-bottom: 30px;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.03);
}
.category-section .product-listing-box:hover {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.category-section .product-listing-box:hover .product-listing-content {
  background: #ffffff;
}
.category-section .product-listing-box .product-listing-image {
  border-radius: 10px;
  padding: 45px 20px;
  background: #fff;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.category-section .product-listing-box img {
  mix-blend-mode: darken;
  height: 200px;
  max-width: 100%;
  object-fit: cover;
}
.category-section .product-listing-box .product-listing-content {
  padding: 15px;
  background: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.category-section .product-listing-box .product-listing-content p {
  color: #000000;
  font-size: 13px;
}
.category-section .product-listing-box .product-listing-content h4 {
  color: #000000;
  margin: 15px 0 4px;
  min-height: 48px;
  font-size: 20px;
  font-weight: 700;
}
.category-section .product-listing-box .product-listing-content a {
  color: #567d1f;
  font-weight: 600;
  font-size: 14px;
}
.category-section .product-listing-box .product-listing-content a i {
  font-size: 17px;
  margin-left: 7px;
  vertical-align: middle;
}
.category-section .product-listing-box .product-listing-image {
  position: relative;
}
.category-section .product-listing-box:hover .product-listing-box-overlay {
  display: block;
}
.category-section .product-listing-box .listing-box-overlay-inn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.category-section .product-listing-box .product-listing-box-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  transition: all 0.3s;
  left: 0;
  top: 0;
  height: 100%;
  padding: 15px;
  color: #ffffff;
  z-index: 1;
  display: none;
}
.category-section .product-listing-box .product-listing-box-overlay p {
  font-size: 13px;
  font-weight: 300;
}
.category-section .product-listing-box .product-listing-box-overlay small {
  font-size: 11px;
}
.category-section .product-listing-box .product-listing-box-overlay h2 {
  font-size: 24px;
  font-weight: 700;
  padding: 2px 0 4px;
}
.category-section .product-listing-box .product-listing-box-overlay h3 {
  font-size: 24px;
  font-weight: 700;
  padding: 2px 0 4px;
}
.category-section .product-listing-box .product-listing-box-overlay .or-text-wrap {
  margin: 25px 0;
}
.category-section .product-listing-box .product-listing-box-overlay .or-text {
  position: relative;
  display: inline-block;
}
.category-section .product-listing-box .product-listing-box-overlay .or-text:after {
  clear: both;
  display: block;
  content: "";
  position: absolute;
  left: 100%;
  margin-left: 10px;
  width: 30px;
  top: 10px;
  opacity: 0.5;
  background: #ffffff;
  height: 1px;
}
.category-section .product-listing-box .product-listing-box-overlay .or-text:before {
  clear: both;
  display: block;
  content: "";
  position: absolute;
  right: 100%;
  margin-right: 10px;
  width: 30px;
  top: 10px;
  opacity: 0.5;
  background: #ffffff;
  height: 1px;
}

.category-listing-main {
  background: #f2f2f2;
}

.cat-menu .col {
  flex: 0 0 20%;
}

@media only screen and (max-width: 992px) {
  .category-section .category-box {
    margin-bottom: 15px;
  }
  .tag-holder .btn {
    margin-bottom: 15px;
    vertical-align: top;
    display: inline-block;
  }
  .cat-menu {
    margin-left: -5px;
    margin-right: -5px;
  }
  .cat-menu .col {
    flex: 0 0 20%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .category-box-title {
    display: none;
  }
  .category-box-image img {
    width: 36px;
    height: 36px;
  }
  .category-section .category-box {
    padding: 0 5px;
  }
}
.btn-outline-secondary {
  color: #000 !important;
}
.btn-outline-secondary:hover span {
  color: #fff !important;
}

.product-detail-page {
  min-height: 500px;
  margin: 40px 0;
}
.product-detail-page h5 {
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.product-detail-page .radio-box {
  border: 2px solid lightgrey;
  background: #ffffff;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
}
.product-detail-page .radio-box:hover {
  border-color: #88c731;
  cursor: pointer;
}
.product-detail-page .selected-box {
  border-color: #88c731;
  cursor: pointer;
}
.product-detail-page .disable {
  opacity: 0.3;
  pointer-events: none;
}
.product-detail-page .product-detail-radio-section .radio-box-wrapper {
  padding: 0 8px 0 0;
  min-width: 90px;
}
@media screen and (max-width: 1200px) and (min-width: 990px) {
  .product-detail-page .product-detail-radio-section .radio-box-wrapper {
    margin-bottom: 10px;
  }
}
.product-detail-page .product-detail-radio-section .radio-box p small {
  font-size: 12px;
  font-family: "Inter", sans-serif;
}
.product-detail-page .product-detail-radio-section .radio-box p span {
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
.product-detail-page .product-detail-radio-section .radio-box .circle {
  width: 20px;
  height: 20px;
  display: block;
  font-size: 12px;
  margin: 0 auto 5px;
  border-radius: 50px;
}
.product-detail-page .product-detail-radio-section .radio-box .black-circle {
  background: #000000;
}
.product-detail-page .product-detail-radio-section .radio-box .purple-circle {
  background: #bfb7ea;
}
.product-detail-page .product-detail-radio-section .radio-box .red-circle {
  background: #db3d3e;
}
.product-detail-page .product-detail-radio-section .radio-box .white-circle {
  background: #fff;
}
.product-detail-page .product-detail-radio-section .col-2 {
  min-width: 100px;
}
.product-detail-page .product-detail-qty-section .form-control {
  flex: inherit;
  width: 55px;
  background: #fff;
  text-align: center;
}
.product-detail-page .product-detail-qty-section .input-group-text {
  background: #fff;
}
.product-detail-page .product-detail-qty-section .decreament,
.product-detail-page .product-detail-qty-section .increament {
  color: #000;
  cursor: pointer;
  font-family: "Inter", sans-serif;
}
.product-detail-page .product-detail-img-box {
  border: 1px solid #dddddd;
  background-color: #fff;
  padding: 50px 15px;
  border-radius: 10px;
}
.product-detail-page .product-detail-img-box img {
  max-width: 100%;
  height: 300px;
  object-fit: cover;
  text-align: center;
  width: 100%;
  height: 100%;
}
.product-detail-page .product-detail-header {
  padding-bottom: 35px;
}
.product-detail-page .product-detail-header h3 {
  font-size: 30px;
  padding-bottom: 30px;
}
.product-detail-page .product-detail-header h4 {
  font-size: 30px;
  font-weight: 300;
}
.product-detail-page .input-group-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.product-detail-page .input-group-text a {
  color: #000;
}
.product-detail-page .product-detail-content-box p {
  font-weight: 300;
}
.product-detail-page #qty {
  text-align: center;
}
.product-detail-page .radio-item {
  display: block;
  position: relative;
  padding: 0 6px;
  margin: 7px -6px 0;
}
.product-detail-page .radio-item label {
  color: #666;
  font-weight: normal;
  font-family: "Inter", sans-serif;
}
.product-detail-page .radio-item label span {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  vertical-align: top;
  font-weight: 400;
  color: #212529;
}
.product-detail-page .radio-item input[type=radio] {
  display: none;
}
.product-detail-page [type=radio]:checked,
.product-detail-page [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.product-detail-page [type=radio]:checked + label,
.product-detail-page [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.product-detail-page [type=radio]:checked + label:before,
.product-detail-page [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #c4c4c4;
  border-radius: 100%;
  background: #fff;
}
.product-detail-page [type=radio]:checked + label:before,
.product-detail-page [type=radio]:checked + label:after {
  border: 1px solid #88c731;
}
.product-detail-page [type=radio]:checked + label:after,
.product-detail-page [type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #88c731;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.product-detail-page [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.product-detail-page [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.product-detail-page form-control {
  border: 1px solid #c5c5c5;
}
.product-detail-page .product-detail-cost p {
  font-weight: 700;
  font-size: 24px;
}
.product-detail-page .product-detail-cost p .input-group-text {
  border: 1px solid #c5c5c5;
}
.product-detail-page .product-detail-qty-section p {
  font-size: 13px;
  color: #666666;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
.product-detail-page .product-detail-bottom h4 {
  font-size: 18px;
  font-weight: 600;
}
.product-detail-page .product-detail-bottom .btn {
  padding: 7px 25px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 400;
}
.product-detail-page .filled-required {
  color: #dc3545 !important;
  font-size: 12px !important;
  margin: 5px 0px;
  display: block;
  margin-top: -11px;
}
.product-detail-page .has-error {
  border-color: #dc3545 !important;
}

.service-select {
  margin-bottom: 13px;
}
.service-select .select-input select {
  cursor: pointer;
  max-width: 200px;
  height: 44px;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 4px !important;
  padding-left: 10px;
  background: #fff url("/resources/themes/theme/img/Arrow.png") no-repeat right 0.75rem center !important;
}
.service-select p {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  margin-top: 5px;
}

.product-device-section p {
  font-size: 13px;
  color: #666666;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 5px;
}

@media only screen and (max-width: 991px) {
  #wrapper {
    width: 100%;
  }
  .product-detail-page .radio-box {
    margin-bottom: 15px;
  }
  .product-detail-page .btn {
    margin-bottom: 10px;
  }
  .product-detail-page .product-detail-header h4 {
    font-size: 18px;
  }
}
.checkbox-holder input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox-holder label {
  position: relative;
  cursor: pointer;
}
.checkbox-holder label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #c5c5c5;
  box-shadow: none;
  padding: 7px;
  display: inline-block;
  border-radius: 4px;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  margin-right: 5px;
}

.checkbox-holder input:checked + label:before {
  background: #88c731;
  border: 2px solid #88c731;
}

.checkbox-holder input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.product-sticky {
  position: sticky;
  top: 142px;
}

.shopping-cart-page h3 {
  color: #000000;
  font-size: 30px;
}
.shopping-cart-page p {
  color: #666666;
}
.shopping-cart-page .right-align {
  text-align: right;
}
.shopping-cart-page .table-holder {
  margin: 30px 0;
  text-align: center;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
}
.shopping-cart-page .table-holder img {
  padding: 10px;
  width: 80px;
  height: 80px;
  background: #fff;
  margin: 0 auto;
  object-fit: contain;
}
.shopping-cart-page .table-holder table {
  margin-bottom: 0;
  display: table;
  width: 100%;
  font-family: "Inter", sans-serif;
  border-collapse: collapse;
}
.shopping-cart-page .table-holder table th,
.shopping-cart-page .table-holder table td {
  padding: 15px 20px;
}
.shopping-cart-page .table-holder table thead {
  background: rgba(40, 40, 40, 0.05);
}
.shopping-cart-page .table-holder table tfoot {
  border-top: 1px solid #c4c4c4;
}
.shopping-cart-page .table-holder table tfoot tr {
  border-top: 1px solid #c4c4c4;
}
.shopping-cart-page .table-holder table tfoot tr td {
  border-top: 1px solid #c4c4c4;
}
.shopping-cart-page .table-holder table tfoot tr td h4 {
  font-weight: 700;
  font-size: 14px;
  color: #000000;
  margin-bottom: 5px;
}
.shopping-cart-page .table-holder table tfoot tr td p {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 15px;
}
.shopping-cart-page .table-holder table tr td,
.shopping-cart-page .table-holder table tr th {
  vertical-align: middle;
}
.shopping-cart-page .table-holder table tr td i,
.shopping-cart-page .table-holder table tr th i {
  font-size: 16px;
  cursor: pointer;
}
.shopping-cart-page .table-holder table tr td:first-child,
.shopping-cart-page .table-holder table tr th:first-child {
  text-align: left;
}
.shopping-cart-page .table-holder table tr th {
  font-weight: 600;
}
.shopping-cart-page .orders-listing-page .table-holder {
  margin: 0;
  border: none;
}
.shopping-cart-page .table-cart table tr td:first-child {
  width: 60%;
}
.shopping-cart-page .table-checkout {
  overflow: hidden;
  border: none;
}
.shopping-cart-page .table-checkout tr td {
  text-align: right !important;
  padding: 25px;
}
.shopping-cart-page .table-checkout tr td:last-child {
  width: 23%;
  text-align: center !important;
  background: #e9e9e9;
}
.shopping-cart-page .table-comments {
  overflow: hidden;
  border: none;
  margin: 10px 0 20px 0 !important;
}
.shopping-cart-page .table-comments .date-wrapper {
  margin-bottom: 6px;
  color: #808080;
  padding-bottom: 10px;
  font-size: small;
}
.shopping-cart-page .table-comments .comment-wrapper {
  line-height: 1.5 !important;
  color: #333 !important;
}
.shopping-cart-page .table-comments tr {
  border-bottom: 0 !important;
}
.shopping-cart-page .table-comments tr td {
  text-align: right !important;
  padding: 15px;
  text-align: left !important;
  border: 1px solid #ddd !important;
}
.shopping-cart-page .table-bordered th,
.shopping-cart-page .table-bordered td {
  border: 1px solid #c4c4c4;
}
.shopping-cart-page .btn {
  font-weight: 400;
}
.shopping-cart-page .addOn-list {
  list-style-type: none;
  padding-left: 13px;
}
.shopping-cart-page .addOn-list li {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 15px 0px;
}
.shopping-cart-page .addOn-list li img {
  padding: 0 !important;
  width: 30px !important;
  height: 30px !important;
  background: none !important;
  margin: 0 !important;
}
.shopping-cart-page .addOn-list li p {
  font-size: 14px;
  font-weight: 500;
  color: #282828;
  padding: 0px 5px;
}
.shopping-cart-page .addOn-list li p span {
  padding: 0px 6px;
}
.shopping-cart-page .addOn-list-price {
  list-style-type: none;
  padding-top: 18px;
}
.shopping-cart-page .addOn-list-price li {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  line-height: 40px;
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .table-holder {
    overflow: scroll;
    width: 100%;
  }
  .shopping-cart-page .btn-outline-primary {
    font-size: 13px;
    padding: 5px 20px;
  }
  .shopping-cart-page .table-holder.table-cart tr th {
    display: none;
  }
  .shopping-cart-page .table-holder.table-cart tr td {
    display: block;
    overflow-y: hidden;
    position: relative;
  }
  .shopping-cart-page .table-holder.table-cart tr td:before {
    content: attr(data-label);
    font-weight: bold;
    font-size: 12px;
    float: left;
    text-transform: uppercase;
  }
  .shopping-cart-page .table-holder.table-cart tr td:after {
    content: attr(data-value);
    font-weight: bold;
    font-size: 12px;
    float: right;
    text-transform: uppercase;
    position: absolute;
    right: 20px;
    top: 22px;
  }
  .shopping-cart-page .table-holder.table-cart tr td i {
    float: right;
  }
  .shopping-cart-page .table-holder.table-cart tr td:nth-child(1) {
    width: 70%;
  }
}
.view-more-data {
  padding: 10px 20px;
  transition: all 2s ease-in-out;
  text-align: left;
  cursor: pointer;
}
.view-more-data span {
  margin-bottom: 20px;
  display: inline-block;
  font-weight: bold;
  color: black;
  font-size: 90%;
}
.view-more-data span.view-action {
  color: #88c731;
  margin-right: 15px;
}
.view-more-data .view-name {
  display: inline-block;
}
.view-more-data h4 {
  font-weight: 600;
  color: black;
  font-family: Inter;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
}
.view-more-data .sim-detail {
  align-items: baseline;
  margin: 0;
}
.view-more-data .sim-detail li {
  list-style-type: none;
  margin: 0px 20px;
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  margin-left: 0px;
  color: #666666;
  position: relative;
  display: flex;
  align-items: baseline;
  word-break: break-all;
}
.view-more-data .sim-detail li span {
  min-width: 140px;
  color: #666;
}
.view-more-data .address-detail li {
  font-family: Inter;
  margin: 10px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  list-style-type: none;
  margin-left: 0px;
  color: #666666;
}

.disable-btn {
  background: #eae9e9 !important;
  color: #b5b3b3 !important;
  border: 1px solid #c1c1c1 !important;
}

.expandable {
  background: #fff;
  overflow: hidden;
  color: #000;
  line-height: 50px;
  transition: all 2s ease-in-out;
  height: 0;
}

.expandable:target {
  height: 50px;
}

.order-addon-row td {
  border: none;
}
@media (max-width: 991px) {
  .order-addon-row td {
    font-size: 12px;
  }
  .order-addon-row td:nth-child(2), .order-addon-row td:nth-child(3), .order-addon-row td:nth-child(4) {
    display: none !important;
  }
  .order-addon-row td .addon-label {
    padding-left: 0;
    padding-right: 60px;
  }
}

.addon-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding-left: 98px;
}
.addon-label img {
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  background: none !important;
  margin: 0 15px 0 0 !important;
  min-width: auto !important;
}
.addon-label p {
  font-weight: 500;
  color: #333;
}

.media-cart {
  text-align: left;
  align-items: center;
}
@media (max-width: 480px) {
  .media-cart {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .media-cart .media-body {
    padding-top: 15px;
  }
}

@media (max-width: 991px) {
  .cart-subtotal td:nth-child(1), .cart-subtotal td:nth-child(2), .cart-subtotal td:nth-child(4), .cart-subtotal td:empty {
    display: none !important;
  }
  .order-item-row td:not(:first-child) {
    border-top: none;
  }
}
.modal-container {
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 991px) {
  .table-cart td:nth-child(1) {
    width: 50% !important;
  }
  .table-cart td:nth-child(2) {
    width: 15% !important;
  }
  .table-cart td:nth-child(3) {
    width: 15% !important;
  }
  .table-cart td:nth-child(4) {
    width: 10% !important;
  }
}
@media screen and (min-width: 768px) {
  .table-checkout td:nth-child(1) {
    width: 75% !important;
  }
  .table-checkout td:nth-child(2) {
    width: 25% !important;
  }
}
@media only screen and (max-width: 991px) {
  .shopping-cart-page .table-holder.table-cart tr td:nth-child(1) {
    width: 100% !important;
    text-align: center;
  }
}
.order-completed-box {
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  padding: 50px;
  margin-top: 20px;
}
.order-completed-box h3 {
  margin-bottom: 30px;
}
.order-completed-box h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 20px 0;
}
.order-completed-box p {
  margin-bottom: 20px;
}

.page-title {
  font-size: 36px;
}

.section-title {
  font-size: 30px;
}

.comment-wrapper {
  line-height: 1.5 !important;
  color: #333 !important;
}

.plan-card {
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 616px;
  margin: auto;
  width: 100%;
  height: calc(100% - 25px);
}
.plan-card .plan-card-head {
  background: #88c731;
  text-align: center;
  color: #ffffff;
}
.plan-card .plan-title {
  padding: 5px 10px;
  height: 72px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.05);
}
.plan-card .plan-price {
  padding: 15px 10px;
}
.plan-card .plan-price small {
  font-size: 80%;
}
.plan-card .plan-price-big {
  font-size: 30px;
  padding: 8px 0;
  font-weight: bold;
}
.plan-card .plan-card-body {
  padding: 30px;
  min-height: 312px;
}
.plan-card .plan-card-body .plan-card-excerpt {
  line-height: 1.5;
  min-height: 85px;
}
.plan-card .plan-card-foot {
  padding: 0 30px 30px;
  text-align: center;
  margin-top: auto;
}

.btn-outline-secondary {
  color: #000 !important;
}
.btn-outline-secondary:hover span {
  color: #fff !important;
}

.plan-detail-page {
  min-height: 500px;
  margin: 40px 0;
  font-family: Inter;
}
.plan-detail-page h5 {
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 15px;
}
.plan-detail-page .radio-box {
  border: 1px solid lightgrey;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
}
.plan-detail-page .radio-box:hover {
  border-color: #88c731;
  cursor: pointer;
}
.plan-detail-page .selected-box {
  border-color: #88c731;
  cursor: pointer;
}
.plan-detail-page .plan-detail-header {
  padding-bottom: 35px;
}
.plan-detail-page .plan-detail-header h3 {
  font-size: 30px;
}
.plan-detail-page .plan-detail-header h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 10px;
}
.plan-detail-page h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}
.plan-detail-page .select-service {
  margin-bottom: 30px;
}
.plan-detail-page .select-service .select-content {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
.plan-detail-page .num-service {
  margin-bottom: 30px;
}
.plan-detail-page .num-service .select-input input {
  width: 250px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 4px !important;
  padding-left: 10px;
}
.plan-detail-page .num-service .select-input .disable-input {
  width: 250px;
  height: 44px;
  background: #e2e1e1 !important;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 4px !important;
  padding-left: 10px;
}
.plan-detail-page .num-service p {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  margin-top: 5px;
}
.plan-detail-page .barring-list {
  margin-bottom: 35px;
}
.plan-detail-page .barring-list li {
  list-style-type: none;
  margin-bottom: 20px;
}
.plan-detail-page .add-on-section .plan-range {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
.plan-detail-page .add-on-section .cont-btn {
  float: right;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  margin-top: 30px;
}
.plan-detail-page .input-group-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.plan-detail-page .input-group-text a {
  color: #000;
}
.plan-detail-page .plan-detail-content-box p {
  font-weight: 300;
}
.plan-detail-page #qty {
  text-align: center;
}
.plan-detail-page .radio-item {
  display: block;
  position: relative;
  padding: 0 6px;
  margin: 7px -6px 0;
}
.plan-detail-page .radio-item label {
  color: #666;
  font-weight: normal;
  font-family: "Inter", sans-serif;
}
.plan-detail-page .radio-item label span {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  vertical-align: top;
  font-weight: 300;
  color: #212529;
}
.plan-detail-page .radio-item input[type=radio] {
  display: none;
}
.plan-detail-page [type=radio]:checked,
.plan-detail-page [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.plan-detail-page [type=radio]:checked + label,
.plan-detail-page [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.plan-detail-page [type=radio]:checked + label:before,
.plan-detail-page [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #c4c4c4;
  border-radius: 100%;
  background: #fff;
}
.plan-detail-page [type=radio]:checked + label:before,
.plan-detail-page [type=radio]:checked + label:after {
  border: 1px solid #88c731;
}
.plan-detail-page [type=radio]:checked + label:after,
.plan-detail-page [type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #88c731;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.plan-detail-page [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.plan-detail-page [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.plan-detail-page form-control {
  border: 1px solid #c5c5c5;
}
.plan-detail-page .plan-detail-cost p {
  font-weight: 700;
  font-size: 24px;
}
.plan-detail-page .plan-detail-cost p .input-group-text {
  border: 1px solid #c5c5c5;
}
.plan-detail-page .plan-detail-qty-section p {
  font-size: 13px;
  color: #666666;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
.plan-detail-page .checkbox-holder input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.plan-detail-page .checkbox-holder input:disabled {
  cursor: not-allowed;
}
.plan-detail-page .checkbox-holder input:disabled + label:before {
  background-color: #c5c5c5;
}
.plan-detail-page .checkbox-holder label {
  position: relative;
  cursor: pointer;
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
}
.plan-detail-page .checkbox-holder label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #c5c5c5;
  box-shadow: none;
  padding: 7px;
  display: inline-block;
  border-radius: 4px;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  margin-right: 5px;
}
.plan-detail-page .checkbox-holder input:checked + label:before {
  background: #88c731;
  border: 2px solid #88c731;
}
.plan-detail-page .checkbox-holder input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.plan-detail-page .plan-detail-bottom h4 {
  font-size: 18px;
  font-weight: 600;
}
.plan-detail-page .plan-detail-bottom .btn {
  padding: 7px 25px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 400;
}
.plan-detail-page .filled-required {
  color: #dc3545 !important;
  font-size: 12px !important;
  margin: 5px 0px;
  display: block;
  margin-top: -11px;
}
.plan-detail-page .has-error {
  border-color: #dc3545 !important;
}

@media only screen and (max-width: 991px) {
  #wrapper {
    width: 100%;
  }
  .plan-detail-page .radio-box {
    margin-bottom: 15px;
  }
  .plan-detail-page .btn {
    margin-bottom: 10px;
  }
}
.rwd-table.table {
  font-family: Inter;
  border: 1px solid #dddddd;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}
.rwd-table.table thead {
  background: #ebebeb;
  font-weight: 600;
}
.rwd-table.table .sub-head {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .rwd-table.table .sub-head {
    display: block !important;
    background: #ebebeb;
  }
}
.rwd-table.table .row-disabled {
  opacity: 0.5;
}
.rwd-table.table td,
.rwd-table.table th {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .rwd-table.table td:nth-child(1) {
    width: 5%;
  }
  .rwd-table.table td:nth-child(2) {
    width: 23%;
  }
  .rwd-table.table td:nth-child(3) {
    width: 52%;
  }
  .rwd-table.table td:nth-child(4) {
    width: 22%;
  }
}

.rwd-table {
  margin: 1em 0;
  min-width: 300px;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
@media (min-width: 768px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th,
.rwd-table td {
  text-align: left;
}
@media (min-width: 768px) {
  .rwd-table th,
.rwd-table td {
    display: table-cell;
  }
  .rwd-table th:last-child,
.rwd-table td:last-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .rwd-table .checkbox-holder {
    display: inline-block;
  }
  .rwd-table td:nth-child(3) {
    display: flex;
  }
  .rwd-table td:nth-child(3) p {
    margin-left: 10px;
  }
}

.billing-page {
  min-height: 500px;
  margin: 40px 0;
  font-family: Inter;
}
.billing-page h5 {
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 10px;
}
.billing-page .product-card-list {
  background: transparent;
}
.billing-page .billing-page-header {
  padding-bottom: 35px;
}
.billing-page .billing-page-header h3 {
  font-size: 30px;
}
.billing-page .billing-page-header h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 10px;
}
.billing-page .form-control:focus,
.billing-page select:focus {
  box-shadow: none !important;
}
.billing-page .product-list {
  background-color: #ffffff;
}
.billing-page .product-list ul {
  margin: 30px;
}
.billing-page .product-list ul li {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  margin: 15px 0px;
}
.billing-page .product-list ul li .pro-img {
  min-width: 80px;
  margin-right: 20px;
}
.billing-page .product-list ul li .pro-img img {
  padding: 10px;
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.billing-page .product-list ul li .pro-desc {
  display: flex;
  flex-direction: column;
  padding-top: 4px;
}
.billing-page .product-list ul li .pro-desc span {
  font-weight: 500;
  color: #000;
}
.billing-page .product-list ul li .pro-desc div:nth-child(1) {
  flex: 0 1 28px;
}
.billing-page .product-list ul li .pro-desc div:nth-child(2) {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  flex: 0 1 28px;
  color: #666666;
}
.billing-page .product-list ul li .pro-desc div:nth-child(3) {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  flex: 0 1 28px;
  color: #666666;
}
.billing-page .product-list ul li .pro-desc div:nth-child(3) span {
  font-weight: 500;
  color: #000;
}
.billing-page .addOn-list {
  list-style-type: none;
  padding-left: 13px;
  padding: 0;
  margin: 0 !important;
}
.billing-page .addOn-list li {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 15px 0px;
}
.billing-page .addOn-list li img {
  padding: 0 !important;
  width: 30px !important;
  height: 30px !important;
  background: none !important;
  margin: 0 !important;
}
.billing-page .addOn-list li p {
  font-size: 14px;
  font-weight: 500;
  color: #282828;
  padding: 0px 5px;
}
.billing-page .addOn-list li p span {
  font-weight: 700 !important;
  padding: 0px 6px;
}
@media screen and (max-width: 768px) {
  .billing-page .product-list ul {
    margin: 30px;
  }
  .billing-page .product-list ul li {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    margin: 15px 0px;
  }
  .billing-page .product-list ul li .pro-img {
    margin-right: 10px;
  }
  .billing-page .product-list ul li .pro-img img {
    padding: 10px;
    width: 80px;
    height: 80px;
  }
  .billing-page .product-list ul li .pro-desc {
    flex: 0 1 80%;
    display: flex;
    flex-direction: column;
    align-self: center;
  }
  .billing-page .product-list ul li .pro-desc div:nth-child(1) {
    flex: 0 1 28px;
  }
  .billing-page .product-list ul li .pro-desc div:nth-child(2) {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    flex: 0 1 28px;
    color: #666666;
  }
  .billing-page .product-list ul li .pro-desc div:nth-child(3) {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    flex: 0 1 28px;
    color: #666666;
  }
  .billing-page .product-list ul li .pro-desc div:nth-child(3) span {
    font-weight: 500;
    color: #000;
  }
}
@media screen and (max-width: 468px) {
  .billing-page .product-list ul {
    margin: 15px;
  }
  .billing-page .product-list ul li {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    margin: 15px 0px;
  }
  .billing-page .product-list ul li ul li {
    flex-direction: row;
  }
  .billing-page .product-list ul li .pro-img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .billing-page .product-list ul li .pro-img img {
    padding: 10px;
    width: 80px;
    height: 80px;
  }
  .billing-page .product-list ul li .pro-desc {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-self: center;
  }
  .billing-page .product-list ul li .pro-desc div:nth-child(1) {
    flex: 0 1 28px;
  }
  .billing-page .product-list ul li .pro-desc div:nth-child(2) {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    flex: 0 1 28px;
    color: #666666;
  }
  .billing-page .product-list ul li .pro-desc div:nth-child(3) {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    flex: 0 1 28px;
    color: #666666;
  }
  .billing-page .product-list ul li .pro-desc div:nth-child(3) span {
    font-weight: 500;
    color: #000;
  }
}
@media screen and (max-width: 300px) {
  .billing-page .product-list ul {
    margin: 30px;
  }
  .billing-page .product-list ul li {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    margin: 15px 0px;
  }
  .billing-page .product-list ul li .pro-img {
    flex: 0 1 100%;
    margin-bottom: 10px;
  }
  .billing-page .product-list ul li .pro-img img {
    padding: 10px;
    width: 80px;
    height: 80px;
  }
  .billing-page .product-list ul li .pro-desc {
    flex: 0 1 100%;
    display: flex;
    flex-direction: column;
    align-self: center;
  }
  .billing-page .product-list ul li .pro-desc div:nth-child(1) {
    flex: 0 1 28px;
  }
  .billing-page .product-list ul li .pro-desc div:nth-child(2) {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    flex: 0 1 28px;
    color: #666666;
  }
  .billing-page .product-list ul li .pro-desc div:nth-child(3) {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    flex: 0 1 28px;
    color: #666666;
  }
  .billing-page .product-list ul li .pro-desc div:nth-child(3) span {
    font-weight: 500;
    color: #000;
  }
}
.billing-page .card-dvd {
  border-top: 1px solid #c4c4c4;
  margin: 0px !important;
}
.billing-page .addCart-btn {
  float: right;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  margin-top: 30px;
}
.billing-page .form-row label,
.billing-page .billing_page_label {
  font-size: 12px;
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.9);
}
.billing-page .billing-detail {
  margin: 20px 5px;
  display: flex;
  justify-content: center;
}
.billing-page .billing-detail input,
.billing-page .billing-detail select {
  box-sizing: border-box;
  border-radius: 4px !important;
  height: 44px;
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  width: 100%;
  border: 1px solid #ced4da;
  padding: 0px 10px;
}
.billing-page .billing-detail textarea {
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 4px !important;
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
}
.billing-page .billing-detail .select-box select {
  background: #fff url("/resources/themes/theme/img/Arrow.png") no-repeat right 0.75rem center !important;
}
.billing-page .billing-detail .custom-file-label {
  height: 44px;
  font-size: 13px;
  padding: 0.75rem 0.75rem;
}
.billing-page .billing-detail .custom-file-label:after {
  height: 100%;
  font-size: 13px;
  padding: 0.75rem 0.75rem;
}
.billing-page .billing-detail .btn-outline-primary {
  padding: 12px 15px;
  font-size: 13px;
}
@media screen and (min-width: 992px) {
  .billing-page .billing-detail {
    justify-content: flex-start;
    margin-left: 118px;
  }
}
.billing-page h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
.billing-page .num-service {
  margin-bottom: 30px;
}
.billing-page .num-service .select-input select {
  max-width: 360px;
  height: 44px;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 4px !important;
  padding-left: 10px;
  background: #fff url("/resources/themes/theme/img/Arrow.png") no-repeat right 0.75rem center !important;
}
.billing-page .num-service.num-service-2 .select-input select {
  max-width: inherit;
}
.billing-page .num-service p {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  margin-top: 5px;
}
.billing-page .add-manually {
  color: #88c731;
  font-weight: 400;
  font-size: 0.8rem;
  display: inline-block;
  cursor: pointer;
  margin-top: 10px;
  margin-left: 5px;
}
.billing-page .input-group-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.billing-page .input-group-text a {
  color: #000;
}
.billing-page .billing-page-content-box p {
  font-weight: 300;
}
.billing-page #qty {
  text-align: center;
}
.billing-page .radio-item {
  display: block;
  position: relative;
  padding: 0 6px;
  margin: 7px -6px 0;
}
.billing-page .radio-item label {
  color: #666;
  font-weight: normal;
  font-family: "Inter", sans-serif;
}
.billing-page .radio-item label span {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  vertical-align: top;
  font-weight: 300;
  color: #212529;
}
.billing-page .radio-item input[type=radio] {
  display: none;
}
.billing-page [type=radio]:checked,
.billing-page [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.billing-page [type=radio]:checked + label,
.billing-page [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.billing-page [type=radio]:checked + label:before,
.billing-page [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #c4c4c4;
  border-radius: 100%;
  background: #fff;
}
.billing-page [type=radio]:checked + label:before,
.billing-page [type=radio]:checked + label:after {
  border: 1px solid #88c731;
}
.billing-page [type=radio]:checked + label:after,
.billing-page [type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #88c731;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.billing-page [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.billing-page [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.billing-page form-control {
  border: 1px solid #c5c5c5;
}
.billing-page .billing-page-cost p {
  font-weight: 700;
  font-size: 24px;
}
.billing-page .billing-page-cost p .input-group-text {
  border: 1px solid #c5c5c5;
}
.billing-page .billing-page-qty-section p {
  font-size: 13px;
  color: #666666;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
.billing-page .checkbox-holder input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.billing-page .checkbox-holder label {
  position: relative;
  cursor: pointer;
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
}
.billing-page .checkbox-holder label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #c5c5c5;
  box-shadow: none;
  padding: 7px;
  display: inline-block;
  border-radius: 4px;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  margin-right: 5px;
}
.billing-page .checkbox-holder input:checked + label:before {
  background: #88c731;
  border: 2px solid #88c731;
}
.billing-page .checkbox-holder input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.billing-page .billing-page-bottom h4 {
  font-size: 18px;
  font-weight: 600;
}
.billing-page .billing-page-bottom .btn {
  padding: 7px 25px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 400;
}
.billing-page .has-error {
  border-color: #dc3545 !important;
}
.billing-page .default-select-option {
  background-color: #f2f2f2;
}
.billing-page .filled-required {
  color: #dc3545;
  font-size: 12px;
  margin: 5px 5px;
  display: inline-block;
}
.billing-page #loading {
  position: absolute;
  top: 10%;
  left: 45%;
  width: 30px;
  height: 30px;
  border: 3px solid rgb(195, 195, 195);
  border-radius: 50%;
  border-top-color: #88c731;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  margin: 0 auto;
  margin-top: 0px;
}
.billing-page .port-request-text-field {
  line-height: 1.5;
  padding: 0 15px;
}
.billing-page .fileUpload {
  height: 42px;
  font-family: Inter;
  border: 1px solid #88c731;
  padding: 13px;
  border-radius: 3px;
  font-size: 13px;
  font-style: italic;
  position: relative;
  padding-right: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.billing-page .cancelFile {
  display: inline-block;
  font-family: Inter;
  cursor: pointer;
  float: right;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  height: 24px;
  line-height: 24px;
  width: 24px;
  text-align: center;
  color: #333;
  margin-top: -5px;
  position: absolute;
  right: 10px;
  top: 14px;
}
.billing-page .cancelFile:hover {
  background: rgba(0, 0, 0, 0.15);
}
.billing-page .google-places-autocomplete__suggestions-container {
  background: #fff;
  font-size: 14px;
  padding: 5px;
}
.billing-page .google-places-autocomplete__suggestion {
  margin: 10px;
  line-height: 16px;
  cursor: pointer;
}
.billing-page .hideAddress {
  display: none;
}
.billing-page .disable {
  pointer-events: none;
  background-color: #e9ecef;
}
.billing-page .bulk-order-field {
  width: 128px;
  border-radius: 4px;
  border: 1px solid #c4c4c4;
  margin-right: 20px;
  background-color: white;
  position: relative;
  padding: 10px;
  font-family: "Inter", sans-serif;
}
.billing-page .bulk-order-field img {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}
.billing-page .bulk-order-field .heading {
  font-size: 10px;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .billing-page .bulk-order-field {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.billing-page .bulk-order-subtitle {
  font-size: 10px;
  margin: 0 30px 0 15px;
  font-family: "Inter", sans-serif;
}
.billing-page .bulk-order-container {
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #c4c4c4;
  margin-top: 30px;
  font-family: "Inter", sans-serif;
}
.billing-page .import-csv-container {
  align-items: center;
  justify-content: space-between;
  padding: 20px 10px;
  border-top: 1px solid #c4c4c4;
  margin-top: 30px;
  font-family: "Inter", sans-serif;
}
.billing-page .custom-disabled {
  cursor: not-allowed;
}
.billing-page .bulk-order-wrapper {
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .billing-page .bulk-order-wrapper {
    flex-direction: column;
  }
}
.billing-page label {
  font-size: 13px;
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.btn-outline-primary {
  padding: 8px 15px;
  background-color: #fff;
}

@media only screen and (max-width: 991px) {
  #wrapper {
    width: 100%;
  }
  .billing-page-page .radio-box {
    margin-bottom: 15px;
  }
  .billing-page-page .btn {
    margin-bottom: 10px;
  }
}
.filled-required {
  color: #dc3545 !important;
  font-size: 12px;
  margin: 5px 5px;
}

#loading {
  width: 25px;
  height: 25px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  border-top-color: #aff353;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  margin: 0 auto;
}

#cartloading {
  width: 25px;
  height: 25px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  border-top-color: #aff353;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  margin: 0 auto;
}

.bulk-order-notification-wrapper {
  margin: 24px 0 16px;
  border-top: 1px solid #c4c4c4;
  padding-top: 24px;
}

.modal-dialog.address-modal {
  width: 650px;
  max-width: 100%;
}
.modal-dialog.address-modal .modal-header {
  padding: 3rem 3rem 0;
  border-bottom: none;
}
.modal-dialog.address-modal .modal-header .modal-title {
  font-size: 20px;
  font-weight: bold;
}

.modal-dialog.bulk-order-modal {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 1rem);
  max-height: calc(100% - 1rem);
}
.modal-dialog.bulk-order-modal--bigger {
  width: 768px;
}
.modal-dialog.bulk-order-modal .modal-content {
  max-height: calc(100vh - 1rem);
  max-height: calc(100dvh - 1rem);
  overflow-y: auto;
}
.modal-dialog.bulk-order-modal .modal-header {
  padding: 2rem 3rem 0 3rem;
  border-bottom: none;
}
.modal-dialog.bulk-order-modal .modal-header .modal-title {
  font-size: 20px;
  font-weight: bold;
}
.modal-dialog.bulk-order-modal .modal-body {
  padding: 20px 30px 30px 30px;
}
.modal-dialog.bulk-order-modal .submit-button {
  width: 100%;
  height: 50px;
  margin-top: 10px;
}

.rb-table-card {
  font-size: 13px;
  line-height: 1.5;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #dedede;
}
.rb-table-card .rb-table-card-inn {
  padding: 20px;
}
.rb-table-card .table {
  margin-bottom: 0;
}
.rb-table-card .table tr {
  position: relative;
}
.rb-table-card .table tr.no-border td,
.rb-table-card .table tr.no-border th {
  border: none;
}
.rb-table-card .table a {
  color: #6c9e27;
}
.rb-table-card .table a:hover {
  color: #88c731;
}
.rb-table-card .table th,
.rb-table-card .table td {
  padding: 15px;
}
.rb-table-card .table thead th {
  border-bottom: 1px;
  background-color: #dedede;
}
.rb-table-card .table-hover tbody tr:hover {
  background-color: #eaeaea;
}

.search-filter {
  position: relative;
}
.search-filter .form-control {
  border-radius: 0.25rem;
  height: 38px;
  padding-right: 40px;
  font-size: 12px;
}
.search-filter .input-group-append {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  height: 100%;
}
.search-filter .input-group-append .btn {
  background-color: transparent;
  font-size: 18px;
}

.total-table {
  border: 1px solid #ddd;
  overflow: hidden;
  font-weight: bold;
  font-size: 13px;
  border-radius: 4px;
}
.total-table .table {
  margin-bottom: 0;
}
.total-table .table th,
.total-table .table td {
  padding: 25px 15px;
}

.order-cart-item .media-left {
  width: 60px;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 4px;
}
.order-cart-item .media-left img {
  width: 40px;
  height: 40px;
  vertical-align: bottom;
  object-fit: contain;
}

.rb-stats {
  flex-wrap: wrap;
}
.rb-stats .CircularProgressbar {
  display: block;
}
.rb-stats .rb-stat-box {
  margin: 0 25px;
  display: inline-block;
  position: relative;
  width: 160px;
  min-width: 160px;
  border-radius: 100%;
  cursor: pointer;
}
.rb-stats .rb-stat-box:hover, .rb-stats .rb-stat-box.filter-active {
  background: #d6d6d6;
}
@media (max-width: 1199px) {
  .rb-stats .rb-stat-box {
    font-size: 13px;
  }
}
.rb-stats .rb-stat-box .stat-value {
  position: absolute;
  padding: 15px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.rb-stats .rb-stat-box .stat-num {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .rb-stats .rb-stat-box .stat-num {
    font-size: 24px;
  }
}

.CircularProgressbar-text {
  margin: 0 20px;
  display: inline-block;
  position: relative;
}

.stat-value {
  position: absolute;
  padding: 15px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.stat-num {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.CircularProgressbar-path {
  transform: rotate(0turn) !important;
}

.table-orderDetail {
  overflow: hidden;
  border: none;
}
.table-orderDetail tr td {
  text-align: right !important;
  padding: 25px;
}
.table-orderDetail tr td:last-child {
  width: 23%;
  text-align: center !important;
  background: #e9e9e9;
}

.table-detail img {
  padding: 10px;
  min-width: 80px;
  height: 80px;
  background: #fff;
  margin: 0 auto;
}

.addOn-list {
  list-style-type: none;
  padding-left: 13px;
}
.addOn-list li {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 15px 0px;
}
.addOn-list li img {
  padding: 0 !important;
  width: 30px !important;
  height: 30px !important;
  background: none !important;
  margin: 0 !important;
  min-width: inherit;
}
.addOn-list li p {
  font-size: 14px;
  font-weight: 500;
  color: #282828;
  padding: 0px 5px;
}
.addOn-list li p span {
  padding: 0px 6px;
}

.addOn-list-price {
  list-style-type: none;
  padding-top: 18px;
}
.addOn-list-price li {
  display: flex;
  gap: 12px;
  line-height: 40px;
}

:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index) px);
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}

.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}

.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}

.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}

.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}

.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}

.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left,
.Toastify__toast-container--top-center,
.Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left,
.Toastify__toast-container--bottom-center,
.Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: pointer;
  direction: ltr;
}

.Toastify__toast--rtl {
  direction: rtl;
}

.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.Toastify__toast-body > div:last-child {
  -ms-flex: 1;
  flex: 1;
}

.Toastify__toast-icon {
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  width: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}

.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}

.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}

.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}

.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}

.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}

.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}

.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}

.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}

.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}

.Toastify__close-button:hover,
.Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}

.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}

.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}

.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left,
.Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}

.Toastify__bounce-enter--top-right,
.Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left,
.Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}

.Toastify__bounce-exit--top-right,
.Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left,
.Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}

.Toastify__slide-enter--top-right,
.Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left,
.Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}

.Toastify__slide-exit--top-right,
.Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.servicerequest-detail .service-card {
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  padding: 20px;
  width: 100%;
  transition: all 0.2s linear 0s;
}
.servicerequest-detail .service-card .service-icon {
  margin-bottom: 10px;
}
.servicerequest-detail .service-card .service-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  padding-right: 26px;
}
.servicerequest-detail .service-card .service-title:after {
  content: "";
  background: url(../img/icons/arrow-next.svg) no-repeat center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  right: 10px;
  transition: all 0.2s linear 0s;
  opacity: 0;
  visibility: hidden;
}
.servicerequest-detail .service-card .service-card-excerpt {
  color: #666;
  line-height: 1.5;
}
.servicerequest-detail .service-card:hover {
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.servicerequest-detail .service-card:hover .service-title:after {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.servicerequest-detail .step-body {
  line-height: 1.5;
}
.servicerequest-detail .step-body .body-wrapper {
  margin: auto;
  max-width: 500px;
}
.servicerequest-detail .icon-success {
  width: 70px;
  height: 70px;
  display: inline-block;
  line-height: 86px;
  text-align: center;
  background-color: #eaeaea;
  border-radius: 100%;
}
.servicerequest-detail .srq-steps {
  font-size: 12px;
  overflow: hidden;
  position: relative;
}
.servicerequest-detail .srq-steps:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  height: 2px;
  right: 20px;
  background-color: #808080;
  opacity: 0.9;
}
.servicerequest-detail .srq-steps .step-point {
  text-align: center;
  position: relative;
}
.servicerequest-detail .srq-steps .step-point.active .step-circle {
  background-color: #88c731;
}
.servicerequest-detail .srq-steps .step-point.active:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  height: 2px;
  background-color: #88c731;
  width: 9999px;
}
.servicerequest-detail .srq-steps .step-point .step-circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #808080;
  text-align: center;
  border-radius: 100%;
  margin-bottom: 5px;
  position: relative;
  z-index: 4;
}
.servicerequest-detail #loading-srt {
  display: none;
  width: 40px;
  height: 40px;
  border: 3px solid rgb(195, 195, 195);
  border-radius: 50%;
  border-top-color: #88c731;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  margin: 0 auto;
  margin-top: -41px;
}
.servicerequest-detail .fileUpload-srt {
  height: 42px;
  display: none;
  font-family: Inter;
  border: 1px solid #88c731;
  padding: 13px;
  border-radius: 3px;
  font-size: 13px;
  position: relative;
  justify-content: space-between;
}
.servicerequest-detail .fileUpload-srt .fileName-container {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 13px;
}
.servicerequest-detail .cancelFile-srt {
  display: inline-block;
  font-family: Inter;
  cursor: pointer;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  height: 24px;
  line-height: 24px;
  width: 28px;
  text-align: center;
  color: #333;
  margin-top: -5px;
}
.servicerequest-detail .cancelFile-srt:hover {
  background: rgba(0, 0, 0, 0.15);
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -15px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  top: 0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  border-bottom: none;
  border-top-color: #fff;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  bottom: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
  width: 100%;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker__calendar-icon-listing {
  right: 20px;
  top: 15px;
}

.react-datepicker__calendar-icon {
  right: 10px;
  top: 6px;
}

.react-datepicker__aria-live {
  display: none !important;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 9;
}
.react-datepicker-popper[data-placement^=bottom] {
  padding-top: 10px;
}
.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle, .react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}
.react-datepicker-popper[data-placement^=top] {
  padding-bottom: 10px;
}
.react-datepicker-popper[data-placement^=right] {
  padding-left: 8px;
}
.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.react-datepicker-popper[data-placement^=left] {
  padding-right: 8px;
}
.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #88c731;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #88c731;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-names {
  margin-bottom: -8px;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
  border-radius: 0.3rem;
  background-color: #88c731;
  color: #fff;
}
.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--in-range:hover {
  background-color: #7ab32c;
}
.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none;
}
.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #88c731;
  color: #fff;
}
.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #7ab32c;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #94d041;
  color: #fff;
}
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #7ab32c;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(136, 199, 49, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #88c731;
}
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #f0f0f0;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #88c731;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.keyword-list-with-copy {
  border: 1px solid #ececec;
  border-radius: 3px;
}
.keyword-list-with-copy__search {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ececec;
}
.keyword-list-with-copy__search-label {
  display: block;
  padding: 5px 7px;
  font-size: 16px !important;
  opacity: 0.75;
}
.keyword-list-with-copy__search-input {
  flex: 1;
  border: 0;
  outline: none;
  padding: 7.5px 5px;
  font-size: 0.875em;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.keyword-list-with-copy__clear-btn {
  border: 0;
  background: none;
  padding: 5px 7px;
  cursor: pointer;
  text-transform: uppercase;
  opacity: 0.75;
  font-size: 0.625em;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.keyword-list-with-copy__clear-btn:hover, .keyword-list-with-copy__clear-btn:focus {
  opacity: 1;
}
.keyword-list-with-copy__list {
  max-height: 150px;
  overflow: auto;
}
.keyword-list-with-copy__item {
  display: flex;
  align-items: center;
  gap: 7.5px;
  padding: 5px 10px;
  border-bottom: 1px solid #ececec;
}
.keyword-list-with-copy__item:last-child {
  border-bottom: none;
}
.keyword-list-with-copy__text {
  flex: 1;
  font-size: 0.75em;
}
.keyword-list-with-copy__no-result {
  padding: 20px 10px;
  opacity: 0.75;
  text-align: center;
  font-size: 0.875em;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.keyword-list-with-copy__copy {
  background: #f1f2f3;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 0.625em;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  transition: 0.2s;
}
.keyword-list-with-copy__copy:hover, .keyword-list-with-copy__copy:focus {
  background: #88c731;
  color: #fff;
}

.table-v2 {
  display: table;
  width: 100%;
  text-align: left;
}
.table-v2 thead tr {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
}
.table-v2 thead tr td,
.table-v2 thead tr th {
  padding-top: 20px;
  padding-bottom: 20px;
}
.table-v2 tbody tr {
  border-bottom: 1px solid #e8e8e8;
}
.table-v2 tbody tr:last-child {
  border-bottom: none;
}
.table-v2 tbody tr:nth-child(odd) {
  background: #fff;
}
.table-v2 tbody tr:nth-child(even) {
  background: #fbfbfb;
}
.table-v2 tr {
  padding: 0 20px;
}
.table-v2 td,
.table-v2 th {
  position: relative;
  padding: 15px 10px;
}
@media only screen and (min-width: 992px) {
  .table-v2 td:first-child,
.table-v2 th:first-child {
    padding-left: 30px;
  }
  .table-v2 td:last-child,
.table-v2 th:last-child {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .table-v2--responsive {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .table-v2--responsive thead {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .table-v2--responsive tbody {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .table-v2--responsive tbody tr {
    display: block;
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .table-v2--responsive th {
    padding: 0 15px 20px 100px;
  }
}
@media only screen and (max-width: 991px) {
  .table-v2--responsive td {
    display: block;
    padding: 0 0 10px 100px;
    word-wrap: break-word;
    min-height: 24.39px;
  }
  .table-v2--responsive td:last-child {
    padding: 0;
  }
}
.table-v2--responsive td:before {
  position: absolute;
  left: 0;
  display: block;
  width: 80px;
  font-size: 1em;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .table-v2--responsive td:before {
    content: attr(data-title);
  }
}
.table-v2__heading {
  overflow: hidden;
  line-height: 120%;
  font-size: 0.75em;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .table-v2__heading {
    font-size: 0.875em;
    font-family: "Inter", sans-serif;
    font-weight: 700;
  }
}
.table-v2__value {
  overflow: hidden;
  line-height: 120%;
  font-size: 0.75em;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .table-v2__value {
    font-size: 0.875em;
    font-family: "Inter", sans-serif;
    font-weight: 400;
  }
}
.table-v2__link {
  padding: 0;
  border: none;
  background: none;
  color: black;
  text-decoration: underline;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 1em;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.table-v2-total {
  margin: 30px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1em;
}
@media only screen and (min-width: 992px) {
  .table-v2-total {
    font-size: 1.5em;
  }
}

.or-separator {
  position: relative;
  text-align: center;
  font-size: 12px;
  color: #999;
  margin-bottom: 1rem;
}
.or-separator:before, .or-separator:after {
  content: "";
  position: absolute;
  top: 50%;
  background: rgba(0, 0, 0, 0.15);
  width: 125px;
  max-width: 40%;
  height: 1px;
  transform: translateY(-50%);
}
.or-separator:before {
  left: 0;
}
.or-separator:after {
  right: 0;
}

.pill-tab {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 10px;
}
.pill-tab__item {
  display: block;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  background: #d6d6d6;
  padding: 10px 20px;
  font-weight: 600;
  text-wrap: nowrap;
  transition: all 0.2s;
}
.pill-tab__item:hover, .pill-tab__item:focus {
  background: #c6c6c6;
}
.pill-tab__item--active {
  background: #88c731;
  color: #fff;
}
.pill-tab__item--active:hover, .pill-tab__item--active:focus {
  background: #88c731;
}

.faq-list__item {
  margin-bottom: 1rem;
}
.faq-list__item:last-child {
  margin-bottom: 0;
}
.faq-list__item-header {
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  color: #88c731;
  padding: 1rem 1.25rem;
  text-align: left;
  cursor: pointer;
}
.faq-list__item-header:hover, .faq-list__item-header:focus {
  background-color: rgba(0, 0, 0, 0.01);
}
.faq-list__item-header.collapsed {
  color: #333;
}
.faq-list__item-heading {
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.faq-list__item-content {
  padding: 1.25rem;
}
.faq-list__item-copy {
  display: inline-block;
  background: none;
  border: 0;
  margin-left: 5px;
  padding: 0;
  opacity: 0.75;
  cursor: pointer;
}
.faq-list__item-copy:hover, .faq-list__item-copy:focus {
  opacity: 1;
}

@media only screen and (min-width: 992px) {
  .account-wrapper {
    display: flex;
    gap: 40px;
    transition: 0.2s;
  }
}
@media only screen and (min-width: 1200px) {
  .account-wrapper {
    gap: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .account-wrapper {
    gap: 90px;
  }
}

.account-sidebar {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .account-sidebar {
    display: flex;
    width: 250px;
    margin-bottom: 0;
    transition: 0.2s;
  }
}
@media only screen and (min-width: 1600px) {
  .account-sidebar {
    width: 300px;
  }
}

.account-sidebar-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 992px) {
  .account-sidebar-menu {
    display: block;
  }
}
.account-sidebar-menu__item {
  position: relative;
  display: block;
}
@media only screen and (max-width: 991px) {
  .account-sidebar-menu__item {
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
  }
  .account-sidebar-menu__item:nth-child(even) {
    border-right: none;
  }
  .account-sidebar-menu__item:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
@media only screen and (min-width: 992px) {
  .account-sidebar-menu__item {
    border-bottom: 1px solid #f2f2f2;
  }
  .account-sidebar-menu__item:last-child {
    border-bottom: none;
  }
}
.account-sidebar-menu__item--active .account-sidebar-menu__link {
  border-left-color: #88c731;
}
.account-sidebar-menu__link {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px 15px;
  color: black;
  border-left: 5px solid transparent;
}
@media only screen and (min-width: 768px) {
  .account-sidebar-menu__link {
    padding: 15px 20px;
    gap: 15px;
    transition: 0.2s 0s;
  }
}
@media only screen and (min-width: 992px) {
  .account-sidebar-menu__link {
    padding: 17px 25px;
    transition: 0.2s 0s;
  }
}
@media only screen and (min-width: 1200px) {
  .account-sidebar-menu__link {
    padding: 22px 28px;
  }
}
.account-sidebar-menu__link:hover, .account-sidebar-menu__link:focus {
  color: #88c731;
}
.account-sidebar-menu__text {
  display: block;
  flex: 1;
  font-size: 0.75em;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 140%;
}
@media only screen and (min-width: 768px) {
  .account-sidebar-menu__text {
    font-size: 0.875em;
    font-family: "Inter", sans-serif;
    font-weight: 400;
  }
}
.account-sidebar-menu__icon {
  display: block;
  width: 18px;
  font-size: 18px;
  color: black;
}
@media only screen and (min-width: 768px) {
  .account-sidebar-menu__icon {
    width: 24px;
    font-size: 24px;
  }
}
.account-sidebar-menu__icon > img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.account-main {
  display: block;
  flex: 1;
}

.account-card {
  display: block;
  border-radius: 3px;
  background: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.account-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;
  transition: 0.2s 0s;
}
@media only screen and (min-width: 1200px) {
  .account-card-header {
    padding: 21px 30px;
  }
}
.account-card-header + .account-card-body {
  border-top: 1px solid #e8e8e8;
}
.account-card-header__main {
  flex: 1;
}
.account-card-header__heading {
  display: block;
  padding: 6px 0;
  font-size: 1.125em;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.account-card-body {
  padding: 0 20px;
  transition: 0.2s;
}
@media only screen and (min-width: 1200px) {
  .account-card-body {
    padding: 0 30px;
  }
}
.account-card-body--bottom {
  padding-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .account-card-body--bottom {
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .account-details {
    display: flex;
    flex-wrap: wrap;
  }
}
.account-details__item {
  border-top: 1px solid #e8e8e8;
  padding: 16px 0;
}
.account-details__item:first-child {
  border-top: none;
}
@media only screen and (min-width: 768px) {
  .account-details__item {
    flex: 1 0 33.33%;
  }
  .account-details__item:nth-child(-n+3) {
    border-top: none;
  }
}
.account-details__label {
  display: block;
  color: #7c7c7c;
  font-size: 0.6875em;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 5px;
}
.account-details__label:last-child {
  margin-bottom: 0;
}
.account-details__value {
  display: block;
  font-size: 0.875em;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 160%;
  word-break: break-all;
}

.account-password-notification {
  width: 450px;
  max-width: 100%;
  padding: 30px 0;
  margin: 0 auto;
  text-align: center;
}
.account-password-notification__img {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
  height: auto;
}

.account-delivery-address {
  margin-bottom: 20px;
}
.account-delivery-address__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #e8e8e8;
}
.account-delivery-address__text {
  font-size: 0.875em;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 160%;
  flex: 1;
}
.account-delivery-address__cta {
  display: flex;
  gap: 10px;
}

.heading--account {
  font-size: 1.875em;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #e8e8e8;
  padding: 0 0 17px;
  margin-bottom: 30px;
}

/* -------------------------------------------------------------
   VARIABLES
------------------------------------------------------------- */
/* -------------------------------------------------------------
   MAIN WRAPPER
------------------------------------------------------------- */
.prt-table {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* Optional max width */
}

.prt-empty-state {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}
.prt-empty-state__message {
  color: #777;
  font-size: 18px;
  text-align: center;
}

/* -------------------------------------------------------------
   ROW
------------------------------------------------------------- */
.prt-row {
  display: grid;
  grid-template-columns: 80px 1fr auto auto;
  gap: 20px;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.prt-row:last-child {
  border-bottom: none;
}
.prt-row__image img {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  object-fit: cover;
}
.prt-row__info .prt-row__brand {
  font-size: 14px;
  color: #777;
  margin-bottom: 4px;
}
.prt-row__info .prt-row__title {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}
.prt-row__price {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.prt-row__actions {
  display: flex;
  align-items: center;
}

/* -------------------------------------------------------------
   ADD BUTTON
------------------------------------------------------------- */
.prt-add-btn {
  padding: 10px 18px;
  background: #111;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.prt-add-btn:hover {
  opacity: 0.9;
}

/* -------------------------------------------------------------
   QUANTITY SELECTOR
------------------------------------------------------------- */
.prt-qty {
  display: flex;
  align-items: center;
  gap: 8px;
}
.prt-qty__btn {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  font-size: 18px;
  border: 1px solid #ccc;
  background: #fafafa;
  cursor: pointer;
}
.prt-qty__btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.prt-qty__input {
  width: 42px;
  height: 32px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
}

.billview-report-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.billview-report-summary__item {
  flex: 1;
  padding: 16px;
}
.billview-report-summary__title {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  color: #777;
  margin-bottom: 6px;
}
.billview-report-summary__description {
  display: block;
  font-size: 1rem;
  font-weight: 600;
}

.wizard-navigation-back-button {
  background: none;
  border: none;
  color: #88c731;
  font-size: 14px;
  font-weight: normal;
  padding: 0;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.wizard-navigation-back-button:hover, .wizard-navigation-back-button:focus {
  opacity: 1;
  color: #6c9e27;
}

/*# sourceMappingURL=style.css.map */