.tracking-tab 
{
    margin-top: 40px;
}
.tracking-tab ul {
    display: inline-block;
    list-style: none;
    padding: 0;
}
.tracking-tab ul .tab-item {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 6px;
    margin-bottom: 8px;
}
.tracking-tab ul .tab-item:first-child {
    margin-left: 0;
}
.tracking-tab ul .tab-item:last-child {
    margin-right: 0;
}
.tracking-tab ul .tab-item.tab-all img {
    display: none;
}
.tracking-tab ul .tab-item:not(.tab-all) .tab-name {
    display: none;
} 
.tracking-tab ul .tab-item a {
    display: inline-block;
    color: var(--sub-text);
    vertical-align: middle;
}
.tracking-tab ul .tab-item a img {
    width: 20px;
    margin-bottom: 0;
}
.tracking-tab ul .tab-item .tab-count {
    padding-left: 4px;
}
.tracking-tab ul .tab-item.active {
    border-bottom: 2px solid var(--second-color);
}
.tracking-tab ul .tab-item.active a {
    color: var(--second-color);
}
.tracking-list {
    background-color: #ffffff;
    border:  1px solid var(--normal-border);
    border-radius: 12px;
    margin-top: 20px;
}
.tracking-head {
    padding: 20px;
    border-bottom: 1px solid var(--normal-border);
}
.tracking-head img {
    width: 40px;
    height: auto;
}
.left-tracking-info {
    display: flex;
    align-items: center;
}
.left-tracking-info img {
    margin-bottom: 0;
    margin-right: 10px;
}
.tracking-list p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
}
.tracking-id {
    font-weight: 600;
}
.tracking-delivery {
    font-weight: 400;
    color: #30A870;
}
.tracking-head .center-tracking-info p:first-child {
    font-weight: 600;
    color: #0C5CD7;
}
.tracking-head .center-tracking-info p:last-child {
    font-weight: 400;
    color: var(--des-text);
}
.tracking-head .right-tracking-info p {
    font-weight: 400;
    color: var(--des-text);
}
.tracking-content {
    padding: 20px;
}
.progress {
    height: 8px;
    margin: 15px 0;
}
.progress-bar {
    background-color: #51BA89;
    border-radius: 100px;
}
.tracking-content-des p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: var(--des-text);
    opacity: .8;
}
.tracking-content-des .tracking-des-main {
    color: var(--sub-text);
    opacity: 1;
    margin-bottom: 4px;
}
.tracking-content-list {
    margin-left: 7px;
    padding-left: 20px;
    border-left: 1px solid var(--normal-border);
    display: block;
    margin-top: 15px;
}
.tracking-item {
    position: relative;
    padding-bottom: 20px;
}
.tracking-item:last-child {
    padding-bottom: 0;
}
.tracking-item p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: var(--des-text);
    opacity: .8;
}
.tracking-item .tracking-item-title {
    color: var(--sub-text);
    font-weight: 600;
    opacity: 1;
    margin-bottom: 4px;
}
.tracking-item::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #ffffff;
    border: 1px solid #D9E3EA;
    left: -27px;
    top: 2.5px;
}

#tracking-search > a {
    margin-left: 20px;
}

#tracking-search.was-validated .form-control:invalid {
    background-position: right calc(.375em + 2.5rem) center
}
.tracking-after {
    background-color: #ffffff;
    border-top: 1px solid var(--normal-bg);
    padding-top: 40px;
    margin-top: 40px;
}
.tracking-other-item {
    background-size: cover;
    padding: 20px;
    border-radius: 8px;
    color: #ffffff;
}
.tracking-other-item > .row {
    align-items: flex-end;
}
.tracking-other-item {
    margin-bottom: 15px;
}
.tracking-after-title {
    margin-bottom: 20px;
}
/**/
.service-option > div {
    display: flex;
    align-items: center;
}
.service-option > div img {
    width: 20px;
}
.service-option > div span {
    margin-left: 15px;
}
.total-cost {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}
.table {
    font-size: 16px;
    line-height: 22px;
    position: relative;
}
.table tr td {
    vertical-align: middle;
}
.table .service-search-item {
    display: flex;
    align-items: center;
}
.table .service-search-image {
    width: 40px;
    margin-right: 10px;
    height: 30px;
    overflow: hidden;
}
.table .service-search-name p {
    margin-bottom: 0;
}
.table .service-search-name span {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    padding: 4px 8px 4px 8px;
    border-radius: 6px;
    background-color: #30BB2D;
    color: #ffffff;
    height: 28px;
}
.table .service-search-image img {
    max-width: 40px;
    max-height: 30px;
    object-fit: contain;
}
.table tr td {
    padding-top: 20px;
    padding-bottom: 20px;
}
.load-more {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 9;
    bottom: 30px;
}
.shipping-note ul {
    padding: 20px;
    border-radius: 8px;
    background-color: var(--light-bg);
    border: 1px solid var(--normal-border);
    margin-bottom: 0;
    margin-top: 20px;
}
.shipping-note ul li {
    margin-left: 20px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: var(--main-title);
}
.shipping-note ul li:last-child {
    margin-bottom: 0;
}
.shipping-note ul li a {
    text-decoration: underline;
    color: var(--primary-color);
}
.shipping-cost {
    position: relative;
}
.shipping-cost-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--normal-border);
    font-size: 16px;
    line-height: 22px;
}
.shipping-cost-item .service-search-image img {
    max-width: 40px;
    max-height: 30px;
    object-fit: contain;
}
.shipping-cost-item .service-search-item {
    display: flex;
    align-items: center;
}
.shipping-cost-item .service-search-image {
    width: 40px;
    height: 30px;
    overflow: hidden;
}
.shipping-cost-item .service-search-name p {
    margin-bottom: 0;
}
.shipping-cost-item .service-search-name span {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    padding: 4px 8px 4px 8px;
    border-radius: 6px;
    background-color: #30BB2D;
    color: #ffffff;
    height: 28px;
}

.shipping-cost-item:last-child {
    position: relative;
}

.shipping-cost-item-first {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shipping-cost-item-third {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.delivery-time {
    padding: 15px 0;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .tracking-tab {
        overflow: scroll;
    }
    .left-tracking-info {
        margin-bottom: 15px;
    }
    .center-tracking-info {
        margin-bottom: 15px;
    }
    .shipping-cost-after {
        padding-top: 5px;
    }
}