body {
  text-align: justify;
  font-family: "Roboto Bold", sans-serif;
}

@media (max-width: 768px) {
  p {
    font-size: 13px;
    font-weight: 500;
  }
}
#successOverlay{
	display: none;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input {
  height: 55px;
  border: 2px solid #ffef9b;
  border-radius: 30px;
  background-color: transparent;
  color: white !important;
  padding: 1vw !important;
  font-size: 16px !important;
  background: linear-gradient(
    0deg,
    rgba(82, 22, 3, 1) 0%,
    rgba(62, 9, 3, 1) 55%,
    rgba(51, 7, 3, 1) 99%
  );
}

@media (max-width: 768px) {
  input {
    height: 44px;
    padding: 1.5svh !important;
    font-size: 12px !important;
  }
}

input:disabled {
  background: rgb(0, 150, 255);
  background: linear-gradient(
    90deg,
    rgba(0, 150, 255, 1) 0%,
    rgba(0, 54, 255, 1) 100%
  );
  font-size: 28px;
  font-weight: 500;
  padding: 0 16px;
  font-style: italic;
}

@media (max-width: 768px) {
  input:disabled {
    font-size: 21px;
  }
}

input::placeholder {
  color: #9ebdde;
  font-size: 16px;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

p {
  color: white;
}

span {
  color: white;
}
.text-highlight {
  color: aqua;
  text-transform: uppercase;
  font-weight: 800;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

.swiper-pagination-bullet {
  border-radius: 0 !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.swiper-pagination-bullet-active {
  background-color: white !important;
}

.modal-content {
  background-image: url("assets/images/landing3/bg-register.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  position: relative;
  width: 90%;
  aspect-ratio: 1;
}

.registerForm {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 768px) {
  .registerForm {
    width: 75%;
    top: 30%;
  }

  .registerCatcha img {
    width: 70px;
  }

  .registerForm-btns {
    margin-top: 16px !important;
  }
}

.registerForm .formItem {
  position: relative;
  width: 100%;
  margin-bottom: 1vw;
}

.registerForm .captcha {
  padding-left: 0 !important;
  display: flex;
  gap: 8px;

  input {
    width: 45%;
  }

  img {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .registerForm .formItem {
    margin-bottom: 1svh;
  }
}

.registerForm .formItem img {
  position: absolute;
  top: 7px;
  left: 8px;
  height: 40px;
  width: 40px;
}

#toggle-password {
  top: 15px;
  /* filter: invert(71%) sepia(14%) saturate(832%) hue-rotate(283deg) brightness(80%) contrast(92%); */
}

@media (max-width: 768px) {
  #toggle-password {
    top: 12px;
  }
}

@media (max-width: 768px) {
  .registerForm .formItem img {
    width: 32px;
    height: 32px;
    top: 6px;
    left: 6px;
  }
}

.registerForm .formItem input {
  width: 100%;
  padding-left: 60px !important;
}

@media (max-width: 768px) {
  .registerForm .formItem input {
    padding-left: 48px !important  ;
  }
}

.login-btn {
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.toggle-password {
  right: 14px;
  top: 14px;
  left: unset !important;
  width: 40px !important;
  height: 26px !important;
  cursor: pointer;
}

@media (max-width: 768px) {
  .toggle-password {
    right: 12px;
    top: 12px;
    left: unset !important;
    width: 32px !important;
    height: 20px !important;
  }
}

/* .gradient-border-mask {
  display: flow-root;
  position: relative;
  padding: 1.3rem;
  width: 33vw;
}

.gradient-border-mask::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  border: 5px solid transparent;
  background: linear-gradient(45deg, purple, orange) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
} */

.gradient-border-mask {
  display: flow-root;
  position: relative;
}

.gradient-border-mask::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  border: 5px solid transparent;
  /* background: linear-gradient(45deg, purple, orange, purple, orange); */
  background: linear-gradient(
    60deg,
    #f79533,
    #f37055,
    #ef4e7b,
    #a166ab,
    #5073b8,
    #1098ad,
    #07b39b,
    #6fba82
  );

  background-size: 200% 200%;
  animation: gradient-border-animation 3s ease alternate infinite;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.gradient-border {
  --borderWidth: 5px;
  background: #1d1f20;
  position: relative;
  border-radius: var(--borderWidth);
  border-radius: 30px;
  width: 33vw;
  padding: 24px;
}
.gradient-border:after {
  content: "";
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(
    60deg,
    #f79533,
    #f37055,
    #ef4e7b,
    #a166ab,
    #5073b8,
    #1098ad,
    #07b39b,
    #6fba82
  );
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
  border-radius: 30px;
}

@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient-border-animation {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.download-container {
  position: relative;
  z-index: 0;
  border-radius: 12px;
  overflow: hidden;
  padding: 24px;
}

.download-container::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: 100%100%, 50%50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  background-image: linear-gradient(#070707, #687aff);
  animation: bgRotate 4s linear infinite;
}

.download-container::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: linear-gradient(#06021d, #06021d);
  border-radius: 12px;
}

@keyframes bgRotate {
  100% {
    transform: rotate(1turn);
  }
}
