@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200;0,6..12,400;0,6..12,500;0,6..12,700;0,6..12,900;1,6..12,200;1,6..12,400;1,6..12,500;1,6..12,700;1,6..12,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";.rdp-root{--rdp-accent-color: blue;--rdp-accent-background-color: #f0f0ff;--rdp-day-height: 44px;--rdp-day-width: 44px;--rdp-day_button-border-radius: 100%;--rdp-day_button-border: 2px solid transparent;--rdp-day_button-height: 42px;--rdp-day_button-width: 42px;--rdp-selected-border: 2px solid var(--rdp-accent-color);--rdp-disabled-opacity: .5;--rdp-outside-opacity: .75;--rdp-today-color: var(--rdp-accent-color);--rdp-dropdown-gap: .5rem;--rdp-months-gap: 2rem;--rdp-nav_button-disabled-opacity: .5;--rdp-nav_button-height: 2.25rem;--rdp-nav_button-width: 2.25rem;--rdp-nav-height: 2.75rem;--rdp-range_middle-background-color: var(--rdp-accent-background-color);--rdp-range_middle-color: inherit;--rdp-range_start-color: white;--rdp-range_start-background: linear-gradient( var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50% );--rdp-range_start-date-background-color: var(--rdp-accent-color);--rdp-range_end-background: linear-gradient( var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50% );--rdp-range_end-color: white;--rdp-range_end-date-background-color: var(--rdp-accent-color);--rdp-week_number-border-radius: 100%;--rdp-week_number-border: 2px solid transparent;--rdp-week_number-height: var(--rdp-day-height);--rdp-week_number-opacity: .75;--rdp-week_number-width: var(--rdp-day-width);--rdp-weeknumber-text-align: center;--rdp-weekday-opacity: .75;--rdp-weekday-padding: .5rem 0rem;--rdp-weekday-text-align: center;--rdp-gradient-direction: 90deg;--rdp-animation_duration: .3s;--rdp-animation_timing: cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction: -90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity: unset}.rdp-root{position:relative;box-sizing:border-box}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;justify-content:center;align-items:center;display:flex;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height)}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{display:inline-block;fill:var(--rdp-accent-color)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{position:relative;display:inline-flex;align-items:center;gap:var(--rdp-dropdown-gap)}.rdp-dropdown{z-index:2;opacity:0;appearance:none;position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:100%;margin:0;padding:0;cursor:inherit;border:none;line-height:inherit}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{display:flex;align-content:center;height:var(--rdp-nav-height);font-weight:700;font-size:large}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{position:absolute;inset-inline-start:0;top:0;height:var(--rdp-nav-height);display:inline-flex}.rdp-root[data-nav-layout=around] .rdp-button_next{position:absolute;inset-inline-end:0;top:0;height:var(--rdp-nav-height);display:inline-flex;justify-content:center}.rdp-months{position:relative;display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:fit-content}.rdp-month_grid{border-collapse:collapse}.rdp-nav{position:absolute;inset-block-start:0;inset-inline-end:0;display:flex;align-items:center;height:var(--rdp-nav-height)}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);font-weight:500;font-size:smaller;text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{opacity:var(--rdp-week_number-opacity);font-weight:400;font-size:small;height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-weight:700;font-size:large}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}*{font-family:Nunito Sans,sans-serif!important}.link-span{text-decoration:underline;cursor:pointer}.muted{color:#00000080;font-size:.7rem}.domain{stroke:transparent}.agreement-fields{display:flex;flex-direction:column;gap:2rem}.agreement-fields>*{font-size:12px!important}.form-row{display:flex;flex-direction:column;justify-content:space-between;gap:1rem;width:100%}.form-wrap{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.form-wrap .MuiFormControl-root{width:100%}.grid-container{display:grid;grid-gap:1rem;grid-template-columns:[start-full-row] 1fr [start-half-row] 0fr [end-half-row] 1fr [end-full-row];grid-template-rows:auto;margin-bottom:2rem}.grid-container .grid-column{display:grid;gap:2rem;height:fit-content}.grid-container .grid-column>*{transition:transform .3s ease-in-out}.grid-container .grid-column2{display:grid;gap:2rem;height:fit-content}.grid-container .grid-column2>*{transition:transform .3s ease-in-out}.grid-container .grid-left{display:flex;flex-direction:column;gap:1rem;grid-column:start-full-row/end-full-row}.grid-container .grid-right,.grid-container .grid-full{grid-column:start-full-row/end-full-row}@media(min-width:1000px){.grid-container{grid-template-columns:[start-full-row] 1fr [start-half-row] 0fr [end-half-row] 1fr [end-full-row]}.grid-container .grid-left{grid-column:start-full-row/end-half-row}.grid-container .grid-right{grid-column:end-half-row/end-full-row}.grid-container .grid-full{grid-column:start-full-row/end-full-row}}.chip-competence{display:flex;padding:2px 8px 2px 6px;align-items:center;gap:6px;font-size:14px;font-weight:400;border-radius:16px;border:1px solid #b2ddff;background:#eff8ff;color:#175cd3;text-transform:capitalize}.chip-competence .circle{width:8px;height:8px;border-radius:9999px;background:#2e90fa;align-self:center;margin:0;padding:0}.chip-excitement{display:flex;padding:2px 8px 2px 6px;align-items:center;gap:4px;border-radius:16px;border:1px solid #fcceee;background:#fdf2fa;color:#c11574;text-transform:capitalize}.chip-excitement .circle{width:8px;height:8px;border-radius:9999px;background:#ee46bc}.chip-sincerity{display:flex;padding:2px 8px 2px 6px;align-items:center;gap:4px;border-radius:16px;border:1px solid #eaecf0;background:#f9fafb;color:#475467;text-transform:capitalize}.chip-sincerity .circle{width:8px;height:8px;border-radius:9999px;background:#475467}.border-1{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px;box-shadow:0 1px 2px #1018280d}.external-label{color:#344054;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin:1rem 0 .3rem}.center{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh}.icon-container{display:flex;justify-content:center;border-radius:8px;background:#fbe8ff;width:40px;height:40px;padding:10px;align-items:center}.blurred #root>*:not(.MuiDialog-root){filter:blur(4px);pointer-events:none;-webkit-user-select:none;user-select:none}.signIn{background:#f9fafb;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.signup{display:flex;flex-direction:row;min-height:100vh}.signup .form{min-height:100vh;width:50%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.signup .form .form-wrapper{max-width:360px;width:100%}.signup .form .form-wrapper .form-head{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;align-items:flex-start;margin-bottom:1rem}.signup .form .form-wrapper .form-head h5{color:#384250;font-size:30px;font-style:normal;font-weight:700;line-height:38px}.signup .form .form-wrapper .form-head img{height:60px}.signup .form .form-wrapper .form-body .form-control{width:100%}.signup .form .form-row{display:flex;flex-direction:row;align-items:center;justify-content:center}.signup .form .form-footer{margin-top:1.5rem}.signup .form .form-footer .MuiFormControlLabel-root{margin:0;padding:0}.signup .form .form-footer .MuiFormControlLabel-root .MuiTypography-root{color:var(--Gray-600, #475467);font-family:Nunito Sans;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.signup .form .form-footer .MuiFormControlLabel-root .MuiButtonBase-root{margin:0;padding:0}.signup .form .form-footer .MuiFormControlLabel-root .MuiButtonBase-root .MuiSvgIcon-root{height:30px;width:30px}.signup .form .form-footer .checkbox{align-items:flex-start;height:20px;gap:.3rem;aspect-ratio:1/1;margin-right:1rem;margin-bottom:1rem}.signup .form .form-footer button{width:100%;margin-top:1.5rem;padding:.8rem;border-radius:9px;font-size:16px;font-style:normal;font-weight:700;line-height:24px;text-transform:none}.signup .form .form-footer .login-link p{color:#475467;font-size:14px;text-align:center;font-style:normal;font-weight:400;margin-top:1rem;margin-bottom:.5rem;line-height:20px}.signup .form .form-footer .login-link p a{color:#c82ec8;font-size:14px;font-style:normal;font-weight:700;line-height:20px;text-decoration:none}.signup .banner{min-height:100vh;width:50%;background-size:cover!important;background-position:center!important;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:20vh 2rem}.signup .banner .icon{height:80px;aspect-ratio:1/1}.signup .banner .text-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2rem;overflow:hidden}.signup .banner .text-container h1{color:#fff;font-size:clamp(40px,5vw,72px);font-style:normal;font-weight:700;line-height:clamp(70px,5vw,90px);letter-spacing:-1.44px}.signup .banner .text-container p{color:#fbe8ff;font-size:20px;font-style:normal;font-weight:400;line-height:30px}@media(max-width:900px){.signup{flex-direction:column-reverse}.signup .form{width:100%}.signup .banner{width:100%;min-height:50vh;padding:2rem}}.dashboard{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%}.dashboard .main{display:flex;flex-direction:column;width:100%;min-height:100vh;overflow-y:auto;overflow-x:hidden;flex-grow:1}.dashboard .main .dashboard-header{padding:2rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:2rem}.dashboard .main .dashboard-header .tools{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end;gap:2rem}.dashboard .main .dashboard-content{padding:1rem;max-width:1400px;width:100%;margin-left:auto;margin-right:auto;overflow:hidden}@media screen and (max-width:1640px){.dashboard .main .dashboard-content{padding:1rem 0rem}}@media screen and (max-width:800px){.dashboard .main .dashboard-content{padding:1rem}}.reset-password{background:#f9fafb;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.reset-password form{border-radius:9px;background:#fff;display:flex;max-width:440px;width:100%;aspect-ratio:1/1.2;padding:32px 40px;flex-direction:column;justify-content:space-around;align-items:center;gap:24px;box-shadow:0 1px 2px #1018280f,0 1px 3px #1018281a}.reset-password form .form-head{text-align:center}.reset-password form .form-head img{width:60px;height:60px}.reset-password form .form-head .header{color:#101828;text-align:center;font-size:24px;font-style:normal;font-weight:700;line-height:32px;margin-bottom:1rem}.reset-password form .form-head .sub-header{color:#475467;text-align:center;font-size:16px;font-style:normal;font-weight:300;line-height:24px}.reset-password form .form-footer{align-self:center;width:100%}.reset-password form .form-footer button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:100%;padding:11px;text-transform:none;border-radius:9px;font-weight:600}.reset-password form .form-footer button span,.reset-password form .form-footer button p{margin:0;padding:0;display:flex;flex-direction:row;align-items:center;justify-content:center}.reset-password form .form-footer button span svg,.reset-password form .form-footer button p svg{color:#fff;align-self:center;height:20px}.forgot-password{background:#f9fafb;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;position:relative;width:100%}.forgot-password .background-grid{height:50vh;position:absolute;width:100%;z-index:0}.forgot-password .background-grid:after{content:"";position:absolute;height:100%;width:100%;background:radial-gradient(circle at top center,#f9fafb1a,#f9fafb 50%);opacity:1}.forgot-password .forgot-form{margin-top:7vh;z-index:2}.forgot-password .forgot-form .form-head{text-align:center}.forgot-password .forgot-form .form-head img{width:60px;height:60px}.forgot-password .forgot-form .form-head .header{color:#101828;text-align:center;font-size:30px;font-style:normal;font-weight:700;line-height:38px;margin-bottom:1rem}.forgot-password .forgot-form .form-head .sub-header{color:#475467;text-align:center;font-size:16px;font-style:normal;font-weight:300;line-height:24px;margin-bottom:1rem}.forgot-password .forgot-form .MuiFormControl-root{width:100%;margin-bottom:1.5rem}.forgot-password .forgot-form button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:100%;padding:11px;text-transform:none;border-radius:9px;font-weight:600}.forgot-password .forgot-form button span,.forgot-password .forgot-form button p{margin:0;padding:0;display:flex;flex-direction:row;align-items:center;justify-content:center}.forgot-password .forgot-form button span svg,.forgot-password .forgot-form button p svg{color:#fff;align-self:center;height:20px}.forgot-password .forgot-form a{display:flex;align-items:center;justify-content:center;margin-top:2rem;text-decoration:none;color:#4d5761}.email-verified{background:#f9fafb;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;position:relative;width:100%}.email-verified .background-grid{height:50vh;position:absolute;width:100%;z-index:0}.email-verified .background-grid:after{content:"";position:absolute;height:100%;width:100%;background:radial-gradient(circle at top center,#f9fafb1a,#f9fafb 50%);opacity:1}.email-verified .content{margin-top:10vh;z-index:2;text-align:center}.email-verified .content img,.email-verified .content svg{width:60px;height:60px;margin-bottom:2rem}.email-verified .content svg{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px;box-shadow:0 1px 2px #1018280d}.email-verified .content .header{color:#101828;text-align:center;font-size:30px;font-style:normal;font-weight:700;line-height:38px;margin-bottom:1rem}.email-verified .content .sub-header{color:#475467;text-align:center;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin-bottom:1rem}.email-verified .content button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:100%;padding:11px;text-transform:none;border-radius:9px;font-weight:600}.email-verified .content button span,.email-verified .content button p{margin:0;padding:0;display:flex;flex-direction:row;align-items:center;justify-content:center}.email-verified .content button span svg,.email-verified .content button p svg{color:#fff;align-self:center;height:20px}.email-verified .content button{width:100%}.email-verified .content .resend-mail{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-top:2rem}.email-verified .content .resend-mail span{color:#475467;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.email-verified .content .resend-mail button{width:fit-content}.email-verified .content .back-login{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-top:2rem;gap:1rem;text-decoration:none;color:#475467}.setup-organization{display:flex;flex-direction:column;justify-content:center;align-items:center}.setup-organization h1{color:#101828;text-align:center;font-family:Inter,sans-serif;font-size:30px;font-style:normal;font-weight:600;line-height:38px}.setup-organization p{color:#475467;text-align:center;font-family:Inter,sans-serif;margin-top:.5rem;font-size:16px;font-style:normal;font-weight:400;max-width:400px;line-height:24px}.setup-organization form{min-width:300px;width:500px;max-width:90%;margin-top:1rem;display:flex;flex-direction:column;justify-content:stretch}.setup-organization form #select-country{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:.8rem}.setup-organization form #select-country p{margin:0}.setup-organization form .MuiFormHelperText-root{font-size:13px}.setup-organization form label[for=orgImage] .MuiInputBase-root{display:none!important;border:none}.setup-organization form label[for=orgImage] input[type=file]{display:none;border:none!important}.setup-organization form label[for=orgImage] .orgImage{display:flex;justify-content:space-between;align-items:center;gap:2rem;cursor:pointer}.setup-organization form label[for=orgImage] .orgImage .avatar{background:#f2f4f7;border-radius:99999px;width:64px;aspect-ratio:1/1;display:flex;flex-direction:column;justify-content:center;align-items:center}.setup-organization form label[for=orgImage] .orgImage .avatar img{height:100%;width:100%;object-fit:cover;object-position:center;border-radius:100%}.setup-organization form label[for=orgImage] .orgImage .drop-area{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px;box-shadow:0 1px 2px #1018280d;text-align:center;width:100%}.setup-organization form label[for=orgImage] .orgImage .drop-area p{margin:0}.setup-organization form label[for=orgImage] .orgImage .drop-area .requirements{color:#475467;text-align:center;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.setup-organization form .row{display:flex;flex-direction:row;gap:1rem}.setup-organization form .height-fix .MuiSelect-select{height:29.42px}.setup-organization form .external-label{text-align:start;width:100%;color:#344054;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.setup-organization form button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:100%;padding:11px;text-transform:none;border-radius:9px;font-weight:600}.setup-organization form button span,.setup-organization form button p{margin:0;padding:0;display:flex;flex-direction:row;align-items:center;justify-content:center}.setup-organization form button span svg,.setup-organization form button p svg{color:#fff;align-self:center;height:20px}.setup-organization form button{margin-top:2rem}.MuiPaper-root{background:#ff0}.MuiPaper-root .MuiFormControl-root .MuiList-root li,.MuiPaper-root .MuiFormControl-root .MuiMenuItem-root li{display:flex;gap:1rem}.country-menu-item-icon{position:relative;display:flex;align-items:center;justify-content:center;height:30px;width:30px;margin-right:1rem!important;border-radius:99999px;overflow:hidden}.country-menu-item-icon img{display:block!important;height:40px!important;width:40px!important;border-radius:100%}.start-collaborating{display:flex;flex-direction:column;align-items:flex-end;position:relative;min-height:100vh}.start-collaborating .content{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:13rem;width:100vw;margin-bottom:300px}.start-collaborating .content h1{color:#101828;text-align:center;font-family:Inter,sans-serif;font-size:30px;font-style:normal;font-weight:600;line-height:38px}.start-collaborating .content p{color:#475467;text-align:center;font-family:Inter,sans-serif;margin-top:1rem;font-size:16px;font-style:normal;font-weight:400;max-width:400px;line-height:24px}.start-collaborating .content form{min-width:300px;width:500px;max-width:90%;margin-top:2rem;display:flex;flex-direction:column;justify-content:stretch}.start-collaborating .content form .row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem}.start-collaborating .content form .row button{margin-top:1rem;width:49%}.start-collaborating .content form .external-label{text-align:start;width:100%!important;color:#344054;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.start-collaborating .content form .MuiInputBase-root{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px;box-shadow:0 1px 2px #1018280d;margin-top:1rem}.start-collaborating .content form .MuiInputBase-root:before,.start-collaborating .content form .MuiInputBase-root:after{display:none}.start-collaborating .content form button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:100%;padding:11px;text-transform:none;border-radius:9px;font-weight:600}.start-collaborating .content form button span,.start-collaborating .content form button p{margin:0;padding:0;display:flex;flex-direction:row;align-items:center;justify-content:center}.start-collaborating .content form button span svg,.start-collaborating .content form button p svg{color:#fff;align-self:center;height:20px}.start-collaborating .content form button{width:fit-content}.start-collaborating .content form .containedGray{width:50%;margin-top:1rem}.start-collaborating .footer{width:100%;align-items:center;display:flex;flex-direction:column;justify-content:center;position:absolute;bottom:10%}.start-collaborating .footer .setup-progress-indicator{margin-top:0;margin-bottom:0}.join-organization{background:#f9fafb;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;position:relative;width:100%}.join-organization .background-grid{height:50vh;position:absolute;width:100%;z-index:0}.join-organization .background-grid:after{content:"";position:absolute;height:100%;width:100%;background:radial-gradient(circle at top center,#f9fafb1a,#f9fafb 50%);opacity:1}.join-organization .content{margin-top:10vh;z-index:2;text-align:center}.join-organization .content img,.join-organization .content svg{width:60px;height:60px;margin-bottom:2rem}.join-organization .content svg{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px;box-shadow:0 1px 2px #1018280d}.join-organization .content .header{color:#101828;text-align:center;font-size:30px;font-style:normal;font-weight:700;line-height:38px;margin-bottom:1rem}.join-organization .content .sub-header{color:#475467;text-align:center;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin-bottom:1rem}.join-organization .content button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:100%;padding:11px;text-transform:none;border-radius:9px;font-weight:600}.join-organization .content button span,.join-organization .content button p{margin:0;padding:0;display:flex;flex-direction:row;align-items:center;justify-content:center}.join-organization .content button span svg,.join-organization .content button p svg{color:#fff;align-self:center;height:20px}.join-organization .content button{width:100%}.join-organization .content .resend-mail{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-top:2rem}.join-organization .content .resend-mail span{color:#475467;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.join-organization .content .resend-mail button{width:fit-content}.join-organization .content .back-login{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-top:2rem;gap:1rem;text-decoration:none;color:#475467}.hub .row{margin-top:2rem;display:flex;flex-direction:row;justify-content:space-between;align-self:center}.hub .row h1{color:#101828;font-family:Nunito Sans,sans-serif;font-size:24px;font-style:normal;font-weight:600;line-height:32px}.hub .row button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:100%;padding:11px;text-transform:none;border-radius:9px;font-weight:600}.hub .row button span,.hub .row button p{margin:0;padding:0;display:flex;flex-direction:row;align-items:center;justify-content:center}.hub .row button span svg,.hub .row button p svg{color:#fff;align-self:center;height:20px}.hub .row button{width:fit-content;max-width:160px}.hub .row--end{justify-content:flex-end}.add-brand{margin-top:1rem;width:100%;display:flex;flex-direction:column;gap:2rem}.add-brand .header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:20px}.add-brand .header .button-row{display:flex;gap:1rem}.add-brand .header .button-row button{border-radius:9px}.add-brand form{border-radius:12px;border:1px solid #eaecf0;background:#fff;box-shadow:0 1px 2px #1018280d;align-self:center;justify-self:center;padding:0;width:100%}.add-brand form .button-row{display:flex;flex-direction:row;width:100%;padding:2rem;gap:1rem}.add-brand form .button-row button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:100%;padding:11px;text-transform:none;border-radius:9px;font-weight:600}.add-brand form .button-row button span,.add-brand form .button-row button p{margin:0;padding:0;display:flex;flex-direction:row;align-items:center;justify-content:center}.add-brand form .button-row button span svg,.add-brand form .button-row button p svg{color:#fff;align-self:center;height:20px}.add-brand form .button-row button .MuiCircularProgress-root{height:20px!important;width:20px!important;margin-left:1rem;min-height:0}.add-brand form .form-head{display:flex;align-items:center;gap:1rem;padding:1.5rem}.add-brand form .form-head .icon-container{border-radius:10px;border:1px solid #eaecf0;background:#fff;box-shadow:0 1px 2px #1018280d;height:50px;width:50px}.add-brand form .form-head p{width:100%;color:#101828;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:28px}#target-brand-menu-item{display:flex;width:100%;flex-direction:row;justify-content:space-between;cursor:pointer}#target-brand-menu-item .menu-item-label{display:flex;flex-direction:row;justify-content:flex-start;gap:1rem;align-items:center}#target-brand-menu-item .menu-item-label .icon-container{border-radius:10px;border:1px solid #eaecf0;background:#fff;box-shadow:0 1px 2px #1018280d;height:50px;width:50px}.hub-advance-page{margin-top:2rem;padding:2rem;width:100%;display:flex;flex-direction:column;gap:2rem}.hub-advance-page .header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:20px}.hub-advance-page .header .button-row{display:flex;gap:1rem}.hub-advance-page .header .button-row button{border-radius:9px}.hub-advance-page .bars-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px;box-shadow:0 1px 2px #1018280d}.hub-advance-page .bars-wrapper .button-row{padding:2rem}.hub-advance-page .bars-wrapper .button-row button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:100%;padding:11px;text-transform:none;border-radius:9px;font-weight:600}.hub-advance-page .bars-wrapper .button-row button span,.hub-advance-page .bars-wrapper .button-row button p{margin:0;padding:0;display:flex;flex-direction:row;align-items:center;justify-content:center}.hub-advance-page .bars-wrapper .button-row button span svg,.hub-advance-page .bars-wrapper .button-row button p svg{color:#fff;align-self:center;height:20px}.hub-advance-page .bars-wrapper .button-row button .MuiCircularProgress-root{height:20px!important;width:20px!important;margin-left:1rem;min-height:0}.hub-advance-page .bars-wrapper .attribute-bar{width:100%}.hub-advance-page .bars-wrapper .attribute-bar .bar{display:grid;grid-template-rows:auto;grid-template-columns:1fr 1fr 1fr;margin-bottom:2rem;width:100%;text-align:center;align-items:center}.hub-advance-page .bars-wrapper .attribute-bar .bar .left-label{text-align:right;padding-right:1rem}.hub-advance-page .bars-wrapper .attribute-bar .bar .right-label{text-align:left;padding-left:1rem}.create{padding:2rem}.generate-ai .generate-ai__content{display:flex;flex-direction:column;gap:24px;width:100%}.generate-ai .generate-ai__content .header-container{flex-direction:column;align-items:initial;justify-content:initial;gap:20px}.generate-ai .generate-ai__content .header-container .settings-header{margin-bottom:0}.generate-ai .generate-ai__content .generate-ai__data{display:flex;flex-direction:column;gap:20px;width:100%}.generate-ai .generate-ai__content .generate-ai__data__attributes{display:flex;gap:20px;width:100%}.generate-ai .generate-ai__content .generate-ai__data__attribute{display:flex;flex-direction:column;gap:2px;flex:1;min-height:86px;padding:20px;background:#fff;border:1px solid #eaecf0;box-shadow:0 1px 2px #1018280d;border-radius:12px}.generate-ai .generate-ai__content .generate-ai__data__attribute__header{display:flex;align-items:center;gap:16px}.generate-ai .generate-ai__content .generate-ai__data__content{display:flex;flex-direction:column;gap:24px}.generate-ai .generate-ai__content .generate-ai__data__content__label{font-family:Nunito Sans,sans-serif;font-size:14px;line-height:20px;font-weight:700;color:#344054}.generate-ai .generate-ai__content .generate-ai__data__content__actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;width:100%;padding-bottom:24px}.generate-ai .generate-ai__content .generate-ai__data__content__actions button{position:relative;text-transform:none}.generate-ai .generate-ai__content .generate-ai__data__container{display:flex;gap:16px;height:436px;width:100%}.generate-ai .generate-ai__content .generate-ai__data__input-container{display:flex;flex-direction:column;gap:16px;flex:1;height:100%}.generate-ai .generate-ai__content .generate-ai__data__input-container .MuiInputBase-root{height:400px}.generate-ai .generate-ai__content .generate-ai__data__input-container .MuiInputBase-root textarea{height:100%!important}.generate-ai .generate-ai__content .generate-ai__data__input-container .MuiInputBase-root fieldset{border:1px solid #d0d5dd;border-radius:8px;box-shadow:0 1px 2px #1018280d;opacity:1}.generate-ai .generate-ai__content .generate-ai__data__input{flex:1;height:calc(100% - 36px);margin-top:36px;padding:16.5px 14px;border:1px solid #d0d5dd;background-color:#fff;border-radius:8px;box-shadow:0 1px 2px #1018280d;overflow:auto}.generate-ai .generate-ai__content .generate-ai__data__input:focus-within{outline-color:#c82ec8}.generate-ai .generate-ai__content .generate-ai__data .old-text{background-color:#abefc680}.generate-ai .generate-ai__content .generate-ai__data__suggestions{display:flex;flex-direction:column;gap:8px;height:calc(100% - 36px);margin-top:36px;overflow:auto}.generate-ai .generate-ai__content .generate-ai__data__input-text{position:relative}.generate-ai .generate-ai__content .generate-ai__data__input-text *{position:relative;z-index:1}.generate-ai .generate-ai__content .generate-ai__data__input-text:hover{cursor:pointer}.generate-ai .generate-ai__content .generate-ai__data__input-text:after{content:"";position:absolute;inset:0;height:100%;width:100%;background-color:#abefc6;border-bottom:2px solid #067647;z-index:0}.generated-ai__data__sugggestions-item{display:flex;flex-direction:column;gap:4px;width:400px;padding:16.5px 14px;border:1px solid #d0d5dd;background-color:#fff;border-radius:8px;box-shadow:0 1px 2px #1018280d}.generated-ai__data__sugggestions-item h6{font-weight:700;font-size:1rem}.generated-ai__data__sugggestions-item p{font-size:1rem}.generated-ai__data__sugggestions-item--selected{border-color:#c82ec8}.generated-ai_loader-container{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;height:100%;width:100%;background-color:#00000040}.generated-ai_loader-container .generated-ai_loader{height:25px;width:25px;border-radius:100%;border:2px solid white;border-top-color:#00000080;transform:rotate(360deg);animation:rotate 1s linear infinite;animation-fill-mode:forwards}@keyframes rotate{0%{transform:rotate(360deg)}50%{transform:rotate(180deg)}to{transform:rotate(0)}}.assets{margin-bottom:12rem}.assets .MuiDataGrid-virtualScroller{max-height:400px;overflow-y:auto!important}.assets .assets-head{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:2rem;padding-bottom:0}.assets .assets-head h1{color:#101828;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:28px}.assets .assets-head button{text-transform:none;border-radius:10px}.assets .document-table{padding:2rem}.assets .document-table button{margin-bottom:1rem}.assets .document-table .MuiDataGrid-virtualScroller{min-height:200px}.assets .document-table .MuiDataGrid-footerContainer{display:none}.assets .first-add-brand{margin-top:30vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.assets .first-add-brand p{color:#101828}.assets .first-add-brand svg{font-size:99px;color:#d0d5dd}.signup-success{background:#f9fafb;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;position:relative;width:100%}.signup-success .background-grid{height:50vh;position:absolute;width:100%;z-index:0}.signup-success .background-grid:after{content:"";position:absolute;height:100%;width:100%;background:radial-gradient(circle at top center,#f9fafb1a,#f9fafb 50%);opacity:1}.signup-success .content{margin-top:10vh;z-index:2;text-align:center}.signup-success .content img,.signup-success .content svg{width:60px;height:60px;margin-bottom:2rem}.signup-success .content svg{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px;box-shadow:0 1px 2px #1018280d}.signup-success .content .header{color:#101828;text-align:center;font-size:30px;font-style:normal;font-weight:700;line-height:38px;margin-bottom:1rem}.signup-success .content .sub-header{color:#475467;text-align:center;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin-bottom:1rem}.signup-success .content button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:100%;padding:11px;text-transform:none;border-radius:9px;font-weight:600}.signup-success .content button span,.signup-success .content button p{margin:0;padding:0;display:flex;flex-direction:row;align-items:center;justify-content:center}.signup-success .content button span svg,.signup-success .content button p svg{color:#fff;align-self:center;height:20px}.signup-success .content button{width:200px;align-self:center}.signup-success .content .action-button-container,.automate-page{display:flex;flex-direction:column;justify-content:center;align-items:center}.automate-page .automate{width:70%;border-radius:12px;border:1px solid #eaecf0;background:#fff;box-shadow:0 1px 2px #1018280d;margin-top:3rem;padding:0}.automate-page .automate .automate-header{padding:1rem;display:flex;flex-direction:row;gap:1rem}.automate-page .automate .automate-header .text-container{align-self:center}.automate-page .automate .automate-header .text-container .title{color:#101828;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:28px}.automate-page .automate .automate-header .text-container .sub-title{color:#475467;overflow:hidden;text-overflow:ellipsis;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:20px}.automate-page .automate .automate-header .circle{height:60px;width:60px;border-radius:99999px;background:#dcfae6;border:solid 10px #ecfdf3;display:flex;align-items:center;justify-content:center}.automate-page .automate .automate-report{padding:1rem}.automate-page .automate .automate-report form{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.automate-page .automate .automate-report form .intervall{display:flex;flex-direction:column;justify-content:stretch;width:100%}.automate-page .automate .automate-report form .intervall .intervall-field{width:100%}.automate-page .automate .automate-report form .intervall .intervall-field .MuiInputBase-root{border-radius:10px;height:44px}.automate-page .automate .automate-report form .email-form{display:flex;flex-direction:column;justify-content:stretch;width:100%;gap:1rem}.automate-page .automate .automate-report form button{padding:0;margin-top:1rem;text-transform:none;color:#9f1ab1;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.automate-page .automate .automate-footer{padding:1rem;display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-end;gap:2rem}.automate-page .automate .automate-footer button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:100%;padding:11px;text-transform:none;border-radius:9px;font-weight:600}.automate-page .automate .automate-footer button span,.automate-page .automate .automate-footer button p{margin:0;padding:0;display:flex;flex-direction:row;align-items:center;justify-content:center}.automate-page .automate .automate-footer button span svg,.automate-page .automate .automate-footer button p svg{color:#fff;align-self:center;height:20px}.automate-page .automate .automate-footer button{max-width:300px;height:39px}.automate-page .automate--no-border{border:none;box-shadow:none}.automate-page .automate--no-border .social-kpi{flex:1;min-width:unset}.automate-page .automate--no-border .social-kpi .difference{min-width:87px}.automate-page .automate--no-border .social-kpi .social-kpi-value{padding:0}.automate-page .automate--no-border .social-kpi .social-kpi-value .percentage:after{content:"%";font-size:40px;color:"#101828"}.automate-page .active-reports{width:70%;margin-top:3rem;border-radius:12px;border:1px solid #eaecf0;background:#fff;box-shadow:0 1px 2px #1018280d;padding:0}.automate-page .active-reports .header{padding:1rem}.automate-page .active-reports .header p{color:#101828;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:28px}.automate-page .active-reports .MuiDataGrid-footerContainer{display:none}.automate-page .active-reports .edit-button{width:fit-content}.automate-page .active-reports .MuiDataGrid-columnHeaderTitle{color:#475467;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:18px}.automate-page .active-reports .MuiDataGrid-cellContent{color:#475467;font-family:Inter,sans-serif!important;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.automate-page .active-reports .MuiDataGrid-main{max-height:600px}.overview{width:100%}.overview .MuiDataGrid-virtualScroller{min-height:400px;height:60vh}.overview .MuiDataGrid-columnHeaderTitle{color:#475467;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:18px}.overview .MuiDataGrid-cellContent{color:#475467;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.overview .field-name{color:#101828;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.overview .more-button{height:35px}.overview .MuiDataGrid-footerContainer{display:none}.overview .header-container{display:flex;align-items:center;justify-content:space-between;width:100%}.overview .header-container .download-button{gap:.5rem}.connected-apps{margin-top:2rem}.connected-apps .callback-hide{display:none}.connected-apps .connected-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:1rem}.connected-apps .connected-header h1{color:#101828;font-family:Inter,sans-serif;font-size:30px;font-style:normal;font-weight:600;line-height:38px}.connected-apps .connected-header p{color:#475467;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.connected-apps .connected-header button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:100%;padding:11px;text-transform:none;border-radius:9px;font-weight:600}.connected-apps .connected-header button span,.connected-apps .connected-header button p{margin:0;padding:0;display:flex;flex-direction:row;align-items:center;justify-content:center}.connected-apps .connected-header button span svg,.connected-apps .connected-header button p svg{color:#fff;align-self:center;height:20px}.connected-apps .connected-header button{max-width:200px}.connected-apps .connected-app-list{margin-top:4rem}.connected-apps .connected-app-list .connected-app-content{padding:0;margin:0;display:grid;grid-template-rows:auto;grid-template-columns:76px 1fr 1fr;align-items:center;height:fit-content;margin-bottom:2rem}.connected-apps .connected-app-list .connected-app-content .MuiAvatar-circular{width:60px;height:60px}.connected-apps .connected-app-list .connected-app-content .text-container h2{color:#344054;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.connected-apps .connected-app-list .connected-app-content .text-container p{color:#475467;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.connected-apps .connected-app-list .connected-app-content .leading{justify-self:flex-end;display:flex;flex-direction:row;justify-content:flex-end;gap:2rem;align-items:center;padding-right:1rem}.connected-apps .connected-app-list .connected-app-content .leading a{color:#475467;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:20px;text-decoration:none}.connected-apps .connected-app-list .connected-app-content .leading .MuiSwitch-root{transform:scale(1.5)}.connected-apps .assign-page-to-brand .header .text-container{margin-top:3rem;margin-bottom:1rem}.connected-apps .assign-page-to-brand .selection-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.connected-apps .assign-page-to-brand .selection-wrapper .list-wrapper{align-self:start}.connected-apps .assign-page-to-brand .selection-wrapper .list-wrapper p{margin-bottom:1rem}.connected-apps .assign-page-to-brand .selection-wrapper .list-wrapper .brand-list,.connected-apps .assign-page-to-brand .selection-wrapper .list-wrapper .pages-list{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px;box-shadow:0 1px 2px #1018280d;max-width:300px;width:300px;max-height:400px;overflow-y:auto;padding:1rem}.connected-apps .assign-page-to-brand .selection-wrapper .list-wrapper .brand-list .no-brand-found,.connected-apps .assign-page-to-brand .selection-wrapper .list-wrapper .pages-list .no-brand-found{text-align:center}.connected-apps .assign-page-to-brand .selection-wrapper .list-wrapper .brand-list .no-brand-found button,.connected-apps .assign-page-to-brand .selection-wrapper .list-wrapper .pages-list .no-brand-found button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:100%;padding:11px;text-transform:none;border-radius:9px;font-weight:600}.connected-apps .assign-page-to-brand .selection-wrapper .list-wrapper .brand-list .no-brand-found button span,.connected-apps .assign-page-to-brand .selection-wrapper .list-wrapper .brand-list .no-brand-found button p,.connected-apps .assign-page-to-brand .selection-wrapper .list-wrapper .pages-list .no-brand-found button span,.connected-apps .assign-page-to-brand .selection-wrapper .list-wrapper .pages-list .no-brand-found button p{margin:0;padding:0;display:flex;flex-direction:row;align-items:center;justify-content:center}.connected-apps .assign-page-to-brand .selection-wrapper .list-wrapper .brand-list .no-brand-found button span svg,.connected-apps .assign-page-to-brand .selection-wrapper .list-wrapper .brand-list .no-brand-found button p svg,.connected-apps .assign-page-to-brand .selection-wrapper .list-wrapper .pages-list .no-brand-found button span svg,.connected-apps .assign-page-to-brand .selection-wrapper .list-wrapper .pages-list .no-brand-found button p svg{color:#fff;align-self:center;height:20px}.connected-apps .assign-page-to-brand .selection-wrapper .list-wrapper .brand-list .brand-list-item,.connected-apps .assign-page-to-brand .selection-wrapper .list-wrapper .brand-list .page-list-item,.connected-apps .assign-page-to-brand .selection-wrapper .list-wrapper .pages-list .brand-list-item,.connected-apps .assign-page-to-brand .selection-wrapper .list-wrapper .pages-list .page-list-item{margin-bottom:1rem}.connected-apps .assign-page-to-brand .selection-wrapper .list-wrapper .brand-list .brand-list-item button,.connected-apps .assign-page-to-brand .selection-wrapper .list-wrapper .brand-list .page-list-item button,.connected-apps .assign-page-to-brand .selection-wrapper .list-wrapper .pages-list .brand-list-item button,.connected-apps .assign-page-to-brand .selection-wrapper .list-wrapper .pages-list .page-list-item button{width:100%;text-transform:none}.connected-apps .assign-page-to-brand .alert{margin-top:1rem;align-self:center}.connected-apps .assign-page-to-brand button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:100%;padding:11px;text-transform:none;border-radius:9px;font-weight:600}.connected-apps .assign-page-to-brand button span,.connected-apps .assign-page-to-brand button p{margin:0;padding:0;display:flex;flex-direction:row;align-items:center;justify-content:center}.connected-apps .assign-page-to-brand button span svg,.connected-apps .assign-page-to-brand button p svg{color:#fff;align-self:center;height:20px}.connected-apps .assign-page-to-brand button{max-width:300px}.connected-apps-brands button{font-weight:600}.connected-apps .channel-container{border-radius:12px;border:1px solid #eaecf0;background:#fff;box-shadow:0 1px 2px #1018280d;display:flex;flex-direction:column;justify-content:space-between;width:100%;padding:0}.connected-apps .channel-container .channel-infos{display:flex;align-items:center;gap:1.5rem;padding:1.5rem}.connected-apps .channel-container .channel-infos-logo{height:50px;width:50px}.connected-apps .channel-container .channel-infos-data{display:flex;flex-direction:column;justify-content:center;gap:.5rem}.connected-apps .channel-container .channel-infos-data-title{font-weight:600}.connected-apps .channel-container .channel-infos--highlighted{color:#c82ec8}.connected-apps .channel-container--aired{align-items:center;gap:1rem;padding:1.5rem}.connected-apps .channel-container .channel-actions{display:flex;align-items:center;justify-content:flex-end;border-top:solid 1px #eaecf0;padding:.5rem 1.5rem}.connected-apps .channel-container .channel-actions_fitted-button{flex-shrink:0;min-width:unset;width:fit-content}.connected-apps .channel-container .channel-actions button{width:fit-content;border:0;box-shadow:unset}.add-channel-dialog{position:relative;display:flex;flex-direction:column;gap:1rem;z-index:2}.add-channel-dialog .MuiTypography-root{position:relative;z-index:1}.add-channel-dialog button{text-transform:none}.channel-menu-item{display:flex;align-items:center;gap:1rem}.channel-menu-item-logo{height:2rem;width:2rem}.selected-pages{display:flex;align-items:center;gap:1rem;padding:1rem 0 .5rem}.selected-pages-item{color:#fff!important}.selected-pages-item--facebook{background-color:#4267b2!important}.selected-pages-item--linkedin{background-color:#0e76a8!important}div.connected-apps-dialog{border-radius:10px}div.connected-apps-dialog .MuiTypography-root{position:relative;z-index:2}.settings-connected-apps-dialog-header{display:flex;align-items:center;justify-content:space-between;width:100%}.settings-connected-apps-dialog-header .settings-connected-apps-dialog-header-icon{position:relative;display:flex;align-items:center;justify-content:center;height:6rem;width:6rem}.settings-connected-apps-dialog-header .settings-connected-apps-dialog-header-icon button{position:absolute;height:2.5rem;width:2.5rem;min-width:unset;border:2px solid #eaecf0;border-radius:.5rem;box-shadow:unset;z-index:1}.settings-connected-apps-dialog-header .settings-connected-apps-dialog-header-icon-circle{position:absolute;z-index:0}.settings-connected-apps-dialog-header .settings-connected-apps-dialog-header-icon-circle:first-child{height:6rem;width:6rem;border-radius:6rem;border:2px solid #eaecf0}.settings-connected-apps-dialog-header .settings-connected-apps-dialog-header-icon-circle:nth-of-type(2){height:9.5rem;width:9.5rem;border-radius:9.5rem;border:2px solid #eaecf0;opacity:.85}.settings-connected-apps-dialog-header .settings-connected-apps-dialog-header-icon-circle:nth-of-type(3){height:13rem;width:13rem;border-radius:13rem;border:2px solid #eaecf0;opacity:.65}.settings-connected-apps-dialog-header .settings-connected-apps-dialog-header-icon-circle:nth-of-type(4){height:16.5rem;width:16.5rem;border-radius:16.5rem;border:2px solid #eaecf0;opacity:.45}.settings-connected-apps-dialog-header .settings-connected-apps-dialog-header-icon-circle:nth-of-type(5){height:20rem;width:20rem;border-radius:20rem;border:2px solid #eaecf0;opacity:.25}.settings-connected-apps-dialog-header .settings-connected-apps-dialog-header-icon:after{content:"";position:absolute;display:block;height:1rem;width:1rem;border-radius:1rem;transform:scale(6);background-color:#eaecf0;opacity:.25;z-index:0;animation:grow 4s linear infinite}.settings-connected-apps-dialog-header~*{position:relative;z-index:1}@keyframes grow{0%{transform:scale(1)}95%{transform:scale(25)}to{opacity:0}}.drawer{height:100vh;display:flex;flex-direction:column;justify-content:space-between}.drawer .MuiDrawer-paper{background:#fff;overflow-y:unset}.drawer .toolbar{display:flex;border-bottom:1px solid #f0f0f0;padding-left:20px}.drawer .toolbar .drawer-logo{height:40px;margin-top:15px;margin-bottom:12px;cursor:pointer;object-fit:cover}.drawer .toolbar .MuiSelect-select{padding:8px 1rem}.drawer .list{overflow-x:hidden;margin-bottom:auto}.drawer .list::-webkit-scrollbar{width:8px}.drawer .list::-webkit-scrollbar-track{background:transparent}.drawer .list::-webkit-scrollbar-thumb{background-color:#0003;border-radius:8px;border:2px solid transparent;background-clip:content-box}.drawer .list::-webkit-scrollbar-thumb:hover{background-color:#00000080}.drawer .sub-list{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;width:100%;height:fit-content}.drawer .sub-list>li{width:100%}.drawer .sub-list .avatar{display:flex;flex-direction:row;justify-content:space-between;align-items:center;align-self:center;padding:1rem 0;border-top:solid 1px #e5e7eb}.drawer .sub-list .avatar .persona{position:relative;padding:8px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:1rem}.drawer .sub-list .avatar .persona p:last-child{font-size:13px}.drawer .sub-list .avatar .persona .hidden-button{position:absolute;height:100%;width:100%;z-index:1}.submenu-popover{width:280px;max-width:unset!important}.submenu-popover.paper{left:10px!important;border-radius:10px!important;transform:translateY(-60%)!important}.select-brand{width:100%;margin-top:15px;padding:0 16px;display:flex;align-items:center;justify-content:center}.select-brand #select-brand{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:1rem}.select-brand #select-brand p{max-width:70%;text-overflow:ellipsis;overflow:hidden}.select-brand .menu-item-content{display:flex!important;flex-direction:row!important;justify-content:flex-start!important;gap:1rem;align-items:center}.select-brand .menu-item-content .brand-image{max-width:10px;align-self:center;margin:0;padding:0}.drawer-item{padding:0px 1rem;width:100%}.drawer-item li{display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:10px;font-size:1rem}.drawer-item li .MuiButtonBase-root .MuiListItemIcon-root svg{stroke:#54667e}.drawer-item li .MuiTypography-root{color:#646c77;font-family:Nunito Sans,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px;overflow:hidden;text-overflow:ellipsis}.drawer-item li :hover{background:#fff;border-radius:10px}.drawer-item .active{background:#fff;font-weight:700!important;color:#01070f!important;box-shadow:0 1px 2px #1018280d}.drawer-item .active .MuiListItemText-root span{color:#01070f!important}.drawer-item .active .MuiListItemIcon-root{stroke:#01070f!important;color:#01070f!important}.drawer-item .active .MuiListItemIcon-root svg{stroke:#01070f!important;color:#01070f!important;border-color:red!important}.login-form{border-radius:9px;background:#fff;display:flex;max-width:440px;width:100%;height:fit-content;padding:32px 40px;flex-direction:column;align-items:center;gap:24px;box-shadow:0 1px 2px #1018280f,0 1px 3px #1018281a}.login-form .resend-button{text-transform:none;color:#c82ec8;margin:0;padding:0}.login-form .form-head{text-align:center}.login-form .form-head img{width:60px;height:60px}.login-form .form-head .header{color:#101828;text-align:center;font-size:24px;font-style:normal;font-weight:700;line-height:32px;margin-bottom:1rem}.login-form .form-head .sub-header{color:#475467;text-align:center;font-size:16px;font-style:normal;font-weight:300;line-height:24px}.login-form .form-body{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem;width:100%}.login-form .form-body a{padding:0;margin:0;text-align:start;width:fit-content;text-transform:none;font-weight:600;text-decoration:none;color:#c82ec8}.login-form .form-footer{width:100%;display:flex;flex-direction:row;justify-content:space-between}.login-form .form-footer button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:100%;padding:11px;text-transform:none;border-radius:9px;font-weight:600}.login-form .form-footer button span,.login-form .form-footer button p{margin:0;padding:0;display:flex;flex-direction:row;align-items:center;justify-content:center}.login-form .form-footer button span svg,.login-form .form-footer button p svg{color:#fff;align-self:center;height:20px}.login-form .no-account a{text-decoration:none;color:#c82ec8;font-weight:600}.identity{max-width:100%;width:100%;border-radius:12px;border:1px solid #eaecf0;background:#fff;box-shadow:0 1px 2px #1018280d;padding:24px;background:#fcfcfd;display:flex;flex-direction:column;justify-content:space-between}.identity .identity-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;position:relative}.identity .identity-header p{color:#101828;font-size:18px;font-style:normal;font-weight:600;line-height:28px;max-width:60%;text-overflow:ellipsis;overflow:hidden}.identity .identity-header span{align-self:center;width:100%;margin:0;padding:0}.identity .identity-header .default-button{position:absolute;height:30px;top:0;transform:translateY(-180%);right:0;background:#fcfcfd;border-top-left-radius:8px;border-top-right-radius:8px;border:solid 1px #d0d5dd;border-bottom:none;padding:9px;color:#475467;font-size:14px;cursor:pointer}.identity .identity-header .default-button:hover{background:#c82ec81a}.identity .identity-header .default-button:active{background:#c82ec833}.identity .identity-header .default-button.active{color:#c82ec8;border-color:#c82ec8}.identity .identity-header .handle-brand-menu-button{width:fit-content;min-width:0;padding:.25rem}.identity .brand-card{border-radius:12px;background:#fefaff;box-shadow:0 1px 2px #1018280f,0 1px 3px #1018281a;padding:20px;height:170px;display:flex;flex-direction:column;justify-content:space-between}.identity .brand-card .brand-card-top{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem}.identity .brand-card .brand-card-top #brand-logo{width:100px;height:100px;object-fit:contain;object-position:center}.identity .brand-card .brand-card-top .brand-name{font-size:33px;font-weight:700;max-width:80%;text-overflow:ellipsis;overflow:hidden}.identity .brand-card .brand-card-bottom{height:auto;display:flex;flex-direction:row;gap:.4rem}.identity .brand-card .brand-card-bottom .pagination-indicator{height:10px;width:10px;background:#c82ec8;border-radius:999px}.identity .color-typo .tabs{margin-bottom:24px}.identity .color-typo .typo-tab .typo-row{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:16px}.identity .color-typo .typo-tab .typo-row .typo-name{color:#475467;font-size:14px;align-self:center}.identity .color-typo .typo-tab .typo-row .typo-value{font-size:24px;font-weight:700;color:#384250}.identity .color-typo .typo-tab .typo-row .typo-value a{color:#384250;font-family:Nunito Sans,sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:32px;text-decoration:none}.identity .color-typo .color-tab .color-row{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:16px}.identity .color-typo .color-tab .color-row .color-name{color:#475467;font-size:14px;align-self:center}.identity .color-typo .color-tab .color-row .color-value{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem}.identity .color-typo .color-tab .color-row .indicator{height:16px;width:16px}.identity .color-typo .color-tab .color-row .indicator-value{width:115px;font-size:24px;font-weight:700;color:#384250;text-align:right}.brand-options.paper{border-radius:10px!important}.brand-options-item{display:flex;gap:1rem}.key-attributes{border-radius:12px;border:1px solid #eaecf0;background:#fff;box-shadow:0 1px 2px #1018280d;padding:24px;background:#fcfcfd}.key-attributes .head{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.key-attributes .head p{color:#101828;font-size:18px;font-style:normal;font-weight:700;line-height:28px}.key-attributes .head>button{color:#000}.key-attributes .content{margin-top:1rem;overflow-y:auto;height:350px;width:100%}.key-attributes .content::-webkit-scrollbar{width:8px}.key-attributes .content::-webkit-scrollbar-track{background:transparent}.key-attributes .content::-webkit-scrollbar-thumb{background-color:#0003;border-radius:8px;border:2px solid transparent;background-clip:content-box}.key-attributes .content::-webkit-scrollbar-thumb:hover{background-color:#00000080}.key-attributes .content .MuiPaper-root{margin:0;border-top:solid 1px #eaecf0;background:transparent;align-items:center;justify-content:center}.key-attributes .content .MuiPaper-root .MuiButtonBase-root{height:90px}.key-attributes .content .MuiPaper-root .MuiAccordionSummary-root{background:transparent;padding:.5rem}.key-attributes .content .MuiPaper-root .MuiAccordionSummary-root .summary-title{display:grid;grid-template-columns:50px 150px 1fr;gap:1rem;grid-template-rows:auto;font-weight:600;align-items:center;font-size:14px;color:#101828}.key-attributes .content .MuiPaper-root .MuiAccordionSummary-root .summary-title .icon{padding:10px;display:flex;justify-content:center;align-items:center;border-radius:10%}.key-attributes .content .MuiPaper-root .MuiAccordionDetails-root{background:#fff;padding:8px;border-radius:8px;margin-bottom:2rem}.key-attributes .content .MuiPaper-root .MuiAccordionDetails-root .details-title{margin-bottom:8px;color:#101828;font-size:16px;font-weight:600;line-height:24px}.key-attributes .content .MuiPaper-root .MuiAccordionDetails-root .details-content{color:#475467;font-size:14px;font-style:normal;font-weight:400;line-height:16px;text-align:justify}.key-attributes .footer{margin-top:20px;background:#fff;padding:8px;border-radius:8px}.key-attributes .footer .footer-title{margin-bottom:8px;color:#101828;font-size:16px;font-weight:600;line-height:24px}.key-attributes .footer .footer-content{color:#475467;font-size:14px;font-style:normal;font-weight:400;line-height:16px}.linking-card-wrapper{display:grid;grid-template-columns:repeat(3,minmax(200px,1fr));grid-template-rows:auto;gap:20px;margin:32px 0}.linking-card-wrapper .linking-card{cursor:pointer;border-radius:12px;padding:20px;border:1px solid #eaecf0;width:100%}.linking-card-wrapper .linking-card .card-grid{display:grid;grid-template-rows:auto;grid-template-columns:40px 1fr;gap:12px;margin-bottom:0}.linking-card-wrapper .linking-card .card-grid .icon-container{display:flex;justify-content:center;border-radius:8px;background:#fbe8ff;width:40px;height:40px;padding:10px}.linking-card-wrapper .linking-card .card-grid .icon-container svg{fill:#c82ec8}.linking-card-wrapper .linking-card .card-grid .text-container .title{font-weight:700}.linking-card-wrapper .linking-card .card-grid .text-container .sub-title{color:#475467;font-weight:400;font-size:14px}@media(max-width:1400px){.linking-card-wrapper{grid-template-columns:repeat(2,1fr)}}@media(max-width:1100px){.linking-card-wrapper{grid-template-columns:repeat(1,1fr)}}.header-bar{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;padding-bottom:15px;padding-right:15px;padding-left:15px;border-bottom:1px solid #f0f0f0}.header-bar .greetings{color:#101828;font-size:30px;font-style:normal;font-weight:700;line-height:38px;align-self:center}.header-bar .tool-wrapper{display:flex;flex-direction:row;justify-content:flex-end;gap:24px;align-items:center}.header-bar .tool-wrapper .MuiBadge-badge{min-width:0;height:12px;aspect-ratio:1/1}.header-bar .tool-wrapper .language-button{position:relative;height:36px;width:36px;overflow:visible}.header-bar .tool-wrapper .language-button .flag-avatar{position:relative;height:25px;width:25px;z-index:0}.header-bar .tool-wrapper .language-button .flag-avatar .flag-icon{transform:scale(2)}.header-bar .tool-wrapper .language-button--dropdown{position:absolute;bottom:0;right:0;height:1rem;width:1rem;border-radius:100%;background-color:#fff;border:1px solid #101828;color:#101828;z-index:1}.targetBrandAttributes{width:100%;border-radius:12px;height:100%;padding:24px;background:#fcfcfd}.targetBrandAttributes .targetBrandAttributes-head{display:flex;justify-content:space-between;align-items:center}.targetBrandAttributes .targetBrandAttributes-head button{text-transform:lowercase}.targetBrandAttributes .targetBrandAttributes-head p{color:#101828;font-size:18px;font-style:normal;font-weight:600;line-height:28px}.social-stats{width:100%;margin-top:20px;padding:8px;grid-column:full-row}.social-stats .social-stats-head{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.social-stats .social-stats-head .actions{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:1rem}.social-stats .social-stats-kpi-wrapper{display:flex;flex-direction:row;justify-content:space-evenly;gap:1rem;margin-top:2rem;flex-wrap:wrap}.social-stats .social-stats-kpi-wrapper--small{justify-content:unset}.social-kpi{width:auto;min-width:300px;border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px;box-shadow:0 1px 2px #1018280d;aspect-ratio:2.3/1}.social-kpi .social-kpi-head{display:flex;flex-direction:row;justify-content:space-between}.social-kpi .social-kpi-head .label-container{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:.4rem}.social-kpi .social-kpi-head .label-container .text-container{display:flex;flex-direction:column;justify-content:space-between;height:100%;color:#475467}.social-kpi .social-kpi-head .label-container .text-container label{font-weight:600}.social-kpi .social-kpi-head .label-container .color-container{height:100%;min-height:50px;width:4px;border-radius:50px}.social-kpi .social-kpi-head .difference{display:flex;align-items:center;padding:2px 8px;gap:.2rem;border-radius:9999px;border:1px solid #abefc6;background:#ecfdf3;color:#067647;text-transform:capitalize;height:fit-content}.social-kpi .social-kpi-value{padding-left:20px;margin-top:2rem}.background-grid{left:50%;top:0%;transform:translate(-50%);display:grid;grid-template-columns:repeat(20,1fr);grid-template-rows:repeat(20,1fr);height:100%;width:100%;gap:0;overflow:hidden;position:relative}.background-grid>*{border:solid 1px #d2d6db;width:100%;min-width:64px;aspect-ratio:1/1;opacity:1}.background-grid:after{content:"";position:absolute;height:100%;width:100%;background:radial-gradient(circle at bottom,#fff0,#fff)}.background-grid:after{content:"";position:absolute;height:100%;width:100%;background:radial-gradient(circle at bottom left,#ffa9ff,#ffffff1a 20%),radial-gradient(circle at bottom,#ffffff80,#fff 60%);opacity:1}.background-square{position:absolute;top:0;left:50%;transform:translate(-50%,-39%);gap:0;overflow:hidden;height:100%;width:100%;z-index:-1}.background-square img{transform:translate(-50%,-50%);position:absolute;top:50%;left:50%;z-index:20;width:160px}.background-square:after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:radial-gradient(circle at center,#fff0,#fff 70%)}.background-square>div{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-12.5deg);border-radius:20px;border:1px solid #eaecf0;z-index:-2}.setup-progress-indicator{width:50%;max-width:700px;margin-top:5rem;margin-bottom:15rem}.setup-progress-indicator .top{display:flex;flex-direction:row;align-items:center;justify-content:center}.setup-progress-indicator .top .step-component{position:relative}.setup-progress-indicator .top .step-component .step-label-component{position:absolute;transform:translate(-50%);left:50%}.setup-progress-indicator .top .step-component .step-label-component .label-1{min-width:150px;color:#344054;text-align:center;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;margin-top:1rem}.setup-progress-indicator .top .step-component .step-label-component .label-2{min-width:150px;color:#475467;text-align:center;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;margin:0}.setup-progress-indicator .top .step-component .image-border{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px;box-shadow:0 1px 2px #1018280d;height:60px;width:60px;aspect-ratio:1/1;display:flex;flex-direction:column;justify-content:center;align-items:center}.setup-progress-indicator .top .step-component .image-border img{height:100%;width:100%}.setup-progress-indicator .top .connector{border:1px solid #eaecf0;width:100%;min-width:75px}.setup-progress-indicator .bottom{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.brand-row{width:100%;display:grid;grid-template-rows:auto;grid-template-columns:49% 49%;gap:1.5rem;padding-top:1rem}.dialog .MuiDialogTitle-root{display:flex;flex-direction:column;gap:4px}.dialog .MuiDialogTitle-root span:last-child{font-size:1rem}.step-indicator{display:flex;align-items:center;justify-content:center;width:100%;margin-top:4rem;margin-bottom:5rem}.report-step{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;flex:1}.report-step:before{content:"";height:1px;border:solid 1px #eaecf0;z-index:2;width:100%}.report-step:first-child{flex:none;width:fit-content}.report-step:first-child:before{display:none}.report-step .dot-outside{position:relative;height:40px;width:40px;border:solid 4px #eaecf0;border-radius:999999px;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-shrink:0}.report-step .dot-outside.done{border-color:#c82ec8}.report-step .dot-outside.done svg{color:#fff}.report-step .dot-outside .dot-inside{background:#d0d5dd;height:10px;width:10px;border-radius:999999px}.report-step .dot-outside .label{position:absolute;top:140%;left:50%;transform:translate(-50%);color:#344054;text-align:center;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.report-step.active .line{border-color:#c82ec8}.report-step.active .dot-outside{background:#c82ec8;border-width:4px}.report-step.active .dot-outside .dot-inside{background:#fff}.report-step.active .dot-outside .label{color:#c82ec8}.report-brands .report-brands-head{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:1rem}.report-brands .report-brands-head .text-container h1,.report-brands .report-brands-head .text-container .header{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:28px;max-width:95%;overflow:hidden;text-overflow:ellipsis}.report-brands .report-brands-head .text-container p,.report-brands .report-brands-head .text-container .sub-header{color:#475467;text-overflow:ellipsis;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.report-brands .report-brands-head .MuiInputBase-root{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px;box-shadow:0 1px 2px #1018280d;min-width:300px;justify-self:flex-end}.report-brands .report-brands-head .MuiInputBase-root:before,.report-brands .report-brands-head .MuiInputBase-root:after{display:none}.report-brands .select-brand-row{margin-top:2rem;display:grid;grid-template-columns:32% 32% 32%;gap:.5rem}.first-add-brand{margin-top:30vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.first-add-brand p{color:#101828}.first-add-brand svg{font-size:99px;color:#d0d5dd}.report-brand-card{border-radius:12px;border:1px solid #eaecf0;background:#fff;box-shadow:0 1px 2px #1018280d;display:flex;flex-direction:column;justify-content:space-between;aspect-ratio:1/1.2;width:100%;padding:0}.report-brand-card .text-container h1,.report-brand-card .text-container .header{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:28px;max-width:95%;overflow:hidden;text-overflow:ellipsis}.report-brand-card .text-container p,.report-brand-card .text-container .sub-header{color:#475467;text-overflow:ellipsis;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.report-brand-card .text-container{padding:2rem}.report-brand-card .card-content{display:flex;flex-direction:column;justify-content:center;align-items:center}.report-brand-card .card-content img{object-fit:contain;width:100%;max-width:150px;align-self:center;aspect-ratio:1/1;object-position:center}.report-brand-card .card-footer{display:flex;justify-content:flex-end;align-items:flex-end;padding:1rem}.report-brand-card .card-footer .select-button{display:flex;flex-direction:row;gap:1rem}.report-calendar{margin-top:1rem;display:flex;flex-direction:column}.report-calendar .report-calendar-head .text-container h1,.report-calendar .report-calendar-head .text-container .header{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:28px;max-width:95%;overflow:hidden;text-overflow:ellipsis}.report-calendar .report-calendar-head .text-container p,.report-calendar .report-calendar-head .text-container .sub-header{color:#475467;text-overflow:ellipsis;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.report-calendar .report-calendar-head .text-container{margin-bottom:1rem}.report-calendar .calendar-section{display:flex;flex-direction:row;justify-content:space-between;height:100%;border-radius:12px;border:1px solid #eaecf0;background:#fff;box-shadow:0 1px 2px #1018280d;padding:0;max-width:1100px;margin-top:2rem}.report-calendar .calendar-section .date-suggestions{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;border-right:solid 1px #eaecf0;width:200px;padding:1rem}.report-calendar .calendar-section .date-suggestions button{text-align:start!important;width:100%;font-family:Nunito Sans,sans-serif;display:block}.report-calendar .calendar-section .report-calendar-wrapper{padding:0;display:flex;flex-direction:column;justify-content:center;width:100%}.report-calendar .calendar-section .report-calendar-wrapper .rdp{--rdp-accent-color: #c82ec8}.report-calendar .calendar-section .report-calendar-wrapper .rdp.rdp-multiple_months{margin:0}.report-calendar .calendar-section .report-calendar-wrapper .rdp .rdp-months{padding:0}.report-calendar .calendar-section .report-calendar-wrapper .rdp .rdp-months .rdp-month{padding:3rem;width:100%}.report-calendar .calendar-section .report-calendar-wrapper .rdp .rdp-months .rdp-month:first-child{border-right:solid 1px #d0d5dd}.report-calendar .calendar-section .report-calendar-wrapper .rdp .rdp-months .rdp-month .rdp-day_range_start,.report-calendar .calendar-section .report-calendar-wrapper .rdp .rdp-months .rdp-month .rdp-day_range_end{border-radius:999999px}.report-calendar .calendar-section .report-calendar-wrapper .rdp .rdp-months .rdp-month .rdp-table{width:100%;max-width:unset;align-items:center}.report-calendar .calendar-section .report-calendar-wrapper .rdp .rdp-months .rdp-month .rdp-table .rdp-day{display:block;height:100%;width:100%;aspect-ratio:1/1;max-width:unset}.report-calendar .calendar-section .report-calendar-wrapper .rdp .rdp-months .rdp-month .rdp-day_range_middle{background-color:#f9fafb;color:#000}.report-calendar .calendar-section .report-calendar-wrapper .calendar-footer{border-top:solid 1px #eaecf0;padding:2rem;width:100%;display:flex;flex-direction:row;justify-content:space-between}.report-calendar .calendar-section .report-calendar-wrapper .calendar-footer .date-view{display:flex;flex-direction:row;align-items:center;gap:1rem;justify-content:flex-start}.report-calendar .calendar-section .report-calendar-wrapper .calendar-footer .date-view div.MuiFormControl-root{margin:0;padding:0;box-shadow:none}.report-calendar .calendar-section .report-calendar-wrapper .calendar-footer .date-view .date-from,.report-calendar .calendar-section .report-calendar-wrapper .calendar-footer .date-view .date-to{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px;box-shadow:0 1px 2px #1018280d;color:#101828;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px;text-align:start;padding-right:2.5rem}.report-calendar .calendar-section .report-calendar-wrapper .calendar-footer .date-view .date-from input,.report-calendar .calendar-section .report-calendar-wrapper .calendar-footer .date-view .date-from fieldset,.report-calendar .calendar-section .report-calendar-wrapper .calendar-footer .date-view .date-to input,.report-calendar .calendar-section .report-calendar-wrapper .calendar-footer .date-view .date-to fieldset{border:none}.report-calendar .calendar-section .report-calendar-wrapper .calendar-footer .button-container{display:flex;flex-direction:row;gap:1rem;justify-content:flex-end;align-items:center;width:300px}.report-calendar .calendar-section .report-calendar-wrapper .calendar-footer .button-container button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:100%;padding:11px;text-transform:none;border-radius:9px;font-weight:600}.report-calendar .calendar-section .report-calendar-wrapper .calendar-footer .button-container button span,.report-calendar .calendar-section .report-calendar-wrapper .calendar-footer .button-container button p{margin:0;padding:0;display:flex;flex-direction:row;align-items:center;justify-content:center}.report-calendar .calendar-section .report-calendar-wrapper .calendar-footer .button-container button span svg,.report-calendar .calendar-section .report-calendar-wrapper .calendar-footer .button-container button p svg{color:#fff;align-self:center;height:20px}button.dec-setup-step{align-self:flex-start;margin-top:0;margin-bottom:1rem;margin-left:0;padding:0;width:20px;min-width:unset}.report-channels .report-channels-head .text-container h1,.report-channels .report-channels-head .text-container .header{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:28px;max-width:95%;overflow:hidden;text-overflow:ellipsis}.report-channels .report-channels-head .text-container p,.report-channels .report-channels-head .text-container .sub-header{color:#475467;text-overflow:ellipsis;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.report-channels .report-channels-head .text-container{margin:1rem 0}.report-channels .channel-table{margin-top:1rem}.report-channels .channel-table .MuiDataGrid-footerContainer{display:none}.report-channels .MuiDataGrid-cell--withRenderer{padding:1rem}.report-channels .channel-table-row{display:flex;flex-direction:row;align-items:center;gap:1rem}.report-channels .channel-table-row p{color:#344054;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.report-channels .MuiDataGrid-virtualScrollerContent{height:400px!important}.report-channels .MuiDataGrid-row,.report-channels .MuiDataGrid-cellCheckbox,.report-channels .MuiDataGrid-cell--withRenderer{height:80px!important;max-height:80px!important;min-height:80px!important}.report-channels .button-container{display:flex;justify-content:flex-end;margin-top:1rem}.report-channels .button-container button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:100%;padding:11px;text-transform:none;border-radius:9px;font-weight:600}.report-channels .button-container button span,.report-channels .button-container button p{margin:0;padding:0;display:flex;flex-direction:row;align-items:center;justify-content:center}.report-channels .button-container button span svg,.report-channels .button-container button p svg{color:#fff;align-self:center;height:20px}.report-channels .button-container button{max-width:250px}.report-assets .report-assets-head .text-container h1,.report-assets .report-assets-head .text-container .header{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:28px;max-width:95%;overflow:hidden;text-overflow:ellipsis}.report-assets .report-assets-head .text-container p,.report-assets .report-assets-head .text-container .sub-header{color:#475467;text-overflow:ellipsis;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.report-assets .report-assets-head .text-container{margin-bottom:1rem}.report-assets .document-table{margin-top:2rem}.report-assets .document-table .MuiDataGrid-footerContainer{display:none}.report-assets .button-container{display:flex;flex-direction:row;justify-content:flex-end;margin-top:2rem}.report-assets .button-container button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:100%;padding:11px;text-transform:none;border-radius:9px;font-weight:600}.report-assets .button-container button span,.report-assets .button-container button p{margin:0;padding:0;display:flex;flex-direction:row;align-items:center;justify-content:center}.report-assets .button-container button span svg,.report-assets .button-container button p svg{color:#fff;align-self:center;height:20px}.report-assets .button-container button{padding:.5rem 0;width:200px;align-self:flex-end}.report-assets .MuiDataGrid-virtualScroller{max-height:400px;overflow-y:auto!important}.report-export .report-export-head .text-container h1,.report-export .report-export-head .text-container .header{font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:28px;max-width:95%;overflow:hidden;text-overflow:ellipsis}.report-export .report-export-head .text-container p,.report-export .report-export-head .text-container .sub-header{color:#475467;text-overflow:ellipsis;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.report-export .report-export-head .text-container{margin-bottom:1rem}.report-export .report-export-head .text-container .header-span{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem}.report-export .download-area{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:5rem}.report-export .download-area button{text-decoration:none;color:#c82ec8;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}.report-export .download-area button .icon-container{border-radius:100%;height:200px;width:200px;aspect-ratio:1/1;display:flex;flex-direction:column;justify-content:center;align-items:center}.report-export .download-area button .icon-container svg{font-size:150px;color:#c82ec8}.report-export .progress{padding:1rem;display:flex;flex-direction:column;justify-content:center;align-items:center;height:20vh;gap:1rem}.upload-document-modal{display:flex;flex-direction:column;justify-content:center;align-items:center;width:500px}.upload-document-modal .MuiFormHelperText-root{text-align:center}.upload-document-modal .uploads{width:100%}.upload-document-modal .uploads .upload-wrapper{display:flex;flex-direction:column;gap:.25rem;width:100%}.upload-document-modal .uploads .upload-wrapper-line{width:100%;display:flex;justify-content:space-between}.upload-document-modal .uploads .upload-wrapper-line p{max-width:70%}.upload-document-modal .file-upload{margin-top:1rem}.upload-document-modal .file-upload .drop-area{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px;box-shadow:0 1px 2px #1018280d;display:flex;flex-direction:column;justify-content:center;align-items:center;width:500px;cursor:pointer}.upload-document-modal .file-upload .drop-area svg{font-size:200px}.upload-document-modal .file-upload .drop-area span{color:#c82ec8;font-weight:700}.upload-document-modal .file-upload .MuiInputBase-root{border:none!important}.upload-document-modal .file-upload input[type=file]{display:none}.upload-document-modal button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:100%;padding:11px;text-transform:none;border-radius:9px;font-weight:600}.upload-document-modal button span,.upload-document-modal button p{margin:0;padding:0;display:flex;flex-direction:row;align-items:center;justify-content:center}.upload-document-modal button span svg,.upload-document-modal button p svg{color:#fff;align-self:center;height:20px}.upload-document-modal button{padding:.5rem}.upload-document-modal button .loading-span{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem}.upload-document-modal button .loading-span .MuiCircularProgress-root{height:25px!important;width:25px!important}.loading-container{height:100vh;width:100vw;position:fixed;top:0;left:0;z-index:12}.loading-container .blur-background{height:100%;width:100%;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);position:absolute;z-index:1}.loading-container .indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3}.blur-brand-warning{position:relative}.blur-brand-warning .fake-container .first-add-brand{padding:2rem;position:absolute;left:50%;transform:translate(-50%);top:0;width:400px;font-weight:700;align-self:center;z-index:30}.blur-brand-warning .fake-container{top:0;left:0;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);position:absolute;background:transparent;z-index:20;height:100%;width:100%}.form-section{padding:2rem;display:flex;flex-direction:column;gap:1rem}.form-section #select-country{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:.8rem}.form-section #select-country p{margin:0}.form-section .section-row{display:grid;grid-template-columns:300px 1fr;grid-template-rows:auto;align-items:center;width:100%}.form-section .section-row .quad-wrapper{display:grid;width:100%;align-items:start;justify-content:center;grid-template-columns:1fr 1fr;gap:1rem}.form-section .section-row label[for=dropFileInput] .MuiInputBase-root{display:none!important}.form-section .section-row label[for=dropFileInput] input[type=file]{display:none}.form-section .section-row label[for=dropFileInput] .dropFileInput{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.form-section .section-row label[for=dropFileInput] .dropFileInput .avatar{background:#f2f4f7;border-radius:99999px;width:64px;aspect-ratio:1/1;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer}.form-section .section-row label[for=dropFileInput] .dropFileInput .avatar img{height:100%;width:100%;object-fit:cover;object-position:center;border-radius:100%}.form-section .section-row label[for=dropFileInput] .dropFileInput .drop-area{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px;box-shadow:0 1px 2px #1018280d;text-align:center;width:100%;min-height:130px;align-items:center;display:flex;flex-direction:column;gap:1rem;cursor:pointer}.form-section .section-row label[for=dropFileInput] .dropFileInput .drop-area .icon-container{border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px;box-shadow:0 1px 2px #1018280d;color:#475467}.form-section .section-row label[for=dropFileInput] .dropFileInput .drop-area .text-container{color:#475467;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.form-section .section-row label[for=dropFileInput] .dropFileInput .drop-area .text-container .click-span{color:#c82ec8;font-weight:700}.form-section .section-row label[for=dropFileInput] .dropFileInput .drop-area p{margin:0}.form-section .section-row label[for=dropFileInput] .dropFileInput .drop-area .requirements{color:#475467;text-align:center;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.form-section .section-row--end{flex-shrink:0}.form-section .section-label{color:#344054;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.form-section .section-sub-label{color:#475467;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-right:1rem;width:100%}.form-section .section-input-wrapper{width:100%}.form-section .section-input-wrapper .advance a{color:#c82ec8}.form-section .section-input-wrapper .section-row{display:flex;flex-direction:row;gap:1rem}.form-section .section-input-wrapper .section-row .external-label{margin-top:0}.form-section .section-input-wrapper .add-brand-logo-container input[type=file]{display:none}.form-section .section-input-wrapper .add-brand-logo-container label{display:flex;flex-direction:row;align-items:center}.form-section .section-input-wrapper .add-brand-logo-container .avatar{background:#f2f4f7;border-radius:99999px;width:80px;aspect-ratio:1/1;display:flex;flex-direction:column;justify-content:center;align-items:center}.form-section .section-input-wrapper .add-brand-logo-container .avatar #icon-image{height:50%;width:50%}.form-section .section-input-wrapper .add-brand-logo-container .avatar img{height:100%;width:100%;object-fit:cover;object-position:center;border-radius:100%}.form-section .section-input-wrapper .MuiFormControl-root{width:100%}.form-section .section-input-wrapper .MuiFormControl-root .MuiInputBase-root fieldset{border-radius:8px!important}.form-section .section-input-wrapper .MuiFormControl-root .MuiInputBase-root input{padding:10px}.form-section .section-input{width:100%}.billing-plan .plan-section{display:flex;flex-direction:row;justify-content:space-between;margin-top:2rem;gap:1rem}.billing-plan .plan-section .plan{width:60%;border-radius:12px;border:1px solid #eaecf0;background:#fff;box-shadow:0 1px 2px #1018280d;display:flex;flex-direction:column;justify-content:space-between;padding:0}.billing-plan .plan-section .plan .plan-payment{padding:1.5rem;display:flex;justify-content:space-between}.billing-plan .plan-section .plan .plan-payment .plan-description .plan-type{margin-bottom:.4rem;color:#101828;font-size:18px;font-style:normal;font-weight:700;line-height:28px}.billing-plan .plan-section .plan .plan-payment .plan-description .plan-type span{border:1px solid #eaecf0;background:#fff;padding:16px;box-shadow:0 1px 2px #1018280d;padding:.2rem 1rem;border-radius:6px;align-self:center;border-color:#d0d5dd;color:#344054;text-align:center;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.billing-plan .plan-section .plan .plan-payment .plan-description .description{color:#475467;font-family:Nunito Sans,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.billing-plan .plan-section .plan .plan-payment .plan-price p{color:#101828;font-family:Nunito Sans,sans-serif;font-size:48px;font-style:normal;font-weight:700;line-height:60px;letter-spacing:-.96px}.billing-plan .plan-section .plan .plan-payment .plan-price p span{color:#475467;font-family:Nunito Sans,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:24px;transform:translate(-112px)}.billing-plan .plan-section .plan .plan-range{padding:1.5rem;display:flex;flex-direction:column}.billing-plan .plan-section .plan .plan-range p{color:#101828;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.billing-plan .plan-section .plan .plan-range .user-range{margin-top:1rem}.billing-plan .plan-section .plan .plan-range .user-range .user-range-bar{height:8px;width:100%;background:#d0d5dd;border-radius:20px}.billing-plan .plan-section .plan .plan-range .user-range .user-range-bar .user-range-fill{height:100%;background:#c82ec8;width:80%;border-radius:20px}.billing-plan .plan-section .plan .footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 1rem}.billing-plan .plan-section .plan .footer button{color:#9f1ab1;font-size:14px;font-style:normal;font-weight:700;line-height:20px;text-transform:none}.billing-plan .plan-section .payment-method{width:100%;border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px;box-shadow:0 1px 2px #1018280d;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem}.billing-plan .plan-section .payment-method .text-container .title{color:#101828;font-size:18px;font-style:normal;font-weight:700;line-height:28px}.billing-plan .plan-section .payment-method .text-container .sub-title{color:#475467;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.billing-plan .plan-section .payment-method .payment-method-details{display:grid;grid-template-columns:90px 1fr 70px;grid-template-rows:auto;border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px;box-shadow:0 1px 2px #1018280d;align-items:flex-start}.billing-plan .plan-section .payment-method .payment-method-details .text-container .card{color:#344054;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.billing-plan .plan-section .payment-method .payment-method-details .text-container .expiry{color:#475467;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.billing-plan .plan-section .payment-method .payment-method-details .text-container .mail{color:#475467;font-size:14px;font-style:normal;font-weight:400;line-height:20px;display:flex;flex-direction:row;align-items:center;gap:.2rem;margin-top:.4rem}.plan-generator .monthly-or-annual{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center;width:100%;margin-top:2rem;margin-bottom:5rem}.plan-generator .monthly-or-annual .MuiTabs-root{border-radius:12px;border:1px solid var(--Gray-200, #eaecf0);background:var(--Gray-50, #f9fafb);padding:.2rem}.plan-generator .monthly-or-annual button.Mui-selected{color:#344054;font-family:Inter,sans-serif!important;font-size:16px;font-style:normal;font-weight:600;line-height:24px;z-index:2}.plan-generator .monthly-or-annual button{color:#667085;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.plan-generator .monthly-or-annual .MuiTabs-indicator{border:none;height:100%;z-index:1;border-radius:12px;border:1px solid #eaecf0;background:#fff;padding:16px;box-shadow:0 1px 2px #1018280d}.plan-generator .user-channels-range{display:grid;grid-template-columns:1fr 1fr;gap:9rem;margin-bottom:5rem}.plan-generator .user-channels-range .MuiSlider-thumb{background:#fff;border:solid 2px #c82ec8}.plan-generator .user-channels-range .MuiSlider-rail{background:#d0d5dd;height:8px;border-radius:4px}.plan-generator .user-channels-range .MuiSlider-track{height:8px}.plan-generator .user-channels-range .MuiSlider-valueLabelOpen{background:none;transform:translateY(39px);color:#101828;text-align:center;font-family:Inter,sans-serif!important;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.plan-generator .plan-offer{margin-bottom:0rem;margin-top:4rem;display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:1rem}.plan-generator .plan-offer .plan.selected{position:relative;background:#fefaff;order:-1;border:3px solid #c82ec8}.plan-generator .plan-offer .plan.selected:after{content:attr(data-label);position:absolute;top:-18px;left:25%;background:#c82ec8;border-radius:50px;height:35px;z-index:0;display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:center;color:#fff;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;width:50%}.plan-generator .plan-offer .plan.currentPlan{position:relative;border:3px solid #c82ec8}.plan-generator .plan-offer .plan.currentPlan:after{content:attr(data-label-secondary);position:absolute;border-radius:50px;top:-18px;left:25%;background:#c82ec8;height:35px;z-index:0;display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:center;color:#fff;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;width:50%}.plan-generator .plan-offer .plan{box-shadow:-1px 15px 18px -12px #83838329;-webkit-box-shadow:-1px 15px 18px -12px rgba(131,131,131,.16);-moz-box-shadow:-1px 15px 18px -12px rgba(131,131,131,.16);border:2px solid rgb(243,243,243);border-radius:5px;padding:1rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;flex:1 1 100%;max-width:100%}.plan-generator .plan-offer .plan .plan-price{position:relative;color:#101828;font-size:30px;font-style:normal;font-weight:600;line-height:60px;letter-spacing:.25px}.plan-generator .plan-offer .plan .plan-name{color:#475467;font-size:16px;font-style:normal;font-weight:600;line-height:25px}.plan-generator .plan-offer .plan ul{list-style:none;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;margin-bottom:2rem}.plan-generator .plan-offer .plan ul li{display:flex;flex-direction:row;align-items:start;gap:.5rem}.plan-generator .plan-offer .plan ul li span{color:#101828;font-family:Inter,sans-serif;font-size:15px;font-style:normal;font-weight:500;line-height:24px}.plan-generator .plan-offer .plan .plan-footer{width:100%;margin-top:auto}.plan-generator .plan-offer .plan .plan-footer button{width:100%;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px;text-transform:none}@media(min-width:768px){.plan-generator .plan-offer .plan{flex:1 1 calc(50% - .5rem);max-width:calc(50% - .5rem)}.plan-generator .plan-offer .plan.selected{order:0}}@media(min-width:1200px){.plan-generator .plan-offer .plan{flex:1 1 calc(33% - .5rem);max-width:calc(33% - .5rem)}}.create-website-modal{position:relative;z-index:1}.create-website-modal .form-container .modal-header p{color:#101828;font-family:Inter,sans-serif!important;font-size:18px;font-style:normal;font-weight:600;line-height:28px}.create-website-modal .form-container .modal-header p:last-child{font-weight:400;font-size:14px;line-height:1.5;color:#475467}.create-website-modal .form-container .modal-header{margin-bottom:1rem}.create-website-modal .form-container form .form-section{padding:0;min-width:500px}.create-website-modal .form-container form .form-section .section-row{grid-template-columns:180px 1fr}.create-website-modal .form-container .modal-footer{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;margin-top:2rem}.create-website-modal .form-container .modal-footer button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:100%;padding:11px;text-transform:none;border-radius:9px;font-weight:600}.create-website-modal .form-container .modal-footer button span,.create-website-modal .form-container .modal-footer button p{margin:0;padding:0;display:flex;flex-direction:row;align-items:center;justify-content:center}.create-website-modal .form-container .modal-footer button span svg,.create-website-modal .form-container .modal-footer button p svg{color:#fff;align-self:center;height:20px}.create-website-modal .form-container .modal-footer button{height:40px}.automate-report-modal .modal-header p{color:#101828;font-family:Inter,sans-serif!important;font-size:18px;font-style:normal;font-weight:600;line-height:28px}.automate-report-modal .modal-header{margin-bottom:1rem}.automate-report-modal .modal-footer{display:flex;flex-direction:row;justify-content:center;width:100%;gap:1rem;align-items:center;margin-top:2rem}.automate-report-modal .modal-footer button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:100%;padding:11px;text-transform:none;border-radius:9px;font-weight:600}.automate-report-modal .modal-footer button span,.automate-report-modal .modal-footer button p{margin:0;padding:0;display:flex;flex-direction:row;align-items:center;justify-content:center}.automate-report-modal .modal-footer button span svg,.automate-report-modal .modal-footer button p svg{color:#fff;align-self:center;height:20px}.automate-report-modal .modal-footer button{height:40px}.report-settings form .form-section{padding:0;margin-top:2rem}.report-settings form .form-section .input-section{display:grid;grid-template-rows:auto;grid-template-columns:400px 1fr}.report-settings form .form-section .input-section .section-label{max-width:320px;align-self:center}.report-settings form .form-section .input-section .section-label .title{color:#344054;font-family:Nunito Sans,sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:20px}.report-settings form .form-section .input-section .section-label .sub-title{color:#475467;font-family:Nunito Sans,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.report-settings form .form-section .input-section .checkbox-container,.report-settings form .form-section .input-section .radio-container{display:flex;justify-content:flex-start;align-items:center}.report-settings form .form-section .input-section .checkbox-container .MuiFormControlLabel-root,.report-settings form .form-section .input-section .radio-container .MuiFormControlLabel-root{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start}.report-settings form .form-section .input-section .checkbox-container .MuiFormControlLabel-root .MuiButtonBase-root,.report-settings form .form-section .input-section .radio-container .MuiFormControlLabel-root .MuiButtonBase-root{padding-top:2px}.report-settings form .form-section .input-section .checkbox-container .label-container .single-label,.report-settings form .form-section .input-section .radio-container .label-container .single-label{margin-top:4px}.report-settings form .form-section .input-section .checkbox-container .label-container .label,.report-settings form .form-section .input-section .radio-container .label-container .label{max-width:300px;color:#344054;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.report-settings form .form-section .input-section .checkbox-container .label-container .sub-label,.report-settings form .form-section .input-section .radio-container .label-container .sub-label{max-width:300px;color:#475467;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.report-settings form .form-section .input-section .checkbox-container .email-form,.report-settings form .form-section .input-section .radio-container .email-form{display:flex;flex-direction:column;gap:1rem;width:80%}.report-settings form .form-section .input-section .checkbox-container .email-form textarea,.report-settings form .form-section .input-section .radio-container .email-form textarea{padding:1rem!important;height:90px!important}.report-settings form .form-section .input-section .checkbox-container .email-form button,.report-settings form .form-section .input-section .radio-container .email-form button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:100%;padding:11px;text-transform:none;border-radius:9px;font-weight:600}.report-settings form .form-section .input-section .checkbox-container .email-form button span,.report-settings form .form-section .input-section .checkbox-container .email-form button p,.report-settings form .form-section .input-section .radio-container .email-form button span,.report-settings form .form-section .input-section .radio-container .email-form button p{margin:0;padding:0;display:flex;flex-direction:row;align-items:center;justify-content:center}.report-settings form .form-section .input-section .checkbox-container .email-form button span svg,.report-settings form .form-section .input-section .checkbox-container .email-form button p svg,.report-settings form .form-section .input-section .radio-container .email-form button span svg,.report-settings form .form-section .input-section .radio-container .email-form button p svg{color:#fff;align-self:center;height:20px}.report-settings form .form-section .input-section .checkbox-container .email-form button,.report-settings form .form-section .input-section .radio-container .email-form button{align-self:flex-start;max-width:fit-content;padding:0;gap:2px}.report-settings form .form-section .input-section .form-footer{max-width:80%;display:flex;justify-content:space-between;gap:1rem}.report-settings form .form-section .input-section .form-footer button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:100%;padding:11px;text-transform:none;border-radius:9px;font-weight:600}.report-settings form .form-section .input-section .form-footer button span,.report-settings form .form-section .input-section .form-footer button p{margin:0;padding:0;display:flex;flex-direction:row;align-items:center;justify-content:center}.report-settings form .form-section .input-section .form-footer button span svg,.report-settings form .form-section .input-section .form-footer button p svg{color:#fff;align-self:center;height:20px}.report-settings form .form-section .input-section .form-footer button{max-width:300px;margin:0;height:40px}*{margin:0;padding:0;box-sizing:border-box}
