.phone-notification
{
  background-color: #e2e2e2;
  height: 100vh;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  display: none;
  font-size: var(--antic-font-size);
  overflow: hidden;
  color: #1e1e1e;
}

.phone-notification .notification
{
  background:#000;
  display:none;
  height:100vh;
  left:0;
  position:absolute;
  top:0;
  width:100vw;
  z-index:999999999999999999;
}