/*
Theme Name: WpRentals Child theme
Theme URI: http://themeforest.net/user/wpestate
Description: Ultimate WordPress Theme created by WpEstate for accommodation booking. WpRentals is clean, flexible, fully responsive and retina Ready. Its smart settings allow you to build outstanding renting websites easily and fast.
Version: 3.13
Author: wpestate.org
Author URI: http://themeforest.net/user/annapx
Tags: white, one-column, two-columns,left-sidebar, right-sidebar, fluid-layout , custom-menu, theme-options, translation-ready
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: wprentals

-------------------------------------------------------------- */
html,
body {
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
  height: auto;
}

/* Estilos para el collapse de opciones de habitaciones */
.options-container {
  position: relative;
}

.options-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.options-list li {
  padding: 4px 0;
  font-size: 14px;
  line-height: 1.4;
}

.toggle-options {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
}

.toggle-btn {
  background: none;
  border: none;
  padding: 8px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #5d6475;
  transition: all 0.3s ease;
  width: 100%;
  text-align: left;
  font-weight: 500;
  position: relative;
}

.toggle-btn:hover {
  color: #333;
  transform: translateX(2px);
}

.toggle-btn:focus {
  outline: none;
  color: #007cba;
}

.toggle-arrow {
  font-size: 10px;
  transition: transform 0.3s ease;
  display: inline-block;
  color: #999;
  font-weight: bold;
}

.toggle-btn.expanded .toggle-arrow {
  transform: rotate(180deg);
}

.toggle-btn:hover .toggle-arrow {
  color: #5d6475;
}

.hidden-options {
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    max-height: 0;
  }

  to {
    opacity: 1;
    max-height: 200px;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .options-list li {
    font-size: 13px;
  }

  .toggle-btn {
    font-size: 12px;
  }
}

/* Estilos para el dashboard y menú de usuario */
.is_dashboard {
  margin: 0;
  padding: 0;
}

.user_tab_menu {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  float: left;
  width: 25%;
  margin-right: 20px;
}

.user_tab_menu .profile-image-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.user_tab_menu #profile-image-menu {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin: 0 auto 10px;
  border: 3px solid #e0e0e0;
}

.user_tab_menu .profile_wellcome {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.user_dashboard_links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.user_dashboard_links a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  color: #5d6475;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-size: 14px;
}

.user_dashboard_links a:hover {
  background-color: #f8f9fa;
  color: #333;
}

.user_dashboard_links a.user_tab_active {
  background-color: #007cba;
  color: #fff;
}

.user_dashboard_links a i {
  width: 16px;
  text-align: center;
}

.dashboard-margin {
  margin-left: 0;
  overflow: hidden;
}

/* Responsive para el dashboard */
@media (max-width: 991px) {
  .user_tab_menu {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .dashboard-margin {
    margin-left: 0;
    overflow: visible;
  }
}

/* Sobrescritura de estilos para form-control */
#colophon .loginwd_sidebar .form-control,
#primary .loginwd_sidebar .form-control,
.form-control {
  border: 1px solid #000;
}

/* ============================================
   ESTILOS GLOBALES PARA MODAL DE LOGIN/REGISTRO
   ============================================ */

/* Deshabilitar el backdrop completamente */
#loginmodal~.modal-backdrop,
.modal-backdrop.in,
.modal-backdrop.fade.in,
body.modal-open .modal-backdrop {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* El modal se encarga de su propio fondo oscuro */
#loginmodal.modal {
  background-color: rgba(0, 0, 0, 0.5) !important;
  z-index: 9999 !important;
}

#loginmodal .modal-dialog {
  z-index: 10000 !important;
}

#loginmodal .modal-content {
  z-index: 10001 !important;
  background-color: #fff !important;
}

/* ============================================
   Fixes Front
============================================ */

.wpestate_vc_button.vc_button {
  text-align: center;
}

/*.listing_main_image_price,
#wpestate_advanced_search_widget-1,
.property_page_container.wprentals_front_avalability,
#listing_calendar,
.property_menu_wrapper_hidden {
  display: none !important;
} */

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
li,
th,
button,
input {
  font-family: "Roboto", sans-serif !important;
}

.login_form input {
  border-color: #e7e9ef;
  margin-bottom: 20px;
}

.loginrow input,
.loginrow select {
  border-color: #e7e9ef;
}

label[for="pet_picture"] {
  background-color: #f9f9f9 !important;
  color: #b881fc !important;
  border: 1px solid #e7e9ef !important;
}

#ajax_register_div {
  justify-content: start;
  position: relative;
}

html body .rooms-selection-table {
  max-width: 1250px;
  padding: 0;
  margin: 50px auto 20px;
  border-radius: 4px;
}

.rooms-table {
  max-width: 100%;
  margin: 0;
  border: unset;
}

html body .room-row.low-availability {
  border-left: unset;
  background: #ffffff;
}

.room-info h3,
html body .price {
  font-size: 20px;
  font-weight: bold;
}

.options-list {
  text-align: left;
}

.room-type,
.room-price,
.room-options,
.room-quantity,
.room-action {
  vertical-align: middle !important;
}

.room-type {
  width: 435px;
  max-width: 435px;
}

body:not(.home) .room-quantity,
body:not(.home) .table-header th:nth-child(4),
.acc_radio,
body:not(.home) .has_calendar.guest_icon+.dropdown.form-control {
  display: none;
}

html body .booking-dates-container .form-group {
  margin: 40px 0;
}

.reservation_buttons:last-of-type {
  padding: 0;
}

label[for="pet_picture"] {
  cursor: pointer;
  margin-right: 30px;
}

#pet_picture_preview {
  max-width: 100px !important;
  max-height: 100px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 50%;
}

/** temp, cambiar a que este abajo **/
span#pet_picture_filename {
  display: none;
}

#wp-submit-register {
  margin-top: 20px !important;
}

#loginmodal .modal-dialog {
  height: 100% !important;

  @media screen and (min-width: 768px) {
    height: 780px !important;
  }
}

button:hover,
a.vc_button,
#submit_booking_front:hover,
#contact_host:hover,
#add_favorites:hover,
#contact_me_long:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

html body button.close:hover {
  transform: unset;
  box-shadow: unset;
}

a.vc_button {
  text-align: center;
}

html body .reserve-btn {
  background: #ba84fc;
}

html body .modal-open .modal {
  background: #00000036;
}

html body .modal-dialog {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
}

html body .room-row.low-availability:hover {
  background-color: #f8f9fa;
}

/** fixes modal registro **/

html body .transparent_header .menu_username {
  color: #484848;
}

html body #go_to_pet_step {
  margin-bottom: 0;
}

.mainForm::-webkit-scrollbar {
  display: none;
}

.mainForm {
  display: flex;
  overflow-y: scroll;
  min-height: 440px;
}

.login_form.shortcode-login {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

html body .form-control {
  margin-bottom: 0;
}

html body.home #ajax_register_div .vc_button.wpestate_vc_button.wpb_btn-small {
  margin: 0;
}

/*.containerForm {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
} */

.containerForm .loginrow {
  flex: 1 1 190px;
}

.loginrow.fullRow {
  flex: 1 1 100%;
}

html body.home #ajax_register_div .vc_button.wpestate_vc_button.wpb_btn-small {
  margin: 0;
}

.loginrow.checkbox {
  margin: 10px auto 0;
  max-width: fit-content;
}

.containercheck {
  display: flex;
  gap: 30px;
}

body.home #user_terms_register_sh {
  margin: 0;
}

.twoItems {
  display: flex;
  gap: 10px;
  align-items: center;
}

#ajax_register_div #user_terms_register_sh_label {
  margin-bottom: 0;
}

.loginrow.petContainer {
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

/* Asegurar que los inputs del paso 2 tengan la misma separación que el paso 1 */
#pet_step .containerForm .loginrow {
  margin-bottom: 20px;
}

#pet_step .containerForm .loginrow input,
#pet_step .containerForm .loginrow select {
  margin-bottom: 0;
}

#pet_step .containerForm .loginrow:last-of-type {
  margin-bottom: 0;
}

/* Asegurar que containercheck se muestre correctamente en el paso 2 */
#pet_step .containerForm .containercheck {
  width: 100%;
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
  margin-top: 0;
}

#pet_step .containerForm .containercheck .loginrow.checkbox {
  margin: 0;
  display: flex;
  align-items: center;
}

#pet_step .containerForm .containercheck .loginrow.checkbox label {
  display: inline-block;
  cursor: pointer;
  margin: 0;
  vertical-align: middle;
}

#pet_step .containerForm .containercheck .loginrow.checkbox input[type="checkbox"] {
  margin: 0 5px 0 0;
  cursor: pointer;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  position: relative;
  flex-shrink: 0;
}

body.home #ajax_register_div {
  padding: 20px 25px !important;
}

.containerLogin {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 25px;
}

#forgot_email_mod {
  margin-bottom: 25px;
}

.transparent_header .menu_username {
  color: #484848 !important;
}

/** Mobile **/

@media only screen and (max-width: 674px) {
  .home .modal-dialog {
    max-width: 350px;
  }

  #register_message_area .alert_err,
  #register_message_area_step2 .alert_err,
  #register_message_area .login-alert.error,
  #register_message_area_step2 .login-alert.error {
    font-size: 12px;
  }

  #ajax_register_div #user_terms_register_sh_label {
    font-size: 13px;
  }

  #loginmodal h2.modal-title_big {
    margin-bottom: 10px;
  }

  .navigation_links.twoNav .barNav {
    display: none;
  }

  .navigation_links.twoNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  html body .booking-dates-container .form-group {
    margin: 0;
  }

  html body .booking-dates-container .col-md-6:not(:last-child) {
    margin-bottom: 20px;
  }

  .btn {
    font-size: 12px;
    padding: 12px;
  }

  .modal-actions {
    justify-content: center;
  }

  /** layout Hotel para reservar **/

  html body .booking-dates-container {
    padding: 15px;
    float: left;
    width: 100%;
    margin: 0;
    border-radius: unset;
  }

  #rooms-selection-table {
    float: left;
    width: 100%;
    box-shadow: unset;
    margin-top: 0;
  }

  html body .room-row {
    margin: 0;
    border-radius: 0;
    border: unset;
    padding: 60px 0;
  }

  html body .room-row:not(:last-child) {
    border-bottom: 2px dashed;
  }

  .rooms-table td:before {
    top: 50%;
    transform: translateY(-50%);
  }
}

/** Modal reserva **/

.booking-dates-container {
  margin: 20px 0;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;

  @media (min-width: 768px) {
    padding: 0 33rem;
  }
}

.booking-dates-container .form-group {
  margin-top: 3rem;
  margin-bottom: 0;
}

.booking-dates-container label {
  font-weight: 600;
  color: #8b5cf6;
  margin-bottom: 8px;
  display: block;
}

.booking-dates-container .has_calendar {
  position: relative;
}

.booking-dates-container .form-control {
  border: 2px solid #efefef;
  border-radius: 4px;
  padding: 12px 15px;
  font-size: 16px;
  transition: border-color 0.3s ease;
  background: white;
}

.booking-dates-container .form-control:focus {
  border-color: #8b5cf6;
  box-shadow: 0 0 5px rgba(139, 92, 246, 0.3);
  outline: none;
}

.booking-dates-container .calendar_icon::before {
  content: "📅";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 18px;
}

.rooms-table {
  margin: 20px 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  /* 
  @media (min-width: 768px) {
    padding: 0 33rem;
  } */
}

.rooms-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

.table-header {
  background: #fff;
  color: #6b7280;
  font-weight: 600;
  text-align: center;
}

.table-header th {
  padding: 15px;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #5d6475;
}

.room-row {
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s ease;
}

.room-row:hover {
  background-color: #f8f9fa;
}

.room-row.premium {
  background-color: #f3e8ff;
}

.room-row.premium:hover {
  background-color: #e9d5ff;
}

.room-type,
.room-price,
.room-options,
.room-quantity,
.room-action {
  padding: 20px;
  vertical-align: top;
}

.room-info h3 {
  margin: 0 0 10px 0;
  color: #8b5cf6;
  font-size: 18px;
}

.room-features {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.feature {
  font-size: 14px;
  color: #5d6475;
}

.price-info {
  text-align: center;
}

.price {
  font-size: 28px;
  font-weight: bold;
  color: #8b5cf6;
  display: block;
}

.price-label {
  font-size: 12px;
  color: #5d6475;
  text-transform: uppercase;
}

.options-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.options-list li {
  padding: 5px 0;
  font-size: 14px;
  color: #6b7280;
}

/* Estilos para selector de cantidad */
.quantity-selector select {
  width: 100%;
  padding: 8px 12px;
  border: 2px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  background: white;
  transition: border-color 0.3s ease;
}

.quantity-selector select:focus {
  border-color: #8b5cf6;
  outline: none;
}

/* Estilos para mensajes de advertencia */
.availability-warning {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 6px;
  padding: 8px 12px;
  margin-top: 8px;
  animation: pulse-warning 2s infinite;
}

@keyframes pulse-warning {

  0%,
  100% {
    background-color: #fef2f2;
  }

  50% {
    background-color: #fee2e2;
  }
}

/* Estilos para mensaje de no disponibilidad */
.no-rooms-message {
  text-align: center;
  padding: 40px 20px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 2px dashed #dee2e6;
  margin: 20px 0;
}

.no-rooms-message h3 {
  color: #6c757d;
  margin-bottom: 15px;
}

.no-rooms-message p {
  color: #6c757d;
  margin-bottom: 10px;
}

/* Estilos para habitaciones con pocas disponibles */
.room-row.low-availability {
  background-color: #fff7ed;
  border-left: 4px solid #f59e0b;
}

.room-row.low-availability:hover {
  background-color: #fef3c7;
}

.room-quantity {
  text-align: center;
}

.quantity-selector {
  display: flex;
  justify-content: center;
  align-items: center;
}

.quantity-dropdown {
  padding: 8px 12px;
  border: 2px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  background: white;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.quantity-dropdown:hover {
  border-color: #8b5cf6;
}

.quantity-dropdown:focus {
  outline: none;
  border-color: #7c3aed;
  box-shadow: 0 0 5px rgba(139, 92, 246, 0.3);
}

/* Estilos para botón de reserva */
.room-action {
  text-align: center;
}

.reserve-btn {
  background: #8b5cf6;
  color: #ffffff;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 150px;
}

.reserve-btn:hover {
  background: #7c3aed;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(139, 92, 246, 0.3);
}

.reserve-btn:active {
  transform: translateY(0);
}

.reserve-note {
  margin-top: 8px;
}

.reserve-note small {
  color: #5d6475;
  font-size: 12px;
  font-style: italic;
}

@media (max-width: 768px) {
  .rooms-table {
    font-size: 14px;
  }

  .room-type,
  .room-price,
  .room-options,
  .room-quantity,
  .room-action {
    padding: 15px 10px;
  }

  .price {
    font-size: 24px;
  }

  .reserve-btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  .quantity-dropdown {
    padding: 6px 10px;
    font-size: 14px;
  }
}

/* Diseño responsive en columna única para móviles */
@media (max-width: 600px) {
  .booking-dates-container {
    padding: 15px;
  }

  .booking-dates-container .row {
    margin: 0;
  }

  .booking-dates-container .col-md-6 {
    padding: 0 0 15px 0;
  }

  .booking-dates-container .form-control {
    font-size: 14px;
    padding: 10px 12px;
  }

  .room-row.low-availability {
    padding-top: 20px;
  }

  .rooms-table,
  .rooms-table thead,
  .rooms-table tbody,
  .rooms-table th,
  .rooms-table td,
  .rooms-table tr {
    display: block;
  }

  .rooms-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .rooms-table {
    box-shadow: unset;
  }

  .rooms-table tr {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    border-radius: 8px;
    background: white;
    box-shadow: unset;
  }

  .rooms-table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 15px 15px 15px 50%;
    text-align: left;
  }

  .rooms-table td:before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
    color: #8b5cf6;
    font-size: 14px;
  }

  .rooms-table td:last-child {
    border-bottom: none;
  }

  .room-row.premium {
    background-color: #f3e8ff;
  }

  .room-row.premium:hover {
    background-color: #e9d5ff;
  }

  .room-info h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .room-features {
    gap: 3px;
  }

  .feature {
    font-size: 13px;
  }

  .price {
    font-size: 22px;
  }

  .options-list li {
    font-size: 13px;
    padding: 3px 0;
  }

  .reserve-btn {
    width: 100%;
    max-width: none;
    padding: 12px 20px;
    font-size: 15px;
  }

  .quantity-dropdown {
    width: 100%;
    max-width: 120px;
  }

  .reserve-note {
    margin-top: 10px;
  }

  .reserve-note small {
    font-size: 11px;
  }
}

.no-rooms-message {
  text-align: center;
  padding: 40px 20px;
  background: #f8f9fa;
  border-radius: 8px;
  margin: 20px 0;
}

.no-rooms-message h3 {
  color: #8b5cf6;
  margin-bottom: 10px;
}

.no-rooms-message p {
  color: #5d6475;
  font-size: 16px;
}

.room-numbers {
  margin-top: 5px;
  padding: 5px 8px;
  background: #e8f5e8;
  border-radius: 4px;
  border-left: 3px solid #10b981;
}

.room-numbers small {
  color: #065f46;
  font-weight: 500;
}

.room-status {
  margin-top: 5px;
  padding: 5px 8px;
  background: #fee2e2;
  border-radius: 4px;
  border-left: 3px solid #ef4444;
}

.room-status small {
  color: #991b1b;
  font-weight: 500;
}

.reserve-btn:disabled {
  background: #9ca3af !important;
  color: white !important;
  cursor: not-allowed !important;
  transform: none !important;
  box-shadow: none !important;
}

.reserve-btn:disabled:hover {
  background: #9ca3af !important;
  transform: none !important;
  box-shadow: none !important;
}

.select-dates-message {
  color: #5d6475;
  font-size: 12px;
  margin-top: 5px;
  font-style: italic;
}

.availability-info {
  margin-top: 8px;
}

.room-row.no-availability {
  opacity: 0.6;
  background-color: #f9f9f9;
}

.room-row.low-availability {
  border-left: 3px solid #f59e0b;
}

.availability-loading {
  color: #007cba;
  font-size: 12px;
  margin-top: 5px;
}

/* Animación del spinner */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loading-spinner {
  display: none;
  text-align: center;
}

.spinner {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #007cba;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  margin: 0 auto 10px;
  display: none !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loading-spinner {
  width: 30px;
  padding: 4px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ba84fc;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
  margin: 0 auto;
}

.booking-modal-content #bookingLoading {
  margin-bottom: 25px;
}

.loader {
  width: 30px;
  padding: 4px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ba84fc;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}

/* Modal de confirmación de reserva */
.booking-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* Estilos específicos para modal de login en esta página SOLO cuando sea necesario */
/* Se aplicarán mediante JavaScript solo si hay problemas de transparencia */

.booking-modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: none;
  border-radius: 14px;
  width: 90%;
  max-width: 600px;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.booking-modal-content::-webkit-scrollbar-track {
  background: #aaa;
}

.booking-modal-content::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 8px;
}

.booking-modal-content::-webkit-scrollbar-thumb:hover {
  background: #ba84fc;
}

.booking-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e0e0e0;
}

.booking-modal-header h2 {
  margin: 0;
  color: #5d6475;
  font-size: 24px;
}

.close-modal {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-modal:hover {
  color: #000;
  transition: unset;
  box-shadow: unset;
}

.booking-summary {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.booking-summary h3 {
  margin-top: 0;
  color: #ba84fc;
  font-size: 18px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #e0e0e0;
}

.summary-row:last-child {
  border-bottom: none;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

.summary-label {
  font-weight: 500;
  color: #5d6475;
}

.summary-value {
  color: #5d6475;
}

.booking-form {
  margin-top: 20px;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: #5d6475;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #efefef;
  border-radius: 4px;
  font-size: 14px;
  color: #5d6475;
}

.form-group textarea {
  height: 80px;
  resize: vertical;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #ba84fc;
}

/* Estilos para indicador de pasos */
.booking-steps-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 30px 0;
  padding: 20px 0;
  border-bottom: 2px solid #e0e0e0;
}

.step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #bbc0cb;
  color: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.step-item.active .step-number {
  background-color: #5d6475;
  color: #ffffff;
}

.step-item.completed .step-number {
  background-color: #ba84fc;
  color: #ffffff;
}

.step-label {
  font-size: 13px;
  color: #5d6475;
  font-weight: 500;
}

.step-item.active .step-label {
  color: #5d6475;
  font-weight: 600;
}

.step-item.completed .step-label {
  color: #ba84fc;
}

.step-divider {
  width: 80px;
  height: 2px;
  background-color: #e0e0e0;
  margin: 0 10px 25px 10px;
}

.step-item.completed+.step-divider {
  background-color: #ba84fc;
}

.booking-step {
  min-height: 300px;
  animation: fadeIn 0.3s ease;
}

.booking-step {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.summary-section {
  margin-bottom: 25px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
}

.summary-section h4 {
  margin: 0 0 15px 0;
  color: #ba84fc;
  font-size: 16px;
  border-bottom: 2px solid #ba84fc;
  padding-bottom: 8px;
}

.summary-totals {
  background: #fff;
  border: 2px solid #ba84fc;
}

.btn-secondary {
  background-color: #bbc0cb;
  color: #ffffff;
}

.btn-secondary:hover {
  background-color: #bbc0cb;
  color: #ffffff;
}

.containerBtns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 460px;
  margin: 0 auto;
}

.modal-actions {
  padding-top: 0;
  margin-top: 0;
  border-top: unset;
}

.btn-request {
  height: 44px;
}

/* Estilos para sección de extras */
.booking-extras {
  margin-top: 20px;
}

.booking-extras .text-muted {
  color: #6c757d;
  margin-bottom: 15px;
}

.booking-extras h3 {
  margin: 0 0 15px 0;
  color: #333;
  font-size: 18px;
}

.no-extras-message {
  text-align: center;
  padding: 30px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 2px dashed #dee2e6;
  margin: 20px 0;
}

.no-extras-message p {
  margin: 0;
  color: #6c757d;
  font-size: 15px;
}

@media (max-width: 768px) {
  .booking-steps-indicator {
    padding: 15px 0;
  }

  .step-number {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .step-label {
    font-size: 11px;
  }

  .step-divider {
    width: 40px;
  }

  .booking-modal-content {
    margin: 2% auto;
    width: 95%;
    max-height: 90vh;
  }

  .summary-section h4 {
    font-size: 14px;
  }

  .btn {
    padding: 10px 16px;
    font-size: 14px;
  }
}

.extras-list {
  margin-top: 15px;
}

.extra-item {
  display: flex;
  align-items: center;
  padding: 12px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  gap: 10px;
}

.extra-item:hover {
  background-color: #f8f9fa;
  border-color: #ba84fc;
}

.extra-item input[type="checkbox"] {
  margin: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}

.extra-item input[type="checkbox"]::before {
  font-size: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.extra-details {
  flex: 1;
}

.extra-name {
  font-weight: 600;
  color: #5d6475;
  margin-bottom: 5px;
}

.extra-description {
  font-size: 13px;
  color: #5d6475;
  margin-bottom: 5px;
}

.extra-price {
  font-weight: 600;
  color: #ba84fc;
  font-size: 14px;
}

.summary-row.extras-total {
  border-top: 1px dashed #ddd;
  padding-top: 10px;
  margin-top: 5px;
}

#taxRow {
  color: #5d6475;
  font-style: italic;
  font-size: 14px;
}

#taxRow .summary-label {
  color: #5d6475;
}

#taxRow .summary-value {
  color: #5d6475;
}

.summary-row.grand-total {
  font-size: 18px;
  color: #007cba;
}

.modal-actions {
  display: flex;
  justify-content: space-between;
}

.btn {
  padding: 12px 24px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: unset;
  text-transform: none;
}

.btn:hover,
.btn:focus,
.btn.focus {
  outline: unset;
  color: #ffffff;
}

.btn-cancel {
  background-color: #bbc0cb;
  color: #ffffff;
}

.btn-cancel:hover {
  background-color: #bbc0cb;
  color: #ffffff;
}

.btn-confirm {
  background-color: #ba84fc;
  color: #ffffff;
}

.btn-confirm:hover {
  background-color: #ba84fc;
  color: #ffffff;
}

.btn-confirm:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.btn-request {
  background-color: #ba84fc;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
}

.btn-request:hover {
  background-color: #ba84fc;
}

.btn-request:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

/* Estilos para información de mascota */
.pet-info-display {
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px;
  margin-top: 5px;
}

.pet-info-display.has-pet-info {
  background: #f8f9fa;
  border-left: 4px solid #ba84fc;
}

.pet-info-item {
  display: flex;
  align-items: center;
  padding: 8px 0;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #e0e0e0;
}

.pet-info-item:last-child {
  border-bottom: none;
}

.pet-info-item i {
  color: #ba84fc;
  font-size: 16px;
  margin-right: 10px;
  min-width: 20px;
  text-align: center;
}

.pet-info-item strong {
  margin-right: 5px;
  color: #555;
}

.no-pet-info {
  margin: 0;
  padding: 10px;
  text-align: center;
  color: #999;
  font-style: italic;
  font-size: 13px;
}

/* Animación para cuando aparece la info */
.pet-info-item {
  animation: fadeInUp 0.3s ease forwards;
  opacity: 0;
}

.pet-info-item:nth-child(1) {
  animation-delay: 0.05s;
}

.pet-info-item:nth-child(2) {
  animation-delay: 0.1s;
}

.pet-info-item:nth-child(3) {
  animation-delay: 0.15s;
}

.pet-info-item:nth-child(4) {
  animation-delay: 0.2s;
}

.pet-info-item:nth-child(5) {
  animation-delay: 0.25s;
}

.pet-info-item:nth-child(6) {
  animation-delay: 0.3s;
}

.pet-info-item:nth-child(7) {
  animation-delay: 0.35s;
}

.pet-info-item:nth-child(8) {
  animation-delay: 0.4s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/** don't remove, hide default login sidebar for mobile **/

@media only screen and (max-width: 1100px) {
  html body div#all_wrapper {
    transform: translateX(0) !important;
  }
}

body.modal-open,
body {
  padding-right: 0 !important;
}

.modal-open .modal {
  padding-right: 0 !important;
}

/** Estilos Modal Contacto **/

#contact_owner_modal .modal-content {
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

#contact_owner_modal .contact-owner-header {
  background: linear-gradient(90deg,
      rgb(166, 114, 231) 0%,
      rgb(184, 129, 253) 100%);
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px 25px;
}

#contact_owner_modal .contact-owner-header .close {
  color: white;
  opacity: 1;
  text-shadow: none;
  top: 12px;
  right: 12px;
}

.modal-content h4.modal-title {
  color: #ffffff;
}

#contact_owner_modal .contact-owner-header .close:hover {
  color: #f0f0f0;
}

#contact_owner_modal .modal-title_big {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 5px 0;
}

#contact_owner_modal .modal-title_big i {
  margin-right: 10px;
}

#contact_owner_modal .modal-title {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  opacity: 0.9;
}

#contact_owner_modal .modal-body {
  padding: 30px;
}

#contact_owner_modal .contact-description {
  color: #666;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 1.6;
}

#contact_owner_modal .form-group {
  margin-bottom: 20px;
}

#contact_owner_modal .form-group label {
  font-weight: 600;
  color: #5d6475;
  margin-bottom: 8px;
  display: block;
}

#contact_owner_modal .form-group label .required {
  color: #dc3545;
}

#contact_owner_modal .form-control {
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 15px;
  transition: all 0.3s;
  width: 100%;
}

#contact_owner_modal .form-control:focus {
  outline: none;
}

#contact_owner_modal #contact-owner-message {
  padding: 12px 15px;
  border-radius: 5px;
  margin-top: 15px;
}

#contact_owner_modal #contact-owner-message.alert-success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

#contact_owner_modal #contact-owner-message.alert-danger {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

#contact_owner_modal .btn {
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  transition: all 0.3s;
}

#contact_owner_modal .btn-primary {
  background: #ba84fc;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#contact_owner_modal .btn-primary:hover {
  background: #ba84fc;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#contact_owner_modal .btn-primary:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
}

#contact_owner_modal .btn-secondary {
  background: #6c757d;
  border: none;
  margin-top: 15px;
}

#contact_owner_modal .btn-secondary:hover {
  background: #5a6268;
}

/* Paso 2: Información de contacto */
#contact_owner_modal .success-message {
  text-align: center;
  margin-bottom: 30px;
}

#contact_owner_modal .success-message i {
  font-size: 60px;
  color: #28a745;
  margin-bottom: 15px;
}

#contact_owner_modal .success-message p {
  font-size: 18px;
  color: #5d6475;
  margin-bottom: 10px;
}

#contact_owner_modal .success-message .small-text {
  font-size: 14px;
  color: #666;
}

#contact_owner_modal .contact-info-display {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

#contact_owner_modal .contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dee2e6;
}

#contact_owner_modal .contact-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

#contact_owner_modal .contact-item i {
  font-size: 24px;
  color: #007cba;
  margin-right: 15px;
  margin-top: 5px;
}

#contact_owner_modal .contact-details {
  flex: 1;
}

#contact_owner_modal .contact-details strong {
  display: block;
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

#contact_owner_modal .contact-link {
  color: #007cba;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  word-break: break-all;
}

#contact_owner_modal .contact-link:hover {
  color: #005a87;
  text-decoration: underline;
}

.contact-description {
  text-align: center;
}

#contact_owner_modal {
  background: #00000036;
}

/** dashboard booking **/

.user_dashboard_links a.user_tab_active,
.submit_mandatory {
  background-color: #ba84fc;
}

html body .user_dashboard_panel .form-control:focus,
html body select:focus {
  border: 1px solid #ba84fc;
  border-radius: 4px;
}

@media only screen and (min-width: 1200px) {
  .customflex {
    display: flex;
    align-items: center;
  }
}

.descriptionDashboard .panel-title {
  text-align: center;
  font-size: 20px;
  cursor: default;
}

#colophon .loginwd_sidebar .form-control,
#primary .loginwd_sidebar .form-control,
.form-control {
  border-radius: 4px;
  border: 1px solid #efefef;
}

#colophon .loginwd_sidebar .form-control,
#primary .loginwd_sidebar .form-control,
.form-control:focus {
  border-color: #ba84fc;
}

.panel.panel-default {
  border: unset;
}

.descriptionDashboard {
  margin-bottom: 40px;
}

.descriptionDashboard .col-md-12 {
  margin-bottom: 30px;
}

.descriptionDashboard select {
  height: 48px;
  width: 100%;
  padding-left: 10px;
  border: 1px solid #efefef;
  border-radius: 4px;
  color: #8a8f9a;
}

.fixSpace {
  margin: 30px 0;
}

.fixSpace .row {
  margin: 15px 0;
}

@media only screen and (min-width: 1200px) {
  .fixSpace .col-md-12 {
    padding: 0;
  }
}

.next_submit_page {
  margin-top: 0px;
}

#drag-and-drop #aaiu-uploader {
  width: 260px;
}

/* html body #validate_phone,
#send_sms_pin,
html body .mess_send_reply_review_button,
html body #view_profile,
html body .mess_send_reply_button,
html body #change_pass,
html body #update_profile,
html body #book_dates,
html body #aaiu-uploader,
html body #set_price_dates,
html body #book_dates,
html body #edit_prop_ammenities,
html body #edit_prop_locations,
html body #google_capture,
html body #edit_prop_details,
html body #edit_prop_image,
html body #edit_prop_price,
html body #edit_prop_1,
html body #edit_calendar,
html body #form_submit_1,
html body #submit_mess_front,
html body #submit_message_to_client_dashboard,
html body #delete_profile,
html body #user-id-uploader {
  background-color: #ba84fc;
} */

button#edit_prop_image,
button#edit_prop_image:hover {
  background-color: #ba84fc;
}

div#aaiu-uploader {
  background-color: #bbc0cb;
}

#upload_owner_listing_image {
  width: 200px;
  background-color: #bbc0cb;
  color: #ffffff;
  border: 1px solid #bbc0cb;
  height: 48px;
  border-radius: 4px;
}

button#upload_owner_listing_image:hover {
  transform: unset;
  box-shadow: unset;
}

#owner_listing_image_wrapper {
  margin-bottom: 10px;
}

html body .price_notification {
  background-color: #ba84fc;
}

.property-room-types .panel {
  background: unset;
  border: unset;
  box-shadow: unset;
}

.propertyRooms .property-room-types .panel {
  background: unset;
  border: unset;
  box-shadow: unset;
}

.propertyRooms .property-room-types .panel-header {
  background: transparent;
  padding-left: 0;
  margin-bottom: 60px;
}

.propertyRooms .price_notification {
  margin: 0;
  display: block;
  width: 100%;
}

.property-room-types {
  margin-top: 40px;
}

.propertyRooms .form-group .checkbox-inline input {
  width: 20px;
  margin-left: -25px;
  padding: 0;
  margin-top: 0;
  height: 20px;
}

.propertyRooms .form-group .checkbox-inline input::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}

.propertyRooms .radio-inline,
.propertyRooms .checkbox-inline {
  padding-left: 30px;
}

.property-room-types .form-group {
  margin-bottom: 30px;
}

.propertyRooms.text-muted {
  margin-bottom: 25px;
}

.property-room-types .checkbox-inline {
  display: flex;
  align-items: center;
  line-height: 1;
  height: 25px;
}

.btn-primary {
  background-color: #ba84fc;
  background-image: unset !important;
  border-radius: 4px;
}

.btn-primary:hover,
.btn-primary:focus,
.wpestate_button,
.wpestate_button:hover {
  background-color: #ba84fc !important;
  background-image: unset !important;
}

.descriptionDashboard .alert-info {
  background-color: #efefef;
  background-image: unset;
  border-radius: 4px;
  border: 1px solid #efefef;
  outline: unset;
  box-shadow: unset;
  color: #ba84fc;
}

.roomsContainer {
  margin-top: 40px;
}

.mainRooms .panel-title {
  margin: 40px 0 60px;
  padding: 0;
}

.user_dashboard_panel {
  border-radius: 4px;
}

.extraContainer .user_dashboard_panel {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.extraContainer th {
  color: #5d6475 !important;
  font-weight: bold;
  text-align: center;
}

#extras_table {
  border: unset;
  background: #ffffff !important;
}

.extraContainer tr>td {
  background-color: #ffffff;
  border-top: unset !important;
}

.extraContainer table th {
  border-right: 0;
}

.extraContainer table th {
  border-bottom: 1px solid #f0f0f0 !important;
  border-right: 1px solid #f0f0f0;
}

html body .extraContainer tr>td {
  vertical-align: middle;
  padding: 15px 8px;
}

.extraContainer tbody tr {
  height: auto;
  box-sizing: border-box;
  padding: 0;
}

.extraContainer tbody {
  border-collapse: collapse;
  border-spacing: 0 10px;
}

.extraContainer tbody tr:not(:last-child) td {
  border-bottom: 1px solid #f0f0f0;
}

.extraContainer>.user_dashboard_panel .col-md-12 {
  margin-bottom: 0;
}

.panel.user_dashboard_panel.property_rooms {
  width: 100%;
  margin: 40px auto 0;
}

.panel.user_dashboard_panel.property_rooms .panel-title {
  margin-bottom: 40px;
}

.panel.user_dashboard_panel.property_rooms thead th {
  background: #ffffff;
}

.panel.user_dashboard_panel.property_rooms .table {
  border: unset !important;
}

.panel.panel-default.user_dashboard_panel.property_rooms {
  background: #ffffff;
}

html body .property-room-types .badge-success {
  background-color: #ba84fc;
}

.extraContainer .btn.btn-default {
  background: #bbc0cb;
  color: #5d6475;
  text-shadow: unset;
}

.property-rooms .label-success {
  background: #ba84fc;
  margin: 0;
  border-radius: 4px;
}

html body .extra-price-value {
  color: #ba84fc;
}

table th:last-child,
table td:last-child {
  border-right: unset;
}

.extraContainer .btn-danger,
.extraContainer .btn-danger:hover {
  background-image: unset !important;
  background-color: #5d6475;
}

.extraContainer>.user_dashboard_panel .col-md-12 {
  margin-bottom: 0;
}

label[for="extra_name"] {
  display: flex;
  gap: 10px;
}

.alert-success {
  background: #806ae6;
  color: #ffffff;
  padding: 5px 15px;
  border: unset;
  border-radius: 4px;
}

.property-rooms .label-danger,
.property-rooms .label-warning {
  background-color: #5d6475;
  border-radius: 4px;
  margin: 0 auto;
}

.property-rooms .label-info {
  background-color: #bbc0cb;
  border-radius: 4px;
  margin: 0 auto;
}

html body .property-room-types .panel.editing {
  border: unset;
  background: unset;
}

.property-room-types .panel.editing .btn-default {
  background: #5d6475;
  color: #ffffff;
  text-shadow: unset;
  border-radius: 4px;
}

.user_dashboard_panel_guide a:before {
  width: 110%;
}

html body .user_dashboard_panel_guide a:nth-child(4)::before {
  max-width: 240px;
}

/* @media only screen and (min-width: 1440px) {
  html body .user_dashboard_panel_guide a:nth-child(4)::before {
    max-width: 88%;
  }
} */

@media only screen and (min-width: 1200px) {
  html body .user_dashboard_links {
    width: 100%;
    max-width: 100%;
  }

  .user_dashboard_panel_guide {
    max-width: 1140px;
  }
}

html body .unread_mess_wrap_menu {
  right: 5px;
  background-color: #ba84fc;
}

@media only screen and (max-width: 765px) {
  .mobile_booking_wrapper_flex {
    display: none !important;
  }

  /* fix mobile calendar date selecto*/

  html body .daterangepicker {
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto;
    left: 0 !important;
    right: unset !important;
    border: unset !important;
  }

  #rooms-selection-table h2 {
    padding: 30px 0 0 15px;
  }

  .rooms-table tr {
    border: unset;
  }

  /** fix rooms type mobile **/

  tr.room-row.low-availability {
    padding-top: 20px;
  }

  #rooms-selection-table h2 {
    padding: 30px 0 0 15px;
  }

  .rooms-table tr {
    border: unset;
  }

  html body .daterangepicker {
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto;
    left: 0 !important;
    right: unset !important;
    border: unset !important;
  }

  .availability-warning {
    max-width: 100% !important;
    width: 100%;
  }

  .room-type {
    width: 410px;
    max-width: 375px;
  }

  .price-info {
    text-align: left;
  }

  html body .rooms-table td {
    vertical-align: top !important;
  }

  .rooms-table td:before {
    top: 15px;
    transform: unset;
    line-height: 1;
  }

  .availability-warning img {
    display: none !important;
  }

  .availability-warning {
    font-size: 12px;
    position: relative;
    left: -125px;
    width: 260px !important;
    max-width: 260px !important;
  }
}

/** custom logo upload **/

html body .custom-logo-upload-btn {
  width: 200px;
  height: 52px;
  display: flex;
  justify-content: center;
  max-width: 200px;
  background: #bbc0cb;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  color: #ffffff !important;
  cursor: pointer;
  font-size: 15px;
  transition: all 0.2s ease;
}

.custom-logo-upload-btn:hover {
  background-color: #725ecc;
}

/* ============================================
   MODAL DE DISPONIBILIDAD DEL DÍA - CENTRADO
   ============================================ */
#day_availability_modal {
  display: none !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 1050 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Cuando Bootstrap muestra el modal (clases: show, in, fade.in) */
#day_availability_modal.show,
#day_availability_modal.in,
#day_availability_modal.fade.in,
body.modal-open #day_availability_modal {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#day_availability_modal .modal-dialog {
  margin: 0 auto !important;
  width: 90% !important;
  max-width: 600px !important;
  position: relative !important;
  padding: 15px !important;
  top: 0 !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  float: none !important;
  display: block !important;
}

#day_availability_modal .modal-content {
  position: relative !important;
  width: 100% !important;
  margin: 0 auto !important;
  background-color: #fff !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}

/* Centrado en mobile */
@media (max-width: 768px) {
  #day_availability_modal {
    padding: 10px !important;
  }

  #day_availability_modal .modal-dialog {
    width: 95% !important;
    max-width: 95% !important;
    padding: 10px !important;
    margin: 0 auto !important;
    left: auto !important;
    right: auto !important;
  }
}

@media (max-width: 480px) {
  #day_availability_modal {
    padding: 5px !important;
  }

  #day_availability_modal .modal-dialog {
    width: 98% !important;
    max-width: 98% !important;
    padding: 5px !important;
    margin: 0 auto !important;
  }

  #day_availability_modal .modal-header,
  #day_availability_modal .modal-body,
  #day_availability_modal .modal-footer {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* ============================================
   DASHBOARD STATS CARDS - ESTILO MODERNO
   ============================================ */
.dashboard-stats-cards-wrapper {
  margin-bottom: 30px;
}

.dashboard-stats-cards {
  display: grid;
  /* Desktop: siempre 3 columnas. Tablet/móvil: 1 columna (ver media queries) */
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 20px 0;
}

.dashboard-stat-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 24px;
  transition: all 0.3s ease;
  border: 1px solid #e5e7eb;
  height: 350px;
  display: flex;
  flex-direction: column;
}

.dashboard-stat-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.stat-card-header {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
}

.stat-card-title {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: 'Roboto', sans-serif;
}

.stat-card-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.stat-card-main-number {
  font-size: 40px;
  font-weight: 700;
  color: #8b5cf6;
  line-height: 1;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

.stat-card-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stat-card-detail-item {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
  font-family: 'Roboto', sans-serif;
}

.stat-card-detail-item strong {
  color: #333333;
  font-weight: 600;
}

.stat-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  margin-right: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.stat-badge-internal {
  background-color: #b881fc;
  color: #ffffff;
}

.stat-badge-external {
  background-color: #00a699;
  color: #ffffff;
}

.stat-card-detail-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Scroll vertical para el card de Reservaciones */
.dashboard-stat-card-reservations .stat-card-body-scrollable {
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1;
  min-height: 0;
}

.dashboard-stat-card-reservations .stat-card-body-scrollable::-webkit-scrollbar {
  width: 8px;
}

.dashboard-stat-card-reservations .stat-card-body-scrollable::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.dashboard-stat-card-reservations .stat-card-body-scrollable::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.dashboard-stat-card-reservations .stat-card-body-scrollable::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Color morado para el número total de cada sucursal en Reservaciones */
.dashboard-stat-card-reservations .property-total-number {
  color: #8b5cf6;
  font-weight: 600;
}

/* Scroll vertical para el card de Alcance */
.dashboard-stat-card-alcance .stat-card-body-scrollable {
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1;
  min-height: 0;
}

.dashboard-stat-card-alcance .stat-card-body-scrollable::-webkit-scrollbar {
  width: 8px;
}

.dashboard-stat-card-alcance .stat-card-body-scrollable::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.dashboard-stat-card-alcance .stat-card-body-scrollable::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.dashboard-stat-card-alcance .stat-card-body-scrollable::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Responsive: tablet y móvil - 1 columna */
@media (max-width: 991px) {
  .dashboard-stats-cards {
    grid-template-columns: 1fr;
  }
}

/* Responsive para móviles */
@media (max-width: 768px) {
  .dashboard-stats-cards {
    gap: 16px;
    margin: 16px 0;
  }

  .dashboard-stat-card {
    padding: 20px;
  }

  .stat-card-main-number {
    font-size: 40px;
  }

  .stat-card-title {
    font-size: 14px;
  }

  .stat-card-detail-item {
    font-size: 13px;
  }

  .dashboard-stat-card {
    height: 400px;
  }
}

@media (max-width: 480px) {
  .dashboard-stat-card {
    padding: 16px;
  }

  .stat-card-main-number {
    font-size: 36px;
  }
}

/* =============================================================================
   ESTILOS PARA CALENDARIO DE PROPIEDAD - FECHAS AGOTADAS
   ============================================================================= */

/* Fechas agotadas en el calendario de la vista de la sucursal - MÁXIMA PRIORIDAD */
.property_page_container.wprentals_front_avalability .booking-calendar td.no-availability,
.property_page_container.wprentals_front_avalability .booking-calendar td.calendar-free.no-availability,
.property_page_container.wprentals_front_avalability .booking-calendar td.calendar-reserved.no-availability,
.property_page_container.wprentals_front_avalability .booking-calendar td.calendar-today.no-availability,
.property_page_container.wprentals_front_avalability .booking-calendar td.has_past.no-availability,
.property_page_container.wprentals_front_avalability .booking-calendar td.has_future.no-availability,
.wprentals_front_avalability .booking-calendar td.no-availability,
.wprentals_front_avalability .booking-calendar td.calendar-free.no-availability,
.wprentals_front_avalability .booking-calendar td.calendar-reserved.no-availability,
.wprentals_front_avalability .booking-calendar td.calendar-today.no-availability,
.wprentals_front_avalability .booking-calendar td.has_past.no-availability,
.wprentals_front_avalability .booking-calendar td.has_future.no-availability {
  background: #EF4444 !important;
  background-color: #EF4444 !important;
  background-image: none !important;
  color: #ffffff !important;
  border-color: #EF4444 !important;
  font-weight: 600 !important;
}

/* Leyenda - contenedor de items */
.calendar-legend-item {
  display: inline-block;
  margin-right: 24px;
}

.calendar-legend-item:last-child {
  margin-right: 0;
}

/* Leyenda para fechas disponibles */
.calendar-legend-available {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #edf6f6;
  border-radius: 4px;
  margin-right: 8px;
  vertical-align: middle;
  margin-left: 5px;
}

/* Leyenda para fechas agotadas */
.calendar-legend-no-availability {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #EF4444;
  border-radius: 4px;
  margin-right: 8px;
  vertical-align: middle;
  margin-left: 5px;
}