/*!******************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/styles.css ***!
  \******************************************************************/
.MainContainer {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #010601;
}

/* HEADER STYLES */

.Header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #010601;
  &.Skybox {
    background: linear-gradient(
      0deg,
      rgba(1, 6, 1, 1) 0%,
      rgba(1, 6, 1, 1) 50%,
      rgba(101, 201, 235, 1) 100%
    );
  }
}

.TitleContainer {
  display: flex;
  flex-direction: row;
  margin-top: 1%;
  margin-bottom: 1%;
}

.Title {
  color: #00bb0c;
  font-size: 2.5rem;
  font-family: arial;
  font-weight: bolder;
  text-align: center;
  text-wrap: nowrap;
  user-select: none;
}

.TitleBlur {
  color: #00bb0c;
  font-size: 2.5rem;
  font-family: arial;
  font-weight: bolder;
  text-align: center;
  text-wrap: nowrap;
  user-select: none;
}

.CounterContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-bottom: 1%;
}

.CounterTextContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  margin-right: 1%;
}

.Counter {
  color: #00bb0c;
  font-size: 2rem;
  font-family: arial;
  font-weight: bolder;
  text-align: center;
  text-wrap: nowrap;
  user-select: none;
}

/* HEADER STYLES */
/* MAIN BODY STYLES */

.MainBody {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 1%;
}

.Main {
  height: 100%;
  width: 80%;
  display: flex;
  flex-direction: column;
  margin-left: 10%;
}

.MainHeaderContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 1%;
}

.MainHeaderButton {
  display: flex;
  width: fit-content;
  border-radius: 25px;
  cursor: pointer;
  margin-right: 1%;
  margin-bottom: 1%;
  user-select: none;
  &.Selected {
    background-color: #126512;
  }
}

.ClickerHeader {
  color: aquamarine;
  font-size: 1.5rem;
  font-family: arial;
  text-align: center;
  text-wrap: nowrap;
  border: aquamarine 3px dashed;
  border-radius: 25px;
  padding: 0.5rem;
}

.ClickersContainer {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.BoundryLine {
  height: 1px;
  width: 100%;
  background-color: aquamarine;
  margin-top: 1%;
  margin-bottom: 2%;
}

.DevButton {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1%;
  height: 3%;
  border: aquamarine 3px dashed;
  user-select: none;
  color: aquamarine;
  font-size: 1rem;
  font-family: arial;
  font-weight: bold;
  cursor: pointer;
  border-radius: 25px;
  margin-bottom: 1%;

  &:hover {
    background-color: #041804;
  }
}

.ClickerContainer {
  position: relative;
  width: 25%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1%;
  align-items: center;
  justify-content: center;
  border: aquamarine 3px solid;
  border-radius: 25px;
  user-select: none;
  cursor: pointer;

  @media screen and (orientation: portrait) {
    width: 100%;
  }

  &:hover {
    border: aquamarine 3px dashed;
    animation-name: KorOuterGlowAqua;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
}

.ClickerTextContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ClickerPlantName {
  color: aquamarine;
  font-size: 3rem;
  font-family: arial;
  text-transform: capitalize;
  cursor: pointer;
}

.ClickerSaleDescriptionContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.ClickerSaleDescription {
  color: aquamarine;
  font-size: 2rem;
  font-family: arial;
  cursor: pointer;
  text-wrap: nowrap;
  @media screen and (orientation: portrait) {
    font-size: 1.5rem;
  }
}

.ClickerPlantContainer {
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
  width: 40%;
  height: 50%;
  border: solid aquamarine 3px;

  &.FullyGrown {
    border: dotted aquamarine 3px;
  }

  &.Skybox {
    background-color: rgba(101, 201, 235, 1);
  }
}

.ClickerDirt {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.ClickerStem {
  position: absolute;
  left: 40%;
  bottom: 40%;

  &.StageOneOffset {
    left: 45%;
  }

  &.FullyGrown {
    transform: rotate(50deg);
    bottom: 45%;
  }
}

.ClickerFirstLeaf {
  position: absolute;
  transform: rotate(50deg);
  bottom: 60%;
  left: 20%;

  &.FullyGrown {
    transform: rotate(100deg);
    bottom: 65%;
    left: 45%;
  }
}

.ClickerSecondLeaf {
  position: absolute;
  transform: rotate(-50deg);
  bottom: 60%;
  right: 20%;

  &.FullyGrown {
    transform: rotate(0deg);
    bottom: 50%;
    right: 10%;
  }
}

.ClickerBorderGlow {
  height: 100%;
  width: 100%;
  border: aquamarine solid 3px;
  filter: blur(3px);
}

.ClickerOnClickBorderGrow {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 25px;
  border: aquamarine 3px dashed;
  opacity: 0;
  animation-name: KorBorderGrow;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

.ClickerInstructions {
  color: aquamarine;
  font-size: 1rem;
  font-family: arial;
  font-weight: bold;
  text-wrap: nowrap;
  text-align: center;
  margin-bottom: 15%;
  z-index: 1;

  @media screen and (orientation: portrait) {
    font-size: 0.75rem;
  }
}

.SprinklerContainer {
  position: absolute;
  left: 5%;
  bottom: 40%;
  height: 10%;
  width: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.SprinklerTop {
  height: 30%;
  width: 100%;
  background-color: grey;
}

.SprinklerBottom {
  height: 70%;
  width: 30%;
  background-color: gray;
}

.ProgressionContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.ProgressionHeaderBar {
  width: 100%;
  margin-bottom: 1%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.ProgressionHeaderContainer {
  display: flex;
  margin-right: 1%;
  margin-bottom: 1%;
  &.Selected {
    background-color: #126512;
    border-radius: 25px;
  }
}

.ProgressionHeader {
  color: #00bb0c;
  font-size: 1.5rem;
  font-family: arial;
  text-align: center;
  cursor: pointer;
  user-select: none;
  padding: 0.5rem;
  border: #00bb0c 3px dashed;
  border-radius: 25px;
  &.Selected {
    color: aquamarine;
    border: aquamarine 3px dashed;
  }
}

.ProgressionList {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.ProgressionNodeListingInner {
  display: flex;
  height: fit-content;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: aquamarine 3px dashed;
  background-color: rgb(176, 251, 226);
  cursor: pointer;
  user-select: none;
  border-radius: 25px;
  margin-bottom: 1%;
  padding: 1%;
  &:hover {
    background-color: rgb(75, 207, 163);
  }
  &.Earned {
    background-color: rgb(5, 30, 5);
    cursor: auto;
  }
}

.ProgressionNodeListingName {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: fit-content;
  color: #051e05;
  font-family: arial;
  font-size: 1.5rem;
  font-weight: bolder;
  text-align: center;
  text-transform: capitalize;
  &.Earned {
    color: aquamarine;
  }
}

.ProgressionNodeListingCost {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: fit-content;
  color: #051e05;
  font-family: arial;
  font-size: 1.25rem;
  font-weight: bolder;
  text-align: center;
  text-wrap: nowrap;
  &.Earned {
    color: aquamarine;
  }
}

.ProgressionNodeListingDescription {
  color: #051e05;
  font-family: arial;
  font-size: 1rem;
  font-weight: 100;
  text-align: center;
  &.Earned {
    color: aquamarine;
  }
}

.AboutMeContainer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  user-select: none;
  height: fit-content;
  width: 100%;
  color: aquamarine;
  font-family: arial;
  font-weight: bold;
  text-align: center;
}

.AboutMeHeader {
  position: relative;
  font-size: 2rem;
  margin-bottom: 1%;
  text-decoration: underline;
}

.AboutMeBody {
  position: relative;
  font-size: 1.5rem;
  margin-bottom: 5%;
}

.AboutMeBonus {
  position: relative;
  font-size: 1rem;
  border: aquamarine 3px dashed;
  border-radius: 25px;
  padding: 0.5%;
  cursor: pointer;
  &:hover {
    background-color: #126512;
  }
}

.PlotStatsContainer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  user-select: none;
  height: fit-content;
  width: 100%;
  color: aquamarine;
  font-family: arial;
  font-weight: bold;
  text-align: center;
}

.PlotStatsHeader {
  position: relative;
  font-size: 2rem;
  margin-bottom: 1%;
  text-decoration: underline;
}

.PlotStatsValue {
  position: relative;
  font-size: 1.5rem;
  margin-bottom: 5%;
}

/* MAIN BODY STYLES */

/* ICON STYLES */

.KorsContainer {
  display: flex;
  position: relative;
  height: 80%;
  aspect-ratio: 1/1;
  margin-left: 0.5%;
}

@keyframes KorsSpin {
  from {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(405deg);
  }
}

.KorsSVG {
  position: absolute;
  aspect-ratio: 1/1;
  animation-name: KorsSpin;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}

.KorsSVG2 {
  position: absolute;
  aspect-ratio: 1/1;
  top: 16.66%;
  right: 16.66%;
  animation-name: KorsSpin;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}

.KorsSVG3 {
  position: absolute;
  aspect-ratio: 1/1;
  top: 27.77%;
  right: 27.77%;
  animation-name: KorsSpin;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

@keyframes KorsBlurShimmer {
  0% {
    transform: translate(0, 0);
  }
  35% {
    transform: translate(-2px, 2px);
  }
  75% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.KorsSVGBlur {
  filter: blur(4px);
  animation-name: KorsBlurShimmer;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

.KorSVGBlur2 {
  filter: blur(3px);
  animation-name: KorsBlurShimmer;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

.Sun {
  position: absolute;
  top: 0;
  right: 0;
}

/* ICON STYLES */

/* ANIMATION STYLES */

.KorShimmer {
  position: absolute;
  filter: blur(3px);
  /* animation-name: KorShimmerAnimation;
  animation-duration: 8s;
  animation-iteration-count: infinite; */
}

@keyframes KorShimmerAnimation {
  0% {
    transform: translate(0, 0);
  }
  35% {
    transform: translate(-4px, 0);
  }
  75% {
    transform: translate(4px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes KorsBlurShimmer {
  0% {
    transform: translate(0, 0);
  }
  35% {
    transform: translate(-4px, -4px);
  }
  75% {
    transform: translate(4px, 4px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes KorOuterGlowAqua {
  0% {
    box-shadow: 0 0 2vmin 1vmin aquamarine;
  }
  50% {
    box-shadow: 0 0 2vmin 0px aquamarine;
  }
  100% {
    box-shadow: 0 0 2vmin 1vmin aquamarine;
  }
}

@keyframes KorBorderGrow {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  100% {
    width: 115%;
    height: 115%;
    opacity: 0;
  }
}

/* ANIMATION STYLES */


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