:root {
  --primary: #0c84b2;
  --primaryl: #E3F2F6;
  --primaryb: #5F7B8F;
  --primaryl2: #D9EDF5;
  --marlin: #005291;
  --basel: #f5f7f8;
  --basel2: #e4edf3;
  --basel3: #d6e4ee;
  --silver: #a2b0b6;
  --base: #607780;
  --basebold: #607780;
  --third: #fcdc59;
  --third2: #e1b917;
  --thirdl: #ffeda2;
  --thirdl2: #fff4c5;
  --thirdl3: #fff9de;
  --brown: #5f4e07;
  --danger: #b91c1c;
  --dangerl: #ffd5d5;
  --success: #248833;
  --success-light: #d1f2d6;
  --success-light2: #a9dfb1;
  --cancel: #803a21;
  --cancel-light: #ffe1d6;
  --white: #fff;
  --dark: #3A5468;
  /* Shadows */
  --shadow-md: 0 0.5rem 2rem rgba(0, 0, 0, 0.1);
}

:root.no-scroll {
  overflow: hidden;
}

[v-cloak] {
  display: none;
}

.elementor-page #main>.wf-wrap {
  width: initial;
}

.split-header .header-bar .navigation:first-of-type>.mini-widgets {
  display: none;
}

.title-lazo .elementor-heading-title:after {
  content: "";
  display: block;
  height: 30px;
  width: 100px;
  background: url("/wp-content/uploads/2024/11/lazo-viva.svg") center 0 no-repeat;
  margin: 0 auto;
  background-size: contain;
}

/*Mobile Menu*/
body .mobile-main-nav {
  padding: 0;
}

body .mobile-main-nav li>a .menu-text {
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  color: var(--base);
}

#page .mobile-main-nav .sub-nav {
  background: var(--basel);
  margin: 0;
  padding: 0;
}

.mobile-main-nav li.has-children.open-sub>.next-level-button path,
.mobile-menu-show-divider.dt-mobile-header .next-level-button path {
  fill: var(--base);
}

body .dt-mobile-menu-icon:not(.floating-btn) .menu-line:before {
  background: var(--primary) !important;
}

body .dt-mobile-header .mobile-main-nav li .sub-nav>li>a {
  padding: 10px 15px;
}

body .dt-mobile-header .mobile-main-nav li .sub-nav>li>a:hover {
  background: var(--basel2) !important;
}

body .dt-mobile-header .mobile-main-nav li .sub-nav>li>a .menu-text {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: var(--base);
}

body .dt-mobile-header .mobile-main-nav li .sub-nav>li>a:hover .menu-text {
  color: var(--primary) !important;
}

.mobile-menu-show-divider .mobile-main-nav>li.menu-item-has-children {
  justify-content: space-between;
}

.mobile-menu-show-divider .mobile-main-nav>li.menu-item-has-children>a {
  flex: 1;
  display: block;
}

.mobile-hamburger-close-bg-enable .dt-close-mobile-menu-icon:before {
  background-color: var(--primary) !important;
  border-radius: 50%;
}

.mobile-hamburger-close-bg-enable .dt-close-mobile-menu-icon:hover:before {
  color: var(--primary) !important;
}

.mobile-hamburger-close-bg-hover-enable .dt-close-mobile-menu-icon:after {
  background-color: var(--third) !important;
  border-radius: 50%;
  color: var(--primary) !important;
}

.hero-title-wrap span {
  background: var(--thirdl);
  padding: 0 7px;
}

.wrap-video-tuto {
  padding: 1rem 0 0.5rem;
  text-align: center;
}

.wrap-video-tuto a {
  background-color: var(--thirdl);
  display: inline-flex;
  padding: 8px 16px;
  border-radius: 3rem;
  color: var(--brown);
  font-weight: bold;
  font-size: 15px;
  align-items: center;
  gap: 1rem;
  transition: all 0.3s ease;
}

.wrap-video-tuto a i {
  font-size: 20px;
}

.wrap-video-tuto a:hover {
  background-color: var(--third);
  color: var(--brown);
}

.g-recaptcha>div {
  margin: 0 auto;
}

.lg-sub-html h4 {
  color: var(--white) !important;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: var(--third) !important;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: var(--black) !important;
  background: var(--third) !important;
}

.shadow-md {
  box-shadow: var(--shadow-md);
}

.lg-backdrop.in {
  opacity: 0.8;
}

.viva-owners-body #main {
  background: var(--white);
  padding-bottom: 0;
}

.viva-owners-body #page {
  overflow: initial !important;
}

.viva-owners-body #main>.wf-wrap {
  padding: 0;
}

.viva-checklist .elementor-icon-list-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}

.viva-checklist .elementor-icon-list-items .elementor-icon-list-icon {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--third);
  color: var(--primary);
}

.viva-checklist .elementor-icon-list-items .elementor-icon-list-item {
  gap: 0.7rem;
}

.fs-7 {
  font-size: 14px;
}

.fs-8 {
  font-size: 12px !important;
}

.text-primary {
  color: var(--primary) !important;
}

.bg-success {
  background: var(--basel2) !important;
}

.radius-10 {
  border-radius: 10px;
}

.trans-3 {
  transition: all 0.3s ease;
}

.form-control {
  font-size: 14px;
  color: var(--base);
}

.form-control:focus {
  border-color: var(--primary);
}

.password-field-wrap {
  position: relative;
}

.password-field-wrap input {
  padding-right: 30px;
}

.password-field-wrap .icon_pass {
  position: absolute;
  right: 10px;
  top: calc(50% - 8px);
  font-size: 16px;
  color: var(--base);
  opacity: 0.5;
  cursor: pointer;
}

.password-field-wrap .icon_pass:hover {
  opacity: 1;
}

.password-field-wrap:has(input[type="password"]) i.hide-pass,
.password-field-wrap:has(input[type="text"]) i.show-pass {
  display: none;
}

.text-base {
  color: var(--base);
}

.text-base:hover {
  color: var(--primary);
}

.help-icon:hover {
  color: var(--primary);
  cursor: pointer;
}

.btn-primary {
  border-radius: 2rem;
  background: var(--third);
  color: var(--base);
  font-weight: bold;
  font-size: 14px;
  border: 0;
  padding: 10px 30px;
}

.btn-primary:disabled {
  background: var(--base);
  pointer-events: none;
}

.btn-primary:hover {
  background: var(--primary);
  color: var(--white);
}

.text-center {
  text-align: center;
}



/* date Picker Style*/
body .daterangepicker,
body .daterangepicker td {
  font-family: Poppins, sans-serif;
}

body .daterangepicker .calendar-table td.available {
  background-color: inherit;
}

body .daterangepicker .calendar-table td.available:hover,
body .daterangepicker .calendar-table td.available.in-range {
  background-color: #dcefff !important;
}

body .daterangepicker .calendar-table td.disabled,
body .daterangepicker option.disabled {
  background: var(--cancel-light);
}

body .daterangepicker td {
  padding: 5px 7px;
  font-weight: 500;
}

body .daterangepicker .calendar-table td.active,
body .daterangepicker .calendar-table td.active:hover,
body .daterangepicker .calendar-table td.in-range.end-date {
  background-color: var(--primary) !important;
  color: var(--white);
}

/* Club Dash*/

.viva-club-dash .alert a {
  color: var(--primary);
}

.viva-club-dash .alert a:hover {
  text-decoration: underline;
}

.viva-club-dash {
  font-size: 10px;
  font-weight: 500;
  color: var(--base);
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  position: relative;
}

.viva-club-dash .spinner {
  width: 1rem;
  height: 1rem;
  border: 2px solid #00000026;
  border-top-color: #000000a6;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: inline-block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.viva-club-dash .overlay {
  background: #00000069;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 991
}

.viva-club-dash .available-days {
  position: fixed;
  z-index: 993;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #425d826e;
  overflow: auto;
}

.viva-club-dash .available-days .content {
  gap: 20px;
}

.viva-club-dash .available-days .content .wrap-dates {

  color: var(--base);
  font-size: 13px;
}


.viva-club-dash .available-days .content .wrap-dates .title {
  text-align: center;
  color: var(--marlin);
  font-weight: 600;
}

.viva-club-dash .available-days .content .wrap-dates .list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  flex-wrap: wrap;
}

.viva-club-dash .available-days .content .wrap-dates .list li {
  padding: 7px 20px;
  border-bottom: 1px solid #d9e9f4;
  padding: 5px 15px;
  border-radius: 6px;
  background: #F9FCFE;
  border: 1px solid #ABDBE8;
}

.viva-club-dash .available-days .content .wrap-dates .list li:hover {
  background: #0052910d;
}

.viva-club-dash .reservation-form {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 992;
  background: #0000004a;
  overflow: hidden;
  overflow-y: auto;
}

.viva-club-dash .reservation-form .wrapper {
  position: relative;
  margin: 1rem auto;
  z-index: 992;
  max-width: 1000px;
  background: #FBFEFF;
  border-radius: 1rem;
  padding: 2rem;
  color: var(--dark);
}

.viva-club-dash .reservation-form .tile-hotel {
  font-size: 1.2rem;
  font-weight: 600;

}

.viva-club-dash .reservation-form .tile-hotel .icon i {
  background: url('../img/map-y.svg');
  width: 2rem;
  height: 2rem;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}

.viva-club-dash .reservation-form .heading {
  background: var(--primaryl);
  padding: 2rem;
  margin: 1.1rem -2rem;
}

.viva-club-dash .reservation-form .heading .alert {
  background: var(--primaryl2);
  border: 1px solid #b5d0da;
  border-radius: 1rem;
  gap: 2rem;
}

.viva-club-dash .reservation-form .heading .alert i {
  background: url('../img/bell-y.svg');
  width: 5rem;
  height: 5rem;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}

.viva-club-dash .reservation-form .heading h3 {
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--dark);
  line-height: 1.2;
  margin-top: 1rem;
  text-transform: math-auto;
}

.viva-club-dash .reservation-form .heading h4 {
  font-size: .9rem;
  font-weight: 600;
  color: var(--dark);
  line-height: 1.2;
  text-transform: inherit;
}

.viva-club-dash .reservation-form .heading h4 a {
  display: inline-block;
  background-color: #fcdc59;
  padding: 5px 10px;
  border-radius: 1rem;
  font-size: 90%;
  color: var(--dark);
}

.viva-club-dash .reservation-form .heading h4 a:hover {
  background-color: var(--success-light2);
}

.dates-legend {
  font-size: 13px;
  font-weight: 600;
  color: var(--danger);
  line-height: 1.3;
}

.dates-legend .legend {
  display: flex;
  gap: 10px;
  width: 100%;
  padding: 0 10px;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 1px dashed var(--danger);
  padding: 15px 0 0;
}

.dates-legend .color {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: var(--cancel-light);
  border-radius: 1rem;
  border: 1px solid var(--danger);
}

.dates-legend .txt {
  flex: 0 0 200px;
  text-align: left;
}

.dates-legend .btn {
  font-size: 12px;
}

.viva-club-dash .reservation-form .checkin-group .input_date_range {
  border: 2px solid var(--basel3);
  border-radius: 3rem;
  background: var(--basel);
  padding-left: 2.5rem;
  font-weight: 600;
  color: var(--basebold);
  margin: 0;
  width: 16rem;
}

.viva-club-dash .reservation-form .checkin-group .input_date_range::placeholder {
  color: var(--base) !important;
  opacity: 1;
}

.viva-club-dash .reservation-form .checkin-group .input-date-wrap {
  position: relative;
}

.viva-club-dash .reservation-form .checkin-group .input-date-wrap i {
  position: absolute;
  left: 15px;
  top: 9px;
  font-size: 1.2rem;
}

.viva-club-dash .reservation-form .checkin-group .input_date_range:focus {
  border-color: var(--primary);
  background: var(--basel2)
}

.viva-club-dash .reservation-form .rooms {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.viva-club-dash .reservation-form .rooms .room-group {
  border-radius: 1rem;
  background: var(--white);
  padding: 1rem;
  border: 2px solid var(--basel3);
  min-height: 12rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 1;
  color: var(--primaryb);
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

.viva-club-dash .reservation-form .rooms .room-group:hover {
  border-color: var(--primary);
}

.viva-club-dash .btn-remove {
  position: absolute;
  right: -8px;
  top: -8px;
  color: var(--white);
  background: var(--primaryb);
  padding: 4px 5px;
  border-radius: 5px;
  border: 0;
}

.viva-club-dash .btn-remove:hover {
  background: var(--danger);
}

.viva-club-dash .btn-remove.big {
  padding: 4px 10px;
}

.viva-club-dash .reservation-form .rooms .room-group label {
  line-height: 1.23;
  color: var(--primaryb);
  font-weight: 600;
}

.viva-club-dash .reservation-form .rooms .room-group label small {
  display: block;
}

.viva-club-dash .reservation-form .rooms .room-type {
  flex: 0 0 100%;
  flex-wrap: wrap;
}

.viva-club-dash .reservation-form .rooms .room-type label {
  flex: 0 0 5rem
}

.viva-club-dash .reservation-form .rooms .room-group select {
  width: 100%;
  border-radius: 2rem;
  border: 2px solid #BBD9E3;
  font-weight: bold;
  color: var(--basebold);
}

.viva-club-dash .reservation-form .rooms .room-group select option {
  font-weight: bold;
}

.viva-club-dash .reservation-form .rooms .room-type .help-tip {
  background: var(--thirdl2);
  font-size: 12px;
  padding: 10px 15px;
  color: var(--brown);
  margin: 0 -1rem;
  line-height: 1.3;
}

.viva-club-dash .reservation-form .rooms .room-type .help-tip.danger {
  background: var(--dangerl);
}

.viva-club-dash .reservation-form .rooms .room-type .help-tip i {
  font-size: 130%;
}

.viva-club-dash .reservation-form .rooms .room-group select:focus {
  border-color: var(--primary);
}

.viva-club-dash .reservation-form .rooms .room-group .form-group.type {
  flex: 0 0 100%;
}

.viva-club-dash .reservation-form .rooms .add-room {
  border: 2px dashed var(--silver);
  border-radius: 1rem;
  padding: 1rem;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  color: var(--base);
  min-height: 12rem;
}

.viva-club-dash .reservation-form .rooms .add-room:hover {
  background: var(--thirdl3);
}

.viva-club-dash .reservation-form .rooms .add-room:hover,
.viva-club-dash .reservation-form .rooms .add-room:hover .title {
  color: var(--primary)
}


.viva-club-dash .reservation-form .rooms .add-room .icon-wrap {
  font-size: 3rem;
}

.viva-club-dash .reservation-form .rooms .add-room .icon-wrap i {
  display: inline-block;
  width: inherit;
  height: inherit;
  line-height: inherit;
}

.viva-club-dash .reservation-form .rooms .add-room .title {
  color: var(--base);
  margin: 0;
  font-weight: 600;
}

.viva-club-dash .reservation-form .rooms .add-room:hover {
  border-color: var(--primary)
}

.viva-club-dash .reservation-form .rooms .points-wrap {
  flex: 1;
  font-size: 12px;
  margin-top: 8px;
}

.viva-club-dash .reservation-form .rooms .points-wrap span {
  font-weight: bold;
  margin-left: 7px;
  border-radius: 2rem;
  padding: 5px 10px;
  background: #B9EEFF;
  color: #125266;
}

.viva-club-dash .reservation-form .rooms .points-wrap span.green {
  color: #13511d;
  background: #B1FFBE;
}

.viva-club-dash .page-loading {
  position: absolute;
  background: #ffffffd6;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}

.viva-club-dash h1,
.viva-club-dash h2,
.viva-club-dash h3,
.viva-club-dash h4 {
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
}

/*Reservation Filters */
.reservation-filters a {
  text-transform: capitalize;
  border-bottom: 2px solid transparent;
  color: var(--base);
  line-height: 1.8;
}

.reservation-filters a:hover {}

.reservation-filters a.active {
  border-bottom-color: var(--primary);
  color: var(--primary);
  font-weight: bold;
}

.reservation-form .info {
  text-align: justify;
}

.reservation-form .info h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3 !important;
  margin: 25px 0;
  text-align: left;
}

.reserve-form {
  position: sticky;
  top: 140px;
}

.reserve-form h3 {
  text-transform: initial;
  font-size: 18px;
  line-height: 1.2;
}

.reserve-form .label {
  line-height: 1.3;
}

.reserve-form .label small {
  display: block;
  color: var(--base);
  font-size: 13px;
}

/*Card Reservation*/
.card-reservation {
  line-height: 1;
  transition: all 0.3s ease;
}

.card-reservation:hover {
  background: var(--basel2);
}

.card-reservation .dates strong,
.card-reservation .hotel {
  line-height: 1.3;
}

.card-reservation .persons {
  flex: 0 0 10rem;
}

.card-reservation .persons .item-line i {
  font-size: 16px;
  font-weight: bold;
}

.card-reservation .status {
  background: var(--thirdl);
  color: var(--brown);
  padding: 7px 15px;
  border-radius: 2rem;
  text-transform: capitalize;
}

.card-reservation .completed {
  background: var(--basel2);
  color: var(--primary);
}

.card-reservation .status.cancel {
  background: var(--cancel-light);
  color: var(--cancel);
}

.card-reservation .status.active {
  background: var(--success-light);
  color: var(--success);
}

.card-reservation .bottom {
  border-top: 1px solid var(--basel3);
}

/*Newsletter */
.current-post h1 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
}

.current-post .wrap-img {
  height: 25rem;
  display: block;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  margin-bottom: 2rem;
}

.current-post .post-content h2 {
  font-size: 22px;
}

.current-post .post-content h3 {
  font-size: 18px;
  font-weight: 500 !important;
}

.current-post .post-content h4 {
  font-size: 17px;
  margin: 20px 0;
}

.current-post .post-content h2 strong,
.current-post .post-content h3 strong,
.current-post .post-content h4 strong {
  font-weight: 600 !important;
}

.current-post .post-content a:hover {
  text-decoration: underline;
}

.card-post {
  display: block;
}

.card-post .img {
  background-size: cover;
  background-position: center;
  flex: 0 0 10rem;
  height: 100px;
  border-radius: 10px;
}

.card-post:hover {
  opacity: 0.8;
}

.card-post .info {
  padding-left: 20px;
}

.card-post .title {
  line-height: 1.4;
  font-size: 15px;
  font-weight: 600;
  text-transform: inherit;
}

.card-post .date {
  font-size: 12px;
}

/*Dash Head*/
.dash-head {
  border-bottom: 1px solid var(--basel2);
}

.dash-head .title-wrap .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: inline-flex;
  background: var(--third);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
}

/* Welcome features */
.viva-club-dash .welcome .container {
  max-width: 700px;
}

/*Login */
.viva-club-dash .wrap-login .container {
  background: var(--white);
}

.viva-club-dash .wrap-login h4 {
  text-transform: inherit;
  font-weight: 600;
}

.viva-club-dash .wrap-login .container {
  max-width: 700px;
}

/* Reservation Form */
.reservation-hotel .wrap-img {
  height: 18rem;
  border-radius: 1rem;
  background-size: cover;
  background-position: center;
  display: block;
  position: relative;
}

.reservation-hotel .wrap-img .gallery {
  position: absolute;
  left: 1rem;
  top: 1rem;
  background: #fff;
  border-radius: 2rem;
  padding: 5px 15px;
  font-weight: bold;
  color: var(--base);
}

.reservation-hotel .wrap-img:hover {
  opacity: 0.8;
}

.reservation-form .controls .val {
  width: 2rem;
  text-align: center;
}

.reservation-form .controls .btn-control {
  font-size: 15px;
  font-weight: bold;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid var(--base);
  color: var(--base);
  background: none;
}

.reservation-form .controls .btn-control:hover {
  border-color: var(--primaryb);
  background: var(--primaryb);
  color: var(--white);
}

.reservation-form .controls .btn-control:active {
  opacity: 0.5;
}

form .form-group .form-control,
form .form-group .form-select {
  box-shadow: none !important;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  border-radius: 5px;
}

.result .icon {
  font-size: 2rem;
}

.reservation-hotel .hotel-heading {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.reservation-hotel .hotel-heading .wrap-cta a {
  display: inline-block;
}

.reservation-hotel .features {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.5rem 1rem;
  flex-wrap: wrap;
  background: var(--basel2);
  padding: 15px;
  border-radius: 5px;
}

.reservation-hotel .features li {
  display: flex;
  gap: 0.5rem;
}

.reservation-hotel .features li .icon {
  color: var(--primary);
}

/* Welcome Features */
.viva-club-dash .features .feature {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.viva-club-dash .features .feature .icon {
  font-size: 1.8rem;
  color: var(--primary);
}

.viva-club-dash .container {
  max-width: 1200px;
  font-size: 14px;
}

/*Lateral Menu */
.viva-club-dash .lateral-menu {
  background: var(--basel);
  overflow: hidden;
  min-height: 77vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 16px;
  gap: 2rem;
  position: sticky;
  top: 10rem;
}

.viva-club-dash .logout-btn {
  color: var(--danger);
  font-weight: bold;
  text-decoration: none;
}

.viva-club-dash .dash-main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.viva-club-dash .dash-main-menu ul li a {
  display: block;
  color: var(--basebold);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  align-items: center;
}

.viva-club-dash .dash-main-menu ul li a .icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  font-size: 20px;
}

.viva-club-dash .dash-main-menu ul li a:hover,
.viva-club-dash .dash-main-menu ul li.active a {
  background: var(--basel2);
  color: var(--primary);
}

.viva-club-dash .faqs .faq-wrapper {
  border-bottom: 1px solid var(--basel2);
}

.viva-club-dash .faqs .faq-wrapper .title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.viva-club-dash .faqs .faq-wrapper .title h3 {
  line-height: 1.5;

  font-size: 16px;

  margin: 0;

  text-transform: none;
}

.viva-club-dash .faqs .faq-wrapper .title .icon i {
  font-size: 17px;
  display: inline-block;
}

.viva-club-dash .faqs .faq-wrapper.active .title .icon i {
  transform: rotate(180deg);
  color: var(--primary);
}

.viva-club-dash .faqs .faq-wrapper:hover,
.viva-club-dash .faqs .faq-wrapper.active {
  border-bottom-color: var(--primary);
}

.viva-club-dash .faqs .faq-wrapper .title:hover h3,
.viva-club-dash .faqs .faq-wrapper.active .title h3 {
  color: var(--primary) !important;
}

.viva-club-dash .faqs .faq-wrapper .content {
  display: none;

  padding-top: 12px;

  font-size: 13px;

  text-align: justify;
}

.viva-club-dash .faqs .faq-wrapper.active .content {
  display: block;
}

/* Stats cards */
.viva-club-dash .stat-card .amount i {
  color: var(--third2);
  font-size: 60%;
  cursor: pointer;
  position: relative;
  top: -6px;
}

.viva-club-dash .stat-card .amount i:hover {
  color: var(--third);
}

.viva-club-dash .stat-card .below-txt {
  font-size: 11px !important;
}

/*Card Hotel*/
.card-hotel {
  line-height: 1.2;

  min-height: 18rem;
}

.card-hotel:hover {
  cursor: pointer;
}

.card-hotel .info {
  display: flex;
  flex-direction: column;
  min-height: 9rem;
}

.card-hotel .wrap-img {
  border-radius: 1rem;
  height: 10rem;
  background-size: cover;
  background-position: center;
  display: block;
}

.card-hotel:hover .wrap-img {
  opacity: 0.7;
}

.card-hotel .title {
  font-weight: bold;
  color: var(--primary);
  font-size: 17px;
  margin: 12px 0 5px;
}

.card-hotel .cta {
  margin-top: auto;
}

@media (max-width: 768px) {
  .viva-club-dash .lateral-menu {
    min-height: inherit;
  }

  .viva-club-dash .dash-main-menu ul li a .txt,
  .viva-club-dash .wrap-logout .txt {
    display: none;
  }

  .viva-club-dash .dash-main-menu ul li a {
    justify-content: center;
  }

  .dash-wrap {
    flex: 1;
  }

  .menu-col {
    min-width: 90px;
  }
}

@media (max-width: 600px) {
  body .daterangepicker.show-calendar {
    top: 0 !important;

  }

  .reservation-hotel .hotel-heading {
    display: block
  }

  .reservation-hotel .hotel-heading .wrap-cta {
    margin-top: 1rem;
  }

  .viva-club-dash .btn-remove.big {
    right: 0;
  }

  .viva-club-dash .reservation-form .heading {
    padding: .7rem;
  }

  .viva-club-dash .reservation-form .checkin-group label {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1.1rem;
  }

  .viva-club-dash .reservation-form .heading h3 {
    font-size: 22px;
    text-align: center;
  }

  .viva-club-dash .reservation-form .heading h4 {
    text-align: center;
  }

  .viva-club-dash .reservation-form .heading h4 a {
    margin-top: 10px;
    padding: 8px 20px;
  }

  .viva-club-dash .available-days .wrapper {
    padding: 10px;
  }

  .viva-club-dash .available-days .content .wrap-dates .list {
    grid-template-columns: 1fr 1fr;
  }

  .viva-club-dash .available-days .content .wrap-dates .list li {
    font-size: 12px;
  }

  .viva-club-dash .available-days .heading {
    padding: 10px 20px;
    margin: 2rem -10px 1rem;
  }

  .viva-club-dash .available-days .heading h3 {
    font-size: 20px;
  }

  .dt-mobile-header .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul {
    text-align: left;
    padding: 0;
  }

  .dt-mobile-header .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul li {
    width: 100%;
  }

  .dt-mobile-header .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul li a {
    font-family: "Montserrat", sans-serif;
    display: block !important;
    font-weight: bold;
    width: 100%;
    padding: 0 !important;
    color: var(--base);
  }

  .viva-checklist .elementor-icon-list-items {
    grid-template-columns: 1fr;
  }

  .viva-owners-body #main {
    padding: 0 0 2rem;
  }

  .menu-col .wrap-logout {
    display: block;
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .fs-4 {
    font-size: 1.3rem !important;
  }

  .fs-5 {
    font-size: 1.1rem !important;
  }

  .viva-club-dash .logout-btn {
    font-size: 20px;
  }

  .viva-club-dash .lateral-menu {
    min-height: inherit;
  }

  .viva-club-dash .faqs {
    padding: 10px;
  }

  .reservation-form .wrap-img {
    height: 13rem;
  }
}

@media (max-width: 500px) {
  .current-post h1 {
    font-size: 22px;
  }

  .current-post .wrap-img {
    height: 200px;
  }

  .card-post {
    display: block !important;
  }

  .card-post .info {
    padding: 10px 0 0;
  }

  .card-post .img {
    height: 160px;
  }
}

@media (max-width: 400px) {
  .menu-col {
    min-width: 75px;
  }

  .reservation-form .wrap-img {
    height: 10rem;
  }
}