.content-container {
  background-color: #f6f5ff;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  padding: 10px 19px;
  flex-grow: 1;
  overflow-y: auto;
  position: absolute;
  top: 240px;
  z-index: 10;
  bottom: 70px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}



.mood-tracker {
  border-radius: 51px;
  background-color: rgba(255, 255, 255, 1);
  align-self: center; 
  display: flex;
  width: 351px;
  max-width: 100%;
  padding: 19px; 
   
  align-items: center; 
  gap: 10px;
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
  font-weight: 600;
   
  text-align: center; 
  letter-spacing: 1.6px;
  line-height: 1.2; 
}

.mood-question {
   
  
  
}

.mood-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 36px;
  height: 36px; 
  background-color: rgba(99, 73, 235, 1);
  border-radius: 50%;
  flex-shrink: 0; 
}


.section-header {
  display: flex;
  margin-top: 23px;
  width: 100%;
  max-width: 358px;
  
  align-items: center;
  gap: 20px;
  font-weight: 600;
  white-space: nowrap;
  justify-content: space-between;
}

.section-title {
  color: rgba(0, 0, 0, 1);
  font-size: 36px;
  margin: 0;
  letter-spacing: 2.88px;
  
}

.view-more {
  
  
  display: flex;
  
  
  align-items: center; 
  gap: 7px;
  font-size: 20px;
  color: rgba(122, 117, 149, 1);
  text-align: center;
  letter-spacing: 1.6px;
}


.view-more-text {
  flex-grow: 1;
}

.arrow-icon {
  aspect-ratio: 0.7;
  object-fit: contain;
  object-position: center;
  width: 20px;
  flex-shrink: 0;
}


.schedule-item {
  align-self: center;
  display: flex;
  margin-top: 26px;
  margin-left: 10px;
  width: 100%;
  max-width: 332px;
  align-items: stretch;
  gap: 26px;
}

.time-indicator {
  background-color: rgba(99, 73, 235, 1);
  border-radius: 50%;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  padding: 5px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
}

.time-dot-inner {
  background-color: rgba(207, 205, 255, 1);
  border-radius: 50%;
  display: flex;
  width: 11px;
  flex-shrink: 0;
  height: 11px;
}

.time-dot-small {
  background-color: rgba(207, 205, 255, 1);
  border-radius: 50%;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  width: 11px;
  flex-shrink: 0;
  height: 11px;
}

.schedule-card {
  border-radius: 14px;
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  padding: 7px 35px 7px 9px;
  align-items: stretch;
  gap: 12px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}

.medication-icon-container,
.activity-icon-container {
  border-radius: 9px;
  background-color: rgba(246, 245, 255, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 100%;
}

.medication-icon {
  aspect-ratio: 0.93;
  object-fit: contain;
  object-position: center;
  width: 81px;
  z-index: 10;
}

.schedule-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 600;
}

.schedule-title {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  letter-spacing: 1.76px;
  margin: 0;
}

.medication-name,
.location-name {
  color: rgba(122, 117, 149, 1);
  font-size: 18px;
  letter-spacing: 1.44px;
  margin-top: 6px;
  margin: 0;
}

.time-display {
  align-self: stretch;
  display: flex;
  margin: 0;
  align-items: stretch;
  gap: 6px;
  font-size: 20px;
  color: rgba(99, 73, 235, 1);
  letter-spacing: 1.92px;
}

.schedule-details-time-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 20px;
  align-self: flex-start;
  margin-top: 4px;
  flex-shrink: 0;
}

.schedule-details-time-text {
  flex-grow: 1;
  flex-shrink: 1;
  width: 112px;
}


.schedule-item:nth-child(3) {
  align-self: flex-end;
  margin-top: 18px;
  gap: 33px;
}

.schedule-item:nth-child(3) .schedule-card {
  padding: 7px 12px;
  gap: 15px;
}

.schedule-item:nth-child(3) .time-display {
  margin-top: 11px;
  gap: 5px;
}

.schedule-item:nth-child(3) .time-text {
  flex-basis: auto;
}

.schedule-item:nth-child(4) {
  align-self: flex-end;
  margin-top: 17px;
  gap: 33px;
}


.schedule-item:nth-child(4) .schedule-card {
  padding: 7px 41px 7px 9px;
  gap: 15px;
}


.schedule-item:nth-child(4) .medication-icon {
  aspect-ratio: 1;
  margin-top: -4px;
}

.schedule-item:nth-child(4) .time-text {
  width: 106px;
}


.section-header:nth-of-type(2) {
  align-self: center;
  margin-top: 42px;
}


.medication-reminder-image {
  aspect-ratio: 3.32;
  object-fit: contain;
  object-position: center;
  width: 100%;
  margin-top: 31px;
  margin-left: 10px;
}


.section-header:nth-of-type(3) {
  align-self: center;
  margin-top: 53px;
}

@media (max-width: 991px) {
  .section-header:nth-of-type(3) {
    margin-top: 40px;
  }
}


.chart-container {
  align-self: center;
  margin-top: 27px;
  min-height: 190px;
  width: 100%;
  max-width: 347px;
}

.chart-content {
  width: 100%;
}

.chart-main {
  display: flex;
  min-height: 169px;
  align-items: stretch;
  justify-content: flex-start;
}

.y-axis {
  display: flex;
  padding: 0 4px;
  flex-direction: column;
  align-items: flex-end;
  font-size: 12px;
  color: #000000;
  font-weight: 400;
  white-space: nowrap;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .y-axis {
    white-space: initial;
  }
}

.y-axis-label:nth-child(2) {
  margin-top: 62px;
}

@media (max-width: 991px) {
  .y-axis-label:nth-child(2) {
    margin-top: 40px;
  }
}

.y-axis-label:nth-child(3) {
  margin-top: 62px;
}

@media (max-width: 991px) {
  .y-axis-label:nth-child(3) {
    margin-top: 40px;
  }
}

.chart-grid {
  min-width: 240px;
  padding-top: 6px;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.bar-container {
  z-index: 10;
  display: flex;
  min-height: 156px;
  width: 100%;
  align-items: stretch;
  justify-content: flex-start;
}

.bar-group {
  display: flex;
  padding: 0 12px;
  align-items: stretch;
  gap: 2px;
  justify-content: flex-start;
  height: 100%;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.bar-block {
  width: 100%;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.bar-background {
  background-color: rgba(214, 219, 237, 0.4);
  padding-top: 31px;
  overflow: hidden;
}

.bar-fill {
  border-radius: 200px 200px 0 0;
  background-color: rgba(137, 121, 255, 1);
  z-index: 10;
  display: flex;
  flex-shrink: 0;
  height: 126px;
}

.bar-bg-2 {
  background-color: rgba(214, 219, 237, 0.4);
  padding-top: 63px;
  overflow: hidden;
}

.bar-fill-2 {
  border-radius: 200px 200px 0 0;
  background-color: rgba(137, 121, 255, 1);
  z-index: 10;
  display: flex;
  flex-shrink: 0;
  height: 94px;
}

.bar-bg-3 {
  background-color: rgba(214, 219, 237, 0.4);
  padding-top: 47px;
  overflow: hidden;
}

.bar-fill-3 {
  border-radius: 200px 200px 0 0;
  background-color: rgba(137, 121, 255, 1);
  display: flex;
  flex-shrink: 0;
  height: 109px;
}

.bar-group.special {
  display: flex;
  padding: 0 12px;
  align-items: stretch;
  justify-content: flex-start;
  height: 100%;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.bar-bg-4 {
  background-color: rgba(214, 219, 237, 0.4);
  padding-top: 16px;
  padding-bottom: 1px;
  overflow: hidden;
}

.bar-fill-4 {
  border-radius: 200px 200px 0 0;
  background-color: rgba(137, 121, 255, 1);
  display: flex;
  flex-shrink: 0;
  height: 139px;
}

.bar-bg-5 {
  background-color: rgba(214, 219, 237, 0.4);
  padding-top: 63px;
  overflow: hidden;
}

.bar-fill-5 {
  border-radius: 200px 200px 0 0;
  background-color: rgba(137, 121, 255, 1);
  z-index: 10;
  display: flex;
  flex-shrink: 0;
  height: 94px;
}

.bar-bg-6 {
  background-color: rgba(214, 219, 237, 0.4);
  padding-top: 63px;
  overflow: hidden;
}

.bar-fill-6 {
  border-radius: 200px 200px 0 0;
  background-color: rgba(137, 121, 255, 1);
  z-index: 10;
  display: flex;
  flex-shrink: 0;
  height: 94px;
}

.x-grid-lines {
  margin-top: -162px;
  min-height: 169px;
  padding: 6px 1px;
}

.grid-line {
  border-color: rgba(0, 0, 26, 0.15);
  border-style: dashed;
  border-width: 1px;
  min-height: 1px;
  width: 100%;
}

.bottom-line {
  border-color: rgba(0, 0, 26, 0.3);
  border-style: solid;
  border-width: 1px;
  min-height: 1px;
  margin-top: 156px;
  width: 100%;
}

@media (max-width: 991px) {
  .bottom-line {
    margin-top: 40px;
  }
}

.y-grid-lines {
  z-index: 10;
  display: flex;
  margin-top: -169px;
  min-height: 169px;
  padding: 7px 1px 7px 0;
  align-items: stretch;
  gap: 40px 45px;
  justify-content: space-between;
}

.grid-line.vertical {
  border-color: rgba(0, 0, 26, 0.15);
  border-style: dashed;
  border-width: 1px;
  width: 0;
  flex-shrink: 0;
  height: 156px;
}

.x-axis {
  display: flex;
  width: 100%;
  padding: 0 0 8px 22px;
  align-items: flex-start;
  font-size: 12px;
  color: #000000;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  justify-content: flex-start;
}

@media (max-width: 991px) {
  .x-axis {
    padding-left: 20px;
    white-space: initial;
  }
}

.x-label {
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

@media (max-width: 991px) {
  .x-label {
    white-space: initial;
  }
}


.chart-legend {
  display: flex;
  width: 100%;
  align-items: flex-start;
  overflow: hidden;
  font-size: 12px;
  color: #000000;
  font-weight: 400;
  white-space: nowrap;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .chart-legend {
    white-space: initial;
  }
}

.legend-container {
  display: flex;
  padding: 0 8px;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .legend-container {
    white-space: initial;
  }
}

.legend-item {
  align-self: stretch;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  padding: 4px;
  align-items: center;
  gap: 4px;
  overflow: hidden;
  justify-content: flex-start;
}


.legend-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 16px;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  flex-shrink: 0;
}

.legend-text {
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
}