html body .parallel-control-popover{width:min(365px,calc(100vw - 24px));background:#17191f;border:1px solid #303642;border-radius:5px;box-shadow:0 24px 70px #000b;}
html body .parallel-control-head{height:43px;padding:0 14px;border-bottom:1px solid #303642}
html body .parallel-settings-body{padding:12px 14px 14px}
html body .parallel-preset-tabs{grid-template-columns:repeat(3,1fr) 32px!important;gap:3px;padding:3px;border:1px solid #2c3340;border-radius:8px;background:#14161b;margin-bottom:10px}
html body .parallel-preset-icon{border:0;border-radius:5px;color:#8195ff;background:#202d69;font-size:15px;cursor:pointer}
html body .parallel-tab-button{background:transparent!important;min-height:28px!important}
html body .parallel-preset-tabs .parallel-tab-button[aria-selected=true]{background:#293875!important;border-color:transparent!important}
html body .parallel-side-tabs{padding:3px;border:1px solid #2c3340;border-radius:8px;background:#14161b;margin-bottom:11px}
html body .parallel-side-button.is-active{background:#0f473e;color:#36dfbd}
html body .parallel-field-grid{gap:8px;margin-bottom:11px}
html body .parallel-field{background:#20232b;border:1px solid #303746;border-radius:5px;padding:0 7px 5px}
html body .parallel-field label{display:block;padding:5px 0 2px;font-size:10px;color:#8791a4}
html body .parallel-number-wrap{background:transparent;border:0;height:26px}
html body .parallel-number-wrap input{font-size:12px}
html body .parallel-fee-row,html body .parallel-tax-row{border-top:1px solid #2a303b;padding:9px 0;display:grid;grid-template-columns:105px 1fr;align-items:center;gap:8px}
html body .parallel-tax-row{border-top:0}
html body .parallel-setting-name{font-size:11px;color:#d5d9e2}
html body .parallel-mev-options{padding:3px;border:1px solid #2c3340;border-radius:8px;background:#14161b;margin:4px 0 10px}
html body .parallel-mev-button.is-active{background:#293875;color:#7e9cff}
html body .parallel-rpc-box{margin-top:3px}
html body .parallel-info{color:#8d97a8;border:1px solid #697386;border-radius:50%;font-size:9px;width:13px;height:13px;display:inline-grid;place-items:center}
html body [data-tooltip]{position:relative}
html body [data-tooltip]::after{content:attr(data-tooltip);position:absolute;z-index:10060;left:0;bottom:calc(100% + 7px);width:max-content;max-width:240px;padding:7px 9px;border:1px solid #303642;border-radius:4px;background:#20232a;color:#eef1f7;font:500 11px/1.3 system-ui,sans-serif;box-shadow:0 8px 20px #0008;opacity:0;pointer-events:none;transform:translateY(3px);transition:opacity .12s,transform .12s}
html body [data-tooltip]:hover::after,html body [data-tooltip]:focus-visible::after{opacity:1;transform:none}
