@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap);
@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css);
/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

body,
html {
  min-height: 100vh;
}

.banner {
  background: #202f4c;
}

.bg-grey {
  background: #efefef;
}

.questions-bg {
  background: #efefef;
}

@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
.footer-lozenge {
  background: #17a1b7;
  border-radius: 40px;
}

.onetwo__carousel {
  height: 100%;
  width: calc(100% + 4.5%);
  margin-left: -2.25%;
}
.onetwo__slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.onetwo__slide p {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  padding: 12px 20px;
  background: rgba(0, 0, 0, 0.15);
  text-align: center;
}
.onetwo__slide img {
  background-size: cover;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.feature-band h3 {
  font-weight: 300;
}
.feature-band h3 strong {
  font-weight: 300;
  color: #17a1b7;
}

.section-one-two-three {
  margin-bottom: 60px;
  background: #efefef;
  border-top: 2px solid #202f4c;
}
.section-one-two-three__sizerbox {
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .section-one-two-three__sizerbox {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.section-one-two-three ul {
  width: 80%;
  margin: 0 auto;
  padding: 0px;
}
.section-one-two-three ul li {
  list-style: none;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 15px;
  font-size: 21px;
  cursor: pointer;
}
.section-one-two-three ul li.active {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.section-one-two-three ul li span {
  font-weight: bold;
  color: #17a1b7;
}

.trusted-by .subheader {
  color: #bdbdbd;
  text-transform: uppercase;
  font-weight: bold;
}

.cyclists {
  position: relative;
}
.cyclists__bikes {
  position: absolute;
  width: 55%;
  height: auto;
  left: 25%;
  top: 25%;
}
.cyclists__tyre {
  position: absolute;
  width: 12%;
  height: auto;
  animation: spin 2.5s linear infinite;
}
.cyclists__tyre--one {
  left: 21.8%;
  top: 60%;
}
.cyclists__tyre--two {
  left: 39%;
  top: 58.5%;
}
.cyclists__tyre--three {
  left: 55.3%;
  top: 57.8%;
}
.cyclists__tyre--four {
  left: 72.5%;
  top: 56.5%;
}

.who-are-we {
  background: #efefef;
  border-top: 2px solid #202f4c;
  border-bottom: 2px solid #202f4c;
}
.who-are-we .subheader {
  color: #17a1b7;
  text-transform: uppercase;
  font-weight: bold;
}
.who-are-we h2 {
  font-size: 36px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .who-are-we h2 {
    font-size: 22px;
  }
}
.who-are-we h2 strong {
  font-weight: 800;
  color: #17a1b7;
}

.homepage-content h1 {
  font-weight: 300;
  font-size: 36px;
}
@media (max-width: 768px) {
  .homepage-content h1 {
    font-size: 28px;
  }
}
.homepage-content h1 strong {
  font-weight: 800;
  color: #17a1b7;
}

body {
  background: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #202f4c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.row--main-menu {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: white;
}
.row--no-column {
  margin-left: -30px;
  margin-right: -30px;
}
.row--border {
  background: #202f4c;
}

.logo--main-menu {
  max-width: 120px;
}
.logo--footer {
  max-width: 120px;
}

.bg-coeoLightBlue {
  background-color: #17a1b7;
}

.text-white {
  color: #fff;
}

.border-coeoNavyBlue {
  border: 1px solid #fff;
}

.container-fluid--constrained {
  max-width: 1200px;
}

.accordion-button:focus {
  color: #17a1b7 !important;
  box-shadow: 0 0 0 0.25rem rgba(23, 161, 183, 0.25);
}

.accordion-button:not(.collapsed) {
  color: #17a1b7 !important;
  background-color: white;
}

.pop {
  padding: 15px;
  text-align: center;
  border-radius: 5px;
}
.pop--lightblue {
  border: 1px solid #17a1b7;
  background: #d3f4fa;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 18px;
}
h2.large {
  font-size: 22px;
}

p {
  font-size: 16px;
}
p.small {
  font-size: 14px;
}
p.x-small {
  font-size: 12px;
}
p:last-of-type {
  margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.card {
  border: 0px;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
}
.card--success {
  background-image: url("/images/confetti.png");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.card--contact-cards {
  padding: 15px 30px;
}
.card--ignore-cards {
  padding: 15px 30px;
}
.card--account-management {
  background: #17a1b7;
}
.card--what-for-1 {
  padding: 5px;
  background: #17a1b7;
  color: white;
  border-radius: 5px 5px 0 0;
}
.card--what-for-2 {
  padding: 5px;
  margin-bottom: 15px;
  border-radius: 0 0 5px 5px;
}
.card--login {
  padding: 20px;
  background: #17a1b7;
}

.border-none {
  border: none;
}
.border-bottom-none {
  border-bottom: none;
}

.text-coeoDarkBlue {
  color: #202f4c;
}
.text-coeoDarkBlue:hover {
  color: #202f4c;
  text-decoration: underline;
}

.modal-backdrop {
  opacity: 0.5 !important;
}

.no-underline {
  text-decoration: none;
}

.btn {
  border: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 700;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.btn--glass {
  background: #1bbfd9;
  color: #fff;
  border-radius: 100px;
  padding: 12px 30px;
}
.btn.small {
  font-size: 11px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 18px;
  margin-top: -18px;
}
.btn:disabled {
  background: #bdbdbd;
}
.btn-primary {
  color: #FFFFFF;
  background: #202f4c;
}
.btn-primary:hover, .btn-primary:focus {
  color: #FFFFFF;
  background: #111928;
}
.btn-primary:active {
  color: #FFFFFF;
  background: #090e16;
}
.btn-secondary {
  width: 100%;
  color: #fff;
  background: #17a1b7;
}
.btn-secondary:hover, .btn-secondary:focus {
  color: #fff;
  background: #11798a;
}
.btn-secondary:active {
  color: #fff;
  background: #0e6573;
}
.btn-secondary-outline {
  border: 2px solid #17a1b7;
  color: #17a1b7;
  padding-top: 4px;
  padding-bottom: 4px;
}
.btn-secondary-outline:hover {
  color: #11798a;
  border: 2px solid #11798a;
}
.btn-secondary-outline .small {
  font: 11px;
  margin-top: -18px;
}
.btn-tertiary {
  background: #efefef;
}
.btn-darkBlue {
  background: #202f4c;
  color: #FFFFFF;
}
.btn-darkBlue:hover {
  background: #17a1b7;
  color: #FFFFFF;
}
.btn-account-management {
  background: #fff;
  width: 100%;
}
.btn-outline {
  border: 2px solid #fff;
  border-radius: 100px;
  color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
}
.btn-outline:active {
  border-radius: 100px;
  background-color: white;
  color: #17a1b7;
}
.btn-outline:focus {
  border-radius: 100px;
  background-color: white;
  color: #17a1b7;
}
.btn-outline:hover {
  border-radius: 100px;
  background-color: white;
  color: #17a1b7;
}
.btn-outline--FAQ {
  border: 2px solid #17a1b7;
  border-radius: 100px;
  color: #17a1b7;
}
.btn-payNow {
  color: black;
}
.btn-payNow:active {
  border: none;
  box-shadow: none;
}
.btn-payNow:focus {
  border: none;
  box-shadow: none;
}

form label {
  font-size: 12px;
}
form input[type=text],
form input[type=date],
form input[type=number],
form input[type=email],
form select {
  border: 1px solid #17a1b7;
  background: #fff;
}

.thumb-left {
  padding-left: 15px;
}

.login-thumb {
  margin-right: -12px;
}

.review-box {
  border-radius: 5px;
  padding: 15px;
  background-color: white;
}

.card--q-a .expand {
  padding: 7px 0px 0px 0px;
}
.card--q-a .answer {
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.25s, padding 0.5s, opacity 0.25s;
}
.card--q-a__active .expand {
  padding: 0px 0px 7px 0px;
  transform: rotate(180deg);
}
.card--q-a__active .answer {
  opacity: 1;
  padding-top: 30px;
  max-height: 1000px;
}

ul.small li {
  font-size: 14px;
}
ul.inline-list li {
  display: inline-block;
  list-style: none;
  padding: 3px;
}

.opening-hours tr td {
  color: #fff;
  min-width: 150px;
}

.white-bg {
  background: #fff;
  padding-bottom: 40px;
}
.white-bg a {
  color: #17a1b7;
  text-decoration: none;
}
.white-bg a:hover {
  color: #202f4c;
}

.grecaptcha-badge {
  visibility: hidden;
}

.form-control.is-valid {
  border: 1px solid #67ce67;
  box-shadow: 0 0 0 0.25rem rgba(103, 206, 103, 0.25);
  background: url("/images/field_success.png") no-repeat 98% 50%;
}
.form-control.is-invalid {
  border: 1px solid #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.login__accreditation {
  width: 100%;
  max-width: 320px;
}

.emoji {
  display: block;
  line-height: 1;
}
.emoji--large {
  font-size: 60px;
}
.emoji--medium {
  height: auto;
  width: 70px;
}
.emoji--small {
  height: auto;
  width: 47px;
}
.emoji--very-small {
  height: auto;
  width: 20px;
}

.dashboard-reference {
  position: relative;
  border: 1px solid #17a1b7;
  border-radius: 5px;
  padding-top: 12px;
}
.dashboard-reference p {
  top: -10px;
  background: #fff;
  display: inline-block;
  position: absolute;
  padding: 0px 10px;
  left: 50%;
  transform: translateX(-50%);
}
.dashboard-reference h2 {
  padding: 0 0 5px 0;
  font-size: 16px;
  margin-bottom: 0px;
}

.card .card-hr {
  margin: 10px -30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.card--payment-method {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  transition: padding 0.25s;
  text-align: center;
  padding: 20px;
}
@media (min-width: 768px) {
  .card--payment-method {
    width: 63%;
  }
}
@media (min-width: 992px) {
  .card--payment-method {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .card--payment-method {
    width: 32%;
  }
}
.card--payment-method.is-selected {
  background: #17a1b7;
  padding: 30px;
  border: 2px solid #202f4c;
}
.card--payment-method.is-selected h2,
.card--payment-method.is-selected p {
  color: #fff;
}
.card--payment-method--confetti {
  background-image: url("/images/confetti.png");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.card--payment-method--confetti.is-selected {
  border: 2px solid #e4e642;
}

.account-status {
  padding: 15px 15px 15px 18px;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -30px;
  border-radius: 15px 15px 0px 0px;
}
.account-status h2 {
  font-size: 18px;
  color: #202f4c;
}
.account-status .emoji {
  font-size: 40px;
}
.account-status--closed {
  background: #c7edc7;
}
.account-status--open {
  background: #f6cdd1;
}
.account-status--arrangement {
  background: #ffd9b7;
}

.bi--large {
  font-size: 24px;
}

.menu-toggle {
  font-size: 38px;
  line-height: 48px;
  margin: 0px;
  padding: 0px;
  color: #17a1b7;
  margin-left: 5px;
}
.menu-toggle.bi-x-circle {
  color: #17a1b7;
}

.menu-sidebar {
  position: fixed;
  top: 0px;
  right: -100%;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.25s;
}
.menu-sidebar.active {
  background: rgba(0, 0, 0, 0.6);
  right: 0%;
}
.menu-sidebar.active .menu-container {
  right: 0%;
}
.menu-sidebar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-top: 30px;
}
.menu-sidebar ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  padding-left: 30px;
  margin-bottom: 20px;
}
.menu-sidebar ul li a {
  font-weight: bold;
  text-decoration: none;
  color: #202f4c;
}
.menu-sidebar ul li a:hover {
  color: #17a1b7;
}

.menu-container {
  position: absolute;
  right: -100%;
  top: 0px;
  height: 100%;
  width: 85%;
  background: #fff;
  padding: 12px;
  transition: right 0.5s;
}
@media only screen and (max-width: 560px) {
  .menu-container {
    width: 85%;
  }
}
@media only screen and (min-width: 600px) {
  .menu-container {
    width: 45%;
  }
}
@media only screen and (min-width: 768px) {
  .menu-container {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) {
  .menu-container {
    width: 32%;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-container {
    width: 23%;
  }
}
@media only screen and (min-width: 1500px) {
  .menu-container {
    width: 20%;
  }
}

.color-lightBlue {
  color: #17a1b7;
}
.color-darkBlue {
  color: #202f4c;
}
.color-gray {
  color: #bdbdbd;
}
.color-darkGreen {
  color: #67ce67;
}
.color-darkOrange {
  color: #ff7d04;
}
.color-darkRed {
  color: #dc3545;
}

.payment-methods {
  margin-right: 0;
  margin-left: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.payment-methods.flickity-enabled {
  opacity: 1;
}

.payment-method__image {
  max-width: 160px;
  margin: 0 auto;
  margin-bottom: 15px;
  width: 100%;
}
@media (min-width: 992px) {
  .payment-method__image {
    max-width: 260px;
  }
}

.new-divide {
  width: 100px;
  border-bottom: 4px solid #202f4c;
  margin: 20px auto;
}

.dashboard {
  background: #efefef;
  min-height: 100%;
}
.dashboard.what-for {
  margin-top: 200px;
}

.offset-container {
  position: relative;
}
.offset-container--contact-cards {
  top: 4px;
}
.offset-container--ignore-cards {
  top: 4px;
}
.offset-container.what-for {
  top: -190px;
  margin-bottom: -220px;
}

.contact-cards {
  position: relative;
  background: #efefef;
}

.collapse-buttons {
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  text-align: center;
}
@media (max-width: 1025px) {
  .collapse-buttons {
    display: block;
    margin: 0 auto;
  }
}

.account-balance {
  font-size: 30px;
}

.row--client-balance {
  border-top: 2px solid #efefef;
  padding-top: 15px;
  margin-bottom: 15px;
}
.row--client-balance h3 {
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 28px;
}
.row--client-balance h2 {
  font-size: 20px;
  margin-bottom: 0px;
}
.row--client-balance:last-of-type {
  margin-bottom: 0px;
  border-bottom: 0px;
  padding-bottom: 0px;
}
.row--pay-account-owed {
  border-bottom: 1px solid #efefef;
}

.account-more-info {
  font-size: 24px;
  position: relative;
  right: -8px;
  color: #17a1b7;
  cursor: pointer;
}

.flickity-button {
  background: rgba(23, 161, 183, 0.75);
  color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.flickity-button:hover {
  background: rgba(32, 47, 76, 0.75);
}

.case-information {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.25s, opacity 0.25s;
  opacity: 0;
}
.case-information.active {
  max-height: 500px;
  opacity: 1;
}
.case-information__table {
  margin-top: 12px;
  width: 100%;
}
.case-information__table td {
  border-bottom: 1px solid #efefef;
  font-size: 14px;
}
.case-information__table tr:last-of-type td {
  border-bottom: 0px;
}

.payment-types {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.payment-types li {
  border: 1px solid #bdbdbd;
  border-radius: 10px;
  margin-bottom: 15px;
  text-align: center;
  padding: 5px;
}

input[type=range] {
  padding: 15px 0px 15px 0px;
  -webkit-appearance: none;
  margin: 13px 0;
  width: 100%;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  box-shadow: none;
  background: #bdbdbd;
  border: 0px;
  border-radius: 0px;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: none;
  border: 0px;
  height: 25px;
  width: 25px;
  border-radius: 25px;
  background: #17a1b7;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #bdbdbd;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  box-shadow: none;
  background: #bdbdbd;
  border: 0px;
  border-radius: 0px;
}

input[type=range]::-moz-range-thumb {
  box-shadow: none;
  border: 0px;
  height: 25px;
  width: 25px;
  border-radius: 25px;
  background: #17a1b7;
  cursor: pointer;
  margin-top: -11px;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}

input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}

.alert-danger a {
  color: #842029;
  text-decoration: none;
}
.alert-secondary a {
  color: #41464b;
  text-decoration: none;
}

.tamper-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  top: 0px;
  left: 0px;
  color: #fff;
}

.small-link {
  color: #898989;
  font-size: 12px;
}
.small-link a {
  color: #898989;
}

.payment-container {
  text-align: center;
}

.gpay-card-info-container {
  vertical-align: bottom;
  width: 100%;
}

.popover {
  z-index: 998;
}

.modal {
  display: none;
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 35px;
  width: 35px;
  border-radius: 35px;
  cursor: pointer;
  margin-top: -17px;
}

.logo-text {
  font-family: "Inter", sans-serif;
  font-size: 33px;
  font-weight: 900;
  color: #17a1b7;
}

.opening-times .logo-text {
  color: #FFFFFF;
}

.no-underline {
  text-decoration: none;
}

.payment-buttons {
  width: 100%;
}

.contact-icons {
  width: 100%;
  height: auto;
}
.contact-icons--small {
  min-width: 35px;
}

.ignore-icons {
  height: auto;
}
.ignore-icons--small {
  width: 35%;
  min-width: 35px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 35px;
  width: 35px;
  border-radius: 35px;
  cursor: pointer;
  margin-top: -17px;
}

.no-underline {
  text-decoration: none;
}

.payment-buttons {
  width: 100%;
}

.contact-icons {
  width: 100%;
  height: auto;
}
.contact-icons--small {
  min-width: 35px;
}

.progressBar {
  width: 100%;
  height: 25px;
  background: linear-gradient(90deg, #cd4427 0%, #fff10c 20%, #fff10c 30%, #5dab3b 50%);
  border-radius: 25px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.progressBar .dividers {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  margin: 0px;
  z-index: 998;
}
.progressBar .dividers .divider {
  height: 100%;
  padding: 0px;
  border-right: 4px solid #fff;
}
.progressBar .dividers .divider:last-of-type {
  border-right: 0px;
}

.progressAmount {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  background: #efefef;
  border-radius: 0px 20px 20px 0px;
  transition: width 1s;
}

.cookie-consent {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 768px) {
  .cookie-consent {
    display: none;
  }
}
.cookie-consent span {
  font-size: 12px;
  background: #fff;
  border-radius: 5px;
  padding: 6px 12px;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  min-width: 300px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  opacity: 0;
  right: 0px;
  transition: all 0.25s;
}
.cookie-consent:hover span {
  right: 30px;
  opacity: 1;
}
.cookie-consent img {
  width: 100%;
  height: auto;
}

.cookie-message {
  position: fixed;
  bottom: 20px;
  right: 80px;
  width: calc(100% - 100px);
  max-width: calc(300px);
  font-size: 12px;
  background: #fff;
  min-height: 60px;
  padding: 12px;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 768px) {
  .cookie-message {
    bottom: 0px;
    left: 0px;
    width: 100%;
    max-width: 100%;
    padding: 5px;
    border-radius: 0px;
    text-align: center;
  }
}
.cookie-message .btn-success {
  cursor: pointer;
}
.cookie-message .btn-sm {
  font-size: 12px;
}

.debt-advice-images {
  float: right;
  width: 30%;
  height: auto;
}
@media only screen and (max-width: 600px) {
  .debt-advice-images {
    width: 19%;
  }
}
@media only screen and (min-width: 600px) {
  .debt-advice-images {
    width: 12%;
  }
}
@media only screen and (min-width: 768px) {
  .debt-advice-images {
    width: 12%;
  }
}
@media only screen and (min-width: 992px) {
  .debt-advice-images {
    width: 12%;
  }
}
@media only screen and (min-width: 1200px) {
  .debt-advice-images {
    width: 10%;
  }
}

.review-rating {
  border: 1px solid #17a1b7;
  border-radius: 15px;
  padding: 15px;
  background: #fff;
  max-width: 320px;
  margin: 0 auto;
}
.review-rating h2 {
  color: #17a1b7;
}

.ThreeDredirect {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
.ThreeDredirect body {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
.ThreeDredirect form {
  width: 300px;
  margin: auto;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.ThreeDredirect form p {
  margin-top: 0px;
  color: #fff;
  line-height: 1.5rem;
}
.ThreeDredirect form input[type=submit] {
  background: #e4e642;
  border: 0px;
  color: #202f4c;
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 60px;
}

.font-weight-normal {
  font-weight: 500;
}

.pay-card-icons {
  background-image: url("/images/pay_card_icons.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

.cardValidated-sash {
  margin-right: -30px;
  margin-left: -30px;
  margin-top: -30px;
  border: 0px;
  border-radius: 0.25rem 0.25rem 0 0;
  margin-bottom: 20px !important;
}

.admin-payment-status-complete {
  background: #eefaee;
  border: 1px solid #67ce67;
}
.admin-payment-status-failed {
  background: #f6cdd1;
  border: 1px solid #dc3545;
}
.admin-payment-status-processing {
  background: #ffe7d0;
  border: 1px solid #ffb26a;
}
.admin-payment-status-cancelled {
  background: #f0f0f0;
  border: 1px solid #bdbdbd;
}

.review__balance {
  border: 4px dashed #fff;
  border-radius: 1000px;
  width: 180px;
  height: 180px;
  background: #2acbe4;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}
.review__container {
  height: calc(100vh - 59.5px);
  position: relative;
  background: #17a1b7;
  background: radial-gradient(circle at 50% 145px, #1ab5ce, #11798a);
}
.review__login {
  position: absolute;
  bottom: 60px;
  width: 100%;
  left: 0px;
  padding: 15px 30px;
  color: #fff;
}
.review__login a {
  color: #fff;
}

.btn-secondary-pif {
  width: 100%;
  color: #fff;
  background: #78be21;
}

.btn-secondary-pif:hover,
.btn-secondary:focus {
  color: #fff;
  background: #68a919;
}

.btn-secondary-pif:active {
  color: #fff;
  background: #64a219;
}

.btn-secondary-outline:hover {
  color: #11798a;
  border: 2px solid #78be21;
}

.link__blue {
  color: #17a1b7;
  text-decoration: none;
}
.link__white {
  color: #FFFFFF;
  text-decoration: none;
}

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

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

.cvv-tooltip {
  position: absolute;
  top: 5px;
  right: 10px;
}
.cvv-tooltip img {
  width: 18px;
  opacity: 0.3;
}
.cvv-tooltip-text {
  visibility: hidden;
  width: 200px;
  background-color: white;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  color: black;
  text-align: center;
  border-radius: 6px;
  font-size: 12px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  margin-top: -83px;
  margin-left: -30px;
}
.cvv-tooltip-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -66px;
  border-width: 5px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}
.cvv-tooltip:hover .cvv-tooltip-text {
  visibility: visible;
}

.cardIdentifier {
  position: absolute;
  right: 40px;
  margin-top: -39px;
}

.settlement-pay-in-three {
  border: 2px solid #17a1b7;
  border-radius: 5px;
}

.feedback-item {
  font-weight: bold;
}
.feedback-item.active {
  background: #17a1b7;
  color: #FFFFFF;
}

.infoPopup {
  position: absolute;
  right: 0px;
  top: 5px;
  z-index: 998;
  cursor: pointer;
  padding-right: 10px;
}
.infoPopup:before {
  display: none;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #17a1b7;
  position: absolute;
  right: 10px;
  top: 29px;
  z-index: 999;
}
.infoPopup img {
  width: 20px;
  height: 20px;
}
.infoPopup p {
  display: none;
  min-width: 291px;
  padding: 5px 10px;
  position: absolute;
  right: 0px;
  top: calc(100% + 15px);
  text-align: center;
  font-size: 12px;
  background: #17a1b7;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  line-height: 1.2;
  color: #FFF;
  font-weight: bold;
}
.infoPopup.active p, .infoPopup.active:before, .infoPopup:hover p, .infoPopup:hover:before {
  display: block;
}

.turquoise {
  color: #17a1b7;
}

.nav-new {
  border: none !important;
  font-size: 10px;
  margin-right: auto;
  margin-left: auto;
}

.nav-item-new {
  border: none !important;
}

.nav-link-new {
  border: none !important;
  color: #bdbdbd;
}
.nav-link-new.active {
  border-bottom: 3px solid #17a1b7 !important;
  border-radius: 1px;
  color: #202f4c;
  font-weight: bold;
}
.nav-link-new:hover {
  color: #17a1b7;
}

.payment-row {
  top: -10px;
  position: relative;
}
.payment-row-final {
  position: relative;
  height: 20px;
}

.pin {
  position: absolute;
  left: 15px;
  top: 10px;
  height: 100%;
  width: 5px;
}
.pin.last-pin {
  background: none;
}
.pin--complete {
  background: #67ce67;
}
.pin--complete .pin_head {
  border: 4px solid #67ce67;
}
.pin--complete-all {
  border-right: 5px dashed #67ce67;
}
.pin--complete-all .pin_head {
  border: 4px solid #67ce67;
}
.pin--pending {
  background: #17a1b7;
}
.pin--pending .pin_head {
  border: 4px solid #17a1b7;
}
.pin--processing {
  background: #ff7d04;
}
.pin--processing .pin_head {
  border: 4px solid #ff7d04;
}
.pin--failed {
  background: #dc3545;
}
.pin--failed .pin_head {
  border: 4px solid #dc3545;
}
.pin--last {
  background: #bdbdbd;
  height: 100%;
  border-bottom: 1px dotted #bdbdbd;
  width: 5px;
}
.pin--last .pin_head {
  border: 4px solid #bdbdbd;
}
.pin--ended {
  background: #bdbdbd;
  height: 0%;
}
.pin--ended .pin_head {
  border: 4px solid #bdbdbd;
}
.pin--pre-load {
  background: none;
  border-right: 5px dashed #BDBDBD;
}
.pin--pre-load .pin_head {
  border: 4px solid #bdbdbd;
}
.pin--pre-load .pin_foot {
  border: 4px solid #bdbdbd;
}

.complete-payment-hidden {
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
}
.complete-payment-hidden.visible {
  max-height: 10000px;
  opacity: 1;
  overflow: visible;
}

.view-more {
  color: #bdbdbd;
  font-size: 12px;
  margin-left: 30px;
  cursor: pointer;
  margin-top: 60px;
}
.view-more:hover {
  transition: color 0.5s;
  color: #17a1b7;
}

.view-complete {
  color: #bdbdbd;
  font-size: 12px;
  margin-left: 30px;
  cursor: pointer;
  margin-bottom: 60px;
}
.view-complete:hover {
  transition: color 0.5s;
  color: #67ce67;
}

.pin_head, .pin_foot {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #fff;
}

.pin_foot {
  bottom: 0;
  top: initial;
}

.payment-detail {
  padding: 0px 0px 20px 30px;
  text-align: left;
}

.prec {
  top: 50px;
  position: relative;
  font-size: 30px;
}
.prec-text {
  top: 40px;
  position: relative;
  font-size: 15px;
  z-index: 998;
}

.circle {
  position: relative;
  top: 10px;
  left: 10px;
  text-align: center;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #ffffff;
}

.whitebox {
  width: 220px;
  height: 220px;
  background: #ffffff;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  top: 71.5%;
  position: absolute;
}

.active-border {
  position: relative;
  text-align: center;
  width: 220px;
  height: 220px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #69ce69;
  background-image: linear-gradient(91deg, transparent 50%, #a2ecfb 50%), linear-gradient(90deg, #a2ecfb 50%, transparent 50%);
}

.responsiveText {
  font-size: 15px;
}
@media only screen and (max-width: 600px) {
  .responsiveText {
    font-size: 10px;
  }
}

.inline-image {
  display: inline;
  width: 20px;
  height: auto;
}

#balanceBreakdown {
  font-size: 12px;
  cursor: pointer;
  background: #efefef;
  padding: 4px 6px;
  color: #202f4c;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  margin-top: 8px;
}
#balanceBreakdown:hover {
  background: #202f4c;
  color: #FFF;
}

.view-more-row .view-more, .view-complete-row .view-more {
  margin-top: 2px;
  margin-left: 16px;
  margin-bottom: 20px;
}
.view-more-row .view-complete, .view-complete-row .view-complete {
  margin-top: 2px;
  margin-left: 16px;
  margin-bottom: 20px;
}

.future-payments {
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
}
.future-payments.visible {
  max-height: 10000px;
  opacity: 1;
  overflow: visible;
}
