.transparentBgStyle {
  background-color: rgba(255, 255, 255, 0.47) !important;
  border-radius: 10px;
  color: white;
}
.blackBgStyle {
  background-color: rgba(0, 0, 0, 0.74);
  border-radius: 10px;
  color: white;
}
.whiteBgStyle {
  background-color: white;
  border-radius: 10px;
  border: 10px solid white;
}
.myVpProfilePic {
  border-radius: 100%;
  display: block;
  margin: auto;
}
.crmEntityFormView, .entitylist, .modal-content, .popover-content {
  border: 1px solid #ffffff !important ;
} 