.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.showforce {
  display: block !important;
}

.flow-file {
  min-height: 200px;
  position: relative;
}

.ae-crm .bg-gray {
  background: #8392ab;
  border-bottom: 1px solid gray;
}

.ae-crm .bg-gray .text-xs {
  color: #fff;
}

.bg-secondary label {
  color: #fff;
}

.selectize-input {
  min-height: 41px !important;
  padding: 7px 10px 0px 10px !important;
  border-radius: 8px !important;
}

.error-form {
  color: red;
  font-size: 11px;
  margin-top: 0px;
  margin-left: 4px;
  display: block;
  width: 100%;
}

#beds-clear:hover,
#baths-clear:hover {
  opacity: 0.75;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.size-style-format {
  font-size: 13px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.size-style-format .list-group-item {
  justify-content: space-between;
  display: inline-flex;
}

.size-style-format a {
  color: #337ab7 !important;
}

.size-style-format .style-tabs {
  display: block;
  margin: 5px 0;
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #e7eaec;
  background: #f5f5f5;
  border-radius: 3px;
  box-sizing: border-box;
  height: 32px;
  cursor: pointer;
}

.size-style-format .style-tabs:hover {
  font-weight: bold;
  font-size: 12.35px;
}

.size-style-format .header-tab {
  padding: 0px;
}

.size-style-format .icons {
  position: absolute;
  right: 10px;
  top: 10px;
}

.size-style-format ol {
  list-style: none;
}

.size-style-format .dd-handle {
  display: block;
  margin: 5px 0;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  border: 1px solid #e7eaec;
  background: #f5f5f5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
}

.size-style-format .dd-handle {
  cursor: pointer;
}

.size-style-format .dd-handle:hover .text-dd-item {
  font-weight: bold;
  font-size: 12.35px;
}

.size-style-format .badge-primary {
  background: #1ab394;
  color: #fff;
  border-radius: 50px;
}

.f-right {
  float: right;
}

.size-style-format .description p {
  font-size: 13px;
}

.size-style-format .description {
  border: 1px solid #ddd;
  padding: 8px;
  border-radius: 6px;
}

.size-style-format .list-group-item .pull-right-tag {
  font-size: 11px;
  color: black;
  padding: 4px 9px;
  border-radius: 25px;
}

.tag {
  /*border: 2px solid #1ab394;*/ /*Alfonso*/
  border: 2px solid #fafafa;
  border-radius: 30px;
  padding: 3px 12px;
  font-size: 8px;
  font-weight: bold;
  margin-right: 5px;
  cursor: pointer;
}

.tag:hover {
  background: #1ab394;
  color: #fff;
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.header-map-view {
  display: inline-block;
  background: #1ab394;
  margin: 0px 0px 0px 0px;
  padding: 7px 15px;
}

.header-map-view:hover {
  opacity: 0.8;
}

.accordion {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  border-radius: 0;
  margin: 0px;
  margin-top: -1px;
}

/* Estilos para el primer elemento de la clase "accordion" */
.accordion:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* Estilos para el último elemento de la clase "accordion" */
.accordion:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.accordion-header {
  border-bottom: 1px solid #ddd;
}

.slick-btn-action {
  background: transparent;
  border: none;
  position: absolute;
  height: 100%;
  width: 75px;
  z-index: 9999;
  display: none;
  max-width: 20%;
}

.relative-slick:hover .slick-btn-action {
  background: rgba(255, 255, 255, 0.4);
  display: block;
}

.slick-left {
  left: 0;
}

.slick-right {
  right: 0;
}

.card-tab {
  border-bottom: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-radius: 0 !important;
}

.button-go-back {
  background: #e6e6e6;
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 13px;
}

.button-go-back:hover {
  cursor: pointer;
}

.pull-right p {
  font-size: 11px;
}

/* Estilo para ajustar el ancho de los modales */
@media (min-width: 768px) and (max-width: 1199px) {
  .modal-dialog {
    margin: 10px auto;
    width: 80%;
    max-width: none;
  }

  .modal-content {
    padding: 10px;
  }

  .table-responsive,
  .table {
    margin-bottom: 0;
    width: 100%;
    table-layout: auto;
  }

  .list-group-item {
    padding: 0.5rem;
  }

  .card {
    margin-bottom: 1rem;
  }
}

/* Estilo para ajustar el apartado de filtrado */
@media (max-width: 992px) {
  .row.mt-4 {
    width: 107%;
    margin-left: -3.5%;
  }

  .row.size-style-format {
    width: 107%;
    margin-left: -3.5%;
  }

  .col-md-3,
  .col-md-2,
  .col-md-2,
  .col-md-2,
  .col-md-12 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0;
  }

  .form-group,
  .btn-group,
  .form-check {
    width: 100%;
  }

  .btn {
    margin-top: 10px;
  }

  .form-control,
  .form-control-alternative,
  .form-select {
    margin-bottom: 10px;
  }

  /* .card-header.pb-0.p-3 {
    width: 119%;
    margin-left: -28px;
    max-width: 110%;
    /* min-width: 110%; */
  /* } */
  .card-body.p-3 {
    width: 100%;
    margin: 0 auto; /* Centra el div */
  }

  /* .col-xl-3.col-md-6.mb-xl-0.mb-4{
    width: 104%;
    max-width: 103%;
    flex: 0 0 100%;
    margin: 0;
    margin-left: -8px;
    margin-right: 15px;
  } */

  .input-group-text.text-body {
    height: 40px;
  }

  /* .input-group button {
    width: 100%;
    margin-top: 5px;
  }
  .btn.btn-dark.mb-0{
    width: 100%;
    margin-top: 5px;
    
  } */
  .user-manage-container {
    display: block !important;
  }
}

/* Estilo para ajustar en nuevos desarrollos la distancia entre las imagenes y los botones */
.position-relative.relative-slick {
  margin-bottom: 1px;
}

.slick-dots {
  position: relative;
  margin-top: 1px;
  width: 100%;
  text-align: center;
}

.single-item .carousel-item img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 1px;
}

/* @media (max-width: 500px) {

  .py-1 {
    width: 107%;
    margin-left: -15px;
  }

} */

.img-style-view {
  object-fit: cover;
}

.aspect-ratio-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-group-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list-group-item span {
  flex-shrink: 1;
  margin-left: 20%;
  text-align: end;
}

.input-group .form-control,
.input-group .btn {
  height: 38px;
}

/* .formbox {
  display: flex;
  flex-direction: column;
}

@media (max-width: 991.98px) {
  .formbox .input-group {
    display: flex;
    flex-wrap: nowrap;
  }
  
  .formbox .input-group .form-control,
  .formbox .input-group .btn {
    flex-grow: 1;
  }
  
  .formbox .input-group .btn {
    flex-grow: 0;
    white-space: nowrap;
  }
} */

@media print {
  .container-fluid.py-4 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #invoice-zoddak > div {
    width: 100% !important;
  }
  #invoice-zoddak .card {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  #invoice-zoddak .d-flex.justify-content-between > div.col-md-4 {
    width: 45% !important;
  }
  .footer {
    display: none;
  }
}

.window:hover {
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.shepherd-element {
  margin: 0 !important;
  background-color: #1ab394 !important;
  font-weight: 700 !important;
  color: white !important;
  max-width: 400px !important;
  margin-inline: 0 auto !important;
}
.shepherd-button {
  background-color: #82d616 !important ;
  font-weight: 700 !important;
  color: white !important;
  &:hover {
    background-color: #9ae03f !important ;
  }
}
.shepherd-text {
  font-weight: 700 !important;
  color: white !important;
  font-size: 1.3rem !important;
  .check-container {
    margin: 0 auto;
    margin-top: 1rem;
    width: fit-content !important;
    font-size: 1rem !important;
    color: white !important;
    font-weight: 500 !important;
    border-radius: 5px !important;
    padding-inline: 10px;
    align-items: center;
    display: flex;

    input {
      margin: 0 auto !important;
    }
    label {
      margin: 0 auto;
    }
  }
}
.shepherd-header {
  background-color: #1ab394 !important;
  h3 {
    color: white !important;
    font-weight: 700 !important;
  }
}
.shepherd-arrow:before {
  background: #1ab394 !important;
}
.shepherd-element.shepherd-has-title[data-popper-placement^="bottom"]
  > .shepherd-arrow:before {
  background-color: #1ab394 !important;
  font-weight: 700 !important;
  color: white !important;
}
#brochure-devs
  > div
  > div.bg-light.text-center.brochure-formats
  > div
  > div
  > div {
  flex-direction: row;
}
.shepherd-cancel-icon {
  position: absolute;
  top: 5%;
  right: 5%;
}
.tour-blocker {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent; /* Fondo semitransparente */
  z-index: 9998; /* Asegúrate de que esté sobre todo el contenido */
  display: none; /* Oculto por defecto */
  pointer-events: auto; /* Captura eventos para bloquear interacciones */
}
.admin-buttton {
  padding: 5px;
}
.user-data-container > div {
  height: fit-content;
}
.other-info span {
  margin: 0;
}
#clientList {
  margin-top: 2rem;
  border-radius: 10px;
  .client-item {
    color: #344767;
    background-color: white;
    &:hover {
      background-color: rgb(224, 224, 224);
    }
  }
  hr {
    margin: 0;
    padding: 0;
  }
}

.avatar .col-sm-2 {
  width: 100%;
}
.choices__inner {
  background-color: white !important;
}
.btn-primary:hover , .btn-primary:focus {
  box-shadow: none;
  background-color: #139b80 !important;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.07);
  }
  100% {
    transform: scale(1);
  }
}

.pulse-animation {
  animation: pulse 1.2s infinite;
}

@media (max-width: 767.98px) {
  .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#sidenav-main{
  background-color: white !important;
}
.navbar-vertical .navbar-nav>.nav-item .nav-link.active .icon {
    background-image: linear-gradient(310deg,#6ECFBB,#1CB494) !important;
}
/* Personaliza el scrollbar global */
::-webkit-scrollbar {
  width: 8px;
  background: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background: #1ab394;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background: #139b80;
}

::-webkit-scrollbar-track {
  background: #e0e0e0;
  border-radius: 8px;
}

/* Personaliza el scrollbar solo en el sidenav */
#sidenav-main::-webkit-scrollbar {
  width: 8px;
  background: #fff;
}

#sidenav-main::-webkit-scrollbar-thumb {
  background: #6ECFBB;
  border-radius: 8px;
}
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #1ab394 #f5f5f5;
}

.badge-primary{
  background-color: #1ab394;
  color: white
}
.text-primary{
    color: #1ab394 !important;

}
  .circle-icon-wrapper {
  background: transparent;
  border: none;
}

.circle-marker {
  width: 15px;
  height: 15px;
  background-color: #ff7300;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.circle-marker-selected {
  width: 15px;
  height: 15px;
  background-color: #33ff00;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.custom-cluster {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ff6b6b;
  color: white;
  font-weight: bold;
  border: 2px solid white;
}

.custom-cluster.small {
  width: 30px;
  height: 30px;
  font-size: 12px;
}

.custom-cluster.medium {
  width: 45px;
  height: 45px;
  font-size: 14px;
}

.custom-cluster.large {
  width: 60px;
  height: 60px;
  font-size: 16px;
}
.ps__rail-y{
  display:none !important;
}
.leaflet-popup-content p {
      margin: 5px 0 !important  ;
}

.leaflet-control-legend {
  background: white;
  padding: 8px 10px;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  font-size: 13px;
  line-height: 1.5em;
}
.leaflet-control-legend .legend-item {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.leaflet-control-legend .legend-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.legend-icon.google {
  background-image: url('/images/appicons/pinzoddak2.png');
}
.legend-icon.circle {
  width: 15px;
  height: 15px;
  background-color: #ff7300;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}


  .price-range-wrapper {
    position: relative;
    height: 56px; /* espacio para burbujas */
    padding: 8px 0;
  }

  /* Barra única */
  .price-range-track {
    position: absolute;
    left: 0; right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    border-radius: 3px;
    background: #e9ecef; /* gris base */
  }

  /* Relleno activo se pinta desde JS con gradiente */

  /* Ranges superpuestos, centrados y sin su pista nativa */
  .price-range-wrapper input[type="range"] {
    position: absolute;
    left: 0; right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    background: transparent;
    pointer-events: none;           /* drag solo en el thumb */
    -webkit-appearance: none;
    z-index: 2;
  }
  .price-range-wrapper input[type="range"]::-webkit-slider-runnable-track {
    background: transparent;
    height: 6px;
  }
  .price-range-wrapper input[type="range"]::-moz-range-track {
    background: transparent;
    height: 6px;
    border: none;
  }

  /* Thumbs */
  .price-range-wrapper input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    -webkit-appearance: none;
    width: 16px; height: 16px; border-radius: 50%;
    background: var(--bs-primary);
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1);
  }
  .price-range-wrapper input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    width: 16px; height: 16px; border-radius: 50%;
    background: var(--bs-primary);
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1);
  }

  /* Burbujas */
  .price-bubble {
    position: absolute;
    top: calc(50% - 28px);          /* encima de la barra */
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 2px 8px;
    font-size: 12px;
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    z-index: 3;
  }

    .feat-panel {
    background: #fff;
  }
  .feat-list .feat-group+.feat-group {
    border-top: 1px dashed #e6e6e6;
    padding-top: .5rem;
  }
a.logo-warning {
  display: block;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

a.logo-warning:hover {
  transform: scale(1.03);
}

a.logo-warning .border {
  border: 2px solid #dc3545; /* Siempre 2px para que no salte el texto */
  transition: border-color 0.2s ease;
}

a.logo-warning:hover .border {
  border-color: #b02a37; /* Un rojo más oscuro */
  box-shadow: 0 0 8px rgba(220, 53, 69, 0.4); /* Brillo */
}
@media (max-width: 576px) {
  .mobile-small p {
    font-size: 0.8rem; /* o lo que quieras */
  }
}
  .pagination-container {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin: 20px 0;
    flex-wrap: wrap;
  }

  .page-link {
    padding: 4px 8px;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
  }

  .page-link:hover {
    background-color: #e2e6ea;
  }

  .page-link.active {
    color: #fff;
    background-color: #1ab394;
    border-color: #1ab394;
  }
  .bg-primary{
  background-color: #1ab394 !important;
  }
  /* Dropdown "My Account" con scroll cuando crece */
.account-dropdown-menu{
  max-height: calc(100vh - 110px); /* ajusta 110px si tu navbar es más alto */
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/* Opcional: evita que labels/hr ensanchen o rompan layout */
.account-dropdown-menu hr{ margin: .75rem 0; }
.account-dropdown-menu label{ display:block; margin: .5rem 0 .25rem; }
