@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap");.loading[data-v-302f589a] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  font-size: 100px;
  font-weight: 700;
  text-align: center;
  background-color: rgb(94, 88, 234);
  overflow: hidden;
}
.loading #splash[data-v-302f589a] {
  padding: 55px;
}.pwLine[data-v-599bca59] {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-style: none;
  background-color: #DCDCDC;
  display: block;
  height: 2px;
}.pwButton[data-v-371faad4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 12px;
  overflow: hidden;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.pwButton__isPrimary[data-v-371faad4] {
  background: #5E58EA;
  color: white;
}
.pwButton__isPrimary .label[data-v-371faad4] {
  margin-left: 8px;
  margin-right: 8px;
}
.pwButton__isPrimary[data-v-371faad4]:hover, .pwButton__isPrimary[data-v-371faad4] :focus {
  background: rgb(79, 61, 197);
}
.pwButton__isPrimary[data-v-371faad4]:disabled {
  background: #DCDCDC;
  color: #989898;
  cursor: not-allowed;
}
.pwButton__isPrimary:disabled .label[data-v-371faad4] {
  color: #989898;
}
.pwButton__isPrimary[data-v-371faad4]:disabled:hover:not(:disabled) {
  background-color: transparent;
}
.pwButton__isSecondary[data-v-371faad4] {
  background-color: white;
  border: 2px solid #5E58EA;
  color: #5E58EA;
}
.pwButton__isSecondary .label[data-v-371faad4] {
  color: #5E58EA;
  margin-left: 8px;
}
.pwButton__isSecondary[data-v-371faad4]:hover, .pwButton__isSecondary[data-v-371faad4] :focus {
  background-color: rgb(225, 230, 254);
  border: 2px solid rgb(79, 61, 197);
}
.pwButton__isSecondary[data-v-371faad4]:disabled {
  background: #DCDCDC;
  border: 2px solid #DCDCDC;
  cursor: not-allowed;
}
.pwButton__isSecondary:disabled .label[data-v-371faad4] {
  color: #989898;
}
.pwButton__isSecondary[data-v-371faad4]:disabled:hover:not(:disabled) {
  background-color: transparent;
}
.pwButton__isTertiary[data-v-371faad4] {
  background-color: #E1E6FE;
}
.pwButton__isTertiary .label[data-v-371faad4] {
  color: #5E58EA;
  margin-left: 8px;
}
.pwButton__isTertiary[data-v-371faad4]:hover, .pwButton__isTertiary[data-v-371faad4] :focus {
  background-color: #A8B1F9;
}
.pwButton__isTertiary[data-v-371faad4]:disabled {
  background: #DCDCDC;
  border: 2px solid #DCDCDC;
  cursor: not-allowed;
}
.pwButton__isTertiary:disabled .label[data-v-371faad4] {
  color: #989898;
}
.pwButton__isTertiary[data-v-371faad4]:disabled:hover:not(:disabled) {
  background-color: transparent;
}
.pwButton__isFourth[data-v-371faad4] {
  background-color: #E1E6FE;
}
.pwButton__isFourth .label[data-v-371faad4] {
  color: #5E58EA;
  margin-left: 8px;
}
.pwButton__isFourth[data-v-371faad4]:hover, .pwButton__isFourth[data-v-371faad4] :focus {
  background-color: #A8B1F9;
}
.pwButton__isFourth[data-v-371faad4]:disabled {
  background: #DCDCDC;
  border: 2px solid #DCDCDC;
  cursor: not-allowed;
}
.pwButton__isFourth:disabled .label[data-v-371faad4] {
  color: #989898;
}
.pwButton__isFourth[data-v-371faad4]:disabled:hover:not(:disabled) {
  background-color: transparent;
}.activeOrganization[data-v-414327af] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  background-color: #E1E6FE;
  width: 100%;
  height: 100px;
  border-radius: 12px;
  padding: 1rem;
  line-height: 24px;
  cursor: pointer;
}
.activeOrganization__title[data-v-414327af] {
  width: 250px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.activeOrganization__subTitle[data-v-414327af] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #5E58EA;
  padding-top: 4px;
}
.activeOrganization figure[data-v-414327af] {
  padding-top: 5px;
}
.activeOrganization figure img[data-v-414327af] {
  overflow: hidden;
  border-radius: 8px;
  width: 2.5rem;
  height: 2.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}.optionLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #5E58EA;
  background-color: white;
  border-radius: 8px;
  padding: 8px 16px;
  border-left: 4px solid #5E58EA;
  width: 100%;
  height: 48px;
  cursor: pointer;
}
.optionLink .btn {
  color: #5E58EA;
  background-color: transparent;
  cursor: pointer;
}
.optionLink__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  color: #0B132E;
  font-weight: 700;
}.pwHeader[data-v-47ac50b2] {
  width: 100%;
  height: 64px;
  background: #5E58EA;
  position: fixed;
  border-radius: 0 0 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1.25rem;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  letter-spacing: 0.5px;
  z-index: 31;
}
.pwHeader__brand[data-v-47ac50b2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.pwHeader__brand h1[data-v-47ac50b2] {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #E1E6FE;
}
.pwHeader button[data-v-47ac50b2] {
  background-color: transparent;
  cursor: pointer;
}
.pwHeader__menu[data-v-47ac50b2] {
  width: 100%;
  height: 100vh;
  background-color: #F4F4F9;
  z-index: 30;
  padding: 70px 1rem 1rem;
  top: 0;
  left: 0;
  position: fixed;
}
.pwHeader__menu--avatar[data-v-47ac50b2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 19px;
  gap: 1rem;
}
.pwHeader__menu--avatar .user[data-v-47ac50b2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.pwHeader__menu--avatar .title[data-v-47ac50b2] {
  width: 263px;
  font-size: 20px;
  color: #0B132E;
  line-height: 28px;
}
.pwHeader__menu--avatar .subTitle[data-v-47ac50b2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #5E58EA;
  padding-top: 8px;
}
.pwHeader__menu--info[data-v-47ac50b2] {
  padding-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.pwHeader__menu--button[data-v-47ac50b2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  position: absolute;
  bottom: 90px;
  right: 16px;
  left: 16px;
}
.pwHeader__menu--button p[data-v-47ac50b2] {
  color: #6E7DA9;
}
.menu-fade-enter-active[data-v-47ac50b2] {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.menu-fade-leave-active[data-v-47ac50b2] {
  -webkit-transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1);
  transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1);
}
.menu-fade-enter-from[data-v-47ac50b2],
.menu-fade-leave-to[data-v-47ac50b2] {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.icon-button[data-v-47ac50b2] {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}.main[data-v-3a0f673a] {
  padding-top: 64px;
}
.has-bottom[data-v-3a0f673a] {
  margin-bottom: 80px;
}.pwModal[data-v-15d6b353] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 40;
}
.pwModal__container[data-v-15d6b353] {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.pwModal__container--back[data-v-15d6b353] {
  position: absolute;
  inset: 0;
  background: rgba(11, 19, 46, 0.64);
  backdrop-filter: blur(1px);
  height: 100vh;
}
.pwModal__content[data-v-15d6b353] {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: white;
  padding: 1rem;
  border-radius: 24px 24px 0 0;
}
.pwModal__content--header[data-v-15d6b353] {
  padding-top: 1rem;
  text-align: center;
  color: #2E2F32;
}
.pwModal__content--header--titleBold[data-v-15d6b353] {
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.5px;
  text-align: left;
}
.pwModal__content--header h3[data-v-15d6b353] {
  font-size: 20px;
  line-height: 28px;
  color: #0B132E;
}
.pwModal__content--header p[data-v-15d6b353] {
  padding-top: 8px;
}
.pwModal__content--line[data-v-15d6b353] {
  width: 2rem;
  height: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 32px;
  background-color: rgb(168, 177, 249);
}
.pwModal__content.xsmall[data-v-15d6b353] {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.pwModal__content.small[data-v-15d6b353] {
  width: 100%;
  height: auto;
  max-height: 400px;
}
.pwModal__content.medium[data-v-15d6b353] {
  width: 100%;
  height: auto;
  max-height: 440px;
}
.pwModal__content.large[data-v-15d6b353] {
  width: 100%;
  height: auto;
  max-height: 550px;
}
.pwModal__content.extra-large[data-v-15d6b353] {
  width: 100%;
  height: auto;
  max-height: 690px;
}
.fade-enter-active[data-v-15d6b353] {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.fade-leave-active[data-v-15d6b353] {
  -webkit-transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1);
  transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1);
}
.fade-enter-from[data-v-15d6b353],
.fade-leave-to[data-v-15d6b353] {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}.modalConfirmation__buttons[data-v-4b529df8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  padding-top: 1rem;
}

.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}
[data-tippy-root]{max-width:calc(100vw - 10px)}
.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;-webkit-transition-property:visibility,opacity,-webkit-transform;transition-property:visibility,opacity,-webkit-transform;transition-property:transform,visibility,opacity;transition-property:transform,visibility,opacity,-webkit-transform}
.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}
.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;-webkit-transform-origin:center top;transform-origin:center top}
.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}
.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;-webkit-transform-origin:center bottom;transform-origin:center bottom}
.tippy-box[data-placement^=left]>.tippy-arrow{right:0}
.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;-webkit-transform-origin:center left;transform-origin:center left}
.tippy-box[data-placement^=right]>.tippy-arrow{left:0}
.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;-webkit-transform-origin:center right;transform-origin:center right}
.tippy-box[data-inertia][data-state=visible]{-webkit-transition-timing-function:cubic-bezier(.54,1.5,.38,1.11);transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}
.tippy-arrow{width:16px;height:16px;color:#333}
.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}
.tippy-content{position:relative;padding:5px 9px;z-index:1}
/*
  👉Com esta definição, iremos resolver: Unificação ou uso de propriedades customizadas, Problemas com fontes, entre outros.
*/
:root {
  --black: #000000;
  --tipo-principal: "Open Sans", sans-serif;
  --tipo-secundaria: "Roboto", sans-serif;
}
/* Adaptamos ao modo escuro */
@media (prefers-color-scheme: dark) {
  :root {
    --black: #000000;
  }
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
img, picture, video, iframe, figure {
  max-width: 100%;
  display: block;
}
a {
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}
p a {
  display: inline;
}
li {
  list-style-type: none;
}
html {
  scroll-behavior: smooth;
}
div:not(.v-application__wrap) > main h1, div:not(.v-application__wrap) > main h2, div:not(.v-application__wrap) > main h3, div:not(.v-application__wrap) > main h4, div:not(.v-application__wrap) > main h5, div:not(.v-application__wrap) > main h6, div:not(.v-application__wrap) > main p, div:not(.v-application__wrap) > main span, div:not(.v-application__wrap) > main a, div:not(.v-application__wrap) > main strong, div:not(.v-application__wrap) > main blockquote, div:not(.v-application__wrap) > main i, div:not(.v-application__wrap) > main b, div:not(.v-application__wrap) > main u, div:not(.v-application__wrap) > main em {
  font-size: 1em;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  color: inherit;
}
b, strong {
  font-weight: bold;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
form, input, textarea, select, button, label {
  font-family: inherit;
  font-size: inherit;
  -ms-hyphens: auto;
      hyphens: auto;
  display: block;
}
svg {
  display: inline-block;
  fill: currentColor;
}
/* Configurar a tipografia para toda a web */
body {
  height: 100%;
  font-size: 100%;
  font-family: var(--tipo-principal);
  background-color: #F4F4F9;
  color: var(--black);
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
:root {
  --popper-theme-background-color: #2D2574;
  --popper-theme-background-color-hover: #2D2574;
  --popper-theme-text-color: #ffffff;
  --popper-theme-border-width: 0px;
  --popper-theme-border-style: solid;
  --popper-theme-border-radius: 6px;
  --popper-theme-padding: 32px;
  --popper-theme-box-shadow: 0 6px 30px -6px rgba(0, 0, 0, 0.25);
}
.popper {
  font-family: Open Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-align: left;
  padding: 12px 16px !important;
}
.tippy-box[data-theme~=pwa] {
  padding: 0;
  margin: 0;
  background-color: #2D2574;
  color: #E1E6FE;
  max-width: 200px;
  border-radius: 8px;
}
.tippy-box[data-theme~=pwa] .tippy-content {
  padding: 0;
}
.tippy-box[data-theme~=pwa] .tippy-arrow {
  color: #2D2574;
}
.tippy-box[data-theme~=pwa] .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px 16px;
}
.tippy-box[data-theme~=pwa] .container .text {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.tippy-box[data-theme~=pwa] .container .close {
  cursor: pointer;
  padding: 3px;
}