.cmeEducationPopUpContainer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
.cmeEducationPopUpContainer .cmeEducationPopUpOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background-color: #c0c0c0;
  opacity: 0.4;
}
.cmeEducationPopUpContainer .cmeEducationPopUp {
  position: fixed;
  text-align: center;
  background-color: #eeeeee;
  padding: 20px;
  left: 50%;
  top: 30%;
  box-shadow: -5px 15px 25px -6px #000000, 5px 15px 25px -6px #000000;
  z-index: 10000;
  border: 2px solid black;
}
.cmeEducationPopUpContainer .cmeEducationPopUp .cmeEducationClose {
  position: absolute;
  top: 0;
  right: 5px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .cmeEducationPopUpContainer .cmeEducationPopUp {
    font-size: 20px;
    top: 5%;
    left: 5%;
    right: 5%;
    bottom: 30%;
  }
  .cmeEducationPopUpContainer .cmeEducationPopUp div {
    padding: 10px;
  }
}
