.vertical {
  width: 1px;
  height: 100%;
  position: absolute;
  border-left: 2px solid #C8CBD9;
  z-index: 1000;
  left: 750px;
}

.wid-40{
  width: 40%;
}

.color-red{
  color: #EF3061;
}

.required-field::after {
  content: "*";
  color: red;
}

.checkbox input:checked {
  background-color: #11AF22;
}

.view-report{
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #5A67BA;
  border: 0.5px solid #DDE4F0;
  box-shadow: 0px 2px 1px 0px #4048520D;
}

.score{
  color: #57DB57;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.5px;
  text-align: left;
}
.login-button{
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  width: 130px;
  height: 44px;
  padding: 16px;
  gap: 0px;
  border-radius: 10px;
  justify-content: center;
  opacity: 0px;
  background: #5A67BA;
}

.changepassword{
  width: 184px;
  height: 44px;
  top: 195px;
  left: 1099px;
  gap: 0px;
  border-radius: 8px;
  border: 1px solid #5A67BA;
  opacity: 0px;
  color: #5A67BA;
}

.card-dashboard{
  width: 30.55%;
  height: 233px;
}

.open-text{
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.5px;
}

.review-title{
  font-family: Manrope;
  font-size: 20px;
  font-weight: 600;
  line-height: 27.32px;
  text-align: center;
}

.review-text{
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.86px;
  text-align: center;
}

.review-button{
  font-family: Manrope;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}