<style>
/* Popup Modal Styles */
#edit-order-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Dark background */
    z-index: 9999;
    justify-content: center;
    align-items: flex-start; /* Align to the top for better scrolling */
    overflow-y: auto; /* Enable vertical scrolling */
}

/* Modal Content */
.edit-order-modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 40px auto; /* Space at the top and bottom */
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Header */
.edit-order-h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

/* Form Elements */
.edit-order-label {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    color: #555;
    width: 100%;
    text-align: left;
}

.edit-order-input,
.edit-order-select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.edit-order-input:focus,
.edit-order-select:focus {
    border-color: #0073e6;
    outline: none;
}

/* Buttons */
.edit-order-submit,
.edit-order-close {
    padding: 10px 20px;
    border: none;
    background-color: #0073e6;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    margin-right: 10px;
}

.edit-order-submit:hover {
    background-color: #005bb5;
}

.edit-order-close {
    background-color: #f44336;
}

.edit-order-close:hover {
    background-color: #d32f2f;
}

</style>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://safa.pk/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://safa.pk/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://safa.pk/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://safa.pk/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://safa.pk/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://safa.pk/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>https://safa.pk/wp-sitemap-taxonomies-product_tag-1.xml</loc></sitemap><sitemap><loc>https://safa.pk/wp-sitemap-taxonomies-anarkali_product_brands-1.xml</loc></sitemap><sitemap><loc>https://safa.pk/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
