.search-ac-container {
    position: relative;
}

.delete-history {
    cursor: pointer;
    font-size: 12px;
    color: #7F7F7F
}

.delete-history:hover {
    color: #7F7F7F;
}

.search-renewal-modal-title {
    font-size: 20px;
    font-weight: bold;
    padding: 0px 24px;
    height: 36px;
    display: flex;
    align-items: center;
}

.ha-search-container .search-renewal-modal-title {
    padding-top: 24px;
}

#keyword-search-renewal,
#keyword-search-renewal-global-header,
.middle-search-renewal {
    z-index: 1;
    display: flex;
    width: 100%;
    border-bottom: 2px solid #0077d9;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 12px;
    align-items: center;
    position: relative;
}

.middle-search-renewal,
.middle-search-renewal-ha {
    width: auto;
    margin: 0px 10px;
}

.city-country-name {
    font-size: 12px;
    color: #7F7F7F;
}

#keyword-search-renewal i {
    top: 0.25rem;
    right: 1rem;
}

#keyword-search-renewal-en {
    display: flex;
}

#renewal-search-ha {
    margin-right: 32px;
    position: relative;
}

#renewal-search-ha.hawaii-top {
    flex-grow: 1;
}

#renewal-search-global-jp {
    width: 100%;
}

#renewal-search-global-jp #keyword-search-renewal{
    padding: 0;
    border-bottom: none;
}

#renewal-search-global-jp .search-renewal-results {
    padding: 16px 24px;
    margin-bottom: 0;
    max-height: 450px;
    overflow-y: auto;
    overscroll-behavior: contain;
}

#renewal-search-ha .search-renewal {
    border-radius: 5em;
    border: 1px solid #E7E7EC;
    box-sizing: border-box;
    height: 35px;
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    color: #404050 !important;
    padding: 8px 8px 8px 32px;
    width: 240px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    background: url(/_tr/vt/1/img/ha_header/icon_search.png) no-repeat;
    background-size: 16px;
    background-position: 10px;
    position: relative;
}

#ha-header-2019 .old_new_merged #renewal-search-ha .search-renewal {
    width: 273px;
    max-width: none;
}

#global-header #ha-header-2019 #renewal-search-ha .search-renewal {
    width: 273px;
}

#renewal-search-ha .search-renewal-results-container {
    left: 0px;
    width: 350px;
}

#renewal-search-ha .search-renewal-results {
    padding: 16px 24px;
    margin-bottom: 0px;
    max-height: 640px;
    overflow-y: auto;
    overscroll-behavior: contain;
}

#renewal-search-ha.hawaii-top .search-renewal-results {
    max-height: 450px;
}

#renewal-search-global-header-pc {
    padding: 0px 24px;
    position: relative;
}

#renewal-search-global-header-pc #keyword-search-renewal-global-header-pc {
    position: relative;
    z-index: 1;
}

#renewal-search-global-header-pc .search-renewal,
#renewal-search-global-header-pc .search-renewal-global-header {
    font-size: .875rem;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #0077d9;
    padding-left: .5rem;
    padding-right: 3rem;
    height: 36px;
    width: 380px;
    outline: 0;
    box-sizing: border-box;
}

#renewal-search-global-header-pc i.search-renewal-icon {
    margin-right: 0;
    position: absolute;
    top: .25rem;
    right: 1rem;
    color: #0077d9;
    font-size: 20px;
}

#renewal-search-global-header-pc .search-renewal-results,
#renewal-search-global-header-pc .search-renewal-results-global-header {
    width: 100%;
    padding: 16px 24px;
    margin-bottom: 0;
    max-height: 640px;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.renewal-search-top {
    padding-bottom: 16px;
}

.search-renewal-conditions {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.search-renewal-conditions label {
    margin-right: 10px;
}

.search-renewal-conditions .label-title {
    font-size: 14px;
    margin-right: 8px;
}

.search-renewal-conditions .search-renewal-radio {
    display: flex;
    align-items: center;
    margin-right: 8px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 0px;
}

.search-renewal-conditions .search-renewal-radio input[type="radio"] {
    display: none;
}

.search-renewal-conditions .custom-radio {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #B6B6B6;
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 0px;
    position: relative;
}
  
.search-renewal-conditions .search-renewal-radio input[type="radio"]:checked + .custom-radio {
    border-color: #376DAB;
    background-color: #376DAB;
}

.search-renewal-conditions .search-renewal-radio input[type="radio"]:checked + .custom-radio::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #376DAB;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.search-renewal-search-history-container .title {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    border: none;
}

.search-renewal-search-history-container .title span {
    font-size: 14px;
    font-weight: bold;
    margin-right: 8px;
}

.search-renewal-search-history-container .search-history-results {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.search-results-div {
    display: flex;
    align-items: center;
}

.result-label {
    display: flex;
    align-items: center;
    color: #484848;
    height: 32px;
    padding: 4px 16px;
    border: 1px solid #dadada;
    border-radius: 100px;
    box-sizing: border-box;
    word-break: break-word;
}

.result-label:active {
    border: 1px solid #dadada;
}

.result-label:focus {
    border: 1px solid #376dab;
}

.result-label:hover {
    background-color: #eff4fa;
    color: #484848;
    border: 1px solid #376dab;
}

.search-history-results .result-label {
    background-color: #F4F4F4;
    color: #0077D9 !important;
    border: none;
}

.search-history-results .result-label:hover {
    color: #FFF !important;
    background-color: #376dab;
}

.word-suggestions {
    padding: 8px 0px;
}

.word-suggest {
    display: flex;
    padding: 0;
    line-height: 19.6px;
}

.word-suggest:hover {
    background-color: #fafafa;
    border-radius: 8px;
    color: #0077D9;
}

.word-suggest.spacer {
    margin-bottom: 4px;
}

.word-suggest .word-icon {
    margin-right: 8px;
    font-size: 20px;
    color: #484848;
}

.suggestion-results {
    color: #404040;
    font-size: 14px;
}

.suggestion-results,
.history-result {
    line-clamp: 1;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.history-result {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 12px;
}

.country-results {
    display: flex;
    flex-wrap: wrap;
    margin-right: 8px;
    padding-left: 28px;
    font-size: 12px;
}

.suggestion-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.country-results .result-label {
    margin-right: 8px;
    margin-bottom: 8px;
}

.country-results .area-result {
    color: #484848;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.keyword-suggested {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    color: #484848;
}

.keyword-suggested img {
    margin-right: 4px;
}

#renewal-search-global-header-mobile {
    margin-bottom: 20px;
    height: 100%;
    padding: 1rem 1.5rem 0.5rem;
}

#renewal-search-global-header-mobile .search-renewal-icon,
.middle-search-renewal .middle-search-renewal-icon {
    margin-right: 0;
    color: #0077D9;
    font-size: 20px;
}

.search-renewal-icon:before,
.middle-search-renewal-icon:before {
    content: "\e222";
}

#renewal-search-global-header-mobile .search-renewal,
#renewal-search-global-header-mobile .search-renewal-global-header,
.middle-search-renewal input {
    font-size: 16px;
    border: 0;
    padding: 0;
    padding-right: 12px;
    width: 100%;
    outline: 0;
    box-sizing: border-box;
}

.middle-search-renewal input {
    background-color: transparent;
    pointer-events: none;
}

#renewal-search-global-header-mobile .search-renewal-results-container,
#renewal-search-global-header-mobile .search-renewal-results-container-global-header,
#renewal-search-ha-mobile .search-renewal-results-container {
    height: 100%;
    border-radius: unset;
    box-shadow: none;
    position: static;
    width: auto;
    overflow: unset;
}

#renewal-search-global-header-mobile .search-renewal-results,
#renewal-search-global-header-mobile .search-renewal-results-global-header {
    height: calc(100% - 136px);
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 0px;
}

#renewal-search-global-header-mobile .search-renewal-results.no-conditions,
#renewal-search-global-header-mobile .search-renewal-results-global-header.no-conditions {
    height: calc(100% - 104px);
}

#renewal-search-ha-mobile {
    position: relative;
}

#renewal-search-ha-mobile {
    padding: 16px 24px;
    height: 100%;
}

#renewal-search-ha-mobile .search-renewal,
.middle-search-renewal-ha input {
    font-family: futura-pt, sans-serif;
    letter-spacing: 0.7px;
    font-weight: 400;
    box-sizing: border-box;
    color: #404050 !important;
    outline: none;
    border: none;
    width: 100%;
    padding: 15px 20px 15px 35px;
    border-bottom: 1px solid #404050;
    border-radius: 0;
    background: url(/_tr/vt/1/img/ha_header/icon_search.png) no-repeat;
    background-size: 20px;
    background-position: 0;
    font-size: 22px;
}

#renewal-search-ha-mobile .search-renewal-results{
    height: calc(100% - 260px);
    overflow-y: scroll;
    overflow-x: hidden;
}

#renewal-search-ha-mobile .search-renewal-results.no-conditions {
    height: calc(100% - 229px);
}

.search-renewal {
    padding: 0;
    border-bottom: none;
    font-size: 16px;
    height: auto;
    padding-right: 20px;
    width: 100%;
    outline: none;
    border: none;
}

.keyword-search-renewal-en .search-renewal {
    width: 298px;
    padding: 15px 10px;
    font-size: 14px;
    border: none;
    background: #fff;
    color: #333;
}

.search-icon-renewal-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    background-color: #0077D9;
    position: relative;
    border-radius: 100%;
}

.search-icon-renewal-container:hover {
    background-color: #376DAB;
}

#keyword-search-renewal-en .search-icon-renewal-container {
    background-color: transparent;
    border-radius: 0;
    width: auto;
    height: auto;
}

#renewal-search-global-jp .search-renewal-results-container {
    width: 100%;
    top: 50px;
    left: -26px;
    width: calc(100% + 52px);
}

.search-renewal-results-container,
.search-renewal-results-container-global-header {
    border-radius: 12px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    overflow: hidden;
    top: 37px;
    left: 24px;
    z-index: 1010;
    width: calc(100% - 48px);
    background-color: #fff;
}

.search-renewal-results,
.search-renewal-results-global-header {
    box-sizing: border-box;
    display: none;
    width: 100%;
    background-color: #fff;
    padding: 0px;
}

.search-renewal-results.global-en {
    top: 0px;
    left: 0px;
    width: calc(100% - 16px);
}

#renewal-search-ha-mobile .search-renewal-results {
    top: 0px;
    left: 0px;
}

.search-renewal-results li,
.search-renewal-results-global-header li {
    cursor: pointer;
    list-style: none;
}

.search-renewal-results a.results,
.search-renewal-results-global-header a.results {
    padding: 8px 0px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.search-renewal-title {
    font-size: 14px;
    position: relative;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #404040;
    line-height: 1.5;
    max-height: 3em;
    vertical-align: bottom;
}

.search-renewal-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    border-radius: 8px;
    margin-right: 8px;
}

.search-renewal-content {
    width: calc(100% - 60px);
}

.search-renewal-location {
    font-size: 12px;
    color: #7F7F7F;
}

.search-renewal-results li:hover,
.search-renewal-results-global-header li:hover {
    background-color: #fafafa;
    border-radius: 8px;
}

.search-renewal-submit {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    width: 36px;
    height: 36px;
}

#keyword-search-renewal-en .search-renewal-submit {
    position: static !important;
    opacity: 1;
}

.highlight {
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    #keyword-search-renewal {
        position: relative;
    }
}

@media screen and (min-width: 992px) {
    #renewal-search-global-jp .search-renewal-results-container {
        width: 390px;
        top: 50px;
        left: 0px;
    }
    .search-renewal-submit {
        top: -2px;
        right: 7px;
    }
}

@media (min-width: 992px) and (max-width: 1040px) {
    #global-header #ha-header-2019 #renewal-search-ha {
        margin-right: 0px;
    }
    #global-header #ha-header-2019 #renewal-search-ha .search-renewal {
        font-size: 15px;
        width: 264px;
    }
    #global-header #ha-header-2019 .search-renewal-conditions .label-title, #global-header #ha-header-2019 .search-renewal-conditions .search-renewal-radio {
        font-size: 13px;
    }
}

@media screen and (min-width: 1220px) {
    #renewal-search-ha {
        margin-right: 40px;
    }
}