@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

.archivo-black-regular {
    font-family: "Archivo Black", serif;
    font-weight: 400;
    font-style: normal;
}

.khula-light {
    font-family: "Khula", serif;
    font-weight: 300;
    font-style: normal;
}

.khula-regular {
    font-family: "Khula", serif;
    font-weight: 400;
    font-style: normal;
}

.khula-semibold {
    font-family: "Khula", serif;
    font-weight: 600;
    font-style: normal;
}

.khula-bold {
    font-family: "Khula", serif;
    font-weight: 700;
    font-style: normal;
}

.khula-extrabold {
    font-family: "Khula", serif;
    font-weight: 800;
    font-style: normal;
}





body {
    font-family: "Segoe UI", Tahoma, sans-serif;
}


:root {
    /* --bg-filter: #345da7; */
    --bg-filter: #E31837;
    --btn-primary: #23085A;
    --grey: #878787;
    --grey2: #E6E9EC;
    --grey3: #8c8c8c;
    --blue: #0000ff;
}

a:focus, button:focus, iframe:focus, select:focus, input:focus, input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, textarea:focus {
    outline: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s !important;
}



.fa-calendar:before {
    content: url(../img/calendar.png) !important;

}
.result-item:hover
.fa-calendar,
.fa-calendar:hover:before {
    content: url(../img/calendar-active.png) !important;

}

.cfilter .newcheck {
    /* background-color: white; */
    /* accent-color: var(--bg-filter); */
}

.cfilter__fgroup--rigth {
    margin-left: 1rem;
}


.cfilter__fgroup {
    display: block;
}

.cfilter__fgroup input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cfilter__fgroup label {
    position: relative;
    cursor: pointer;
}

.cfilter__fgroup label:before {
    content: '';
    -webkit-appearance: none;
    background-color: white;
    border: 2px solid var(--bg-filter);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

/* .cfilter__fgroup input label:after {
    border: 1px solid white;
    background: transparent;

} 
.cfilter__fgroup input:checked + label:after {
    
    background-color: white;
} */
.cfilter__fgroup input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid var(--bg-filter);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cfilter {
    width: 100%;
    background-color: var(--bg-filter);
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    padding-bottom: 1rem;
}

.cfilter__p {
    font-size: clamp(0.9rem, 1em, 1em);
    color: white;
}

.cfilter__form {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
}

.cfilter .fa-search {
    color: var(--bg-filter);
}

.cfilter .fa-search:before {
        content: url(../img/search.svg);
}

.cfilter__input {
    border-radius: 5px;
    background: white;
    color: var(--grey);
    cursor: pointer;
    padding: 1rem;
    margin: 0 1rem 0 0;
    height: auto;
    max-height: 60px;
    display: flex;
    align-items: center;
       min-height: 28px;
}

.cfilter__input--lg {
    /* width: 390px; */
    width: 562px;
}

.cfilter__input input {
    font-size: 0.9rem;
    margin: 0 1rem;
    border: none;
    width: 100%;
}
.cfilter__input input:focus,
.cfilter__input input:hover {
    border: 0 !important;
    outline: none !important;
}
.cfilter__input #date-range {
    font-weight: bold;
    
}

.cfilter__input .fa-calendar {
    color: var(--bg-filter);
}

.cfilter button {
    cursor: pointer;
    background-color: var(--btn-primary);
    padding: 1rem;
    border-radius: .3rem;
    width: 180px;
    font-weight: bold;
    color: white;
    outline: none;
    border: none;
}
.cfilter button:hover {
    background-color: var(--btn-primary);
}
.hvr-sweep-to-right {
    border-radius: .3rem;   
    
}
.hvr-sweep-to-right:before {
    border-radius: .3rem;   
    background-color: var(--bg-filter);
}
.searchpreview__cont .hvr-sweep-to-right {
    background-color: rgb(19 4 49);
    height: 60px;

}
.searchpreview__cont .hvr-sweep-to-right:before {
    border-radius: .3rem;   
    background-color: var(--btn-primary);
}

.cfilter__title {
    color: white;
    text-align: center;
    margin-top: 1rem;
    text-transform: uppercase;
    font-size: 1.8rem;
    padding-top: 1rem;
    width: 100%;
    font-family: "Archivo Black", serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 0;

}

.cfilter__title a,
.cfilter__title a:hover,
.cfilter__title a:focus,
.cfilter__title a:visited,
.cfilter__title a:active
 {
    cursor: pointer;
    color: white;
    text-decoration: none;
}

.cfilter__row {
    color: white;
    display: flex;
    margin: .5rem 0;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row wrap;
    width: 100%;
}

.cfilter__row input[type="checkbox"] {
    margin-right: 1rem;
}

.cfilter__row label {
    display: flex;
}

.cfilter__row label>div {
    margin: 0 1rem;
}

.cfilter__row--checkboxes {
    margin-left: 10.8%;
}

.cfilter__row.cfilter__row--checkboxes {
        gap: 30px;
}

.cresults {
    background-color: white;
    display: flex;
    height: auto;
    justify-content: center;
    align-items: flex-start;
   z-index: 9999;
}
.cresults__gridtext {
    position: relative;
    width: 100%;
    right: 100%;
}

.cresults__grid {

    display: flex;
    order: 1;
    flex-flow: column nowrap;
    z-index: 9999;
    

}

/* 1. Ocultar contenedor hasta que esté listo */
.map-container { 
    opacity: 0; 
    transition: opacity .4s ease; 
}
.map-container--ready { 
    opacity: 1; 
}
/*.cresults__grid:empty {*/
/*    width: 624px;*/
/*}*/

.cresults__map {
    display: flex;
    order: 2;

}
.cfilter__input.cfilter__input--lg input,
.cfilter__input input,
.cfilter__input.cfilter__input--lg input:focus,
.cfilter__input input:focus {
    border: none !important;
    outline: none !important;
}

.result-item {
    border: 1px solid var(--bg-filter) !important;
    border-radius: 0.6rem;
    cursor: pointer;
    padding: 2rem;
    margin: 1rem;
    height: auto;
    width: 40vw;
    display: flex;
    justify-content: space-between;
    width: 610px;
}

.result-item__container{
    display: flex;
    /*justify-content: flex-end;*/
}

.result-item:hover {
    border: 1px solid var(--bg-filter) !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}


.result-item__title {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--grey2);
    border-radius: 1rem;
    width: 200px;
    height: 30px;
    margin: 1rem 0; 
    background-color: var(--grey2);
    border-radius: 1rem;
    width: 200px;
    height: 30px;
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap; 
    font-size: clamp(0.7rem, 0.7vw, 1rem);

}

.result-item__date {
   
    
}
.result-item__date .fa {
    margin-right: 1rem;
}
.result-item__date .fa:hover{
    height: 23px;

}

.shortby {
   background-color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem 0;
    margin-left: 15%;
    width: 100%;
}

.shortby>div {
        z-index: 99999;
}

.shortby:focus + .focus
{
    border: 2px solid var(--blue);
    color: var(--grey2);
}

.shortby__options {
    width: 50vw;
    display: flex;
    justify-content: center;
    margin-left: 4rem;
    align-items: center;
}

.shortby__text {
    margin-right: 1rem;
}

.shortby select {
    border: none;
}

.result-item {
    min-height: 260px;
}

.result-item__centername {
    font-weight: bold;
    color: var(--bg-filter);
    font-size: clamp(1.5rem,1em,1em);
    margin-top: 1rem;
}

.result-item:hover 
.result-item__centername {
    color: var(--bg-filter);
}


.result-item__p {
    color: black;
    margin-top: 1rem;
}

.result-item__link {
    cursor: pointer;
    color: var(--grey3);
    text-decoration: underline;
    margin-top: 1rem;
}
.result-item:hover .result-item__link,
.result-item .result-item__link:hover {
    color: blue;
    
}

.result-item__link:visited {
    color: blue;
}

.result-item__icons {
    display: flex;
    margin: 1rem 0;
    justify-content: space-between;
    width: 200px;
}

.result-item__right {
    color: var(--btn-primary);
}

.result-item__right a.result-item__actionbtn {
    color: white;
    text-decoration: none;
    background-color: var(--bg-filter);
    color: white;
    padding: 2rem;
    margin: .5rem;
    font-weight: bold;
    margin-top: 3rem;
    border-radius: 0.3rem;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 0;
    width: 150px;
    z-index: 99999999;
}

.result-item__rh4,
.result-item__date,
.result-item__righttitle {
    font-weight: bold;
    color: var(--btn-primary);
}
.result-item:hover .result-item__rh4,
.result-item__rh4:hover,
.result-item:hover .result-item__date ,
.result-item__date:hover,
.result-item:hover .result-item__righttitle,
.result-item__righttitle:hover

{
    color: var(--btn-primary);
}

.result-item__rh4 {
    font-size: 1.3rem;
    font-weight: bold;
}

.result-item__actionbtn {
    background-color: var(--bg-filter);
    color: white;
    padding: 2rem;
    margin: .5rem;
    font-weight: bold;
    margin-top: 3rem;
    border-radius: 0.3rem;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 0;
    width: 150px;
    z-index: 99999999;
}

.result-item__action .hvr-sweep-to-right {
    background-color: var(--grey);
    
} 


.result-item .result-item__actionbtn.hvr-sweep-to-right {
    background-color: var(--grey) !important;

}


.result-item:hover .result-item__actionbtn.hvr-sweep-to-right {
    background-color: var(--grey);

} 

.result-item__actionbtn.hvr-sweep-to-right:hover {
    background-color: var(--grey);
}
.result-item:hover .result-item__actionbtn,
.result-item:hover .result-item__actionbtn.hvr-sweep-to-right:hover {
    background-color: rgba(227, 24, 75, 0.7) !important;
} 


.result-item__actionbtn:hover {
    color: white;
}

.result-item:hover .hvr-sweep-to-right:before {
    background-color: rgba(227, 24, 75, 0.9) !important;
    
}


.result-item__actionbtn.disabled {
    background-color: var(--grey3);
    pointer-events: none;
    cursor: default;
    text-decoration: none;

}

.daterangepicker {
    z-index: 99999;
}

.daterangepicker td.active,
.daterangepicker td.start-date.end-date {
    /* background-color: var(--btn-primary); */
    border-radius: 100%;
}

td.active.start-date.available {
    background-color: var(--btn-primary);
}
td.active.end-date.in-range.available {
    background-color: var(--bg-filter);
    
}


.daterangepicker td.active,
.daterangepicker td.active:hover {

    /* background-color: var(--bg-filter); */
}

.daterangepicker .drp-buttons .btn {
    color: white;
}

.btn {
    background-color: var(--btn-primary);
}

section.cities {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
    width: 100%;

}

.cities__grids {
    display: inline-grid;
    grid-template-columns: 25% 25% 25% 25%;
    justify-items: center;
    width: 60%;

}

section.cities img {
    border-radius: 100%;
    height: 152px;
    width: 152px;
}

.cities__grids>div {
    display: flex;
    margin: 1rem;
    flex-flow: column nowrap;
    align-items: center;
}

.cities__btn {
    cursor: pointer;
    width: 24px !important;
    height: 24px !important;
}


.searchpreview {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    display: none;
    background: white;
    position: absolute;
    top: 3.6rem;
    left: 0;
    margin: 0 auto;
    max-width: 563px;
    margin-left: 1rem;
    border-radius: 0.3rem;
    height: auto;
    width: 100%;
    z-index: 999999;
}



.searchpreview__cont {
    position: relative;
    margin: 0 auto;
}


.searchpreview__close {
    display: none;
    cursor: pointer;
    position: absolute;
    top: .1rem;
    right: .5rem;
}




.checkbox-wrapper-40 {
    --borderColor: var(--bg-filter);
    --borderWidth: .125em;
}

.checkbox-wrapper-40 label {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.checkbox-wrapper-40 input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    background: white;
    font-size: 1em;
    border-radius: 0.125em;
    display: inline-block;
    border: var(--borderWidth) solid var(--borderColor);
    width: 25px;
    height: 25px;
    position: relative;
}

.checkbox-wrapper-40 input[type=checkbox]:before,
.checkbox-wrapper-40 input[type=checkbox]:after {
    content: "";
    position: absolute;
    background: var(--borderColor);
    width: calc(var(--borderWidth) * 3);
    height: var(--borderWidth);
    top: 50%;
    left: 25%;
    transform-origin: left center;
}

.checkbox-wrapper-40 input[type=checkbox] {
    background-color: var(--bg-filter);
    border: 1px solid white;
}

.checkbox-wrapper-40 input[type=checkbox]:checked {
    background-color: white;
}

.checkbox-wrapper-40 input[type=checkbox]:focus {
    border: 1px solid white;
    outline: none !important;
}

.checkbox-wrapper-40 input[type=checkbox]:before {
    transform: rotate(45deg) translate(calc(var(--borderWidth) / -2), calc(var(--borderWidth) / -2)) scaleX(0);
    transition: transform 200ms ease-in 200ms;
}

.checkbox-wrapper-40 input[type=checkbox]:after {
    width: calc(var(--borderWidth) * 5);
    transform: rotate(-45deg) translateY(calc(var(--borderWidth) * 2)) scaleX(0);
    transform-origin: left center;
    transition: transform 200ms ease-in;
}

.checkbox-wrapper-40 input[type=checkbox]:checked:before {
    transform: rotate(45deg) translate(calc(var(--borderWidth) / -2), calc(var(--borderWidth) / -2)) scaleX(1);
    transition: transform 200ms ease-in;

}

.checkbox-wrapper-40 input[type=checkbox]:checked:after {
    width: calc(var(--borderWidth) * 5);
    transform: rotate(-45deg) translateY(calc(var(--borderWidth) * 2)) scaleX(1);
    transition: transform 200ms ease-out 200ms;
}

.checkbox-wrapper-40 input[type=checkbox]:focus {
    outline: calc(var(--borderWidth) / 2) dotted rgba(0, 0, 0, 0.25);
}

.map-container {
  width: 650px;
  max-width: 100%;  
  margin: 0 auto; 
  overflow-x: hidden; 
}

#map {
  width: 100%;
  /*min-width: calc(70% - 20px);*/
  height: 768px;
  /* margin-left: 2rem; */
}


.info-window {
  font-family: Arial, sans-serif;
  padding: 10px;
  max-width: 300px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.info-window h3 { /* Title styles */ }
.info-window p { /* Paragraph styles */ }
.info-window a { /* Button styles */ }


.gotomap {
    text-decoration: none;
}

.gm-style-iw-d a {
    position: relative;
    z-index: 9;
}


.ils-available-date {
    color: #2e7d32 !important;
    font-weight: bold !important;
}
.available-with-exam {
    background-color: #4CAF50 !important;
    color: white !important;
    border-radius: 50% !important;
    font-weight: bold !important;
    cursor: pointer !important;
    position: relative;
}

.available-with-exam::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background-color: white;
    border-radius: 50%;
}

/* Estilo para días no disponibles */
.daterangepicker td.off {
    background-color: #f8f9fa !important;
    color: #6c757d !important;
    cursor: not-allowed !important;
}

.daterangepicker td.off:hover {
    background-color: #f8f9fa !important;
}

/* Solo el número del día en verde, sin afectar fondo ni interacción */
.ils-available-date {
    color: #2e7d32 !important;
    font-weight: bold !important;
}
td.weekend.active.end-date.in-range.available.ils-available-date,
td.today.active.start-date.available {
    color: white !important;
}


@media (max-width: 1200px) {
  .map-container {
    width: 100%; 
  }
}

.result-content {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.searchpreview li {
    list-style: none;
}

.searchpreview li a{
    cursor: pointer;
    display: block;
    text-decoration:none;
    height: auto;
    width: 100%;
}

.searchpreview li {
    color: var(--blue);
    background-color: white;
    padding: 1rem;
}
.searchpreview li:hover,
.searchpreview li:hover a,
.searchpreview li a:hover{
    cursor: pointer;
    background-color: var(--blue);
    color: white;
}

.searchpreview li a:hover {
    background-color: var(--blue);
    color: white;
    width: 100%;
}

.content-results {
        display: flex;
        flex-flow: row wrap;
        /*width: 100%;*/
        /*justify-content: center;*/
}

.results-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* Estilo del cuadro de información del marcador */
.gm-style-iw {
    background-color: var(--bg-filter);
    color: #fff;
    border: 2px solid rgba(227, 24, 55, 0.5);
    padding: 15px;
    border-radius: 8px;
    font-family: Arial, sans-serif;
}

/* Estilo del cuadro cuando se hace clic en un marcador */
.gm-style-iw-t::after {
    content: " ";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent var(--bg-filter) transparent;
}

/* Opcional: mejora visual de los marcadores cuando se hace clic */
.gm-style .gm-style-iw {
    transition: all 0.3s ease-in-out;
}

.gm-style .gm-style-iw:focus {
    border-color: rgba(227, 24, 55, 1);
    box-shadow: 0 0 15px rgba(227, 24, 55, 0.8);
}

/* Añadir transiciones a los marcadores para cuando se seleccionan o se enfocan */
.gm-style .gm-style-markers {
    transition: transform 0.2s ease-in-out;
}

.result-item__toggle {
    font-size: 1rem;
    font-weight: bold;
    color: var(--grey3);
}

.result-item .result-item__toggle {
    color: var(--btn-primary);
}
.result-item:hover .result-item__toggle {
    color: var(--btn-primary);
}

.result-item__toggle--title {

}


.fa-custom-1 span,
.fa-custom-2 span {
    color: var(--grey3);
    font-family: 'khula',sans-serif;
}
.result-item:hover
.fa-custom-1 span,
.result-item:hover
.fa-custom-2 span {
    color: var(--btn-primary);
    font-family: 'khula',sans-serif;
}

.fa-custom-1:before {
    content: url(../img/docedit.svg);
}
.fa-custom-2:before {
    content: url(../img/desk.svg) !important;
    
}

.result-item:hover .fa-custom-2:before {
    content: url(../img/desk-active.svg);
    
}
.result-item__toggle .fa-info-circle {

}
.result-item:hover .result-item__toggle .fa-info-circle {
    color: var(--btn-primary);
}
.result-item__toggle .fa-info-circle {
    color: var(--grey3) !important;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    width: 40px;
    height: 50px;
}

td.off.ends {
    display: none;
}

button.map-mobil-btn {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    display: none;
    position: fixed;
    bottom: 1rem;
    background-color: var(--btn-primary);
    color: white;
    width: 300px;
    height: auto;
    z-index: 2;
    padding: .1rem;
    padding: 1rem;
    border-radius: .3rem;
    font-weight: bold;
    outline: none;
    border: none;

}
button.map-mobil-btn i.fa {
    font-family: sans-serif;
    color: white !important;

}
.fa-map-custom::before {
    content: url(../img/map.svg) !important;
}

.result-item:hover .result-item__toggle--result i.fa.fa-desktop.fa-custom-2:before {
    content: url(../img/desk-active.svg) !important;
}

.result-item__toggle--result>div img {
    filter: grayscale(10);
}
.result-item:hover .result-item__toggle--result div img {
    filter: none;
}


.result-item__toggle.active {
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
    /* padding: 1rem; */
}
.result-item__toggle--result {
    box-shadow: none;
}

.foot {
    position: relative;
    z-index: 9999;
    width: 100%;
}

.bottom_section {
    background-color: #333541;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    margin-top: 2rem;
    z-index: 99999;
}

.bottom_section__left {
    width: 50%;
}
.bottom_section__left svg {
    max-width: 100%;
}
.bottom_section__right {
    
    width: 50%;
}
.bottom_section__right p {
    color: white;
    padding: 2rem;
    max-width: 60%;
}


.drp-calendar.left {
    min-width: 410px;
}
.cont_select_center {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.rotate-center-loop {
	-webkit-animation: rotate-center 0.6s linear infinite;
	        animation: rotate-center 0.6s linear infinite;
}

.fa-spinner.rotate-center-loop {
    position: relative;
    color: #0d0322;
    font-size: 2rem;
    width: 100%;
}

.loop-content {
    position: absolute;
    bottom: 0;
    height: auto;
    left: 50%;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.reload-btn {
    cursor: pointer;
    background-color: rgb(19 4 49);  
    padding: 1rem;
    border-radius: .3rem;
    width: 180px;
    font-weight: bold;
    color: white;
    outline: none;
    border: none;
    text-decoration: none;
}
.reload-btn:hover,.load-btn:focus {
    color: white;
    text-decoration: none;
}

.text-decor-none {
    text-decoration: none;
}


#map {
  height: 400px;
  width: 100%;
}

.fixtop {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px; /* Ajustar según el diseño */
  z-index: 1000;
}
.fixtop,
.fixtop>div {
    width: 60%;
    left: auto;
}
.map-scroll {
    max-width: 650px;
}


.result-item__timeslot-toggle {
  margin-top: 6px;
}

.result-item__see-more {
  background: none;
  border: none;
  color: var(--blue);
  cursor: pointer;
  font-size: 0.875em;
  font-weight: 500;
  padding: 0;
  text-decoration: underline;
}

.result-item__see-more:hover {
  color: var(--btn-primary);
}

.result-item__hidden-slots {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  margin-top: 4px;
}

.result-item__hidden-slots.open {
  max-height: 500px;
}

.result-item__timeslot--hidden {
  margin-left: 4px;
  font-size: 0.95em;
  opacity: 0.9;
}

button.map-mobil-btn {
    z-index: 99999;
}

.cfilter__c {
    width: 100%;
}

@media(min-width:1280px){
    /* .daterangepicker.ltr.show-calendar.opensleft {
        width: 590px;
        max-width: 640px;
        min-width: 640px;
    } */
    .daterangepicker {
        min-width: 790px;
    }
 
}
@media(max-width:1280px){
    .results-cont {
        width: 100%;
    }
 
}
@media(max-width:1280px) and (orientation:portrait){
    .cfilter__row--checkboxes {
        margin-left: 6rem;
    }
}

@media(max-width:1080px) {
    .drp-buttons {
        position: absolute;
        top: 0;
        width: 100%;
    }
    .bottom_section__right p {
        max-width: 90%;
    }
    .bottom_section  {
        flex-flow: column nowrap;
    }
    .bottom_section__left {
        width: 100%;
    }
    .bottom_section__right {
        
        width: 100%;
    }
    .searchpreview__cont {
        width: 100%;
    }
    .cfilter__input {
        margin: 1rem 0;
        width: 100%;
    }

    .cfilter button {
        width: 100%;
    }

    .cresults__grid {
        order: 2;
    }

    .cresults__map {
        order: 1;
    }

    .cresults {
        flex-flow: column nowrap;
        align-items: center;
        z-index: 9;
    }
    .result-content {
        width: 100%;
    }
    .result-item {
        /* width: 90vw; */
    }
    .result-item__container {
        margin-left: 0;
    }

    .cities__grids {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        width: 100%;
    }

    .cfilter__row--checkboxes {
        margin-left: 1rem;
    }

    .checkbox-wrapper-40 {
        margin: .4rem 0;
    }

    .searchpreview {
            margin-left: 0;
        
    }

    .cfilter__form {
        width: 440px;
    }
    .cfilter__input input {
        margin: 0;
    }


}


@media(max-width:991px) { 
    #map {
        display: none;
        max-width: 370px;
        height: 40vh !important;
        margin: 0 10px;
        overflow-x: hidden !important;
    }
    button.map-mobil-btn {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 50%;
        font-size: 1rem;
        margin-left: 1rem;
        z-index: 9;
    }
}
@media(max-width:768px) { 
    .cfilter__row.cfilter__row--checkboxes {
        gap: 10px;
    }

    .checkbox-wrapper-40 input[type=checkbox] { 
        height: 15px;
        width: 15px;
    }
    
    
 .bottom_section__right p {
    text-align: justify;
 }   
    .cfilter__p {
        max-width: 90%;
    }

    .cfilter__input,
   .cfilter__input--lg {
    /* max-width: 100%; */
   }
    #page {
        overflow-x: hidden;
    }

    .daterangepicker .ltr .show-calendar .opensleft {
        width: 410px;
    }
    
    .daterangepicker.ltr.show-calendar.opensleft {
        left: 0;
        flex-flow: column nowrap;
        width: 410px;
    }

    .daterangepicker .calendar-table {
        border: 1px solid #fff;
        border-radius: 4px;
        background-color: #fff;
        width: 390px;
    }


    .results-cont {
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .content-results {
        margin: 0;
        width: 100%;
    }
    .cfilter__row--checkboxes {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: flex-start;
    }
    .checkbox-wrapper-40 {
        margin: .4rem 1rem;
    }
     .result-item {
        max-width: 80%;
        display: flex;
        flex-flow: column nowrap;
    }
    .result-content {
        display: flex;
        flex-flow: column nowrap !important;
        width: 100%;
    }
    .cresults {
        order: 2;
        align-items: flex-start;
        overflow-x: hidden;
        max-width: 100%;
        
    }

    .shortby {
        margin-left: 1.5rem;
        max-width: 320px;
    }

    .searchpreview__cont {
            width: 90%;
    }
    .shortby__options {
        width: 100%;
    }
    .checkbox-wrapper-40 label {
        font-size: 0.9rem;
    }
  
    .result-item__actionbtn {
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 520px) {
    .result-item {
        flex-flow: column nowrap;
        padding: 0.9rem;
        margin: 0 auto;
        width: 90%;
       
    }
}


@media (max-width: 414px) {
    .result-item {
        width: 80%;
       
    }

    .cfilter button {
        max-width: 320px;
	}
    .cfilter__input,
    .cfilter__input.cfilter__input--lg {
        width: 100%;
        max-width: 320px;
    }

    .cfilter  {
		max-width: 100%;
	}

}

