/* Welcome Passkey CSS Start*/
.welcome-to-passkey {
  font-family: 'HeeboRegular';
  max-width: 1120px;
  margin: 0 auto;
  padding: 56px 32px;
}

.welcome-to-passkey h1 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: rgba(0, 25, 40, 1);
  margin-bottom: 32px;
}

.welcome-to-passkey p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 25, 40, 1);
  margin-bottom: 16px;
}

.welcome-to-passkey h2 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(0, 25, 40, 1);
  margin-top: 24px;
  margin-bottom: 16px;
}

.welcome-to-passkey ol {
  margin-left: 20px;
  margin-bottom: 16px;
}

.welcome-to-passkey .actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 48px;
}

.welcome-to-passkey button {
  padding: 12px 24px;
  border-radius: 200px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
}

.welcome-to-passkey button:first-child {
  color: rgba(0, 117, 190, 1);
  background: none;
  border: none;
  margin-right: 8px;
}

.welcome-to-passkey button:last-child {
  color: white;
  background-color: rgba(0, 117, 190, 1);
  border: none;
}

.welcome-to-passkey .alternative {
  margin-top: 48px;
}

.welcome-to-passkey .alternative p {
  color: rgba(100, 108, 118, 1);
}

.welcome-to-passkey .alternative a {
  color: rgba(0, 117, 190, 1);
  text-decoration: none;
  font-weight: 500;
}

/* Welcome Passkey CSS End*/

/* Passkey Small Popup CSS Start*/

.passkey-small-popup-overlay {
  font-family: 'HeeboRegular';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background */
  z-index: 1000;
  /* Ensure it appears above the existing popup */
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-content {
  background-color: #FFFFFF;
  border-radius: 12px;
  width: 624px;
  padding: 24px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  z-index: 1010;
  /* Higher than the overlay */
}

.popup-content .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.8px solid #D9DCE1;
  padding-bottom: 16px;
  margin-bottom: 24px;
}

.popup-content h2 {
  font-size: 24px;
  color: #001928;
  font-weight: 400;
  margin: 0;
}

.popup-content .close-btn {
  background: none;
  border: none;
  cursor: pointer;
}

.popup-content .message {
  font-size: 16px;
  color: #001928;
  line-height: 24px;
  margin-bottom: 24px;
}

.popup-content .actions {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}

.popup-content button {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 24px;
  border-radius: 200px;
  cursor: pointer;
}

.popup-content .secondary-action-btn {
  color: #0075BE;
  background: none;
  border: none;
}

.popup-content .primary-action-btn {
  color: #FFFFFF;
  background-color: #0075BE;
  border: none;
}

/* Passkey Small Popup CSS End*/

/* Confirm Identity CSS Start*/
.confirm-your-identity {
  font-family: 'HeeboRegular';
  max-width: 1120px;
  margin: 0 auto;
  padding: 56px 32px;
}

.confirm-your-identity h2 {
  font-size: 24px;
  font-weight: 400;
  color: #001928;
  margin-bottom: 16px;
}

.confirm-your-identity p {
  font-size: 16px;
  line-height: 24px;
  color: #001928;
  margin-bottom: 16px;
}

.confirm-your-identity h3 {
  font-size: 18px;
  font-weight: 400;
  color: #001928;
  margin-top: 24px;
  margin-bottom: 8px;
}

.method-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #d9dce1;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
  cursor: pointer;
}

.method-info h4 {
  font-size: 16px;
  font-weight: 500;
  color: #001928;
  margin-bottom: 8px;
}

.method-arrow {
  width: 7px;
  height: 13px;
  background-image: url('assets/arrow-right.svg');
  background-repeat: no-repeat;
  background-position: center;
}

button {
  font-family: 'HeeboRegular';
  font-size: 14px;
  font-weight: 500;
  color: #0075be;
  background-color: transparent;
  border: 1px solid #d9dce1;
  border-radius: 200px;
  padding: 10px 20px;
  cursor: pointer;
}

.warning-message {
  display: flex;
  align-items: flex-start;
  background-color: #fff8e3;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
}

.warning-message img {
  margin-right: 8px;
  margin-top: 4px;
}

.warning-message p {
  margin: 0;
}

/* Confirm Identity CSS End*/

/* Nickname CSS Start*/
.passkey-nickname-container {
  font-family: 'HeeboRegular';
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.passkey-nickname-container h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.passkey-nickname-container .success-message,
.passkey-nickname-container .error-message {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 4px;
}

.passkey-nickname-container .success-message {
  background-color: #e6f4ea;
}

.passkey-nickname-container .error-message {
  background-color: #fce8e6;
}

.passkey-nickname-container .success-message img,
.passkey-nickname-container .error-message img {
  margin-right: 10px;
}

.passkey-nickname-container .instructions {
  margin-bottom: 20px;
}

.passkey-nickname-container ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

.passkey-nickname-container .input-container {
  margin-bottom: 20px;
}

.passkey-nickname-container label {
  display: block;
  margin-bottom: 5px;
}

.passkey-nickname-container input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.passkey-nickname-container input.error {
  border-color: #d93025;
}

.passkey-nickname-container .button-container {
  display: flex;
  justify-content: flex-end;
}

.passkey-nickname-container button {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.passkey-nickname-container .cancel {
  background-color: transparent;
  color: #1a73e8;
  margin-right: 10px;
}

.passkey-nickname-container .continue {
  background-color: #1a73e8;
  color: white;
}

.passkey-nickname-container .image-container {
  display: flex;
  justify-content: center;
}

/* Nickname CSS End*/


/* Passkey Registration Success CSS Start*/
.success-component {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 56px 32px;
  width: 100%;
  height: 100%;
}

.success-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.success-message {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.success-message h1 {
  font-family: 'HeeboRegular';
  font-size: 36px;
  color: rgba(65, 65, 65, 1);
  line-height: 40px;
  font-weight: 400;
}

.success-message p {
  font-family: 'HeeboRegular';
  font-size: 24px;
  color: rgba(65, 65, 65, 1);
  line-height: 28px;
  font-weight: 400;
}

.continue-button {
  background-color: rgba(0, 117, 190, 1);
  border-radius: 32px;
  padding: 8px 16px;
  font-family: 'HeeboRegular';
  font-size: 14px;
  color: white;
  font-weight: 700;
  letter-spacing: 0.25px;
  cursor: pointer;
  border: none;
}

/* Passkey Registration Success CSS End*/

/* Passkey Authentication CSS Start*/
.confirm-your-identity-with-a-passkey {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 56px 32px;
  font-family: 'HeeboRegular';
}

.confirm-your-identity-with-a-passkey h1 {
  font-size: 24px;
  color: rgba(0, 25, 40, 1);
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 32px;
}

.passkey-container {
  border: 1px solid rgb(217, 220, 225);
  border-radius: 12px;
  padding: 24px;
  width: 600px;
}

.passkey-list {
  margin-top: 16px;
}

.passkey-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgb(217, 220, 225);
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}

.add-passkey {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.8px solid rgb(217, 220, 225);
  border-radius: 12px;
  padding: 8px;
  margin-top: 16px;
  cursor: pointer;
}

.cancel-button {
  text-align: right;
  color: rgba(0, 117, 190, 1);
  font-weight: 500;
  margin-top: 16px;
  cursor: pointer;
}

.alternative-method {
  margin-top: 24px;
  text-align: center;
}

.alternative-method>div {
  color: rgba(0, 117, 190, 1);
  font-weight: 500;
  cursor: pointer;
}

/* Passkey Authentication CSS End*/