/* Namefoods Translate 2.2.4 — robust premium preferences popup. */
.nftr-v224-shell{
  width:370px!important;
  max-width:calc(100vw - 24px)!important;
  box-sizing:border-box!important;
  overflow:visible!important;
  border:1px solid #e1e2e6!important;
  border-radius:5px!important;
  background:#fff!important;
  box-shadow:0 22px 58px rgba(17,20,28,.17)!important;
}
.nftr-v224-shell__eyebrow{display:none!important}
.nftr-v224-shell__title{
  margin:0 0 18px!important;
  color:#18191d!important;
  font-size:21px!important;
  font-weight:600!important;
  line-height:1.2!important;
  letter-spacing:-.025em!important;
}
.nftr-v224-body{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
.nftr-v224-preferences{
  display:grid;
  gap:14px;
  width:100%;
  min-width:0;
  color:#1b1c20;
  font-family:inherit;
  box-sizing:border-box;
}
.nftr-v224-field{display:grid;gap:0;width:100%;min-width:0;margin:0;box-sizing:border-box}
.nftr-v224-field__label{
  position:absolute!important;
  width:1px!important;height:1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
}
.nftr-v224-field__control{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  width:100%;
  min-height:60px;
  border:1px solid #e0e1e5;
  border-radius:3px;
  background:#f3f4f5;
  box-sizing:border-box;
  transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;
}
.nftr-v224-field__control.has-leading{grid-template-columns:auto minmax(0,1fr) auto}
.nftr-v224-field__control:focus-within{
  border-color:#c9ccd3;
  background:#f7f7f8;
  box-shadow:0 0 0 3px rgba(94,47,255,.08);
}
.nftr-v224-field__leading{
  display:inline-grid;
  place-items:center;
  width:20px;height:20px;
  margin-left:15px;
  overflow:hidden;
  border-radius:4px;
  font-size:17px;
  line-height:1;
}
.nftr-v224-field__leading[hidden]{display:none!important}
.nftr-v224-field__select{
  appearance:none!important;
  -webkit-appearance:none!important;
  width:100%!important;
  min-width:0!important;
  height:58px!important;
  margin:0!important;
  padding:19px 38px 6px 16px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#202126!important;
  font:inherit!important;
  font-size:15px!important;
  font-weight:500!important;
  line-height:1.2!important;
  outline:none!important;
  box-shadow:none!important;
  cursor:pointer!important;
  box-sizing:border-box!important;
}
.nftr-v224-field__control.has-leading .nftr-v224-field__select{padding-left:10px!important}
.nftr-v224-field__control::after{
  content:attr(data-label);
  position:absolute;
  top:9px;left:16px;
  color:#777a82;
  font-size:11px;
  font-weight:500;
  line-height:1;
  pointer-events:none;
}
.nftr-v224-field__control.has-leading::after{left:45px}
.nftr-v224-payments{display:grid;gap:11px;padding:3px 0 4px;text-align:center}
.nftr-v224-payments__label{color:#292a2e;font-size:13px;font-weight:500;line-height:1.25}
.nftr-v224-payments__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px}
.nftr-v224-payment{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:48px;height:34px;padding:0 9px;
  border:1px solid #dfe1e5;border-radius:9px;background:#fff;
  color:#17275b;font-size:10px;font-weight:800;font-style:italic;line-height:1;
  box-sizing:border-box;
}
.nftr-v224-payment--mastercard{gap:0;min-width:49px;padding:0 8px}
.nftr-v224-mc-circle{display:block;width:18px;height:18px;border-radius:50%;background:#ef2b2d}
.nftr-v224-mc-circle+.nftr-v224-mc-circle{margin-left:-6px;background:#f7a800;opacity:.92}
.nftr-v224-payment--paypal{color:#123d85;font-size:9px}
.nftr-v224-payment--electron{min-width:50px;padding:0 5px;color:#1258a7;font-size:7px;text-align:center}
.nftr-v224-submit{
  width:100%;min-height:52px;margin:2px 0 0;padding:13px 22px;
  border:1px solid #111216;border-radius:999px;background:#111216;color:#fff;
  font:inherit;font-size:13px;font-weight:700;line-height:1;letter-spacing:.01em;text-transform:uppercase;
  cursor:pointer;box-shadow:none;box-sizing:border-box;
  transition:transform .15s ease,background .15s ease,opacity .15s ease;
}
.nftr-v224-submit:hover,.nftr-v224-submit:focus-visible{background:#25262b;outline:none;transform:translateY(-1px)}
.nftr-v224-submit:disabled{cursor:wait;opacity:.72;transform:none}
@media(max-width:600px){
  .nftr-v224-shell{width:calc(100vw - 24px)!important;max-height:calc(100vh - 24px)!important;overflow:auto!important}
  .nftr-v224-preferences{gap:11px}
  .nftr-v224-field__control{min-height:57px}
  .nftr-v224-field__select{height:55px!important}
  .nftr-v224-submit{min-height:49px}
}
