.mpSelectPopBg{
  position:fixed;
  inset:0;
  z-index:99996;
  background:rgba(0,0,0,.55);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px;
}
.mpSelectPop{
  width:min(92vw,520px);
  max-height:78vh;
  overflow:auto;
  background:#fff;
  border-radius:26px;
  box-shadow:0 20px 70px rgba(0,0,0,.38);
  padding:16px;
}
.mpSelectTitle{
  text-align:center;
  font-size:26px;
  font-weight:900;
  color:#111;
  margin:4px 0 14px;
}
.mpSelectOption{
  width:100%;
  border:1.5px solid #111;
  background:#fffdf4;
  color:#111;
  border-radius:20px;
  padding:15px 14px;
  margin:9px 0;
  font-size:20px;
  font-weight:900;
  text-align:center;
}
.mpSelectOption.active{
  background:#FFD400;
}
.mpSelectClose{
  width:100%;
  margin-top:12px;
  border:0;
  background:#111;
  color:#fff;
  border-radius:20px;
  padding:14px;
  font-size:18px;
  font-weight:900;
}
