@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;margin:4% 0%}.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:500px;height:350px;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:500px;height:350px;border-radius:12px;border:3px solid #28a745;box-shadow:0 4px 12px #28a74533;object-fit:cover}.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:500px;height:350px;border-radius:12px;border:3px solid #28a745;box-shadow:0 4px 12px #28a74533;background-color:#000;object-fit:cover}.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:20% 0 20px}.social-quest-ngage-share-image-with-frame{position:relative;display:flex;justify-content:center;align-items:center;width:500px;height:350px;background-size:contain;background-repeat:no-repeat;background-position:center;border-radius:12px;overflow:hidden}.social-quest-ngage-share-frame-overlay{width:100%;height:100%;object-fit:contain;pointer-events:none}.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,.social-quest-ngage-share-captured-image,.social-quest-ngage-share-captured-video,.social-quest-ngage-share-image-with-frame{width:100%;max-width:500px;height:350px}.social-quest-ngage-share-recording-indicator{font-size:12px;padding:6px 12px}}.social-quest-ngage-share-recording-progress{width:500px;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}.social-quest-ngage-share-merged-preview{width:320px;height:100%;object-fit:contain}.social-quest-ngage-share-merged-image{width:100%;height:100%;object-fit:contain}.single-event-team-selection-container{margin-bottom:25%}.single-event-team-selection-title{font-size:24px;font-weight:600;color:#131313;margin:0% 0% 5%;text-align:center}.single-event-team-selection-list{display:grid;grid-template-columns:repeat(4,1fr);column-gap:10px;row-gap:10px}.single-event-team-selection-list .single-event-team-selection-item{display:flex;flex-direction:column;row-gap:10px;justify-content:center;align-items:center;border-radius:1rem;border:1px solid #F0F0F0;cursor:pointer;width:80px;padding:10% 0%}.single-event-team-selection-item-icon{width:60px;height:60px;border-radius:50%}.single-event-team-selection-item h3{font-size:12px;font-weight:500;text-align:center;color:#131313;margin:0%}.global-style-for-spin-a-wheel-new-style-container{position:absolute;background-color:#050451;background-image:url(/decoration4.svg);background-size:cover;background-position:center;top:0%;bottom:8%;left:0%;right:0%;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1;overflow:hidden;height:100%}.global-style-for-spin-a-wheel-new-style-celebration{position:absolute;top:0;left:0;right:0;background-image:url(/celebration-decor.svg);background-size:contain;background-position:top;background-repeat:no-repeat;width:100%;height:100%}.global-style-for-spin-a-wheel-new-style-congrats-gif-container{position:absolute;left:0;right:0;bottom:0;top:0%;background-image:url(/congratulations-gif.gif);background-size:contain;background-position:bottom;background-repeat:no-repeat;width:100%;height:100%;z-index:1}.global-style-for-spin-a-wheel-new-style-prize-container{height:220px;width:300px;border-radius:1rem;padding:4%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;position:relative;overflow:hidden}.global-style-for-spin-a-wheel-new-style-selected-prize-display{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center;animation:winnerAppear .5s ease-out}.global-style-for-spin-a-wheel-new-style-selected-prize-display.shuffling{animation:shufflingEffect .3s ease-in-out infinite}.global-style-for-spin-a-wheel-new-style-selected-prize-display.final-winner{animation:finalWinnerAppear .8s ease-out}@keyframes winnerAppear{0%{opacity:0;transform:scale(.8) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes shufflingEffect{0%,to{transform:scale(1) translateY(0)}50%{transform:scale(1.05) translateY(-5px)}}@keyframes finalWinnerAppear{0%{opacity:0;transform:scale(.5) rotateY(180deg)}50%{opacity:.7;transform:scale(1.1) rotateY(0)}to{opacity:1;transform:scale(1) rotateY(0)}}.global-style-for-spin-a-wheel-new-style-prize-crown{font-size:2rem;animation:crownGlow 2s ease-in-out infinite alternate}@keyframes crownGlow{0%{filter:drop-shadow(0 0 5px rgba(255,215,0,.5))}to{filter:drop-shadow(0 0 15px rgba(255,215,0,.8))}}.global-style-for-spin-a-wheel-new-style-prize-name{font-size:20px;font-weight:700;color:#1fb4fc;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.1)}.global-style-for-spin-a-wheel-new-style-prize-id{font-size:.9rem;color:#6b6b6b;margin:0;font-weight:500}.global-style-for-spin-a-wheel-new-style-prize-info{display:flex;align-items:center;gap:.5rem;background:#1fb4fc1a;padding:.5rem 1rem;border-radius:2rem;border:1px solid rgba(31,180,252,.3)}.global-style-for-spin-a-wheel-new-style-prize-info img{width:16px;height:16px}.global-style-for-spin-a-wheel-new-style-prize-info span{font-weight:600;color:#1fb4fc;font-size:20px}.global-style-for-spin-a-wheel-new-style-no-prize-selected{text-align:center;color:#fff}.global-style-for-spin-a-wheel-new-style-no-prize-selected p{margin:.5rem 0;font-size:20px}.global-style-for-spin-a-wheel-new-style-prize-count{font-weight:600;color:#1fb4fc!important;font-size:18px!important}.global-style-for-spin-a-wheel-new-style-get-prize-button{padding:15px 40px;font-size:18px;font-weight:700;border:none;border-radius:50px;background:linear-gradient(135deg,#4caf50,#45a049,#4caf50);background-size:200% 200%;color:#fff;cursor:pointer;box-shadow:0 8px 20px #4caf5066;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;position:relative;overflow:hidden;margin-top:5%;z-index:99999999}.global-style-for-spin-a-wheel-new-style-get-prize-button: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}.global-style-for-spin-a-wheel-new-style-get-prize-button:hover:not(:disabled):before{left:100%}.global-style-for-spin-a-wheel-new-style-get-prize-button:hover:not(:disabled){box-shadow:0 12px 25px #4caf5099;transform:translateY(-2px);background-position:100% 100%}.global-style-for-spin-a-wheel-new-style-get-prize-button:disabled{cursor:not-allowed;opacity:.7}.global-style-for-spin-a-wheel-new-style-get-prize-button.selecting{background:#ccc;animation:selectingPulse .5s ease-in-out infinite alternate}.global-style-for-spin-a-wheel-new-style-get-prize-button.clicked{background:linear-gradient(135deg,#28a745,#20c997,#28a745);background-size:200% 200%;animation:successGlow 2s ease-in-out infinite;cursor:default}@keyframes selectingPulse{0%{transform:scale(1)}to{transform:scale(.95)}}@keyframes successGlow{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.global-style-for-spin-a-wheel-new-style-stars-container{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:10}.global-style-for-spin-a-wheel-new-style-falling-star{position:absolute;font-size:24px;color:gold;text-shadow:0 0 10px rgba(255,215,0,.8);animation:starDrop 4s ease-in-out infinite;top:-30px;transform:rotate(0)}@keyframes starDrop{0%{transform:translateY(0) rotate(0) scale(.3);opacity:0}15%{opacity:1;transform:translateY(15vh) rotate(45deg) scale(.8)}85%{opacity:1;transform:translateY(85vh) rotate(315deg) scale(.8)}to{transform:translateY(110vh) rotate(360deg) scale(.3);opacity:0}}.global-style-for-spin-a-wheel-new-style-boom-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:20}.global-style-for-spin-a-wheel-new-style-boom-text{font-size:4rem;font-weight:900;color:#ff6b6b;text-shadow:0 0 20px rgba(255,107,107,.8);animation:boomText 1s ease-out;text-align:center}@keyframes boomText{0%{transform:scale(0) rotate(-180deg);opacity:0}50%{transform:scale(1.5) rotate(0);opacity:1}to{transform:scale(1) rotate(0);opacity:1}}.global-style-for-spin-a-wheel-new-style-boom-particle{position:absolute;font-size:20px;animation:boomExplosion 1.5s ease-out forwards;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes boomExplosion{0%{transform:translate(-50%,-50%) scale(0) rotate(0);opacity:1}50%{transform:translate(-50%,-50%) translate(calc(cos(var(--angle)) * var(--distance)),calc(sin(var(--angle)) * var(--distance))) scale(1.5) rotate(180deg);opacity:1}to{transform:translate(-50%,-50%) translate(calc(cos(var(--angle)) * var(--distance)),calc(sin(var(--angle)) * var(--distance))) scale(0) rotate(360deg);opacity:0}}.global-style-for-spin-a-wheel-new-style-particles-container{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:5}.global-style-for-spin-a-wheel-new-style-particle{position:absolute;font-size:20px;color:gold;text-shadow:0 0 10px rgba(255,215,0,.8);animation:particleFloat 3s ease-out infinite;bottom:-20px}@keyframes particleFloat{0%{opacity:0;transform:translateY(0) scale(0)}20%{opacity:1;transform:translateY(-20px) scale(1)}80%{opacity:1;transform:translateY(-100px) scale(1.2)}to{opacity:0;transform:translateY(-150px) scale(0)}}@media (max-width: 768px){.global-style-for-spin-a-wheel-new-style-prize-container{width:280px;height:200px}.global-style-for-spin-a-wheel-new-style-prize-name{font-size:20px}.global-style-for-spin-a-wheel-new-style-get-prize-button{padding:12px 30px;font-size:16px}.global-style-for-spin-a-wheel-new-style-boom-text{font-size:3rem}}@media (max-width: 480px){.global-style-for-spin-a-wheel-new-style-prize-container{width:250px;height:180px}.global-style-for-spin-a-wheel-new-style-prize-name{font-size:20px}.global-style-for-spin-a-wheel-new-style-get-prize-button{padding:10px 25px;font-size:14px}.global-style-for-spin-a-wheel-new-style-boom-text{font-size:2.5rem}}.reward-screen-container{position:absolute;background-color:#050451;background-image:url(/decoration4.svg);background-size:cover;background-position:center;top:0%;bottom:8%;left:0%;right:0%;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1}.reward-screen-main-body-container{display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:999999999}.reward-screen-main-body{display:flex;background-color:#0000006e;flex-direction:column;justify-content:center;align-items:center;row-gap:1rem;border:5px solid #B58915;border-radius:2rem;width:300px;height:100%;position:relative;padding-top:15%;padding-bottom:5%}.reward-screen-awesome-icon{width:100%;height:100%;object-fit:contain;margin-top:-33%}.reward-screen-main-body-points-container{background:linear-gradient(180deg,#f6c733,#f4912f,#f4912f);padding:5px;border-radius:5rem;width:90%}.reward-screen-main-body-points-container-inner{background-color:#7e207d;border-radius:4.5rem;padding:.5rem 1rem;display:flex;flex-direction:row;justify-content:center;align-items:center;column-gap:4%}.reward-screen-main-body-points-container-inner-points{display:flex;flex-direction:row;justify-content:center;align-items:center;column-gap:4%}.reward-screen-main-body-points-container-inner-points img{width:40px;height:40px;object-fit:cover}.reward-screen-main-body-points-container-inner-points p{font-size:24px;font-weight:700;color:#fff;margin:0%;text-align:center;z-index:99999999}.reward-screen-main-body-points-container-inner-points-details{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;row-gap:2px;border-left:1px solid #FFFFFF;padding-left:10px}.reward-screen-main-body-points-container-inner-points-details p{font-size:12px;font-weight:400;color:#fff;margin:0%;text-align:left;z-index:99999999}.reward-screen-main-body-points-container-inner-gift-box-icon{width:40px;height:40px;object-fit:cover}.reward-screen-main-body-points-container-inner-gift-box-details{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;row-gap:2px}.reward-screen-main-body-points-container-inner-gift-box-details h3{font-size:16px;font-weight:700;color:#fff;margin:0%;text-align:left;z-index:99999999}.reward-screen-main-body-points-container-inner-gift-box-details p{font-size:12px;font-weight:400;color:#fff;margin:0%;text-align:left;text-decoration:underline;z-index:99999999}.reward-screen-main-body-button-container{width:90%}.reward-screen-main-body-attempts-remaining{font-size:14px;font-weight:500;color:#fff;margin:-10% 0% 0%;text-align:center}.open-link-feed-conatiner{display:flex;flex-direction:column;row-gap:25px;max-width:100%;margin:0 auto}.open-link-feed-item-container{display:flex;flex-direction:column;row-gap:15px}.open-link-feed-item-post-info{display:flex;flex-direction:row;column-gap:4%}.open-link-feed-item-user-image{width:48px;height:48px;overflow:hidden;object-fit:contain;border-radius:50%;border:none}.open-link-feed-item-user-image img{width:100%}.open-link-feed-item-user-info{display:flex;flex-direction:column;row-gap:2px}.open-link-feed-item-user-info h1{font-size:16px;font-weight:500;color:#131313;margin:0%;text-wrap:nowrap}.open-link-feed-item-date-time{display:flex;flex-direction:row;column-gap:4%;align-items:center}.open-link-feed-item-date-time p{font-size:12px;font-weight:400;color:#6b6b6b;margin:0%;text-wrap:nowrap}.open-link-feed-item-date-time div{background-color:#d9d9d9;width:15px;height:5px;border-radius:50%}.open-link-feed-item-description{font-size:14px;font-weight:400;color:#565454;margin:0%;text-align:left}.open-link-feed-item-post-image{width:100%;overflow:hidden;object-fit:cover;border-radius:1rem;border:none;position:relative}.open-link-feed-item-post-image img,.open-link-feed-item-post-image video{width:100%;height:auto;display:block}.open-link-feed-item-post-image img{object-fit:contain}.open-link-feed-title{font-size:24px;font-weight:500;color:#131313;margin:0% 0% 5%;text-align:center}.slab1-container{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:4% 3% 4% 6%;position:relative;background:transparent;clip-path:polygon(15px 0%,calc(100% - 15px) 0%,100% 50%,calc(100% - 15px) 100%,15px 100%,0% 50%)}.slab1-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--border-color, #D9D9D9);clip-path:polygon(15px 0%,calc(100% - 15px) 0%,100% 50%,calc(100% - 15px) 100%,15px 100%,0% 50%);z-index:-2}.slab1-container:after{content:"";position:absolute;top:.5px;left:.5px;right:.5px;bottom:.5px;background:inherit;clip-path:polygon(15px 0%,calc(100% - 15px) 0%,100% 50%,calc(100% - 15px) 100%,15px 100%,0% 50%);z-index:-1}.slab1-left{flex:1;position:relative}.slab1-left p,.slab1-center p,.slab1-right p{font-size:16px;font-weight:500;margin:0%;color:#131313}.slab1-left img{position:absolute;top:-5px;right:8px;width:20px;height:20px;border-radius:50%}.slab1-center{flex:5}.slab1-right{flex:2}.open-link-leaderboard-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0 auto}.open-link-leaderboard-title{font-size:24px;font-weight:500;color:#131313;margin:0% 0% 10%;text-align:center}.open-link-leaderboard-user-container{object-fit:contain;border-radius:50%;display:flex;justify-content:center;align-items:center}.open-link-leaderboard-user-container img{width:66px;height:66px}.open-link-leaderboard-user-info-container{display:flex;flex-direction:row;column-gap:4%;align-items:center;justify-content:center;margin-top:5%}.open-link-leaderboard-user-info{width:162px;height:88px;background-color:#2487ff14;border-radius:1rem;display:flex;flex-direction:row;column-gap:6%;align-items:center;justify-content:center}.open-link-leaderboard-user-info img{width:40px;height:40px;overflow:hidden;object-fit:contain}.open-link-leaderboard-user-info div{display:flex;flex-direction:column;row-gap:4px}.open-link-leaderboard-user-info div p{font-size:16px;font-weight:500;color:#131313;margin:0%}.open-link-leaderboard-button-container{width:100%;display:flex;justify-content:center;align-items:center;margin-top:12%;overflow:hidden;margin-bottom:8%}.open-link-leaderboard-button-container button{font-size:16px;background-color:transparent;border:none;border-bottom:5px solid #D9D9D9;padding:3% 16%;color:#b1afb2;cursor:pointer;text-wrap:nowrap;display:flex;justify-content:center;align-items:center}.open-link-leaderboard-button-container .selected{background-color:#2487ff14;border-bottom:5px solid #000080;color:#131313}.open-link-leaderboard-button-container .individual{border-top-left-radius:1.5rem}.open-link-leaderboard-button-container .team{border-top-right-radius:1.5rem}.open-link-leaderboard-list-container{display:flex;flex-direction:column;row-gap:12px;justify-content:center;align-items:center;margin-bottom:5%;width:90%;align-self:center;justify-self:center}.open-link-team-leaderboard-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0 auto}.open-link-team-leaderboard-title{font-size:24px;font-weight:500;color:#131313;margin:0% 0% 10%;text-align:center}.open-link-team-leaderboard-user-container{object-fit:contain;border-radius:50%;display:flex;justify-content:center;align-items:center}.open-link-team-leaderboard-user-container img{width:66px;height:66px}.open-link-team-leaderboard-user-info-container{display:flex;flex-direction:row;column-gap:4%;align-items:center;justify-content:center;margin-top:5%}.open-link-team-leaderboard-user-info{width:162px;height:88px;background-color:#2487ff14;border-radius:1rem;display:flex;flex-direction:row;column-gap:6%;align-items:center;justify-content:center}.open-link-team-leaderboard-user-info img{width:40px;height:40px;overflow:hidden;object-fit:contain}.open-link-team-leaderboard-user-info div{display:flex;flex-direction:column;row-gap:4px}.open-link-team-leaderboard-user-info div p{font-size:16px;font-weight:500;color:#131313;margin:0%}.open-link-team-leaderboard-button-container{width:100%;display:flex;justify-content:center;align-items:center;margin-top:12%;overflow:hidden;margin-bottom:8%}.open-link-team-leaderboard-button-container button{font-size:16px;background-color:transparent;border:none;border-bottom:5px solid #D9D9D9;padding:3% 16%;color:#b1afb2;cursor:pointer;text-wrap:nowrap;display:flex;justify-content:center;align-items:center}.open-link-team-leaderboard-button-container .selected{background-color:#2487ff14;border-bottom:5px solid #000080;color:#131313}.open-link-team-leaderboard-button-container .individual{border-top-left-radius:1.5rem}.open-link-team-leaderboard-button-container .team{border-top-right-radius:1.5rem}.open-link-team-leaderboard-list-container{display:flex;flex-direction:column;row-gap:12px;justify-content:center;align-items:center;margin-bottom:5%;width:90%;align-self:center;justify-self:center}.open-link-layout-container{min-height:100dvh;width:100%;background-color:#fff;display:flex;flex-direction:column}.open-link-layout-content{flex:1;padding:20px;max-height:94dvh;box-sizing:border-box;display:flex;overflow-y:auto;overflow-x:hidden;flex-direction:column;justify-content:flex-start;align-items:center;width:100%}.open-link-layout-content::-webkit-scrollbar{display:none}.open-link-layout-footer{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px;column-gap:6%}.open-link-layout-footer p{font-size:14px;color:#131313;margin:0;font-weight:600}.open-link-layout-footer img{width:50px;height:50px;object-fit:contain}
