.contact-page__input-box label {
    display: block;
    margin: 0 0 8px;
    color: #172a46;
    font-weight: 700;
}

.contact-page__input-box select {
    width: 100%;
    height: 64px;
    padding: 0 24px;
    border: 1px solid #e4e9f0;
    border-radius: 6px;
    background: #fff;
    color: #5a6370;
    font-size: 16px;
}

.tracking-message {
    display: none;
    margin-top: 25px;
    padding: 15px 18px;
    border-radius: 6px;
    font-weight: 600;
}

.tracking-message.is-loading,
.tracking-message.is-error {
    display: block;
}

.tracking-message.is-loading { background: #eef5ff; color: #174f8a; }
.tracking-message.is-error { background: #fff0f0; color: #a52a2a; }

.tracking-results { margin-top: 35px; }
.tracking-summary {
    padding: 24px;
    border-left: 5px solid #ee7d22;
    border-radius: 6px;
    background: #172a46;
    color: #fff;
}
.tracking-summary__label { display: block; color: #f7b267; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.tracking-summary strong { display: block; margin: 4px 0; font-size: 25px; }
.tracking-summary p { margin: 0; color: #d7dfeb; }
.tracking-timeline { position: relative; margin-top: 26px; }
.tracking-event { position: relative; padding: 0 0 28px 42px; }
.tracking-event::before { content: ''; position: absolute; top: 17px; bottom: -3px; left: 9px; width: 2px; background: #dce3ec; }
.tracking-event:last-child::before { display: none; }
.tracking-event__marker { position: absolute; top: 5px; left: 0; width: 20px; height: 20px; border: 4px solid #fff; border-radius: 50%; background: #8b98aa; box-shadow: 0 0 0 2px #dce3ec; }
.tracking-event.is-current .tracking-event__marker { background: #ee7d22; box-shadow: 0 0 0 2px #ee7d22; }
.tracking-event__content { padding: 20px 24px; border: 1px solid #e4e9f0; border-radius: 8px; background: #fff; box-shadow: 0 8px 24px rgba(23, 42, 70, .06); }
.tracking-event__content time { color: #ee7d22; font-size: 13px; font-weight: 700; }
.tracking-event__content h4 { margin: 7px 0 4px; color: #172a46; font-size: 18px; }
.tracking-event__content p { margin: 6px 0 0; }
.tracking-proof { display: inline-block; margin-top: 12px; color: #174f8a; font-weight: 700; text-decoration: underline; }
#tracking-submit:disabled { cursor: wait; opacity: .65; }

@media (max-width: 767px) {
    .contact-page__input-box { margin-bottom: 18px; }
    .tracking-event { padding-left: 34px; }
    .tracking-event__content { padding: 17px; }
}
