.pmg-popup-container{
  position: fixed;
  left: 0;
  top: 4%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  z-index: 99;
}

.pmg-popup-content{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  min-width: 2rem;
  max-width: 6.84rem;
  max-height: 90%;
}

.pmg-popup-content-text{
  font-size: .22rem;
  word-break: break-word;
  font-weight: bold;
  padding: .1rem .2rem;  
  color: rgba(255, 255, 255, .7);
  border: .02rem solid rgba(211, 211, 211, .6);
  background: rgba(36, 36, 36, .8);
}