#aj_progress.progress-bar {
  background: linear-gradient(90deg, #2a9fd6, #39ade7, #5bc0f7);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.25);
  opacity: 1;
}

#fragment-watch-panel,
.fragment-watch-panel,
.fragment-connect-toast,
.js-fragment-check {
  display: none !important;
}

/* TON price icon — blue diamond SVG (not Connect TON button) */
:root {
  --fragment-ton-icon: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2217%22%20viewBox%3D%220%200%2014%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.97487%202.55954C9.55301%202.55954%209.84229%202.55981%2010.1038%202.64059C10.3352%202.71215%2010.5502%202.82933%2010.7356%202.98532C10.9451%203.16161%2011.1016%203.4051%2011.4143%203.89157L12.7952%206.03806C13.0017%206.3593%2013.105%206.5204%2013.1331%206.68942C13.1578%206.83859%2013.1411%206.99228%2013.0852%207.13278C13.0219%207.29199%2012.8865%207.42718%2012.6165%207.69724L7.48757%2012.8261C7.24832%2013.0654%207.12844%2013.1846%206.9905%2013.2295C6.86918%2013.2689%206.73878%2013.2689%206.61745%2013.2295C6.47951%2013.1846%206.35963%2013.0654%206.12038%2012.8261L0.991475%207.69724C0.721431%207.42719%200.586094%207.29198%200.522725%207.13278C0.466869%206.99228%200.45014%206.83859%200.474873%206.68942C0.502982%206.5204%200.606257%206.35929%200.812764%206.03806L2.19362%203.89157C2.50635%203.4051%202.66287%203.16161%202.87233%202.98532C3.0577%202.82935%203.27272%202.71215%203.50417%202.64059C3.76565%202.55983%204.05499%202.55954%204.63308%202.55954H8.97487ZM8.56374%204.25388C8.49319%204.06321%208.22414%204.06321%208.15358%204.25388L7.6653%205.57126C7.63597%205.65022%207.57342%205.71292%207.4944%205.74216L6.17702%206.22946C5.98675%206.30012%205.98683%206.56888%206.17702%206.63962L7.4944%207.1279C7.57353%207.15718%207.63602%207.21967%207.6653%207.2988L8.15358%208.61618C8.22428%208.80647%208.49309%208.80651%208.56374%208.61618L9.05105%207.2988C9.08028%207.2198%209.143%207.15724%209.22194%207.1279L10.5403%206.63962C10.7303%206.5688%2010.7303%206.30021%2010.5403%206.22946L9.22194%205.74216C9.14293%205.71286%209.08032%205.65028%209.05105%205.57126L8.56374%204.25388Z%22%20fill%3D%22%234CB2FF%22%2F%3E%3C%2Fsvg%3E");
  --image-url-ton-icon: var(--fragment-ton-icon);
  --image-url-ton-btn-icon: var(--fragment-ton-icon);
  --image-url-warn-ton-btn-icon: var(--fragment-ton-icon);
  --image-url-ton-text-icon: var(--fragment-ton-icon);
  --image-url-tonkeeper: var(--fragment-ton-icon);
  --image-url-menu-bids: var(--fragment-ton-icon);
}

.icon-ton:before,
.icon-ton-text:before,
.btn .icon-ton:before,
.popup-body .icon-ton:before,
.form-control-wrap.icon-ton:before,
.tm-currency-tab .tab-icon-ton,
.tm-stars-price .tm-value.icon-ton:before,
.tm-form-radio-label .tm-value.icon-ton:before,
.icon-menu-bids:before,
.tm-search-field-hint .icon-ton:before,
.tm-grid-item-value.icon-ton:before,
.table-cell-value.icon-ton:before,
.tm-value.icon-ton:before {
  background-image: var(--fragment-ton-icon) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.icon-ton:before,
.tm-value.icon-ton:before,
.table-cell-value.icon-ton:before,
.tm-grid-item-value.icon-ton:before {
  width: 14px !important;
  height: 17px !important;
}

.icon-ton-text:before {
  width: 14px !important;
  height: 17px !important;
}

.btn .icon-ton:before,
.popup-body .icon-ton:before {
  width: 14px !important;
  height: 17px !important;
}
