@keyframes scoreLottery_swing-in-top-fwd__19U7u {
  0% {
    transform: rotateX(-100deg);
    transform-origin: top;
    opacity: 0;
  }

  to {
    transform: rotateX(0deg);
    transform-origin: top;
    opacity: 1;
  }
}

.scoreLottery_wordpool__xMxTJ {
  padding: var(--padding-5);
  overflow-y: auto;
  align-content: flex-start;
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-10);
  min-height: 60px;
  height: 60px;
}
.scoreLottery_specificword__ClEJ_ {
  color: var(--text-h1);
  font-weight: var(--weight-400);
  font-size: var(--font-12);
  transition: var(--transition3);
  border-radius: var(--br8);
  padding: var(--paddingtag);
  display: flex;
  align-items: center;
  gap: var(--gap-5);
  background-color: var(--color-dark-blue30);
}
.scoreLottery_scoreLotteryRightContainer__RmmDz {
  display: flex;
  position: relative;
  width: 395px;
  min-width: 250px;
  flex-direction: column;
  gap: var(--gap-30);
  top: 20px;
  height: 614px;
  justify-content: space-between;
  @media (max-width: 680px) {
    margin-bottom: 40px;
  }
}

.scoreLottery_scoreLotteryLeftContainer__jgmHN {
  display: flex;
  position: relative;
  width: 395px;
  min-width: 250px;
  flex-direction: column;
  height: 634px;
  gap: var(--gap-30);
  align-items: flex-start;
  justify-content: space-between;
}

.scoreLottery_header__6tJ7o {
  position: relative;
  color: var(--text-h1);
  font-size: var(--font-18);
  font-weight: var(--weight-800);
  text-align: left;
  text-transform: capitalize;
}

.scoreLottery_step__5fMRP {
  color: var(--color-light-blue);
  text-align: right;
  font-size: var(--font-14);
  font-weight: var(--weight-700);
  line-height: 15px;
  width: 70px;
}

.scoreLottery_select__aRUg2,
.scoreLottery_selection__Iu6LZ {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: var(--gap-20);
}

.scoreLottery_select__aRUg2 {
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: var(--br15);
  background-color: var(--color-disable);
  border: 1px solid var(--content-box);
  box-sizing: border-box;
  aspect-ratio: 1/1;
  cursor: pointer;
  transition: box-shadow 0.3s;
}

.scoreLottery_select__aRUg2:hover,
.scoreLottery_selected__hvJ2D:hover {
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.15);
}

.scoreLottery_seticon__btjpa {
  position: relative;
  width: 90%;
  height: 90%;
  border-radius: var(--br10);
  -o-object-fit: cover;
     object-fit: cover;
}

.scoreLottery_selecttext__EHF_F {
  position: relative;
  width: 100%;
  color: var(--text-h1);
  font-size: var(--font-14);
  font-weight: var(--weight-400);
  line-height: 20px;
}

.scoreLottery_header1__w2snc {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.scoreLottery_explaintask__UgCC3 {
  width: 100%;
  text-align: left;
  position: relative;
  font-size: var(--font-12);
  font-weight: var(--weight-400);
  line-height: 20px;
  color: var(--text-h2);
}

.scoreLottery_winnertask__2dPui {
  width: 100%;
  gap: var(--gap-20);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.scoreLottery_mention1__xmGUD,
.scoreLottery_mentionheader__GQuB_,
.scoreLottery_winnertask__2dPui {
  position: relative;
  display: flex;
}

.scoreLottery_mention1__xmGUD {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.scoreLottery_mentionheader__GQuB_ {
  flex-direction: column;
  align-items: flex-start;
}

.scoreLottery_comment__gpohO,
.scoreLottery_like__eW40c,
.scoreLottery_mention__XEVnO {
  position: relative;
  display: flex;
  width: 100%;
  height: 25px;
  justify-content: space-between;
  align-items: center;
}

.scoreLottery_comment__gpohO:hover .scoreLottery_textoftask__KGvGi,
.scoreLottery_like__eW40c:hover .scoreLottery_textoftask__KGvGi,
.scoreLottery_mention__XEVnO:hover .scoreLottery_textoftask__KGvGi {
  font-weight: var(--weight-700);
}

.scoreLottery_FollowedPage__zQgbw {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}

.scoreLottery_textoftask__KGvGi {
  position: relative;
  color: var(--text-h1);
  font-size: var(--font-14);
  font-weight: var(--weight-600);
  line-height: normal;
  letter-spacing: 0.1;
}

.scoreLottery_options__rz1oJ {
  position: relative;
  gap: var(--gap-15);
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-content: space-between;
}

.scoreLottery_number__rEa9t {
  position: relative;
  width: 55px;
  text-align: left;
}

.scoreLottery_selected__hvJ2D {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: var(--gap-10);
  border-radius: var(--br15);
  background-color: var(--color-disable);
  border: 1px solid var(--color-light-green);
  box-sizing: border-box;
  width: 100%;
  min-width: 110px;
  aspect-ratio: 1/1;
  cursor: pointer;
  transition: box-shadow 0.3s;
}

.scoreLottery_text1__oCDzD,
.scoreLottery_text2__B8cbX {
  color: var(--text-h1);
  font-size: var(--font-20);
  font-weight: var(--weight-800);
  line-height: normal;
}

.scoreLottery_text2__B8cbX {
  font-size: var(--font-14);
  font-weight: var(--weight-400);
  line-height: 20px;
}

.scoreLottery_minimumMention__W8GRK,
.scoreLottery_result__ch_JN {
  border: 1px solid var(--content-box);
}

.scoreLottery_minimumMention__W8GRK {
  position: relative;
  width: 90px;
  height: 40px;
  border-radius: 8px;
}

.scoreLottery_result__ch_JN {
  padding: var(--padding-10) var(--padding-16) var(--padding-16) var(--padding-16);
  height: 130px;

  border-radius: 0 0 var(--br15) var(--br15);
  background-color: var(--color-white);
  z-index: 120;
  transition: all 0.3s ease;
}

.scoreLottery_fadeIn__ytkUX {
  animation: scoreLottery_swing-in-top-fwd__19U7u 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.scoreLottery_result__ch_JN:hover {
  border-color: var(--color-dark-blue);
}
.scoreLottery_resultSearchBox__RF8tV::-webkit-scrollbar {
  display: block !important;
}
.scoreLottery_resultSearchBox__RF8tV {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  gap: var(--gap-20);
  overflow-y: hidden;
  overflow-x: scroll;
}

.scoreLottery_searchheader__Yhp9z {
  position: relative;
  width: 100%;
  gap: var(--gap-10);
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}

.scoreLottery_disableAlternativePage__pmFE2 {
  opacity: 0.4;
  pointer-events: none;
}

.scoreLottery_ableAlternativePage__8lMxD,
.scoreLottery_disableAlternativePage__pmFE2 {
  transition: all 0.2s ease-in-out;
}

.scoreLottery_pageselect__Dajku {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: var(--gap-15);
  transition: all 0.3s ease-in-out;
}

.scoreLottery_deleteicon__cteZE {
  cursor: pointer;
  width: 20px;
  height: 25px;
  transition: all 0.3s;
}

.scoreLottery_alternativePage__9IWjF,
.scoreLottery_searchContent__CIdZ2 {
  position: relative;
  display: flex;
  align-items: center;
}

.scoreLottery_alternativePage__9IWjF {
  width: 100%;
  height: 40px;
  gap: var(--gap-5);
  padding: 0px var(--padding-20);
  border-radius: var(--br10);
  border: 1px solid var(--content-box);
  background-color: var(--color-disable);
  color: var(--text-h2);
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  font-size: var(--font-14);
  font-weight: var(--weight-500);
  line-height: 20px;
  justify-content: flex-start;
}

.scoreLottery_searchContent__CIdZ2 {
  gap: var(--gap-10);
  flex-direction: column;
  margin-bottom: 5px;
  cursor: pointer;
}

.scoreLottery_username__aoIPi {
  position: relative;
  color: var(--text-h1);
  text-align: center;
  font-size: var(--font-14);
  font-weight: var(--weight-600);
  line-height: normal;
  width: 90px;
  overflow: hidden;
}

.scoreLottery_deleteicon__cteZE:hover {
  transform: scale(1.15);
}

.scoreLottery_deleteicon__cteZE:active {
  transform: scale(0.95);
}

.scoreLottery_userProfile__sRMHH {
  top: 3px;
  position: relative;
  width: 65px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid transparent;
  transition: all 0.3s;
  box-shadow: none;
  box-sizing: border-box;
}

.scoreLottery_searchContent__CIdZ2:hover .scoreLottery_userProfile__sRMHH {
  box-shadow: 0 0 0 3px var(--color-dark-blue60);
}


/*# sourceMappingURL=80be40495296b35b.css.map*/