.main-container {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.main-container > div {
    /* background-color: rgba(0, 0, 0, 0.03); */
    width: 97.5%;
}

.tracking_container {
    background-color: var(--site-light-color);
    width: 100%;
}

.main-container .icon-contanier {
    width: 30%;
    height: 100%;
}

.main-container .detail-container {
    width: calc(70% - 5px);
    height: 100%;
}

.main-container .icon-contanier , .main-container .detail-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-container .detail-container p {
    color: #9c9c9c;
}

#container_number {
    font-weight: bold;
    letter-spacing: 1.5px;
}

#container_number:valid {
    text-transform: uppercase;
}

.searchBtn {
    background-color: var(--site-color);
    /* background-color: #ffa729; */
    letter-spacing: 1.5px;
}

.fa-truck-fast {
    color: #525252;
    font-size: 7em;
}

.fa-circle-check {
    font-size: 5em;
}

.pickup-badge {
    width: 200px;
    height: 40px;
    border-radius: 25px;
    text-align: center;
    padding-top: 10px;
}

.pickup-badge p {
    font-size: 1em;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1.5px;
}

.shipment-details {
    width: 90%;
    margin: auto;
    /* min-height: min-content; */
}

.shipment-details > div {
    width: 100%;
    /* height: 35px; */
    margin-bottom: 5px;
    display: flex;
}

.shipment-details > div div {
    width: 50%;
    height: min-content;
    text-align: left;
}

.shipment-details > div p {
    color: rgba(0, 0, 0, 0.4) !important;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.find_order {
    letter-spacing: 1.2px;
}

.locationDiv {
    height: 134.5px;
    width: 100%;
}

.loc_stts {
    min-width: 300px;
    height: 100%;
    background-color: transparent !important;
    margin: auto;
}

.loc_stts .loc-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.state-stts , .sttsWithDate{
    padding-top: 5px;
    min-width: 45%;
    max-width: 45%;
}

.state-stts h5 , .sttsWithDate h5{
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1.2px;
}

.state-stts h4 , .sttsWithDate h4{
    font-size: 17px;
    text-transform: capitalize;
}

.state-stts h6 , .sttsWithDate h6{
    font-size: 13px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.4);
}

.stts_icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    margin: 0 10px;
}

.icon_line {
    position: relative;
}

.icon_line .loc_line {
    width: 2px;
    height: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.left-arrow-icon {
    transform: rotate(-90deg);
}
/* 
.shipment_heading , .shipment_data {
    display: flex;
    justify-content: center;
} */

@media only screen and (max-width : 991px) {
    .pickup-badge {
        width: 130px;
        font-size: 11px;
        padding-top: 13px;
    }
}

@media only screen and (max-width : 767px) {
    .main-container{
        width: 100%;
    }
}

@media only screen and (max-width : 567px) {
    .pickup-badge {
        width: 100% !important;
        font-size: 8px;
        padding-top: 8.5px;
        height: 30px;
    }
    .main-container {
        display: block;
    }
    .main-container .icon-contanier{
        height: 40%;
        width: 100% !important;
    }
    .main-container .detail-container{
        height: 60%;
        width: 100% !important;
    }
}

.tracking-map {
    width: 100%;
    height: 600px;
    border-radius: 10px;
}

.tracking-map #map {
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.shippingLineMarker {
    background-color: transparent;
    border: none;
    font-weight: bold;
    padding: 5px 20px;
    font-size: 14px;
}