@import '../../../../../global/theme.less';

.disabled {
  background: fade(@button-default-bg, 30%) !important;
  border-color: transparent !important;
  cursor: default;
  &.dark {
    background: fade(@theme-color, 4%) !important;
  }
}

.popover {
  width: 650px;
}

.tradingDayIcon {
  width: 16px;
  height: 16px;
  fill: inherit;
}

.calendarIcon {
  font-size: 16px;
}
