.add-theme-color-to-background {
  background-color: #ffc8b9;
}

.text-showing-theme-background-color {
  color: #ffc8b9;
}

.add-theme-text-color{
  color: #000;

}

#preview-image{
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: left;

}

.feature-image-display, .feature-image-display-div{
  height: 100%;
}

.width-100-percent-height-0{
  width: 100%;
  height: auto;
}

.remove-box-shadow{
  box-shadow: none;
}

#get-started-video-uninstall{
  overflow: inherit;
}

#top-section-update-page{
  font-size: 20px;
}

#view-sending-report-display{
  text-align: center;
}

#page-top-right-button-section{
  padding: 0px !important;
  margin-left: auto;
  float: right;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2.5px;
}

#pricing-button {
  background-color: transparent;
}

#subtext-homepage{
  font-style: italic;
}