body {}

textarea:focus,
input:focus {
    outline: none;
}

.ola-input_group {
    max-width: 500px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 30px;
    background-color: #fff;
    height: 36px;
    padding: 0 5px;
    margin-right: 16px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: none;
    border: 0;
    height: 60px;
}

.ola-cate_group {
    position: relative;
    border-radius: 15px;
    height: 100%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: normal;
    z-index: 3;
    min-width: 60px;
}

.ola-loc_group {
    position: relative;
    border-radius: 15px;
    height: 100%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    z-index: 3;
    min-width: 60px;
    line-height: normal;
}

.ola-cate_input,
.ola-loc_input {
    position: relative;
    border-radius: 15px;
    border: none;
    padding: 0;
    height: 100%;
    width: 100%;
    line-height: normal;
    font-size: 12px;
}

.input_icon {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 24px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    user-select: none;
    flex-shrink: 0;
}

.input-search-icon {
    display: none;
}

.restaurant-icon,
.place-icon {
    color: #FFBA3F;
    z-index: 3;
}

.divider {
    border-right: 1px solid #979797;
    height: 100%;
    width: 0;
    margin-left: 8px;
    margin-right: 8px;
}

.composing-search {
    margin-left: -8px;
    color: #4a4a4a;
    width: 320px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    overflow-y: auto;
    max-height: 50vh;
    z-index: 999;
    position: absolute;
    background-color: #fff;
    top: 40px;
    left: 0;
    top: 62px;
}

.composing-search-location {
    text-align: left;
    line-height: normal;
    margin-left: -8px;
    color: #4a4a4a;
    width: 320px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    overflow-y: auto;
    max-height: 50vh;
    z-index: 999;
    position: absolute;
    background-color: #fff;
    top: 40px;
    left: 0;
    top: 62px;
}

.suggestion {}

.keyword-item {
    padding: 8px;
    background-color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.keyword-item:hover {
    background-color: #cdcde1;
}

.localdining-icon {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 24px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    user-select: none;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.search-button {
    border: 0;
    margin: 0;
    cursor: pointer;
    display: inline-flex;
    outline: none;
    position: relative;
    align-items: center;
    user-select: none;
    vertical-align: middle;
    justify-content: center;
    -moz-appearance: none;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    color: rgba(0, 0, 0, 0.87);
    font-size: 0.875rem;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    line-height: 1.75;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    background-color: #FFBA3F;
    border-radius: 26px;
    min-height: 30px;
    padding: 0;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin-left: 10px;
    margin-right: -10px;
    box-shadow: none;
    flex: none;
    padding-left: 32px;
    padding-right: 32px;
    height: 50px;
}

.search-button-text {
    width: 100%;
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.search-icon {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 24px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    user-select: none;
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    color: #fff;
}

.jss125 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    position: absolute;
    overflow: hidden;
    border-radius: inherit;
    pointer-events: none;
}

.suggestions {
    display: none;
}

@media (min-width: 768px) {

    .ola-cate_input,
    .ola-loc_input {
        position: relative;
        border-radius: 15px;
        border: none;
        padding: 0;
        height: 100%;
        width: 100%;
        line-height: normal;
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .search-button {
        padding-left: 20px;
        padding-right: 20px;
        height: 40px;
    }
}