.dashboard-card {
    background: #f8f8f8;
    border-radius: 20px;
    padding: 40px;
    border: 1px solid #b1b0b0;
}

.sidebar-item {
    display: flex;
    align-items: center;
    padding: 14px 0;
    font-weight: 500;
    cursor: pointer;
    font-size: 19px;
}

.sidebar-item i {
    font-size: 18px;
    margin-right: 10px;
    color: #000;
}

.sidebar-item:hover {
    color: #007bff;
}


/* Offcanvas Style for Bootstrap 4 */

.offcanvas-right {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease-in-out;
    z-index: 1050;
    overflow-y: auto;
    padding: 20px;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.offcanvas-right::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari ke liye scrollbar hide */
}

.offcanvas-right.show {
    right: 0;
}

.offcanvas-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.right-detaisl-show {
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.myn {
    margin-top: 75px;
    margin-bottom: 110px;
}

.detaisl-account {
    list-style: none;
    padding-left: 0;
}

.detaisl-account li {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #666666;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 15px 0;
    display: flex;
    justify-content: space-between;
    width: 290px;
    background: #fff;
    padding: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media screen and (max-width:767px) {
    .dashboard-card {
        padding: 20px;
        border: none;
    }
    .right-detaisl-show {
        margin-top: 40px;
    }
    .dashboard-card {
        border-radius: 20px;
    }
}


/* <style> */

#mainContent .order-history {
    max-width: 800px;
    margin: 30px auto;
    color: #000;
}

#mainContent .order-history h2 {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#mainContent .order-card {
    border-top: 1px solid #ccc;
    padding: 15px 0;
}

#mainContent .order-card img {
    width: 100px;
}

#mainContent .order-info {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

#mainContent .order-product {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

#mainContent .order-product img {
    border: 1px solid #ddd;
}

#mainContent .product-name {
    font-weight: 500;
}

#mainContent .product-qty,
.product-price {
    font-size: 14px;
    color: #555;
}

#mainContent .order-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#mainContent .order-status span {
    font-size: 14px;
    color: green;
    margin-right: 45px;
}

#mainContent .order-id {
    color: #ca1515;
}

#mainContent .details-btn {
    background: transparent;
    border: 1px solid #000;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
}

#mainContent .details-btn:hover {
    background: #000;
    color: #fff;
}


/* </style> */