@media (min-width: 783px) {
    .company-search-row {
        padding: 0 15px;
    }
}

.company-search-label {
    display: block;
    font-size: 12px;
    font-family: inherit;
    font-weight: 700;
}
.tt-menu {
    background: white;
    font-size: 1rem;
    border: solid 1px #e3e3e3;
    border-top: 0;
}
.tt-dataset-company-list {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}
.tt-suggestion.tt-selectable:hover {
    background: #e3e3e3;
    cursor: pointer;
}
.twitter-typeahead {
    width: 100%;
}
.tt-input, .tt-hint {
    padding: 9px;
    width: 100%;
}
.tt-dataset-company-list .tt-suggestion,
.tt-dataset-company-list .empty-message {
    padding: 0.5rem;
}
.tt-suggestion .company-name {
    font-weight: bold;
}
.tt-suggestion .company-number {
    font-size: 0.8rem;
    color: #666666;
}
.chinese-company-name .forminator-field input,
.chinese-company-number .forminator-field input {
    color: #868686;
}

/** Download modal **/
.chinese-modal-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    inset: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 50;
}
.chinese-modal-content-container {
    background-color: white;
    padding: 1rem;
    margin: 0.5rem;
    border: solid 1px #CCCCCC;
    border-radius: 1rem;
    width: 100%;
    max-width: 600px;
}
.chinese-modal-overlay input {
    border: solid 1px #e3e3e3;
    border-radius: 0.25rem;
}
.chinese-modal-overlay .forminator-button-submit {
    background: #1c3687;
    color: white;
    font-weight: bold !important;
}