body {
  font-family: 'Roboto', sans-serif;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  font-size: 13px;
  background-size: cover;
  overflow: hidden;
}
.label-notyou {
  max-width: 70%;
}
.label-notyou span {
  word-wrap: break-word;
}
.errorEmail {
  margin-top: 5px;
}

.errorEmail,
.errorPassword,
.errorGoogle {
  color: #ea4335;
  font-size: 10px;
  display: none;
  width: 100%;
  position: relative;
  left: 10%;
  margin-top: 5px;
}

.errorEmailDuplicate {
  display: none;
  color: #ea4335;
  font-size: 10px;
}

/* Inline Message Container Styles - Matching Login Page Style */
.inline-message-container {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 15px auto 0 auto;
  display: none !important;
  justify-content: center;
  align-items: center;
}

.inline-message-container[style*="display: flex"] {
  display: flex !important;
}

.inline-message {
  font-size: 12px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  display: block !important;
  padding: 10px 16px;
  border-radius: 4px;
  width: 80%;
  text-align: center;
  line-height: 1.4;
  box-sizing: border-box;
  margin: 0 auto;
  visibility: visible !important;
}

.inline-message.success {
  color: #155724 !important;
  background-color: #d4edda !important;
  border: 1px solid #c3e6cb !important;
}

.inline-message.error {
  color: #dc2626 !important;
  background-color: #fef2f2 !important;
  border: 1px solid #fecaca !important;
}

.errorSignup {
  color: #ea4335;
  font-size: 10px;
  display: none;
  /* flex */
  width: 100%;
  position: relative;
  left: 10%;
  padding-top: 5px;
}

.error-message {
  color: red;
  display: none;
  font-size: 10px;
  text-align: left;
  /* Left-align the error messages */
}

#passwordForm {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

#loginFormWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 30px 40px 30px;
  background-color: white;
  position: relative;
  width: 450px;
  /* padding: 30px 0px; */
  justify-content: center;
  /* border: 1px solid #707070; */
  border-radius: 8px;
  /* height: 165px; */
}

.fixedSpace {
  height: 16px;
  display: flex;
}

.fixedSpaceMail {
  height: 16px;
  display: flex;
}

.hide {
  display: none !important;
}

.show {
  display: block;
}

#logoWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* position: absolute; */
  top: -50px;
  height: 40px;
}

.logo {
  width: 80px;
  height: 28px;
  padding-bottom: 10px;
  height: auto;
}

.lastLabel {
  padding-top: 15px;
  bottom: -50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(80% - 10px);
  padding-bottom: 15px;
}

/* Reduce padding for password page */
.passLogin .lastLabel {
  padding-top: 8px;
  padding-bottom: 8px;
}
.requestWithLogin {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: calc(80% - 10px);
  padding-bottom: 20px;
}
#loginForm {
  text-align: center;
  width: 100%;
}

#emailForm {
  padding-top: 20px;
  width: 100%;
}

.eachInput {
  width: 100%;
  position: relative;
}

.passwordInput {
  min-height: 56px;
  position: relative;
}

/* Reduce height on password page */
.passLogin .passwordInput {
  min-height: 40px;
}

.form-group {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  /* min-height: 171px; */
}

/* Reduce gap between email and password on password page */
.passLogin .form-group {
  gap: 8px;
}

.authentication {
  display: flex;
  flex-direction: column;
  width: 80%;
  color: #707070;
}

.error {
  color: #ea4335;
  display: none;
  /* flex */
  width: 80%;
  padding-top: 5px;
  font-size: 10px;
}

.authentication > label {
  padding-bottom: 5px;
  padding-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.authenticate {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  gap: 5px;
}

.buttonDiv {
  width: 80%;
  padding-bottom: 15px;
  margin-top: 10px;
}

/* Make GET OTP button same size as email input */
.checkEmail .buttonDiv {
  width: 80%;
  margin: 10px auto 0 auto;
}

.checkEmail .continueButton {
  width: 100%;
  height: 37px;
  padding: 0px 5px;
}

/* Full width button for password page */
.passLogin .buttonDiv {
  width: 80%;
  margin: 5px 0;
  padding-bottom: 5px;
}

.passLogin .buttonDiv button {
  width: 100%;
  height: 40px;
}

.label-login {
  font-style: normal normal;
  font-weight: bold;
  font-family: Roboto;
  font-size: 20px;
  color: #707070;
  text-transform: uppercase;
}

.label-create-account {
  font-style: normal normal;
  font-weight: normal;
  font-family: Roboto;
  color: #606165;
  font-size: 13px;
}

.label-create-account a {
  text-decoration: none;
}

.label-create-account span {
  color: #007bff;
}

.form-group input {
  padding: 0px 0px 0px 5px;
  height: 37px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 13px;
  width: calc(80% - 10px);
}

.form-group input:focus-visible {
  border: 2px solid #3b5998;
  outline: none;
}

button {
  display: block;
  height: 36px;
  position: relative;
  width: 100%;
  padding: 10px;
  background-color: #3b5998;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 13px;
}

button:disabled {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
  font-size: 13px;
}

button:not(:disabled) {
  background-color: #3b5998;
  color: white;
  cursor: pointer;
}
.loginNewDiv {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 8px;
  border: 1px solid #dadce0;
  background-color: #fff;
  margin-top: 10px;
  box-shadow: 0px 1px 1px #00000029;
}
.alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 0, 0, 0.7);
  color: white;
  text-align: center;
  padding: 10px;
}

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

#usernameInput {
  color: gray;
  /* Make the input text gray */
  cursor: text;
  /* Set cursor to text (active) */
}

.notyou {
  color: #3b5998;
  /* Make the "Use a different email id" text blue */
  cursor: pointer;
  margin-top: 10px;
  font-size: 13px;
  text-decoration: underline;
  /* Set cursor to pointer (active) */
}

#signInLink {
  cursor: pointer;
  color: #3b5998;
  /* Change the color if needed */
  /* Additional styling if necessary */
}

.checkEmail .passwordInput,
.checkEmail .loginButton,
.checkEmail .label-notyou,
.checkEmail .or-separator {
  display: none !important;
}

.passLogin .social-login-buttons,
.passLogin .or-continue-with,
.passLogin .continueButton,
.passLogin .label-signup,
.passLogin .create-account-center {
  display: none !important;
}

.googleAuth .auth-ms,
.googleAuth .passwordInput,
.googleAuth .buttonDiv,
.googleAuth .lastLabel,
.googleAuth .label-signup,
.googleAuth .or-continue-with {
  display: none !important;
}

.googleAuth .social-login-buttons .auth-google,
.googleAuth .social-login-buttons .authenticate{
  display: flex !important; 
}

/* Ensure Google button is always visible on first page */
.checkEmail .social-login-buttons .auth-google,
.checkEmail .social-login-buttons #googleButtonDiv {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.msAuth .auth-google,
.msAuth .passwordInput,
.msAuth .buttonDiv,
.msAuth .lastLabel,
.msAuth .label-signup,
.msAuth .or-continue-with {
  display: none !important;
}

.msAuth .social-login-buttons .auth-ms,
.msAuth .social-login-buttons .authenticate{
  display: flex !important; 
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.loader {
  animation: spin 3s linear infinite;
}

.passError .errorPassword {
  display: flex;
}

.infoLabel {
  font-size: 11px;
  font-style: italic;
  padding-top: 5px;
  text-align: left;
  color: #606165;
}

.signupForm {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  position: relative;
  width: 450px;
  /* padding: 30px 0px; */
  justify-content: center;
  border-radius: 8px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.signupForm #logoWrapper {
  position: initial;
  padding-top: 15px;
}

.signupForm select {
  color: #606165;
  height: 40px;
  padding: 0px 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  font-size: 11px;
}

.selectsDiv select {
  width: 50%;
  border: 1px solid #ccc;
  color: #606165;
  font-size: 11px;
  background-color: #fff;
}

.defaultTeamDiv select {
  height: 40px;
  color: #606165;
  border: 1px solid #ccc;
  font-size: 11px;
  background-color: #fff;
}

.inputsDiv {
  display: flex;
  flex-direction: column;
  width: 80%;
  gap: 10px;
}

.selectsDiv {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 40px;
  gap: 5px;
}

#logoWrapper {
  /* padding-top: 20px; */
  text-align: center;
}

.form {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.logo {
  top: 273px;
  left: 643px;
  width: 80px;
  height: 28px;
  height: auto;
  padding-bottom: 10px;
  padding-top: 10px;
}

#loginForm {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* height: 160px; */
  justify-content: space-evenly;
  padding-top: 20px;
}

.signForm-group {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  /* max-height: 200px;
  overflow-y: auto; */
}

.platforms {
  display: flex;
  flex-direction: row;
  text-transform: uppercase;
  width: 80%;
  gap: 25px;
  font-size: 12px;
  padding-bottom: 10px;
  color: #606165;
}

.defaultTeamDiv {
  display: flex;
  flex-direction: column;
  width: 80%;
}

.platformLabel {
  width: 80%;
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  color: #606165;
  padding-top: 10px;
}

.platforms span {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.signLabel-login {
  font-size: 13px;
  font-weight: normal;
  font-family: Roboto;
  color: #606165;
  padding-bottom: 10px;
}

.requestDiv {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}

.requestDiv button {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.platforms input {
  transform: scale(1.3);
  height: unset !important;
  padding: unset !important;
}

.label-login-create {
  font-style: normal normal;
  font-weight: normal;
  font-family: Roboto;
  color: #606165;
  padding-bottom: 100px;
}

.label-create-account {
  font-size: 13px;
  font-style: normal normal;
  font-weight: normal;
  font-family: Roboto;
  color: #606165;
}

.signForm-group input {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 38px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 11px;
}

.signForm-group input:focus-visible {
  outline: none;
  border: 1px solid gray;
}

.signForm-group select:focus-visible {
  outline: none;
  border: 1px solid gray;
}

button {
  display: block;
  width: 100%;
  padding: 6px 10px;
  background-color: #3b5998;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  height: 36px;
  text-transform: uppercase;
  min-width: 80px;
  box-sizing: border-box;
}

button:disabled {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
}

.alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 0, 0, 0.7);
  color: white;
  text-align: center;
  padding: 10px;
}

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

.dynamicDiv {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  height: 17px;
  font-size: 11px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* text-transform: lowercase; */
  /* max-width: 80%; */
  gap: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.dynamicDiv:hover {
  background-color: #3d6ab6 !important;
  color: #fff;
}

.custom-select {
  position: relative;
  display: inline-block;
  width: 49%;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 4px;
}

.custom-select::after {
  /* content: '\2304';
  font-size: 22px;
  position: absolute;
  bottom: -3px;
  right: 0px;
  transform: translateY(-50%); */
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #555 transparent transparent;
  transform: translateY(-50%);
}

.invalid {
  border: 1px solid #ff9999;
}

.selected-options {
  padding: 0px 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 11px;
}

.dropdown {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  max-height: 250px;
  overflow-y: auto;
  top: 40px;
  z-index: 9;
  width: 100%;
  min-height: 25px;
}

.dropdown-option {
  padding: 5px;
  cursor: pointer;
}

/* Style for the custom dropdown */
.custom-dropdown {
  position: relative;
  width: 50%;
  display: inline-block;
}

.custom-dropdown::after {
  /* content: '\2304';
  font-size: 22px;
  position: absolute;
  bottom: -3px;
  right: 0px;
  transform: translateY(-50%); */
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #555 transparent transparent;
  transform: translateY(-50%);
}

#teamListDropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  max-height: 250px;
  overflow-y: auto;
  top: 40px;
  z-index: 9;
  width: 100%;
  min-height: 25px;
}

#teamListDropdown.active .dropdown-content {
  display: block;
}
.loginpage {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  max-height: 250px;
  overflow-y: auto;
  top: 40px;
  z-index: 9;
  width: 100%;
  min-height: 25px;
}

.custom-dropdown label {
  display: flex;
  align-items: center;
}

.custom-dropdown input[type='checkbox'] {
  margin-right: 5px;
}

.custom-dropdown .dynamic-text {
  flex-grow: 1;
}

#teamListDropdown:hover .dropdown-content {
  display: block;
}

#inputTeamList:disabled:hover + .dropdown-content {
  display: none;
}

/* Add this CSS to your stylesheet */
.dropdown-item {
  color: #666;
  cursor: pointer;
}

/* Add a hover effect if desired */
.dropdown-item:hover {
  background-color: #f0f0f0;
}

.label-noservice {
  color: #717070;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

.enableDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #717070;
  /* border-top: 1px solid rgba(0, 0, 0, 0.1); */
  /* padding-top: 15px; */
}

.serviceLoginFormWrapper a {
  color: #007aff;
}

.enableLabel {
  font-size: 13px;
  padding-top: 15px;
}

.enableLabel img {
  vertical-align: middle;
}

.orClass {
  /* padding: 4px 0px 2px 0px; */
  text-transform: uppercase;
}

.logoClass {
  padding-bottom: 15px;
  text-align: center;
}

.serviceClass {
  padding-bottom: 4px;
  text-align: center;
}

#serviceImage {
  width: 55px;
  height: 52px;
  /* padding-bottom: 10px; */
  height: auto;
}

#copyImage {
  cursor: pointer;
  vertical-align: middle;
}

#copySuccess {
  display: none;
  color: #888;
  opacity: 0;
  transition: opacity 0.5s;
}

#signupLink {
  color: #3b5998; /* Change the color to blue */
  cursor: pointer;
}

#emailLink {
  color: #3b5998;
}

.loginpage .servicepage,
.loginpage .signuppage {
  display: none !important;
}

.servicepage .loginpage,
.servicepage .signuppage {
  display: none !important;
}

.signuppage .loginpage,
.signuppage .servicepage {
  display: none !important;
}
.signForm {
  width: 100%;
  display: block;
}
.signuppage,
.servicepage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
}

.classMweb body,
.classMweb #loginFormWrapper,
.classMweb #loginForm,
.classMweb .signupForm {
  background-color: #24252f;
}

.classMweb .form-group input,
.classMweb .signForm-group input,
.classMweb .defaultTeamDiv select,
.classMweb .selectsDiv select {
  background-color: #3c4043;
  border: 1px solid #3c4043;
  color: #fff;
}

.classMweb .label-login,
.classMweb .infoLabel,
.classMweb .signLabel-login {
  color: #fff;
}

.classMweb .label-create-account {
  color: #fff;
}

.classMweb .logo {
  display: none;
}

.classMweb #logoWrapper,
.classMweb .lastLabel {
  position: initial;
}

.classMweb .lastLabel,
.classMweb .requestDiv {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.classMweb #loginFormWrapper,
.classMweb .signupForm {
  height: 100%;
}

.classMweb {
  height: 100%;
}

.logoMweb:not(.classMweb) {
  display: none;
}

.classMweb .logoMweb {
  display: block;
  width: 80px;
}

.serviceForm #parentSelect,
.serviceForm #teamListDropdown,
.serviceForm #defaultTeamDropdown,
.serviceForm #signup-username-secondary,
.serviceForm #signup-username-tertiary,
.serviceForm #selectsDivId {
  display: none;
}
.loginFormWrapper .lastLabel {
  justify-content: space-between;
}
.serviceForm,
.sevicepage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
}

/* New styles for the updated UI */
.or-continue-with {
  display: flex;
  align-items: center;
  width: 80%;
  margin: 20px 0;
  gap: 10px;
}

.or-line {
  flex: 1;
  height: 1px;
  background-color: #dadce0;
}

.or-text {
  color: #707070;
  font-size: 12px;
  white-space: nowrap;
}

.social-login-buttons {
  display: flex;
  flex-direction: column;
  width: 80%;
  gap: 10px;
  margin-bottom: 10px;
}

.social-login-buttons .authentication {
  width: 100%;
  margin: 0;
}

.social-login-buttons .authentication > label {
  display: none;
}

/* Show Google button on first page */
.social-login-buttons .auth-google {
  display: block !important;
}

.social-login-buttons .auth-google #googleButtonDiv {
  display: block !important;
}

.social-login-buttons .authenticate {
  border: 1px solid #dadce0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  gap: 8px;
  background-color: white;
  cursor: pointer;
  transition: background-color 0.2s;
}

/* Google button specific styling */
.social-login-buttons #googleButtonDiv {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-login-buttons #googleButtonDiv iframe {
  width: 100% !important;
  max-width: 100%;
}

/* Ensure Google button aligns with other form elements */
.social-login-buttons .auth-google {
  width: 80%;
  margin: 0 auto;
}

.social-login-buttons .authenticate:hover {
  background-color: #f8f9fa;
}

/* Google error message styling */
.errorGoogle {
  text-align: center !important;
  margin-top: 10px !important;
  font-weight: 500;
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 4px;
  /*padding: 8px 12px;*/
  color: #dc2626 !important;
  font-size: 12px !important;
  position: relative !important;
  left: 0% !important;
  width: 80% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  height: 20px !important;
  align-items: center !important;
  justify-content: center !important;
}

.social-login-buttons .authenticate img {
  width: 20px;
  height: 20px;
}

.social-login-buttons .authenticate label {
  font-size: 14px;
  color: #3c4043;
  margin: 0;
  cursor: pointer;
}

.create-account-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 10px 0;
  text-align: center;
}

.create-account-center .label-create-account {
  text-align: center !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.create-account-center .label-create-account span {
  color: #3b5998 !important;
  cursor: pointer;
  font-size: 14px;
  text-align: center !important;
  display: inline-block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* OR separator for password page */
.or-separator {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 15px 0;
}

.or-separator .or-text {
  color: #707070;
  font-size: 12px;
  font-weight: normal;
}

/* Password page specific styling */
.passLogin .or-separator {
  margin: 8px 0 5px 0;
}

.passLogin .label-notyou {
  text-align: center;
  width: 100%;
  margin: 0;
}

.passLogin .label-notyou .notyou {
  display: block;
  text-align: center;
  margin: 0;
}

/* OTP Verification Page Styles */
.otpVerificationForm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: white;
  position: relative;
  min-height: 100vh;
  padding: 20px;
  width: 100%;
  padding-top: 40px;
}

/* OTP page uses same loginFormWrapper structure */
.otpVerificationForm #loginFormWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 450px;
}

/* OTP form gets the same styling as login form */
.otpVerificationForm #otpForm {
  background-color: white;
  border-radius: 8px;
  border: 1px solid #dadce0;
  box-shadow: 0px 1px 1px #00000029;
  padding: 40px;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}

/* Remove any unwanted borders or outlines from OTP form elements */
.otpVerificationForm #otpFormElement {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}

.otpVerificationForm .loginNewDiv {
  border: none;
  outline: none;
}

.otp-instructions {
  text-align: center;
  margin: 20px 0;
  color: #707070;
  font-size: 14px;
  line-height: 1.4;
}

.otp-instructions p {
  margin: 5px 0;
}


.otp-input-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
  padding: 0 20px;
}

.otp-input {
  width: 45px;
  height: 45px;
  border: 1px solid #dadce0;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  transition: border-color 0.2s;
}

.otp-input:focus {
  outline: none;
  border: 2px solid #3b5998;
  box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.1);
}

.otp-input.filled {
  border-color: #3b5998;
  background-color: #f8f9fa;
}

.otp-input.paste-highlight {
  border-color: #3b5998;
  background-color: #e3f2fd;
  box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.2);
  animation: pastePulse 0.2s ease-in-out;
}

@keyframes pastePulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.verifyButton {
  width: 100%;
  height: 40px;
  background-color: #3b5998;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s;
}

.verifyButton:disabled {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
}


.otp-actions {
  text-align: center;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 10px; */
}

/* Ensure button container is centered */
.buttonDiv {
  text-align: center;
  width: 100%;
}

/* OTP button styling to match login button */
.verifyButton {
  background-color: #3b5998;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.2s;
  text-align: center;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
}

.verifyButton:hover:not(:disabled) {
  background-color: #2d4373;
}

.verifyButton:disabled {
  background-color: #dadce0;
  color: #9aa0a6;
  cursor: not-allowed;
}

.resend-text {
  color: #707070;
  font-size: 14px;
  margin: 0;
}

.resend-button {
  background: none !important;
  border: none !important;
  color: #3b5998 !important;
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
  width: auto;
  height: auto;
  text-transform: none;
  margin-top: 20px;
  font-family: inherit;
  box-shadow: none !important;
  outline: none !important;
}

.resend-button:disabled {
  color: #ccc !important;
  cursor: not-allowed;
  text-decoration: none;
}

.resend-button:hover:not(:disabled) {
  color: #2d4373 !important;
  text-decoration: underline;
}

.different-email-button {
  background: none !important;
  border: none !important;
  color: #3b5998 !important;
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
  width: auto;
  height: auto;
  text-transform: none;
  margin-top: 30px;
  font-family: inherit;
  box-shadow: none !important;
  outline: none !important;
}

.different-email-button:hover {
  color: #2d4373 !important;
  text-decoration: underline;
}

.otp-error-container {
  text-align: center;
  margin: 10px 0;
  min-height: 20px;
}

.errorOtp {
  color: #ea4335;
  font-size: 12px;
  display: none;
}

#timerDisplay {
  font-weight: bold;
  color: #ea4335;
}

#resendTimer {
  font-weight: bold;
}

.otppage {
  display: none;
}

.loginpage.otpactive .otppage {
  display: flex !important;
}

.loginpage.otpactive #otpVerificationForm {
  display: flex !important;
}

.loginpage.otpactive .checkEmail,
.loginpage.otpactive .passLogin,
.loginpage.otpactive .googleAuth,
.loginpage.otpactive .msAuth {
  display: none !important;
}

.loginpage.otpactive #loginForm {
  display: none !important;
}

.loginpage.otpactive #loginFormWrapper {
  display: flex !important;
}

.loginpage:not(.otpactive) .otppage,
.loginpage:not(.signuppage) .signuppage,
.loginpage:not(.servicepage) .servicepage {
  display: none !important;
}

.signuppage .loginpage,
.signuppage .otppage,
.signuppage .servicepage {
  display: none !important;
}

.servicepage .loginpage,
.servicepage .otppage,
.servicepage .signuppage {
  display: none !important;
}

.otppage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1000;
}
