@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";

/* src/styles.scss */
body,
h1,
h2,
h3,
p,
ul,
li {
  margin: 0;
  padding: 0;
}
* {
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
*::-webkit-scrollbar {
  display: none;
}
body {
  overflow-x: hidden;
  font-family: "Segoe UI";
  background-color: #111111;
  color: #DEDEDE;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
  z-index: -1;
}
.container {
  padding: 20px 0;
}
main {
  padding: 20px 0;
  margin-top: 124px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: calc(100vh - 301px);
  position: relative;
}
.title {
  font-size: 80px;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
input {
  font-family: "Segoe UI";
}
.bold {
  font-weight: bold;
}
.semibold {
  font-weight: 600;
}
.animated_color_headline {
  font-size: 80px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  text-align: center;
  background:
    linear-gradient(
      120deg,
      rgb(75, 44, 168) 20%,
      rgb(0, 150, 168) 40%,
      rgb(0, 150, 168) 60%,
      rgb(75, 44, 168) 90%,
      rgba(0, 150, 168, 0) 100%);
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: 250%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine_text 1.5s ease-out forwards;
}
@keyframes shine_text {
  0% {
    background-position: 250%;
  }
  100% {
    background-position: 50%;
  }
}
.headline1 {
  margin-top: 2rem;
  font-size: 60px;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.textline1 {
  font-size: 25px;
  display: flex;
  justify-content: center;
  line-height: 1.5;
}
.gm_text_gradient {
  background:
    linear-gradient(
      120deg,
      rgb(75, 44, 168) 20%,
      rgb(0, 150, 168) 40%,
      rgb(0, 150, 168) 60%,
      rgb(75, 44, 168) 90%,
      rgba(0, 150, 168, 0) 100%);
  background-repeat: no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200%;
  background-position: 50%;
}
.verifyemailbeforeaccessingpage {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}
.wrong_shake {
  animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
.wrongcharacters {
  border-color: #ff0000 !important;
  animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
.wrongcharacters:hover {
  background-color: #865454 !important;
}
.wrongcharacters_text {
  color: red;
  font-size: 75%;
  font-weight: bold;
  display: none;
}
.wrongcharacters_text_80width {
  max-width: 80%;
}
.wrongcharacters_text_acronym {
  font-size: 70%;
}
.wrongcharactersbox {
  border: 2px solid #ff0000 !important;
  animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
.error_message_axios {
  color: red;
  font-weight: bold;
  display: none;
}
.otp-wrapper {
  position: relative;
  width: fit-content;
}
.otp_input {
  position: absolute;
  inset: 0;
  opacity: 0;
  caret-color: transparent;
}
.otp-boxes {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.otp-box {
  width: 40px;
  height: 56px;
  border-radius: 10px;
  background: #252525;
  color: #0096A8;
  font-size: 2rem;
  font-weight: bold;
  font-family: monospace;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  transition: border-color 0.15s ease;
}
.otp-box.active {
  border-color: #0096A8;
}
.otp-box.filled {
  background: #1d1d1d;
}
.swal-overlay {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}
.swal-modal {
  background-color: #111111;
  border: 3px solid #111E27;
  box-shadow: 0px 0px 30px #0096A8, 0px 0px 100px #0096A8;
  width: 750px;
}
.swal-icon,
.swal-icon::before,
.swal-icon::after,
.swal-icon--success__hide-corners {
  background-color: #111111;
}
.swal-title {
  background:
    linear-gradient(
      120deg,
      rgb(75, 44, 168) 20%,
      rgb(0, 150, 168) 40%,
      rgb(0, 150, 168) 60%,
      rgb(75, 44, 168) 90%,
      rgba(0, 150, 168, 0) 100%);
  background-repeat: no-repeat;
  background-size: 150%;
  animation: shine_text 1.5s ease-out forwards;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 250%;
  font-weight: bold;
  font-size: 30px;
}
.swal-text {
  color: #DEDEDE;
  font-size: 20px;
  text-align: center;
}
.swal-button {
  background-color: #111E27;
  border: 2px solid #0096A8;
  transition: 0.2s;
}
.swal-button:focus {
  box-shadow: none;
}
.swal-button:not([disabled]):hover {
  background-color: #0096A8;
  transform: scale(1.1);
  box-shadow: 0px 0px 20px #0096A8;
}
.swal-content__input {
  border: 2px #0096A8 solid;
  border-radius: 7px;
  padding-block: 0;
  padding-inline: 0;
  padding: 15px;
  width: 100%;
  background-color: #2E2E2E;
  color: #DEDEDE;
  font-size: 16px;
  outline: 0;
  transition: 0.3s;
  box-sizing: border-box;
}
.swal-content__input::placeholder {
  color: #909090;
}
.swal-content__input:hover {
  background-color: #0096A8;
  transform: scale(1.02);
}
.swal-content__input:hover::placeholder {
  color: #2E2E2E;
}
.swal-content__input:focus {
  border: 2px #0096A8 solid;
}
.swal-content__div {
  text-align: left;
}
#ban_user_content {
  text-align: center;
}
.swal-delete-yes {
  border: 2px solid #ff0000;
  background-color: #2E2E2E;
}
.swal-delete-yes:hover {
  color: #DEDEDE;
  background-color: #ff0000 !important;
  box-shadow: 0px 0px 30px #ff0000 !important;
}
.swal-button--loading {
  color: transparent !important;
}
.swal-content__wrapper {
  display: flex;
  flex-direction: row;
  padding: 20px 0;
  justify-content: center;
}
.swal-text-middle {
  margin-top: 20px;
  padding: 0;
}
.formular-input-datetime:hover {
  border-color: #0096A8;
  background-color: #555555;
}
.formular-input-datetime {
  border-radius: 7px;
  padding: 15px;
  background-color: #474747;
  border: 2px solid #757575;
  color: #DEDEDE;
  font-size: 16px;
  outline: 0;
  transition: 0.2s;
  color-scheme: dark;
  font-family: "Segoe UI";
  line-height: 1;
}
.formular-horizontal-or {
  display: flex;
  align-items: center;
  margin: 0 20px;
  font-size: 16px;
  color: #aaaaaa;
}
.creator_banuser_checkbox_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  font-size: 18px;
  padding: 0 10px;
  border-radius: 7px;
  outline: 0;
  transition: 0.2s;
  color-scheme: dark;
  -webkit-user-select: none;
  user-select: none;
  width: 186px;
}
.creator_banuser_checkbox_wrapper:hover {
  background-color: #555555;
}
#creator_banuser_checkbox {
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.lds-ripple {
  color: #0096A8;
}
.lds-ripple,
.lds-ripple div {
  box-sizing: border-box;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 150px;
  height: 150px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid currentColor;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 67.5px;
    left: 67.5px;
    width: 15px;
    height: 15px;
    opacity: 0;
  }
  4.9% {
    top: 67.5px;
    left: 67.5px;
    width: 15px;
    height: 15px;
    opacity: 0;
  }
  5% {
    top: 67.5px;
    left: 67.5px;
    width: 15px;
    height: 15px;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    opacity: 0;
  }
}
.lds-ellipsis,
.lds-ellipsis div {
  box-sizing: border-box;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 13.33333px;
  opacity: 0;
  animation: lds-ellipsis-appear 0.2s forwards 0.3s;
}
.lds-ellipsis div {
  position: absolute;
  width: 13.33333px;
  height: 13.33333px;
  border-radius: 50%;
  background: currentColor;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.lds-ellipsis.small {
  transform: scale(0.5);
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
