.td-search-popup .search-form .submit-btn {
    width: 150px;
}

.form_box #tracking_number {
    padding: 17px 20px;
    font-size: 17px;
    width: 400px;
}

.border_option {
    border-bottom: 1px dotted #4f4f4f;
}

.result_tracking .table-label {
    background-color: #a20f0f;
    display: inline-block;
    width: 100%;
    max-width: 100px;
    color: white;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
    padding: 3px;
}

.result_tracking thead {
    background-color: #a20f0f;
    color: white;
}
.result_tracking thead th,
.result_tracking tr td {
    padding: 5px;
    min-width: 115px;
}

#histories-result tr th,
#histories-result tr td {
    text-align: left;
    min-width: 130px;
}

#receiver-information .name_info {
    font-weight: bold;
}

#receiver-information .receiver-information-cover {
    border-left: 5px solid #ec0000;
    margin-bottom: 25px;
}
#statuses-result li,
#statuses-result li::before{
    list-style: none;
    content: none;
}

#statuses-result .c-stepper__item {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;
    min-width: 120px;
    position: relative;
    z-index: 1;
}
#statuses-result  .c-stepper__item .before {
    border-radius: 50%;
    border: 1px solid #f0f0f0;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background-color: #f0f0f0;
    align-items: center;
}

#statuses-result .c-stepper__desc {
    margin-top: 10px;
    line-height: 1.3em;
}

#statuses-result .active-status .before {
    background-color: red;
    color: white;
    opacity: 1;
    border: none;
}
#statuses-result .active-status .c-stepper__desc {
    color: red;
}

#statuses-result .c-stepper__item::after{
    content: "";
    position: absolute;
    height: 2px;
    background-color: lightgrey;
    opacity: 0.5;
    width: 100%;
    left: 50%;
    right: 0;
    top: 25px;
    z-index: -1;
}

#statuses-result .c-stepper__item:last-child::after {
    width: 0;
}

#statuses-result {
    overflow-x: auto;
}
.general {
    text-align: left;
}

.general ul, .general li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.general li {
    margin: 5px 5px;
    border-bottom: 1px dotted #cdcdcd;
    padding: 5px;
    border-radius: 3px;
}
.general li:hover {
    background-color: #e6e6e6;
}

.general li .icon {
    width: 30px;
    background-color: #af4040;
    color: white;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    border-radius: 2px;
    height: 30px;
}
.general li .value {
    float: right;
    font-weight: bold;
}

@media screen and (max-width: 620px) {
    .form_box #tracking_number {
        width: 100%;
    }
    .feature-area .section-title {
        padding: 10px;
    }
    .feature-area {
        padding: 0;
        box-shadow: none;
    }
    .general li .value {
        float: none;
    }

}
