.tsl-container {
    max-width: 360px;
    margin: 2em auto;
    padding: 1em;
    background: #111;
    border-radius: 10px;
}
.tsl-container h2 {
    text-align: center;
    margin-bottom: 20px;
}
.tsl-container input {
    width: 100%;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: none;
}
.phone-input {
  display: flex; 
}
.country-code {
  margin-right: 8px;
  color: #555;
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 12px;
  margin-bottom: 15px;
}
#tsl_phone {
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
}

.terms-text {
  font-size: 12px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.4;
}

.terms-text strong {
  font-weight: bold; 
}
.tsl-otp-inputs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
}
.tsl-otp-inputs input {
    width: 40px;
    text-align: center;
    font-size: 24px;
    margin: 0 5px;
}
.tsl-timer {
    text-align: center;
    margin-bottom: 10px;
}
.tsl-container button {
    background: linear-gradient(to right, #ff0000, #ffdd59);
    color: #fff;
    padding: 10px;
    width: 100%;
    border: none;
    border-radius: 8px;
    font-size: 18px;
}

#tsl_resend_otp {
  background: none;
  border: none;
  color: #ff0000;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  margin-top: 10px;
}

.jws-form-login-popup.jws-scrollbar.open {
  display: none !important;
}

.tsl-container button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}