body, html {
  background-color: #1e1e1e;
  color: white;
}

* {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
}

.appTitle {
  font-size: 26px;
}

.bg-dark {
  background-color: #545557 !important;
}

h2 {
  font-size: 19px;
  font-weight: normal;
}

.list-group-item:first-child {
  border-top: none;
}
.list-group-item:last-child {
  border-bottom: none;
}

.file-item .appTitle {
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
}
.file-item .division {
  font-size: 14px;
  line-height: 15px;
}
.file-item .appVersion {
  font-size: 12px;
  line-height: 15px;
}

.downloadCount {
  font-size: 12px;
  color: #666666;
  font-weight: 400;
}

.border-gray {
  border-color: #545559;
  border-top-width: 1px;
}

.container {
  max-width: 600px;
}

.loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(232, 231, 251);
  background: radial-gradient(circle, rgba(232, 231, 251, 0.6489189426) 0%, rgba(197, 197, 222, 0.5256696429) 35%, rgba(211, 248, 255, 0.4416360294) 100%);
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -80px;
  text-align: center;
  font-size: 60px;
}

.errors {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

/*# sourceMappingURL=style.css.map */
