/* These styles are generated from project.scss. */

.nav-link {
  margin-left: 2em;
}

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: none;
  background-image: none;
}

.select2-container {
  width: 320px !important;
  height: 38px !important;
}

.select2-selection {
  width: 320px !important;
  height: 38px !important;
}

.discord_login {
  color: #000;
  font-weight: 700;
  font-size: 1em;
  text-decoration: none;
  padding: 0.7em 1.8em;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.discord_login--gooey {
  color: #5865F2;
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 4px solid #5865F2;
  border-radius: 0;
  padding: 1.2em 3.4em;
  position: relative;
  transition: all 700ms ease;
}
.discord_login--gooey .discord_login__blobs {
  height: 100%;
  filter: url(#goo);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -3px;
  right: -1px;
  z-index: -1;
}
.discord_login--gooey .discord_login__blobs div {
  background-color: #5865F2;
  width: 34%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  transform: scale(1.5) translateY(125%) translateZ(0);
  transition: all 700ms ease;
}
.discord_login--gooey .discord_login__blobs div:nth-child(1) {
  left: -5%;
}
.discord_login--gooey .discord_login__blobs div:nth-child(2) {
  left: 30%;
  transition-delay: 60ms;
}
.discord_login--gooey .discord_login__blobs div:nth-child(3) {
  left: 66%;
  transition-delay: 25ms;
}
.discord_login--gooey:hover {
  color: #fff;
}
.discord_login--gooey:hover .discord_login__blobs div {
  transform: scale(1.5) translateY(0) translateZ(0);
}

.patreon_login {
  color: #000;
  font-weight: 700;
  font-size: 1em;
  text-decoration: none;
  padding: 0.7em 1.8em;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.patreon_login--gooey {
  color: #FF424D;
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 4px solid #FF424D;
  border-radius: 0;
  padding: 1.2em 3.4em;
  position: relative;
  transition: all 700ms ease;
}
.patreon_login--gooey .patreon_login__blobs {
  height: 100%;
  filter: url(#goo);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -3px;
  right: -1px;
  z-index: -1;
}
.patreon_login--gooey .patreon_login__blobs div {
  background-color: #FF424D;
  width: 34%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  transform: scale(1.5) translateY(125%) translateZ(0);
  transition: all 700ms ease;
}
.patreon_login--gooey .patreon_login__blobs div:nth-child(1) {
  left: -5%;
}
.patreon_login--gooey .patreon_login__blobs div:nth-child(2) {
  left: 30%;
  transition-delay: 60ms;
}
.patreon_login--gooey .patreon_login__blobs div:nth-child(3) {
  left: 66%;
  transition-delay: 25ms;
}
.patreon_login--gooey:hover {
  color: #fff;
}
.patreon_login--gooey:hover .patreon_login__blobs div {
  transform: scale(1.5) translateY(0) translateZ(0);
}

.bg-lightblue {
  background-color: #B8DAFF;
}

body {
  position: relative;
  overflow-x: unset !important;
}