@import url("constant.css");

/*track my package*/

body {
    background: #eee;
    letter-spacing: 2px;
    min-height: 100vh;
}

input[type="text"],
select {
    outline: none;
}

.col-xs-1 {
    padding: 0;
}

h1 {
    font-family: "Arvo", sans-serif;
    color: #fff;
    font-size: 20px;
}

header.container-fluid {
    margin: 0;
    background-color: #89bdba;
    box-shadow: 0 0px 3px 3px rgba(0, 0, 0, 0.4);
    height: 100vh;
    min-height: 150px;
}

#searchBox {
    max-width: 550px;
    margin: auto;
    padding: 0 50px;
    padding-top: 40vh;
}

input {
    padding: 0;
    border-radius: 0;
    border: none;
    font-size: 20px;
    color: #fff;
    background: none;
    letter-spacing: 1px;
    word-spacing: 10px;
    font-family: "Arvo", sans-serif;
    padding: 0;
    line-height: 25px;
    width: 90%;
    text-align: right;
    text-transform: uppercase;
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    box-shadow: 0 0 0 30px #89bdba inset !important;
    -webkit-box-shadow: 0 0 0 30px #89bdba inset !important;
}

.fa-search-location {
    background-color: transparent;
    color: #fff;
    box-shadow: none;
}

.form {
    padding: 10px 0;
    padding-right: 15px;
    border: 3px solid var(--color-primary);
}

.form.col-xs-12 {
    padding-left: 0;
}

input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

input:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

#mainBody {
    font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 420px) {
    #searchBar {
        font-size: 16px;
    }

    h1 {
        font-size: 28px;
    }
}

.card {
    z-index: 0;
    background-color: #eceff1;
    padding-bottom: 20px;
    margin-top: 90px;
    margin-bottom: 90px;
    border-radius: 10px;
}
.titlecard {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.detailsorder {
    float: left;
}

.top {
    padding-top: 50px;
    padding-left: 13% !important;
    padding-right: 13% !important;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #404e55;
    padding-left: 0px;
    margin-top: 30px;
}

#progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 25%;
    position: relative;
    font-weight: 400;
    float: left;
}

#progressbar .step1:before {
    font-family: FontAwesome;
    content: "\f49e";
    color: #000;
}

#progressbar .step2:before {
    font-family: FontAwesome;
    content: "\f4de";
    color: #000;
}

#progressbar .step3:before {
    font-family: FontAwesome;
    content: "\f48b";
    color: #000;
}

#progressbar .step5:before {
    font-family: FontAwesome;
    content: "\f058";
    color: #000;
}
#progressbar .step4:before {
    font-family: FontAwesome;
    content: "\f2ea";
    color: #000;
}

#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 42px;
    display: block;
    font-size: 20px;
    background: #dddddd;
    border-radius: 50%;
    margin: auto;
    padding: 0px;
}

#progressbar li:after {
    content: "";
    width: 100%;
    height: 12px;
    background: #dddddd;
    position: absolute;
    left: 0;
    top: 16px;
    z-index: -1;
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50%;
}

#progressbar li:nth-child(2):after,
#progressbar li:nth-child(3):after,
#progressbar li:nth-child(4):after {
    left: -50%;
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%;
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--hover-color);
}

#progressbar li.active:before {
    /* font-family: FontAwesome;
    content: "\f00c" */
    color: #fff;
}
