
.accessCode > input {                
  text-align: center;
  width: 2em;
}
.accessCode > input:invalid {
  color: red;
  caret-color: #000;
}






@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Archivo:wght@300;400;600;700;800&family=Source+Sans+3&display=swap");
:root {
  --main-padding: 3rem;
  --panel-padding: 2rem;
}

@media screen and (max-height: 900px) {
  :root {
    --main-padding: 1rem;
    --panel-padding: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 95%;
  }
}
nav.navbar {
  background-color: #fff;
  color: #000;
  padding: 1rem 0;
}
nav.navbar .navbar-brand {
  padding: 0;
}
nav.navbar .navbar-toggler {
  border: none;
}
nav.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2863, 152, 114, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
nav.navbar .navbar-nav .nav-item {
  padding: 0 2rem;
  margin-top: 2px;
}
nav.navbar .navbar-nav .nav-item a {
  padding: 0;
  font-weight: 600;
  color: inherit;
  text-transform: uppercase;
  border-bottom: solid 2px transparent;
  transition: border 0.3s ease;
}
nav.navbar .navbar-nav .nav-item a:hover {
  border-color: #000;
  transition: border 0.3s ease;
}

@media screen and (max-width: 960px) {
  .navbar-collapse {
    position: fixed;
    top: 82px;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 100%;
    max-width: 75%;
    height: 100vh;
    overflow-y: auto;
    background: #cbdaee;
    box-shadow: -6px 4px 12px 0px rgba(0, 0, 0, 0.13);
  }
  .navbar-collapse.collapsing {
    height: 100%;
    -webkit-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    transition: right 0.3s ease;
    right: -100%;
  }
  .navbar-collapse.show {
    right: 0;
    -webkit-transition: right 0.3s ease-in;
    -o-transition: right 0.3s ease-in;
    -moz-transition: right 0.3s ease-in;
    transition: right 0.3s ease-in;
  }
  nav.navbar .navbar-nav {
    padding-top: 1rem;
  }
  nav.navbar .navbar-nav .nav-item {
    padding: 1rem;
    text-transform: uppercase;
  }
  nav.navbar .navbar-nav .nav-item a {
    font-weight: 400;
    color: #164f9d;
    font-size: 1.25rem;
  }
  nav.navbar .navbar-nav .nav-item.active a {
    color: #319268;
    font-weight: 700;
  }
}
.image-carousel {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.image-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 0;
  opacity: 0;
}
.image-carousel img:first-of-type() {
  opacity: 1;
}

@media screen and (max-width: 960px) {
  .image-carousel {
    top: 0;
    position: relative;
    order: 0;
    height: 40vh;
  }
}
@media screen and (max-width: 960px) and (orientation: landscape) {
  .image-carousel {
    top: 0;
    position: relative;
    order: 0;
    height: 62vh;
  }
}























.resort-list {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
}
.resort-list li {
  padding: 5px;
}
.resort-list li .resort-item-top {
  display: flex;
  gap: 1rem;
  background: #edf2fa;
  border-radius: 2px;
  padding: 0.5rem;
}
.resort-list li .resort-item-top img {
  height: 115px;
  object-fit: contain;
}
.resort-list li .resort-item-top a {
  color: #5981b8;
  font-size: 0.9rem;
}
.resort-list li .resort-item-top .resort-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.resort-list li .resort-item-top .resort-info h3 {
  margin: 0;
}
.resort-list li .resort-item-top .resort-info div {
  font-family: "Source Sans Pro";
}
.resort-list .offers {
  padding: 0.5rem;
}
.resort-list .offers .single-offer {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: dotted 3px #dde5f0;
}
.resort-list .offers .single-offer:last-of-type {
  border-bottom: none;
}
.resort-list .offers .single-offer .offer-left {
  flex: 1;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.resort-list .offers .single-offer .offer-left .check-in-out-container {
  flex-basis: 75%;
}
.resort-list .offers .single-offer .offer-left .check-in-out-container .check-in-out {
  display: flex;
  justify-content: space-between;
}
.resort-list .offers .single-offer .offer-left .check-in-out-container .check-in-out > div {
  flex-basis: 50%;
}
.resort-list .offers .single-offer .offer-left .upgrade-cost-container {
  flex-basis: 25%;
}
.resort-list .offers .single-offer .offer-left .upgrade-cost-container .upgrade-cost {
  color: #5981b8;
  font-weight: 600;
}
.resort-list .offers .single-offer .offer-right {
  flex-basis: 25%;
}
.resort-list .offers .single-offer .offer-right button {
  padding: 0.75rem 2rem;
}
.resort-list.book .resort-item .resort-item-top .resort-info {
  flex: 1;
}
.resort-list.book .resort-item .resort-item-top .buttons {
  flex: 0;
  justify-content: space-around;
}
.resort-list.book .resort-item .resort-item-top .buttons button {
  white-space: nowrap;
  padding: 0.75rem 2rem;
}
.resort-list.book .resort-item .offers .single-offer {
  border: none;
  flex-wrap: wrap;
}
.resort-list.book .resort-item .offers .single-offer .offer-left .upgrade-cost-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.resort-list.book .resort-item .offers .single-offer .offer-links {
  margin: 1rem 0 2rem 0;
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
}
.resort-list.book .resort-item .offers .single-offer .offer-links a {
  color: #5981b8;
}
.resort-list.book .resort-item .offers .single-offer .offer-cost-summary {
  flex-basis: 100%;
}
.resort-list.book .resort-item .offers .single-offer .offer-cost-summary tr td {
  text-align: right;
}
.resort-list.book .resort-item .offers .single-offer .offer-cost-summary tr td.negative {
  color: #d13100;
}
.resort-list.book .resort-item .offers .single-offer .offer-cost-summary tr td:first-of-type {
  width: 100%;
}
.resort-list.book .resort-item .offers .single-offer .offer-cost-summary tr td:last-of-type {
  padding-left: 2rem;
  width: 1%;
  white-space: nowrap;
  font-weight: 600;
}
.resort-list.book .resort-item .offers .single-offer .offer-cost-summary tr.separator td {
  padding-top: 1rem;
  border-bottom: dotted 3px #dde5f0;
}
.resort-list.book .resort-item .offers .single-offer .offer-cost-summary tr.summary-title td {
  padding-top: 1rem;
  font-weight: 600;
}
.resort-list.book .resort-item .offers .single-offer .offer-cost-summary tr.summary-value td {
  font-weight: 600;
  font-size: 1.35rem;
}

@media screen and (max-width: 960px) {
  .stars {
    display: block;
    padding-left: 0;
  }
  .resort-list .resort-item-top {
    gap: 0.5rem;
  }
  .resort-list .resort-item-top > img {
    display: none;
  }
  .resort-list .resort-item-top .resort-info {
    text-align: center;
    gap: 0.25rem;
  }
  .resort-list .resort-item-top .resort-info img {
    display: block !important;
    width: 75%;
    height: auto;
    margin: 0 auto;
  }
  .resort-list .offers .single-offer {
    flex-wrap: wrap;
  }
  .resort-list .offers .single-offer .offer-left {
    flex-wrap: wrap;
  }
  .resort-list .offers .single-offer .offer-left .check-in-out-container {
    flex-basis: 100%;
  }
  .resort-list .offers .single-offer .offer-left .check-in-out-container .check-in-out {
    padding-bottom: 1rem;
    justify-content: space-between;
  }
  .resort-list .offers .single-offer .offer-left .check-in-out-container .check-in-out > div:last-of-type {
    text-align: right;
  }
  .resort-list .offers .single-offer .offer-left .upgrade-cost-container {
    flex-basis: 100%;
    margin-top: 0.5rem;
  }
  .resort-list .offers .single-offer .offer-left .upgrade-cost-container div {
    text-align: left !important;
  }
  .resort-list .offers .single-offer .offer-right {
    flex-basis: 100%;
    margin-top: 1rem;
  }
  .resort-list.book .resort-item-top {
    flex-wrap: wrap;
  }
  .resort-list.book .resort-item-top .resort-info {
    flex-basis: 100% !important;
  }
  .resort-list.book .resort-item-top .buttons {
    flex-basis: 100% !important;
    gap: 0.5rem;
  }
  .resort-list.book .offers .single-offer .offer-left .upgrade-cost-container div {
    text-align: right !important;
  }
  .resort-list.book .offers .single-offer .offer-links {
    text-align: center;
  }
  .resort-list.book .offers .offer-cost-summary tr td {
    text-align: right;
  }
  .resort-list.book .offers .offer-cost-summary tr td:last-of-type {
    padding-left: 0 !important;
    white-space: normal !important;
    width: auto !important;
  }
}
.search-hotels .resort-list .offers .single-offer .offer-left > div {
  flex-basis: 100%;
}
.search-hotels .resort-list .offers .single-offer .offer-left > div .check-in-out {
  padding-bottom: 0;
}
.search-hotels .resort-list .offers .single-offer .offer-left > div .check-in-out > div {
  flex-basis: 100%;
  text-align: left !important;
}

.search-hotels-book .resort-list .offers .single-offer .offer-left {
  display: block;
  flex-basis: 100%;
}



























.panel {
  border: solid 5px rgba(255, 255, 255, 0.5);
  border-radius: 9px;
  color: #fff;
  text-align: center;
  padding: 1rem 3rem;
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
  height: 100%;
}
.panel .panel-container {
  margin: auto;
}
.panel .content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.panel > * {
  display: block;
}
.panel h2 {
  font-size: 4rem;
  line-height: 4rem;
}
.panel h2 strong {
  font-weight: 800;
}
.panel h3 {
  font-size: 1.25rem;
  font-weight: 700;
}
.panel h4 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.panel .btn {
  max-width: 330px;
  width: 100%;
}
.panel a:not(.btn) {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 700;
  color: #fff;
}
.panel form {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 0.5rem;
}
.panel form input {
  margin-bottom: 0.5rem;
}
.panel.no-border {
  border: none;
}

.left-panel {
  flex: 0 0 auto;
  width: 40%;
  overflow: hidden;
}

.right-panel {
  flex: 0 0 auto;
  width: 60%;
}

@media screen and (max-height: 900px) {
  .main-content .panel {
    padding: 1rem;
  }
  .main-content .panel h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .main-content .panel .content-container {
    gap: 1.5rem;
  }
  .main-content .btn {
    padding: 1rem 2rem;
  }
  .main-content .btn-small {
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 960px) {
  .main-content {
    margin-top: -40vh !important;
  }
  .main-content .panel {
    border: none;
    margin: 0 !important;
    color: #000;
  }
  .main-content .mobile-panel {
    border: solid 5px rgba(255, 255, 255, 0.5);
    padding: 1rem;
    border-radius: 9px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 82px;
    height: calc(40vh - 2rem);
    box-sizing: border-box;
    justify-content: end;
  }
  .main-content .mobile-panel h2 {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 1rem;
  }
  .main-content .content-container {
    padding: 1rem;
    position: relative;
  }
  .main-content .content-container h4 {
    margin-top: 1rem;
  }
  .main-content .content-container a:not(.btn) {
    color: #2459a3;
    font-weight: 700;
  }
  .main-content .content-container form label {
    font-weight: 700;
  }
  .main-content .left-panel {
    width: 100%;
  }
  .main-content .right-panel {
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
  .main-content .right-panel .certificate-list-container {
    padding: 1rem;
    border-radius: 9px;
    border: 5px solid rgba(255, 255, 255, 0.5);
    background: #b4c7df;
  }
  .main-content .right-panel .certificate-list-container h3 br {
    display: none;
  }
  .main-content .right-panel .certificate-list-container .certificate-list li .certificate-details-container {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 960px) and (orientation: landscape) {
  .main-content {
    margin-top: -62vh !important;
  }
  .main-content .mobile-panel {
    height: calc(62vh - 2rem);
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .main-content {
    margin-top: 0;
  }
  .main-content .row .left-panel,
  .main-content .row .right-panel {
    width: 100%;
  }
}
@media screen and (min-width: 1300px) {
  .main-content .left-panel {
    padding: 3rem 2rem;
  }
}
.btn {
  text-transform: uppercase;
  color: #fff;
  padding: 1.25rem 2rem;
  font-weight: 700;
  border-radius: 4px;
  font-size: 0.9rem;
  outline: none;
}

.btn-green {
  background: linear-gradient(180deg, #4e9e7c 36.98%, #319268 89.06%);
}
.btn-green:hover, .btn-green:active, .btn-green:focus {
  background: linear-gradient(180deg, #3d7c61 36.98%, #246c4d 89.06%);
  color: #fff !important;
  border-color: transparent;
}

.btn-blue {
  background: linear-gradient(180deg, #6e8fe3 21.88%, #4476ba 100%);
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus {
  background: linear-gradient(180deg, #436edb 21.88%, #365e95 100%);
  color: #fff !important;
  border-color: transparent;
}

.btn-small {
  padding: 0.5rem 2rem;
}

.btn-medium {
  padding: 1rem 4rem;
}

form input,
form select {
  padding: 0.5rem;
  border-radius: 5px;
  border: solid 2px #c2d1d9;
  width: 100%;
}
form select {
  height: calc(28px + 1rem);
}
form .checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400 !important;
}
form .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
form .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: solid 1px #505d68;
}
form .checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}
form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
form .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
form .checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 13px;
  border: solid #505d68;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  form input,
  form select {
    padding: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  form {
    max-width: 600px;
    margin: 0 auto;
  }
}
.certificate.general .certificate-icon {
  background-image: url("images/general-icon.svg"), linear-gradient(198deg, #164f9d -4.81%, #fff 202.5%);
}

.certificate.land .certificate-icon {
  background-image: url("images/land-icon.svg"), linear-gradient(198deg, #164f9d -4.81%, #fff 202.5%);
}

.certificate.air .certificate-icon {
  background-image: url("images/air-icon.svg"), linear-gradient(198deg, #164f9d -4.81%, #fff 202.5%);
}

.certificate.sea .certificate-icon {
  background-image: url("images/sea-icon.svg"), linear-gradient(198deg, #164f9d -4.81%, #fff 202.5%);
}

.certificate.rebate .certificate-icon {
  background-image: url("images/rebate-icon.svg"), linear-gradient(198deg, #164f9d -4.81%, #fff 202.5%);
}

.certificate.resort .certificate-icon {
  background-image: url("images/resort-icon.svg"), linear-gradient(198deg, #164f9d -4.81%, #fff 202.5%);
}

.certificate.hotels .certificate-icon {
  background-image: url("images/hotels-icon.svg"), linear-gradient(198deg, #164f9d -4.81%, #fff 202.5%);
}

.certificate-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: var(--main-padding);
}

.certificate {
  width: 100%;
  display: flex;
  background: linear-gradient(3deg, #d8e2ef 22.51%, #ecf2fa 84.79%);
  padding: 0 1rem;
  border-radius: 6px;
  text-align: left;
  -webkit-mask: radial-gradient(circle 18px at 122px -10px, transparent 18px, purple 0), radial-gradient(circle 18px at 122px calc(100% + 10px), transparent 18px, purple 0), linear-gradient(black, black);
  -webkit-mask-composite: destination-in;
  mask-composite: exclude;
  transition: all 0.3s ease;
  cursor: pointer;
}
.certificate .certificate-icon-container {
  padding: 1rem 1rem 1rem 0;
  border-right: dashed 2px #5981b8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.certificate .certificate-icon-container .certificate-icon {
  width: 90px;
  height: 90px;
  box-shadow: -1px 4px 13px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: center;
}
.certificate .certificate-itinerary {
  font-size: 0.9rem;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-color: rgba(89, 129, 184, 0.2);
  text-underline-offset: 0.25rem;
}
.certificate .certificate-details-container {
  padding: 1rem 0 1rem 1rem;
  display: flex;
  gap: 1rem;
  width: 100%;
  justify-content: space-between;
}
.certificate .certificate-details-container .certificate-left {
  flex: 1;
}
.certificate .certificate-details-container .certificate-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  flex: 0;
}
.certificate .certificate-details-container .certificate-right .certificate-extra {
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.9rem;
}
.certificate .certificate-details-container .certificate-right .certificate-extra .certificate-number {
  text-decoration: underline;
  white-space: nowrap;
}
.certificate .certificate-details-container .certificate-right .certificate-extra .certificate-status {
  text-align: right;
}
.certificate .certificate-details-container .certificate-right .btn {
  width: auto;
}
.certificate h4 {
  font-family: "Abril Fatface", serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  margin: 0 0 0.25rem 0;
}
.certificate h3 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-color: rgba(89, 129, 184, 0.2);
  text-underline-offset: 0.25rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .certificate .certificate-icon-container .certificate-icon {
    width: 70px;
    height: 70px;
  }
  .certificate .certificate-icon-container .btn {
    margin-top: 1rem;
    padding: 0.5rem 1rem;
  }
  .certificate .certificate-details-container .certificate-left h3,
  .certificate .certificate-details-container .certificate-left h4 {
    font-size: 0.8rem;
  }
  .certificate .certificate-details-container .certificate-left h3 {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 960px) and (orientation: landscape) {
  .certificate .certificate-icon-container .certificate-icon {
    margin-bottom: 0.5rem;
  }
}
* {
  /* Firefox */
  scrollbar-width: auto;
  scrollbar-color: #82a0cb #c6d2eb;
}

*::-webkit-scrollbar {
  /* Chrome, Edge, and Safari */
  width: 6px;
}

*::-webkit-scrollbar-track {
  margin: 0.5rem 0;
  background: #c6d2eb;
  border-radius: 6px;
}

*::-webkit-scrollbar-thumb {
  background-color: #82a0cb;
  border-radius: 6px;
}

.dashboard {
  align-items: stretch;
  flex-direction: row;
  gap: 1rem;
  padding: var(--panel-padding);
  display: flex;
  flex: 1;
  margin-top: var(--main-padding);
}
.dashboard .dashboard-certificate-container {
  width: 30%;
  max-height: 100%;
  overflow-y: hidden;
}
.dashboard .dashboard-certificate-container .mobile-expander {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: none;
  background: #e4eaf2;
  height: 35px;
}
.dashboard .dashboard-certificate-container .certificate {
  color: #5981b8;
  padding: 1.5rem;
  flex-direction: column;
  gap: 1rem;
  -webkit-mask: radial-gradient(circle 18px at -10px 170px, transparent 18px, purple 0), radial-gradient(circle 18px at calc(100% + 10px) 170px, transparent 18px, purple 0), linear-gradient(black, black);
  -webkit-mask-composite: destination-in;
  mask-composite: exclude;
  max-height: 100%;
  overflow-y: hidden;
}
.dashboard .dashboard-certificate-container .certificate .dashboard-certificate-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 1rem;
  flex-wrap: wrap;
  height: 130px;
  padding-bottom: 1rem;
  border-bottom: dashed 2px #5981b8;
  box-sizing: content-box;
}
.dashboard .dashboard-certificate-container .certificate .dashboard-certificate-top .certificate-icon-container {
  border: none;
  padding: 0;
}
.dashboard .dashboard-certificate-container .certificate .dashboard-certificate-top .certificate-top-name-container {
  flex: 1;
}
.dashboard .dashboard-certificate-container .certificate .dashboard-certificate-top .certificate-top-name-container .certificate-number {
  display: none;
}
.dashboard .dashboard-certificate-container .certificate .dashboard-certificate-top h3 {
  margin: 0;
  text-align: center;
  flex: 1;
  text-decoration: none;
  font-family: "Abril Fatface", serif;
  font-size: 1.15rem;
  font-weight: 400;
}
.dashboard .dashboard-certificate-container .certificate .dashboard-certificate-top .certificate-number {
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  flex-basis: 100%;
  text-decoration: underline;
}
.dashboard .dashboard-certificate-container .certificate .dashboard-certificate-bottom {
  color: #000;
  padding-right: 0.5rem;
  overflow-y: auto;
}
.dashboard .dashboard-certificate-container .certificate .dashboard-certificate-bottom .certificate-details {
  font-size: 0.9rem;
  margin-left: -0.5rem;
}
.dashboard .dashboard-certificate-container .certificate .dashboard-certificate-bottom .certificate-details tr td {
  padding: 0;
}
.dashboard .dashboard-certificate-container .certificate .dashboard-certificate-bottom .certificate-details tr td:first-of-type {
  background: rgba(206, 216, 228, 0.55);
}
.dashboard .dashboard-certificate-container .certificate .dashboard-certificate-bottom .certificate-details tr td:first-of-type span {
  border-bottom: dotted 2px rgba(89, 129, 184, 0.2);
}
.dashboard .dashboard-certificate-container .certificate .dashboard-certificate-bottom .certificate-details tr td:not(:first-of-type) {
  border-bottom: dotted 2px rgba(89, 129, 184, 0.2);
}
.dashboard .dashboard-certificate-container .certificate .dashboard-certificate-bottom .certificate-details tr td span {
  display: block;
  padding: 1rem 1rem 1rem 0;
  margin-left: 1rem;
  margin-bottom: -1px;
}
.dashboard .dashboard-certificate-container .certificate .dashboard-certificate-bottom .certificate-details tr:first-of-type td:first-of-type {
  border-radius: 6px 6px 0 0;
}
.dashboard .dashboard-certificate-container .certificate .dashboard-certificate-bottom .certificate-details tr:last-of-type:after {
  content: " ";
  display: table-cell;
  height: 0.5rem;
  background: rgba(206, 216, 228, 0.55);
  border-radius: 0 0 6px 6px;
}
.dashboard .dashboard-certificate-container a {
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.9rem;
  text-decoration: underline;
  color: #5981b8;
}
.dashboard .content-panel {
  width: 70%;
  height: 100%;
}
.dashboard .content-panel .panel-container {
  background: rgb(249, 249, 249);
  border-radius: 6px;
  color: #000;
  padding: 1.5rem;
  text-align: left;
  overflow-y: auto;
}
.dashboard .content-panel .panel-container h3 {
  font-size: 1.5rem;
  font-weight: 700;
}
.dashboard .content-panel .panel-container .btn {
  width: auto;
  margin: 0 auto;
}
.dashboard .content-panel .panel-container form input,
.dashboard .content-panel .panel-container form select {
  background: rgba(216, 226, 239, 0.6);
  width: 100%;
}
.dashboard .content-panel .panel-container form label {
  font-weight: 700;
}

.inner-panel {
  background: #fff;
  border-radius: 6px;
  padding: 1.5rem;
}

.inner-panel.full-width form .row > div {
  padding: 0 0.25rem;
}
.inner-panel.full-width form label {
  display: block;
}
.inner-panel.full-width form input,
.inner-panel.full-width form select {
  max-width: 100%;
  margin-bottom: 0;
}
.inner-panel.full-width form h3 {
  font-family: Archivo;
  font-size: 1.1rem;
  font-weight: 700;
}

.destinations-wrapper {
  border-radius: 6px;
  background: rgba(208, 223, 245, 0.36);
}
.destinations-wrapper .destinations {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.destinations-wrapper .destinations > div {
  padding: 1rem;
  flex-basis: 33.33%;
  cursor: pointer;
}
.destinations-wrapper .destinations > div:hover {
  background: rgba(208, 223, 245, 0.4);
}
.destinations-wrapper .destinations > div.active {
  background: rgb(208, 223, 245);
}

.status {
  color: #5981b8;
  font-weight: 700;
}

.buttons {
  display: flex;
  flex-direction: column;
}
.buttons .btn {
  width: 100% !important;
  max-width: 375px !important;
}

@media screen and (max-width: 960px) {
  .main-content.dashboard-container .mobile-panel {
    margin-top: 1rem;
    height: 17vh;
    justify-content: center;
  }
  .main-content.dashboard-container .mobile-panel h1,
  .main-content.dashboard-container .mobile-panel h2 {
    font-size: 1.55rem;
    line-height: 1.8rem;
    margin: 0;
  }
  .main-content.dashboard-container .dashboard {
    padding: 1rem !important;
    flex-direction: column;
  }
  .main-content.dashboard-container .dashboard .dashboard-certificate-container {
    width: 100%;
  }
  .main-content.dashboard-container .dashboard .dashboard-certificate-container .mobile-expander {
    display: flex;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .main-content.dashboard-container .dashboard .dashboard-certificate-container .mobile-expander svg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    transition-delay: 0.05s;
  }
  .main-content.dashboard-container .dashboard .dashboard-certificate-container .certificate {
    padding-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    column-gap: 1rem;
    row-gap: 0;
    -webkit-mask-image: radial-gradient(circle 18px at -10px 90px, transparent 17px, purple 0), radial-gradient(circle 18px at calc(100% + 10px) 90px, transparent 18px, purple 0), linear-gradient(black, black);
  }
  .main-content.dashboard-container .dashboard .dashboard-certificate-container .certificate .dashboard-certificate-top {
    height: auto;
    gap: 0;
    column-gap: 1rem;
  }
  .main-content.dashboard-container .dashboard .dashboard-certificate-container .certificate .dashboard-certificate-top .certificate-top-name-container .certificate-number {
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
  }
  .main-content.dashboard-container .dashboard .dashboard-certificate-container .certificate .dashboard-certificate-top > .certificate-number {
    display: none;
  }
  .main-content.dashboard-container .dashboard .dashboard-certificate-container .dashboard-certificate-bottom {
    transition: height 0.3s ease;
    margin-top: 1rem;
    max-height: 100%;
    height: 100%;
  }
  .main-content.dashboard-container .dashboard .dashboard-certificate-container .dashboard-certificate-bottom .certificate-itinerary {
    padding-bottom: 1rem;
  }
  .main-content.dashboard-container .dashboard .dashboard-certificate-container.collapsed .dashboard-certificate-top {
    border-bottom-width: 0;
  }
  .main-content.dashboard-container .dashboard .dashboard-certificate-container.collapsed .dashboard-certificate-bottom {
    transition: height 0.3s ease;
    height: 0;
    margin-top: 0rem;
  }
  .main-content.dashboard-container .dashboard .dashboard-certificate-container.collapsed .mobile-expander svg {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    transition-delay: 0.05s;
  }
  .main-content.dashboard-container .dashboard .content-panel {
    width: 100%;
    position: relative;
  }
  .main-content.dashboard-container .dashboard .content-panel .panel-container {
    margin-top: 2rem;
  }
  .main-content.dashboard-container .dashboard .content-panel form select,
  .main-content.dashboard-container .dashboard .content-panel form input {
    max-width: 100%;
  }
  .main-content.dashboard-container .dashboard .content-panel form select {
    max-height: 44px;
  }
  .main-content.dashboard-container .dashboard .content-panel form label {
    font-size: 0.9rem;
  }
  .main-content.dashboard-container .dashboard .content-panel form .row {
    align-items: flex-end;
  }
  .main-content.dashboard-container .dashboard .destinations-panel {
    padding: 0 0 1rem 0;
  }
  .main-content.dashboard-container .dashboard .destinations-panel .destinations-wrapper {
    max-height: 100%;
    overflow-y: hidden;
  }
  .main-content.dashboard-container .dashboard .destinations-panel .inner-panel {
    padding: 0.5rem;
  }
  .main-content.dashboard-container .dashboard .inner-panel {
    padding: 1rem;
  }
  .main-content.dashboard-container .dashboard .inner-panel .btn {
    max-width: 100%;
    width: 90%;
  }
  .main-content.dashboard-container .dashboard .buttons {
    padding: 1rem;
  }
  .main-content.dashboard-container .dashboard .buttons .btn {
    padding: 1rem 2rem;
  }
  .main-content.dashboard-container .dashboard .full-width .row {
    align-items: flex-start !important;
  }
  .main-content.dashboard-container .dashboard .customer-entry .row {
    align-items: flex-end !important;
  }
  footer {
    z-index: -1;
  }
}
@media screen and (max-width: 960px) and (orientation: landscape) {
  .main-content.dashboard-container .mobile-panel {
    flex-direction: row;
    display: block;
  }
  .main-content.dashboard-container .mobile-panel :first-child {
    margin-right: 0.5rem;
  }
  .main-content.dashboard-container .mobile-panel > * {
    display: inline;
  }
  .main-content.dashboard-container .dashboard .dashboard-certificate-container .certificate {
    -webkit-mask-image: radial-gradient(circle 18px at -10px 80px, transparent 17px, purple 0), radial-gradient(circle 18px at calc(100% + 10px) 80px, transparent 18px, purple 0), linear-gradient(black, black);
    padding: 0.5rem 1rem 0 1rem;
  }
  .main-content.dashboard-container .dashboard .dashboard-certificate-container .certificate .certificate-icon {
    width: 75px;
    height: 75px;
  }
}
.stars {
  padding-left: 1rem;
}
.stars > span {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.stars .on {
  background-image: url("images/star_on.svg");
}
.stars .off {
  background-image: url("images/star_off.svg");
}

.modal .modal-dialog .modal-content {
  background: linear-gradient(3deg, #d8e2ef 22.51%, #ecf2fa 84.79%);
}
.modal .modal-dialog .modal-content .modal-header h5.modal-title {
  font-weight: 600;
}
.modal .modal-dialog .modal-content .modal-footer button {
  padding: 1rem 2rem;
}

.resort-list {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
}
.resort-list li {
  padding: 5px;
}
.resort-list li .resort-item-top {
  display: flex;
  gap: 1rem;
  background: #edf2fa;
  border-radius: 2px;
  padding: 0.5rem;
}
.resort-list li .resort-item-top img {
  height: 115px;
  object-fit: contain;
}
.resort-list li .resort-item-top a {
  color: #5981b8;
  font-size: 0.9rem;
}
.resort-list li .resort-item-top .resort-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.resort-list li .resort-item-top .resort-info h3 {
  margin: 0;
}
.resort-list li .resort-item-top .resort-info div {
  font-family: "Source Sans Pro";
}
.resort-list .offers {
  padding: 0.5rem;
}
.resort-list .offers .single-offer {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: dotted 3px #dde5f0;
}
.resort-list .offers .single-offer:last-of-type {
  border-bottom: none;
}
.resort-list .offers .single-offer .offer-left {
  flex: 1;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.resort-list .offers .single-offer .offer-left .check-in-out-container {
  flex-basis: 75%;
}
.resort-list .offers .single-offer .offer-left .check-in-out-container .check-in-out {
  display: flex;
  justify-content: space-between;
}
.resort-list .offers .single-offer .offer-left .check-in-out-container .check-in-out > div {
  flex-basis: 50%;
}
.resort-list .offers .single-offer .offer-left .upgrade-cost-container {
  flex-basis: 25%;
}
.resort-list .offers .single-offer .offer-left .upgrade-cost-container .upgrade-cost {
  color: #5981b8;
  font-weight: 600;
}
.resort-list .offers .single-offer .offer-right {
  flex-basis: 25%;
}
.resort-list .offers .single-offer .offer-right button {
  padding: 0.75rem 2rem;
}
.resort-list.book .resort-item .resort-item-top .resort-info {
  flex: 1;
}
.resort-list.book .resort-item .resort-item-top .buttons {
  flex: 0;
  justify-content: space-around;
}
.resort-list.book .resort-item .resort-item-top .buttons button {
  white-space: nowrap;
  padding: 0.75rem 2rem;
}
.resort-list.book .resort-item .offers .single-offer {
  border: none;
  flex-wrap: wrap;
}
.resort-list.book .resort-item .offers .single-offer .offer-left .upgrade-cost-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.resort-list.book .resort-item .offers .single-offer .offer-links {
  margin: 1rem 0 2rem 0;
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
}
.resort-list.book .resort-item .offers .single-offer .offer-links a {
  color: #5981b8;
}
.resort-list.book .resort-item .offers .single-offer .offer-cost-summary {
  flex-basis: 100%;
}
.resort-list.book .resort-item .offers .single-offer .offer-cost-summary tr td {
  text-align: right;
}
.resort-list.book .resort-item .offers .single-offer .offer-cost-summary tr td.negative {
  color: #d13100;
}
.resort-list.book .resort-item .offers .single-offer .offer-cost-summary tr td:first-of-type {
  width: 100%;
}
.resort-list.book .resort-item .offers .single-offer .offer-cost-summary tr td:last-of-type {
  padding-left: 2rem;
  width: 1%;
  white-space: nowrap;
  font-weight: 600;
}
.resort-list.book .resort-item .offers .single-offer .offer-cost-summary tr.separator td {
  padding-top: 1rem;
  border-bottom: dotted 3px #dde5f0;
}
.resort-list.book .resort-item .offers .single-offer .offer-cost-summary tr.summary-title td {
  padding-top: 1rem;
  font-weight: 600;
}
.resort-list.book .resort-item .offers .single-offer .offer-cost-summary tr.summary-value td {
  font-weight: 600;
  font-size: 1.35rem;
}

@media screen and (max-width: 960px) {
  .stars {
    display: block;
    padding-left: 0;
  }
  .resort-list .resort-item-top {
    gap: 0.5rem;
  }
  .resort-list .resort-item-top > img {
    display: none;
  }
  .resort-list .resort-item-top .resort-info {
    text-align: center;
    gap: 0.25rem;
  }
  .resort-list .resort-item-top .resort-info img {
    display: block !important;
    width: 75%;
    height: auto;
    margin: 0 auto;
  }
  .resort-list .offers .single-offer {
    flex-wrap: wrap;
  }
  .resort-list .offers .single-offer .offer-left {
    flex-wrap: wrap;
  }
  .resort-list .offers .single-offer .offer-left .check-in-out-container {
    flex-basis: 100%;
  }
  .resort-list .offers .single-offer .offer-left .check-in-out-container .check-in-out {
    padding-bottom: 1rem;
    justify-content: space-between;
  }
  .resort-list .offers .single-offer .offer-left .check-in-out-container .check-in-out > div:last-of-type {
    text-align: right;
  }
  .resort-list .offers .single-offer .offer-left .upgrade-cost-container {
    flex-basis: 100%;
    margin-top: 0.5rem;
  }
  .resort-list .offers .single-offer .offer-left .upgrade-cost-container div {
    text-align: left !important;
  }
  .resort-list .offers .single-offer .offer-right {
    flex-basis: 100%;
    margin-top: 1rem;
  }
  .resort-list.book .resort-item-top {
    flex-wrap: wrap;
  }
  .resort-list.book .resort-item-top .resort-info {
    flex-basis: 100% !important;
  }
  .resort-list.book .resort-item-top .buttons {
    flex-basis: 100% !important;
    gap: 0.5rem;
  }
  .resort-list.book .offers .single-offer .offer-left .upgrade-cost-container div {
    text-align: right !important;
  }
  .resort-list.book .offers .single-offer .offer-links {
    text-align: center;
  }
  .resort-list.book .offers .offer-cost-summary tr td {
    text-align: right;
  }
  .resort-list.book .offers .offer-cost-summary tr td:last-of-type {
    padding-left: 0 !important;
    white-space: normal !important;
    width: auto !important;
  }
}
.search-hotels .resort-list .offers .single-offer .offer-left > div {
  flex-basis: 100%;
}
.search-hotels .resort-list .offers .single-offer .offer-left > div .check-in-out {
  padding-bottom: 0;
}
.search-hotels .resort-list .offers .single-offer .offer-left > div .check-in-out > div {
  flex-basis: 100%;
  text-align: left !important;
}

.search-hotels-book .resort-list .offers .single-offer .offer-left {
  display: block;
  flex-basis: 100%;
}

.gocrv .main-content {
  margin-top: calc(var(--main-padding) * 1);
}
.gocrv .dashboard-panel .mobile-panel {
  display: flex;
}
.gocrv .dashboard-panel .mobile-panel h1 {
  flex: 1;
}
.gocrv .certificate form input,
.gocrv .certificate form select {
  background-color: #eef2f7;
  border-color: #bac7d2;
}
.gocrv .certificate form input.date-range {
  background-image: url("images/date_picker.png");
  background-size: auto 50%;
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 37px;
}
.gocrv .certificate form #expires {
  border: none;
  background: transparent;
  margin-top: -16px;
  margin-bottom: -8px;
}
.gocrv .certificate form .buttons {
  border-top: dotted 3px #bbc4cf;
  padding-top: 1rem;
}
.gocrv .certificate form .buttons .btn {
  color: white;
  text-decoration: none;
}
.gocrv .content-panel h4 {
  font-weight: 600;
}
.gocrv .content-panel h4.dates {
  font-weight: 400;
  font-size: 1.35rem;
}

@media screen and (max-width: 960px) {
  .gocrv .main-content.dashboard-container .mobile-panel img {
    display: none;
  }
  .gocrv .main-content.dashboard-container .mobile-panel h1 {
    font-size: 1.75rem;
    font-weight: 500;
    flex: 0;
  }
  .gocrv .main-content.dashboard-container .dashboard {
    padding: 1rem !important;
  }
  .gocrv .main-content.dashboard-container .dashboard .content-panel .panel-container {
    padding: 0.5rem;
  }
}
@media screen and (min-width: 1300px) {
  .home-1 .main-content > .row {
    align-content: center;
    justify-content: center;
  }
}

.home-2 .panel .content-container {
  gap: 1rem;
}
@media screen and (min-width: 1300px) {
  .home-2 .main-content > .row {
    align-content: center;
    justify-content: center;
  }
}

@media screen and (min-width: 1300px) {
  .home-3 .main-content > .row {
    align-content: center;
    justify-content: center;
  }
}

.active-certs .right-panel {
  overflow-y: auto;
}

.choose-destination .destinations-panel .panel-container {
  padding: 0.5rem;
}

.customer-entry .content-panel .panel-container {
  padding: 0;
}

.after-registration .content-panel .panel-container {
  padding: 0;
}

.select-dates-1 .content-panel .panel-container {
  padding: 0;
}

.select-dates-2 .content-panel .panel-container {
  padding: 0;
}

.select-dates-3 .content-panel .panel-container {
  padding: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Archivo", sans-serif;
}

body {
  padding-top: 82px;
  min-height: 100vh;
  position: relative;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

h1,
h2 {
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-weight: 800;
  line-height: 3rem;
}

h2 {
  font-weight: 400;
}

.main-content {
  min-height: calc(100vh - 82px - 18px - 1.5rem - 2 * var(--main-padding));
  overflow: hidden;
  margin-top: calc(var(--main-padding) * 2);
  order: 1;
  padding-bottom: var(--main-padding);
}
.main-content > .row {
  height: 100%;
  align-content: flex-start;
}

@media screen and (max-width: 960px) {
  html,
  body {
    background: #cbdaee;
  }
  a {
    color: #2459a3;
  }
  footer {
    width: 100%;
    color: #000;
    text-align: center;
    padding: 0 1rem;
  }
  .main-content {
    height: auto;
  }
  .main-content > .row {
    height: auto;
  }
}
@media screen and (min-width: 1800px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1600px;
  }
}
footer {
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.75rem;
  position: relative;
  padding-top: 1rem;
  left: 50%;
  color: #fff;
  transform: translateX(-50%);
  text-transform: uppercase;
  text-align: center;
  order: 5;
}

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