.close{
  /*background-image:url(/assets/icons/close-2.png);*/
  background-position:center;
  background-repeat:no-repeat;
  background-size: 60%;
  /*border-radius:50%;*/
  /*border:3px solid white !important;*/
}

.close svg{
  fill:white;
  width:13px;
  height:13px;
}

.close-circle{
  /*background-image:url(/assets/icons/close-2.png);*/
  background-position:center;
  background-repeat:no-repeat;
  background-size: 60%;
  border-radius:50%;
  /*border:3px solid white !important;*/
}

.close-circle svg{
  fill:white;
  width:13px;
  height:13px;
}

:root{
  --transparent-blue:rgba(104,195,226, 0.8);
}

.popup-bg{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:9999;
  /*background-color:var(--transparent-blue);*/
}

.popup-bg .placeHolderContainer{
  z-index:0 !important;
}
.popup-bg .placeholder{
  border-color:black;
}
