@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}.App-header{align-items:center;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh;padding:0 2em}.App-link{color:#61dafb}.form{margin:4em 0;padding:0 2em;text-align:left}.form-element{margin:1em 0}.survey-all-list{flex-direction:column;margin-top:20px;width:100%}.survey-all-list,.survey-card{align-items:center;display:flex}.survey-card{background:#fff;border-radius:5px;box-shadow:0 0 1px 2px #d1d0f7;flex-direction:row;justify-content:space-around;margin:10px;padding:10px;width:70%}.survey-card:hover{border:1.5px solid var(--blue)}.survey-title{font-size:20px;font-weight:700px}.survey-card-col2{align-items:center;display:flex;flex-direction:row;height:auto;justify-content:space-around;width:70%}ul{color:#5c5c5d;font-size:14px;list-style:none;padding-left:0}li{padding-bottom:5px}.survey-status{background-color:#e8e8f9;border-radius:5px;font-size:14px;height:20px;padding:10px;text-align:center;width:40px}.questions-count,.responses{color:#5c5c5d}.card-drop-menu{background-color:var(--green);border-radius:50%;box-shadow:0 0 1px 2px #d1d0f7}@media only screen and (max-width:768px){.survey-card{align-items:flex-start;display:flex;flex-direction:column;position:relative}.survey-card-col1{width:100%}.survey-card-col2{border-radius:5px;display:flex;flex-direction:row;padding:5px;width:100%}.survey-status{align-self:auto;background-color:#e8e8f9;border-radius:0 5px 0 0;padding:5px!important;position:absolute;right:0;top:0!important}.questions-count{margin-left:100px}.responses{margin:10px}}.title{font-size:larger;font-weight:700;margin-left:40px}@-webkit-keyframes fadeInAnimation{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes fadeInAnimation{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animated-typography,.welcome-back{-webkit-animation:fadeInAnimation .5s forwards;animation:fadeInAnimation .5s forwards}.animated-typography{color:#000}.loader{font-size:25px;margin-top:20px;text-align:center}.dot1,.dot2,.dot3{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:dot;animation-name:dot;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;display:inline-block;padding:0 5px}.dot2{-webkit-animation-delay:.5s;animation-delay:.5s}.dot3{-webkit-animation-delay:1s;animation-delay:1s}.survey-card{transition:background-color .3s ease}.survey-card:hover{background-color:#e0f3e0}.search-bar{align-items:center;border:1px solid #ccc;border-radius:3.5px;display:flex;padding:3.5px;transition:width .5s ease-in-out;width:45px}.search-bar input{border:none;outline:none;padding:5px 10px;width:100%}.search-bar button{background:transparent;border:none;color:#888;cursor:pointer;padding:3px}.search-bar.expanded{box-shadow:0 0 3px 2px var(--blue);width:400px}.heading{font-size:x-large;font-weight:700;margin-left:10%}.Survey-heading{display:flex;justify-content:space-between;padding:5px}@media only screen and (max-width:320px){.Survey-heading{flex-wrap:wrap;margin-top:20%}.heading{display:flex;flex-wrap:wrap;font-size:large}}@-webkit-keyframes countUp{0%{opacity:0;-webkit-transform:translateY(50%);transform:translateY(50%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes countUp{0%{opacity:0;-webkit-transform:translateY(50%);transform:translateY(50%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.questions-count,.responses{-webkit-animation:countUp .5s ease-in-out;animation:countUp .5s ease-in-out}@media only screen and (max-width:1200px){.heading{display:flex}.Survey-heading,.heading{flex-wrap:wrap}}@media screen and (max-width:767px){.heading{font-size:15px}.ul-head{margin-left:5%;width:180%}.created-list{margin-bottom:10%}.survey-title{margin-top:15%;padding:10%}.Survey-heading{margin-top:5%}}@-webkit-keyframes dot{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes dot{0%{opacity:0}50%{opacity:1}to{opacity:0}}.questions-count{font-size:16x;text-align:center}.questions-count br{display:none}.questions-count span{display:block;font-size:16px}.questions-count:before{content:"";display:block}.responses{align-items:center;font-size:16px;text-align:center}.responses br{display:none}.responses span{align-items:center;display:flex;font-size:16px;gap:2px}.responses:before{content:"";display:block}.survey-title{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.survey-card-col1{box-sizing:border-box;flex:1 1;max-width:30%}.survey-card-col2{box-sizing:border-box;flex:1 1;max-width:50%}.survey-card-surtitle{display:flex}.scratch-card{align-items:center;background-color:var(--blue);display:flex;height:40px;justify-content:center;width:40px}.Dashboard-empty-header{color:gray}.Dashboard-empty-header-content{padding:30px}.center-nav-menu{border:2px solid var(--blue);border-radius:5px;display:flex;flex-direction:row}.header-menu{border-right:1px solid var(--blue);cursor:pointer;padding:10px}.header-menu.active,.header-menu:hover{background-color:var(--blue);color:#fff}.header-right-btns{display:flex;flex-direction:row;gap:20px;padding:10px}.prev-btn,.publish-btn{background-color:var(--green);border-radius:5px;cursor:pointer;display:flex;padding:8px;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.prev-btn:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.survey-title{display:flex;gap:5px}.QrCode>input{-webkit-appearance:none;appearance:none;background:#eee;border:none;border-radius:.5rem;font-size:1rem;margin-bottom:20px;margin-right:1rem;max-width:300px;outline:none;padding:10px;width:60%}button{border-radius:5px;font-size:1rem}.share-link-section{align-items:center;display:flex;flex-direction:column;justify-content:space-evenly;width:100%}.copy-text-input{background-color:#fff;border:2px solid #d2d0d0;border-radius:4px;color:#000;font-size:16px;font-weight:400;height:40px;line-height:20px;overflow:hidden;padding:0 .5em;text-overflow:ellipsis;transition:border .3s;width:100%}.Copy-Button{background-color:var(--green)!important;border:none;border-radius:4px;color:#000!important;height:55px}.copy-text-box{height:50px!important;padding:1.5px!important}.mailcard,.social-share-icons{flex-wrap:wrap;gap:30px;grid-template-columns:auto auto auto auto auto;margin-top:50px;text-align:center}.mailcard,.share-card,.social-share-icons{align-items:center;display:flex;justify-content:center}.share-card{background-color:#fff;border:1px solid var(--blue);border-radius:5px;box-shadow:0 4px 8px rgb(0 0 0/5%);height:150px;width:175px}.share-card>a>figure>svg,.social-share-icons>a>svg{fill:var(--blue);height:40px;width:40px}.social-share-icons>a>svg{height:50px;width:50px}.share-card:hover>a>figure>svg{-webkit-transform:scale(1.3);transform:scale(1.3)}.share-card:hover{background-color:var(--green)}.social-share-icons>a>svg:hover{fill:var(--green)}a,a:hover,a:link{text-decoration:none}.bg-c-linkedin{fill:var(--green)}@media only screen and (max-width:320px){.share-link-section{display:flex;flex-direction:column;gap:.5rem;height:100vh;position:absolute}.mailcard{display:flex;gap:2rem;margin-top:190%}.copy-link{display:flex;gap:5px;position:absolute;top:0}.share-cards{display:flex;flex-wrap:wrap;padding:2.5rem}}.lisiting-header{margin-left:10%}.sub-header{color:gray;letter-spacing:1px}.price-listing{display:flex;gap:5%;justify-content:center;margin-left:13%}.plan-one{background-color:#dbd8fc}.plan-one,.plan-two{border:2px solid #ddd;border-radius:10px;height:20%;text-align:center;width:15%}.plan-two{background-color:#ffeec3}.plan-one button,.plan-two button{background-color:#000;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px 20px}.plan-three{background-color:#d8f3fc;border:2px solid #ddd;border-radius:10px;height:20%;text-align:center;width:15%}.plan-three button{background-color:#000;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px 20px}.plan-free{background-color:#e1fcd8;border:2px solid #ddd;border-radius:10px;height:20%;text-align:center;width:15%}.plan-free button{background-color:#000;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px 20px}.table-container{margin-top:3%;max-height:600px;overflow-y:auto}table{border-collapse:collapse;width:95%}td{color:gray;padding-right:155px}.black-text{color:#000}@media screen and (min-width:768px) and (max-width:1023px){.list-overall-container,.price-listing{overflow-x:auto;white-space:nowrap}.price-listing{justify-content:flex-start;margin-right:20%;width:90%}.plan-free,.plan-one,.plan-three,.plan-two{width:36%}.table-container{overflow-x:auto}.table-container table{border-collapse:collapse}.table-container td{border:1px solid #ddd;padding:10px;text-align:center}}@media screen and (max-width:767px){.list-overall-container{overflow-x:auto;white-space:nowrap}.plan-free,.plan-one,.plan-three,.plan-two{width:36%}.price-listing{justify-content:flex-start;margin-right:20%;white-space:nowrap;width:90%}.price-listing,.table-container{overflow-x:auto}.table-container table{border-collapse:collapse}.table-container td{border:1px solid #ddd;padding:10px;text-align:center}.lisiting-header{min-width:30%}}.overview-insight{align-items:center;background-color:#fff;border-radius:16px;box-shadow:0 2px 6px grey;display:flex;flex-direction:row;justify-content:center;margin:20px auto;padding:20px;width:90%}.overview-card{color:#e5e4e2}.overview-card svg{fill:#e5e4e2}.card1{align-items:center;background-color:var(--blue);border-radius:12px;box-shadow:2px 2px 4px 2px grey;display:flex;height:180px;justify-content:center;transition:-webkit-transform .1s;transition:transform .1s;transition:transform .1s,-webkit-transform .1s;width:150px}.card1:hover,.card2:hover,.card3:hover,.card4:hover,.card5:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.card1-heading,.card2-heading,.card3-heading,.card4-heading{font-size:larger;font-weight:400}.card2,.card3,.card4{background-color:var(--blue);border-radius:12px;box-shadow:2px 2px 4px 2px grey;height:180px;transition:-webkit-transform .1s;transition:transform .1s;transition:transform .1s,-webkit-transform .1s;width:150px}.card2,.card3,.card4,.overview-card{align-items:center;display:flex;justify-content:center}.overview-card{flex-direction:row;gap:25px;margin:auto}.card5{align-items:center;background-color:var(--blue);border-radius:12px;box-shadow:2px 2px 4px 2px grey;display:flex;height:180px;justify-content:center;transition:-webkit-transform .1s;transition:transform .1s;transition:transform .1s,-webkit-transform .1s;width:150px}@media only screen and (max-width:768px){.overview-card,.overview-insight{display:flex;flex-direction:column}.container{width:100%}}.container{align-items:center;display:flex;height:100vh;justify-content:center;padding:0 20px}.card{box-shadow:0 0 6px rgba(0,0,0,.3);display:flex;flex-direction:column;height:550px;margin-bottom:10%;width:70%}.chart-container{flex:1 1;position:relative}.chart-container,.no-response{align-items:center;display:flex;flex-direction:column;justify-content:center}.top-div{font-size:large;position:absolute;top:20px}.rslt-main-contianer{align-items:center;display:flex;justify-content:center}.result-quest-container{background-color:#fff;border-radius:16px;box-shadow:0 2px 6px grey;margin:20px auto;width:80%}.res-quest-access{height:400px;margin:20px auto;overflow-y:auto;padding:20px;position:-webkit-sticky;position:sticky;top:200px}.wrapper{backdrop-filter:blur(3.7px);-webkit-backdrop-filter:blur(3.7px);background:hsla(0,0%,100%,.59);border:1px solid #b6b7b8;border:1px solid hsla(0,0%,100%,.78);border-radius:5px;border-radius:.375rem;box-shadow:0 0 3px 0 rgba(0,0,0,.75);height:100%;margin-top:3%;width:20%}.ques-btn{margin:10px auto;padding:10px;width:50%}.ques-btn>a{background-color:var(--bggray);border:1px solid #ccc;border-radius:5px;color:var(--blue);padding:8px;text-decoration:none}.rslt-right-container{width:80%}.rslt-right-container>.rslt-hdr-row{display:none}.result-header{background-color:var(--blue);border-top-left-radius:10px;border-top-right-radius:16px;color:#fff;padding:10px}.rslt-hdr-row{padding:5px 10px}.rslt-row-spliter{margin:10px auto}.q-title{background-color:var(--blue);border-radius:5px;color:#fff;font-size:22px}.Riversia-logo-img{height:25px;width:75px}.Report-page{align-items:center;display:flex}.logo-footer{display:none;float:right;margin:10px auto}.pagination{padding:5px}.logo-footer-content{color:gray;letter-spacing:0;margin-left:20px;margin-top:5px}summary{cursor:pointer;display:block;padding:.5em}summary:after{content:"\25B6";float:right;-webkit-transform:rotate(90deg);transform:rotate(90deg)}details[open] summary{background-color:#f0f0f0}details[open] summary:after{content:"\25B6";float:right;-webkit-transform:rotate(30deg);transform:rotate(30deg)}details[open]{background-color:#fff}details{background-color:var(--bggray);border:1px solid #ccc;list-style:none;padding:.5em}details+details{margin-top:1em}.acss-btn-mob{display:none}.report-no-data-image{margin-left:5em}.report-no-data{align-items:center;display:flex;flex-direction:column;justify-content:center}.report-no-data-button{margin-left:5em}.download-options{align-items:end;display:flex;flex-direction:end;gap:10px;justify-content:end}@media only screen and (max-width:320px){.download-options{display:flex;flex-wrap:wrap}}@media only screen and (max-width:1200px){.download-options{display:flex;flex-wrap:wrap}.acss-btn-mob{display:block}.result-quest-container{width:95%}.rslt-main-contianer{display:flex;flex-direction:column}.res-quest-access{display:none!important}.rslt-right-container{height:100%!important;overflow-y:none;width:100%}.rslt-right-container>.rslt-hdr-row{display:block!important}.res-quest-access-media{display:grid;grid-template-columns:auto auto auto;width:100%}.ques-btn{width:100%}.q-title{font-size:18px}}.graphbutton{align-items:end;border-radius:8px;display:flex;justify-content:end;margin:5px auto;padding-right:10px}.Bar{border-radius:3px;height:45px;margin:auto 2px;width:45px}.page-footer{display:flex;flex-direction:row;justify-content:right}.graph-media{display:none}@media only screen and (max-width:768px){.graph-media{display:block}.graph-desktop{display:none}.recharts-wrapper{height:300px!important;margin:auto;width:300px!important}.recharts-wrapper>svg{height:100%;width:100%}.recharts-legend-wrapper{width:100%!important}.Bar{height:35px;width:35px}.Bar>svg{height:20px;width:20px}.que-type{font-size:20px}.graph{display:none}}.result-table{border-radius:10px;box-shadow:0 2px 6px grey;display:flex;height:260px;margin:10px auto;overflow-y:scroll;width:90%}.result-table>table{border-collapse:collapse;font-family:arial,sans-serif;position:relative;width:100%}thead th{background-color:#f5f5f5}td,th{border:1px solid #ddd;padding:8px;text-align:left}tr:nth-child(2n){background-color:var(--blue)}.result-table td{padding:4px}.report-response-table{max-height:60vh;overflow:scroll}.report-response-table>table{border-collapse:collapse;border-spacing:10px;width:100%}thead th{background-color:var(--blue);color:#fff;position:-webkit-sticky;position:sticky;top:0;white-space:nowrap;z-index:2}td,th,thead th{padding:10px 20px}td,th{border:1px solid transparent}tr:nth-child(2n){background-color:#f2f2f2}tr:hover{background-color:#ddd}.response-drawer-heading{font-size:large;font-weight:700;margin-top:5px}.right-drawer-question{color:gray;margin-left:10px}.answer-item{margin-bottom:5px;margin-right:5px;white-space:nowrap}.answer-item:last-child{margin-right:0}.ellipsis-cell{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.testing{align-items:end;background-color:var(--green);border-radius:6px;display:flex;justify-content:end;padding:5px}.share-content{color:#000}.side-pannel-header{display:flex;margin-top:10px}.side-pannel-export{font-size:large;font-weight:700;margin-left:10px}.side-pannel-cancel{cursor:default;font-size:small;margin-left:350px}.side-pannel-subheader{color:grey;letter-spacing:.07em;margin-top:25px}.right-side-pannel{align-items:end;display:flex;justify-content:end;margin-left:780px}@media only screen and (max-width:768px){.right-side-pannel{margin-left:20px}}.title-menu-bar{align-items:center;background-color:#fff;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.1);display:flex;flex-direction:row;justify-content:space-around;padding:10px 0;position:-webkit-sticky;position:sticky;top:70px;z-index:10}.menu-ul{display:flex;font-size:18px;list-style:none}.menu-ul>li{color:#000;display:inline-block;margin-right:20px}.pre-pub-btn{align-items:center;display:flex;flex-direction:row}.preview-btn{margin-right:50px}.create-section{display:flex;flex-direction:row}.side-icon-menu-bar{align-items:center;display:flex;flex-direction:column;min-width:60px;width:60px}.side-bar-2,.side-icon-menu-bar{background-color:#fff;border-right:1px solid #cccbcb;height:100vh;padding-top:30px}.side-bar-2{width:300px}.side-icon-menu-bar *{color:#2191ff;height:30px;margin-bottom:30px;width:30px}.createSurvey-home{height:80vh}.qc-container{background-color:aqua;display:block;padding:.5em 0;position:relative;width:100%}@media only screen and (max-width:768px){.title-menu-bar{display:flex;flex-direction:column-reverse!important}.header-right-btns{display:none!important}}.add-quest-btn{font-size:18px;margin:auto!important}.quest-container{backdrop-filter:blur(3.7px);-webkit-backdrop-filter:blur(3.7px);border:1px solid hsla(0,0%,100%,.78);box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.15);margin:10px 0;max-width:90%;padding:10px;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.quest-container:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.survey-main-container{display:flex;flex-direction:row;margin:1% auto auto;position:relative;width:100%}.ques-access{background:hsla(0,0%,100%,.59);border:1px solid hsla(0,0%,100%,.78);border-radius:.375rem;box-shadow:0 0 2px 0 rgba(0,0,0,.75)}.ques-access,.survey-left-container,.survey-right-container{backdrop-filter:blur(3.7px);-webkit-backdrop-filter:blur(3.7px);margin:10px;padding:20px}.survey-left-container,.survey-right-container{box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.15)}.ques-access,.survey-left-container,.survey-right-container{height:650px;overflow-y:scroll}.survey-right-container{width:25%}.survey-left-container{flex-grow:1;order:3;overflow-y:none;position:relative;width:60%}.quest-builder-form{width:100%}.quest-builder-form button{background-color:var(--blue);border:none;border-radius:5px;color:#fff;margin:5px 0;padding:10px}.field-container{display:flex;flex-direction:column;margin:10px 0}.quest-title{background-color:#fff;border-bottom:2px solid #b6b7b8;border-radius:3px;color:var(--blue);font-size:16px;font-weight:600;padding:5px}.row-text{color:#4e4e4e;font-size:14px;padding:3px 0}.row-text>span{color:#161616;font-size:16px;font-weight:600;text-transform:capitalize}.btn-container{margin:10px 0 0;text-align:center}.btn-container button{background-color:var(--green);border:none;border-radius:5px;color:#000;font-size:14px;letter-spacing:1px;margin:0 10px;padding:5px;width:60px}.choice-container,.skip-logic-container{align-items:center;background-color:#fff;border:1px solid #939393;border-radius:5px;display:flex;flex-direction:row;margin:5px 0}.del-btn{margin:2px!important;padding:0!important}.choice-container>input{border:none;flex:1 1;margin:2px!important;outline:none;padding:5px}.survey-questions-container{border:1px solid #ccc;padding:10px}.skip-logic-container>select{border:none;flex:auto;margin-bottom:0!important;margin-right:5px}.row-container{margin:10px 0}.choice-grid{display:grid;grid-template-columns:auto auto}.sticky-bot-container{background-color:#fff;border-radius:5px;bottom:0;padding:10px 0;position:-webkit-sticky;position:sticky;width:90%}.ques-access{display:flex;flex-direction:column;width:20%}.quest-title-prev{display:inline-block;max-width:80%;min-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quest-access-btn{backdrop-filter:blur(3.7px);-webkit-backdrop-filter:blur(3.7px);background:hsla(0,0%,100%,.59);border:1px solid #b6b7b8;border:1px solid hsla(0,0%,100%,.78);border-radius:5px;border-radius:.375rem;box-shadow:0 0 3px 0 rgba(0,0,0,.75);color:var(--blue);margin:10px 5px;padding:5px;position:relative;text-decoration:none}.del-ed-btn{position:absolute;right:5px}.del-btn,.del-ed-btn button{background-color:initial!important;margin:2px;padding:2px}.del-ed-btn button>svg{height:15px;width:15px}.del-ed-btn button:hover>svg path{fill:#fff}.del-btn:hover>svg path{fill:var(--blue)}.quest-access-btn:hover{background-color:var(--blue);color:#fff}.empty-container{align-items:center;background-color:#fff;border-radius:5px;display:flex;flex-direction:column;justify-content:center;margin:auto;padding:5px}.quest-builder-btns{color:var(--blue);margin-left:60%;width:50%}.choices-container{grid-column-gap:2px;-webkit-column-gap:2px;column-gap:2px;grid-template-rows:auto}.switch{display:inline-block;height:25px;position:relative;width:40px}.switch input{height:0;opacity:0;width:0}.slider{background-color:#ccc;border-radius:16px;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#fff;border-radius:50%;bottom:4px;content:"";height:16px;left:2px;width:16px}input:checked+.slider{background-color:var(--green)}input:focus+.slider{box-shadow:0 0 1px var(--green)}input:checked+.slider:before{-webkit-transform:translateX(26px);transform:translateX(20px)}.align-right{text-align:right}.overflow{overflow:hidden;text-overflow:ellipsis}.prev-modal{position:fixed;right:100px;top:90px;z-index:100}@media only screen and (max-width:1200px){.survey-main-container{align-items:center;display:flex;flex-direction:column;padding:10px 10px 50px}.ques-access,.survey-left-container,.survey-right-container{background-color:var(--bggray);height:450px;overflow-y:scroll;width:80%}.ques-access{height:200px!important;order:2}.survey-right-container{order:3}.survey-left-container{order:1!important;padding-bottom:0!important}.sticky-bot-container{background-color:#fff;padding:10px 0}.choice-grid{display:grid;grid-template-columns:auto}}@media only screen and (max-width:1200px) and (min-width:767px){.ques-access{height:200px!important;order:1}}.prev-main-container{justify-content:center}.prev-opt-container{margin:10px auto}.prev-footer{float:right}.prev-footer,.survey-title-live{width:100%}.loading-spinner{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;border:3px solid rgba(0,128,0,.3);border-radius:50%;border-top-color:green;height:40px;margin:20px auto;width:40px}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media only screen and (max-width:760px){.survey-main-form{width:80%}}.completion-rate{position:relative}.prev-main-container{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:space-between;margin:auto;width:100vw}.survey-title-live{background-color:var(--blue);color:#fff;width:100vw}.bg-image{object-fit:cover;position:absolute;width:100%;z-index:0}.survey-title-live h1{padding:0 20px}.survey-main-form{border-radius:16px;margin-top:10%;position:absolute;width:50%;z-index:1}.survey-main-form input[type=tel],.survey-main-form input[type=text],.survey-main-form select{box-sizing:border-box;font-size:16px;margin:10px 5px;outline:none;padding:10px;width:100%}.prev-footer{text-align:end}.prev-opt-container{display:flex;flex-direction:column;margin:20px auto}.prev-opt-container button{margin:10px auto;width:60%}.prev-nav-btns{display:flex;flex-direction:row;justify-content:space-around;margin:10px auto;width:100%}.prev-nav-btns *{background-color:var(--blue);color:#fff;font-size:18px;font-weight:600;margin:auto 20px;width:100%}.prev-footer p,.prev-footer svg{padding-right:30px}.prev-footer svg{height:50px;width:100px}.prev-nav-btns button:disabled{opacity:.8}.required-error{color:red}.input-field{border:none;border-bottom:1px solid gray;transition:border-bottom .3s ease-in-out}.input-field:focus{-webkit-animation:border-grow .3s ease-in-out forwards;animation:border-grow .3s ease-in-out forwards;border-bottom:2px solid #000;outline:none}@-webkit-keyframes border-grow{0%{width:0}to{width:100%}}@keyframes border-grow{0%{width:0}to{width:100%}}.star-rating{display:inline-block;font-size:0;line-height:0;margin:20px auto;text-align:center}.star-rating input[type=radio]{display:none}.star-rating label{color:#bbb;cursor:pointer;font-size:2rem}.star-rating label,.star-rating span{display:inline-block;padding:0;text-shadow:0 0 1px #333}.star-rating span{color:#797978;font-size:4rem;margin:10px}.star-rating span.active{color:#ff0;text-shadow:0 0 1px #333,0 0 5px #ff0}.nps>button{border:none;border-radius:3px;color:#fff;font-size:1rem;height:42px;margin:2px;opacity:.7;padding:10px;width:42px}.nps>button:nth-child(-n+6){background-color:#ff6561}.nps>button:nth-child(n+7):nth-child(-n+9){background-color:#ffcb60}.nps>button:nth-child(n+9){background-color:#00c36e}.nps{margin:10px auto}.nps .active{opacity:1}.nps>button.active{-webkit-filter:brightness(80%);filter:brightness(80%)}@media only screen and (max-width:790px){.survey-main-form{margin-top:50%;width:90%}.footer-heading{margin-top:80%}.prev-footer{margin-top:110%}.completion-rate{margin:20px;position:relative}}.selectable-button{background-color:#f3f3f4;border:1px solid #939393!important;color:#000}.selectable-button.selected{background-color:var(--blue);color:#fff}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(
      --PhoneInputCountrySelect-marginRight
    );--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:inherit;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,.1)}.PhoneInput{align-items:center;display:flex;width:auto}.PhoneInputInput{flex:1 1}.PhoneInputCountryIcon{height:1em;height:var(--PhoneInputCountryFlag-height);width:1.5em;width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio))}.PhoneInputCountryIcon--square{width:1em;width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:rgba(0,0,0,.1);background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 1px rgba(0,0,0,.5),inset 0 0 0 1px rgba(0,0,0,.5);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;height:100%;width:100%}.contact-you,.terms-condition{font-weight:400}.contact-you{color:grey}.PhoneInputInternationalIconPhone{opacity:.8;opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:.65;opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{align-items:center;align-self:stretch;display:flex;margin-right:.35em;margin-right:var(--PhoneInputCountrySelect-marginRight);position:relative}.PhoneInputCountrySelect{border:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.PhoneInputCountrySelect[disabled]{cursor:default}.PhoneInputCountrySelectArrow{border-bottom-width:1px;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-color:inherit;border-color:var(--PhoneInputCountrySelectArrow-color);border-left-width:0;border-right-width:1px;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-style:solid;border-top-width:0;content:"";display:block;height:.3em;height:var(--PhoneInputCountrySelectArrow-width);margin-left:.35em;margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);opacity:.45;opacity:var(--PhoneInputCountrySelectArrow-opacity);-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform:var(--PhoneInputCountrySelectArrow-transform);transform:var(--PhoneInputCountrySelectArrow-transform);width:.3em;width:var(--PhoneInputCountrySelectArrow-width)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #03b2cb,inset 0 0 0 1px #03b2cb;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}button{border:none;border-radius:15px;color:#000;display:inline-block;font-size:16px;margin:4px 2px;padding:10px;text-align:center;text-decoration:none}button,button:hover{background-color:var(--green)}button:disabled{background-color:#ccc;cursor:not-allowed}.completion-rate{margin:20px}.circle{background-color:#e0e0e0;border-radius:50%;display:inline-block;height:12px;margin-right:8px;width:12px}.filled{-webkit-animation:fill .5s forwards;animation:fill .5s forwards;background-color:var(--green)}.percentage{color:#999;display:inline-block;font-size:14px;margin-left:8px}@-webkit-keyframes fill{0%{width:0}to{width:12px}}@keyframes fill{0%{width:0}to{width:12px}}.footer-heading{justify-content:space-between;margin-top:60%}.footer-heading,.survey-container{display:flex;width:100%}.survey-info{-webkit-animation:fade-in 1s ease-out;animation:fade-in 1s ease-out;font-size:2em;font-weight:700;width:40%}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.survey-image{width:50%}img{height:auto;max-width:150%}.choices-container{grid-gap:10px;display:grid;grid-template-columns:repeat(2,1fr)}.choices-container-radio{grid-gap:1px;display:grid;grid-template-columns:repeat(2,1fr)}.container-plans{background-color:var(--blue);display:flex;flex-direction:column;height:80%;width:100%}.navbar-container{background-color:#fff;left:0;position:fixed;top:0;width:100%;z-index:9999}.price-content{-webkit-animation:fadeInFromLeft 1s forwards;animation:fadeInFromLeft 1s forwards;opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);width:70%}.text-p{font-size:18px;letter-spacing:2px}.header-text{font-size:30px;font-weight:bolder}.cont{color:#fff;display:flex}.lapright-image{-webkit-animation:fadeInFromRight 1s forwards;animation:fadeInFromRight 1s forwards;margin-right:10%;opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}.about-lapbottomimg{-webkit-animation:fadeInFromBottom 1s forwards;animation:fadeInFromBottom 1s forwards;opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}@-webkit-keyframes fadeInFromBottom{0%{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInFromBottom{0%{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.about-topimage{-webkit-animation:fadeInFromTop 1s forwards;animation:fadeInFromTop 1s forwards;opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}@-webkit-keyframes fadeInFromTop{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInFromTop{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInFromLeft{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInFromLeft{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeInFromRight{0%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInFromRight{0%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@media screen and (max-width:767px){.container-plans{margin-top:60%}.cont{flex-wrap:wrap;width:70%}.price-content{padding-left:40%;width:130%}}@media screen and (min-width:768px) and (max-width:1023px){.container-plans{margin-top:10%}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1b1c1e;color:var(--font);font-family:Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--blue:#001d3d;--green:#8cc739;--bggray:#f3f3f4;--font:#1b1c1e}header{position:fixed;top:0}button,input,select,textarea{font-family:inherit}button{cursor:pointer}.rv-styled{display:flex;flex-direction:row}.pointer:hover{cursor:pointer}.glass{backdrop-filter:blur(3.3px);-webkit-backdrop-filter:blur(3.3px);border:1px solid rgba(0,29,61,.21);box-shadow:0 4px 30px rgba(0,0,0,.1);opacity:.9}.ipstyle{background-color:#fff;border:none;border-radius:5px;box-shadow:0 2px 4px rgba(0,0,0,.1);font-size:16px;margin:10px 0;padding:10px;resize:vertical}.ipstyle,.ipstyle:focus{outline:none}.theme-select{background:radial-gradient(circle,#eeaeca 0,#94bbe9 100%);border:none;border-radius:3px;height:30px;margin:auto 10px;outline:none;width:110px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#555}
/*# sourceMappingURL=main.fb285831.css.map*/