@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 500;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    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;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 1.42857143;
  color: #1e1e1e;
  background-color: #f6f6f7;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #ffd900;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #d9a800;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 12px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #f6f6f7;
  border: 1px solid #ddd;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #e7e7e7;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #6d6d6d;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 52px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 17px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 25.5px;
  }
}
small,
.small {
  font-size: 82%;
}
mark,
.mark {
  background-color: #fef3c7;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #6d6d6d;
}
.text-primary {
  color: #ffd900;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ccae00;
}
.text-success {
  color: #15803d;
}
a.text-success:hover,
a.text-success:focus {
  color: #0e5428;
}
.text-info {
  color: #0e7490;
}
a.text-info:hover,
a.text-info:focus {
  color: #094f62;
}
.text-warning {
  color: #b45309;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #833d07;
}
.text-danger {
  color: #b91c1c;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #8d1515;
}
.bg-primary {
  color: #fff;
  background-color: #ffd900;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #ccae00;
}
.bg-success {
  background-color: #dcfce7;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #adf8c7;
}
.bg-info {
  background-color: #cffafe;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #9df5fd;
}
.bg-warning {
  background-color: #fef3c7;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #fde895;
}
.bg-danger {
  background-color: #fee2e2;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #fcb1b1;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #e7e7e7;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #6d6d6d;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 21.25px;
  border-left: 5px solid #e7e7e7;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #6d6d6d;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #e7e7e7;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1220px) {
  .container {
    max-width: 1600px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1220px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: white;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #6d6d6d;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid transparent;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid transparent;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid transparent;
}
.table .table {
  background-color: #f6f6f7;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid transparent;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid transparent;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f6f6f6;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dcfce7;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #c5fad7;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #cffafe;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #b6f7fd;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fef3c7;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #feeeae;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #fee2e2;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #fdc9c9;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid transparent;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 25.5px;
  line-height: inherit;
  color: #3d3d3d;
  border: 0;
  border-bottom: 1px solid var(--color-neutral);
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 17px;
  line-height: 1.42857143;
  color: var(--color-foreground);
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  color: var(--color-foreground);
  background-color: #fff;
  background-image: none;
  border: 1px solid var(--color-neutral);
  border-radius: 10px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #ffd900;
  outline: 0;
  box-shadow: 0px 0px 13px -6px rgba(255, 217, 0);
}
.form-control::-moz-placeholder {
  color: var(--color-neutral-400);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: var(--color-neutral-400);
}
.form-control::-webkit-input-placeholder {
  color: var(--color-neutral-400);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f5f5f5;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 38px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 52px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 15px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 5px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 41px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 8px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 8px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 38px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 10px;
}
select.input-lg {
  height: 52px;
  line-height: 52px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 10px;
}
.form-group-lg select.form-control {
  height: 52px;
  line-height: 52px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 52px;
  min-height: 46px;
  padding: 11px 16px;
  font-size: 22px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 52px;
  height: 52px;
  line-height: 52px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #15803d;
}
.has-success .form-control {
  border-color: #15803d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #0e5428;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #23d867;
}
.has-success .input-group-addon {
  color: #15803d;
  border-color: #15803d;
  background-color: #dcfce7;
}
.has-success .form-control-feedback {
  color: #15803d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #b45309;
}
.has-warning .form-control {
  border-color: #b45309;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #833d07;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f5842e;
}
.has-warning .input-group-addon {
  color: #b45309;
  border-color: #b45309;
  background-color: #fef3c7;
}
.has-warning .form-control-feedback {
  color: #b45309;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #b91c1c;
}
.has-error .form-control {
  border-color: #b91c1c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #8d1515;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e55656;
}
.has-error .input-group-addon {
  color: #b91c1c;
  border-color: #b91c1c;
  background-color: #fee2e2;
}
.has-error .form-control-feedback {
  color: #b91c1c;
}
.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #5e5e5e;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: var(--color-foreground);
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: var(--color-foreground);
  background-color: var(--color-background);
  border-color: var(--color-background);
}
.btn-default:focus,
.btn-default.focus {
  color: var(--color-foreground);
  background-color: var(--color-background);
  border-color: var(--color-background);
  filter: brightness(0.9);
}
.btn-default:hover {
  color: var(--color-foreground);
  background-color: var(--color-background);
  border-color: var(--color-background);
  filter: brightness(0.9);
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: var(--color-foreground);
  background-color: var(--color-background);
  border-color: var(--color-background);
  filter: brightness(0.85);
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: var(--color-foreground);
  background-color: var(--color-background);
  border-color: var(--color-background);
  filter: brightness(0.8);
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: var(--color-background);
  border-color: var(--color-background);
  filter: none;
}
.btn-default .badge {
  color: var(--color-background);
  background-color: var(--color-foreground);
}
.btn-primary {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.btn-primary:focus,
.btn-primary.focus {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.9);
}
.btn-primary:hover {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.9);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.85);
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.8);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: none;
}
.btn-primary .badge {
  color: var(--color-primary);
  background-color: var(--color-foreground);
}
.btn-success {
  color: var(--color-foreground);
  background-color: var(--color-success);
  border-color: var(--color-success);
}
.btn-success:focus,
.btn-success.focus {
  color: var(--color-foreground);
  background-color: var(--color-success);
  border-color: var(--color-success);
  filter: brightness(0.9);
}
.btn-success:hover {
  color: var(--color-foreground);
  background-color: var(--color-success);
  border-color: var(--color-success);
  filter: brightness(0.9);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: var(--color-foreground);
  background-color: var(--color-success);
  border-color: var(--color-success);
  filter: brightness(0.85);
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: var(--color-foreground);
  background-color: var(--color-success);
  border-color: var(--color-success);
  filter: brightness(0.8);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: var(--color-success);
  border-color: var(--color-success);
  filter: none;
}
.btn-success .badge {
  color: var(--color-success);
  background-color: var(--color-foreground);
}
.btn-info {
  color: var(--color-foreground);
  background-color: var(--color-tertiary);
  border-color: var(--color-tertiary);
}
.btn-info:focus,
.btn-info.focus {
  color: var(--color-foreground);
  background-color: var(--color-tertiary);
  border-color: var(--color-tertiary);
  filter: brightness(0.9);
}
.btn-info:hover {
  color: var(--color-foreground);
  background-color: var(--color-tertiary);
  border-color: var(--color-tertiary);
  filter: brightness(0.9);
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: var(--color-foreground);
  background-color: var(--color-tertiary);
  border-color: var(--color-tertiary);
  filter: brightness(0.85);
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: var(--color-foreground);
  background-color: var(--color-tertiary);
  border-color: var(--color-tertiary);
  filter: brightness(0.8);
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: var(--color-tertiary);
  border-color: var(--color-tertiary);
  filter: none;
}
.btn-info .badge {
  color: var(--color-tertiary);
  background-color: var(--color-foreground);
}
.btn-warning {
  color: var(--color-foreground);
  background-color: var(--color-warning);
  border-color: var(--color-warning);
}
.btn-warning:focus,
.btn-warning.focus {
  color: var(--color-foreground);
  background-color: var(--color-warning);
  border-color: var(--color-warning);
  filter: brightness(0.9);
}
.btn-warning:hover {
  color: var(--color-foreground);
  background-color: var(--color-warning);
  border-color: var(--color-warning);
  filter: brightness(0.9);
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: var(--color-foreground);
  background-color: var(--color-warning);
  border-color: var(--color-warning);
  filter: brightness(0.85);
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: var(--color-foreground);
  background-color: var(--color-warning);
  border-color: var(--color-warning);
  filter: brightness(0.8);
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: var(--color-warning);
  border-color: var(--color-warning);
  filter: none;
}
.btn-warning .badge {
  color: var(--color-warning);
  background-color: var(--color-foreground);
}
.btn-danger {
  color: var(--color-foreground);
  background-color: var(--color-error);
  border-color: var(--color-error);
}
.btn-danger:focus,
.btn-danger.focus {
  color: var(--color-foreground);
  background-color: var(--color-error);
  border-color: var(--color-error);
  filter: brightness(0.9);
}
.btn-danger:hover {
  color: var(--color-foreground);
  background-color: var(--color-error);
  border-color: var(--color-error);
  filter: brightness(0.9);
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: var(--color-foreground);
  background-color: var(--color-error);
  border-color: var(--color-error);
  filter: brightness(0.85);
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: var(--color-foreground);
  background-color: var(--color-error);
  border-color: var(--color-error);
  filter: brightness(0.8);
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: var(--color-error);
  border-color: var(--color-error);
  filter: none;
}
.btn-danger .badge {
  color: var(--color-error);
  background-color: var(--color-foreground);
}
.btn-link {
  color: #ffd900;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #d9a800;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #6d6d6d;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 12px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 8px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 8px;
}
.btn-full {
  width: 100%;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
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.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1060;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 17px;
  text-align: left;
  background-color: var(--color-background);
  border: 1px solid var(--color-neutral);
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: var(--color-neutral-100);
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: var(--color-foreground);
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #1e1e1e;
  background-color: var(--color-neutral-100);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: var(--color-foreground);
  text-decoration: none;
  outline: 0;
  background-color: var(--color-primary);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: var(--color-neutral-400);
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: var(--color-neutral-400);
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1050;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 10px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 52px;
  line-height: 52px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 8px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 17px;
  font-weight: normal;
  line-height: 1;
  color: var(--color-foreground);
  text-align: center;
  background-color: var(--color-neutral-100);
  border: 1px solid var(--color-neutral);
  border-radius: 10px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 6px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 22px;
  border-radius: 12px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.25);
}
.nav > li.disabled > a {
  color: #6d6d6d;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #6d6d6d;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: #ffd900;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid transparent;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 10px 10px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: transparent transparent transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: black;
  background-color: white;
  border: 1px solid transparent;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 10px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid purple;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid purple;
    border-radius: 10px 10px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: white;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 10px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #f6f6f7;
  background-color: #ffd900;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 10px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid purple;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid purple;
    border-radius: 10px 10px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: white;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 55px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 10px 10px;
  font-size: 22px;
  line-height: 24px;
  height: 55px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
  max-height: 100%;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 10.5px;
  margin-bottom: 10.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 10px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-bottom: 15px;
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-sm {
  margin-top: 11px;
  margin-bottom: 11px;
}
.navbar-btn.btn-xs {
  margin-top: 16.5px;
  margin-bottom: 16.5px;
}
.navbar-text {
  margin-top: 15.5px;
  margin-bottom: 15.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #333;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #1e1e1e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #1e1e1e;
}
.navbar-default .navbar-nav > li > a {
  color: #333;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #111;
  background-color: #f6f6f7;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #111;
  background-color: #f6f6f7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #f6f6f7;
  color: #111;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #111;
    background-color: #f6f6f7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #111;
    background-color: #f6f6f7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #333;
}
.navbar-default .navbar-link:hover {
  color: #111;
}
.navbar-default .btn-link {
  color: #333;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #111;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #1e1e1e;
  border-color: #000000;
}
.navbar-inverse .navbar-brand {
  color: #b0b0b0;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #b0b0b0;
}
.navbar-inverse .navbar-nav > li > a {
  color: #b0b0b0;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #000000;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #454545;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #0c0c0c;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #000000;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #000000;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #b0b0b0;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #000000;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #454545;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #b0b0b0;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #b0b0b0;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #454545;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 10px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #ffd900;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #d9a800;
  background-color: #e7e7e7;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #ffd900;
  border-color: #ffd900;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #6d6d6d;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #6d6d6d;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #535353;
}
.label-primary {
  background-color: #ffd900;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #ccae00;
}
.label-success {
  background-color: #22c55e;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #1a9a49;
}
.label-info {
  background-color: #06b6d4;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #058ba2;
}
.label-warning {
  background-color: #f59e0b;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #c57f08;
}
.label-danger {
  background-color: #ef4444;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #eb1515;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #db5992;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #ffd900;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 10px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #f0fdf4;
  border-color: transparent;
  color: #15803d;
}
.alert-success hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-success .alert-link {
  color: #0e5428;
}
.alert-info {
  background-color: #f4faff;
  border-color: transparent;
  color: #0e7490;
}
.alert-info hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-info .alert-link {
  color: #094f62;
}
.alert-warning {
  background-color: #fffbeb;
  border-color: transparent;
  color: #b45309;
}
.alert-warning hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-warning .alert-link {
  color: #833d07;
}
.alert-danger {
  background-color: #fef2f2;
  border-color: transparent;
  color: #b91c1c;
}
.alert-danger hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-danger .alert-link {
  color: #8d1515;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.panel {
  margin-bottom: 24px;
  background-color: #f6f6f7;
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 12px 18px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 12px 18px;
  background-color: #f5f5f5;
  border-top: 1px solid red;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 9px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 9px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 9px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 9px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid transparent;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 24px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 10px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid red;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid red;
}
.panel-default {
  border-color: transparent;
}
.panel-default > .panel-heading {
  color: #1e1e1e;
  background-color: transparent;
  border-color: transparent;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-default > .panel-heading .badge {
  color: transparent;
  background-color: #1e1e1e;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-primary {
  border-color: #ffd900;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #ffd900;
  border-color: #ffd900;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffd900;
}
.panel-primary > .panel-heading .badge {
  color: #ffd900;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffd900;
}
.panel-success {
  border-color: #86efac;
}
.panel-success > .panel-heading {
  color: #15803d;
  background-color: #dcfce7;
  border-color: #86efac;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #86efac;
}
.panel-success > .panel-heading .badge {
  color: #dcfce7;
  background-color: #15803d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #86efac;
}
.panel-info {
  border-color: #67e8f9;
}
.panel-info > .panel-heading {
  color: #0e7490;
  background-color: #cffafe;
  border-color: #67e8f9;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #67e8f9;
}
.panel-info > .panel-heading .badge {
  color: #cffafe;
  background-color: #0e7490;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #67e8f9;
}
.panel-warning {
  border-color: #fcd34d;
}
.panel-warning > .panel-heading {
  color: #b45309;
  background-color: #fef3c7;
  border-color: #fcd34d;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fcd34d;
}
.panel-warning > .panel-heading .badge {
  color: #fef3c7;
  background-color: #b45309;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fcd34d;
}
.panel-danger {
  border-color: #fca5a5;
}
.panel-danger > .panel-heading {
  color: #b91c1c;
  background-color: #fee2e2;
  border-color: #fca5a5;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fca5a5;
}
.panel-danger > .panel-heading .badge {
  color: #fee2e2;
  background-color: #b91c1c;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fca5a5;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 25.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding-top: 5px;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 10px;
  word-wrap: break-word;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  max-width: 475px;
  padding: 1px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 17px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(85, 85, 85, 0.05);
  border-radius: 12px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 17px;
  background-color: #ffd900;
  border-bottom: 1px solid #e6c300;
  border-radius: 11px 11px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover-content a {
  border-bottom: 1px dotted currentColor;
}
.popover-content a:hover {
  color: #ff367d;
}
.popover-content ul p,
.popover-content ol p {
  margin: 0px;
}
.order-tooltip img {
  cursor: pointer;
}
.order-tooltip img:hover {
  opacity: 50%;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #888888;
  border-top-color: #d1d1d1;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #888888;
  border-right-color: #d1d1d1;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #888888;
  border-bottom-color: #d1d1d1;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #888888;
  border-left-color: #d1d1d1;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.ui-tooltip {
  /*display:inline-block !important;*/
  width: auto !important;
  position: absolute;
  left: 0;
  border: none !important;
}
.ui-tooltip .ui-tooltip-content {
  padding: 5px !important;
  font-size: 13px !important;
  color: white !important;
  background: #636363 !important;
  margin-top: -15px !important;
  border-radius: 3px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/*
// Disable to make CloudFlare minification work for 100%
@-ms-viewport {
  width: device-width;
}
*/
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1219px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1219px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1219px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1219px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1220px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1220px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1220px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1220px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1219px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1220px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.lb-nav a.lb-next,
.lb-nav a.lb-prev,
.lb-data .lb-close {
  position: relative;
  font-weight: 400;
  text-rendering: auto;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  color: white !important;
  font-size: 60px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.lb-nav a.lb-next:before,
.lb-nav a.lb-prev:before,
.lb-data .lb-close:before {
  position: absolute;
  top: calc(50% - 35px);
}
body.lb-disable-scrolling {
  overflow: hidden;
}
body > .lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  opacity: 0.8;
  display: none;
}
body > .lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/img/lightbox-loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  opacity: 0;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:before {
  left: 20px;
}
.lb-nav a.lb-prev:hover {
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  opacity: 0;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:before {
  right: 20px;
}
.lb-nav a.lb-next:hover {
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  text-align: right;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.lb-data .lb-close:before {
  position: relative;
  font-size: 40px;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1;
  border-bottom: 0;
}
/*!
 * vue-animate v0.0.4
 * (c) 2016 Hayden Bickerton
 * Released under the MIT License.
 * Documentation: https://github.com/haydenbbickerton/vue-animate
 */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fade-transition,
.fadeDown-transition,
.fadeDownBig-transition,
.fadeLeft-transition,
.fadeLeftBig-transition,
.fadeRight-transition,
.fadeRightBig-transition,
.fadeUp-transition,
.fadeUpBig-transition {
  animation-duration: 0.2s;
  animation-fill-mode: both;
}
.fade-enter,
.fadeIn {
  animation-name: fadeIn;
}
.fade-leave,
.fadeOut {
  animation-name: fadeOut;
}
.fadeUpBig-enter,
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
.fadeUpBig-leave,
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
.fadeUp-enter,
.fadeInUp {
  animation-name: fadeInUp;
}
.fadeUp-leave,
.fadeOutUp {
  animation-name: fadeOutUp;
}
.fadeRightBig-enter,
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
.fadeRightBig-leave,
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
.fadeRight-enter,
.fadeInRight {
  animation-name: fadeInRight;
}
.fadeRight-leave,
.fadeOutRight {
  animation-name: fadeOutRight;
}
.fadeLeftBig-enter,
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
.fadeLeftBig-leave,
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
.fadeLeft-enter,
.fadeInLeft {
  animation-name: fadeInLeft;
}
.fadeLeft-leave,
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
.fadeDownBig-enter,
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
.fadeDownBig-leave,
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
.fadeDown-enter,
.fadeInDown {
  animation-name: fadeInDown;
}
.fadeDown-leave,
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slide-transition,
.slideDown-transition,
.slideLeft-transition,
.slideRight-transition,
.slideUp-transition {
  animation-duration: 0.2s;
  animation-fill-mode: both;
}
.slide-enter,
.slideIn {
  animation-name: slideIn;
}
.slide-leave,
.slideOut {
  animation-name: slideOut;
}
.slideUp-enter,
.slideInUp {
  animation-name: slideInUp;
}
.slideUp-leave,
.slideOutUp {
  animation-name: slideOutUp;
}
.slideRight-enter,
.slideInRight {
  animation-name: slideInRight;
}
.slideRight-leave,
.slideOutRight {
  animation-name: slideOutRight;
}
.slideLeft-enter,
.slideInLeft {
  animation-name: slideInLeft;
}
.slideLeft-leave,
.slideOutLeft {
  animation-name: slideOutLeft;
}
.slideDown-enter,
.slideInDown {
  animation-name: slideInDown;
}
.slideDown-leave,
.slideOutDown {
  animation-name: slideOutDown;
}
.spacer {
  padding: 10px 0;
  clear: both;
}
.spacer:after {
  content: '.';
  visibility: hidden;
  display: none;
}
@media (min-width: 992px ) {
  .wrapper {
    min-height: 500px;
  }
}
.fluid-container {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1280px) {
  .fluid-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (min-width: 1600px) {
  .fluid-container {
    padding-left: 12vw;
    padding-right: 12vw;
  }
}
.fluid-content {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1280px) {
  .fluid-content {
    padding-left: calc(5vw - 16px);
    padding-right: calc(5vw - 16px);
  }
}
@media (min-width: 1600px) {
  .fluid-content {
    padding-left: calc(12vw - 16px);
    padding-right: calc(12vw - 16px);
  }
}
.page-wrap {
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: white;
  z-index: 1;
}
@media (min-width: 1280px) {
  .page-wrap {
    padding-left: calc(5vw - 16px);
    padding-right: calc(5vw - 16px);
  }
}
@media (min-width: 1600px) {
  .page-wrap {
    padding-left: calc(12vw - 16px);
    padding-right: calc(12vw - 16px);
  }
}
@media (min-width: 768px ) {
  .page-wrap {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}
.main {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .main {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .main {
    float: left;
    width: 75%;
  }
}
@media (max-width: 1219px ) {
  .main {
    margin-bottom: 20px;
  }
}
.sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .sidebar {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .sidebar {
    float: left;
    width: 25%;
  }
}
.col-text,
.col-image {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 300px;
}
.col-text > img:only-of-type,
.col-image > img:only-of-type {
  position: absolute;
  bottom: -20px;
  right: -10px;
  max-width: 100%;
}
.col-text {
  z-index: 2;
}
.col-image {
  z-index: 1;
}
.form-honey-field {
  display: none;
}
.form-inline {
  margin-bottom: 15px;
}
.form-control {
  font-family: "Inter", sans-serif;
}
.form-control[disabled] {
  cursor: default;
}
.success-message {
  display: none;
  margin: 5px 0;
  color: #22c55e;
}
.error-message {
  color: #ef4444;
  margin: 5px 10px;
}
.error-message[v-if] {
  display: none;
}
.form-group {
  position: relative;
}
.form-group .form-group {
  position: static;
  margin: 0;
}
.form-group + .error-message {
  margin: -10px 15px 10px 15px;
}
.form-horizontal .control-label {
  text-align: left;
  white-space: nowrap;
  margin-bottom: 5px;
}
.form-horizontal .control-label:before,
.form-horizontal .control-label:after {
  content: " ";
  display: table;
}
.form-horizontal .control-label:after {
  clear: both;
}
.form-horizontal .control-label:before,
.form-horizontal .control-label:after {
  content: " ";
  display: table;
}
.form-horizontal .control-label:after {
  clear: both;
}
.form-horizontal .error-message {
  margin-top: 5px;
  margin-bottom: 0;
}
.form-horizontal .form-group-attach {
  margin-top: -15px;
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline {
  padding-top: 0;
  margin-top: 0;
  min-height: 0;
}
.form-horizontal .popover.right {
  left: 100% !important;
}
.info-tip {
  position: absolute;
  right: -20px;
  top: 4px;
}
.info-tip .btn {
  width: 22px;
  height: 22px;
  line-height: 22px;
  padding: 0;
}
.required-tip {
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 4px;
  height: 100%;
}
.form-horizontal .required-tip {
  right: 0;
}
.required-tip:after {
  font-size: 22px;
  color: #ffd900;
  content: "*";
}
.radio-group:before,
.radio-group:after {
  content: " ";
  display: table;
}
.radio-group:after {
  clear: both;
}
.radio-group:before,
.radio-group:after {
  content: " ";
  display: table;
}
.radio-group:after {
  clear: both;
}
.radio-group .form-group {
  float: left;
  margin-right: 15px;
}
.radio-group .form-group [class^="col-"] {
  width: auto;
  margin-left: 0;
  float: none;
}
.radio-group .form-group:before,
.radio-group .form-group:after {
  display: none;
}
.help-block-danger {
  margin-top: -10px;
  margin-bottom: 20px;
  color: #ef4444;
}
/* Custom styled radio + checkbox */
.fancy-radio {
  margin-top: 5px;
  margin-bottom: 5px;
}
.fancy-radio:hover input[type="radio"] + .fancy-control-ui {
  border-color: #ffd900;
}
.fancy-radio.control-label {
  padding-left: 0;
}
.fancy-radio label {
  padding-left: 0;
  display: block;
  overflow: hidden;
  cursor: pointer;
  display: inline;
}
.fancy-radio input[type="radio"] {
  opacity: 0;
}
.fancy-radio input[type="radio"] + .fancy-control-ui {
  display: block;
  float: left;
  position: relative;
  top: 3px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid var(--color-neutral);
  background-color: white;
  min-height: 0;
  padding: 0;
}
.fancy-radio input[type="radio"]:checked + .fancy-control-ui {
  background-color: white;
}
.fancy-radio input[type="radio"]:checked + .fancy-control-ui:after {
  content: ' ';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  margin-top: -4px;
  margin-left: -4px;
  top: 50%;
  left: 50%;
  background: #06b6d4;
}
.fancy-radio input[type="radio"]:focus + .fancy-control-ui {
  border-color: #ffd900;
}
.fancy-radio input[type="radio"][disabled] + .fancy-control-ui {
  opacity: 0.5;
  cursor: default;
}
.fancy-checkbox {
  margin-top: 4px;
  margin-bottom: 4px;
}
.fancy-checkbox:hover input[type="checkbox"] + .fancy-control-ui {
  border-color: #ffd900;
}
.fancy-checkbox.control-label {
  padding-left: 0;
}
.fancy-checkbox label {
  padding-left: 0;
  display: block;
  overflow: hidden;
  cursor: pointer;
  display: inline;
}
.fancy-checkbox input[type="checkbox"] {
  opacity: 0;
}
.fancy-checkbox input[type="checkbox"] + .fancy-control-ui {
  display: block;
  float: left;
  position: relative;
  background-color: white;
  border: 1px solid var(--color-neutral);
  width: 16px;
  height: 16px;
  margin-right: 10px;
  margin-left: 1px;
  top: 3px;
  min-height: 0;
}
.fancy-checkbox input[type="checkbox"] + .fancy-control-ui:before,
.fancy-checkbox input[type="checkbox"] + .fancy-control-ui:after {
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
  background-color: #06b6d4;
}
.fancy-checkbox input[type="checkbox"] + .fancy-control-ui:before {
  width: 3px;
  height: 9px;
  left: 7px;
  top: 3px;
}
.fancy-checkbox input[type="checkbox"] + .fancy-control-ui:after {
  width: 6px;
  height: 3px;
  left: 2px;
  top: 7px;
}
.fancy-checkbox input[type="checkbox"]:checked + .fancy-control-ui {
  color: white;
  background: white;
}
.fancy-checkbox input[type="checkbox"]:checked + .fancy-control-ui:before,
.fancy-checkbox input[type="checkbox"]:checked + .fancy-control-ui:after {
  display: block;
}
.fancy-checkbox input[type="checkbox"]:focus + .fancy-control-ui {
  border-color: #ffd900;
}
.fancy-checkbox input[type="checkbox"][disabled] + .fancy-control-ui {
  opacity: 0.5;
  cursor: default;
}
@media (max-width: 767px ) {
  .page-legacy {
    /* This prevents zooming in on mobile devices */
  }
  .page-legacy textarea,
  .page-legacy input[type="number"],
  .page-legacy input[type="text"],
  .page-legacy .form-control {
    font-size: 16px !important;
  }
}
.option-list .form-control {
  margin-bottom: 10px;
}
/* Legacy input field invalid state */
.page-legacy .control-has-error.control-has-error,
.control-has-error {
  border-color: #ef4444 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.page-legacy .control-has-error.control-has-error:focus,
.control-has-error:focus {
  border-color: #dc2626 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(239, 68, 68, 0.3);
}
/* Legacy specific fixes */
#calcForm input[name="size_custom_width"],
#calcForm input[name="size_custom_height"],
#calcForm input[name="size_custom_diameter"] {
  display: inline-block;
  width: 40%;
}
#calcForm .errors > div {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#calcForm .errors > div h4 {
  margin-top: 0;
  color: inherit;
}
#calcForm .errors > div .alert-link {
  font-weight: bold;
}
#calcForm .errors > div > p,
#calcForm .errors > div > ul {
  margin-bottom: 0;
}
#calcForm .errors > div > p + p {
  margin-top: 5px;
}
.referral-other {
  display: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
.info-text {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: default;
}
/* Disabled and semi-disabled state for radio + checkboxes */
.checkbox.disabled,
.radio.disabled,
.checkbox.disabled label,
.radio.disabled label,
.checkbox.disabled input,
.radio.disabled input {
  cursor: default;
}
.checkbox.disabled .fancy-control-ui,
.radio.disabled .fancy-control-ui {
  opacity: 0.3;
}
.checkbox label,
.radio label {
  cursor: pointer;
}
.checkbox label.deactive,
.radio label.deactive {
  color: #888888;
}
svg {
  fill: currentColor;
}
.tailwind svg path:not([fill]) {
  fill: inherit;
}
.svg-container {
  position: relative;
  z-index: 1;
}
.svg-container > svg {
  z-index: -1;
}
/* Marker streep onder tekst */
.svg-streep {
  position: absolute;
  width: 100%;
  height: 15px;
  left: 0;
  right: 0;
  bottom: -3px;
}
/* Omcirkeling om een woord */
.svg-omcirkel {
  position: absolute;
  width: 175%;
  height: 175%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Achtergrondvlak voor widgets in sidebar */
.svg-board {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/* Horizontale accolade (bv. accentuering voor Trustpilot cijfer) */
.svg-accolade {
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  right: 0;
  bottom: -10px;
}
/* Sinus & zaagtand accentuering voor tekst */
.svg-golf,
.svg-zigzag {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.svg-primary {
  fill: #ffd900;
}
.svg-secondary {
  fill: #db5992;
}
.svg-orange {
  fill: #FF900F;
}
.content h2,
.content h3,
.content h4,
.content h5 {
  font-weight: 500;
}
.content h2 {
  font-size: 1.2em;
  font-family: 'rooney-web';
}
.content h3 {
  font-size: 1em;
}
.content h6 {
  font-size: 11px;
  color: #707070;
  font-weight: 400;
}
.content h6 strong {
  font-weight: 400 !important;
}
.content ul:not([class]) {
  padding-left: 22px;
}
.content ul:not([class]) li::marker {
  color: #ffd900;
}
.content table:not(.table) {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
  display: block;
  overflow: auto;
}
.content table:not(.table) > thead > tr > th,
.content table:not(.table) > tbody > tr > th,
.content table:not(.table) > tfoot > tr > th,
.content table:not(.table) > thead > tr > td,
.content table:not(.table) > tbody > tr > td,
.content table:not(.table) > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid transparent;
}
.content table:not(.table) > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid transparent;
}
.content table:not(.table) > caption + thead > tr:first-child > th,
.content table:not(.table) > colgroup + thead > tr:first-child > th,
.content table:not(.table) > thead:first-child > tr:first-child > th,
.content table:not(.table) > caption + thead > tr:first-child > td,
.content table:not(.table) > colgroup + thead > tr:first-child > td,
.content table:not(.table) > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.content table:not(.table) > tbody + tbody {
  border-top: 2px solid transparent;
}
.content table:not(.table) .table {
  background-color: #f6f6f7;
}
.content table:not(.table) > tbody > tr:nth-of-type(odd) {
  background-color: #f6f6f6;
}
.content table:not(.table) tbody {
  width: 100%;
  display: table;
}
.content table p:last-child {
  margin-bottom: 0;
}
.content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.content .row {
  margin-top: 20px;
  margin-bottom: 20px;
}
.content .row [class^="col-"] h2:first-child,
.content .row [class^="col-"] h3:first-child,
.content .row [class^="col-"] h4:first-child,
.content .row [class^="col-"] h5:first-child,
.content .row [class^="col-"] p:first-child {
  margin-top: 0;
}
.content .content-footer {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 30px;
}
.content .last-update {
  font-size: 15px;
  color: #707070;
}
.content .embed-google-maps,
.content .embed-video {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1219px ) {
  .content .embed-google-maps iframe {
    width: 100%;
  }
  .content .embed-video {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
  }
  .content .embed-video .embed-responsive-item,
  .content .embed-video iframe,
  .content .embed-video embed,
  .content .embed-video object,
  .content .embed-video video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
  }
}
:root {
  --scrollbar-width: 0px;
  --navigation-height: 88px;
}
@media only screen and (max-width: 1024px) {
  :root {
    --navigation-height: 59px;
  }
}
::-moz-selection {
  background-color: #ffd900;
  color: white;
}
::selection {
  background-color: #ffd900;
  color: white;
}
html,
body {
  height: 100%;
}
a:not(:where(.btn, .tailwind *)) {
  transition: 0.1s ease-in all;
  color: inherit;
  text-decoration: none;
  /* Cancel out dotted underline within heading tags */
}
a:not(:where(.btn, .tailwind *)):hover {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dotted;
}
.single a:not(:where(.btn, .tailwind *)),
.main a:not(:where(.btn, .tailwind *)) {
  text-decoration: none;
  border-bottom: 1px dotted;
}
.single a:not(:where(.btn, .tailwind *)):hover,
.main a:not(:where(.btn, .tailwind *)):hover {
  color: #ffd900;
  border-bottom: 1px dotted;
}
a:not(:where(.btn, .tailwind *)):hover .img-link ~ ul {
  color: #ffd900;
}
.widget-title a:not(:where(.btn, .tailwind *)),
.panel h1 > a:not(:where(.btn, .tailwind *)),
.panel h2 > a:not(:where(.btn, .tailwind *)),
.panel h3 > a:not(:where(.btn, .tailwind *)),
.panel h4 > a:not(:where(.btn, .tailwind *)),
.panel h5 > a:not(:where(.btn, .tailwind *)),
.panel h6 > a:not(:where(.btn, .tailwind *)),
.single h1 > a:not(:where(.btn, .tailwind *)),
.single h2 > a:not(:where(.btn, .tailwind *)),
.single h3 > a:not(:where(.btn, .tailwind *)),
.single h4 > a:not(:where(.btn, .tailwind *)),
.single h5 > a:not(:where(.btn, .tailwind *)),
.single h6 > a:not(:where(.btn, .tailwind *)) {
  border-bottom-width: 0;
}
.media-items + a:not(:where(.btn, .tailwind *)),
.media-bottom a:not(:where(.btn, .tailwind *)),
.breadcrumb a:not(:where(.btn, .tailwind *)),
a:not(:where(.btn, .tailwind *)).content-box__link {
  color: #06b6d4;
  border-bottom-width: 0;
}
.media-items + a:not(:where(.btn, .tailwind *)):hover,
.media-bottom a:not(:where(.btn, .tailwind *)):hover,
.breadcrumb a:not(:where(.btn, .tailwind *)):hover,
a:not(:where(.btn, .tailwind *)).content-box__link:hover {
  color: #06b6d4;
  border-bottom-width: 1px;
}
figure {
  margin: 20px 0;
}
figcaption {
  margin-top: 5px;
}
table {
  border: none;
  width: 100%;
}
th {
  font-weight: 500;
}
label {
  font-weight: normal;
}
address {
  margin-bottom: 10px;
}
hr {
  width: 100%;
  height: 1px;
  background-color: #aaa;
  border: none;
  margin: 20px 0;
  opacity: 0.5;
}
.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 0px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}
.welcome-logo-container {
  border: 1px solid grey;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
}
.custom-transition {
  transition-duration: 0.15s;
}
.collapsing {
  transition-duration: 0.15s;
}
.page-title {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: normal;
  text-align: center;
}
.page-wrap .page-title {
  text-align: left;
}
.form-title {
  color: #4f4f4f;
  font-size: 1.2em;
  font-weight: 500;
  margin: 10px 0;
}
.widget-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
  /* Override font-size even though h2, h3, h4 is used */
}
.links-title {
  font-size: 19px;
  margin-top: 0;
  margin-bottom: 15px;
}
.announcement-title {
  font-size: 24px;
  font-family: 'rooney-web', serif;
  margin-top: 0;
}
.announcement-subtitle {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 12px;
}
.list-inline.pills a {
  display: inline-block;
  border-radius: 20px;
  background-color: #f6f6f7;
  padding: 6px 12px;
  border: 0 !important;
  margin-bottom: 20px;
}
.list-inline.dots li:before {
  content: "\A";
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  background: #06b6d4;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 2px;
}
.list-inline.dots a {
  border-bottom: 0;
}
/* Spacing */
/* Margin top */
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 1rem;
}
.mt-4 {
  margin-top: 1.5rem;
}
.mt-5 {
  margin-top: 3rem;
}
.mt-auto {
  margin-top: auto;
}
/* Margin bottom */
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 1rem;
}
.mb-4 {
  margin-bottom: 1.5rem;
}
.mb-5 {
  margin-bottom: 3rem;
}
.mb-auto {
  margin-bottom: auto;
}
.meta {
  font-size: 82%;
  margin: 5px 0;
}
.directions-icon {
  border-bottom-width: 0 !important;
  padding-top: 8px !important;
  float: right;
}
.directions-icon .icon {
  transform-origin: top right;
  transform: scale(0.75);
  width: 56px;
  height: 56px;
  scale: 0.5;
  display: block;
  background-image: url(/img/sprite/css_sprites.png);
  background-position: -457px -447px;
}
.dl-horizontal-small dt {
  float: left;
  clear: left;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal-small dd {
  margin-left: 60px;
}
.tab-content {
  padding: 20px;
  background-color: white;
  border-radius: 12px;
  border-top-left-radius: 0;
}
.content-without-padding {
  padding: 0px;
}
.content-without-radius {
  border-radius: 0px;
}
.user-nav {
  padding: 0;
  margin: -5px 0 10px 0;
  list-style: none;
}
.user-nav li {
  margin-bottom: 4px;
}
.user-nav .underline {
  padding-bottom: 1px;
  border-bottom: 1px dotted;
}
.user-nav a {
  border-bottom: 0 !important;
}
.link-list {
  padding: 0;
  list-style: inside;
}
.link-list li {
  margin-left: 15px;
}
.link-list li::marker {
  color: currentColor;
}
.overflow-hidden {
  overflow: hidden;
}
.img-link {
  display: block;
}
.img-link:hover {
  border-bottom-width: 0 !important;
}
.product-list {
  padding: 0;
  list-style: none;
  -moz-columns: 4;
       columns: 4;
  line-height: 1.5;
}
.product-list li {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991px ) {
  .product-list {
    -moz-columns: 3;
         columns: 3;
  }
}
.equal-height .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.equal-height [class*="col-"] {
  margin-bottom: 20px;
}
.equal-height .box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* Rotating arrow on toggle */
a[data-toggle] .far {
  transition: 0.1s linear transform;
  margin-right: 4px;
}
a[data-toggle][aria-expanded="true"] .angle-right-icon,
a[data-toggle][aria-expanded="true"] .caret-right-icon,
a[data-toggle][aria-expanded="true"] .chevron-down-icon {
  transform: rotate(90deg);
}
a[data-toggle][aria-expanded="true"] .angle-down-icon,
a[data-toggle][aria-expanded="true"] .caret-down-icon,
a[data-toggle][aria-expanded="true"] .chevron-down-icon,
a[data-toggle][aria-expanded="true"] .order-info-angle {
  transform: rotate(180deg);
}
/* Profile responsive optimalisations */
@media (max-width: 767px ) {
  .table-container-outer {
    position: relative;
  }
  .table-container {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
  }
  .table-container::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .table-scroll-indicator {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffff);
    pointer-events: none;
  }
  .tab-content .table-striped thead > tr {
    display: none;
  }
  .tab-content .table-striped tbody > tr > td {
    display: block;
    border-top: 0;
  }
  .tab-content .table-striped tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .tab-content .table-striped tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
}
.image-gallery {
  display: flex;
  margin: 0 -10px;
  justify-content: center;
}
.image-gallery > * {
  padding: 10px;
  flex-grow: 0;
  flex-shrink: 1;
}
.image-gallery-max-amount-2 {
  flex-wrap: wrap;
}
.image-gallery-max-amount-2 > * {
  flex-basis: 50%;
}
.image-gallery-max-amount-3 {
  flex-wrap: wrap;
}
.image-gallery-max-amount-3 > * {
  flex-basis: 33.33333333%;
}
.image-gallery-max-amount-4 {
  flex-wrap: wrap;
}
.image-gallery-max-amount-4 > * {
  flex-basis: 25%;
}
.image-gallery-max-amount-5 {
  flex-wrap: wrap;
}
.image-gallery-max-amount-5 > * {
  flex-basis: 20%;
}
.image-gallery-max-amount-6 {
  flex-wrap: wrap;
}
.image-gallery-max-amount-6 > * {
  flex-basis: 16.66666667%;
}
.text-secondary {
  color: #db5992;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #d22f76;
}
.text-highlight {
  background: yellow;
  color: black;
}
.text-decoration-line-through {
  text-decoration: line-through;
}
.emphasize {
  font-weight: bold;
}
.large {
  font-size: 125%;
}
.inner-addon {
  position: relative;
}
[v-cloak] {
  display: none;
}
[class*="flag-"] {
  position: relative;
  top: 3px;
  left: -6px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 1375px 500px;
  background-image: url(/img/sprite/css_sprites.png);
}
.flag-nl {
  background-position: -107px -106px;
}
.flag-en {
  background-position: -55px -54px;
}
.flag-de {
  background-position: -133px -132px;
}
.flag-fr {
  background-position: -80px -79px;
}
.soft-hidden {
  display: none;
}
/* style icon */
.inner-addon .far,
.inner-addon .fas,
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px 12px;
  pointer-events: none;
}
/* align icon */
.left-addon .far,
.left-addon .fas,
.left-addon .glyphicon {
  left: 0px;
}
.right-addon .far,
.right-addon .fas,
.right-addon .glyphicon {
  right: 0px;
}
/* add padding  */
.left-addon input {
  padding-left: 30px;
}
.right-addon input {
  padding-right: 30px;
}
@keyframes blink {
  /**
     * At the start of the animation the dot
     * has an opacity of .2
     */
  0% {
    opacity: 0.2;
  }
  /**
     * At 20% the dot is fully visible and
     * then fades out slowly
     */
  20% {
    opacity: 1;
  }
  /**
     * Until it reaches an opacity of .2 and
     * the animation can start again
     */
  100% {
    opacity: 0.2;
  }
}
/* https://martinwolf.org/blog/2015/01/pure-css-savingloading-dots-animation */
.dots span {
  /**
     * Use the blink animation, which is defined above
     */
  animation-name: blink;
  /**
     * The animation should take 1.4 seconds
     */
  animation-duration: 1.4s;
  /**
     * It will repeat itself forever
     */
  animation-iteration-count: infinite;
  /**
     * This makes sure that the starting style (opacity: .2)
     * of the animation is applied before the animation starts.
     * Otherwise we would see a short flash or would have
     * to set the default styling of the dots to the same
     * as the animation. Same applies for the ending styles.
     */
  animation-fill-mode: both;
}
.dots span:nth-child(2) {
  /**
     * Starts the animation of the third dot
     * with a delay of .2s, otherwise all dots
     * would animate at the same time
     */
  animation-delay: 0.2s;
}
.dots span:nth-child(3) {
  /**
     * Starts the animation of the third dot
     * with a delay of .4s, otherwise all dots
     * would animate at the same time
     */
  animation-delay: 0.4s;
}
@media (min-width: 768px ) {
  body.header-fixed-phase-3 .navbar-primary {
    box-shadow: 0px 0 10px 5px rgba(0, 0, 0, 0.1);
  }
}
.page-api .api-table {
  border-width: 1px;
  border-style: solid;
  border-color: #c6c6c6;
  border-collapse: collapse;
  border-radius: 10000px;
  width: 100%;
  font-family: Roboto, Source Sans Pro, Calibri, Arial, sans-serif;
  font-size: 18px;
}
.page-api .api-table th,
.page-api td {
  text-align: left;
  padding: 8px;
}
.page-api .api-table tr:nth-child(even) {
  background-color: #F4F4F4;
}
.page-api .api-table tr:nth-child(odd) {
  background-color: #F9F9F9;
}
.page-api .api-table th {
  background-color: #3F97F6;
  color: white;
  font-size: 18px;
}
.page-api .main-header {
  color: #3a3a3a;
  font-size: 44px;
}
.page-api .sub-header {
  color: #3a3a3a;
  font-size: 30px;
  margin-top: 30px;
}
.page-api .sub-header2 {
  color: #3a3a3a;
  font-size: 22px;
}
.page-api .description {
  font-size: 16px;
  margin-bottom: 20px;
}
.page-api .breadcrumb {
  padding: 0 20px;
  margin-top: -20px;
}
.page-api .main {
  float: right;
  border-left: 1px solid #c6c6c6;
  padding-left: 50px;
  width: 80%;
}
.page-api .sidebar {
  width: 13%;
  float: left;
  margin-top: 0;
}
.page-api .sidebar-header {
  color: #498CCD;
  font-size: 18px;
  font-weight: 500;
}
.page-api .sidebar-item {
  color: #3a3a3a;
  font-size: 15px;
  margin-left: 10px;
}
.page-api #api {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
.page-api .method {
  color: #5198F9;
  font-weight: 500;
}
.page-api .endpoint {
  font-family: Menlo,Consolas,Monaco,monospace;
}
.page-api .endpoint-data {
  border-left: 2px solid #c6c6c6;
  padding-left: 20px;
}
.page-api .endpoint-data:hover {
  border-left: 2px solid #5198F9;
}
.page-api .card-header {
  font-size: 24px;
  font-weight: 600;
  height: 60px;
  padding-left: 20px;
  padding-top: 10px;
  background-color: #3F97F6;
  margin-top: 2%;
  color: white;
}
.page-api .card-body {
  padding: 2%;
  border: 1px solid #c6c6c6;
}
.page-api .card-body label {
  font-family: Verdana, sans-serif;
  font-size: 15px;
  display: block;
}
.page-api .card-body input[type="text"] {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #c6c6c6;
  width: 70%;
  margin-bottom: 5%;
  padding: 10px;
}
.page-api .card-body textarea {
  width: 70%;
  padding-bottom: 30%;
  border-radius: 2px;
}
.page-api .card-body select {
  padding: 5px;
  border-radius: 2px;
}
.page-api .buttonsactions input {
  background-color: #DD0063;
  color: white;
  border: 0px;
  padding: 5px;
  width: 15%;
  padding: 10px 0px 10px 0px;
  border-radius: 3px;
}
.page-api .buttonsactions input:disabled {
  background: #cdcdcd;
}
.page-api .buttonsactions :hover {
  background-color: #c6c6c6;
}
.page-api .route {
  font-size: 18px;
}
.page-api #routes {
  font-size: 16px;
}
.page-api .response-error {
  color: #D8000C;
}
.page-api .response-success {
  color: #4F8A10;
}
div.dropdown-menu ul.dropdown-menu {
  position: static;
  border: 0;
  box-shadow: none;
  padding: 10px 0;
  margin: 0;
  /*min-width: 180px;*/
  min-width: 178px;
}
div.dropdown-menu ul[data-category="valentijnsdag"] li.h5 {
  color: #ff367d;
}
div.dropdown-menu .menu-text {
  font-size: 75%;
  vertical-align: top;
}
div.dropdown-menu .menu-icon {
  font-size: 75%;
}
.dropdown-menu {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.175);
}
.dropdown-menu > li a {
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom-width: 0 !important;
}
.dropdown-menu-text {
  padding: 3px 20px;
  margin: 0;
}
.dropdown-menu-text span {
  border-bottom: 1px dotted currentColor;
}
.dropdown-menu-text span:hover {
  color: #ff367d;
}
.dropdown-inline {
  position: relative;
  z-index: 1;
}
.dropdown-inline div.dropdown-menu {
  position: relative;
  box-shadow: none;
  border: 0;
  padding: 0;
}
.dropdown-inline div.dropdown-menu > .open {
  width: auto !important;
}
.dropdown-products {
  position: static;
  display: block;
  box-shadow: none;
  border: 0;
  padding: 0;
}
.dropdown-products .open {
  width: auto !important;
  /* Override inline style */
}
.dropdown-products ul.dropdown-menu {
  padding: 0;
  background-color: transparent;
}
.dropdown-full-width {
  /* parent <li> must be have "position: static" for this to work */
  width: 100%;
  margin-top: -1px !important;
  /* Prevent showing 1px from notification bar */
}
@media (pointer: coarse) {
  .dropdown-full-width {
    overflow-y: scroll;
    /* Mobile Chrome scroll fix */
  }
}
.dropdown-full-width > div {
  margin: 0 auto;
  /* Alignment with parent <li> is impossible with CSS */
}
.dropdown-user {
  width: 280px;
  padding: 20px;
  background-color: white;
  font-size: 17px;
}
.dropdown-user .login-warning {
  margin-top: 21px;
  margin-bottom: 0;
}
.dropdown-user button[type="submit"] {
  margin-top: 10px;
}
@media (max-width: 340px) {
  .dropdown-user {
    width: calc(100vw - 60px);
  }
}
.selected-navigation-item {
  background: white !important;
  color: #24212b !important;
}
.footer {
  clear: both;
  overflow: hidden;
}
.footer .container {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer .container:before {
  /* Horizontal line */
  content: "";
  display: block;
  position: absolute;
  left: calc(-50vw + 50%);
  width: 100vw;
  height: 1px;
  background-color: #eeeeee;
  margin-top: -20px;
}
.footer strong {
  font-weight: normal;
}
.footer-wrapper {
  background-color: white;
}
.footer-title {
  margin-top: 0;
}
.footer-nav {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.footer-nav li {
  padding: 5px 0;
}
.footer-rating {
  top: -1px;
  font-size: 11px;
}
.footer-partners {
  display: table;
  text-align: center;
  overflow: hidden;
  /* Mobile optimized footer */
}
.footer-partners .footer-col {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
}
.footer-partners p {
  font-weight: 500;
  margin: 0;
}
.footer-partners.lang-nl .footer-partners-payment,
.footer-partners.lang-en .footer-partners-payment {
  background: url(/img/sprite/css_sprites.png) no-repeat -1544px -753px;
}
.footer-partners.lang-be .footer-partners-payment {
  background: url(/img/sprite/css_sprites.png) no-repeat -1544px -753px;
}
.footer-partners.lang-de .footer-partners-payment {
  background: url(/img/sprite/css_sprites.png) no-repeat -1544px -753px;
}
.footer-partners .footer-partners-payment {
  width: 425px;
  height: 42px;
}
.footer-partners .footer-partners-processing {
  background: url(/img/sprite/css_sprites.png) no-repeat -2215px -751px;
  width: 180px;
  height: 42px;
}
@media (min-width: 768px ) and (max-width: 1219px ) {
  .footer-partners p {
    font-size: 12px;
    /* Make it fit using 7 payment icons & 2 processing icons */
  }
}
@media (max-width: 767px ) {
  .footer-partners {
    /* Unfortunally cannot use CSS sprite because of used scaling mechanism */
    display: block;
    background: url(/img/sprite/footer-mobile.png) no-repeat center center;
    background-size: contain;
    width: 95%;
    min-height: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .footer-partners .footer-col {
    display: none;
  }
}
.footer-copyright {
  color: white;
  background-color: #06b6d4;
  padding: 10px 0;
  text-align: center;
}
.footer-logo {
  width: 80%;
  height: auto;
  margin-top: 20px;
  margin-right: 20px;
}
.btn {
  transition: color .1s ease-in, background .1s ease-in;
}
.btn.waiting[disabled] {
  cursor: default;
  padding-top: 3px;
  padding-bottom: 3px;
}
.btn.active {
  cursor: default;
}
.btn-primary:hover {
  background-image: none;
}
.btn-secondary {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  filter: brightness(0.9);
}
.btn-secondary:hover {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  filter: brightness(0.9);
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  filter: brightness(0.85);
}
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  filter: brightness(0.8);
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  filter: none;
}
.btn-secondary .badge {
  color: var(--color-secondary);
  background-color: #fff;
}
.btn-secondary:hover {
  background-image: none;
}
/* Used to make text fit (Eg. "Overschrijf favoriet" within order process sidebar) */
.btn-small-text {
  font-size: 11px;
}
/* Delete, Edit, View buttons */
.btn-icon {
  font-size: 1.4em;
  margin: 0 2px;
  border: 0 !important;
  display: inline-block;
}
.btn-icon:hover {
  color: #ffd900 !important;
}
.btn .chevron-down-icon,
.btn .chevron-right-icon {
  font-size: 0.75em;
  margin-left: 2px;
}
/* Primarily used for product choise */
.btn-dropdown {
  position: relative;
  text-align: left;
  border-color: var(--color-neutral);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: inherit;
  background-color: white;
}
.btn-dropdown:focus {
  background-color: white;
  outline: 0;
}
.btn-dropdown .btn-label {
  padding-right: 20px;
}
.btn-dropdown .caret {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -2px;
  color: inherit;
}
.btn-dark {
  color: white;
  background-color: black;
  border-color: transparent;
}
.btn-dark:focus,
.btn-dark.focus {
  color: white;
  background-color: black;
  border-color: transparent;
  filter: brightness(0.9);
}
.btn-dark:hover {
  color: white;
  background-color: black;
  border-color: transparent;
  filter: brightness(0.9);
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: white;
  background-color: black;
  border-color: transparent;
  filter: brightness(0.85);
}
.btn-dark:active:hover,
.btn-dark.active:hover,
.open > .dropdown-toggle.btn-dark:hover,
.btn-dark:active:focus,
.btn-dark.active:focus,
.open > .dropdown-toggle.btn-dark:focus,
.btn-dark:active.focus,
.btn-dark.active.focus,
.open > .dropdown-toggle.btn-dark.focus {
  color: white;
  background-color: black;
  border-color: transparent;
  filter: brightness(0.8);
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled.focus,
.btn-dark[disabled].focus,
fieldset[disabled] .btn-dark.focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: black;
  border-color: transparent;
  filter: none;
}
.btn-dark .badge {
  color: black;
  background-color: white;
}
.btn-dark:active,
.btn-dark:hover {
  background-color: #3d3d3d;
}
.btn-outline {
  background: white;
}
.btn-outline:active,
.btn-outline:hover {
  background: #f6f6f7;
}
.btn-outline.btn-primary {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.btn-outline.btn-secondary {
  color: var(--color-secondary);
  border-color: rgba(230, 0, 126, 0.3);
}
.btn-outline.btn-secondary:hover {
  border-color: var(--color-secondary);
}
.btn-outline.btn-secondary:focus,
.btn-outline.btn-secondary:active {
  color: var(--color-secondary);
  background: white;
}
.btn-block + .btn-block {
  margin-top: 10px;
}
/* This invalid HTML markup happens in uploader document list */
button.btn a {
  color: inherit !important;
}
.box {
  position: relative;
  padding: 20px;
  border-radius: 12px;
}
.box hr {
  background-color: white;
}
.box .media {
  margin: 0;
  padding: 15px 0;
}
.box .media p {
  margin: 0;
}
.box .media-body {
  font-size: 14px;
}
.box .media-left {
  padding-right: 20px;
}
.box .media-heading {
  font-size: 20px;
}
.box-primary {
  background-color: #ffd900;
  color: white;
}
.box-secondary {
  background-color: #db5992;
  color: white;
}
.box-white {
  background-color: white;
}
.box-inkdrop {
  background-color: #f6f6f7;
}
.box-board {
  padding: 20px;
  color: #24212b;
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.spinner {
  display: none;
  margin: 0 auto !important;
  width: 50px;
  height: 25px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  line-height: 2rem;
}
.spinner.show {
  display: inline-block;
}
button .spinner,
.btn .spinner {
  display: inline-block;
  position: relative;
}
.spinner > span {
  background-color: #636363;
  height: 100%;
  width: 6px;
  margin-right: 3px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner > div {
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner.small {
  width: 30px;
  height: 15px;
}
.spinner.small > div {
  width: 3px;
}
.spinner .rect1 {
  background-color: #636363;
}
.spinner .rect2 {
  animation-delay: -1.1s;
  background-color: #e6007e;
}
.spinner .rect3 {
  animation-delay: -1s;
  background-color: #398ccb;
}
[class^="col-"] > .spinner {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.input-group > .spinner {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 5;
}
.form-group > .spinner,
.text-center > .spinner {
  position: absolute;
  left: 50%;
}
.waiting-box {
  line-height: 2rem;
}
#preview-zoom-loading > span,
#preview-loading > span,
#Waiting span,
.waiting-box span {
  margin-left: 46px;
  margin-top: 2px;
  display: inline-block;
  line-height: 2rem;
}
.notification {
  transition: 0.5s linear opacity;
  position: relative;
  padding: 10px 15px;
  text-align: left;
  border-left: 0;
  border-right: 0;
  background-color: #f6f6f7;
  color: #1e1e1e;
  display: flex;
  justify-content: center;
}
.notification p {
  margin: 0;
}
.notification a {
  border-bottom: 1px dotted;
}
.notification-primary {
  background-color: #ffd900;
  color: white;
  border: 1px solid #b39800;
  z-index: 2;
}
.notification-primary a:hover {
  color: black;
}
.notification-secondary {
  background: #db5992;
  color: white;
  border: 1px solid #be296b;
  z-index: 2;
}
.notification-secondary a:hover {
  color: black;
}
.notification-homepage {
  position: relative;
  width: 100%;
  top: var(--navigation-height) !important;
}
.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border-top: 0;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.autocomplete-suggestion {
  position: relative;
  padding: 0.4em 0.6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.02em;
  cursor: pointer;
}
.search-widget {
  background: white;
}
.search-widget .autocomplete-suggestion {
  color: #24212b;
}
.search-widget .autocomplete-suggestion.selected {
  background: #f6f6f7;
}
.header-search-widget {
  background-color: white;
}
.header-search-widget .autocomplete-suggestion {
  color: var(--color-foreground);
}
.header-search-widget .autocomplete-suggestion.selected {
  background: var(--color-surface);
}
.select2-container .select2-selection--single {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  color: var(--color-foreground);
  background-color: #fff;
  background-image: none;
  border: 1px solid var(--color-neutral);
  border-radius: 10px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-family: "Inter", sans-serif;
}
.select2-container .select2-selection--single:focus {
  border-color: #ffd900;
  outline: 0;
  box-shadow: 0px 0px 13px -6px rgba(255, 217, 0);
}
.select2-container .select2-selection--single::-moz-placeholder {
  color: var(--color-neutral-400);
  opacity: 1;
}
.select2-container .select2-selection--single:-ms-input-placeholder {
  color: var(--color-neutral-400);
}
.select2-container .select2-selection--single::-webkit-input-placeholder {
  color: var(--color-neutral-400);
}
.select2-container .select2-selection--single[disabled],
.select2-container .select2-selection--single[readonly],
fieldset[disabled] .select2-container .select2-selection--single {
  background-color: #f5f5f5;
  opacity: 1;
}
.select2-container .select2-selection--single[disabled],
fieldset[disabled] .select2-container .select2-selection--single {
  cursor: not-allowed;
}
textarea.select2-container .select2-selection--single {
  height: auto;
}
.select2-container .select2-selection--single[disabled] {
  cursor: default;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: inherit;
  padding: 0 4px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  top: 6px;
  right: 12px;
}
.trustpilot {
  position: relative;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  border-radius: 12px;
  /* Homepage */
  /* Within page content */
}
.trustpilot .widget-title {
  margin: 0;
}
.trustpilot .svg-accolade {
  position: relative;
  z-index: -1;
  display: block;
  width: 100%;
  height: 30px;
  bottom: 0;
}
.trustpilot .trustpilot-footer {
  margin-top: 10px;
  display: none;
}
.section .trustpilot .trustpilot-footer {
  display: block;
}
.sidebar .trustpilot {
  height: auto;
}
.main .trustpilot {
  flex-direction: row;
  border: 1px solid #f6f6f7;
  margin: 20px 0;
}
.main .trustpilot a {
  border-bottom: 0 !important;
}
.main .trustpilot > * {
  flex: 1 1 0;
}
@media (max-width: 480px) {
  .main .trustpilot {
    flex-direction: column;
  }
}
.trustpilot-score {
  position: relative;
  z-index: 1;
  font-size: 300%;
  line-height: 0;
  padding: 40px 10px;
  white-space: nowrap;
}
.user-account.user-templates #product_select_wrapper .btn-dropdown {
  width: 100%;
}
.user-account.user-templates .col-auto {
  width: auto;
  line-height: 35px;
}
.user-account.user-templates .btn-icon {
  float: right;
}
.user-account.user-templates p.datetime {
  color: #c1c1c1;
}
.cta {
  background-color: #f6f6f7;
  color: #1e1e1e;
  padding: 20px;
  margin: 20px 0;
  border: 1px solid transparent;
  border-radius: 10px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
}
.cta .svg-container {
  z-index: auto;
}
.cta p:last-child {
  margin-bottom: 0;
}
.cta svg {
  height: 54%;
}
@media (min-width: 768px ) {
  .cta {
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
    flex-direction: row;
  }
  .cta p {
    margin-bottom: 0;
  }
  .cta > * {
    flex: 0 0 auto;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    padding: 0 10px;
  }
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.cta-primary {
  background-color: #ffd900;
  color: #f6f6f7;
}
.cta-secondary {
  background-color: #db5992;
  color: #f6f6f7;
}
.cta-grey {
  background-color: #f6f6f7;
  color: #1e1e1e;
}
.cta-grey svg {
  height: 54%;
}
.cta-primary-border {
  border-color: #ffd900;
  background-color: transparent;
}
.cta-secondary-border {
  border-color: #db5992;
  background-color: transparent;
}
.cta-grey-border {
  border-color: #d5d5d5;
  background-color: transparent;
}
.cta-grey-border svg {
  height: 54%;
}
/**
 * Use mixins to prevent unneeded CSS generation
 */
.calculator {
  position: relative;
  padding: 20px;
  border-radius: 12px;
  z-index: 3;
  box-shadow: 0px 0px 10px 0px #00000040;
  /* IE10+ specific fixes */
}
.calculator hr {
  background-color: white;
}
.calculator .media {
  margin: 0;
  padding: 15px 0;
}
.calculator .media p {
  margin: 0;
}
.calculator .media-body {
  font-size: 14px;
}
.calculator .media-left {
  padding-right: 20px;
}
.calculator .media-heading {
  font-size: 20px;
}
.calculator .popover.top {
  min-width: auto;
}
.calculator .popover.share_permalink-box {
  min-width: 320px;
}
.calculator .popover.share_permalink-box .arrow {
  left: 73%;
}
.calculator .svg-streep {
  bottom: -5px;
}
.calculator .form-group {
  margin-left: 10px;
  margin-right: 10px;
}
.calculator .form-group .leaf-icon {
  color: green;
}
.calculator .option-label {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 4px;
}
.calculator .option-label.no-padding-right {
  padding-right: 0;
}
.calculator .option-label p {
  margin: 0;
}
.calculator .option-value {
  position: relative;
  float: left;
  width: 58.33333333%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 13px;
}
.calculator .option-value.option-value-full-width {
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.calculator .option-value .radio input[type="radio"],
.calculator .option-value .radio-inline input[type="radio"],
.calculator .option-value .checkbox input[type="checkbox"],
.calculator .option-value .checkbox-inline input[type="checkbox"] {
  margin-left: 0;
}
.calculator .option-icon {
  position: relative;
  float: left;
  width: 8.33333333%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.calculator label {
  font-weight: normal;
}
.calculator .calculator-estimation {
  margin-bottom: 15px;
}
.calculator .calculator-estimation .far {
  display: none;
}
.calculator .calculator-estimation.js-populated {
  font-size: 1.9rem;
}
.calculator .calculator-estimation.js-populated .estimate-data {
  margin-bottom: 10px;
}
.calculator .calculator-estimation.js-populated .estimate-data:last-child {
  color: #06b6d4;
}
.calculator .calculator-estimation.js-populated .far {
  color: inherit;
  width: 20px;
  display: inline-block;
}
@media screen and (max-width: 620px) {
  .calculator .calculator-estimation.js-populated {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px ) {
  .calculator .calculator-estimation .calculator-result {
    width: 64%;
    float: right;
  }
}
.calculator .calculator-error-message {
  display: none;
}
.calculator .popover.bottom {
  left: 0px !important;
  width: 100% !important;
}
.calculator .stack-icon {
  line-height: 40px;
  margin-right: 0.5em;
}
.calculator .radio + .radio {
  margin-top: 10px;
  /* Specific fix for spacing consistency */
}
.calculator .select2-container {
  width: 100% !important;
  /* Force whole width */
}
.calculator .btn-dropdown {
  width: 100%;
  /* Should style as .btn-block */
}
.calculator .btn-dropdown + .dropdown-menu {
  left: 10px;
}
.calculator .step-product #labelDeliveryOptionSunday,
.calculator .step-product label[for=deliveryOptionSunday] {
  display: none;
}
.calculator .step-product .star-icon {
  color: #38ccff;
  border: 0;
}
.calculator .step-product .star-icon:hover {
  color: #38ccff;
}
.calculator .step-product .hide-group {
  display: none;
}
.calculator .step-delivery #labelDeliveryOptionSunday {
  display: block;
}
.calculator .step-delivery .fancy-checkbox {
  margin-top: 4px;
}
.calculator .infobtnleft {
  width: 17px;
  height: 17px;
  margin-top: 3px;
  float: right;
  display: block;
  border: none !important;
  margin-top: 8px;
  /* Link hover */
  /* Dialog icons */
  /* Information dialog icon */
  /* Validation dialog icon */
}
.calculator .infobtnleft.js-error-icon-button {
  margin-top: 3px;
}
.calculator .infobtnleft:hover {
  color: var(--color-primary) !important;
}
.calculator .infobtnleft:focus,
.calculator .infobtnleft:focus-visible {
  outline: none;
}
.calculator .infobtnleft .error-icon,
.calculator .infobtnleft .info-image {
  float: right;
  width: 17px;
  height: 17px;
  /*position: absolute;*/
  /*margin-top: 3px;*/
  /*right: 0px;*/
}
.calculator .infobtnleft .info-image {
  display: none;
  font-size: 17px;
}
.calculator .infobtnleft .error-icon {
  color: #ff367d;
  visibility: hidden;
  font-size: 16px;
  cursor: pointer;
}
.calculator .infobtnleft svg.error-icon {
  fill: #ff367d;
}
.calculator #errorImg_copies {
  display: none !important;
  /* Always hide because it overlaps text input */
}
.calculator .recommended_box {
  display: none;
}
.sidebar .calculator {
  background-color: white;
  /* Large screens only */
}
.sidebar .calculator .widget-title {
  margin-bottom: 10px;
}
.sidebar .calculator .popover.left,
.sidebar .calculator .popover.right {
  left: -100% !important;
  margin-left: -235px;
}
.sidebar .calculator .step {
  position: relative;
  margin-top: 15px;
}
.sidebar .calculator .step:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 10px;
  right: 10px;
  height: 1px;
  background-color: rgba(85, 85, 85, 0.25);
}
.sidebar .calculator .step:first-child:before {
  height: 0;
}
@media (max-width: 767px ) {
  .sidebar .calculator .step.step-price-time .form-group.large {
    text-align: right;
  }
  .sidebar .calculator .step.step-price-time .calculator-result {
    width: 64%;
    float: right;
  }
}
.sidebar .calculator .step-product .spinner {
  margin-top: -10px;
  position: relative;
  left: 0;
}
.sidebar .calculator .step-delivery label[for=deliveryOptionSunday] {
  display: block;
}
.sidebar .calculator .step-delivery .step-title {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}
.sidebar .calculator .step-delivery .form-group {
  padding-left: 20px;
}
.sidebar .calculator .step-delivery .radio {
  margin-top: 0;
}
.sidebar .calculator .step-delivery .hide-on-product-page {
  display: none !important;
}
.sidebar .calculator .step-title,
.sidebar .calculator .step-hidden,
.sidebar .calculator .stack-icon {
  display: none;
}
.sidebar .calculator .calculator-error-message {
  display: none !important;
  /* Always hide this in sidebare variant */
}
.sidebar .calculator .fancy-control-ui + label {
  display: block;
}
.sidebar .calculator .fancy-control-ui + label + .recommended {
  display: none;
}
@media (min-width: 768px ) {
  .sidebar .calculator {
    margin-top: -60px;
  }
}
@media (min-width: 768px ) {
  .sidebar .calculator .js-error-icon-button {
    display: none !important;
  }
  .sidebar .calculator .error-icon {
    display: none !important;
    /* Always hide because of usability */
  }
}
.calculator .js-product-options select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  color: var(--color-foreground);
  background-color: #fff;
  background-image: none;
  border: 1px solid var(--color-neutral);
  border-radius: 10px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-family: "Inter", sans-serif;
  background: white;
}
.calculator .js-product-options select:focus {
  border-color: #ffd900;
  outline: 0;
  box-shadow: 0px 0px 13px -6px rgba(255, 217, 0);
}
.calculator .js-product-options select::-moz-placeholder {
  color: var(--color-neutral-400);
  opacity: 1;
}
.calculator .js-product-options select:-ms-input-placeholder {
  color: var(--color-neutral-400);
}
.calculator .js-product-options select::-webkit-input-placeholder {
  color: var(--color-neutral-400);
}
.calculator .js-product-options select[disabled],
.calculator .js-product-options select[readonly],
fieldset[disabled] .calculator .js-product-options select {
  background-color: #f5f5f5;
  opacity: 1;
}
.calculator .js-product-options select[disabled],
fieldset[disabled] .calculator .js-product-options select {
  cursor: not-allowed;
}
textarea.calculator .js-product-options select {
  height: auto;
}
.calculator .js-product-options select[disabled] {
  cursor: default;
}
.calculator .js-product-options select:disabled {
  background-color: red;
}
.calculator .js-product-options select.deactive {
  background: #ededed;
  border: 1px solid #bbb;
  color: #bbb;
}
.calculator .js-product-options select option[value^="label"] {
  font-style: italic;
  font-size: 100%;
  font-weight: bold;
  color: black;
}
.calculator .js-product-options .option-value {
  padding-right: 0px;
  hyphens: auto;
  word-break: break-word;
}
section .calculator {
  margin-top: -60px;
  margin-bottom: 40px;
  background-color: white;
  /* Tablet & desktop specific */
  /* Mobile specific */
}
section .calculator .widget-title {
  text-align: center;
  padding: 10px 0;
}
@media (min-width: 768px ) {
  section .calculator {
    border: 1px solid rgba(85, 85, 85, 0.25);
  }
  section .calculator .calculator-product-page .popover.left,
  section .calculator .calculator-product-page .popover.right {
    left: 100% !important;
    margin-left: -1px;
  }
  section .calculator .calculator-product-page .step-title {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 22px;
    white-space: nowrap;
  }
  section .calculator .calculator-product-page .step-title small,
  section .calculator .calculator-product-page .step-title .small {
    font-weight: normal;
    line-height: 1;
    color: #6d6d6d;
  }
  section .calculator .calculator-product-page .step-title small,
  section .calculator .calculator-product-page .step-title .small {
    font-size: 75%;
  }
  section .calculator .calculator-product-page .steps {
    display: table;
    width: 100%;
  }
  section .calculator .calculator-product-page .step {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    display: table-cell;
    float: none !important;
    padding-top: 10px;
  }
  section .calculator .calculator-product-page .step:first-child {
    padding-left: 10px;
  }
  section .calculator .calculator-product-page .step:first-child:before {
    width: 0;
  }
  section .calculator .calculator-product-page .step:last-child {
    padding-right: 0;
  }
  section .calculator .calculator-product-page .step-delivery label[for=deliveryOptionSunday] {
    display: block;
    margin-left: 9%;
  }
  section .calculator .calculator-product-page .step-delivery .checkbox {
    padding-top: 10px;
  }
  section .calculator .calculator-product-page .step-delivery .popover.left,
  section .calculator .calculator-product-page .step-delivery .popover.right {
    left: auto !important;
    right: 100%;
    margin-right: -2px;
  }
  section .calculator .calculator-product-page .step-delivery .fast-checkbox {
    display: inline-block;
  }
  section .calculator .calculator-product-page .step-delivery .budget-checkbox {
    margin-left: 25px;
    display: inline-block;
  }
  section .calculator .calculator-product-page .step-price-time .btn {
    padding: 10px 16px;
    font-size: 22px;
    line-height: 1.3333333;
    border-radius: 12px;
  }
}
@media (min-width: 768px ) and (min-width: 768px) {
  section .calculator .calculator-product-page .step {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px ) and (max-width: 767px ) {
  section .calculator .calculator-product-page .step {
    display: block;
    float: left;
  }
  section .calculator .calculator-product-page .step:before {
    width: 0;
  }
}
@media (max-width: 767px ) {
  section .calculator {
    margin-top: -30px;
  }
  section .calculator .widget-title {
    padding-bottom: 0;
  }
  section .calculator .calculator-product-page .popover.left,
  section .calculator .calculator-product-page .popover.right {
    left: -100% !important;
    margin-left: -235px;
  }
  section .calculator .calculator-product-page .step {
    position: relative;
    margin-top: 15px;
  }
  section .calculator .calculator-product-page .step:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: rgba(85, 85, 85, 0.25);
  }
  section .calculator .calculator-product-page .step:first-child:before {
    height: 0;
  }
  section .calculator .calculator-product-page .step-product .spinner {
    margin-top: -10px;
    position: relative;
    left: 0;
  }
  section .calculator .calculator-product-page .step-delivery label[for=deliveryOptionSunday] {
    display: block;
  }
  section .calculator .calculator-product-page .step-delivery .step-title {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }
  section .calculator .calculator-product-page .step-delivery .form-group {
    padding-left: 20px;
  }
  section .calculator .calculator-product-page .step-delivery .radio {
    margin-top: 0;
  }
  section .calculator .calculator-product-page .step-delivery .hide-on-product-page {
    display: none !important;
  }
  section .calculator .calculator-product-page .step-title,
  section .calculator .calculator-product-page .step-hidden,
  section .calculator .calculator-product-page .stack-icon {
    display: none;
  }
  section .calculator .calculator-product-page .calculator-error-message {
    display: none !important;
    /* Always hide this in sidebare variant */
  }
}
@media (max-width: 767px ) and (max-width: 767px ) {
  section .calculator .calculator-product-page .step.step-price-time .form-group.large {
    text-align: right;
  }
  section .calculator .calculator-product-page .step.step-price-time .calculator-result {
    width: 64%;
    float: right;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .calculator textarea {
    min-height: 36px;
  }
}
.calculator-homepage .popover.left,
.calculator-homepage .popover.right {
  left: 100% !important;
  width: 86% !important;
  min-width: 0px !important;
}
@media only screen and (max-width: 1279px) {
  .calculator-homepage .popover.left .arrow,
  .calculator-homepage .popover.right .arrow {
    left: unset;
    right: -11px;
    transform: rotate(180deg);
  }
}
@media only screen and (max-width: 1279px) {
  .calculator-homepage .popover.left,
  .calculator-homepage .popover.right {
    left: 0 !important;
  }
}
.calculator-homepage .step-product .spinner {
  margin-top: -10px;
  position: relative;
  left: 0;
}
.calculator-homepage .step-delivery label[for=deliveryOptionSunday] {
  display: block;
}
.calculator-homepage .step-delivery .step-title {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  display: none !important;
}
.calculator-homepage .step-delivery .form-group {
  padding-left: 20px;
}
.calculator-homepage .step-delivery .radio {
  margin-top: 0;
}
.calculator-homepage .step-title,
.calculator-homepage .step-hidden,
.calculator-homepage .stack-icon {
  display: none;
}
.calculator-homepage .calculator-error-message {
  display: none !important;
  /* Always hide this in sidebare variant */
}
.calculator-homepage .calculator-title {
  display: block !important;
}
.calculator-homepage .calculator {
  background-color: white;
}
.calculator-homepage .form-control {
  border: 1px solid #d4d4d4;
  font-weight: normal;
  padding: 6px 12px;
  width: 100%;
}
.calculator-homepage .form-control:focus {
  border: 1px solid #38ccff;
}
section .calculator .step-title {
  font-weight: 500;
}
.section {
  padding: 40px 0;
}
.container > .section {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1220px ) {
  .container > .section {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section .section-title {
  /**
        * Distances between sections and section-titles should be the same
        * But because each font renders spacing differently this is hard
        * to achieve.
        *
        * That's why you see some arbitrary numbers here.
        *
        * Read more: https://medium.com/@microsoft-design/d082d84b202
        */
  font-size: 32px;
  line-height: 1;
  text-align: center;
  margin-top: -4px;
  margin-bottom: 40px;
}
.section .section-title + .section-intro {
  margin-top: -8px;
}
.section-intro {
  text-align: center;
  margin: 0 20px 30px 20px;
}
.section-title {
  font-weight: 500;
  font-size: 21px;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}
.section-white {
  background-color: white;
}
.section-stroke {
  background-color: #ffd900;
  color: white;
  padding: 20px 0;
  margin-top: 30px;
}
.section-stroke .svg-streep {
  bottom: -5px;
}
.margin-bottom-container {
  margin-bottom: 60px;
}
.panel-group .panel {
  margin-bottom: 20px;
}
.panel-heading-with-link {
  padding: 0;
}
.panel-heading-with-link a {
  display: block;
  padding: 12px 18px;
}
.panel-heading-with-link a:hover {
  border-bottom: 0 !important;
  color: #ffd900;
}
.panel-heading-with-link .chevron-down-icon,
.panel-heading-with-link .icon-toggle {
  float: right;
}
.panel-title {
  font-size: 15px;
}
.panel-body p:last-child {
  margin-bottom: 0;
}
.breadcrumb {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0;
  font-size: 85%;
  border-bottom: 1px solid #e7e7e7;
}
.main .breadcrumb {
  margin-top: -20px;
}
@media (max-width: 1220px ) {
  .breadcrumb {
    height: 40px;
  }
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > li.current {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.breadcrumb > .active {
  color: #6d6d6d;
}
/* Used within masthead */
.usps-bar {
  transition: 0.5s linear opacity;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  color: black;
  font-size: 16px;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767px ) {
  .usps-bar {
    display: none;
  }
}
.usps-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 60px;
}
.usps-bar ul _:-ms-fullscreen,
:root .usps-bar ul {
  justify-content: space-around;
}
.usps-bar .svg-streep {
  height: 10px;
  bottom: -3px;
}
/* Used on homepage & sidebar widget */
.usp-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.usp-list-item {
  position: relative;
  margin: 40px 0 0 40px;
  z-index: 1;
}
.usp-list-item .svg-checkmark {
  position: absolute;
  width: 65px;
  height: 65px;
  top: -30px;
  left: -40px;
  z-index: -1;
}
.usp-list-item .svg-streep {
  display: none;
}
.section .usps .widget-title {
  display: none;
}
@media (min-width: 768px ) {
  .section .usps .usp-list-item {
    margin-top: -20px;
    margin-bottom: -20px;
  }
}
.sidebar .usps .usp-list-item {
  font-size: 14px;
}
@media (min-width: 768px ) {
  .section .usp-list {
    display: flex;
  }
  .section .usp-list-item {
    flex: 1 1 0;
  }
}
.media-items {
  margin-top: 30px;
}
.media-items .media {
  margin-bottom: 20px;
}
.media-items .media:after {
  display: block;
  content: "";
  height: 1px;
  background-color: var(--color-neutral);
  width: 70%;
}
.media-items .media-heading {
  font-weight: 500;
  margin-bottom: 0;
}
.media-items .media-bottom {
  margin-bottom: 10px;
}
.media-list {
  margin-bottom: 0;
  /*  Required class for Bootstrap accordion functionality. Reset it defined styles */
  /* Give collapsing content extra space when within sidebar */
}
.media-list .media {
  clear: both;
}
.media-list .media-hover {
  cursor: pointer;
}
.media-list .media-hover a {
  border-bottom: 1px dotted;
}
.media-list .media-heading {
  position: relative;
  line-height: 18px;
}
.media-list .media-heading .icon-dot {
  /* Used for customer support online/offline indicator */
  position: absolute;
  right: 0;
  margin-top: 2px;
}
.media-list .panel {
  background-color: inherit;
  box-shadow: none;
  border-radius: 0;
}
.sidebar .media-list .collapsing,
.sidebar .media-list .collapse {
  position: relative;
  z-index: 301;
  width: 200%;
  float: right;
  background: white;
  border: 1px solid #e7e7e7;
}
.sidebar .media-list .collapsing p,
.sidebar .media-list .collapse p {
  padding: 10px;
}
.sidebar .media-list .collapsing a,
.sidebar .media-list .collapse a {
  border-bottom: 1px dotted;
}
.sidebar .media-list .collapsing a:hover,
.sidebar .media-list .collapse a:hover {
  color: #ffd900;
}
.media.panel {
  overflow: visible;
  /* Needed for rotating carret */
}
.media-icon {
  font-size: 150%;
  width: 25px;
}
.label-primary {
  background-repeat: repeat-x;
  background-image: linear-gradient(190deg, #53a3e0, var(--color-primary));
}
.label-secondary {
  background-repeat: repeat-x;
  background-image: linear-gradient(190deg, #e03091, var(--color-secondary));
}
.label-success {
  background-repeat: repeat-x;
  background-image: linear-gradient(190deg, #59ce7d, var(--color-success));
}
.label-danger {
  background-repeat: repeat-x;
  background-image: linear-gradient(190deg, #da5359, var(--color-error));
}
.label-light {
  background-color: white;
  border: 1px solid #c3c3c3;
  color: #7a7a7a;
}
.label-dark {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
}
.popover {
  padding: 0;
  min-width: 475px;
  box-shadow: none;
}
.popover .popover-close {
  float: right;
  color: #fff;
  padding: 12px;
}
.popover .popover-close:hover {
  color: #cdcdcd;
  cursor: pointer;
}
@media (max-width: 767px) {
  .popover {
    min-width: 240%;
    color: #24212b;
  }
}
.box .popover.top {
  min-width: auto;
}
.box .popover.share_permalink-box {
  min-width: 320px;
}
.box .popover.share_permalink-box .arrow {
  left: 73%;
}
.navbar-homepage .popover.bottom {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  margin-right: 10px;
  min-width: 0 !important;
}
.navbar-homepage .popover.bottom > .arrow {
  left: 25px !important;
}
.popover-title {
  color: white;
  padding: 12px 14px;
  border-bottom-width: 0;
}
.header > .alert {
  max-width: 1600px;
  margin: 0 auto;
}
.header .masthead:not(.hidden) + .alert {
  position: absolute;
  top: 200px;
  z-index: 2;
  left: 10px;
  right: 10px;
}
@media (max-width: 767px ) {
  .header .masthead:not(.hidden) + .alert {
    top: 100px;
  }
}
.header .masthead.hidden + .alert {
  position: relative;
  top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1220px ) {
  .header .masthead.hidden + .alert {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.banner {
  position: relative;
  background-color: #1e1e1e;
  color: white;
  padding: 30px 0;
  line-height: 1.5;
  font-size: 19px;
  overflow: hidden;
}
.banner .row {
  display: flex;
  align-items: center;
}
@media (max-width: 767px ) {
  .banner .row {
    flex-direction: column;
    text-align: center;
  }
}
.banner p {
  margin: 0;
  /* Improves flexbox aligment */
}
.banner-title {
  font-size: 35px;
  font-weight: 500;
  line-height: inherit;
  margin: 0 20px;
}
@media (max-width: 767px ) {
  .banner-title {
    margin-bottom: 20px;
  }
}
.review {
  display: block;
}
@media (min-width: 768px ) {
  .review {
    border-left: 1px solid #e2e2e2;
    padding-left: 20px;
  }
}
@media (max-width: 767px ) {
  .review {
    word-break: break-word;
    /* Fix for long words that introduce horizontal scrollbar on small screens */
    margin-bottom: 20px;
  }
}
.review:hover {
  border-bottom: 0 !important;
}
.review:hover .review-title {
  color: #ffd900;
}
.review-date {
  font-size: 14px;
}
.review-author {
  font-weight: 500;
  margin-bottom: 5px;
}
.review-star {
  color: #ffd900;
}
@media (min-width: 480px ) {
  .review-star {
    margin-right: 0.25em;
  }
}
.review-star-inactive {
  color: #d5dce4;
}
@media (min-width: 480px ) {
  .review-star-inactive {
    margin-right: 0.25em;
  }
}
.review-title {
  margin: 0 0 10px 0;
  font-size: 19px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.review-score {
  margin: 5px 0 10px;
  white-space: nowrap;
}
.news-title {
  margin-bottom: 0;
}
@media (min-width: 768px ) {
  .news-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
  }
}
.news-image {
  display: block;
  width: calc(100% + (20px * 2));
  height: auto;
  margin-left: -20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.news-body {
  margin-bottom: 20px;
}
body.cart-busy--edit #Waiting,
body.cart-busy--add #Waiting {
  display: none !important;
}
.cart {
  /**
     * Override Bootstrap styles below
     */
}
.cart .alert {
  padding: 8px;
  margin-bottom: 10px;
  font-size: 88%;
}
.cart .alert a {
  border-bottom: 1px dotted;
}
.cart em {
  transform: skewX(-7deg) translateY(-1px);
  display: inline-block;
}
.cart .text-success {
  color: #28a745;
}
.cart .text-warning {
  color: #ffc107;
}
.cart:not(.wrap-tooltip) .tooltip:not(.top, .bottom) {
  white-space: nowrap;
}
.cart-title {
  font-size: 18px;
}
.cart-text-small {
  font-size: 13px;
}
.cart-text {
  margin: 10px;
}
.cart-specification {
  display: flex;
  justify-content: space-between;
}
.cart-specification--sum {
  border-top: 1px solid #e7e7e7;
  margin-top: 3px;
  padding-top: 3px;
  padding-bottom: 10px;
  font-weight: bold;
}
.cart-specification-key {
  text-overflow: ellipsis;
  overflow: hidden;
}
.cart-scrollable {
  max-height: calc(100vh - 460px);
  overflow-x: auto;
  overflow-y: auto;
  box-sizing: border-box;
  width: 100%;
  min-height: 64px;
}
.cart-scrollable::-webkit-scrollbar {
  width: 15px;
}
.cart-scrollable--indicate-scroll {
  min-height: 100px;
}
.cart-loader {
  position: absolute;
  left: 12px;
  bottom: 10px;
}
.cart-error {
  font-size: 12px;
  color: #ef4444;
}
.cart-product {
  display: flex;
  padding: 1px 10px 1px 0;
  will-change: background-color;
  transition: background-color 0.1s ease-in;
  border-bottom: 1px solid #e7e7e7;
}
.cart-product:first-child {
  border-top: 1px solid #e7e7e7;
}
.cart-product.v-transition {
  position: relative;
  z-index: 2;
  background-color: white;
}
.cart-product.custom-transition {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  z-index: 1;
}
.cart-product--editing {
  background-color: #ffe8a9 !important;
  color: #24212b !important;
}
.cart-product--editing .cart-product-name {
  color: #24212b !important;
}
.cart-product--editing .cart-product-name:hover {
  color: #24212b !important;
  border-color: #24212b !important;
}
.cart-product--editing i {
  color: #24212b !important;
}
.cart-product--editing i:hover {
  color: #24212b !important;
}
.cart-product--deleting {
  background-color: #ffbda9 !important;
  color: #24212b;
}
.cart-product--deleting .cart-product-name {
  color: #24212b !important;
}
.cart-product--deleting .cart-product-name:hover {
  color: #24212b !important;
  border-color: #24212b !important;
}
.cart-product--deleting i {
  color: #24212b !important;
}
.cart-product--deleting i:hover {
  color: #24212b !important;
}
.cart-product--toggled .chevron-down-icon {
  transform: rotate(180deg);
  opacity: 1;
}
.cart-product--toggled .cart-product-description-text {
  margin-right: -48px;
}
.cart-product-image {
  position: relative;
  display: flex;
  width: 50px;
  height: 64px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  flex-shrink: 0;
  cursor: default;
}
.cart-product-image .exclamation-triangle-icon {
  position: absolute;
  bottom: 14px;
  right: 12px;
  font-size: 13px;
  color: #939393;
}
.cart-product-image > img {
  width: 100%;
  height: auto;
  margin: auto;
}
.cart-product-image-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  max-width: 300px;
  background-color: white;
  border: 1px solid #e7e7e7;
  transition: transform 0.25s ease-in-out, opacity 0.25s linear;
  opacity: 0;
  transform-origin: right top;
  will-change: opacity;
  pointer-events: none;
}
.cart-product-image-popup--show {
  opacity: 1;
  pointer-events: auto;
}
.cart-product-image-popup .label {
  position: absolute;
  bottom: 10px;
  left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transform: translate3d(0, 0, 0);
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart-product-description {
  flex-shrink: 1;
  flex-grow: 1;
  width: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cart-product-number {
  display: inline-block;
}
.cart-product-number input {
  width: 40px;
  border-radius: 4px;
  border: 1px solid #969696;
  color: #24212b !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  font-family: Barlow, Helvetica, Arial, sans-serif;
  padding: 1px 4px;
}
.cart-product-number a,
.cart-product-number button {
  border: none;
  background: none;
  padding: 2px;
}
.cart-product-number a:hover,
.cart-product-number button:hover {
  color: #ffd900;
}
.cart-product-extra {
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 45px;
}
.cart-product-name {
  display: inline-block;
  line-height: normal;
}
.cart-visibility-toggle {
  will-change: opacity;
  opacity: 0;
  transition: opacity 0.1s ease-in;
}
.cart-product:hover .cart-visibility-toggle,
.cart-title-link:hover .cart-visibility-toggle,
.cart-specification:hover .cart-visibility-toggle {
  opacity: 1;
}
.cart-visibility-inline-toggle {
  will-change: opacity;
  opacity: 0;
  transition: opacity 0.1s ease-in;
}
.cart-product-description-amount:hover .cart-visibility-inline-toggle {
  opacity: 1;
}
.cart-add-to-cart-animation {
  position: fixed;
  z-index: 99999;
  opacity: 1;
  pointer-events: none;
  transition: all 0.7s cubic-bezier(0.5, 1, 0.89, 1);
  display: flex;
  color: white;
  align-items: center;
  justify-content: center;
  background-color: #db5992;
  border-radius: 10px;
}
.cart-add-product {
  float: right;
  background-color: var(--color-primary);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
  transition: transform 0.5s linear;
  will-change: transform;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-add-product:hover {
  filter: brightness(0.88);
}
.cart-add-product i {
  color: #fff;
}
.cart-add-product--active {
  transform: rotate(45deg);
}
.cart-popup {
  position: relative;
  background-color: white;
  padding: 15px;
  border-radius: 10px;
  box-shadow: -1px 6px 8px rgba(0, 0, 0, 0.175);
  cursor: default;
  /**
     * Override Bootstrap styles below
     */
}
.cart-popup:before,
.cart-popup:after {
  content: " ";
  display: table;
}
.cart-popup:after {
  clear: both;
}
.cart-popup:before,
.cart-popup:after {
  content: " ";
  display: table;
}
.cart-popup:after {
  clear: both;
}
.cart-popup--animate {
  opacity: 0;
  transform: scale(0);
  transform-origin: right top;
  transition: transform 0.12s ease-in-out, opacity 0.12s ease-in-out;
  will-change: opacity, transform;
}
.cart-popup--animate-show {
  opacity: 1;
  transform: scale(1);
}
.cart-popup--inner-cart {
  position: absolute;
  top: 0;
  right: 100%;
  width: 720px;
}
@media (max-width: 991px ) {
  .cart-popup--inner-cart {
    width: 520px;
  }
}
.cart-popup--inner-overlay {
  width: 780px;
  min-height: 680px;
  margin: auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #7d7d7d;
  border-radius: 15px;
  box-shadow: 0px 0px 9px 1px rgba(1, 1, 1, 0.25);
}
.cart-popup .btn-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-popup .btn-block .chevron-right-icon {
  margin-left: 4px;
  margin-top: 6px;
}
.cart-popup-title {
  margin: 0 0 10px;
}
.cart-popup-close {
  position: absolute;
  top: 10px;
  right: 11px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-popup-close:hover {
  color: #ffd900 !important;
  border-bottom: 0 !important;
}
.cart-border-top {
  border-top: 1px solid #e7e7e7;
}
body.modal-open .cart-overlay {
  overflow-y: scroll;
  overflow-x: auto;
}
.cart-overlay--animate {
  /**
         * These CSS properties can look a bit strange,
         * but everything is carefully written to make the
         * animation perform good and consistent in every browser
         */
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  will-change: opacity;
}
.cart-overlay--animate-show {
  visibility: visible;
  height: auto;
  display: flex;
  opacity: 1;
}
.cart-overlay--animate-show .cart-popup {
  animation-delay: 0.25s;
  animation-duration: 0.15s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
/* Warning box */
.error_1 {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  padding: 16px 16px 16px 24px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  background-color: #fffbeb;
  border-color: transparent;
  color: #b45309;
  color: inherit;
}
.error_1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 8px;
}
.error_1 svg {
  display: inline !important;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 4px;
  flex-shrink: 0;
}
.error_1 hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.error_1 .alert-link {
  color: #833d07;
}
.error_1::before {
  background-color: #d97706;
}
.error_1 svg {
  fill: #d97706;
}
.error_1 .spinner {
  display: block;
  /* Show spinner. Because initially hidden */
}
/* Danger box */
.error_2 {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  padding: 16px 16px 16px 24px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  background-color: #fef2f2;
  border-color: transparent;
  color: #b91c1c;
  color: inherit;
}
.error_2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 8px;
}
.error_2 svg {
  display: inline !important;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 4px;
  flex-shrink: 0;
}
.error_2 hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.error_2 .alert-link {
  color: #8d1515;
}
.error_2::before {
  background-color: #dc2626;
}
.error_2 svg {
  fill: #dc2626;
}
/* Success box */
.error_3 {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  padding: 16px 16px 16px 24px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  background-color: #f0fdf4;
  border-color: transparent;
  color: #15803d;
  color: inherit;
}
.error_3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 8px;
}
.error_3 svg {
  display: inline !important;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 4px;
  flex-shrink: 0;
}
.error_3 hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.error_3 .alert-link {
  color: #0e5428;
}
.error_3::before {
  background-color: #16a34a;
}
.error_3 svg {
  fill: #16a34a;
}
/* Info box */
.error_4 {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  padding: 16px 16px 16px 24px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  background-color: #f4faff;
  border-color: transparent;
  color: #0e7490;
  color: inherit;
}
.error_4::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 8px;
}
.error_4 svg {
  display: inline !important;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 4px;
  flex-shrink: 0;
}
.error_4 hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.error_4 .alert-link {
  color: #094f62;
}
.error_4::before {
  background-color: #116fda;
}
.error_4 svg {
  fill: #116fda;
}
/**
 * Inspired by Materialize.css
 * @see https://materializecss.com/pulse.html
 * @see https://github.com/Dogfalo/materialize/blob/v1-dev/sass/components/_pulse.scss
 */
.pulse {
  overflow: visible;
  position: relative;
}
.pulse::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  transition: opacity 0.5s, transform 0.5s;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}
@keyframes pulse-animation {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
.nav-tabs > li > a {
  color: #1e1e1e;
}
.nav-tabs > li > a:hover {
  color: black;
}
.product-tabs .tab-content {
  border: 1px solid #ccc;
}
.product-tabs .nav-tabs {
  margin-top: 30px;
  margin-bottom: -2px;
}
.product-tabs .nav-tabs > li:not(.active):after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: white;
}
.product-tabs .nav-tabs > li.active > a {
  border-color: #ccc;
  border-bottom: 0;
}
.product-tabs .nav-tabs > li.active > a:active {
  outline: 0;
}
.ui-datepicker {
  padding: 15px;
  background-color: white;
  border-radius: 6px;
  width: 300px;
  box-shadow: 0 0px 20px -3px rgba(0, 0, 0, 0.16);
  z-index: 6 !important;
}
.ui-datepicker .ui-datepicker-header {
  border: 0px;
  background-color: white;
  color: #24212b;
  font-family: 'barlow';
  font-weight: 500;
  display: flex;
  justify-content: center;
  padding: 0px 0px 15px 0px;
  border-bottom: 1px solid #d5d5d5;
}
.ui-datepicker a:not(.btn) {
  border-bottom: 0px;
}
.ui-datepicker td {
  text-align: center;
  padding: 5px 0px;
}
.ui-datepicker th {
  text-align: center;
  padding-bottom: 15px;
  padding-top: 5px;
  color: #707070;
}
.ui-datepicker .ui-icon svg {
  width: 8px;
  cursor: pointer;
  transition: 0.1s ease-in all;
}
.ui-datepicker .ui-icon svg:hover {
  fill: #FF367D;
}
.ui-state-hover {
  border: 0px;
  background-color: #ff367d20;
  border-radius: 6px;
}
.ui-datepicker-prev {
  position: absolute;
  left: 20px;
}
.ui-datepicker-next {
  position: absolute;
  right: 20px;
}
.ui-state-default {
  padding: 8px 10px;
  width: 40px;
  height: 40px;
  display: inline-block;
  transition: 0.1s all ease-in;
}
.ui-datepicker .ui-state-active {
  background-color: #FF367D;
  border-radius: 6px;
  color: white;
  font-weight: bold;
}
tbody tr .ui-datepicker-today a:not(.btn) {
  border: 1px solid #FF367D;
  border-radius: 6px;
}
.ui-state-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.ui-datepicker td .ui-state-hover {
  background-color: #ff367d30;
  border-radius: 6px;
}
@media only screen and (max-width: 768px) {
  .ui-datepicker {
    z-index: 6 !important;
  }
}
.smallform-module {
  background-color: #ffffff;
  margin: 15px auto 0px auto;
  padding: 15px;
  max-width: 450px;
  border-radius: 6px;
}
.smallform-btn {
  width: 100%;
  padding: 12px 18px;
  font-size: 19px;
  margin-top: 15px;
}
.smallform-title {
  font-size: 22px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  .smallform-module {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 450px) {
  .smallform-module {
    padding: 30px;
  }
  .smallform-title {
    font-size: 32px;
  }
}
.finishing-container {
  display: flex;
  max-width: 1180px;
  margin: 120px auto;
  justify-content: space-between;
  align-items: center;
  padding: 0px 30px;
  box-sizing: content-box;
  gap: 15px;
  overflow: hidden;
}
.finishing-fast-calculate {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  flex: 1 1;
}
@media only screen and (max-width: 922px) {
  .finishing-fast-calculate {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .finishing-container {
    flex-direction: column;
  }
  .finishing-fast-calculate {
    flex-direction: row-reverse;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 640px) {
  .finishing-container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 500px) {
  .finishing-fast-calculate {
    flex-direction: column;
    align-items: center;
  }
}
/* File button */
.filebutton {
  /*border: 1px solid #cdcdcd;*/
  display: inline-block;
  /*width: 55px;*/
  height: 55px;
  text-align: center;
  float: left;
  margin-right: 3px;
}
.filebutton img {
  /*display: none;*/
  max-height: 55px;
  /*max-width: 55px;*/
  border: 1px solid lightgrey;
}
.filebutton .spinner {
  display: inline-block;
  text-align: center;
  position: relative;
  vertical-align: middle;
}
/* Use a wrapper to make sure we only style within the legacy pages */
.page-legacy {
  /* Popover styling */
  /* Delivery requirements link */
  /* Delivery requirements details */
  /* Page title */
  /* Section title */
  /* Dont show dotted underline for images in cart */
  /* Error container */
  /* Tab/step navigation */
  /* Who actually uses <font> these days? */
  /* Next & prev buttons */
  /* Previous step button */
  /* Next step button */
  /* Clearfix */
  /* Error box */
  /* Toggle "Aanlevervoorwaarden" in lightbox */
  /* Warning boxes */
  /* Emphasize text */
  /* Colorize text */
  /* Spacing between TR rows (eg. prices table) */
  /* Seperator line top */
  /* Seperator line bottom */
  /* Uploaded files list */
  /* Show/hide details toggle */
  /* Specific list styles */
  /*  Help text within lightbox */
  /* Errors container */
  /* Initially hide info boxes */
  /* Seems like unused invalidate messages which causes grid misalignment */
  /* Order list ("Winkelmandje") */
  /* Favorites and previously chosen products */
  /* prijs en levertijden table */
  /* Hide double estimated delivery date */
  /* Is this actually used?? */
  /* Payment images on last step (eg. iDeal, visa etc.) */
  /* Override style */
  /* Override .container class styles */
  /* Order completed page */
  /* Favorites / Recently ordered articles list */
  /* Producct chooser menu */
  /* Price difference message box */
}
.page-legacy .content-hidden-sidebar input[name="couponcode"],
.page-legacy .content-hidden-sidebar input[name="btnActivateCouponcode"] {
  display: none;
}
.page-legacy .popover.left {
  margin-left: 0;
}
.page-legacy .popover.right {
  margin-left: 10px;
}
.page-legacy .popover.right.modern {
  left: unset !important;
}
.page-legacy .popover.bottom {
  /*left: 0px !important;*/
  width: 100% !important;
}
.page-legacy .show_del_info_btn:before {
  font-weight: normal;
  font-size: 0.75em;
  margin-right: 10px;
}
.page-legacy .show_del_info {
  display: none;
  /* Initially hide and toggle through JS */
}
.page-legacy .article_header h1:not(.tailwind-heading) {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: normal;
  text-align: center;
  text-align: left;
}
.page-wrap .page-legacy .article_header h1:not(.tailwind-heading) {
  text-align: left;
}
.page-legacy .article_header h1:not(.tailwind-heading) a {
  text-decoration: none;
  font-size: 13px;
  color: #6d6d6d;
  border: none;
  padding: 2px 6px;
}
.page-legacy .article_header h1:not(.tailwind-heading) a:hover {
  border: none;
}
.page-legacy .article_header h1:not(.tailwind-heading) a i {
  position: absolute;
  top: 5px;
}
.page-legacy .article h5:not(.tailwind-heading) {
  font-size: var(--font-size-lg);
  font-weight: 700;
  font-family: var(--font-family-heading);
  margin-top: 10px;
  margin-bottom: var(--spacing-sm);
}
.page-legacy .preview_image {
  border: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9 !important;
}
.page-legacy .errors {
  display: none;
  /* Initially hidden needed for order action JS requirement */
}
@media (max-width: 767px ) {
  .page-legacy .article_menu_step {
    display: none;
  }
}
.page-legacy .article_menu {
  position: relative;
  margin-bottom: 60px;
  counter-reset: listCounter;
  overflow: visible;
  clear: both;
  min-height: 60px;
  display: flex;
  margin-top: 24px;
}
.page-legacy .article_menu:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  background-color: #1e1e1e;
  height: 1px;
  z-index: 0;
}
.page-legacy .article_menu .btn {
  position: relative;
  display: block;
  float: left;
  color: var(--color-foreground);
  width: 25%;
  padding-top: 25px;
  box-shadow: none;
  font-weight: normal;
  overflow: visible;
  text-overflow: ellipsis;
  border-bottom: 0 !important;
  z-index: 1;
  /* Inactive/disabled state */
}
@media (max-width: 767px ) {
  .page-legacy .article_menu .btn {
    font-size: 14px;
    overflow: visible;
    text-overflow: clip;
  }
  .page-legacy .article_menu .btn:after {
    counter-increment: listCounter;
    content: counter(listCounter);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1e1e1e;
    font-size: 10px;
  }
}
.page-legacy .article_menu .btn:hover {
  color: #ffd900;
  cursor: pointer;
}
.page-legacy .article_menu .btn:before,
.page-legacy .article_menu .btn:after {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
}
.page-legacy .article_menu .btn:before {
  content: "";
  display: block;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #1e1e1e;
}
.page-legacy .article_menu .btn.active:after {
  color: white;
}
.page-legacy .article_menu .btn.active:before {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.page-legacy .article_menu .btn.lightgrey {
  cursor: default;
  color: rgba(30, 30, 30, 0.5);
}
.page-legacy font {
  font-size: inherit !important;
  /* Don't make it smaller or bigger */
}
.page-legacy button.right[disabled]:after,
.page-legacy button.back[disabled]:after,
.page-legacy button.right.disabled:after,
.page-legacy button.back.disabled:after,
.page-legacy button.right[disabled]:before,
.page-legacy button.back[disabled]:before,
.page-legacy button.right.disabled:before,
.page-legacy button.back.disabled:before {
  display: none;
}
.page-legacy button.right:after {
  margin-left: 0.75em;
}
.page-legacy .clear:before,
.page-legacy .clear:after {
  content: " ";
  display: table;
}
.page-legacy .clear:after {
  clear: both;
}
.page-legacy .clear:before,
.page-legacy .clear:after {
  content: " ";
  display: table;
}
.page-legacy .clear:after {
  clear: both;
}
.page-legacy .infobtnleft {
  margin-top: 3px;
  width: 17px;
  height: 17px;
  float: right;
  display: block;
  border: none !important;
  /* Link hover */
  /* Dialog icons */
  /* Information dialog icon */
  /* Validation dialog icon */
}
.page-legacy .infobtnleft:hover {
  color: var(--color-primary) !important;
}
.page-legacy .infobtnleft:focus,
.page-legacy .infobtnleft:focus-visible {
  outline: none;
}
.page-legacy .infobtnleft .error-icon,
.page-legacy .infobtnleft .info-image {
  float: right;
  width: 17px;
  height: 17px;
  margin-left: 5px;
  cursor: pointer;
}
.page-legacy .infobtnleft .info-image {
  display: none;
  font-size: 17px;
}
.page-legacy .infobtnleft .error-icon {
  color: #ff367d;
  visibility: hidden;
  font-size: 16px;
  margin-right: 8px;
  margin-top: 3px;
}
.page-legacy .infobtnleft svg.error-icon {
  fill: #ff367d;
}
.page-legacy .fixed > .error_2,
.page-legacy .errors > div {
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-legacy .fixed > .error_2.white-bg,
.page-legacy .errors > div.white-bg {
  background: white;
}
.page-legacy .extra_angle-down {
  margin-left: 5px;
}
.page-legacy .extra_link.active .angle-right-icon,
.page-legacy .extra_link.active .caret-right-icon {
  transform: rotate(90deg);
}
.page-legacy .extra_link.active .angle-down-icon,
.page-legacy .extra_link.active .caret-down-icon,
.page-legacy .extra_link.active .chevron-down-icon,
.page-legacy .extra_link.active .extra_angle-down > svg {
  transform: rotate(180deg);
}
.page-legacy .errors1 > div {
  position: relative;
}
.page-legacy .errors1 > div .message-close {
  position: absolute;
  top: 0px;
  right: 0px;
  border-bottom: none;
  padding: 5px 15px;
}
.page-legacy #delivery_condition_change {
  background-color: #fffbeb;
  border-color: transparent;
  color: #b45309;
  position: relative;
}
.page-legacy #delivery_condition_change hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.page-legacy #delivery_condition_change .alert-link {
  color: #833d07;
}
.page-legacy #delivery_condition_change .message-close {
  position: absolute;
  top: 0px;
  right: 0px;
  border-bottom: none;
  padding: 5px 15px;
}
.page-legacy .medium {
  font-weight: 500;
}
.page-legacy .bold {
  font-weight: 700;
}
.page-legacy .blue {
  color: #06b6d4;
}
.page-legacy .tr_anonymous td,
.page-legacy .big-spacing-top td {
  padding-top: 15px;
}
.page-legacy .xl-spacing-top td {
  padding-top: 19px !important;
}
.page-legacy .tr_invoice_copy td,
.page-legacy .big-spacing-both td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.page-legacy td.border-top,
.page-legacy .border-top td {
  border-top: 1px solid #eeeeee;
}
.page-legacy .border-top td {
  padding-top: 15px;
}
.page-legacy td.border-bottom,
.page-legacy .border-bottom td {
  border-bottom: 1px solid #eeeeee;
}
.page-legacy .border-bottom td {
  padding-bottom: 15px;
}
.page-legacy table.document_list {
  position: relative;
}
.page-legacy table.document_list tr {
  display: table;
  width: 100%;
}
.page-legacy td.file_name_td {
  padding-top: 10px;
  width: 95%;
}
.page-legacy td.file_name_td span {
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}
.page-legacy td.uploadstatus {
  padding-top: 10px;
}
.page-legacy .hide_show {
  border: 0 !important;
}
.page-legacy #deliverydetails {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-legacy .extra_info_text {
  display: none;
}
.page-legacy .fixed-error {
  clear: both;
}
.page-legacy .infoboxleft {
  display: none !important;
}
.page-legacy .infobox {
  display: none;
}
.page-legacy .order_table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.page-legacy .order_table > thead > tr > th,
.page-legacy .order_table > tbody > tr > th,
.page-legacy .order_table > tfoot > tr > th,
.page-legacy .order_table > thead > tr > td,
.page-legacy .order_table > tbody > tr > td,
.page-legacy .order_table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid transparent;
}
.page-legacy .order_table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid transparent;
}
.page-legacy .order_table > caption + thead > tr:first-child > th,
.page-legacy .order_table > colgroup + thead > tr:first-child > th,
.page-legacy .order_table > thead:first-child > tr:first-child > th,
.page-legacy .order_table > caption + thead > tr:first-child > td,
.page-legacy .order_table > colgroup + thead > tr:first-child > td,
.page-legacy .order_table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.page-legacy .order_table > tbody + tbody {
  border-top: 2px solid transparent;
}
.page-legacy .order_table .table {
  background-color: #f6f6f7;
}
.page-legacy .order_table > tbody > tr:nth-of-type(odd) {
  background-color: #f6f6f6;
}
.page-legacy .lightbox_prods:hover .text-wrap {
  border-bottom: 1px dotted;
}
.page-legacy .align-right {
  text-align: right;
}
.page-legacy #article_price_tabel {
  position: relative;
  padding-top: 10px;
  min-height: 132px;
  border-bottom: 1px solid #eeeeee;
  min-height: 116px;
}
.page-legacy #tablePriceDelivery td {
  padding-top: 2px;
  padding-bottom: 2px;
}
.page-legacy #tablePriceDelivery .spacing-top td {
  padding-top: 6px;
}
.page-legacy #tablePriceDelivery .spacing-bottom td {
  padding-bottom: 4px;
}
.page-legacy #tablePriceDelivery .big-spacing-top td {
  padding-top: 18px;
}
.page-legacy #tablePriceDelivery .big-spacing-top:nth-child(2) td {
  padding-top: 11px;
}
.page-legacy #tablePriceDelivery .big-spacing-bottom td {
  padding-bottom: 18px;
}
.page-legacy #tablePriceDelivery .big-spacing-top td {
  padding-top: 18px;
}
.page-legacy #article_fixed_data {
  display: none;
}
.page-legacy .blueimp-gallery {
  display: none;
}
.page-legacy .paymentimg {
  max-width: 40px;
  margin-right: 15px;
  height: auto;
}
.page-legacy #tablePriceDelivery + div {
  border-color: #eeeeee !important;
}
.page-legacy .btn-primary.btn-outline {
  color: #317fba;
}
.page-legacy .dropzone-alt img.svg path {
  fill: #FFF;
}
.page-legacy .btn.btn-block.btn-outline {
  text-align: left;
}
.page-legacy table.selected_files_preview {
  text-align: left;
  table-layout: fixed;
}
.page-legacy #file_holder {
  width: 100%;
}
.page-legacy #fileupload {
  background-color: #f6f6f7;
  padding: 20px;
  border-radius: 12px;
}
.page-legacy #fileupload table {
  background-color: transparent;
}
@media (max-width: 767px ) {
  .page-legacy #fileupload {
    padding: 15px;
  }
}
.page-legacy .page-order-completed .img {
  margin-bottom: 20px;
}
@media (min-width: 480px ) {
  .page-legacy .page-order-completed .img {
    float: right;
  }
}
.page-legacy .page-order-completed .comment_textarea {
  margin-top: 20px;
}
.page-legacy .page-order-completed .send_comment {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: color .1s ease-in, background .1s ease-in;
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  margin-top: 20px !important;
  margin-left: 20px;
  float: none !important;
  padding: 6px 12px !important;
}
.page-legacy .page-order-completed .send_comment:focus,
.page-legacy .page-order-completed .send_comment:active:focus,
.page-legacy .page-order-completed .send_comment.active:focus,
.page-legacy .page-order-completed .send_comment.focus,
.page-legacy .page-order-completed .send_comment:active.focus,
.page-legacy .page-order-completed .send_comment.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.page-legacy .page-order-completed .send_comment:hover,
.page-legacy .page-order-completed .send_comment:focus,
.page-legacy .page-order-completed .send_comment.focus {
  color: var(--color-foreground);
  text-decoration: none;
}
.page-legacy .page-order-completed .send_comment:active,
.page-legacy .page-order-completed .send_comment.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.page-legacy .page-order-completed .send_comment.disabled,
.page-legacy .page-order-completed .send_comment[disabled],
fieldset[disabled] .page-legacy .page-order-completed .send_comment {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.page-legacy .page-order-completed .send_comment.disabled,
fieldset[disabled] a.page-legacy .page-order-completed .send_comment {
  pointer-events: none;
}
.page-legacy .page-order-completed .send_comment.waiting[disabled] {
  cursor: default;
  padding-top: 3px;
  padding-bottom: 3px;
}
.page-legacy .page-order-completed .send_comment .chevron-down-icon,
.page-legacy .page-order-completed .send_comment .chevron-right-icon {
  font-size: 0.75em;
  margin-left: 2px;
}
.page-legacy .page-order-completed .send_comment:focus,
.page-legacy .page-order-completed .send_comment.focus {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.9);
}
.page-legacy .page-order-completed .send_comment:hover {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.9);
}
.page-legacy .page-order-completed .send_comment:active,
.page-legacy .page-order-completed .send_comment.active,
.open > .dropdown-toggle.page-legacy .page-order-completed .send_comment {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.85);
}
.page-legacy .page-order-completed .send_comment:active:hover,
.page-legacy .page-order-completed .send_comment.active:hover,
.open > .dropdown-toggle.page-legacy .page-order-completed .send_comment:hover,
.page-legacy .page-order-completed .send_comment:active:focus,
.page-legacy .page-order-completed .send_comment.active:focus,
.open > .dropdown-toggle.page-legacy .page-order-completed .send_comment:focus,
.page-legacy .page-order-completed .send_comment:active.focus,
.page-legacy .page-order-completed .send_comment.active.focus,
.open > .dropdown-toggle.page-legacy .page-order-completed .send_comment.focus {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.8);
}
.page-legacy .page-order-completed .send_comment:active,
.page-legacy .page-order-completed .send_comment.active,
.open > .dropdown-toggle.page-legacy .page-order-completed .send_comment {
  background-image: none;
}
.page-legacy .page-order-completed .send_comment.disabled,
.page-legacy .page-order-completed .send_comment[disabled],
fieldset[disabled] .page-legacy .page-order-completed .send_comment,
.page-legacy .page-order-completed .send_comment.disabled:hover,
.page-legacy .page-order-completed .send_comment[disabled]:hover,
fieldset[disabled] .page-legacy .page-order-completed .send_comment:hover,
.page-legacy .page-order-completed .send_comment.disabled:focus,
.page-legacy .page-order-completed .send_comment[disabled]:focus,
fieldset[disabled] .page-legacy .page-order-completed .send_comment:focus,
.page-legacy .page-order-completed .send_comment.disabled.focus,
.page-legacy .page-order-completed .send_comment[disabled].focus,
fieldset[disabled] .page-legacy .page-order-completed .send_comment.focus,
.page-legacy .page-order-completed .send_comment.disabled:active,
.page-legacy .page-order-completed .send_comment[disabled]:active,
fieldset[disabled] .page-legacy .page-order-completed .send_comment:active,
.page-legacy .page-order-completed .send_comment.disabled.active,
.page-legacy .page-order-completed .send_comment[disabled].active,
fieldset[disabled] .page-legacy .page-order-completed .send_comment.active {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: none;
}
.page-legacy .page-order-completed .send_comment .badge {
  color: var(--color-primary);
  background-color: var(--color-foreground);
}
.page-legacy .page-order-completed .send_comment:hover {
  background-image: none;
}
.page-legacy .page-order-completed input[name="telephone"] {
  float: left;
}
.page-legacy .page-order-completed input[name="btnSendPhone"] {
  margin-top: 0 !important;
}
.page-legacy .page-order-completed h1 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: normal;
  text-align: center;
  text-align: left;
}
.page-wrap .page-legacy .page-order-completed h1 {
  text-align: left;
}
.page-legacy .page-order-completed h3 {
  font-weight: 500;
  font-size: 21px;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}
.page-legacy .product-overview .align-center p {
  text-align: center;
  margin-top: 2px;
  margin-left: -10px;
}
.page-legacy .product-overview .dropdown-menu {
  background-color: transparent;
}
.page-legacy #price-difference-box {
  display: inline;
}
.page-legacy #price-difference-box label,
.page-legacy #price-difference-box a {
  font-weight: 500;
}
.page-legacy #price-difference-box textarea {
  height: 70px;
  width: 50%;
}
@media (max-width: 767px ) {
  .page-legacy #price-difference-box textarea {
    width: 100%;
  }
}
.errors .hidden {
  display: block !important;
}
/* Legacy elements outside container */
.share_permalink-box {
  right: 0;
  left: auto !important;
  margin-top: 20px !important;
}
/* Use a wrapper to make sure we only style within the legacy pages */
body .bleed-line-info {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 360px;
  height: 40px;
  border-top-right-radius: 5px;
  padding: 10px;
  z-index: 2147483647;
  background: white;
  border: 0 solid #000;
  border-bottom: 0px;
  border-left: 0px;
}
body .bleed-line-info:hover {
  height: 300px;
}
body .bleed-line-info span {
  float: left;
  display: inline-block;
  margin-right: 20px;
}
body span:last-of-type {
  margin-right: 0px;
}
body .line-example {
  border-bottom: 3px solid white;
  display: inline-block;
  width: 50px;
  line-height: 10px;
  margin-right: 5px;
}
body .bleed-line-example {
  border-bottom-color: #F9C9DD;
  border-bottom-style: dashed;
}
body .text-line-example {
  border-bottom-color: #cde2f2;
  border-bottom-style: solid;
}
.page-legacy {
  position: relative;
  display: flex;
  gap: 30px;
  background: white;
  border-radius: 10px;
  /* .grid_5 is primarily used Payment page */
  /* . .grid_6 is primarily used Order completed page */
  /* Order comment & coupon code form */
  /* Hide processing message within step 1*/
  /* Info message displayed above price & delivery date (eg. "Successfully saved" and "Waiting..." message) */
  /* Add documents within lightbox */
  /* Columns at login/register page */
}
@media (max-width: 767px ) {
  .page-legacy {
    flex-direction: column;
  }
}
@media (min-width: 1280px) {
  .page-legacy {
    padding: 0px 16px;
  }
}
.page-legacy .page .container {
  width: 100%;
  /* Override existing containers */
}
.page-legacy .main {
  flex-grow: 1;
  padding-right: 5px;
}
@media (max-width: 991px ) {
  .page-legacy .main {
    padding-right: 0px;
  }
}
.page-legacy .main > .info-message {
  position: relative;
  width: 100%;
}
.page-legacy .main > .info-message .error_1 {
  margin-top: -15px;
}
.page-legacy .sidebar {
  width: 215px;
}
.page-legacy .sidebar .media-left {
  display: none;
  /* Hide icons to save space */
}
.page-legacy .sidebar .box {
  background-color: #f6f6f7;
}
.page-legacy .sidebar .media {
  padding: 10px 0;
}
.page-legacy .sidebar .media-heading {
  font-size: 1em;
  font-weight: 500;
}
.page-legacy .sidebar .widget-title {
  /* Quickfix: make titles compact */
  font-size: 20px;
  margin-bottom: 10px;
}
.page-legacy .grid_4 {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0;
  position: relative;
  /* Inline "static" causes tooltip misalignment */
}
@media (min-width: 768px) {
  .page-legacy .grid_4 {
    float: left;
    width: 50%;
  }
}
.page-legacy .grid_9 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .page-legacy .grid_9 {
    float: left;
    width: 100%;
  }
}
.page-legacy .grid_5 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .page-legacy .grid_5 {
    float: left;
    width: 50%;
  }
}
.page-legacy .grid_6 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .page-legacy .grid_6 {
    float: left;
    width: 66.66666667%;
  }
}
.page-legacy #basket .clear + .grid_4 {
  width: 100%;
}
.page-legacy #sticky-container {
  position: sticky;
  top: 80px;
  padding-right: 0;
}
.page-legacy .order1 #basket .error_1 {
  display: none !important;
}
.page-legacy .article_right > .error_1 {
  margin-top: 5px;
  margin-bottom: -5px;
  padding-top: 10px;
  padding-bottom: 9px;
}
.page-legacy #add_docs {
  float: none !important;
}
@media (min-width: 480px ) {
  .page-legacy {
    /* Columns at "Samenstellen" page */
  }
  .page-legacy .article1 .grid_4.article_left:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #eeeeee;
  }
}
.page-legacy .page.article.article2,
.page-legacy .article2 {
  width: 100%;
  max-width: 100%;
}
.page-legacy .page.article.article2 .checkout-grid,
.page-legacy .article2 .checkout-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 40px !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  clear: both !important;
}
@media (min-width: 768px) {
  .page-legacy .page.article.article2 .checkout-grid,
  .page-legacy .article2 .checkout-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
.page-legacy .page.article.article2 .checkout-form,
.page-legacy .article2 .checkout-form {
  min-width: 0 !important;
  width: 100% !important;
  grid-column: 1 / -1 !important;
  box-sizing: border-box !important;
}
@media (min-width: 768px) {
  .page-legacy .page.article.article2 .checkout-form,
  .page-legacy .article2 .checkout-form {
    grid-column: 1 / 2 !important;
  }
}
.page-legacy .page.article.article2 .fixed.tailwind,
.page-legacy .article2 .fixed.tailwind {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 20px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
@media (min-width: 768px) {
  .page-legacy .page.article.article2 .fixed.tailwind,
  .page-legacy .article2 .fixed.tailwind {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
.page-legacy.page-documenten > div {
  width: 100%;
}
/* Use a wrapper to make sure we only style within the legacy pages */
.page-legacy {
  /**
     * File search
     */
  /* End search */
  /* Mobile specific */
  /* Previous step button */
  /* Next step button */
  /* Order list */
  /* Payment form */
  /* Width x Height in mm */
  /* Comment like textareas */
  /* Button styling */
  /* Add to cart button */
  /*  CSS only fix for button placement for buttons below customer form */
}
.page-legacy .info_icon {
  float: right;
  width: 20px;
  height: 20px;
}
.page-legacy #add_favorite,
.page-legacy #share_permalink {
  margin-top: 5px;
}
.page-legacy #button-holder {
  margin-top: 10px;
}
.page-legacy .tr_document #btnDocSelect {
  margin-right: 10px;
}
.page-legacy .tr_document .docselect {
  width: 48%;
}
.page-legacy .upload-list-icon {
  width: 16px;
  margin-top: 12px;
}
.page-legacy #calculated_prices {
  /*margin-top: 20px;*/
}
.page-legacy #calculated_prices #details_table_modern {
  display: grid;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.page-legacy #calculated_prices .grid-rows-0 {
  grid-template-rows: 0fr;
}
.page-legacy #calculated_prices .grid-rows-1 {
  grid-template-rows: 1fr;
}
.page-legacy #add_to_cart button {
  position: absolute;
  top: 65px;
  right: 0;
}
.page-legacy #file_search_input {
  float: right;
  font-weight: normal;
  width: 20%;
  display: none;
}
.page-legacy .files-head-extra {
  display: block;
  display: inline-block;
}
@media (max-width: 1219px ) {
  .page-legacy #file_search_input {
    width: 40%;
  }
  .page-legacy .files-head-extra {
    display: none;
  }
}
@media (max-width: 767px ) {
  .page-legacy #file_search_input {
    width: 50%;
  }
  .page-legacy .files-head-extra {
    display: none;
  }
}
.page-legacy input[name="add_coupon"] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: color .1s ease-in, background .1s ease-in;
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  padding: 6px 12px !important;
}
.page-legacy input[name="add_coupon"]:focus,
.page-legacy input[name="add_coupon"]:active:focus,
.page-legacy input[name="add_coupon"].active:focus,
.page-legacy input[name="add_coupon"].focus,
.page-legacy input[name="add_coupon"]:active.focus,
.page-legacy input[name="add_coupon"].active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.page-legacy input[name="add_coupon"]:hover,
.page-legacy input[name="add_coupon"]:focus,
.page-legacy input[name="add_coupon"].focus {
  color: var(--color-foreground);
  text-decoration: none;
}
.page-legacy input[name="add_coupon"]:active,
.page-legacy input[name="add_coupon"].active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.page-legacy input[name="add_coupon"].disabled,
.page-legacy input[name="add_coupon"][disabled],
fieldset[disabled] .page-legacy input[name="add_coupon"] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.page-legacy input[name="add_coupon"].disabled,
fieldset[disabled] a.page-legacy input[name="add_coupon"] {
  pointer-events: none;
}
.page-legacy input[name="add_coupon"].waiting[disabled] {
  cursor: default;
  padding-top: 3px;
  padding-bottom: 3px;
}
.page-legacy input[name="add_coupon"] .chevron-down-icon,
.page-legacy input[name="add_coupon"] .chevron-right-icon {
  font-size: 0.75em;
  margin-left: 2px;
}
.page-legacy input[name="add_coupon"]:focus,
.page-legacy input[name="add_coupon"].focus {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  filter: brightness(0.9);
}
.page-legacy input[name="add_coupon"]:hover {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  filter: brightness(0.9);
}
.page-legacy input[name="add_coupon"]:active,
.page-legacy input[name="add_coupon"].active,
.open > .dropdown-toggle.page-legacy input[name="add_coupon"] {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  filter: brightness(0.85);
}
.page-legacy input[name="add_coupon"]:active:hover,
.page-legacy input[name="add_coupon"].active:hover,
.open > .dropdown-toggle.page-legacy input[name="add_coupon"]:hover,
.page-legacy input[name="add_coupon"]:active:focus,
.page-legacy input[name="add_coupon"].active:focus,
.open > .dropdown-toggle.page-legacy input[name="add_coupon"]:focus,
.page-legacy input[name="add_coupon"]:active.focus,
.page-legacy input[name="add_coupon"].active.focus,
.open > .dropdown-toggle.page-legacy input[name="add_coupon"].focus {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  filter: brightness(0.8);
}
.page-legacy input[name="add_coupon"]:active,
.page-legacy input[name="add_coupon"].active,
.open > .dropdown-toggle.page-legacy input[name="add_coupon"] {
  background-image: none;
}
.page-legacy input[name="add_coupon"].disabled,
.page-legacy input[name="add_coupon"][disabled],
fieldset[disabled] .page-legacy input[name="add_coupon"],
.page-legacy input[name="add_coupon"].disabled:hover,
.page-legacy input[name="add_coupon"][disabled]:hover,
fieldset[disabled] .page-legacy input[name="add_coupon"]:hover,
.page-legacy input[name="add_coupon"].disabled:focus,
.page-legacy input[name="add_coupon"][disabled]:focus,
fieldset[disabled] .page-legacy input[name="add_coupon"]:focus,
.page-legacy input[name="add_coupon"].disabled.focus,
.page-legacy input[name="add_coupon"][disabled].focus,
fieldset[disabled] .page-legacy input[name="add_coupon"].focus,
.page-legacy input[name="add_coupon"].disabled:active,
.page-legacy input[name="add_coupon"][disabled]:active,
fieldset[disabled] .page-legacy input[name="add_coupon"]:active,
.page-legacy input[name="add_coupon"].disabled.active,
.page-legacy input[name="add_coupon"][disabled].active,
fieldset[disabled] .page-legacy input[name="add_coupon"].active {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  filter: none;
}
.page-legacy input[name="add_coupon"] .badge {
  color: var(--color-secondary);
  background-color: #fff;
}
.page-legacy input[name="add_coupon"]:hover {
  background-image: none;
}
.page-legacy input[name="btnActivateCouponcode"] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: color .1s ease-in, background .1s ease-in;
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  padding: 6px 12px !important;
  min-width: -moz-max-content;
  min-width: max-content;
}
.page-legacy input[name="btnActivateCouponcode"]:focus,
.page-legacy input[name="btnActivateCouponcode"]:active:focus,
.page-legacy input[name="btnActivateCouponcode"].active:focus,
.page-legacy input[name="btnActivateCouponcode"].focus,
.page-legacy input[name="btnActivateCouponcode"]:active.focus,
.page-legacy input[name="btnActivateCouponcode"].active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.page-legacy input[name="btnActivateCouponcode"]:hover,
.page-legacy input[name="btnActivateCouponcode"]:focus,
.page-legacy input[name="btnActivateCouponcode"].focus {
  color: var(--color-foreground);
  text-decoration: none;
}
.page-legacy input[name="btnActivateCouponcode"]:active,
.page-legacy input[name="btnActivateCouponcode"].active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.page-legacy input[name="btnActivateCouponcode"].disabled,
.page-legacy input[name="btnActivateCouponcode"][disabled],
fieldset[disabled] .page-legacy input[name="btnActivateCouponcode"] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.page-legacy input[name="btnActivateCouponcode"].disabled,
fieldset[disabled] a.page-legacy input[name="btnActivateCouponcode"] {
  pointer-events: none;
}
.page-legacy input[name="btnActivateCouponcode"].waiting[disabled] {
  cursor: default;
  padding-top: 3px;
  padding-bottom: 3px;
}
.page-legacy input[name="btnActivateCouponcode"] .chevron-down-icon,
.page-legacy input[name="btnActivateCouponcode"] .chevron-right-icon {
  font-size: 0.75em;
  margin-left: 2px;
}
.page-legacy input[name="btnActivateCouponcode"]:focus,
.page-legacy input[name="btnActivateCouponcode"].focus {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  filter: brightness(0.9);
}
.page-legacy input[name="btnActivateCouponcode"]:hover {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  filter: brightness(0.9);
}
.page-legacy input[name="btnActivateCouponcode"]:active,
.page-legacy input[name="btnActivateCouponcode"].active,
.open > .dropdown-toggle.page-legacy input[name="btnActivateCouponcode"] {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  filter: brightness(0.85);
}
.page-legacy input[name="btnActivateCouponcode"]:active:hover,
.page-legacy input[name="btnActivateCouponcode"].active:hover,
.open > .dropdown-toggle.page-legacy input[name="btnActivateCouponcode"]:hover,
.page-legacy input[name="btnActivateCouponcode"]:active:focus,
.page-legacy input[name="btnActivateCouponcode"].active:focus,
.open > .dropdown-toggle.page-legacy input[name="btnActivateCouponcode"]:focus,
.page-legacy input[name="btnActivateCouponcode"]:active.focus,
.page-legacy input[name="btnActivateCouponcode"].active.focus,
.open > .dropdown-toggle.page-legacy input[name="btnActivateCouponcode"].focus {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  filter: brightness(0.8);
}
.page-legacy input[name="btnActivateCouponcode"]:active,
.page-legacy input[name="btnActivateCouponcode"].active,
.open > .dropdown-toggle.page-legacy input[name="btnActivateCouponcode"] {
  background-image: none;
}
.page-legacy input[name="btnActivateCouponcode"].disabled,
.page-legacy input[name="btnActivateCouponcode"][disabled],
fieldset[disabled] .page-legacy input[name="btnActivateCouponcode"],
.page-legacy input[name="btnActivateCouponcode"].disabled:hover,
.page-legacy input[name="btnActivateCouponcode"][disabled]:hover,
fieldset[disabled] .page-legacy input[name="btnActivateCouponcode"]:hover,
.page-legacy input[name="btnActivateCouponcode"].disabled:focus,
.page-legacy input[name="btnActivateCouponcode"][disabled]:focus,
fieldset[disabled] .page-legacy input[name="btnActivateCouponcode"]:focus,
.page-legacy input[name="btnActivateCouponcode"].disabled.focus,
.page-legacy input[name="btnActivateCouponcode"][disabled].focus,
fieldset[disabled] .page-legacy input[name="btnActivateCouponcode"].focus,
.page-legacy input[name="btnActivateCouponcode"].disabled:active,
.page-legacy input[name="btnActivateCouponcode"][disabled]:active,
fieldset[disabled] .page-legacy input[name="btnActivateCouponcode"]:active,
.page-legacy input[name="btnActivateCouponcode"].disabled.active,
.page-legacy input[name="btnActivateCouponcode"][disabled].active,
fieldset[disabled] .page-legacy input[name="btnActivateCouponcode"].active {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  filter: none;
}
.page-legacy input[name="btnActivateCouponcode"] .badge {
  color: var(--color-secondary);
  background-color: #fff;
}
.page-legacy input[name="btnActivateCouponcode"]:hover {
  background-image: none;
}
@media (max-width: 767px ) {
  .page-legacy input[name="couponcode"] {
    width: 70% !important;
    margin-top: 10px !important;
  }
  .page-legacy input[name="btnActivateCouponcode"] {
    margin: 10px 0 0 10px !important;
    width: calc(30% - 10px) !important;
  }
}
.page-legacy .back {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: color .1s ease-in, background .1s ease-in;
  color: var(--color-foreground);
  background-color: var(--color-background);
  border-color: var(--color-background);
  float: left;
  margin-top: 15px;
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 10px;
}
.page-legacy .back:focus,
.page-legacy .back:active:focus,
.page-legacy .back.active:focus,
.page-legacy .back.focus,
.page-legacy .back:active.focus,
.page-legacy .back.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.page-legacy .back:hover,
.page-legacy .back:focus,
.page-legacy .back.focus {
  color: var(--color-foreground);
  text-decoration: none;
}
.page-legacy .back:active,
.page-legacy .back.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.page-legacy .back.disabled,
.page-legacy .back[disabled],
fieldset[disabled] .page-legacy .back {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.page-legacy .back.disabled,
fieldset[disabled] a.page-legacy .back {
  pointer-events: none;
}
.page-legacy .back.waiting[disabled] {
  cursor: default;
  padding-top: 3px;
  padding-bottom: 3px;
}
.page-legacy .back .chevron-down-icon,
.page-legacy .back .chevron-right-icon {
  font-size: 0.75em;
  margin-left: 2px;
}
.page-legacy .back:focus,
.page-legacy .back.focus {
  color: var(--color-foreground);
  background-color: var(--color-background);
  border-color: var(--color-background);
  filter: brightness(0.9);
}
.page-legacy .back:hover {
  color: var(--color-foreground);
  background-color: var(--color-background);
  border-color: var(--color-background);
  filter: brightness(0.9);
}
.page-legacy .back:active,
.page-legacy .back.active,
.open > .dropdown-toggle.page-legacy .back {
  color: var(--color-foreground);
  background-color: var(--color-background);
  border-color: var(--color-background);
  filter: brightness(0.85);
}
.page-legacy .back:active:hover,
.page-legacy .back.active:hover,
.open > .dropdown-toggle.page-legacy .back:hover,
.page-legacy .back:active:focus,
.page-legacy .back.active:focus,
.open > .dropdown-toggle.page-legacy .back:focus,
.page-legacy .back:active.focus,
.page-legacy .back.active.focus,
.open > .dropdown-toggle.page-legacy .back.focus {
  color: var(--color-foreground);
  background-color: var(--color-background);
  border-color: var(--color-background);
  filter: brightness(0.8);
}
.page-legacy .back:active,
.page-legacy .back.active,
.open > .dropdown-toggle.page-legacy .back {
  background-image: none;
}
.page-legacy .back.disabled,
.page-legacy .back[disabled],
fieldset[disabled] .page-legacy .back,
.page-legacy .back.disabled:hover,
.page-legacy .back[disabled]:hover,
fieldset[disabled] .page-legacy .back:hover,
.page-legacy .back.disabled:focus,
.page-legacy .back[disabled]:focus,
fieldset[disabled] .page-legacy .back:focus,
.page-legacy .back.disabled.focus,
.page-legacy .back[disabled].focus,
fieldset[disabled] .page-legacy .back.focus,
.page-legacy .back.disabled:active,
.page-legacy .back[disabled]:active,
fieldset[disabled] .page-legacy .back:active,
.page-legacy .back.disabled.active,
.page-legacy .back[disabled].active,
fieldset[disabled] .page-legacy .back.active {
  background-color: var(--color-background);
  border-color: var(--color-background);
  filter: none;
}
.page-legacy .back .badge {
  color: var(--color-background);
  background-color: var(--color-foreground);
}
.page-legacy .right_white_arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: color .1s ease-in, background .1s ease-in;
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  float: right;
  margin-top: 15px;
  width: auto !important;
  padding: 14px 20px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 10px;
  gap: 8px;
}
.page-legacy .right_white_arrow:focus,
.page-legacy .right_white_arrow:active:focus,
.page-legacy .right_white_arrow.active:focus,
.page-legacy .right_white_arrow.focus,
.page-legacy .right_white_arrow:active.focus,
.page-legacy .right_white_arrow.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.page-legacy .right_white_arrow:hover,
.page-legacy .right_white_arrow:focus,
.page-legacy .right_white_arrow.focus {
  color: var(--color-foreground);
  text-decoration: none;
}
.page-legacy .right_white_arrow:active,
.page-legacy .right_white_arrow.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.page-legacy .right_white_arrow.disabled,
.page-legacy .right_white_arrow[disabled],
fieldset[disabled] .page-legacy .right_white_arrow {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.page-legacy .right_white_arrow.disabled,
fieldset[disabled] a.page-legacy .right_white_arrow {
  pointer-events: none;
}
.page-legacy .right_white_arrow.waiting[disabled] {
  cursor: default;
  padding-top: 3px;
  padding-bottom: 3px;
}
.page-legacy .right_white_arrow .chevron-down-icon,
.page-legacy .right_white_arrow .chevron-right-icon {
  font-size: 0.75em;
  margin-left: 2px;
}
.page-legacy .right_white_arrow:focus,
.page-legacy .right_white_arrow.focus {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.9);
}
.page-legacy .right_white_arrow:hover {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.9);
}
.page-legacy .right_white_arrow:active,
.page-legacy .right_white_arrow.active,
.open > .dropdown-toggle.page-legacy .right_white_arrow {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.85);
}
.page-legacy .right_white_arrow:active:hover,
.page-legacy .right_white_arrow.active:hover,
.open > .dropdown-toggle.page-legacy .right_white_arrow:hover,
.page-legacy .right_white_arrow:active:focus,
.page-legacy .right_white_arrow.active:focus,
.open > .dropdown-toggle.page-legacy .right_white_arrow:focus,
.page-legacy .right_white_arrow:active.focus,
.page-legacy .right_white_arrow.active.focus,
.open > .dropdown-toggle.page-legacy .right_white_arrow.focus {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.8);
}
.page-legacy .right_white_arrow:active,
.page-legacy .right_white_arrow.active,
.open > .dropdown-toggle.page-legacy .right_white_arrow {
  background-image: none;
}
.page-legacy .right_white_arrow.disabled,
.page-legacy .right_white_arrow[disabled],
fieldset[disabled] .page-legacy .right_white_arrow,
.page-legacy .right_white_arrow.disabled:hover,
.page-legacy .right_white_arrow[disabled]:hover,
fieldset[disabled] .page-legacy .right_white_arrow:hover,
.page-legacy .right_white_arrow.disabled:focus,
.page-legacy .right_white_arrow[disabled]:focus,
fieldset[disabled] .page-legacy .right_white_arrow:focus,
.page-legacy .right_white_arrow.disabled.focus,
.page-legacy .right_white_arrow[disabled].focus,
fieldset[disabled] .page-legacy .right_white_arrow.focus,
.page-legacy .right_white_arrow.disabled:active,
.page-legacy .right_white_arrow[disabled]:active,
fieldset[disabled] .page-legacy .right_white_arrow:active,
.page-legacy .right_white_arrow.disabled.active,
.page-legacy .right_white_arrow[disabled].active,
fieldset[disabled] .page-legacy .right_white_arrow.active {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: none;
}
.page-legacy .right_white_arrow .badge {
  color: var(--color-primary);
  background-color: var(--color-foreground);
}
.page-legacy .right_white_arrow:hover {
  background-image: none;
}
.page-legacy .order_table {
  /* Inline text fields */
  /* Inline buttons */
}
.page-legacy .order_table input[name="number"] {
  padding: 0px 8px !important;
  float: left;
  height: 36px !important;
  font-size: 15px;
}
.page-legacy .order_table input[type="button"] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: color .1s ease-in, background .1s ease-in;
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  /* Override inline style properties */
  width: auto !important;
  padding: 4px 7px !important;
  float: left;
  margin: 0 0 0 10px !important;
}
.page-legacy .order_table input[type="button"]:focus,
.page-legacy .order_table input[type="button"]:active:focus,
.page-legacy .order_table input[type="button"].active:focus,
.page-legacy .order_table input[type="button"].focus,
.page-legacy .order_table input[type="button"]:active.focus,
.page-legacy .order_table input[type="button"].active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.page-legacy .order_table input[type="button"]:hover,
.page-legacy .order_table input[type="button"]:focus,
.page-legacy .order_table input[type="button"].focus {
  color: var(--color-foreground);
  text-decoration: none;
}
.page-legacy .order_table input[type="button"]:active,
.page-legacy .order_table input[type="button"].active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.page-legacy .order_table input[type="button"].disabled,
.page-legacy .order_table input[type="button"][disabled],
fieldset[disabled] .page-legacy .order_table input[type="button"] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.page-legacy .order_table input[type="button"].disabled,
fieldset[disabled] a.page-legacy .order_table input[type="button"] {
  pointer-events: none;
}
.page-legacy .order_table input[type="button"].waiting[disabled] {
  cursor: default;
  padding-top: 3px;
  padding-bottom: 3px;
}
.page-legacy .order_table input[type="button"] .chevron-down-icon,
.page-legacy .order_table input[type="button"] .chevron-right-icon {
  font-size: 0.75em;
  margin-left: 2px;
}
.page-legacy .order_table input[type="button"]:focus,
.page-legacy .order_table input[type="button"].focus {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.9);
}
.page-legacy .order_table input[type="button"]:hover {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.9);
}
.page-legacy .order_table input[type="button"]:active,
.page-legacy .order_table input[type="button"].active,
.open > .dropdown-toggle.page-legacy .order_table input[type="button"] {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.85);
}
.page-legacy .order_table input[type="button"]:active:hover,
.page-legacy .order_table input[type="button"].active:hover,
.open > .dropdown-toggle.page-legacy .order_table input[type="button"]:hover,
.page-legacy .order_table input[type="button"]:active:focus,
.page-legacy .order_table input[type="button"].active:focus,
.open > .dropdown-toggle.page-legacy .order_table input[type="button"]:focus,
.page-legacy .order_table input[type="button"]:active.focus,
.page-legacy .order_table input[type="button"].active.focus,
.open > .dropdown-toggle.page-legacy .order_table input[type="button"].focus {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.8);
}
.page-legacy .order_table input[type="button"]:active,
.page-legacy .order_table input[type="button"].active,
.open > .dropdown-toggle.page-legacy .order_table input[type="button"] {
  background-image: none;
}
.page-legacy .order_table input[type="button"].disabled,
.page-legacy .order_table input[type="button"][disabled],
fieldset[disabled] .page-legacy .order_table input[type="button"],
.page-legacy .order_table input[type="button"].disabled:hover,
.page-legacy .order_table input[type="button"][disabled]:hover,
fieldset[disabled] .page-legacy .order_table input[type="button"]:hover,
.page-legacy .order_table input[type="button"].disabled:focus,
.page-legacy .order_table input[type="button"][disabled]:focus,
fieldset[disabled] .page-legacy .order_table input[type="button"]:focus,
.page-legacy .order_table input[type="button"].disabled.focus,
.page-legacy .order_table input[type="button"][disabled].focus,
fieldset[disabled] .page-legacy .order_table input[type="button"].focus,
.page-legacy .order_table input[type="button"].disabled:active,
.page-legacy .order_table input[type="button"][disabled]:active,
fieldset[disabled] .page-legacy .order_table input[type="button"]:active,
.page-legacy .order_table input[type="button"].disabled.active,
.page-legacy .order_table input[type="button"][disabled].active,
fieldset[disabled] .page-legacy .order_table input[type="button"].active {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: none;
}
.page-legacy .order_table input[type="button"] .badge {
  color: var(--color-primary);
  background-color: var(--color-foreground);
}
.page-legacy .order_table input[type="button"]:hover {
  background-image: none;
}
.page-legacy #payment_form {
  margin-bottom: 20px;
}
.page-legacy #payment_form:before,
.page-legacy #payment_form:after {
  content: " ";
  display: table;
}
.page-legacy #payment_form:after {
  clear: both;
}
.page-legacy #payment_form:before,
.page-legacy #payment_form:after {
  content: " ";
  display: table;
}
.page-legacy #payment_form:after {
  clear: both;
}
.page-legacy .form-group:before,
.page-legacy .form-group:after {
  content: " ";
  display: table;
}
.page-legacy .form-group:after {
  clear: both;
}
.page-legacy .form-group:before,
.page-legacy .form-group:after {
  content: " ";
  display: table;
}
.page-legacy .form-group:after {
  clear: both;
}
.page-legacy #show_more_selected {
  display: none;
}
.page-legacy .order_form-angle-up,
.page-legacy .order_form-angle-down {
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.page-legacy select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  color: var(--color-foreground);
  background-color: #fff;
  background-image: none;
  border: 1px solid var(--color-neutral);
  border-radius: 10px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-family: "Inter", sans-serif;
  background: white;
}
.page-legacy select:focus {
  border-color: #ffd900;
  outline: 0;
  box-shadow: 0px 0px 13px -6px rgba(255, 217, 0);
}
.page-legacy select::-moz-placeholder {
  color: var(--color-neutral-400);
  opacity: 1;
}
.page-legacy select:-ms-input-placeholder {
  color: var(--color-neutral-400);
}
.page-legacy select::-webkit-input-placeholder {
  color: var(--color-neutral-400);
}
.page-legacy select[disabled],
.page-legacy select[readonly],
fieldset[disabled] .page-legacy select {
  background-color: #f5f5f5;
  opacity: 1;
}
.page-legacy select[disabled],
fieldset[disabled] .page-legacy select {
  cursor: not-allowed;
}
textarea.page-legacy select {
  height: auto;
}
.page-legacy select[disabled] {
  cursor: default;
}
.page-legacy select:disabled {
  background-color: transparent;
}
.page-legacy select.deactive {
  background: #e7e7e7;
  border: 1px solid #888888;
  color: #888888;
}
.page-legacy select option[value^="label"] {
  font-style: italic;
  font-size: 100%;
  font-weight: bold;
  color: #1e1e1e;
}
.page-legacy textarea,
.page-legacy input[type="text"],
.page-legacy input[type="email"],
.page-legacy input[type="password"],
.page-legacy input[type="tel"],
.page-legacy input[type="number"],
.page-legacy select {
  display: block;
  width: 100% !important;
  height: 44px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #e7e7e7;
  border-radius: 10px !important;
  outline: none !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
  font-size: 14px !important;
  line-height: 1.43 !important;
  color: #1e1e1e !important;
  background-color: #ffffff !important;
}
.page-legacy textarea:focus,
.page-legacy input[type="text"]:focus,
.page-legacy input[type="email"]:focus,
.page-legacy input[type="password"]:focus,
.page-legacy input[type="tel"]:focus,
.page-legacy input[type="number"]:focus,
.page-legacy select:focus {
  outline: 2px solid #ffd900 !important;
  outline-offset: 0 !important;
  border-color: #ffd900 !important;
}
.page-legacy textarea::-moz-placeholder, .page-legacy input[type="text"]::-moz-placeholder, .page-legacy input[type="email"]::-moz-placeholder, .page-legacy input[type="password"]::-moz-placeholder, .page-legacy input[type="tel"]::-moz-placeholder, .page-legacy input[type="number"]::-moz-placeholder, .page-legacy select::-moz-placeholder {
  color: #b0b0b0 !important;
  font-size: 14px !important;
}
.page-legacy textarea::placeholder,
.page-legacy input[type="text"]::placeholder,
.page-legacy input[type="email"]::placeholder,
.page-legacy input[type="password"]::placeholder,
.page-legacy input[type="tel"]::placeholder,
.page-legacy input[type="number"]::placeholder,
.page-legacy select::placeholder {
  color: #b0b0b0 !important;
  font-size: 14px !important;
}
.page-legacy textarea.legacy-has-error,
.page-legacy input[type="text"].legacy-has-error,
.page-legacy input[type="email"].legacy-has-error,
.page-legacy input[type="password"].legacy-has-error,
.page-legacy input[type="tel"].legacy-has-error,
.page-legacy input[type="number"].legacy-has-error,
.page-legacy select.legacy-has-error {
  border-color: #ef4444 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.page-legacy textarea.legacy-has-error:focus,
.page-legacy input[type="text"].legacy-has-error:focus,
.page-legacy input[type="email"].legacy-has-error:focus,
.page-legacy input[type="password"].legacy-has-error:focus,
.page-legacy input[type="tel"].legacy-has-error:focus,
.page-legacy input[type="number"].legacy-has-error:focus,
.page-legacy select.legacy-has-error:focus {
  outline-color: #ef4444 !important;
  border-color: #ef4444 !important;
}
.page-legacy textarea:disabled,
.page-legacy input[type="text"]:disabled,
.page-legacy input[type="email"]:disabled,
.page-legacy input[type="password"]:disabled,
.page-legacy input[type="tel"]:disabled,
.page-legacy input[type="number"]:disabled,
.page-legacy select:disabled {
  background-color: #f6f6f7 !important;
  color: #888888 !important;
  cursor: not-allowed !important;
  opacity: 0.6 !important;
}
.page-legacy input[type="number"] {
  -moz-appearance: textfield !important;
}
.page-legacy input[type="number"]::-webkit-inner-spin-button,
.page-legacy input[type="number"]::-webkit-outer-spin-button {
  appearance: none !important;
  -webkit-appearance: none !important;
  margin: 0 !important;
}
.page-legacy textarea {
  min-height: 100px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  resize: vertical !important;
  line-height: 1.5 !important;
}
.page-legacy select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231e1e1e' d='M6 9L1 4h10z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 12px !important;
  padding-right: 40px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
.page-legacy input[name="size_custom_width"],
.page-legacy input[name="size_custom_height"],
.page-legacy input[name="number"],
.page-legacy input[name="copies"] {
  max-width: 70px;
}
.page-legacy input[name="size_custom_width"],
.page-legacy input[name="size_custom_height"] {
  display: inline-block !important;
  width: auto !important;
}
.page-legacy textarea[name="address"],
.page-legacy textarea[name="delivery_instruction"],
.page-legacy textarea[name="comment_order"],
.page-legacy textarea[name="comment"] {
  width: 100% !important;
  min-height: 110px !important;
}
.page-legacy textarea[name="delivery_instruction"] {
  display: none;
}
.page-legacy .delivery-instruction-charcount {
  display: none;
}
.page-legacy a.delivery-instruction-link {
  cursor: pointer;
  text-decoration: underline !important;
  text-decoration-line: underline !important;
  text-underline-offset: 4px;
  margin-top: var(--spacing-sm);
}
.page-legacy a.delivery-instruction-link:hover {
  color: black;
  text-decoration-color: var(--color-primary) !important;
}
.page-legacy textarea[name="comment"] {
  margin-top: 15px;
}
.page-legacy button,
.page-legacy input[type="button"] {
  /* Switch product button */
  /* Upload documents */
  /* Order now button */
}
.page-legacy button.prodselect,
.page-legacy input[type="button"].prodselect {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: color .1s ease-in, background .1s ease-in;
  color: var(--color-foreground);
  background-color: var(--color-background);
  border-color: var(--color-background);
  font-weight: normal;
}
.page-legacy button.prodselect:focus,
.page-legacy input[type="button"].prodselect:focus,
.page-legacy button.prodselect:active:focus,
.page-legacy input[type="button"].prodselect:active:focus,
.page-legacy button.prodselect.active:focus,
.page-legacy input[type="button"].prodselect.active:focus,
.page-legacy button.prodselect.focus,
.page-legacy input[type="button"].prodselect.focus,
.page-legacy button.prodselect:active.focus,
.page-legacy input[type="button"].prodselect:active.focus,
.page-legacy button.prodselect.active.focus,
.page-legacy input[type="button"].prodselect.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.page-legacy button.prodselect:hover,
.page-legacy input[type="button"].prodselect:hover,
.page-legacy button.prodselect:focus,
.page-legacy input[type="button"].prodselect:focus,
.page-legacy button.prodselect.focus,
.page-legacy input[type="button"].prodselect.focus {
  color: var(--color-foreground);
  text-decoration: none;
}
.page-legacy button.prodselect:active,
.page-legacy input[type="button"].prodselect:active,
.page-legacy button.prodselect.active,
.page-legacy input[type="button"].prodselect.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.page-legacy button.prodselect.disabled,
.page-legacy input[type="button"].prodselect.disabled,
.page-legacy button.prodselect[disabled],
.page-legacy input[type="button"].prodselect[disabled],
fieldset[disabled] .page-legacy button.prodselect,
fieldset[disabled] .page-legacy input[type="button"].prodselect {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.page-legacy button.prodselect.disabled,
a.page-legacy input[type="button"].prodselect.disabled,
fieldset[disabled] a.page-legacy button.prodselect,
fieldset[disabled] a.page-legacy input[type="button"].prodselect {
  pointer-events: none;
}
.page-legacy button.prodselect.waiting[disabled],
.page-legacy input[type="button"].prodselect.waiting[disabled] {
  cursor: default;
  padding-top: 3px;
  padding-bottom: 3px;
}
.page-legacy button.prodselect .chevron-down-icon,
.page-legacy input[type="button"].prodselect .chevron-down-icon,
.page-legacy button.prodselect .chevron-right-icon,
.page-legacy input[type="button"].prodselect .chevron-right-icon {
  font-size: 0.75em;
  margin-left: 2px;
}
.page-legacy button.prodselect:focus,
.page-legacy input[type="button"].prodselect:focus,
.page-legacy button.prodselect.focus,
.page-legacy input[type="button"].prodselect.focus {
  color: var(--color-foreground);
  background-color: var(--color-background);
  border-color: var(--color-background);
  filter: brightness(0.9);
}
.page-legacy button.prodselect:hover,
.page-legacy input[type="button"].prodselect:hover {
  color: var(--color-foreground);
  background-color: var(--color-background);
  border-color: var(--color-background);
  filter: brightness(0.9);
}
.page-legacy button.prodselect:active,
.page-legacy input[type="button"].prodselect:active,
.page-legacy button.prodselect.active,
.page-legacy input[type="button"].prodselect.active,
.open > .dropdown-toggle.page-legacy button.prodselect,
.open > .dropdown-toggle.page-legacy input[type="button"].prodselect {
  color: var(--color-foreground);
  background-color: var(--color-background);
  border-color: var(--color-background);
  filter: brightness(0.85);
}
.page-legacy button.prodselect:active:hover,
.page-legacy input[type="button"].prodselect:active:hover,
.page-legacy button.prodselect.active:hover,
.page-legacy input[type="button"].prodselect.active:hover,
.open > .dropdown-toggle.page-legacy button.prodselect:hover,
.open > .dropdown-toggle.page-legacy input[type="button"].prodselect:hover,
.page-legacy button.prodselect:active:focus,
.page-legacy input[type="button"].prodselect:active:focus,
.page-legacy button.prodselect.active:focus,
.page-legacy input[type="button"].prodselect.active:focus,
.open > .dropdown-toggle.page-legacy button.prodselect:focus,
.open > .dropdown-toggle.page-legacy input[type="button"].prodselect:focus,
.page-legacy button.prodselect:active.focus,
.page-legacy input[type="button"].prodselect:active.focus,
.page-legacy button.prodselect.active.focus,
.page-legacy input[type="button"].prodselect.active.focus,
.open > .dropdown-toggle.page-legacy button.prodselect.focus,
.open > .dropdown-toggle.page-legacy input[type="button"].prodselect.focus {
  color: var(--color-foreground);
  background-color: var(--color-background);
  border-color: var(--color-background);
  filter: brightness(0.8);
}
.page-legacy button.prodselect:active,
.page-legacy input[type="button"].prodselect:active,
.page-legacy button.prodselect.active,
.page-legacy input[type="button"].prodselect.active,
.open > .dropdown-toggle.page-legacy button.prodselect,
.open > .dropdown-toggle.page-legacy input[type="button"].prodselect {
  background-image: none;
}
.page-legacy button.prodselect.disabled,
.page-legacy input[type="button"].prodselect.disabled,
.page-legacy button.prodselect[disabled],
.page-legacy input[type="button"].prodselect[disabled],
fieldset[disabled] .page-legacy button.prodselect,
fieldset[disabled] .page-legacy input[type="button"].prodselect,
.page-legacy button.prodselect.disabled:hover,
.page-legacy input[type="button"].prodselect.disabled:hover,
.page-legacy button.prodselect[disabled]:hover,
.page-legacy input[type="button"].prodselect[disabled]:hover,
fieldset[disabled] .page-legacy button.prodselect:hover,
fieldset[disabled] .page-legacy input[type="button"].prodselect:hover,
.page-legacy button.prodselect.disabled:focus,
.page-legacy input[type="button"].prodselect.disabled:focus,
.page-legacy button.prodselect[disabled]:focus,
.page-legacy input[type="button"].prodselect[disabled]:focus,
fieldset[disabled] .page-legacy button.prodselect:focus,
fieldset[disabled] .page-legacy input[type="button"].prodselect:focus,
.page-legacy button.prodselect.disabled.focus,
.page-legacy input[type="button"].prodselect.disabled.focus,
.page-legacy button.prodselect[disabled].focus,
.page-legacy input[type="button"].prodselect[disabled].focus,
fieldset[disabled] .page-legacy button.prodselect.focus,
fieldset[disabled] .page-legacy input[type="button"].prodselect.focus,
.page-legacy button.prodselect.disabled:active,
.page-legacy input[type="button"].prodselect.disabled:active,
.page-legacy button.prodselect[disabled]:active,
.page-legacy input[type="button"].prodselect[disabled]:active,
fieldset[disabled] .page-legacy button.prodselect:active,
fieldset[disabled] .page-legacy input[type="button"].prodselect:active,
.page-legacy button.prodselect.disabled.active,
.page-legacy input[type="button"].prodselect.disabled.active,
.page-legacy button.prodselect[disabled].active,
.page-legacy input[type="button"].prodselect[disabled].active,
fieldset[disabled] .page-legacy button.prodselect.active,
fieldset[disabled] .page-legacy input[type="button"].prodselect.active {
  background-color: var(--color-background);
  border-color: var(--color-background);
  filter: none;
}
.page-legacy button.prodselect .badge,
.page-legacy input[type="button"].prodselect .badge {
  color: var(--color-background);
  background-color: var(--color-foreground);
}
.page-legacy button.btn-docselect,
.page-legacy input[type="button"].btn-docselect {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: color .1s ease-in, background .1s ease-in;
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.page-legacy button.btn-docselect:focus,
.page-legacy input[type="button"].btn-docselect:focus,
.page-legacy button.btn-docselect:active:focus,
.page-legacy input[type="button"].btn-docselect:active:focus,
.page-legacy button.btn-docselect.active:focus,
.page-legacy input[type="button"].btn-docselect.active:focus,
.page-legacy button.btn-docselect.focus,
.page-legacy input[type="button"].btn-docselect.focus,
.page-legacy button.btn-docselect:active.focus,
.page-legacy input[type="button"].btn-docselect:active.focus,
.page-legacy button.btn-docselect.active.focus,
.page-legacy input[type="button"].btn-docselect.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.page-legacy button.btn-docselect:hover,
.page-legacy input[type="button"].btn-docselect:hover,
.page-legacy button.btn-docselect:focus,
.page-legacy input[type="button"].btn-docselect:focus,
.page-legacy button.btn-docselect.focus,
.page-legacy input[type="button"].btn-docselect.focus {
  color: var(--color-foreground);
  text-decoration: none;
}
.page-legacy button.btn-docselect:active,
.page-legacy input[type="button"].btn-docselect:active,
.page-legacy button.btn-docselect.active,
.page-legacy input[type="button"].btn-docselect.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.page-legacy button.btn-docselect.disabled,
.page-legacy input[type="button"].btn-docselect.disabled,
.page-legacy button.btn-docselect[disabled],
.page-legacy input[type="button"].btn-docselect[disabled],
fieldset[disabled] .page-legacy button.btn-docselect,
fieldset[disabled] .page-legacy input[type="button"].btn-docselect {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.page-legacy button.btn-docselect.disabled,
a.page-legacy input[type="button"].btn-docselect.disabled,
fieldset[disabled] a.page-legacy button.btn-docselect,
fieldset[disabled] a.page-legacy input[type="button"].btn-docselect {
  pointer-events: none;
}
.page-legacy button.btn-docselect.waiting[disabled],
.page-legacy input[type="button"].btn-docselect.waiting[disabled] {
  cursor: default;
  padding-top: 3px;
  padding-bottom: 3px;
}
.page-legacy button.btn-docselect .chevron-down-icon,
.page-legacy input[type="button"].btn-docselect .chevron-down-icon,
.page-legacy button.btn-docselect .chevron-right-icon,
.page-legacy input[type="button"].btn-docselect .chevron-right-icon {
  font-size: 0.75em;
  margin-left: 2px;
}
.page-legacy button.btn-docselect:focus,
.page-legacy input[type="button"].btn-docselect:focus,
.page-legacy button.btn-docselect.focus,
.page-legacy input[type="button"].btn-docselect.focus {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.9);
}
.page-legacy button.btn-docselect:hover,
.page-legacy input[type="button"].btn-docselect:hover {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.9);
}
.page-legacy button.btn-docselect:active,
.page-legacy input[type="button"].btn-docselect:active,
.page-legacy button.btn-docselect.active,
.page-legacy input[type="button"].btn-docselect.active,
.open > .dropdown-toggle.page-legacy button.btn-docselect,
.open > .dropdown-toggle.page-legacy input[type="button"].btn-docselect {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.85);
}
.page-legacy button.btn-docselect:active:hover,
.page-legacy input[type="button"].btn-docselect:active:hover,
.page-legacy button.btn-docselect.active:hover,
.page-legacy input[type="button"].btn-docselect.active:hover,
.open > .dropdown-toggle.page-legacy button.btn-docselect:hover,
.open > .dropdown-toggle.page-legacy input[type="button"].btn-docselect:hover,
.page-legacy button.btn-docselect:active:focus,
.page-legacy input[type="button"].btn-docselect:active:focus,
.page-legacy button.btn-docselect.active:focus,
.page-legacy input[type="button"].btn-docselect.active:focus,
.open > .dropdown-toggle.page-legacy button.btn-docselect:focus,
.open > .dropdown-toggle.page-legacy input[type="button"].btn-docselect:focus,
.page-legacy button.btn-docselect:active.focus,
.page-legacy input[type="button"].btn-docselect:active.focus,
.page-legacy button.btn-docselect.active.focus,
.page-legacy input[type="button"].btn-docselect.active.focus,
.open > .dropdown-toggle.page-legacy button.btn-docselect.focus,
.open > .dropdown-toggle.page-legacy input[type="button"].btn-docselect.focus {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.8);
}
.page-legacy button.btn-docselect:active,
.page-legacy input[type="button"].btn-docselect:active,
.page-legacy button.btn-docselect.active,
.page-legacy input[type="button"].btn-docselect.active,
.open > .dropdown-toggle.page-legacy button.btn-docselect,
.open > .dropdown-toggle.page-legacy input[type="button"].btn-docselect {
  background-image: none;
}
.page-legacy button.btn-docselect.disabled,
.page-legacy input[type="button"].btn-docselect.disabled,
.page-legacy button.btn-docselect[disabled],
.page-legacy input[type="button"].btn-docselect[disabled],
fieldset[disabled] .page-legacy button.btn-docselect,
fieldset[disabled] .page-legacy input[type="button"].btn-docselect,
.page-legacy button.btn-docselect.disabled:hover,
.page-legacy input[type="button"].btn-docselect.disabled:hover,
.page-legacy button.btn-docselect[disabled]:hover,
.page-legacy input[type="button"].btn-docselect[disabled]:hover,
fieldset[disabled] .page-legacy button.btn-docselect:hover,
fieldset[disabled] .page-legacy input[type="button"].btn-docselect:hover,
.page-legacy button.btn-docselect.disabled:focus,
.page-legacy input[type="button"].btn-docselect.disabled:focus,
.page-legacy button.btn-docselect[disabled]:focus,
.page-legacy input[type="button"].btn-docselect[disabled]:focus,
fieldset[disabled] .page-legacy button.btn-docselect:focus,
fieldset[disabled] .page-legacy input[type="button"].btn-docselect:focus,
.page-legacy button.btn-docselect.disabled.focus,
.page-legacy input[type="button"].btn-docselect.disabled.focus,
.page-legacy button.btn-docselect[disabled].focus,
.page-legacy input[type="button"].btn-docselect[disabled].focus,
fieldset[disabled] .page-legacy button.btn-docselect.focus,
fieldset[disabled] .page-legacy input[type="button"].btn-docselect.focus,
.page-legacy button.btn-docselect.disabled:active,
.page-legacy input[type="button"].btn-docselect.disabled:active,
.page-legacy button.btn-docselect[disabled]:active,
.page-legacy input[type="button"].btn-docselect[disabled]:active,
fieldset[disabled] .page-legacy button.btn-docselect:active,
fieldset[disabled] .page-legacy input[type="button"].btn-docselect:active,
.page-legacy button.btn-docselect.disabled.active,
.page-legacy input[type="button"].btn-docselect.disabled.active,
.page-legacy button.btn-docselect[disabled].active,
.page-legacy input[type="button"].btn-docselect[disabled].active,
fieldset[disabled] .page-legacy button.btn-docselect.active,
fieldset[disabled] .page-legacy input[type="button"].btn-docselect.active {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: none;
}
.page-legacy button.btn-docselect .badge,
.page-legacy input[type="button"].btn-docselect .badge {
  color: var(--color-primary);
  background-color: var(--color-foreground);
}
.page-legacy button.btn-docselect:hover,
.page-legacy input[type="button"].btn-docselect:hover {
  background-image: none;
}
.page-legacy button.prodselect,
.page-legacy input[type="button"].prodselect,
.page-legacy button.docselect,
.page-legacy input[type="button"].docselect {
  min-width: 145px;
  /* Based on text length 'Aanlevervoorwaarden' */
}
.page-legacy button.noproduct,
.page-legacy input[type="button"].noproduct {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: color .1s ease-in, background .1s ease-in;
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  padding: 14px 20px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 12px;
}
.page-legacy button.noproduct:focus,
.page-legacy input[type="button"].noproduct:focus,
.page-legacy button.noproduct:active:focus,
.page-legacy input[type="button"].noproduct:active:focus,
.page-legacy button.noproduct.active:focus,
.page-legacy input[type="button"].noproduct.active:focus,
.page-legacy button.noproduct.focus,
.page-legacy input[type="button"].noproduct.focus,
.page-legacy button.noproduct:active.focus,
.page-legacy input[type="button"].noproduct:active.focus,
.page-legacy button.noproduct.active.focus,
.page-legacy input[type="button"].noproduct.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.page-legacy button.noproduct:hover,
.page-legacy input[type="button"].noproduct:hover,
.page-legacy button.noproduct:focus,
.page-legacy input[type="button"].noproduct:focus,
.page-legacy button.noproduct.focus,
.page-legacy input[type="button"].noproduct.focus {
  color: var(--color-foreground);
  text-decoration: none;
}
.page-legacy button.noproduct:active,
.page-legacy input[type="button"].noproduct:active,
.page-legacy button.noproduct.active,
.page-legacy input[type="button"].noproduct.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.page-legacy button.noproduct.disabled,
.page-legacy input[type="button"].noproduct.disabled,
.page-legacy button.noproduct[disabled],
.page-legacy input[type="button"].noproduct[disabled],
fieldset[disabled] .page-legacy button.noproduct,
fieldset[disabled] .page-legacy input[type="button"].noproduct {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.page-legacy button.noproduct.disabled,
a.page-legacy input[type="button"].noproduct.disabled,
fieldset[disabled] a.page-legacy button.noproduct,
fieldset[disabled] a.page-legacy input[type="button"].noproduct {
  pointer-events: none;
}
.page-legacy button.noproduct.waiting[disabled],
.page-legacy input[type="button"].noproduct.waiting[disabled] {
  cursor: default;
  padding-top: 3px;
  padding-bottom: 3px;
}
.page-legacy button.noproduct .chevron-down-icon,
.page-legacy input[type="button"].noproduct .chevron-down-icon,
.page-legacy button.noproduct .chevron-right-icon,
.page-legacy input[type="button"].noproduct .chevron-right-icon {
  font-size: 0.75em;
  margin-left: 2px;
}
.page-legacy button.noproduct:focus,
.page-legacy input[type="button"].noproduct:focus,
.page-legacy button.noproduct.focus,
.page-legacy input[type="button"].noproduct.focus {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.9);
}
.page-legacy button.noproduct:hover,
.page-legacy input[type="button"].noproduct:hover {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.9);
}
.page-legacy button.noproduct:active,
.page-legacy input[type="button"].noproduct:active,
.page-legacy button.noproduct.active,
.page-legacy input[type="button"].noproduct.active,
.open > .dropdown-toggle.page-legacy button.noproduct,
.open > .dropdown-toggle.page-legacy input[type="button"].noproduct {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.85);
}
.page-legacy button.noproduct:active:hover,
.page-legacy input[type="button"].noproduct:active:hover,
.page-legacy button.noproduct.active:hover,
.page-legacy input[type="button"].noproduct.active:hover,
.open > .dropdown-toggle.page-legacy button.noproduct:hover,
.open > .dropdown-toggle.page-legacy input[type="button"].noproduct:hover,
.page-legacy button.noproduct:active:focus,
.page-legacy input[type="button"].noproduct:active:focus,
.page-legacy button.noproduct.active:focus,
.page-legacy input[type="button"].noproduct.active:focus,
.open > .dropdown-toggle.page-legacy button.noproduct:focus,
.open > .dropdown-toggle.page-legacy input[type="button"].noproduct:focus,
.page-legacy button.noproduct:active.focus,
.page-legacy input[type="button"].noproduct:active.focus,
.page-legacy button.noproduct.active.focus,
.page-legacy input[type="button"].noproduct.active.focus,
.open > .dropdown-toggle.page-legacy button.noproduct.focus,
.open > .dropdown-toggle.page-legacy input[type="button"].noproduct.focus {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.8);
}
.page-legacy button.noproduct:active,
.page-legacy input[type="button"].noproduct:active,
.page-legacy button.noproduct.active,
.page-legacy input[type="button"].noproduct.active,
.open > .dropdown-toggle.page-legacy button.noproduct,
.open > .dropdown-toggle.page-legacy input[type="button"].noproduct {
  background-image: none;
}
.page-legacy button.noproduct.disabled,
.page-legacy input[type="button"].noproduct.disabled,
.page-legacy button.noproduct[disabled],
.page-legacy input[type="button"].noproduct[disabled],
fieldset[disabled] .page-legacy button.noproduct,
fieldset[disabled] .page-legacy input[type="button"].noproduct,
.page-legacy button.noproduct.disabled:hover,
.page-legacy input[type="button"].noproduct.disabled:hover,
.page-legacy button.noproduct[disabled]:hover,
.page-legacy input[type="button"].noproduct[disabled]:hover,
fieldset[disabled] .page-legacy button.noproduct:hover,
fieldset[disabled] .page-legacy input[type="button"].noproduct:hover,
.page-legacy button.noproduct.disabled:focus,
.page-legacy input[type="button"].noproduct.disabled:focus,
.page-legacy button.noproduct[disabled]:focus,
.page-legacy input[type="button"].noproduct[disabled]:focus,
fieldset[disabled] .page-legacy button.noproduct:focus,
fieldset[disabled] .page-legacy input[type="button"].noproduct:focus,
.page-legacy button.noproduct.disabled.focus,
.page-legacy input[type="button"].noproduct.disabled.focus,
.page-legacy button.noproduct[disabled].focus,
.page-legacy input[type="button"].noproduct[disabled].focus,
fieldset[disabled] .page-legacy button.noproduct.focus,
fieldset[disabled] .page-legacy input[type="button"].noproduct.focus,
.page-legacy button.noproduct.disabled:active,
.page-legacy input[type="button"].noproduct.disabled:active,
.page-legacy button.noproduct[disabled]:active,
.page-legacy input[type="button"].noproduct[disabled]:active,
fieldset[disabled] .page-legacy button.noproduct:active,
fieldset[disabled] .page-legacy input[type="button"].noproduct:active,
.page-legacy button.noproduct.disabled.active,
.page-legacy input[type="button"].noproduct.disabled.active,
.page-legacy button.noproduct[disabled].active,
.page-legacy input[type="button"].noproduct[disabled].active,
fieldset[disabled] .page-legacy button.noproduct.active,
fieldset[disabled] .page-legacy input[type="button"].noproduct.active {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: none;
}
.page-legacy button.noproduct .badge,
.page-legacy input[type="button"].noproduct .badge {
  color: var(--color-primary);
  background-color: var(--color-foreground);
}
.page-legacy button.noproduct:hover,
.page-legacy input[type="button"].noproduct:hover {
  background-image: none;
}
.page-legacy .addressform {
  max-width: 440px;
}
.page-legacy .addressform > input:first-child {
  margin-bottom: 10px;
}
.page-legacy .addressform .row-1 {
  margin-top: 10px;
  width: 100%;
  display: flex;
  gap: var(--spacing-sm);
}
.page-legacy .addressform .row-1 input:first-child {
  width: calc(100% - 100px);
}
.page-legacy .addressform .row-2 {
  margin-top: 10px;
  width: 100%;
  display: flex;
  gap: var(--spacing-sm);
}
.page-legacy .addressform .row-2 input:first-child {
  width: calc(100% - 251px);
}
.page-legacy .addressform .row-2 input:last-child {
  width: 240px;
}
.page-legacy .addressform .row-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
@media (max-width: 767px ) {
  .page-legacy .addressform .row-1,
  .page-legacy .addressform .row-2 {
    width: 100%;
    margin-left: 0;
    margin-top: 0 !important;
  }
  .page-legacy .addressform .row-1 input,
  .page-legacy .addressform .row-2 input {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 10px !important;
  }
}
.page-legacy #winkelmandje {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: color .1s ease-in, background .1s ease-in;
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  width: 155px;
  padding: 10px 16px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 10px;
  /* When 'Order now' is displayed next to cart button */
  /* When 'Add to cart' is the only available option */
}
.page-legacy #winkelmandje:focus,
.page-legacy #winkelmandje:active:focus,
.page-legacy #winkelmandje.active:focus,
.page-legacy #winkelmandje.focus,
.page-legacy #winkelmandje:active.focus,
.page-legacy #winkelmandje.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.page-legacy #winkelmandje:hover,
.page-legacy #winkelmandje:focus,
.page-legacy #winkelmandje.focus {
  color: var(--color-foreground);
  text-decoration: none;
}
.page-legacy #winkelmandje:active,
.page-legacy #winkelmandje.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.page-legacy #winkelmandje.disabled,
.page-legacy #winkelmandje[disabled],
fieldset[disabled] .page-legacy #winkelmandje {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.page-legacy #winkelmandje.disabled,
fieldset[disabled] a.page-legacy #winkelmandje {
  pointer-events: none;
}
.page-legacy #winkelmandje.waiting[disabled] {
  cursor: default;
  padding-top: 3px;
  padding-bottom: 3px;
}
.page-legacy #winkelmandje .chevron-down-icon,
.page-legacy #winkelmandje .chevron-right-icon {
  font-size: 0.75em;
  margin-left: 2px;
}
.page-legacy #winkelmandje:focus,
.page-legacy #winkelmandje.focus {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.9);
}
.page-legacy #winkelmandje:hover {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.9);
}
.page-legacy #winkelmandje:active,
.page-legacy #winkelmandje.active,
.open > .dropdown-toggle.page-legacy #winkelmandje {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.85);
}
.page-legacy #winkelmandje:active:hover,
.page-legacy #winkelmandje.active:hover,
.open > .dropdown-toggle.page-legacy #winkelmandje:hover,
.page-legacy #winkelmandje:active:focus,
.page-legacy #winkelmandje.active:focus,
.open > .dropdown-toggle.page-legacy #winkelmandje:focus,
.page-legacy #winkelmandje:active.focus,
.page-legacy #winkelmandje.active.focus,
.open > .dropdown-toggle.page-legacy #winkelmandje.focus {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.8);
}
.page-legacy #winkelmandje:active,
.page-legacy #winkelmandje.active,
.open > .dropdown-toggle.page-legacy #winkelmandje {
  background-image: none;
}
.page-legacy #winkelmandje.disabled,
.page-legacy #winkelmandje[disabled],
fieldset[disabled] .page-legacy #winkelmandje,
.page-legacy #winkelmandje.disabled:hover,
.page-legacy #winkelmandje[disabled]:hover,
fieldset[disabled] .page-legacy #winkelmandje:hover,
.page-legacy #winkelmandje.disabled:focus,
.page-legacy #winkelmandje[disabled]:focus,
fieldset[disabled] .page-legacy #winkelmandje:focus,
.page-legacy #winkelmandje.disabled.focus,
.page-legacy #winkelmandje[disabled].focus,
fieldset[disabled] .page-legacy #winkelmandje.focus,
.page-legacy #winkelmandje.disabled:active,
.page-legacy #winkelmandje[disabled]:active,
fieldset[disabled] .page-legacy #winkelmandje:active,
.page-legacy #winkelmandje.disabled.active,
.page-legacy #winkelmandje[disabled].active,
fieldset[disabled] .page-legacy #winkelmandje.active {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: none;
}
.page-legacy #winkelmandje .badge {
  color: var(--color-primary);
  background-color: var(--color-foreground);
}
.page-legacy #winkelmandje:hover {
  background-image: none;
}
.page-legacy #winkelmandje.order_grey {
  color: var(--color-foreground);
  background-color: var(--color-background);
  border-color: var(--color-background);
  padding: 14px 20px !important;
  border-radius: 12px;
}
.page-legacy #winkelmandje.order_grey:focus,
.page-legacy #winkelmandje.order_grey.focus {
  color: var(--color-foreground);
  background-color: var(--color-background);
  border-color: var(--color-background);
  filter: brightness(0.9);
}
.page-legacy #winkelmandje.order_grey:hover {
  color: var(--color-foreground);
  background-color: var(--color-background);
  border-color: var(--color-background);
  filter: brightness(0.9);
}
.page-legacy #winkelmandje.order_grey:active,
.page-legacy #winkelmandje.order_grey.active,
.open > .dropdown-toggle.page-legacy #winkelmandje.order_grey {
  color: var(--color-foreground);
  background-color: var(--color-background);
  border-color: var(--color-background);
  filter: brightness(0.85);
}
.page-legacy #winkelmandje.order_grey:active:hover,
.page-legacy #winkelmandje.order_grey.active:hover,
.open > .dropdown-toggle.page-legacy #winkelmandje.order_grey:hover,
.page-legacy #winkelmandje.order_grey:active:focus,
.page-legacy #winkelmandje.order_grey.active:focus,
.open > .dropdown-toggle.page-legacy #winkelmandje.order_grey:focus,
.page-legacy #winkelmandje.order_grey:active.focus,
.page-legacy #winkelmandje.order_grey.active.focus,
.open > .dropdown-toggle.page-legacy #winkelmandje.order_grey.focus {
  color: var(--color-foreground);
  background-color: var(--color-background);
  border-color: var(--color-background);
  filter: brightness(0.8);
}
.page-legacy #winkelmandje.order_grey:active,
.page-legacy #winkelmandje.order_grey.active,
.open > .dropdown-toggle.page-legacy #winkelmandje.order_grey {
  background-image: none;
}
.page-legacy #winkelmandje.order_grey.disabled,
.page-legacy #winkelmandje.order_grey[disabled],
fieldset[disabled] .page-legacy #winkelmandje.order_grey,
.page-legacy #winkelmandje.order_grey.disabled:hover,
.page-legacy #winkelmandje.order_grey[disabled]:hover,
fieldset[disabled] .page-legacy #winkelmandje.order_grey:hover,
.page-legacy #winkelmandje.order_grey.disabled:focus,
.page-legacy #winkelmandje.order_grey[disabled]:focus,
fieldset[disabled] .page-legacy #winkelmandje.order_grey:focus,
.page-legacy #winkelmandje.order_grey.disabled.focus,
.page-legacy #winkelmandje.order_grey[disabled].focus,
fieldset[disabled] .page-legacy #winkelmandje.order_grey.focus,
.page-legacy #winkelmandje.order_grey.disabled:active,
.page-legacy #winkelmandje.order_grey[disabled]:active,
fieldset[disabled] .page-legacy #winkelmandje.order_grey:active,
.page-legacy #winkelmandje.order_grey.disabled.active,
.page-legacy #winkelmandje.order_grey[disabled].active,
fieldset[disabled] .page-legacy #winkelmandje.order_grey.active {
  background-color: var(--color-background);
  border-color: var(--color-background);
  filter: none;
}
.page-legacy #winkelmandje.order_grey .badge {
  color: var(--color-background);
  background-color: var(--color-foreground);
}
.page-legacy #winkelmandje.order_magenta {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  padding: 14px 20px !important;
  border-radius: 12px;
  float: right;
}
.page-legacy #winkelmandje.order_magenta:focus,
.page-legacy #winkelmandje.order_magenta.focus {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.9);
}
.page-legacy #winkelmandje.order_magenta:hover {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.9);
}
.page-legacy #winkelmandje.order_magenta:active,
.page-legacy #winkelmandje.order_magenta.active,
.open > .dropdown-toggle.page-legacy #winkelmandje.order_magenta {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.85);
}
.page-legacy #winkelmandje.order_magenta:active:hover,
.page-legacy #winkelmandje.order_magenta.active:hover,
.open > .dropdown-toggle.page-legacy #winkelmandje.order_magenta:hover,
.page-legacy #winkelmandje.order_magenta:active:focus,
.page-legacy #winkelmandje.order_magenta.active:focus,
.open > .dropdown-toggle.page-legacy #winkelmandje.order_magenta:focus,
.page-legacy #winkelmandje.order_magenta:active.focus,
.page-legacy #winkelmandje.order_magenta.active.focus,
.open > .dropdown-toggle.page-legacy #winkelmandje.order_magenta.focus {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.8);
}
.page-legacy #winkelmandje.order_magenta:active,
.page-legacy #winkelmandje.order_magenta.active,
.open > .dropdown-toggle.page-legacy #winkelmandje.order_magenta {
  background-image: none;
}
.page-legacy #winkelmandje.order_magenta.disabled,
.page-legacy #winkelmandje.order_magenta[disabled],
fieldset[disabled] .page-legacy #winkelmandje.order_magenta,
.page-legacy #winkelmandje.order_magenta.disabled:hover,
.page-legacy #winkelmandje.order_magenta[disabled]:hover,
fieldset[disabled] .page-legacy #winkelmandje.order_magenta:hover,
.page-legacy #winkelmandje.order_magenta.disabled:focus,
.page-legacy #winkelmandje.order_magenta[disabled]:focus,
fieldset[disabled] .page-legacy #winkelmandje.order_magenta:focus,
.page-legacy #winkelmandje.order_magenta.disabled.focus,
.page-legacy #winkelmandje.order_magenta[disabled].focus,
fieldset[disabled] .page-legacy #winkelmandje.order_magenta.focus,
.page-legacy #winkelmandje.order_magenta.disabled:active,
.page-legacy #winkelmandje.order_magenta[disabled]:active,
fieldset[disabled] .page-legacy #winkelmandje.order_magenta:active,
.page-legacy #winkelmandje.order_magenta.disabled.active,
.page-legacy #winkelmandje.order_magenta[disabled].active,
fieldset[disabled] .page-legacy #winkelmandje.order_magenta.active {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: none;
}
.page-legacy #winkelmandje.order_magenta .badge {
  color: var(--color-primary);
  background-color: var(--color-foreground);
}
.page-legacy #winkelmandje.order_magenta:hover {
  background-image: none;
}
.page-legacy #winkelmandje i {
  font-size: 20px;
  margin-right: 9px;
  vertical-align: middle;
}
.page-legacy #winkelmandje br {
  display: none;
}
.page-legacy .form-button-group {
  float: right;
}
.page-legacy .form-button-group:last-child {
  float: left;
}
.page-legacy .form-button-group:last-child .btn {
  margin-top: 0;
}
/* Order form */
#calcForm {
  /* Spacing between product options */
}
#calcForm table {
  /* Override inline style properties */
  margin: 0 !important;
}
#calcForm .tr_color_custom_fields td > div {
  /* Override inline style properties */
  display: block !important;
}
#calcForm .tr_color_custom_fields td > div,
#calcForm .tr_size_custom_fields td > div {
  /* Override inline style properties */
  margin-left: 30px !important;
}
#calcForm .tr_spine_editor_colors td > div {
  margin-left: 0px !important;
}
#calcForm .big-spacing-top td,
#calcForm .big-spacing-top > div,
#calcForm .spacing-top > div,
#calcForm .spacing-top td {
  padding-top: 15px;
}
#calcForm .leaf-icon {
  color: green;
}
#calcForm .star-icon {
  color: #38ccff;
  border: 0;
}
#calcForm .custom-size-field {
  margin-left: 12%;
  display: inline;
}
#calcForm .eyedropper-button {
  border-radius: 4px;
  height: 33px;
  width: 33px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  border: 1px solid #969696;
  margin-top: 1px;
}
#calcForm .eyedropper-button i {
  font-size: 20px;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 6px 0;
}
#calcForm .eyedropper-button i:hover {
  color: #ffd900;
}
#calcForm .eyedropper-button:hover {
  border-color: #ffd900;
  cursor: pointer;
}
.template-upload td:nth-child(3),
.template-download td:nth-child(3) {
  width: 66%;
  max-width: 0;
}
@media only screen and (max-width: 620px) {
  .template-upload td:nth-child(3),
  .template-download td:nth-child(3) {
    display: none;
  }
}
.template-upload td .name,
.template-download td .name {
  width: auto;
  word-wrap: break-all;
  margin-bottom: 0px;
}
.template-upload td .datetime,
.template-download td .datetime {
  color: #c1c1c1;
}
.template-upload .small_review_holder,
.template-download .small_review_holder {
  position: relative;
  width: 60px;
  min-width: 60px;
  height: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 620px) {
  .template-upload .small_review_holder,
  .template-download .small_review_holder {
    width: 100%;
    height: unset;
    max-width: 100px;
  }
}
.template-upload .small_review_holder img,
.template-download .small_review_holder img {
  max-height: 60px;
  max-width: 60px;
}
@media only screen and (max-width: 620px) {
  .template-upload .small_review_holder img,
  .template-download .small_review_holder img {
    max-height: 80px;
    max-width: unset;
    width: 100%;
  }
}
.template-upload .documents-icons,
.template-download .documents-icons {
  vertical-align: middle;
}
.template-upload .file_info,
.template-download .file_info {
  max-width: 0px;
}
.template-upload .file_and_name,
.template-download .file_and_name {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  max-width: 100%;
}
@media only screen and (max-width: 620px) {
  .template-upload .file_and_name,
  .template-download .file_and_name {
    flex-direction: column;
  }
}
.template-upload .file_name_date,
.template-download .file_name_date {
  flex: 1 1;
}
.template-upload .filename,
.template-download .filename {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 767px ) {
  #file_search_input {
    width: 100%;
  }
}
.pp-template-new-label {
  display: table;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: transparent;
  text-align: center;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 200px;
}
.pp-template-new-label span {
  display: table-row;
  height: 200px;
}
.pp-template-new-label span span {
  display: table-cell;
  line-height: 30px;
  font-size: 23px;
  vertical-align: middle;
  font-weight: bold;
  height: 200px;
  padding: 0 20px;
}
#document-table {
  table-layout: fixed;
}
#document-table table td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.order-list {
  border-bottom: 1px solid #d1d1d1;
}
.order-list__header {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #d1d1d1;
  font-weight: 500;
  color: #5d5d5d;
  font-size: 14px;
}
.order-list__col {
  padding: 8px 10px;
}
.order-list__col--preview {
  width: 9%;
  min-width: 75px;
}
.order-list__col--preview img {
  width: 100%;
  max-width: 75px;
  display: block;
}
.order-list__col--preview a {
  display: block;
}
.order-list__col--actions {
  width: 11%;
  min-width: 60px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.order-list__col--quantity {
  width: 14%;
  min-width: 80px;
}
.order-list__col--quantity input.number {
  width: 50px;
  padding: 7% 10%;
}
.order-list__col--product {
  flex: 1;
  min-width: 200px;
}
.order-list__col--subtotal {
  width: 11%;
  min-width: 90px;
  text-align: right;
}
.order-list__col--vat {
  width: 6%;
  min-width: 50px;
  text-align: right;
}
.order-list__col--status {
  min-width: 120px;
  text-align: right;
}
.order-item {
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #e7e7e7;
}
.order-item:last-of-type {
  border-bottom: none;
}
.order-item--mobile {
  flex-direction: column;
  padding: 16px 0 24px;
}
.order-item__row {
  display: flex;
  width: 100%;
  gap: 12px;
}
.order-item__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 40px;
}
.order-item__preview {
  width: 85px;
  flex-shrink: 0;
}
.order-item__preview img {
  width: 90%;
}
.order-item__content {
  flex: 1;
}
.order-item__price {
  float: right;
  font-weight: 500;
}
.order-item__title {
  font-weight: 500;
  padding-bottom: 4px;
}
.order-item__unit-price {
  float: right;
  color: #6d6d6d;
}
.order-item__summary {
  color: #5d5d5d;
  font-size: 14px;
  line-height: 1.5;
}
.order-item__product-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4px;
}
.order-item__discount-badge {
  margin-left: 8px;
  margin-top: -7%;
  margin-bottom: -5%;
}
.order-item__fixed-price {
  color: #16a34a;
  font-size: 12px;
  margin-top: 4px;
}
.order-item__files {
  margin: 8px 0;
  padding-left: 0;
  list-style: none;
}
.order-item__files li {
  padding: 2px 0;
  font-size: 14px;
}
.order-item__delivery-method {
  margin: 8px 0;
  font-size: 14px;
  color: #5d5d5d;
}
.order-item__reference {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}
.order-item__errors {
  margin-top: 12px;
}
.order-item__status {
  margin-top: 12px;
}
.order-summary {
  padding-top: 8px;
}
.order-summary__row {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.order-summary__row--subtotal {
  padding-top: 12px;
}
.order-summary__row--total {
  padding: 16px 0;
}
.order-summary__label {
  flex: 1;
  text-align: right;
  padding-right: 16px;
}
.order-summary__label--total {
  font-weight: 500;
}
.order-summary__value {
  width: 100px;
  text-align: right;
}
.order-summary__value--border {
  border-top: 1px solid #d1d1d1;
  padding-top: 8px;
}
.order-summary__value--total {
  font-weight: 500;
}
.order-summary__value--highlight {
  color: #0891b2;
  font-weight: 600;
}
.order-summary__vat {
  width: 60px;
  text-align: right;
  padding-left: 10px;
}
.order-summary__toggle {
  text-align: right;
  padding: 12px 0;
  background: white;
}
.order-summary__error {
  padding: 12px 0;
}
.order-summary__note {
  font-size: 13px;
  color: #5d5d5d;
  padding: 12px 0;
  line-height: 1.5;
}
.order-empty {
  padding: 20px 0;
  color: #5d5d5d;
}
.basket-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding-top: 16px;
}
@media (max-width: 991px ) {
  .basket-form {
    grid-template-columns: 1fr;
  }
}
.basket-form__comment textarea {
  width: 100%;
  height: 50px;
  resize: none;
}
.basket-form__char-count {
  float: right;
  font-size: 10px;
}
.basket-form__char-count.hidden {
  display: none;
}
.basket-form__coupon:before,
.basket-form__coupon:after {
  content: " ";
  display: table;
}
.basket-form__coupon:after {
  clear: both;
}
.basket-form__coupon:before,
.basket-form__coupon:after {
  content: " ";
  display: table;
}
.basket-form__coupon:after {
  clear: both;
}
.basket-form__coupon-active {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.basket-form__coupon-input {
  display: flex;
  gap: 0;
}
.basket-form__coupon-input input[type="text"] {
  padding: 8px;
  flex: 1;
}
.basket-form__coupon-input input[type="button"] {
  padding: 8px 12px;
}
.basket-form__admin-discounts {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 12px;
  align-items: center;
}
.basket-form__discount-row {
  display: contents;
}
.basket-form__discount-row label {
  text-align: right;
}
.basket-form__discount-row--full {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.basket-form__discount-row--full textarea {
  height: 60px;
}
.basket-form__discount-row--submit {
  grid-column: 2;
  display: flex;
  justify-content: flex-end;
}
.basket-form__discount-row--submit input[type="submit"] {
  padding: 8px 16px;
}
.basket-form__discount-remove {
  margin-top: 12px;
}
.basket-form__discount-remove input[type="submit"] {
  padding: 8px 16px;
}
.basket-form__actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
  padding-top: 16px;
}
@media (max-width: 991px ) {
  .basket-form__actions {
    flex-direction: column;
  }
  .basket-form__actions button {
    width: 100%;
  }
}
@media (max-width: 1219px ) {
  .order-list__col--preview {
    width: 70px;
    min-width: 70px;
  }
  .order-list__col--actions {
    width: 50px;
    min-width: 50px;
  }
  .order-list__col--quantity {
    width: 70px;
    min-width: 70px;
  }
  .order-list__col--subtotal {
    min-width: 80px;
  }
}
@media (max-width: 991px ) {
  .order-list__header {
    display: none;
  }
  .order-item {
    flex-direction: column;
    gap: 12px;
  }
  .order-list__col {
    width: 100% !important;
    padding: 4px 0;
  }
  .order-list__col--subtotal,
  .order-list__col--vat {
    text-align: left;
  }
  .order-list__col--product {
    order: -1;
  }
  .order-summary__row {
    flex-wrap: wrap;
  }
  .order-summary__label {
    flex: none;
    width: 100%;
    text-align: left;
    padding-right: 0;
    margin-bottom: 4px;
  }
  .order-summary__value {
    width: auto;
    margin-left: auto;
  }
  .order-summary__vat {
    display: none;
  }
}
/* Use a wrapper to make sure we only style within the legacy pages */
.page-legacy .predefined_designs {
  text-align: justify;
}
.page-legacy .predefined_designs .pitchprint-design {
  cursor: pointer;
  background: #CCC;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  margin: 0px 10px 31px 0px;
}
.page-legacy .predefined_designs .pitchprint-design img {
  text-align: center;
  max-width: 100%;
  height: 200px;
  border: 1px solid #000;
}
.page-legacy .predefined_designs .pitchprint-design img.visitekaart {
  height: 180px;
}
.page-legacy .predefined_designs .pitchprint-design div.title {
  text-align: center;
  background: white;
  width: 100%;
  position: absolute;
  height: 24px;
}
.page-legacy .lightbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  z-index: 900;
  background-color: rgba(0, 0, 0, 0.7);
  /* Done button */
  /* "Nee, ga verder" button */
  /* Applies to whole document list table */
  /* When "Eerder geupload" is preceded by "Geselecteerde documenten" give it some extra whitespace  */
  /* Drag and drop files module */
}
.page-legacy .lightbox .grid-container {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-left: 0;
}
.page-legacy .lightbox .grid-container .nodocument {
  position: absolute;
  top: 75px;
  left: 5%;
  margin: 0 auto 150px auto;
  width: 90%;
}
.page-legacy .lightbox .waiting_for_approvement_question,
.page-legacy .lightbox .waiting_for_approvement {
  color: #ff367d;
}
.page-legacy .lightbox .grid_8,
.page-legacy .lightbox .grid_10 {
  position: fixed;
  margin: 180px auto 0 auto;
  width: 70%;
  background: #fff;
  padding: 25px 30px;
  z-index: 1000;
  margin-left: 8.5%;
  border: 1px solid #7d7d7d;
  border-radius: 15px;
  box-shadow: 0px 0px 9px 1px rgba(1, 1, 1, 0.25);
}
.page-legacy .lightbox .grid_10 {
  width: 90%;
  margin-left: 5%;
  margin-top: 60px;
}
.page-legacy .lightbox .button-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  outline: none;
  text-align: center;
  border-bottom: dotted 1px;
  text-decoration: none;
}
.page-legacy .lightbox .button-close:focus,
.page-legacy .lightbox .button-close:hover {
  text-decoration: none;
  border: 0;
}
.page-legacy .lightbox .absolute {
  position: absolute;
}
.page-legacy .lightbox h1 {
  width: 85%;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: normal;
  text-align: center;
  text-align: left;
  width: 100%;
  padding-right: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-wrap .page-legacy .lightbox h1 {
  text-align: left;
}
.page-legacy .lightbox .calculate th {
  font-size: 18px;
}
.page-legacy .lightbox .fancy-radio {
  margin-bottom: 10px;
}
.page-legacy .lightbox .exit_product_upload {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  padding: 6px 12px !important;
}
.page-legacy .lightbox .exit_product_upload:focus,
.page-legacy .lightbox .exit_product_upload.focus {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.9);
}
.page-legacy .lightbox .exit_product_upload:hover {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.9);
}
.page-legacy .lightbox .exit_product_upload:active,
.page-legacy .lightbox .exit_product_upload.active,
.open > .dropdown-toggle.page-legacy .lightbox .exit_product_upload {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.85);
}
.page-legacy .lightbox .exit_product_upload:active:hover,
.page-legacy .lightbox .exit_product_upload.active:hover,
.open > .dropdown-toggle.page-legacy .lightbox .exit_product_upload:hover,
.page-legacy .lightbox .exit_product_upload:active:focus,
.page-legacy .lightbox .exit_product_upload.active:focus,
.open > .dropdown-toggle.page-legacy .lightbox .exit_product_upload:focus,
.page-legacy .lightbox .exit_product_upload:active.focus,
.page-legacy .lightbox .exit_product_upload.active.focus,
.open > .dropdown-toggle.page-legacy .lightbox .exit_product_upload.focus {
  color: var(--color-foreground);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: brightness(0.8);
}
.page-legacy .lightbox .exit_product_upload:active,
.page-legacy .lightbox .exit_product_upload.active,
.open > .dropdown-toggle.page-legacy .lightbox .exit_product_upload {
  background-image: none;
}
.page-legacy .lightbox .exit_product_upload.disabled,
.page-legacy .lightbox .exit_product_upload[disabled],
fieldset[disabled] .page-legacy .lightbox .exit_product_upload,
.page-legacy .lightbox .exit_product_upload.disabled:hover,
.page-legacy .lightbox .exit_product_upload[disabled]:hover,
fieldset[disabled] .page-legacy .lightbox .exit_product_upload:hover,
.page-legacy .lightbox .exit_product_upload.disabled:focus,
.page-legacy .lightbox .exit_product_upload[disabled]:focus,
fieldset[disabled] .page-legacy .lightbox .exit_product_upload:focus,
.page-legacy .lightbox .exit_product_upload.disabled.focus,
.page-legacy .lightbox .exit_product_upload[disabled].focus,
fieldset[disabled] .page-legacy .lightbox .exit_product_upload.focus,
.page-legacy .lightbox .exit_product_upload.disabled:active,
.page-legacy .lightbox .exit_product_upload[disabled]:active,
fieldset[disabled] .page-legacy .lightbox .exit_product_upload:active,
.page-legacy .lightbox .exit_product_upload.disabled.active,
.page-legacy .lightbox .exit_product_upload[disabled].active,
fieldset[disabled] .page-legacy .lightbox .exit_product_upload.active {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  filter: none;
}
.page-legacy .lightbox .exit_product_upload .badge {
  color: var(--color-primary);
  background-color: var(--color-foreground);
}
.page-legacy .lightbox .exit_product_upload:hover {
  background-image: none;
}
.page-legacy .lightbox .cancel_upload {
  color: var(--color-foreground);
  background-color: var(--color-background);
  border-color: var(--color-background);
  margin-left: 10px;
}
.page-legacy .lightbox .cancel_upload:focus,
.page-legacy .lightbox .cancel_upload.focus {
  color: var(--color-foreground);
  background-color: var(--color-background);
  border-color: var(--color-background);
  filter: brightness(0.9);
}
.page-legacy .lightbox .cancel_upload:hover {
  color: var(--color-foreground);
  background-color: var(--color-background);
  border-color: var(--color-background);
  filter: brightness(0.9);
}
.page-legacy .lightbox .cancel_upload:active,
.page-legacy .lightbox .cancel_upload.active,
.open > .dropdown-toggle.page-legacy .lightbox .cancel_upload {
  color: var(--color-foreground);
  background-color: var(--color-background);
  border-color: var(--color-background);
  filter: brightness(0.85);
}
.page-legacy .lightbox .cancel_upload:active:hover,
.page-legacy .lightbox .cancel_upload.active:hover,
.open > .dropdown-toggle.page-legacy .lightbox .cancel_upload:hover,
.page-legacy .lightbox .cancel_upload:active:focus,
.page-legacy .lightbox .cancel_upload.active:focus,
.open > .dropdown-toggle.page-legacy .lightbox .cancel_upload:focus,
.page-legacy .lightbox .cancel_upload:active.focus,
.page-legacy .lightbox .cancel_upload.active.focus,
.open > .dropdown-toggle.page-legacy .lightbox .cancel_upload.focus {
  color: var(--color-foreground);
  background-color: var(--color-background);
  border-color: var(--color-background);
  filter: brightness(0.8);
}
.page-legacy .lightbox .cancel_upload:active,
.page-legacy .lightbox .cancel_upload.active,
.open > .dropdown-toggle.page-legacy .lightbox .cancel_upload {
  background-image: none;
}
.page-legacy .lightbox .cancel_upload.disabled,
.page-legacy .lightbox .cancel_upload[disabled],
fieldset[disabled] .page-legacy .lightbox .cancel_upload,
.page-legacy .lightbox .cancel_upload.disabled:hover,
.page-legacy .lightbox .cancel_upload[disabled]:hover,
fieldset[disabled] .page-legacy .lightbox .cancel_upload:hover,
.page-legacy .lightbox .cancel_upload.disabled:focus,
.page-legacy .lightbox .cancel_upload[disabled]:focus,
fieldset[disabled] .page-legacy .lightbox .cancel_upload:focus,
.page-legacy .lightbox .cancel_upload.disabled.focus,
.page-legacy .lightbox .cancel_upload[disabled].focus,
fieldset[disabled] .page-legacy .lightbox .cancel_upload.focus,
.page-legacy .lightbox .cancel_upload.disabled:active,
.page-legacy .lightbox .cancel_upload[disabled]:active,
fieldset[disabled] .page-legacy .lightbox .cancel_upload:active,
.page-legacy .lightbox .cancel_upload.disabled.active,
.page-legacy .lightbox .cancel_upload[disabled].active,
fieldset[disabled] .page-legacy .lightbox .cancel_upload.active {
  background-color: var(--color-background);
  border-color: var(--color-background);
  filter: none;
}
.page-legacy .lightbox .cancel_upload .badge {
  color: var(--color-background);
  background-color: var(--color-foreground);
}
.page-legacy .lightbox .exit_product_upload,
.page-legacy .lightbox .cancel_upload {
  min-width: 120px;
  float: right;
  line-height: 1.42857143 !important;
}
.page-legacy .lightbox .files-head,
.page-legacy .lightbox #multi_file {
  display: none;
  /* I believe this is done through Javascript. But this is a temporary fix */
}
.page-legacy .lightbox .custom-scrollable {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 400px;
  width: calc(100% + 7px);
  border-top: 0px;
}
.page-legacy .lightbox .custom-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.page-legacy .lightbox .custom-scrollable::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-legacy .lightbox .custom-scrollable span.pp_design {
  display: block;
  cursor: pointer;
  border: 1px solid #000;
  margin: 1.5%;
  width: 30%;
  background: #CCC;
  float: left;
  box-sizing: border-box;
  position: relative;
}
.page-legacy .lightbox .custom-scrollable span.pp_design:nth-child(3n + 1) {
  clear: both;
}
.page-legacy .lightbox .custom-scrollable span.pp_design span.pp_text_container {
  display: block;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-legacy .lightbox .custom-scrollable span.pp_design span.pp_text_container span.pp_shade {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000;
  opacity: 0.3;
  height: 100%;
}
.page-legacy .lightbox .custom-scrollable span.pp_design span.pp_text_container span.pp_text {
  display: block;
  color: #000;
  text-align: center;
  text-shadow: 0px 1px #FFF;
}
.page-legacy .lightbox .custom-scrollable span.pp_design img {
  max-width: 100%;
  max-height: 137px;
  text-align: center;
}
.page-legacy .lightbox .preview-upload-message {
  width: 85%;
  float: left;
  padding: 6px 15px;
  display: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.page-legacy .lightbox .files {
  overflow-y: scroll;
  overflow-x: hidden;
  /*display: table-row-group;*/
  display: block;
  max-height: 400px;
  width: calc(100% + 7px);
}
.page-legacy .lightbox .files::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.page-legacy .lightbox .files::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.page-legacy .lightbox .sortable_new_spot {
  width: 100%;
  background: #ddd;
  height: 82px;
}
.page-legacy .lightbox .document_list .ui-sortable-over {
  background-color: #cffafe;
}
.page-legacy .lightbox .selected_files,
.page-legacy .lightbox .selected_cover_files,
.page-legacy .lightbox .selected_spine_files {
  width: 100%;
  display: block;
}
.page-legacy .lightbox .hidden-dropzone {
  display: none;
}
.page-legacy .lightbox .selected_spine_files.hover,
.page-legacy .lightbox .selected_cover_files.hover,
.page-legacy .lightbox .selected_files.hover,
.page-legacy .lightbox .selected_spine_files:hover,
.page-legacy .lightbox .selected_cover_files:hover,
.page-legacy .lightbox .selected_files tr:hover {
  background: #f6f6f6;
}
.page-legacy .lightbox .selected_files + .files-head tr > th,
.page-legacy .lightbox .selected_cover_files + .files-head tr > th,
.page-legacy .lightbox .selected_spine_files + .files-head tr > th {
  padding-top: 40px;
}
.page-legacy .lightbox .template-download-no-drag,
.page-legacy .lightbox .template-upload,
.page-legacy .lightbox .template-download {
  cursor: move;
  border-radius: 3px;
}
.page-legacy .lightbox .template-download-no-drag:hover,
.page-legacy .lightbox .template-upload:hover,
.page-legacy .lightbox .template-download:hover {
  background-color: #f6f6f6;
}
.page-legacy .lightbox .template-download-no-drag i.far,
.page-legacy .lightbox .template-upload i.far,
.page-legacy .lightbox .template-download i.far {
  font-size: 25px;
}
.page-legacy .lightbox .template-download-no-drag td:nth-child(1),
.page-legacy .lightbox .template-upload td:nth-child(1),
.page-legacy .lightbox .template-download td:nth-child(1) {
  width: 5%;
}
.page-legacy .lightbox .template-download-no-drag td:nth-child(3),
.page-legacy .lightbox .template-upload td:nth-child(3),
.page-legacy .lightbox .template-download td:nth-child(3) {
  width: 61%;
}
.page-legacy .lightbox .template-download-no-drag td:nth-child(4),
.page-legacy .lightbox .template-upload td:nth-child(4),
.page-legacy .lightbox .template-download td:nth-child(4) {
  width: 18%;
}
.page-legacy .lightbox .template-download-no-drag td:nth-child(5),
.page-legacy .lightbox .template-upload td:nth-child(5),
.page-legacy .lightbox .template-download td:nth-child(5) {
  width: 9%;
}
.page-legacy .lightbox .template-download-no-drag .name,
.page-legacy .lightbox .template-upload .name,
.page-legacy .lightbox .template-download .name {
  margin: 0px;
}
.page-legacy .lightbox .template-download-no-drag .name span,
.page-legacy .lightbox .template-upload .name span,
.page-legacy .lightbox .template-download .name span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: -moz-max-content;
  max-width: max-content;
}
.page-legacy .lightbox .template-download-no-drag .datetime,
.page-legacy .lightbox .template-upload .datetime,
.page-legacy .lightbox .template-download .datetime {
  color: #c1c1c1;
}
.page-legacy .lightbox .template-download-no-drag .empty-box,
.page-legacy .lightbox .template-upload .empty-box,
.page-legacy .lightbox .template-download .empty-box {
  height: 50px;
  margin: 4px;
  line-height: 50px;
  text-align: center;
  background: #ddd;
}
.page-legacy .lightbox .template-download-no-drag .empty-box svg,
.page-legacy .lightbox .template-upload .empty-box svg,
.page-legacy .lightbox .template-download .empty-box svg {
  margin-top: 10px;
}
.page-legacy .lightbox .template-download-no-drag .empty-box span,
.page-legacy .lightbox .template-upload .empty-box span,
.page-legacy .lightbox .template-download .empty-box span {
  display: inline-block;
  line-height: 20px;
  color: #cbcbcb;
  vertical-align: top;
  margin-top: 18px;
}
.page-legacy .lightbox .template-download-no-drag {
  cursor: auto;
}
.page-legacy .lightbox tbody.table_designs {
  display: block;
}
.page-legacy .lightbox .nav-tabs {
  margin-bottom: -2px;
}
.page-legacy .lightbox .nav-tabs > li.active > a {
  border-color: #ccc;
  border-bottom: 0px;
}
.page-legacy .lightbox .tab-content {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
@media only screen and (max-width: 639px) {
  .page-legacy .lightbox {
    position: fixed;
  }
}
.page-legacy .preview {
  display: inline-block;
  min-height: 60px;
}
@media (max-width: 1219px ) {
  .page-legacy .main .lightbox {
    z-index: -1;
  }
  .page-legacy .lightbox {
    /* Drag and drop files module */
  }
  .page-legacy .lightbox > div:not(.uploadcontainer-rounded-corners) {
    margin: 85px auto 0 auto;
    width: 95%;
    padding: 15px 15px;
    margin-left: 2.5%;
  }
  .page-legacy .lightbox h1 {
    width: 100%;
    font-size: 21px;
  }
  .page-legacy .lightbox .files {
    width: 100%;
  }
  .page-legacy .lightbox .files .ui-sortable-helper {
    background: #f6f6f6;
  }
  .page-legacy .lightbox .files .name {
    width: auto;
  }
}
@media (max-width: 767px ) {
  .page-legacy .lightbox {
    /* Drag and drop files module */
  }
  .page-legacy .lightbox.slide-down {
    position: relative;
    background: white;
    border: none;
    float: left;
    z-index: 0;
  }
  .page-legacy .lightbox.slide-down .absolute {
    position: static;
    margin: 0 auto;
    width: 94%;
    background: none;
    border: none;
    box-shadow: none;
    padding: 3% 0;
  }
  .page-legacy .lightbox p.exit_product_upload_p {
    text-align: center;
    margin-bottom: 0px;
  }
  .page-legacy .lightbox p.exit_product_upload_p .exit_product_upload {
    float: none;
    margin-top: 10px;
  }
  .page-legacy .lightbox .template-upload .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 140px;
    display: inline-block;
  }
  .page-legacy .lightbox .template-upload .progress-text {
    display: none;
  }
}
@media only screen and (max-width: 620px) {
  .page-legacy .template-download .name span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
  }
}
.new-order-form .submission-info {
  display: flex;
  gap: 15px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .new-order-form .docselect-lightbox,
  .new-order-form .deliverydetails-lightbox {
    padding: 15px;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .new-order-form .uploadcontainer {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    position: relative !important;
    border-radius: 6px;
    overflow-y: auto;
    padding: 15px;
  }
  .new-order-form .uploadcontainer-rounded-corners {
    margin: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    margin-left: 0 !important;
    border-radius: 15px;
    overflow: hidden;
    height: 100% !important;
  }
  .new-order-form .submission-info {
    flex-direction: column;
  }
}
body.lightbox-open .page-wrap {
  z-index: 999;
}
@media (min-width: 480px ) {
  body.lightbox-open #legacyLightboxOverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 6;
    background-color: rgba(0, 0, 0, 0.7);
  }
  body.lightbox-open .page-wrap {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
/* iDeal bank list */
#ideal-bank-list {
  display: none;
}
#ideal-bank-list td {
  padding-left: 78px;
}
#ideal-bank-list td #ideal-more-items {
  display: none;
  float: left;
}
#ideal-bank-list td .ideal-bank-item {
  width: 48%;
  float: left;
  padding: 5px;
  margin: 2px;
  border-radius: 3px;
}
#ideal-bank-list td .ideal-bank-item:hover {
  cursor: pointer;
  background-color: #e7e7e7;
  transition-duration: 0.2s;
}
#ideal-bank-list td .ideal-bank-item.ideal-bank-toggle {
  display: none;
}
#ideal-bank-list td .ideal-bank-item.selected-bank-item {
  background-color: white;
}
#ideal-bank-list td .ideal-bank-item img {
  margin-right: 10px;
}
#ideal-bank-list td #ideal-show-more {
  text-align: center;
  width: 100%;
  display: inline-block;
  border: none;
}
#ideal-bank-list td #ideal-show-more:hover {
  color: #06b6d4;
}
/* Preview holder */
#preview-holder .inner-dropzone {
  padding: 2px;
}
#preview-holder.in .inner-dropzone {
  border: 2px dashed #9e9e9e;
  padding: 0;
}
#preview-holder.hover .inner-dropzone {
  border: 2px dashed #38ccff;
  padding: 0;
}
#preview-holder.hover .inner-dropzone svg {
  fill: #38ccff !important;
}
#preview-holder.hover .inner-dropzone span {
  color: #38ccff !important;
}
/* Preview */
#live-preview #preview-overlay-all {
  z-index: 109 !important;
}
#live-preview #preview-overlay {
  z-index: 99;
}
#live-preview #preview-slides-hover {
  z-index: 300;
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 9996;
}
#live-preview #preview-slides-hover:not(.disabled):hover {
  cursor: zoom-in;
  cursor: -moz-zoom-in;
}
#live-preview #preview-slides-hover.disabled:hover {
  cursor: crosshair;
  cursor: -webkit-crosshair;
  cursor: -moz-crosshair;
}
#live-preview #preview-slides:hover {
  cursor: zoom-in;
  cursor: -moz-zoom-in;
}
#live-preview #preview-slides .preview-slide:not(:first-child) {
  display: none;
}
#live-preview #preview-spine-editor {
  text-align: center;
  width: 100%;
  padding: 7px 0;
  color: white;
  z-index: 9999;
  float: left;
  display: none;
}
#live-preview #preview-spine-editor a {
  display: inline-block;
  border: none;
  color: #4f4f4f;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#live-preview #preview-zoom-loading {
  z-index: 600;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 45%;
  text-align: center;
  width: 40%;
  /* IE fix */
  margin-left: 45%;
  /* IE fix */
}
#live-preview #preview-image-loading {
  display: none;
  z-index: 99;
}
#live-preview #preview-loader {
  float: left;
  width: 100%;
  height: 3px;
  padding: 0 5px;
}
#live-preview #preview-loader #preview-loadbar {
  width: 0;
}
#live-preview #preview-loader #preview-loadbar.load {
  width: 100%;
  background: #4b91cb;
  height: 3px;
  display: block;
  transition: width 0.5s;
  -moz-transition: width 1s;
  /* Firefox 4 */
  -webkit-transition: width 1s;
  /* Safari and Chrome */
  -o-transition: width 1s;
  /* Opera */
  -ms-transition: width 1s;
  /* IE9 (maybe) */
}
#live-preview #preview-loader #preview-loadbar.count3secs {
  width: 100%;
  background: #4b91cb;
  height: 3px;
  display: block;
  transition: width 0.5s;
  -moz-transition: width 1s;
  /* Firefox 4 */
  -webkit-transition: width 1s;
  /* Safari and Chrome */
  -o-transition: width 1s;
  /* Opera */
  -ms-transition: width 1s;
  /* IE9 (maybe) */
}
#live-preview #preview-loader #preview-loadbar.unloadcount3secs {
  width: 0%;
  background: #4b91cb;
  height: 3px;
  display: block;
  transition: none !important;
}
#live-preview #preview-nav {
  text-align: center;
  font-weight: 500;
  width: 100%;
  z-index: 9999;
  padding: 12px 0;
  color: white;
  background: #e3e3e3;
}
#live-preview #preview-nav #preview-page {
  margin-right: 8px;
}
#live-preview #preview-nav #preview-page-total {
  margin-left: 8px;
}
#live-preview #preview-nav svg {
  display: inline-block;
}
#live-preview #preview-nav a {
  display: inline-block;
  border: none;
  width: 30px;
  color: #4f4f4f;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#live-preview #preview-nav a:hover {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  color: #06b6d4;
}
#live-preview #preview-nav a i {
  font-size: 20px;
}
#live-preview #preview-nav p {
  margin: 0;
  padding: 5px 0;
  color: #4f4f4f;
}
#live-preview #preview-nav p input {
  width: 50px;
  display: inline-block;
  text-align: center;
  padding: 0;
  height: 30px;
  border: none;
  border-radius: 5px;
}
@media (max-width: 768px) {
  #live-preview #preview-nav {
    padding: 8px 0px;
  }
  #live-preview #preview-nav svg {
    height: 14px;
  }
  #live-preview #preview-nav p input {
    width: 40px;
    height: 26px;
  }
}
#live-preview #preview-nav a#preview-prev {
  margin-right: 10px;
}
#live-preview #preview-nav a#preview-next {
  margin-left: 10px;
}
#preview-product-high,
#preview-zoom-loading,
#preview-overlay-first-high,
#preview-overlay-second-high,
#preview-overlay-middle-high,
#preview-overlay-second-last-high,
#preview-overlay-last-high,
#preview-overlay-all-high,
#preview-overlay-extra-high,
#preview-overlay-spine-high {
  display: none;
}
#preview-overlay-dimensions {
  visibility: hidden;
}
#preview-overlay-dimensions.preview-overlay-show {
  visibility: visible;
}
.lte-ie9 #preview-holder {
  display: none;
  /* Preview functionality unsupport on IE9 or lower */
}
.mobile-preview-warning {
  border: solid 4px #e21a85;
  padding: 10px;
  background-color: white;
  display: block;
}
@media (min-width: 768px) {
  .mobile-preview-warning {
    display: none;
  }
}
/* Use a wrapper to make sure we only style within the legacy pages */
.page-legacy {
  /* Mobile specific */
  /* Larger than mobile */
}
@media (max-width: 767px ) {
  .page-legacy {
    /* Sidebar which contains live preview, price and deliver date */
    /* Except for article2 because of the login form */
    /* Hidden product options */
    /*.tr_product,
        .tr_document,
        .tr_deliverydetails {
            display: none;
        }*/
    /* Price & deliver date */
  }
  .page-legacy .article_right {
    display: none;
  }
  .page-legacy .article2 .article_right {
    display: block;
    margin-bottom: 30px;
  }
  .page-legacy .fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  .page-legacy .fixed .errors > div {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-width: 1px 0 0 0;
    border-radius: 0;
  }
  .page-legacy .fixed .fast-submit-article {
    position: absolute;
    top: 6px;
    right: 6px;
  }
  .page-legacy #article_fixed_data {
    position: relative;
    display: block;
    background-color: var(--color-foreground);
    color: var(--color-background);
    padding: 0 15px;
    min-height: 47px;
    font-size: 15px;
  }
  .page-legacy #article_fixed_data:empty {
    display: none;
    /* Hide when content is missing */
  }
  .page-legacy #article_fixed_data > span {
    display: block;
  }
  .page-legacy #article_fixed_data > span:first-child {
    padding-top: 5px;
  }
  .page-legacy #article_fixed_data > span:last-child {
    padding-bottom: 5px;
  }
}
@media (min-width: 480px ) {
  .page-legacy {
    /* Delivery conditions */
    /* Price & deliver date */
  }
  .page-legacy .tr_email_empty,
  .page-legacy .tr_email_document {
    display: none;
  }
}
#delivery_form tr.tr_pickup_time {
  display: none;
}
body.pitch-print .bleed-line-info {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 360px;
  height: 40px;
  border-top-right-radius: 5px;
  padding: 10px;
  z-index: 2147483647;
  background: white;
  border: 0 solid #000;
  border-bottom: 0px;
  border-left: 0px;
}
body.pitch-print .bleed-line-info:hover {
  height: 300px;
}
body.pitch-print .bleed-line-info span {
  float: left;
  display: inline-block;
  margin-right: 20px;
}
body.pitch-print span:last-of-type {
  margin-right: 0px;
}
body.pitch-print .line-example {
  border-bottom: 3px solid white;
  display: inline-block;
  width: 50px;
  line-height: 10px;
  margin-right: 5px;
}
body.pitch-print .bleed-line-example {
  border-bottom-color: #F9C9DD;
  border-bottom-style: dashed;
}
body.pitch-print .text-line-example {
  border-bottom-color: #cde2f2;
  border-bottom-style: solid;
}
@media (min-width: 992px) {
  body.pitch-print .navbar-meta {
    z-index: 2147483647;
  }
  body.pitch-print .navbar-meta .container {
    width: 100%;
  }
  body.pitch-print .bleed-line-info {
    display: block;
  }
}
@media (max-width: 991px) {
  body.pitch-print #intercom-container {
    display: none;
  }
}


/*# sourceMappingURL=printenbind.css.map*/