:root {
  --q-color-primary: #233468;
}

html,
body {
  min-height: 100vh;
}

html {
  min-width: 1320px;
}

body {
  font-family: system-ui, -apple-system, blinkmacsystemfont, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

footer {
  font-size: 14px;
}

a {
  color: var(--q-color-primary);
  text-decoration: none;
}

th,
td {
  text-align: left;
}

main {
  padding-bottom: 100px;
}

.container {
  width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.sticky-position {
  position: sticky;
}

.file-name {
  color: var(--q-color-primary);
  cursor: pointer;
}

.word-break {
  word-break: break-all;
}

.notify {
  width: 200px;
  position: fixed;
  left: 50%;
  top: 20px;
  margin-left: -100px;
  display: none;
  transition: width 2s ease 1s;
}

.notify span {
  background: #21ba45;
  color: white;
  border-radius: 5px;
}

.left-bordered-title {
  font-size: 18px;
  padding-left: 10px;
  border-left: 4px solid var(--q-color-primary);
}
