@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

:root {
  --bs-body-bg: #0d132a;
  --color-brand: #1ec6e8;
  --card-border-radius: 10px;
  --card-padding: 20px;
  --finish-step-bg-gray: f5f5f5;
  --bs-black: #0d132a;
  --bs-body-color: #0d132a;
  --homepage-gray: #e9e9e9;
  --gray-light: #f5f5f5;
  --bs-body-font-family: Gilroy, system-ui, -apple-system, "Segoe UI", Roboto;
}

body {
  line-height: 25px;
  word-break: break-word;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0) inset;
  transition: background-color 5000s ease-in-out 0s;
}

body.blocked {
  overflow: hidden;
}

h1 {
  font-weight: bold;
  font-size: 32px;
}

.alert-info {
  --bs-alert-color: var(--color-brand);
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #fff;
  --bs-alert-border-radius: var(--card-border-radius);
  --bs-alert-padding-y: var(--card-padding);
  --bs-alert-padding-x: var(--card-padding);
  font-weight: 500;
  margin-bottom: 0;
}

.modal {
  --bs-modal-border-radius: var(--card-border-radius);
}

.btn-primary {
  --bs-btn-bg: var(--color-brand);
  --bs-btn-border-color: var(--color-brand);
  --bs-btn-hover-bg: var(--color-brand);
  --bs-btn-hover-border-color: var(--color-brand);
}

.btn-primary-big {
  width: 100%;
  text-align: center;
  background-color: var(--color-brand);
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
}

.question-container {
  width: 100%;
  align-self: center;
  justify-content: start;
  /* padding: 100px 40px 110px 40px; */
  display: flex;
  /* margin-bottom: 110px; */
  /* margin-bottom: 300px; */
}

.custom-font-bold {
  font-weight: bold;
}

.question-container a {
  color: #6abcb9;
}

.text-centered {
  text-align: center;
}

.question-container .header {
  /* background-color: var(--color-brand); */
  background-color: rgba(22, 31, 69, 1);
  padding: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.question-container .body.no-header {
  border-radius: 10px;
}

.question-container .body,
.question-container .modal-body {
  padding: 20px;
  /* background-color: #fff; */
  color: #fff;
  background-color: rgba(22, 31, 69, 1);
}

.question-container .modal-body h5 {
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
}

.question-container .modal-body .card {
  background-color: #2d3557;
  color: #fff;
  border: 1px solid #2d3557;
  border-radius: 10px;
}

.question-container .modal-content {
  background-color: transparent;
}

.question-container .modal-footer {
  /* background-color: #fff; */
  background-color: rgba(22, 31, 69, 1);
  border-top: 1px solid #2d3557;
}

.question-container .header,
.question-container .modal-header {
  background-color: rgba(22, 31, 69, 1);
  border-bottom: 1px solid #2d3557;
  color: #fff;
}

.question-container textarea {
  background-color: #2d3557;
  border: 1px solid #2d3557;
  color: #fff;
  padding: 15px;
}
.question-container textarea:focus {
  background-color: #2d3557;
  border: 1px solid #2d3557;
  color: #fff;
}

.alert-disclaimer {
  margin-bottom: 0;
}

.question-button-previous {
  background-color: rgba(255, 255, 255, 0.15);
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background-position: center;
  overflow: hidden;
  background-image: url("../img/edustrada/arrow-right.png");
  background-repeat: no-repeat;
  cursor: pointer;
}

.question-button-next-wrapper {
  width: 80px;
  height: 80px;
  position: relative;
}

.question-button-next {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background-position: center;
  overflow: hidden;
  background-image: url("../img/edustrada/arrow-right.png");
  background-repeat: no-repeat;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.question-button-next .circle {
  width: 50px;
  height: 50px;
  background-color: var(--color-brand);
  border-radius: 100px;
  position: relative;
  left: 35px;
  -webkit-filter: blur(7px);
  filter: blur(7px);
}

.question-button-previous {
  background-color: transparent;
  background-image: url("../img/edustrada/arrow-left.png");
}

.navigation-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 30px;
  left: 0;
  display: flex;
  justify-content: space-between;
  background-color: var(--bs-body-bg);
}

.navigation-bottom.navigation-bottom-absolute {
  position: absolute !important;
}

.card-container {
  padding: 20px;
  background-color: #f9f9f9;
  border: 2px solid #f9f9f9;
  margin-bottom: 20px;
  border-radius: var(--card-border-radius);
  cursor: pointer;
  font-weight: 300;
}

.card-container.active {
  background-color: #fff;
  border: 2px solid var(--color-brand);
}

.card-container:last-child {
  margin-bottom: 0;
}

.navigation-current-step {
  color: #fff;
  font-size: 20px;
}

.navigation-next-step-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
}

.open-answer-textarea {
  min-height: 200px;
  padding: 20px;
  border-radius: var(--card-border-radius);
}

.question-white-top {
  color: #fff;
  margin-bottom: 40px;
  margin-top: 40px;
}

.question-feedback-v1-container {
  flex-direction: column;
}

.question-feedback-v2-container {
  flex-direction: column;
  justify-content: start;
}

.question-feedback-v1 {
  padding: 20px;
  background-color: #fff;
  border-radius: var(--card-border-radius);
  margin-bottom: 20px;
}

.radio-select {
  display: flex;
  gap: 10px;
  cursor: pointer;
}

.radio-select .label {
  font-weight: bold;
}

.radio-select .circle-outer {
  border-radius: 100px;
  padding: 4px;
  border: 1px solid var(--color-brand);
  display: inline-block;
}

.radio-select .circle {
  background-color: #fff;
  border-radius: 100px;
  width: 13px;
  height: 13px;
}

.radio-select.active .circle {
  background-color: var(--color-brand);
}

.feedback-image {
  height: 135px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.feedback-image.feedback-image-ok {
  background-image: url("../img/edustrada/feedback-ok.png");
}

.feedback-image.feedback-image-wrong {
  background-image: url("../img/edustrada/feedback-wrong.png");
}

/* BALANCE STEP */

.question-balance-container {
  background-image: url("../img/edustrada/balance-step-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  padding: 40px;
  display: flex;
  height: 100%;
  /* min-height: 100vh; */
  /* padding-bottom: 110px; */
  flex-direction: column;
  justify-content: center;
}

.question-openAnswer-container {
  background-image: url("../img/edustrada/balance-step-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  padding: 100px 40px 110px 40px;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.question-balance-container.question-balance-v2 {
  background-image: url("../img/edustrada/balance-step-bg-2.png");
  justify-content: flex-start;
  padding-top: 150px;
}

.question-balance-text {
  color: #fff;
  text-align: center;
  font-size: 1.35rem;
  line-height: 1.35;
  word-break: break-word;
}

.question-balance-color-bar {
  width: 80px;
  height: 5px;
  border-radius: 20px;
  background: linear-gradient(90deg, #c14393 13%, #04b7e2 66%, #0163ae 100%);
  align-self: center;
}

.question-container-outer-no-navigation-bg .navigation-bottom {
  background: none;
}

.question-container-outer-no-navigation-bg {
  position: relative;
}

.question-video-step-container {
  /* #todo what is tekst na środku ekranu background now is body background-color*/
  /*background-image: url("../img/edustrada/video-step-bg.png");*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

.question-video-step-container .play-button {
  background-image: url("../img/edustrada/video-step-play-button.png");
  align-self: center;
  cursor: pointer;
  width: 136px;
  height: 136px;
}

/* FINISH STEP */

.summary-step-container {
  height: 100%;
  display: flex;
  background-color: var(--finish-step-bg-gray);
  padding-top: 70px;
  flex-direction: column;
}

.summary-step-container.color-bg {
  background-image: url("../img/edustrada/profile-gradient-background.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.summary-step-top-card-container {
  padding: 0 20px;
  width: 100%;
}

.summary-step-top-card {
  background-image: url("../img/edustrada/green-pink-header.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 170px;
  width: 100%;
  border-radius: 20px;
  box-shadow: -7px 7px 4px #ccc;

  display: flex;
  flex-direction: row;
  padding: 20px;
  gap: 10px;
}

.summary-step-top-card-opinion {
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  padding: 30px;
}

.summary-step-top-card-opinion .summary-step-top-card-text {
  align-self: start;
}

.summary-step-top-card-text {
  color: #fff;
  font-size: 20px;
  align-self: center;
  font-weight: 600;
}

.summary-step-top-card-text-text-center {
  text-align: center;
}

.summary-step-top-card-icon {
  align-self: center;
  text-align: right;
}

.summary-step-top-card-opinion-stars {
  position: absolute;
  right: 50px;
  top: 80px;
}

.summary-step-details-container {
  background-color: #fff;
  flex-grow: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.saving-button {
  background-image: url("../img/edustrada/green-orange-button.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  cursor: pointer;
  border-radius: 10px;
  text-align: center;
  height: 45px;
  color: white;
  font-size: 17px;
  font-weight: bold;
  border: 0;
  margin-top: 15px;
}

.saving-button-small {
  background-image: url("../img/edustrada/green-orange-button.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100px;
  cursor: pointer;
  border-radius: 10px;
  text-align: center;
  height: 45px;
  color: white;
  font-size: 17px;
  font-weight: bold;
  border: 0;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.cancel-button-small {
  background: rgb(180, 58, 149);
  background: linear-gradient(
    90deg,
    rgba(180, 58, 149, 1) 0%,
    rgba(253, 29, 29, 1) 30%,
    rgba(252, 127, 69, 1) 100%
  );
  width: 100px;
  cursor: pointer;
  border-radius: 10px;
  text-align: center;
  height: 45px;
  color: white;
  font-size: 17px;
  font-weight: bold;
  border: 0;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.saving-spinner {
  display: inline-block;
  margin: 0 8px;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  border: 0.215em solid transparent;
  vertical-align: middle;
  font-size: 16px;
  border-top-color: white;
  animation: spin 1s cubic-bezier(0.55, 0.15, 0.45, 0.85) infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.history-heading-icons {
  display: flex;
  flex-direction: row;
  justify-content: left;
  gap: 10px;
}

.history-heading-text {
  font-weight: bold;
  font-size: 15px;
  max-width: 90%;
}

.history-container .eLearning {
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
}

.history-heading-arrow {
  width: 24px;
}

.history-heading-arrow--active {
  transform: rotate(180deg);
}

.history-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.history-container {
  flex-grow: 1;
  background-color: #fff;
}

.history-pills-wrapper {
  background-color: #fafafa;
  border-radius: 25px;
}

.history-container .course-separator {
  width: calc(100% - 40px);
  margin: 0 auto;
  height: 1px;
  background-color: #4232b3;
}

.history-box {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.history-pills-heading {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}

.history-pills-container {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.history-pill {
  display: flex;
  align-items: center;
}

.history-pill-name {
  margin-left: 10px;
  line-height: 18px;
}

.history-pill-name--active {
  font-weight: bold;
}

.history-pills {
  background-color: #fff;
  border-radius: 20px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border: 0.7px solid #b4038133;
}

.goals-details-container {
  padding: 20px;
  flex-grow: 1;
  background-color: #fff;
}

.goals-details-box {
  background-color: #e5f4ff;
  border-radius: 25px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.goals-details {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
}

.goals-details-heading {
  font-size: 18px;
  font-weight: 700;
}

.goals-details-text {
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
}

.goals-details-textarea {
  width: 100%;
  border-radius: 10px;
  margin-top: 10px;
  border: none;
  filter: drop-shadow(0px 10px 25px #00000014);
  font-size: 14px;
  font-weight: 500;
  padding: 12px;
  resize: none;
}

.summary-step-details-header {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}

.summary-step-details-header-two {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}

.summary-step-details-container-head {
  width: 100%;
  margin-top: 50px;
  flex-shrink: 0;
}

.summary-step-details-container-head img {
  width: 100%;
  height: auto;
  position: relative;
  top: 3px;
}

.summary-step-details-skills-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 35px;
}

.summary-step-details-text-container {
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 20px;
}

.summary-step-details-text-container > textarea {
  width: 100%;
  border: none;
  resize: none;
}

.summary-step-details-text-container > textarea:focus {
  border: none;
  border-bottom: 1px solid silver;
  outline: #fff;
}

.summary-step-details-skill {
  width: 100%;
  background-color: #fafafa;
  display: grid;
  grid-template-columns: min-content 1fr max-content;
  padding: 10px;
  gap: 10px;
  border-radius: 10px;
}

.summary-step-details-skill-icon {
  background-color: #fff;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  align-self: center;
  flex-shrink: 0;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.summary-step-details-text {
  font-weight: 500;
}

.progress-icon-active {
  content: "";
  background-image: url("../img/edustrada/progress-icon-active.png");
  background-size: cover;
  width: 30px;
  height: 30px;
}

.progress-icon-inactive {
  content: "";
  background-image: url("../img/edustrada/progress-icon-inactive.png");
  background-size: cover;
  width: 30px;
  height: 30px;
}

.content-flex-row {
  display: flex !important;
  flex-flow: row !important;
  gap: 15px;
  margin: 5px;
}

.step-three-container {
  margin: 5px;
}

.summary-step-details-skill-name {
  align-self: center;
}

.summary-step-details-skill-bg-gray {
  background-color: var(--finish-step-bg-gray);
}

.summary-step-details-skill-bg-0 {
  background-color: #f2fbff;
}

.summary-step-details-skill-bg-1 {
  background-color: #fbf6fa;
}

.summary-step-details-skill-bg-2 {
  background-color: #f2f7fb;
}

.summary-step-progress-bar-container {
  border-radius: 10px;
  width: 100%;
}

.summary-step-three-progress-bar-container {
  border: 1px solid #ff35c5;
  border-radius: 10px;
  width: 100%;
}

.summary-step-progress-bar {
  height: 5px;
  border-radius: 10px;
}

.summary-step-three-progress-bar {
  height: 100%;
  border-radius: 10px;
  background-color: rgba(255, 53, 197, 1);
  background-image: linear-gradient(
    180deg,
    rgba(255, 53, 197, 1) 24%,
    rgba(90, 2, 65, 0.5) 90%,
    rgba(255, 53, 197, 1)
  );
}

:root {
  --progressbar-color-0: #00f6ff;
  --progressbar-color-1: #b94695;
  --progressbar-color-2: #0063ae;

  --sumary-step-part-two-color-0: #f1e7fc;
  --sumary-step-part-two-color-1: #f1ffe8;
  --sumary-step-part-two-color-2: #fff1e8;
  --sumary-step-part-two-color-3: #e8f5ff;
}

.summary-step-progress-bar-color-0 {
  background-color: var(--progressbar-color-0);
}

.summary-step-progress-bar-color-1 {
  background-color: var(--progressbar-color-1);
}

.summary-step-progress-bar-color-2 {
  background-color: var(--progressbar-color-2);
}

.summary-step-details-progress-info {
  align-self: center;
  font-size: 12px;
}

.summary-step-details-progress-info-color-0 {
  color: var(--progressbar-color-0);
}

.summary-step-details-progress-info-color-1 {
  color: var(--progressbar-color-1);
}

.summary-step-details-progress-info-color-2 {
  color: var(--progressbar-color-2);
}

.summary-step-details-progress-container {
  flex-grow: 1;
  margin-right: 15px;
}

.summary-step-details-progress-container-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.summary-step-top-card-rating-star {
  background-image: url("../img/edustrada/summary-step-star-white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 34px;
  height: 33px;
  cursor: pointer;
}

.summary-step-top-card-rating-star.active {
  background-image: url("../img/edustrada/summary-step-star-color.png");
}

.summary-step-top-card-rating {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  z-index: 100;
}

.summary-step-part-two-container {
  background-color: #fff;
  padding-top: 70px;
}

.summary-step-part-two-container .summary-step-details-container {
  padding: 0px 30px;
  margin-top: 25px;
}

.summary-step-part-two-container .summary-step-details-header {
  text-align: center;
  margin-bottom: 30px;
}

.summary-step-details-box-container {
  display: flex;
  align-content: space-around;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: space-around;
}

.summary-step-details-box {
  width: 30%;
  min-height: 150px;
  background-color: var(--finish-step-bg-gray);
  border-radius: 30px;
  padding: 20px 0;

  display: flex;
  justify-content: start;
  flex-direction: column;
  cursor: pointer;
}

.summary-step-details-box.selected {
  background-color: var(--sumary-step-part-two-color-0);
}

.summary-step-details-box.selected.color-1 {
  background-color: var(--sumary-step-part-two-color-1);
}

.summary-step-details-box.selected.color-2 {
  background-color: var(--sumary-step-part-two-color-2);
}

.summary-step-details-box.selected.color-3 {
  background-color: var(--sumary-step-part-two-color-3);
}

.summary-step-details-box .text {
  font-weight: 500;
  align-self: center;
  text-align: center;
}

.summary-step-details-box .circle {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  box-shadow: 0 12px 10px var(--sumary-step-part-two-color-0);
  align-self: center;
  background-color: #fff;
  margin-bottom: 25px;
}

.summary-step-details-box.selected .circle {
  background-image: url("../img/edustrada/summary-purple-icon.png");
  background-repeat: no-repeat;
  background-position: center;
}

.summary-step-details-box.selected.color-1 .circle {
  background-image: url("../img/edustrada/summary-green-icon.png");
}

.summary-step-details-box.selected.color-2 .circle {
  background-image: url("../img/edustrada/summary-orange-icon.png");
}

.summary-step-details-box.selected.color-3 .circle {
  background-image: url("../img/edustrada/summary-blue-icon.png");
}

.summary-step-details-box.color-1 .circle {
  box-shadow: 0 12px 10px var(--sumary-step-part-two-color-1);
}

.summary-step-details-box.color-2 .circle {
  box-shadow: 0 12px 10px var(--sumary-step-part-two-color-2);
}

.summary-step-details-box.color-3 .circle {
  box-shadow: 0 12px 10px var(--sumary-step-part-two-color-3);
}

.button-blue-gradient {
  width: 100%;
  text-align: center;
  background: linear-gradient(
    77deg,
    #250d2d 13%,
    #10a2ce 44%,
    #b94595 80%,
    #210a3b 100%
  );
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
}

.button-orange-blue,
.button-orange-blue-outline {
  width: 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 15px;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
}

.button-orange-blue {
  background-image: url("../img/edustrada/green-orange-button.png");
  color: #fff;
}

.button-orange-blue-outline {
  background-image: url("../img/edustrada/orange-green-outline.png");
  color: #5f36a8;
}

.button-orange-blue-inactive {
  opacity: 0.2;
  color: silver;
  cursor: unset;
}

/* LOGIN PAGE */

#e-learning-display .register-step-container {
  background-image: url("../img/edustrada/login-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* height: 100%; */
  min-height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 55px 30px 30px 30px;
  margin-bottom: 0;
}

#login-page {
  background-image: url("../img/edustrada/login-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* height: 100%; */
  /* display: block; */
  min-height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 55px 30px 30px 30px;
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

.login-bloomify {
  color: #fff;
  font-size: 30px;
  display: flex;
  height: 59px;
  gap: 10px;
  font-weight: 300;
  justify-content: center;
}

.login-bloomify .text {
  font-size: 40px;
  font-weight: 500;
}

.login-bloomify div {
  align-self: center;
}

.login-subtitle {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.password-tip {
  /* background-color: rgba(255, 255, 255, 0.1); */
  padding: 15px;
  /* border-radius: 10px; */
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
  color: #fff;
  font-size: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 0;
  margin-top: 14px;
}

.password-tip-header {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
  margin-left: 10px;
}

.password-tip-point {
  position: relative;
  list-style-type: none;
}

.password-tip-point::before {
  width: 10px;
  height: 10px;
  border-radius: 0;
  font-size: 20px;
  text-align: right;
  left: -24px;
  position: absolute;
  content: "•";
}

.password-tip-point-passed.password-tip-point::before {
  color: #59d29e;
  content: "✓";
  font-size: 18px;
}

.password-tip-point-passed span {
  color: #59d29e;
  text-shadow: 1px 1px 1px #007945;
}

.login-input-text {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 10px;
  width: 100%;
  color: #fff;
  font-size: 15px;
  border: 1px solid rgba(255, 255, 255, 0);
}

.login-input-text::placeholder {
  color: #fff;
  opacity: 1;
  font-size: 15px;
  font-weight: bold;
}

.login-input-text:focus {
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.login-button {
  width: 100%;
  text-align: center;
  background-color: #fff;
  color: #0d132a;
  border: none;
  border-radius: 40px;
  font-weight: bold;
  padding: 10px 0;
  font-size: 18px;
}

/* HOME */

#e-learning-homepage-body {
  background-color: #fff;
}

#e-learning-homepage {
  height: 100%;
}

.homepage-container {
  padding: 70px 20px 50px 20px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.homepage-container.on-boarding-initial-bg {
  background-image: url("../img/edustrada/start-bottom.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.bottom-navigation-container {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}

.bottom-navigation-container .logout-button {
  font-size: 10px;
  cursor: pointer;
  color: var(--homepage-gray);
}

.homepage-container .top-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 42px;
}

.homepage-container .text-initial {
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2;
}

.homepage-container .text-initial h1 {
  word-break: break-word;
  font-size: 30px;
}

.smiling-face {
  display: inline;
  margin-left: 6px;
}

.smiling-face svg {
  max-width: 25px;
}

.profile-container .button-back,
.homepage-container .profile-button {
  background-color: var(--homepage-gray);
  padding: 21px;
  border-radius: 12px;
  cursor: pointer;

  background-image: url("../img/edustrada/homepage-profile-icon.png");
  background-repeat: no-repeat;
  background-position: center;
}

.button-back.logout {
  background-image: url("../img/edustrada/profile-logout-button.svg") !important;
}

.homepage-container .points-container {
  align-self: center;
  display: flex;
  align-items: center;
}

.homepage-container .points {
  border-radius: 20px;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  box-shadow: -5px 5px 10px #cef3ff;

  background-image: url("../img/edustrada/star-background-3x.png");
  background-repeat: no-repeat;
  background-position: center;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}

.homepage-container .logo-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.homepage-container .logo {
  background-image: url("../img/edustrada/homepage-logo.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 90px;
  height: 90px;
}

.homepage-container .text {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

/* PROFILE */

:root {
  --finished-lesson-bg-color-0: #f6eafd;
  --finished-lesson-bg-color-1: #ffebe2;
  --finished-lesson-bg-color-2: #f2fdec;
  --finished-lesson-bg-color-3: #e5fbf4;

  --finished-lesson-color-0: #c165f8;
  --finished-lesson-color-1: #ff6a31;
  --finished-lesson-color-2: #b5f39d;
  --finished-lesson-color-3: #81ecce;
}

.profile-container .summary-step-top-card {
  height: 130px;
  gap: 30px;
}

.profile-container .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0 20px;
}

.profile-container .header > div {
  align-self: center;
}

.profile-container .button-back {
  background-image: url("../img/edustrada/arrow-left-black.png");
}

.button-back.button-back-outline {
  background-color: transparent;
  border: 1px solid #fff;
  background-image: url("../img/edustrada/arrow-left.png");
}

.profile-container.color-bg .header .text {
  color: #fff;
}

.profile-container .header .text {
  font-size: 25px;
  font-weight: 800;
}

.profile-navigation-bar-container {
  position: fixed;
  bottom: 0;
  padding: 5px;
  width: 100%;
  z-index: 50;
}

.profile-navigation-bar {
  width: 100%;
  height: 80px;
  background-color: #0d132a;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
}

.profile-navigation-bar .item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  width: 50px;
}

.profile-navigation-bar .item.active::before {
  content: " ";
  background-image: url("../img/edustrada/profile-navigation-selected.png");
  background-repeat: no-repeat;
  position: absolute;
  width: 50px;
  height: 18px;
  top: -1px;
  left: 1px;
  z-index: 10;
}

.profile-navigation-bar .icon {
  text-align: center;
}

.profile-navigation-bar .icon img {
  width: 40%;
  /*height: 50%;*/
}

.profile-navigation-bar .text {
  color: #fff;
  position: absolute;
  width: 200px;
  bottom: 5px;
  left: -75px;
  text-align: center;
  font-size: 12px;
}

.profile-container .skill-container {
  background-color: var(--gray-light);
  width: 100%;
  min-height: 100%;
  border-radius: 20px;
  padding: 20px;
}

.profile-container .skill-container .superpower-description {
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
}

.profile-container .skill-container .skill-info {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.profile-container .skill-container .skill-info > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.profile-container .skill-container .skill-info .title {
  font-weight: bold;
}

.profile-container .skill-container .skill-info img {
  max-width: 100%;
  max-height: 100%;
}

.profile-container .skill-container .skill-info .image {
  background-color: #fff;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  align-self: center;
  flex-shrink: 0;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.skill-container .skill-question-container {
  background-color: #fff;
  width: 100%;
  border-radius: 20px;
  padding: 10px;
}

.skill-container .skill-question-container .question {
  border-radius: 20px;
  padding: 10px;
  border: 1px solid #722c7f;
  background-color: #f1e7fc;
  color: #722c7f;
}

.skill-container .skill-question-container .answer {
  padding: 10px 10px 0;
}

/* FINISHED LESSON */

.finished-lessons-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.finished-lessons-container .finished-lessons {
  padding: 40px 20px;
  background-color: var(--finished-lesson-bg-color-0);
  border-radius: 10px;
  font-size: 15px;
  align-self: center;
  width: 100%;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}

.finished-lessons-container .finished-lessons .text {
  font-weight: 600;
}

.finished-lessons-container .finished-lessons.finished-lessons-color-gray {
  background-color: var(--gray-light);
}

.finished-lessons-container .finished-lessons.finished-lessons-color-0 {
  background-color: var(--finished-lesson-bg-color-0);
}

.finished-lessons-container .finished-lessons.finished-lessons-color-1 {
  background-color: var(--finished-lesson-bg-color-1);
}

.finished-lessons-container .finished-lessons.finished-lessons-color-2 {
  background-color: var(--finished-lesson-bg-color-2);
}

.finished-lessons-container .finished-lessons.finished-lessons-color-3 {
  background-color: var(--finished-lesson-bg-color-3);
}

.finished-lessons-container .finished-lessons > div {
  align-self: center;
}

.mini-data-icon {
  background-color: #fff;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  flex-shrink: 0;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mini-data-icon.mini-data-icon-color-0 {
  background-color: var(--finished-lesson-color-0);
}

.mini-data-icon.mini-data-icon-color-1 {
  background-color: var(--finished-lesson-color-1);
}

.mini-data-icon.mini-data-icon-color-2 {
  background-color: var(--finished-lesson-color-2);
}

.mini-data-icon.mini-data-icon-color-3 {
  background-color: var(--finished-lesson-color-3);
}

/* SUBGOAL STEP */

.question-container .question {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}

.on-boarding-container-badge {
  content: " ";
  background-image: url("../img/edustrada/star-background-3x.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 7vmin;
  margin-left: auto;
  width: 7vmin;
  height: 10vmin;
  border-radius: 5vmin;
  transform: rotate(-90deg);
  text-align: center;
  vertical-align: center;
  position: relative;
}

.on-boarding-step-container {
  background-color: var(--finish-step-bg-gray);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-items: center;
  gap: 10px;
  padding: 50px 20px;

  background-image: url("../img/edustrada/start-bottom.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}

.on-boarding-top-bar-container {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.on-boarding-start-button-container {
  display: flex;
  flex-flow: column;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  min-width: 20vmin;
  z-index: 100;
}

.on-boarding-start-arrow {
  content: "";
  background-image: url("../img/edustrada/start-arrow-3x.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 10vmin auto 5vmin auto;
  width: 15vmin;
  height: 15vmin;
}

.on-boarding-start-button-text {
  color: white;
  font-size: 4vw;
  font-weight: 700;
  top: -50px;
}

.on-boarding-profile-button {
  background-color: var(--homepage-gray);
  padding: 21px;
  margin-left: 21px;
  border-radius: 12px;
  cursor: pointer;
  background-image: url("../img/edustrada/homepage-profile-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 5vw;
  height: 5vw;
}

.badge-number {
  color: white;
  font-size: 2.5vw;
  position: absolute;
  height: 50%;
  width: 50%;
  margin-left: 25%;
  margin-top: 25%;
}

.logo-background-star {
  display: flex;
  justify-content: center;
}

.homepage-logo-image {
  width: 90px;
  height: 90px;
  border-radius: 25px;
  box-shadow: -5px 5px 10px #cef3ff;
}

.on-boarding-footer {
  width: 100%;
  height: 20vh;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.invitation-container {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  font-size: min(4vw, 4vh);
  padding: 2vw;
  min-height: 30%;
}

.invitation-container > .header {
  font-size: 4vmin;
}

.invitation-container > div {
  font-weight: 700;
}

.on-boarding-start-button {
  cursor: pointer;
}

.on-boarding-next-footer {
  width: 100%;
  height: 20vh;
  margin: 0 auto;
  z-index: 50;
  bottom: 0;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.on-boarding-button {
  background-image: url("../img/edustrada/green-orange-button.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  cursor: pointer;
  border-radius: 10px;
  text-align: center;
  padding: 19.5px 15px;
  color: white;
  font-size: 17px;
  font-weight: bold;
}

.separator-ribbon {
  content: " ";
  background-image: url("../img/edustrada/separator-ribbon-3x.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 0.5vmin;
}

.pop-up-modal-container-button-close {
  background-image: url("../img/edustrada/close-button-3x.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 5vmin 5vmin auto auto;
  width: 5vmin;
  height: 5vmin;
  cursor: pointer;
  padding: 20px;
}

.pop-up-modal-action-button-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-left: 10vmin;
  padding-right: 10vmin;
}

.pop-up-modal-confirmation {
  text-align: center;
  font-size: 4vmin;
  font-weight: 700;
}

.pop-up-modal-message {
  text-align: center;
  font-size: 3vw;
  width: 80%;
  margin: auto;
}

.pop-up-modal-container-blur {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  opacity: 0.5;
  z-index: 1000;
}

.pop-up-modal-content-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.pop-up-modal-content {
  display: flex;
  flex-flow: column;
  width: 80%;
  max-height: 80vh;
  min-height: 50vh;
  margin: auto;
  text-align: center;
  background-color: #f8fcff;
  border-radius: 5vmin;
  overflow: auto;
}

.pop-up-modal-options-container {
  display: flex;
  flex-flow: column;
  padding-left: 10vmin;
  padding-right: 10vmin;
  text-align: justify;
}

.pop-up-details-children-container > textarea {
  width: 100%;
  border: none;
}

.pop-up-details-children-container {
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin: 20px;
}

.pop-up-details-children-container > textarea:focus {
  border: none;
  border-bottom: 1px solid silver;
  outline: #fff;
}

.on-boarding-start-button-text {
  color: white;
}

.course-name-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.white-star-course-name {
  background-image: url("../img/edustrada/star-3x.png");
  background-size: cover;
  width: 10px;
  height: 10px;
}

.user-profile-container {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.user-profile-header {
  background-image: url("../img/edustrada/user-profile-header.png");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 40%;
  display: flex;
  flex-flow: column;
  align-content: center;
  justify-content: space-between;
  color: white;
}

.user-profile-top-bar-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 50px;
}

.user-profile-header-text {
  color: white;
  font-size: 25px;
  align-self: center;
  font-weight: bold;
}

.user-profile-logout-button {
  background-image: url("../img/edustrada/close-button-3x.png");
  background-position: center;
  background-size: cover;
  width: 10vmin;
  height: 10vmin;
  margin-right: 5vmin;
}

.user-profile-avatar-background {
  background-image: url("../img/edustrada/user-profile-avatar-background.png");
  background-position: center;
  background-size: cover;
  width: 50vmin;
  height: 50vmin;
  position: relative;
  text-align: center;
  margin: auto;
}

.user-profile-avatar-name {
  position: absolute;
  top: 40vmin;
  width: 100vmin;
  height: 10vmin;
  margin: auto;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #fff;
  /*border:1px dotted red;*/
}

.user-profile-avatar-name input {
  width: 50%;
  border: none;
  text-align: center;
  background-color: rgba(100, 100, 100, 0.5);
  color: white;
  height: 100%;
  border-radius: 5px;
  z-index: 99;
}

.user-profile-avatar-name label {
  z-index: 99;
}

.user-profile-avatar-name input:focus {
  border: none;
  border-bottom: 1px solid darkorange;
  outline: #fff;
}

.user-profile-avatar-background > div {
  position: absolute;
  width: 50%;
  height: 50%;
  left: 25%;
  top: 20%;
  border-radius: 50%;
  overflow: hidden;
}

.user-profile-avatar-background img {
  width: 100%;
  height: 100%;
}

.user-profile-avatar-container {
  position: relative;
  text-align: center;
}

.user-profile-body-background {
  content: " ";
  background-image: url("../img/edustrada/user-profile-body-background.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
}

.user-profile-body-path {
  content: " ";
  background-image: url("../img/edustrada/user-profile-body-path.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 2%;
  left: 1%;
  width: 98%;
  height: 100%;
  z-index: 55;
}

.user-profile-container-main {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
}

.user-profile-body-main-content {
  width: 100%;
  top: 0;
  bottom: 0;
  overflow: auto;
  z-index: 60;
  position: absolute;
  margin: 10vmin auto 25vmin;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.user-profile-container-main-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 20;
}

.user-profile-container-main-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  z-index: 40;
  overflow: hidden;
}

.nav-option {
  content: " ";
  background-repeat: no-repeat;
  background-size: cover;
  width: 5vmin;
  height: 5vmin;
}

.text-step-cloud {
  position: absolute;
  max-height: 100%;
}

.text-step-cloud-top-left {
  top: 0;
  left: 0;
}

.text-step-cloud-top-right {
  top: 0;
  right: 0;
}

.text-step-cloud-bottom-right {
  bottom: 0;
  right: 0;
}

.text-step-cloud-bottom-left {
  bottom: 0;
  left: 0;
}

.profile-avatar-bg {
  background-image: url("../img/edustrada/user-profile-avatar-background.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 110px;
  height: 110px;
  border-radius: 110px;
  box-shadow: 0 5px 10px #cef3ff;
  padding: 10px;
  position: relative;
}

.profile-avatar-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.profile-avatar-image {
  width: 100%;
  height: 100%;
  border-radius: 110px;
  background-image: url("../img/edustrada/user-avatar.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #e6ecff;
}

.profile-name-edit-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}

.profile-name-edit-container label {
  word-break: break-word;
  padding: 0 20px;
  text-align: center;
  z-index: 99;
}

.confirmation-modal-overlay {
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 100;
}

.confirmation-modal {
  background-color: #ffffff;
  border: 1px solid #bebebe;
  border-radius: 2px;
  position: relative;
  width: 315px;
  border-radius: 20px;
}

.confirmation-modal-close {
  position: absolute;
  cursor: pointer;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0px 0px 24px -5px rgba(185, 185, 189, 1);
  -moz-box-shadow: 0px 0px 24px -5px rgba(185, 185, 189, 1);
  box-shadow: 0px 0px 24px -5px rgba(185, 185, 189, 1);
}

.confirmation-modal-close svg {
  width: 20px;
  height: 20px;
}

.confirmation-modal-head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px 0;
  background-color: #f8fcff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.confirmation-modal-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
}

.confirmation-modal-icon-bg {
  width: 100%;
  border-radius: 25px;
  box-shadow: -5px 5px 10px #cef3ff;
}

.confirmation-modal-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #fff;
  width: 35px;
}

.confirmation-modal-divider {
  width: 100%;
}

.confirmation-modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 40px 38px 40px;
  text-align: center;
}

.confirmation-modal-body h1 {
  font-size: 25px;
  font-weight: 800;
}

.confirmation-modal-body p {
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 20px;
}

.confirmation-modal-button {
  background-image: url("../img/edustrada/green-orange-button.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  cursor: pointer;
  border-radius: 10px;
  text-align: center;
  height: 45px;
  color: white;
  font-size: 17px;
  font-weight: bold;
  border: 0;
  box-shadow: 0 10px 10px #cef3ff;
}

.alert-danger {
  word-break: break-word;
}

.goal-tools-container {
  height: 100%;
  display: flex;
  background: rgb(52, 59, 144);
  background: linear-gradient(
    90deg,
    rgba(52, 59, 144, 1) 12%,
    rgba(69, 84, 144, 1) 49%,
    rgba(90, 114, 145, 1) 71%,
    rgba(136, 181, 146, 1) 100%
  );
  padding-top: 33px;
  flex-direction: column;
}

.goal-tools-container .text {
  color: #fff;
}

.goal-tools-container .header {
  margin-bottom: 33px;
}

.goal-tools-header {
  width: 100%;
  flex-shrink: 0;
}

.goal-tools-header img {
  width: 100%;
  height: auto;
  position: relative;
  top: 3px;
}

.goal-step-container {
  position: relative;
  min-height: 100vh;
}

.feedback-slider {
  width: 100%;
  height: 25px;
  margin: 0 auto;
}

.feedback-slider .feedback-slider-track {
  background-color: #dee2e6;
  position: relative;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.feedback-slider .feedback-slider-thumb {
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  border: 0.5px solid #5e3dc8;
  background-color: #5e3dc8;
}

.feedback-slider .feedback-slider-thumb.active {
  outline: none;
}

.feedback-slider .feedback-slider-mark {
  width: 25px;
  height: 25px;
  border: 0.5px solid rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%);
}
