:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #292929;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  font-weight: 500;
  color: #fff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

body {
  margin: 0;
  padding: 0;
  height: 100vh;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

#app {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 100vh;
}
header {
  padding-bottom: 10px;
}
header nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}
header nav ul li {
  margin: 0 10px;
}
header nav ul li a {
  font-size: 1.2em;
}

/* tooltip */
.ctrader-plugin-root > div:nth-child(5) {
  display: none !important;
}
/* 左サイドバー */
.ctrader-plugin-root > div:nth-child(3) > div > div > div > div:nth-child(1) {
  display: none !important;
}
/* 左スペース */
.ctrader-plugin-root > div:nth-child(3) > div > div > div > div:nth-child(2) {
  display: none !important;
}
/* ログインバー */
.ctrader-plugin-root
  > div:nth-child(3)
  > div
  > div
  > div
  > div:nth-child(3)
  > div
  > div:nth-child(1) {
  display: none !important;
}
/* 共有ブロック */
.ctrader-plugin-root
  > div:nth-child(3)
  > div
  > div
  > div
  > div:nth-child(3)
  > div
  > div:nth-child(2)
  > div:nth-child(2)
  > div
  > div
  > div
  > div
  > div
  > div:nth-child(1)
  > div:nth-child(1)
  > div
  > div
  > div
  > div
  > div:nth-child(1) {
  display: none !important;
}
.ctrader-plugin-root {
  padding: 0 10px 50px;
}
.top_block {
  max-width: 540px;
  margin: 20px auto;
}
