body{
  background-color: #2f3437;
}

h1{
  text-align: center;
  color: #edeeee;
  font-size: 35px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-style: normal;
}

#parameters{
  display: flex;
  justify-content: space-between;
}

#backRoute ion-icon{
  font-size: 25px;
  color: rgba(255, 255, 255, 0.7);
  margin: 20px;
}

#parameter{
  color: rgba(255, 255, 255, 0.7);
  margin: 15px;
  width: 30px;
}

#parameter:hover{
  cursor: pointer;
}

.life{
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  width: 721px;
}

.month, .monthNone, .futurMonths, .currentMonth{
  background-color: #31b101;
  margin: 5px;
  height:43px;
  width: 43px;
  text-align: center;
  color: white;
}

.monthNone{
  background-color: transparent;
}

.futurMonths{
  background-color: #444b51;
}

.currentMonth{
  background-color: white;
}

.monthsHeader{
  background-color: #2f3437;
  top: 0px;
  position: sticky;
  margin: auto;
  display: flex;
  width: 721px;
  height: 100%;
}

.monthsHeader p{
  display: flex;
  color: white;
  font-size: 10px;
  margin: 5px;
  height:43px;
  width: 43px;
  justify-content: center;
  align-items: center;
  font-family: 'Inter', sans-serif;
}

.year, .lastYears{
  display: flex;
  align-items: center;
  color: white;
  width: 75px;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin-right: 10px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}

.lastYears{
  color: #929292;
  
}

/* Month css style */

.monthDiv{
  display: flex;
  justify-content: center;
}

.months{
  display: flex;
  flex-wrap: wrap;
  width: 560px;
  margin-left: 5%;
  margin-right: 5%;
}

.days{
  display: flex;
  justify-content: center;
  background-color: #2f3437;
  top: 0px;
  position: sticky;
  margin-top: 5%;
}

.days p{
  display: flex;
  color: white;
  font-size: 15px;
  margin: 5px;
  width: 70px;
  justify-content: center;
  align-items: center;
  font-family: 'Inter', sans-serif;
}

.dayNone, .day, .currentDay, .futurDays{
  display: flex;
  background-color: white;
  margin: 5px;
  height:70px;
  width: 70px;
  text-align: center;
  color: #2f3437;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
}

.dayNone{
  background-color: transparent;
}

.currentDay{
  background-color: white;
  color: #31b101;
  box-shadow:0px 0px 0px 2px #31b101 inset;
}

.futurDays{
  background-color: #4f595f;
  color: #2f3437;
}

ion-icon {
  font-size: 50px;
  color: #444b51;
}

#nextButton, #backButton{
  margin-top: 180px;
}

/* day css style */
.cubeColor, .otherCubeColor{
  background-color: #4f595f;
  width: 100px;
  height: 100px;
  margin: 10px;
  cursor: pointer;
}

#currentCubePrincipal{
  background-color: white;
  box-shadow:0px 0px 0px 5px #31b101 inset;
}

.dayContent{
  margin-left: 30%;
  margin-right: 20%;
  margin-top: 15px;
}

#dayTitle{
  text-align: left;
  margin-top: 30px;
}

.cube{
  display: flex;
}

.otherCube{
  display: flex;
  align-items: center;
}

#otherCube.hide{
  display: none;
}

#cubeGreen{
  background-color: #31b101;
}

#cubeOrange{
  background-color: orange;
}

#cubeRed{
  background-color: red;
}

#cubeWhite{
  background-color: white;
}

.otherCube ion-icon{
    width: 20px;
}

.dayContent .input{
  background: transparent;
  color: white;
  display: block;
  width: 100%;
  min-height: 50vh;
  overflow: auto;
  outline: none;
  font-family: 'Inter', sans-serif;
}

#textBox{
  background-color: transparent;
  color: white;
  width: 100%;
  height: 600px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  border: none;
    overflow: auto;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    resize: none;
}

/* Login css style */

#log-in{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Inter', sans-serif;
}

#log-in h1{
  font-size: 100px;
  margin-top: 0px;
}

#logo{
  display: flex;
}

#logo-cube{
  height: 30px;
  width: 30px;
  background-color: #5CCC37;
  border-radius: 6px;
}

.data-login{
  width: 270px;
  height: 40px;
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
  padding-left: 10px;
  font-family: 'Inter', sans-serif;

}

#submit-login{
  margin-top: 10px;
  background-color: #0062FF;
  border: none;
  border-radius: 5px;
  color: white;
  width: 70px;
  height: 40px;
  font-family: 'Inter', sans-serif;
}

#submit-login:hover{
  cursor: pointer;
  opacity: 60%;
  transition: 0.3s;
}

#submit-signup{
  margin-top: 10px;
  background-color: #0062FF;
  border: none;
  border-radius: 5px;
  color: white;
  width: 70px;
  height: 40px;
  font-family: 'Inter', sans-serif;
}

#submit-signup:hover{
  cursor: pointer;
  opacity: 60%;
  transition: 0.3s;
}

#background-logo{
  display: flex;
  flex-wrap: wrap;
  transform: rotate(-30deg);
  position: absolute;
  width: 80%;
  top: -20%;
  left: -15%;
  z-index: -1;
  opacity: 3%;
}

.cube-background-logo{
  height: 150px;
  width: 150px;
  margin-left: 20px;
  margin-bottom: 20px;
  background-color: #5CCC37;

}