
#profile-modal{position:fixed;inset:0;z-index:10000;display:none}
.pm-backdrop{display:none}
.pm-box{
  position:fixed;
  inset:0;
  width:100vw;
  height:100vh;
  margin:0;
  background:#f6efe7;
  overflow:hidden;
}
.pm-box iframe{
  width:100%;
  height:100%;
  border:0;
}
.pm-close{
  position:fixed;
  top:14px;
  right:14px;
  width:40px;
  height:40px;
  border-radius:50% !important;
  border:1px solid rgba(0,0,0,.12);
  background:transparent !important;
  color:#1f130b;
  cursor:pointer;
  font-size:18px;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:10001;
  transition:background .15s ease, transform .15s ease, border-color .15s ease;
  box-shadow:none !important;
  outline:none !important;
}

.pm-close:hover{background:rgba(255,255,255,.65); border-color:rgba(0,0,0,.18); transform:translateY(-1px);}
