:root{--dt-bg-color: #3a3a3a;--dt-bg-light: #3f3f3f;--dt-text-color: #fffff1;--dt-text-light: #b8b8af;--dt-border-color: #444;--dt-button-color: #80b733;--dt-icon-fill: #333}html.dark-mode{color-scheme:dark !important}html.dark-mode>body:not(#nav_header_root):not(#nav_header_root *){background-color:var(--dt-bg-light) !important;color:var(--dt-text-color) !important}html.dark-mode select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:var(--dt-bg-color);color:var(--dt-text-color);border:1px solid var(--dt-border-color);padding:.5em}html.dark-mode .week_forecast_box{background:url(/freshforex/i/ffcast/forecast_calendar.webp) no-repeat left top var(--dt-bg-color) !important}.dark_theme_toggle-container{position:fixed;right:75px;bottom:320px;display:flex;align-items:center;justify-content:center;z-index:10}.dark_theme_toggle{width:42px;height:42px;background:var(--dt-button-color);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s,transform .3s;box-shadow:0 0 10px rgba(0,0,0,.2)}.dark_theme_toggle svg{width:30px;height:30px;fill:var(--dt-icon-fill);transition:transform .3s;color:#fff}@media(max-width: 1000px){.dark_theme_toggle-container{right:14px;bottom:140px}}