@import url(./fonts-x800.css);
body,
html {
  height: 100%
}

html {
  font-family: 'Baloo Bhai 2', cursive;
  background: #000;
  text-align: center;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: table;
  margin: auto
}

body {
  padding-right: 10px;
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle
}

div {
  margin-right: 10px;
  margin-left: 10px
}

input {
  border: #fff solid 2px;
  outline: 0;
  font-size: 17px;
  font-family: sans-serif;
  border-radius: 5px;
  padding: 5px;
  transition: .3s;
  background-color: #000;
  color: #eead0e
}

input:focus {
  background-color: #eead0e;
  color: #000
}

button {
  color: #eead0e;
  font-weight: 800;
  border: #eead0e solid 3px;
  padding: 10px;
  padding-right: 15px;
  padding-left: 15px;
  transition: .3s;
  font-size: 17px;
  border-radius: 50px;
  background-color: #000;
  margin-bottom: 20px
}

button:focus,
button:hover {
  border: #eead0e solid 3px;
  background-color: #eead0e;
  color: #000;
  cursor: pointer
}

a {
  font-weight: 700;
  color: #cce2d6;
  text-decoration: none;
  transition: .3s
}

a:focus,
a:hover {
  text-decoration: underline
}

input:focus::placeholder {
  color: #000
}

::placeholder {
  color: #fff
}

::selection {
  color: -webkit-linear-gradient(#000, #eee, #fff);
  background: rgba(252, 255, 0, .2)
}

.gradient {
  background: -webkit-linear-gradient(#8a360f, #eead0e, #cce2d6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700
}

.avatar {
  border-radius: 50%;
  max-width: 100vh;
  max-height: 100vh;
  border: #eead0e solid 3px;
  aspect-ratio: attr(width)/attr(height);
  box-shadow: 5px 10px 5px -2px #eead0e;
  -webkit-box-shadow: 5px 10px 5px -2px #eead0e
}

.avatar:hover {
  animation: shake .5s;
  animation-iteration-count: infinite
}

img[src="/resources/images/9f6f9cd156ce35e2d94c0e62e3eff462.png"] {
  border: none
}

.valign {
  vertical-align: middle
}

#center {
  margin-top: 5vh;
  height: 100w
}

#title {
  font-size: 3em
}

#logo {
  aspect-ratio: attr(width)/attr(height);
  margin-top: 20px
}

#profile-help-link {
  cursor: pointer;
  transition: .3s
}

@media only screen and (max-width:490px) {
  .modal {
    padding-top: 0
  }
  .modal-content {
    width: 100%;
    border: none;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    top: 0;
    left: 0;
    margin-right: 10% auto;
    margin-left: 10% auto;
    width: 100%
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, .7)
}

.modal-content {
  background-color: #000;
  margin: auto;
  padding: 20px;
  border: 2px solid #ee0;
  width: 80%;
  border-radius: 10px;
  vertical-align: middle;
  text-align: center
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  border: 2px solid #ee0;
  font-size: 1.5em
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein .5s, fadeout 1.5s 2s;
  animation: fadein .5s, fadeout 1.5s 2s
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0
  }
  to {
    bottom: 30px;
    opacity: 1
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0
  }
  to {
    bottom: 30px;
    opacity: 1
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1
  }
  to {
    bottom: 0;
    opacity: 0
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1
  }
  to {
    bottom: 0;
    opacity: 0
  }
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0)
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg)
  }
  20% {
    transform: translate(-3px, 0) rotate(1deg)
  }
  30% {
    transform: translate(3px, 2px) rotate(0)
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg)
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg)
  }
  60% {
    transform: translate(-3px, 1px) rotate(0)
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg)
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg)
  }
  90% {
    transform: translate(1px, 2px) rotate(0)
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg)
  }
}
