.header {
    height: 75px !important;
    box-sizing: border-box;
    width: 100%;
    background-color: #007D88;
    flex-shrink: 0;
}

.header .container {
    height: 100%;
}

.logo {
    height: 100%;
}

.banner {
    background: url('../uploads/banner.jpg');
    height: 100vh;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    flex-direction: column;
}

@media screen and (max-width: 650px) {
    .banner {
        background: none;
        background-color: #dfdfdf;
    }
}

.box-track {
    padding: 10px
}

.box-search {
    position: relative;
}

.box-search i,
.box-search button {
    position: absolute;
}

.box-search i {
    left: 0;
}

.box-search button {
    right: 0
}

.search button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    width: 110px;
    background: blue;
}

.search input {
    height: 60px;
    text-indent: 25px;
    border: 2px solid #d6d4d4;
}

.search .fa-search {
    position: absolute;
    top: 23px;
    left: 16px;
}

.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}

@media screen and (min-width: 768px) {
    .text-sm-end {
        text-align: end;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1300px;
    }
}

.header {
    height: 75px !important;
    box-sizing: border-box;
    width: 100%;
    background-color: #007D88;
    flex-shrink: 0;
}

.header .container {
    height: 100%;
}

.logo,
.logo img {
    height: 100%;
}


.box-search {
    position: relative;
}

.box-search i,
.box-search button {
    position: absolute;
}

.box-info i {
    color: #007D88;
    font-size: 20px;
    margin-right: 5px;
    margin-left: 3px
}

.box-info {
    margin-bottom: 8px
}

.box-search i {
    left: 0;
}

.box-search button {
    right: 0
}

.search button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    width: 110px;
    background: blue;
}

.search input {
    height: 60px;
    text-indent: 25px;
    border: 2px solid #d6d4d4;
}

.search .fa-search {
    position: absolute;
    top: 23px;
    left: 16px;
}

.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}

.frame-7154-hkd {
    height: 100%;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.frame-7151-eQy {
    margin-right: 2.4rem;
    box-sizing: border-box;
    padding: 9px 11px;
    height: 100%;
    align-items: center;
    background-color: #ffffff;
    border-radius: 0.3rem;
    flex-shrink: 0;
}

.frame-7151-eQy input {
    border: none;
    font-size: 20px;
    color: #000;
    margin-top: -8px;
    width: 150px
}

.shadow-sm {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

@media screen and (max-width:650px) {
    .logo {
        height: 80%;
    }

    thead th {
        font-size: 13px;
    }

    .frame-7151-eQy input {
        width: 120px;
        font-size: 15px !important;
    }

    .frame-7151-eQy {
        margin-right: 5px;
    }
}

.frame-7151-eQy input:focus {
    border: none;
}

.icons-search24px-BSq {
    width: 24px;
    height: 24px;
    object-fit: contain;
    vertical-align: top;
    flex-shrink: 0;
}

.auto-group-ck61-THs {
    box-sizing: border-box;
    width: 100%;
    background-color: #EEEEEE;
    flex-shrink: 0;
}

.auto-group-ck61-THs .frame-7150-Me9 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
}

.frame-7150-Me9>* {
    flex: 1 1 auto;
}

.status-label {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.1428571429;
    text-transform: capitalize;
    color: #1176ae;
    font-family: Roboto, 'Source Sans Pro';
    white-space: nowrap;
    flex-shrink: 0;
}

.title-small {
    margin-bottom: 7px;
    display: flex;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #007D88;
    font-family: Roboto, 'Source Sans Pro';
    white-space: nowrap;
    flex-shrink: 0;
    align-items: center;
    position: relative;
}

.title-small::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: -4px;
    left: 0;
    background: linear-gradient(90deg, rgba(244, 209, 99, 1) 0%, rgba(244, 209, 99, 0.29744397759103647) 16%, rgba(244, 209, 99, 0) 52%);
}

@media screen and (min-width:768px) {
    .title-small.justify-content-sm-center::after {
        background: linear-gradient(90deg, rgba(244, 209, 99, 0) 14%, rgba(244, 209, 99, 1) 50%, rgba(244, 209, 99, 0) 86%);
    }

    .title-small.justify-content-sm-end::after {
        background: linear-gradient(90deg, rgba(244, 209, 99, 0) 29%, rgba(244, 209, 99, 0.29744397759103647) 54%, rgba(244, 209, 99, 1) 100%);
    }
}

.title-small i {
    margin-right: 5px;
    font-size: 15px;
    color: #007D88;
}

.col-time {
    position: relative;
}

.col-time::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 10px;
    border-radius: 10px;
    background: #007D88;
    top: 0;
    left: -5px;
}

.col-time>div {
    position: relative;
}

.col-time>div::before {
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 10px;
    background: #fec814;
    top: 30px;
    left: -4px;
    z-index: 1;
}

.delivered-box::before {
    /* content: '\f058'; */
    font-family: "Font Awesome 6 Free" !important;
}


.mt-70 {
    margin-top: 70px;
}

.mb-70 {
    margin-bottom: 70px;
}

.card {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    border-width: 0;
    transition: all .2s;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(26, 54, 126, 0.125);
    border-radius: .25rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.vertical-timeline {
    width: 100%;
    position: relative;
    padding: 1.5rem 0 1rem;
}

.vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 159px;
    height: 100%;
    width: 3px;
    background: #666666;
    border-radius: .25rem;
}

.vertical-timeline-element {
    position: relative;
    margin: 0 0 1rem;
}

.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
    visibility: visible;
    animation: cd-bounce-1 .8s;
}

.vertical-timeline-element-icon {
    position: absolute;
    top: 0;
    left: 151.5px;
}

.vertical-timeline-element-icon .badge-dot-xl {}

.badge-dot-xl {
    width: 18px;
    height: 18px;
    position: relative;
}

.badge:empty {
    display: none;
}


.badge-dot-xl::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 0.5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    background: black;
}

.vertical-timeline-element-content {
    position: relative;
    margin-left: 200px;
    font-size: 14px;
}

.vertical-timeline-element-content .timeline-title {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 .5rem;
    padding: 2px 0 0;
    font-weight: bold;
    color: #007D88
}

.vertical-timeline-element-content .vertical-timeline-element-date {
    display: block;
    position: absolute;
    left: -200px;
    top: 0;
    padding-right: 10px;
    text-align: right;
    color: #000000;
    font-size: 15px;
    white-space: nowrap;
}

.vertical-timeline-element-content:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width:650px) {
    .col-time::after {
        left: 3px;
    }

    .col-time>div::before {
        left: 4px;
    }
}

.form-search-tracking {
    position: absolute;
    margin-top: 170px;
    left: 0;
    right: 0;
}

.wrapper {
    margin: 30px;
    padding: 30px;
    background: #fff;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.wrapper-cell {
    display: flex;
    margin-bottom: 30px;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.animated-background {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #F6F6F6;
    background: linear-gradient(to right, #d4d4d4 8%, #F0F0F0 18%, #F6F6F6 33%);
    background-size: 800px 104px;
    height: 96px;
    position: relative;
}


.image {
    height: 100%;
    width: 40%;
    @extend .animated-background;
}

.text {
    margin-left: 20px;
    width: 100%;
}

.text-line {
    height: 20px;
    width: 100%;
    margin: 4px 0;
}