/* 전체 스크롤바 디자인 */
.argus-os-windows *::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}
.argus-os-windows *::-webkit-scrollbar-thumb {
  background-color: var(--sub-gray);
  border-radius: 7px;
}
.argus-os-windows *::-webkit-scrollbar-thumb:hover {
  background-color: var(--main-gray);
}
.argus-os-windows *::-webkit-scrollbar-track {
  background-color: var(--border-line);
  border-radius: 7px;
}

/* 기본 문장 스타일 */
.sentence {
  font-size: 16px;
  color: var(--main-gray);
}

/* 페이지 접근 불가 */
.argus-not-granted-page {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: #8c8c8c;
  z-index: 50;
  left: 0;
  top: 0;
}

/* 차트 관련 */
.edit-chart-item-list {
  list-style: none;
  padding: 0;
  margin: 0;
}