#surveyLoginContainer{height:810px;width:100%;background-repeat:no-repeat;background-size:cover;background-position:center;font-family:var(--font-transducer)}
#surveyLoginContainer .survey-logo-container{display:flex;flex-direction:row;justify-content:space-between;padding:32px 108px 32px 108px}
@media(max-width:767px){#surveyLoginContainer .survey-logo-container{padding:16px 27px}
}
#surveyLoginContainer .survey-logo-container .survey-logo{width:auto;height:24px}
#surveyLoginContainer .survey-logo-container .survey-echo{padding:3px 0;width:auto;height:24px}
#surveyLoginContainer .survey-container{padding:0 94px 0 108px;display:flex;gap:16px}
@media screen and (max-width:767px){#surveyLoginContainer .survey-container{flex-direction:column-reverse;padding:16px 16px 0 16px;gap:0}
}
#surveyLoginContainer .survey-container .survey-hero-details{display:block;margin:164px 0 252px 0;flex-shrink:0;width:40.5%}
@media(max-width:767px){#surveyLoginContainer .survey-container .survey-hero-details{margin:56px 0 80px 0;width:100%}
}
#surveyLoginContainer .survey-container .survey-hero-details .survey-title{color:var(--text-color-title-black);font-family:var(--font-transducer-extended);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-500);line-height:100%;letter-spacing:1.6px;text-transform:uppercase;margin-block:0}
@media screen and (max-width:767px){#surveyLoginContainer .survey-container .survey-hero-details .survey-title{font-size:var(--font-size12)}
}
#surveyLoginContainer .survey-container .survey-hero-details .survey-sub-title{margin-top:16px;margin-bottom:48px}
@media screen and (max-width:767px){#surveyLoginContainer .survey-container .survey-hero-details .survey-sub-title{margin-top:0;margin-bottom:24px}
}
#surveyLoginContainer .survey-container .survey-hero-details .survey-sub-title .survey-sub-title-para{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size56);font-style:normal;font-weight:var(--font-weight-400);line-height:110%;letter-spacing:-0.56px;margin:0;margin-block:0}
@media screen and (max-width:767px){#surveyLoginContainer .survey-container .survey-hero-details .survey-sub-title .survey-sub-title-para{font-size:var(--font-size30)}
}
#surveyLoginContainer .survey-container .survey-hero-details .survey-sub-title .sub-title-highlight{color:var(--text-color-title-red);font-family:var(--font-transducer);font-size:var(--font-size56);font-style:normal;font-weight:var(--font-weight-700);line-height:110%;letter-spacing:-0.56px}
@media screen and (max-width:767px){#surveyLoginContainer .survey-container .survey-hero-details .survey-sub-title .sub-title-highlight{font-size:var(--font-size30)}
}
#surveyLoginContainer .survey-container .survey-hero-details .survey-sub-title .sub-title-bold{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size56);font-style:normal;font-weight:var(--font-weight-700);line-height:110%;letter-spacing:-0.56px}
@media screen and (max-width:767px){#surveyLoginContainer .survey-container .survey-hero-details .survey-sub-title .sub-title-bold{font-size:var(--font-size30)}
}
#surveyLoginContainer .survey-container .survey-hero-details .separator-line{border:1px solid #e1e1e1;margin:40px 0 40px 0}
#surveyLoginContainer .survey-container .survey-hero-details .survey-options-container{margin-bottom:98px}
#surveyLoginContainer .survey-container .survey-hero-details .survey-options-container label{font-size:18px;font-weight:500;color:red}
#surveyLoginContainer .survey-container .survey-hero-details .survey-options-container label span{color:#000}
#surveyLoginContainer .survey-container .survey-hero-details .survey-options-container .survey-option-label{font-size:14px;font-weight:500}
#surveyLoginContainer .survey-container .survey-hero-details .survey-options-container .select-survey-option{display:flex}
#surveyLoginContainer .survey-container .survey-hero-details .survey-options-container .survey-option input[type="radio"]{display:none}
#surveyLoginContainer .survey-container .survey-hero-details .survey-options-container .svg-radio{width:24px;height:24px}
#surveyLoginContainer .survey-container .survey-hero-details .survey-options-container .svg-radio .outer{fill:none;stroke:black;stroke-width:1}
#surveyLoginContainer .survey-container .survey-hero-details .survey-options-container .svg-radio .inner{fill:transparent}
#surveyLoginContainer .survey-container .survey-hero-details .survey-options-container .survey-option input[type="radio"]:checked + .svg-radio .inner{fill:black}
#surveyLoginContainer .survey-container .survey-hero-details .survey-login-btn{background-color:var(--bg-color-red);text-decoration:none;width:280px;height:52px;border-radius:8px;display:flex;flex-direction:row;justify-content:center;align-items:center;overflow:hidden}
#surveyLoginContainer .survey-container .survey-hero-details .survey-login-btn .survey-btn-label{color:var(--text-color-white);font-family:var(--font-transducer);font-size:var(--font-size16);font-weight:var(--font-weight-400);line-height:normal;transition:all .5s linear}
@media screen and (max-width:767px){#surveyLoginContainer .survey-container .survey-hero-details .survey-login-btn .survey-btn-label{font-weight:var(--font-weight-500)}
}
#surveyLoginContainer .survey-container .survey-hero-details .survey-login-btn .survey-arrow{transition:all .5s linear;opacity:0}
@media screen and (min-width:768px){#surveyLoginContainer .survey-container .survey-hero-details .survey-login-btn:hover .survey-btn-label{transform:translateX(-8px)}
#surveyLoginContainer .survey-container .survey-hero-details .survey-login-btn:hover .survey-arrow{opacity:1;margin-left:16px}
}
@media screen and (max-width:767px){#surveyLoginContainer .survey-container .survey-hero-details .survey-login-btn:active{background-color:var(--bg-color-black)}
#surveyLoginContainer .survey-container .survey-hero-details .survey-login-btn .survey-btn-label{transform:translateX(-8px)}
#surveyLoginContainer .survey-container .survey-hero-details .survey-login-btn .survey-arrow{opacity:1;margin-left:16px}
}
#surveyLoginContainer .survey-container .survey-hero-widgets{width:58.2%;flex-grow:0;margin:68px 0 104px 0}
@media(max-width:767px){#surveyLoginContainer .survey-container .survey-hero-widgets{margin:0;width:100%}
}
#surveyLoginContainer .survey-container .survey-hero-widgets .survey-inner-widgets .survey-right-section-img{object-fit:contain;width:100%;height:auto}
.survey-portal-dashboard{background-color:var(--text-color-white);position:relative}
.survey-portal-dashboard .survey--dashboard-logo-container{display:flex;flex-direction:row;justify-content:space-between;padding:40px 108px 24px;transition:all 1s ease-in}
@media screen and (max-width:950px){.survey-portal-dashboard .survey--dashboard-logo-container{padding:40px 16px 24px}
}
@media screen and (max-width:767px){.survey-portal-dashboard .survey--dashboard-logo-container{margin-top:36px;padding:16px;gap:8px}
}
.survey-portal-dashboard .survey--dashboard-logo-container .survey--dashboard-logo--container{display:flex;justify-content:center;align-items:center}
.survey-portal-dashboard .survey--dashboard-logo-container .survey--dashboard-logo--container a{display:flex}
.survey-portal-dashboard .survey--dashboard-logo-container .survey--dashboard-logo--container .survey-dashboard-logo{width:67px;height:auto;cursor:pointer}
@media screen and (max-width:767px){.survey-portal-dashboard .survey--dashboard-logo-container .survey--dashboard-logo--container .survey-dashboard-logo{width:auto;height:24px;object-fit:contain}
}
.survey-portal-dashboard .survey--dashboard-logo-container .survey--dashboard-logo--container .survey-dash-divider{width:2px;height:auto;margin:0 16px;flex-shrink:0}
.survey-portal-dashboard .survey--dashboard-logo-container .survey--dashboard-logo--container .survey-dash-echo{width:47px;height:auto;cursor:pointer}
.survey-portal-dashboard .survey--dashboard-logo-container .survey--dashboard-profile--container{display:flex;align-items:center}
.survey-portal-dashboard .survey--dashboard-logo-container .survey--dashboard-profile--container .survey-dash-profile-name{color:var(--text-color-title-black);text-align:right;font-family:var(--font-transducer);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-100);letter-spacing:.12px;margin:0 16px 0 0;text-transform:capitalize}
.survey-portal-dashboard .survey--dashboard-logo-container .survey--dashboard-profile--container .survey-dash-profile-image{width:24px;height:auto}
.survey-portal-dashboard .survey--dashboard-logo-container .survey--dashboard-profile--container .survey-dash-echo{width:47px;height:auto;margin-left:48px;margin-right:24px;padding:6px 0 0 0;cursor:pointer}
.survey-portal-dashboard .survey--dashboard-logo-container .survey--dashboard-profile--container .survey--dash-logout-divider{margin:0 16px;flex-shrink:0}
.survey-portal-dashboard .survey--dashboard-logo-container .survey--dashboard-profile--container .survey--dash-logout{border:0;background:transparent;display:flex;align-items:center;cursor:pointer}
@-webkit-keyframes slide-right-dashboard{from{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}
to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
}
@keyframes slide-right-dashboard{from{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}
to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
}
.survey-portal-dashboard .survey--dashboard-logo-container .survey--dashboard-profile--container .survey--dash-logout:hover .survey-dash-echo-arrow path:last-child{-webkit-animation:slide-right-dashboard .35s cubic-bezier(0.15,0.46,0.45,0.94) both;animation:slide-right-dashboard .35s cubic-bezier(0.15,0.46,0.45,0.94) both}
.survey-portal-dashboard .survey--dashboard-logo-container .survey--dashboard-profile--container .survey--dash-logout .survey--dash-logout-label{text-decoration:none;color:var(--text-color-title-black);text-align:right;font-family:var(--font-transducer);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-100);letter-spacing:.12px;margin-right:16px;padding:3px 0 0 0}
@media screen and (max-width:767px){.survey-portal-dashboard .survey--dashboard-logo-container .survey--dashboard-profile--container .survey--dash-logout .survey--dash-logout-label span{display:none}
}
.survey-portal-dashboard .survey--dashboard-logo-container .survey--dashboard-profile--container .survey--dash-logout .survey--dash-logout-label .survey-dash-echo-arrow{width:24px;height:auto;margin-left:10px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation{visibility:hidden;opacity:0;transform:translateY(2%);padding:0 108px 40px}
@media screen and (max-width:950px){.survey-portal-dashboard .survey-dashboard-scoll-top-animation{padding:0 16px 40px}
}
@media screen and (max-width:767px){.survey-portal-dashboard .survey-dashboard-scoll-top-animation{padding:0 0 24px}
}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey-welcome--name{margin:16px 0 36px 0;color:var(--text-color-title-black);font-feature-settings:'clig' off,'liga' off;font-family:var(--font-transducer);font-size:var(--font-size48);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);text-transform:capitalize}
@media screen and (max-width:767px){.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey-welcome--name{font-size:24px;margin:24px 16px 16px}
}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey-welcome--name .survey-welcome--name-bold{color:var(--text-color-title-black);font-feature-settings:'clig' off,'liga' off;font-family:var(--font-transducer);font-size:var(--font-size48);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);text-transform:capitalize}
@media screen and (max-width:767px){.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey-welcome--name .survey-welcome--name-bold{font-size:24px}
}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation.is-moved{visibility:visible;opacity:1;transition:all 1s ease-in}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container{padding:48px 21px 24px 56px;height:285px;width:100%;background-size:100% 100% !important;background-position:bottom !important;background-color:var(--bg-color-black);border-radius:25px;display:flex;flex-direction:column;justify-content:space-between}
@media screen and (max-width:767px){.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container{border-radius:20px 20px 0 0;width:100%;padding:40px 135px 32px 27px;height:269px}
}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-para .survey--dash-banner-title p{color:var(--text-color-white);font-feature-settings:'clig' off,'liga' off;font-family:var(--font-transducer);font-size:var(--font-size60);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);text-transform:capitalize}
@media screen and (max-width:767px){.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-para .survey--dash-banner-title p{font-size:var(--font-size30);font-weight:var(--font-weight-500)}
}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-para .survey--dash-banner-description{margin:0}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-para .survey--dash-banner-description p{margin:16px 0 24px 0;color:var(--text-color-white);font-family:var(--font-tstar-regular);font-size:16.013px;font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-120)}
@media screen and (max-width:767px){.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-para .survey--dash-banner-description p{margin:56px 0 0;font-size:var(--font-size16)}
}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-btn-container{display:flex;flex-direction:row-reverse;gap:20px}
@media screen and (max-width:767px){.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-btn-container{display:none}
}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-btn-container .survey--dash-banner-primary-btn{display:flex;justify-content:space-between;align-items:center;background:transparent;list-style:none;min-width:234px;height:48px;border-radius:8px;border:1px solid var(--text-color-white);padding:15px 15px 15px 31px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-btn-container .survey--dash-banner-primary-btn .survey--dash-primary-btn-label{color:var(--text-color-white);font-family:var(--font-transducer);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-500);text-decoration:none;line-height:var(--line-height-per-100)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-btn-container .survey--dash-banner-secondary-btn{height:48px;background:var(--bg-color-btn-red);border-radius:8px;border:1px solid var(--bg-color-btn-red);color:var(--text-color-white);cursor:pointer;transition:background .3s linear,color .3s linear}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-btn-container .survey--dash-banner-secondary-btn:hover{background-color:white;color:black;border:1px solid #FFF}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-btn-container .survey--dash-banner-secondary-btn a{display:flex;align-items:center;gap:8px;padding:15px 32px 17px 32px;height:48px}
@media screen and (max-width:767px){.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-btn-container .survey--dash-banner-secondary-btn a{padding:0}
}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-btn-container .survey--dash-banner-secondary-btn a,.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-btn-container .survey--dash-banner-secondary-btn .survey--dash-secondary-label{color:inherit;font-family:var(--font-transducer);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-500);line-height:100%;text-decoration:none;position:relative}
@media screen and (max-width:767px){.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-btn-container .survey--dash-banner-secondary-btn a,.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-btn-container .survey--dash-banner-secondary-btn .survey--dash-secondary-label{font-size:var(--font-size14)}
}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-btn-container .survey--dash-banner-secondary-btn .survey-banner-plus-icon{width:24px;height:24px;fill:none;stroke:currentColor;transition:transform .3s linear}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-btn-container .survey--dash-banner-secondary-btn:hover .survey-banner-plus-icon{transform:rotate(90deg);stroke:black}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-btn-container .survey--dash-banner-secondary-btn:hover .survey-banner-plus-icon path{stroke:black}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container{margin:16px 0}
@media screen and (max-width:767px){.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container{margin:-32px 0 0;padding:16px;border-top-left-radius:20px;border-top-right-radius:20px;background:var(--text-color-white)}
}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner{display:flex;flex-direction:row;gap:16px}
@media screen and (max-width:767px){.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner{justify-content:space-between;flex-wrap:wrap}
}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section{width:25%;padding:24px 8px 24px 40px;border-radius:20px}
@media screen and (max-width:767px){.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section{width:calc(50% - 8px);padding:8px 8px 16px 17px;border-radius:15px}
}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section.survey-card-bg-1{background-color:var(--bg-color-light-purple)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section.survey-card-bg-2{background:var(--bg-color-light-blue)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section.survey-card-bg-3{background:var(--bg-color-light-aqua)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section.survey-card-bg-4{background:#ffe4e4}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section .survey-dash-card-title-content{display:flex;justify-content:space-between;align-items:center}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section .survey-dash-card-title-content .survey-dashboard-card-title{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-100)}
@media screen and (max-width:767px){.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section .survey-dash-card-title-content .survey-dashboard-card-title{font-weight:var(--font-weight-400);padding-top:8px}
}
@media screen and (max-width:480px){.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section .survey-dash-card-title-content .survey-dashboard-card-title{max-width:92px}
}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section .survey-dash-card-title-content .survey-card-arrow-icon{width:40px;height:40px;cursor:pointer;flex-shrink:0}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section .survey-dash-card-title-content .arrow-side{display:block;transform:rotate(90deg)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section .survey-dash-card-title-content .arrow-up{display:none}
@media screen and (max-width:767px){.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section .survey-dash-card-title-content .arrow-up{transform:rotate(180deg)}
}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section .survey-dash-card-count{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size56);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);text-transform:uppercase}
@media screen and (max-width:767px){.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section .survey-dash-card-count{font-size:var(--font-size40);letter-spacing:.8px}
}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section:hover{background-color:var(--text-color-title-black);cursor:pointer}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section:hover .survey-dash-card-title-content .survey-dashboard-card-title{color:var(--text-color-white)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section:hover .survey-dash-card-title-content .arrow-side{display:none}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section:hover .survey-dash-card-title-content .arrow-up{display:block}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section:hover .survey-dash-card-count{color:var(--text-color-white)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section.survey-card-active{background-color:var(--text-color-title-black)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section.survey-card-active .survey-dash-card-title-content .survey-dashboard-card-title{color:var(--text-color-white)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section.survey-card-active .survey-dash-card-title-content .arrow-side{display:none}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section.survey-card-active .survey-dash-card-title-content .arrow-up{display:block}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section.survey-card-active .survey-dash-card-count{color:var(--text-color-white)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table{background:var(--bg-color-gray-1);padding:32px 40px 32px 40px;border-radius:20px}
@media screen and (max-width:767px){.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table{padding:12px 16px 24px}
}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head{display:flex;flex-direction:column}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--head-section{background-color:transparent;display:flex;width:100%;align-items:center;justify-content:center;margin-bottom:24px}
@media screen and (max-width:767px){.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--head-section{display:none}
}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--head-section .survey--dash-table--cell{display:flex;align-items:center;color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-140);letter-spacing:.14px;width:23%;margin-left:5px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--head-section .survey--dash-table--cell .survey-dash-sort-icon{width:32px;height:32px;margin-left:8px;cursor:pointer;flex-shrink:0;display:none}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--head-section .survey--dash-table--cell .survey-dash-filter-icon{display:none;width:32px;height:32px;margin-left:8px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--head-section .survey--dash-table--cell.sort-active .survey-dash-sort-icon,.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--head-section .survey--dash-table--cell:hover .survey-dash-sort-icon{display:block}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--head-section .survey--dash-table--cell.sort-active .survey-dash-sort-icon circle{fill:#000}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--head-section .survey--dash-table--cell.sort-active .survey-dash-sort-icon path{fill:#fff;transform:translateX(2px)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--head-section .survey--dash-table--cell.sort-active .survey-dash-sort-icon path:last-child{display:none}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--head-section .survey--dash-table--cell.sort-active.sort-down-active .survey-dash-sort-icon path{display:none}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--head-section .survey--dash-table--cell.sort-active.sort-down-active .survey-dash-sort-icon path:last-child{transform:translateX(-4px);display:block}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--head-section .survey--dash-table--cell:first-child{width:42.2%}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section{display:none}
@media screen and (max-width:767px){.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section{display:block;position:relative}
}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-table-header{display:flex;align-items:center;justify-content:space-between;background-color:transparent;width:100%;padding-bottom:12px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-table-header span{font-family:var(--font-transducer);font-style:normal;font-weight:var(--font-weight-700);font-size:var(--font-size16);line-height:100%;color:var(--text-color-title-black)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-table-header .survey-dash-sort-icon{width:40px;height:40px;margin-left:8px;cursor:pointer;flex-shrink:0}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-table-header .survey-dash-sort-icon.sort-active circle{fill:#000}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-table-header .survey-dash-sort-icon.sort-active path{fill:#fff}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions{display:none;padding:4px 0 16px;background:transparent;gap:12px;overflow-x:auto;scrollbar-width:none}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions::-webkit-scrollbar{height:0}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions.show{display:flex}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions .survey--dash-table-sort-button{display:flex;align-items:center;justify-content:center;padding:13px 24px;border-radius:10px;background-color:#dedede}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions .survey--dash-table-sort-button span{font-family:var(--font-tstar-bold);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-700);line-height:100%;color:var(--text-color-title-black);white-space:nowrap}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions .survey--dash-table-sort-button .survey-dash-sort-arrow-icon{flex-shrink:0;display:none}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions .survey--dash-table-sort-button.sort-active{background-color:var(--bg-color-black);padding-right:15px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions .survey--dash-table-sort-button.sort-active span{color:var(--text-color-white);margin-right:8px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions .survey--dash-table-sort-button.sort-active .survey-dash-sort-arrow-icon{display:block}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions .survey--dash-table-sort-button.sort-active.sort-down-active .survey-dash-sort-arrow-icon{transform:rotate(180deg)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile{display:flex;gap:7px;margin:0 -16px;padding:16px;height:auto;background-color:var(--text-color-white);justify-content:space-between;position:relative}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container{display:flex}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container .survey--dash-banner-primary-btn{display:flex;justify-content:space-between;align-items:center;list-style:none;height:48px;border-radius:8px;border:1px solid var(--bg-color-black);padding:12px 16px 12px 24px;background-color:transparent}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container .survey--dash-banner-primary-btn .survey--dash-primary-btn-label{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-500);text-decoration:none;line-height:var(--line-height-per-100)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container .survey--dash-banner-primary-btn .survey--dash-primary-btn-svg{margin-left:21px;width:24px;height:24px;flex-shrink:0;transform:rotate(180deg)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container .survey--dash-banner-primary-btn .survey--dash-primary-btn-svg path{stroke:var(--text-color-title-black)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container .survey--dash-banner-secondary-btn{height:48px;border-radius:8px;background-color:var(--bg-color-red);border:1px solid var(--bg-color-red)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container .survey--dash-banner-secondary-btn:active{background-color:var(--bg-color-black);border-color:var(--bg-color-black)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container .survey--dash-banner-secondary-btn a{display:flex;align-items:center;gap:16px;padding:12px 16px;justify-content:center}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container .survey--dash-banner-secondary-btn a,.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container .survey--dash-banner-secondary-btn .survey--dash-secondary-label{color:var(--text-color-white);font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-100);text-decoration:none;position:relative}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container .survey--dash-banner-secondary-btn .survey-banner-plus-icon{width:24px;height:24px;flex-shrink:0}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dashboard-filter-section .survey--dash-filter-name{display:none;margin-bottom:24px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section{display:flex;flex-direction:column}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section{display:flex;flex-direction:column;gap:16px;border-radius:10px}
@media screen and (max-width:767px){.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section{display:none}
}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container{background:var(--text-color-white)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row{display:flex;align-items:center;height:64px;padding:0 24px;background:var(--text-color-white)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col{display:flex;align-items:center;width:16.67%;color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);letter-spacing:.16px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col .survey-table-col-svg{width:34px;height:34px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col .survey-online-active-details{display:flex;align-items:center;padding:5px 8px 3px;border-radius:50px;margin-left:10px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col .survey-online-active-details .survey-online-active{color:var(--bg-color-black);font-family:var(--font-tstar-bold);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);letter-spacing:.12px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col .survey-online-active-details.survey-submit{background-color:var(--bg-color-active-light-green)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col .survey-online-active-details.survey-draft{background-color:var(--bg-color-type-red)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col .survey-online-active-details.survey-ongoing{background-color:var(--bg-color-light-blue)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col .survey-online-active-details.survey-completed{background-color:var(--bg-color-light-aqua)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col .edit-text{color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-140);letter-spacing:.12px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col .survey-name{width:60%;color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);letter-spacing:.16px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col:first-child{width:31%}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col:last-child{gap:40px;justify-content:flex-end}
@media screen and (max-width:1100px){.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col:last-child{gap:8px}
}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col:last-child .edit-text{color:var(--text-color-title-black);display:flex;align-items:center}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col:last-child .edit-icon{height:32px;width:32px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col:last-child .accodion-dropdown-icon{display:flex;width:28px;height:28px;flex-shrink:0;cursor:pointer}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col:last-child .survey-accordion-open{display:block}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col:last-child .close-accordion{transform:rotate(180deg)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col:nth-of-type(4){flex-shrink:0}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col:nth-of-type(5){justify-content:center;flex-wrap:wrap;flex-shrink:0}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row.survey-body-expended .table-col{font-family:var(--font-tstar-bold);font-weight:var(--font-weight-700)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row.survey-body-expended .table-col .survey-name{font-family:var(--font-tstar-bold);font-weight:var(--font-weight-700)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .internal-external{padding:8px 26px 8px 25px;border-radius:50px;font-family:var(--font-tstar-bold);font-size:14px;font-weight:700;line-height:14px;letter-spacing:.01em;text-align:left}
@media screen and (max-width:950px){.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .internal-external{font-size:12px;line-height:12px;padding:8px 16px}
}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .internal-external.bg-blue{background:var(--bg-color-type-blue);color:var(--text-color-type-blue)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .internal-external.bg-red{background:var(--bg-color-type-red);color:var(--text-color-type-red)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content{margin:0 1.5rem 0 1.5rem;border-top:1px solid var(--border-color-gray-1);display:none;height:50%;background:var(--text-color-white)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .survey-content-section{padding:32px 0 24px 0;display:flex;flex-direction:column;gap:24px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .survey-content-section .content-details{display:flex;position:relative;color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:14px;font-style:normal;font-weight:400;line-height:100%;letter-spacing:.14px;gap:60px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .wd-125{width:125px;flex-shrink:0}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .wd-633{width:633px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .view-survey-report-btn{background-color:transparent;height:40px;width:200px;border-radius:8px;border:1px solid #000;color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-140)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .view-survey-report-btn a{color:#000}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .survey-content-section .content-details.view-survey-report-btn-container{justify-content:center}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .content-right-text{color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);letter-spacing:.14px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .content-right-text-purpose{color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-120);letter-spacing:.14px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .template-container{display:flex;align-items:center;gap:8px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .template-container .survey-download-csv-template{cursor:pointer}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .template-container .template-border{padding:9px 31px 7px 16px;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size13);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);letter-spacing:.13px;border-radius:50px;background:var(--bg-template-gray-1)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .template-container .template-border.aligin-content{display:flex;align-items:center;font-size:var(--font-size14);letter-spacing:.14px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .template-container .template-border .ml-8{margin-left:8px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .template-container .template-border .ml-4{margin-left:4px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .template-container .template-border .upload-file{width:24px;height:24px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section{display:none}
@media screen and (max-width:767px){.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section{display:flex;flex-direction:column;gap:12px;padding-top:12px}
}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container{border-radius:15px;background:var(--text-color-white)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row{width:100%;display:flex;align-items:stretch;justify-content:center}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col{display:flex;flex-direction:column;width:100%;padding:16px;gap:12px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col .table-col-heading{color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400);line-height:110%}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col .survey-name{color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-120);position:relative}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col .survey-name .survey-name-hover-icon{width:24px;height:24px;flex-shrink:0;margin-left:2px;cursor:pointer}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col .survey-name .survey-tooltip-container{position:absolute;top:20px;left:0;background:#f2f2f2;padding:8px;border-radius:8px;max-width:250px;width:100%;word-break:break-word}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col .table-col-value{color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-700);line-height:110%}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col .table-col-value.distribution-channel-icons{display:flex}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col .table-col-value.distribution-channel-icons .survey-table-col-svg{width:25px;height:25px;flex-shrink:0}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col .table-col-value.template-container{display:flex;flex-wrap:wrap;align-items:center;column-gap:8px;row-gap:12px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col .table-col-value.template-container .survey-download-csv-template{cursor:pointer}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col .table-col-value.template-container .template-border{padding:4px 12px;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);letter-spacing:.12px;border-radius:50px;background:var(--bg-template-gray-1)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col .table-col-value.template-container .template-border.aligin-content{display:flex;align-items:center}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col .table-col-value.template-container .template-border .ml-4{margin-left:4px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col .table-col-value.template-container .template-border .upload-file{width:24px;height:24px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col .table-col-value .internal-external{padding:8px 26px 8px 25px;border-radius:50px;font-size:var(--font-size12);line-height:var(--line-height-per-100);text-align:center}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col .table-col-value .internal-external.bg-blue{background:var(--bg-color-type-blue);color:var(--text-color-type-blue)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col .table-col-value .internal-external.bg-red{background:var(--bg-color-type-red);color:var(--text-color-type-red)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col.survery-sort{flex-direction:row;justify-content:space-between}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col.survery-sort .survey-online-active-details{display:flex;align-items:center;padding:5px 8px 3px;border-radius:50px;max-width:70px;width:max-content}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col.survery-sort .survey-online-active-details .survey-online-active{color:var(--bg-color-black);font-family:var(--font-tstar-bold);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);letter-spacing:.12px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col.survery-sort .survey-online-active-details.survey-submit{background-color:var(--bg-color-active-light-green)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col.survery-sort .survey-online-active-details.survey-draft{background-color:var(--bg-color-type-red)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col.survery-sort .survey-online-active-details.survey-ongoing{background-color:var(--bg-color-light-blue)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col.survery-sort .survey-online-active-details.survey-completed{background-color:var(--bg-color-light-aqua)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row.survey-table-row-action .table-col{padding-top:12px;gap:4px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action{display:flex;justify-content:flex-end;gap:16px;padding-top:4px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action .accodion-dropdown-icon{display:flex;justify-content:center;align-items:center;gap:8px;height:40px;background-color:var(--bg-color-gray-1);border-radius:15px;padding:10px 12px 10px 25px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action .accodion-dropdown-icon span{color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);white-space:nowrap}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action .accodion-dropdown-icon .svg-icon{width:20px;height:20px;transition:transform .3s ease-in;flex-shrink:0}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action .accodion-dropdown-icon .text-more{display:block}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action .accodion-dropdown-icon .text-less{display:none}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action .accodion-dropdown-icon[aria-expanded="true"] .text-more{display:none}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action .accodion-dropdown-icon[aria-expanded="true"] .text-less{display:block}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action .accodion-dropdown-icon[aria-expanded="true"] .svg-icon{transform:rotate(180deg)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action a .edit-icon{width:40px;height:40px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row.table-col-divider .table-col{border-right:1px solid var(--border-color-gray-5);padding-top:12px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row.table-col-divider .table-col:last-child{border:0;gap:8px;padding-bottom:15px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .table-row-expended-content{display:none;padding:12px 0}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .table-row-expended-content .survey-body-row .table-col{padding:12px 16px;gap:16px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .table-row-expended-content .survey-body-row:nth-child(1) .table-col{gap:4px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .table-row-expended-content .survey-body-row:nth-child(1) .table-col:last-child{gap:9px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .table-row-expended-content .view-survey-report-btn-container{display:flex;justify-content:center;margin-top:8px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .table-row-expended-content .view-survey-report-btn-container .view-survey-report-btn-mob{position:relative;background-color:transparent;height:40px;width:200px;border-radius:8px;border:1px solid #000;color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-140)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .table-row-expended-content .view-survey-report-btn-container .view-survey-report-btn-mob a{color:#000}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .table-row-divider{border-color:var(--border-color-gray-5);margin:0;padding:0}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section{display:flex;align-items:center;justify-content:flex-end;gap:16px;margin-top:16px}
@media screen and (max-width:767px){.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section{margin-top:24px;padding:0 28px;justify-content:space-between}
}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey--dash-pagination-count .survey-bold-text{color:var(--text-color-title-black);text-align:right;font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-100);letter-spacing:.14px}
@media screen and (max-width:767px){.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey--dash-pagination-count .survey-bold-text{font-size:var(--font-size12);letter-spacing:.12px}
}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey--dash-pagination-count .survey-light-text{color:var(--text-color-type-gray-1);font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);letter-spacing:.14px}
@media screen and (max-width:767px){.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey--dash-pagination-count .survey-light-text{font-size:var(--font-size12);letter-spacing:.12px}
}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-btn{width:32px;height:32px;border-radius:5px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-btn:disabled .arrow path,.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-btn:disabled .arrow rect{stroke:var(--bg-color-stroke-gray-1);fill:none}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-btn .arrow rect{stroke:none;fill:var(--bg-template-gray-1)}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-btn.survey-dash-prev-arrow{display:block}
@media screen and (max-width:767px){.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-btn.survey-dash-prev-arrow{display:none}
}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-btn.survey-pagination-mob-btn{display:none}
@media screen and (max-width:767px){.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-btn.survey-pagination-mob-btn{display:block}
}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-nav{display:none}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-nav a{text-decoration:none;padding:2px}
.survey-portal-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-nav a.active{text-decoration:underline}
.survey-portal-dashboard .loader-container{position:fixed;display:flex;justify-content:center;align-items:center;height:100vh;width:100%;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.25)}
.survey-portal-dashboard .loader-container .loader{border:4px solid var(--border-color-gray-2);border-top:4px solid var(--text-color-danger-red);border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}
@keyframes spin{0{transform:rotate(0)}
100%{transform:rotate(360deg)}
}
.survey-portal-dashboard .confimation-popup{width:100%;height:100%;top:0;left:0;position:fixed;display:none;flex-direction:row;justify-content:center;align-items:center;background:rgba(0,0,0,0.25)}
.survey-portal-dashboard .confimation-popup .msg-popup-container{width:min-content;height:min-content;padding:24px 40px;display:flex;flex-direction:column;align-items:center;gap:24px;background-color:white;border-radius:8px}
.survey-portal-dashboard .confimation-popup .msg-popup-container span{color:black;font-family:var(--font-transducer);font-size:24px;font-weight:700;line-height:24px;text-align:left}
.survey-portal-dashboard .confimation-popup .msg-popup-container p{font-family:var(--font-tstar-regular);font-size:16px;font-weight:400;line-height:19.2px;text-align:center;width:268px}
.survey-portal-dashboard .confimation-popup .msg-popup-container button{width:100px;height:40px;border-radius:5px;color:white;background:#ff0101}
.survey-add-new-survey .survey-add-new-survey-footer-container{padding:40px 108px;background:var(--Black,#000)}
@media screen and (max-width:950px){.survey-add-new-survey .survey-add-new-survey-footer-container{padding:40px 16px}
}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-footer-container{padding:40px 16px 48px}
}
.survey-add-new-survey .survey-add-new-survey-footer-container .survey-add-new-survey-footer-inner-container{display:flex;justify-content:space-between;gap:16px}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-footer-container .survey-add-new-survey-footer-inner-container{flex-direction:column;gap:40px}
}
.survey-add-new-survey .survey-add-new-survey-footer-container .survey-add-new-survey-footer-inner-container .survey-add-new-survey-footer-logo{display:none}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-footer-container .survey-add-new-survey-footer-inner-container .survey-add-new-survey-footer-logo{display:block}
}
.survey-add-new-survey .survey-add-new-survey-footer-container .survey-add-new-survey-footer-inner-container .survey-add-new-survey-footer-logo img{width:auto;height:26px;object-fit:contain}
.survey-add-new-survey .survey-add-new-survey-footer-container .survey-add-new-survey-footer-inner-container .survey-add-new-survey-footer-left{display:flex;gap:12px}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-footer-container .survey-add-new-survey-footer-inner-container .survey-add-new-survey-footer-left{flex-direction:column;gap:24px}
}
.survey-add-new-survey .survey-add-new-survey-footer-container .survey-add-new-survey-footer-inner-container .survey-add-new-survey-footer-left .survey-add-new-survey-footer-divider{width:2px;flex-shrink:0}
.survey-add-new-survey .survey-add-new-survey-footer-container .survey-add-new-survey-footer-inner-container .survey-add-new-survey-footer-left .survey-add-new-survey-footer-divider svg{height:100%;width:2px}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-footer-container .survey-add-new-survey-footer-inner-container .survey-add-new-survey-footer-left .survey-add-new-survey-footer-divider{display:none}
}
.survey-add-new-survey .survey-add-new-survey-footer-container .survey-add-new-survey-footer-inner-container .survey-add-new-survey-footer-left .survey-add-new-survey-footer-list{display:flex;gap:12px}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-footer-container .survey-add-new-survey-footer-inner-container .survey-add-new-survey-footer-left .survey-add-new-survey-footer-list{gap:16px}
}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-footer-container .survey-add-new-survey-footer-inner-container .survey-add-new-survey-footer-left .survey-add-new-survey-footer-list .survey-add-new-survey-footer-divider{display:block;margin:4px 0}
}
.survey-add-new-survey .survey-add-new-survey-footer-container .survey-add-new-survey-footer-inner-container .survey-add-new-survey-footer-left .survey-add-new-survey-footer-list .survey-add-new-survey-footer-item{padding:6px 0 5px;display:flex}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-footer-container .survey-add-new-survey-footer-inner-container .survey-add-new-survey-footer-left .survey-add-new-survey-footer-list .survey-add-new-survey-footer-item{padding:0}
}
.survey-add-new-survey .survey-add-new-survey-footer-container .survey-add-new-survey-footer-inner-container .survey-add-new-survey-footer-left .survey-add-new-survey-footer-list .survey-add-new-survey-footer-item .survey-add-new-survey-footer-label{text-decoration:none;color:#d1d1d1;font-family:Transducer;font-size:10px;font-style:normal;font-weight:400;line-height:130%}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-footer-container .survey-add-new-survey-footer-inner-container .survey-add-new-survey-footer-left .survey-add-new-survey-footer-list .survey-add-new-survey-footer-item .survey-add-new-survey-footer-label{font-size:16px}
}
.survey-add-new-survey .survey-add-new-survey-footer-container .survey-add-new-survey-footer-inner-container .survey-add-new-survey-footer-right{display:flex;align-items:center}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-footer-container .survey-add-new-survey-footer-inner-container .survey-add-new-survey-footer-right{padding-top:8px}
}
.survey-add-new-survey .survey-add-new-survey-footer-container .survey-add-new-survey-footer-inner-container .survey-add-new-survey-footer-right .survey-add-new-survey-footer-copyright{color:#d1d1d1;font-family:Transducer;font-size:10px;font-style:normal;font-weight:400;line-height:130%;margin:0}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-footer-container .survey-add-new-survey-footer-inner-container .survey-add-new-survey-footer-right .survey-add-new-survey-footer-copyright{font-weight:100}
}
body{margin:0}
body.no-scroll{overflow:hidden}
.ui-datepicker.survey-portal-date-picker-ui{box-shadow:0 10px 25px 0 rgba(0,0,0,0.05);background:#FFF;padding:34px 16px 16px 16px}
.ui-datepicker.survey-portal-date-picker-ui .ui-widget-header{border:0;background:#FFF;padding:0;margin-bottom:16px}
.ui-datepicker.survey-portal-date-picker-ui .ui-widget-header .ui-datepicker-prev,.ui-datepicker.survey-portal-date-picker-ui .ui-widget-header .ui-datepicker-next{display:none !important}
.ui-datepicker.survey-portal-date-picker-ui .ui-widget-header .ui-datepicker-title{margin:0;display:flex;justify-content:space-evenly}
.ui-datepicker.survey-portal-date-picker-ui .ui-widget-header .ui-datepicker-title .ui-datepicker-month,.ui-datepicker.survey-portal-date-picker-ui .ui-widget-header .ui-datepicker-title .ui-datepicker-year{font-family:var(--font-tstar-bold);font-size:20px;font-weight:700;line-height:20px;text-align:left;max-width:116px;border:0}
.ui-datepicker.survey-portal-date-picker-ui .ui-widget-header .ui-datepicker-title .ui-datepicker-year:focus-visible,.ui-datepicker.survey-portal-date-picker-ui .ui-widget-header .ui-datepicker-title .ui-datepicker-month:focus-visible{outline:0;box-shadow:none}
.ui-datepicker.survey-portal-date-picker-ui .ui-datepicker-calendar thead tr th span{font-family:var(--font-robotocondensed-regular);font-size:16px;font-weight:400;line-height:24px;letter-spacing:.5px;text-align:center;color:var(--text-color-type-gray-3)}
.ui-datepicker.survey-portal-date-picker-ui .ui-datepicker-calendar tbody{margin-top:12px}
.ui-datepicker.survey-portal-date-picker-ui .ui-datepicker-calendar tbody tr{margin-bottom:8px}
.ui-datepicker.survey-portal-date-picker-ui .ui-datepicker-calendar tbody tr td{height:48px;padding:0}
.ui-datepicker.survey-portal-date-picker-ui .ui-datepicker-calendar tbody tr td .ui-state-default{font-family:var(--font-robotocondensed-regular);font-size:16px;font-weight:400;line-height:24px;letter-spacing:.5px;text-align:center;height:46px;width:100%;border:0;padding:0;display:flex;align-items:center;justify-content:center;background:#f6f6f6;color:#1c94c4}
.ui-datepicker.survey-portal-date-picker-ui .ui-datepicker-calendar tbody tr td a.ui-state-default{color:#000;background-color:#FFF}
.ui-datepicker.survey-portal-date-picker-ui .ui-datepicker-calendar tbody tr td a.ui-state-active{background-color:#F00;color:#fff;border-radius:50%}
.ui-datepicker.survey-portal-date-picker-ui.date-picker-color-ui .ui-datepicker-calendar tbody tr td.ui-datepicker-bg-color a.ui-state-default{background-color:#ffe5e5}
.ui-datepicker.survey-portal-date-picker-ui.date-picker-color-ui .ui-datepicker-calendar tbody tr td.ui-datepicker-bg-color a.ui-state-active{background-color:#F00;position:relative}
.ui-datepicker.survey-portal-date-picker-ui.date-picker-color-ui .ui-datepicker-calendar tbody tr td.ui-datepicker-bg-color a.ui-state-active::after{content:'';width:50%;height:46px;display:inline-block;background-color:#ffe5e5;position:absolute;top:0;z-index:-1}
.ui-datepicker.survey-portal-date-picker-ui.date-picker-color-ui .ui-datepicker-calendar tbody tr td.ui-datepicker-bg-color a.ui-state-start-active::after{right:0}
.ui-datepicker.survey-portal-date-picker-ui.date-picker-color-ui .ui-datepicker-calendar tbody tr td.ui-datepicker-bg-color a.ui-state-start-active.ui-state-end-day::after{content:none}
.ui-datepicker.survey-portal-date-picker-ui.date-picker-color-ui .ui-datepicker-calendar tbody tr td.ui-datepicker-bg-color a.ui-state-end-active::after{left:0}
.ui-datepicker.survey-portal-date-picker-ui.date-picker-color-ui .ui-datepicker-calendar tbody tr td.ui-datepicker-bg-color a.ui-state-end-active.ui-state-start-day::after{content:none}
.ui-datepicker.survey-portal-date-picker-ui.date-picker-color-ui .ui-datepicker-calendar tbody tr td.ui-datepicker-bg-color a.ui-state-end-active.ui-state-start-active::after{content:none}
.ui-datepicker.survey-portal-date-picker-ui.date-picker-color-ui .ui-datepicker-calendar tbody tr td.ui-datepicker-bg-color.ui-datepicker-week-end:nth-child(1) a.ui-state-default:not(.ui-state-active){border-radius:50% 0 0 50%}
.ui-datepicker.survey-portal-date-picker-ui.date-picker-color-ui .ui-datepicker-calendar tbody tr td.ui-datepicker-bg-color.ui-datepicker-week-end:nth-child(1) a.ui-state-default.ui-state-end-active::after{content:none}
.ui-datepicker.survey-portal-date-picker-ui.date-picker-color-ui .ui-datepicker-calendar tbody tr td.ui-datepicker-bg-color.ui-datepicker-week-end:last-child a.ui-state-default:not(.ui-state-active){border-radius:0 50% 50% 0}
.ui-datepicker.survey-portal-date-picker-ui.date-picker-color-ui .ui-datepicker-calendar tbody tr td.ui-datepicker-bg-color.ui-datepicker-week-end:last-child a.ui-state-default.ui-state-start-active::after{content:none}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation{visibility:hidden;opacity:0;transform:translateY(2%);padding:0 108px 40px}
@media screen and (max-width:950px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation{padding:40px 16px 24px}
}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation{padding:0}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation.is-moved{visibility:visible;opacity:1;transition:all 1s ease-in}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-banner-container{padding:48px 0 24px 56px;height:285px;width:100%;border-radius:25px;background-size:100% 100% !important;background-position:bottom !important;background-color:var(--bg-color-black)}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-banner-container{border-radius:0;padding:40px 135px 32px 27px;height:269px}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-banner-container .survey-add-new-survey-banner-para .survey-add-new-survey-banner-title{color:var(--text-color-white);font-feature-settings:"clig" off,"liga" off;font-family:var(--font-transducer);font-size:var(--font-size60);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);text-transform:capitalize}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-banner-container .survey-add-new-survey-banner-para .survey-add-new-survey-banner-title{font-size:var(--font-size30);font-weight:var(--font-weight-500)}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-banner-container .survey-add-new-survey-banner-para .survey-add-new-survey-banner-title p{margin:0}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-banner-container .survey-add-new-survey-banner-para .survey-add-new-survey-banner-description{margin:16px 0 24px 0;color:var(--text-color-white);font-family:var(--font-tstar-regular);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100)}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-banner-container .survey-add-new-survey-banner-para .survey-add-new-survey-banner-description{margin:56px 0 0;line-height:var(--line-height-per-120)}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-banner-container .survey-add-new-survey-banner-para .survey-add-new-survey-banner-description p{margin:0}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container{margin-top:24px}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container{padding:16px;margin-top:-32px;background-color:var(--text-color-white);border-top-left-radius:20px;border-top-right-radius:20px}
}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container,.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container-mob{display:none}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container .survey-add-new-progress-head-list,.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container-mob .survey-add-new-progress-head-list{list-style-type:none;display:flex;justify-content:space-between;color:var(--text-color-type-gray-2)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container .survey-add-new-progress-head-list .survey-add-new-progress-head-step,.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container-mob .survey-add-new-progress-head-list .survey-add-new-progress-head-step{flex:1;font-weight:bold;position:relative}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container .survey-add-new-progress-head-list .survey-add-new-progress-head-step .survey-add-new-label,.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container-mob .survey-add-new-progress-head-list .survey-add-new-progress-head-step .survey-add-new-label{color:var(--text-color-type-gray-2);font-family:var(--font-transducer);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-100);letter-spacing:-0.32px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container .survey-add-new-progress-head-list .survey-add-new-progress-head-step .survey-add-new-label-num,.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container-mob .survey-add-new-progress-head-list .survey-add-new-progress-head-step .survey-add-new-label-num{color:var(--text-color-type-gray-2);font-family:var(--font-transducer);font-size:var(--font-size48);font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);letter-spacing:-0.02em;text-align:left}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container .survey-add-new-progress-head-list .survey-add-new-progress-head-step.active .survey-add-new-label,.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container-mob .survey-add-new-progress-head-list .survey-add-new-progress-head-step.active .survey-add-new-label{color:var(--text-color-title-black)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container .survey-add-new-progress-head-list .survey-add-new-progress-head-step.active .survey-add-new-label-num,.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container-mob .survey-add-new-progress-head-list .survey-add-new-progress-head-step.active .survey-add-new-label-num{color:var(--text-color-title-black)}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container .survey-add-new-progress-head-list .survey-add-new-progress-head-step.active .survey-add-new-label-num,.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container-mob .survey-add-new-progress-head-list .survey-add-new-progress-head-step.active .survey-add-new-label-num{font-weight:var(--font-weight-500)}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container .survey-add-new-progress,.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container-mob .survey-add-new-progress{height:4px;background-color:var(--text-color-type-gray-2);border-radius:5px;overflow:hidden;margin:8px 0 16px 0}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container .survey-add-new-progress .survey-add-new-progress-bar,.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container-mob .survey-add-new-progress .survey-add-new-progress-bar{background:linear-gradient(90deg,#fed3d3 0,#f00 100%);width:0;height:100%;transition:width .4s ease-in-out}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container-mob{display:none}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container-mob{display:block}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container-mob .survey-add-new-progress-head-list .survey-add-new-progress-head-step:last-child{text-align:end}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container-mob .survey-add-new-progress .survey-add-new-progress-bar{background:var(--bg-color-red)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container{margin-top:24px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field{border:0;width:100%;display:none}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field:first-of-type{display:block}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content{padding:48px 40px 66px 40px;border-radius:20px;background:var(--bg-color-gray-1);margin-bottom:24px;gap:16px}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content{padding:24px 16px}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-input-container{display:flex;flex-direction:column}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-input-container{width:100%}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-input-container .survey-add-new-input-label{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-100)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-input-container label{margin-bottom:0}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-input-container .survey-add-new-input-field{color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);margin:16px 0 0;border-radius:5px;outline:0;padding:16px 24px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-input-container #surveyStartDate::-webkit-calendar-picker-indicator{cursor:pointer}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-input-container #surveyEndDate::-webkit-calendar-picker-indicator{cursor:pointer}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-input-container .dropdown-error{border:1px solid red}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-input-container .survey-add-new-errorMsg{display:none;color:var(--text-color-title-red);font-family:var(--font-tstar-bold);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);margin-top:9px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-input-container .survey-name-success-msg{font-family:var(--font-tstar-bold);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);margin-top:9px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-input-container .show{display:block}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .input-icon-wrapper{display:flex;flex-direction:row;align-items:center;margin:16px 0 0;width:371px}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .input-icon-wrapper{width:100%}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .input-icon-wrapper .file-upload-input{width:371px;height:48px;flex-shrink:0;border-radius:20px;background:var(--text-color-white);border:0;padding:0 48px 0 16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .input-icon-wrapper .file-upload-input{width:100%;padding-right:65px}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .input-icon-wrapper .dropdown-error{border:1px solid red}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .input-icon-wrapper .file-upload-input::placeholder{padding:16px 24px;color:rgba(0,0,0,0.34);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .input-icon-wrapper .upload-excel-template{background:var(--bg-color-gray-1);border:0;border-radius:16px;width:24px;height:24px;margin-left:-48px;display:flex;justify-content:center;align-items:center}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .download-excel-template{margin-top:34px;height:40px;display:flex;flex-direction:row;align-items:center;gap:8px;background:var(--text-color-white);border:0;border-radius:16px;padding:8px 16px 8px 32px;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size12);font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);cursor:pointer;width:min-content;white-space:nowrap}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .download-excel-template{font-size:var(--font-size14);margin-top:0;justify-content:space-between;padding:12px 16px;width:100%}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .download-excel-template a{text-decoration:none;color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size12);display:flex;align-items:center;gap:8px}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .download-excel-template a{font-size:var(--font-size14)}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .download-excel-template img{width:24px;height:24px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .download-excel-template svg{display:none}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .download-excel-template:hover{color:var(--text-color-white);background-color:#000}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .download-excel-template:hover img{display:none}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .download-excel-template:hover svg{display:inline-block;background-color:#000}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .download-excel-template:hover span,.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .download-excel-template:hover a{color:var(--text-color-white)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1{display:flex;flex-direction:column}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-1{display:flex;justify-content:end}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-1{margin-bottom:24px}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-1 .survey-add-new-save-my-draft-btn{padding:8px 24px 8px 8px;display:flex;align-items:center;height:28px;border-radius:100px;background:var(--text-color-white);border:0;outline:0;gap:6px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-1 .survey-add-new-save-my-draft-btn .survey-add-new-save-my-draft-btn-img{width:24px;height:24px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-1 .survey-add-new-save-my-draft-btn span{color:var(--text-color-title-black);text-align:right;font-family:var(--font-tstar-regular);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);text-decoration:none}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2{display:flex;column-gap:16px}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2{flex-direction:column;row-gap:24px}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container{display:flex;flex-direction:column;width:32.5%}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container{width:100%}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survey-add-new-input-label{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-100)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .distribution-channel-title-container{display:flex;align-items:center;gap:8px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimate-hover-icon{width:16px;height:16px;cursor:pointer}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-popup{position:absolute;bottom:80px;left:23%;display:none;width:390px;padding:24px;border-radius:2px;box-shadow:3px 7px 23px rgba(0,0,0,0.1);background-color:#fff;z-index:1000}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-popup{width:360px;left:33px;bottom:-206px}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-title-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-title-container h3{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-close-btn-container{position:absolute;top:16px;right:24px;cursor:pointer}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-close-btn{height:20px;width:20px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-description{color:var(--text-color-title-black);opacity:80%;font-family:var(--font-tstar-regular);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);margin-bottom:16px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container table{width:100%;border-collapse:collapse;border-style:hidden;box-shadow:0 0 0 1px #d9d9d9;margin-bottom:20px;border-radius:12px;overflow:hidden}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container table th,.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container table td{text-align:left;padding-left:20px;padding-top:12px;padding-bottom:12px;border:1px solid #ddd;font-size:14px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container table th{background-color:#f1f1f1;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-900)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .distribution-channel-name{color:#363636;font-family:var(--font-tstar-regular);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-400)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .distribution-channel-cost{color:#4f4f4f;font-family:var(--font-tstar-regular);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .distribution-channel-whatsapp{background-color:#f9f9f9}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-title{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);margin-bottom:24px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .number-of-messages-container{margin-bottom:20px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .number-of-messages-container label{display:block;margin-bottom:12px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .number-of-messages-container input,.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .number-of-messages-container select{border:0;width:100%;padding:10px;height:48px;border-radius:8px;background-color:#f5f5f5;font-size:14px;color:#666}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .total-estimated-price-container{display:flex;align-items:baseline;justify-content:space-between}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .total-estimated-price-container label{color:var(--text-color-title-black);opacity:70%;font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .total-estimated-price-container .total-price-estimate{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size24);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survey-add-new-input-field{color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);margin:16px 0 0;border:0;border-radius:5px;outline:0;padding:0 24px;height:48px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .dropdown-error{border:1px solid red}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container{position:relative;display:flex;margin:16px 0 0;gap:16px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .survey-dropdown-btn{background:transparent;cursor:pointer;align-items:center;width:-webkit-fill-available;min-height:48px;background:var(--text-color-white);border:0;outline:0;padding:0 24px 0 24px;display:flex;justify-content:space-between;border-radius:10px}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .survey-dropdown-btn{width:100%}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .survey-dropdown-btn .arrow-icon{margin-left:5px;transition:transform .3s ease;width:24px;height:24px;flex-shrink:0}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .survey-dropdown-btn[aria-expanded="true"] .arrow-icon{transform:rotate(180deg)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .dropdown-error{border:1px solid red}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .survey-list-unstyled{display:none;position:absolute;background-color:var(--text-color-white);list-style:none;padding:0;margin:0;border:1px solid var(--border-color-gray-3);border-top:0;width:100%;z-index:1;outline:0;border:0;border-radius:10px;margin-top:68px;padding-bottom:16px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .survey-list-unstyled input[type="checkbox"]{margin-right:8px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .survey-list-unstyled input[type="checkbox"]:checked{accent-color:var(--text-color-danger-red)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .survey-list-unstyled li{padding:16px 24px 0 24px;cursor:pointer}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .survey-list-unstyled li svg{margin-right:8px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .survey-list-unstyled li .filled{display:none}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .survey-list-unstyled li .unfilled{display:inline-block}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .survey-list-unstyled li.active .unfilled{display:none}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .survey-list-unstyled li.active .filled{display:inline-block}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .survey-list-unstyled .distribution-channel-button-container{display:flex;flex-direction:row;gap:16px;padding:16px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .survey-list-unstyled .distribution-channel-button-container .distribution-channel-button-ok,.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .survey-list-unstyled .distribution-channel-button-container .distribution-channel-button-cancel{flex:1;border-radius:5px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .show{display:block}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-dropdown-container{position:relative;display:flex;flex-direction:column;margin:16px 0 24px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-dropdown-btn{border:0;cursor:pointer;display:flex;align-items:center;min-height:48px;background:#f2f2f2;padding:0 24px;justify-content:space-between;border-radius:10px}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-dropdown-btn{width:100%}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .arrow-icon{margin-left:5px;transition:transform .3s ease;width:24px;height:24px;flex-shrink:0}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-dropdown-btn[aria-expanded="true"] .arrow-icon{transform:rotate(180deg)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .dropdown-error{border:1px solid red}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-list-unstyled{display:none;position:absolute;background-color:#f2f2f2;list-style:none;padding:0;margin:0;border:1px solid var(--border-color-gray-3);border-top:0;width:100%;z-index:1;outline:0;border:0;border-radius:10px;margin-top:68px;padding-bottom:16px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-list-unstyled.show{display:block}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-list-unstyled input[type="checkbox"]{margin-right:8px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-list-unstyled input[type="checkbox"]:checked{accent-color:red}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-list-unstyled li{padding:16px 24px 0 24px;cursor:pointer}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-list-unstyled li.active .unfilled{display:none}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-list-unstyled li.active .filled{display:inline-block}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .selected-item{background:#e0e0e0;padding:2px 8px;height:24px;border-radius:5px;display:inline-flex;align-items:center;margin-right:8px;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-700)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .selected-item .close-btn{background:0;border:0;color:white;margin-left:8px;cursor:pointer}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-dropdown-label{color:rgba(0,0,0,0.5);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survey-add-new-errorMsg{color:var(--text-color-title-red);font-family:var(--font-tstar-bold);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);margin-top:9px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-start-date-container,.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-end-date-container{position:relative}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-start-date-container .ui-datepicker-trigger,.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-end-date-container .ui-datepicker-trigger{position:absolute;height:48px;width:48px;top:30px;right:0;display:flex;align-items:center;justify-content:center;color:#ccc;background:transparent}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-start-date-container .ui-datepicker-trigger .input-icon,.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-end-date-container .ui-datepicker-trigger .input-icon{width:24px;height:24px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-3{display:flex;margin:48px 0}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-3{margin:24px 0}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-3.survey-add-new-row-2{margin-bottom:0}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-3 .survey-add-new-input-container{display:flex;flex-direction:column;width:100%;max-width:757px}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-3 .survey-add-new-input-container{max-width:unset}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-3 .survey-add-new-input-container .survey-add-new-input-label{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-100)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-3 .survey-add-new-input-container .survey-add-new-input-textarea{margin-top:18px;padding:0;border:0;border-radius:10px;height:142px;padding:32px 74px 31px 24px;outline:0;color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-140)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-3 .survey-add-new-input-container .survery-dropdown-container .survey-dropdown-btn{width:100%}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-3 .survey-add-new-input-container .dropdown-error{border:1px solid red}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-row-container .survey-add-new-row-1{display:flex;justify-content:end}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-row-container .survey-add-new-row-1{margin-bottom:24px}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-row-container .survey-add-new-row-1 .survey-add-new-save-my-draft-btn{padding:8px 24px 8px 8px;display:flex;align-items:center;height:28px;border-radius:100px;background:var(--text-color-white);border:0;outline:0}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-row-container .survey-add-new-row-1 .survey-add-new-save-my-draft-btn .survey-add-new-save-my-draft-btn-img{width:24px;height:24px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-row-container .survey-add-new-row-1 .survey-add-new-save-my-draft-btn svg{display:none}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-row-container .survey-add-new-row-1 .survey-add-new-save-my-draft-btn span{color:var(--text-color-title-black);text-align:right;font-family:var(--font-tstar-regular);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);text-decoration:none}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-row-container .survey-add-new-row-1 .survey-add-new-save-my-draft-btn:hover{color:var(--text-color-white);background-color:#000}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-row-container .survey-add-new-row-1 .survey-add-new-save-my-draft-btn:hover .survey-add-new-save-my-draft-btn-img{display:none}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-row-container .survey-add-new-row-1 .survey-add-new-save-my-draft-btn:hover svg{display:inline-block;background-color:#000}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-row-container .survey-add-new-row-1 .survey-add-new-save-my-draft-btn:hover span{color:var(--text-color-white)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2{display:flex;flex-direction:column}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row{display:flex;flex-wrap:wrap;row-gap:24px;column-gap:16px}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row{flex-direction:column;row-gap:24px}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container{display:flex;flex-direction:column;width:341px}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container{width:100%}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container .survey-add-new-input-label{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-100)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container .survey-add-new-input-field{background:white;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);margin:16px 0 0;border:0;border-radius:5px;outline:0;padding:0 38px 0 24px;height:48px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container .dropdown-error{border:1px solid red}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container .survey-add-new-errorMsg{color:var(--text-color-title-red);font-family:var(--font-tstar-bold);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);margin-top:9px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover{position:relative}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container{position:absolute;height:48px;width:48px;top:30px;right:0;display:flex;align-items:center;justify-content:center}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container.survey-info-icon-popup-overlay::before{content:'';position:fixed;top:0;left:0;display:block;width:100%;height:100%;background-color:rgba(0,0,0,0.25);z-index:10}
}
@media screen and (min-width:768px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container:hover .suvery-info-icon-hover-popup{display:block}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .survey-add-new-info-icon{width:20px;height:auto;cursor:pointer}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup{position:absolute;background:#fff;display:none;top:0;left:95%;z-index:1000;width:228px;height:auto;padding:16px 25px 16px 20px}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup{left:unset;right:0;top:48px;width:calc(100vw - 64px);padding:16px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup::before{content:"";width:25px;height:22px;display:block;background-color:var(--text-color-white);clip-path:polygon(50% 50%,100% 100%,0 100%);position:absolute;top:-20px;right:12px}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .survey-info-popup-close{display:none;width:40px;height:40px;position:absolute;top:4px;right:8px}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .survey-info-popup-close{display:block;cursor:pointer}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container h2{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-140)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-content p{color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-140)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-content .suvery-info-icon-hover-popup-para{display:none}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-content .suvery-info-icon-hover-popup-para.active{display:block}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-container{display:flex;justify-content:space-between;align-items:center;margin:0 -8px}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-container{margin:0}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-container button{height:24px;display:flex;align-items:center;background:transparent;border:0;outline:0}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-container button .suvery-info-icon-hover-prev-btn-label,.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-container button .suvery-info-icon-hover-next-btn-label{color:#ff0101;font-family:var(--font-transducer);font-size:12px;font-style:normal;font-weight:400;line-height:100%}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-container button svg{width:24px;height:24px;flex-shrink:0}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-container button svg path{stroke:#ff0101}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-container button[disabled] .suvery-info-icon-hover-prev-btn-label,.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-container button[disabled] .suvery-info-icon-hover-next-btn-label{color:#adadad}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-container button[disabled] svg path{stroke:#adadad}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2{position:relative;display:flex;flex-direction:column;gap:16px;margin:16px 0 0}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-dropdown-btn-step-2{background:transparent;cursor:pointer;align-items:center;height:48px;background:var(--text-color-white);border:0;outline:0;padding:0 24px 0 24px;display:flex;justify-content:space-between;border-radius:10px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-dropdown-btn-step-2 .suvery-dropdown-label-step-2{color:rgba(0,0,0,0.32);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100)}
@media screen and (min-width:768px) and (max-width:1200px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-dropdown-btn-step-2 .suvery-dropdown-label-step-2{width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-dropdown-btn-step-2 .arrow-icon{margin-left:5px;width:24px;height:24px;transition:transform .3s ease;flex-shrink:0}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-dropdown-btn-step-2[aria-expanded="true"] .arrow-icon{transform:rotate(180deg)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .dropdown-error{border:1px solid red}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-list-unstyled-step-2{display:none;position:absolute;background-color:var(--text-color-white);list-style:none;padding:0;margin:0;border:1px solid var(--border-color-gray-3);border-top:0;width:100%;z-index:1;outline:0;border:0;border-radius:10px;margin-top:64px;padding:8px 0 41px 0}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li{padding:16px 24px 0 16px;display:flex;cursor:pointer}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li svg{margin-right:8px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li .filled{display:none}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li .unfilled{display:inline-block}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li .survey-dropdown-option-btn-step-2{outline:0;background:transparent;border:0;display:flex;align-items:center;cursor:pointer}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li .survey-dropdown-option-btn-step-2 .survey-dropdown-option-btn-label-step-2{color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li .survey-dropdown-option-btn-list-step-2{outline:0;width:100%;background:transparent;border:0;display:flex;align-items:center;padding:0;cursor:pointer;white-space:nowrap}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li .survey-dropdown-option-btn-list-step-2 .survey-dropdown-option-btn-list-icon-step-2{width:24px;height:24px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li .survey-dropdown-option-btn-list-step-2 .survey-dropdown-option-btn-list-label-step-2{margin-left:16px;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100)}
@media screen and (min-width:768px) and (max-width:1130px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li .survey-dropdown-option-btn-list-step-2 .survey-dropdown-option-btn-list-label-step-2{margin-left:0;width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li .survey-dropdown-option-btn-list-label-step-2{margin-left:16px;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:24px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li .survey-dropdown-option-view-btn-step-2{cursor:pointer;border-radius:38px;background:var(--bg-template-gray-1);color:var(--text-color-title-black);text-align:right;font-family:var(--font-tstar-bold);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-140);outline:0;border:0;width:56px;height:24px;padding:4px 16px 3px 16px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li:first-child{padding-bottom:0}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li.active .unfilled{display:none}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li.active .filled{display:inline-block}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 hr{margin:1rem 1.5rem 0 1.5rem;border-top:1px solid #d9d9d9}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .show{display:block}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-push-notification-container-step-2{position:relative;display:flex;flex-direction:column;margin:16px 0 8px 0}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-push-notification-container-step-2 .survey-dropdown-push-notification-btn-step-2{background:transparent;cursor:pointer;align-items:center;height:48px;background:var(--text-color-white);border:0;outline:0;padding:0 24px 0 24px;display:flex;justify-content:space-between;border-radius:10px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-push-notification-container-step-2 .survey-dropdown-push-notification-btn-step-2 .suvery-dropdown-label-step-2{color:rgba(0,0,0,0.32);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-push-notification-container-step-2 .survey-dropdown-push-notification-btn-step-2 .plus-icon{margin-left:5px;width:24px;height:24px;flex-shrink:0}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-push-notification-container-step-2 .dropdown-error{border:1px solid red}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-push-notification-container-step-2 .disabled-state{cursor:auto}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-push-notification-container-step-2 .disabled-state svg{opacity:.5}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-email-container-step-2{position:relative;display:flex;flex-direction:column;margin:16px 0 8px 0}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-email-container-step-2 .survey-dropdown-email-btn-step-2{background:transparent;cursor:pointer;align-items:center;height:48px;background:var(--text-color-white);border:0;outline:0;padding:0 24px 0 24px;display:flex;justify-content:space-between;border-radius:10px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-email-container-step-2 .survey-dropdown-email-btn-step-2 .suvery-dropdown-label-step-2{color:rgba(0,0,0,0.32);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-email-container-step-2 .survey-dropdown-email-btn-step-2 .plus-icon{margin-left:5px;width:24px;height:24px;flex-shrink:0}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-email-container-step-2 .dropdown-error{border:1px solid red}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-email-container-step-2 .disabled-state{cursor:auto}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-email-container-step-2 .disabled-state svg{opacity:.5}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-survey-add-sub-heading{margin:28px 0 32px 0;color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size15);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100)}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-survey-add-sub-heading{margin:24px 0;font-size:var(--font-size16);line-height:var(--line-height-per-120)}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-3{display:flex;flex-direction:column;gap:16px}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-3{gap:24px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-3 .download-excel-template a{justify-content:space-between;width:100%}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-3 .survey-add-new-step-3-container{display:flex;flex-direction:row;gap:16px}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-3 .survey-add-new-step-3-container{flex-direction:column;gap:24px}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-3 .survey-add-new-step-3-container .survey-add-new-input-container{display:flex;flex-direction:column;max-width:757px}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-3 .survey-add-new-step-3-container .survey-add-new-input-container{max-width:unset}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-3 .survey-add-new-step-3-container .survey-add-new-input-container .survey-add-new-input-label{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-100)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-3 .survey-add-new-step-3-container .survey-add-new-input-container .survey-add-new-input-textarea{margin-top:18px;padding:0;border:0;border-radius:10px;height:142px;padding:32px 74px 31px 24px;outline:0;color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-140)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-3 .survey-add-new-step-3-container .survey-add-new-input-container .dropdown-error{border:1px solid red}
@media screen and (max-width:900px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-3 .survey-add-new-input-container .input-icon-wrapper{width:250px}
}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-3 .survey-add-new-input-container .input-icon-wrapper{width:100%}
}
@media screen and (max-width:900px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-3 .survey-add-new-input-container .input-icon-wrapper .file-upload-input{width:250px}
}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-3 .survey-add-new-input-container .input-icon-wrapper .file-upload-input{width:100%}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4{display:flex;flex-direction:column;gap:24px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4.step-4-tnc-row{gap:16px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4.step-4-row-hidden{display:none}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survey-add-new-input-container .survey-add-new-input-label{margin-bottom:16px;font-size:var(--font-size16);font-family:var(--font-tstar-regular);font-weight:var(--font-weight-400);font-style:normal;line-height:120%}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survey-add-new-input-container .survey-add-new-input-label{font-size:var(--font-size14);line-height:100%}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 h1{margin-bottom:16px;color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size24);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100)}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 h1{font-size:var(--font-size16);margin-bottom:0}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1{display:flex;flex-direction:row;align-items:center;gap:63px}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1{gap:18px}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .download-excel-template{margin:0;height:32px;gap:16px;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);letter-spacing:.16px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .download-excel-template a{text-decoration:none;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);letter-spacing:.16px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .download-excel-template img{width:9px;height:9px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .download-excel-template svg{display:none}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .download-excel-template:hover{background:var(--text-color-title-black);color:#FFF}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .download-excel-template:hover a{color:#FFF;background:var(--text-color-title-black)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .download-excel-template:hover img{display:none}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .download-excel-template:hover svg{display:inline-block}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-1{width:130px;color:var(--Black,#000);font-family:var(--font-tstar-regular);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);letter-spacing:.16px;max-width:unset;flex:none;padding:0}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-1{font-size:var(--font-size14)}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2{flex:1;max-width:564px;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);letter-spacing:.16px;padding:0}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2{font-size:var(--font-size14)}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-btn{background-color:white;color:red;border-radius:8px;height:32px;width:122px;font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-popup-step4{position:absolute;top:-200px;left:23%;display:none;width:390px;padding:24px;border-radius:2px;box-shadow:3px 7px 23px rgba(0,0,0,0.1);background-color:#fff;z-index:1000}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-popup-step4{left:-148px;top:50px;width:360px}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-title-container-step4{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-title-step4{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-close-btn-container-step4{position:absolute;top:16px;right:24px;cursor:pointer}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-close-btn-step4{height:20px;width:20px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-description-step4{color:var(--text-color-title-black);opacity:80%;font-family:var(--font-tstar-regular);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);margin-bottom:16px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 table{width:100%;border-collapse:collapse;border-style:hidden;box-shadow:0 0 0 1px #d9d9d9;margin-bottom:20px;border-radius:12px;overflow:hidden}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 table th,.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 table td{text-align:left;padding-left:20px;padding-top:12px;padding-bottom:12px;border:1px solid #ddd;font-size:14px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 table th{background-color:#f1f1f1;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-900)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .distribution-channel-name-step4{color:#363636;font-family:var(--font-tstar-regular);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-400)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .distribution-channel-cost-step4{color:#4f4f4f;font-family:var(--font-tstar-regular);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .distribution-channel-whatsapp-step4{background-color:#f9f9f9}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-title-step4{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);margin-bottom:24px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-dropdown-container-step4{position:relative;display:flex;flex-direction:column;margin:16px 0 24px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-dropdown-btn-step4{border:0;cursor:pointer;display:flex;align-items:center;min-height:48px;background:#f2f2f2;padding:0 24px;justify-content:space-between;border-radius:10px}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-dropdown-btn-step4{width:100%}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .arrow-icon-step4{margin-left:5px;transition:transform .3s ease;width:24px;height:24px;flex-shrink:0}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-dropdown-btn-step4[aria-expanded="true"] .arrow-icon-step4{transform:rotate(180deg)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .dropdown-error{border:1px solid red}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-list-unstyled-step4{display:none;position:absolute;background-color:#f2f2f2;list-style:none;padding:0;margin:0;border:1px solid var(--border-color-gray-3);border-top:0;width:100%;z-index:1;outline:0;border-radius:10px;margin-top:68px;padding-bottom:16px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-list-unstyled-step4.show{display:block}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-list-unstyled-step4 input[type="checkbox"]{margin-right:8px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-list-unstyled-step4 input[type="checkbox"]:checked{accent-color:red}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-list-unstyled-step4 li{padding:16px 24px 0 24px;cursor:pointer}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-list-unstyled-step4 li.active .unfilled{display:none}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-list-unstyled-step4 li.active .filled{display:inline-block}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .selected-item-step4{background:#e0e0e0;padding:2px 8px;border-radius:5px;display:inline-flex;align-items:center;margin-right:8px;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-700)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .selected-item-step4 .close-btn-step4{background:0;border:0;margin-left:8px;cursor:pointer}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-dropdown-label-step4{color:rgba(0,0,0,0.5);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .number-of-messages-container-step4{margin-bottom:20px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .number-of-messages-container-step4 label{display:block;margin-bottom:12px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .number-of-messages-container-step4 input,.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .number-of-messages-container-step4 select{border:0;width:100%;padding:10px;height:48px;border-radius:8px;background-color:#f5f5f5;font-size:14px;color:#666}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .total-estimated-price-container-step4{display:flex;align-items:baseline;justify-content:space-between}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .total-estimated-price-container-step4 label{color:var(--text-color-title-black);opacity:70%;font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .total-price-estimate-step4{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size24);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom{display:flex;flex-direction:row;align-items:center;gap:43px}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom{flex-direction:column;gap:16px}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom .download-excel-template{margin-top:0;margin:0;height:32px;gap:16px;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);letter-spacing:.16px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom .download-excel-template a{text-decoration:none;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);letter-spacing:.16px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom .download-excel-template img{width:9px;height:9px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom .download-excel-template svg{display:none}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom .download-excel-template:hover{color:var(--text-color-white);background-color:#000}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom .download-excel-template:hover img{display:none}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom .download-excel-template:hover svg{display:inline-block;background-color:#000}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom .download-excel-template:hover span,.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom .download-excel-template:hover a{color:var(--text-color-white)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom .col-custom-1{width:165px;color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);letter-spacing:.16px;max-width:unset;flex:none;padding:0}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom .col-custom-1{width:100%;font-size:var(--font-size14)}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom .col-custom-2{flex:1;max-width:564px;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);letter-spacing:.16px;padding:0}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom .col-custom-2{width:100%;max-width:unset}
}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom .col-custom-2 .download-excel-template span{white-space:wrap}
}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom .col-custom-2 .download-excel-template{height:40px;width:100%}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom .col-custom-2 .download-excel-template img{width:24px;height:24px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .tnc-row{display:flex;flex-direction:row;align-items:center;gap:16px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .tnc-row input[type=checkbox]:checked{accent-color:var(--text-color-danger-red)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .tnc-row .tnc{flex:1;max-width:564px;color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);letter-spacing:.16px}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .tnc-row .tnc{max-width:unset;font-family:var(--font-tstar-bold);font-weight:var(--font-weight-700)}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .tnc-warning{display:none;flex-direction:row;align-items:center;padding:11px 8px;background-color:white;gap:8px;margin-left:-12px;width:max-content;margin-top:8px;position:relative}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .tnc-warning{width:100%}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .tnc-warning .triangle{position:absolute;top:-15px;left:8px;width:18px;height:18px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .tnc-warning img{width:24px;height:24px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .tnc-warning p{color:black;font-family:var(--font-tstar-regular);font-size:16px;font-weight:400;line-height:19.2px;text-align:center;margin:0;white-space:nowrap}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .tnc-warning p{text-align:left;white-space:normal;width:100%}
}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survey-add-new-input-container{width:100%}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survey-add-new-input-container .input-container{display:flex;flex-direction:row;gap:16px}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survey-add-new-input-container .input-container{flex-direction:column;gap:12px}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survey-add-new-input-container .input-container .input-icon-wrapper{width:33%}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survey-add-new-input-container .input-container .input-icon-wrapper{width:100%;margin:0}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survey-add-new-input-container .input-container .input-icon-wrapper button.file-view{padding:4px 16px;margin-left:-73px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survey-add-new-input-container .input-container .input-icon-wrapper .file-upload-input{width:100%}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survey-add-new-input-container .input-container .input-icon-wrapper .file-upload-input::placeholder{color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survey-add-new-input-container .input-container .input-icon-wrapper .upload-excel-template{width:auto;height:auto;color:var(--text-color-title-black);text-align:right;font-family:var(--font-tstar-bold);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-140)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survery--row-1{display:flex;flex-direction:column;gap:24px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survery--row-1 .row-1 .download-excel-template a{display:flex;justify-content:space-between;align-items:center;gap:16px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survery--row-1 .row-1 .download-excel-template a span{overflow:hidden;text-overflow:ellipsis;display:block;white-space:nowrap;max-width:700px}
@media screen and (max-width:1250px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survery--row-1 .row-1 .download-excel-template a span{max-width:500px}
}
@media screen and (max-width:1050px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survery--row-1 .row-1 .download-excel-template a span{max-width:200px}
}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survery--row-1{flex-direction:row;gap:21px;justify-content:space-between}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survery--row-1 .row-1{flex-direction:column;gap:8px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survery--row-1 .row-1 .col-1{width:max-content}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survery--row-1 .row-1 .col-2{margin-top:4px;max-width:unset;word-break:break-word}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survery--row-1 .row-1 .col-2 button{margin-top:-4px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survery--row-1 .row-1 .download-excel-template a{gap:4px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survery--row-1 .row-1 .download-excel-template a span{max-width:100px;overflow:hidden;text-overflow:ellipsis;display:block;white-space:nowrap}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survery--row-1 .row-1 #surveyTypeConfirm{color:var(--text-color-type-blue);background-color:var(--text-color-white);border-radius:8px;padding:4px 16px}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survery--row-1 .step-4-v-divider{display:none}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survery--row-1 .step-4-v-divider{display:block;width:1px;height:auto;background-color:var(--bg-color-grey-3);margin:-12px 0;flex-shrink:0}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4-divider{margin:32px 0}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4-divider.step-4-row-hidden{display:none}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container{display:flex;justify-content:space-between}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container{gap:16px;flex-wrap:wrap}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-view-create,.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-next-step,.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-previous-step{min-width:191px;min-height:46px;font-family:var(--font-transducer);font-size:var(--font-size14);font-weight:var(--font-weight-500);font-style:normal;line-height:100%;color:var(--text-color-white);border:0;border-radius:8px;cursor:pointer;padding:10px 5px;float:right;display:flex;align-items:center;justify-content:center;transition:all .3s linear;gap:6px}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-view-create,.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-next-step,.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-previous-step{width:max-content;min-width:unset;padding:12px 16px 12px 24px;gap:24px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-view-create:active,.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-next-step:active,.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-previous-step:active{background-color:var(--bg-color-black);color:var(--text-color-white)}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-view-create{min-width:304px;background:transparent;border:1px solid var(--bg-color-red);color:var(--bg-color-red)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-view-create>*{color:var(--bg-color-red)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-view-create a:hover{text-decoration:none}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-view-create svg{display:none}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-view-create{min-width:unset;gap:8px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-view-create:active{border-color:var(--bg-color-black);background-color:var(--bg-color-black);color:var(--text-color-white)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-view-create:active>*{color:var(--text-color-white)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-view-create:active svg>path{stroke:var(--text-color-white)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-view-create svg{display:inline-block}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-next-step{background:var(--bg-color-red)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-next-step svg{width:24px;height:24px;flex-shrink:0}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-next-step[disabled]{background:var(--bg-color-grey-2);cursor:default}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-previous-step{background:transparent;color:var(--text-color-title-black);border:1px solid var(--text-color-title-black)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-previous-step svg{width:24px;height:24px;flex-shrink:0;display:none}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-previous-step{padding:12px 24px 12px 8px;gap:1px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-previous-step svg{display:inline-block;transform:rotate(180deg)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-previous-step:active svg>path{stroke:var(--text-color-white)}
}
@media screen and (min-width:768px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-view-create:hover{gap:16px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-view-create:hover svg{display:inline-block}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-previous-step:hover,.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-previous-step:focus{gap:16px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-previous-step:hover svg,.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-previous-step:focus svg{transform:rotate(180deg);display:inline-block}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-next-step:not([disabled]):hover,.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-next-step:not([disabled]):focus{background-color:var(--text-color-title-red);gap:16px}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container-flex-end{gap:16px;justify-content:flex-end}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container-flex-end{justify-content:flex-start;flex-direction:column-reverse;flex-wrap:wrap}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container{position:fixed;top:0;left:0;background:#D9D9D940;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);width:100%;height:100vh;display:none}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container{text-align:center;background:#fff;box-sizing:border-box;box-shadow:0 4px 25px 0 #00000026;padding:.625rem;z-index:100;width:35.25rem;height:min-content;padding:1rem 1.5rem 1.68rem 1.5rem;border-radius:.5rem;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container{width:100%}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-popup-heading-container{display:flex;justify-content:space-between}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-popup-heading-container .add-survey-popup-heading{width:100%;margin-top:1.5rem;margin-bottom:2rem}
@media screen and (min-width:768px) and (max-width:1366px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-popup-heading-container .add-survey-popup-heading{margin-top:.5rem;margin-bottom:.5rem}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-popup-heading-container .add-survey-popup-heading p{font-family:var(--font-transducer);font-size:1.5rem;font-weight:700;line-height:1.5rem;text-align:center;color:#000}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-popup-heading-container .add-survey-close-container .add-survey-close-btn{background:#fff}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-description-text{margin-bottom:2rem}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-description-text p{font-family:var(--font-tstar-regular);font-size:1rem;font-weight:400;line-height:1.2rem;text-align:center}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-yes-no-container{display:flex;justify-content:center}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-yes-no-container .add-survey-yes{height:2.5rem;width:6.25rem;font-family:var(--font-transducer);font-size:12px;font-weight:500;line-height:12px;text-align:center;background:red;color:#fff;border-radius:4px;margin:0 8px}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-yes-no-container .add-survey-yes a{display:flex;align-items:center;justify-content:center;height:100%;width:100%;font-family:var(--font-transducer);font-size:12px;font-weight:500;line-height:12px;text-align:center;color:#fff;text-decoration:none}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-yes-no-container .add-survey-yes:active{border-color:var(--bg-color-black);background-color:var(--bg-color-black);color:var(--text-color-white)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-yes-no-container .add-survey-yes:active a{color:var(--text-color-white)}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-yes-no-container .add-survey-no{height:2.5rem;width:6.25rem;font-family:var(--font-transducer);font-size:.75rem;font-weight:500;line-height:.75rem;text-align:center;background:red;color:#fff;border-radius:.25rem;margin:0 .5rem}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-yes-no-container .add-survey-no:active{background-color:var(--bg-color-black);color:var(--text-color-white)}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-confirmation-container{margin-top:40px}
@media screen and (min-width:768px) and (max-width:1366px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-confirmation-container{margin-top:24px}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-confirmation-container .add-survey-confirmation-checkbex{font-family:var(--font-tstar-regular);font-size:.875rem;font-weight:400;line-height:.875rem;text-align:left;color:#666}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-confirmation-container .add-survey-confirmation-checkbex:checked{accent-color:var(--text-color-danger-red)}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-confirmation-container label{font-family:var(--font-tstar-regular);font-size:.875rem;font-weight:400;line-height:.875rem;text-align:left;color:#666}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-submit-btn-container{flex-direction:row;justify-content:space-between}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-submit-btn-container .survey-add-new-next-step svg{display:none}
@media screen and (min-width:768px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-submit-btn-container .survey-add-new-next-step:hover svg{display:inline-block}
}
@media screen and (max-width:767px){.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-submit-btn-container .survey-add-new-next-step svg{display:inline-block}
}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .text{color:var(--text-color-title-black);font-weight:normal}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .finish{text-align:center}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .dropdown-toggle::after{content:none}
.survey-add-new-survey .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .dropdown-menu{margin:0;padding:0;top:0}
.survey-add-new-survey .survey-dropdown-email-popup-container-step-2{position:fixed;top:0;left:0;background-color:rgba(0,0,0,0.25);width:100%;height:100%;display:none}
@media screen and (max-width:767px){.survey-add-new-survey .survey-dropdown-email-popup-container-step-2{padding:16px}
}
.survey-add-new-survey .survey-dropdown-email-popup-container-step-2 .popup-container{text-align:center;background:#fff;box-sizing:border-box;padding:10px;z-index:100;width:369px;height:min-content;padding:16px 24px 27px 24px;border-radius:8px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}
@media screen and (max-width:767px){.survey-add-new-survey .survey-dropdown-email-popup-container-step-2 .popup-container{width:calc(100% - 32px);max-width:343px}
}
.survey-add-new-survey .survey-dropdown-email-popup-container-step-2 .popup-container .survey-email-popup-close-btn{color:var(--text-color-white);border-radius:50%;display:flex;justify-content:space-between;align-items:center}
.survey-add-new-survey .survey-dropdown-email-popup-container-step-2 .popup-container .survey-email-popup-close-btn img{width:24px;height:24px}
.survey-add-new-survey .survey-dropdown-email-popup-container-step-2 .popup-container .survey-email-popup-close-btn img:hover{cursor:pointer}
.survey-add-new-survey .survey-dropdown-email-popup-container-step-2 .popup-container .survey-email-popup-close-btn h2{padding-top:8px;color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100)}
.survey-add-new-survey .survey-dropdown-email-popup-container-step-2 .popup-container .suvery-email-popup-text-container{margin:16px 0}
.survey-add-new-survey .survey-dropdown-email-popup-container-step-2 .popup-container .suvery-email-popup-text-container .suvery-email-popup-text{cursor:pointer;color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-140);border:1px solid var(--border-color-gray-5);width:321px;height:272px;padding:16px}
@media screen and (max-width:767px){.survey-add-new-survey .survey-dropdown-email-popup-container-step-2 .popup-container .suvery-email-popup-text-container .suvery-email-popup-text{width:100%}
}
.survey-add-new-survey .survey-dropdown-email-popup-container-step-2 .popup-container .suvery-email-popup-text-container .suvery-email-popup-text span a{color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-140);text-decoration-line:underline}
.survey-add-new-survey .survey-dropdown-email-popup-container-step-2 .popup-container .suvery-email-popup-text-container .subject-text{height:75px}
.survey-add-new-survey .survey-dropdown-email-popup-container-step-2 .popup-container .suvery-email-popup-text-container-subject{margin:16px 0}
.survey-add-new-survey .survey-dropdown-email-popup-container-step-2 .popup-container .suvery-email-popup-text-container-subject .suvery-email-popup-text{cursor:pointer;color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-140);border:1px solid var(--border-color-gray-5);width:321px;height:272px;padding:16px}
@media screen and (max-width:767px){.survey-add-new-survey .survey-dropdown-email-popup-container-step-2 .popup-container .suvery-email-popup-text-container-subject .suvery-email-popup-text{width:100%}
}
.survey-add-new-survey .survey-dropdown-email-popup-container-step-2 .popup-container .suvery-email-popup-text-container-subject .suvery-email-popup-text span a{color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-140);text-decoration-line:underline}
.survey-add-new-survey .survey-dropdown-email-popup-container-step-2 .popup-container .suvery-email-popup-text-container-subject .subject-text{height:75px}
.survey-add-new-survey .survey-dropdown-email-popup-container-step-2 .popup-container .subject{display:none}
.survey-add-new-survey .survey-dropdown-email-popup-container-step-2 .popup-container .survey-email-popup-edit-close-container{display:flex;align-items:center;justify-content:flex-end;gap:16px}
.survey-add-new-survey .survey-dropdown-email-popup-container-step-2 .popup-container .survey-email-popup-edit-close-container .survey-dropdown-email-edit-btn-step-2{border:0;outline:0;padding:0;border-radius:50%}
.survey-add-new-survey .survey-dropdown-email-popup-container-step-2 .popup-container .survey-email-popup-edit-close-container .survey-dropdown-email-edit-btn-step-2 img{width:40px;height:40px}
.survey-add-new-survey .survey-dropdown-email-popup-container-step-2 .popup-container .survey-email-popup-edit-close-container .survey-dropdown-email-submit-btn-step-2{background-color:var(--text-color-title-red);width:100px;height:40px;border:0;outline:0;color:var(--text-color-white);font-family:var(--font-transducer);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-100);border-radius:10px}
.survey-add-new-survey .survey-dropdown-email-popup-container-step-2 .popup-container .survey-email-popup-edit-close-container .survey-dropdown-email-submit-btn-step-2[disabled]{background-color:#e5e5e5;color:#afafaf}
.survey-add-new-survey .selected-template-container{padding-top:10px;padding-bottom:10px;display:flex;flex-wrap:wrap;flex-direction:row;gap:8px}
.survey-add-new-survey .selected-template-container .selected-template img:nth-child(2){margin-left:0}
.survey-add-new-survey .selected-template{max-width:216px;display:flex;flex-direction:row;align-items:center;background:var(--bg-template-gray-1);height:26px;border-radius:8px}
.survey-add-new-survey .selected-template span{color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-140);margin-left:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.survey-add-new-survey .selected-template img{cursor:pointer}
.survey-add-new-survey .selected-template img:nth-child(2){margin-left:8px}
.survey-add-new-survey .selected-template img:nth-child(2).disabled{cursor:auto;opacity:.2}
.survey-add-new-survey .suvery-info-icon-hover-popup{position:absolute;background:#fff;padding:10px;z-index:100;width:17.9%;height:min-content;padding:16px 24px 16px 24px;border-radius:8px;z-index:1000}
.survey-add-new-survey .suvery-info-icon-hover-popup.active{display:block}
.survey-add-new-survey .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container h2{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-140)}
.survey-add-new-survey .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-content p{color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-140)}
.survey-add-new-survey .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-content .suvery-info-icon-hover-popup-para{display:none}
.survey-add-new-survey .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-content .suvery-info-icon-hover-popup-para.active{display:block}
.survey-add-new-survey .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-conatiner{display:flex;justify-content:space-between;align-items:center}
.survey-add-new-survey .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-conatiner button{width:53px;height:24px;display:flex;gap:16px;align-items:center;background:transparent;border:0;outline:0}
.survey-add-new-survey .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-conatiner button .suvery-info-icon-hover-prev-btn-label,.survey-add-new-survey .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-conatiner button .suvery-info-icon-hover-next-btn-label{color:#ff0101;font-family:var(--font-transducer);font-size:12px;font-style:normal;font-weight:400;line-height:100%}
.survey-add-new-survey .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-conatiner button svg{width:24px;height:24px;flex-shrink:0}
.survey-add-new-survey .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-conatiner button svg path{stroke:#ff0101}
.survey-add-new-survey .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-conatiner button[disabled] .suvery-info-icon-hover-prev-btn-label,.survey-add-new-survey .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-conatiner button[disabled] .suvery-info-icon-hover-next-btn-label{color:#adadad}
.survey-add-new-survey .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-conatiner button[disabled] svg path{stroke:#adadad}
.survey-add-new-survey .loader-container{position:fixed;display:flex;justify-content:center;align-items:center;height:100%;width:100%;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.25)}
.survey-add-new-survey .loader-container .loader{border:4px solid var(--border-color-gray-2);border-top:4px solid var(--bg-color-red);border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}
@keyframes spin{0{transform:rotate(0)}
100%{transform:rotate(360deg)}
}
.survey-add-new-survey .confimation-popup{width:100%;height:100%;top:0;left:0;position:fixed;display:none;flex-direction:row;justify-content:center;align-items:center;background:rgba(0,0,0,0.25)}
.survey-add-new-survey .confimation-popup .msg-popup-container{width:min-content;height:min-content;padding:24px 40px;display:flex;flex-direction:column;align-items:center;gap:24px;background-color:white;border-radius:8px}
.survey-add-new-survey .confimation-popup .msg-popup-container span{color:black;font-family:var(--font-transducer);font-size:24px;font-weight:700;line-height:24px;text-align:left}
.survey-add-new-survey .confimation-popup .msg-popup-container p{font-family:var(--font-tstar-regular);font-size:16px;font-weight:400;line-height:19.2px;text-align:center;width:268px}
.survey-add-new-survey .confimation-popup .msg-popup-container button{border-radius:5px;color:white;background:#ff0101}
.survey-add-new-survey .confimation-popup .msg-popup-container button a{display:flex;justify-content:center;align-items:center;width:100px;height:40px}
.testing{position:relative;bottom:0}
.testing .testing-1{position:fixed;bottom:0}
.testing .testing-1 #surveyAddNewSurvey{position:fixed;bottom:0}
body{margin:0}
.survey-gen-ai-container{position:fixed;right:-5px;top:55%;transition:right 1s ease-in}
@media screen and (max-width:950px){.survey-gen-ai-container{right:0}
}
.survey-gen-ai-container .survey-gen-ai-btn-row .survey-gen-ai-btn-section{display:flex;align-items:center;flex-direction:row-reverse;gap:8px}
.survey-gen-ai-container .survey-gen-ai-btn-row .survey-gen-ai-btn-section .survey-gen-ai-info-btn{opacity:0;display:none;outline:0;border:0;border-radius:100px;background:#9591f2;width:0;height:0;justify-content:center;align-items:center;gap:8px}
.survey-gen-ai-container .survey-gen-ai-btn-row .survey-gen-ai-btn-section .survey-gen-ai-info-btn .survey-gen-ai-info-label{color:var(--White,#fff);font-family:var(--font-tstar-bold);font-size:14px;font-style:normal;font-weight:700;line-height:100%;letter-spacing:.14px}
.survey-gen-ai-container .survey-gen-ai-btn-row .survey-gen-ai-btn-section .survey-gen-ai-main-icon-container{position:relative}
.survey-gen-ai-container .survey-gen-ai-btn-row .survey-gen-ai-btn-section .survey-gen-ai-main-icon-container .survey-gen-ai-main-icon-bg{width:156px;height:156px;transition:all 1s ease-in}
@media screen and (max-width:950px){.survey-gen-ai-container .survey-gen-ai-btn-row .survey-gen-ai-btn-section .survey-gen-ai-main-icon-container .survey-gen-ai-main-icon-bg{width:100px;height:100px;transition:all 1s ease-in}
}
.survey-gen-ai-container .survey-gen-ai-btn-row .survey-gen-ai-btn-section .survey-gen-ai-main-icon-container .survey-gen-ai-main-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.survey-gen-ai-container .survey-gen-ai-btn-row .survey-gen-ai-btn-section .survey-gen-ai-main-icon-1,.survey-gen-ai-container .survey-gen-ai-btn-row .survey-gen-ai-btn-section .survey-gen-ai-main-icon-2{width:72px;height:72px}
@media screen and (max-width:950px){.survey-gen-ai-container .survey-gen-ai-btn-row .survey-gen-ai-btn-section .survey-gen-ai-main-icon-1,.survey-gen-ai-container .survey-gen-ai-btn-row .survey-gen-ai-btn-section .survey-gen-ai-main-icon-2{width:60px;height:60px}
}
.survey-gen-ai-container .survey-gen-ai-btn-row .survey-gen-ai-btn-section .survey-gen-ai-info-btn.is-hover{display:flex;opacity:1;width:238px;height:40px}
.survey-gen-ai-container .survey-gen-ai-btn-row .survey-gen-ai-btn-section .survey-gen-ai-main-btn{transition:opacity 1.3s;outline:0;border:0;border-radius:100px;background:transparent;display:flex;justify-content:center;align-items:center;gap:8px}
.survey-gen-ai-container .survey-gen-ai-btn-row .survey-gen-ai-btn-section .survey-gen-ai-main-btn .survey-gen-ai-main-icon-1{display:block}
.survey-gen-ai-container .survey-gen-ai-btn-row .survey-gen-ai-btn-section .survey-gen-ai-main-btn .survey-gen-ai-main-icon-2{display:none}
.survey-gen-ai-container .survey-gen-ai-btn-row .survey-gen-ai-btn-section .survey-gen-ai-main-btn:hover .survey-gen-ai-main-icon-1{display:none}
.survey-gen-ai-container .survey-gen-ai-btn-row .survey-gen-ai-btn-section .survey-gen-ai-main-btn:hover .survey-gen-ai-main-icon-2{display:block}
.survey-gen-ai-container .survey-gen-ai-popup-row{position:fixed;display:none;top:0;left:0;width:50%;height:100%;background-color:#fff;z-index:100}
@media screen and (max-width:767px){.survey-gen-ai-container .survey-gen-ai-popup-row{width:100%}
}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row{box-shadow:0 4px 25px 0 rgba(0,0,0,0.15);height:100%;width:100%;display:flex}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1{background:var(--White,#fff);padding:40px;overflow-y:auto;width:100%}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1::-webkit-scrollbar{width:10px;height:10px}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1::-webkit-scrollbar-track-piece{background:white}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1::-webkit-scrollbar-thumb{background:#c2bebe}
@media screen and (max-width:767px){.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1{padding:40px 16px}
}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-header{display:flex;justify-content:space-between;align-items:center}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-header .survey-gen-ai-head-left{display:flex;align-items:center;gap:16px}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-header .survey-gen-ai-head-left .survey-genai-head-title{font-family:var(--font-transducer);font-size:24px;font-weight:700;line-height:24px;letter-spacing:-0.02em;text-align:left;margin:0}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-header .survey-gen-ai-head-left .survey-genai-head-image{width:32px;height:32px;flex-shrink:0}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-header .survey-gen-ai-head-right{display:flex;gap:20px}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-header .survey-gen-ai-head-right .survey-genai-head-mini-btn{border:0;outline:0;cursor:pointer;background:transparent}
@media screen and (max-width:767px){.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-header .survey-gen-ai-head-right .survey-genai-head-mini-btn{display:none}
}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-header .survey-gen-ai-head-right .survey-genai-head-mini-btn .survey-genai-head-mini-icon{width:32px;height:32px}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-header .survey-gen-ai-head-right .survey-genai-head-close-btn{border:0;outline:0;cursor:pointer;background:transparent}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-header .survey-gen-ai-head-right .survey-genai-head-close-btn .survey-genai-head-close-icon{width:32px;height:32px}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-divider-acc-row,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-divider-row{width:100%;border:1px solid rgba(127,123,206,0.3)}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-divider-row{margin-top:36px;margin-bottom:32px}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-horizontal-container{position:relative;display:flex;flex-direction:column}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-horizontal-container span{width:24px;height:24px;background:#f2f2f2;border-radius:50%;display:flex;align-self:center;margin-top:-12px}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-horizontal-container .survey-gen-ai-divider-acc-icon{cursor:pointer}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-horizontal-container .survey-gen-ai-divider-acc-icon.arrow-collapse{transform:rotate(180deg)}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-context-row{display:flex;flex-direction:column;margin-bottom:32px}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-context-row .survey-genai-contect-title{color:#000;font-feature-settings:'clig' off,'liga' off;font-family:var(--font-transducer);font-size:20px;font-style:normal;font-weight:700;line-height:140%;letter-spacing:.28px;margin-bottom:8px}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-context-row .survey-genai-context-description{border:0;width:100%;outline:0;color:var(--Black,#000);font-family:var(--font-tstar-regular);font-size:16px;font-style:normal;font-weight:400;line-height:120%}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-purpose-row{display:flex;flex-direction:column}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-purpose-row.hidden{display:none}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-purpose-row .survey-genai-purpose-title{color:#000;font-family:var(--font-transducer);font-size:14px;font-style:normal;font-weight:500;line-height:100%;margin-bottom:16px}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-purpose-row .survey-genai-purpose-description{width:100.1%;height:140px;border-radius:10px;background:#f2f2f2;padding:16px 24px;color:var(--Black,#000);font-family:var(--font-tstar-regular);font-size:16px;font-style:normal;font-weight:400;line-height:140%;outline:0;border:0;margin:0}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row{display:flex;gap:18px;margin-top:32px;margin-bottom:20px}
@media screen and (max-width:950px){.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row{flex-direction:column;gap:24px;margin-bottom:32px}
}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row.hidden{display:none}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-1,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-2{display:flex;flex-direction:column;width:48.8%;position:relative}
@media screen and (max-width:950px){.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-1,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-2{width:100%}
}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-1 .survey-genai-distri-col-1-input-label-1,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-2 .survey-genai-distri-col-1-input-label-1,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-1 .survey-genai-distri-col-2-input-label-2,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-2 .survey-genai-distri-col-2-input-label-2{color:var(--Black,#000);font-family:var(--font-tstar-regular);font-size:16px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:.16px;margin-bottom:16px}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-1 .survey-genai-distri-col-1-input-btn-1,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-2 .survey-genai-distri-col-1-input-btn-1,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-1 .survey-genai-distri-col-2-input-btn-2,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-2 .survey-genai-distri-col-2-input-btn-2{position:relative;outline:0;border:0;width:100%;border-radius:10px;background:#f2f2f2;padding:0 16px 0 24px;display:flex;justify-content:space-between;align-items:center}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-1 .survey-genai-distri-col-1-input-btn-1 .survey-genai-distri-label-1,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-2 .survey-genai-distri-col-1-input-btn-1 .survey-genai-distri-label-1,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-1 .survey-genai-distri-col-2-input-btn-2 .survey-genai-distri-label-1,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-2 .survey-genai-distri-col-2-input-btn-2 .survey-genai-distri-label-1,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-1 .survey-genai-distri-col-1-input-btn-1 .survey-genai-distri-label-2,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-2 .survey-genai-distri-col-1-input-btn-1 .survey-genai-distri-label-2,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-1 .survey-genai-distri-col-2-input-btn-2 .survey-genai-distri-label-2,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-2 .survey-genai-distri-col-2-input-btn-2 .survey-genai-distri-label-2{color:rgba(0,0,0,0.34);font-family:var(--font-tstar-bold);font-size:16px;font-style:normal;font-weight:700;line-height:100%;padding:16px 0 16px 0}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-1 .survey-genai-distri-col-1-input-btn-1 .survey-genai-distri-icon,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-2 .survey-genai-distri-col-1-input-btn-1 .survey-genai-distri-icon,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-1 .survey-genai-distri-col-2-input-btn-2 .survey-genai-distri-icon,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-2 .survey-genai-distri-col-2-input-btn-2 .survey-genai-distri-icon{width:24px;height:24px;flex-shrink:0}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-1 .survey-genai-distri-col-1-input-btn-1::after,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-2 .survey-genai-distri-col-1-input-btn-1::after,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-1 .survey-genai-distri-col-2-input-btn-2::after,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-2 .survey-genai-distri-col-2-input-btn-2::after{content:none}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-1 .survey-genai-distri-col-1-input-btn-1[aria-expanded="true"] .survey-genai-distri-icon,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-2 .survey-genai-distri-col-1-input-btn-1[aria-expanded="true"] .survey-genai-distri-icon,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-1 .survey-genai-distri-col-2-input-btn-2[aria-expanded="true"] .survey-genai-distri-icon,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-2 .survey-genai-distri-col-2-input-btn-2[aria-expanded="true"] .survey-genai-distri-icon{transform:rotate(180deg)}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-1 .survey-genai-distri-ul-1,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-2 .survey-genai-distri-ul-1,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-1 .survey-genai-distri-ul-2,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-2 .survey-genai-distri-ul-2{position:absolute;list-style:none;z-index:1;outline:0;border:0;border-radius:10px;background:#fff;margin:2px 0 0;padding:0;width:100%;min-width:unset;box-shadow:0 4px 25px 0 rgba(0,0,0,0.15)}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-1 .survey-genai-distri-ul-1 li,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-2 .survey-genai-distri-ul-1 li,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-1 .survey-genai-distri-ul-2 li,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-distribution-row .survey-genai-distri-col-2 .survey-genai-distri-ul-2 li{padding:16px 24px 16px 24px;cursor:pointer}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .loader-container{position:absolute}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-add-context-row{margin-top:32px;display:flex;flex-direction:column;gap:8px}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-add-context-row .survey-genai-add-title{color:#000;font-feature-settings:'clig' off,'liga' off;font-family:var(--font-transducer);font-size:20px;font-style:normal;font-weight:700;line-height:140%;letter-spacing:.28px;margin:0}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-add-context-row .survey-genai-add-description{color:#000;font-family:var(--font-tstar-regular);font-size:14px;font-style:normal;font-weight:400;line-height:120%;outline:0;border:0;margin:0}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-prompt-row{display:flex;gap:18px;margin-top:32px;margin-bottom:20px}
@media screen and (max-width:950px){.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-prompt-row{flex-direction:column;gap:24px}
}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-prompt-row .survey-genai-prompt-col-1{width:69.4%}
@media screen and (max-width:950px){.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-prompt-row .survey-genai-prompt-col-1{width:100%}
}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-prompt-row .survey-genai-prompt-col-1 .survey-genai-prompt-col-1-input{width:100%;border:0;outline:0;background:#f2f2f2;padding:16px 24px;color:#000;font-family:var(--font-tstar-regular);font-size:16px;font-style:normal;font-weight:400;border-radius:10px;line-height:22px;overflow-y:hidden;resize:none}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-prompt-row .survey-genai-prompt-col-1 .survey-genai-prompt-col-1-input::placeholder{color:rgba(0,0,0,0.34);opacity:1;font-size:16px;font-family:var(--font-tstar-bold);font-weight:700;line-height:16px}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-prompt-row .survey-genai-prompt-col-1 .survey-genai-prompt-col-1-input::-ms-input-placeholder{color:rgba(0,0,0,0.34);font-size:16px;font-family:var(--font-tstar-bold);font-weight:700;line-height:16px}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-prompt-row .survey-genai-prompt-col-1 .survey-genai-prompt-col-1-input:read-only{color:rgba(0,0,0,0.34);font-family:var(--font-tstar-bold);font-size:16px;font-weight:700;line-height:16px}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-prompt-row .survey-genai-prompt-col-2{width:26.1%;position:relative}
@media screen and (max-width:950px){.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-prompt-row .survey-genai-prompt-col-2{width:100%}
}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-prompt-row .survey-genai-prompt-col-2 .survey-genai-prompt-col-2-input-btn{position:relative;outline:0;border:0;width:100%;border-radius:10px;background:#f2f2f2;padding:0 12px 0 16px;display:flex;justify-content:space-between;align-items:center}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-prompt-row .survey-genai-prompt-col-2 .survey-genai-prompt-col-2-input-btn .survey-genai-prompt-label-2{color:rgba(0,0,0,0.34);font-family:var(--font-tstar-bold);font-size:16px;font-style:normal;font-weight:700;line-height:100%;padding:16px 0;white-space:break-spaces}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-prompt-row .survey-genai-prompt-col-2 .survey-genai-prompt-col-2-input-btn .survey-genai-prompt-label-2.value-changed{color:#000}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-prompt-row .survey-genai-prompt-col-2 .survey-genai-prompt-col-2-input-btn .survey-genai-prompt-icon-2{width:24px;height:24px;flex-shrink:0}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-prompt-row .survey-genai-prompt-col-2 .survey-genai-prompt-col-2-input-btn::after{content:none}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-prompt-row .survey-genai-prompt-col-2 .survey-genai-prompt-col-2-input-btn[aria-expanded="true"] .survey-genai-prompt-icon-2{transform:rotate(180deg)}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-prompt-row .survey-genai-prompt-col-2 .survey-genai-prompt-ul-2{position:absolute;list-style:none;z-index:1;outline:0;border:0;border-radius:10px;background:#fff;margin:2px 0 0;padding:0;width:100%;min-width:unset;box-shadow:0 4px 25px 0 rgba(0,0,0,0.15)}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-prompt-row .survey-genai-prompt-col-2 .survey-genai-prompt-ul-2 li{padding:16px 24px 16px 24px;cursor:pointer}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-btn-row{display:flex;margin-bottom:32px}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-btn-row .survey-gen-ai-generate-input-btn{display:flex;justify-content:center;align-items:center;outline:0;border:0;background:#9591f2;height:48px;min-width:171px;border-radius:10px}
@media screen and (max-width:767px){.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-btn-row .survey-gen-ai-generate-input-btn:active{background-color:#000}
}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-btn-row .survey-gen-ai-generate-input-btn .survey-genai-generate-label{color:#fdfdfd;font-family:var(--font-transducer);font-size:14px;font-style:normal;font-weight:500;line-height:100%;letter-spacing:.14px}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-btn-row .survey-gen-ai-generate-input-btn .survey-genai-generate-icon{width:24px;height:24px;flex-shrink:0;transition:all .5s ease-out;display:none;margin-left:16px}
@media screen and (max-width:767px){.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-btn-row .survey-gen-ai-generate-input-btn .survey-genai-generate-icon{display:block}
}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-btn-row .survey-gen-ai-generate-input-btn:hover .survey-genai-generate-icon{display:block;-webkit-animation:slide-right .5s cubic-bezier(0.25,0.46,0.45,0.94) both;animation:slide-right .5s cubic-bezier(0.25,0.46,0.45,0.94) both}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row{display:none;width:100.52%;height:auto;background-color:#e0dffc;border:1px solid #f3f3fb;margin-top:12px}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row{padding:24px 24px 32px 24px}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-1{margin-bottom:1px}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-1 .copy-icon-container{width:24px;min-width:24px;height:24px;background:white;border-radius:50%;display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-1 .copy-icon-container .survey-genai-generate-popup-copy-icon{width:11.25px;height:12.75px}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-1,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-2,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-3,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-4,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-5,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-6,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-7{display:flex;justify-content:space-between;align-items:center;gap:24px}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-1 .survey-genai-generate-popup-col-1-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-2 .survey-genai-generate-popup-col-1-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-3 .survey-genai-generate-popup-col-1-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-4 .survey-genai-generate-popup-col-1-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-5 .survey-genai-generate-popup-col-1-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-6 .survey-genai-generate-popup-col-1-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-7 .survey-genai-generate-popup-col-1-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-1 .survey-genai-generate-popup-col-2-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-2 .survey-genai-generate-popup-col-2-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-3 .survey-genai-generate-popup-col-2-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-4 .survey-genai-generate-popup-col-2-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-5 .survey-genai-generate-popup-col-2-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-6 .survey-genai-generate-popup-col-2-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-7 .survey-genai-generate-popup-col-2-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-1 .survey-genai-generate-popup-col-3-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-2 .survey-genai-generate-popup-col-3-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-3 .survey-genai-generate-popup-col-3-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-4 .survey-genai-generate-popup-col-3-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-5 .survey-genai-generate-popup-col-3-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-6 .survey-genai-generate-popup-col-3-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-7 .survey-genai-generate-popup-col-3-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-1 .survey-genai-generate-popup-col-4-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-2 .survey-genai-generate-popup-col-4-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-3 .survey-genai-generate-popup-col-4-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-4 .survey-genai-generate-popup-col-4-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-5 .survey-genai-generate-popup-col-4-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-6 .survey-genai-generate-popup-col-4-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-7 .survey-genai-generate-popup-col-4-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-1 .survey-genai-generate-popup-col-5-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-2 .survey-genai-generate-popup-col-5-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-3 .survey-genai-generate-popup-col-5-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-4 .survey-genai-generate-popup-col-5-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-5 .survey-genai-generate-popup-col-5-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-6 .survey-genai-generate-popup-col-5-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-7 .survey-genai-generate-popup-col-5-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-1 .survey-genai-generate-popup-col-6-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-2 .survey-genai-generate-popup-col-6-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-3 .survey-genai-generate-popup-col-6-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-4 .survey-genai-generate-popup-col-6-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-5 .survey-genai-generate-popup-col-6-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-6 .survey-genai-generate-popup-col-6-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-7 .survey-genai-generate-popup-col-6-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-1 .survey-genai-generate-popup-col-7-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-2 .survey-genai-generate-popup-col-7-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-3 .survey-genai-generate-popup-col-7-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-4 .survey-genai-generate-popup-col-7-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-5 .survey-genai-generate-popup-col-7-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-6 .survey-genai-generate-popup-col-7-title,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-7 .survey-genai-generate-popup-col-7-title{color:var(--Black,#000);font-family:var(--font-tstar-regular);font-size:16px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:.16px}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-1 .text-bold,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-2 .text-bold,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-3 .text-bold,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-4 .text-bold,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-5 .text-bold,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-6 .text-bold,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-7 .text-bold{font-weight:900}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-1 .survey-genai-generate-popup-copy-icon,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-2 .survey-genai-generate-popup-copy-icon,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-3 .survey-genai-generate-popup-copy-icon,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-4 .survey-genai-generate-popup-copy-icon,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-5 .survey-genai-generate-popup-copy-icon,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-6 .survey-genai-generate-popup-copy-icon,.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-7 .survey-genai-generate-popup-copy-icon{width:32px;height:32px}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-8{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:16px;margin-bottom:32px}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-8 .survey-genai-generate-popup-info-icon{width:32px;height:32px}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-9{display:flex;justify-content:space-between;align-items:center}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-9 .survey-genai-generate-popup-col-9-input{width:83.6%;border:0;outline:0;border-radius:8px;background:var(--White,#fff);padding:16px;white-space:nowrap}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-popup-col-9 .survey-genai-generate-popup-copy-icon{width:32px;height:32px}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .survey-genai-generate-popup-inner-row .survey-genai-generate-divider-row{width:100.4%;border:1px solid rgba(127,123,206,0.3);margin-top:16px;margin-bottom:16px}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .gen-ai-prompt-container{display:flex;flex-direction:row;gap:16px;padding:32px 24px}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .gen-ai-prompt-container .gen-ai-prompt-container-text-input{flex:1;border-radius:5px;border:0;padding:14px 16px;overflow-y:hidden;resize:none}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .gen-ai-prompt-container .gen-ai-prompt-container-text-input::placeholder{font-family:var(--font-tstar-regular);font-size:16px;font-weight:400;line-height:16px;letter-spacing:0;text-align:left}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .gen-ai-prompt-container button{border-radius:5px;width:48px;height:48px;overflow:hidden;border:0}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-popup-row .gen-ai-prompt-container button img{width:100%;height:100%;object-fit:cover}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-2{position:relative}
@media screen and (max-width:767px){.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-2{display:none}
}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-2 .survey-gen-ai-inner-col-rect{position:absolute;top:50%;left:0}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-2 .survey-gen-ai-inner-col-rect .survey-gen-ai-inner-col-img-rect{padding:30px 2px;background-color:#FFF;position:relative;border-radius:0 15px 15px 0;cursor:pointer}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-2 .survey-gen-ai-inner-col-rect .survey-gen-ai-inner-col-img-rect .survey-gen-ai-img{width:24px;height:24px}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row.survey-gen-ai-popup-minimized .survey-gen-ai-inner-col-1{padding-right:100px}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row.survey-gen-ai-popup-minimized .survey-gen-ai-inner-col-1 .survey-gen-ai-header{display:none}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row.survey-gen-ai-popup-minimized .survey-gen-ai-inner-col-2 .survey-gen-ai-inner-col-rect .survey-gen-ai-inner-col-img-rect{background-color:#e0dffc}
.survey-gen-ai-container .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row.survey-gen-ai-popup-minimized .survey-gen-ai-inner-col-2 .survey-gen-ai-inner-col-rect .survey-gen-ai-inner-col-img-rect .survey-gen-ai-img{transform:rotate(180deg)}
.survey-gen-ai-container .survey-gen-ai-popup-row .post-minimize{display:none;width:64px;height:100%;background:#e0dffc;position:absolute;top:0;right:0;flex-direction:column;align-items:center}
.survey-gen-ai-container .survey-gen-ai-popup-row .post-minimize img{width:32px;height:32px;margin-top:32px}
.survey-portal-myteams{background-color:var(--text-color-white);position:relative}
.survey-portal-myteams .survey-myteams-scoll-top-animation{transform:translateY(2%);padding:0 108px 40px}
@media screen and (max-width:950px){.survey-portal-myteams .survey-myteams-scoll-top-animation{padding:0 16px 40px}
}
@media screen and (max-width:767px){.survey-portal-myteams .survey-myteams-scoll-top-animation{padding:0 0 24px}
}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-banner-container{padding:48px 21px 24px 56px;height:218px;width:100%;background-size:100% 100% !important;background-position:bottom !important;background-color:var(--bg-color-black);border-radius:25px;display:flex;flex-direction:column;justify-content:space-between}
@media screen and (max-width:767px){.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-banner-container{border-radius:20px 20px 0 0;width:100%;padding:40px 135px 32px 27px;height:269px}
}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-banner-container .survey--dash-banner-para .survey--dash-banner-title{color:var(--text-color-white);font-feature-settings:'clig' off,'liga' off;font-family:var(--font-transducer);font-size:var(--font-size60);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);text-transform:capitalize}
@media screen and (max-width:767px){.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-banner-container .survey--dash-banner-para .survey--dash-banner-title{font-size:var(--font-size30);font-weight:var(--font-weight-500)}
}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-banner-container .survey--dash-banner-para .survey--dash-banner-description{margin:0;margin:16px 0 24px 0;color:var(--text-color-white);font-family:var(--font-tstar-regular);font-size:16.013px;font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-120)}
@media screen and (max-width:767px){.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-banner-container .survey--dash-banner-para .survey--dash-banner-description{margin:56px 0 0;font-size:var(--font-size16)}
}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table{background:var(--bg-color-gray-1);padding:32px 40px 32px 40px;border-radius:20px;margin-top:18px}
@media screen and (max-width:767px){.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table{padding:12px 16px 24px}
}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head{display:flex;flex-direction:column}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--myteams-table--head-section{position:relative;background-color:transparent;display:flex;width:100%;align-items:center;justify-content:center;margin-bottom:24px}
@media screen and (max-width:767px){.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--myteams-table--head-section{display:none}
}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--myteams-table--head-section .survey--dash-table--cell{display:flex;align-items:center;color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-140);letter-spacing:.14px;width:23%;margin-left:5px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--myteams-table--head-section .survey--dash-table--cell .survey-dash-sort-icon{width:32px;height:32px;margin-left:8px;cursor:pointer;flex-shrink:0;display:none}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--myteams-table--head-section .survey--dash-table--cell .survey-dash-filter-icon{display:none;width:32px;height:32px;margin-left:8px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--myteams-table--head-section .survey--dash-table--cell.sort-active .survey-dash-sort-icon,.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--myteams-table--head-section .survey--dash-table--cell:hover .survey-dash-sort-icon{display:block}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--myteams-table--head-section .survey--dash-table--cell.sort-active .survey-dash-sort-icon circle{fill:#000}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--myteams-table--head-section .survey--dash-table--cell.sort-active .survey-dash-sort-icon path{fill:#fff;transform:translateX(2px)}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--myteams-table--head-section .survey--dash-table--cell.sort-active .survey-dash-sort-icon path:last-child{display:none}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--myteams-table--head-section .survey--dash-table--cell.sort-active.sort-down-active .survey-dash-sort-icon path{display:none}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--myteams-table--head-section .survey--dash-table--cell.sort-active.sort-down-active .survey-dash-sort-icon path:last-child{transform:translateX(-4px);display:block}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--myteams-table--head-section .survey--dash-table--cell:first-child{width:42.2%}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--myteams-table--head-section .survey-creater-name-container{border:1px solid #ccc;border-radius:8px;width:200px;padding:10px;box-shadow:0 0 10px rgba(0,0,0,0.1);display:none;position:absolute;top:44px;right:0;background-color:white}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--myteams-table--head-section .survey-creater-name-container .survey-creater-names{list-style:none;padding:0;margin:0}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--myteams-table--head-section .survey-creater-name-container .survey-creater-names input[type="checkbox"]{margin-right:8px;cursor:pointer}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--myteams-table--head-section .survey-creater-name-container .survey-creater-names input[type="checkbox"]:checked{accent-color:var(--text-color-danger-red)}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--myteams-table--head-section .survey-creater-name-container .survey-creater-names li{cursor:pointer;margin:10px 0;display:flex;align-items:center}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--myteams-table--head-section .survey-creater-name-container .survey-creater-names span{color:#000;font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700)}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section{display:none}
@media screen and (max-width:767px){.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section{display:block;position:relative}
}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-table-header{display:flex;align-items:center;justify-content:space-between;background-color:transparent;width:100%;padding-bottom:12px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-table-header span{font-family:var(--font-transducer);font-style:normal;font-weight:var(--font-weight-700);font-size:var(--font-size16);line-height:100%;color:var(--text-color-title-black)}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-table-header .survey-dash-sort-icon{width:40px;height:40px;margin-left:8px;cursor:pointer;flex-shrink:0}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-table-header .survey-dash-sort-icon.sort-active circle{fill:#000}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-table-header .survey-dash-sort-icon.sort-active path{fill:#fff}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions{display:none;padding:4px 0 16px;background:transparent;gap:12px;overflow-x:auto;scrollbar-width:none}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions::-webkit-scrollbar{height:0}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions.show{display:flex}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions .survey--dash-table-sort-button{display:flex;align-items:center;justify-content:center;padding:13px 24px;border-radius:10px;background-color:#dedede}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions .survey--dash-table-sort-button span{font-family:var(--font-tstar-bold);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-700);line-height:100%;color:var(--text-color-title-black);white-space:nowrap}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions .survey--dash-table-sort-button .survey-dash-sort-arrow-icon{flex-shrink:0;display:none}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions .survey--dash-table-sort-button.sort-active{background-color:var(--bg-color-black);padding-right:15px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions .survey--dash-table-sort-button.sort-active span{color:var(--text-color-white);margin-right:8px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions .survey--dash-table-sort-button.sort-active .survey-dash-sort-arrow-icon{display:block}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions .survey--dash-table-sort-button.sort-active.sort-down-active .survey-dash-sort-arrow-icon{transform:rotate(180deg)}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions .survey--dash-table-filter-button{align-items:center;justify-content:center;padding:13px 24px;border-radius:10px;background-color:#dedede}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions .survey--dash-table-filter-button span{font-family:var(--font-tstar-bold);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-700);line-height:100%;color:var(--text-color-title-black);white-space:nowrap}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey-creater-name-mob-container{border:1px solid #ccc;border-radius:8px;width:200px;padding:10px;box-shadow:0 0 10px rgba(0,0,0,0.1);display:none;position:absolute;top:120px;right:0;background-color:white}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey-creater-name-mob-container .survey-creater-names{list-style:none;padding:0;margin:0}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey-creater-name-mob-container .survey-creater-names input[type="checkbox"]{margin-right:8px;cursor:pointer}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey-creater-name-mob-container .survey-creater-names input[type="checkbox"]:checked{accent-color:var(--text-color-danger-red)}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey-creater-name-mob-container .survey-creater-names li{cursor:pointer;margin:10px 0;display:flex;align-items:center}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey-creater-name-mob-container .survey-creater-names span{color:#000;font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700)}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dashboard-filter-section .survey--dash-filter-name{display:none;margin-bottom:24px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section{display:flex;flex-direction:column}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section{display:flex;flex-direction:column;gap:16px;border-radius:10px}
@media screen and (max-width:767px){.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section{display:none}
}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container{background:var(--text-color-white)}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row{display:flex;align-items:center;height:64px;padding:0 24px;background:var(--text-color-white)}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col{display:flex;align-items:center;width:16.67%;color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);letter-spacing:.16px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col .survey-table-col-svg{width:34px;height:34px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col .survey-online-active-details{display:flex;align-items:center;padding:5px 8px 3px;border-radius:50px;margin-left:10px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col .survey-online-active-details .survey-online-active{color:var(--bg-color-black);font-family:var(--font-tstar-bold);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);letter-spacing:.12px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col .survey-online-active-details.survey-submit{background-color:var(--bg-color-active-light-green)}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col .survey-online-active-details.survey-draft{background-color:var(--bg-color-type-red)}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col .survey-online-active-details.survey-ongoing{background-color:var(--bg-color-light-blue)}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col .survey-online-active-details.survey-completed{background-color:var(--bg-color-light-aqua)}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col .edit-text{color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-140);letter-spacing:.12px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col .survey-name{width:60%;color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);letter-spacing:.16px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col:first-child{width:31%}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col:last-child{gap:40px;justify-content:flex-end}
@media screen and (max-width:1100px){.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col:last-child{gap:8px}
}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col:last-child .edit-text{color:var(--text-color-title-black);display:flex;align-items:center}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col:last-child .edit-icon{height:32px;width:32px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col:last-child .accodion-dropdown-icon{display:flex;width:28px;height:28px;flex-shrink:0;cursor:pointer}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col:last-child .survey-accordion-open{display:block}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col:last-child .close-accordion{transform:rotate(180deg)}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col:nth-of-type(4){flex-shrink:0}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col:nth-of-type(5){justify-content:center;flex-wrap:wrap;flex-shrink:0}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row.survey-body-expended .table-col{font-family:var(--font-tstar-bold);font-weight:var(--font-weight-700)}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row.survey-body-expended .table-col .survey-name{font-family:var(--font-tstar-bold);font-weight:var(--font-weight-700)}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .internal-external{padding:8px 26px 8px 25px;border-radius:50px;font-family:var(--font-tstar-bold);font-size:14px;font-weight:700;line-height:14px;letter-spacing:.01em;text-align:left}
@media screen and (max-width:950px){.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .internal-external{font-size:12px;line-height:12px;padding:8px 16px}
}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .internal-external.bg-blue{background:var(--bg-color-type-blue);color:var(--text-color-type-blue)}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .internal-external.bg-red{background:var(--bg-color-type-red);color:var(--text-color-type-red)}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey--body-row-content{margin:0 1.5rem 0 1.5rem;border-top:1px solid var(--border-color-gray-1);display:none;height:50%;background:var(--text-color-white)}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey--body-row-content .survey-content-section{padding:32px 0 24px 0;display:flex;flex-direction:column;gap:24px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey--body-row-content .survey-content-section .content-details{display:flex;color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:14px;font-style:normal;font-weight:400;line-height:100%;letter-spacing:.14px;gap:60px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .wd-125{width:125px;flex-shrink:0}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .wd-633{width:633px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .content-right-text{color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);letter-spacing:.14px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .content-right-text-purpose{color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-120);letter-spacing:.14px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .template-container{display:flex;align-items:center;gap:8px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .template-container .survey-download-csv-template{cursor:pointer}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .template-container .template-border{padding:9px 31px 7px 16px;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size13);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);letter-spacing:.13px;border-radius:50px;background:var(--bg-template-gray-1)}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .template-container .template-border.aligin-content{display:flex;align-items:center;font-size:var(--font-size14);letter-spacing:.14px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .template-container .template-border .ml-8{margin-left:8px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .template-container .template-border .ml-4{margin-left:4px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .template-container .template-border .upload-file{width:24px;height:24px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section{display:none}
@media screen and (max-width:767px){.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section{display:flex;flex-direction:column;gap:12px;padding-top:12px}
}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container{border-radius:15px;background:var(--text-color-white)}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row{width:100%;display:flex;align-items:stretch;justify-content:center}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col{display:flex;flex-direction:column;width:100%;padding:16px;gap:12px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col .table-col-heading{color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400);line-height:110%}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col .survey-name{color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-120)}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col .table-col-value{color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-700);line-height:110%}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col .table-col-value.distribution-channel-icons{display:flex}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col .table-col-value.distribution-channel-icons .survey-table-col-svg{width:25px;height:25px;flex-shrink:0}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col .table-col-value.template-container{display:flex;flex-wrap:wrap;align-items:center;column-gap:8px;row-gap:12px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col .table-col-value.template-container .survey-download-csv-template{cursor:pointer}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col .table-col-value.template-container .template-border{padding:4px 12px;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);letter-spacing:.12px;border-radius:50px;background:var(--bg-template-gray-1)}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col .table-col-value.template-container .template-border.aligin-content{display:flex;align-items:center}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col .table-col-value.template-container .template-border .ml-4{margin-left:4px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col .table-col-value.template-container .template-border .upload-file{width:24px;height:24px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col .table-col-value .internal-external{padding:8px 26px 8px 25px;border-radius:50px;font-size:var(--font-size12);line-height:var(--line-height-per-100);text-align:center}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col .table-col-value .internal-external.bg-blue{background:var(--bg-color-type-blue);color:var(--text-color-type-blue)}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col .table-col-value .internal-external.bg-red{background:var(--bg-color-type-red);color:var(--text-color-type-red)}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col.survery-sort{flex-direction:row;justify-content:space-between}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col.survery-sort .survey-online-active-details{display:flex;align-items:center;padding:5px 8px 3px;border-radius:50px;max-width:70px;width:max-content}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col.survery-sort .survey-online-active-details .survey-online-active{color:var(--bg-color-black);font-family:var(--font-tstar-bold);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);letter-spacing:.12px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col.survery-sort .survey-online-active-details.survey-submit{background-color:var(--bg-color-active-light-green)}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col.survery-sort .survey-online-active-details.survey-draft{background-color:var(--bg-color-type-red)}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col.survery-sort .survey-online-active-details.survey-ongoing{background-color:var(--bg-color-light-blue)}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col.survery-sort .survey-online-active-details.survey-completed{background-color:var(--bg-color-light-aqua)}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row.survey-table-row-action .table-col{padding-top:12px;gap:4px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action{display:flex;justify-content:flex-end;gap:16px;padding-top:4px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action .accodion-dropdown-icon{display:flex;justify-content:center;align-items:center;gap:8px;height:40px;background-color:var(--bg-color-gray-1);border-radius:15px;padding:10px 12px 10px 25px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action .accodion-dropdown-icon span{color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);white-space:nowrap}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action .accodion-dropdown-icon .svg-icon{width:20px;height:20px;transition:transform .3s ease-in;flex-shrink:0}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action .accodion-dropdown-icon .text-more{display:block}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action .accodion-dropdown-icon .text-less{display:none}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action .accodion-dropdown-icon[aria-expanded="true"] .text-more{display:none}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action .accodion-dropdown-icon[aria-expanded="true"] .text-less{display:block}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action .accodion-dropdown-icon[aria-expanded="true"] .svg-icon{transform:rotate(180deg)}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action a .edit-icon{width:40px;height:40px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action .survey-creater-name-letter{display:inline-block;width:40px;height:40px;background-color:#f1f1f1;border-radius:50%;display:flex;align-items:center;justify-content:center;text-transform:uppercase;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size20);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100)}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row.table-col-divider .table-col{border-right:1px solid var(--border-color-gray-5);padding-top:12px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row.table-col-divider .table-col:last-child{border:0;gap:8px;padding-bottom:15px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .table-row-expended-content{display:none;padding:12px 0}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .table-row-expended-content .survey-body-row .table-col{padding:12px 16px;gap:16px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .table-row-expended-content .survey-body-row:nth-child(1) .table-col{gap:4px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .table-row-expended-content .survey-body-row:nth-child(1) .table-col:last-child{gap:9px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .table-row-divider{border-color:var(--border-color-gray-5);margin:0;padding:0}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section{display:flex;align-items:center;justify-content:flex-end;gap:16px;margin-top:16px}
@media screen and (max-width:767px){.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section{margin-top:24px;padding:0 28px;justify-content:space-between}
}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey--dash-pagination-count .survey-bold-text{color:var(--text-color-title-black);text-align:right;font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-100);letter-spacing:.14px}
@media screen and (max-width:767px){.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey--dash-pagination-count .survey-bold-text{font-size:var(--font-size12);letter-spacing:.12px}
}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey--dash-pagination-count .survey-light-text{color:var(--text-color-type-gray-1);font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);letter-spacing:.14px}
@media screen and (max-width:767px){.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey--dash-pagination-count .survey-light-text{font-size:var(--font-size12);letter-spacing:.12px}
}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-btn{width:32px;height:32px;border-radius:5px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-btn:disabled .arrow path,.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-btn:disabled .arrow rect{stroke:var(--bg-color-stroke-gray-1);fill:none}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-btn .arrow rect{stroke:none;fill:var(--bg-template-gray-1)}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-btn.survey-dash-prev-arrow{display:block}
@media screen and (max-width:767px){.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-btn.survey-dash-prev-arrow{display:none}
}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-btn.survey-pagination-mob-btn{display:none}
@media screen and (max-width:767px){.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-btn.survey-pagination-mob-btn{display:block}
}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-nav{display:none}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-nav a{text-decoration:none;padding:2px}
.survey-portal-myteams .survey-myteams-scoll-top-animation .survey--myteams-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-nav a.active{text-decoration:underline}
.survey-portal-myteams .loader-container{position:fixed;display:flex;justify-content:center;align-items:center;height:100vh;width:100%;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.25)}
.survey-portal-myteams .loader-container .loader{border:4px solid var(--border-color-gray-2);border-top:4px solid var(--text-color-danger-red);border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}
@keyframes spin{0{transform:rotate(0)}
100%{transform:rotate(360deg)}
}
.survey-portal-myteams .confimation-popup{width:100%;height:100%;top:0;left:0;position:fixed;display:none;flex-direction:row;justify-content:center;align-items:center;background:rgba(0,0,0,0.25)}
.survey-portal-myteams .confimation-popup .msg-popup-container{width:min-content;height:min-content;padding:24px 40px;display:flex;flex-direction:column;align-items:center;gap:24px;background-color:white;border-radius:8px}
.survey-portal-myteams .confimation-popup .msg-popup-container span{color:black;font-family:var(--font-transducer);font-size:24px;font-weight:700;line-height:24px;text-align:left}
.survey-portal-myteams .confimation-popup .msg-popup-container p{font-family:var(--font-tstar-regular);font-size:16px;font-weight:400;line-height:19.2px;text-align:center;width:268px}
.survey-portal-myteams .confimation-popup .msg-popup-container button{width:100px;height:40px;border-radius:5px;color:white;background:#ff0101}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table{background:var(--bg-color-gray-1);padding:32px 40px 32px 40px;border-radius:20px}
@media screen and (max-width:767px){.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table{padding:12px 16px 24px}
}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head{display:flex;flex-direction:column}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--myteams-table--head-section{background-color:transparent;display:flex;width:100%;align-items:center;justify-content:center;margin-bottom:24px}
@media screen and (max-width:767px){.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--myteams-table--head-section{display:none}
}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--myteams-table--head-section .survey--dash-table--cell{display:flex;align-items:center;color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-140);letter-spacing:.14px;width:23%;margin-left:5px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--myteams-table--head-section .survey--dash-table--cell .survey-dash-sort-icon{width:32px;height:32px;margin-left:8px;cursor:pointer;flex-shrink:0;display:none}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--myteams-table--head-section .survey--dash-table--cell .survey-dash-filter-icon{display:none;width:32px;height:32px;margin-left:8px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--myteams-table--head-section .survey--dash-table--cell.sort-active .survey-dash-sort-icon,.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--myteams-table--head-section .survey--dash-table--cell:hover .survey-dash-sort-icon{display:block}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--myteams-table--head-section .survey--dash-table--cell.sort-active .survey-dash-sort-icon circle{fill:#000}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--myteams-table--head-section .survey--dash-table--cell.sort-active .survey-dash-sort-icon path{fill:#fff;transform:translateX(2px)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--myteams-table--head-section .survey--dash-table--cell.sort-active .survey-dash-sort-icon path:last-child{display:none}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--myteams-table--head-section .survey--dash-table--cell.sort-active.sort-down-active .survey-dash-sort-icon path{display:none}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--myteams-table--head-section .survey--dash-table--cell.sort-active.sort-down-active .survey-dash-sort-icon path:last-child{transform:translateX(-4px);display:block}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--myteams-table--head-section .survey--dash-table--cell:first-child{width:45.2%}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section{display:none}
@media screen and (max-width:767px){.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section{display:block;position:relative}
}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-table-header{display:flex;align-items:center;justify-content:space-between;background-color:transparent;width:100%;padding-bottom:12px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-table-header span{font-family:var(--font-transducer);font-style:normal;font-weight:var(--font-weight-700);font-size:var(--font-size16);line-height:100%;color:var(--text-color-title-black)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-table-header .survey-dash-sort-icon{width:40px;height:40px;margin-left:8px;cursor:pointer;flex-shrink:0}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-table-header .survey-dash-sort-icon.sort-active circle{fill:#000}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-table-header .survey-dash-sort-icon.sort-active path{fill:#fff}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions{display:none;padding:4px 0 16px;background:transparent;gap:12px;overflow-x:auto;scrollbar-width:none}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions::-webkit-scrollbar{height:0}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions.show{display:flex}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions .survey--dash-table-sort-button{display:flex;align-items:center;justify-content:center;padding:13px 24px;border-radius:10px;background-color:#dedede}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions .survey--dash-table-sort-button span{font-family:var(--font-tstar-bold);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-700);line-height:100%;color:var(--text-color-title-black);white-space:nowrap}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions .survey--dash-table-sort-button .survey-dash-sort-arrow-icon{flex-shrink:0;display:none}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions .survey--dash-table-sort-button.sort-active{background-color:var(--bg-color-black);padding-right:15px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions .survey--dash-table-sort-button.sort-active span{color:var(--text-color-white);margin-right:8px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions .survey--dash-table-sort-button.sort-active .survey-dash-sort-arrow-icon{display:block}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions .survey--dash-table-sort-button.sort-active.sort-down-active .survey-dash-sort-arrow-icon{transform:rotate(180deg)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile{display:flex;gap:7px;margin:0 -16px;padding:16px;height:auto;background-color:var(--text-color-white);justify-content:space-between;position:relative}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container{display:flex}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container .survey--dash-banner-primary-btn{display:flex;justify-content:space-between;align-items:center;list-style:none;height:48px;border-radius:8px;border:1px solid var(--bg-color-black);padding:12px 16px 12px 24px;background-color:transparent}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container .survey--dash-banner-primary-btn .survey--dash-primary-btn-label{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-500);text-decoration:none;line-height:var(--line-height-per-100)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container .survey--dash-banner-primary-btn .survey--dash-primary-btn-svg{margin-left:21px;width:24px;height:24px;flex-shrink:0;transform:rotate(180deg)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container .survey--dash-banner-primary-btn .survey--dash-primary-btn-svg path{stroke:var(--text-color-title-black)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container .survey--dash-banner-primary-btn[aria-expanded="true"]{background-color:var(--bg-color-black);color:var(--text-color-white)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container .survey--dash-banner-primary-btn[aria-expanded="true"] .survey--dash-primary-btn-label{color:var(--text-color-white)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container .survey--dash-banner-primary-btn[aria-expanded="true"] .survey--dash-primary-btn-svg{transform:rotate(0)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container .survey--dash-banner-primary-btn[aria-expanded="true"] .survey--dash-primary-btn-svg path{stroke:var(--text-color-white)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container .survey--dash-banner-secondary-btn{height:48px;border-radius:8px;background-color:var(--bg-color-red);border:1px solid var(--bg-color-red)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container .survey--dash-banner-secondary-btn:active{background-color:var(--bg-color-black);border-color:var(--bg-color-black)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container .survey--dash-banner-secondary-btn a{display:flex;align-items:center;gap:16px;padding:12px 16px;justify-content:center}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container .survey--dash-banner-secondary-btn a,.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container .survey--dash-banner-secondary-btn .survey--dash-secondary-label{color:var(--text-color-white);font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-100);text-decoration:none;position:relative}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container .survey--dash-banner-secondary-btn .survey-banner-plus-icon{width:24px;height:24px;flex-shrink:0}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .draft-list{display:none;background:var(--text-color-white);padding:0 16px;border-top-left-radius:20px;border-top-right-radius:20px;position:absolute;bottom:100%;left:0;width:100%}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .draft-list .drafts-list-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid var(--border-color-gray-5)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .draft-list .drafts-list-header span{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size20);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-120)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .draft-list .drafts-list-header .draft-list-close-icon{width:40px;height:40px;flex-shrink:0;cursor:pointer}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .draft-list .survey--dash-banner-list-mob{list-style:none;max-height:200px;overflow-y:scroll;width:100%;margin:0;padding:0}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .draft-list .survey--dash-banner-list-mob .survey--dash-primary-btn-list-item{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-140);z-index:100;padding:16px 8px 0}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .draft-list .survey--dash-banner-list-mob .survey--dash-primary-btn-list-item a{color:inherit;text-decoration:none;width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .draft-list .survey--dash-banner-list-mob .survey--dash-primary-btn-list-item a span{max-width:290px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media screen and (max-width:450px){.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .draft-list .survey--dash-banner-list-mob .survey--dash-primary-btn-list-item a span{max-width:100px}
}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .draft-list .survey--dash-banner-list-mob .survey--dash-primary-btn-list-item a .survey-date-string{font-weight:var(--font-weight-400);font-family:var(--font-tstar-regular);color:var(--text-color-grey-label-1)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .draft-list .survey--dash-banner-list-mob .survey--dash-primary-btn-list-item a:active{background-color:var(--text-color-title-black);color:var(--text-color-white);border-radius:8px;padding:9px 16px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .draft-list .survey--dash-banner-list-mob .survey--dash-primary-btn-list-item a:active .survey-date-string{color:var(--text-color-white)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dashboard-filter-section .survey--dash-filter-name{display:none;margin-bottom:24px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section{display:flex;flex-direction:column}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section{display:flex;flex-direction:column;gap:16px;border-radius:10px}
@media screen and (max-width:767px){.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section{display:none}
}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container{background:var(--text-color-white)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row{display:flex;align-items:center;height:64px;padding:0 24px;background:var(--text-color-white)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col{display:flex;align-items:center;width:16.67%;color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);letter-spacing:.16px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col .survey-table-col-svg{width:34px;height:34px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col .survey-online-active-details{display:flex;align-items:center;padding:5px 8px 3px;border-radius:50px;margin-left:10px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col .survey-online-active-details .survey-online-active{color:var(--bg-color-black);font-family:var(--font-tstar-bold);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);letter-spacing:.12px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col .survey-online-active-details.survey-submit{background-color:var(--bg-color-active-light-green)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col .survey-online-active-details.survey-draft{background-color:var(--bg-color-type-red)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col .survey-online-active-details.survey-ongoing{background-color:var(--bg-color-light-blue)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col .survey-online-active-details.survey-completed{background-color:var(--bg-color-light-aqua)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col .edit-text{color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-140);letter-spacing:.12px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col .survey-name{width:60%;color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);letter-spacing:.16px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col:first-child{width:31%}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col:last-child{gap:40px;justify-content:flex-end}
@media screen and (max-width:1100px){.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col:last-child{gap:8px}
}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col:last-child .edit-text{color:var(--text-color-title-black);display:flex;align-items:center}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col:last-child .edit-icon{height:32px;width:32px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col:last-child .accodion-dropdown-icon{display:flex;width:28px;height:28px;flex-shrink:0;cursor:pointer}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col:last-child .survey-accordion-open{display:block}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col:last-child .close-accordion{transform:rotate(180deg)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col:nth-of-type(4){flex-shrink:0}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .table-col:nth-of-type(5){justify-content:center;flex-wrap:wrap;flex-shrink:0}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row.survey-body-expended .table-col{font-family:var(--font-tstar-bold);font-weight:var(--font-weight-700)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row.survey-body-expended .table-col .survey-name{font-family:var(--font-tstar-bold);font-weight:var(--font-weight-700)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .internal-external{padding:8px 26px 8px 25px;border-radius:50px;font-family:var(--font-tstar-bold);font-size:14px;font-weight:700;line-height:14px;letter-spacing:.01em;text-align:left}
@media screen and (max-width:950px){.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .internal-external{font-size:12px;line-height:12px;padding:8px 16px}
}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .internal-external.bg-blue{background:var(--bg-color-type-blue);color:var(--text-color-type-blue)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey-body-row .internal-external.bg-red{background:var(--bg-color-type-red);color:var(--text-color-type-red)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey--body-row-content{margin:0 1.5rem 0 1.5rem;border-top:1px solid var(--border-color-gray-1);display:none;height:50%;background:var(--text-color-white)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey--body-row-content .survey-content-section{padding:32px 0 24px 0;display:flex;flex-direction:column;gap:24px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey--body-row-content .survey-content-section .content-details{display:flex;color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:14px;font-style:normal;font-weight:400;line-height:100%;letter-spacing:.14px;gap:60px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .wd-125{width:125px;flex-shrink:0}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .wd-633{width:633px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .view-survey-report-btn{background-color:transparent;height:40px;width:200px;border-radius:8px;border:1px solid #000;color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-140)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .view-survey-report-btn a{color:#000}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey--body-row-content .survey-content-section .content-details.view-survey-report-btn-container{justify-content:center}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .content-right-text{color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);letter-spacing:.14px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .content-right-text-purpose{color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-120);letter-spacing:.14px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .template-container{display:flex;align-items:center;gap:8px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .template-container .survey-download-csv-template{cursor:pointer}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .template-container .template-border{padding:9px 31px 7px 16px;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size13);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);letter-spacing:.13px;border-radius:50px;background:var(--bg-template-gray-1)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .template-container .template-border.aligin-content{display:flex;align-items:center;font-size:var(--font-size14);letter-spacing:.14px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .template-container .template-border .ml-8{margin-left:8px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .template-container .template-border .ml-4{margin-left:4px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--myteams-table-body-inner-container .survey--body-row-content .survey-content-section .content-details .template-container .template-border .upload-file{width:24px;height:24px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section{display:none}
@media screen and (max-width:767px){.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section{display:flex;flex-direction:column;gap:12px;padding-top:12px}
}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container{border-radius:15px;background:var(--text-color-white)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row{width:100%;display:flex;align-items:stretch;justify-content:center}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col{display:flex;flex-direction:column;width:100%;padding:16px;gap:12px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col .table-col-heading{color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400);line-height:110%}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col .survey-name{color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-120);position:relative}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col .survey-name .survey-name-hover-icon{width:24px;height:24px;flex-shrink:0;margin-left:2px;cursor:pointer}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col .survey-name .survey-tooltip-container{position:absolute;top:20px;left:0;background:#f2f2f2;padding:8px;border-radius:8px;max-width:250px;width:100%;word-break:break-word}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col .table-col-value{color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-700);line-height:110%}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col .table-col-value.distribution-channel-icons{display:flex}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col .table-col-value.distribution-channel-icons .survey-table-col-svg{width:25px;height:25px;flex-shrink:0}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col .table-col-value.template-container{display:flex;flex-wrap:wrap;align-items:center;column-gap:8px;row-gap:12px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col .table-col-value.template-container .survey-download-csv-template{cursor:pointer}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col .table-col-value.template-container .template-border{padding:4px 12px;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);letter-spacing:.12px;border-radius:50px;background:var(--bg-template-gray-1)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col .table-col-value.template-container .template-border.aligin-content{display:flex;align-items:center}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col .table-col-value.template-container .template-border .ml-4{margin-left:4px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col .table-col-value.template-container .template-border .upload-file{width:24px;height:24px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col .table-col-value .internal-external{padding:8px 26px 8px 25px;border-radius:50px;font-size:var(--font-size12);line-height:var(--line-height-per-100);text-align:center}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col .table-col-value .internal-external.bg-blue{background:var(--bg-color-type-blue);color:var(--text-color-type-blue)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col .table-col-value .internal-external.bg-red{background:var(--bg-color-type-red);color:var(--text-color-type-red)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col.survery-sort{flex-direction:row;justify-content:space-between}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col.survery-sort .survey-online-active-details{display:flex;align-items:center;padding:5px 8px 3px;border-radius:50px;max-width:70px;width:max-content}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col.survery-sort .survey-online-active-details .survey-online-active{color:var(--bg-color-black);font-family:var(--font-tstar-bold);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);letter-spacing:.12px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col.survery-sort .survey-online-active-details.survey-submit{background-color:var(--bg-color-active-light-green)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col.survery-sort .survey-online-active-details.survey-draft{background-color:var(--bg-color-type-red)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col.survery-sort .survey-online-active-details.survey-ongoing{background-color:var(--bg-color-light-blue)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row .table-col.survery-sort .survey-online-active-details.survey-completed{background-color:var(--bg-color-light-aqua)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row.survey-table-row-action .table-col{padding-top:12px;gap:4px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action{display:flex;justify-content:flex-end;gap:16px;padding-top:4px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action .accodion-dropdown-icon{display:flex;justify-content:center;align-items:center;gap:8px;height:40px;background-color:var(--bg-color-gray-1);border-radius:15px;padding:10px 12px 10px 25px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action .accodion-dropdown-icon span{color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);white-space:nowrap}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action .accodion-dropdown-icon .svg-icon{width:20px;height:20px;transition:transform .3s ease-in;flex-shrink:0}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action .accodion-dropdown-icon .text-more{display:block}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action .accodion-dropdown-icon .text-less{display:none}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action .accodion-dropdown-icon[aria-expanded="true"] .text-more{display:none}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action .accodion-dropdown-icon[aria-expanded="true"] .text-less{display:block}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action .accodion-dropdown-icon[aria-expanded="true"] .svg-icon{transform:rotate(180deg)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action a .edit-icon{width:40px;height:40px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row.table-col-divider .table-col{border-right:1px solid var(--border-color-gray-5);padding-top:12px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .survey-body-row.table-col-divider .table-col:last-child{border:0;gap:8px;padding-bottom:15px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .table-row-expended-content{display:none;padding:12px 0}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .table-row-expended-content .survey-body-row .table-col{padding:12px 16px;gap:16px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .table-row-expended-content .survey-body-row:nth-child(1) .table-col{gap:4px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .table-row-expended-content .survey-body-row:nth-child(1) .table-col:last-child{gap:9px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .table-row-expended-content .view-survey-report-btn-container{display:flex;justify-content:center;margin-top:8px}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .table-row-expended-content .view-survey-report-btn-container .view-survey-report-btn-mob{position:relative;background-color:transparent;height:40px;width:200px;border-radius:8px;border:1px solid #000;color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-140)}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .table-row-expended-content .view-survey-report-btn-container .view-survey-report-btn-mob a{color:#000}
.survey-portal-myteams .survey--myteams-table-container .survey--myteams-table .survey--myteams-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--myteams-table-body-inner-container .table-row-divider{border-color:var(--border-color-gray-5);margin:0;padding:0}
.survey-portal-myteams .survey--myteams-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section{display:flex;align-items:center;justify-content:flex-end;gap:16px;margin-top:16px}
@media screen and (max-width:767px){.survey-portal-myteams .survey--myteams-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section{margin-top:24px;padding:0 28px;justify-content:space-between}
}
.survey-portal-myteams .survey--myteams-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey--dash-pagination-count .survey-bold-text{color:var(--text-color-title-black);text-align:right;font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-100);letter-spacing:.14px}
@media screen and (max-width:767px){.survey-portal-myteams .survey--myteams-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey--dash-pagination-count .survey-bold-text{font-size:var(--font-size12);letter-spacing:.12px}
}
.survey-portal-myteams .survey--myteams-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey--dash-pagination-count .survey-light-text{color:var(--text-color-type-gray-1);font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);letter-spacing:.14px}
@media screen and (max-width:767px){.survey-portal-myteams .survey--myteams-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey--dash-pagination-count .survey-light-text{font-size:var(--font-size12);letter-spacing:.12px}
}
.survey-portal-myteams .survey--myteams-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-btn{width:32px;height:32px;border-radius:5px}
.survey-portal-myteams .survey--myteams-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-btn:disabled .arrow path,.survey-portal-myteams .survey--myteams-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-btn:disabled .arrow rect{stroke:var(--bg-color-stroke-gray-1);fill:none}
.survey-portal-myteams .survey--myteams-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-btn .arrow rect{stroke:none;fill:var(--bg-template-gray-1)}
.survey-portal-myteams .survey--myteams-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-btn.survey-dash-prev-arrow{display:block}
@media screen and (max-width:767px){.survey-portal-myteams .survey--myteams-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-btn.survey-dash-prev-arrow{display:none}
}
.survey-portal-myteams .survey--myteams-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-btn.survey-pagination-mob-btn{display:none}
@media screen and (max-width:767px){.survey-portal-myteams .survey--myteams-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-btn.survey-pagination-mob-btn{display:block}
}
.survey-portal-myteams .survey--myteams-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-nav{display:none}
.survey-portal-myteams .survey--myteams-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-nav a{text-decoration:none;padding:2px}
.survey-portal-myteams .survey--myteams-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-nav a.active{text-decoration:underline}
.survey-powerbi-report{background-color:var(--text-color-white);position:relative}
.survey-powerbi-report .survey-report-scoll-top-animation{transform:translateY(2%);padding:0 108px 40px}
@media screen and (max-width:950px){.survey-powerbi-report .survey-report-scoll-top-animation{padding:0 16px 40px}
}
@media screen and (max-width:767px){.survey-powerbi-report .survey-report-scoll-top-animation{padding:0 0 24px}
}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-powerbi-breadcrumbs{display:flex;align-items:center;margin-bottom:22px;gap:8px}
@media screen and (max-width:767px){.survey-powerbi-report .survey-report-scoll-top-animation .survey-powerbi-breadcrumbs{margin-left:24px;margin-bottom:0}
}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-powerbi-breadcrumbs .hero-surveys{cursor:pointer;color:black;font-family:var(--font-tstar-regular);font-size:var(--font-size16);font-weight:var(--font-weight-400);line-height:var(--line-height-per-120)}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-powerbi-breadcrumbs .arrow-icon{width:20px;height:20px}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-powerbi-breadcrumbs .power-bi-selected-survey-name-breadcrumbs{color:red;font-family:var(--font-tstar-regular);font-size:var(--font-size16);font-weight:var(--font-weight-400);line-height:var(--line-height-per-120)}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container{display:flex;gap:16px}
@media screen and (max-width:767px){.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container{display:block;padding:24px}
}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-left{flex:5}
@media screen and (max-width:767px){.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-left{margin-bottom:24px}
}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-left .survey-powerbi-dashboard-container-parent{background-color:#f1f1f1;border-radius:8px;padding:1px}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-left .survey-powerbi-dashboard-container{margin-bottom:8px}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-left .survey-powerbi-dashboard-container .survey-powerbi-dashboard-title-container{padding:20px 16px;display:flex;justify-content:space-between;padding-bottom:10px;align-items:center;gap:8px}
@media screen and (max-width:767px){.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-left .survey-powerbi-dashboard-container .survey-powerbi-dashboard-title-container{position:relative;flex-direction:column;align-items:flex-start;justify-content:unset;gap:0}
}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-left .survey-powerbi-dashboard-container .survey-powerbi-dashboard-title-container .survey-powerbi-dashboard-title{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size20);font-weight:var(--font-weight-700);line-height:var(--line-height-per-120)}
@media screen and (max-width:767px){.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-left .survey-powerbi-dashboard-container .survey-powerbi-dashboard-title-container .survey-powerbi-dashboard-title{padding-right:24px}
}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-left .survey-powerbi-dashboard-container .survey-powerbi-dashboard-title-container .survey-powerbi-dashboard-header-action{display:flex;gap:8px}
@media screen and (max-width:767px){.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-left .survey-powerbi-dashboard-container .survey-powerbi-dashboard-title-container .survey-powerbi-dashboard-header-action{justify-content:flex-end;width:100%}
}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-left .survey-powerbi-dashboard-container .survey-powerbi-dashboard-title-container .survey-powerbi-dashboard-popup-btn{height:20px;width:24px;flex-shrink:0;cursor:pointer}
@media screen and (max-width:767px){.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-left .survey-powerbi-dashboard-container .survey-powerbi-dashboard-title-container .survey-powerbi-dashboard-popup-btn{position:absolute;top:16px;right:16px}
}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-left .survey-powerbi-dashboard-container .survey-powerbi-dashboard-title-container .survey-powerbi-dashboard-toggle{display:flex;flex-direction:row-reverse}
@media screen and (max-width:767px){.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-left .survey-powerbi-dashboard-container .survey-powerbi-dashboard-title-container .survey-powerbi-dashboard-toggle{margin-top:8px}
}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-left .survey-powerbi-dashboard-container .survey-powerbi-dashboard-title-container .survey-powerbi-dashboard-toggle .survey-powerbi-dashboard-toggle-container{display:flex;align-items:center;gap:8px;padding:4px 4px 4px 8px;background-color:var(--text-color-white);border-radius:24px;width:fit-content}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-left .survey-powerbi-dashboard-container .survey-powerbi-dashboard-title-container .survey-powerbi-dashboard-toggle .survey-powerbi-dashboard-toggle-container .survey-powerbi-dashboard-toggle-label{color:var(--text-color-title-black);font-family:var(--font-tstar-medium);font-weight:var(--font-weight-500);font-size:var(--font-size14);line-height:var(--line-height-per-120);letter-spacing:.75px;margin:0}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-left .survey-powerbi-dashboard-container .survey-powerbi-dashboard-title-container .survey-powerbi-dashboard-toggle .survey-powerbi-dashboard-toggle-container .btn-toggle{padding:0;position:relative;border:0;height:24px;width:48px;border-radius:24px;color:#6b7381;background:#bdc1c8;flex-shrink:0}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-left .survey-powerbi-dashboard-container .survey-powerbi-dashboard-title-container .survey-powerbi-dashboard-toggle .survey-powerbi-dashboard-toggle-container .btn-toggle::before,.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-left .survey-powerbi-dashboard-container .survey-powerbi-dashboard-title-container .survey-powerbi-dashboard-toggle .survey-powerbi-dashboard-toggle-container .btn-toggle::after{color:var(--text-color-white);font-family:var(--font-tstar-medium);font-weight:var(--font-weight-500);font-size:var(--font-size12);line-height:var(--line-height-24);text-transform:uppercase;letter-spacing:.75px;position:absolute;bottom:0;left:6px;width:38px;transition:opacity .25s}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-left .survey-powerbi-dashboard-container .survey-powerbi-dashboard-title-container .survey-powerbi-dashboard-toggle .survey-powerbi-dashboard-toggle-container .btn-toggle::before{content:'Off';text-align:right}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-left .survey-powerbi-dashboard-container .survey-powerbi-dashboard-title-container .survey-powerbi-dashboard-toggle .survey-powerbi-dashboard-toggle-container .btn-toggle::after{content:'On';text-align:left;right:-8px;opacity:0}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-left .survey-powerbi-dashboard-container .survey-powerbi-dashboard-title-container .survey-powerbi-dashboard-toggle .survey-powerbi-dashboard-toggle-container .btn-toggle .handle{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:var(--text-color-white);transition:left .25s}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-left .survey-powerbi-dashboard-container .survey-powerbi-dashboard-title-container .survey-powerbi-dashboard-toggle .survey-powerbi-dashboard-toggle-container .btn-toggle.active{background-color:#29b5a8;transition:background-color .25s}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-left .survey-powerbi-dashboard-container .survey-powerbi-dashboard-title-container .survey-powerbi-dashboard-toggle .survey-powerbi-dashboard-toggle-container .btn-toggle.active::before{opacity:0}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-left .survey-powerbi-dashboard-container .survey-powerbi-dashboard-title-container .survey-powerbi-dashboard-toggle .survey-powerbi-dashboard-toggle-container .btn-toggle.active::after{opacity:1}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-left .survey-powerbi-dashboard-container .survey-powerbi-dashboard-title-container .survey-powerbi-dashboard-toggle .survey-powerbi-dashboard-toggle-container .btn-toggle.active .handle{left:27px;transition:left .25s}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-left .report-container{height:890px}
@media screen and (max-width:767px){.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-left .report-container{height:350px}
}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right{flex:2}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container{background-color:#f1f1f1;border-radius:12px;padding:24px;box-sizing:border-box;position:relative;margin-bottom:20px}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .survey-report-accordion-header{display:flex;align-items:center;justify-content:space-between}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .survey-report-accordion-header .accodion-dropdown-icon{width:32px;height:32px;flex-shrink:0;cursor:pointer}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .survey-report-accordion-header .accodion-dropdown-icon.survey-accordion-open{transform:rotate(180deg)}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .survey-report-accordion-content{display:none;margin-top:16px}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .survey-report-accordion-content.show{display:block}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .insights-based-on-survey-title{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size20);font-weight:var(--font-weight-700);line-height:var(--line-height-per-120)}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .insights-based-on-survey-content{overflow:hidden;margin-top:16px;max-height:80px;transition:max-height .3s ease;color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size14);font-weight:var(--font-weight-400);line-height:var(--line-height-per-120)}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .insights-based-on-survey-content.expanded{max-height:200px;overflow-y:auto}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .insights-based-on-survey-content.expanded::-webkit-scrollbar{width:10px}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .insights-based-on-survey-content.expanded::-webkit-scrollbar-thumb{background:#c2bebe}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .insights-based-on-survey-content .insights-based-on-survey-textual .survey-textual-heading{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size16);font-weight:var(--font-weight-700);line-height:var(--line-height-per-120);margin:10px 0}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .insights-based-on-survey-content .insights-based-on-survey-textual .survey-textual-container{margin:10px 0}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .insights-based-on-survey-content .insights-based-on-survey-textual .survey-textual-container:last-child{margin:0}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .insights-based-on-survey-content .insights-based-on-survey-textual .survey-textual-container .survey-textual-header{display:flex;justify-content:space-between;align-items:center}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .insights-based-on-survey-content .insights-based-on-survey-textual .survey-textual-container .survey-textual-header .survey-textual-title{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size14);font-weight:var(--font-weight-500);line-height:var(--line-height-per-120);margin:0}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .insights-based-on-survey-content .insights-based-on-survey-textual .survey-textual-container .survey-textual-header .survey-textual-accordion-icon{width:24px;height:24px;flex-shrink:0;cursor:pointer}
@media screen and (max-width:767px){.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .insights-based-on-survey-content .insights-based-on-survey-textual .survey-textual-container .survey-textual-header .survey-textual-accordion-icon{width:32px;height:32px}
}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .insights-based-on-survey-content .insights-based-on-survey-textual .survey-textual-container .survey-textual-header .survey-textual-accordion-icon.expanded path:last-child{display:none}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .insights-based-on-survey-content .insights-based-on-survey-textual .survey-textual-container .survey-textual-content{color:var(--text-color-title-black);font-family:var(--font-tstar-medium);font-size:var(--font-size14);font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);margin-top:8px;display:none}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .insights-based-on-survey-content .insights-based-on-survey-textual .survey-textual-container .survey-textual-content.show{display:block}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .survey-insights-expand-container{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .survey-insights-expand-container .survey-powerbi-dashboard-popup-btn{height:24px;width:24px;flex-shrink:0;cursor:pointer}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .survey-insights-expand-container .survey-insights-popup{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,0.7)}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .survey-insights-expand-container .survey-insights-popup .survey-insights-popup-content{width:70%;display:flex;flex-direction:column;justify-content:center;height:fit-content;position:relative;margin:5% auto;max-width:1200px;background-color:#f1f1f1;border-radius:12px;padding:24px;box-sizing:border-box}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .survey-insights-expand-container .survey-insights-popup .survey-insights-popup-content .survey-insights-popup-header{display:flex;justify-content:space-between;align-items:center}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .survey-insights-expand-container .survey-insights-popup .survey-insights-popup-content .survey-insights-popup-header .survey-insights-close-btn{position:relative;width:24px;display:flex;flex-direction:row-reverse;color:var(--text-color-title-black);font-size:30px;z-index:1000;cursor:pointer}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .survey-insights-expand-container .survey-insights-popup .survey-insights-popup-content .survey-insights-container-popup{height:85%}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .survey-insights-expand-container .survey-insights-popup .survey-insights-popup-content .survey-insights-container-popup .insights-based-on-survey-content{max-height:none}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .view-more{color:red;cursor:pointer;display:none;position:relative}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .view-more.expanded{display:none}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .view-more.collapsible{display:block}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .insights-based-on-data-disclaimer{margin-top:12px;color:#000;font-family:var(--font-tstar-regular);font-size:12px;font-style:normal;font-weight:400;line-height:100%}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .insights-based-on-data-disclaimer p{margin:0}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .insights-based-on-data-refreshed{margin-top:12px;color:#000;font-family:var(--font-tstar-bold);font-size:12px;font-style:normal;font-weight:700;line-height:100%}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-survey-container .insights-based-on-data-refreshed span{font-family:var(--font-tstar-regular);font-weight:400}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-data-container{background-color:#f1f1f1;border-radius:12px;padding:24px;box-sizing:border-box;position:relative;margin-bottom:20px}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-data-container .survey-report-accordion-header{display:flex;align-items:center;justify-content:space-between}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-data-container .survey-report-accordion-header .accodion-dropdown-icon{width:32px;height:32px;flex-shrink:0;cursor:pointer}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-data-container .survey-report-accordion-header .accodion-dropdown-icon.survey-accordion-open{transform:rotate(180deg)}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-data-container .survey-report-accordion-content{display:none;margin-top:16px}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-data-container .survey-report-accordion-content.show{display:block}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-data-container .insights-based-on-data-title{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size20);font-weight:var(--font-weight-700);line-height:var(--line-height-per-120)}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-data-container .insights-based-on-data-content{overflow:hidden;margin-top:16px;max-height:160px;color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size14);font-weight:var(--font-weight-400);line-height:var(--line-height-per-120);transition:max-height .3s ease}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-data-container .insights-based-on-data-content.expanded{max-height:200px;overflow-y:auto}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-data-container .insights-based-on-data-content.expanded::-webkit-scrollbar{width:10px}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-data-container .insights-based-on-data-content.expanded::-webkit-scrollbar-thumb{background:#c2bebe}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-data-container .insights-based-on-data-content .insight{margin-bottom:10px}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-data-container .view-more2{color:red;cursor:pointer;display:none;position:relative}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-data-container .view-more2.expanded{display:none}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-data-container .view-more2.collapsible{display:block}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-data-container .insights-based-on-data-disclaimer{margin-top:12px;color:#000;font-family:var(--font-tstar-regular);font-size:12px;font-style:normal;font-weight:400;line-height:100%}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .insights-based-on-data-container .insights-based-on-data-disclaimer p{margin:0}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row{position:relative}
@media screen and (max-width:767px){.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row{width:100%}
}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row{height:100%;width:100%;display:flex;border-radius:12px;box-sizing:border-box}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1{background:#f1f1f1;padding:24px;border-radius:12px;box-sizing:border-box;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between}
@media screen and (max-width:767px){.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1{padding:24px 16px 16px 16px}
}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-report-accordion-header{display:flex;align-items:center;justify-content:space-between}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-report-accordion-header .accodion-dropdown-icon{width:32px;height:32px;flex-shrink:0;cursor:pointer}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-report-accordion-header .accodion-dropdown-icon.survey-accordion-open{transform:rotate(180deg)}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-report-accordion-content{display:none}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-report-accordion-content.show{display:block}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-genai-head-title{font-family:var(--font-transducer);font-size:21px;font-weight:700;line-height:24px;letter-spacing:-0.02em;text-align:left;margin:0}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-divider-row{width:100%;border:1px solid #000;opacity:20%;margin-top:22px;margin-bottom:4px}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-toggle{display:flex;flex-direction:row-reverse;margin-bottom:4px}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-toggle .survey-gen-ai-toggle-container{display:flex;align-items:center;gap:8px;padding:4px 4px 4px 8px;background-color:var(--text-color-white);border-radius:24px;width:fit-content}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-toggle .survey-gen-ai-toggle-container .survey-gen-ai-toggle-label{color:var(--text-color-title-black);font-family:var(--font-tstar-medium);font-weight:var(--font-weight-500);font-size:var(--font-size14);line-height:var(--line-height-per-120);letter-spacing:.75px;margin:0}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-toggle .survey-gen-ai-toggle-container .btn-toggle{padding:0;position:relative;border:0;height:24px;width:48px;border-radius:24px;color:#6b7381;background:#bdc1c8;flex-shrink:0}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-toggle .survey-gen-ai-toggle-container .btn-toggle::before,.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-toggle .survey-gen-ai-toggle-container .btn-toggle::after{color:var(--text-color-white);font-family:var(--font-tstar-medium);font-weight:var(--font-weight-500);font-size:var(--font-size12);line-height:var(--line-height-24);text-transform:uppercase;letter-spacing:.75px;position:absolute;bottom:0;left:6px;width:38px;transition:opacity .25s}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-toggle .survey-gen-ai-toggle-container .btn-toggle::before{content:'Off';text-align:right}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-toggle .survey-gen-ai-toggle-container .btn-toggle::after{content:'On';text-align:left;right:-8px;opacity:0}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-toggle .survey-gen-ai-toggle-container .btn-toggle .handle{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:var(--text-color-white);transition:left .25s}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-toggle .survey-gen-ai-toggle-container .btn-toggle.active{background-color:#29b5a8;transition:background-color .25s}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-toggle .survey-gen-ai-toggle-container .btn-toggle.active::before{opacity:0}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-toggle .survey-gen-ai-toggle-container .btn-toggle.active::after{opacity:1}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-toggle .survey-gen-ai-toggle-container .btn-toggle.active .handle{left:27px;transition:left .25s}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .search-results-text{color:#000;opacity:60%;font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-weight:var(--font-weight-700);line-height:var(--line-height-per-120);margin-bottom:12px}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-chat-container{box-sizing:border-box;overflow-y:scroll;width:100%;height:210px;display:flex;flex-direction:column}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-chat-container::-webkit-scrollbar{width:10px}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-chat-container::-webkit-scrollbar-thumb{background:#c2bebe}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-chat-container .gen-ai-chat-container{display:flex;justify-content:space-between;align-items:center}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-chat-container .gen-ai-chat-container .gen-ai-chat-response-container{display:flex;flex-direction:column;flex:1}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-chat-container .gen-ai-chat-container .power-bi-chat-question{color:#000;font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-weight:var(--font-weight-700);line-height:var(--line-height-per-120);margin-bottom:10px}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-chat-container .gen-ai-chat-container .power-bi-chat-response{color:#000;font-family:var(--font-tstar-regular);font-size:var(--font-size14);font-weight:var(--font-weight-400);line-height:var(--line-height-per-14);margin-bottom:8px}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-chat-container .gen-ai-chat-container .power-bi-chat-response .power-bi-chat-response-item{margin:0 0 8px}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-chat-container .gen-ai-chat-container .power-bi-chat-response .power-bi-chat-response-item:last-child{margin:0}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-chat-container .gen-ai-chat-container .gen-ai-copy-text-icon{height:32px;width:32px;cursor:pointer}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-prompt-row{display:flex;gap:18px;margin-top:12px}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-prompt-row .survey-genai-prompt-col-1{width:-webkit-fill-available}
@media screen and (max-width:950px){.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-prompt-row .survey-genai-prompt-col-1{width:100%}
}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-prompt-row .survey-genai-prompt-col-1 .survey-genai-prompt-col-1-input{width:100%;border:0;outline:0;background:#fff;padding:14px 16px;color:#000;font-family:var(--font-tstar-regular);font-size:16px;font-style:normal;font-weight:400;border-radius:10px;line-height:22px;overflow-y:hidden;resize:none}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-prompt-row .survey-genai-prompt-col-1 .survey-genai-prompt-col-1-input::placeholder{color:rgba(0,0,0,0.34);opacity:1;font-size:16px;font-family:var(--font-tstar-bold);font-weight:700;line-height:16px}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-prompt-row .survey-genai-prompt-col-1 .survey-genai-prompt-col-1-input::-ms-input-placeholder{color:rgba(0,0,0,0.34);font-size:16px;font-family:var(--font-tstar-bold);font-weight:700;line-height:16px}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-prompt-row .survey-genai-prompt-col-1 .survey-genai-prompt-col-1-input:read-only{color:rgba(0,0,0,0.34);font-family:var(--font-tstar-bold);font-size:16px;font-weight:700;line-height:16px}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-prompt-row .survey-genai-prompt-disclaimer{color:#000;font-family:var(--font-tstar-regular);font-size:12px;font-style:normal;font-weight:400;line-height:100%}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-prompt-row .survey-genai-prompt-disclaimer p{margin:0}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-btn-row{display:flex}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-btn-row .survey-gen-ai-generate-input-btn{display:flex;justify-content:center;align-items:center;outline:0;border:0;background:#d9d9d9;height:48px;min-width:50px;border-radius:10px}
@media screen and (max-width:767px){.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-btn-row .survey-gen-ai-generate-input-btn:active{background-color:#000}
}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .survey-gen-ai-inner-popup-row .survey-gen-ai-inner-col-1 .survey-gen-ai-generate-btn-row .survey-gen-ai-generate-input-btn .survey-genai-generate-label{color:#fdfdfd;font-family:var(--font-transducer);font-size:14px;font-style:normal;font-weight:500;line-height:100%;letter-spacing:.14px}
.survey-powerbi-report .survey-report-scoll-top-animation .survey-report-insights-container .survey-report-insights-container-right .survey-gen-ai-popup-row .loader-container{position:absolute;height:100%}
.report-popup{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,0.7)}
@media screen and (max-width:767px){.report-popup{left:0;bottom:0}
}
.report-popup-content{width:90%;display:flex;flex-direction:column;justify-content:center;height:-webkit-fill-available;position:relative;margin:20px auto;max-width:1200px}
@media screen and (max-width:767px){.report-popup-content{width:95%}
}
.report-container-popup{height:90%}
@media screen and (max-width:767px){.report-container-popup{height:350px}
}
.close-btn{position:relative;display:flex;flex-direction:row-reverse;color:#FFF;font-size:30px;cursor:pointer;z-index:1000}
.loader-container{position:fixed;display:flex;justify-content:center;align-items:center;height:100vh;width:100%;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.25)}
.loader-container .loader{border:4px solid var(--border-color-gray-2);border-top:4px solid var(--text-color-danger-red);border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}
@keyframes spin{0{transform:rotate(0)}
100%{transform:rotate(360deg)}
}
.confirmation-popup{width:100%;height:100%;top:0;left:0;position:fixed;display:none;flex-direction:row;justify-content:center;align-items:center;background:rgba(0,0,0,0.25)}
.confirmation-popup .msg-popup-container{width:min-content;height:min-content;padding:24px 40px;display:flex;flex-direction:column;align-items:center;gap:24px;background-color:white;border-radius:8px}
.confirmation-popup .msg-popup-container span{color:black;font-family:var(--font-transducer);font-size:24px;font-weight:700;line-height:24px;text-align:left}
.confirmation-popup .msg-popup-container p{font-family:var(--font-tstar-regular);font-size:16px;font-weight:400;line-height:19.2px;text-align:center;width:268px}
.confirmation-popup .msg-popup-container button{width:100px;height:40px;border-radius:5px;color:white;background:#ff0101}
body{margin:0}
body.no-scroll{overflow:hidden}
.ui-datepicker.survey-portal-date-picker-ui{box-shadow:0 10px 25px 0 rgba(0,0,0,0.05);background:#FFF;padding:34px 16px 16px 16px}
.ui-datepicker.survey-portal-date-picker-ui .ui-widget-header{border:0;background:#FFF;padding:0;margin-bottom:16px}
.ui-datepicker.survey-portal-date-picker-ui .ui-widget-header .ui-datepicker-prev,.ui-datepicker.survey-portal-date-picker-ui .ui-widget-header .ui-datepicker-next{display:none !important}
.ui-datepicker.survey-portal-date-picker-ui .ui-widget-header .ui-datepicker-title{margin:0;display:flex;justify-content:space-evenly}
.ui-datepicker.survey-portal-date-picker-ui .ui-widget-header .ui-datepicker-title .ui-datepicker-month,.ui-datepicker.survey-portal-date-picker-ui .ui-widget-header .ui-datepicker-title .ui-datepicker-year{font-family:var(--font-tstar-bold);font-size:20px;font-weight:700;line-height:20px;text-align:left;max-width:116px;border:0}
.ui-datepicker.survey-portal-date-picker-ui .ui-widget-header .ui-datepicker-title .ui-datepicker-year:focus-visible,.ui-datepicker.survey-portal-date-picker-ui .ui-widget-header .ui-datepicker-title .ui-datepicker-month:focus-visible{outline:0;box-shadow:none}
.ui-datepicker.survey-portal-date-picker-ui .ui-datepicker-calendar thead tr th span{font-family:var(--font-robotocondensed-regular);font-size:16px;font-weight:400;line-height:24px;letter-spacing:.5px;text-align:center;color:var(--text-color-type-gray-3)}
.ui-datepicker.survey-portal-date-picker-ui .ui-datepicker-calendar tbody{margin-top:12px}
.ui-datepicker.survey-portal-date-picker-ui .ui-datepicker-calendar tbody tr{margin-bottom:8px}
.ui-datepicker.survey-portal-date-picker-ui .ui-datepicker-calendar tbody tr td{height:48px;padding:0}
.ui-datepicker.survey-portal-date-picker-ui .ui-datepicker-calendar tbody tr td .ui-state-default{font-family:var(--font-robotocondensed-regular);font-size:16px;font-weight:400;line-height:24px;letter-spacing:.5px;text-align:center;height:46px;width:100%;border:0;padding:0;display:flex;align-items:center;justify-content:center;background:#f6f6f6;color:#1c94c4}
.ui-datepicker.survey-portal-date-picker-ui .ui-datepicker-calendar tbody tr td a.ui-state-default{color:#000;background-color:#FFF}
.ui-datepicker.survey-portal-date-picker-ui .ui-datepicker-calendar tbody tr td a.ui-state-active{background-color:#F00;color:#fff;border-radius:50%}
.ui-datepicker.survey-portal-date-picker-ui.date-picker-color-ui .ui-datepicker-calendar tbody tr td.ui-datepicker-bg-color a.ui-state-default{background-color:#ffe5e5}
.ui-datepicker.survey-portal-date-picker-ui.date-picker-color-ui .ui-datepicker-calendar tbody tr td.ui-datepicker-bg-color a.ui-state-active{background-color:#F00;position:relative}
.ui-datepicker.survey-portal-date-picker-ui.date-picker-color-ui .ui-datepicker-calendar tbody tr td.ui-datepicker-bg-color a.ui-state-active::after{content:'';width:50%;height:46px;display:inline-block;background-color:#ffe5e5;position:absolute;top:0;z-index:-1}
.ui-datepicker.survey-portal-date-picker-ui.date-picker-color-ui .ui-datepicker-calendar tbody tr td.ui-datepicker-bg-color a.ui-state-start-active::after{right:0}
.ui-datepicker.survey-portal-date-picker-ui.date-picker-color-ui .ui-datepicker-calendar tbody tr td.ui-datepicker-bg-color a.ui-state-start-active.ui-state-end-day::after{content:none}
.ui-datepicker.survey-portal-date-picker-ui.date-picker-color-ui .ui-datepicker-calendar tbody tr td.ui-datepicker-bg-color a.ui-state-end-active::after{left:0}
.ui-datepicker.survey-portal-date-picker-ui.date-picker-color-ui .ui-datepicker-calendar tbody tr td.ui-datepicker-bg-color a.ui-state-end-active.ui-state-start-day::after{content:none}
.ui-datepicker.survey-portal-date-picker-ui.date-picker-color-ui .ui-datepicker-calendar tbody tr td.ui-datepicker-bg-color a.ui-state-end-active.ui-state-start-active::after{content:none}
.ui-datepicker.survey-portal-date-picker-ui.date-picker-color-ui .ui-datepicker-calendar tbody tr td.ui-datepicker-bg-color.ui-datepicker-week-end:nth-child(1) a.ui-state-default:not(.ui-state-active){border-radius:50% 0 0 50%}
.ui-datepicker.survey-portal-date-picker-ui.date-picker-color-ui .ui-datepicker-calendar tbody tr td.ui-datepicker-bg-color.ui-datepicker-week-end:nth-child(1) a.ui-state-default.ui-state-end-active::after{content:none}
.ui-datepicker.survey-portal-date-picker-ui.date-picker-color-ui .ui-datepicker-calendar tbody tr td.ui-datepicker-bg-color.ui-datepicker-week-end:last-child a.ui-state-default:not(.ui-state-active){border-radius:0 50% 50% 0}
.ui-datepicker.survey-portal-date-picker-ui.date-picker-color-ui .ui-datepicker-calendar tbody tr td.ui-datepicker-bg-color.ui-datepicker-week-end:last-child a.ui-state-default.ui-state-start-active::after{content:none}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation{visibility:hidden;opacity:0;transform:translateY(2%);padding:0 108px 40px}
@media screen and (max-width:950px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation{padding:40px 16px 24px}
}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation{padding:0}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation.is-moved{visibility:visible;opacity:1;transition:all 1s ease-in}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-banner-container{padding:48px 0 24px 56px;height:285px;width:100%;border-radius:25px;background-size:100% 100% !important;background-position:bottom !important;background-color:var(--bg-color-black)}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-banner-container{border-radius:0;padding:40px 135px 32px 27px;height:269px}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-banner-container .survey-add-new-survey-banner-para .survey-add-new-survey-banner-title{color:var(--text-color-white);font-feature-settings:"clig" off,"liga" off;font-family:var(--font-transducer);font-size:var(--font-size60);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);text-transform:capitalize}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-banner-container .survey-add-new-survey-banner-para .survey-add-new-survey-banner-title{font-size:var(--font-size30);font-weight:var(--font-weight-500)}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-banner-container .survey-add-new-survey-banner-para .survey-add-new-survey-banner-title p{margin:0}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-banner-container .survey-add-new-survey-banner-para .survey-add-new-survey-banner-description{margin:16px 0 24px 0;color:var(--text-color-white);font-family:var(--font-tstar-regular);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100)}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-banner-container .survey-add-new-survey-banner-para .survey-add-new-survey-banner-description{margin:56px 0 0;line-height:var(--line-height-per-120)}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-banner-container .survey-add-new-survey-banner-para .survey-add-new-survey-banner-description p{margin:0;font-size:var(--font-size16) !important}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container{margin-top:24px}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container{padding:16px;margin-top:-32px;background-color:var(--text-color-white);border-top-left-radius:20px;border-top-right-radius:20px}
}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container,.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container-mob{display:none}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container .survey-add-new-progress-head-list,.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container-mob .survey-add-new-progress-head-list{list-style-type:none;display:flex;justify-content:space-between;color:var(--text-color-type-gray-2)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container .survey-add-new-progress-head-list .survey-add-new-progress-head-step,.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container-mob .survey-add-new-progress-head-list .survey-add-new-progress-head-step{flex:initial;font-weight:bold;position:relative}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container .survey-add-new-progress-head-list .survey-add-new-progress-head-step .survey-add-new-label,.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container-mob .survey-add-new-progress-head-list .survey-add-new-progress-head-step .survey-add-new-label{color:var(--text-color-type-gray-2);font-family:var(--font-transducer);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-100);letter-spacing:-0.32px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container .survey-add-new-progress-head-list .survey-add-new-progress-head-step .survey-add-new-label-num,.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container-mob .survey-add-new-progress-head-list .survey-add-new-progress-head-step .survey-add-new-label-num{color:var(--text-color-type-gray-2);font-family:var(--font-transducer);font-size:var(--font-size48);font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);letter-spacing:-0.02em;text-align:left}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container .survey-add-new-progress-head-list .survey-add-new-progress-head-step.active,.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container-mob .survey-add-new-progress-head-list .survey-add-new-progress-head-step.active{margin-left:0}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container .survey-add-new-progress-head-list .survey-add-new-progress-head-step.active .survey-add-new-label,.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container-mob .survey-add-new-progress-head-list .survey-add-new-progress-head-step.active .survey-add-new-label{color:var(--text-color-title-black)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container .survey-add-new-progress-head-list .survey-add-new-progress-head-step.active .survey-add-new-label-num,.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container-mob .survey-add-new-progress-head-list .survey-add-new-progress-head-step.active .survey-add-new-label-num{color:var(--text-color-title-black)}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container .survey-add-new-progress-head-list .survey-add-new-progress-head-step.active .survey-add-new-label-num,.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container-mob .survey-add-new-progress-head-list .survey-add-new-progress-head-step.active .survey-add-new-label-num{font-weight:var(--font-weight-500)}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container .survey-add-new-progress,.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container-mob .survey-add-new-progress{height:4px;background-color:var(--text-color-type-gray-2);border-radius:5px;overflow:hidden;margin:8px 0 16px 0}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container .survey-add-new-progress .survey-add-new-progress-bar,.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container-mob .survey-add-new-progress .survey-add-new-progress-bar{background:linear-gradient(90deg,#fed3d3 0,#f00 100%);width:0;height:100%;transition:width .4s ease-in-out}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container-mob{display:none}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container-mob{display:block}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container-mob .survey-add-new-progress-head-list .survey-add-new-progress-head-step:last-child{text-align:end}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-head-container-mob .survey-add-new-progress .survey-add-new-progress-bar{background:var(--bg-color-red)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container{margin-top:24px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field{border:0;width:100%;display:block}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content{padding:48px 40px 66px 40px;border-radius:20px;background:var(--bg-color-gray-1);margin-bottom:24px;gap:16px}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content{padding:24px 16px}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-input-container{display:flex;flex-direction:column}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-input-container{width:100%}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-input-container .survey-add-new-input-label{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-100)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-input-container label{margin-bottom:0}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-input-container .survey-add-new-input-field{color:var(--text-color-title-black) !important;font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);margin:16px 0 0;border-radius:5px;outline:0;padding:16px 24px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-input-container #surveyStartDate::-webkit-calendar-picker-indicator{cursor:pointer}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-input-container #surveyEndDate::-webkit-calendar-picker-indicator{cursor:pointer}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-input-container .dropdown-error{border:1px solid red;color:var(--Black,#000) !important}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-input-container .survey-add-new-errorMsg{display:none;color:var(--text-color-title-red);font-family:var(--font-tstar-bold);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);margin-top:9px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-input-container .survey-name-success-msg{font-family:var(--font-tstar-bold);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);margin-top:9px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-input-container .show{display:block}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .input-icon-wrapper{display:flex;flex-direction:row;align-items:center;margin:16px 0 0;width:371px}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .input-icon-wrapper{width:100%}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .input-icon-wrapper .file-upload-input{width:371px;height:48px;flex-shrink:0;border-radius:10px;background:var(--text-color-white);border:0;padding:0 48px 0 16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .input-icon-wrapper .file-upload-input{width:100%;padding-right:65px}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .input-icon-wrapper .dropdown-error{border:1px solid red;color:var(--Black,#000) !important}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .input-icon-wrapper .file-upload-input::placeholder{padding:16px 24px;color:rgba(0,0,0,0.34);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .input-icon-wrapper .upload-excel-template{background:var(--bg-color-gray-1);border:0;border-radius:16px;width:24px;height:24px;margin-left:-48px;display:flex;justify-content:center;align-items:center}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .download-excel-template{margin-top:34px;height:40px;display:flex;flex-direction:row;align-items:center;gap:8px;background:var(--text-color-white);border:0;border-radius:16px;padding:8px 16px 8px 32px;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size12);font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);cursor:pointer;width:min-content;white-space:nowrap}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .download-excel-template{font-size:var(--font-size14);margin-top:0;justify-content:space-between;padding:12px 16px;width:100%}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .download-excel-template a{text-decoration:none;color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size12);display:flex;align-items:center;gap:8px}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .download-excel-template a{font-size:var(--font-size14)}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .download-excel-template img{width:24px;height:24px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .download-excel-template svg{display:none}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .download-excel-template:hover{color:var(--text-color-white);background-color:#000}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .download-excel-template:hover img{display:none}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .download-excel-template:hover svg{display:inline-block;background-color:#000}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .download-excel-template:hover span,.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .download-excel-template:hover a{color:var(--text-color-white)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1{display:flex;flex-direction:column}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-1{display:flex;justify-content:end}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-1{margin-bottom:24px}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-1 .survey-add-new-save-my-draft-btn{padding:8px 24px 8px 8px;display:flex;align-items:center;height:28px;border-radius:100px;background:var(--text-color-white);border:0;outline:0;gap:6px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-1 .survey-add-new-save-my-draft-btn .survey-add-new-save-my-draft-btn-img{width:24px;height:24px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-1 .survey-add-new-save-my-draft-btn span{color:var(--text-color-title-black);text-align:right;font-family:var(--font-tstar-regular);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);text-decoration:none}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-distribution-channel{margin-top:unset !important}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2{display:flex;column-gap:16px;margin-top:48px}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2{flex-direction:column;row-gap:24px}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container{display:flex;flex-direction:column;width:32.5%}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container{width:100%}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survey-add-new-input-label{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-100)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .distribution-channel-title-container{display:flex;align-items:center;gap:8px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .comms-name{margin-top:16px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimate-hover-icon{width:16px;height:16px;cursor:pointer}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-popup{position:absolute;left:23%;display:none;width:390px;padding:24px;border-radius:2px;box-shadow:3px 7px 23px rgba(0,0,0,0.1);background-color:#fff;z-index:1000}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-popup{width:360px;left:33px;bottom:-206px}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-title-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-title-container h3{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-close-btn-container{position:absolute;top:16px;right:24px;cursor:pointer}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-close-btn{height:20px;width:20px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-description{color:var(--text-color-title-black);opacity:80%;font-family:var(--font-tstar-regular);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);margin-bottom:16px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container table{width:100%;border-collapse:collapse;border-style:hidden;box-shadow:0 0 0 1px #d9d9d9;margin-bottom:20px;border-radius:12px;overflow:hidden}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container table th,.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container table td{text-align:left;padding-left:20px;padding-top:12px;padding-bottom:12px;border:1px solid #ddd;font-size:14px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container table th{background-color:#f1f1f1;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-900)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .distribution-channel-name{color:#363636;font-family:var(--font-tstar-regular);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-400)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .distribution-channel-cost{color:#4f4f4f;font-family:var(--font-tstar-regular);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .distribution-channel-whatsapp{background-color:#f9f9f9}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-title{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);margin-bottom:24px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .number-of-messages-container{margin-bottom:20px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .number-of-messages-container label{display:block;margin-bottom:12px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .number-of-messages-container input,.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .number-of-messages-container select{border:0;width:100%;padding:10px;height:48px;border-radius:8px;background-color:#f5f5f5;font-size:14px;color:#666}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .total-estimated-price-container{display:flex;align-items:baseline;justify-content:space-between}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .total-estimated-price-container label{color:var(--text-color-title-black);opacity:70%;font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .total-estimated-price-container .total-price-estimate{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size24);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survey-add-new-input-field{color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);margin:16px 0 0;border:0;border-radius:5px;outline:0;padding:0 24px;height:48px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .dropdown-error{border:1px solid red;color:var(--Black,#000) !important}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container{position:relative;display:flex;margin:16px 0 0;gap:16px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .survey-dropdown-btn{background:transparent;cursor:pointer;align-items:center;width:-webkit-fill-available;min-height:48px;background:var(--text-color-white);border:0;outline:0;padding:0 24px 0 24px;display:flex;justify-content:space-between;border-radius:5px;color:#000;font-weight:700}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .survey-dropdown-btn{width:100%}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .survey-dropdown-btn .arrow-icon{margin-left:5px;transition:transform .3s ease;width:24px;height:24px;flex-shrink:0}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .survey-dropdown-btn[aria-expanded="true"] .arrow-icon{transform:rotate(180deg)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .dropdown-error{border:1px solid red;color:var(--Black,#000) !important}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .survey-list-unstyled{display:none;position:absolute;background-color:var(--text-color-white);list-style:none;padding:0;margin:0;border:1px solid var(--border-color-gray-3);width:100%;z-index:1;outline:0;border-radius:10px;margin-top:68px;padding-bottom:16px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .survey-list-unstyled input[type="checkbox"]{margin-right:8px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .survey-list-unstyled input[type="checkbox"]:checked{accent-color:var(--text-color-danger-red)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .survey-list-unstyled li{padding:16px 24px 0 24px;cursor:pointer}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .survey-list-unstyled li svg{margin-right:8px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .survey-list-unstyled li .filled{display:none}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .survey-list-unstyled li .unfilled{display:inline-block}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .survey-list-unstyled li.active .unfilled{display:none}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .survey-list-unstyled li.active .filled{display:inline-block}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .survey-list-unstyled .distribution-channel-button-container{display:flex;flex-direction:row;gap:16px;padding:16px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .survey-list-unstyled .distribution-channel-button-container .distribution-channel-button-ok,.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .survey-list-unstyled .distribution-channel-button-container .distribution-channel-button-cancel{flex:1;border-radius:5px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survery-dropdown-container .show{display:block}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-dropdown-container{position:relative;display:flex;flex-direction:column;margin:16px 0 24px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-dropdown-btn{border:0;cursor:pointer;display:flex;align-items:center;min-height:48px;background:#f2f2f2;padding:0 24px;justify-content:space-between;border-radius:10px}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-dropdown-btn{width:100%}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .arrow-icon{margin-left:5px;transition:transform .3s ease;width:24px;height:24px;flex-shrink:0}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-dropdown-btn[aria-expanded="true"] .arrow-icon{transform:rotate(180deg)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .dropdown-error{border:1px solid red;color:var(--Black,#000) !important}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-list-unstyled{display:none;position:absolute;background-color:#f2f2f2;list-style:none;padding:0;margin:0;border:1px solid var(--border-color-gray-3);border-top:0;width:100%;z-index:1;outline:0;border:0;border-radius:10px;margin-top:68px;padding-bottom:16px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-list-unstyled.show{display:block}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-list-unstyled input[type="checkbox"]{margin-right:8px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-list-unstyled input[type="checkbox"]:checked{accent-color:red}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-list-unstyled li{padding:16px 24px 0 24px;cursor:pointer}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-list-unstyled li.active .unfilled{display:none}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-list-unstyled li.active .filled{display:inline-block}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .selected-item{background:#e0e0e0;padding:2px 8px;height:24px;border-radius:5px;display:inline-flex;align-items:center;margin-right:8px;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-700)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .selected-item .close-btn{background:0;border:0;color:white;margin-left:8px;cursor:pointer}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .cost-estimator-dropdown-label{color:rgba(0,0,0,0.5);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-add-new-input-container .survey-add-new-errorMsg{color:var(--text-color-title-red);font-family:var(--font-tstar-bold);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);margin-top:9px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-start-date-container,.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-end-date-container{position:relative}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-start-date-container .ui-datepicker-trigger,.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-end-date-container .ui-datepicker-trigger{position:absolute;height:48px;width:48px;top:30px;right:0;display:flex;align-items:center;justify-content:center;color:#ccc;background:transparent}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-start-date-container .ui-datepicker-trigger .input-icon,.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-2 .survey-end-date-container .ui-datepicker-trigger .input-icon{width:24px;height:24px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-separator-line{border:1px solid #e1e1e1;margin:27px 0 32px 0}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .communcation-details-block .communcation-details-container{display:flex;width:67%;gap:16px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .communcation-details-block .survey-add-new-input-container{width:100%}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .communcation-details-block .communcation-details-new-input-label{color:var(--Black,#000);font-size:15px;font-style:normal;font-weight:700;margin-bottom:32px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .communcation-details-block .survery-dropdown-container-step-2{position:relative;display:flex;flex-direction:column;gap:16px;margin:16px 0 0}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .communcation-details-block .survery-dropdown-container-step-2 .survey-dropdown-btn-step-2{background:transparent;cursor:pointer;align-items:center;height:48px;background:var(--text-color-white);border:0;outline:0;padding:0 24px 0 24px;display:flex;justify-content:space-between;border-radius:10px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .communcation-details-block .survery-dropdown-container-step-2 .survey-dropdown-btn-step-2 .suvery-dropdown-label-step-2{color:rgba(0,0,0,0.32);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100)}
@media screen and (min-width:768px) and (max-width:1200px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .communcation-details-block .survery-dropdown-container-step-2 .survey-dropdown-btn-step-2 .suvery-dropdown-label-step-2{width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .communcation-details-block .survery-dropdown-container-step-2 .survey-dropdown-btn-step-2 .arrow-icon{margin-left:5px;width:24px;height:24px;transition:transform .3s ease;flex-shrink:0}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .communcation-details-block .survery-dropdown-container-step-2 .survey-dropdown-btn-step-2[aria-expanded="true"] .arrow-icon{transform:rotate(180deg)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .communcation-details-block .survery-dropdown-container-step-2 .dropdown-error{border:1px solid red;color:var(--Black,#000) !important}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .communcation-details-block .survery-dropdown-container-step-2 .survey-list-unstyled-step-2{display:none;position:absolute;background-color:var(--text-color-white);list-style:none;padding:0;margin:0;border:1px solid var(--border-color-gray-3);border-top:0;width:100%;z-index:1;outline:0;border:0;border-radius:10px;margin-top:64px;padding:8px 0 41px 0}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .communcation-details-block .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li{padding:16px 24px 0 16px;display:flex;cursor:pointer}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .communcation-details-block .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li svg{margin-right:8px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .communcation-details-block .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li .filled{display:none}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .communcation-details-block .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li .unfilled{display:inline-block}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .communcation-details-block .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li .survey-dropdown-option-btn-step-2{outline:0;background:transparent;border:0;display:flex;align-items:center;cursor:pointer}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .communcation-details-block .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li .survey-dropdown-option-btn-step-2 .survey-dropdown-option-btn-label-step-2{color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .communcation-details-block .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li .survey-dropdown-option-btn-list-step-2{outline:0;width:100%;background:transparent;border:0;display:flex;align-items:center;padding:0;cursor:pointer;white-space:nowrap}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .communcation-details-block .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li .survey-dropdown-option-btn-list-step-2 .survey-dropdown-option-btn-list-icon-step-2{width:24px;height:24px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .communcation-details-block .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li .survey-dropdown-option-btn-list-step-2 .survey-dropdown-option-btn-list-label-step-2{margin-left:16px;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100)}
@media screen and (min-width:768px) and (max-width:1130px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .communcation-details-block .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li .survey-dropdown-option-btn-list-step-2 .survey-dropdown-option-btn-list-label-step-2{margin-left:0;width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .communcation-details-block .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li .survey-dropdown-option-btn-list-label-step-2{margin-left:16px;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:24px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .communcation-details-block .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li .survey-dropdown-option-view-btn-step-2{cursor:pointer;border-radius:38px;background:var(--bg-template-gray-1);color:var(--text-color-title-black);text-align:right;font-family:var(--font-tstar-bold);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-140);outline:0;border:0;width:56px;height:24px;padding:4px 16px 3px 16px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .communcation-details-block .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li:first-child{padding-bottom:0}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .communcation-details-block .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li.active .unfilled{display:none}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .communcation-details-block .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li.active .filled{display:inline-block}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .communcation-details-block .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 hr{margin:1rem 1.5rem 0 1.5rem;border-top:1px solid #d9d9d9}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .communcation-details-block .survery-dropdown-container-step-2 .show{display:block}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-3{display:flex;margin-top:48px}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-3{margin:24px 0}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-3.survey-add-new-row-2{margin-bottom:0}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-3 .survey-add-new-input-container{display:flex;flex-direction:column;width:100%;max-width:757px}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-3 .survey-add-new-input-container{max-width:unset}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-3 .survey-add-new-input-container .survey-add-new-input-label{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-100)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-3 .survey-add-new-input-container .survey-add-new-input-textarea{margin-top:18px;padding:0;border:0;border-radius:10px;height:142px;padding:32px 74px 31px 24px;outline:0;color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-140)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-3 .survey-add-new-input-container .survery-dropdown-container .survey-dropdown-btn{width:100%}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-1 .survey-add-new-row-container .survey-add-new-row-3 .survey-add-new-input-container .dropdown-error{border:1px solid red;color:var(--Black,#000) !important}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-row-container .survey-add-new-row-1{display:flex;justify-content:end}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-row-container .survey-add-new-row-1{margin-bottom:24px}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-row-container .survey-add-new-row-1 .survey-add-new-save-my-draft-btn{padding:8px 24px 8px 8px;display:flex;align-items:center;height:28px;border-radius:100px;background:var(--text-color-white);border:0;outline:0}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-row-container .survey-add-new-row-1 .survey-add-new-save-my-draft-btn .survey-add-new-save-my-draft-btn-img{width:24px;height:24px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-row-container .survey-add-new-row-1 .survey-add-new-save-my-draft-btn svg{display:none}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-row-container .survey-add-new-row-1 .survey-add-new-save-my-draft-btn span{color:var(--text-color-title-black);text-align:right;font-family:var(--font-tstar-regular);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);text-decoration:none}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-row-container .survey-add-new-row-1 .survey-add-new-save-my-draft-btn:hover{color:var(--text-color-white);background-color:#000}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-row-container .survey-add-new-row-1 .survey-add-new-save-my-draft-btn:hover .survey-add-new-save-my-draft-btn-img{display:none}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-row-container .survey-add-new-row-1 .survey-add-new-save-my-draft-btn:hover svg{display:inline-block;background-color:#000}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .survey-add-new-row-container .survey-add-new-row-1 .survey-add-new-save-my-draft-btn:hover span{color:var(--text-color-white)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2{display:flex;flex-direction:column}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row{display:flex;flex-wrap:wrap;row-gap:24px;column-gap:16px}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row{flex-direction:column;row-gap:24px}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container{display:flex;flex-direction:column;width:341px}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container{width:100%}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container .survey-add-new-input-label{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-100)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container .survey-add-new-input-field{background:white;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);margin:16px 0 0;border:0;border-radius:5px;outline:0;padding:0 38px 0 24px;height:48px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container .dropdown-error{border:1px solid red;color:var(--Black,#000) !important}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container .survey-add-new-errorMsg{color:var(--text-color-title-red);font-family:var(--font-tstar-bold);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);margin-top:9px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover{position:relative}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container{position:absolute;height:48px;width:48px;top:30px;right:0;display:flex;align-items:center;justify-content:center}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container.survey-info-icon-popup-overlay::before{content:'';position:fixed;top:0;left:0;display:block;width:100%;height:100%;background-color:rgba(0,0,0,0.25);z-index:10}
}
@media screen and (min-width:768px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container:hover .suvery-info-icon-hover-popup{display:block}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .survey-add-new-info-icon{width:20px;height:auto;cursor:pointer}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup{position:absolute;background:#fff;display:none;top:0;left:95%;z-index:1000;width:228px;height:auto;padding:16px 25px 16px 20px}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup{left:unset;right:0;top:48px;width:calc(100vw - 64px);padding:16px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup::before{content:"";width:25px;height:22px;display:block;background-color:var(--text-color-white);clip-path:polygon(50% 50%,100% 100%,0 100%);position:absolute;top:-20px;right:12px}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .survey-info-popup-close{display:none;width:40px;height:40px;position:absolute;top:4px;right:8px}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .survey-info-popup-close{display:block;cursor:pointer}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container h2{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-140)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-content p{color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-140)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-content .suvery-info-icon-hover-popup-para{display:none}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-content .suvery-info-icon-hover-popup-para.active{display:block}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-container{display:flex;justify-content:space-between;align-items:center;margin:0 -8px}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-container{margin:0}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-container button{height:24px;display:flex;align-items:center;background:transparent;border:0;outline:0}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-container button .suvery-info-icon-hover-prev-btn-label,.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-container button .suvery-info-icon-hover-next-btn-label{color:#ff0101;font-family:var(--font-transducer);font-size:12px;font-style:normal;font-weight:400;line-height:100%}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-container button svg{width:24px;height:24px;flex-shrink:0}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-container button svg path{stroke:#ff0101}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-container button[disabled] .suvery-info-icon-hover-prev-btn-label,.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-container button[disabled] .suvery-info-icon-hover-next-btn-label{color:#adadad}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survey-add-new-input-container.survey-add-new-input-hover .survey-add-new-svg-pop-container .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-container button[disabled] svg path{stroke:#adadad}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2{position:relative;display:flex;flex-direction:column;gap:16px;margin:16px 0 0}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-dropdown-btn-step-2{background:transparent;cursor:pointer;align-items:center;height:48px;background:var(--text-color-white);border:0;outline:0;padding:0 24px 0 24px;display:flex;justify-content:space-between;border-radius:10px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-dropdown-btn-step-2 .suvery-dropdown-label-step-2{color:rgba(0,0,0,0.32);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100)}
@media screen and (min-width:768px) and (max-width:1200px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-dropdown-btn-step-2 .suvery-dropdown-label-step-2{width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-dropdown-btn-step-2 .arrow-icon{margin-left:5px;width:24px;height:24px;transition:transform .3s ease;flex-shrink:0}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-dropdown-btn-step-2[aria-expanded="true"] .arrow-icon{transform:rotate(180deg)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .dropdown-error{border:1px solid red}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-list-unstyled-step-2{display:none;position:absolute;background-color:var(--text-color-white);list-style:none;padding:0;margin:0;border:1px solid var(--border-color-gray-3);width:100%;z-index:1;outline:0;border-radius:10px;margin-top:64px;padding:8px 0 41px 0;height:200px;overflow-y:scroll;overflow-x:hidden}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li{padding:16px 24px 0 16px;display:flex;cursor:pointer}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li svg{margin-right:8px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li .filled{display:none}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li .unfilled{display:inline-block}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li .survey-dropdown-option-btn-step-2{outline:0;background:transparent;border:0;display:flex;align-items:center;cursor:pointer}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li .survey-dropdown-option-btn-step-2 .survey-dropdown-option-btn-label-step-2{color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li .survey-dropdown-option-btn-list-step-2{outline:0;width:100%;background:transparent;border:0;display:flex;align-items:center;padding:0;cursor:pointer;white-space:nowrap}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li .survey-dropdown-option-btn-list-step-2 .survey-dropdown-option-btn-list-icon-step-2{width:24px;height:24px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li .survey-dropdown-option-btn-list-step-2 .survey-dropdown-option-btn-list-label-step-2{margin-left:16px;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100)}
@media screen and (min-width:768px) and (max-width:1130px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li .survey-dropdown-option-btn-list-step-2 .survey-dropdown-option-btn-list-label-step-2{margin-left:0;width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li .survey-dropdown-option-btn-list-label-step-2{margin-left:16px;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:24px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li .survey-dropdown-option-view-btn-step-2{cursor:pointer;border-radius:38px;background:var(--bg-template-gray-1);color:var(--text-color-title-black);text-align:right;font-family:var(--font-tstar-bold);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-140);outline:0;border:0;width:56px;height:24px;padding:4px 16px 3px 16px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li:first-child{padding-bottom:0}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li.active .unfilled{display:none}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 li.active .filled{display:inline-block}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .survey-list-unstyled-step-2 hr{margin:1rem 1.5rem 0 1.5rem;border-top:1px solid #d9d9d9}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-container-step-2 .show{display:block}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-push-notification-container-step-2{position:relative;display:flex;flex-direction:column;margin:16px 0 8px 0}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-push-notification-container-step-2 .survey-dropdown-push-notification-btn-step-2{background:transparent;cursor:pointer;align-items:center;height:48px;background:var(--text-color-white);border:0;outline:0;padding:0 24px 0 24px;display:flex;justify-content:space-between;border-radius:10px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-push-notification-container-step-2 .survey-dropdown-push-notification-btn-step-2 .suvery-dropdown-label-step-2{color:rgba(0,0,0,0.32);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-push-notification-container-step-2 .survey-dropdown-push-notification-btn-step-2 .plus-icon{margin-left:5px;width:24px;height:24px;flex-shrink:0}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-push-notification-container-step-2 .dropdown-error{border:1px solid red;color:var(--Black,#000) !important}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-push-notification-container-step-2 .disabled-state{cursor:auto}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-add-new-input-content-row .survery-dropdown-push-notification-container-step-2 .disabled-state svg{opacity:.5}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-survey-add-sub-heading{margin:28px 0 32px 0;color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size15);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100)}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-2 .survey-survey-add-sub-heading{margin:24px 0;font-size:var(--font-size16);line-height:var(--line-height-per-120)}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-3{display:flex;flex-direction:column;gap:16px}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-3{gap:24px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-3 .download-excel-template a{justify-content:space-between;width:100%}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-3 .customer-data-label{color:var(--Black,#000);font-size:15px;font-weight:700;line-height:100%;margin-bottom:32px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-3 .survey-add-new-step-3-container{display:flex;flex-direction:row;gap:16px}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-3 .survey-add-new-step-3-container{flex-direction:column;gap:24px}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-3 .survey-add-new-step-3-container .survey-add-new-input-container{display:flex;flex-direction:column;max-width:757px}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-3 .survey-add-new-step-3-container .survey-add-new-input-container{max-width:unset}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-3 .survey-add-new-step-3-container .survey-add-new-input-container .survey-add-new-input-label{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-100)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-3 .survey-add-new-step-3-container .survey-add-new-input-container .survey-add-new-input-textarea{margin-top:18px;padding:0;border:0;border-radius:10px;height:142px;padding:32px 74px 31px 24px;outline:0;color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-140)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-3 .survey-add-new-step-3-container .survey-add-new-input-container .dropdown-error{border:1px solid red;color:var(--Black,#000) !important}
@media screen and (max-width:900px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-3 .survey-add-new-input-container .input-icon-wrapper{width:250px}
}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-3 .survey-add-new-input-container .input-icon-wrapper{width:100%}
}
@media screen and (max-width:900px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-3 .survey-add-new-input-container .input-icon-wrapper .file-upload-input{width:250px}
}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-3 .survey-add-new-input-container .input-icon-wrapper .file-upload-input{width:100%}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4{display:flex;flex-direction:column;gap:24px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4.step-4-tnc-row{gap:16px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4.step-4-row-hidden{display:none}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survey-add-new-input-container .survey-add-new-input-label{margin-bottom:16px;font-size:var(--font-size16);font-family:var(--font-tstar-regular);font-weight:var(--font-weight-400);font-style:normal;line-height:120%}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survey-add-new-input-container .survey-add-new-input-label{font-size:var(--font-size14);line-height:100%}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 h1{margin-bottom:16px;color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size24);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100)}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 h1{font-size:var(--font-size16);margin-bottom:0}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1{display:flex;flex-direction:row;align-items:center;gap:63px}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1{gap:18px}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .download-excel-template{margin:0;height:32px;gap:16px;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);letter-spacing:.16px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .download-excel-template a{text-decoration:none;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);letter-spacing:.16px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .download-excel-template img{width:9px;height:9px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .download-excel-template svg{display:none}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .download-excel-template:hover{background:var(--text-color-title-black);color:#FFF}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .download-excel-template:hover a{color:#FFF;background:var(--text-color-title-black)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .download-excel-template:hover img{display:none}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .download-excel-template:hover svg{display:inline-block}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-1{width:130px;color:var(--Black,#000);font-family:var(--font-tstar-regular);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);letter-spacing:.16px;max-width:unset;flex:none;padding:0}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-1{font-size:var(--font-size14)}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2{flex:1;max-width:564px;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);letter-spacing:.16px;padding:0}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2{font-size:var(--font-size14)}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-btn{background-color:white;color:red;border-radius:8px;height:32px;width:122px;font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-popup-step4{position:absolute;top:-200px;left:23%;display:none;width:390px;padding:24px;border-radius:2px;box-shadow:3px 7px 23px rgba(0,0,0,0.1);background-color:#fff;z-index:1000}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-popup-step4{left:-148px;top:50px;width:360px}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-title-container-step4{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-title-step4{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-close-btn-container-step4{position:absolute;top:16px;right:24px;cursor:pointer}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-close-btn-step4{height:20px;width:20px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-description-step4{color:var(--text-color-title-black);opacity:80%;font-family:var(--font-tstar-regular);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);margin-bottom:16px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 table{width:100%;border-collapse:collapse;border-style:hidden;box-shadow:0 0 0 1px #d9d9d9;margin-bottom:20px;border-radius:12px;overflow:hidden}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 table th,.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 table td{text-align:left;padding-left:20px;padding-top:12px;padding-bottom:12px;border:1px solid #ddd;font-size:14px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 table th{background-color:#f1f1f1;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-900)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .distribution-channel-name-step4{color:#363636;font-family:var(--font-tstar-regular);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-400)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .distribution-channel-cost-step4{color:#4f4f4f;font-family:var(--font-tstar-regular);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .distribution-channel-whatsapp-step4{background-color:#f9f9f9}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-title-step4{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);margin-bottom:24px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-dropdown-container-step4{position:relative;display:flex;flex-direction:column;margin:16px 0 24px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-dropdown-btn-step4{border:0;cursor:pointer;display:flex;align-items:center;min-height:48px;background:#f2f2f2;padding:0 24px;justify-content:space-between;border-radius:10px}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-dropdown-btn-step4{width:100%}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .arrow-icon-step4{margin-left:5px;transition:transform .3s ease;width:24px;height:24px;flex-shrink:0}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-dropdown-btn-step4[aria-expanded="true"] .arrow-icon-step4{transform:rotate(180deg)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .dropdown-error{border:1px solid red;color:var(--Black,#000) !important}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-list-unstyled-step4{display:none;position:absolute;background-color:#f2f2f2;list-style:none;padding:0;margin:0;border:1px solid var(--border-color-gray-3);border-top:0;width:100%;z-index:1;outline:0;border-radius:10px;margin-top:68px;padding-bottom:16px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-list-unstyled-step4.show{display:block}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-list-unstyled-step4 input[type="checkbox"]{margin-right:8px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-list-unstyled-step4 input[type="checkbox"]:checked{accent-color:red}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-list-unstyled-step4 li{padding:16px 24px 0 24px;cursor:pointer}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-list-unstyled-step4 li.active .unfilled{display:none}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-list-unstyled-step4 li.active .filled{display:inline-block}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .selected-item-step4{background:#e0e0e0;padding:2px 8px;border-radius:5px;display:inline-flex;align-items:center;margin-right:8px;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-700)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .selected-item-step4 .close-btn-step4{background:0;border:0;margin-left:8px;cursor:pointer}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .cost-estimator-dropdown-label-step4{color:rgba(0,0,0,0.5);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .number-of-messages-container-step4{margin-bottom:20px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .number-of-messages-container-step4 label{display:block;margin-bottom:12px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .number-of-messages-container-step4 input,.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .number-of-messages-container-step4 select{border:0;width:100%;padding:10px;height:48px;border-radius:8px;background-color:#f5f5f5;font-size:14px;color:#666}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .total-estimated-price-container-step4{display:flex;align-items:baseline;justify-content:space-between}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .total-estimated-price-container-step4 label{color:var(--text-color-title-black);opacity:70%;font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-1 .col-2 .total-price-estimate-step4{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size24);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom{display:flex;flex-direction:row;align-items:center;gap:43px}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom{flex-direction:column;gap:16px}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom .download-excel-template{margin-top:0;margin:0;height:32px;gap:16px;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);letter-spacing:.16px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom .download-excel-template a{text-decoration:none;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);letter-spacing:.16px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom .download-excel-template img{width:9px;height:9px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom .download-excel-template svg{display:none}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom .download-excel-template:hover{color:var(--text-color-white);background-color:#000}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom .download-excel-template:hover img{display:none}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom .download-excel-template:hover svg{display:inline-block;background-color:#000}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom .download-excel-template:hover span,.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom .download-excel-template:hover a{color:var(--text-color-white)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom .col-custom-1{width:165px;color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);letter-spacing:.16px;max-width:unset;flex:none;padding:0}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom .col-custom-1{width:100%;font-size:var(--font-size14)}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom .col-custom-2{display:flex;flex:1;max-width:564px;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);letter-spacing:.16px;padding:0}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom .col-custom-2{width:100%;max-width:unset}
}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom .col-custom-2 .download-excel-template span{white-space:wrap}
}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom .col-custom-2 .download-excel-template{height:40px;width:100%}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .row-custom .col-custom-2 .download-excel-template img{width:24px;height:24px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .tnc-row{display:flex;flex-direction:row;align-items:center;gap:16px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .tnc-row input[type=checkbox]:checked{accent-color:var(--text-color-danger-red)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .tnc-row .tnc{flex:1;max-width:564px;color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);letter-spacing:.16px}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .tnc-row .tnc{max-width:unset;font-family:var(--font-tstar-bold);font-weight:var(--font-weight-700)}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .tnc-warning{display:none;flex-direction:row;align-items:center;padding:11px 8px;background-color:white;gap:8px;margin-left:-12px;width:max-content;margin-top:8px;position:relative}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .tnc-warning{width:100%}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .tnc-warning .triangle{position:absolute;top:-15px;left:8px;width:18px;height:18px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .tnc-warning img{width:24px;height:24px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .tnc-warning p{color:black;font-family:var(--font-tstar-regular);font-size:16px;font-weight:400;line-height:19.2px;text-align:center;margin:0;white-space:nowrap}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .tnc-warning p{text-align:left;white-space:normal;width:100%}
}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survey-add-new-input-container{width:100%}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survey-add-new-input-container .input-container{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survey-add-new-input-container .input-container{flex-direction:column;gap:12px}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survey-add-new-input-container .input-container .input-icon-wrapper{width:33%}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survey-add-new-input-container .input-container .input-icon-wrapper{width:100%;margin:0}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survey-add-new-input-container .input-container .input-icon-wrapper button.file-view{padding:4px 16px;margin-left:-73px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survey-add-new-input-container .input-container .input-icon-wrapper .file-upload-input::placeholder{color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survey-add-new-input-container .input-container .input-icon-wrapper .upload-excel-template{width:auto;height:auto;color:var(--text-color-title-black);text-align:right;font-family:var(--font-tstar-bold);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-140)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survery--row-1{display:flex;flex-direction:column;gap:24px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survery--row-1 .row-1 .download-excel-template a{display:flex;justify-content:space-between;align-items:center;gap:16px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survery--row-1 .row-1 .download-excel-template a span{overflow:hidden;text-overflow:ellipsis;display:block;white-space:nowrap;max-width:700px}
@media screen and (max-width:1250px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survery--row-1 .row-1 .download-excel-template a span{max-width:500px}
}
@media screen and (max-width:1050px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survery--row-1 .row-1 .download-excel-template a span{max-width:200px}
}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survery--row-1{flex-direction:row;gap:21px;justify-content:space-between}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survery--row-1 .row-1{flex-direction:column;gap:8px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survery--row-1 .row-1 .col-1{width:max-content}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survery--row-1 .row-1 .col-2{margin-top:4px;max-width:unset;word-break:break-word}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survery--row-1 .row-1 .col-2 button{margin-top:-4px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survery--row-1 .row-1 .download-excel-template a{gap:4px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survery--row-1 .row-1 .download-excel-template a span{max-width:100px;overflow:hidden;text-overflow:ellipsis;display:block;white-space:nowrap}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survery--row-1 .row-1 #surveyTypeConfirm{color:var(--text-color-type-blue);background-color:var(--text-color-white);border-radius:8px;padding:4px 16px}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survery--row-1 .step-4-v-divider{display:none}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4 .survery--row-1 .step-4-v-divider{display:block;width:1px;height:auto;background-color:var(--bg-color-grey-3);margin:-12px 0;flex-shrink:0}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4-divider{margin:32px 0}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-progress-body-field-content .step-4-divider.step-4-row-hidden{display:none}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container{display:flex;justify-content:space-between}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container{gap:16px;flex-wrap:wrap}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-view-create,.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-next-step,.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-previous-step{min-width:191px;min-height:46px;font-family:var(--font-transducer);font-size:var(--font-size14);font-weight:var(--font-weight-500);font-style:normal;line-height:100%;color:var(--text-color-white);border:0;border-radius:8px;cursor:pointer;padding:10px 5px;float:right;display:flex;align-items:center;justify-content:center;transition:all .3s linear;gap:6px}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-view-create,.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-next-step,.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-previous-step{width:max-content;min-width:unset;padding:12px 16px 12px 24px;gap:24px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-view-create:active,.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-next-step:active,.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-previous-step:active{background-color:var(--bg-color-black);color:var(--text-color-white)}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-view-create{min-width:304px;background:transparent;border:1px solid var(--bg-color-red);color:var(--bg-color-red)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-view-create>*{color:var(--bg-color-red)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-view-create a:hover{text-decoration:none}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-view-create svg{display:none}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-view-create{min-width:unset;gap:8px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-view-create:active{border-color:var(--bg-color-black);background-color:var(--bg-color-black);color:var(--text-color-white)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-view-create:active>*{color:var(--text-color-white)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-view-create:active svg>path{stroke:var(--text-color-white)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-view-create svg{display:inline-block}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-next-step{background:var(--bg-color-red)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-next-step svg{width:24px;height:24px;flex-shrink:0}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-next-step[disabled]{background:var(--bg-color-grey-2);cursor:default}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-previous-step{background:transparent;color:var(--text-color-title-black);border:1px solid var(--text-color-title-black)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-previous-step svg{width:24px;height:24px;flex-shrink:0;display:none}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-previous-step{padding:12px 24px 12px 8px;gap:1px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-previous-step svg{display:inline-block;transform:rotate(180deg)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-previous-step:active svg>path{stroke:var(--text-color-white)}
}
@media screen and (min-width:768px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-view-create:hover{gap:16px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-view-create:hover svg{display:inline-block}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-previous-step:hover,.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-previous-step:focus{gap:16px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-previous-step:hover svg,.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-previous-step:focus svg{transform:rotate(180deg);display:inline-block}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-next-step:not([disabled]):hover,.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container .survey-add-new-next-step:not([disabled]):focus{background-color:var(--text-color-title-red);gap:16px}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container-flex-end{gap:16px;justify-content:flex-end}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-new-btn-container-flex-end{justify-content:flex-start;flex-direction:column-reverse;flex-wrap:wrap}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container{position:fixed;top:0;left:0;background:#D9D9D940;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);width:100%;height:100vh;display:none}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container{text-align:center;background:#fff;box-sizing:border-box;box-shadow:0 4px 25px 0 #00000026;padding:.625rem;z-index:100;width:35.25rem;height:min-content;padding:1rem 1.5rem 1.68rem 1.5rem;border-radius:.5rem;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container{width:100%}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-popup-heading-container{display:flex;justify-content:space-between}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-popup-heading-container .add-survey-popup-heading{width:100%;margin-top:1.5rem;margin-bottom:2rem}
@media screen and (min-width:768px) and (max-width:1366px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-popup-heading-container .add-survey-popup-heading{margin-top:.5rem;margin-bottom:.5rem}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-popup-heading-container .add-survey-popup-heading p{font-family:var(--font-transducer);font-size:1.5rem;font-weight:700;line-height:1.5rem;text-align:center;color:#000}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-popup-heading-container .add-survey-close-container .add-survey-close-btn{background:#fff}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-description-text{margin-bottom:2rem}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-description-text p{font-family:var(--font-tstar-regular);font-size:1rem;font-weight:400;line-height:1.2rem;text-align:center}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-yes-no-container{display:flex;justify-content:center}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-yes-no-container .add-survey-yes{height:2.5rem;width:6.25rem;font-family:var(--font-transducer);font-size:12px;font-weight:500;line-height:12px;text-align:center;background:red;color:#fff;border-radius:4px;margin:0 8px}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-yes-no-container .add-survey-yes a{display:flex;align-items:center;justify-content:center;height:100%;width:100%;font-family:var(--font-transducer);font-size:12px;font-weight:500;line-height:12px;text-align:center;color:#fff;text-decoration:none}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-yes-no-container .add-survey-yes:active{border-color:var(--bg-color-black);background-color:var(--bg-color-black);color:var(--text-color-white)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-yes-no-container .add-survey-yes:active a{color:var(--text-color-white)}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-yes-no-container .add-survey-no{height:2.5rem;width:6.25rem;font-family:var(--font-transducer);font-size:.75rem;font-weight:500;line-height:.75rem;text-align:center;background:red;color:#fff;border-radius:.25rem;margin:0 .5rem}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-yes-no-container .add-survey-no:active{background-color:var(--bg-color-black);color:var(--text-color-white)}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-confirmation-container{margin-top:40px}
@media screen and (min-width:768px) and (max-width:1366px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-confirmation-container{margin-top:24px}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-confirmation-container .add-survey-confirmation-checkbex{font-family:var(--font-tstar-regular);font-size:.875rem;font-weight:400;line-height:.875rem;text-align:left;color:#666}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-confirmation-container .add-survey-confirmation-checkbex:checked{accent-color:var(--text-color-danger-red)}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-popup-container .survey-popup-inner-container .add-survey-confirmation-container label{font-family:var(--font-tstar-regular);font-size:.875rem;font-weight:400;line-height:.875rem;text-align:left;color:#666}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-submit-btn-container{flex-direction:row;justify-content:space-between}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-submit-btn-container .survey-add-new-next-step svg{display:none}
@media screen and (min-width:768px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-submit-btn-container .survey-add-new-next-step:hover svg{display:inline-block}
}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .survey-add-submit-btn-container .survey-add-new-next-step svg{display:inline-block}
}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .text{color:var(--text-color-title-black);font-weight:normal}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container .survey-add-new-progress-body-field .finish{text-align:center}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .survey-add-new-progress-body-step-container #felid3{display:none !important}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .dropdown-toggle::after{content:none}
.survey-add-new-surveys .survey-add-new-survey-scoll-top-animation .survey-add-new-survey-container .survey-add-new-survey-section .dropdown-menu{margin:0;padding:0;top:0}
.survey-add-new-surveys .survey-dropdown-email-popup-container-step-2{position:fixed;top:0;left:0;background-color:rgba(0,0,0,0.25);width:100%;height:100%;display:none}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-dropdown-email-popup-container-step-2{padding:16px}
}
.survey-add-new-surveys .survey-dropdown-email-popup-container-step-2 .popup-container{text-align:center;background:#fff;box-sizing:border-box;padding:10px;z-index:100;width:369px;height:min-content;padding:16px 24px 27px 24px;border-radius:8px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-dropdown-email-popup-container-step-2 .popup-container{width:calc(100% - 32px);max-width:343px;top:50%}
}
.survey-add-new-surveys .survey-dropdown-email-popup-container-step-2 .popup-container .survey-email-popup-close-btn{color:var(--text-color-white);border-radius:50%;display:flex;justify-content:space-between;align-items:center}
.survey-add-new-surveys .survey-dropdown-email-popup-container-step-2 .popup-container .survey-email-popup-close-btn img{width:24px;height:24px}
.survey-add-new-surveys .survey-dropdown-email-popup-container-step-2 .popup-container .survey-email-popup-close-btn img:hover{cursor:pointer}
.survey-add-new-surveys .survey-dropdown-email-popup-container-step-2 .popup-container .survey-email-popup-close-btn h2{padding-top:8px;color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100)}
.survey-add-new-surveys .survey-dropdown-email-popup-container-step-2 .popup-container .suvery-email-popup-text-container{margin:16px 0}
.survey-add-new-surveys .survey-dropdown-email-popup-container-step-2 .popup-container .suvery-email-popup-text-container .suvery-email-popup-text{cursor:pointer;color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-140);border:1px solid var(--border-color-gray-5);width:321px;height:272px;padding:16px}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-dropdown-email-popup-container-step-2 .popup-container .suvery-email-popup-text-container .suvery-email-popup-text{width:100%}
}
.survey-add-new-surveys .survey-dropdown-email-popup-container-step-2 .popup-container .suvery-email-popup-text-container .suvery-email-popup-text span a{color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-140);text-decoration-line:underline}
.survey-add-new-surveys .survey-dropdown-email-popup-container-step-2 .popup-container .suvery-email-popup-text-container .subject-text{height:75px}
.survey-add-new-surveys .survey-dropdown-email-popup-container-step-2 .popup-container .suvery-email-popup-text-container-subject{margin:16px 0}
.survey-add-new-surveys .survey-dropdown-email-popup-container-step-2 .popup-container .suvery-email-popup-text-container-subject .suvery-email-popup-text{cursor:pointer;color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-140);border:1px solid var(--border-color-gray-5);width:321px;height:272px;padding:16px}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-dropdown-email-popup-container-step-2 .popup-container .suvery-email-popup-text-container-subject .suvery-email-popup-text{width:100%}
}
.survey-add-new-surveys .survey-dropdown-email-popup-container-step-2 .popup-container .suvery-email-popup-text-container-subject .suvery-email-popup-text span a{color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-140);text-decoration-line:underline}
.survey-add-new-surveys .survey-dropdown-email-popup-container-step-2 .popup-container .suvery-email-popup-text-container-subject .subject-text{height:75px}
.survey-add-new-surveys .survey-dropdown-email-popup-container-step-2 .popup-container .popup-template-id{margin:16px 0}
.survey-add-new-surveys .survey-dropdown-email-popup-container-step-2 .popup-container .popup-template-id .suvery-email-popup-text{cursor:pointer;color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-140);border:1px solid var(--border-color-gray-5);width:321px;height:36px;padding-left:16px}
@media screen and (max-width:767px){.survey-add-new-surveys .survey-dropdown-email-popup-container-step-2 .popup-container .popup-template-id .suvery-email-popup-text{width:100%}
}
.survey-add-new-surveys .survey-dropdown-email-popup-container-step-2 .popup-container .popup-template-id .suvery-email-popup-text span a{color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-140);text-decoration-line:underline}
.survey-add-new-surveys .survey-dropdown-email-popup-container-step-2 .popup-container .subject{display:none}
.survey-add-new-surveys .survey-dropdown-email-popup-container-step-2 .popup-container .survey-email-popup-edit-close-container{display:flex;align-items:center;justify-content:flex-end;gap:16px}
.survey-add-new-surveys .survey-dropdown-email-popup-container-step-2 .popup-container .survey-email-popup-edit-close-container .survey-dropdown-email-edit-btn-step-2{border:0;outline:0;padding:0;border-radius:50%}
.survey-add-new-surveys .survey-dropdown-email-popup-container-step-2 .popup-container .survey-email-popup-edit-close-container .survey-dropdown-email-edit-btn-step-2 img{width:40px;height:40px}
.survey-add-new-surveys .survey-dropdown-email-popup-container-step-2 .popup-container .survey-email-popup-edit-close-container .survey-dropdown-email-submit-btn-step-2{background-color:var(--text-color-title-red);width:100px;height:40px;border:0;outline:0;color:var(--text-color-white);font-family:var(--font-transducer);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-100);border-radius:10px}
.survey-add-new-surveys .survey-dropdown-email-popup-container-step-2 .popup-container .survey-email-popup-edit-close-container .survey-dropdown-email-submit-btn-step-2[disabled]{background-color:#e5e5e5;color:#afafaf}
.survey-add-new-surveys .selected-template-container{padding-top:10px;padding-bottom:10px;display:flex;flex-wrap:wrap;flex-direction:row;gap:8px}
.survey-add-new-surveys .selected-template-container .selected-template img:nth-child(2){margin-left:0}
.survey-add-new-surveys .selected-template{max-width:216px;display:flex;flex-direction:row;align-items:center;background:var(--bg-template-gray-1);height:26px;border-radius:8px}
.survey-add-new-surveys .selected-template span{color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-140);margin-left:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.survey-add-new-surveys .selected-template img{cursor:pointer}
.survey-add-new-surveys .selected-template img:nth-child(2){margin-left:8px}
.survey-add-new-surveys .selected-template img:nth-child(2).disabled{cursor:auto;opacity:.2}
.survey-add-new-surveys .suvery-info-icon-hover-popup{position:absolute;background:#fff;padding:10px;z-index:100;width:17.9%;height:min-content;padding:16px 24px 16px 24px;border-radius:8px;z-index:1000}
.survey-add-new-surveys .suvery-info-icon-hover-popup.active{display:block}
.survey-add-new-surveys .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container h2{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-140)}
.survey-add-new-surveys .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-content p{color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-140)}
.survey-add-new-surveys .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-content .suvery-info-icon-hover-popup-para{display:none}
.survey-add-new-surveys .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-content .suvery-info-icon-hover-popup-para.active{display:block}
.survey-add-new-surveys .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-conatiner{display:flex;justify-content:space-between;align-items:center}
.survey-add-new-surveys .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-conatiner button{width:53px;height:24px;display:flex;gap:16px;align-items:center;background:transparent;border:0;outline:0}
.survey-add-new-surveys .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-conatiner button .suvery-info-icon-hover-prev-btn-label,.survey-add-new-surveys .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-conatiner button .suvery-info-icon-hover-next-btn-label{color:#ff0101;font-family:var(--font-transducer);font-size:12px;font-style:normal;font-weight:400;line-height:100%}
.survey-add-new-surveys .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-conatiner button svg{width:24px;height:24px;flex-shrink:0}
.survey-add-new-surveys .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-conatiner button svg path{stroke:#ff0101}
.survey-add-new-surveys .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-conatiner button[disabled] .suvery-info-icon-hover-prev-btn-label,.survey-add-new-surveys .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-conatiner button[disabled] .suvery-info-icon-hover-next-btn-label{color:#adadad}
.survey-add-new-surveys .suvery-info-icon-hover-popup .suvery-info-icon-hover-popup-container .suvery-info-icon-hover-popup-button-conatiner button[disabled] svg path{stroke:#adadad}
.survey-add-new-surveys .loader-container{position:fixed;display:flex;justify-content:center;align-items:center;height:100%;width:100%;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.25)}
.survey-add-new-surveys .loader-container .loader{border:4px solid var(--border-color-gray-2);border-top:4px solid var(--bg-color-red);border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}
@keyframes spin{0{transform:rotate(0)}
100%{transform:rotate(360deg)}
}
.survey-add-new-surveys .confimation-popup{width:100%;height:100%;top:0;left:0;position:fixed;display:none;flex-direction:row;justify-content:center;align-items:center;background:rgba(0,0,0,0.25)}
.survey-add-new-surveys .confimation-popup .msg-popup-container{width:min-content;height:min-content;padding:24px 40px;display:flex;flex-direction:column;align-items:center;gap:24px;background-color:white;border-radius:8px}
.survey-add-new-surveys .confimation-popup .msg-popup-container span{color:black;font-family:var(--font-transducer);font-size:24px;font-weight:700;line-height:24px;text-align:left}
.survey-add-new-surveys .confimation-popup .msg-popup-container p{font-family:var(--font-tstar-regular);font-size:16px;font-weight:400;line-height:19.2px;text-align:center;width:268px}
.survey-add-new-surveys .confimation-popup .msg-popup-container button{border-radius:5px;color:white;background:#ff0101}
.survey-add-new-surveys .confimation-popup .msg-popup-container button a{display:flex;justify-content:center;align-items:center;width:100px;height:40px}
.comms-hub-dashboard{background-color:var(--text-color-white);position:relative}
.comms-hub-dashboard .survey--dashboard-logo-container{display:flex;flex-direction:row;justify-content:space-between;padding:40px 108px 24px;transition:all 1s ease-in}
@media screen and (max-width:950px){.comms-hub-dashboard .survey--dashboard-logo-container{padding:40px 16px 24px}
}
@media screen and (max-width:767px){.comms-hub-dashboard .survey--dashboard-logo-container{margin-top:36px;padding:16px;gap:8px}
}
.comms-hub-dashboard .survey--dashboard-logo-container .survey--dashboard-logo--container{display:flex;justify-content:center;align-items:center}
.comms-hub-dashboard .survey--dashboard-logo-container .survey--dashboard-logo--container a{display:flex}
.comms-hub-dashboard .survey--dashboard-logo-container .survey--dashboard-logo--container .survey-dashboard-logo{width:67px;height:auto;cursor:pointer}
@media screen and (max-width:767px){.comms-hub-dashboard .survey--dashboard-logo-container .survey--dashboard-logo--container .survey-dashboard-logo{width:auto;height:24px;object-fit:contain}
}
.comms-hub-dashboard .survey--dashboard-logo-container .survey--dashboard-logo--container .survey-dash-divider{width:2px;height:auto;margin:0 16px;flex-shrink:0}
.comms-hub-dashboard .survey--dashboard-logo-container .survey--dashboard-logo--container .survey-dash-echo{width:84px;height:auto;cursor:pointer}
.comms-hub-dashboard .survey--dashboard-logo-container .survey--dashboard-profile--container{display:flex;align-items:center}
.comms-hub-dashboard .survey--dashboard-logo-container .survey--dashboard-profile--container .survey-dash-profile-name{color:var(--text-color-title-black);text-align:right;font-family:var(--font-transducer);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-100);letter-spacing:.12px;margin:0 16px 0 0;text-transform:capitalize}
.comms-hub-dashboard .survey--dashboard-logo-container .survey--dashboard-profile--container .survey-dash-profile-image{width:24px;height:auto}
.comms-hub-dashboard .survey--dashboard-logo-container .survey--dashboard-profile--container .survey-dash-echo{width:47px;height:auto;margin-left:48px;margin-right:24px;padding:6px 0 0 0;cursor:pointer}
.comms-hub-dashboard .survey--dashboard-logo-container .survey--dashboard-profile--container .survey--dash-logout-divider{margin:0 16px;flex-shrink:0}
.comms-hub-dashboard .survey--dashboard-logo-container .survey--dashboard-profile--container .survey--dash-logout{border:0;background:transparent;display:flex;align-items:center;cursor:pointer}
@keyframes slide-right-dashboard{from{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}
to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
}
.comms-hub-dashboard .survey--dashboard-logo-container .survey--dashboard-profile--container .survey--dash-logout:hover .survey-dash-echo-arrow path:last-child{-webkit-animation:slide-right-dashboard .35s cubic-bezier(0.15,0.46,0.45,0.94) both;animation:slide-right-dashboard .35s cubic-bezier(0.15,0.46,0.45,0.94) both}
.comms-hub-dashboard .survey--dashboard-logo-container .survey--dashboard-profile--container .survey--dash-logout .survey--dash-logout-label{text-decoration:none;color:var(--text-color-title-black);text-align:right;font-family:var(--font-transducer);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-100);letter-spacing:.12px;margin-right:16px;padding:3px 0 0 0}
@media screen and (max-width:767px){.comms-hub-dashboard .survey--dashboard-logo-container .survey--dashboard-profile--container .survey--dash-logout .survey--dash-logout-label span{display:none}
}
.comms-hub-dashboard .survey--dashboard-logo-container .survey--dashboard-profile--container .survey--dash-logout .survey--dash-logout-label .survey-dash-echo-arrow{width:24px;height:auto;margin-left:10px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation{visibility:hidden;opacity:0;transform:translateY(2%);padding:0 108px 40px}
@media screen and (max-width:950px){.comms-hub-dashboard .survey-dashboard-scoll-top-animation{padding:0 16px 40px}
}
@media screen and (max-width:767px){.comms-hub-dashboard .survey-dashboard-scoll-top-animation{padding:0 0 24px}
}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey-welcome--name{margin:16px 0 36px 0;color:var(--text-color-title-black);font-feature-settings:'clig' off,'liga' off;font-family:var(--font-transducer);font-size:var(--font-size48);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);text-transform:capitalize}
@media screen and (max-width:767px){.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey-welcome--name{font-size:24px;margin:24px 16px 16px}
}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey-welcome--name .survey-welcome--name-bold{color:var(--text-color-title-black);font-feature-settings:'clig' off,'liga' off;font-family:var(--font-transducer);font-size:var(--font-size48);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);text-transform:capitalize}
@media screen and (max-width:767px){.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey-welcome--name .survey-welcome--name-bold{font-size:24px}
}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation.is-moved{visibility:visible;opacity:1;transition:all 1s ease-in}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container{padding:48px 21px 24px 56px;height:285px;width:100%;background-size:100% 100% !important;background-position:bottom !important;background-color:var(--bg-color-black);border-radius:25px;display:flex;flex-direction:column;justify-content:space-between}
@media screen and (max-width:767px){.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container{border-radius:20px 20px 0 0;width:100%;padding:40px 135px 32px 27px;height:269px}
}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-para .survey--dash-banner-title p{color:var(--text-color-white);font-feature-settings:'clig' off,'liga' off;font-family:var(--font-transducer);font-size:var(--font-size60);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);text-transform:capitalize}
@media screen and (max-width:767px){.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-para .survey--dash-banner-title p{font-size:var(--font-size30);font-weight:var(--font-weight-500)}
}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-para .survey--dash-banner-description{margin:0}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-para .survey--dash-banner-description p{margin:16px 0 24px 0;color:var(--text-color-white);font-family:var(--font-tstar-regular);font-size:16.013px;font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-120)}
@media screen and (max-width:767px){.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-para .survey--dash-banner-description p{margin:36px 0 0;font-size:var(--font-size16)}
}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-btn-container{display:flex;flex-direction:row-reverse;gap:20px}
@media screen and (max-width:767px){.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-btn-container{display:none}
}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-btn-container .survey--dash-banner-primary-btn{display:flex;justify-content:space-between;align-items:center;background:transparent;list-style:none;min-width:234px;height:48px;border-radius:8px;border:1px solid var(--text-color-white);padding:15px 15px 15px 31px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-btn-container .survey--dash-banner-primary-btn .survey--dash-primary-btn-label{color:var(--text-color-white);font-family:var(--font-transducer);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-500);text-decoration:none;line-height:var(--line-height-per-100)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-btn-container .survey--dash-banner-secondary-btn{height:48px;background:var(--bg-color-btn-red);border-radius:8px;border:1px solid var(--bg-color-btn-red);color:var(--text-color-white);cursor:pointer;transition:background .3s linear,color .3s linear}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-btn-container .survey--dash-banner-secondary-btn:hover{background-color:white;color:black;border:1px solid #FFF}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-btn-container .survey--dash-banner-secondary-btn a{display:flex;align-items:center;gap:8px;padding:15px 32px 17px 32px;height:48px}
@media screen and (max-width:767px){.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-btn-container .survey--dash-banner-secondary-btn a{padding:0}
}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-btn-container .survey--dash-banner-secondary-btn a,.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-btn-container .survey--dash-banner-secondary-btn .survey--dash-secondary-label{color:inherit;font-family:var(--font-transducer);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-500);line-height:100%;text-decoration:none;position:relative}
@media screen and (max-width:767px){.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-btn-container .survey--dash-banner-secondary-btn a,.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-btn-container .survey--dash-banner-secondary-btn .survey--dash-secondary-label{font-size:var(--font-size14)}
}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-btn-container .survey--dash-banner-secondary-btn .survey-banner-plus-icon{width:24px;height:24px;fill:none;stroke:currentColor;transition:transform .3s linear}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-btn-container .survey--dash-banner-secondary-btn:hover .survey-banner-plus-icon{transform:rotate(90deg);stroke:black}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-banner-container .survey--dash-banner-btn-container .survey--dash-banner-secondary-btn:hover .survey-banner-plus-icon path{stroke:black}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container{margin:16px 0}
@media screen and (max-width:767px){.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container{margin:-32px 0 0;padding:16px;border-top-left-radius:20px;border-top-right-radius:20px;background:var(--text-color-white)}
}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner{display:flex;flex-direction:row;gap:16px}
@media screen and (max-width:767px){.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner{justify-content:space-between;flex-wrap:wrap}
}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section{width:25%;padding:24px 8px 24px 40px;border-radius:20px}
@media screen and (max-width:767px){.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section{width:calc(50% - 8px);padding:8px 8px 16px 17px;border-radius:15px}
}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section.survey-card-bg-1{background-color:var(--bg-color-light-purple)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section.survey-card-bg-2{background:var(--bg-color-light-blue)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section.survey-card-bg-3{background:var(--bg-color-light-aqua)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section.survey-card-bg-4{background:#ffe4e4}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section .survey-dash-card-title-content{display:flex;justify-content:space-between;align-items:center}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section .survey-dash-card-title-content .survey-dashboard-card-title{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-100)}
@media screen and (max-width:767px){.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section .survey-dash-card-title-content .survey-dashboard-card-title{font-weight:var(--font-weight-400);padding-top:8px}
}
@media screen and (max-width:480px){.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section .survey-dash-card-title-content .survey-dashboard-card-title{max-width:92px}
}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section .survey-dash-card-title-content .survey-card-arrow-icon{width:40px;height:40px;cursor:pointer;flex-shrink:0}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section .survey-dash-card-title-content .arrow-side{display:block;transform:rotate(90deg)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section .survey-dash-card-title-content .arrow-up{display:none}
@media screen and (max-width:767px){.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section .survey-dash-card-title-content .arrow-up{transform:rotate(180deg)}
}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section .survey-dash-card-count{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size56);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);text-transform:uppercase}
@media screen and (max-width:767px){.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section .survey-dash-card-count{font-size:var(--font-size40);letter-spacing:.8px}
}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section:hover{background-color:var(--text-color-title-black);cursor:pointer}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section:hover .survey-dash-card-title-content .survey-dashboard-card-title{color:var(--text-color-white)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section:hover .survey-dash-card-title-content .arrow-side{display:none}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section:hover .survey-dash-card-title-content .arrow-up{display:block}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section:hover .survey-dash-card-count{color:var(--text-color-white)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section.survey-card-active{background-color:var(--text-color-title-black)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section.survey-card-active .survey-dash-card-title-content .survey-dashboard-card-title{color:var(--text-color-white)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section.survey-card-active .survey-dash-card-title-content .arrow-side{display:none}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section.survey-card-active .survey-dash-card-title-content .arrow-up{display:block}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-card-container .survey--dashboard-card--inner .survey--dash-card-section.survey-card-active .survey-dash-card-count{color:var(--text-color-white)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table{background:var(--bg-color-gray-1);padding:32px 40px 32px 40px;border-radius:20px}
@media screen and (max-width:767px){.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table{padding:12px 16px 24px}
}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head{display:flex;flex-direction:column}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--head-section{background-color:transparent;display:flex;width:100%;align-items:center;justify-content:center;margin-bottom:24px}
@media screen and (max-width:767px){.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--head-section{display:none}
}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--head-section .survey--dash-table--cell{display:flex;align-items:center;color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-140);letter-spacing:.14px;flex:1;height:32px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--head-section .survey--dash-table--cell .survey-dash-sort-icon{width:32px;height:32px;margin-left:8px;cursor:pointer;flex-shrink:0;display:none}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--head-section .survey--dash-table--cell .survey-dash-filter-icon{display:none;width:32px;height:32px;margin-left:8px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--head-section .survey--dash-table--cell.sort-active .survey-dash-sort-icon,.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--head-section .survey--dash-table--cell:hover .survey-dash-sort-icon{display:block}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--head-section .survey--dash-table--cell.sort-active .survey-dash-sort-icon circle{fill:#000}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--head-section .survey--dash-table--cell.sort-active .survey-dash-sort-icon path{fill:#fff;transform:translateX(2px)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--head-section .survey--dash-table--cell.sort-active .survey-dash-sort-icon path:last-child{display:none}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--head-section .survey--dash-table--cell.sort-active.sort-down-active .survey-dash-sort-icon path{display:none}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--head-section .survey--dash-table--cell.sort-active.sort-down-active .survey-dash-sort-icon path:last-child{transform:translateX(-4px);display:block}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--head-section .survey--dash-table--cell:first-child{flex-grow:1.8}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--head-section .survey--dash-table--cell:last-child{flex:.6}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section{display:none}
@media screen and (max-width:767px){.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section{display:block;position:relative}
}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-table-header{display:flex;align-items:center;justify-content:space-between;background-color:transparent;width:100%;padding-bottom:12px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-table-header span{font-family:var(--font-transducer);font-style:normal;font-weight:var(--font-weight-700);font-size:var(--font-size16);line-height:100%;color:var(--text-color-title-black)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-table-header .survey-dash-sort-icon{width:40px;height:40px;margin-left:8px;cursor:pointer;flex-shrink:0}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-table-header .survey-dash-sort-icon.sort-active circle{fill:#000}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-table-header .survey-dash-sort-icon.sort-active path{fill:#fff}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions{display:none;padding:4px 0 16px;background:transparent;gap:12px;overflow-x:auto;scrollbar-width:none}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions::-webkit-scrollbar{height:0}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions.show{display:flex}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions .survey--dash-table-sort-button{display:flex;align-items:center;justify-content:center;padding:13px 24px;border-radius:10px;background-color:#dedede}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions .survey--dash-table-sort-button span{font-family:var(--font-tstar-bold);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-700);line-height:100%;color:var(--text-color-title-black);white-space:nowrap}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions .survey--dash-table-sort-button .survey-dash-sort-arrow-icon{flex-shrink:0;display:none}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions .survey--dash-table-sort-button.sort-active{background-color:var(--bg-color-black);padding-right:15px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions .survey--dash-table-sort-button.sort-active span{color:var(--text-color-white);margin-right:8px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions .survey--dash-table-sort-button.sort-active .survey-dash-sort-arrow-icon{display:block}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-table-sort-actions .survey--dash-table-sort-button.sort-active.sort-down-active .survey-dash-sort-arrow-icon{transform:rotate(180deg)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile{display:flex;gap:7px;margin:0 -16px;padding:16px;height:auto;background-color:var(--text-color-white);justify-content:space-between;position:relative}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container{display:flex}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container .survey--dash-banner-primary-btn{display:flex;justify-content:space-between;align-items:center;list-style:none;height:48px;border-radius:8px;border:1px solid var(--bg-color-black);padding:12px 16px 12px 24px;background-color:transparent}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container .survey--dash-banner-primary-btn .survey--dash-primary-btn-label{color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-500);text-decoration:none;line-height:var(--line-height-per-100)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container .survey--dash-banner-primary-btn .survey--dash-primary-btn-svg{margin-left:21px;width:24px;height:24px;flex-shrink:0;transform:rotate(180deg)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container .survey--dash-banner-primary-btn .survey--dash-primary-btn-svg path{stroke:var(--text-color-title-black)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container .survey--dash-banner-secondary-btn{height:48px;border-radius:8px;background-color:var(--bg-color-red);border:1px solid var(--bg-color-red)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container .survey--dash-banner-secondary-btn:active{background-color:var(--bg-color-black);border-color:var(--bg-color-black)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container .survey--dash-banner-secondary-btn a{display:flex;align-items:center;gap:16px;padding:12px 16px;justify-content:center}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container .survey--dash-banner-secondary-btn a,.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container .survey--dash-banner-secondary-btn .survey--dash-secondary-label{color:var(--text-color-white);font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-100);text-decoration:none;position:relative}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table--mob-head-section .survey--dash-banner-btn-container-mobile .survey--dash-banner-primary-btn-container .survey--dash-banner-secondary-btn .survey-banner-plus-icon{width:24px;height:24px;flex-shrink:0}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dashboard-filter-section .survey--dash-filter-name{display:none;margin-bottom:24px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section{display:flex;flex-direction:column}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section{display:flex;flex-direction:column;gap:16px;border-radius:10px}
@media screen and (max-width:767px){.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section{display:none}
}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container{background:var(--text-color-white)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row{display:flex;align-items:center;height:64px;padding:0 24px;background:var(--text-color-white)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col{display:flex;align-items:center;flex:1;color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);letter-spacing:.16px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col .survey-table-col-svg{width:34px;height:34px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col .survey-online-active-details{display:flex;align-items:center;padding:5px 8px 3px;border-radius:50px;margin-left:10px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col .survey-online-active-details .survey-online-active{color:var(--bg-color-black);font-family:var(--font-tstar-bold);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);letter-spacing:.12px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col .survey-online-active-details.survey-submit{background-color:var(--bg-color-active-light-green)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col .survey-online-active-details.survey-draft{background-color:var(--bg-color-type-red)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col .survey-online-active-details.survey-ongoing{background-color:var(--bg-color-light-blue)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col .survey-online-active-details.survey-completed{background-color:var(--bg-color-light-aqua)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col .edit-text{color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-140);letter-spacing:.12px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col .survey-name{width:60%;color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);letter-spacing:.16px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col:first-child{flex:1.8}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col:last-child{gap:40px;flex:.6;justify-content:flex-end}
@media screen and (max-width:1100px){.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col:last-child{gap:8px}
}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col:last-child .edit-text{color:var(--text-color-title-black);display:flex;align-items:center}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col:last-child .edit-icon{height:32px;width:32px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col:last-child .accodion-dropdown-icon{display:flex;width:28px;height:28px;flex-shrink:0;cursor:pointer}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col:last-child .survey-accordion-open{display:block}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col:last-child .close-accordion{transform:rotate(180deg)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .table-col:nth-of-type(5){justify-content:center;flex-wrap:wrap}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row.survey-body-expended .table-col{font-family:var(--font-tstar-bold);font-weight:var(--font-weight-700)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row.survey-body-expended .table-col .survey-name{font-family:var(--font-tstar-bold);font-weight:var(--font-weight-700)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .internal-external{padding:8px 26px 8px 25px;border-radius:50px;font-family:var(--font-tstar-bold);font-size:14px;font-weight:700;line-height:14px;letter-spacing:.01em;text-align:left}
@media screen and (max-width:950px){.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .internal-external{font-size:12px;line-height:12px;padding:8px 16px}
}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .internal-external.bg-blue{background:var(--bg-color-type-blue);color:var(--text-color-type-blue)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .internal-external.bg-red{background:var(--bg-color-type-red);color:var(--text-color-type-red)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey-body-row .internal-external.bg-green{background:var(--bg-color-active-light-green);color:#279460}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content{margin:0 1.5rem 0 1.5rem;border-top:1px solid var(--border-color-gray-1);display:none;height:50%;background:var(--text-color-white);padding-top:24px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .content-details{display:flex;position:relative;color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:14px;font-style:normal;font-weight:400;line-height:100%;padding-bottom:24px;letter-spacing:.14px;gap:60px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .content-details .wd-125{width:125px;flex-shrink:0}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .content-details .wd-633{width:633px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .content-details .template-container{display:flex;align-items:center;gap:8px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .content-details .template-container .survey-download-csv-template{cursor:pointer}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .content-details .template-container .template-border{padding:9px 31px 7px 16px;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size13);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);letter-spacing:.13px;border-radius:50px;background:var(--bg-template-gray-1)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .content-details .template-container .template-border.aligin-content{display:flex;align-items:center;font-size:var(--font-size14);letter-spacing:.14px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .content-details .template-container .template-border .ml-8{margin-left:8px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .content-details .template-container .template-border .ml-4{margin-left:4px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .content-details .template-container .template-border .upload-file{width:24px;height:24px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .content-details .view-survey-report-btn{background-color:transparent;height:40px;width:200px;border-radius:8px;border:1px solid #000;color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-140)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .content-details .view-survey-report-btn a{color:#000}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .content-details .view-survey-report-btn.view-survey-report-btn-container{justify-content:center}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .content-details .view-survey-report-btn .content-right-text{color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);letter-spacing:.14px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .content-details .view-survey-report-btn .content-right-text-purpose{color:#000;font-family:"T-Star Pro";font-size:14px;font-style:normal;font-weight:700;line-height:100%;letter-spacing:.14px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .content-details .view-survey-report-btn .template-container{display:flex;align-items:center;gap:8px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .content-details .view-survey-report-btn .template-container .survey-download-csv-template{cursor:pointer}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .content-details .view-survey-report-btn .template-container .template-border{padding:9px 31px 7px 16px;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size13);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);letter-spacing:.13px;border-radius:50px;background:var(--bg-template-gray-1)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .content-details .view-survey-report-btn .template-container .template-border.aligin-content{display:flex;align-items:center;font-size:var(--font-size14);letter-spacing:.14px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .content-details .view-survey-report-btn .template-container .template-border .ml-8{margin-left:8px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .content-details .view-survey-report-btn .template-container .template-border .ml-4{margin-left:4px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--section .survey--dash-table-body-inner-container .survey--body-row-content .content-details .view-survey-report-btn .template-container .template-border .upload-file{width:24px;height:24px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section{display:none}
@media screen and (max-width:767px){.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section{display:flex;flex-direction:column;gap:12px;padding-top:12px}
}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container{border-radius:15px;background:var(--text-color-white)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row{width:100%;display:flex;align-items:stretch;justify-content:center}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col{display:flex;flex-direction:column;width:100%;padding:16px;gap:12px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col .table-col-heading{color:var(--text-color-title-black);font-family:var(--font-tstar-regular);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400);line-height:110%}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col .survey-name{color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size16);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-120);position:relative}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col .survey-name .survey-name-hover-icon{width:24px;height:24px;flex-shrink:0;margin-left:2px;cursor:pointer}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col .survey-name .survey-tooltip-container{position:absolute;top:20px;left:0;background:#f2f2f2;padding:8px;border-radius:8px;max-width:250px;width:100%;word-break:break-word}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col .table-col-value{color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-700);line-height:110%}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col .table-col-value.distribution-channel-icons{display:flex}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col .table-col-value.distribution-channel-icons .survey-table-col-svg{width:25px;height:25px;flex-shrink:0}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col .table-col-value.template-container{display:flex;flex-wrap:wrap;align-items:center;column-gap:8px;row-gap:12px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col .table-col-value.template-container .survey-download-csv-template{cursor:pointer}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col .table-col-value.template-container .template-border{padding:4px 12px;color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);letter-spacing:.12px;border-radius:50px;background:var(--bg-template-gray-1)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col .table-col-value.template-container .template-border.aligin-content{display:flex;align-items:center}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col .table-col-value.template-container .template-border .ml-4{margin-left:4px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col .table-col-value.template-container .template-border .upload-file{width:24px;height:24px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col .table-col-value .internal-external{padding:8px 26px 8px 25px;border-radius:50px;font-size:var(--font-size12);line-height:var(--line-height-per-100);text-align:center}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col .table-col-value .internal-external.bg-blue{background:var(--bg-color-type-blue);color:var(--text-color-type-blue)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col .table-col-value .internal-external.bg-red{background:var(--bg-color-type-red);color:var(--text-color-type-red)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col.survery-sort{flex-direction:row;justify-content:space-between}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col.survery-sort .survey-online-active-details{display:flex;align-items:center;padding:5px 8px 3px;border-radius:50px;max-width:70px;width:max-content}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col.survery-sort .survey-online-active-details .survey-online-active{color:var(--bg-color-black);font-family:var(--font-tstar-bold);font-size:var(--font-size12);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);letter-spacing:.12px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col.survery-sort .survey-online-active-details.survey-submit{background-color:var(--bg-color-active-light-green)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col.survery-sort .survey-online-active-details.survey-draft{background-color:var(--bg-color-type-red)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col.survery-sort .survey-online-active-details.survey-ongoing{background-color:var(--bg-color-light-blue)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row .table-col.survery-sort .survey-online-active-details.survey-completed{background-color:var(--bg-color-light-aqua)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row.survey-table-row-action .table-col{padding-top:12px;gap:4px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action{display:flex;justify-content:flex-end;gap:16px;padding-top:4px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action .accodion-dropdown-icon{display:flex;justify-content:center;align-items:center;gap:8px;height:40px;background-color:var(--bg-color-gray-1);border-radius:15px;padding:10px 12px 10px 25px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action .accodion-dropdown-icon span{color:var(--text-color-title-black);font-family:var(--font-tstar-bold);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-700);line-height:var(--line-height-per-100);white-space:nowrap}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action .accodion-dropdown-icon .svg-icon{width:20px;height:20px;transition:transform .3s ease-in;flex-shrink:0}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action .accodion-dropdown-icon .text-more{display:block}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action .accodion-dropdown-icon .text-less{display:none}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action .accodion-dropdown-icon[aria-expanded="true"] .text-more{display:none}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action .accodion-dropdown-icon[aria-expanded="true"] .text-less{display:block}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action .accodion-dropdown-icon[aria-expanded="true"] .svg-icon{transform:rotate(180deg)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row.survey-table-row-action .table-col .survey-table-col-action a .edit-icon{width:40px;height:40px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row.table-col-divider .table-col{border-right:1px solid var(--border-color-gray-5);padding-top:12px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .survey-body-row.table-col-divider .table-col:last-child{border:0;gap:8px;padding-bottom:15px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .table-row-expended-content{display:none;padding:12px 0}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .table-row-expended-content .survey-body-row .table-col{padding:12px 16px;gap:16px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .table-row-expended-content .survey-body-row:nth-child(1) .table-col{gap:4px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .table-row-expended-content .survey-body-row:nth-child(1) .table-col:last-child{gap:9px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .table-row-expended-content .view-survey-report-btn-container{display:flex;justify-content:center;margin-top:8px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .table-row-expended-content .view-survey-report-btn-container .view-survey-report-btn-mob{position:relative;background-color:transparent;height:40px;width:200px;border-radius:8px;border:1px solid #000;color:var(--text-color-title-black);font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-140)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .table-row-expended-content .view-survey-report-btn-container .view-survey-report-btn-mob a{color:#000}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dashboard-table .survey--dashboard-table-head .survey--dash-table-body-section .survey--dash-table-body-inner--mob-section .survey--dash-table-body-inner-container .table-row-divider{border-color:var(--border-color-gray-5);margin:0;padding:0}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section{display:flex;align-items:center;justify-content:flex-end;gap:16px;margin-top:16px}
@media screen and (max-width:767px){.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section{margin-top:24px;padding:0 28px;justify-content:space-between}
}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey--dash-pagination-count .survey-bold-text{color:var(--text-color-title-black);text-align:right;font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-500);line-height:var(--line-height-per-100);letter-spacing:.14px}
@media screen and (max-width:767px){.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey--dash-pagination-count .survey-bold-text{font-size:var(--font-size12);letter-spacing:.12px}
}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey--dash-pagination-count .survey-light-text{color:var(--text-color-type-gray-1);font-family:var(--font-transducer);font-size:var(--font-size14);font-style:normal;font-weight:var(--font-weight-400);line-height:var(--line-height-per-100);letter-spacing:.14px}
@media screen and (max-width:767px){.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey--dash-pagination-count .survey-light-text{font-size:var(--font-size12);letter-spacing:.12px}
}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-btn{width:32px;height:32px;border-radius:5px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-btn:disabled .arrow path,.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-btn:disabled .arrow rect{stroke:var(--bg-color-stroke-gray-1);fill:none}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-btn .arrow rect{stroke:none;fill:var(--bg-template-gray-1)}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-btn.survey-dash-prev-arrow{display:block}
@media screen and (max-width:767px){.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-btn.survey-dash-prev-arrow{display:none}
}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-btn.survey-pagination-mob-btn{display:none}
@media screen and (max-width:767px){.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-btn.survey-pagination-mob-btn{display:block}
}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-nav{display:none}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-nav a{text-decoration:none;padding:2px}
.comms-hub-dashboard .survey-dashboard-scoll-top-animation .survey--dashboard-table-container .survey--dash-pagination-section .survey--dash-pagination-inner--section .survey-pagination-nav a.active{text-decoration:underline}
.comms-hub-dashboard .loader-container{position:fixed;display:flex;justify-content:center;align-items:center;height:100vh;width:100%;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.25)}
.comms-hub-dashboard .loader-container .loader{border:4px solid var(--border-color-gray-2);border-top:4px solid var(--text-color-danger-red);border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}
@keyframes spin{0{transform:rotate(0)}
100%{transform:rotate(360deg)}
}
.comms-hub-dashboard .confimation-popup{width:100%;height:100%;top:0;left:0;position:fixed;display:none;flex-direction:row;justify-content:center;align-items:center;background:rgba(0,0,0,0.25)}
.comms-hub-dashboard .confimation-popup .msg-popup-container{width:min-content;height:min-content;padding:24px 40px;display:flex;flex-direction:column;align-items:center;gap:24px;background-color:white;border-radius:8px}
.comms-hub-dashboard .confimation-popup .msg-popup-container span{color:black;font-family:var(--font-transducer);font-size:24px;font-weight:700;line-height:24px;text-align:left}
.comms-hub-dashboard .confimation-popup .msg-popup-container p{font-family:var(--font-tstar-regular);font-size:16px;font-weight:400;line-height:19.2px;text-align:center;width:268px}
.comms-hub-dashboard .confimation-popup .msg-popup-container button{width:100px;height:40px;border-radius:5px;color:white;background:#ff0101}
@import url("https://p.typekit.net/p.css?s=1&k=zlz0rij&ht=tk&f=47830.47831.47832.47833.47839.47840.47844.47845.47851.47854.47855.47856.51909.51995&a=170394183&app=typekit&e=css");@font-face{font-family:"transducer-condensed";src:url("https://use.typekit.net/af/d4aac4/000000000000000077508483/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/d4aac4/000000000000000077508483/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/d4aac4/000000000000000077508483/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");font-display:auto;font-style:normal;font-weight:400;font-stretch:normal}
@font-face{font-family:"transducer-condensed";src:url("https://use.typekit.net/af/4855d8/00000000000000007750847c/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/4855d8/00000000000000007750847c/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/4855d8/00000000000000007750847c/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");font-display:auto;font-style:italic;font-weight:400;font-stretch:normal}
@font-face{font-family:"transducer-condensed";src:url("https://use.typekit.net/af/abc9b0/00000000000000007750847a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff2"),url("https://use.typekit.net/af/abc9b0/00000000000000007750847a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff"),url("https://use.typekit.net/af/abc9b0/00000000000000007750847a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("opentype");font-display:auto;font-style:italic;font-weight:600;font-stretch:normal}
@font-face{font-family:"transducer-condensed";src:url("https://use.typekit.net/af/03ef8e/000000000000000077508485/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),url("https://use.typekit.net/af/03ef8e/000000000000000077508485/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),url("https://use.typekit.net/af/03ef8e/000000000000000077508485/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");font-display:auto;font-style:normal;font-weight:600;font-stretch:normal}
@font-face{font-family:"transducer-extended";src:url("https://use.typekit.net/af/8f5db6/000000000000000077508480/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/8f5db6/000000000000000077508480/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/8f5db6/000000000000000077508480/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");font-display:auto;font-style:italic;font-weight:400;font-stretch:normal}
@font-face{font-family:"transducer-extended";src:url("https://use.typekit.net/af/d6c24c/000000000000000077508481/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/d6c24c/000000000000000077508481/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/d6c24c/000000000000000077508481/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");font-display:auto;font-style:normal;font-weight:400;font-stretch:normal}
@font-face{font-family:"transducer-extended";src:url("https://use.typekit.net/af/373a05/000000000000000077508493/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff2"),url("https://use.typekit.net/af/373a05/000000000000000077508493/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff"),url("https://use.typekit.net/af/373a05/000000000000000077508493/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("opentype");font-display:auto;font-style:italic;font-weight:600;font-stretch:normal}
@font-face{font-family:"transducer-extended";src:url("https://use.typekit.net/af/a9b03f/000000000000000077508490/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),url("https://use.typekit.net/af/a9b03f/000000000000000077508490/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),url("https://use.typekit.net/af/a9b03f/000000000000000077508490/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");font-display:auto;font-style:normal;font-weight:600;font-stretch:normal}
@font-face{font-family:"transducer";src:url("https://use.typekit.net/af/933fe3/00000000000000007750847e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3") format("woff2"),url("https://use.typekit.net/af/933fe3/00000000000000007750847e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3") format("woff"),url("https://use.typekit.net/af/933fe3/00000000000000007750847e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3") format("opentype");font-display:auto;font-style:italic;font-weight:100;font-stretch:normal}
@font-face{font-family:"transducer";src:url("https://use.typekit.net/af/9fb9fd/00000000000000007750848f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff2"),url("https://use.typekit.net/af/9fb9fd/00000000000000007750848f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff"),url("https://use.typekit.net/af/9fb9fd/00000000000000007750848f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("opentype");font-display:auto;font-style:normal;font-weight:100;font-stretch:normal}
@font-face{font-family:"transducer";src:url("https://use.typekit.net/af/1e256b/00000000000000007750848c/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/1e256b/00000000000000007750848c/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/1e256b/00000000000000007750848c/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");font-display:auto;font-style:italic;font-weight:400;font-stretch:normal}
@font-face{font-family:"transducer";src:url("https://use.typekit.net/af/60362a/000000000000000077508482/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/60362a/000000000000000077508482/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/60362a/000000000000000077508482/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");font-display:auto;font-style:normal;font-weight:500;font-stretch:normal}
@font-face{font-family:"transducer";src:url("https://use.typekit.net/af/c0871e/000000000000000077508487/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/c0871e/000000000000000077508487/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/c0871e/000000000000000077508487/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");font-display:auto;font-style:normal;font-weight:400;font-stretch:normal}
@font-face{font-family:"transducer";src:url("https://use.typekit.net/af/d14808/000000000000000077508489/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),url("https://use.typekit.net/af/d14808/000000000000000077508489/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),url("https://use.typekit.net/af/d14808/000000000000000077508489/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");font-display:auto;font-style:normal;font-weight:600;font-stretch:normal}
@font-face{font-family:"transducer";src:url("https://use.typekit.net/af/46daff/000000000000000077508492/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff2"),url("https://use.typekit.net/af/46daff/000000000000000077508492/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff"),url("https://use.typekit.net/af/46daff/000000000000000077508492/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("opentype");font-display:auto;font-style:italic;font-weight:600;font-stretch:normal}
@font-face{font-family:"transducer";src:url("https://use.typekit.net/af/fed96f/000000000000000077508484/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2"),url("https://use.typekit.net/af/fed96f/000000000000000077508484/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff"),url("https://use.typekit.net/af/fed96f/000000000000000077508484/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("opentype");font-display:auto;font-style:italic;font-weight:500;font-stretch:normal}
@font-face{font-family:"hyperspace-race-cap-variable";src:url("https://use.typekit.net/af/1b7bd0/0000000000000000774bb305/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/1b7bd0/0000000000000000774bb305/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/1b7bd0/0000000000000000774bb305/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");font-display:auto;font-style:normal;font-weight:400;font-stretch:normal}
@font-face{font-family:"hyperspace-race-variable";src:url("https://use.typekit.net/af/330426/0000000000000000774bdc43/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/330426/0000000000000000774bdc43/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/330426/0000000000000000774bdc43/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");font-display:auto;font-style:normal;font-weight:400;font-stretch:normal}
.tk-transducer-condensed{font-family:"transducer-condensed",sans-serif}
.tk-transducer-extended{font-family:"transducer-extended",sans-serif}
.tk-transducer{font-family:"transducer",sans-serif}
.tk-hyperspace-race-cap-variable{font-family:"hyperspace-race-cap-variable",sans-serif}
.tk-hyperspace-race-variable{font-family:"hyperspace-race-variable",sans-serif}
.font-hyperspace-race-wide-bold{font-family:"hyperspace-race-variable",sans-serif;font-variation-settings:'wght' 700,'wdth' 150,'ital' 0}
.font-hyperspace-race-xwide-bold{font-family:"hyperspace-race-variable",sans-serif;font-variation-settings:'wght' 700,'wdth' 200,'ital' 0}
button{outline:0;border:0}
ul{list-style:none;padding:0}
ol li{list-style:auto}
a,a:hover,a:focus{text-decoration:none}
*{box-sizing:border-box;padding:0;margin:0}
label{margin:0}
@font-face{font-family:"robotocondensed-bold";src:url("clientlib-survey-site/resources/fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf") format("truetype")}
@font-face{font-family:"robotocondensed-regular";src:url("clientlib-survey-site/resources/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf") format("truetype")}
@font-face{font-family:"transducer-test-regular";src:url("clientlib-survey-site/resources/fonts/transducer/TransducerTest-ExtendedRegular-BF645c3dd84ea93.otf") format("otf")}
@font-face{font-family:"transducer-test-medium";src:url("clientlib-survey-site/resources/fonts/transducer/TransducerTest-ExtendedMedium-BF645c3dd84b09b.otf") format("otf")}
@font-face{font-family:"tstar-regular";src:url("clientlib-survey-site/resources/fonts/tstar/TSTAR-PRO-Regular.ttf") format("truetype"),url("clientlib-survey-site/resources/fonts/tstar/TSTAR-PRO-Regular.woff") format("woff"),url("clientlib-survey-site/resources/fonts/tstar/TSTAR-PRO-Regular.woff2") format("woff2"),url("clientlib-survey-site/resources/fonts/tstar/TSTAR-PRO-Regular.eot") format("eot")}
@font-face{font-family:"tstar-medium";src:url("clientlib-survey-site/resources/fonts/tstar/TSTAR-PRO-Medium.ttf") format("truetype"),url("clientlib-survey-site/resources/fonts/tstar/TSTAR-PRO-Medium.woff") format("woff"),url("clientlib-survey-site/resources/fonts/tstar/TSTAR-PRO-Medium.woff2") format("woff2"),url("clientlib-survey-site/resources/fonts/tstar/TSTAR-PRO-Medium.eot") format("eot")}
@font-face{font-family:"tstar-bold";src:url("clientlib-survey-site/resources/fonts/tstar/TSTAR-PRO-Bold.ttf") format("truetype"),url("clientlib-survey-site/resources/fonts/tstar/TSTAR-PRO-Bold.woff") format("woff"),url("clientlib-survey-site/resources/fonts/tstar/TSTAR-PRO-Bold.woff2") format("woff2"),url("clientlib-survey-site/resources/fonts/tstar/TSTAR-PRO-Bold.eot") format("eot")}
@font-face{font-family:"tstar-heavy";src:url("clientlib-survey-site/resources/fonts/tstar/T-StarPro-Heavy.ttf") format("truetype"),url("clientlib-survey-site/resources/fonts/tstar/T-StarPro-Heavy.woff") format("woff"),url("clientlib-survey-site/resources/fonts/tstar/T-StarPro-Heavy.woff2") format("woff2")}
:root{--font-tstar-regular:"tstar-regular";--font-tstar-medium:"tstar-medium";--font-tstar-bold:"tstar-bold";--font-tstar-heavy:"tstar-heavy";--font-transducer-regular:"transducer-regular";--font-transducer-medium:"transducer-medium";--font-transducer-bold:"transducer-bold";--font-robotocondensed-regular:"robotocondensed-regular";--font-robotocondensed-bold:"robotocondensed-bold";--font-transducer:"transducer",sans-serif;--font-transducer-condensed:"transducer-condensed",sans-serif;--font-transducer-extended:"transducer-extended",sans-serif;--font-transducer-test-regular:"transducer-test-regular";--font-transducer-test-medium:"transducer-test-medium";--font-weight-300:300;--font-weight-400:400;--font-weight-500:500;--font-weight-600:600;--font-weight-700:700;--font-weight-800:800;--font-weight-900:900;--font-size8:8px;--font-size10:10px;--font-size12:12px;--font-size13:13px;--font-size14:14px;--font-size15:15px;--font-size16:16px;--font-size17:17px;--font-size18:18px;--font-size20:20px;--font-size21:21px;--font-size22:22px;--font-size24:24px;--font-size26:26px;--font-size28:28px;--font-size30:30px;--font-size32:32px;--font-size33:33px;--font-size34:34px;--font-size35:35px;--font-size36:36px;--font-size37:37px;--font-size38:38px;--font-size39:39px;--font-size40:40px;--font-size41:41px;--font-size42:42px;--font-size48:48px;--font-size49:49px;--font-size52:52px;--font-size56:56px;--font-size58:58px;--font-size60:60px;--font-size64:64px;--font-size67:67px;--font-size74:74px;--font-size80:80px;--font-size84:84px;--font-size90:90px;--font-size180:180px;--line-height-per-140:140%;--line-height-per-100:100%;--line-height-per-120:120%;--line-height-9:9px;--line-height-12:12px;--line-height-14:14px;--line-height-16:16px;--line-height-17:17px;--line-height-19:19px;--line-height-20:20px;--line-height-21:21px;--line-height-23:23px;--line-height-24:24px;--line-height-25:25px;--line-height-26:26px;--line-height-28:28px;--line-height-32:32px;--line-height-40:40px;--line-height-42:42px;--line-height-48:48px;--line-height-57:57px;--line-height-69:69px;--line-height-78:78px;--line-height-100:100px;--text-color-title-black:#000;--text-color-title-red:#F00;--text-color-black:#303030;--text-color-red:#ee2326;--text-color-danger-red:red;--text-color-grey:#666;--text-color-lightgrey:#757575;--text-color-grey-blur:rgba(255,255,255,0.5) !important;--text-color-white:#fff !important;--text-color-blue:#009fda;--text-color-grey-white:rgba(255,255,255,0.5);--text-color-danger-red-2:#df0000;--text-color-info:#0086da;--text-color-grey-label:#a5a5a5;--text-color-grey-label-1:#a0a0a0;--text-color-type-blue:#3e38bc;--text-color-type-red:#ff0100;--text-color-type-gray-1:#9f9f9f;--text-color-type-gray-2:#d3d3d3;--text-color-type-gray-3:gray;--bg-color-secondarygrey:#303030;--bg-color-black:#000;--bg-color-danger:#ee2326;--bg-color-red:red;--bg-color-white:#f5f5f7;--bg-color-blue:#009fda;--bg-color-grey-blur:#303030;--bg-mob-color-grey:#ddd;--bg-red-gradient:linear-gradient(95.69deg,#ac0000 0,#f00 26.35%,#ff3b3b 50.83%,#f00 72.71%,#f00 100%);--bg-color-black-2:#0a0a0a;--bg-color-light-skin:#fff1e4;--bg-color-yellow:#fff797;--bg-color-grey-2:#ededed;--bg-color-grey-3:#e2e2e2;--bg-color-btn-red:#f12b2b;--bg-color-light-purple:#f4dff1;--bg-color-light-blue:#efebff;--bg-color-light-aqua:#e7f8ff;--bg-color-light-gray:#e6e6e6;--bg-color-gray-1:#f2f2f2;--bg-color-active-light-green:#dff3eb;--bg-color-type-blue:#eae9ff;--bg-color-type-red:#ffe4e4;--bg-template-gray-1:#f1f1f1;--bg-color-stroke-gray-1:#9f9f9f;--border-color-gray-1:#d6d6d6;--border-color-gray-2:#f3f3f3;--border-color-gray-3:#ccc;--border-color-gray-4:#d9d9d9;--border-color-gray-5:#e5e5e5}
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}
.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}
.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}
.ui-helper-clearfix:after{clear:both}
.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}
.ui-front{z-index:100}
.ui-state-disabled{cursor:default !important;pointer-events:none}
.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}
.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}
.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}
.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}
.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}
.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}
.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}
.ui-menu .ui-menu{position:absolute}
.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}
.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}
.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}
.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}
.ui-menu-icons{position:relative}
.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}
.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}
.ui-menu .ui-menu-icon{left:auto;right:0}
.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}
.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}
.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}
input.ui-button.ui-button-icon-only{text-indent:0}
.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}
.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}
input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}
input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}
.ui-controlgroup{vertical-align:middle;display:inline-block}
.ui-controlgroup>.ui-controlgroup-item{float:left;margin-left:0;margin-right:0}
.ui-controlgroup>.ui-controlgroup-item:focus,.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus{z-index:9999}
.ui-controlgroup-vertical>.ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}
.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}
.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}
.ui-controlgroup .ui-controlgroup-label span{font-size:80%}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:0}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:0}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:0}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:0}
.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}
.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:0}
.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:0}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}
.ui-checkboxradio-disabled{pointer-events:none}
.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}
.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}
.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}
.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}
.ui-datepicker .ui-datepicker-prev{left:2px}
.ui-datepicker .ui-datepicker-next{right:2px}
.ui-datepicker .ui-datepicker-prev-hover{left:1px}
.ui-datepicker .ui-datepicker-next-hover{right:1px}
.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}
.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}
.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}
.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}
.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}
.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}
.ui-datepicker td{border:0;padding:1px}
.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}
.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}
.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}
.ui-datepicker.ui-datepicker-multi{width:auto}
.ui-datepicker-multi .ui-datepicker-group{float:left}
.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}
.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}
.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}
.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}
.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}
.ui-datepicker-row-break{clear:both;width:100%;font-size:0}
.ui-datepicker-rtl{direction:rtl}
.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}
.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}
.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}
.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}
.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}
.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}
.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}
.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}
.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}
.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}
.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}
.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:0;overflow:auto}
.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}
.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}
.ui-dialog .ui-resizable-n{height:2px;top:0}
.ui-dialog .ui-resizable-e{width:2px;right:0}
.ui-dialog .ui-resizable-s{height:2px;bottom:0}
.ui-dialog .ui-resizable-w{width:2px;left:0}
.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}
.ui-dialog .ui-resizable-se{right:0;bottom:0}
.ui-dialog .ui-resizable-sw{left:0;bottom:0}
.ui-dialog .ui-resizable-ne{right:0;top:0}
.ui-dialog .ui-resizable-nw{left:0;top:0}
.ui-draggable .ui-dialog-titlebar{cursor:move}
.ui-draggable-handle{-ms-touch-action:none;touch-action:none}
.ui-resizable{position:relative}
.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}
.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}
.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}
.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}
.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}
.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}
.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}
.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}
.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}
.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}
.ui-progressbar{height:2em;text-align:left;overflow:hidden}
.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}
.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:.25}
.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}
.ui-selectable{-ms-touch-action:none;touch-action:none}
.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}
.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}
.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}
.ui-selectmenu-open{display:block}
.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}
.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}
.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}
.ui-slider{position:relative;text-align:left}
.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}
.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}
.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}
.ui-slider-horizontal{height:.8em}
.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}
.ui-slider-horizontal .ui-slider-range{top:0;height:100%}
.ui-slider-horizontal .ui-slider-range-min{left:0}
.ui-slider-horizontal .ui-slider-range-max{right:0}
.ui-slider-vertical{width:.8em;height:100px}
.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}
.ui-slider-vertical .ui-slider-range{left:0;width:100%}
.ui-slider-vertical .ui-slider-range-min{bottom:0}
.ui-slider-vertical .ui-slider-range-max{top:0}
.ui-sortable-handle{-ms-touch-action:none;touch-action:none}
.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}
.ui-spinner-input{border:0;background:0;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}
.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}
.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}
.ui-spinner-up{top:0}
.ui-spinner-down{bottom:0}
.ui-tabs{position:relative;padding:.2em}
.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}
.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}
.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}
.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:0}
.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}
body .ui-tooltip{border-width:2px}
.ui-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}
.ui-widget .ui-widget{font-size:1em}
.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1em}
.ui-widget.ui-widget-content{border:1px solid #ccc}
.ui-widget-content{border:1px solid #ddd;background:#eee url("clientlib-survey-site/less/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;color:#333}
.ui-widget-content a{color:#333}
.ui-widget-header{border:1px solid #e78f08;background:#f6a828 url("clientlib-survey-site/less/images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;color:#fff;font-weight:bold}
.ui-widget-header a{color:#fff}
.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #ccc;background:#f6f6f6 url("clientlib-survey-site/less/images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#1c94c4}
.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#1c94c4;text-decoration:none}
.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #fbcb09;background:#fdf5ce url("clientlib-survey-site/less/images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#c77405}
.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#c77405;text-decoration:none}
.ui-visual-focus{box-shadow:0 0 3px 1px #5e9ed6}
.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #fbd850;background:#fff url("clientlib-survey-site/less/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#eb8f00}
.ui-icon-background,.ui-state-active .ui-icon-background{border:#fbd850;background-color:#eb8f00}
.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#eb8f00;text-decoration:none}
.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fed22f;background:#ffe45c url("clientlib-survey-site/less/images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;color:#363636}
.ui-state-checked{border:1px solid #fed22f;background:#ffe45c}
.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}
.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#b81900 url("clientlib-survey-site/less/images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;color:#fff}
.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}
.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}
.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}
.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}
.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}
.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}
.ui-icon{width:16px;height:16px}
.ui-icon,.ui-widget-content .ui-icon{background-image:url("clientlib-survey-site/less/images/ui-icons_222222_256x240.png")}
.ui-widget-header .ui-icon{background-image:url("clientlib-survey-site/less/images/ui-icons_ffffff_256x240.png")}
.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("clientlib-survey-site/less/images/ui-icons_ef8c08_256x240.png")}
.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("clientlib-survey-site/less/images/ui-icons_ef8c08_256x240.png")}
.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("clientlib-survey-site/less/images/ui-icons_228ef1_256x240.png")}
.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("clientlib-survey-site/less/images/ui-icons_ffd27a_256x240.png")}
.ui-button .ui-icon{background-image:url("clientlib-survey-site/less/images/ui-icons_ef8c08_256x240.png")}
.ui-icon-blank{background-position:16px 16px}
.ui-icon-caret-1-n{background-position:0 0}
.ui-icon-caret-1-ne{background-position:-16px 0}
.ui-icon-caret-1-e{background-position:-32px 0}
.ui-icon-caret-1-se{background-position:-48px 0}
.ui-icon-caret-1-s{background-position:-65px 0}
.ui-icon-caret-1-sw{background-position:-80px 0}
.ui-icon-caret-1-w{background-position:-96px 0}
.ui-icon-caret-1-nw{background-position:-112px 0}
.ui-icon-caret-2-n-s{background-position:-128px 0}
.ui-icon-caret-2-e-w{background-position:-144px 0}
.ui-icon-triangle-1-n{background-position:0 -16px}
.ui-icon-triangle-1-ne{background-position:-16px -16px}
.ui-icon-triangle-1-e{background-position:-32px -16px}
.ui-icon-triangle-1-se{background-position:-48px -16px}
.ui-icon-triangle-1-s{background-position:-65px -16px}
.ui-icon-triangle-1-sw{background-position:-80px -16px}
.ui-icon-triangle-1-w{background-position:-96px -16px}
.ui-icon-triangle-1-nw{background-position:-112px -16px}
.ui-icon-triangle-2-n-s{background-position:-128px -16px}
.ui-icon-triangle-2-e-w{background-position:-144px -16px}
.ui-icon-arrow-1-n{background-position:0 -32px}
.ui-icon-arrow-1-ne{background-position:-16px -32px}
.ui-icon-arrow-1-e{background-position:-32px -32px}
.ui-icon-arrow-1-se{background-position:-48px -32px}
.ui-icon-arrow-1-s{background-position:-65px -32px}
.ui-icon-arrow-1-sw{background-position:-80px -32px}
.ui-icon-arrow-1-w{background-position:-96px -32px}
.ui-icon-arrow-1-nw{background-position:-112px -32px}
.ui-icon-arrow-2-n-s{background-position:-128px -32px}
.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}
.ui-icon-arrow-2-e-w{background-position:-160px -32px}
.ui-icon-arrow-2-se-nw{background-position:-176px -32px}
.ui-icon-arrowstop-1-n{background-position:-192px -32px}
.ui-icon-arrowstop-1-e{background-position:-208px -32px}
.ui-icon-arrowstop-1-s{background-position:-224px -32px}
.ui-icon-arrowstop-1-w{background-position:-240px -32px}
.ui-icon-arrowthick-1-n{background-position:1px -48px}
.ui-icon-arrowthick-1-ne{background-position:-16px -48px}
.ui-icon-arrowthick-1-e{background-position:-32px -48px}
.ui-icon-arrowthick-1-se{background-position:-48px -48px}
.ui-icon-arrowthick-1-s{background-position:-64px -48px}
.ui-icon-arrowthick-1-sw{background-position:-80px -48px}
.ui-icon-arrowthick-1-w{background-position:-96px -48px}
.ui-icon-arrowthick-1-nw{background-position:-112px -48px}
.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}
.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}
.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}
.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}
.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}
.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}
.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}
.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}
.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}
.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}
.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}
.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}
.ui-icon-arrowreturn-1-w{background-position:-64px -64px}
.ui-icon-arrowreturn-1-n{background-position:-80px -64px}
.ui-icon-arrowreturn-1-e{background-position:-96px -64px}
.ui-icon-arrowreturn-1-s{background-position:-112px -64px}
.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}
.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}
.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}
.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}
.ui-icon-arrow-4{background-position:0 -80px}
.ui-icon-arrow-4-diag{background-position:-16px -80px}
.ui-icon-extlink{background-position:-32px -80px}
.ui-icon-newwin{background-position:-48px -80px}
.ui-icon-refresh{background-position:-64px -80px}
.ui-icon-shuffle{background-position:-80px -80px}
.ui-icon-transfer-e-w{background-position:-96px -80px}
.ui-icon-transferthick-e-w{background-position:-112px -80px}
.ui-icon-folder-collapsed{background-position:0 -96px}
.ui-icon-folder-open{background-position:-16px -96px}
.ui-icon-document{background-position:-32px -96px}
.ui-icon-document-b{background-position:-48px -96px}
.ui-icon-note{background-position:-64px -96px}
.ui-icon-mail-closed{background-position:-80px -96px}
.ui-icon-mail-open{background-position:-96px -96px}
.ui-icon-suitcase{background-position:-112px -96px}
.ui-icon-comment{background-position:-128px -96px}
.ui-icon-person{background-position:-144px -96px}
.ui-icon-print{background-position:-160px -96px}
.ui-icon-trash{background-position:-176px -96px}
.ui-icon-locked{background-position:-192px -96px}
.ui-icon-unlocked{background-position:-208px -96px}
.ui-icon-bookmark{background-position:-224px -96px}
.ui-icon-tag{background-position:-240px -96px}
.ui-icon-home{background-position:0 -112px}
.ui-icon-flag{background-position:-16px -112px}
.ui-icon-calendar{background-position:-32px -112px}
.ui-icon-cart{background-position:-48px -112px}
.ui-icon-pencil{background-position:-64px -112px}
.ui-icon-clock{background-position:-80px -112px}
.ui-icon-disk{background-position:-96px -112px}
.ui-icon-calculator{background-position:-112px -112px}
.ui-icon-zoomin{background-position:-128px -112px}
.ui-icon-zoomout{background-position:-144px -112px}
.ui-icon-search{background-position:-160px -112px}
.ui-icon-wrench{background-position:-176px -112px}
.ui-icon-gear{background-position:-192px -112px}
.ui-icon-heart{background-position:-208px -112px}
.ui-icon-star{background-position:-224px -112px}
.ui-icon-link{background-position:-240px -112px}
.ui-icon-cancel{background-position:0 -128px}
.ui-icon-plus{background-position:-16px -128px}
.ui-icon-plusthick{background-position:-32px -128px}
.ui-icon-minus{background-position:-48px -128px}
.ui-icon-minusthick{background-position:-64px -128px}
.ui-icon-close{background-position:-80px -128px}
.ui-icon-closethick{background-position:-96px -128px}
.ui-icon-key{background-position:-112px -128px}
.ui-icon-lightbulb{background-position:-128px -128px}
.ui-icon-scissors{background-position:-144px -128px}
.ui-icon-clipboard{background-position:-160px -128px}
.ui-icon-copy{background-position:-176px -128px}
.ui-icon-contact{background-position:-192px -128px}
.ui-icon-image{background-position:-208px -128px}
.ui-icon-video{background-position:-224px -128px}
.ui-icon-script{background-position:-240px -128px}
.ui-icon-alert{background-position:0 -144px}
.ui-icon-info{background-position:-16px -144px}
.ui-icon-notice{background-position:-32px -144px}
.ui-icon-help{background-position:-48px -144px}
.ui-icon-check{background-position:-64px -144px}
.ui-icon-bullet{background-position:-80px -144px}
.ui-icon-radio-on{background-position:-96px -144px}
.ui-icon-radio-off{background-position:-112px -144px}
.ui-icon-pin-w{background-position:-128px -144px}
.ui-icon-pin-s{background-position:-144px -144px}
.ui-icon-play{background-position:0 -160px}
.ui-icon-pause{background-position:-16px -160px}
.ui-icon-seek-next{background-position:-32px -160px}
.ui-icon-seek-prev{background-position:-48px -160px}
.ui-icon-seek-end{background-position:-64px -160px}
.ui-icon-seek-start{background-position:-80px -160px}
.ui-icon-seek-first{background-position:-80px -160px}
.ui-icon-stop{background-position:-96px -160px}
.ui-icon-eject{background-position:-112px -160px}
.ui-icon-volume-off{background-position:-128px -160px}
.ui-icon-volume-on{background-position:-144px -160px}
.ui-icon-power{background-position:0 -176px}
.ui-icon-signal-diag{background-position:-16px -176px}
.ui-icon-signal{background-position:-32px -176px}
.ui-icon-battery-0{background-position:-48px -176px}
.ui-icon-battery-1{background-position:-64px -176px}
.ui-icon-battery-2{background-position:-80px -176px}
.ui-icon-battery-3{background-position:-96px -176px}
.ui-icon-circle-plus{background-position:0 -192px}
.ui-icon-circle-minus{background-position:-16px -192px}
.ui-icon-circle-close{background-position:-32px -192px}
.ui-icon-circle-triangle-e{background-position:-48px -192px}
.ui-icon-circle-triangle-s{background-position:-64px -192px}
.ui-icon-circle-triangle-w{background-position:-80px -192px}
.ui-icon-circle-triangle-n{background-position:-96px -192px}
.ui-icon-circle-arrow-e{background-position:-112px -192px}
.ui-icon-circle-arrow-s{background-position:-128px -192px}
.ui-icon-circle-arrow-w{background-position:-144px -192px}
.ui-icon-circle-arrow-n{background-position:-160px -192px}
.ui-icon-circle-zoomin{background-position:-176px -192px}
.ui-icon-circle-zoomout{background-position:-192px -192px}
.ui-icon-circle-check{background-position:-208px -192px}
.ui-icon-circlesmall-plus{background-position:0 -208px}
.ui-icon-circlesmall-minus{background-position:-16px -208px}
.ui-icon-circlesmall-close{background-position:-32px -208px}
.ui-icon-squaresmall-plus{background-position:-48px -208px}
.ui-icon-squaresmall-minus{background-position:-64px -208px}
.ui-icon-squaresmall-close{background-position:-80px -208px}
.ui-icon-grip-dotted-vertical{background-position:0 -224px}
.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}
.ui-icon-grip-solid-vertical{background-position:-32px -224px}
.ui-icon-grip-solid-horizontal{background-position:-48px -224px}
.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}
.ui-icon-grip-diagonal-se{background-position:-80px -224px}
.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}
.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}
.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}
.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}
.ui-widget-overlay{background:#666 url("clientlib-survey-site/less/images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;opacity:.5;filter:Alpha(Opacity=50)}
.ui-widget-shadow{-webkit-box-shadow:-5px -5px 5px #000;box-shadow:-5px -5px 5px #000}