.general {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff00;
    /* padding: 14px; */
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    margin: 0px 30%;
    width: 82%;
    border-radius: 0px;
    /* gap: 23px; */


}

.item {
    position: relative;
    display: flex
;
    align-items: center;
    background-color: #8fbf00;
    box-shadow: 7px 4px 13px rgba(0, 0, 0, 0.2);
    /* border: none; */
    width: 302px;
    border-radius: 0px;
    /* margin-left: 19px; */
}

.icon3 {
    padding: 10px;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: brightness(0) invert(1);
}

.custom-button {
    background-color: white;
    color: grey;
    border: none;
    padding: 10px 6px;
    cursor: pointer;
    border-radius: 0 0px 0px 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 46px;
    border: 9px !important;
    border-color: black !important;
}

.custom-button:hover {
    background-color: white;
    color: grey;
}

.reserve-button {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 00px !important;
}

.button-reserve {
    background-color: #8fbf00 !important;
    color: white !important;
    border: none !important;
    padding: 24px !important;
    cursor: pointer !important;
    /* border-radius: 10px !important; */
    font-size: 16px !important;
    display: flex !important;
    align-items: center !important;
    width: 142px !important;
    justify-content: center !important;
    height: 48px !important;
}

.button-reserve:hover {
    transform: scale(1.1) !important;
    background-color: #8fbf00 !important;
    color: white !important;
}

.icon2 {
    padding: 10px 10px 10px 0px;
    border-radius: 0px 0 0 0px;
    width: 46px;
    height: 46px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: brightness(0) invert(1);
}



/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////DROPDOWN/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 300px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1;
}
.dropdown-content.show {
    display: block;
}
.field-group {
    margin: 10px 0;
}
.room-section {
    display: ruby;
    padding: 11px;
    background-color: #8fbf0047 !important;
    /* color: blue; */
}
.room-header {
    font-weight: bold;
    margin-bottom: 10px;
}


/* Estilos para el dropdown */
#combinedDropdown {
position: absolute;
    background: #ffffff;
    box-shadow: 0px -5px 12px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    padding: 10px;
    width: 1120px;
    max-height: 532px;
    overflow: hidden;
    transition: height 0.3s ease;
    left: -500px !important;
    margin-top: 6px;
}

/* Estilos para el dropdown */
#combinedDropdown_2 {
    position: absolute;
    background: #ffffff;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    z-index: 1000;
    padding: 10px;
    width: 1143px;
    max-height: 532px;
    overflow: hidden;
    transition: height 0.3s ease;
    left: -484px !important;
    margin-top: 17px;
}


/* Estilos para el dropdown */
#combinedDropdown_3 {
    position: absolute;
    background: #ffffff;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    z-index: 1000;
    padding: 10px;
    width: 1143px;
    max-height: 532px;
    overflow: hidden;
    transition: height 0.3s ease;
    left: -484px !important;
    margin-top: 17px;
}

/* Estilos para el dropdown */
#combinedDropdown_4 {
    position: absolute;
    background: #ffffff;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    z-index: 1000;
    padding: 10px;
    width: 1143px;
    max-height: 532px;
    overflow: hidden;
    transition: height 0.3s ease;
    left: -484px !important;
    margin-top: 17px;
}

/* Estilos para el dropdown */
#combinedDropdown_5 {
    position: absolute;
    background: #ffffff;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    z-index: 1000;
    padding: 10px;
    width: 1143px;
    max-height: 532px;
    overflow: hidden;
    transition: height 0.3s ease;
    left: -484px !important;
    margin-top: -200px;
}

.roomCont {
    width: 72% !important;
}

/* Ajustes para que el dropdown se posicione justo debajo del botÃƒÂ³n */
.button-habs {
    position: relative; /* Asegura que el dropdown se posicione en relaciÃƒÂ³n con el botÃƒÂ³n */
}

/* Estilo para la secciÃƒÂ³n superior del dropdown (campos en fila) */
.top-section {
    display: flex;
    flex-direction: row;
    gap: 18px;
    margin-bottom: 10px;
}

/* Estilo para la secciÃƒÂ³n inferior del dropdown (calendario) */
.bottom-section {
    margin-top: 10px; /* Espacio superior */
}

/* Estilos para el calendario */
/*.daterangepicker .drp-calendar {
    display: none;
    max-width: 326px !important;
    height: 269px !important;
}*/

@media (min-width: 564px) {
    .daterangepicker .drp-calendar.left .calendar-table {
        /* padding-right: 22px; */
    }
}

@media (min-width: 564px) {
    .daterangepicker .drp-calendar.right {
        margin-left: 11px;
    }
}

.daterangepicker .calendar-table {
    border: none;
    border-radius: 4px;
    background-color: #fff;
}

table thead:first-child tr:first-child th {border-block-start: none !important;}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 30px;
    width: 42px !important;
    height: 16px;
    line-height: 15px;
    font-size: 14px;
    border-radius: 0px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 100%;
    border: 1px solid #666;
    border-radius: 0 0px 0px 0 !important;
    padding: .5rem 1rem;
    transition: all .3s;
}



table td, table th {
    padding: 8px !important;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0, 0%, 50.2%, .5019607843);
}

.daterangepicker .calendar-table td.active {
    background-color: #8fbf00 !important; /* Color de fondo para la fecha seleccionada */
    color: #ffffff !important; /* Color del texto para la fecha seleccionada */
}

.daterangepicker .calendar-table td.in-range {
    background-color: #e2e9ec;
    color: #000;
}

.daterangepicker .calendar-table td.in-range:hover {
    background-color: #8fbf00;
}

/* Estilos para el contenido del dropdown */
.dropdown-content {
    position: absolute;
    background: #8fbf00;
    border-radius: 0px;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);*/
    z-index: 1000;
    padding: 10px;
    width: 750px;
    max-height: 500px;
    overflow-y: auto;
    top: 50px !important;
    left: 0px !important;
    height: auto !important;
}
.general .item button.custom-button {
    background-color: #8fbf00;
    border-radius: 0 0px 0px 0;
}

/* Mostrar el dropdown cuando tenga la clase 'show' */
.dropdown-content.show {
    display: block; /* Mostrar cuando se agrega la clase 'show' */
}

/* Estilo para los campos en el dropdown */
.field-group {
    margin: 10px 33px;
    color: #364445 !important;
}

.field-group label {
    display: block;
    color: #364445 !important;
}

.field-group input {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}

.button-habs {
    background-color: white !important;
    border: black !important;
    color: grey !important;
    width: 225px !important;
    padding: .5rem 0rem 0.5rem 0.5rem !important;
    cursor: pointer !important;
    /* border-radius: 0 10px 10px 0 !important; */
    font-size: 16px !important;
    text-align: left !important;
}

.title-wh {
    color: white;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 500;
}


.title-wh2 {
    color: #364445;
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 500;
}

.title-wh2, .title-wh {
    display: block;
    margin-bottom: 5px;
}

.clean {
    border: none !important;
    width: 100%;
    padding: 8px;
    /* border-radius: 4px; */
}

#roomsContainer {
    display: grid;
    /* gap: 20px; */ /* Espacio entre las columnas y las filas */
}
.daterangepicker.opensleft:after {
    left: 47px;
    right: 760px !important;
}
.daterangepicker.opensleft:before {
    right: 578px !important;
}

/*.daterangepicker {
    right: 677px !important;
    left: 586px !important;
}*/

button.plus.submit-on-click {
    background-color: #ffffff;
    color: black;
    border: none;
    border-radius: 0px;
    padding: 5px 12px;
    font-size: 16px;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

button.plus.submit-on-click.different {
    background-color: #dcedee;
    color: black;
    border: none;
    border-radius: 0px;
    padding: 5px 12px;
    font-size: 16px;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

button.minus.submit-on-click {
    background-color: #ffffff;
    color: black;
    border: none;
    border-radius: 0px;
    padding: 5px 14px;
    font-size: 16px;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    margin: 3px;
}

button.minus.submit-on-click.different {
    background-color: #dcedee;
    color: black;
    border: none;
    border-radius: 0px;
    padding: 5px 14px;
    font-size: 16px;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    margin: 3px;
}

@media (max-width: 1024px) {
    .general {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 100%; /* Ajusta el ancho para pantallas pequeÃƒÂ±as */
        padding: 10px; /* Reduce el padding para pantallas pequeÃƒÂ±as */
    }
    
    .item {
        width: 100% !important;
        margin-bottom: 15px !important; /* Espacio entre los elementos */
    }
    
    .custom-button, .button-habs, .campo-promocion-versiondos, .clean {
        width: 100% !important;
        text-align: center !important;
        justify-content: center !important;
    }
    
    .reserve-button {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        box-shadow: none;
    }

    #combinedDropdown {
        width: 105%;
        left: -10px !important;
        max-height: 1091px !important;
        z-index: 50;
    }
    /* Asegura que el calendario estÃƒÂ© centrado */
    .daterangepicker {
        margin: 0 auto; /* Centra el calendario horizontalmente */
        left: 0 !important;
        right: 0 !important;
        transform: none !important; /* Resetea cualquier transformaciÃƒÂ³n previa */
    }

    .daterangepicker .drp-calendar {
        margin: 0 auto; /* Asegura que cada calendario individual estÃƒÂ© centrado */
    }
    /* Estilos para el calendario */
    .daterangepicker .drp-calendar {
        display: none;
        max-width: 476px !important;
        height: 267px !important;
    }
    .daterangepicker {
        width: 398px !important;
        z-index: 50 !important;
    }
    .top-section {
        display: flex;
        flex-direction: column;
        gap: 40px;
        margin-bottom: 10px;
    }
    .room-section {
        padding: 11px;
        background-color: #0031751f !important;
        /* color: blue; */
        flex-direction: column;
    }
    .title-wh2, .title-wh {
        display: block;
        margin-bottom: 5px;
        width: 100%;
        text-align: left;
    }
    
}


@media (max-width: 1700px){

	.general {
            display: flex;
    	    align-items: center;
            justify-content: space-around;
    	    background-color: #ffffff;
            padding: 20px;
            /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
            margin: 20px auto;
            width: 94%;
            /* border-radius: 20px; */
            gap: 20px;
}
}
  



.error-message {
    display: none;
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #415a16;
    color: White;
    border: 1px solid #415a16;
    padding: 15px;
    border-radius: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    z-index: 1000;
    max-width: 80%;
    text-align: center;
    transition: opacity 0.5s ease;
    opacity: 0;
}


