#safepal-modal {
  font-family: sans-serif;
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  right: 15px;
  width: 355px;
  height: 530px;
  z-index: 1000000;
  color: rgb(241, 241, 241);
  background: black;
  padding: 16px;
}

.safepal-header {
  margin-top: 200px;
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
}


.safepal-label {
  margin-left: 15px;
  color: black;
  text-align: center;
}

.safepal-sublabel {
  color: gray;
  font-size: 12px;
  margin-left: 60px;
}


/* second form */


.safepal-second-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  overflow: hidden;
  height: 100%;
}


.safepal-second-form-block {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #1C1D1F;
  padding: 12px;
  border-radius: 6px;
}

.safepal-second-form-block-info {
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid #a1a1e4;
}

.safepal-second-form-block-site-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.safepal-second-form-block-site-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.safepal-second-form-block-info-text {
  font-size: 12px;
}

.safepal-second-form-block-connect {
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  margin-top: 10px;
  color: #f0f0f0
}

.safepal-second-form-lable-3 {
  flex: 1;
  padding: 16px 0;
  width: 330px;
  border-radius: 6px;
  font-size: 16px;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: white;
}

.safepal-second-form-lable-4 {
  display: flex;
  border: 1px solid #a1a1e4;

  /* margin: 15px 0px; */
  border-radius: 6px;
  padding: 8px;
  width: 98%;
  color: white;
}

.safepal-second-form-hr {
  margin-top: 70px;
  color: rgb(255, 0, 0);
  background-color: aqua;
}

.safepal-relogin-button-container {
  display: flex;
  justify-content: space-between;
  margin: 0;
  flex: 1;
  align-items: end;

}

.safepal-cancel-button {
  width: 150px;
  height: 46px;

  background: transparent;
  color: #ffffff;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 12px;
  border: 1px solid #a1a1e4;
  /* flex-grow: 1; */
}

.safepal-relogin-button {
  width: 150px;
  height: 46px;
  background: #6a66ff;
  color: white;
  border: none;

  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 12px;
  /* flex-grow: 1; */
}

/* third form */
.safepal-third-form {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.safepal-third-form-label {
  color: White;
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin: 20px 0 5px 15px;
}

.safepal-send-button {
  width: 150px;
  height: 46px;
  background: #6d6d6d;
  color: white;
  border: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 12px;
}

.safepal-phrase-area {
  padding: 0.75rem 0.5rem 0.75rem 1rem;
  color: white;
  width: 305px;
  height: 160px;
  margin-top: 10px;
  margin-left: 12px;
  margin-right: 12px;
  outline: none;
  background-color: #15172a;
  appearance: textfield;
  resize: none;
  border: none;
  border-radius: 6px;
}
