/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
a {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  text-align: center;
  color: #ffffff;
}
html, body {
  width: 100%;
  height: 100%;
  user-select: text;
  overflow: hidden;
  font-family: 'PingFangSC-Light', 'PingFang SC', 'STHeitiSC-Light', 'Helvetica-Light', 'Arial', 'sans-serif';
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input:-internal-autofill-selected {
  background: rgba(0,0,0,0)!important;
  box-shadow: 0 0 0 1000px #00192e inset !important;
  border: 1px solid rgba(0, 221, 255, 0.3)!important;
}
::-webkit-scrollbar-button {
  background-color: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-button {
  background-color: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: linear-gradient(180deg,rgba(0,221,255,1) 0%,rgba(0,170,255,1) 100%);
}
::-webkit-scrollbar-track-piece {
  background: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  border-radius: 0;
  background: #0C3865;
}
::-webkit-scrollbar-track-piece {
  background: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
/* arrow-start */
.top-left {
  position: absolute;
  width: 7px;
  height: 7px;
  left: 0;
  top: 0;
  border-top: 2px solid #00DDFF;
  border-left: 2px solid #00DDFF;
  margin: -1px 0 0 -1px;
}
.top-right {
  position: absolute;
  width: 7px;
  height: 7px;
  right: 0;
  top: 0;
  border-top: 2px solid #00DDFF;
  border-right: 2px solid #00DDFF;
  margin: -1px -1px 0 0;
}
.bottom-left {
  position: absolute;
  width: 7px;
  height: 7px;
  left: 0;
  bottom: 0;
  border-left: 2px solid #00DDFF;
  border-bottom: 2px solid #00DDFF;
  margin: 0 0 -1px -1px;
}
.bottom-right {
  position: absolute;
  width: 7px;
  height: 7px;
  right: 0;
  bottom: 0;
  border-right: 2px solid #00DDFF;
  border-bottom: 2px solid #00DDFF;
  margin: 0 -1px -1px 0;
}
/* arrow-end */
.green-ball {
  width: 3px;
  height: 3px;
  background: #2effb9;
  border-radius: 50%;
}
.red-ball {
  width: 3px;
  height: 3px;
  background: #e85252;
  border-radius: 50%;
}
.yellow-ball {
  width: 3px;
  height: 3px;
  background: #e8bf14;
  border-radius: 50%;
}
.module-style {
  border: 1px solid rgba(0, 221, 255, 0.15);
    z-index: 10;
}
