/*==============================================*/
/*=================== OVERLAY PAGINA RECAP UNLOCK ===========================*/
/*==============================================*/

/*============== overlay =====================*/
.upper-content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

/*==============================================*/

#final-vote-overlay .upper-content-wrap .rank-header-content {
  padding: var(--padding-vertical);
  width: var(--width);
  height: 5%;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  background: none;

  font-style: normal;
  font-weight: 500;
  font-size: 140%;
  letter-spacing: -3%;
  line-height: 1;
}

#final-vote-overlay .upper-content-wrap button {
  width: 44px;
  aspect-ratio: 1/1;
  border-radius: 0;
  color: var(--secondary-color);
  border: none;
  background: none;
}

/*==============================================*/

/*==============================================*/
#final-vote-overlay .rank-section-wrap {
  width: 100%;
  height: calc(100% - 15%);
  border-top: var(--border);
  margin-bottom: 15%;
}

#final-vote-overlay .rank-section-wrap .rank-content {
  width: calc(100% - 40px);
  height: calc(100%);
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: start;
  padding: var(--padding);
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0%;
  line-height: 1;
  overflow: auto; /* o scroll */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE / Edge legacy */
}

#final-vote-overlay .rank-content::-webkit-scrollbar {
  display: none;
}

#final-vote-overlay .rank-content .line-ranking {
  width: 100%;
  padding-top: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}

#final-vote-overlay .hour-of-day {
  font-size: 1.2rem;
  letter-spacing: -3%;
  font-weight: 500;
}

#final-vote-overlay .activity-chosen {
  font-size: 1.8rem;
  letter-spacing: -3%;
  font-weight: 500;
  white-space: nowrap;
  width: 40%;
}

#final-vote-overlay .activity-chosen:first-of-type {
  text-align: left;
}

#final-vote-overlay .activity-chosen:last-of-type {
  text-align: right;
}
