.invetso__gauge__container {
  width: 40%;
}

.gauge-label .gauge-value {
  font-family: "General Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #ffffff;
  background-color: #e97132;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 12px;
  text-align: center;
}

.gauge-label .gauge-text {
  font-family: "Switzer", Sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  color: #1e1e1e;
  text-align: center;
  margin-top: 8px;
}

.darkmode-gauge-label .darkmode-gauge-value {
  font-family: "General Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #ffffff;
  background-color: #e97132;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 12px;
  text-align: center;
}

.darkmode-gauge-label .darkmode-gauge-text {
  font-family: "Switzer", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-top: 8px;
}

@media screen and (max-width: 600px) {
  #darkmode-gauge-container {
    max-width: 100%;
    height: auto;
  }
  .darkmode-gauge-label .darkmode-gauge-value {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .darkmode-gauge-label .darkmode-gauge-text {
    font-size: 20px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 600px) {
  #gauge-container {
    max-width: 100%;
    height: auto;
  }
  .gauge-label .gauge-value {
    font-size: 36px;
  }
  .gauge-label .gauge-text {
    font-size: 20px;
  }
}
.skeleton {
  position: relative;
  width: 80%;
  height: 26px;
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
}

.skeleton--no-animation {
  animation: none !important;
  background: #e0e0e0 !important;
  cursor: no-drop;
}

.skeleton-text {
  font-size: 12px;
  z-index: 1;
  color: #aaa;
  white-space: nowrap;
  animation: pulseText 2s infinite;
}

.skeleton-title {
  height: 24px;
  width: 60%;
  margin-bottom: 12px;
  border-radius: 6px;
}

.skeleton-line {
  height: 16px;
  margin-bottom: 8px;
  border-radius: 4px;
}

.skeleton-line.short {
  width: 40%;
}

.skeleton-text {
  font-size: 14px;
  z-index: 1;
  color: #aaa;
  white-space: nowrap;
  animation: pulseText 2s infinite;
  margin-bottom: 16px;
  text-align: center;
  font-family: "Switzer", Sans-serif;
  font-size: 14px;
}

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes pulseText {
  0%, 100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}
.invetso__stock__container {
  width: 1140px;
  height: auto;
  margin: 0 auto;
  margin-top: 40px;
}
.invetso__stock__section {
  display: flex;
}
.invetso__stock__actions {
  width: 45%;
  height: auto;
  display: none;
  margin-top: 60px;
}
.invetso__stock__actions__container {
  width: 80%;
  height: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 auto;
}
.invetso__stock__actions__icon {
  cursor: pointer;
  width: 36px;
}
.invetso__stock__actions__icon svg {
  width: 100%;
  height: auto;
}
.invetso__stock__previous__analysis {
  width: 80%;
  height: auto;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
}
.invetso__stock__previous__analysis__container {
  width: 100%;
  height: auto;
}
.invetso__stock__previous__analysis__item {
  width: 200px;
  height: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
.invetso__stock__previous__analysis__item__date {
  color: var(--invetso-text-gray);
  font-family: "Switzer", sans-serif !important;
  font-weight: 700;
  font-size: 14px;
}
.invetso__stock__previous__analysis__item__score {
  width: 34px;
  height: auto;
  background: #92d050;
  border-radius: 5px;
  color: #ffffff;
  font-family: "Switzer", Sans-serif;
  font-size: 15px;
  padding: 5px;
  margin-right: 10px;
  text-align: center;
}
.invetso__stock__title {
  width: 50%;
  height: auto;
  margin-bottom: 20px;
}
.invetso__stock__subcontainer {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}
.invetso__stock__table {
  width: 498px;
  height: auto;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.invetso__stock__table__header {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.invetso__stock__table__header__title {
  width: 40%;
  height: auto;
  font-family: "Switzer", sans-serif !important;
  font-weight: 600;
  font-size: 16px;
  font-style: normal;
  text-align: center;
  padding: 14px;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e7eb;
}
.invetso__stock__table__header__title:first-child {
  width: 60%;
  border-right: 1px solid #e5e7eb;
}
.invetso__stock__table__item {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.5s ease;
  cursor: pointer;
}
.invetso__stock__table__item:hover {
  background: #f3f4f6;
}
.invetso__stock__table__item svg {
  height: 24px;
  margin-right: 10px;
}
.invetso__stock__table__item__title {
  width: 40%;
  height: 60px;
  color: #1e1e1e;
  font-family: "Switzer", sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  justify-content: normal;
  align-items: center;
  padding-left: 20px;
  box-sizing: border-box;
}
.invetso__stock__table__item__title:first-child {
  width: 60%;
  border-right: 1px solid #e5e7eb;
}
.invetso__stock__table__item__score {
  width: 32px;
  height: 26px;
  background: #92d050;
  border-radius: 5px;
  color: #ffffff;
  font-family: "Switzer", sans-serif !important;
  font-weight: 500;
  font-size: 15px;
  padding: 5px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.invetso__stock__table__item__score--NA {
  background: var(--invetso-analysis-unknown);
  color: #1e1e1e;
  font-family: "Switzer", sans-serif !important;
  font-weight: 500;
  padding: 8px;
  border-radius: 6px;
}

.invetso__fm__info {
  width: 70%;
  height: auto;
  margin-top: 40px;
  display: none;
}
.invetso__fm__info__section {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.invetso__fm__info__title {
  font-family: "Switzer", sans-serif !important;
  font-weight: 700;
  color: var(--invetso-analysis-title);
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
}
.invetso__fm__info__paragraph {
  width: 100%;
  height: auto;
  text-align: justify;
  font-family: "Switzer", sans-serif !important;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}
.invetso__fm__info__paragraph em {
  font-family: "Switzer", sans-serif !important;
  font-weight: 300;
  font-size: 18px;
  font-style: italic;
}
.invetso__fm__info__example {
  width: 100%;
  height: auto;
  display: block;
}
.invetso__fm__info .invetso__score__title {
  font-family: "Switzer", sans-serif !important;
  font-weight: 700;
  font-size: 15px;
}
.invetso__fm__info .invetso__analysis_paragraph {
  width: 100%;
  height: auto;
  text-align: justify;
  font-family: "Switzer", sans-serif !important;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}
.invetso__fm__info__header {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.invetso__fm__info__header__block {
  width: 50%;
  display: flex;
  align-items: center;
}
.invetso__fm__info__header__block--score {
  display: flex;
  justify-content: end;
}
.invetso__fm__info__header__backIcon {
  width: 20px;
  height: auto;
  margin-right: 20px;
  cursor: pointer;
}
.invetso__fm__info__header__backIcon svg {
  fill: #1e6be6 !important;
}
.invetso__fm__info__header__score {
  width: 100px;
  height: auto;
  font-family: "Switzer", sans-serif !important;
  font-weight: 500;
  font-size: 15px;
}
.invetso__fm__info__header__score__text {
  text-align: center;
  font-family: "Switzer", sans-serif !important;
  font-weight: 700;
  margin-bottom: 3px;
}
.invetso__fm__info__header__score__value {
  width: 40px;
  height: auto;
  margin: 0 auto;
  border-radius: 5px;
  color: #ffffff;
  font-family: "Switzer", sans-serif !important;
  font-weight: 500;
  padding: 5px;
  text-align: center;
  margin-bottom: 3px;
}
.invetso__fm__info__header__score__qualification {
  text-align: center;
}
.invetso__fm__info__menu {
  width: 100%;
  height: auto;
}
.invetso__fm__info__menu ul {
  width: 300px;
  display: flex;
  justify-content: space-between;
  list-style: none;
  font-family: "Switzer", sans-serif !important;
  font-weight: 500;
  margin-bottom: 30px;
}
.invetso__fm__info__menu ul li {
  color: #4e5774;
  cursor: pointer;
  padding: 10px;
  transition: background-color 0.9s ease;
}
.invetso__fm__info__menu ul li:hover {
  background-color: #1e6be6;
  color: #fff !important;
}
.invetso__fm__info__menu__active {
  color: #1e6be6 !important;
  border-bottom: 2px solid #1e6be6;
}
.invetso__fm__info__content__analysis {
  width: 100%;
  height: auto;
  font-family: "Switzer", sans-serif !important;
  font-weight: 400;
  font-size: 15px;
}
.invetso__fm__info__content__analysis__item {
  display: none;
  font-family: "Switzer", sans-serif !important;
  font-weight: 400;
  font-size: 15px;
}
.invetso__fm__info__content__analysis__item--active {
  display: block !important;
}
.invetso__fm__info__content__analysis__item div {
  font-family: "Switzer", sans-serif !important;
  font-weight: 300;
  font-size: 15px;
  text-align: justify;
}
.invetso__fm__info strong {
  font-family: "Switzer", sans-serif !important;
  font-weight: 700;
  font-size: 18px;
}

.invetso__info {
  width: 100%;
  height: auto;
}
.invetso__info .invetso__title {
  color: var(--invetso-analysis-title);
  margin-bottom: 30px;
}
.invetso__info__subtitle {
  font-family: "Switzer", sans-serif !important;
  font-weight: 700;
  color: var(--invetso-analysis-title);
  font-size: 20px;
  margin-bottom: 20px;
}
.invetso__info__range {
  width: 100%;
  list-style: none;
  margin-bottom: 30px;
}
.invetso__info__range__item {
  font-family: "Switzer", sans-serif !important;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: var(--invetso-analysis-text);
  margin-bottom: 10px;
}
.invetso__info__list {
  width: 100%;
  margin-bottom: 30px;
}
.invetso__info__list__item {
  font-family: "Switzer", sans-serif !important;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: var(--invetso-analysis-text);
  margin-bottom: 10px;
}
.invetso__info p {
  width: 100%;
  height: auto;
  text-align: justify;
  font-family: "Switzer", sans-serif !important;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
}

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