@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600&display=swap");:root{--gap-5:5px;--gap-10:10px;--gap-15:15px;--gap-20:20px;--gap-30:30px;--color-default:#51576b;--color-gray-light:#80899e;--color-active-bg:#7c83fd;--color-hover-bg:#f0f4ff;--color-hover-light-pink:#f0f4ff;--font-family:"Barlow",sans-serif;--font-size:15px;--icon-size:20px;--container-size:42px;--border-radius:8px}.heigth100{height:100%}.width100{width:100%}.flexCenter,.flexCenterGap10,.flexCenterGap15,.flexCenterGap20,.flexCenterGap5,.flexColumnCenter,.flexColumnCenterGap10,.flexColumnCenterGap20,.flexColumnCenterGap5{display:flex;align-items:center;justify-content:center}.flexCenterGap5{gap:var(--gap-5)}.flexCenterGap10{gap:var(--gap-10)}.flexCenterGap15{gap:var(--gap-15)}.flexCenterGap20{gap:var(--gap-20)}.flexSpaceBetween{display:flex;align-items:center;justify-content:space-between}.flexColumnCenter{flex-direction:column}.flexColumnCenterGap5{flex-direction:column;gap:var(--gap-5)}.flexColumnCenterGap10{flex-direction:column;gap:var(--gap-10)}.flexColumnCenterGap20{flex-direction:column;gap:var(--gap-20)}.inlineFlexCenter{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.marginLeft5{margin-left:var(--gap-5)}.marginLeft10{margin-left:var(--gap-10)}.marginLeft15{margin-left:var(--gap-15)}.marginLeft20{margin-left:var(--gap-20)}.marginRight5{margin-right:var(--gap-5)}.marginRight10{margin-right:var(--gap-10)}.marginRight15{margin-right:var(--gap-15)}.marginTop5{margin-top:var(--gap-5)}.marginTop10{margin-top:var(--gap-10)}.marginTop15{margin-top:var(--gap-15)}.marginBottom5{margin-bottom:var(--gap-5)}.marginBottom10{margin-bottom:var(--gap-10)}.marginBottom15{margin-bottom:var(--gap-15)}.marginBottom30{margin-bottom:var(--gap-30)}.paddingLeft5{padding-left:var(--gap-5)}.paddingLeft10{padding-left:var(--gap-10)}.paddingLeft15{padding-left:var(--gap-15)}.paddingLeft20{padding-left:var(--gap-20)}.paddingRight5{padding-right:var(--gap-5)}.paddingRight10{padding-right:var(--gap-10)}.paddingRight15{padding-right:var(--gap-15)}.paddingTop5{padding-top:var(--gap-5)}.paddingTop10{padding-top:var(--gap-10)}.paddingTop15{padding-top:var(--gap-15)}.containerIcon{width:var(--container-size);height:var(--container-size);display:flex;align-items:center;justify-content:center;border-radius:var(--border-radius);flex-shrink:0}.text,.textSemiBold,.textSemiBoldWhite,.textWhite{font-family:var(--font-family);font-size:var(--font-size);color:var(--color-default)}.textSemiBold{font-weight:500}.textBoldTitle{font-size:18px;font-weight:700;font-family:var(--font-family);color:#474a59}.textWhite{color:#fff}.textSemiBoldWhite{font-weight:500;color:#fff}.naoSelecionavel{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.icon{width:var(--icon-size);height:var(--icon-size)}.colorIconDefault{fill:var(--color-default)}.colorIconDefaultStroke{stroke:var(--color-default)}.colorIconGrayLight{fill:var(--color-gray-light)}.strokeIconGrayLight{stroke:var(--color-gray-light)}.iconAnimation{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.active,.activeStroke{background-color:var(--color-active-bg)}.active *{color:#fff;fill:#fff}.activeStroke *{cursor:pointer;stroke:#fff;color:#fff}.hoverBgCursorFill:hover,.hoverBgCursorOnly:hover,.hoverBgCursorStroke:hover{background-color:var(--color-hover-bg);cursor:pointer;color:var(--color-active-bg)}.hoverBgCursorFill:hover *{fill:var(--color-active-bg)}.hoverBgCursorStroke:hover *{stroke:var(--color-active-bg)}.hoverBgCursorPink:hover,.hoverBgCursorPinkFill:hover,.hoverBgCursorPinkStroke:hover{background-color:var(--color-hover-light-pink);cursor:pointer;color:var(--color-active-bg);border-radius:6px}.hoverBgCursorPinkFill:hover *{fill:var(--color-active-bg)}.hoverBgCursorPinkStroke:hover *{stroke:var(--color-active-bg)}.hoverBgCursorFill:hover .text,.hoverBgCursorFill:hover .textSemiBold,.hoverBgCursorOnly:hover .text,.hoverBgCursorOnly:hover .textSemiBold,.hoverBgCursorPink:hover .text,.hoverBgCursorPink:hover .textSemiBold,.hoverBgCursorPinkFill:hover .text,.hoverBgCursorPinkFill:hover .textSemiBold,.hoverBgCursorPinkStroke:hover .text,.hoverBgCursorPinkStroke:hover .textSemiBold,.hoverBgCursorStroke:hover .text,.hoverBgCursorStroke:hover .textSemiBold{color:var(--color-active-bg)}.switch{position:relative;display:inline-block;width:44px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#e2e5ea}.slider,.slider:before{position:absolute;-webkit-transition:.4s;transition:.4s}.slider:before{content:"";height:16px;width:16px;left:4px;bottom:4px;background-color:#fff}input:checked+.slider{background-color:#23db60}input:focus+.slider{box-shadow:0 0 1px #23db60}input:checked+.slider:before{-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.sliderDisabled{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#e2e5ea;cursor:not-allowed}.sliderDisabled,.sliderDisabled:before{position:absolute;-webkit-transition:.4s;transition:.4s}.sliderDisabled:before{content:"";height:16px;width:16px;left:4px;bottom:4px;background-color:#fff}input:checked+.sliderDisabled{background-color:#e0e0e0}input:focus+.sliderDisabled{box-shadow:0 0 1px #e0e0e0}input:checked+.sliderDisabled:before{-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}.sliderDisabled.round{border-radius:34px}.sliderDisabled.round:before{border-radius:50%}.colorTextPink{color:var(--color-active-bg)}.fillPink{fill:var(--color-active-bg)}.cursorPointer{cursor:pointer}:root{--default-theme-body-background:#fafafa;--default-theme-background:#fff;--default-title-sidebar-theme-text:#252525;--dark-theme-body-background:#252525;--dark-theme-background:#111;--dark-title-sidebar-theme-text:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:#dadde7;border-radius:5px}.app{position:relative;height:calc(100vh - 63px);margin-left:62px}.app,.flexAuto{overflow-y:auto;flex-grow:1}.flexAuto{height:100vh}@media (max-width:768px){.app{margin-left:0}}body,html{background-color:var(--default-theme-body-background);height:100%;margin:0;padding:0;transition:background-color .3s linear}a{color:inherit;text-decoration:none;background-color:transparent;cursor:pointer}.Navbar_navbar___aFXz{background-color:var(--default-theme-background);height:62px;display:flex;align-items:center;justify-content:space-between;transition:background-color .3s linear;border-bottom:1px solid #e2e5ea;position:relative}.Navbar_containerHelpCenter__OMEbf{display:flex;align-items:center;justify-content:center;width:168px;height:42px;border-radius:8px}.Navbar_profile__id8PA{width:42px;height:42px;border-radius:50%;margin-right:10px;border:2px solid #b3baff}.Navbar_profile__id8PA img{width:42px;height:42px;border-radius:50%;margin-right:10px}@media (max-width:768px){.Navbar_navbar___aFXz .Navbar_helpIcon__Xwf06,.Navbar_navbar___aFXz .Navbar_notificationIcon__Y_L7p,.Navbar_navbar___aFXz .Navbar_searchIcon__iifpx,.Navbar_navbar___aFXz div[title="Central de ajuda"]{visibility:hidden}.Navbar_navbar___aFXz .Navbar_profile__id8PA,.Navbar_navbar___aFXz .Navbar_profile__id8PA img{width:32px;height:32px}}.ProfileMenu_profile__r2sGU{width:42px;height:42px;border-radius:50%;margin-right:10px;border:2px solid #b3baff}.ProfileMenu_profile__r2sGU img{width:42px;height:42px;border-radius:50%;margin-right:10px}.ProfileMenu_menuProfileContainer__NdY3O{top:70px;right:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:200px;padding:10px 0;margin-right:10px;box-shadow:14px 14px 35px #d9d9d9;border-radius:8px;background-color:var(--default-theme-background);position:absolute;opacity:1;visibility:visible;transition:opacity .5s ease,visibility .5s ease;z-index:999}.ProfileMenu_menuProfileContainer__NdY3O.ProfileMenu_hidden___3Hck{opacity:0;visibility:hidden}.ProfileMenu_menuProfile__Xbajx{width:159px;height:54px;display:flex;align-items:center}.ProfileMenu_separator__A9tvn{width:100%;height:1px;background-color:#e2e5ea}.ProfileMenu_menuProfileOption__0w90F{width:170px;height:42px;display:flex;align-items:center;border-radius:8px}.ProfileMenu_menuProfileOption__0w90F.ProfileMenu_disabled__avLoW{background-color:#e0e0e0;color:#a0a0a0;cursor:not-allowed}.NotificationsList_overlay__hCuU4{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.5);opacity:1;visibility:visible;transition:opacity .5s ease,visibility .5s ease;z-index:999}.NotificationsList_overlay__hCuU4.NotificationsList_hidden__gsp0w{opacity:0;visibility:hidden}.NotificationsList_notificationsListContainer__UYI9D{top:0;right:0;display:flex;flex-direction:column;align-items:center;width:400px;max-width:100vw;height:100vh;box-shadow:14px 14px 35px #d9d9d9;background-color:var(--default-theme-background);position:absolute;opacity:1;visibility:visible;transition:opacity .5s ease,visibility .5s ease;z-index:1000}.NotificationsList_notificationsListContainer__UYI9D.NotificationsList_hidden__gsp0w{opacity:0;visibility:hidden}.NotificationsList_separator__IDsnj{width:100%;height:1px;background-color:#e2e5ea}.NotificationsList_containerNotificationsHeader__3vPHZ{height:69px;width:368px;display:flex;align-items:center;justify-content:space-between;padding-left:10px}.NotificationsList_containerNotificationsOptions__N1cqY{height:28px;width:368px;display:flex;align-items:center;padding-left:10px;gap:5px;margin-top:10px}.NotificationsList_containerOptions__XmVNf{display:flex;align-items:center;justify-content:center;height:28px;background-color:#f0f1f3;border-radius:16px;padding-inline:10px}.NotificationsList_active__xJ4qv{background-color:#7c83fd;color:#fff}.NotificationsList_ChateIcon__nsx2I{height:40px;width:40px;stroke:#7c83fd}@media (max-width:768px){.NotificationsList_notificationsListContainer__UYI9D{width:100%}}.Sidebar_collapsed__LR8ew{width:62px;z-index:1}.Sidebar_collapsed__LR8ew,.Sidebar_full__NB_Ru{background-color:var(--default-theme-background);height:calc(100vh - 63px);overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid #e2e5ea;transition:background-color .3s linear,width .3s ease-in-out;position:absolute}.Sidebar_full__NB_Ru{width:299px;z-index:100}.Sidebar_containerOption__KuFwM{display:flex;align-items:center;margin:0 10px;height:42px;border-radius:8px;transition:background-color .3s linear;white-space:nowrap;overflow:hidden}.Sidebar_containerIcon__4dfSt{display:flex;align-items:center;justify-content:center;flex-shrink:0}.Sidebar_iconText__qSj9j{opacity:0;visibility:hidden;margin-left:10px;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.Sidebar_full__NB_Ru .Sidebar_iconText__qSj9j{opacity:1;visibility:visible;margin-left:10px}.Sidebar_subMenu__lLm10{background-color:var(--default-theme-background);height:calc(100vh - 63px);margin-left:63px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid #e2e5ea;position:absolute;z-index:100;transition:background-color .2s linear,width .2s ease-in-out}.Sidebar_subMenuOpen__pqZWS{width:299px;transition:background-color .3s linear,width .3s ease-in-out}.Sidebar_subMenuCollapsed__L_k4Y{width:0;border-right:none}.Sidebar_containerSubMenu__6sh7F{margin:20px;display:flex;flex-direction:column;gap:5px}.Sidebar_containerTitleSubMenu__hsYaA{display:flex;align-items:center;height:42px;border-radius:8px;transition:background-color .3s linear;white-space:nowrap;overflow:hidden}.Sidebar_subMenuTitle__D7UAM{margin-left:10px;font-size:18px;font-weight:700;font-family:var(--font-family);color:#474a59}.Sidebar_containerOptionSubMenu__VBOGt{display:flex;align-items:center;height:42px;border-radius:8px;transition:background-color .3s linear;white-space:nowrap;overflow:hidden}.Sidebar_iconTextSubMenu__2jSnu{margin-left:10px;transition:opacity .2s ease-in-out,visibility .2s ease-in-out}@media (max-width:768px){.Sidebar_collapsed__LR8ew{width:0}.Sidebar_subMenu__lLm10{margin-left:0}}.Loader_loaderContainer__d_Gcm{display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.5);z-index:9999}.Loader_loader___rb1F{border:16px solid hsla(0,0%,95%,.5);border-top-color:rgba(52,152,219,.5);border-radius:50%;width:120px;height:120px;animation:Loader_spin__ZgjI3 2s linear infinite}@keyframes Loader_spin__ZgjI3{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}