.hotel-booking-search-el {
background:#FFF; border-radius:4px; width:100%; padding:20px;
}
.hotel-booking-search-el li{
    margin:0;
}
.hb-form-table {
    flex-direction: row;
    display: flex;
    align-items: center;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}



.hotel-booking-search-el .hb-form-field {
    border-style: solid;
    border-width: 0 0 0 1px;
    padding: 0 24px 0 75px;
    color: #000;
    border-color: #CCC;
    margin: 0;
}


.hb-form-field svg {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
}
.hb-form-field i {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    color:var(--e-global-color-primary);
    font-size:28px;
    width:35px; text-align: right;
}

.hotel-booking-search-el .hb-form-field:first-child{
    border-left:0px;
}

.hotel-booking-search-el .elementor-repeater-item {
    width: 32%;
}
.hotel-booking-search-el .elementor-repeater-item-8ad2f5c {
    width: 5%;
}

.hotel-booking-search-el .hb-form-field.hb-form-check-in-check-out {
    width: 40%;
    max-width: none;
}
form[name="hb-payment-form"] .hb-form-field, form[name="hb-search-form"] .hb-form-field {
    position: relative;
}

.hotel-booking-search-el .hb-form-field input, .hotel-booking-search-el .hb-form-field select {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    width:100%;
    border:0px !important;background:transparent !important;
    line-height: initial !important;
}
.hb-form-check-in-check-out > input {
    top: 0;
    right: 0;
    position: absolute;
    bottom: -16px;
    left: 0;
}



.hotel-booking-search-el .hb-form-table .hb-form-field .label {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: var( --e-global-color-accent );
}

.hotel-booking-search-el .hb-form-field.hb-form-number .hb-form-field-input {
    display: flex;
    width: 100%;
    cursor: pointer;
    z-index: 2;
    align-items: center;
}
.hotel-booking-search-el .hb-form-field.hb-form-check-in-check-out .hb-form-field-input {
    display: inline-block;
}

form[name="hb-payment-form"] .hb-form-field .hb-form-field-input, form[name="hb-search-form"] .hb-form-field .hb-form-field-input {
    background-color: #fff;
}

.hotel-booking-search-el .hb-form-field-input.hb_input_field {
    position: unset;
}
.hotel-booking-search-el .hb-form-number .hb_input_field {
    position: relative;
}
.hotel-booking-search-el .hb-form-field-list {
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    padding: 16px 16px 16px 16px;
    background: #fff;
    z-index: 9;
    margin: 30px 0 0 0;
    border-radius:4px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.07);
    transition: all 0.5s;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.hb-form-field-list.active {
    opacity: 1;
    visibility: visible;
}
.hotel-booking-search-el .hb_input_field input {
    width: 90px;
    height: auto;
    border: none;
    border-radius: 0;
    line-height: 1;
    min-width: 0;
    background: none;
    padding: 0;
    font-size: 16px;
    color: #000000;
    cursor: pointer;
    text-transform: capitalize;
}

.hotel-booking-search-el .hb-form-field select{
    border:0;padding: 0 36px 0 0;
}

.hotel-booking-search-el .hb-form-number .number-box {
    align-items: center;
    gap: 12px;
    display: flex;
}
.hotel-booking-search-el .flatpickr-input{opacity: 0;}
form[name="hb-search-form"] .hb-form-field {
    position: relative;
}
form[name="hb-search-form"] .hb-form-field #adults span, form[name="hb-search-form"] .hb-form-field #child span {
    position: absolute;
    top: 43%;
    left: 20px;
    transform: translateY(-46%);
    z-index: 2;

    color: #7a7a7a;
}



.hotel-booking-search-el .hb-submit {
    height: 50px;
    position: relative;
    transition: 0.5s;
    width: 9%;
}
.hotel-booking-search-el .hb-submit button {
    transition: 0.5s;
    position: absolute;
    bottom: 0;
    right: 15px;
    z-index: 9;
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;
    background-color: var( --e-global-color-primary );
    width: auto;
    height: 48px;
    font-family: "DIN Pro";
    font-size: 16px;
    border-radius: 200px 200px 200px 200px;
    color: #FFF;
    margin-top: 0;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    border: none;
    min-width: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}


.hotel-booking-search-el .hb-submit svg {
    min-width: 28px;
}

.hotel-booking-search-el .hb-submit span {
    width: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    text-indent: -10vw;
}
.hotel-booking-search-el .hb-submit:hover span {
    width: 100%;
    opacity: 1;
    visibility: visible;
    text-indent: 0;
    margin-right: 5px;
}

.hotel-booking-search-el .hb-submit button:hover{
    background-color: var( --e-global-color-secondary );
}
.hotel-booking-search-el .hb-submit:hover span {
    width: 100%;
    opacity: 1;
    visibility: visible;
    text-indent: 0;
    margin-right: 5px;
}





@media (max-width: 767px) {
    .hb-form-table {
        flex-direction: column;
        display: flex;
        align-items: center;
    }

    .hotel-booking-search-el .hb-form-field {
        border-width: 0 0 1px 0;
        padding: 10px 60px 10px 60px;
    }


    .hotel-booking-search-el .elementor-repeater-item,
    .hotel-booking-search-el .elementor-repeater-item-8ad2f5c,
    .hotel-booking-search-el .hb-form-field.hb-form-check-in-check-out {
        width: 100%;
    }
    .hotel-booking-search-el .elementor-repeater-item-8ad2f5c{
        padding-top:15px;
    }

    .hb-form-field i {
        left: 0;
        font-size: 28px;
        width: 35px;
        text-align: left;
    }
    .hotel-booking-search-el .hb-submit{
        height:auto;
    }
    .hotel-booking-search-el .hb-submit button {
        right: auto; bottom:auto;top:auto;
        width: 100%;
        position: relative;
        flex-direction: row;
        border-radiu:5px;
    }
    .hotel-booking-search-el .hb-submit span {
        width: auto !important;
        opacity: 1;
        visibility: visible;
        text-indent: 0;
        margin-right: 5px;
    }
}




