.authentication-modal-backdrop-authentication-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:none;justify-content:center;align-items:center;z-index:1200;padding:20px}.authentication-modal-content-authentication-modal{background:linear-gradient(145deg,#1a1a2e,#16213e);border-radius:24px;box-shadow:0 25px 50px rgba(0,0,0,.4),0 0 0 1px rgba(255,255,255,.1),inset 0 1px 0 rgba(255,255,255,.1);max-width:800px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.authentication-modal-header-authentication-modal{display:flex;justify-content:space-between;align-items:center;padding:30px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:30px}.authentication-modal-header-authentication-modal h2{color:#ffffff;font-size:24px;font-weight:700;margin:0}.authentication-modal-close-btn-authentication-modal{background:rgba(255,255,255,.1);border:none;border-radius:12px;width:40px;height:40px;display:flex;justify-content:center;align-items:center;color:#ffffff;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.authentication-modal-close-btn-authentication-modal:hover{background:rgba(255,255,255,.2);transform:scale(1.1)}.authentication-modal-body-authentication-modal{padding:0 30px 30px}.authentication-modal-step-indicator-authentication-modal{display:flex;justify-content:space-between;margin-bottom:40px;position:relative;padding:20px 0}.authentication-modal-step-indicator-authentication-modal:before{content:"";position:absolute;top:38px;left:50px;right:50px;height:2px;background:linear-gradient(90deg,rgba(255,255,255,.2),rgba(255,255,255,.2));z-index:1}.authentication-modal-step-authentication-modal{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2}.authentication-modal-step-authentication-modal span{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.1);border:2px solid rgba(255,255,255,.2);display:flex;justify-content:center;align-items:center;color:#ffffff;font-weight:600;margin-bottom:10px;transition:all .3s ease}.authentication-modal-step-authentication-modal label{color:rgba(255,255,255,.7);font-size:12px;text-align:center;max-width:80px;line-height:1.3}.authentication-modal-step-authentication-modal.authentication-modal-active-authentication-modal span{background:linear-gradient(135deg,#002fff,#00aeff);border-color:#667eea;box-shadow:0 0 20px rgba(102,126,234,.4);animation:pulse 2s infinite}.authentication-modal-step-authentication-modal.authentication-modal-completed-authentication-modal span{background:linear-gradient(135deg,#4CAF50,#45a049);border-color:#4CAF50}.authentication-modal-step-authentication-modal.authentication-modal-active-authentication-modal label,.authentication-modal-step-authentication-modal.authentication-modal-completed-authentication-modal label{color:#ffffff;font-weight:600}@keyframes pulse{0%{box-shadow:0 0 20px rgba(102,126,234,.4)}50%{box-shadow:0 0 30px rgba(102,126,234,.8)}to{box-shadow:0 0 20px rgba(102,126,234,.4)}}.authentication-modal-upload-section-authentication-modal{background:rgba(255,255,255,.03);border-radius:16px;padding:30px;margin-bottom:30px;border:1px solid rgba(255,255,255,.1);text-align:center}.authentication-modal-files-info-authentication-modal{margin-bottom:20px;min-height:60px;display:flex;flex-direction:column;gap:10px;justify-content:center}.authentication-modal-file-item-authentication-modal{display:flex;align-items:center;gap:10px;background:rgba(76,175,80,.1);border:1px solid rgba(76,175,80,.3);border-radius:12px;padding:12px 16px;color:#4CAF50;font-size:14px;font-weight:500}.authentication-modal-upload-btn-authentication-modal{background:linear-gradient(135deg,#002fff,#00aeff);border:none;border-radius:16px;padding:16px 32px;color:#ffffff;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:12px;margin:0 auto;box-shadow:0 8px 25px rgba(102,126,234,.3),inset 0 1px 0 rgba(255,255,255,.2);position:relative;overflow:hidden}.authentication-modal-upload-btn-authentication-modal:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.authentication-modal-upload-btn-authentication-modal:hover:before{left:100%}.authentication-modal-upload-btn-authentication-modal:hover{transform:translateY(-2px);box-shadow:0 12px 35px rgba(102,126,234,.4),inset 0 1px 0 rgba(255,255,255,.2)}.authentication-modal-upload-btn-authentication-modal:disabled{opacity:.6;cursor:not-allowed;transform:none}.authentication-modal-status-authentication-modal{margin-top:20px;padding:12px 20px;border-radius:12px;font-size:14px;font-weight:500;text-align:center;animation:fadeInUp .3s ease;background:rgba(102,126,234,.1);border:1px solid rgba(102,126,234,.3);color:#667eea;margin-bottom:20px}.authentication-modal-status-authentication-modal.authentication-modal-success-authentication-modal{background:rgba(76,175,80,.1);border:1px solid rgba(76,175,80,.3);color:#4CAF50}.authentication-modal-status-authentication-modal.authentication-modal-error-authentication-modal{background:rgba(244,67,54,.1);border:1px solid rgba(244,67,54,.3);color:#f44336}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.authentication-modal-instructions-authentication-modal{background:rgba(255,255,255,.03);border-radius:12px;padding:16px;border:1px solid rgba(255,255,255,.1)}.authentication-modal-instructions-authentication-modal h3{color:#ffffff;font-size:16px;font-weight:600;margin:0 0 12px;text-align:center}.authentication-modal-instruction-list-authentication-modal{margin:0}.authentication-modal-instruction-item-authentication-modal{display:flex;gap:8px;margin-bottom:8px;align-items:center}.authentication-modal-instruction-item-authentication-modal:last-child{margin-bottom:0}.authentication-modal-instruction-item-authentication-modal span{color:rgba(255,255,255,.9);font-size:13px;font-weight:600;flex-shrink:0;min-width:20px}.authentication-modal-instruction-item-authentication-modal p{color:rgba(255,255,255,.7);font-size:13px;line-height:1.4;margin:0}.authentication-modal-backdrop-authentication-modal.mobile-page{padding:0;background:linear-gradient(145deg,#1a1a2e,#16213e);-webkit-backdrop-filter:none;backdrop-filter:none}.authentication-modal-backdrop-authentication-modal.mobile-page .authentication-modal-content-authentication-modal{margin:0;border-radius:0;max-height:100vh;height:100vh;max-width:100%;box-shadow:none;display:flex;flex-direction:column}.authentication-modal-backdrop-authentication-modal.mobile-page .authentication-modal-header-authentication-modal{padding:20px;margin-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.authentication-modal-backdrop-authentication-modal.mobile-page .authentication-modal-body-authentication-modal{padding:0 20px 20px;flex:1 1;overflow-y:auto}@media (max-width:768px){.authentication-modal-backdrop-authentication-modal{padding:0;background:linear-gradient(145deg,#1a1a2e,#16213e);-webkit-backdrop-filter:none;backdrop-filter:none}.authentication-modal-content-authentication-modal{margin:0;border-radius:0;max-height:100vh;height:100vh;max-width:100%;box-shadow:none;display:flex;flex-direction:column}.authentication-modal-header-authentication-modal{padding:20px 20px 0;margin-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.authentication-modal-body-authentication-modal{padding:0 20px 20px;flex:1 1;overflow-y:auto}.authentication-modal-header-authentication-modal h2{font-size:20px}.authentication-modal-step-indicator-authentication-modal{margin-bottom:30px}.authentication-modal-step-authentication-modal span{width:35px;height:35px;font-size:14px}.authentication-modal-step-authentication-modal label{font-size:11px;max-width:70px}.authentication-modal-instructions-authentication-modal,.authentication-modal-upload-section-authentication-modal{padding:16px;margin-bottom:16px}.authentication-modal-upload-btn-authentication-modal{padding:14px 24px;font-size:14px}.authentication-modal-instruction-item-authentication-modal{gap:6px}.authentication-modal-instruction-item-authentication-modal span{font-size:12px;min-width:18px}.authentication-modal-instruction-item-authentication-modal p{font-size:12px}.authentication-modal-terms-section h3{font-size:18px;margin-bottom:16px}.authentication-modal-terms-content{padding:16px;margin-bottom:20px;max-height:250px;font-size:14px}.authentication-modal-terms-content p{font-size:13px;margin-bottom:12px}.authentication-modal-checkbox-container{padding:12px;margin:0 4px}.authentication-modal-checkbox-text{font-size:13px}.authentication-modal-checkmark{width:18px;height:18px;margin-left:10px}}@media (max-width:480px){.authentication-modal-upload-btn-authentication-modal{width:100%}.authentication-modal-step-indicator-authentication-modal{gap:15px;align-items:center}.authentication-modal-step-indicator-authentication-modal:before{display:none}.authentication-modal-step-authentication-modal{gap:15px}.authentication-modal-step-authentication-modal span{margin-bottom:0}.authentication-modal-step-authentication-modal label{max-width:none;text-align:left}.authentication-modal-terms-section h3{font-size:16px}.authentication-modal-terms-content{padding:12px;max-height:200px}.authentication-modal-terms-content p{font-size:12px}.authentication-modal-checkbox-container{padding:10px}.authentication-modal-checkbox-text{font-size:12px}}.authentication-modal-input-group{margin-bottom:16px;text-align:right}.authentication-modal-input-group label{display:block;margin-bottom:8px}.authentication-modal-input-group input{width:100%;padding:12px 16px;border:1px solid rgba(255,255,255,.2);border-radius:12px;background:rgba(255,255,255,.05);color:#ffffff;font-size:14px;transition:all .3s ease;box-sizing:border-box}.authentication-modal-input-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.authentication-modal-input-group input::placeholder{color:rgba(255,255,255,.5)}.authentication-modal-file-upload-container{width:100%}.authentication-modal-file-upload-label{display:flex;align-items:center;gap:12px;padding:16px;border:2px dashed rgba(255,255,255,.3);border-radius:12px;background:rgba(255,255,255,.03);cursor:pointer;transition:all .3s ease;width:100%;box-sizing:border-box}.authentication-modal-file-upload-label:hover{border-color:rgba(102,126,234,.6);background:rgba(102,126,234,.05);transform:translateY(-1px)}.authentication-modal-file-upload-label.has-file{border-color:rgba(76,175,80,.6);background:rgba(76,175,80,.05);border-style:solid}.authentication-modal-file-upload-label.has-file:hover{border-color:rgba(76,175,80,.8);background:rgba(76,175,80,.08)}.authentication-modal-file-upload-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:rgba(102,126,234,.1);color:#667eea;flex-shrink:0;transition:all .3s ease}.authentication-modal-file-upload-label.has-file .authentication-modal-file-upload-icon{background:rgba(76,175,80,.1);color:#4CAF50}.authentication-modal-file-upload-text{display:flex;flex-direction:column;gap:4px;flex-grow:1;text-align:right}.authentication-modal-file-upload-text .file-name,.authentication-modal-file-upload-text .main-text{color:#ffffff;font-size:14px;font-weight:600;margin:0}.authentication-modal-file-upload-text .file-status,.authentication-modal-file-upload-text .sub-text{color:rgba(255,255,255,.6);font-size:12px;margin:0}.authentication-modal-file-upload-label.has-file .authentication-modal-file-upload-text .file-status{color:rgba(76,175,80,.8)}.authentication-modal-video-section{margin-bottom:20px}.authentication-modal-verification-text{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:16px;margin-bottom:20px;text-align:center}.authentication-modal-verification-text h3{color:#ffffff;font-size:16px;font-weight:600;margin:0 0 12px}.authentication-modal-verification-text .verification-text{color:rgba(255,255,255,.9);font-size:15px;line-height:1.6;margin:0;background:rgba(102,126,234,.1);border:1px solid rgba(102,126,234,.3);border-radius:8px;padding:12px;font-weight:500}.authentication-modal-video-container{position:relative;background:#000;border-radius:12px;overflow:hidden;margin-bottom:20px;min-height:200px;display:flex;align-items:center;justify-content:center;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.authentication-modal-video-preview{width:100%;height:auto;max-height:300px;object-fit:cover;transform:scaleX(-1) translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;max-width:100%;display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none}.authentication-modal-video-preview.mirror-effect{transform:scaleX(-1) translateZ(0)!important}.authentication-modal-video-recorded{display:flex;flex-direction:column;align-items:center;gap:12px;color:#4CAF50}.authentication-modal-video-recorded p{margin:0;font-size:16px;font-weight:600}.authentication-modal-uploading-section{display:flex;justify-content:center;align-items:center;min-height:200px}.authentication-modal-loader{display:flex;flex-direction:column;align-items:center;gap:16px}.spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.1);border-left-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.authentication-modal-loader p{color:rgba(255,255,255,.8);font-size:14px;margin:0}@media (max-width:768px){.authentication-modal-input-group input{padding:14px 16px;font-size:16px}.authentication-modal-file-upload-label{padding:14px;gap:10px}.authentication-modal-file-upload-icon{width:44px;height:44px}.authentication-modal-file-upload-text .file-name,.authentication-modal-file-upload-text .main-text{font-size:13px}.authentication-modal-file-upload-text .file-status,.authentication-modal-file-upload-text .sub-text{font-size:11px}.authentication-modal-video-container{min-height:150px}.authentication-modal-video-preview{max-height:200px}.authentication-modal-verification-text .verification-text{font-size:14px;padding:10px}.authentication-modal-video-actions{flex-direction:column;gap:12px}.authentication-modal-action-btn-authentication-modal{width:100%;padding:12px 20px;font-size:14px}}.authentication-modal-video-actions{display:flex;gap:16px;justify-content:center;margin-top:16px}.authentication-modal-action-btn-authentication-modal{border:none;border-radius:12px;padding:12px 24px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;position:relative;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.2)}.authentication-modal-action-btn-authentication-modal:disabled{opacity:.6;cursor:not-allowed;transform:none}.authentication-modal-action-btn-authentication-modal.delete-btn{background:linear-gradient(135deg,#f44336,#d32f2f);color:#ffffff;border:1px solid rgba(244,67,54,.3)}.authentication-modal-action-btn-authentication-modal.delete-btn:hover:not(:disabled){background:linear-gradient(135deg,#d32f2f,#b71c1c);transform:translateY(-2px);box-shadow:0 8px 25px rgba(244,67,54,.4)}.authentication-modal-action-btn-authentication-modal.retry-btn{background:linear-gradient(135deg,#ff9800,#f57c00);color:#ffffff;border:1px solid rgba(255,152,0,.3)}.authentication-modal-action-btn-authentication-modal.retry-btn:hover:not(:disabled){background:linear-gradient(135deg,#f57c00,#e65100);transform:translateY(-2px);box-shadow:0 8px 25px rgba(255,152,0,.4)}.authentication-modal-action-btn-authentication-modal:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.authentication-modal-action-btn-authentication-modal:hover:before{left:100%}.authentication-modal-upload-result-section{display:flex;flex-direction:column;align-items:center;gap:20px;min-height:200px;justify-content:center}.authentication-modal-error-icon svg,.authentication-modal-success-icon svg{margin-bottom:16px}.authentication-modal-error-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.authentication-modal-action-btn-authentication-modal.edit-btn{background:linear-gradient(135deg,#2196F3,#1976D2);color:#ffffff;border:1px solid rgba(33,150,243,.3)}.authentication-modal-action-btn-authentication-modal.edit-btn:hover:not(:disabled){background:linear-gradient(135deg,#1976D2,#0D47A1);transform:translateY(-2px);box-shadow:0 8px 25px rgba(33,150,243,.4)}@media (max-width:768px){.authentication-modal-error-actions{flex-direction:column;gap:12px;width:100%}.authentication-modal-action-btn-authentication-modal{width:100%;justify-content:center}}@supports (-webkit-appearance:none){.authentication-modal-video-container,.authentication-modal-video-preview{position:relative;isolation:isolate;contain:layout style paint}.authentication-modal-video-preview{z-index:1;transform:scaleX(-1) translateZ(0);will-change:transform}}@media screen and (-webkit-min-device-pixel-ratio:1){.authentication-modal-video-preview{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;background:#000;outline:none;border:none}.authentication-modal-video-container{position:relative;z-index:1;overflow:hidden!important;contain:layout style paint!important}}@media screen and (max-device-width:768px) and (-webkit-min-device-pixel-ratio:1){.authentication-modal-video-preview{-webkit-playsinline:true!important;object-fit:cover!important;width:100%!important;height:auto!important;max-height:250px!important;transform:scaleX(-1)!important;-webkit-media-controls-fullscreen-button:none!important;-webkit-media-controls:none!important}.authentication-modal-video-container{max-height:250px!important;overflow:hidden!important;border-radius:12px!important;background:#000!important;-webkit-touch-callout:none!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.authentication-modal-video-preview::-webkit-media-controls-fullscreen-button,.authentication-modal-video-preview::-webkit-media-controls-panel{display:none!important}}.authentication-modal-form-section{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.authentication-modal-input-group{display:flex;flex-direction:column;gap:8px}.authentication-modal-input-group label{color:#ffffff;font-size:14px;font-weight:600;text-align:right}.authentication-modal-input-group input[type=text]{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:12px 16px;color:#ffffff;font-size:14px;font-weight:500;text-align:right;direction:rtl;transition:all .3s ease;outline:none}.authentication-modal-input-group input[type=text]:focus{border-color:rgba(0,174,255,.5);box-shadow:0 0 0 3px rgba(0,174,255,.1);background:rgba(255,255,255,.08)}.authentication-modal-input-group input[type=text]::placeholder{color:rgba(255,255,255,.4);font-size:13px}.authentication-modal-input-group input[type=text].error{border-color:#f44336;background:rgba(244,67,54,.1);box-shadow:0 0 0 3px rgba(244,67,54,.1)}.authentication-modal-input-group input[type=text].error:focus{border-color:#f44336;box-shadow:0 0 0 3px rgba(244,67,54,.2)}.authentication-modal-terms-section{padding:20px 0}.authentication-modal-terms-section h3{color:#ffffff;font-size:20px;font-weight:600;margin-bottom:20px;text-align:center}.authentication-modal-terms-content{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:24px;margin-bottom:24px;max-height:300px;overflow-y:auto;line-height:1.8;direction:rtl;text-align:justify}.authentication-modal-terms-content p{color:#e0e0e0;font-size:15px;margin-bottom:16px;font-weight:400}.authentication-modal-terms-content p:last-child{margin-bottom:0}.authentication-modal-terms-checkbox{display:flex;justify-content:center;margin-bottom:20px}.authentication-modal-checkbox-container{display:flex;align-items:flex-start;cursor:pointer;max-width:500px;padding:16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:12px;transition:all .3s ease}.authentication-modal-checkbox-container:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.2)}.authentication-modal-checkbox-container input[type=checkbox]{display:none}.authentication-modal-checkmark{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:4px;margin-left:12px;margin-top:2px;flex-shrink:0;position:relative;transition:all .3s ease;background:transparent}.authentication-modal-checkbox-container input[type=checkbox]:checked+.authentication-modal-checkmark{background:linear-gradient(135deg,#4CAF50,#45a049);border-color:#4CAF50}.authentication-modal-checkbox-container input[type=checkbox]:checked+.authentication-modal-checkmark:after{content:"";position:absolute;left:6px;top:2px;width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.authentication-modal-checkbox-text{color:#e0e0e0;font-size:14px;line-height:1.6;direction:rtl;text-align:right;font-weight:400}.authentication-modal-terms-content::-webkit-scrollbar{width:6px}.authentication-modal-terms-content::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:3px}.authentication-modal-terms-content::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:3px}.authentication-modal-terms-content::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}