﻿@keyframes rotating{100%{transform:rotate(360deg)}}.widgetHistoryChartBlock .widgetContainer-title p{max-width:60rem}.HistoryChart .TabItem{display:inline-flex;color:#fff;cursor:pointer;font-weight:300;text-decoration:none;transition:200ms;padding:0;background-color:rgba(0,0,0,0);outline:0;transition:200ms}.HistoryChart .TabItem:hover,.HistoryChart .TabItem:active{color:#ff5c00}.HistoryChart .TabItem.is-active{font-weight:700}.HistoryChart .HistoryChart-tabs{display:flex;padding-bottom:2rem;border-bottom:1px solid #fff;margin-bottom:6rem;justify-content:space-between;gap:2rem}.HistoryChart .TypeSelector{display:flex;flex-wrap:wrap;gap:2rem}@media(min-width: 62rem){.HistoryChart .TypeSelector{gap:5rem}}.HistoryChart .CurrencySelector{display:flex;gap:.8rem}.HistoryChart .CurrencySelector button{background-color:rgba(0,0,0,0);color:#fff;padding:0;outline:0;transition:200ms}.HistoryChart .CurrencySelector button.is-active{font-weight:bold;color:#ff5c00}.HistoryChart .CurrencySelector button:hover,.HistoryChart .CurrencySelector button:active{color:#ff5c00}.HistoryChart .HistoryGraph-wrapper{height:44rem}.HistoryChart .GraphTooltip{padding:1rem;border:1px solid #fff;background-color:#050505;color:#fff}.HistoryChart .GraphTooltip p{margin:0 0 .5rem;font-size:1.4rem}.HistoryChart .GraphTooltip p:last-child{margin:0}.HistoryChart .RadioFilter-container{display:flex;flex-wrap:wrap;margin:6rem 0;gap:3rem}.HistoryChart .RadioFilter{display:flex;align-items:center;cursor:pointer;font-weight:350;gap:1.5rem;user-select:none}.HistoryChart .RadioFilter::before{display:block;width:2.2rem;min-width:2.2rem;height:2.2rem;border:2px solid #fff;border-radius:50%;content:"";transition:.3s ease-out}.HistoryChart .RadioFilter.is-active::before{background-color:#fff}.HistoryChart .DateSelector-container{display:flex;flex-wrap:wrap;gap:4rem}.HistoryChart .DateSelector{position:relative;display:flex;align-items:center;font-weight:350;gap:1.5rem}.HistoryChart .DateSelector::after{position:absolute;top:50%;right:2rem;display:block;content:"";font-family:"icomoon",sans-serif;font-size:2rem;pointer-events:none;transform:translateY(-50%)}.HistoryChart .DateSelector input{position:relative;width:14.5rem;height:4rem;font-size:1.4rem;line-height:4rem}.HistoryChart .DateSelector input::-webkit-datetime-edit-day-field:focus{background-color:rgba(0,0,0,0);outline:0 none}.HistoryChart .DateSelector input[value=""]::-webkit-datetime-edit{color:rgba(0,0,0,0);font-size:0}.HistoryChart .DateSelector input[type=date]::-webkit-calendar-picker-indicator{position:absolute;top:0;right:0;bottom:0;left:0;width:auto;height:auto;background:rgba(0,0,0,0);color:rgba(0,0,0,0);cursor:pointer}