html[data-theme="light"] .om-scroll {
  background: #ffffff !important;
  color: rgba(13, 24, 38, 0.94) !important;
  border-color: rgba(51, 156, 255, 0.18) !important;
  box-shadow:
    0 1px 0 rgba(13, 24, 38, 0.04) inset,
    0 34px 76px -40px rgba(13, 24, 38, 0.48) !important;
}

html[data-theme="light"] .om-scroll > div:first-child {
  background: #ffffff !important;
  border-bottom-color: rgba(13, 24, 38, 0.08) !important;
}

html[data-theme="light"] .om-scroll [style*="rgba(255,255,255,0.94)"],
html[data-theme="light"] .om-scroll [style*="rgba(255, 255, 255, 0.94)"] {
  color: rgba(13, 24, 38, 0.94) !important;
}

html[data-theme="light"] .om-scroll [style*="rgba(255,255,255,0.72)"],
html[data-theme="light"] .om-scroll [style*="rgba(255, 255, 255, 0.72)"],
html[data-theme="light"] .om-scroll [style*="rgba(255,255,255,0.70)"],
html[data-theme="light"] .om-scroll [style*="rgba(255, 255, 255, 0.70)"] {
  color: rgba(74, 85, 100, 0.86) !important;
}

html[data-theme="light"] .om-scroll [style*="rgba(255,255,255,0.55)"],
html[data-theme="light"] .om-scroll [style*="rgba(255, 255, 255, 0.55)"],
html[data-theme="light"] .om-scroll [style*="rgba(255,255,255,0.50)"],
html[data-theme="light"] .om-scroll [style*="rgba(255, 255, 255, 0.50)"] {
  color: rgba(74, 85, 100, 0.72) !important;
}

html[data-theme="light"] .om-scroll [style*="rgba(255,255,255,0.42)"],
html[data-theme="light"] .om-scroll [style*="rgba(255, 255, 255, 0.42)"],
html[data-theme="light"] .om-scroll [style*="rgba(255,255,255,0.35)"],
html[data-theme="light"] .om-scroll [style*="rgba(255, 255, 255, 0.35)"] {
  color: rgba(74, 85, 100, 0.56) !important;
}

html[data-theme="light"] .om-scroll [style*="background:rgba(255,255,255,0.06)"],
html[data-theme="light"] .om-scroll [style*="background: rgba(255, 255, 255, 0.06)"] {
  background: rgba(51, 156, 255, 0.08) !important;
}

html[data-theme="light"] .om-scroll [style*="background:rgba(255,255,255,0.08)"],
html[data-theme="light"] .om-scroll [style*="background: rgba(255, 255, 255, 0.08)"] {
  background: rgba(51, 156, 255, 0.12) !important;
}

html[data-theme="light"] .om-scroll [style*="background:rgba(255,255,255,0.10)"],
html[data-theme="light"] .om-scroll [style*="background: rgba(255, 255, 255, 0.10)"] {
  background: rgba(13, 24, 38, 0.06) !important;
}

html[data-theme="light"] .om-scroll [style*="rgba(255,255,255,0.06)"][style*="border-bottom"],
html[data-theme="light"] .om-scroll [style*="rgba(255, 255, 255, 0.06)"][style*="border-bottom"] {
  border-bottom-color: rgba(13, 24, 38, 0.08) !important;
}

html[data-theme="light"] .heat-anim[style*="background:rgba(255,255,255,0.06)"],
html[data-theme="light"] .heat-anim[style*="background: rgba(255, 255, 255, 0.06)"] {
  background: rgba(51, 156, 255, 0.08) !important;
}

html[data-theme="light"] .heat-anim[style*="#339CFF 28%"][style*="#1f2226"] {
  background: color-mix(in srgb, #339CFF 20%, #ffffff) !important;
}

html[data-theme="light"] .heat-anim[style*="#339CFF 50%"][style*="#1f2226"] {
  background: color-mix(in srgb, #339CFF 42%, #ffffff) !important;
}

html[data-theme="light"] .heat-anim[style*="#339CFF 74%"][style*="#1f2226"] {
  background: color-mix(in srgb, #339CFF 66%, #ffffff) !important;
}

html[data-theme="light"] .heat-anim[style*="#339CFF 100%"][style*="#1f2226"] {
  background: #339CFF !important;
}

html[data-theme="light"] [style*="color:rgba(255,255,255,0.32)"] {
  color: rgba(74, 85, 100, 0.58) !important;
}

html[data-theme="light"] [style*="background:rgba(255,255,255,0.06)"][style*="width:9px"][style*="height:9px"] {
  background: rgba(51, 156, 255, 0.08) !important;
}

html[data-theme="light"] [style*="background:color-mix(in srgb, #339CFF 28%, #1f2226)"][style*="width:9px"][style*="height:9px"] {
  background: color-mix(in srgb, #339CFF 20%, #ffffff) !important;
}

html[data-theme="light"] [style*="background:color-mix(in srgb, #339CFF 50%, #1f2226)"][style*="width:9px"][style*="height:9px"] {
  background: color-mix(in srgb, #339CFF 42%, #ffffff) !important;
}

html[data-theme="light"] [style*="background:color-mix(in srgb, #339CFF 74%, #1f2226)"][style*="width:9px"][style*="height:9px"] {
  background: color-mix(in srgb, #339CFF 66%, #ffffff) !important;
}

html[data-theme="light"] [style*="background:color-mix(in srgb, #339CFF 100%, #1f2226)"][style*="width:9px"][style*="height:9px"] {
  background: #339CFF !important;
}
