﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #efeef1;
}


.header {
    background: #fff;
    padding: 0.5rem 0rem;
}

.loggo {
    height: auto;
    width: 250px;
}

.aryan_inter {
    width: 70% !important;
}

.track span {
    color: red;
}

.box {
    border: 1px solid white;
    background-color: #fff;
    padding: 1.2rem 2.5rem;
    border-radius: 6px;
}

.box-2 {
    border: 1px solid white;
    background-color: #fff;
    padding: 0.5rem;
    border-radius: 6px;
}

.box-1 {
    border: 1px solid white;
    background-color: #fff;
    padding: 2rem;
    border-radius: 10px;
}


.aryan_inter {
    background-color: #f9fdff ;
    border: 1px solid #0071bd ;
    border-radius: 10px ;
    padding: 13px ;
    margin-right: 10px ;
}

.track2 {
    padding: 0.3rem 3rem;
    background: linear-gradient(90deg, #0071bd, #38b250) !important;
    color: white;
    border: 1px solid;
    border-radius: 10px !important;
    font-size: 1.1rem;
    white-space:nowrap;
}
.track2:hover {
    padding: 0.3rem 3rem;
    background: linear-gradient(90deg, #0071bd, #38b250) !important;
    color: white;
    border: 1px solid;
    border-radius: 10px !important;
    font-size: 1.1rem;
}


.top-text {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
        color: #000000;
}

.bottom-text {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
}

.hh2{
    font-size: 28px;
    color: #0071bd;
    text-align: start;
    margin-bottom: 20px;
}

.rr {
    font-size: 1.1rem;
    color: #0000006e;
    font-weight: 600;
}

.pp {
    font-size: 0.91rem;
    font-weight: 400;
    color: #000;
}

.topp {
    color: #0000006e;
    margin-bottom:2px;
    font-size:12px;
}

.bottomm {
    color: #000;
    font-weight: 400;
    margin-bottom:0;
    font-size: 15px;
}

.immg {
    height: 35px;
    width: 35px;
    margin-top: 2px;
}

.img1 {
    height: 40px;
    width: 40px;
}

.imgg {
    height: 80px;
}

.line {
    height: 4px;
    width: 91%;
    position: absolute;
    top: 21px;
    background-color: #9e9c9c;
    left: 129px;
}

.box-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid white;
    background-color: #fff;
    padding: 1rem;
    border-radius: 6px;
}

.circle {
    margin-bottom: 10px;
    margin-top: 10px;
    height: 25px;
    width: 25px;
    background-color: #9e9c9c;
    border-radius: 50%;
}

.book {
    text-align: start;
    margin: 0;
}

.aryan_ofd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.active .circle {
    background-color: green;
}

.active .line_1 {
    background-color: green !important;
}

.line-1 {
    margin-left: 51px;
    height: 56px;
    width: 2%;
    background-color: #1f1f1f9c;
    margin-top: -5px;
}


.box-4 {
    border: 1px solid white;
    background-color: #fff;
    padding: 1rem;
    border-radius: 6px;
        max-height: 60vh;
    overflow-y: auto;
}

.circle-1 {
    height: 20px;
    width: 20px;
    background-color: #1f1f1fb4;
    border-radius: 50%;
}

.one {
    background-color: #fafafa;
    padding: 0.65rem;
    border-radius: 10px;
}

.two {
    background-color: #FFFAF7;
    padding: 0.65rem;
    border-radius: 10px;
}

.track_history {
    color: #000;
    font-size: 13px;
}
.list_active p{
    font-size:14px;

}
.history_list {
    position: relative;
}

.history_list li {
    padding: 6px;
    position: relative;
    margin-left: 73px;
    background: #f4f4f4;
    border-radius: 10px;
    margin-bottom: 15px;
}


.history_list li>.number {
    position: absolute;
    width: 0px;
    border: 1px dashed black;
    top: 14px;
    left: -18px;
    height: 70px;
}

.history_list li>span:before {
    content: "";
    height: 13px;
    margin-top: -3px;
    width: 13px;
    display: flex;
    background-color: #3ab54a;
    border-radius: 50%;
       margin-left: -7px;
}

.history_list li:first-child .number:before {
    content: "";
    height: 20px;
     margin-top: -6px;
    width: 20px;
    display: flex;
    background-color: #3ab54a;
    border-radius: 50%;
    margin-left: -10px;
}
.meme{
    position: absolute;
    margin-bottom: 19px;
    top: -2px;
    left: -7px;
    color: #fff;
    font-size: 13px;

}




.text {
    font-size: 12px;
}

.number > span {
    font-size: 12px;
    position: absolute;
    left: -82px;
    top: -5px;
    min-width: 100px;
}

.number-1>span {
    position: absolute;
    left: -26px;
    top: -12px;
}

.history_list .list_active {
    background-color: #eff7fd;
}

.history_list li:last-child>span {
    height: auto;
}

.ship-text {
    font-size: 1.5rem;
}


/* responsive */

@media screen and (max-width:768px) {
    .track2 {
        padding: 0.5rem 1.9rem;
    }

    .aryan_inter {
        padding: 20px;
    }

    .order {
        flex-direction: column;
    }


    .box {
        border: 1px solid white;
        background-color: #fff;
        padding: 1rem 1.5rem;
        border-radius: 6px;
    }

    .bottomm {
        font-size: 0.9rem;
    }

    .line {
        height: 4px;
        width: 77%;
        position: absolute;
        top: 21px;
        background-color: #9e9c9c;
        left: 75px;
    }

    .history_list li>.number {

        height: 118px;
    }

}


@media screen and (max-width:468px) {
    body{
        margin: 10px;
    }
  
    .aryan_inter {
        padding: 6px;
    }

    .track2 {
        padding: 7px 9px;
        font-size: 14px;
        margin-left: 0 !important;
    }

    .box {
        border: 1px solid white;
        background-color: #fff;
        padding: 0.6rem 0.5rem;
        border-radius: 6px;
    }

    .order {
        flex-direction: row;
        justify-content: start;
        align-items: start !important;
        justify-content: start !important;
    }

    .order_row {
        row-gap: 10px;
        padding-bottom: 0 !important;
    }

    .receipt {
        border-top: 1px solid #f4f4f4;
        border-left: none !important;
    }

    .box-3 {
        padding: 0.5rem 0.2rem;

    }

    .circle {
        margin-bottom: 6px;
        margin-top: 6px;
        height: 18px;
        width: 18px;
        background-color: #9e9c9c;
        border-radius: 50%;
    }

    .line {
        height: 2px;
        width: 97%;
        position: absolute;
        top: 14px;
        background-color: #9e9c9c;
        left: 40px;
        z-index: -1;
    }

    .aryan_ofd {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-right: -2px;
        z-index: 999;
    }

    .book {
        text-align: start;
        font-size: 14px;
        margin: 0;
    }

    .loggo {
        height: auto;
        width: 150px;
    }

    .top-text {
        margin-left: 0 !important;
    }
}