html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
/*  background: #1e222d;*/
  background: transparent;
}

/* scrollbar */
::-webkit-scrollbar {
  width: 1px;
  height: 0;
  background: transparent;
}
::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
::-webkit-scrollbar-thumb {
  background: #007ACC;
  border: 0;
  border-radius: 0;
}
::-webkit-scrollbar-thumb:hover {
  background: #1C97EA;
}
::-webkit-scrollbar-thumb:active {
  background: #0765a5;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0;
  border-radius: 0;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

iframe, .tradingview-widget-container {
  width: 100%!important;
  width: 100%!important;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
}