body {
  background: #E0EAFC;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #e3edfc, #cde0ff);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #e3edfc, #cde0ff);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

h1, h2, h3, h4, h5, h6, a, p, input, label, span, placeholder, li, button {
  font-family: "Inter", sans-serif;
}

.fw900 {
  font-weight: 900;
}

.fw700 {
  font-weight: 700;
}

.fw400 {
  font-weight: 400;
}

.fw100 {
  font-weight: 100;
}

input, textarea {
  display: block;
  width: 100%;
  padding: 15px;
  border: 1px solid #d2d2d2;
}

label {
  margin-bottom: 0px;
}

.element {
  transition-duration: 400ms;
  position: relative;
}

.element:hover {
  background-color: #efefef;
}

.score {
  border: none;
  background-color: white;
  transition-duration: 400ms;
  height: 100% !important;
}

.score:hover {
  background-color: #fffeee;
}

.btn {
  border-radius: 0;
}

.btn-brand {
  background: linear-gradient(135deg, #7b59ff 0%, #3901ff 100%);
  color: white;
  font-weight: 900;
}

.btn-brand-light {
  background: #ffffff;
  color: #7b59ff;
  font-weight: 900;
}

.btn-brand:hover {
  background-color: #501fff;
  color: white;
  font-weight: 900;
}

.navbar {
  background: #7b59ff;
  background: linear-gradient(135deg, #7b59ff 0%, #501fff 100%);
  color: white !important;
}

.white-bold {
  color: white !important;
  font-weight: 900;
  font-size: 1.5rem;
  text-shadow: 0 0 5px black;
}

.sub-meta {
  position: absolute;
  bottom: 0;
  left: 0;
}

.twitter {
  opacity: 0.2;
}

.twitter:hover {
  opacity: 1;
}

.cursor {
  cursor: pointer;
}

.bg-blue {
  background-color: #E1F2F7;
}

.shadow {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
}

.description img {
  max-width: 100%;
}

.nav-add {
  width: 48px;
  height: 48px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23FFFFFF'%3E%3Cpath d='M12 3c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm4 10h-3v3.13c0 .48-.39.88-.88.88h-.25c-.48-.01-.87-.4-.87-.88V13H8c-.55 0-1-.45-1-1s.45-1 1-1h3V7.88c0-.49.39-.88.88-.88h.25c.48 0 .87.39.87.88V11h3c.55 0 1 .45 1 1s-.45 1-1 1z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: 48px 48px;
  background-position: center center;
  background-repeat: no-repeat;
}

.w48 {
  width: 110px;
  height: 48px;
}

.comment-text {
  font-size: 18px;
  font-weight: 400;
}

.logo {
  max-width: 34px;
  margin-right: 5px;
}

.top-corner {
  position: absolute;
  top: 15px;
  right: 15px;
}

.CodeMirror, .CodeMirror-scroll {
  min-height: 200px;
}

.namelink {
  font-weight: 700;
}

.navylink {
  background: white;
  color: black;
  padding: 10px;
  font-size: 1.2rem;
}

.w-24 {
  width: 24px;
}

.toast {
  z-index: 999999;
  position: fixed !important;
  top: 60px !important;
  right: 20px !important;
  background-color: white;
  border: 2px solid #7b59ff;
  width: 600px !important;
}

.comment-image {
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

.category {
  display: inline;
  margin: 7px;
  padding: 5px 35px;
  background: rgba(222, 222, 222, 0.71);
  border: 1px solid #bfbfbf;
  border-radius: 30px;
  color: #3d3d3d;
}

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