.InvalidPageBtn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#000;color:#fff;box-shadow:0 0 10px #fe0;border-radius:40px;cursor:pointer;font-size:12px;padding:10px 0;width:60%;text-align:center;z-index:1000}.first-upload-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#ffd162;border-radius:20px;cursor:pointer;font-size:14px;padding:20px 0;width:100%;text-align:center;z-index:1000;display:flex;align-items:center;justify-content:center;gap:8px;max-width:250px;box-shadow:2px 3px 4px #7c7c7c}.first-upload-btn:hover{box-shadow:0 0 #0000;border:1px solid #000000}.upload-container{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:500px;z-index:1000;display:flex;flex-direction:column;align-items:center}.upload-btn{background-color:#000;color:#fff;position:fixed;bottom:0%;padding:20px 10px;justify-content:center;left:50%;z-index:1000;display:flex;align-items:center;cursor:pointer;transform:translate(-50%,-15%);width:90%;max-width:500px;gap:10px;border-radius:10px}.checkout-btn{background-color:#ffd162;color:#000;position:fixed;bottom:0%;padding:20px 10px;justify-content:center;left:50%;z-index:1000;display:flex;align-items:center;cursor:pointer;transform:translate(-50%,-25%);width:90%;max-width:500px;gap:20px;border-radius:10px;box-shadow:0 4px #e9be56;text-transform:uppercase}.checkout-btn div{font-size:16px;font-weight:700}.loading{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;height:100%}.loading span{display:inline-block;transform:translateY(0)}.loading span:nth-child(1){animation-delay:0s}.loading span:nth-child(2){animation-delay:.3s}.loading span:nth-child(3){animation-delay:.6s}@keyframes blink{0%,to{opacity:0}50%{opacity:1}}.full-page-deleting-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10001}.deleting-content{color:#fff;text-align:center;padding:20px;border-radius:8px}.deleting-content p{margin-top:10px;font-size:16px}.spinner{border:4px solid rgba(255,255,255,.3);border-radius:50%;border-top:4px solid #ffffff;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto}.header-container{position:fixed;top:0;left:0;width:100%;display:flex;flex-direction:column;z-index:1000}.header{width:100%;display:flex;align-items:center;justify-content:space-between;margin:0 auto;height:70px;background-color:#fff}.close-icon{cursor:pointer;padding:8px;border-radius:30px;background-color:#ffd162;margin-right:15px;color:#000}.header-text{margin-left:25px;display:grid}.header-title{font-size:18px;font-weight:600;margin-bottom:5px}.sub-heading{color:#6b6b6b;font-size:12px}.header-divider{width:100%;margin:0 auto;border:0;height:.5px;background:#b6b6b6}.sub-header{width:100%;display:flex;align-items:center;justify-content:center;margin:0 auto;background:#e9f8fe;font-size:.75rem;text-align:center;padding:10px 0}.modal-confirm{background:#007bff;color:#fff}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}.confirmation-modal{margin:0 10px;border-radius:15px;padding:15px;font-size:14px;background:#fff;max-width:350px;width:90%}.button-group{display:flex;gap:10px;justify-content:center}.button-group button{margin-top:5px;display:flex;justify-content:center;border-radius:15px;width:50%;padding:10px;cursor:pointer;border:none}.modal-confirm{background-color:#ffd162;color:#000}.CircularProgressbar{width:100%;vertical-align:middle}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;-webkit-transition:stroke-dashoffset .5s ease 0s;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;font-size:20px;dominant-baseline:middle;text-anchor:middle}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}.each-item-container{display:flex;align-items:center;padding:10px 0;border-radius:10px;box-shadow:0 0 3px #0003;background-color:#fff;position:relative;margin-top:10px;margin-bottom:20px}.drag-handle{height:100px;cursor:pointer}.image-container{position:relative;width:80px;height:120px;margin-right:10px}.each-item-image{width:80px;height:120px;object-fit:cover;border:1px solid #e5e5e5;border-radius:10px}.progress-overlay{border-radius:15px;position:absolute;top:0;width:80px;height:120px;background-color:#00000080;display:flex;justify-content:center;align-items:center}.each-item-image-progress-bar{width:70%;height:70%}.quote-container{height:100px;max-width:300px;width:100%;display:flex;justify-content:space-around;border:1px solid #e5e5e5;border-radius:10px;overflow-y:auto;padding:10px 0 10px 10px}p{margin:0}.quote-container .quote{font-size:12px;height:100px;width:100%;word-wrap:break-word}@keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}.quote-edit-icon{cursor:pointer;font-size:18px;margin-left:5px;color:#fff;background-color:#423800;padding:3px;border-radius:5px}.each-item-delete-icon{cursor:pointer;font-size:25px;color:#000}.textarea-container{position:relative;width:100%}.textarea-container textarea{background-color:#ebebeb;width:100%;border-radius:15px;padding:15px;box-sizing:border-box;resize:none;font-size:14px}.char-count{position:absolute;bottom:10px;right:10px;font-size:12px;color:#555;padding:2px;border-radius:5px;pointer-events:none}.skeleton-card{width:200px;border-radius:8px;display:flex;flex-direction:column;gap:12px;overflow:hidden}.skeleton-header{width:100%;height:150px;background:#feeef5;border-radius:8px;animation:shimmer 1.5s infinite;font-size:12px;padding:10px}.skeleton-line{width:100%;height:12px;color:#feeef5;background:#feeef5;border-radius:4px;animation:shimmer 1.5s infinite}.skeleton-line.short{width:60%}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:200px 0}}.skeleton-header,.skeleton-line{background:linear-gradient(90deg,#f1edfe 25%,#fff1ce,#f1edfe 75%);background-size:200% 100%}.bottom-sheet-container{position:fixed;bottom:0;left:0;right:0;z-index:10000;pointer-events:none}.bottom-sheet{position:fixed;bottom:-100%;left:0;right:0;background:linear-gradient(to bottom,#00645b,#08a899);border-radius:24px 24px 0 0;padding:24px 0 12px;box-shadow:0 -4px 20px #0003;transition:transform .5s cubic-bezier(.32,.72,0,1);max-height:90vh;overflow-y:auto;z-index:10001;text-align:center;pointer-events:auto}.bottom-sheet.visible{transform:translateY(0);bottom:0}.backdrop{position:fixed;inset:0;background:#000000b3;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:999}.backdrop.visible{opacity:1;pointer-events:auto}.sheet-content{margin:0 auto;padding:0 10px}@media (min-width: 500px){.bottom-sheet{max-width:460px;margin:0 auto;border-radius:15px 15px 0 0}.bottom-sheet.visible{transform:translate(-50%) translateY(0)}}.bottom-sheet h1{color:#fff;font-weight:700;margin:0;font-size:22px}.bottom-sheet h2{color:#fff;margin-bottom:15px}.bottom-sheet p{font-size:11px;color:#fff}.bottom-sheet img{margin-bottom:10px}.bottom-sheet input{background:#f4f4f4;border:none;border-radius:8px;padding:15px;margin-bottom:10px;width:100%;box-sizing:border-box}.bottom-sheet input:focus{outline:none}.bottom-sheet input::placeholder{color:#a7a7a7;font-weight:400}.error-popup{background-color:#fcc;color:#d8000c;padding:15px;border-radius:5px;margin:10px auto;text-align:center;font-size:14px}.phone-input-section{border-radius:10px;padding:12px;background:#fff;color:#000;margin-top:15px}.otp-options{display:flex;justify-content:space-evenly;margin-top:10px}.otp-options p{margin:0;color:#fff;cursor:pointer;text-decoration:underline;font-size:12px}.coupon-section{width:60%;margin:10px auto}.coupon-code{align-items:center;justify-content:space-evenly;border:2px dotted white;border-radius:10px}.coupon-text{color:#fff;font-size:35px;font-weight:700}.copy-btn{color:#fff;font-size:28px;width:50px!important;cursor:pointer}#recaptcha-container{display:none}.otp-button{gap:8px;height:50px;width:100%;background-color:#00675e;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:400;cursor:pointer}.loader{border:3px solid #c1c1c1;border-top:3px solid #ffffff;border-radius:50%;width:12px;height:12px;animation:spin 1s linear infinite}.copy-toast{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#000000e6;color:#fff;padding:12px 24px;border-radius:8px;opacity:0;transition:opacity .3s ease;z-index:10002;pointer-events:none;font-size:14px;white-space:nowrap}.copy-toast.show{opacity:1}.bottom-sheet.visible{transform:translateY(0);bottom:0;display:block!important}.body-no-scroll{overflow:hidden;position:fixed;width:100%;height:100%}.bottom-sheet{transition:transform .5s cubic-bezier(.32,.72,0,1)}.pictures-loading-container{position:absolute;top:35%;left:50%;transform:translate(-50%,-50%);border-radius:40px;cursor:pointer;font-size:12px;padding:10px 0;width:60%;text-align:center;z-index:1000}.container{width:100%;transition:padding .3s ease}.container.with-padding{padding-top:120px;padding-bottom:75px}.items-list{display:flex;align-items:center;margin:0 15px}.loading-spinner{border:4px solid #5e5e5e2a;border-top:4px solid black;border-radius:50%;width:30px;height:30px;animation:spin 2s linear infinite;margin:0 auto}.conversion-overlay{position:fixed;inset:0;background-color:#000000b3;z-index:9999;display:flex;flex-direction:column;justify-content:center;align-items:center}.spinner{border:5px solid #f3f3f3;border-top:5px solid #dd5993;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.upload-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;background:#f5f5f5;border-radius:8px;margin-top:20px}.upload-loading p{margin-top:10px;color:#666;font-size:14px}.upload-progress{width:200px;height:8px;background-color:#e0e0e0;border-radius:4px}.upload-progress::-webkit-progress-bar{background-color:#e0e0e0;border-radius:4px}.upload-progress::-webkit-progress-value{background-color:#4caf50;border-radius:4px;transition:width .3s ease}*{font-family:Poppins,sans-serif;font-weight:500;font-style:normal}body{margin:0;padding:0;display:flex;justify-content:center}.-translate-x-1\/2,.-translate-y-1\/2{transform:translate(-50%) skew(0) skewY(0) scaleX(1) scaleY(1)}
