.hh-grayBox,
.status-item {
    margin-bottom: 20px;
}

#myform,
.card,
.order-tracking,
.qty {
    text-align: center;
}

.icon-navbar {
    font-size: 23px;
}

.trash-cart {
    cursor: pointer;
    font-size: 20px;
}

#myform {
    padding: 5px;
    border: 1px dotted #ccc;
    margin: 2%;
}

.qty {
    width: 60px;
    height: 25px;
}

input.qtyminus,
input.qtyplus {
    width: 25px;
    height: 25px;
}

.blue-nishan-background,
.order-tracking.completed:before {
    background-color: #04a6fe;
}

.blue-nishan-text {
    color: #04a6fe;
}

.order-card {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.order-card h2 {
    color: #333;
}

.order-card p {
    color: #555;
}

.status-history {
    margin-top: 30px;
}

.hh-grayBox {
    background-color: #f8f8f8;
    padding: 35px;
    margin-top: 20px;
}

.pt45 {
    padding-top: 45px;
}

.order-tracking {
    width: 33.33%;
    position: relative;
    display: block;
}

.order-tracking .is-complete {
    display: block;
    position: relative;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border: 0 solid #afafaf;
    background-color: #f7be16;
    margin: 0 auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    z-index: 2;
}

.order-tracking .is-complete:after {
    display: block;
    position: absolute;
    content: "";
    height: 14px;
    width: 7px;
    top: -2px;
    bottom: 0;
    left: 5px;
    margin: auto 0;
    border: 0 solid #afafaf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.order-tracking.completed .is-complete {
    border-color: #04a6fe;
    border-width: 0;
    background-color: #04a6fe;
}

.order-tracking.completed .is-complete:after {
    border-color: #fff;
    border-width: 0 3px 3px 0;
    width: 7px;
    left: 11px;
    opacity: 1;
}

.order-tracking p {
    color: #a4a4a4;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 20px;
}

.order-tracking p span {
    font-size: 14px;
}

.order-tracking.completed p {
    color: #000;
}

.order-tracking::before {
    content: "";
    display: block;
    height: 3px;
    width: calc(100% - 40px);
    background-color: #f7be16;
    top: 13px;
    position: absolute;
    left: calc(-50% + 20px);
    z-index: 0;
}

.order-tracking:first-child:before {
    display: none;
}

.question-account {
    cursor: pointer;
    text-decoration: underline;
    margin-bottom: 10px;
}

.dashboard {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
}

.card {
    background-color: #fff;
    border-radius: 10px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    padding: 20px;
    min-width: 200px;
    margin: 10px;
}

.value {
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0;
    color: #0593fc;
}

.bi-eye {
    font-size: 20px;
}

.order-status {
    font-size: 16px;
    text-transform: capitalize;
}

.br-10,
.modaal-container {
    border-radius: 10px !important;
}

.swal-footer,
.swal-text {
    text-align: center !important;
}

.first-image {
    margin-right: 0 !important;
}

@media (min-width: 768px) {
    .obj-mobile {
        display: none !important;
    }

    .obj-lg {
        display: block !important;
    }
}

@media screen and (max-width: 991px) {
    .obj-mobile {
        display: block !important;
        float: left;
        margin-inline-start: -50px;
        margin-inline-end: -35px;
    }

    .obj-lg {
        display: none !important;
    }
}

.count-cart {
    font-size: 15px;
    background: #3da8e3;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    border-radius: 50%;
    position: relative;
    top: -5px;
    height: 20px;
    width: 20px;
    text-align: center;
}
