html {
    scroll-behavior: smooth;
}

.tracking-wrap {
    position: relative;
    background-color: #ddd;
    height: 7px;
    display: flex;
    margin-bottom: 60px;
    margin-top: 50px;
}

.tracking-wrap .step {
    flex-grow: 1;
    width: 25%;
    margin-top: -18px;
    text-align: center;
    position: relative;
}

.tracking-wrap .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-radius: 100%;
    background: #ddd;
}

@media (max-width: 720px) {
    .tracking-wrap {
        font-size: 12px;
    }
}


.fa,
.fas {
    font-weight: 900;
}

.tracking-wrap .text {
    display: block;
    margin-top: 7px;
}

.tracking-wrap .step.active:before {
    background: #ff5f13;
}

.tracking-wrap .step::before {
    height: 7px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 18px;
}

.tracking-wrap .step.active .icon {
    background: #ff5f13;
    color: #fff;
}

#destinationList li,
#originList li {
    position: absolute;
    z-index: 1;
    width: calc(100% - 30px);
    margin-top: -15px;
    background-color: lightyellow;
}

#destinationList li:hover,
#originList li:hover {
    background-color: wheat;
}

/* Chrome, Safari, Edge, Opera */
/* input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
} */

/* Firefox */
/* input[type=number] {
    -moz-appearance: textfield;
} */

.slider-area .search-box {
    display: flex;
    flex-wrap: wrap;
    border-radius: 50px;
    margin-bottom: 15px
}

.slider-area .search-box .input-form {
    width: 53%;
    position: relative;
    overflow: hidden
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .search-box .input-form {
        width: 66%
    }
}

@media (max-width: 575px) {
    .slider-area .search-box .input-form {
        width: 100%
    }
}

.slider-area .search-box .input-form input {
    height: 60px;
    width: 100%;
    color: #777777;
    font-size: 18px;
    font-weight: 400;
    padding: 9px 33px 9px 32px;
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

@media (max-width: 575px) {
    .slider-area .search-box .input-form input {
        margin-bottom: 20px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .search-box .input-form input {
        padding: 9px 33px 9px 25px
    }
}

.slider-area .search-box .input-form input::placeholder {
    color: #616875
}

@media (max-width: 575px) {
    .slider-area .search-box .input-form input::placeholder {
        font-size: 13px
    }
}

.slider-area .search-box .search-form {
    width: 22%;
    overflow: hidden
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .search-box .search-form {
        width: 34%
    }
}

@media (max-width: 575px) {
    .slider-area .search-box .search-form {
        width: 100%
    }
}

.slider-area form.search-box .search-form button {
    width: 100%;
    height: 60px;
    background: #ff5f13;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #fff;
    display: block;
    padding: 15px;
    border-radius: 0px;
    text-transform: uppercase;
    font-family: "Barlow", sans-serif;
    line-height: 1.2;
    line-height: 29px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
}

@media (max-width: 575px) {
    .slider-area form.search-box .search-form button {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px
    }
}

.slider-area div.search-box .search-form button {
    width: 100%;
    height: 60px;
    background: #ff5f13;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #fff;
    display: block;
    padding: 15px;
    border-radius: 0px;
    text-transform: uppercase;
    font-family: "Barlow", sans-serif;
    line-height: 1.2;
    line-height: 29px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
}

@media (max-width: 575px) {
    .slider-area div.search-box .search-form button {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px
    }
}

.slider-height {
    min-height: 650px;
}

.hiddenRow {
    padding: 0 4px !important;
    background-color: #ffffff;
    font-size: 13px;
}

.events li {
    display: flex;
    color: #999;
}

.events time {
    position: relative;
    padding: 0 1.5em;
}

.events time::after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    transform: translateX(50%);
    border-radius: 50%;
    background: #fff;
    border: 1px #ccc solid;
    width: .8em;
    height: .8em;
}


.events span {
    padding: 0 1.5em 1.5em 1.5em;
    position: relative;
}

.events span::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    height: 100%;
    border-left: 1px #ccc solid;
}

.events strong {
    display: block;
    font-weight: bolder;
}

.events {
    margin: 1em;
    /* width: 100%; */
}

.events,
.events *::before,
.events *::after {
    box-sizing: border-box;
    font-family: arial;
}

.barcode {
    border-radius: 0%;
    width: 80%;
    height: 20%;
}

.section-padding30 {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (max-width: 520px) {
    table.responsive {
        width: 100%;
    }

    thead {
        display: none;
    }

    td {
        display: block;
        text-align: right;
        border-right: 1px solid #e1edff;
    }

    td::before {
        float: left;
        text-transform: uppercase;
        font-weight: bold;
        content: attr(data-header);
    }
}

.tracking-wrap {
    position: relative;
    background-color: #ddd;
    height: 7px;
    display: flex;
    margin-bottom: 60px;
    margin-top: 50px;
}

.tracking-wrap .step {
    flex-grow: 1;
    width: 25%;
    margin-top: -18px;
    text-align: center;
    position: relative;
}

.tracking-wrap .step.active:before {
    background: #7c7777;
}

.tracking-wrap .step::before {
    height: 7px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 18px;
}

.tracking-wrap .step.active:before {
    background: #e34f4f;
}

.tracking-wrap .step.active .icon-track {
    background: #880000;
    color: #fff;
}

.tracking-wrap .icon-track {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-radius: 100%;
    background: #ddd;
}

.tracking-wrap .text {
    display: block;
    margin-top: 7px;
}

.table-ongkir {
    /* background-color: black; */
    color: #f15f22;
}


.select2-container .select2-selection--single {
    /* margin-bottom: 20px; */
    height: 60px;
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 60px;
    width: 100%;
    color: #777777;
    font-size: 18px;
    font-weight: 400;
    padding: 9px 33px 9px 32px;
    border-radius: 5px;
    border: 1px solid #efebeb;
    background: #fff;
    margin-bottom: 20px;
}
