.pointer {
  cursor: pointer;
}

.no-border {
  border: none;
}

.opacity {
  opacity: 50%;
}

.error-message {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(79, 93, 115, 0.6196078431);
}

.no-data-message {
  display: flex;
  align-items: center;
  padding-left: 50px;
  background-color: #FEEFB3;
}
.no-data-message__icon {
  width: 1.5rem;
  height: 1.5rem;
  opacity: 50%;
  margin-right: 1rem;
}
.no-data-message__text {
  margin: 0 0;
}

.inactive {
  opacity: 50%;
}

.c-sidebar-brand-full {
  width: 100%;
  padding: 0 0.8rem;
}

.sidebar-logo {
  width: 5rem;
  height: 2rem;
}

.nav-header {
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-header__data {
  display: flex;
  align-items: center;
}

.open-projects-btn {
  margin-right: 2rem;
}

.project-data {
  display: flex;
  justify-content: center;
  margin-left: 1.5rem;
  opacity: 50%;
}
.project-data span {
  margin-right: 1.5rem;
}

.login-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.login-text {
  margin-top: 2rem;
}

.header-row {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
}
.header-row__icon {
  display: flex;
  width: 10%;
  justify-content: start;
}
.header-row__navigation {
  display: flex;
  width: 90%;
  justify-content: end;
}

.sign-up-container {
  margin-top: -3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sign-up-title {
  width: 54%;
}

.subscribe-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.subscribe-container__title {
  margin-top: 0;
  margin-bottom: 3rem;
}

.error-modal-content {
  width: 80%;
}

.error-modal-body {
  display: flex;
  align-items: center;
}

.error-img {
  width: 30%;
}
.error-img img {
  width: 100%;
}

.error-content {
  width: 70%;
  padding-left: 2rem;
  padding-right: 2rem;
}
.error-content__text {
  width: 100%;
}

.card-body__demographics {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.card-body__demographics__chart-section {
  width: 25%;
  height: 100%;
}
.card-body__demographics__map-section {
  width: 50%;
  height: 100%;
}

.card-body__row {
  display: flex;
  justify-content: space-between;
}
.card-body__row__title {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.card-body__row__text, .card-body__row__title {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.card-body__row__text__tag {
  padding: 0.3rem;
  border-radius: 0.3rem;
  width: 30%;
  text-align: center;
}

.info-box-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.info-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 23%;
  min-height: 18rem;
  margin: 1%;
  padding: 1rem 1rem;
  border-radius: 0.5rem;
  background: rgba(166, 237, 228, 0.6);
}
.info-box__title {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 18px;
  width: 100%;
  margin-right: 1rem;
}
.info-box__info-text {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 100%;
  margin-top: 0.6rem;
}
.info-box__info-text__text {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
.info-box__info-text__text__value {
  font-size: 1.5rem;
  font-weight: 150;
}
.info-box__info-text__text__small-value {
  font-size: 16px;
}
.info-box__info-text__icon-container {
  height: 100%;
  display: flex;
  align-items: center;
}
.info-box__info-text__icon {
  width: 2rem;
  height: 2rem;
  opacity: 50%;
}
.info-box__suggestion {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.info-box__suggestion__icon {
  width: 1rem;
  height: 1rem;
  margin: 0.25rem;
}
.info-box__suggestion__suggestion-box {
  border-radius: 0.3rem;
  background-color: #44ace7;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem;
}
.info-box__suggestion__suggestion-box:hover {
  background-color: #65b9f6;
}
.info-box__suggestion__suggestion-box span {
  color: white;
  font-size: 0.8rem;
}

.tooltip-inner {
  max-width: 20rem; /* Set the desired width here */
  width: 20rem; /* Ensure the width is fixed if you want a consistent size */
  background-color: white;
  color: #3c4b64;
}

.recommendation-subtitle {
  margin-top: 1rem;
}

.recommendation-tag {
  margin-right: 0.5rem;
  padding: 0.5rem;
  background-color: rgba(239, 238, 238, 0.8);
  border-radius: 0.3rem;
}

.active_nav {
  background-color: rgba(140, 217, 255, 0.3607843137);
}

.c-sidebar-nav-title {
  display: flex;
  align-items: center;
  width: 100%;
}
.c-sidebar-nav-title__title {
  width: 80%;
}
.c-sidebar-nav-title__btn {
  width: 20%;
}

.c-sidebar-nav-link:focus, .c-sidebar-nav-link:active {
  background-color: rgba(140, 217, 255, 0.3607843137);
}

.new-notebook-footer {
  border-top: none;
}

.control-elements {
  display: flex;
}

.submit-icon,
.invalid-submit-icon {
  width: 2rem;
  margin-left: 0.5rem;
  margin-top: -2px;
  margin-right: 2px;
}

.submit-icon {
  opacity: 60%;
}
.submit-icon:hover {
  opacity: 100%;
}

.invalid-submit-icon {
  opacity: 40%;
}

.sentiment-charts-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.sentiment-charts {
  width: 30%;
  display: inline-block;
  max-height: 338px;
  margin-right: 1rem;
  padding-bottom: 2rem;
}
.sentiment-charts__chart {
  display: inline-block;
  width: 150px;
  max-width: 150px;
  max-height: 400px;
  height: 300px;
}

.content_analysis_p {
  display: flex;
  width: max-content;
  margin-bottom: 0.2rem;
}

.content_analysis_span {
  font-weight: bold;
}

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