
:root{
--color-primary: #048BFF;
--color-secondary: #F9F9F9;
--font-color: #4F5050;
--background: #fff;
--dark: #141515;
}
.dark{
--color-primary: #17ed90;
--color-secondary: #171717;
--font-color: #ffffff;
--background: #161616;
--dark: #141515;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.55rem;
  letter-spacing: -0.015rem;
  color: var(--font-color);
  background: var(--color-secondary);
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  scroll-behavior:smooth;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
-webkit-appearance:none;
margin:0;
}
input[type=number]{
-moz-appearance:textfield;
}
::-webkit-scrollbar {
  width: 0;
}
::selection {
  background: rgba(30, 116, 253, 0.3);
}
a {
  transition: 0.2s all;
  color: var(--color-primary);
  outline: 0 !important;
}
a:hover, a:active, a:focus {
  outline: 0 !important;
  color: var(--color-primary);
  text-decoration: none;
}
button {
  outline: 0 !important;
}

button:hover, button:active, button:focus {
  outline: 0 !important;
}

.--button .--hit-btn{
width:100%;
background-color:#048bff;
padding:18px 25px!important;
border:none;
outline:none;
border-radius:15px;
color:#ffffff;
text-transform:uppercase;
font-size:16px!important;
font-weight:thin;
margin-top:15px;
}
.--button .--hit-btn2:focus{
box-shadow: none;
}
.--button .--hit-btn:disabled{
background-color:#cccc;
color:#444;
}

.login-passkey-btn {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 10px auto 0;
  padding: 11px 14px;
  border-radius: 10px;
  border: 1px solid #cdd8e6;
  background: #f7fbff;
  color: #1b4f82;
  font-size: 0.95rem;
  font-weight: 600;
  transition: all 0.2s ease;
}

.login-passkey-btn:hover {
  border-color: #048bff;
  background: #edf6ff;
}

.login-passkey-btn.is-unavailable,
.login-passkey-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.passkey-helper-text {
  margin: 0.65rem auto 0.2rem;
  max-width: 320px;
  text-align: center;
  color: #6f7e90;
  font-size: 0.83rem;
  line-height: 1.35;
}

.otp-top-row {
  display: flex;
  justify-content: flex-start;
}

.otp-back-link {
  border: 0;
  background: transparent;
  color: #048bff;
  font: inherit;
  font-weight: 500;
  font-size: 0.93rem;
  cursor: pointer;
  padding: 0.2rem 0;
}

.otp-content {
  padding: 0.3rem 0.4rem 0.1rem;
}

.otp-title {
  margin: 0.6rem 0 0.25rem;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  color: #1f2f3b;
  line-height: 1.2;
}

.otp-subtitle {
  margin: 0 auto;
  text-align: center;
  color: #8a98a8;
  max-width: 330px;
  font-size: 0.95rem;
  line-height: 1.5;
}

.otp-email {
  color: #4a5d70;
  font-weight: 600;
}

.otp-box-group {
  margin-top: 1.35rem;
  display: grid;
  grid-template-columns: repeat(6, minmax(44px, 1fr));
  gap: 0.65rem;
}

.otp-digit {
  width: 100%;
  height: 54px;
  border: 1px solid #dbe3ec;
  border-radius: 12px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  color: #1f2f3b;
  background: #fff;
  outline: none;
  box-shadow: 0 2px 4px rgba(15, 23, 42, 0.04);
}

.otp-digit:focus {
  border-color: #2f80ed;
  box-shadow: 0 0 0 3px rgba(47, 128, 237, 0.18);
}

.otp-countdown-pill {
  margin: 1rem auto 0;
  min-width: 112px;
  padding: 0.42rem 0.85rem;
  border-radius: 999px;
  text-align: center;
  font-weight: 600;
  font-size: 0.95rem;
  color: #5b7085;
  background: #eef2f6;
}

.otp-verify-wrap {
  margin-top: 1.35rem;
}

.otp-verify-button {
  background: #2f80ed;
  border-radius: 12px;
  padding: 0.85rem 1rem;
  font-weight: 600;
  font-size: 1.05rem;
}

.otp-resend-wrap {
  margin-top: 0.95rem;
  text-align: center;
}

.otp-resend-btn {
  border: 0;
  background: transparent;
  color: #8a98a8;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0.2rem 0.45rem;
  cursor: default;
}

.otp-resend-btn #otp-resend-text {
  text-decoration: none;
}

.otp-resend-btn.is-active {
  color: #2f80ed;
  cursor: pointer;
}

.otp-resend-btn.is-active #otp-resend-text {
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 480px) {
  .otp-card {
    border-radius: 15px;
    padding: 0.85rem 0.8rem 0.25rem;
  }

  .otp-title {
    font-size: 1.55rem;
  }

  .otp-box-group {
    gap: 0.45rem;
  }

  .otp-digit {
    height: 50px;
    border-radius: 10px;
    font-size: 1.15rem;
  }
}

.material-alert-root {
  position: fixed;
  top: max(env(safe-area-inset-top), 12px);
  right: 14px;
  z-index: 12000;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
}

.material-alert {
  min-width: 230px;
  max-width: min(92vw, 360px);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  color: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.22);
  transform: translateY(-10px);
  opacity: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.material-alert.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.material-alert.is-hiding {
  transform: translateY(-8px);
  opacity: 0;
}

.material-alert-icon {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.22);
}

.material-alert-text {
  font-size: 0.92rem;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.material-alert-success {
  background: #1b8f48;
}

.material-alert-error {
  background: #c62828;
}

.material-alert-info {
  background: #1565c0;
}

.material-alert-warning {
  background: #ef6c00;
}
