body {
    max-width: 360px;
    max-height: 760px;
    font-family: 'Quicksand', sans-serif;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .screen{
    max-width: 360px;
    max-height: 760px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  /*(1) LANDING PAGE - ONBOARDING*/
  #landingpage {
    min-width: 360px;
    min-height: 760px;
    background-color: #D2625D;
    display:flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;

    .logo {
      width: 200px;
      height: 200px;
      opacity: 100;
      margin-top: 20px;
    }

    #greeting {
      font-size: 18px;
      opacity: 100;
      font-family: 'Quicksand', sans-serif;
      color: white;
    }
}

  #onboarding1 {
    display: none;
    align-content: center;
    justify-content: center;
    text-align: center;
    min-width: 360px;
    min-height: 760px;

    .onboard_topnav{
      background-color: #E17975;
      color: white;
      font-size: 20px;
      font-weight: 700;
      padding-top: 15px;
      padding-bottom: 15px;
    }

    .cloud{
      padding-top: 25px;
    }

    #onboardingcurrency{
      margin-top: 30px;
      margin-bottom: 30px;
    }

    #onboarding1button{
      margin-top: 80px;
      display: inline-block;
      padding: 10px 20px;
      background-color: #B9E1E1;
      color: #333333;
      font-size: 23px;
      border: none;
      border-radius: 20px;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
      font-family: 'Quicksand', sans-serif;
    }
}
  
  #onboarding2{
      display: none;
      align-content: center;
      justify-content: center;
      text-align: center;
      min-width: 360px;
      min-height: 760px;

      .onboard_topnav{
        background-color: #E17975;
        color: white;
        font-size: 20px;
        font-weight: 700;
        padding-top: 15px;
        padding-bottom: 15px;
      }

      .cloud{
        padding-top: 25px;
      }
      
      .logo {
        width: 200px;
        height: 200px;
        opacity: 100;
        margin-top: 20px;
      }
      
      .onboarding2container1{
        padding-left: 50px;
        padding-right: 50px;
        font-weight: 700;
        font-size: 20px;
        color: #5B5B5B;
        margin-top: 30px;
      }
      
      .onboarding2container2{
        margin-top: 50px;
        padding-left: 25px;
        padding-right: 25px;
        font-weight: 700;
        font-size: 12px;
        color: #A4A4A4;
      }
}

.cloud{
  padding-top: 25px;
}

.logo {
  width: 200px;
  height: 200px;
  opacity: 100;
  margin-top: 20px;
}

.onboarding2container1{
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 700;
  font-size: 20px;
  color: #5B5B5B;
  margin-top: 30px;
}

.onboarding2container2{
  margin-top: 50px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 700;
  font-size: 12px;
  color: #A4A4A4;
}

  #onboarding3{
    display: none;
    align-content: center;
    justify-content: center;
    text-align: center;
    min-width: 360px;
    min-height: 760px;

    .onboard_topnav{
      background-color: #E17975;
      color: white;
      font-size: 20px;
      font-weight: 700;
      padding-top: 15px;
      padding-bottom: 15px;
    }

    .cloud{
      padding-top: 25px;
    }

    .loadingicon{
      background-color: rgb(255, 255, 255);
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
      border-radius: 40px;
      max-width: 90px;
      min-height: 100px;
      align-items: center;
      align-content: center;
      text-align: center;
      padding-top: 10px;
      padding-left: 3%;
      padding-right: 3%;
      position: sticky;
      margin-top: -80%;
      margin-left: 32%;

      .load{
        margin-bottom: -10%;
      }

      .linking{
        margin-top: -5%;
        color: #333333;
        font-size: 12px;
        font-weight: 700;
      }
    }

    #contact{
      padding-top: 40px;
      position: sticky;
    }
}

.white_overlay{
    position: absolute;
    width: 360px; /* Full width (cover the whole page) */
    height: 760px; /* Full height (cover the whole page) */
    margin-left: 8px;
    margin-top: 7px;
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(232, 232, 232, 0.6); /* Black background with opacity */
}

.onboard_topnav{
  background-color: #E17975;
  color: white;
  font-size: 20px;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 15px;
}

#onboarding4{
  display: none;
  align-content: center;
  justify-content: center;
  text-align: center;
  min-width: 360px;
  min-height: 760px;

  .account{
    position: sticky;
    margin-top: -350px;
    margin-left: -3%;
  }
}

#onboarding5{
  display: none;
  align-content: center;
  justify-content: center;
  text-align: center;
  min-width: 360px;
  min-height: 760px;

  .account{
    position: sticky;
    margin-top: -350px;
    margin-left: -3%;
  }
}

#onboarding6{
  display: none;
  align-content: center;
  justify-content: center;
  text-align: center;
  min-width: 360px;
  min-height: 760px;
  
  .google{
    position: fixed;
    margin-top: -670px;
    margin-left: 15px;
  }
}

#onboarding7{
  display: none;
  align-content: center;
  justify-content: center;
  text-align: center;
  min-width: 360px;
  min-height: 760px;

  .onboard_topnav{
    background-color: #E17975;
    color: white;
    font-size: 20px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .cloud{
    padding-top: 25px;
  }

  .logo {
    width: 200px;
    height: 200px;
    opacity: 100;
    margin-top: 20px;
  }

  #success{
    padding-left: 50px;
    padding-right: 50px;
    font-weight: 700;
    font-size: 20px;
    color: #5B5B5B;
    margin-top: 30px;
  }

  #letsgo{
    margin-top: 80px;
    display: inline-block;
    padding: 10px 20px;
    background-color: #B9E1E1;
    color: #333333;
    font-size: 23px;
    border: none;
    border-radius: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    font-family: 'Quicksand', sans-serif;
  }
}

  /*(2) HOMEPAGE*/

  #home_expense, #home_income, #home_expense_expand, #home_expense2 {
    display: none;
    min-width: 360px;
    min-height: 760px;
    background-color: #E8E8E8;
  }
    
  .home_topnav{
      background-color: #E17975;
      color: white;
      font-size: 20px;
      font-weight: 700;
      padding-top: 15px;
      padding-bottom: 15px;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

      .home_topnav_table{
        margin-left: 5%;
        margin-right: 5%;

        .hamburger{
          padding-right: 10%;
        }

        .account{
          padding-left: 25%;
        }

        .dropdownnav{
          padding-left: 17%;
        }

        .search{
          padding-left: 35%;
        }
      }

    .mymonny{
      margin-top: 3%;
      margin-left: 3%;
      margin-bottom: 0;
      padding-bottom: 0;
      position: sticky;
    }

    .mymonnytext{
      margin-left: 2%;
      margin-top: -3%;
      padding-top: 0%;
      position: sticky;
      font-size: 12px;
      color: #212121;
      font-weight: 500;
    }
    /*UNTIL HERE*/

    .homecentered{
      align-content: center;
      justify-content: center;
      text-align: center;
    }

      .chart{
        margin-top: -21%;
        margin-left: -5%;
        width: 50%;
      }

      .indicator{
        margin-top: -4%;
        font-size: 24px;
        color: #333333;
        font-weight: 700;
      }

      .detail{
        margin-top: -10%;
        font-size: 10px;
        font-weight: 600;
      }

  

    /*INCOME EXPENSE BAR*/
    .income_back{
      align-content: center;
      align-items: center;
      text-align: center;
      margin-top: -0.5%;
    }

    .expense_front{
      align-content: center;
      align-items: center;
      text-align: center;
      position:sticky;
      margin-top: -102.5%;
      object-fit: fill;
    }

    .expense_details{
      margin-top: -103%;
      margin-left: -40%;
      position: sticky;
    }

    .expensebar, .incomebar{
        color: #FFFFFF;
        display: block;
        margin-bottom: 7%;
    }

    .incomebar{ 
        margin-left: 50%;
        margin-top: -17%;
    }

    .column{
        background: #E0E0E0;
        border-radius: 20px;
        margin-left: 40%;
        min-width: 50%;
        box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
    }

    .date{
          font-size: 18px;
          color: #333333;
          font-weight: 700;
    }
    
    .day{
          font-size: 12px;
          color: #5B5B5B;
          font-weight: 500;
    }
    
    .amount{
          font-size: 12px;
          color: #5B5B5B;
          font-weight: 500;
    }

    .nextchart{
      position: fixed;
      margin-top: -550px;
      margin-left: 280px;
    }

    .add{
      position: fixed;
      margin-top: -80px;
      margin-left: 280px;
    }
    
    .income_front{
      align-content: center;
      align-items: center;
      text-align: center;
      margin-top: -1%;
    }

    .expense_back{
      align-content: center;
      align-items: center;
      text-align: center;
      position:sticky;
      margin-top: -105%;
      margin-left: 0%;
      object-fit: fill;
    }

  .incomebar2{
    color: #FFFFFF;
    display: block;
    margin-bottom: 10%;
    margin-left: 45%;
    margin-top: -13%;
  }

  .expensebar2{ 
    color: #FFFFFF;
    display: block;
    margin-bottom: 10%;
    margin-top: -17%;
    margin-left: -4%;
}

.nextchart2{
  position: fixed;
  margin-top: -450px;
  margin-left: 280px;
}

.add2{
  position: fixed;
  margin-top: 20px;
  margin-left: 280px;
}

.cattable{
  border-bottom: solid 1px white;
  margin-left: 46%;
  min-width: 43%;
  text-align: left;
}

.dot {
  height: 15px;
  width: 15px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
}

.category{
  text-align: left;
  min-width: 90px;
  margin-left: -200%;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
}

.catamount{
  text-align: left;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
}

.add3{
  position: fixed;
  margin-top: -85px;
  margin-left: 280px;
}

.nextchart3{
  position: fixed;
  margin-top: -554.5px;
  margin-left: 280px;
}

#expenseoverlay{
  display: none;
  min-width: 360px;
  min-height: 760px;
  max-width: 360px;
  max-height: 760px;
}

.contentbefore img{
  max-width: 360px;
  max-height: 759px;
}

.headingoverlay{
  color: #333333;
}

.contentoverlay{
  padding-top: 70%;
  position: sticky;
  margin-top: -200%;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);;
}

.btn_expense{
  color: #FFFFFF;
  background-color: #EF7270;
  border-radius: 20px;
  max-width: 30%;
  min-height: 35px;
  margin-left: 18%;
  font-size: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: -7%;
}

.btn_expense_text, .btn_income_text {
  padding-top: 7%;
}

.btn_income{
  color: #707070;
  background-color: #B9E1E1;
  border-radius: 20px;
  max-width: 30%;
  min-height: 35px;
  font-size: 10px;
  margin-left: 52%;
  margin-top: -13%;
  position: sticky;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.white_overlay2{
  position: absolute;
  width: 360px; 
  height: 760px;
  margin-left: 8px;
  margin-top: 7px;
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(232, 232, 232, 0.9);
}

#addexpense{
  display: none;
  min-width: 360px;
  min-height: 760px;
  max-width: 360px;
  max-height: 760px;
  background-color: #E8E8E8;
}

.addexpense_topnav{
  background-color: #E17975;
      color: white;
      max-height: 25px;
      font-size: 20px;
      font-weight: 700;
      padding-top: -5px;
      padding-bottom: 15px;
      padding-left: 5px;
}

.backbutton_topnav{
  padding-top: 0px;
}

.text_addexpense_topnav{
  position: sticky;
  margin-top: -10%;
  margin-left: 30%;
}

.input{
padding-top: 5% ;
font-size: 15px;
}

.zero{
  font-size: 50px;
  margin-left:60%;
  font-weight: 500;
  color: #B9B9B9;
}

.rm{
  font-size: 15px;
  position: sticky;
  margin-top: -15%;
  margin-left: 70%;
  margin-bottom: 15%;
  font-weight: 500;
  color: #333333;
}

.scroll{
  margin-left: 10%;
  align-items: center;
  justify-content: center;
  margin-top: -5%;
  margin: 4px, 4px;
  padding: 4px;
  width: 250px;
  overflow:auto;
  white-space: nowrap;
  /*FONT*/
  color: #212121;
  font-size: 8px;
  text-align: center;
}

.nextbutton{
  position: sticky;
  margin-top: -15%;
  margin-left: 85%;
}

.columncontainer{
  margin-top: 10%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.column_addexpense{
  margin-top: 3%;
  background: #FFFFFF;
  border-radius: 20px;
  margin-left: 23%;
  min-width: 55%;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
  font-weight: 500;
}

.calc{
  margin-top: 5%;
  margin-left: 5%;
  margin-right: 3%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#buttonOk{
  background-color: #E0E0E0;
}

.calc-button-row {    
  float: left;     
  font-size: 30px;  
  line-height: 70px;  
  border-radius: 50%;  
  font-weight: 500;  
  color: #707070;
}  

.calc-button{
  width: 75px;  
  height: 75px; 
  background-color: #B9E1E1;   
  font-size: 30px;  
  border-radius: 50%;  
  padding: 0.3%;
  margin-bottom: 4%;
}

.calc-button-red{
  width: 75px;  
  height: 75px; 
  background-color: #EF7270;   
  font-size: 30px;  
  border-radius: 50%;  
  padding: 0.3%;
  margin-bottom: 4%;
  color: #FFFFFF;
}

.calc-bb-button{
  width: 75px;  
  height: 75px; 
  background-color: #BDBDBD;   
  font-size: 30px;  
  border-radius: 50%;  
  padding: 0.3%;
  margin-bottom: 4%;
}

.calc-ok-button{
  width: 75px;  
  height: 75px; 
  background-color: #E0E0E0;   
  font-size: 30px;  
  border-radius: 50%;  
  padding: 0.3%;
  margin-bottom: 4%;
}

#catselected{
  display: none;
  min-width: 360px;
  min-height: 760px;
  max-width: 360px;
  max-height: 760px;
  background-color: #E8E8E8;
}

#calender{
  display: none;
  min-width: 360px;
  min-height: 760px;
  max-width: 360px;
  max-height: 760px;
  background-color: #E8E8E8;
  align-items: center;
  align-content: center;
  text-align: center;
}

.calenderprev img{
  min-width: 360px;
  min-height: 760px;
  max-width: 360px;
  max-height: 760px;
}

.calenderbox{
  max-width: 85%;
  min-height: 250px;
  position: sticky;
  margin-top: -140%;
  justify-content: center;
  align-content: center;
  text-align: center;
  background-color: #F5F5F5;
  border-radius: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  margin-left: 6%;
  padding-top: 3%;

  .calenderheading{
    margin-left: -30%;
    font-weight: 700;
    color:#E07974 ;
  }

  .calendernumb{
    margin-left: 5%;
    justify-content: center;
    align-content: center;
    text-align: center;
    font-weight: 700;
    width: 90%;
    font-size: 20px;
    margin-bottom: 10%;
  }

  .dayrow{
    justify-content: center;
    align-content: center;
    text-align: center;
    color: #333333;
  }

  .numbrow{
    justify-content: center;
    align-content: center;
    text-align: center;
    color: #E07974;
  }

  .calendercontent{
    justify-content: center;
    align-content: center;
    text-align: center;
  }

  .calendercontent_grey{
    color: #BDBDBD;
    justify-content: center;
    align-content: center;
    text-align: center;
  }

  .calendercontent_highlighted{
    color: #FFFFFF;
    justify-content: center;
    align-content: center;
    text-align: center;
    background-color: #C0E0E0;
    border-radius: 100%;
  }
}

#calenderinput{
    display: none;
    min-width: 360px;
    min-height: 760px;
    max-width: 360px;
    max-height: 760px;
    background-color: #E8E8E8;
}

#btn_5{
  display: none;
  min-width: 360px;
  min-height: 760px;
  max-width: 360px;
  max-height: 760px;
  background-color: #E8E8E8;
}

#btn_0{
  display: none;
  min-width: 360px;
  min-height: 760px;
  max-width: 360px;
  max-height: 760px;
  background-color: #E8E8E8;
}

.zero2{
  font-size: 50px;
  margin-left:60%;
  font-weight: 500;
  color: #B9B9B9;
}

.zero3{
  font-size: 50px;
  margin-left:53%;
  font-weight: 500;
  color: #B9B9B9;
}

#btn_Ok, #home_expense_expand2{
  display: none;
  min-width: 360px;
  min-height: 760px;
  max-width: 360px;
  max-height: 760px;
  background-color: #E8E8E8;
}

#tax{
  margin-bottom: 4%;
}

.nextchartOk{
  position: fixed;
  margin-top: -576px;
  margin-left: 280px;
}

.bar_overlay{
  position: sticky;
  margin-top: -13.4%;
  margin-bottom: 5.5%;
}

.ham_nav{
  background-color: rgba(33, 33, 33, 0.9);
  position: absolute;
	display: block;
	width: 270px;
	height: 760px;
  margin-top: -211%;
	
	top: 0px;
	left: -400px;
	z-index: 100;

  .ham_img{
    margin-top: 8%;
    margin-left: 8%;
  }

  .ham_column_content{
    background-color: #B9E1E1;
    border-radius: 500px;
    align-items: center;
    align-content: center;
    text-align: center;
    margin-left: -100%;
    max-width: 500px;
    margin-top: 5%;
  }

  .ham_column_content_home{
    background-color: #E07974;
    border-radius: 500px;
    align-items: center;
    align-content: center;
    text-align: center;
    margin-left: -100%;
    max-width: 500px;
    margin-top: 5%;
    color: #FFFFFF;

    .ham_column_text{
      margin-top: -0.5%;
      margin-right: -50%;
      position: sticky;
      padding-top: 3%;
      padding-bottom: 3%;
      color: #FFFFFF;
      font-weight: 500;
      margin-left: 5%;
    }
  }

  .ham_monny{
    font-weight: 500;
    color: #FFFFFF;
    font-size: 20px;
    margin-left:65%;
    margin-top: -10%;
  }

  .ham_column_title{
    font-weight: 300;
    color: #FFFFFF;
    font-size: 18px;
    padding-top: 10%;
    padding-left: 10%;
  }
}

.ham_icon{
  margin-right: -20%;
  position: sticky;
  margin-top: -160%;
  padding: 3%;
}

.ham_column_image img{
  width: 30px;
  height: 30px;
  padding-top: 8%;
}

.ham_column_text{
  margin-top: -0.5%;
  margin-right: -50%;
  position: sticky;
  padding-top: 3%;
  padding-bottom: 3%;
  color: #5B5B5B;
  font-weight: 500;
  margin-left: 5%;
}

.content_general{
  margin-left: 2%;
  margin-top: -16%;
}

.content_challenge{
  margin-left: 2%;
  margin-top: 18%;
}

.content_setting{
  margin-left: 2%;
  margin-top: 18%;
}

#challenge, #challengenotif, #challengeclaim{
  display: none;
  min-width: 360px;
  min-height: 760px;
  max-width: 360px;
  max-height: 760px;
  background-color: #E8E8E8;
}

.scroll2{
  background-color: #E8E8E8;
  width: 300px;
  height: 600px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  padding: 20px;
  margin-left: 3%;
}

.img1{
  margin-left: -80%;
  margin-top: 25%;
}

.img1_1{
  margin-top: -48%;
  margin-left: -55%;
}

.img2{
  margin-top: -9%;
  margin-left: -10%;
  z-index: 90;
}

.img2_1{
  margin-top: -11%;
  margin-left: 35%;
}

.img3{
  margin-right: -65%;
  margin-top: -5%;
}

.img3_1{
  margin-left: 65%;
  margin-top: 2%;
}

.img4{
  margin-right: -25%;
  margin-top: -3%;
}

.img4_1{
  margin-left: -45%;
  margin-top: -15%;
}

.img5{
  margin-left: -55%;
  margin-top: 0%;
}

.img5_1{
  margin-left: -35%;
  margin-top: 3%;
}

.img6{
  margin-right: -35%;
  margin-top: -30%;
}

.img6_1{
  margin-right: -55%;
  margin-top: -15%;
}

.img7{
  margin-top: -20%;
  margin-left: -40%;
}

.img7_1{
  margin-right: 55%;
  margin-left: -20%;
  margin-top: -10%;
}

.img8{
  margin-top: -30%;
}

.backnotif{
  margin-top: -28%;
  margin-left: -9%;
}

.updatenotif{
  margin-top: -30%;
  margin-left: 10%;
  z-index: 100;
}

.backtohome{
  position: sticky;
  margin-top: -13%;
  margin-left: 5%;
}

.backtohome_text{
  margin-top: -5%;
  margin-left: 5%;
}

.backtochallenge_text{
  margin-top: -5%;
  margin-left: 0%;
}

.mymonny2{
  position: sticky;
  margin-right: -50%;
  margin-left: 68%;
  margin-top: -30%;
}

.challengex{
  position: sticky;
  margin-top: -80%;
  margin-left: 15%;
}

.challengenotifbar{
  align-items: center;
  align-content: center;
  text-align: center;
  margin-top: -140%;
}

.challenge_topnav{
  background-color: #E17975;
  color: white;
  font-size: 20px;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 15px;
  align-items: center;
  justify-content: center;
  text-align: center;

  .accountchallenge{
    padding-left: 37%;
  }
}

.img1_2{
  margin-left: -80%;
  margin-top: 25%;
}

.img1_1_2{
  margin-top: -48%;
  margin-left: -55%;
}

.img2_2{
  margin-top: -55%;
  margin-left: -10%;
  z-index: 90;
}

.img2_1_2{
  margin-top: -11%;
  margin-left: 35%;
}

.img3_2{
  margin-right: -65%;
  margin-top: -5%;
}

.img3colored{
  margin-right: -65%;
  margin-top: -31%;
}

.img3_1_2{
  margin-left: 65%;
  margin-top: 2%;
}

.img4_2{
  margin-right: -25%;
  margin-top: -3%;
}

.img4_1_2{
  margin-left: -45%;
  margin-top: -15%;
}

.img5_2{
  margin-left: -55%;
  margin-top: 0%;
}

.img5_1_2{
  margin-left: -35%;
  margin-top: 3%;
}

.img6_2{
  margin-right: -35%;
  margin-top: -30%;
}

.img6_1_2{
  margin-right: -55%;
  margin-top: -15%;
}

.img7_2{
  margin-top: -20%;
  margin-left: -40%;
}

.img7_1_2{
  margin-right: 55%;
  margin-left: -20%;
  margin-top: -10%;
}

.img8_2{
  margin-top: -30%;
}

.backnotif3{
  margin-top: -5%;
  margin-right: -65%;
}

#dotupdate{
  margin-top: -68%;
  margin-left: 20%;
}

#expgame, #expgame2, #expgame3{
  display: none;
  min-width: 360px;
  min-height: 760px;
  max-width: 360px;
  max-height: 760px;
}

.expwdwcolumn{
  min-width: 30%;
  margin-top: 30%;
  margin-left: 8%;
}

.expcolumn{
  background: #B9E1E1;
  border-radius: 18px;
  min-width: 90%;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
  padding-left: 3%;
  margin-bottom: 3%;
  min-height: 35px;
  margin-top: 5%;
}

.thedot{
  margin-left: 40%;
  height: 15px;
  width: 15px;
  background-color: #707070;
  border-radius: 50%;
  display: inline-block;
}

.expwdwcolumn_text{
  margin-left: 0%;
  font-weight: 700;
  color: #707070;
  font-size: 14px;
}

.expnavbar_table{
  color: white;
  font-size: 20px;
  font-weight: 700;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 5%;
  position: sticky;
  margin-top: -100%;
  min-width: 90%;

  .accountchallengeexp{
    margin-left: 23%;
  }
}

.expcontent{
  align-items: center;
  align-content: center;
  text-align: center;
}

.exptopbar_text{
  margin-top: -5%;
  color: white;
  .billionire{
    margin-top: -5%;
    font-weight: 400;
  }
}

.expbarlevel1{
  margin-top: -1%;
}

.exp200{
  margin-right: -50%;
  margin-top: -2%;
  font-size: 12px;
  color: #FFFFFF;
}

.questbtn{
  margin-top: 15%;
  margin-left: 73%;

  .questbtn_text{
    margin-top: -13%;
    margin-left: 22%;
    font-size: 13px;
    color: #5B5B5B;
  }
}

.notifscarf{
  align-items: center;
  align-content: center;
  text-align: center;
  margin-top: -130%;
}