
form {
    margin-bottom: 20px;
}
input[type="text"] {
    margin-right: 10px;
}



.order-details-container {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 1200px!important;
    margin: 30px auto;
}

.order-details-container p {
    font-size: 14px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.header h2 {
    font-size: 1.75rem;
    font-weight: 600;
    margin: 0;
}

.printer-icon {
    display: flex;
    align-items: center;
}

.printer-icon i {
    font-size: 1.5rem;
    margin-right: 8px;
}

.sidebar-none {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
}

.section-title-small {
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 600;
}

/* Order Info Section */
.order-info-section {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 20px;
}

.order-info-details p {
    margin: 0;
}

.order-info-details strong {
    display: inline-block;
    width: 180px;
}

.order-info-details a {
    color: #007bff;
    text-decoration: none;
}

/* Delivery Info Timeline */
.delivery-info {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-top: 20px;
}

.timeline {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #ddd;
    z-index: 1;
}

.timeline-step {
    position: relative;
    z-index: 2;
    background-color: green;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
}

.timeline-step i {
    font-size: 1.25rem;
}

.timeline-title {
    margin-top: 0px;
    font-size: 1rem;
    font-weight: 500;
}

/* Item Info Section */
.item-info {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.item-info-title {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.item-info img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

.item-info-details {
    margin-left: 0px;
}

.more-options {
    margin-top: auto;
    align-self: flex-end;
}
.feedback-section{
    text-align: center;
}
.feedback-section, span{
    padding-right: 5px;
    padding-left: 5px;
    
}
.payment-info i.bi-credit-card {
        margin-right: 5px; /* Adjust space between icon and text */
        font-size: 1.2rem; /* Adjust the size of the icon */
    }
@media (max-width: 768px) {
    .item-info-details {
        margin-left: 0;
        margin-top: 15px;
    }

    .more-options {
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: right;
    }
    .sidebar {
        margin-bottom: 0px;
    }
    .more-options {
        margin-top: 10px;
    }
    .item-info img {
        width: 100%;
    }
}


@media print {
            body * {
                visibility: hidden;
            }
            #print-order-details, #print-order-details * {
                visibility: visible;
            }
            #print-order-details {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
            }
        }
        
        
        
        
/***** Dash board section main *****/ 
.card-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.card p {
    font-size: 1rem;
    
}

.icons-d{
        width: 40px;
        padding-bottom: 10px;
    }
.card-link {
            text-decoration: none;
            color: inherit;
        }

.card-link:hover .card {
            transform: scale(1.05);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            transition: transform 0.2s, box-shadow 0.2s;
        }

.card {
            transition: transform 0.2s, box-shadow 0.2s;
			cursor: pointer;
			border-radius: 1rem;
			background-color: #E0F2F1;
        }

.hello-user{
            background-color: #E0F2F1;
        }
.row-custom{
    border-radius: 25px;
}


/*****End Dash board section main *****/ 

/***** custom dashboard become a seller *****/  

.custom-box {
        min-height: 250px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background-color: #E0F2F1;
    }
.btn-custom{
    background-color: #006559!important;
    color: white !important;
    border: none !important;
    padding: 10px 20px !important;
    font-size: 14px; /* Font size */
    text-align: center; /* Center text */
    text-decoration: none; /* Remove text decoration */
    display: inline-block; /* Display as inline-block */
    margin: 4px 2px; /* Margin */
    cursor: pointer; /* Pointer cursor */
    border-radius: 4px; /* Rounded corners */
    width: 100%; /* Full width */
    box-sizing: border-box; 
}
.btn-custom:hover {
  background-color: black!important;
  color: 006559;
}
.btn-custom-1{
    background-color: #006559!important;
    color: white !important;
    border: none !important;
    padding: 10px 20px !important;
    font-size: 14px; /* Font size */
    text-align: center; /* Center text */
    text-decoration: none; /* Remove text decoration */
    display: inline-block; /* Display as inline-block */
    margin: 4px 2px; /* Margin */
    cursor: pointer; /* Pointer cursor */
    border-radius: 4px; /* Rounded corners */

}   
.btn-custom-1:hover{
    background-color: black!important;
    color: 006559;

}
/***** End custom dashboard become a seller *****/  


/***** Start custom orders page after My-Account *****/




.order {
        border: 1px solid #e1e1e1;
        background-color: #ffffff;
        padding: 15px 0;
        margin: 10px 0;
        
    }

.order:last-child {
        border-bottom: none;
    }

.order-header > div {
        flex: 1;
        padding: 15px;
    }

.order-product {
        display: flex;
        
    }

.product-image img {
        max-width: 100%;
        height: auto;
    }

.product-details > div {
        margin-bottom: 5px;
    }

.order-actions .btn {
        width: 100%;
        text-align: center;
    }
.p-2 {
    text-align: center;
    font-size: 12px;
    font-family: Inter, sans-serif;
    box-shadow: inset -2px 0px 2px -2px rgba(0, 0, 0, 0.2), inset 2px 0px 2px -2px rgba(0, 0, 0, 0.2);
}

.dropdown-menu-custom {
    background-color: #ffffff; 
    border: 1px solid #004d40; 
    border-radius: 4px; 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


.dropdown-item {
    color: black; /* Text color */
    padding: 10px 20px; 
    font-size: 14px; 
    font-family: Inter, sans-serif;
    text-decoration: none; 
    border: 0px!important;
    
    
}

.dropdown-item:hover {
    background-color: #e0f2f1; /* Background color on hover */
    color: #004d40; /* Text color on hover */
}

/***** Start custom order page *****/


.list-group-item.active {
        color: #fff;
        background-color: #006559!important;
        
   
}
.order-page-header {
    background-color: #f8f9fa; 
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #ddd; 
}

.order-page-header label {
    margin-bottom: 0;
    margin-right: 5px; 
    font-size: 14px;
    margin-left: 20px;
    font-weight: 500;
    text-transform: uppercase;
    
}
.order-page-header .custom-select {
    display: inline-block;
    width: auto;
    margin-right: 30px;
    
}
@media (max-width: 768px) {
    .order-page-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .order-page-header .filter-group {
        width: 100%;
    }

    .order-page-header label,
    .order-page-header select {
        width: 100%;
        margin-right: 0;
    }

    .order-page-header select {
        margin-top: 5px; /* Add margin-top to separate label and select on mobile */
    }
}
/***** End custom order page *****/
@media (max-width: 900px) {
    .order-header {
        flex-direction: column;
    }
    
}

@media (max-width: 480px) {
    .woocommerce-MyAccount-content {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0px!important;
    }
}

/* Basic Reset */

.e-con>.e-con-inner{
    max-width: 100%!important;
}
       



















/* Cards Container */
        .cards-container {
            display: flex;
            justify-content: space-around;
            align-items: center;
            padding: 20px;
            gap: 20px;
            margin: 20px 0;
            flex-wrap: wrap;
        }

        .card {
            background-color: #e9eff4;
            padding: 20px;
            border-radius: 10px;
            width: 200px;
            text-align: center;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
        }

        .card-icon {
            font-size: 30px;
            color: #708090;
            margin-bottom: 10px;
        }

        .card h4 {
            font-size: 16px;
            margin-bottom: 10px;
            color: #4d606e;
        }

        .card-value {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 5px;
            color: #3a4d59;
        }

        .card-subtext {
            font-size: 12px;
            color: #8899a8;
            margin-top: 5px;
        }

        .card-subtext span {
            font-size: 10px;
            display: inline-block;
            margin-left: 5px;
        }

        .card-subtext .up {
            color: green;
        }

        .card-subtext .down {
            color: red;
        }

        /* Transaction and Order Section */
        .order-section {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
        }

        .transaction-history {
            flex: 0 0 70%;
            background-color: #ffffff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
        }

        .transaction-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
        }

        .transaction-header h2 {
            font-size: 24px;
            color: #333;
        }

        .transaction-header .filters {
            display: flex;
            gap: 10px;
        }

        .filters button {
            background-color: #e9eff4;
            border: none;
            padding: 8px 15px;
            border-radius: 5px;
            cursor: pointer;
            color: #333;
            font-size: 14px;
        }

        .order-status-container {
            flex: 0 0 25%;
            background-color: #f0f6f7;
            border-radius: 10px;
            padding: 20px;
            color: #333;
        }

        /* Order Status Timeline */
        .timeline {
            list-style: none;
            padding: 0;
        }

        .timeline-item {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

        .timeline-item .status-icon {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background-color: #c4c4c4;
            margin-right: 10px;
        }

        .timeline-item.active .status-icon {
            background-color: #019267;
        }

        .timeline-item .status-text {
            font-size: 14px;
            color: #555;
        }

        .timeline-item .status-date {
            font-size: 12px;
            color: #888;
        }

        /* Table */
        table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 10px;
        }

        th, td {
            padding: 15px;
            text-align: left;
            font-size: 14px;
            color: #333;
        }

        th {
            background-color: #d0dde5;
            color: #333;
            font-weight: bold;
        }

        .status {
            padding: 5px 10px;
            border-radius: 20px;
            font-weight: bold;
            text-align: center;
        }

        .status.processing { background-color: #ffc107; color: #fff; }
        .status.shipped { background-color: #28a745; color: #fff; }
        .status.delivered { background-color: #007bff; color: #fff; }
        .status.cancelled { background-color: #dc3545; color: #fff; }
        .status.refunded, .status.exchange, .status.returning {
            background-color: #333;
            color: #fff;
        }

        /* Pagination */
        .pagination {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 5px;
            margin-top: 10px;
        }

        .pagination span, .pagination button {
            background-color: #e9eff4;
            border: none;
            padding: 8px 12px;
            border-radius: 5px;
            cursor: pointer;
        }

        
