/* _content/ShoppingCart/Views/DesignV2/Details.cshtml.rz.scp.css */
.design-detail-upload-area[b-uw4d52fbxr] {
    width: 100%;
    max-width: 280px;
    height: 120px;
    border: 2px dashed #aaa;
    border-radius: 8px;
    background-color: #f9f9f9;
    color: #777;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    font-family: sans-serif;
    margin: 20px 0;
    transition: border-color 0.3s;
}

    .design-detail-upload-area:hover[b-uw4d52fbxr] {
        border-color: #555;
    }

#design-detail-fileInput[b-uw4d52fbxr] {
    display: none;
}

.carousel-inner img[b-uw4d52fbxr] {
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.thumbnail-container[b-uw4d52fbxr] {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    margin-top: 10px;
    padding-bottom: 5px;
}
    .thumbnail-container[b-uw4d52fbxr]::-webkit-scrollbar {
        display: none;
    }

.thumbnail-container[b-uw4d52fbxr] {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
    .thumbnail-container img[b-uw4d52fbxr] {
        width: 80px;
        height: 80px;
        object-fit: cover;
        cursor: pointer;
        border: 2px solid transparent;
        border-radius: 4px;
        transition: border-color 0.3s;
    }
        .thumbnail-container img.active[b-uw4d52fbxr] {
            border-color: #007bff;
        }

        .thumbnail-container img:hover[b-uw4d52fbxr] {
            border-color: #0056b3;
        }
.bg-light1[b-uw4d52fbxr] {
    background-color: #fcfdfe;
}

[ng-cloak][b-uw4d52fbxr] {
    display: none !important;
}
/* _content/ShoppingCart/Views/DesignV2/index.cshtml.rz.scp.css */
/*.designattributevaluecontainer {
    max-height: 0px;
    transition: all 0.3s ease;
    overflow: hidden;
}

input:checked + .designattributevaluecontainer {
    max-height: 10000px;
}

.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next {
    visibility: visible !important
}*/

.product-card[b-xbbgy0nwpb] {
    position: relative;
    overflow: hidden;
}

.product-img-wrapper[b-xbbgy0nwpb] {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
}

    .product-img-wrapper img[b-xbbgy0nwpb] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: opacity 0.3s ease;
    }

.img-front[b-xbbgy0nwpb] {
    opacity: 1;
    z-index: 1;
}

.img-back[b-xbbgy0nwpb] {
    opacity: 0;
    z-index: 2;
}

.product-card:hover .img-front[b-xbbgy0nwpb] {
    opacity: 0;
}

.product-card:hover .img-back[b-xbbgy0nwpb] {
    opacity: 1;
}

.discount-badge[b-xbbgy0nwpb] {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: black;
    color: white;
    font-size: 0.8rem;
    padding: 3px 8px;
    border-radius: 20px;
    z-index: 3;
}

.product-card:hover .hover-overlay[b-xbbgy0nwpb] {
    transform: translateY(0);
}

.price-old[b-xbbgy0nwpb] {
    text-decoration: line-through;
    color: grey;
    font-size: 0.9rem;
}

.price-new[b-xbbgy0nwpb] {
    color: green;
    font-weight: 600;
}

.offcanvas-end[b-xbbgy0nwpb] {
    width: 320px;
}

.fixed-filter-button[b-xbbgy0nwpb] {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1040;
}

.disabled-btn[b-xbbgy0nwpb] {
    opacity: 0.4;
    pointer-events: none;
    cursor: not-allowed;
}
/* _content/ShoppingCart/Views/Home/Index.cshtml.rz.scp.css */
/* _content/ShoppingCart/Views/Shared/Components/AppHeader/Default.cshtml.rz.scp.css */
/* _content/ShoppingCart/Views/Shared/_Layout.cshtml.rz.scp.css */
/* _content/ShoppingCart/Views/User/Addresses.cshtml.rz.scp.css */
.bg-green[b-de82vwq7f1] {
    background-color: #e5f2e5;
}

.sub-title:hover[b-de82vwq7f1] {
    font-weight: bold;
    cursor: pointer;
}

.custom-shadow[b-de82vwq7f1] {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

    .custom-shadow:hover[b-de82vwq7f1] {
        box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    }
/* _content/ShoppingCart/Views/User/CartV2.cshtml.rz.scp.css */
/*.empty-cart {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    min-height: 50vh;
    text-align: center;
    margin-bottom: 20px;
}

    .empty-cart .icon {
        font-size: 48px;
        color: #2d66c3;
        margin-bottom: 20px;
    }

    .empty-cart h1 {
        font-size: 36px;
        font-weight: 600;
        margin: 30px 0 10px;
    }

.empty-wishlist p {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.empty-cart a {
    color: #2d66c3;
    text-decoration: underline;
}

    .empty-cart .btn:hover {
        background-color: #204f9c;
        text-decoration: none;
    }

.empty-cart .icon i {
    font-size: 100px;
    color: #777777;
}
*/

.container[b-5q58zptjwj] {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: auto;
}

.header[b-5q58zptjwj] {
    padding: 30px;
    border-bottom: 2px solid #e9ecef;
}

    .header h1[b-5q58zptjwj] {
        font-size: 32px;
        font-weight: 400;
        color: #333;
        margin-bottom: 20px;
    }

.product-count[b-5q58zptjwj] {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.product-item[b-5q58zptjwj] {
    padding: 30px;
    border: 1px solid #e9ecef;
    margin: 20px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.product-image[b-5q58zptjwj] {
    width: 120px;
    height: 120px;
    background-color: #e9ecef;
    border-radius: 6px;
    flex-shrink: 0;
    overflow: hidden;
}

    .product-image img[b-5q58zptjwj] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.product-details[b-5q58zptjwj] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-name[b-5q58zptjwj] {
    font-size: 20px;
    font-weight: 500;
    color: #333;
/*    margin-bottom: 15px;*/
}

.product-price[b-5q58zptjwj] {
    font-size: 20px;
    font-weight: 600;
    color: #333;
/*    margin-bottom: 15px;*/
}

.product-options[b-5q58zptjwj] {
    display: flex;
    gap: 30px;
/*    margin-bottom: 20px;*/
}

.option-group[b-5q58zptjwj] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.option-label[b-5q58zptjwj] {
    color: #6c757d;
    font-size: 16px;
}

.option-value[b-5q58zptjwj] {
    color: #333;
    font-weight: 500;
    font-size: 16px;
}

.product-actions[b-5q58zptjwj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.delivery-info[b-5q58zptjwj] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6c757d;
    font-size: 16px;
}

.delivery-icon[b-5q58zptjwj] {
    width: 20px;
    height: 20px;
    background-color: #6c757d;
    border-radius: 3px;
    position: relative;
}

    .delivery-icon[b-5q58zptjwj]::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 12px;
        height: 12px;
        border: 2px solid white;
        border-left: none;
        border-top: none;
        transform: translate(-50%, -60%) rotate(45deg);
    }

.pincode-input[b-5q58zptjwj] {
    color: #333;
    font-size: 16px;
    text-decoration: underline;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.right-actions[b-5q58zptjwj] {
    display: flex;
    align-items: center;
    gap: 30px;
}

.exchange-info[b-5q58zptjwj] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6c757d;
    font-size: 14px;
}

.exchange-icon[b-5q58zptjwj] {
    width: 16px;
    height: 16px;
    background-color: #6c757d;
    border-radius: 50%;
    position: relative;
}

    .exchange-icon[b-5q58zptjwj]::before {
        content: '⟲';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 10px;
    }

.quantity-selector[b-5q58zptjwj] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.quantity-label[b-5q58zptjwj] {
    font-size: 16px;
    color: #333;
}

.quantity-dropdown[b-5q58zptjwj] {
    padding: 8px 12px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 8px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 32px;
    min-width: 60px;
}

    .quantity-dropdown:focus[b-5q58zptjwj] {
        outline: 2px solid #007bff;
        border-color: #007bff;
    }
/* _content/ShoppingCart/Views/User/Login.cshtml.rz.scp.css */
.container[b-mjh8yqq11n] {
    background: white;
    border-radius: 10px;
    padding: 50px 45px;
    width: 100%;
    max-width: 450px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    position: relative;
}

.header[b-mjh8yqq11n] {
    text-align: center;
    margin-bottom: 45px;
}

.logo[b-mjh8yqq11n] {
    margin-bottom: 24px;
}

    .logo img[b-mjh8yqq11n] {
        height: 100px;
        width: 200px;
        object-fit: contain;
    }

.title[b-mjh8yqq11n] {
    font-size: 28px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

    .title .signup[b-mjh8yqq11n], .title .signin[b-mjh8yqq11n] {
        color: rgb(225, 23, 30);
    }

    .title .or[b-mjh8yqq11n] {
        color: #718096;
        font-weight: 400;
        margin: 0 8px;
    }

.subtitle[b-mjh8yqq11n] {
    color: #718096;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

.form-section[b-mjh8yqq11n] {
    margin-bottom: 32px;
}

.input-wrapper[b-mjh8yqq11n] {
    position: relative;
    margin-bottom: 28px;
}

.input-label[b-mjh8yqq11n] {
    display: block;
    color: #2d3748;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    letter-spacing: 0.025em;
}

.mobile-input-container[b-mjh8yqq11n] {
    position: relative;
    display: flex;
    align-items: center;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

    .mobile-input-container:focus-within[b-mjh8yqq11n] {
        border-color: rgb(225, 23, 30);
        box-shadow: 0 0 0 3px rgba(225, 23, 30, 0.1);
    }

.country-code[b-mjh8yqq11n] {
    padding: 18px 16px;
    color: #4a5568;
    font-weight: 600;
    font-size: 16px;
    border-right: 2px solid #e2e8f0;
    background: #f8fafc;
}

.mobile-input[b-mjh8yqq11n] {
    flex: 1;
    height: 56px;
    border: none;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    color: #1a202c;
    background: transparent;
    outline: none;
}


    .mobile-input[b-mjh8yqq11n]::placeholder {
        color: #a0aec0;
        font-weight: 400;
    }



/* Validation error styles */
.text-danger[b-mjh8yqq11n] {
    color: rgb(225, 23, 30) !important;
    font-size: 13px;
    font-weight: 500;
    margin-top: 8px;
    display: block;
}

.input-wrapper.error .mobile-input-container[b-mjh8yqq11n] {
    border-color: rgb(225, 23, 30);
    box-shadow: 0 0 0 3px rgba(225, 23, 30, 0.1);
}

.terms-section[b-mjh8yqq11n] {
    margin-bottom: 32px;
    text-align: center;
    padding: 20px;
    background: #f8fafc;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
}

.terms-text[b-mjh8yqq11n] {
    font-size: 13px;
    color: #718096;
    line-height: 1.6;
}

.terms-link[b-mjh8yqq11n] {
    color: rgb(225, 23, 30);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
}

    .terms-link:hover[b-mjh8yqq11n] {
        text-decoration: underline;
    }

.continue-button[b-mjh8yqq11n] {
    width: 100%;
    height: 56px;
    background-color: rgb(236, 236, 236);
    border: none;
    border-radius: 5px;
    color: rgb(225, 23, 30);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

    .continue-button[b-mjh8yqq11n]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: left 0.5s ease;
    }

    .continue-button:hover[b-mjh8yqq11n]::before {
        left: 100%;
    }

    .continue-button:hover[b-mjh8yqq11n] {
        transform: translateY(-2px);
        box-shadow: 0 15px 35px rgba(102, 126, 234, 0.4);
    }

    .continue-button:active[b-mjh8yqq11n] {
        transform: translateY(0);
    }

    .continue-button:disabled[b-mjh8yqq11n] {
        background: #e2e8f0;
        cursor: not-allowed;
        transform: none;
        box-shadow: none;
        color: #a0aec0;
    }

    .continue-button.enabled[b-mjh8yqq11n] {
        background: rgb(225, 23, 30);
        color: #FFFFFF;
    }

    .continue-button:disabled[b-mjh8yqq11n]::before {
        display: none;
    }

.help-section[b-mjh8yqq11n] {
    text-align: center;
}

.help-text[b-mjh8yqq11n] {
    font-size: 14px;
    color: #718096;
    font-weight: 400;
}

.help-link[b-mjh8yqq11n] {
    color: rgb(225, 23, 30);
    font-weight: 600;
    text-decoration: none;
    margin-left: 4px;
    transition: all 0.2s ease;
    cursor: pointer;
}

    .help-link:hover[b-mjh8yqq11n] {
        text-decoration: underline;
    }

/*.progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(225, 23, 30), #f5576c);
    border-radius: 0 0 32px 32px;
    width: 0%;
    transition: width 0.3s ease;
}*/

/* Hide the default validation summary if using one */
.validation-summary-errors[b-mjh8yqq11n] {
    display: none;
}


.custom-phone-input .country-code[b-mjh8yqq11n] {
    font-size: 0.35rem; /* Smaller +91 */
    padding: 0.375rem 0.75rem;
}

.custom-phone-input .form-control[b-mjh8yqq11n] {
    font-size: 0.35rem; /* Smaller placeholder and input text */
    padding: 0.375rem 0.75rem;
}

    .custom-phone-input .form-control[b-mjh8yqq11n]::placeholder {
        font-size: 0.35rem; /* Smaller placeholder text */
        color: #888; /* Softer gray */
    }



/* _content/ShoppingCart/Views/User/OrdersStatus.cshtml.rz.scp.css */
.bg-pink-tint[b-zw5xu05pog] {
    background-color: #fbe8ef;
}

.bg-pink[b-zw5xu05pog] {
    color: #d81b60;
}
/* _content/ShoppingCart/Views/User/OrdersV2.cshtml.rz.scp.css */
/*.custom-table-bordered td,
.custom-table-bordered th {
    border-left: none !important;
    border-right: none !important;
}

.custom-table-bordered tr {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.custom-table-bordered thead th {
    border-bottom: 1px solid #dee2e6 !important;
}

.custom-table-wrapper {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-radius: 0.25rem;
    overflow: hidden;
}

.custom-table-bordered tbody tr:hover {
    background-color: #f9f9f9;
}

.empty-cart .icon i {
    font-size: 100px;
    color: #777777;
}

.empty-cart .btn:hover {
    background-color: #204f9c;
    text-decoration: none;
}

.empty-cart .btn {
    background-color: #2d66c3;
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}
*/






.page-container[b-3o9m5mntd1] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
    
}

.header[b-3o9m5mntd1] {
    text-align: center;
    margin-bottom: 50px;
}

    .header h1[b-3o9m5mntd1] {
        font-size: 2.5rem;
        font-weight: 400;
        color: #333;
        margin-bottom: 12px;
    }

    .header p[b-3o9m5mntd1] {
        font-size: 1rem;
        color: #666;
        line-height: 1.5;
        max-width: 500px;
    }

.content[b-3o9m5mntd1] {
    width: 100%;
    max-width: 600px;

}

.order-item[b-3o9m5mntd1] {
    display: flex;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    border-bottom: 1px solid #e0e0e0;

}

    .order-item:hover[b-3o9m5mntd1] {
/*        background-color: rgba(0,0,0,0.02);*/
        background-color: #f4f4f4;
        margin: 0 -20px;
        padding: 20px;
        border-radius: 8px;
    }

.product-image[b-3o9m5mntd1] {
    width: 80px;
    height: 100px;
    border-radius: 8px;
    object-fit: cover;
    margin-right: 20px;
}

.order-details[b-3o9m5mntd1] {
    flex: 1;
}

.order-id[b-3o9m5mntd1] {
    font-size: 0.9rem;
    color: #999;
    margin-bottom: 8px;
}

.order-status[b-3o9m5mntd1] {
    font-size: 1.2rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 6px;
}

.delivery-info[b-3o9m5mntd1] {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 4px;
}

.payment-method[b-3o9m5mntd1] {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 2px;
}

.arrow[b-3o9m5mntd1] {
    color: #ccc;
    font-size: 1.5rem;
    margin-left: 20px;
}

/* _content/ShoppingCart/Views/User/Profile.cshtml.rz.scp.css */
/*


.btn-male {
    background-color: #212529;
    color: white;
}

.btn-outline-male {
    border: 1px solid #212529;
    color: #212529;
}

.btn-female {
    background-color: #dc3545;
    color: white;
}

.btn-outline-female {
    border: 1px solid #dc3545;
    color: #dc3545;
}

.custom-shadow-start {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}

.custom-shadow-end {
    box-shadow: -6px 4px 6px rgba(0, 0, 0, 0.1), -4px 2px 4px rgba(0, 0, 0, 0.06);
}

.btn-male {
    background-color: #212529;
    color: white;
}

.btn-unspecified {
    background-color: #dee2e6;
    color: #000;
    border: 1px solid #ccc;
}

.btn-outline-unspecified {
    background-color: transparent;
    border: 1px solid #ccc;
    color: #666;
}

.overflow-auto {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    padding: 20px;
}

.btn-close {
    width: 1.2rem;
    height: 1.2rem;
    filter: invert(12%) sepia(95%) saturate(7000%) hue-rotate(1deg) brightness(70%) contrast(150%);
}

.btn-outline-male {
    border: 1px solid #212529;
    color: #212529;
}

.btn-female {
    background-color: #dc3545;
    color: white;
}

.btn-outline-female {
    border: 1px solid #dc3545;
    color: #dc3545;
}

.custom-shadow-start {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}

.custom-shadow-end {
    box-shadow: -6px 4px 6px rgba(0, 0, 0, 0.1), -4px 2px 4px rgba(0, 0, 0, 0.06);
}

.porofile {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.profile {
    text-align: center;
    width: 100%;
    max-width: 400px;
    padding: 20px;
    border-radius: 10px;
}

.avatar {
    width: 80px;
    height: 80px;
    background: linear-gradient(to bottom, #ffffff, #f8f9fa);
    border-radius: 50%;
    margin: 0 auto 10px;
    font-size: 40px;
    color: #a18350;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.name {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 4px;
}

.form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: left;
}

label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    color: #555;
}

.form p {
    padding: 10px;
    background: #f9f9f9;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    margin: 0;
}
*/




.center-wrapper[b-vwnuk4ixo6] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-bottom: 15px;
}


.profile-container[b-vwnuk4ixo6] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 480px;
    padding: 10px 32px 40px 32px;
    text-align: center;
}

.profile-avatar[b-vwnuk4ixo6] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #8B5CF6, #A855F7);
    border-radius: 50%;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .profile-avatar[b-vwnuk4ixo6]::before {
        content: '';
        width: 32px;
        height: 32px;
        background: #000;
        border-radius: 4px;
    }

.profile-title[b-vwnuk4ixo6] {
    font-size: 32px;
    font-weight: 500;
    color: #8C8C8C;
    margin-bottom: 8px;
}

.profile-subtitle[b-vwnuk4ixo6] {
    font-size: 16px;
    color: #6b7280;
    margin-bottom: 32px;
}

.form-group[b-vwnuk4ixo6] {
    margin-bottom: 24px;
    text-align: left;
}

.form-label[b-vwnuk4ixo6] {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 8px;
}

    .form-label[b-vwnuk4ixo6]::before {
        content: '';
        width: 16px;
        height: 16px;
        margin-right: 8px;
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.7;
    }

    .form-label.name[b-vwnuk4ixo6]::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z' /%3E%3C/svg%3E");
    }

    .form-label.email[b-vwnuk4ixo6]::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 8l7.89 4.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z' /%3E%3C/svg%3E");
    }

    .form-label.gender[b-vwnuk4ixo6]::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z' /%3E%3C/svg%3E");
    }

    .form-label.dob[b-vwnuk4ixo6]::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z' /%3E%3C/svg%3E");
    }

    .form-label.location[b-vwnuk4ixo6]::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z' /%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 11a3 3 0 11-6 0 3 3 0 016 0z' /%3E%3C/svg%3E");
    }

.form-control[b-vwnuk4ixo6], .form-select[b-vwnuk4ixo6] {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    background-color: #f9fafb;
    color: #374151;
    transition: all 0.2s ease;
    outline: none;
}

    .form-control:focus[b-vwnuk4ixo6], .form-select:focus[b-vwnuk4ixo6] {
        border-color: #8B5CF6;
        background-color: white;
        box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1);
    }

    .form-control[b-vwnuk4ixo6]::placeholder, .form-select option[value=""][b-vwnuk4ixo6] {
        color: #9ca3af;
    }

    .form-control.is-invalid[b-vwnuk4ixo6], .form-select.is-invalid[b-vwnuk4ixo6] {
        border-color: #ef4444;
        background-color: #fef2f2;
    }

.form-select[b-vwnuk4ixo6] {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 40px;
    appearance: none;
}

.error-message[b-vwnuk4ixo6] {
    margin-top: 6px;
    padding: 6px 12px;
    background-color: #fef2f2;
    border-radius: 6px;
    border-left: 3px solid #ef4444;
}

.error-text[b-vwnuk4ixo6] {
    font-size: 12px;
    color: #dc2626;
    font-weight: 500;
}

.save-button[b-vwnuk4ixo6] {
    width: 100%;
    padding: 14px 24px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 8px;
}

    .save-button:hover[b-vwnuk4ixo6] {
        background: linear-gradient(135deg, #059669, #047857);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
    }

    .save-button:active[b-vwnuk4ixo6] {
        transform: translateY(0);
    }

.date-input-wrapper[b-vwnuk4ixo6] {
    position: relative;
}

    .date-input-wrapper[b-vwnuk4ixo6]::after {
        content: '';
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
/*        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z' /%3E%3C/svg%3E");*/
        background-size: contain;
        opacity: 0.5;
        pointer-events: none;
    }

.profile-heading[b-vwnuk4ixo6] {
    font-size: 32px;
    font-weight: 500;
    color: #221F1F; /* gray tone */
    margin-bottom: 4px;
    text-align: left; /* align to left */
}
/* _content/ShoppingCart/Views/User/ValidateOtp.cshtml.rz.scp.css */
.container[b-u5l7h1etap] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 32px;
    width: 100%;
    max-width: 400px;
}

.container-fluid[b-u5l7h1etap] {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}

.header[b-u5l7h1etap] {
    text-align: center;
    margin-bottom: 32px;
}

.title[b-u5l7h1etap] {
    font-size: 24px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 8px;
}

.subtitle[b-u5l7h1etap] {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
}

.otp-section[b-u5l7h1etap] {
    margin-bottom: 32px;
}

.section-title[b-u5l7h1etap] {
    font-size: 20px;
    font-weight: 500;
    color: #1f2937;
    margin-bottom: 16px;
}

.phone-info[b-u5l7h1etap] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    font-size: 14px;
}

.phone-label[b-u5l7h1etap] {
    color: #6b7280;
}

.phone-number[b-u5l7h1etap] {
    color: #1f2937;
    font-weight: 500;
}

.change-link[b-u5l7h1etap] {
    color: rgb(225, 23, 30);
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s;
}

    .change-link:hover[b-u5l7h1etap] {
        color: rgb(225, 23, 30);
    }

.otp-inputs[b-u5l7h1etap] {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-bottom: 24px;
}

.otp-input[b-u5l7h1etap] {
    width: 48px;
    height: 48px;
    border: 2px solid #d1d5db;
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: border-color 0.2s;
}

    .otp-input:focus[b-u5l7h1etap] {
        border-color: rgb(225, 23, 30);
    }

    .otp-input:disabled[b-u5l7h1etap] {
        background-color: #f3f4f6;
        cursor: not-allowed;
    }

.verify-button[b-u5l7h1etap] {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
    background-color: #6b7280;
    color: white;
}

    .verify-button:hover:not(:disabled)[b-u5l7h1etap] {
        background-color: #374151;
    }

    .verify-button:disabled[b-u5l7h1etap] {
        background-color: #d1d5db;
        color: #9ca3af;
        cursor: not-allowed;
    }

.resend-section[b-u5l7h1etap] {
    text-align: center;
    margin-top: 16px;
    font-size: 14px;
}

.resend-text[b-u5l7h1etap] {
    color: #6b7280;
}

.resend-link[b-u5l7h1etap] {
    color: rgb(225, 23, 30);
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s;
}

    .resend-link:hover[b-u5l7h1etap] {
        color: rgb(225, 23, 30);
    }


.otp-digit:focus[b-u5l7h1etap] {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.25) !important;
    outline: none !important;
}

.otp-digit:disabled[b-u5l7h1etap] {
    background-color: #f8f9fa !important;
    cursor: not-allowed;
}

#verifyBtn:not(:disabled)[b-u5l7h1etap] {
    background-color: #dc3545 !important;
    cursor: pointer;
}

    #verifyBtn:not(:disabled):hover[b-u5l7h1etap] {
        background-color: #c82333 !important;
    }

#verifyBtn:disabled[b-u5l7h1etap] {
    background-color: #6c757d !important;
    cursor: not-allowed;
    opacity: 0.6;
}

.card[b-u5l7h1etap] {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}
/* _content/ShoppingCart/Views/User/Wallet.cshtml.rz.scp.css */

.bg-light-custom[b-g9lwwyeakm] {
    background-color: #f4f9ff
}


.accordion-button:not(.collapsed)[b-g9lwwyeakm][b-g9lwwyeakm] {
    color: #000;
    background-color: #f4f9ff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}


.accordion-button[b-g9lwwyeakm] {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #6c757d;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
/* _content/ShoppingCart/Views/User/WishList.cshtml.rz.scp.css */
/*.icon-holder {
    position: relative;
}

    .icon-holder img {
        display: block;
    }

    .icon-holder .fa-circle-xmark {
        position: absolute;
        top: 40px;
        right: 20px;
    }


.custom-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}




.icon-holder {
    position: relative;
}

.bg-container {
    position: relative;
}

    .bg-container:hover .add-to-cart-btn {
        display: block;
    }

.add-to-cart-btn {
    position: absolute;
    bottom: 0px;
    display: none;
    width: 100%;
}
*/

