html {
  overflow-x: hidden;
  min-height: 100vh;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

@font-face {
  font-family: "Material Icons";
  font-weight: 500;
  font-size: 24px;
  src: url("/dev/assets/fonts/material-symbols-rounded.woff2") format("woff2");
}
@font-face {
  font-family: "Material Symbols Outlined";
  font-weight: 500;
  font-size: 24px;
  src: url(/dev/assets/fonts/material-symbols-outlined.woff) format("woff");
}
.material-icons {
  font-family: "Material Icons";
  font-style: normal;
  line-height: 1;
  vertical-align: top;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
.material-icons.outlined {
  font-family: "Material Symbols Outlined" !important;
}

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

.svg-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  overflow: hidden;
}

@keyframes mi-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.mi-spin {
  animation-name: mi-spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.iconinputright .material-icons {
  top: 10px;
  opacity: 0.9;
}
.iconinputright .material-icons.input-invalid {
  display: none;
}

#discount_text {
  display: flex;
}

* {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  counter-reset: stepheader;
  color: #606060;
}

@supports (-webkit-touch-callout: none) {
  /* ios is weird */
  body {
    overflow-x: clip;
  }
}
body.modal-open {
  overflow-y: hidden;
  min-height: 100vh;
}

.hoi-bg {
  background: url("/assets/images/links.png") left no-repeat, url("/assets/images/rechts.png") right no-repeat;
}
@supports (background-image: url("/assets/images/links.webp")) {
  .hoi-bg {
    background: url("/assets/images/links.webp") left no-repeat, url("/assets/images/rechts.webp") right no-repeat;
  }
}

.hoi-bg-white {
  background: url("/assets/images/links.png") left no-repeat, url("/assets/images/rechts.png") right no-repeat #fff;
}
@supports (background-image: url("/assets/images/links.webp")) {
  .hoi-bg-white {
    background: url("/assets/images/links.webp") left no-repeat, url("/assets/images/rechts.webp") right no-repeat #fff;
  }
}

.hoi-bg-reverse {
  background: url("/assets/images/links-wit.png") left top -100px no-repeat, url("/assets/images/rechts-wit.png") right top -100px no-repeat #427cac;
}
.hoi-bg-reverse:not(.black-text) * {
  color: #fff !important;
}
.hoi-bg-reverse .cookiebar * {
  color: #606060 !important;
}
.hoi-bg-reverse .cookiebar #hoi, .hoi-bg-reverse #link {
  color: #427cac !important;
}
.hoi-bg-reverse .cookiebar .btn {
  color: white !important;
}

.hoi-bg-reverse-no-route {
  background: #427cac;
}

.hoi-bg-light {
  opacity: 1;
  position: relative;
  background-color: #f9f9f9;
}
.hoi-bg-light:before {
  background: url("/assets/images/links-grijs.png") left top -100px no-repeat, url("/assets/images/rechts-grijs.png") right top -100px no-repeat;
  content: "";
  opacity: 0.3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  pointer-events: none;
}

.hoi-bg-dark {
  background: url("/assets/images/links-zwart.png") left top -100px no-repeat, url("/assets/images/rechts-zwart.png") right top -100px no-repeat;
}

@media screen and (max-width: 991px) {
  .hoi-bg:nth-child(odd) {
    background: url("/assets/images/rechts.png") right no-repeat;
  }
  @supports (background-image: url("/assets/images/rechts.webp")) {
    .hoi-bg:nth-child(odd) {
      background: url("/assets/images/rechts.webp") right no-repeat;
    }
  }
  .hoi-bg:nth-child(even) {
    background: url("/assets/images/links.png") left no-repeat;
  }
  @supports (background-image: url("/assets/images/links.webp")) {
    .hoi-bg:nth-child(even) {
      background: url("/assets/images/links.webp") left no-repeat;
    }
  }
}
.dropdown a {
  text-decoration: none;
}

li.dropdown.activ {
  border-bottom: 1px solid #427cac;
}

.tab-content.card {
  border-top: none;
  border-top-left-radius: 0;
}

.nav-tabs .nav-link {
  color: #606060;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  cursor: pointer;
}

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs .nav-link.active {
  color: #427cac;
  text-decoration: underline;
}

.btn-primary {
  background: #427cac !important;
  color: #fff !important;
  border-color: #427cac !important;
}

a.btn-primary:hover {
  background: #3b6f9a !important;
  color: #fff !important;
  border-color: #3b6f9a !important;
}

.btn-outline-primary {
  background: rgba(255, 255, 255, 0.5) !important;
  color: #427cac !important;
  border-color: #427cac !important;
}
.btn-outline-primary:hover {
  color: #fff !important;
  background: rgb(59, 134, 178) !important;
}

@media screen and (max-width: 768px) {
  .owl-carousel4 .owl-stage {
    margin-left: -15px;
  }
}
.myOwl-next, .myOwl-prev {
  position: absolute;
  top: calc(50% - 20px);
  color: #aeaeae;
  transform: translateY(-50%);
  font-size: 40px;
}

.myOwl-next {
  right: -36px;
}

.myOwl-prev {
  left: -36px;
}

.owl-nav .disabled {
  opacity: 0;
}

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

.tabrow {
  position: absolute;
  max-width: 1240px;
  top: 140px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.footer_top {
  padding: 35px;
}

.footer_top {
  background: #427cac;
}

.footer_topBox .h4, .footer_topBox p {
  color: white;
}

.footer_topBox {
  margin-top: 0;
}

.footer_topBox .h4 {
  font-size: 22px;
  font-weight: 600;
}

.footer_topBox p {
  line-height: 36px;
}

.btn {
  font-weight: bold;
}

.footer_bottomBox {
  width: 100%;
  margin-top: 25px;
  display: inline-block;
}

.footer_bottomBox .h5 {
  font: 700 14px/16px "Poppins", sans-serif;
  color: #606060;
  padding: 0 0 2px;
  text-transform: uppercase;
}

.footer_bottomBox ul {
  width: 100%;
  display: block;
}

.footer_bottomBox ul li {
  width: 100%;
  display: inline-block;
  font: 400 14px/16px "Poppins", sans-serif;
  color: #606060;
  margin: 10px 0 0;
}

.footer_bottomBox ul li a {
  color: #606060;
  text-decoration: none;
  outline: none;
}

.footer_btm {
  color: #606060;
}

.sticky-header {
  position: sticky;
  z-index: 10;
  top: 0;
  background: inherit;
}

.footer_bottomBox .fa, .footer_bottomBox .fab, .socials .svg-icon {
  color: #427cac;
}

.socials .fa, .socials .fab, .socials .svg-icon {
  background: #427cac;
  padding: 8px;
  color: #fff;
  font-size: 11px;
  border-radius: 100px;
}

a {
  color: #427cac;
  text-decoration: none;
}

.black {
  color: #606060;
}

.bold {
  font-weight: bold;
}

.top_greenbox {
  padding: 15px 25px;
  min-height: initial;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 2px;
  background: url("https://cdn.cruiseonline.com/icon/cruiseonline.png") no-repeat bottom -50px right -65px;
  background-size: 150px 225px;
}
@supports (background-image: url("https://cdn.cruiseonline.com/icon/cruiseonline.webp")) {
  .top_greenbox {
    background: url("https://cdn.cruiseonline.com/icon/cruiseonline.webp") no-repeat bottom -50px right -65px;
    background-size: 150px 225px;
  }
}

.top_greenbox ul li {
  margin-top: 12px;
}

.topsearch {
  margin: 0 20px;
}
.topsearch h2 {
  color: #427cac;
  text-align: left;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.topsearch input {
  margin-top: 20px;
  margin-bottom: 20px;
}
.topsearch .btn {
  font-size: 14px;
}
.topsearch span {
  color: #606060;
}
.topsearch .card {
  position: relative;
  opacity: 1;
}
.topsearch .card .card-body {
  z-index: 1;
}
.topsearch .card:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  bottom: 0;
  opacity: 0.4;
  background: url("https://cdn.cruiseonline.com/icon/cruiseonline.png") no-repeat bottom -90px right -129px #FFFFFF;
  background-size: 300px 300px;
}
@supports (background-image: url("https://cdn.cruiseonline.com/icon/cruiseonline.webp")) {
  .topsearch .card:after {
    background: url("https://cdn.cruiseonline.com/icon/cruiseonline.webp") no-repeat bottom -90px right -129px #FFFFFF;
    background-size: 300px 300px;
  }
}

.popupbox .card-body {
  position: relative;
}
.popupbox .card-body:after {
  top: -33px;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border: 20px solid transparent;
  border-bottom-color: #fff;
  left: 7px;
}
.popupbox .card-body h2, .popupbox .card-body .oldh2 {
  position: relative;
}
.popupbox .card-body h2 .close:after, .popupbox .card-body .oldh2 .close:after {
  position: absolute;
  right: 10px;
  width: 20px;
  top: -5px;
  height: 30px;
  content: "\e5cd";
  font-family: "Material Icons";
  font-weight: 900;
  cursor: pointer;
  color: #427cac;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .popupbox .card-body h2 .close, .popupbox .card-body .oldh2 .close {
    position: absolute;
    top: -10px;
    right: -10px;
  }
}

.banner_box img {
  height: 400px;
}

.top_contentBox_txt ul li {
  margin: 7px 0px;
}

.uspfront {
  /*margin-top:30px;*/
}

.uspfront div {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  color: #606060;
}

.owl-carousel .material-icons {
  cursor: pointer;
}

.uspfront {
  display: flex;
  flex-flow: row;
}

.uspfront i {
  color: #0F9E5E;
  font-size: 24px;
  margin: 12px 10px;
}

.nspireren_box {
  border-radius: 5px;
  overflow: hidden;
}

.droombox_inner {
  position: absolute;
  top: 15px;
  left: 15px;
}

.droombox_inner h3 {
  font-size: 14px;
  font-weight: bold;
  color: white;
}

.droombox_inner a {
  font-size: 12px;
  color: white;
}

.droom_boxFull {
  min-height: 220px;
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 20px;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
}

.flexfull {
  display: flex;
  flex-flow: column;
  height: 480px;
  align-items: stretch;
}

.countries h3 {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #606060;
}

.countries img {
  width: 35px;
  margin: 10px 0px;
}

.countries a {
  margin-top: 5px;
  float: left;
  font-size: 12px;
  color: #606060;
}

li.dropdown.active, li.dropdown:hover {
  border-bottom: 3px solid #427cac;
}

.droom_boxFull {
  cursor: pointer;
}

.droom_box:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.droom_box {
  cursor: pointer;
  box-shadow: none;
}

.btn {
  padding: 10px;
}

.btn-outline-secondary {
  border-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1199px) {
  .scrollrowmobile {
    display: flex;
    flex-flow: row;
    overflow-x: auto;
  }
}
.iconinput,
.iconinputright {
  position: relative;
}

.iconinput .material-icons, .iconinputright .material-icons, .iconinput .material-icons, .iconinputright .material-icons {
  position: absolute;
  z-index: 1;
  top: calc(50% - 7px);
  font-size: 14px;
  opacity: 0.75;
  pointer-events: none;
  display: block;
}
.iconinput .material-icons .input-invalid, .iconinputright .material-icons .input-invalid, .iconinput .material-icons .input-invalid, .iconinputright .material-icons .input-invalid {
  display: none;
}

.iconinput .iconinputright .input:invalid .iconinput .material-icons,
.iconinput .iconinputright .input:user-invalid .iconinput .material-icons {
  opacity: 0;
}
.iconinput .iconinputright .input:valid .iconinput .material-icons {
  opacity: 0.8;
}

.iconinput .material-icons, .iconinput .material-icons {
  left: 10px;
}

.iconinputright .material-icons, .iconinputright .material-icons {
  right: 10px;
}

.iconinput input {
  padding-left: 30px !important;
}

.iconinputright input {
  padding-right: 30px !important;
}

.input-message:not(.inputAllowed) {
  position: relative;
}
.input-message:not(.inputAllowed):before {
  top: -100%;
  content: "Ontgrendel het dossier om wijzigingen toe te passen";
  background: #ead5ad;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
}
.input-message:not(.inputAllowed):after {
  top: -12px;
  width: 11px;
  height: 11px;
  transform: rotate(45deg);
  background: #ead5ad;
  content: "";
  position: absolute;
  left: calc(50% - 5px);
}

div.not-active:hover, td.not-active:hover {
  position: relative;
}
div.not-active:hover:before, td.not-active:hover:before {
  top: 0%;
  content: "Deze functie is niet geactiveerd";
  background: #ead5ad;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  margin: auto;
  width: 175px;
  left: 50%;
  color: rgb(96, 96, 96);
  transform: translateX(-50%);
}
div.not-active:hover.card-body:before, td.not-active:hover.card-body:before {
  top: 25%;
  z-index: 1;
  width: 300px;
}

.top_callRt {
  padding: 5px 0 10px 15px;
  display: flex;
  height: 72px;
  justify-content: space-around;
  flex-flow: column;
  float: initial;
}

.top_callRt ul {
  float: left;
  display: flex;
  margin-bottom: 5px;
}

.rating_new {
  font-size: 11px;
  color: #606060;
  position: absolute;
  right: 5px;
  margin-top: 0px;
  display: inline-block;
  width: initial;
  padding-bottom: 12px;
  font-weight: normal;
}

.slideButton {
  position: absolute;
  top: 40px;
  width: 100px;
  height: 200px;
  right: 0;
}
.slideButton .arrow_btn {
  top: 65px;
  position: absolute;
  right: 10px;
  width: 30px;
  height: 30px;
  font-size: 14px;
  padding-top: 7px;
  text-align: center;
  color: #5E5E5E;
  background: #fff;
  border-radius: 100px;
}

.slideButton.left {
  left: 0;
}
.slideButton.left .arrow_btn {
  left: 10px;
}

.droom_boxImg.droom_room .slideButton {
  width: 25px;
  height: 25px;
  padding-top: 4px;
  font-size: 24px;
  color: white;
  top: 50%;
  transform: translateY(-50%);
}

.topmenufaz {
  display: flex;
  width: 80%;
  float: left;
}

.topmenufaz li {
  color: #606060;
  font-weight: 400;
  padding: 5px;
  margin-right: 20px;
}

.topmenufaz li a {
  color: #606060;
}

.top_heading h1 {
  color: #427cac;
}

.header_mid {
  border-bottom: 1px solid #e9e9e9;
  box-shadow: rgba(0, 0, 0, 0.12) 0px -2px 8px;
}

.header-angle_down {
  top: 16px !important;
}
@media (max-width: 767px) {
  .header-angle_down {
    top: 0 !important;
    margin-right: 16px;
  }
}

.top_heading h2.h2style {
  /*margin-bottom: 5px;*/
  font-size: 18px;
  /*font-style: italic;*/
  /*color: #ED7206;*/
  /*font-family: 'Trebuchet MS', Helvetica, sans-serif;*/
}

.nspireren_box p {
  line-height: 22px;
}

.top_heading p {
  margin-top: 10px;
  line-height: 26px;
}

.overzicht_left .btn, p {
  color: #403f3f;
}

#filter_startdate {
  margin-bottom: 10px;
}

.overzicht_sec {
  border-top: none;
}

.drm_txt2 li {
  padding-left: 20px;
}

.left_drom h5 {
  font: 700 18px/18px "Poppins", sans-serif;
}

.popupbox {
  text-align: left;
  box-shadow: rgba(0, 0, 0, 0.2) 8px 8px 16px;
}

.popupbox .nspireren_row {
  margin: 0;
}

.popupbox .nspireren_box {
  height: 180px;
  border: 2px solid #ffffff;
  cursor: pointer;
}

.popupbox .nspireren_col {
  width: 192px;
  float: left;
  padding: 0 5px;
  overflow: hidden;
  margin-top: 8px;
}

.popupbox .nspireren_box:not(.nohover):hover {
  border-color: #427cac;
}

.popupbox .nspireren_box.nohover {
  cursor: initial;
}

.popupbox h4, .popupbox .h4 {
  color: #427cac;
  text-align: center;
  font-size: 16px;
}

.flexrow {
  display: flex;
  flex-wrap: wrap;
}

.datebox {
  border: 1px solid #606060;
  color: #606060;
  font-size: 13px;
  padding: 15px;
  margin: 5px;
  width: calc(33% - 10px);
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  background: #fff;
}

.datebox.disabled {
  background: #efefef;
  border: 1px solid #efefef;
}

.datebox:not(.disabled):hover {
  border: 1px solid #427cac;
}

.counter {
  font-size: 18px;
  text-align: center;
  margin: 30px 10px;
}

.count {
  border: 1px solid #efefef;
  padding: 10px;
  border-radius: 2px;
  font-size: 24px;
}

.card-body input {
  cursor: pointer;
}

.overlaybox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  bottom: 0;
  z-index: 1002;
  background: #fff;
  opacity: 0.7;
}

.flexrow input {
  display: none;
}

.flexrow input:checked + label {
  background: #427cac;
  color: #fff;
  border-color: #427cac;
}

.flexrow input.notAvailable + label {
  background: #efefef;
  border: 1px solid #efefef;
  color: #333;
  pointer-events: none;
}

.txt_frm h2 {
  font-size: 16px;
  font-weight: 700;
}

.txt_frm .price {
  float: right;
  font-weight: bold;
  font-size: 30px;
  width: unset;
}

.cruisepagina .droom_boxFull .droombox_inner {
  bottom: 15px;
  top: unset;
}

.pricerow {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0 !important;
}

.priceoverview .row {
  padding: 0px;
}

.weatheroverview .col-12 {
  padding: 10px;
}

.priceoverview .row, .weatheroverview .row {
  color: #403f3f;
}

.borders {
  background: #fff;
}

.borders div[class^=col] {
  padding: 15px;
}

.pricerow div[class^=col] {
  text-align: center;
  display: flex;
  flex-flow: column;
  cursor: pointer;
  justify-content: center;
  min-height: 66px;
}

.pricerow div[class^=col] .price {
  font-weight: 600;
  font-size: 16px;
}

.pricerow div[class^=col] .oldprice {
  text-decoration: line-through;
  font-size: 10px;
}

.pricerow div[class^=col].borders-left-noradius.active, .pricerow div[class^=col].borders-left-noradius:hover:not(.disabled) {
  background: #dee6ef;
  color: #427cac;
}

.pricerow div[class^=col].borders-left-noradius.disabled {
  background: #e9ecef !important;
  cursor: not-allowed;
}

.nopadding {
  padding: 0 !important;
}

.priceoverview .rowborder {
  border-radius: 5px;
  border: 1px solid lightgrey;
}

.borders .borderline {
  border-radius: 5px;
  border: 1px solid lightgrey;
}

.borders .borderline:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid lightgrey;
}

.borders .borderline:not(:first-child) {
  border-radius: 0;
  border-top: 0;
}

.borders-left {
  border: 1px solid lightgrey;
  border-bottom-left-radius: 5px;
  border-top: 0;
  border-right: 0;
}

.borders-left-noradius {
  border-left: 1px solid lightgrey;
}

.borders-right {
  border: 1px solid lightgrey;
  border-bottom-right-radius: 5px;
  border-top: 0;
}

.align-vertical {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.priceoverview .details_rttop {
  padding: 0;
}

.btn-small {
  width: calc(100% - 20px);
  padding: 6px;
  font-weight: 400;
  font-size: 14px;
}

.temp {
  font-size: 58px;
  font-weight: 300;
  line-height: 72px;
}

.temp-desc {
  color: #606060;
}

.temp img {
  width: 100px;
}

.accordion.dagplanning .card {
  border-color: rgb(233, 233, 233);
}

.accordion.dagplanning .card-body {
  padding-top: 0;
}

.accordion.dagplanning .card-header {
  border-bottom: none;
  background: #fff;
}

.accordion.dagplanning button {
  text-align: left;
}

.accordion.dagplanning button:active, .accordion.dagplanning button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.dagplanning .btn-link {
  color: #606060;
  text-decoration: none;
}

li label span {
  float: right;
}

.inputrow label {
  width: 100%;
  margin-bottom: 10px;
}

.accordion.dagplanning button span {
  float: right;
  font-size: 13px;
  font-weight: normal;
}

.accordion.dagplanning .card-body p {
  line-height: 26px;
}

#stickynav {
  position: relative;
}

.stickynav {
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2022;
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
}

.stickynav.beoordelingen_sec {
  padding: 0;
  z-index: 2 !important;
}

#user_logged_in {
  color: #1C6D15;
  border-radius: 8px;
  border-color: #1C6D15;
  border-width: 1px;
  border-style: solid;
  background-color: #D9E5D8;
  text-align: center;
  padding: 12px 8px;
}
@media screen and (max-width: 991px) {
  #user_logged_in {
    text-align: left;
  }
}

.floating-usps {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin-top: 10px;
}
.floating-usps a {
  display: inherit;
}

.floating-usps span {
  color: #427cac;
  background: #dae5ef;
  font-weight: bold;
  padding: 3px;
  font-size: 12px;
  border-radius: 5px;
  margin-inline: 5px;
  margin-top: 10px;
}

.floating-usps a:hover span {
  background: #427cac;
  color: #fff;
}

.floating-usps :first-child {
  margin-left: 0;
}

.priceblock {
  padding-inline: 15px !important;
  line-height: 22px;
  padding: 1rem 1rem;
}

.priceblock p {
  margin-block: 7px;
}

.priceblock div[class^=col-] {
  padding-block: 10px;
}

.priceblock div[class^=col-]:not(:first-child) {
  border-top: 2px dotted #dfdfdf;
}

.priceblock div[class^=col-]:last-child {
  padding-block: 0;
  padding-top: 20px;
}

.priceblock .price span {
  font-size: 30px;
  font-weight: 600;
  color: #403f3f;
}

.priceblock .price {
  padding-bottom: 5px;
}

.priceblock .btn-small {
  font-weight: 600;
  padding: 10px;
  margin-block: 5px;
  width: 100%;
  font-size: 14px;
}

.listitem {
  list-style: initial;
}

/* Automatische nummertjes ;) */
.stepheader::before {
  counter-increment: stepheader;
  content: counter(stepheader) ". ";
}

.stepheader {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 30px;
}

.steps .new-step-styling input[type=radio]:checked, .steps .new-step-styling input[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.steps .new-step-styling input[type=radio]:checked + label, .steps .new-step-styling input[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.steps .new-step-styling input[type=radio]:checked + label:before, .steps .new-step-styling input[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 18px;
  height: 18px;
  top: 26px;
  left: 24px;
  border: 2px solid #403f3f;
  border-radius: 100%;
}
.steps .new-step-styling input[type=radio]:checked + label:after, .steps .new-step-styling input[type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #195185;
  position: absolute;
  top: 30px;
  left: 28px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.steps .new-step-styling input[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.steps .new-step-styling input[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 991px) {
  .steps .new-step-styling input[type=radio]:checked + label:before, .steps .new-step-styling input[type=radio]:not(:checked) + label:before {
    top: 14px;
    left: 8px;
  }
  .steps .new-step-styling input[type=radio]:checked + label:after, .steps .new-step-styling input[type=radio]:not(:checked) + label:after {
    top: 18px;
    left: 12px;
  }
}

.radio-button-bottom input[type=radio]:checked, .radio-button-bottom input[type=radio]:not(:checked) {
  display: none;
}
.radio-button-bottom input[type=radio]:checked + label, .radio-button-bottom input[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 0 !important;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.radio-button-bottom input[type=radio]:checked + label:before, .radio-button-bottom input[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 18px;
  height: 18px;
  bottom: calc(7% - 4px);
  left: calc(50% - 9px);
  border: 2px solid #403f3f;
  border-radius: 100%;
}
.radio-button-bottom input[type=radio]:checked + label:after, .radio-button-bottom input[type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #195185;
  position: absolute;
  bottom: 7%;
  left: calc(50% - 5px);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.radio-button-bottom input[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.radio-button-bottom input[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.radio-button-bottom-lower input[type=radio]:checked + label:before, .radio-button-bottom-lower input[type=radio]:not(:checked) + label:before {
  bottom: calc(5% - 4px) !important;
}
.radio-button-bottom-lower input[type=radio]:checked + label:after, .radio-button-bottom-lower input[type=radio]:not(:checked) + label:after {
  bottom: 5% !important;
}

.radio-button-right input[type=radio]:checked + label:before, .radio-button-right input[type=radio]:not(:checked) + label:before {
  bottom: calc(7% - 4px);
  left: calc(50% - 9px);
}
.radio-button-right input[type=radio]:checked + label:after, .radio-button-right input[type=radio]:not(:checked) + label:after {
  bottom: 7%;
  left: calc(50% - 5px);
}

.special-radio-button input[type=radio]:checked + label:before, .special-radio-button input[type=radio]:not(:checked) + label:before {
  top: 1px !important;
  left: -17px !important;
}
.special-radio-button input[type=radio]:checked + label:after, .special-radio-button input[type=radio]:not(:checked) + label:after {
  top: 5px !important;
  left: -13px !important;
}
@media screen and (max-width: 991px) {
  .special-radio-button input[type=radio]:checked + label:before, .special-radio-button input[type=radio]:not(:checked) + label:before {
    left: -4px !important;
  }
  .special-radio-button input[type=radio]:checked + label:after, .special-radio-button input[type=radio]:not(:checked) + label:after {
    left: 0 !important;
  }
}

.layout-radio-button input[type=radio]:checked + label:before, .layout-radio-button input[type=radio]:not(:checked) + label:before {
  top: unset !important;
  bottom: calc(3% - 4px) !important;
  left: calc(50% - 9px) !important;
}
.layout-radio-button input[type=radio]:checked + label:after, .layout-radio-button input[type=radio]:not(:checked) + label:after {
  top: unset !important;
  bottom: 3% !important;
  left: calc(50% - 5px) !important;
}

.transport-radio-button input[type=radio]:checked + label:before, .transport-radio-button input[type=radio]:not(:checked) + label:before {
  bottom: calc(12% - 4px) !important;
}
.transport-radio-button input[type=radio]:checked + label:after, .transport-radio-button input[type=radio]:not(:checked) + label:after {
  bottom: 12% !important;
}

.flight-radio-button input[type=radio]:checked + label:before, .flight-radio-button input[type=radio]:not(:checked) + label:before {
  top: calc(36% - 4px) !important;
}
.flight-radio-button input[type=radio]:checked + label:after, .flight-radio-button input[type=radio]:not(:checked) + label:after {
  top: 36% !important;
}
@media screen and (max-width: 991px) {
  .flight-radio-button input[type=radio]:checked + label:before, .flight-radio-button input[type=radio]:not(:checked) + label:before {
    top: unset !important;
    left: calc(50% - 4px) !important;
    bottom: calc(2% - 4px);
  }
  .flight-radio-button input[type=radio]:checked + label:after, .flight-radio-button input[type=radio]:not(:checked) + label:after {
    top: unset !important;
    left: 50% !important;
    bottom: 2%;
  }
}

.special-flight-radio-button input[type=radio]:checked + label:before, .special-flight-radio-button input[type=radio]:not(:checked) + label:before {
  top: calc(32% - 5px) !important;
}
.special-flight-radio-button input[type=radio]:checked + label:after, .special-flight-radio-button input[type=radio]:not(:checked) + label:after {
  top: calc(32% - 1px) !important;
}
@media screen and (max-width: 991px) {
  .special-flight-radio-button input[type=radio]:checked + label:before, .special-flight-radio-button input[type=radio]:not(:checked) + label:before {
    top: unset !important;
    left: calc(50% - 4px) !important;
    bottom: calc(2% - 4px);
  }
  .special-flight-radio-button input[type=radio]:checked + label:after, .special-flight-radio-button input[type=radio]:not(:checked) + label:after {
    top: unset !important;
    left: 50% !important;
    bottom: 2%;
  }
}

@media screen and (max-width: 991px) {
  .dinner-radio-button input[type=radio]:checked + label:before, .dinner-radio-button input[type=radio]:not(:checked) + label:before {
    top: unset !important;
    left: calc(50% - 4px) !important;
    bottom: calc(5% - 4px);
  }
  .dinner-radio-button input[type=radio]:checked + label:after, .dinner-radio-button input[type=radio]:not(:checked) + label:after {
    top: unset !important;
    left: 50% !important;
    bottom: 5%;
  }
}

@media screen and (max-width: 991px) {
  .waves-special {
    padding-top: 4px !important;
  }
}
.cardtextcontainer {
  padding: 1rem 0 !important;
}

@media screen and (max-width: 991px) {
  .mobile-text-scale {
    font-weight: unset !important;
  }
}
@media screen and (max-width: 991px) {
  .cardtextcontainer {
    padding: 0.2rem !important;
  }
  .card-double-text {
    flex-flow: unset !important;
  }
  .prices-2 {
    margin-left: 16px;
  }
  .info-style-new {
    margin-left: 1.5rem !important;
  }
}
.info-style-new {
  margin-left: 0.5rem;
}

.pricedatecol .btn-primary {
  display: none;
}

.steps.steps-extra input[type=checkbox]:not(.no-check-styling) {
  position: absolute;
  left: 20px;
  top: 48px;
  width: 20px;
}

#insurance-form-offer .steps.steps-extra input[type=checkbox]:not(.no-check-styling),
.steps.steps-extra #flight-form-booking-container input[type=checkbox]:not(.no-check-styling),
#insurance-form-booking .steps.steps-extra input[type=checkbox]:not(.no-check-styling) {
  top: 50%;
  transform: translateY(-50%);
}

.steps .radio-under input[type=radio] {
  display: none;
}

.steps label:not(.no-styling),
.steps .addonlabel {
  cursor: pointer;
  background: #fff;
  padding-block: 20px !important;
  padding-right: 20px;
  padding-left: 50px;
  border-inline: 1px solid #A5A5A5;
  border-block: 1px solid #A5A5A5;
  border-radius: 4px;
  outline: 1px solid transparent;
}

.steps.steps-extra .addonlabel,
.steps.steps-extra label:not(.no-styling) {
  border-radius: 0.25rem;
}

.steps label:not(.no-styling) {
  cursor: pointer;
}

.steps .radio-under img {
  width: 100%;
}
.steps .radio-under label {
  padding: 0;
  padding-top: 0 !important;
  padding-bottom: 40px !important;
  border-radius: 3px;
}
.steps .radio-under label .row {
  padding-inline: 10px;
}

.twolines, .threelines, .threelines-mobile,
.oneline {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.oneline {
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
}

.facilityPage .oneline {
  display: -webkit-inline-box;
}

.threelines-mobile b {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
}

.twolines {
  min-height: 36px;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
}

.threelines {
  min-height: 56px;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
}
.threelines b {
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
}

.panel-title {
  pointer-events: none;
}
.panel-title .accordion-button {
  color: #606060 !important;
  box-shadow: none !important;
  padding-left: 0;
}
.panel-title .accordion-button:after {
  display: none;
}

#accordion-reserve .panel-title {
  pointer-events: visible;
}

.no-top-border {
  border-top: none;
  border-radius: 0;
}

.no-bottom-border {
  border-bottom: none;
  border-radius: 0;
}

.panel-group {
  padding-block: 16px;
}
.panel-group .input {
  border-color: #6d6d6d;
  border-radius: 8px;
  height: 45px;
  font-size: 16px;
  color: #6d6d6d;
}

.no-bg {
  background: none;
}

.alert-checkout {
  background-color: #f3faff;
  border-color: #a5c8e4;
  border-radius: 8px;
  width: 57%;
}
.alert-checkout i.fa {
  color: #75a0c4;
}

.form-button {
  background-color: #427cac;
  color: #FFFFFF;
  border-radius: 4px;
  height: 45px;
  border: none;
  padding: 0 15px;
}

#email-button button {
  background-color: #427cac;
  color: #FFFFFF;
  border-radius: 4px;
  height: 45px;
  border: none;
  padding: 0 15px;
}

#login_og button {
  background-color: #427cac;
  color: #FFFFFF;
  border-radius: 4px;
  height: 45px;
  border: none;
  padding: 0 15px;
}

.infoLabel {
  display: flex;
  border-radius: 6px;
  background-color: #F8F8F8;
  padding: 15px !important;
}

#knownusertext {
  display: none;
}
#knownusertext label {
  color: #1C6D15;
  border-radius: 8px;
  border: 1px solid #1C6D15;
  background-color: #D9E5D8;
  padding: 10px;
}

@media screen and (max-width: 991px) {
  .threelines-mobile {
    min-height: 56px;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
  }
  .panel-title {
    padding-inline: 20px !important;
  }
  .panel-title .accordion-button {
    color: #606060 !important;
  }
  .panel-title .accordion-button:hover {
    z-index: 0;
  }
  .nav-line {
    margin: 2.75vh 0 !important;
    width: 20% !important;
  }
  .alert-checkout {
    width: 100%;
  }
}
.steps .stepbody .clickitem:not(:first-child) .hotelroom input + label {
  border-top: 1px solid #d3d3d3;
}

.clickitem .infoHide {
  display: none;
}

.steps input[type=checkbox][name=flight-filter]:hover + label,
.steps input[type=radio]:hover + label {
  background: #F3FAFF;
}

.filtertotal:hover label {
  background: #F3FAFF;
}

.steps input[type=radio]:checked + label {
  background: #EFFAFF;
  border: #005F9C 1px solid !important;
  border-radius: 4px;
  outline: 1px solid #005F9C;
}

.steps input[type=radio]:checked + label .price {
  color: #ffffff;
  font-size: 14px !important;
  border-radius: 5px;
}

.steps input[type=radio] + label .price {
  padding-block: 3px;
}

.steps input[type=radio] + label .pricex {
  display: none;
}

.steps input[type=radio]:checked + label .pricex {
  color: #ffffff;
  background: #6c757d;
  font-size: 12px;
  padding-block: 3px;
  padding-inline: 8px;
  border-radius: 5px;
  display: block;
  font-weight: 600;
}

.steps .price {
  font-weight: 600;
  font-size: 16px;
}

.padding12 {
  padding: 12px;
}

.clickitem {
  position: relative;
  width: 100%;
}

.outbound .fas, .inbound .fas {
  width: 40px;
  float: left;
  text-align: center;
  line-height: 30px;
  height: 40px;
}

.outbound {
  margin-bottom: 10px;
}

.inbound .fas {
  transform: rotate(180deg);
}

.room img {
  width: 100%;
}

.room div {
  margin-top: 10px;
}

.room div:not(b):not(span) {
  font-size: 14px;
}

.room div span {
  margin: 5px;
}

.steps-loader {
  display: none;
  font-size: 38px;
  text-align: center;
  margin-block: 120px;
}
.steps-loader .steps-header {
  text-align: left;
}

.collap {
  font-size: 12px !important;
  padding-block: 3px;
  line-height: 17px;
  display: none;
}

.collap .fas, .collap .outbound .fas, .collap .inbound .fas {
  display: none;
}

.prices b[data-target^=collap-]:before {
  position: absolute;
  top: -1px;
  right: 0px;
  font-family: "Material Icons";
  font-weight: 900;
  content: "\e145";
}

.prices b[data-target^=collap-].opened:before {
  position: absolute;
  top: -1px;
  right: 0px;
  font-family: "Material Icons";
  font-weight: 900;
  content: "\f88a";
}

.prices b[data-target^=collap-] {
  position: relative;
  cursor: pointer;
  padding-right: 20px;
  display: block;
}

.overzicht_rt span.date_box {
  font-size: 12px;
  display: inline-block;
  padding: 5px;
}

.filter_rt {
  position: relative;
  float: right;
  padding: 5px;
}

.details_frm.txt_frm {
  border-bottom: 0;
}

.details_frm.txt_frm span {
  float: initial;
}

.details_frm.txt_frm .price {
  color: #427cac;
}

.reisgezelschap {
  padding-block: 30px;
  padding-inline: 40px;
}

.reisgezelschap .reisheader b {
  font: 700 16px/18px "Poppins", sans-serif;
}

.reisgezelschap .reisheader {
  line-height: 24px;
}

.reisgezelschap .reisbody label {
  padding-bottom: 10px;
}

.reisgezelschap .reisbody p {
  line-height: 28px;
}

.panel-group .reisgezelschap {
  padding-block: 16px;
}
.panel-group .input {
  border-color: #6d6d6d;
  border-radius: 8px;
  height: 45px;
  font-size: 16px;
  color: #6d6d6d;
}

.panel-title {
  padding-inline: 40px;
}
.panel-title .reisheader {
  border-bottom: none;
}

.btn-secondary2 {
  background: #efefef;
  border: 1px solid lightgrey;
  color: #606060;
}

.scroll50 {
  position: relative;
}

.color-orange {
  color: #427cac !important;
}

.color-orange-stepheader .text-container {
  color: #FFFFFF !important;
  background-color: #427cac !important;
}

.checked-circle .text-container {
  background-color: #0d7f00 !important;
  color: #FFFFFF !important;
}

.bedankt-title {
  font-weight: 400;
  letter-spacing: 0;
  font-size: 32px;
  line-height: 40px;
}
.bedankt-title i.fa {
  font-size: 30px;
}

.bedankt-text {
  font-weight: 400;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 24px;
}

.stickynav.scroll50 {
  padding-bottom: 10px !important;
}

.scroll50:after {
  position: absolute;
  bottom: 0;
  content: "";
  height: 12px;
  width: 100%;
  left: 0;
  right: 0;
  background: linear-gradient(to right, #427cac 0, #427cac 50%, #FFFFFF 50%, #FFFFFF 100%);
  border-block: 1px solid lightgrey;
}

.scroll75:after {
  position: absolute;
  bottom: 0;
  content: "";
  height: 12px;
  width: 100%;
  left: 0;
  right: 0;
  background: linear-gradient(to right, #427cac 0, #427cac calc(50% + 304px), #FFFFFF calc(50% + 304px), #FFFFFF 100%);
  border-block: 1px solid lightgrey;
}

.scroll100:after {
  position: absolute;
  bottom: 0;
  content: "";
  height: 12px;
  width: 100%;
  left: 0;
  right: 0;
  background: linear-gradient(to right, #427cac 0, #427cac calc(50% + 608px), #FFFFFF calc(50% + 608px), #FFFFFF 100%);
  border-block: 1px solid lightgrey;
}

.scrollfull:after {
  background: #427cac;
  position: absolute;
  bottom: 0;
  content: "";
  height: 12px;
  width: 100%;
  left: 0;
  border-block: 1px solid lightgrey;
  right: 0;
}

.beoordelingen_sec:not(.reserve-nav) .scrollbaar li i.fa, .beoordelingen_sec:not(.reserve-nav) .scrollbaar li .icon-container {
  font-family: Arial, Helvetica, sans-serif;
}

.scrollbaar li {
  width: 33%;
  text-align: center;
}
.scrollbaar li i.fa, .scrollbaar li .icon-container {
  margin: 0.5em;
  height: 2em !important;
  width: 2em !important;
  line-height: 1em !important;
  text-align: center;
  box-shadow: 0 0 2px #888;
  border-radius: 50%;
  padding: 0.5em;
  background-color: #d5d5d5;
}
.scrollbaar li:not(.color-orange-stepheader):not(.checked-circle) .fa.fa-circle-o {
  color: rgb(96, 96, 96) !important;
}
.scrollbaar li .underline {
  text-decoration: underline 2px;
}

.nav-line {
  margin: 3.25vh 0;
  border: 1px solid;
  width: 10%;
  opacity: 0.5;
}

@media screen and (max-width: 991px) {
  .scrollbaar li {
    width: 50% !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
}
/* account */
.accountoverview .reisgezelschap {
  padding-block: 35px;
  color: #5E5E5E;
  padding-inline: 35px;
}

.accountoverview .reisgezelschap .reisheader b {
  font: 600 14px/16px "Poppins", sans-serif;
}

.accountoverview .reisgezelschap .reisheader p {
  line-height: 28px;
}

.accountoverview .reisgezelschap .reisheader {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
}

.accountoverview .reisgezelschap .reisbody label {
  padding-bottom: 10px;
}

.accountoverview .orange-card {
  border-color: #427cac;
  background: #dee6ef;
}

.accountoverview .orange-card .reisgezelschap {
  padding-top: 10px;
}

.accountoverview .orange-card .reisgezelschap .reisheader b {
  font: 600 18px/20px "Poppins", sans-serif;
  line-height: 27px;
  color: #427cac;
}

.accountoverview {
  color: #606060;
}

.accountoverview-width {
  width: 70%;
}
@media screen and (max-width: 991px) {
  .accountoverview-width {
    width: 100%;
  }
}

.header-image {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  position: absolute;
  left: 30px;
  right: 30px;
  top: 14px;
}

.header-image h1 {
  font-size: 22px;
  font-weight: 700;
}

.header-image span {
  background: #c5f3c5;
  color: #608b60;
  font-weight: bold;
  padding-block: 5px;
  padding-inline: 10px;
  border-radius: 5px;
}

.nspireren_row input {
  display: none;
}

.nspireren_row input:checked + label {
  position: relative;
}

.nspireren_row input:checked + label .nspireren_box {
  position: relative;
  border: 2px solid #427cac;
}

.nspireren_row input:checked + label:after {
  z-index: 10;
  position: absolute;
  height: 25px;
  border-radius: 25px;
  width: 25px;
  background: #427cac;
  top: 10px;
  right: 15px;
  color: white;
  padding: 4px 6px;
  font-family: "Material Icons";
  font-weight: 900;
  content: "\e5ca";
}

.lazyEffects {
  position: relative;
  color: transparent !important;
}

.lazyEffects:after {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2000;
  content: "" !important;
  position: absolute;
  background-image: linear-gradient(75deg, #f8f8f8 40%, rgb(240, 240, 240) 45%, #f8f8f8 50%, #f8f8f8 60%, rgb(240, 240, 240) 65%, #f8f8f8 70%);
  background-size: 300% 100%;
  animation: lazyEffect 3s infinite linear;
}

.hideEffects .lazyEffects:after {
  content: "" !important;
  animation: none;
}

@keyframes lazyEffect {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 120% 0;
  }
}
.lazyBackground2 {
  background: #fff !important;
}

.lazyBackground {
  position: relative;
}

.lazyBackground:after {
  position: absolute;
  content: "";
  background: url("https://cdn.cruiseonline.com/icon/cruiseonline.png");
  background-repeat: no-repeat;
  background-size: cover;
  animation: lazyBackground 8s infinite linear;
  background-position: 0% 10%;
  width: 250px;
  height: 250px;
  z-index: 3000;
  top: 150px;
}
@supports (background-image: url("https://cdn.cruiseonline.com/icon/cruiseonline.webp")) {
  .lazyBackground:after {
    background: url("https://cdn.cruiseonline.com/icon/cruiseonline.webp");
    background-repeat: no-repeat;
    background-size: cover;
    animation: lazyBackground 8s infinite linear;
    background-position: 0% 10%;
  }
}

.col-2 span {
  text-align: center;
}

@keyframes lazyBackground {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.slideDots {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 100%;
  display: flex;
  flex-flow: row;
}
.slideDots .dots {
  background: lightgrey;
  height: 13px;
  border: 1px solid grey;
  border-radius: 13px;
  width: 13px;
  margin: 2px;
}
.slideDots .dots.isactive {
  background: white;
}

.beoorde_boRt {
  width: 70%;
}

.highlightblock .col-9 {
  padding-block: 10px;
}
.highlightblock .col-3 {
  border-radius: 2px;
}
.highlightblock .row {
  padding-block: 5px;
  padding-inline: 10px;
  border-top: 1px solid #e9e9e9;
}
.highlightblock .row:nth-child(odd) {
  background: #f8f8f8;
}

.weatheroverview .card, .weatheroverview .card-body {
  height: 100%;
}

.cardtime {
  background: url("https://images.musement.com/cover/0001/43/algarve_header-42616.jpeg?w=1200&h=630&q=95&fit=crop");
  background-size: cover;
  border: 1px solid white;
  position: relative;
}
.cardtime div, .cardtime p, .cardtime span {
  z-index: 2;
  color: #fff;
}

.cardtime:after {
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
}

.cardweather {
  position: relative;
}
.cardweather div, .cardweather p, .cardweather span {
  z-index: 2;
}

.cardweather:after {
  bottom: 0;
  opacity: 0.4;
  top: 0;
  left: 0;
  right: 0;
  background: url("https://cdn.cruiseonline.com/icon/cruiseonline.png") no-repeat bottom -81px left -78px #FFFFFF;
  background-size: 270px 405px;
  position: absolute;
  content: "";
}

.reisverloop .col-2 {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  font-size: 20px;
  text-align: center;
}
.reisverloop .col-10 {
  padding-block: 15px;
}

.todoitemnotinunse {
  position: relative;
  border: 1px dotted red;
  background-image: linear-gradient(75deg, rgba(0, 0, 0, 0) 40%, rgba(200, 200, 200, 0.2) 45%, rgba(0, 0, 0, 0) 60%);
  background-size: 300% 100%;
  animation: lazyEffect 4s infinite linear;
}
.todoitemnotinunse:after {
  position: absolute;
  right: 10px;
  top: 0;
  color: #ed7107;
  font-size: 14px;
  font-family: "Material Icons";
  font-weight: 900;
  content: "\f12a";
}

.position-relative {
  height: 100%;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #427cac !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #427cac !important;
}

a:not(.more_btn2):not(.btn-primary):not(.btn-secondary):not(.copybus):not(.icon):not(.btn-outline-primary):not(.btn-success):not(.to_cr_box):not(.to_wo_box):not(.no-style) {
  cursor: pointer;
}
a:not(.more_btn2):not(.btn-primary):not(.btn-secondary):not(.copybus):not(.icon):not(.btn-outline-primary):not(.btn-success):not(.to_cr_box):not(.to_wo_box):not(.no-style):hover {
  color: #3b6f9a !important;
}

.dropdown:hover {
  cursor: pointer;
}

.dropdown:hover > a {
  cursor: pointer;
  color: #3b6f9a !important;
}

.page-link {
  color: #427cac;
}

.page-item.active .page-link {
  background-color: #427cac;
  border-color: #427cac;
}

.toggleMore {
  background: #fff !important;
  padding: 10px 20px;
  color: #333;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  position: relative;
  border: 1px solid #d8d8d8;
  margin: auto;
  display: block;
  width: 400px;
  max-width: 100%;
}
.toggleMore:hover {
  border: 1px solid #427cac;
  background: #fff !important;
  text-decoration: underline;
  color: #333;
}

button[aria-label=Close]:not(.btn-link):not(.navbar-toggler):not(.toggleMore).btn-close:hover {
  filter: invert(40%) sepia(53%) saturate(598%) hue-rotate(177deg) brightness(89%) contrast(87%);
}

section:not(.footer):not(.bluebuttonsec):not(.deckplanview) .btn-primary:not(.bluebutton), section:not(.footer):not(.bluebuttonsec):not(.deckplanview) button:not(.btn-danger):not(.btn-warning):not(.btn-link):not(.navbar-toggler):not(.toggleMore):not(.btn-back):not(.btn-close):not(.btn-outline-primary):not(.btn-outline-secondary):not(.btn-secondary2):not(.fb-button-main-element):not(.custom-google-btn):not(.accordion-button):not(.no-style):not(.form-button):not(#email-button > button):not(#login_og > button), section:not(.footer):not(.bluebuttonsec):not(.deckplanview) .more_btn2, .banner_sec .btn-primary:not(.bluebutton), .banner_sec button:not(.btn-danger):not(.btn-warning):not(.btn-link):not(.navbar-toggler):not(.toggleMore):not(.btn-back):not(.btn-close):not(.btn-outline-primary):not(.btn-outline-secondary):not(.btn-secondary2):not(.fb-button-main-element):not(.custom-google-btn):not(.accordion-button):not(.no-style):not(.form-button):not(#email-button > button):not(#login_og > button), .banner_sec .more_btn2 {
  background: #4aac42 !important;
  border-color: #54ac42 !important;
}
section:not(.footer):not(.bluebuttonsec):not(.deckplanview) .btn-primary:not(.bluebutton):hover, section:not(.footer):not(.bluebuttonsec):not(.deckplanview) button:not(.btn-danger):not(.btn-warning):not(.btn-link):not(.navbar-toggler):not(.toggleMore):not(.btn-back):not(.btn-close):not(.btn-outline-primary):not(.btn-outline-secondary):not(.btn-secondary2):not(.fb-button-main-element):not(.custom-google-btn):not(.accordion-button):not(.no-style):not(.form-button):not(#email-button > button):not(#login_og > button):hover, section:not(.footer):not(.bluebuttonsec):not(.deckplanview) .more_btn2:hover, .banner_sec .btn-primary:not(.bluebutton):hover, .banner_sec button:not(.btn-danger):not(.btn-warning):not(.btn-link):not(.navbar-toggler):not(.toggleMore):not(.btn-back):not(.btn-close):not(.btn-outline-primary):not(.btn-outline-secondary):not(.btn-secondary2):not(.fb-button-main-element):not(.custom-google-btn):not(.accordion-button):not(.no-style):not(.form-button):not(#email-button > button):not(#login_og > button):hover, .banner_sec .more_btn2:hover {
  background: #429a3b !important;
  border-color: #4b9a3b !important;
}

.g_id_signin {
  display: none;
}

.custom-google-btn {
  display: inline-block;
  background-color: white;
  color: #444;
  width: 194px;
  height: 40px;
  border-radius: 5px;
  border: thin solid #d9d9d9;
  white-space: nowrap;
}
.custom-google-btn:hover {
  cursor: pointer;
  background-color: #f5faff;
}
.custom-google-btn:active {
  background-color: #e1efff;
}
.custom-google-btn span.label {
  font-family: serif;
  font-weight: normal;
}
.custom-google-btn span.icon {
  display: inline-block;
  vertical-align: middle;
  padding-left: 4px;
}
.custom-google-btn span.icon img {
  width: 18px;
  height: 18px;
}
.custom-google-btn span.buttonText {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.fb_login_button_container {
  align-content: center;
  align-items: center;
  border: 0;
  color: #fff;
  display: flex;
  font-family: "Roboto", "Freight Sans LF Pro", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin: auto;
}

.fb-button-main-element {
  overflow: hidden;
  border-radius: 3px;
  font-size: 12px;
  height: 40px;
  background-color: rgb(26, 119, 242) !important;
  color: rgb(255, 255, 255) !important;
  border: 0;
  font-weight: bold;
  width: 194px;
}
.fb-button-main-element:hover {
  cursor: pointer;
}
.fb-button-main-element:focus {
  filter: brightness(80%);
}

.fb-iframe-overlay {
  display: flex;
}

.fb_button_label_element {
  align-items: center;
  display: flex;
  font-weight: bold;
  justify-content: center;
}

.fb_button_label {
  margin: auto;
  pointer-events: none;
}

.fb_button_svg_logo {
  height: 1.33em;
  margin-left: 0.4em;
  margin-right: 0.4em;
  padding: 0.065em;
}

.login_fb_logo .f_logo_f {
  fill: transparent;
}

.single_button_svg_logo {
  margin-bottom: 0.08em;
}

.loginButton, .registerButton {
  height: 40px;
}

@media screen and (max-width: 768px) {
  .loginButton, .registerButton, .fb-button-main-element, .g_id_signin, .custom-google-btn {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .fb-button-main-element {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .bluebuttonsec .nspireren_col {
    width: 50%;
  }
  .bluebuttonsec .nspireren_col:nth-child(5) {
    width: 100%;
  }
}
button.navbar-toggler.favoriteEnabled.collapsed {
  position: relative;
}
button.navbar-toggler.favoriteEnabled.collapsed:after {
  content: "favorite";
  position: absolute;
  font-family: "Material Icons";
  top: 0;
  color: red;
  right: 2px;
  font-weight: 600;
  font-size: 10px;
}

.bigicons {
  margin: auto;
  width: min(100%, 1180px);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.bigicons.small {
  width: min(100%, 944px);
}
.bigicons .span-soon {
  position: absolute;
  top: calc(50% - 10px);
  margin: auto;
  right: 0;
  left: 0;
  font-size: 12px;
  width: 100px;
  height: 20px;
  font-weight: 600;
  background: #ff931d;
  line-height: 20px;
  border-radius: 2px;
  z-index: 10;
}
.bigicons a.icon {
  background: rgba(116, 174, 222, 0.3);
  border-radius: 5px;
  padding: 20px;
  height: 200px;
  width: 200px;
  margin: 10px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  font-size: 16px;
  position: relative;
}
.bigicons a.icon .pending-count {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  background: #ff931d;
  line-height: 30px;
  border-radius: 50%;
}
@media screen and (max-width: 798px) {
  .bigicons a.icon {
    width: calc(50vw - 35px);
    padding: 5px;
    margin: 10px;
  }
}
.bigicons a.icon i {
  margin-bottom: 10px;
  font-size: 28px;
}
.bigicons a.icon:hover {
  background: #3b6f9a;
  color: #fff !important;
}
.bigicons a.icon.not-active {
  filter: brightness(100%) grayscale(80%) opacity(50%);
  pointer-events: none;
}
.bigicons input::placeholder {
  color: #fff;
  opacity: 0.8;
}

.score-box {
  display: flex;
}
.score-box .score {
  width: 10%;
  aspect-ratio: 1/1;
  font-size: 18px;
  box-sizing: border-box;
  margin: 10px;
  display: flex;
  justify-content: center;
  flex-flow: column;
  background: #efefef;
  border-radius: 5px;
  cursor: pointer;
  color: #333 !important;
}
.score-box .score:hover {
  background: #e2e2e2;
}
@media screen and (max-width: 981px) {
  .score-box .score {
    margin: 5px;
    font-size: 14px;
  }
}
.score-box .score-bad {
  background: #f15050;
  color: #fff !important;
}
.score-box .score-bad:hover {
  background: #ef3838;
}
.score-box .score-good {
  background: #16a72e;
  color: #fff !important;
}
.score-box .score-good:hover {
  background: #139028;
}

.h1s {
  color: #427cac;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}

.h2s {
  font-size: 16px !important;
}

.h1s + .h2s {
  margin-top: 5px;
}

.h3s {
  font: 700 18px/20px "Poppins", sans-serif !important;
}

.oldh2 {
  color: #427cac;
  text-align: left;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  line-height: 26px;
}

.forbidden {
  cursor: not-allowed !important;
}

.form-check-input:disabled {
  filter: grayscale(100);
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  filter: grayscale(100);
  opacity: 0.7;
  cursor: initial;
}

.image-right, .image-left, .image-xl-right, .image-xl-left, .image-sm-right, .image-sm-left, .image-lg-left, .image-lg-right, .image-md-left, .image-md-right {
  width: 400px;
  border-radius: 5px;
  max-width: 100%;
}

.image-right, .image-xl-right, .image-sm-right, .image-lg-right, .image-md-right {
  float: right;
  margin: 10px 0 10px 10px;
}

.image-left, .image-xl-left, .image-sm-left, .image-lg-left, .image-md-left {
  float: left;
  margin: 10px 10px 10px 0;
}

.image-sm-right, .image-sm-left {
  width: 200px;
}

.image-xl-right, .image-xl-left {
  width: 800px;
}

.image-lg-right, .image-lg-left {
  width: 600px;
}

.image-md-left, .image-md-right {
  width: 400px;
}

@media screen and (max-width: 768px) {
  .image-right, .image-left, .image-xl-right, .image-xl-left, .image-sm-right, .image-sm-left, .image-lg-left, .image-lg-right, .image-md-left, .image-md-right {
    width: 100%;
  }
}
.popupie {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: #427cac;
  z-index: 2030;
  padding-inline: 10px;
  padding-block: 15px;
  font-size: 12px;
  color: white;
  border-radius: 5px;
  width: 300px;
  text-align: center;
  animation: shakeIt 8s linear;
}
.popupie:before {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background-image: linear-gradient(45deg, #4c87b7 16.67%, #427cac 16.67%, #427cac 50%, #4c87b7 50%, #4c87b7 66.67%, #427cac 66.67%, #427cac 100%);
  background-size: 21.21px 21.21px;
  animation: lazyEffectPopup 18s infinite linear;
  content: "";
  border-radius: 5px;
}

@keyframes shakeIt {
  1%, 3%, 5% {
    margin-left: 5px;
  }
  2%, 4%, 6% {
    margin-left: 0px;
  }
}
@keyframes lazyEffectPopup {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 120% 0;
  }
}
[name=flight-filter]:checked {
  position: relative;
}
[name=flight-filter]:checked ~ .select-btn {
  display: block;
}

[name=flight],
[name=flight-filter] {
  position: relative;
}
[name=flight] ~ .select-btn,
[name=flight-filter] ~ .select-btn {
  display: none;
  top: 50%;
  border-color: #427cac;
  background: #dee6ef;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  margin: auto;
  width: 200px;
  left: 50px;
  transform: translateY(-50%);
}

a.to_cr_box, a.to_wo_box {
  position: fixed;
  top: 0px;
  right: 10px;
  z-index: 199000;
  background: #49ac43;
  color: #fff;
  padding: 5px;
  padding-inline: 10px;
  cursor: pointer;
  font-weight: 600;
  border-radius: 0 0 5px 5px;
  font-size: 11px;
}
a.to_cr_box:hover, a.to_wo_box:hover {
  color: #fff !important;
  background: #398735;
}

a.to_wo_box {
  right: 200px;
  background: #a9ac43;
}
a.to_wo_box:hover {
  color: #fff !important;
  background: #858735;
}

.iconinput.orange-row {
  width: calc(100% - 100px);
  margin-inline: 10px;
  background: #ff931c;
  padding: 15px;
  border-radius: 5px;
  cursor: pointer;
}
.iconinput.orange-row:hover {
  background: #ff8703;
}
@media screen and (max-width: 798px) {
  .iconinput.orange-row {
    width: 100%;
  }
}

.iconinput.searchbar {
  width: calc(100% - 100px);
  margin-inline: 10px;
  margin-top: 10px;
  color: #fff !important;
}
@media screen and (max-width: 798px) {
  .iconinput.searchbar {
    width: 100%;
  }
}

#changeCountryModal {
  z-index: 101167;
}

.frontpage-box .card-header {
  padding-block: 15px;
  color: #427cac;
  font-weight: bold;
  position: relative;
  font-size: 16px;
  z-index: 1;
  background: #fff !important;
  border-bottom: 0;
  padding-bottom: 0;
}
.frontpage-box .card-header span {
  z-index: 1;
  position: relative;
}
.frontpage-box .card-header:after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.frontpage-box ul li {
  margin-bottom: 12px;
}
.frontpage-box ul li a {
  color: #606060;
  text-decoration: underline;
}

.nice-scrollbar {
  padding-bottom: 10px;
}

.nice-scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

.nice-scrollbar::-webkit-scrollbar-track {
  border-radius: 5px;
}

.nice-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(96, 96, 96, 0.8);
  border-radius: 5px;
}

.nice-scrollbar::-webkit-scrollbar-thumb:hover {
  background: rgba(96, 96, 96, 0.8);
}

.lobibox-notify-msg {
  max-height: initial !important;
}

.stickynav.warningbar {
  top: 0px;
  padding: 15px 0;
  background: #dee6ef;
  border-bottom: 1px solid #427cac;
}
.stickynav.warningbar .fas, .stickynav.warningbar .fa, .stickynav.warningbar a {
  color: #427cac;
}

.warningbar + .stickynav {
  top: 50px;
}

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

.reisbox {
  color: #606060 !important;
}

.header-image {
  top: 0;
  left: 0;
  right: 0;
  padding: 14px 30px 60px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  color: #fff;
  border-radius: 0.25rem 0.25rem 0px 0px;
}

.stickynav span:not(.skipme) {
  margin-inline: 10px;
  aspect-ratio: 1/1;
  display: inline-block;
  padding-block: 5px;
  line-height: 10px;
  font-size: 12px;
  height: 20px;
  color: white;
  border-radius: 50%;
}
.stickynav span:not(.skipme).text-container {
  background: #427cac;
}

.option-notify {
  display: inline-flex;
  padding: 5px 12px 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: color(display-p3 0.1106 0.426 0.0813);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  border-radius: 8px;
  background: #D6E6D7;
  background: color(display-p3 0.8503 0.8991 0.8457);
  width: auto;
}

.option-alert-info {
  border: 1px solid var(--Blue-300, #30A7DC);
  background: var(--Blue-50, #EFFAFF);
}
.option-alert-info * {
  color: #494848 !important;
}

.option-alert-success {
  border: 1px solid var(--Green-700, #007100);
  background: var(--Green-100, #D2E6D6);
}
.option-alert-success * {
  color: #1C6D15 !important;
}

.option-alert-warning {
  border: 1px solid var(--Yellow-900, #755B0B);
  background: var(--Yellow-500, #FFF1C3);
}
.option-alert-warning * {
  color: #6E5D2A !important;
}

.option-alert {
  display: flex;
  padding: 6px;
  align-items: flex-start;
  gap: 8px;
  border-radius: 8px;
}
.option-alert i {
  width: 24px;
  height: 24px;
  font-size: 16px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: #427CAC;
}
.option-alert * {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
}

.cruise-info {
  border-radius: 4px;
  background: var(--BG-Grey, #F8F8F8);
  display: flex;
  align-items: center;
}
.cruise-info .info-icon {
  min-width: 40px;
}
.cruise-info *:not(.option-alert) i, .cruise-info *:not(.option-alert) .material-icons {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  color: #195B92;
  transform: translateY(-1px);
}

.view-option-button {
  display: inline-flex;
  height: 35px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  color: #427CAC;
  border: 1px solid var(--Blue-500, #0080B5);
  background: #fff;
}

.option-card-title {
  display: flex;
}
.option-card-title span {
  font-size: 20px;
  font-weight: 400;
}
.option-card-title i, .option-card-title .material-icons {
  line-height: unset;
  font-size: 24px;
  color: #195B92;
  margin-right: 12px;
}

.option-download-button {
  color: #427CAC;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

/* Reviews */
.review-item {
  padding-left: 3%;
  width: 19%;
}

.review-item:not(:last-child) {
  border-right: #e8e8e8 1px solid;
}

.review-range-item {
  flex: 0 0 auto;
  width: 20%;
  padding-left: 3%;
}
@media screen and (max-width: 573px) {
  .review-range-item {
    width: 100%;
  }
}

#review_thanks {
  min-height: 400px;
  display: flex;
  justify-content: center;
  flex-flow: column;
}

.review-range-item:not(.no-border) {
  border-right: 1px solid #e8e8e8;
}

.profile-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.profile-initial {
  color: white;
  font-size: 25px;
  font-weight: bold;
}

.review-title {
  border-right: #e8e8e8 1px solid;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
}

.average-rating {
  font-size: 32px;
  color: #4AAC42;
}

.review-container {
  width: 79%;
  background-color: white;
  border: #dfdfdf solid 1px;
  border-radius: 2px;
}
@media screen and (max-width: 573px) {
  .review-container {
    width: 98%;
  }
}

.name-text {
  font-size: 17px;
}

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

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

.facebook-friend {
  color: #1877F2;
}

.review-text {
  line-height: 26px;
  word-wrap: break-word;
}

.review-card-container {
  max-width: 90%;
}

.star-outline {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #feba02;
}

.review-card {
  min-width: 290px;
}

.preview-review {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.review-choice {
  border: #dfdfdf 1px solid;
  border-radius: 3px;
  width: fit-content;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 5px;
}
.review-choice input[type=radio] {
  display: none;
}
.review-choice label:hover {
  cursor: pointer;
}

.review-choice:has(input[type=radio]:checked) {
  background-color: #427cac;
  color: white;
}

.star-rating {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.star-rating .star {
  cursor: pointer;
  color: #ccc;
  transition: color 0.2s;
}

.star-rating .star:hover {
  color: #feba02;
}

@media screen and (max-width: 767px) {
  .stars-border {
    border: none !important;
  }
}

.review-card-stars {
  gap: 5px;
}

input.review-check-input {
  display: none;
}
input.review-check-input + label {
  border: 1px solid #606060;
  outline: 1px solid transparent;
  color: #606060;
  font-size: 13px;
  padding: 10px;
  margin-right: 5px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  background: #fff;
  margin-bottom: 10px;
}
input.review-check-input:checked + label {
  border: 1px solid #427cac;
  outline: 1px solid #427cac;
  background: #EFFAFF;
}
input.review-check-input:hover + label {
  border: 1px solid #427cac;
  outline: 1px solid #427cac;
}

@media screen and (max-width: 991px) {
  .review-mobile-fix {
    background-color: white !important;
  }
}

.input-counter-container {
  position: relative;
}

.input-counter {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
  font-size: 12px;
}

@media screen and (min-width: 996px) {
  #return_to_login {
    position: absolute;
    bottom: 0;
  }
  #or_non_mobile {
    z-index: 1;
    position: absolute !important;
    left: 49%;
    width: 20px;
    height: 30px;
    top: 50%;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    padding-top: 7px !important;
  }
  #registerBtn {
    float: right;
  }
}
@media screen and (max-width: 995px) {
  #or_non_mobile {
    display: none;
  }
}
.toggleExpand {
  position: relative;
  padding: 5px;
  border: 1px solid transparent;
}
.toggleExpand.active, .toggleExpand:hover {
  background: #f4f4f4;
  border: 1px solid lightgrey;
  border-radius: 5px 5px 0 0;
}
.toggleExpand.active .expandedContent, .toggleExpand:hover .expandedContent {
  display: block !important;
  position: absolute;
  top: 100%;
  padding: 5px;
  width: calc(100% + 2px);
  right: -1px;
  z-index: 10000;
  background: #fff;
  border: 1px solid lightgrey;
  border-top: none;
  border-radius: 0 0 5px 5px;
}

.expandedContent li {
  padding: 0;
  padding-inline: 3px;
  border-top: 1px solid #edecec;
}
.expandedContent li a {
  padding: 5px;
  padding-block: 8px;
  display: block;
  width: 100%;
}
.expandedContent li a:hover {
  background: #f8f7f7;
}

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