.post-view {
  width: 100%;
  height: 100svh;
  background: #f5f7f8 0% 0% no-repeat padding-box;
}
.post-view .post-view-container1 {
  width: 100%;
  padding: 30px;
  background: #1d8eff 0% 0% no-repeat padding-box;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.post-view .white-xsm-text {
  font: normal normal normal 14px/22px Roboto;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  margin-bottom: 0px;
}

.post-view .white-lg-text {
  font: normal normal 500 26px/34px Roboto;
  font-weight: 500;
  margin-top: 5px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 0px;
}

.post-view .white-md-text {
  font: normal normal 500 20px/26px Roboto;
  font-weight: 500;
  margin-top: 15px;
  letter-spacing: 0px;
  margin-bottom: 0px;
  color: #ffffff;
}
.post-view img {
  width: 120px;
  margin-top: 15px;
}
.post-view .white-sm-text {
  font: normal normal normal 14px/22px Roboto;
  letter-spacing: 0px;
  margin-bottom: 0px;
  margin-top: 10px;
  color: #ffffff;
  text-align: center;
}

.post-view .post-view-container2 {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 12px 12px;
  padding: 15px 0;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-view .post-view-btn {
  background: #ffd140 0% 0% no-repeat padding-box;
  padding: 15px 25px;
  border-radius: 23px;
  border: 0;
  text-align: center;
  font: normal normal 500 14px/22px Roboto;
  font-weight: 500;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.post-view .post-view-btn-grey {
  background: #eef0f3 0% 0% no-repeat padding-box;
  border-radius: 21px;
  padding: 15px 25px;
  text-align: center;
  font: normal normal normal 14px/22px Roboto;
  letter-spacing: 0px;
  color: #000000;
  border: 0;
  margin-right: 10px;
}
