.track-and-trace-form-section, .find-post-code-form-section  {
    display: flex;
    align-items: center;
}
h2.track-and-trace-title, h2.find-post-code-title {
    color: #00213D;
    font-family: "Proxima Nova";
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 45px;
}
h3.track-and-trace-description,
h3.find-post-code-description {
    color: #00539B;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.track-and-trace-form-wrapper.tt-column, .track-and-trace-results-image.tt-body-column,
.find-post-code-form-wrapper.tt-column, .find-post-code-results-image.tt-body-column {
    padding-right: 50px;
}
.track-and-trace-form-image.tt-column, .track-and-trace-results-status.tt-body-column {
    padding-left: 50px;
}
.tt-column, .tt-body-column {
    width: 50%;
}
label.track-and-trace-form-label,
label.find-post-code-form-label {
    color:  #00213D;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.tt-form-input {
    display: flex;
    border-bottom: 1px solid #90A1AE;
    padding-bottom: 7px;
}
input.track-and-trace-form-input,
input.find-post-code-form-input {
    width: 75%;
    border: none !important;
    outline: none !important;
}
button.track-and-trace-form-button,
button.find-post-code-form-button {
    width: 25%;
    border-radius: 4px;
    background: #F5D800;
    color: #00213D;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
}
.track-and-trace-form-image img, .track-and-trace-results-image img,
.find-post-code-form-image img {
    border-radius: 16px !important;
}
.tt-tracking-info {
    display: flex;
    justify-content: space-between;
}
.tt-transit-container.tt-heads {
    text-align: end;
}
.track-and-trace-results-body {
    display: flex;
}
.tt-status-block {
    display: flex;
    flex-wrap: nowrap;
}
.tt-status-datetime.tt-status-block-column {
    position: relative;
    width: 45%;
    padding: 25px;
    border-right: 1px solid #F4CB01;
}
.tt-status-comments.tt-status-block-column {
    width: 55%;
    padding: 25px;
}
.tt-status-datetime span {
    display: block;
    text-align: end;
}
.tt-status-block {
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #90A1AE;
}
.tt-status-block.current-status {
    border: 1px solid #F4CB01;
}
.event-status {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #90A1AE;
    right: -15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.current-status .event-status{
    background: #1F96FF;
}
span.tt-event-status {
    display: block;
    width: 14px;
    height: 14px;
    background: #F4CB01;
    border-radius: 50%;
}

/* Style for post code autocomplete search */
.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    cursor: default;
    border: 1px solid #ccc;
    background-color: #fff;
    max-height: 300px !important;
    overflow-y: auto;
    overflow-x: hidden;
    width: auto;
    list-style: none;
    border-radius: 6px;
    padding: 5px !important;
}

.ui-menu-item {
    padding: 5px;
    font-size: 14px;
    line-height: 1.5;
    border-bottom: 1px solid #eee;
}

.ui-menu-item:last-child {
    border-bottom: none;
}

.ui-menu-item:hover {
    background-color: #f5f5f5;
}

#postcode-search-input.loading {
    background: url('../img/loading.gif') no-repeat left center;
    background-size: 20px 20px;
}
#postcode-search-submit.disabled {
    background: #f5d8009c;
    opacity: 0.3;
}
.tt-more-option {
    display: flex;
    justify-content: space-between;
}
.tt-more {
    color: #00213D;
    font-weight: 700;
    text-decoration: underline !important;
}
.tt-more:hover, .add-icon {
    color: #FDC500;
}
.add-another-item {
    cursor: pointer;
}