.track-block tr,
.track-block td,
.track-block th {
    border: 1px solid #10364f;
    padding: 8px 10px;
    text-align: left;
    font-size: 13px;
    text-transform: capitalize;
    font-family: "Barlow", sans-serif;
}

/* .track-block th {
    color: #fff;
} */ 

.track-block td {
    color: #10364f;
}

.track-block table {
    width: 100%;
    transition: 0.5s ease-in-out;
}

.track-block thead tr {
    --bs-table-bg: #10364f;
    --bs-table-color: #ffffff;
    font-weight: bold;
    color: white;
}

.track-block h3 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #10364f;
    text-transform: capitalize;
    font-family: "Barlow", sans-serif;
}

.track-block h5 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #10364f;
    font-family: "Barlow", sans-serif;
}

.track-block .tracking-info {
    margin-bottom: 15px;
}

.tracking-data .invalid-record {
    padding: 0.5em 1em;
    background-color: #10364f;
    margin-top: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.tracking-data .invalid-record h5 {
    font-size: 14px;
    color: #ffffff;
    margin: unset;
    font-weight: 600;
    line-height: 38px;
    font-family: "Barlow", sans-serif;
}

.accordion {
    margin-top: 30px;
    background: #ffffff;
    padding: 50px
}

.accordion .accordion-header {
    padding: 1em;
    background-color: #10364f;
    margin-top: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.accordion .accordion-header>* {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
}

.accordion .accordion-header.active {
    background-color: #10364f;
    color: #fff;
}

.accordion .accordion-header h2 {
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    font-family: "Barlow", sans-serif;
}

.accordion .accordion-header h2:nth-child(2) {
    margin-left: auto;
    margin-right: 15px;
}

.accordions .accordions-header .fa_icon {
    color: #fff;
}

.accordions .accordions-body {
    display: none;
    padding: 1em;
    border: 1px solid #ccc;
    border-top: 0;
    overflow-x: auto;
}

.accordions .accordions-body.active {
    display: block;
}

.accordions-section {
    margin: 10px 0;
}
.accordions-header {
    background-color: #f1f1f1;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ccc;
}
.accordions-content {
    display: none;
    padding: 10px;
    border: 1px solid #ccc;
    border-top: none;
}
.active .accordions-content {
    display: block;
}

.info-block {
    width: 50%;
    padding: 15px;
    box-sizing: border-box;
}

.info-row {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.info-label {
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.info-value {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    margin-top: 3px;
}

@media (max-width: 768px) {
    .info-block {
        width: 100%;
    }
}

.tracking-timeline {
    width: 100%;
    overflow-x: auto;
    padding: 20px 0;
}

.timeline-container {
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-top: 3px solid #4CAF50;
    position: relative;
    padding-top: 30px;
    padding-bottom: 20px;
}

.timeline-step {
    text-align: center;
    position: relative;
    flex: 0 0 auto;
    width: 120px;
    margin-right: 30px;
}

.timeline-step .circle {
    width: 30px;
    height: 30px;
    background-color: #4CAF50;
    border-radius: 50%;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    z-index: 1;
    margin-top: -46px;
    border: 3px solid white;
}

.timeline-step .label {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    white-space: normal;
    word-break: break-word;
    line-height: 1.2;
}

.timeline-step .sub-label {
    font-size: 12px;
    color: #777;
    margin-bottom: 3px;
}

.timeline-step .date-time {
    font-size: 11px;
    color: #999;
}
