#layerContainer .simp-booking-form .close-btn {
    color: transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#layerContainer .simp-booking-form .close-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: block;
    height: 14px;
    width: 14px;
    background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="4" y1="4" x2="16" y2="16" stroke="black" stroke-width="2" stroke-linecap="round"/><line x1="16" y1="4" x2="4" y2="16" stroke="black" stroke-width="2" stroke-linecap="round"/></svg>') no-repeat center / contain;
    transition: all 500ms ease;
}

body:not(.mobile) #layerContainer .simp-booking-form .close-btn:hover::before {
    transform: rotate(90deg) translate(-50%, 50%);
}

.mobile .booking-form-input {
    display: block;
}

@media (max-width: 768px) {
    .mobile .bookingform-wrapper .simp-booking-form {
        min-width: 200px;
        width: calc(100% - 40px);
    }

    .mobile .layer-content #layerContainer {
        flex-grow: 1;
    }

    .mobile .bookingform-wrapper .simp-booking-form form#simp-booking-form.chain #formElementsWrapper #hotelSelectionWrapper #hotelWrapper .input-icon-wrapper,
    .mobile .bookingform-wrapper .simp-booking-form form#simp-booking-form.chain #formElementsWrapper #hotelSelectionWrapper #locationWrapper .input-icon-wrapper {
        width: 100%;
    }
}

#layer {
    background: rgba(255, 255, 255, 0.8);
}

#simp_book_btn_wrapper #simp_book_btn #min-price-div p {
    white-space: nowrap;
}



.outer-page .content_wrapper .no-gutter .wtformjson .form-group{
    display:flex;
    justify-content:center;
}

