.bentral-book-form.pill .input[readonly] {
    background-color: #fff;
}

.bentral-book-form.pill .label {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    padding: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.bentral-book-form.pill .main {
    padding-right: 10px;
}

.bentral-book-form.pill .w-full.label-input {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}

.bentral-book-form.pill .section-date input {
    background: #fff !important;
    cursor: pointer;
}

.bentral-book-form.pill .select-country,
.bentral-book-form.pill .back-button {
    font-size: 16px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.bentral-book-form.pill .w-full.label-input .group .value {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #5E6D77;
    white-space: nowrap;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.bentral-book-form.pill .w-full.label-input .group .value:hover {
    background: rgba(0, 0, 0, 0.05);
}

.bentral-book-form.pill .w-full.label-input .group .form-control {
    height: auto;
    padding: 0;
    margin: 0;
}

.bentral-book-form.pill .location-dropdown {
    min-width: 300px;
}

.bentral-book-form.pill .bentral-search {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none solid rgb(255, 255, 255);
    text-align: none solid rgb(255, 255, 255);
    text-indent: 0px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.bentral-book-form.pill .location-dropdown ul {
    max-height: 300px;
    overflow-y: auto;
}

.bentral-book-form.pill .guests-list {
    max-height: 300px;
    overflow-y: auto;
}

.bentral-book-form.pill .guests-list li,
.bentral-book-form.pill .location-dropdown li {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 10px;
    border-radius: 4px;
    cursor: pointer;
    background: rgb(242, 242, 242);
    color: rgb(54, 81, 109);
    font-weight: 500;
    font-size: 15px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.bentral-book-form.pill .guests-list li:hover,
.bentral-book-form.pill .location-dropdown li:hover {
    background: rgb(230, 230, 230);
}