@import"https://fonts.googleapis.com/css2?family=Belleza&family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap";body{margin:0;padding:0;display:flex;justify-content:center;align-items:center;height:100dvh;background-color:#000;font-family:"Source Sans 3";overflow:hidden}button,input,select,textarea,h1,h2,h3,h4,h5,h6,p,span,label{font-family:"Source Sans 3"}.App{background-color:navy;height:100dvh;max-height:100dvh;background-image:url(/bg.svg);background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden;width:30vw;padding:0;margin:0}@media (max-width:786px){.App{background-image:url(/bg.svg);background-size:contain;background-position:top;background-repeat:no-repeat;width:100vw}}.common-loader-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.common-loader-container p{font-size:18px;color:#131313;margin:0;text-align:center;font-weight:600}.social-quest-game-shareing-type-selection-heading{font-size:24px;font-weight:500;margin:0% 0% 5%;color:#131313;text-align:center}.social-quest-game-shareing-type-selection-description{font-size:16px;font-weight:400;color:#131313;text-align:center;margin:10% 0%}.common-input-wrapper{display:flex;flex-direction:column;margin-bottom:15px;position:relative;padding:2% 0}.common-input-label{margin-bottom:5px;font-weight:400;color:#131313;font-size:14px;margin-left:2.3%;position:absolute;top:-5px;left:15px;background-color:#fff;padding:0 5px;z-index:1}.common-input-label.required:after{content:"*";color:red;margin-left:2px}.common-input{padding:4% 7%;border:.005rem solid #D7D7D7;border-radius:5rem;background-color:transparent;font-size:16px;color:#464646;font-weight:400;transition:border-color .3s ease;font-family:"Source Sans 3"}.common-input::placeholder{font-family:"Source Sans 3";color:#6b6b6b;font-size:14px}.common-input:focus{outline:none;border-color:navy;box-shadow:0 0 5px #4a90e24d}.common-input.error{border:1px solid red}.error-message{color:red;font-size:12px;margin-top:5px;margin-left:2%}.common-input-message{color:#131313b6;font-size:12px;margin-top:5px;margin-left:4%}.common-input:disabled{background-color:#f4f4f4;cursor:not-allowed}.common-input-wrapper .common-input-extra-css{margin-left:4.8%}.common-input-textarea{border-radius:1rem;resize:vertical;min-height:100px;padding:15px 20px;line-height:1.5;background-color:transparent}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=email]{background-color:transparent}.common-input-password-container{position:relative;height:55px}.common-input-password-icon{position:absolute;right:10px;top:55%;transform:translateY(-50%);cursor:pointer;color:#6b6b6b}.common-input-password-container input{position:absolute;right:0%;left:0%}.common-input-password-icon img{width:100%}.common-input-phone-container{position:relative;display:flex;align-items:center;width:100%;border-radius:5rem;background-color:transparent;overflow:hidden;column-gap:1%;border:.005rem solid #D7D7D7}.common-input-country-code-wrapper{display:flex;align-items:center;min-width:60px}.common-input-country-code-select{background-color:transparent;border:none;font-size:15px;color:#6b6b6b;font-weight:400;font-family:"Source Sans 3";cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 0rem center;background-size:1em;padding-right:.8rem;padding-left:1rem}.common-input-country-code-select:focus{outline:none}.common-input-country-code-divider{width:1px;height:24px;background-color:#ccc;margin:0 10px}.common-input-phone{flex:1;border:none;background-color:transparent;margin-left:-5%;padding:4% 2%}.common-input-phone:focus{outline:none;box-shadow:none;border:none}.common-input-phone-container:focus-within{outline:none;border:1px solid #000080;box-shadow:0 0 5px #4a90e24d}.common-input-phone-container.error{border:1px solid red}.common-input-file-container{display:flex;flex-direction:column;width:100%}.common-input-wrapper .common-input-extra-css-file{margin-left:7%}.common-input-custom-file-input{position:relative;width:100%;height:50px;border-radius:5rem;background-color:transparent;display:flex;align-items:center;justify-content:space-between;padding:0 0 0 24px;box-sizing:border-box;overflow:hidden;border:.005rem solid #D7D7D7}.common-input-file-placeholder{color:#464646;font-size:14px}.common-input-file-name{max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#464646}.common-input-upload-button{height:36px;padding:0 20px;border:none;background-color:navy;color:#fff;font-size:14px;border-radius:5rem;cursor:pointer;position:absolute;right:1%;transition:background-color .3s}.common-input-upload-button:hover{background-color:#00006b}.common-input-upload-button:disabled{background-color:#ccc;cursor:not-allowed}.common-input-hidden-file-input{position:absolute;width:calc(100% - 110px);height:100%;top:0;left:0;opacity:0;cursor:pointer}.common-input-hidden-file-input:disabled{cursor:not-allowed}.common-input-beside-layout{flex-direction:row;align-items:flex-start;gap:20px;align-items:center}.common-input-beside-layout .common-input-custom-file-input{flex:4.5}.common-input-beside-layout .common-input-image-previews{flex:1;margin-top:0}.common-input-image-previews{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.common-input-image-preview-container{position:relative;width:120px;height:100px;border-radius:8px;overflow:hidden;border:1px solid #ddd}.common-input-image-preview-medium .common-input-image-preview-container{width:40%;height:200px}.common-input-image-preview-large .common-input-image-preview-container{width:100%;height:300px}.common-input-image-preview{width:100%;height:100%;object-fit:cover}.common-input-image-remove-btn{position:absolute;top:5px;right:5px;width:20px;height:20px;background-color:#fff;color:#131313;border:none;border-radius:.2rem;cursor:pointer;font-size:14px;padding:0;line-height:1;box-shadow:3px 3px 10px #0004;display:flex;justify-content:center;align-items:center}.common-input-image-remove-btn:hover{background-color:#000000b3;color:#fff}.common-input-image-remove-btn:hover .common-input-image-remove-icon{color:#fff;filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(87deg) brightness(103%) contrast(103%)}.common-input-view-image-text{display:flex;font-size:14px;color:#13131370;text-decoration:underline;margin-left:8%;cursor:pointer;margin-top:8px}.common-input-view-image-text:hover{color:#131313}.common-input-csv-display-container{display:flex;flex-direction:row;align-items:center;justify-content:center;width:120px;aspect-ratio:1/1}.common-input-csv-preview{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:80%;object-fit:contain}.common-input-csv-preview img{width:100%}input.common-input:-webkit-autofill,input.common-input:-webkit-autofill:hover,input.common-input:-webkit-autofill:focus,input.common-input:-webkit-autofill:active{-webkit-box-shadow:0 0 0px 1000px transparent inset!important;box-shadow:0 0 0 1000px transparent inset!important;-webkit-text-fill-color:#464646!important;background-color:transparent!important;transition:background-color 5000s ease-in-out 0s}.common-button-container{display:flex;flex-direction:row;width:100%;justify-content:center;align-items:center;margin:8% 0%}.common-button-icon-container{width:35px;height:35px;aspect-ratio:1/1;display:flex;justify-content:center;align-items:center;background-color:navy;border-radius:5rem;padding:3%;cursor:pointer}.common-button-icon-container img{width:80%;object-fit:contain;height:80%}.common-button-container button{background-color:navy;color:#fff;border:none;padding:5% 8%;border-radius:5rem;font-size:16px;cursor:pointer;width:100%}.common-button-bar{width:35px;height:18px;background-color:navy;margin:0 -10px;border-radius:3rem}.social-quest-ngage-share-container{margin-bottom:30%}.social-quest-ngage-share-initial{display:flex;flex-direction:column;align-items:center;justify-content:center}.social-quest-ngage-share-heading{font-size:24px;font-weight:500;margin:0% 0% 5%;color:#131313;text-align:center}.social-quest-ngage-share-description{font-size:16px;font-weight:400;color:#131313;text-align:center}.social-quest-ngage-share-camera-icon img{width:80px;height:80px;object-fit:contain}.social-quest-ngage-share-back-button{display:flex;flex-direction:row;justify-content:end;padding:10px;cursor:pointer;background-color:#2487ff;color:#fff;border-radius:5rem}.social-quest-ngage-share-delete-button{display:flex;flex-direction:row;justify-content:end;width:100%;cursor:pointer}.social-quest-ngage-share-delete-button img{width:24px;height:24px}.social-quest-ngage-share-camera-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;margin:20px 0}.social-quest-ngage-share-camera-video{width:100%;max-width:350px;height:500px;border-radius:12px;border:3px solid #2487FF;box-shadow:0 4px 12px #2487ff33;background-color:#000;object-fit:cover}.social-quest-ngage-share-camera-controls{display:flex;justify-content:center;gap:15px;width:100%}.social-quest-ngage-share-video-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;margin:20px 0}.social-quest-ngage-share-recording-indicator{display:flex;align-items:center;gap:10px;background-color:#ff00001a;padding:8px 16px;border-radius:20px;border:1px solid #ff0000;color:red;font-weight:500;font-size:14px}.social-quest-ngage-share-recording-dot{width:8px;height:8px;background-color:red;border-radius:50%;animation:pulse 1s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.stop-recording-button{background-color:#f44!important;color:#fff!important}.stop-recording-button:hover{background-color:red!important}.social-quest-ngage-share-captured-image-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;margin:20px 0}.social-quest-ngage-share-captured-image{width:100%;max-width:350px;height:auto;border-radius:12px;border:3px solid #28a745;box-shadow:0 4px 12px #28a74533}.social-quest-ngage-share-captured-video-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;margin:20px 0}.social-quest-ngage-share-captured-video{width:100%;max-width:350px;height:auto;max-height:500px;border-radius:12px;border:3px solid #28a745;box-shadow:0 4px 12px #28a74533;background-color:#000}.social-quest-ngage-share-captured-controls{display:flex;gap:15px;justify-content:center;margin-top:15px;flex-wrap:wrap;width:100%}.social-quest-ngage-share-frame-selection-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;margin:20px 0}.social-quest-ngage-share-image-with-frame{position:relative;display:flex;justify-content:center;align-items:center;width:100%;max-width:360px;height:400px;background-size:cover;background-repeat:no-repeat;background-position:center;border-radius:12px;overflow:hidden}.social-quest-ngage-share-captured-image-overlay{width:70%;height:70%;object-fit:cover;border-radius:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.social-quest-ngage-share-image-with-frame.no-frame .social-quest-ngage-share-captured-image-overlay{width:100%;height:auto;max-height:100%;border:2px solid #ddd}.social-quest-ngage-share-frame-list{display:flex;gap:12px;overflow-x:auto;padding:10px 0;margin-bottom:20px;width:100%;max-width:500px;justify-content:center}.social-quest-ngage-share-frame-list::-webkit-scrollbar{height:6px}.social-quest-ngage-share-frame-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.social-quest-ngage-share-frame-list::-webkit-scrollbar-thumb{background:#2487ff;border-radius:3px}.social-quest-ngage-share-frame-option{width:80px;height:80px;border:2px solid #ddd;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;transition:all .3s ease;overflow:hidden}.social-quest-ngage-share-frame-option:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.social-quest-ngage-share-frame-option.selected{border:3px solid #2487FF;background-color:#2487ff14}.social-quest-ngage-share-frame-option img{width:95%;object-fit:cover;border-radius:8px}.social-quest-ngage-share-frame-option span{font-size:12px;text-align:center;color:#666;font-weight:500;padding:5px}.social-quest-ngage-share-frame-selection-container>button{font-size:16px;font-weight:500;border-radius:8px;border:none;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease;min-width:120px;justify-content:center;background-color:#2487ff;color:#fff;padding:15px 30px;font-size:18px}.social-quest-ngage-share-frame-selection-container>button:hover{background-color:#1976d2;transform:translateY(-1px)}.social-quest-ngage-share-frame-selection-container>button:disabled{background-color:#ccc;cursor:not-allowed;transform:none}.social-quest-ngage-share-qr-title{font-size:18px;font-weight:400;color:#131313;margin:0% 0% 5%;text-align:center}.social-quest-ngage-share-qr-container{display:flex;flex-direction:column;row-gap:20px;justify-content:center;align-items:center;margin-bottom:5%}.social-quest-ngage-share-scanning{font-size:17px;font-weight:600;color:#686868;margin:0% 0% 5%;text-align:center}.social-quest-ngage-share-instruction{display:flex;flex-direction:column;row-gap:10px;justify-content:center;align-items:center;margin-bottom:5%;padding:5%;background-color:transparent;border-radius:1rem;border:1px solid #492470}.social-quest-ngage-share-instruction h2{font-size:14px;font-weight:500;color:#131313;margin:0%;text-align:center}.social-quest-ngage-share-instruction p{font-size:14px;font-weight:400;color:#6b6b6b;margin:0%;text-align:center}.social-quest-ngage-share-title{font-size:24px;font-weight:600;color:#131313;margin:0% 0% 5%;text-align:center}@media (max-width: 768px){.social-quest-ngage-share-camera-video{max-width:100%;height:400px}.social-quest-ngage-share-captured-video{max-width:100%;max-height:400px}.social-quest-ngage-share-recording-indicator{font-size:12px;padding:6px 12px}}.social-quest-ngage-share-recording-progress{width:100%;max-width:350px;height:4px;background-color:#f0f0f0;border-radius:2px;overflow:hidden;margin-top:10px}.social-quest-ngage-share-recording-progress-fill{height:100%;background-color:red;transition:width .3s ease;border-radius:2px}
