.navbar-brand .logo {
    max-height: 54px;
    width: auto;
    object-fit: contain;
}

.footer-logo img,
img.footer-logo {
    max-height: 60px;
    width: auto;
    object-fit: contain;
}

[x-cloak] {
    display: none !important;
}

.cityway-alert {
    border-radius: 0;
    color: #fff;
    font-family: Rubik, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 14px 18px;
}

.cityway-alert-danger {
    background: #c62828;
}

.cityway-alert-success {
    background: #1d8f53;
}

.cityway-track-form textarea.form-control {
    min-height: 122px;
}

.cityway-live-chat {
    align-items: center;
    background: #ff5e14;
    border-radius: 0;
    bottom: 28px;
    box-shadow: 0 12px 34px rgba(0, 0, 0, .18);
    color: #fff;
    display: inline-flex;
    font: 700 13px/1 Rubik, sans-serif;
    gap: 8px;
    letter-spacing: .3px;
    padding: 15px 18px;
    position: fixed;
    right: 28px;
    text-transform: uppercase;
    z-index: 999;
}

.cityway-live-chat:hover {
    color: #fff;
    background: #0b1f3a;
}

.cityway-terms .entry-bio h5 {
    margin-top: 26px;
}

.cityway-terms .entry-bio h5:first-child {
    margin-top: 0;
}

.cityway-terms .entry-bio ul {
    margin: 0 0 24px 20px;
}

.cityway-terms .entry-bio li {
    color: #74787c;
    font-family: Roboto, sans-serif;
    line-height: 1.8;
}

.shipment-table th {
    color: #0b1f3a;
    font-family: Rubik, sans-serif;
    text-transform: capitalize;
    width: 38%;
}

.progress {
    background: #eef1f4;
    border-radius: 0;
    height: 28px;
    margin-bottom: 24px;
}

.progress-bar {
    background: #ff5e14;
    font-family: Rubik, sans-serif;
    font-weight: 700;
}

.shipment-history-section {
    padding: 0;
}

.shipment-history-section .container {
    padding: 0;
    max-width: 100%;
}

.shipment-timeline {
    border-left: 3px solid #e8edf2;
    margin-left: 18px;
    padding: 4px 0 4px 28px;
}

.shipment-timeline__item {
    margin-bottom: 24px;
    position: relative;
}

.shipment-timeline__marker {
    align-items: center;
    background: #ff5e14;
    color: #fff;
    display: flex;
    height: 34px;
    justify-content: center;
    left: -47px;
    position: absolute;
    top: 0;
    width: 34px;
}

.shipment-timeline__top {
    align-items: flex-start;
    display: flex;
    gap: 14px;
    justify-content: space-between;
}

.shipment-timeline__top h4 {
    color: #0b1f3a;
    font-size: 18px;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.shipment-timeline__top span {
    color: #ff5e14;
    font-family: Rubik, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .module-container {
        display: none;
    }

    .navbar-brand .logo {
        max-height: 46px;
    }

    .cityway-live-chat {
        bottom: 18px;
        right: 18px;
    }
}
