* {
  box-sizing: border-box;
}

html {
  position: relative;
  min-height: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  margin: 0;
  margin-bottom: 80px;
  max-width: 100%;
}

body.inverse {
  color: white;
  background-color: #6b4daa;
  margin-bottom: 0;
}

.subnavbar a,
.subnavbar a:visited {
  color: #6b4daa;
}

.subnavbar .active a {
  background-color: #6b4daa !important;
  color: white;
}

.clearfix {
  clear: both;
}

.container {
  margin: 0 auto;
  width: 100%;
  padding: 0 1rem;
}

.window {
  /* box-shadow: 0 0 5px #e8e8e8; */
  background-color: #f7f7f9;
  margin-bottom: 2rem;
}

.inverse .window {
  background-color: rgba(0, 0, 0, 0.2);
}

h1,
h2,
h3,
h4,
h5,
th {
  font-weight: 300;
}

td {
  font-size: 0.8rem;
  font-weight: 400;
}

center,
.center {
  text-align: center;
}

.small {
  font-size: 0.8rem;
}

.window h2 {
  /* font-size: 1rem; */
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}

.window .content {
  padding: 1em;
  font-size: 1em;
}

.window .content table {
  width: 100%;
}

.apps {
  list-style-type: none;
  text-align: center;
}

.apps {
  display: flex;
  flex-direction: column;
  margin-block-start: 0;
  padding-inline-start: 0;
}

.apps li {
  display: flex;
  padding: 1em;
}
.apps li a {
  width: 100%;
  border-radius: 10px;
}

.button {
  color: white;
  background-color: #6b4daa;
  font-size: 2rem;
  text-decoration: none;
  padding: 1em 1em;
  opacity: 1;
}

.button.alt {
  background-color: #f0ad4e;
}

td,
th {
  text-align: left;
}

th:last-child,
td:last-child {
  text-align: right;
  width: 10%;
}

@media (min-width: 600px) {
  .container {
    width: 600px;
  }
}

.login {
  font-weight: 200;
  margin: 0 auto;
  text-align: center;
}

.login p {
  font-size: 1em !important;
}

.login .logo {
  margin: 3rem 0 2rem;
}

.logo h1 {
  font-size: 4em !important;
  text-transform: uppercase;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.75);
}

.login input {
  font-size: 1.5em;
  min-width: 200px;
  border-radius: unset;
}

.login input[type='submit'] {
  -webkit-appearance: none;
  display: inline-block;
  background-color: #7a5eb2 !important;
  color: rgba(255, 255, 255, 0.8) !important;
  min-height: 50px;
  font-weight: 500;
  border-radius: 25px;
  border: unset;
  margin: 2em 0;
}

.login input[type='submit']:hover {
  background-color: #8268b7 !important;
  color: rgba(255, 255, 255, 1);
}

.login .error {
  font-weight: 200;
  font-size: 1.5rem;
  color: #f8f2ff;
}

label {
  display: block;
  margin-bottom: 0.5rem;
}

input {
  font-size: 0.8rem;
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  margin-bottom: 0.5rem;
}

input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.inverse input:-webkit-autofill {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 30px #6b4daa inset;
}

.inverse input[type='text'],
.inverse input[type='password'] {
  color: white;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #9575c3;
}

.inverse .login input[type='submit'] {
  background-color: transparent;
  transition: transform 150ms ease-in;
}
.inverse .login input[type='submit']:hover {
  opacity: 1;
}

input:focus {
  outline: none;
}

.user {
  display: flex;
  background-color: #6b4daa;
  color: white;
  padding: 0.5rem 1rem;
  font-size: 15px;
}

.user-web {
  display: flex;
  background-color: #9bb2c9;
  color: #6b4daa;
  padding: 0.5rem 1rem;
  font-size: 15px;
}

.user-web .logo {
  font-size: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 30px;
  display: inline-block;
  font-weight: 600;
}
.user .logo {
  font-size: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 30px;
  display: inline-block;
}

.user-web .logo .version,
.user .logo .version {
  font-size: 10px;
  margin-left: 5px;
  line-height: 15px;
}

.user-web .logout,
.user .logout {
  margin-left: auto;
  display: flex;
}

.user .logout a,
.user .logout span {
  padding: 0.5rem;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
}

.user-web .logout a,
.user-web .logout span {
  padding: 0.5rem;
  font-size: 16px;
  line-height: 24px;
  color: rgba(95, 29, 157, 0.886);
}

.user .logout a,
.user .logout a:visited {
  margin-left: 1rem;
  text-decoration: none;
  color: white;
  color: rgba(255, 255, 255, 0.5);
}

.user .logout a:hover,
.user .logout a:visited:hover {
  color: rgba(255, 255, 255, 0.75);
}

.subnavbar {
  display: block;
  background-color: #f7f7f9;
  margin-bottom: 2rem;
}

.subnavbar ul {
  padding: 0;
  margin: 0;
}

.subnavbar ul > li {
  font-size: 16px;
  list-style-type: none;
  display: inline-block;
}

.subnavbar a,
.subnavbar a:visited {
  display: inline-block;
  text-decoration: none;
  padding: 11px 15px;
}

.subnavbar a:hover,
.subnavbar a:visited:hover {
  color: #6b4daa;
}

li.active a:visited:hover {
  color: white;
}

table {
  margin: 0 auto;
}

.total-stats {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
}

.total-stats .item {
  padding: 0.5rem;
}

.total-stats .item h2 {
  font-size: 1rem;
}

.big-number {
  font-size: 3rem;
  font-weight: 300;
}

.footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 1em;
  line-height: 1em;
  color: #adb5bd;
  padding-bottom: 1rem;
}

.footer p {
  font-size: 12px !important;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  margin: auto;
  width: max-content;
}
.footer .logo {
  width: 150px;
  margin: 0.5em auto;
  padding: 0;
  opacity: 0.6;
}
