  /* Class to differentiate size properties */
  /* type to differentiate input limitation */
  /* id to differentiate function */
html { 
	font-size: 10px;
}
body{
	display: flex;
	margin: 0px;
	flex-wrap: wrap;
}
img{
    pointer-events: none;
}
/*View Type 1: Desktop*/
	.contIndex{
		display: flex;
    -webkit-tap-highlight-color: transparent;
    position: relative;
	}
	.contIndexLogo{
		display: flex;
		background-color: rgb(7, 31, 73);
		width: 50vw;
		height: 92vh;
        min-height: 700px;
		justify-content: center;
		align-items: center;
		pointer-events: none;
	}
	.indexMainLogo{
		width: 550px;
		object-fit: contain;
	}
	.contIndexContext{
		display: flex;
		background-color: rgb(244, 244, 244);
		width: 50vw;
		height: 92vh;
        min-height: 700px;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	.contIndexSlogan{
		width: 500px;
		height: 15vh;
		margin-top: 10vh;
		text-align: center;
	}
  /* for index only */
  /* logged in show dashboard */
  .contIndexLoginButton{
    position: absolute;
    height: 31px;
    right: 10%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20px;
    padding: 0 5px;
  }
  .indexButton{
    width: 130px;
    height: 35px;
		object-fit: contain;
  }
  .indexButton2{
    display: none;
  }
  .generalLoginButton{
    width: 130px;
    height: 35px;
		object-fit: contain;
  }
  .fontIndexLoginButton{
    font-size: 16px;
    color: rgb(8, 31, 73);
    font-family: 'Poppins', sans-serif;
    font-weight: bolder;
  } 
	.contIndexSelectBox{
		width: 500px;
		height: 70vh;
	}
	.fontIndexSlogan{
		font-family: 'Poppins', sans-serif;
		font-size: 22px;
		text-align: center;
		margin: 0px;
		color: rgb(0, 0, 0);
	}
	.contIndexSelectSystem{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.contIndexSelectSystemRow1{
		display: flex;
		width: 390px;
		height: 32px;
		padding-left: 10px;
		align-items: center;
		background-color: rgb(239, 191, 4);
	}
	.contIndexSelectSystemRow2{
		display: flex;
		width: 380px;
		height: 80px;
		padding-left: 20px;
		vertical-align: middle;
		background-color: rgb(255, 255, 255);
	}
	.contIndexSelectSystemLogo{
		display: flex;
		width: 55px;
		margin-right: 23px;
		align-items: center;
		justify-content: center;
	}
	.indexSelectSettingsLogo{
		width: 54px;
		object-fit: contain;
	}
	.contIndexSelectSystemOption{
		display: flex;
		width: 95px;
		justify-content: center;
		align-items: center;
		line-height: 1;
	}
	.contIndexSelectSystemOptionButton{
		display: flex;
		width: 60px;
		height: 60px;
		border-radius: 5px;
		justify-content: center;
		align-items: center;
		color: rgb(0, 65, 121);
		background-color: rgb(255, 255, 255);
		border: 1px solid rgb(0, 65, 121);
		position: relative;
		cursor: pointer;
	}
	.contIndexSelectSystemOptionButton.active{
		background-color: rgb(0, 65, 121);
		color: rgb(255, 255, 255);
	}
	.selectedSystemButton{
		background-color: rgb(0, 65, 121, 0.5);
		color: rgb(255, 255, 255, 0.5);
	}
	.fontIndexSelectSystemZh{
		font-family: 'Noto Sans SC', sans-serif;
		font-size: 16px;
		margin: 0px;
		display: block;
		height: 20px;
	}
	.fontIndexSelectSystemEn{
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		margin: 0px;
		opacity: 0.8;
	}
	.contIndexSelectDate{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.contIndexSelectDateRow1{
		display: flex;
		width: 390px;
		height: 32px;
		padding-left: 10px;
		align-items: center;
		background-color: rgb(239, 191, 4);
	}
	.contIndexSelectDateRow2{
		display: flex;
		width: 380px;
		height: 80px;
		padding-left: 20px;
		vertical-align: middle;
		background-color: rgb(255, 255, 255);
	}
	.contIndexSelectDateLogo{
		display: flex;
		width: 54px;
		margin-right: 23px;
		align-items: center;
		justify-content: center;
	}
	.indexSelectDateLogo{
		width: 60px;
		object-fit: contain;
	}
	.contIndexShowSelectedDate{
		display: flex;
		width: 280px;
		align-items: center;
    cursor: pointer;
	}
	.inputDatetimePicker{
		border: none;
		width: 232px;
		font-size: 24px;
		text-align: center;
	}
	.fontIndexSelectDate{
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		margin: 0px;
		color: rgb(7, 31, 73);
		white-space: nowrap;
	}
	.contIndexShowDateChevron{
		display: flex;
		justify-content: end;
		width: 50px;
	}
	.fa-solid.fa-chevron-up {
	  font-size: 16px;
	}
	.fa-solid.fa-chevron-down {
		font-size: 16px;
	  }
	.contIndexSelectForecastRow1{
		display: flex;
		position: relative;
		width: 390px;
		height: 32px;
		padding-left: 10px;
		align-items: center;
		background-color: rgb(239, 191, 4);
	}
	.contIndexSelectForecast{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.contIndexSelectForecastRow2{
		display: flex;
		width: 380px;
		height: 80px;
		padding-left: 20px;
		vertical-align: middle;
		background-color: rgb(255, 255, 255);
	}
	.contIndexSelectForecastLogo{
		display: flex;
		width: 54px;
		margin-right: 23px;
		align-items: center;
		justify-content: center;
	}
	.indexSelectForecastLogo{
		width: 60px;
		object-fit: contain;
	}
	.contIndexShowSelectedForecastBox{
    display: flex;
    position: relative;
    align-items: center;
		width: 280px;
	}
	.contIndexShowSelectedForecast{
    display: flex;
		width: 232px;
    cursor: pointer;
    justify-content: center;
    position: relative;
	}
  .contIndexShowForecastChevron{
		display: flex;
		justify-content: end;
    width: 50px;
	}
	.fontIndexForeCast{
    font-family: 'Poppins', sans-serif;
		font-size: 24px;
		text-align: center;
	}
  .fontIndexForeCast2{
    font-family: 'Poppins', sans-serif;
		font-size: 20px;
		text-align: center;
	}
	.contIndexForecastDropdown{
		position: absolute;
		display: flex;
		width: 232px;
		background-color: white;
		flex-direction: column;
    /* top: 0; */
    bottom: 90%;
    left: 0;
    right: 0;
    border-radius: 6px;
		border: 2px solid rgb(232,232,234);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 999;
	}
	.contIndexForecastDropdownOption{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 232px;
		height: 34px;
		border: 1px solid rgb(232,232,234);
    cursor: pointer;
    position: relative;
	}
	.contIndexForecastDropdownOption:hover {
		color: rgb(0, 0, 0);
		background-color: rgba(7, 31, 73, 0.233);
	}
  .contIndexForecastLocked{
    position: absolute;
    right: 10%;
  }
  .disabled{
    cursor: not-allowed;
    pointer-events: none;
    color: rgba(0,0,0,0.3);
  }
	.contIndexPlot{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 20px;
		cursor: pointer;
	}
	.contIndexPlotButton{
		display: flex;
		width: 400px;
		height: 80px;
		justify-content: center;
		align-items: center;
		border: 2px solid rgb(239, 191, 4);
		border-radius: 10px;
		background-color: rgb(255, 255, 255);
	}
	.fontIndexSelectLabel{
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		margin: 0px;
		color: rgb(7, 31, 73);
	}
	.fontIndexPlotButton{
		font-family: 'Poppins', sans-serif;
		font-size: 32px;
		margin: 0px;
		color: rgb(7, 31, 73);
	}
	.colourTransparent{
		color: transparent !important;
	}

/*	Footer	*/
	.contIndexFooter{
		display: flex;
		width: 100vw;
		height: calc(8vh - 3px);
		border-top: 3px solid rgb(221, 29, 40);
		background-color: rgb(7, 31, 73);
	}
	.contIndexFooterCol1{
		display: flex;
		width: 14vw;
    	margin-right: 2vw;
    	justify-content: end;
		align-items: center;
	}
	.fontIndexFooterCol1{
		 font-family: 'Marcellus', serif;
		 font-weight: 400;
		 color: white;
		 font-size: 26px;
	}
	.contIndexFooterCol2{
		display: flex;
		width: 30vw;
		justify-content: left;
		align-items: center;
		white-space: nowrap;
		line-height: 0.7;
	}
	.fontIndexFooterCol2{
	font-family: 'Marcellus', serif;
    opacity: 0.9;
    color: white;
    font-size: 9px;
	line-height: 1.5;
	word-spacing: 1px;
    text-decoration: none;
	}
	.fontIndexFooterCol2B{
	font-family: 'Marcellus', serif;
    opacity: 0.8;
    color: white;
    font-size: 6px;
	line-height: 0.7;
    text-decoration: none;
	}
	.contIndexFooterCol3{
		display: flex;
		width: 40vw;
		justify-content: right;
		align-items: center;
	}
	.fa-brands.fa-square-youtube,
	.fa-brands.fa-facebook,
	.fa-brands.fa-whatsapp,
	.fa-brands.fa-telegram,
	.fa-brands.fa-square-instagram,
	.fa-brands.fa-tiktok {
		margin-right: 12px;
	  border-radius: 5%;
	  font-size: 16px;
	  color: rgb(255, 255, 255);
	}
	.contIndexFooterCol4{
		display: flex;
		width: 8vw;
		margin-left: 2vw;
		justify-content: left;
		align-items: center;
	}
	.indexFooterLogo{
		width: 55px;
		object-fit: contain;
		pointer-events: none;
	}
  .contPaymentWrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  .contPaymentSuccessIcon{
    display: flex;
    margin-top: 200px;
  }
  .paymentSuccessLogo{
    width: 125px;
  }
  .contPaymentHeading{
    display: flex;
    margin-top: 20px;
  }
  .fontPaymentHeading{
    font-size: 30px;
  }
  .contPaymentHeading2{
    display: flex;
    margin-top: 10px;
  }
  .fontPaymentHeading2{
    font-size: 16px;
  }
/*View Type 1b: Desktop smaller screen */
@media (min-width: 1201px) and (max-width: 1500px) {
    .indexMainLogo{
        width: 490px;
        margin-bottom: 20px;
    }
    .contIndexLogo{
      height: 750px;
    }
    .contIndexContext{
      height: 750px;
    }
    .contIndexSlogan{
        width: 500px;
        height: 17vh;
        margin-top: 12vh;
        text-align: center;
    }
    .contIndexSelectBox{
        width: 500px;
        min-height: 60vh;
        height: 500px;
    }
	.fontIndexFooterCol2B{
		line-height: 1;
	}
}
/*View Type 1b: Desktop smaller screen */
@media (min-width: 901px) and (max-width: 1200px) {
	.fontIndexFooterCol2B{
		line-height: 1;
	}
	.indexMainLogo{
		width: 450px;
	}
}
/*View Type 2: Tablet Portait*/
@media (min-width: 569px) and (max-width: 950px) {
	.contIndex{
		display: flex;
		flex-wrap: wrap;
	}
  .indexButton{
    display: none;
  }
  .indexButton2{
    display: flex;
    width: 120px;
    height: 36px;
		object-fit: contain;
    z-index: 1;
  }
  .generalLoginButton{
    display: flex;
    width: 120px;
    height: 36px;
		object-fit: contain;
    z-index: 1;
  }
	.contIndexLogo{
		display: flex;
		background-color: rgb(7, 31, 73);
		width: 100vw;
		height: 28vh;
    min-height: 0;
		justify-content: center;  
		align-items: center;
	}
	.indexMainLogo{
		width: 350px;
		object-fit: contain;
	}
	.contIndexContext{
		display: flex;
		background-color: rgb(244, 244, 244);
		width: 100vw;
		height: 62vh;
    min-height: 0;
		justify-content: center;  
		align-items: center;
		flex-wrap: wrap;
	}
	.contIndexSlogan{
		width: 500px;
		height: 15vh;
		margin-top: 3vh;
		text-align: center;  
	}
	.contIndexSelectBox{
		width: 500px;
		height: 46vh;
	}
	.fontIndexSlogan{
		font-family: 'Poppins', sans-serif;
		font-size: 20px;
		text-align: center;
		margin: 0px;
		color: rgb(0, 0, 0);
	}
	.contIndexSelectSystem{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.contIndexSelectSystemRow1{
		display: flex;
		width: 280px;
		height: 28px;
		padding-left: 10px;
		align-items: center;
		background-color: rgb(239, 191, 4);
	}
	.contIndexSelectSystemRow2{
		display: flex;
		width: 280px;
		height: 60px;
		padding-left: 10px;
		vertical-align: middle;
		background-color: rgb(255, 255, 255);
	}
	.contIndexSelectSystemLogo{
		display: flex;
		width: 50px;
		margin-right: 15px;
		align-items: center;
		justify-content: center;
	}
	.indexSelectSettingsLogo{
		width: 60px;
		object-fit: contain;
	}
	.contIndexSelectSystemOption{
		display: flex;
		width: 70px;
		justify-content: center;
		align-items: center;
		line-height: 0.8;
	}
	.contIndexSelectSystemOptionButton{
		display: flex;
		width: 50px;
		height: 40px;
		border-radius: 5px;
		justify-content: center;
		align-items: center;
	}
	.selectedSystemButton{
		background-color: rgb(0, 65, 121, 0.5);
		color: rgb(255, 255, 255, 0.5);
	}
	.fontIndexSelectSystemZh{
		font-family: 'Noto Sans SC', sans-serif;
		font-size: 10px;
		margin: 0px;
	}
	.fontIndexSelectSystemEn{
		font-family: 'Poppins', sans-serif;
		font-size: 8px;
		margin: 0px;
	}
	.contIndexSelectDate{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.contIndexSelectDateRow1{
		display: flex;
		width: 280px;
		height: 28px;
		padding-left: 10px;
		align-items: center;
		background-color: rgb(239, 191, 4);
	}
	.contIndexSelectDateRow2{
		display: flex;
		width: 280px;
		height: 60px;
		padding-left: 10px;
		vertical-align: middle;
		background-color: rgb(255, 255, 255);
	}
	.contIndexSelectDateLogo{
		display: flex;
		width: 50px;
		margin-right: 15px;
		align-items: center;
		justify-content: center;
	}
	.indexSelectDateLogo{
		width: 38px;
		object-fit: contain;
	}
	.contIndexShowSelectedDate{
		display: flex;
		width: 210px;
		align-items: center;
	}
	.inputDatetimePicker{
		border: none;
		width: 170px;
		font-size: 18px;
		text-align: center;
	}
	.fontIndexSelectDate{
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		margin: 0px;
		color: rgb(7, 31, 73);
		white-space: nowrap;
	}
	.contIndexShowDateChevron{
		display: flex;
		justify-content: center;
		width: 50px;
	}
	.fa-solid.fa-chevron-up {
	  font-size: 16px;
	}
  .contIndexSelectForecastRow1{
		display: flex;
		position: relative;
    width: 280px;
    height: 28px;
    padding-left: 10px;
	}
	.contIndexSelectForecast{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.contIndexSelectForecastRow2{
    width: 280px;
    height: 60px;
    padding-left: 10px;
	}
	.contIndexSelectForecastLogo{
		width: 50px;
    margin-right: 15px;
	}
	.indexSelectForecastLogo{
		width: 38px;
	}
	.contIndexShowSelectedForecastBox{
		width: 210px;
	}
	.contIndexShowSelectedForecast{
    width: 170px;
	}
  .contIndexShowForecastChevron{
		justify-content: center;
    width: 36px;
	}
	.fontIndexForeCast{
		font-size: 18px;
		text-align: center;
	}
  .fontIndexForeCast2{
		font-size: 16px;
		text-align: center;
	}
	.contIndexForecastDropdown{
		width: 170px;
	}
	.contIndexForecastDropdownOption{
		width: 170px;
		height: 30px;
	}
	.contIndexPlot{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.contIndexPlotButton{
		display: flex;
		width: 280px;
		height: 65px;
		justify-content: center;
		align-items: center;
		border: 2px solid rgb(239, 191, 4);
		border-radius: 10px;
		background-color: rgb(255, 255, 255);
	}
	.fontIndexSelectLabel{
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		margin: 0px;
		color: rgb(7, 31, 73);
	}
	.fontIndexPlotButton{
		font-family: 'Poppins', sans-serif;
		font-size: 26px;
		margin: 0px;
		color: rgb(7, 31, 73);
	}

/*	Footer	Tablet*/
	.contIndexFooter{
		display: flex;
		width: 100vw;
		height: calc(8vh - 3px);
		border-top: 3px solid rgb(221, 29, 40);
		background-color: rgb(7, 31, 73);
	}
	.contIndexFooterCol1{
		display: flex;
		width: 23vw;
    	margin-right: 2vw;
    	justify-content: end;
		align-items: center;
	}
	.fontIndexFooterCol1{
		 font-family: 'Marcellus', serif;
		 font-weight: 400;
		 color: white;
		 font-size: 26px;
	}
	.contIndexFooterCol2{
		display: flex;
		width: 25vw;
		justify-content: left;
		align-items: center;
		white-space: nowrap;
	}
	.fontIndexFooterCol2{
	font-family: 'Marcellus', serif;
    opacity: 0.9;
    color: white;
    font-size: 8px;
	word-spacing: 0.8px;
    text-decoration: none;
	}
	.fontIndexFooterCol2B{
	font-family: 'Marcellus', serif;
    opacity: 0.8;
    color: white;
    font-size: 4px;
	line-height: 0.7;
    text-decoration: none;
	}
	.contIndexFooterCol3{
		display: flex;
		width: 40vw;
		height: 5vh;
		justify-content: right;
		align-items: end;
	}
	.fa-brands.fa-square-youtube,
	.fa-brands.fa-facebook,
	.fa-brands.fa-whatsapp,
	.fa-brands.fa-telegram,
	.fa-brands.fa-square-instagram,
	.fa-brands.fa-tiktok {
		margin-right: 12px;
	  border-radius: 5%;
	  font-size: 14px;
	  color: rgb(255, 255, 255);
	}
	.contIndexFooterCol4{
		display: flex;
		width: 8vw;
		margin-left: 2vw;
		justify-content: left;
		align-items: center;
	}
	.indexFooterLogo{
		width: 45px;
		object-fit: contain;
	}
  .contPaymentWrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  .contPaymentSuccessIcon{
    display: flex;
    margin-top: 200px;
  }
  .paymentSuccessLogo{
    width: 100px;
  }
  .contPaymentHeading{
    display: flex;
    margin-top: 20px;
  }
  .fontPaymentHeading{
    font-size: 24px;
  }
  .contPaymentHeading2{
    display: flex;
    margin-top: 10px;
  }
  .fontPaymentHeading2{
    font-size: 14px;
  }
}
/*View Type 3: Mobile landscape*/
@media screen and (min-width: 569px) and (max-width: 950px) and (orientation: landscape){
	.contIndex{
		display: flex;
	}
	.contIndexLogo{
		display: flex;
		background-color: rgb(7, 31, 73);
		width: 50vw;
		height: 92vh;
    min-height: 0;
		justify-content: center;  
		align-items: center;
	}
	.indexMainLogo{
		width: 245px;
		object-fit: contain;
	}
	.contIndexContext{
		display: flex;
		background-color: rgb(244, 244, 244);
		width: 50vw;
		height: 92vh;
    min-height: 0;
		justify-content: center;  
		align-items: center;
		flex-wrap: wrap;
	}
	.contIndexSlogan{
		width: 500px;
		height: 15vh;
		margin-top: 10vh;
		text-align: center;  
	}
	.contIndexSelectBox{
		width: 500px;
		height: 55vh;
	}
	.fontIndexSlogan{
		font-family: 'Poppins', sans-serif;
		font-size: 10px;
		text-align: center;
		margin: 0px;
		color: rgb(0, 0, 0);
	}
	.contIndexSelectSystem{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.contIndexSelectSystemRow1{
		display: flex;
		width: 200px;
		height: 16px;
		padding-left: 10px;
		align-items: center;
		background-color: rgb(239, 191, 4);
	}
	.contIndexSelectSystemRow2{
		display: flex;
		width: 200px;
		height: 40px;
		padding-left: 10px;
		vertical-align: middle;
		background-color: rgb(255, 255, 255);
	}
	.contIndexSelectSystemLogo{
		display: flex;
		width: 50px;
		align-items: center;
	}
	.indexSelectSettingsLogo{
		width: 35px;
		object-fit: contain;
	}
	.contIndexSelectSystemOption{
		display: flex;
		width: 50px;
		justify-content: center;
		align-items: center;
		line-height: 0.8;
	}
	.contIndexSelectSystemOptionButton{
		display: flex;
		width: 40px;
		height: 30px;
		border-radius: 5px;
		justify-content: center;
		align-items: center;
	}
	.selectedSystemButton{
		background-color: rgb(0, 65, 121, 0.5);
		color: rgb(255, 255, 255, 0.5);
	}
	.fontIndexSelectSystemZh{
		font-family: 'Noto Sans SC', sans-serif;
		font-size: 8px;
		margin: 0px;
	}
	.fontIndexSelectSystemEn{
		font-family: 'Poppins', sans-serif;
		font-size: 6px;
		margin: 0px;
	}
	.contIndexSelectDate{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 10px;
	}
	.contIndexSelectDateRow1{
		display: flex;
		width: 200px;
		height: 16px;
		padding-left: 10px;
		align-items: center;
		background-color: rgb(239, 191, 4);
	}
	.contIndexSelectDateRow2{
		display: flex;
		width: 200px;
		height: 40px;
		padding-left: 10px;
		vertical-align: middle;
		background-color: rgb(255, 255, 255);
	}
	.contIndexSelectDateLogo{
		display: flex;
		width: 50px;
		align-items: center;
	}
	.indexSelectDateLogo{
		width: 35px;
		object-fit: contain;
	}
	.contIndexShowSelectedDate{
		display: flex;
		width: 150px;
		align-items: center;
	}
	.inputDatetimePicker{
		border: none;
		width: 120px;
		font-size: 18px;
		text-align: center;
	}
	.fontIndexSelectDate{
		font-family: 'Poppins', sans-serif;
		font-size: 12px;
		margin: 0px;
		color: rgb(7, 31, 73);
		white-space: nowrap;
	}
	.contIndexShowDateChevron{
		display: flex;
		justify-content: center;
		width: 30px;
	}
	.fa-solid.fa-chevron-up {
	  font-size: 16px;
	}
  .contIndexSelectForecastRow1{
    width: 200px;
    height: 16px;
    padding-left: 10px;
	}
	.contIndexSelectForecastRow2{
    width: 200px;
    height: 16px;
    padding-left: 10px;
	}
	.contIndexSelectForecastLogo{
		width: 50px;
    margin-right: 15px;
	}
	.indexSelectForecastLogo{
		width: 35px;
	}
	.contIndexShowSelectedForecastBox{
		width: 50px;
	}
	.contIndexShowSelectedForecast{
    width: 40px;
	}
  .contIndexShowForecastChevron{
		justify-content: center;
    width: 10px;
	}
	.fontIndexForeCast{
		font-size: 8px;
		text-align: center;
	}
  .fontIndexForeCast2{
		font-size: 7px;
		text-align: center;
	}
	.contIndexForecastDropdown{
		width: 40px;
	}
	.contIndexForecastDropdownOption{
		width: 40px;
		height: 16px;
	}
	.contIndexPlot{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 10px;
	}
	.contIndexPlotButton{
		display: flex;
		width: 200px;
		height: 30px;
		justify-content: center;
		align-items: center;
		border: 2px solid rgb(239, 191, 4);
		border-radius: 10px;
		background-color: rgb(255, 255, 255);
	}
	.fontIndexSelectLabel{
		font-family: 'Poppins', sans-serif;
		font-size: 12px;
		margin: 0px;
		color: rgb(7, 31, 73);
	}
	.fontIndexPlotButton{
		font-family: 'Poppins', sans-serif;
		font-size: 20px;
		margin: 0px;
		color: rgb(7, 31, 73);
	}

/*	Footer	Mobile landscape*/
	.contIndexFooter{
		display: flex;
		width: 100vw;
		height: calc(10vh - 3px);
		border-top: 3px solid rgb(221, 29, 40);
		background-color: rgb(7, 31, 73);
	}
	.contIndexFooterCol1{
		display: flex;
		width: 18vw;
    	margin-right: 2vw;
    	justify-content: end;
		align-items: center;
	}
	.fontIndexFooterCol1{
		 font-family: 'Marcellus', serif;
		 font-weight: 400;
		 color: white;
		 font-size: 18px;
	}
	.contIndexFooterCol2{
		display: flex;
		width: 30vw;
		justify-content: left;
		align-items: center;
		white-space: nowrap;
	}
	.fontIndexFooterCol2{
	font-family: 'Marcellus', serif;
    opacity: 0.9;
    color: white;
    font-size: 5px;
    text-decoration: none;
    display: block;
    line-height: 1.8;
    word-spacing: 3px;
	}
	.fontIndexFooterCol2B{
		font-family: 'Marcellus', serif;
    opacity: 0.8;
    color: white;
    font-size: 3px;
    text-decoration: none;
    display: block;
    line-height: 1.2;
	}
	.contIndexFooterCol3{
		display: flex;
		width: 40vw;
		height: 7vh;
		justify-content: right;
		align-items: end;
	}
	.fa-brands.fa-square-youtube,
	.fa-brands.fa-facebook,
	.fa-brands.fa-whatsapp,
	.fa-brands.fa-telegram,
	.fa-brands.fa-square-instagram,
	.fa-brands.fa-tiktok {
		margin-right: 8px;
	  border-radius: 5%;
	  font-size: 8px;
	  color: rgb(255, 255, 255);
	}
	.contIndexFooterCol4{
		display: flex;
		width: 8vw;
		margin-left: 2vw;
		justify-content: left;
		align-items: center;
	}
	.indexFooterLogo{
		width: 30px;
		object-fit: contain;
	}
  .contPaymentWrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  .contPaymentSuccessIcon{
    display: flex;
    margin-top: 50px;
  }
  .paymentSuccessLogo{
    width: 100px;
  }
  .contPaymentHeading{
    display: flex;
    margin-top: 20px;
  }
  .fontPaymentHeading{
    font-size: 16px;
  }
  .contPaymentHeading2{
    display: flex;
    margin-top: 10px;
  }
  .fontPaymentHeading2{
    font-size: 10px;
  }
}
/*View Type 4: Mobile Potrait*/
@media screen and (min-width: 320px) and (max-width: 568px){
	.contIndex{
		display: flex;
		flex-wrap: wrap;
	}
  .indexButton{
    display: none;
  }
  .indexButton2{
    display: flex;
    width: 60px;
    height: 18px;
		object-fit: contain;
    z-index: 1;
  }
  .generalLoginButton{
    display: flex;
    width: 60px;
    height: 18px;
		object-fit: contain;
    z-index: 1;
  }
	.contIndexLogo{
		display: flex;
		background-color: rgb(7, 31, 73);
		width: 100vw;
		height: 33vh;
    min-height: 0;
		justify-content: center;  
		align-items: center;
	}
	.fontDash{
		font-size: 18px;
	}
  .contIndexLoginButton{
    width: 48px;
    height: 25px;
    top: 10px;
    left: auto;
    right: 2%;
  }
  .fontIndexLoginButton{
    font-size: 12px;
    color: white;
  }
	.indexMainLogo{
		width: 270px;
		object-fit: contain;
	}
	.contIndexContext{
		display: flex;
		background-color: rgb(244, 244, 244);
		width: 100vw;
		min-height: calc(75vh - 80px);
    height: 510px;
		justify-content: center;  
		align-items: center;
		flex-wrap: wrap;
	}
	.contIndexSlogan{
		width: 280px;
		height: auto;
		margin-top: 3vh;
		text-align: center;  
	}
	.contIndexSelectBox{
		width: 250px;
		min-height: 50vh;
    height: 390px;
	}
	.fontIndexSlogan{
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		text-align: center;
		margin: 0px;
		color: rgb(0, 0, 0);
	}
	.contIndexSelectSystem{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.contIndexSelectSystemRow1{
		display: flex;
		width: 250px;
		height: 24px;
		padding-left: 10px;
		align-items: center;
		background-color: rgb(239, 191, 4);
	}
	.contIndexSelectSystemRow2{
		display: flex;
		width: 250px;
		height: 60px;
		padding-left: 10px;
		vertical-align: middle;
		background-color: rgb(255, 255, 255);
	}
	.contIndexSelectSystemLogo{
		display: flex;
		width: 50px;
		margin-right: 10px;
		align-items: center;
		justify-content: center;
	}
	.indexSelectSettingsLogo{
		width: 40px;
		object-fit: contain;
	}
	.contIndexSelectSystemOption{
		display: flex;
		width: 60px;
		justify-content: center;
		align-items: center;
		line-height: 0;
	}
	.contIndexSelectSystemOptionButton{
		display: flex;
		width: 40px;
		height: 40px;
		border-radius: 5px;
		justify-content: center;
		align-items: center;
	}
	.selectedSystemButton{
		background-color: rgb(0, 65, 121, 0.5);
		color: rgb(255, 255, 255, 0.5);
	}
	.fontIndexSelectSystemZh{
		font-family: 'Noto Sans SC', sans-serif;
		font-size: 12px;
		height: 10px;
		margin: 0px;
		margin-bottom: 4px;
		display: block;
	}
	.fontIndexSelectSystemEn{
		font-family: 'Poppins', sans-serif;
		font-size: 8px;
		margin: 0px;
	}
	.contIndexSelectDate{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.contIndexSelectDateRow1{
		display: flex;
		width: 250px;
		height: 24px;
		padding-left: 10px;
		align-items: center;
		background-color: rgb(239, 191, 4);
	}
	.contIndexSelectDateRow2{
		display: flex;
		width: 250px;
		height: 60px;
		padding-left: 15px;
		vertical-align: middle;
		background-color: rgb(255, 255, 255);
	}
	.contIndexSelectDateLogo{
		display: flex;
		width: 40px;
		justify-content: center;
		margin-right: 0;
		align-items: center;
	}
	.indexSelectDateLogo{
		width: 40px;
		object-fit: contain;
	}
	.contIndexShowSelectedDate{
		display: flex;
		width: 190px;
		align-items: center;
	}
	.inputDatetimePicker{
		border: none;
		width: 158px;
		font-size: 16px;
		text-align: center;
	}
	.fontIndexSelectDate{
		font-family: 'Poppins', sans-serif;
		font-size: 12px;
		margin: 0px;
		color: rgb(7, 31, 73);
		white-space: nowrap;
	}
	.contIndexShowDateChevron{
		display: flex;
		justify-content: start;
		width: 40px;
	}
	.fa-solid.fa-chevron-up {
	  font-size: 12px;
	}
  .contIndexSelectForecastRow1{
    width: 250px;
    height: 24px;
    padding-left: 16px;
	}
	.contIndexSelectForecastRow2{
    width: 250px;
    height: 60px;
    padding-left: 15px;
	}
	.contIndexSelectForecastLogo{
		width: 40px;
    margin-right: 0;
	}
	.indexSelectForecastLogo{
		width: 40px;
	}
	.contIndexShowSelectedForecastBox{
		width: 190px;
	}
	.contIndexShowSelectedForecast{
    width: 158px;
	}
  .contIndexShowForecastChevron{
		justify-content: center;
    width: 40px;
	}
	.fontIndexForeCast{
		font-size: 16px;
		text-align: center;
	}
  .fontIndexForeCast2{
		font-size: 14px;
		text-align: center;
	}
	.contIndexForecastDropdown{
		width: 158px;
	}
	.contIndexForecastDropdownOption{
		width: 158px;
		height: 26px;
	}
	.contIndexPlot{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.contIndexPlotButton{
		display: flex;
		width: 250px;
		height: 50px;
		justify-content: center;
		align-items: center;
		border: 2px solid rgb(239, 191, 4);
		border-radius: 10px;
		background-color: rgb(255, 255, 255);
	}
	.fontIndexSelectLabel{
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		margin: 0px;
		color: rgb(7, 31, 73);
	}
	.fontIndexPlotButton{
		font-family: 'Poppins', sans-serif;
		font-size: 20px;
		margin: 0px;
		color: rgb(7, 31, 73);
	}

/*	Footer Mobile Portaits*/
	.contIndexFooter{
		display: flex;
		width: 100vw;
		height: 47px;
		border-top: 3px solid rgb(221, 29, 40);
		background-color: rgb(7, 31, 73);
	}
	.contIndexFooterCol1{
		display: flex;
		width: 21vw;
    	margin-right: 2vw;
    	justify-content: end;
		align-items: center;
	}
	.fontIndexFooterCol1{
		 font-family: 'Marcellus', serif;
		 font-weight: 400;
		 color: white;
		 font-size: 14px;
	}
	.contIndexFooterCol2{
		display: flex;
		width: 27vw;
		justify-content: left;
		align-items: center;
		white-space: nowrap;
	}
	.fontIndexFooterCol2{
		font-family: 'Marcellus', serif;
		opacity: 0.9;
		color: white;
		font-size: 5px;
		text-decoration: none;
		display: block;
		word-spacing: 0px;
		line-height: 1.4;
	}
	.fontIndexFooterCol2B{
		font-family: 'Marcellus', serif;
		opacity: 0.8;
		color: white;
		font-size: 3px;
		text-decoration: none;
		display: block;
		line-height: 1;
	}
	.contIndexFooterCol3{
		display: flex;
		width: 40vw;
		height: 30px;
		justify-content: right;
		align-items: end;
	}
	.fa-brands.fa-square-youtube,
	.fa-brands.fa-facebook,
	.fa-brands.fa-whatsapp,
	.fa-brands.fa-telegram,
	.fa-brands.fa-square-instagram,
	.fa-brands.fa-tiktok {
		margin-right: 4px;
	  border-radius: 5%;
	  font-size: 6px;
	  color: rgb(255, 255, 255);
	}
	.contIndexFooterCol4{
		display: flex;
		width: 9vw;
		margin-left: 2vw;
		justify-content: left;
		align-items: center;
	}
	.indexFooterLogo{
		width: 25px;
		object-fit: contain;
	}
  .contPaymentWrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  .contPaymentSuccessIcon{
    display: flex;
    margin-top: 100px;
  }
  .paymentSuccessLogo{
    width: 80px;
  }
  .contPaymentHeading{
    display: flex;
    margin-top: 20px;
  }
  .fontPaymentHeading{
    font-size: 14px;
  }
  .contPaymentHeading2{
    display: flex;
    margin-top: 5px;
  }
  .fontPaymentHeading2{
    font-size: 8px;
  }
}

/*Utility*/
.bold{
	font-weight: bold;
}
.underline{
	text-decoration: underline;
}
.textAlignCenter{
	text-align: center;
}
.marginNone{
	margin: 0px;
}
.absoluteCenter{
	position: relative;
	top: 10%;
	bottom: 10%;
}
::-webkit-scrollbar {
	display: none;
}

  /* Class to differentiate size properties */
  /* type to differentiate input limitation */
  /* id to differentiate function */

  @import url('https://fonts.cdnfonts.com/css/lovelo');
  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans');


  body{
    /*    background-color: rgb(8, 31, 73); */
    /* simply put one first */
  }


  /* BackGround Colour Type */
  .bgColor1{
    background-color: aliceblue;
  }.bgColor2{
    background-color: rgb(8, 31, 73);
  }.bgColor3{
    background-color: rgb(175, 90, 255);
  }.bgColor4{
    background-color: rgba(151, 5, 126, 0.616);
  }.bgColor5{
    background-color: rgb(211, 211, 211);
  }.bgColor6{
    background-color: rgb(244, 135, 10);
  }

a.media-link {
  color: rgb(60,0,100);
}

a:-webkit-any-link {
    cursor: pointer;
    text-decoration: none;
}
input {border: none;}
input:focus {
  border: none;
  outline: none;
}
button{border:none;}

  /* Float Type */
  .floatLeft{
    float: left;
  }
  .floatRight{
    float: right;
  }
  .floatBottom{
    vertical-align: bottom;
  }
  .textCenter{
    text-align: center;
  }
  .blockDisplay{
    display: block;
  }
  .flexDisplay {
    display: flex;
  }
  .verticalFont{
    writing-mode: vertical-rl;
  }

  /* Border */
  .border{
   border: 4px solid black;
 }
 .borderLess{
  border: 0px;
}
.borderBtmLess {
  border-bottom: 0px;
}
/* Icon */

.fa-solid.fa-clock-rotate-left{
  color:black;
  font-size: 30px;
  margin-top: 10px;
  float: left;
}
.fa-regular.fa-id-card{
  color:black;
  font-size: 30px;
  margin-top: 10px;
  float: left;
  margin-right: 7px;
}
.far.fa-user-circle{
  font-size: 16px;
  color: rgb(199, 209, 246);
}
.fa-duotone.fa-circle-user{
  font-size: 16px;
  color: rgb(199,209,246);
}
.fa-sharp.fa-solid.fa-users{
  margin-right: 10px;
}
.far.fa-user-circle{
  font-size: 20px;
}



.ftPoppins{
  font-family: 'Poppins', sans-serif;
}
@font-face {
  font-family: 'Lovelo';
  src: url('/path/to/lovelo/Lovelo-Black.otf') format('opentype'),
  url('/path/to/lovelo/Lovelo-Black.woff') format('woff'),
  url('/path/to/lovelo/Lovelo-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
.ftLovelo{
  font-family: 'Lovelo', sans-serif;
  font-weight: 600;
}



img#logo{
  display:block;
  margin: 0 auto;
  width: 400px;
}
img#logoResult{
  float: left;
  height: 120px;
  width:250px;
}



/*justify*/
.justifyCenter {
  justify-content: center;
}
.itemCenter{
  align-items: center;
}


/* Media query for desktop */

  body{
    margin:0px;
    overflow-x: hidden;
  }
  .fitScreen{

  }
  .mainLogo{
    width: 360px;
    max-height: 220px;
    margin: auto;
    margin-top: 30px;
  }
  #myDiv::-webkit-scrollbar-thumb {
  background-color: lightgrey; /* color of the scrollbar thumb */
}
  .contLogo{
    height: 300px;
    background-color: rgb(255, 255, 255)
  }
  body > .contLogo{
  	width: 100%;
    padding-top: 10px;
  }
  .contLogo2{
    display: flex;
    height: 220px;
  }
  .contSlogan{
    margin-top: 30px;
    height: 40px;
    text-align: center;
    user-select: none;
  }
  .fontSlogan{
    font-family: 'Marcellus', serif;
    font-weight: 200;
    font-size: 16px;
    color: rgb(8, 31, 73);
    white-space: nowrap;
  }
  .topRow{
  position: absolute;
  margin-top: 10px;
  height: 30px;
  margin-left: 80%;
  width: 20%;
  }
  .topRow > a {
    text-decoration-line: none;
  }
  .topLoginButton{
    height: 30px;
    padding-top: 10px;
    padding-left: 50px;
  }
  .fa-solid.fa-circle-user#landingToLoginButton{
  font-size: 24px;
  color: rgb(8, 31, 73);
  margin-top: 10px;
  }
  .landingToLogin2{
  font-size: 16px;
  color: rgb(8, 31, 73);
  border: 1px solid rgb(8, 31, 73);
  padding: 3px 5px;
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  }
 /*    START LOGIN*/
 .loginError{
  color: #FFEA00;
  font-size: 16px;
}
.forgetPasswordError {
  color: #FFEA00;
  font-size: 16px;
  font-weight: bold;
}
.contForgetError{
  height: 20px;
  width:600px ;
  margin-left: auto;
  margin-right: auto;
}
  .contLogin{
    width: 100vw;;
    padding-top: 30px;
    height: 450px;
    background-color: rgb(8, 31, 73);
    
  }
  .contLogin2{
  height: 50px;
  width:300px;
  }
  .contLogin3{
  padding-top: 65px;
  padding-left: 315px;
  height: 60px;
  width:150px;
  }
   .contLogin4{
  height: 30px;
  padding-left: 885px;
  }
  .contLogin5{
    width:770px;
    margin-left: auto;
    margin-right: auto;
    height: 190px;
  }
  .contLoginRow1{
    width: 500px;
  margin-left: auto;
  margin-right: auto;
  height: 21px;
}
  .contLoginRow2{
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  height: 60px;

}
 .contLoginRow3Col{
  margin-left: 140px;
  height: 30px;
  width: 400px;
  padding-top: 10px;
  display: flex;
}
.fontLogin1{
  font-family: 'Poppins', sans-serif;
  color: white;
  font-weight: bold;
  margin-top: 0;
  font-size: 16px;
}
.fontLogin2{
  font-family: 'Poppins', sans-serif;
  color: rgb(255, 255, 255);
  font-weight: bold;
  margin-top: 0;
  font-size: 12px;
}
.fontLogin3{
  font-family: 'Poppins', sans-serif;
  color:rgb(8, 31, 73);
  font-weight: bold;
  margin-top: 0;
  font-size: 16px;
}
.fontLogin4{
  font-family: 'Poppins', sans-serif;
  color: rgb(8, 31, 73);
  background-color: rgb(255, 255, 255);
  font-weight: bold;
  margin-top: 0;
  font-size: 24px;
  border: 0px;
  border-radius: 15px;
}
.fontSubmit{
  font-family: 'Poppins', sans-serif;
  color: rgb(60,0,100);
  background-color: rgb(228, 216, 253);
  font-weight: bold;
  margin-top: 0;
  font-size: 24px;
  border: 0px;
  border-radius: 15px;
}
.buttonLogin{
  background-color: rgb(255, 255, 255);
  color: rgb(8, 31, 73);
  border:0px;
  font-size: 24px;
   font-family: 'Lovelo', sans-serif;
  font-weight: 800;
  width: 180px;
  float: left;
  border-radius: 15px;
}
.buttonForgot{
  border:0px;
  background-color: rgb(8, 31, 73);
  border:0px;
  margin:0px;
  text-align: left;
  font-style: italic;
}
.buttonToRegister{
  height: 30px;
  width: 400px;
  background-color: rgb(8, 31, 73);
  border:0px;
  font-style: italic;
}

.fa-solid.fa-circle-user#loginButton{
  font-size: 24px;
  color: rgb(8, 31, 73);
}

.far.fa-user-circle{
    font-size: 16px;
    color: white;
  }
  /*      STARTREGISTER*/
  /*      Register Field*/
  .contRegisterError{
    height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .registerError {
  font-size: 16px;
  color: #FFEA00;
  font-weight: bold;
}
  .contRegister{
    width: 100vw;;
    padding-top: 30px;
    height: 550px;
    background-color: rgb(8, 31, 73);
    min-height: calc(100vh - 10vh - 295px);
  }
  .contRegisterRow1{
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    height: 25px;
  }
  .contRegisterRow2{
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    height: 60px;
  }
  .contRegisterRow3{
    height: 30px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
  }
  .contRegisterRow4{
    height: 50px;
    width: 400px;
     margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    text-align: center;
  }
  .buttonRegister{
	background-color: rgb(255, 255, 255);
	color: rgb(8, 31, 73);
	border:0px;
	font-size: 24px;
	font-family: 'Lovelo', sans-serif;
	font-weight: 800;
	width: 180px;
	float: left;
	margin-left: 112px;
	border-radius: 15px;
	padding: 1vw;
  }
  .fontRegister1{
    font-family: 'Poppins', sans-serif;
  font-weight: 800;
    color: white;
    margin-top: 0;
    font-size: 16px;
  }
  .inputField1{
    width: 100%;
    height: 70%;
    border-radius: 10px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding-left: 20px;
    color: black;
  }
  .registerButton{
  color: rgb(8, 31, 73);
  background-color: rgb(255, 255, 255);
  border:0px;
  font-size: 24px;
  font-family: 'Lovelo', sans-serif;
  font-weight: 800;
  border-radius: 15px;
}
.buttonToLogin{
  height: 30px;
  width: 350px;
  background-color: rgb(8, 31, 73);
  border:0px;
  font-style: italic;
  text-decoration:underline;
  text-decoration-color: ghostwhite;
}
/* start of dashboard desktop*/
.contDash{
    width: 100vw;
    padding-top: 30px;
}
.contDash1{
    width: 660px;
    padding-top: 30px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.pricingButton{
  width: 100%;
  background-color: rgb(8, 31, 73);
  height: 200px;
  border: none;
}
.dashBtn{
  background-color: rgb(8, 31, 73);
  height: 180px;
  width: 180px;
  border-radius: 25%;
  border: none;
  margin: 10px;
  flex: 1;
}
.dashBtnLong{
  background-color: rgb(234,232,246);
  border: none;
  float: left;
  padding: 10px;
  width: 410px;
  margin-left: 340px;
}
.newChartButton {
  width: 1200px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
}
.dashBtnLabel{
	color: rgb(255, 255, 255);
  font-size: 32px;
  font-family: 'Poppins', sans-serif;
}
.dashBtnLongLabel {
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
}
.faDashIcon{
  display: block !important;
  font-size: 24px;
}
.fa-solid.fa-circle-plus
,.fa-solid.fa-gear
,.fa-solid.fa-user-check
,.fa-solid.fa-right-from-bracket
,.fa-dollar-sign
,.fa-circle-up{
  color:rgb(255, 255, 255);
  font-size: 32px;
}
.dashBtn2{
  background-color: rgb(8, 31, 73);
  height: 180px;
  width: 180px;
  border-radius: 25%;
  border: none;
  margin: 10px;
  flex: 1;
}
.contDashRec1{
  width: 80vw;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.contDashRec1Col1{
  padding-top: 10px;
  width: 7vw;
  height: 50px;
  background-color: rgb(8, 31, 73);
  border-radius: 50%;
  color: white;
  text-align: center;
  float: left;
}
.contDashRec1Col2{
  padding-top: 10px;
  width: 30vw;
  float: left;
  height: 50px;
  background-color: rgb(8, 31, 73);
  border-radius: 15%;
  margin-left: 3vw;
  color: white;
  text-align: center;
}
.contDashRec1Col3{
  padding-top: 10px;
  width: 28vw;
  float: left;
  height: 50px;
  background-color: rgb(8, 31, 73);
  border-radius: 15%;
  margin-left: 12vw;
  color: white;
  text-align: center;
}
.contDashRec1Col1> span,.contDashRec1Col2> span
,.contDashRec1Col3> span{
  font-size: 24px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}
.contDashRec2{
  width: 80vw;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}
.contDashRec2Col1{
  padding-top: 5px;
  width: 7vw;
  height: 50px;
  background-color: lightgrey;
  border-radius: 50%;
  color: rgb(8, 31, 73);
  text-align: center;
  float: left;
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contDashRec2Col2{
  padding-top: 5px;
  width: 30vw;
  float: left;
  background-color: lightgrey;
  border-radius: 15%;
  margin-left: 3vw;
  color: rgb(8, 31, 73);
  text-align: center;
  height: 50px;
}
.contDashRec2Col3{
  padding-top: 5px;
  width: 28vw;
  float: left;
  height: 50px;
  border-radius: 15%;
  margin-left: 12vw;
  color: white;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.recordDetail{
  margin: 0;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}
.recordDetail .fa-mars {
  margin-right: 10px;
  color: blue;
}
.recordDetail .fa-venus {
  margin-right: 10px;
  color: deeppink;
}
.uiRecord{
  min-height: 600px;
}
.contDashRecA{
  min-height: 600px;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
.contDashRecB{
  height: 6vh;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  margin-top:3vh ;
}
.dashBtn3{
  background-color: white;
  height: 50px;
  width: 50px;
  border-radius: 25%;
  border: none;
  float: left;
}
.dashBtn4{
  background-color: white;
  height: 50px;
  width: 80px;
  border-radius: 25%;
  border: none;
  float: left;
}
.fa-regular.fa-folder-open,.fa-regular.fa-pen-to-square,.fa-regular.fa-trash-can,.fa-regular.fa-circle-play{
  font-size: 32px;
  color: rgb(60, 0,100);
}
.dashBtnLabel2{
  font-size: 8px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}
.uiSettings{
  padding-top: 30px;
  width: 99vw;
}
#viewSettings{
  display: none;
}
.contDashSet1{
  height: 60px;
  width: 660px;
  margin: auto;
  color: black;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: bold;
}
.contDashSet2{
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  color: black;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}
.setHYPY{
}
.setEnglish{
}
.settingsSubmit{
  border: none;
  margin-top: 100px;
  font-family: 'Poppins', sans-serif;
  font-size: 8px;
  font-weight: bold;
  border: none;
  background-color: rgb(139,118,167);
  color: white;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.fa-solid.fa-gear#submitButton{
  color: white;
  margin-bottom: 1vh;
}
/* end of dashboard computer */
/* start of forgot desktop */
.contForgotPass{
	width: 100vw;
	padding-top: 30px;
	height: 300px;
	background-color: rgb(8, 31, 73);
  }
  .contForgotPassRow1{
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    height: 40px;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: white;
    padding-top: 20px;
  }
  .contForgotPassRow2{
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    height: 40px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: white;
  }
  .inputField2{
    margin-top: 30px;
    width: 600px;
    height: 40px;
    border-radius: 10px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  .forgotButton1{
    background-color: rgb(255, 255, 255);
    width: 150px;
    border-radius: 20px;
  }
  .fa-solid.fa-unlock-keyhole#forgotButton{
      font-size: 24px;
      color: rgb(8, 31, 73);
}
  .contForgotPassRow3{
    margin-left: auto;
    margin-right: auto;
    width: 600px;
  }
  .contForgotPassRow4{
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 150px;
  }
/* end of Forgot desktop */
/* start of otp desktop */
.contOTPVerification{
	width: 100vw;
	padding-top: 30px;
	height: 300px;
	background-color: rgb(8, 31, 73);
  }
  .contOTPVerificationRow1{
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    height: 40px;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: white;
    padding-top: 20px;
  }
  .contOTPVerificationRow2{
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    height: 40px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: white;
  }
  .inputFieldOTP{
    margin-top: 30px;
    width: 600px;
    height: 40px;
    border-radius: 10px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding-left: 10px;
  }
  input::placeholder {
    color: grey;
    font-size: 16px;
  }
  .otpButton1{
    background-color: rgb(255, 255, 255);
    width: 150px;
    border-radius: 20px;
  }
  .contOTPVerificationRow3{
    margin-left: auto;
    margin-right: auto;
    width: 600px;
  }
  .contOTPVerificationRow4{
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 150px;
  }
  /* end of OTP desktop */
/*start of plotchart desktop*/
.contPlotChart{
  padding-top: 5px;
  height: 465px;
  background-color: rgb(8, 31, 73);
}
.contPlotChartRow1{
  margin-left: auto;
  margin-right: auto;
  width: 780px;
  height: 50px;
  margin-top: 40px;
}
.contPlotChartRow2{
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  height: 55px;
}
.contPlotChartRow3{
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  height:40px;
}
.contPlotChartRow4{
  margin-left: auto;
  margin-right: auto;
  width: 780px;
  height: 35px;
  margin-top: 20px;
}
.contPlotChartCol1{
  width: 375px;
  float: left;
}
.contPlotChartCol2{
  margin-left: 0px;
  width: 375px;
  float: left;
}
.contPlotChartCol3{
  width: 120px;
  margin-right: 20px;
  float: left;
  text-align: center;
}
.contPlotChartRowLabel{
 margin-left: 375px;
}
.contPlotChartCol4{
  float: left;
  margin-left: 375px;
}
.contPlotChartCol5{
  float: left;
  width: 120px;
  margin-right: 50px;
  text-align: center;
}
.fontPlotChart1{
  font-family: 'Lovelo', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: white;
}
.fontPlotChart2{
   font-family: 'Lovelo', sans-serif;
   font-weight: 800;
  font-size: 12px;
  color: white;
}
.fontPlotChart3{
   width: 100px;
   float: left;
  margin-top: 0px;
  padding-left: 30px;
}
.fontPlotChart4{
   font-family: 'Lovelo', sans-serif;
   font-weight: 800;
  font-size: 12px;
  color: white;
}
.selectGender{
  padding-top: 10px;
   font-family: 'Lovelo', sans-serif;
   font-weight: 800;
  font-size: 14px;
  color: white;
  float: left;
  width: 175px;
}
.radioOption{
  width: 14px;
  float: left;
  margin: 2px 2px 0 0;
}
.buttonPlotChart2{
  background-color: rgb(228, 216, 253);
  color: rgb(8, 31, 73);
  border:0px;
  font-size: 24px;
   font-family: 'Lovelo', sans-serif;
  font-weight: 800;
  width: 240px;
  float: left;
  margin-top: 5px;
}
.buttonPlotChart{
  border-radius: 15px;
  background-color: rgb(228, 216, 253);
  color: rgb(8, 31, 73);
  margin-left: 20%;
  height: 60px;
  width: 250px;
  font-size: 24px;
  font-weight: 800;
  font-family: 'Lovelo', sans-serif;
}
.buttonPlotChart > i {
  font-size: 26px;
}
.landingToLogin{
  color: color: rgb(8, 31, 73);
  border:0px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  width: 150px;
  float: left;
  border-radius: 25%;
  height: 30px;
}

.fa-solid.fa-circle-chevron-up{
    margin-right: 1vw;
}
.inputField4{
    margin-top: 10px;
    width: 100px;
    height: 35px;
    border-radius: 10px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding-left: 10px;
    margin-right:40px ;
    float: left;
    margin-bottom: 5px;
}
.inputField4::-webkit-outer-spin-button,
.inputField4::-webkit-inner-spin-button{
  -webkit-appearance:none;
}
/*plotchart desktop*/
/*plotchart2 destop*/
.contPlotChart2{
  width: 100vw;
  padding-top: 5px;
  height: 400px;
  background-color: rgb(8, 31, 73);
  min-height: calc(100vh - 295px);
}
.contPlotChart2Row1{
  margin-top: 40px;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.maxRecordError{
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  color: white;
  text-align: center;
}
.contMsg{
  width: 99vw;
  padding-top: 20px;
  height: 400px;
  background-color: rgb(8, 31, 73);
}
.contMsg2{
  margin-top: 40px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.verificationMessage{
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  color: white;
  text-align: center;
}
.maxRecordButton{
  margin-top: 40px;
  width: 250px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 16px;
  border-radius: 10px;
  height: 60px;
  background-color: white;
  color: rgb(8, 31, 73);
}
.fa-regular.fa-circle-left{
  font-size: 24px;
  margin-right: 10px;
}
/*plotchart2 destop*/
/*addchart desktop*/
.buttonAddChart2{
  background-color: rgb(228, 216, 253);
  color: rgb(8, 31, 73);
  border:0px;
  font-size: 24px;
   font-family: 'Lovelo', sans-serif;
  font-weight: 800;
  width: 240px;
  float: left;
}
.buttonAddChart{
  border-radius: 15px;
  background-color: rgb(228, 216, 253);
  color: rgb(8, 31, 73);
  margin-left: 20%;
  height: 60px;
  width: 250px;
  font-size: 24px;
  font-weight: 800;
  font-family: 'Lovelo', sans-serif;
}
i#addChart{
  margin-right: 1vw;
}
/*addchart desktop*/
/*editchart destop*/
.buttonEditChart2{
  background-color: rgb(228, 216, 253);
  color: rgb(8, 31, 73);
  border:0px;
  font-size: 24px;
   font-family: 'Lovelo', sans-serif;
  font-weight: 800;
  width: 240px;
  float: left;
}
.buttonEditChart{
  border-radius: 15px;
  background-color: rgb(228, 216, 253);
  color: rgb(8, 31, 73);
  margin-left: 20%;
  height: 60px;
  width: 250px;
  font-size: 24px;
  font-weight: 800;
  font-family: 'Lovelo', sans-serif;
}
.fa-solid.fa-floppy-disk{
  margin-right: 1vw;
}
/*editchart destop*/
/*Reset Desktop*/
.fa-solid.fa-arrow-rotate-right{
  font-size: 24px;
  color: rgb(8, 31, 73);
}
.contReset{
	width: 100vw;
	padding-top: 30px;
	height: 390px;
	background-color: rgb(8, 31, 73);
	min-height: calc(100vh - 10vh - 295px);
}
.buttonReset{
  background-color: rgb(255, 255, 255);
}
.contResetRow1{
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    height: 25px;

}
.fontReset1{
  font-family: 'Poppins', sans-serif;
  color: white;
  font-weight: bold;
  margin-top: 0;
  font-size: 16px;
}
.contResetRow2{
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  height: 60px;
}
.contReset2{
  padding-top: 30px;
  height: 200px;
  width: 100%;
  background-color: rgb(8, 31, 73);
  text-align: center;
}
.resetError{
  color: #FFFFFF;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}
.contResetError{
  margin-top: 10px;
  margin-bottom: 20px;
}

.contResetRow4{
  height: 50px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 60px;
  text-align: center;
}
.resetButton{
  color: rgb(8, 31, 73);
  background-color: rgb(255, 255, 255);
  border: 0px;
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}


/*END DESKTOP CSS*/


/* Tablet styles */
@media (min-width: 768px) and (max-width: 1220px) {
  body > .contLogo {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .contDash1 {
    width: 510px;
  }
  .dashBtn2{
    margin-left: 50px;
  }
  .faDashIcon{
    font-size: 24px;
  }
  .contPlotChartRow1{
    width: 84vw;
  }
  .contPlotChartRow2{
    width: 84vw;
  }
  .contPlotChartRow4{
    width: 84vw;
  }
  .inputField1 {
    width: 93%;
    padding-left: 3%;
  }
  .contPlotChartCol1{
    width:42vw;
  }
  .contPlotChartCol2{
    width:42vw;
  }
  .selectGender{
    width:21vw;
  }
  .contPlotChartCol3 {
    width: 11vw;
    margin-right: 3vw;
  }
  .inputField4 {
     width: 9vw;
     padding-left: 2vw;
  }
  .fontPlotChart2{
  }
  .fontPlotChart3{
    width:10vw;
    margin-top: 5px;
    padding-left: 2vw;
  }
  .contPlotChartRowLabel{
    margin-left: 42vw;
    width: 42vw;
  }
  .contPlotChartCol5{
    width: 11vw;
    margin-right: 8vw;
  }
  .buttonPlotChart{
    margin-left:5vw;
  }
  .buttonAddChart{
    margin-left:5vw;
  }
  .buttonEditChart{
    margin-left:12vw;
  }
  .contPlotChartRow3{
    width: 84vw;
  }
  .contLogin{
    width: 100vw;
  }
  .contRegister{
    width: 100vw;
  }

}
/* Tablet-XS styles */
@media (min-width: 569px) and (max-width: 767px) {
  body > .contLogo{
    margin-top: 20px;
    margin-bottom: 10px;
  }

.faDashIcon{
  font-size: 20px;
}
  .landingToLogin2 {
    font-size: 12px;
  }
  .contPlotChartRow1{
    width: 84vw;
  }
  .contPlotChartRow2{
    width: 84vw;
  }
  .contPlotChartRow4{
    width: 84vw;
  }
  .inputField1 {
    width: 93%;
    padding-left: 3%;
  }
  .contPlotChartCol1{
    width:42vw;
  }
  .contPlotChartCol2{
    width:42vw;
  }
  .selectGender{
    width:21vw;
  }
  .contPlotChartCol3 {
    width: 11vw;
    margin-right: 2vw;
  }
  .inputField4 {
     width: 9vw;
     padding-left: 2vw;
  }
  .fontPlotChart2{
  }
   .fontPlotChart3{
    width:10vw;
    margin-top: 5px;
    padding-left: 2vw;
  }
  .contPlotChartRowLabel{
    margin-left: 42vw;
    width: 42vw;
  }
  .contPlotChartCol5{
    width: 11vw;
    margin-right: 8vw;
  }
  .buttonPlotChart{
    width: 32vw;
    margin-left:5vw;
    font-size: 20px;
  }
  .buttonAddChart{
    width: 32vw;
    margin-left:5vw;
  }
  .buttonEditChart{
    width: 32vw;
    margin-left:12vw;
  }
  .contPlotChartRow3{
    width: 84vw;
  }
  .buttonAddChart2{
    font-size: 18px;
    width: 30vw;
  }
  .buttonEditChart2{
    font-size: 18px;
    width: 30vw;
  }
  .buttonPlotChart2{
    font-size: 18px;
    width: 30vw;
  }
  .contLogin{
    width: 100vw;
  }
  .contLogin5{
    width: 100vw;
  }
  .contRegister{
    width: 100vw;
  }
  .contDash1{
    width: 80vw;
  }
  .dashBtn{
  background-color: rgb(234,232,246);
  height: 7vh;
  width: 17vw;
  border-radius: 25%;
  border: none;
  float: left;
}
.dashBtn2{
  background-color: rgb(234,232,246);
  height: 7vh;
  width: 17vw;
  border-radius: 25%;
  border: none;
  float: left;
  margin-left: 4vw;
}

}


/*SmartPhone mobile*/
@media screen and (min-width: 320px) and (max-width: 568px){
  body{
    margin:0px;
  }
  .fitScreen{
    width: 100vw;
  }

  .faDashIcon{
    font-size: 16px;
  }
  .mainLogo{
    width: 75vw;
    max-height: 200px;
    margin-top: 0;
  }
  .topRow{
  position: absolute;
  margin-top: 1.5vh;
  height: 20px;
  margin-left:72vw;
  }
  .topRow > a {
    text-decoration-line: none;
  }
  .topLoginButton{
  padding-left: 10vw;
  }
  .fa-solid.fa-circle-user#landingToLoginButton{
  font-size: 12px;
  color: rgb(60,0,100);
  margin-top: 1vh;
  }
  .landingToLogin2{
  font-size: 12px;
  color: rgb(8, 31, 73);
  border: 1px solid rgb(8, 31, 73);
  padding: 3px 5px;
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  }
  .contLogo{
    height: 225px;
  }
    body > .contLogo{
    margin-top: 3vh;
  }
  .contLogo2{
    display: flex;
    justify-content: center;
    height: 190px;
  }
  .contSlogan{
    margin-top: 0px;
    height: 20px;
    text-align: center;
  }
  .fontSlogan{
    font-family: 'Marcellus', serif;
    font-weight: 200;
    font-size: 8.5px;
    color: rgb(8, 31, 73);
    white-space: nowrap;
  }
  /* Login Mobile*/
.loginError {
  color: #FFEA00;
  font-size: 8px;
}
.forgetPasswordError {
  color: #FFEA00;
  font-size: 8px;
  font-weight: bold;
}
.contForgetError{
  height: 27px;
  width: 74vw;
  margin-left: auto;
  margin-right: auto;
}
  .contLogin{
  padding-top: 20px;
  height: 265px;
  background-color: rgb(8, 31, 73);
  margin-bottom: 35px;
  }
  .contLogin2{
  height: 55px;
  width:55vw;
  margin-left: 3vw;
  }
  .contLogin3{
    padding-top: 0vh;
    padding-left: 0vw;
    height: 7vh;
    width: 30vw;
    margin-left: auto;
    margin-right: auto;
  }
   .contLogin4{
  height: 5vh;
  padding-left: 28vh;
  }
  .contLogin5{
    width: 100vw;
    height: 110px;
  }
  .contLoginRow1{
  width: 80vw;
  margin-left: 10vw;
  margin-right: 10vw;
  height: 21px;
}
  .contLoginRow2{
  margin-left: 10vw;
  margin-right: 10vw;
  width: 80vw;
  margin-top: 0;
  height: 21px;
  margin-bottom: 34px;
}
 .contLoginRow3Col{
  margin-left: 8vw;
  height: 21px;
  width: 60vw;
  padding-top: 0;
  display: block;
}
.fontLogin1{
  font-family: 'Poppins', sans-serif;
  color: white;
  font-weight: bold;
  margin-top: 0;
  font-size: 10px;
}
.fontLogin2{
  font-size: 8px;
}
.fontLogin3{
  font-family: 'Poppins', sans-serif;
  color:rgb(8, 31, 73);
  font-weight: bold;
  margin-top: 0;
  font-size: 16px;
}
.fontLogin4
{
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 16px;
  border: 0px;
  width:20vw;
  text-align: center;
  min-width: 85px}
.fontSubmit
{
  font-family: 'Poppins', sans-serif;
  color: rgb(60,  0,  100);
  background-color: rgb(228, 216, 253);
  font-weight: bold;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 16px;
  border: 0px;
  text-align: center;}
.buttonLogin{
    height: 32px;
    width: 30vw;
    float: left;
    min-width: 115px;
    border-radius: 10px;
}
.buttonForgot{
  border:0px;
  width:22vw;
  background-color: rgb(8, 31, 73);
  border:0px;
  margin:0px;
  text-align: left;
  font-style: italic;
}
.buttonToRegister{
  height: 2vh;
  width: 50vw;
  background-color: rgb(8, 31, 73);
  border:0px;
  margin:0px;
  text-align: left;
  font-style: italic;
}
.fa-solid.fa-circle-user#loginButton{
  font-size: 16px;
}
.far.fa-user-circle{
    font-size: 16px;
    color: white;
  }
/*END LOGIN*/
/*      REGISTER MOBILE*/
/*      Register Field*/
.contRegisterError{
    height: 2vh;
    margin-bottom: 1vh;
    margin-top: 0;
  }
.registerError {
  font-size: 8px;
  color: #FFEA00;
  font-weight: bold;
}
.contRegister{
  padding-top: 20px;
  height: 330px;
  background-color: rgb(8, 31, 73);
}
.contRegisterRow1{
  width: 80vw;
  margin-left: 10vw;
  margin-right: 10vw;
  height: 21px;
}
.contRegisterRow2{
  width: 80vw;
  margin:0 10vw 0 10vw;
  height: 54px;
}
  .contRegisterRow3{
    margin-top: 1vh;
     height: 21px;
    margin-left: 10vw;
    width: 80vw;
  margin-right: 10vw;
  margin-bottom: 0;
  }
.contRegisterRow4{
  height: 5vh;
  width: 40vw;
  margin-left: 30vw;
  margin-right: 10vw;
   height: 21px;
  text-align: center;
}
.buttonRegister{
    margin-left: auto;
    margin-right: auto;
    height: 35px;
    width: 40vw;
    float: left;
    border-radius: 10px;
    min-width: 135px;
}
.fontRegister1{
  font-family: 'Poppins', sans-serif;
  color: white;
  font-weight: bold;
  margin-top: 0;
  font-size: 10px;
}
.inputField1{
  margin-top: 7px;
  width: 75vw;
  height: 28px;
  border-radius: 2vw;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  padding-left: 3vw;
}
.inputField3{
  margin-top: 2vh;
  margin-right: 5vw;
  width: 30vw;
  height: 4vh;
  border-radius: 2vw;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  padding-left: 3vw;
  float: left;
}
.inputField4{
  margin-top: 5px;
  width: 8vw;
   height: 21px;
  border-radius: 2vw;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  padding-left: 3vw;
  float: left;
}
.inputField4::-webkit-outer-spin-button,
.inputField4::-webkit-inner-spin-button{
  -webkit-appearance:none;
}

.far.fa-user-circle{
  font-size: 16px;
  color: rgb(8, 31, 73);
}
.fa-solid.fa-circle-user{
  font-size: 16px;
  color: rgb(8, 31, 73);
}
.buttonToLogin{
  height: 2vh;
  width: 15vw;
  border:0px;
  margin:0px;
  text-align: left;
  font-style: italic;
  text-decoration:underline;
  text-decoration-color: ghostwhite;
}
/*End Register*/
/*Start DashBoard mobile*/
.contDash{
 width: 100vw;
 min-width: 0;
}
.contDash1{
  width: 80vw;
  height: 8vh;
  padding-top: 0;
  margin-left: auto;
  margin-right: auto;
}
.dashBtn{
  background-color: rgb(234,232,246);
  height: 7vh;
  width: 17vw;
  border-radius: 25%;
  border: none;
  float: left;
}
.dashBtnLong{
  background-color: rgb(234,232,246);
  border: none;
  float: left;
  padding: 3vw;
  width: 50vw;
  margin-left: 15vw;
  margin-top: 2vh;
}
.newChartButton {
    width: 80vw;
    height: 8vh;
    margin-left: auto;
    margin-right: auto;
}
.dashBtnLabel{
  font-size: 8px;
  font-family: 'Poppins', sans-serif;
}
.dashBtnLongLabel {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
}
.fa-solid.fa-circle-plus
,.fa-solid.fa-gear
,.fa-solid.fa-user-check
,.fa-solid.fa-right-from-bracket{
  color:rgb(56, 5, 103);
}
.dashBtn2{
  background-color: rgb(234,232,246);
  height: 7vh;
  width: 17vw;
  border-radius: 25%;
  border: none;
  float: left;
  margin-left: 4vw;
}
.contDashRec1{
  width: 80vw;
  height: 4vh;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2vh;
}
.contDashRec1Col1{
  width: 7vw;
  height: 3vh;
  background-color: rgb(8, 31, 73);
  border-radius: 50%;
  color: white;
  text-align: center;
  float: left;
  padding-top: 0;
}
.contDashRec1Col2{
  width: 37vw;
  float: left;
  height: 3vh;
  background-color: rgb(8, 31, 73);
  border-radius: 15%;
  margin-left: 3vw;
  color: white;
  text-align: center;
    padding-top: 0;
}
.contDashRec1Col3{
  width: 30vw;
  float: left;
  height: 3vh;
  background-color: rgb(8, 31, 73);
  border-radius: 15%;
  margin-left: 3vw;
  color: white;
  text-align: center;
    padding-top: 0;
}
.contDashRec1Col1> span,.contDashRec1Col2> span
,.contDashRec1Col3> span{
  font-size: 8px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}
.contDashRec2{
  width: 80vw;
  height: 5vh;
  margin-left: auto;
  margin-right: auto;
}
.contDashRec2Col1{
  width: 7vw;
  height: 3vh;
  background-color: lightgrey;
  border-radius: 50%;
  color: rgb(8, 31, 73);
  text-align: center;
  float: left;
  padding-top: 0;
  font-size: 12px;
}
.contDashRec2Col2{
  width: 37vw;
  height: 4vh;
  float: left;
  background-color: lightgrey;
  border-radius: 15%;
  margin-left: 3vw;
  color: rgb(8, 31, 73);
  text-align: center;
    padding-top: 0;
}
.contDashRec2Col3{
  width: 30vw;
  float: left;
  height: 3vh;
  border-radius: 15%;
  margin-left: 3vw;
  color: white;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.recordDetail{
  margin:0;
  font-size: 10px;
}
.recordDetail .fa-mars {
  margin-right: 2vw;
  color: blue;
}
.recordDetail .fa-venus {
  margin-right: 2vw;
  color: deeppink;
}
.uiRecord{
  min-height: 0;
  height: 30vh;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
.contDashRecA{
  min-height: 44vh;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
.contDashRecB{
  height: 6vh;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  margin-top:3vh ;
}
.dashBtn3{
  background-color: white;
  height: 3vh;
  width: 8vw;
  border-radius: 25%;
  border: none;
  float: left;
}
.dashBtn4{
  background-color: white;
  height: 3vh;
  width: 8vw;
  border-radius: 25%;
  border: none;
  float: left;
}
.fa-regular.fa-folder-open,.fa-regular.fa-pen-to-square,.fa-regular.fa-trash-can,.fa-regular.fa-circle-play{
  font-size: 24px;
  color: rgb(60, 0,100);
}
.dashBtnLabel2{
  font-size: 8px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}

.uiSettings{
  padding-top: 3vh;
  width: 100vw;
}
#viewSettings{
  display: none;
}
.contDashSet1{
  height: 5vh;
  width: 70vw;
  margin: auto;
  color: black;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.contDashSet2{
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  color: black;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
}
.setHYPY{
}
.setEnglish{
}
.settingsSubmit{
  border: none;
  margin-top: 5vh;
  font-family: 'Poppins', sans-serif;
  font-size: 8px;
  font-weight: bold;
  border: none;
  background-color: rgb(139,118,167);
  color: white;
  height: 9vh;
  width: 20vw;
  border-radius: 50%;
}

.fa-solid.fa-gear#submitButton{
  color: white;
  margin-bottom: 1vh;
}
/*end of dashboard mobile*/
/*start of forgot pass mobile*/
.contForgotPass{
  padding-top: 20px;
  height: 168px;
  margin-bottom: 33px;
  }
  .contForgotPassRow1{
    margin-left: 13vw;
    margin-right: 13vw;
    height: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: white;
    padding-top: 10px;
    width: 74vw;
  }
  .contForgotPassRow2{
    width: 74vw;
    margin-left: 13vw;
    margin-right: 13vw;
    height: 14px;
    font-family: 'Poppins', sans-serif;
    font-size: 8px;
    color: white;
    margin-bottom: 8px;
  }
  .inputField2{
    margin-top: 13px;
    margin-left: 12vw;
    margin-right: 12vw;
    margin-bottom: 3px;
    width: 74vw;
    height: 27px;
    border-radius: 2vw;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding-left: 1vw;
  }
  .forgotButton1{
    width: 35vw;
  }
  .fa-solid.fa-unlock-keyhole#forgotButton{
    font-size: 16px;
  }
  .contForgotPassRow3{
    width: 100vw;
  }
  .contForgotPassRow4{
    margin-top: 0vh;
    margin-left: auto;
    width: 35vw;
    margin-right: auto;
  }
/*  end of forgot pass mobile*/
/*start of otp  mobile*/
.contOTPVerification{
  padding-top: 20px;
  height: 185px;
  margin-bottom: 33px;
  }
  .contOTPVerificationRow1{
    margin-left: 13vw;
    margin-right: 13vw;
    height: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: white;
    padding-top: 10px;
    width: 74vw;
  }
  .contOTPVerificationRow2{
    width: 74vw;
    margin-left: 13vw;
    margin-right: 13vw;
    height: 14px;
    font-family: 'Poppins', sans-serif;
    font-size: 8px;
    color: white;
    margin-bottom: 8px;
  }
  .inputFieldOTP{
    margin-top: 13px;
    margin-left: 12vw;
    margin-right: 12vw;
    margin-bottom: 20px;
    width: 74vw;
    height: 27px;
    border-radius: 2vw;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding-left: 1vw;
  }
  input::placeholder {
    color: grey;
    font-size: 14px;
  }
  .otpButton1{
    width: 35vw;
  }
  .contOTPVerificationRow3{
    width: 100vw;
  }
  .contOTPVerificationRow4{
    margin-top: 0vh;
    margin-left: auto;
    width: 35vw;
    margin-right: auto;
  }
/*  end of otp mobile*/
/*plotchart mobile*/
.contPlotChart{
  padding-top: 7px;
  height: 270px;
  background-color: rgb(8, 31, 73);
}
.contPlotChart2{
  padding-top: 1vh;
  height: 15vh;
}
.contPlotChartRow1{
  margin-left: 10vw;
  margin-right: 10vw;
   height: 21px;
  margin-top: 14px;
  width: 80vw;
}
.contPlotChartRow2{
  margin-left: 10vw;
  margin-right: 10vw;
  width: 80vw;
  height: 47px;
}
.contPlotChartRow3{
  margin-left: 10vw;
  margin-right: 10vw;
  width: 80vw;
  height:2vh;
}
.contPlotChartRow4{
  margin-left: 10vw;
  margin-right: 10vw;
  margin-top: 7px;
   height: 21px;
  width: 80vw;
}
.contPlotChartCol1{
  width: 35vw;
  float: left;
}
.contPlotChartCol2{
  margin-left: 5vw;
  width: 35vw;
  float: left;
}
.contPlotChartCol3{
  width: 11vw;
    margin-left: 4vw;
    float: left;
    margin-right: 0px;
    text-align: center;
}
.contPlotChartRowLabel{
  margin-left: 34vw;
}
.contPlotChartCol4{
  float: left;
  margin-left: 35vw;
}
.contPlotChartCol5{
    width: 11vw;
    margin-right: 8vw;
}
.fontPlotChart1{
  font-family: 'Lovelo', sans-serif;
  font-size: 10px;
  color: white;
  font-weight: 800;
}
.fontPlotChart2{
  font-family: 'Lovelo', sans-serif;
  font-size: 8px;
  color: white;
  padding-left: 3vw;
  font-weight: 800;
}
.fontPlotChart4{
  font-family: 'Lovelo', sans-serif;
  font-size: 8px;
  color: white;
  font-weight: 800;
}
.selectGender{
  padding-top: 6.7px;
    font-family: 'Lovelo', sans-serif;
    font-size: 8px;
    color: white;
    float: left;
    width: 13vw;
    margin-right: 0vw;
    font-weight: 800;
}

.fontPlotChart3{
  width: 0;
  padding-left: 4px;
  margin-top: 7px;
}
.radioOption{
  width: 8px;
  float: left;
  margin: 3px 2px 0 0;
}
.buttonPlotChart2{
    color: rgb(8, 31, 73);
    border: 0px;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    width: 31vw;
    float: left;
    padding: 0;
    text-align: center;
    min-width: 85px;
}

.buttonPlotChart{
    border-radius: 10px;
    background-color: rgb(228, 216, 253);
    margin-left: 0vw;
    height: 32px;
    width: 35vw;
    float: right;
    min-width: 115px;
    font-size: 14px;
}
.buttonPlotChart > i {
  font-size: 16px;
}
.landingToLogin{
  color: color: rgb(8, 31, 73);
  border:0px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  width: 20vw;
  float: left;
  border-radius: 25%;
  margin-left: 11vw;
}
.plotButtonDiv {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*plotchart mobile*/
/*plotchart2 mobile*/
.contPlotChart2{
  width: 100vw;
  padding-top: 1vh;
  height: 35vh;
  background-color: rgb(8, 31, 73);
}
.contPlotChart2Row1{
  margin-top: 2vh;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.maxRecordError{
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: white;
  text-align: center;
}
.contMsg{
  width: 100vw;
  padding-top: 2vh;
  height: 35vh;
  background-color: rgb(8, 31, 73);
}
.contMsg2{
  margin-top: 40px;
  width: 95vw;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.maxRecordButton{
  margin-top: 40px;
  width: 60vw;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 16px;
  border-radius: 10px;
  height: 60px;
  background-color: white;
  color: rgb(8, 31, 73);
}
.verificationMessage{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: white;
  text-align: center;
}
.fa-regular.fa-circle-left{
  font-size: 24px;
  margin-right: 1vw;
}
/*plotchart2 mobile*/
/*addchart mobile*/
.buttonAddChart2{
    color: rgb(8, 31, 73);
    border: 0px;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    width: 31vw;
    float: left;
    padding: 0;
    text-align: center;
    min-width: 85px;
}

.buttonAddChart{
    border-radius: 10px;
    background-color: rgb(228, 216, 253);
    margin-left: 0vw;
    height: 32px;
    width: 35vw;
    float: right;
    min-width: 115px;
  color: rgb(8, 31, 73);
    font-size: 14px;
}
/*addchart mobile*/
/*editchart mobile*/
.buttonEditChart2{
    color: rgb(8, 31, 73);
    border: 0px;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    width: 31vw;
    float: left;
    padding: 0;
    text-align: center;
    min-width: 85px;
}

.buttonEditChart{
    border-radius: 10px;
    background-color: rgb(228, 216, 253);
    margin-left: 0vw;
    height: 32px;
    width: 35vw;
    float: right;
    min-width: 115px;
    font-size: 14px;
}
/*editchart mobile*/
/*Reset mobile*/
.fa-solid.fa-arrow-rotate-right{
  font-size: 16px;
}
.contReset{
  padding-top: 20px;
  height: 270px;
}
.contReset2{
  padding-top: 20px;
  height: 20vh;
  background-color: rgb(8, 31, 73);
  text-align: center;
}
.resetError{
  color: #FFEA00;
  font-size: 8px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}
.contResetError{
  margin-top: 1vh;
  margin-bottom: 1vh;
}

.contResetRow1{
  margin-left: 10vw;
  margin-right: 10vw;
  height: 21px;
  width: 80vw;
}
.fontReset1{
  font-family: 'Poppins', sans-serif;
  color: white;
  font-weight: bold;
  margin-top: 0;
  font-size: 16px;
}
.contResetRow2{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  height: 54px;
  width: 80vw;
}

.contResetRow4{
  margin-left: auto;
  margin-right: auto;
  height: 21px;
  padding-top: 0;
  text-align: center;
  width: 100vw;
  margin-top: 10px;
}
.resetButton{
  border: 0px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}

.registerButton{
  border:0px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  width: 31vw;
  margin-left: auto;
  margin-right: auto;
  min-width: 110px;
}



}
/*      ENDREGISTER*/
@media screen and (min-width: 200px) and (max-width: 339px){
  body{
    margin:0px;
  }
  .fitScreen{
    width: 100vw;
  }
  .contXL{
  }
  .mainLogo{
    width: 75vw;
    max-height: 200px;
    margin-top: 0;
  }
  .topRow{
  position: absolute;
  margin-top: 1.5vh;
   height: 21px;
  margin-left:72vw;
  }
  .topRow > a {
    text-decoration-line: none;
  }
  .topLoginButton{
  padding-left: 10vw;
  }
  .fa-solid.fa-circle-user#landingToLoginButton{
  font-size: 12px;
  color: rgb(60,0,100);
  margin-top: 1vh;
  }
  .landingToLogin2{
  font-size: 12px;
  color: rgb(8, 31, 73);
  border: 1px solid rgb(8, 31, 73);
  padding: 3px 5px;
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  }
  .contLogo{
    height: 215px;
  }
    body > .contLogo{
    margin-top: 3vh;
  }
  .contLogo2{
    display: flex;
    justify-content: center;
    height: 190px;
  }
  .contSlogan{
    margin-top: 0px;
    height: 20px;
    text-align: center;
  }
  .fontSlogan{
    font-family: 'Marcellus', serif;
    font-weight: 200;
    font-size: 8.5px;
    color: rgb(8, 31, 73);
    white-space: nowrap;
  }
  /* Login Mobile*/
.loginError {
  color: #FFEA00;
  font-size: 8px;
}
.forgetPasswordError {
  color: #FFEA00;
  font-size: 8px;
  font-weight: bold;
}
.contForgetError{
  height: 27px;
  width: 74vw;
  margin-left: auto;
  margin-right: auto;
}
  .contLogin{
  padding-top: 20px;
  height: 265px;
  background-color: rgb(8, 31, 73);
  margin-bottom: 35px;
  }
  .contLogin2{
  height: 55px;
  width:55vw;
  margin-left: 3vw;
  }
  .contLogin3{
    padding-top: 0vh;
    padding-left: 0vw;
    height: 7vh;
    width: 55vw;
    margin-left: auto;
    margin-right: auto;
  }
   .contLogin4{
  height: 5vh;
  padding-left: 28vh;
  }
  .contLogin5{
    width: 100vw;
    height: 110px;
  }
  .contLoginRow1{
  width: 80vw;
  margin-left: 10vw;
  margin-right: 10vw;
  height: 21px;
}
  .contLoginRow2{
  margin-left: 10vw;
  margin-right: 10vw;
  width: 80vw;
  margin-top: 0;
  height: 21px;
  margin-bottom: 34px;
}
 .contLoginRow3Col{
  margin-left: 8vw;
   height: 21px;
     width: 60vw;
  padding-top: 0;
  display: block;
}
.fontLogin1{
  font-family: 'Poppins', sans-serif;
  color: white;
  font-weight: bold;
  margin-top: 0;
  font-size: 10px;
}
.fontLogin2{
  font-size: 8px;
}
.fontLogin3{
  font-family: 'Poppins', sans-serif;
  color:rgb(8, 31, 73);
  font-weight: bold;
  margin-top: 0;
  font-size: 16px;
}
.fontLogin4
{
  margin-top: 0;
  font-size: 12px;
  border: 0px;
  text-align: center;
}
.fontSubmit
{
  font-family: 'Poppins', sans-serif;
  color: rgb(60,  0,  100);
  background-color: rgb(228, 216, 253);
  font-weight: bold;
  margin-top: 0;
  font-size: 12px;
  border: 0px;
  text-align: center;
}
.buttonLogin{
  height: 32px;
  width: 30vw;
  float: left;
  border-radius: 10px;
  min-width: 115px;
  margin-left: 12vw;
  margin-right: 12vw;
}
.buttonForgot{
  border:0px;
  width:22vw;
  background-color: rgb(8, 31, 73);
  border:0px;
  margin:0px;
  text-align: left;
  font-style: italic;
}
.buttonToRegister{
  height: 2vh;
  width: 50vw;
  background-color: rgb(8, 31, 73);
  border:0px;
  margin:0px;
  text-align: left;
  font-style: italic;
}
.fa-solid.fa-circle-user#loginButton{
  font-size: 16px;
}
.far.fa-user-circle{
    font-size: 16px;
    color: white;
  }
/*END LOGIN*/
/*      REGISTER MOBILE*/
/*      Register Field*/
.contRegisterError{
    height: 2vh;
    margin-bottom: 1vh;
    margin-top: 0;
  }
.registerError {
  font-size: 8px;
  color: #FFEA00;
  font-weight: bold;
}
.contRegister{
  padding-top: 20px;
  height: 330px;
  background-color: rgb(8, 31, 73);
}
.contRegisterRow1{
  width: 80vw;
  margin-left: 10vw;
  margin-right: 10vw;
  height: 3vh;
}
.contRegisterRow2{
  width: 80vw;
  margin:0 10vw 0 10vw;
  height: 54px;
}
  .contRegisterRow3{
    margin-top: 1vh;
    height: 3vh;
    margin-left: 10vw;
    width: 80vw;
  margin-right: 10vw;
  margin-bottom: 0;
  }
.contRegisterRow4{
  height: 5vh;
  width: 40vw;
  margin-left: 30vw;
  margin-right: 10vw;
  margin-bottom: 3vh;
  padding-top: 2vh;
  text-align: center;
}
.buttonRegister{
    margin-left: auto;
    margin-right: auto;
    height: 35px;
    width: 40vw;
    float: left;
    border-radius: 10px;
    min-width: 135px;
}
.fontRegister1{
  font-family: 'Poppins', sans-serif;
  color: white;
  font-weight: bold;
  margin-top: 0;
  font-size: 10px;
}
.inputField1{
  margin-top: 1vh;
  width: 75vw;
  height: 4vh;
  border-radius: 2vw;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  padding-left: 3vw;
}
.inputField3{
  margin-top: 2vh;
  margin-right: 5vw;
  width: 30vw;
  height: 4vh;
  border-radius: 2vw;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  padding-left: 3vw;
  float: left;
}
.inputField4{
  margin-top: 5px;
  width: 8vw;
  height: 3vh;
  border-radius: 2vw;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  padding-left: 3vw;
  float: left;
}
.inputField4::-webkit-outer-spin-button,
.inputField4::-webkit-inner-spin-button{
  -webkit-appearance:none;
}

.far.fa-user-circle{
  font-size: 16px;
  color: rgb(8, 31, 73);
}
.fa-solid.fa-circle-user{
  font-size: 16px;
  color: rgb(8, 31, 73);
}
.buttonToLogin{
  height: 2vh;
  width: 15vw;
  border:0px;
  margin:0px;
  text-align: left;
  font-style: italic;
  text-decoration:underline;
  text-decoration-color: ghostwhite;
}
/*End Register*/
/*Start DashBoard mobile*/
.contDash{
 width: 100vw;
 min-width: 0;
}
.contDash1{
  width: 80vw;
  height: 8vh;
  padding-top: 0;
  margin-left: auto;
  margin-right: auto;
}
.dashBtn{
  background-color: rgb(234,232,246);
  height: 7vh;
  width: 17vw;
  border-radius: 25%;
  border: none;
  float: left;
}
.dashBtnLong{
  background-color: rgb(234,232,246);
  border: none;
  float: left;
  padding: 3vw;
  width: 50vw;
  margin-left: 15vw;
  margin-top: 2vh;
}
.newChartButton {
    width: 80vw;
    height: 8vh;
    margin-left: auto;
    margin-right: auto;
}
.dashBtnLabel{
  font-size: 8px;
  font-family: 'Poppins', sans-serif;
}
.dashBtnLongLabel {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
}
.fa-solid.fa-circle-plus
,.fa-solid.fa-gear
,.fa-solid.fa-user-check
,.fa-solid.fa-right-from-bracket{
  color:rgb(56, 5, 103);
}
.dashBtn2{
  background-color: rgb(234,232,246);
  height: 7vh;
  width: 17vw;
  border-radius: 25%;
  border: none;
  float: left;
  margin-left: 4vw;
}
.contDashRec1{
  width: 80vw;
  height: 4vh;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2vh;
}
.contDashRec1Col1{
  width: 7vw;
  height: 3vh;
  background-color: rgb(8, 31, 73);
  border-radius: 50%;
  color: white;
  text-align: center;
  float: left;
  padding-top: 0;
}
.contDashRec1Col2{
  width: 37vw;
  float: left;
  height: 3vh;
  background-color: rgb(8, 31, 73);
  border-radius: 15%;
  margin-left: 3vw;
  color: white;
  text-align: center;
    padding-top: 0;
}
.contDashRec1Col3{
  width: 30vw;
  float: left;
  height: 3vh;
  background-color: rgb(8, 31, 73);
  border-radius: 15%;
  margin-left: 3vw;
  color: white;
  text-align: center;
    padding-top: 0;
}
.contDashRec1Col1> span,.contDashRec1Col2> span
,.contDashRec1Col3> span{
  font-size: 8px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}
.contDashRec2{
  width: 80vw;
  height: 5vh;
  margin-left: auto;
  margin-right: auto;
}
.contDashRec2Col1{
  width: 7vw;
  height: 3vh;
  background-color: lightgrey;
  border-radius: 50%;
  color: rgb(8, 31, 73);
  text-align: center;
  float: left;
  padding-top: 0;
  font-size: 12px;
}
.contDashRec2Col2{
  width: 37vw;
  height: 4vh;
  float: left;
  background-color: lightgrey;
  border-radius: 15%;
  margin-left: 3vw;
  color: rgb(8, 31, 73);
  text-align: center;
    padding-top: 0;
}
.contDashRec2Col3{
  width: 30vw;
  float: left;
  height: 3vh;
  border-radius: 15%;
  margin-left: 3vw;
  color: white;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.recordDetail{
  margin:0;
  font-size: 10px;
}
.recordDetail .fa-mars {
  margin-right: 2vw;
  color: blue;
}
.recordDetail .fa-venus {
  margin-right: 2vw;
  color: deeppink;
}
.uiRecord{
  min-height: 0;
  height: 30vh;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
.contDashRecA{
  min-height: 44vh;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
.contDashRecB{
  height: 6vh;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  margin-top:3vh ;
}
.dashBtn3{
  background-color: white;
  height: 3vh;
  width: 8vw;
  border-radius: 25%;
  border: none;
  float: left;
}
.dashBtn4{
  background-color: white;
  height: 3vh;
  width: 8vw;
  border-radius: 25%;
  border: none;
  float: left;
}
.fa-regular.fa-folder-open,.fa-regular.fa-pen-to-square,.fa-regular.fa-trash-can,.fa-regular.fa-circle-play{
  font-size: 24px;
  color: rgb(60, 0,100);
}
.dashBtnLabel2{
  font-size: 8px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}

.uiSettings{
  padding-top: 3vh;
  width: 100vw;
}
#viewSettings{
  display: none;
}
.contDashSet1{
  height: 5vh;
  width: 70vw;
  margin: auto;
  color: black;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.contDashSet2{
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  color: black;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
}
.setHYPY{
}
.setEnglish{
}
.settingsSubmit{
  border: none;
  margin-top: 5vh;
  font-family: 'Poppins', sans-serif;
  font-size: 8px;
  font-weight: bold;
  border: none;
  background-color: rgb(139,118,167);
  color: white;
  height: 9vh;
  width: 20vw;
  border-radius: 50%;
}

.fa-solid.fa-gear#submitButton{
  color: white;
  margin-bottom: 1vh;
}
/*end of dashboard mobile*/
/*start of forgot pass mobile*/
.contForgotPass{
  padding-top: 20px;
  height: 173px;
  margin-bottom: 33px;
  }
  .contForgotPassRow1{
    margin-left: 13vw;
    margin-right: 13vw;
    height: 3vh;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: white;
    padding-top: 10px;
    width: 74vw;
  }
  .contForgotPassRow2{
    width: 74vw;
    margin-left: 13vw;
    margin-right: 13vw;
    height: 14px;
    font-family: 'Poppins', sans-serif;
    font-size: 8px;
    color: white;
  }
  .inputField2{
    margin-top: 13px;
    margin-left: 12vw;
    margin-right: 12vw;
    margin-bottom: 3px;
    width: 74vw;
    height: 27px;
    border-radius: 2vw;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding-left: 1vw;
  }
  .forgotButton1{
    width: 35vw;
  }
  .fa-solid.fa-unlock-keyhole#forgotButton{
    font-size: 16px;
  }
  .contForgotPassRow3{
    width: 100vw;
  }
  .contForgotPassRow4{
    margin-top: 0vh;
    margin-left: auto;
    width: 35vw;
    margin-right: auto;
  }
/*  end of forgot pass mobile*/
/*start of otp mobile*/
.contOTPVerification{
  padding-top: 20px;
  height: 173px;
  margin-bottom: 33px;
  }
  .contOTPVerificationRow1{
    margin-left: 13vw;
    margin-right: 13vw;
    height: 3vh;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: white;
    padding-top: 10px;
    width: 74vw;
  }
  .contOTPVerificationRow2{
    width: 74vw;
    margin-left: 13vw;
    margin-right: 13vw;
    height: 14px;
    font-family: 'Poppins', sans-serif;
    font-size: 8px;
    color: white;
  }
  .inputFieldOTP{
    margin-top: 13px;
    margin-left: 12vw;
    margin-right: 12vw;
    margin-bottom: 20px;
    width: 74vw;
    height: 27px;
    border-radius: 2vw;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding-left: 1vw;
  }
  input::placeholder {
    color: grey;
    font-size: 14px;
  }
  .otpButton1{
    width: 35vw;
  }
  .contOTPVerificationRow3{
    width: 100vw;
  }
  .contOTPVerificationRow4{
    margin-top: 0vh;
    margin-left: auto;
    width: 35vw;
    margin-right: auto;
  }
/*  end of otp mobile*/
/*plotchart mobile*/
.contPlotChart{
  padding-top: 7px;
  height: 270px;
  background-color: rgb(8, 31, 73);
}
.contPlotChart2{
  padding-top: 1vh;
  height: 15vh;
}
.contPlotChartRow1{
  margin-left: 10vw;
  margin-right: 10vw;
  height: 21px;
  margin-top: 14px;
  width: 80vw;
}
.contPlotChartRow2{
  margin-left: 10vw;
  margin-right: 10vw;
  width: 80vw;
  height: 47px;
}
.contPlotChartRow3{
  margin-left: 10vw;
  margin-right: 10vw;
  width: 80vw;
  height:2vh;
}
.contPlotChartRow4{
  margin-left: 10vw;
  margin-right: 10vw;
  margin-top: 7px;
  height: 21px;
  width: 80vw;
}
.contPlotChartCol1{
  width: 35vw;
  float: left;
}
.contPlotChartCol2{
  margin-left: 5vw;
  width: 35vw;
  float: left;
}
.contPlotChartCol3{
  width: 10vw;
    margin-left: 4vw;
    float: left;
    margin-right: 0px;
    text-align: center;
}
.contPlotChartRowLabel{
  margin-left: 42vw;
}
.contPlotChartCol4{
  float: left;
  margin-left: 35vw;
}
.contPlotChartCol5{
    width: 11vw;
    margin-right: 8vw;
}
.fontPlotChart1{
  font-family: 'Lovelo', sans-serif;
  font-size: 10px;
  color: white;
  font-weight: 800;
}
.fontPlotChart2{
  font-family: 'Lovelo', sans-serif;
  font-size: 8px;
  color: white;
  padding-left: 3vw;
  font-weight: 800;
}
.fontPlotChart4{
  font-family: 'Lovelo', sans-serif;
  font-size: 8px;
  color: white;
  font-weight: 800;
}
.selectGender{
  padding-top: 6.7px;
    font-family: 'Lovelo', sans-serif;
    font-size: 8px;
    color: white;
    float: left;
    width: 13vw;
    margin-right: 0vw;
    font-weight: 800;
}

.fontPlotChart3{
  width: 0;
  padding-left: 0;
  margin-top: 0.5vh;
}
.radioOption{
  width: 8px;
  float: left;
  margin: 3px 2px 0 0;
}
.buttonPlotChart2{
    color: rgb(8, 31, 73);
    border: 0px;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    width: 31vw;
    float: left;
    padding: 0;
    text-align: center;
    min-width: 85px;
}

.buttonPlotChart{
  border-radius: 10px;
    background-color: rgb(228, 216, 253);
    margin-left: 0vw;
    height: 32px;
    width: 25vw;
    float: right;
    min-width: 115px;
    font-size: 13px;
}
.landingToLogin{
  color: color: rgb(8, 31, 73);
  border:0px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  width: 20vw;
  float: left;
  border-radius: 25%;
  margin-left: 11vw;
}
/*plotchart mobile*/
/*plotchart2 mobile*/
.contPlotChart2{
  width: 100vw;
  padding-top: 1vh;
  height: 35vh;
  background-color: rgb(8, 31, 73);
}
.contPlotChart2Row1{
  margin-top: 2vh;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.maxRecordError{
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: white;
  text-align: center;
}
.contMsg{
  width: 100vw;
  padding-top: 2vh;
  height: 35vh;
  background-color: rgb(8, 31, 73);
}
.contMsg2{
  margin-top: 40px;
  width: 95vw;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.maxRecordButton{
  margin-top: 40px;
  width: 60vw;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 16px;
  border-radius: 10px;
  height: 60px;
  background-color: white;
  color: rgb(8, 31, 73);
}
.verificationMessage{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: white;
  text-align: center;
}
.fa-regular.fa-circle-left{
  font-size: 24px;
  margin-right: 1vw;
}
/*plotchart2 mobile*/
/*addchart mobile*/
.buttonAddChart2{
    color: rgb(8, 31, 73);
    border: 0px;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    width: 31vw;
    float: left;
    padding: 0;
    text-align: center;
    min-width: 85px;
}

.buttonAddChart{
    border-radius: 10px;
    background-color: rgb(228, 216, 253);
    margin-left: 0vw;
    height: 32px;
    width: 35vw;
    float: right;
    min-width: 115px;
}
/*addchart mobile*/
/*editchart mobile*/
.buttonEditChart2{
    color: rgb(8, 31, 73);
    border: 0px;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    width: 31vw;
    float: left;
    padding: 0;
    text-align: center;
    min-width: 85px;
}

.buttonEditChart{
    border-radius: 10px;
    background-color: rgb(228, 216, 253);
    margin-left: 0vw;
    height: 32px;
    width: 35vw;
    float: right;
    min-width: 115px;
}
/*editchart mobile*/
/*Reset mobile*/
.fa-solid.fa-arrow-rotate-right{
  font-size: 16px;
}
.contReset{
  padding-top: 3vh;
  height: 270px;
}
.contReset2{
  padding-top: 3vh;
  height: 20vh;
  background-color: rgb(8, 31, 73);
  text-align: center;
}
.resetError{
  color: #FFEA00;
  font-size: 8px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}
.contResetError{
  margin-top: 1vh;
  margin-bottom: 1vh;
}

.contResetRow1{
  margin-left: 10vw;
  margin-right: 10vw;
  height: 3vh;
  width: 80vw;
}
.fontReset1{
  font-family: 'Poppins', sans-serif;
  color: white;
  font-weight: bold;
  margin-top: 0;
  font-size: 16px;
}
.contResetRow2{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  height: 54px;
  width: 80vw;
}

.contResetRow4{
  height: 5vh;
  margin-left: 10vw;
  margin-right: 10vw;
  margin-bottom: 3vh;
  padding-top: 5vh;
  text-align: center;
}
.resetButton{
  border: 0px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}

.registerButton{
  border:0px;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  width: 31vw;
  margin-left: auto;
  margin-right: auto;
  min-width: 110px;
}

}

@media screen and (min-width: 400px) and (max-width: 568px){
  .mainLogo{
    width: 60vw;
    max-height: 200px;
    margin-top: 0;
  }
  .contLogo{
    height: 230px;
  }
}

@media screen and (min-width: 569px) and (max-width: 950px) and (orientation: landscape){
  .dashBtn{
    height: 17vh;
  }
  .dashBtn2{
    height: 17vh;
  }
}

@media print {
      @page {
        margin:0;
        margin-left: auto;
        margin-right: auto;
      }
      @page :header {
        display: none;
      }
      @page :footer {
        display: none;
      }
      body > div{
        visibility: hidden;
        display: none;
      }
    }

    .hideDisplay{
      display: none;
    }
