/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles/index.scss?ngGlobalStyle ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;900&display=swap);
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles/index.scss?ngGlobalStyle (1) ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Mixins */
@font-face {
  font-family: "Poppins-Regular";
  src: url('Poppins-Regular.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url('Poppins-SemiBold.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Bold";
  src: url('Poppins-Bold.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Black";
  src: url('Poppins-Black.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Light";
  src: url('Poppins-Light.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraLight";
  src: url('Poppins-ExtraLight.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Fonts */
/* Pixels to rem */
/* Breakpoints */
/*-------- Mobile devices*/
/*-------- Tablet devices*/
/*-------- Desktop devices*/
/* z-index */
/* Colors - static */
/* operational variables*/
/* Shadows */
:root {
  --color-primary: #6429cd;
  --color-white: #fff;
  --color-background: #1a0938;
  --color-line: #5924b8;
  --color-pressed: #4e1ea4;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body::-webkit-scrollbar {
  width: 8px;
  margin-right: 5px;
  background-color: #3b355b;
}

body::-webkit-scrollbar-thumb {
  background-color: #bdbdff;
  border-radius: 5px;
  height: 140.49px;
}

* {
  font-family: "Poppins-Regular";
  box-sizing: border-box;
}
*::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
*::-webkit-scrollbar-thumb {
  background: #bdbdff;
  border-radius: 5px;
}
*::-webkit-scrollbar-track {
  background-color: transparent;
  margin-block: 0.5rem;
}

body {
  overflow-x: hidden;
  background-color: #d3d8ed;
  opacity: 1;
}
body.overflow-hidden {
  overflow-y: hidden;
}

input {
  margin: 0px;
  background: none;
  color: #bdbdff;
  padding: 4px 10px;
  border: 1px solid #6429cd;
  border-radius: 20px;
}

.input_group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0px;
}
.input_group__button {
  margin-left: -10px;
  background: #6429cd;
  border: 1px solid #6429cd;
  border-radius: 0px 20px 20px 0px;
  text-align: center;
  align-items: center;
}

.full-view {
  width: 100%;
  height: 100%;
}

.flex,
.center {
  display: flex;
}

.center {
  justify-content: center;
  align-items: center;
}

.hidden {
  display: none !important;
}

.absolute {
  position: absolute;
}
.absolute.top {
  top: 0px;
}
.absolute.bottom {
  top: auto;
  bottom: 0px;
}
.absolute.left {
  left: 0px;
}
.absolute.right {
  right: 0px;
  left: auto;
}

.btn-link {
  color: #6429cd;
  cursor: pointer;
  transition: transform 0.5s;
}
.btn-link .link--secundary {
  color: #dd52dd;
}

.btn-link:hover {
  transform: scale(1.2);
}

.text--b {
  font-family: "Poppins-Bold";
}

.icon-rotate {
  transform: rotate(180deg);
  transition: 0.2s;
}

.rl {
  position: relative;
}

.m-1 {
  margin: 1rem;
}
.m-2 {
  margin: 2rem;
}
.m-3 {
  margin: 3rem;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-3 {
  margin-bottom: 3rem;
}

/**
 SHIMERS
**/
.loading-row--shimmer {
  z-index: 1;
  background-image: linear-gradient(90deg, #1a0938 0%, rgb(69, 36, 126) 40%, #1a0938 50%, #1a0938 100%);
  cursor: wait;
  background-size: 200% 100%;
  animation: animation-background-moving-200 2s linear infinite;
  opacity: 0;
}

.shimmer {
  content: "";
  width: 102%;
  height: 110%;
  display: block;
  border-radius: 24px;
  position: absolute;
  top: -21px;
  right: 0;
  z-index: 2;
  background-image: linear-gradient(90deg, #330073 0%, #8869bc 40%, #330073 50%, #330073 100%);
  cursor: wait;
  background-size: 200% 100%;
  animation: 0.9s shimmer linear infinite;
}

.removeScrooll {
  overflow: hidden;
}

@keyframes shimmer {
  to {
    background-position: -200%;
  }
}
@keyframes animation-background-moving-200 {
  0% {
    background-position: 100%;
    opacity: 1;
  }
  80% {
    background-position: -80%;
    opacity: 0.1;
  }
  100% {
    background-position: -100%;
    opacity: 1;
  }
}
.dot {
  border-radius: 50%;
  display: block;
  min-height: 10px;
  max-height: 10px;
  margin-right: 8px;
  position: relative;
  top: 2px;
  min-width: 10px;
}

.Trainee {
  background-color: #ff6849;
}

.Junior {
  background-color: #fdcabf;
}

.Advanced {
  background-color: #f8af3c;
}

.Senior {
  background-color: #5452f6;
}

.Master {
  background-color: #bdbdff;
}

.noScroll {
  overflow-y: hidden;
}

.tooltiptext {
  line-height: 16px;
  visibility: hidden;
  width: 152px;
  background-color: rgba(255, 255, 255, 0.9);
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.2));
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  text-align: center;
  color: #1d1d1b;
  border-radius: 16px;
  padding: 14px 10px;
  top: 10px;
  font-size: 0.8484848485rem;
  font-family: "Poppins-SemiBold";
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.tooltiptext__visible {
  visibility: visible;
}
.tooltiptext-indicator {
  position: absolute;
  width: 16px;
  height: 9px;
  background-color: rgba(255, 255, 255, 0.9);
  bottom: -8px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.tooltiptext-indicator-rotated {
  transform: rotate(180deg);
  bottom: -12px;
}
.tooltiptext--points {
  font-size: 14px;
  line-height: 19.6px;
  width: 228px;
}
.tooltiptext--point-chapters {
  font-size: 14px;
  line-height: 140%;
  width: 197px;
  height: 68px;
  z-index: 2;
  padding: 14px;
  left: 50px;
  top: -84px;
  visibility: hidden;
}
.tooltiptext--info-level {
  font-size: 14px;
  line-height: 140%;
  width: 197px;
  height: 88px;
  z-index: 2;
  padding: 14px;
  right: -60px;
  top: -100px;
}
@media (max-width: 570px) {
  .tooltiptext--info-level {
    right: 20px;
    top: -60px;
  }
}

.doutool {
  justify-content: flex-start;
  padding-left: 14px;
  width: 168px;
}
.doutool__content {
  text-align: start;
}
.doutool__content__title {
  font-family: "Poppins-Bold";
}
.doutool__content__title span {
  margin-left: 4px;
}
.doutool__content__info__statistics {
  display: block;
  font-family: "Poppins-SemiBold";
  font-size: 0.8484848485rem;
  line-height: 19.5px;
}
.doutool__content__info .divider::after {
  content: "|";
  margin: 0 4px;
}

.container-scrollbar {
  overflow-y: auto;
  max-height: 250px;
}
.container-scrollbar::-webkit-scrollbar {
  width: 4px;
}
.container-scrollbar::-webkit-scrollbar-thumb {
  background: #bdbdff;
  border-radius: 5px;
}
.container-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
  margin-block: 0.5rem;
}
.container-scrollbar--pragmatic-table {
  max-height: none;
  overflow: hidden;
}
.container-scrollbar--pragmatic-table::-webkit-scrollbar {
  height: 6px;
}

app-growth-map-content-cards.cdk-drag-preview {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  box-shadow: 0px 0px 8px -1px rgb(149, 127, 189);
}
app-growth-map-content-cards.cdk-drag-preview .pragmapower-card .cdk-drag-handle.drag-handle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: grabbing;
}

.cdk-drag-preview.growth-route-drag-preview-list {
  border-radius: 14px;
}
.cdk-drag-preview.growth-route-drag-preview-list .objectiveList {
  background-color: #d3d8ed;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  margin-left: auto;
  margin-top: 8px;
}
.cdk-drag-preview.growth-route-drag-preview-list.cdk-drag-animating {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
.cdk-drag-preview.growth-route-drag-preview-list.cdk-drop-list-dragging .cdk-drag {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.tooltip-soft-shadow {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.tooltip-fit-content {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}

.dynamic-tooltip-overlay-pane {
  position: absolute !important;
}

.tooltip-compact-overlay {
  --tooltip-width: fit-content;
  --tooltip-max-width: none;
}

.tooltip-compact-overlay .tooltip {
  padding-left: 8px;
  padding-right: 8px;
}

.person-group-modal-panel .mat-dialog-container,
.person-group-modal-panel .mat-mdc-dialog-container {
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 10px 40px 0px rgba(189, 189, 255, 0.5);
}

.confirm-action-modal-panel .mat-dialog-container,
.confirm-action-modal-panel .mat-mdc-dialog-container {
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 10px 40px 0px rgba(100, 41, 205, 0.15);
  background: #ffffff;
}

.cdk-overlay-container {
  position: fixed !important;
  z-index: 1000;
}

.cdk-overlay-backdrop {
  position: fixed !important;
}

.cdk-global-overlay-wrapper {
  position: fixed !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}

.cdk-overlay-backdrop-noop-animation {
  transition: none;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

textarea.cdk-textarea-autosize {
  resize: none;
}

textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}

textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}

@keyframes cdk-text-field-autofill-start { /*!*/ }
@keyframes cdk-text-field-autofill-end { /*!*/ }
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}

.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}

.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}

.mat-app-background {
  background-color: var(--mat-app-background-color, transparent);
  color: var(--mat-app-text-color, inherit);
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

/*# sourceMappingURL=styles.css.map*/