.patient-verification{width:100%;padding:2rem 0;background-color:#f8f9fa;min-height:100vh}.patient-verification .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.pv-header{text-align:center;margin-bottom:3rem}.pv-heading{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin:0 0 1rem}.pv-subheading{font-size:1.125rem;color:#6b7280;margin:0}.pv-status-container{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.pv-overall-status{display:flex;align-items:center;justify-content:center}.pv-status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:1rem;transition:all .2s ease}.pv-status-badge .pv-status-icon{font-size:1.25rem;line-height:1}.pv-status-green{background-color:#d1fae5;color:#065f46;border:2px solid #10b981}.pv-status-orange{background-color:#fed7aa;color:#92400e;border:2px solid #f59e0b}.pv-status-red{background-color:#fee2e2;color:#991b1b;border:2px solid #ef4444}.pv-status-gray{background-color:#f3f4f6;color:#4b5563;border:2px solid #9ca3af}.pv-content{margin-top:2rem}.pv-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}@media(max-width:768px){.pv-grid{grid-template-columns:1fr}}.pv-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:all .3s ease;border:3px solid transparent}.pv-card:hover{box-shadow:0 4px 6px #00000026;transform:translateY(-2px)}.pv-card-empty{border-color:#d1d5db}.pv-card-pending{border-color:#f59e0b}.pv-card-verified{border-color:#10b981}.pv-card-rejected{border-color:#ef4444}.pv-card-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;background:#f9fafb;border-bottom:1px solid #e5e7eb}.pv-card-title{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:0}.pv-badge{display:inline-block;padding:.25rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.pv-badge-required{background-color:#fee2e2;color:#991b1b}.pv-badge-optional{background-color:#e0e7ff;color:#3730a3}.pv-card-body{padding:1.25rem}.pv-image-container{width:100%;height:200px;border-radius:8px;overflow:hidden;margin-bottom:1rem;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center}.pv-image-preview{width:100%;height:100%;object-fit:cover}.pv-image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:#9ca3af}.pv-placeholder-icon{font-size:3rem;line-height:1}.pv-placeholder-text{font-size:.875rem;font-weight:500}.pv-card-status{margin-bottom:1rem}.pv-error-message{padding:.75rem;background-color:#fee2e2;border-left:4px solid #ef4444;border-radius:4px;font-size:.875rem;color:#991b1b;margin-top:1rem}.pv-error-message strong{font-weight:600}.pv-card-footer{display:flex;gap:.75rem;padding:1.25rem;background:#f9fafb;border-top:1px solid #e5e7eb}.pv-btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;gap:.5rem}.pv-btn:disabled{opacity:.5;cursor:not-allowed}.pv-btn-primary{background-color:#3b82f6;color:#fff}.pv-btn-primary:hover:not(:disabled){background-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 6px #3b82f64d}.pv-btn-secondary{background-color:#6b7280;color:#fff}.pv-btn-secondary:hover:not(:disabled){background-color:#4b5563;transform:translateY(-1px);box-shadow:0 4px 6px #6b72804d}.pv-btn-upload{flex:1;background-color:#10b981;color:#fff}.pv-btn-upload:hover{background-color:#059669}.pv-btn-info{width:40px;height:40px;padding:0;background-color:#e5e7eb;color:#4b5563;font-size:1.25rem;border-radius:50%}.pv-btn-info:hover{background-color:#d1d5db}.pv-actions{display:flex;gap:1rem;justify-content:center;padding:2rem 0}@media(max-width:768px){.pv-actions{flex-direction:column}.pv-actions .pv-btn{width:100%}}.pv-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none;align-items:center;justify-content:center;padding:1rem}.pv-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.pv-modal-content{position:relative;background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px #0000004d;z-index:1}.pv-modal-close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border:none;background:#f3f4f6;color:#4b5563;font-size:1.5rem;line-height:1;border-radius:50%;cursor:pointer;transition:all .2s ease;z-index:2}.pv-modal-close:hover{background:#e5e7eb;transform:rotate(90deg)}.pv-modal-header{padding:2rem 2rem 1rem;border-bottom:1px solid #e5e7eb}.pv-modal-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#1a1a1a}.pv-modal-body{padding:2rem}.pv-modal-body p{margin:0 0 1rem;color:#4b5563;line-height:1.6}.pv-modal-body ul{margin:1rem 0;padding-left:1.5rem;color:#4b5563;line-height:1.8}.pv-modal-body li{margin-bottom:.5rem}.pv-modal-note{background-color:#eff6ff;border-left:4px solid #3b82f6;padding:1rem;border-radius:4px;font-size:.875rem;color:#1e40af}.pv-modal-footer{padding:1rem 2rem 2rem;display:flex;gap:1rem;justify-content:flex-end;border-top:1px solid #e5e7eb}@media(max-width:768px){.pv-modal-footer{flex-direction:column-reverse}.pv-modal-footer .pv-btn{width:100%}}.pv-notification{position:fixed;top:2rem;right:2rem;z-index:10000;max-width:400px;background:#fff;border-radius:8px;box-shadow:0 10px 15px #0003;overflow:hidden;animation:slideInRight .3s ease}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.pv-notification-content{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem}.pv-notification-icon{font-size:1.5rem;line-height:1}.pv-notification-message{flex:1;font-size:.875rem;font-weight:500;color:#1a1a1a}.pv-notification-success{border-left:4px solid #10b981}.pv-notification-success .pv-notification-icon:before{content:"\2713";color:#10b981}.pv-notification-error{border-left:4px solid #ef4444}.pv-notification-error .pv-notification-icon:before{content:"\2715";color:#ef4444}@keyframes spin{to{transform:rotate(360deg)}}.pv-loading{display:inline-block;width:1rem;height:1rem;border:2px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .6s linear infinite}@media(max-width:768px){.pv-heading{font-size:2rem}.pv-subheading{font-size:1rem}.pv-notification{right:1rem;left:1rem;max-width:none}.pv-card-footer{flex-direction:column}.pv-card-footer .pv-btn{width:100%}}.pv-upload-modal-content{position:relative;z-index:1001;background:#fff;border-radius:16px;width:100%;max-width:360px;overflow:hidden;box-shadow:0 8px 40px #0000002e;display:flex;flex-direction:column}.pv-upload-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:36px 24px 28px;gap:12px;transition:background .15s}.pv-upload-dropzone.drag-over{background:#eff6ff}.pv-upload-dropzone-icon{width:56px;height:56px;border-radius:50%;border:1.5px solid #E5E7EB;display:flex;align-items:center;justify-content:center;background:#f9fafb}.pv-upload-dropzone-text{font-size:14px;color:#6b7280;font-weight:400;margin:0}.pv-upload-divider{height:1px;background:#e5e7eb}.pv-upload-option{display:flex;align-items:center;gap:14px;width:100%;padding:16px 24px;background:none;border:none;cursor:pointer;font-size:14px;color:#111827;font-weight:400;text-align:left;transition:background .12s}.pv-upload-option:hover{background:#f9fafb}.pv-upload-option svg{flex-shrink:0;opacity:.75}.pv-upload-cancel{width:100%;padding:14px 24px;background:none;border:none;cursor:pointer;font-size:14px;color:#6b7280;font-weight:500;text-align:center;transition:background .12s}.pv-upload-cancel:hover{background:#f9fafb}.pv-camera-modal-content{position:relative;z-index:1001;background:#fff;border-radius:16px;width:100%;max-width:580px;overflow:hidden;box-shadow:0 8px 40px #00000038;display:flex;flex-direction:column}.pv-camera-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid #F3F4F6}.pv-camera-title{display:flex;align-items:center;gap:6px;font-size:15px;font-weight:500;color:#111827}.pv-camera-back,.pv-camera-close{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;color:#374151;border-radius:6px;transition:background .12s}.pv-camera-back:hover,.pv-camera-close:hover{background:#f3f4f6}.pv-camera-viewport{position:relative;width:100%;background:#111;aspect-ratio:4/3;overflow:hidden}.pv-camera-viewport video,.pv-camera-viewport img,.pv-camera-viewport canvas{width:100%;height:100%;object-fit:cover;display:block}.pv-camera-controls{display:flex;align-items:center;justify-content:center;padding:20px 24px;gap:32px;position:relative}.pv-camera-flip{background:none;border:none;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;transition:background .12s;position:absolute;left:24px}.pv-camera-flip:hover{background:#f3f4f6}.pv-camera-capture-btn{width:60px;height:60px;border-radius:50%;background:#2563eb;border:4px solid #fff;box-shadow:0 0 0 2px #2563eb;cursor:pointer;transition:transform .1s,background .12s}.pv-camera-capture-btn:hover{background:#1d4ed8;transform:scale(1.05)}.pv-camera-capture-btn:active{transform:scale(.95)}.pv-camera-review-controls{display:flex;align-items:center;justify-content:center;gap:16px;padding:20px 24px}.pv-file-preview-content{position:relative;z-index:1001;background:#fff;border-radius:16px;width:100%;max-width:400px;overflow:hidden;box-shadow:0 8px 40px #0000002e;display:flex;flex-direction:column}.pv-file-preview-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 16px;font-size:15px;font-weight:600;color:#111827;border-bottom:1px solid #F3F4F6}.pv-file-preview-body{padding:16px 20px}.pv-file-row{display:flex;align-items:center;gap:10px;padding:10px 0}.pv-file-check{flex-shrink:0;display:flex}.pv-file-name{flex:1;font-size:13px;color:#374151;word-break:break-all}.pv-file-action{background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;color:#6b7280;transition:background .12s}.pv-file-action:hover{background:#fee2e2;color:#dc2626}.pv-file-preview-footer{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-top:1px solid #F3F4F6}.pv-file-preview-footer .pv-upload-cancel{width:auto;padding:10px 20px;font-size:14px}.pv-img-status{position:absolute;top:10px;left:10px;height:21px;display:flex;align-items:center;padding:0 7px;border-radius:4px;font-size:12px;font-weight:500}.pv-img-status-pending{background:#ffeed9;color:#cf7000}.pv-img-status-verified{background:#ddeed9;color:#1a8f00}.pv-img-status-rejected{background:#df9696;color:#a40000}.pv-card-header-left{display:flex;align-items:center;gap:.5rem}.pv-btn-desc{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;gap:4px;color:#ce3e84;font-size:13px;font-weight:500}.pv-btn-desc:hover{text-decoration:underline}.pv-desc-icon{font-size:16px;line-height:1}.pv-btn:focus,.pv-modal-close:focus{outline:2px solid #3b82f6;outline-offset:2px}@media print{.pv-notification,.pv-modal,.pv-btn{display:none!important}.pv-card{break-inside:avoid}}
/*# sourceMappingURL=/cdn/shop/t/39/assets/section-patient-verification.css.map */
