#bitget-modal {
  font-family: GT-America,system-ui,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji !important;
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  right: 15px;
  width: 360px;
  height: 530px;
  z-index: 1000000;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#bitget-modal * {
  font-family: GT-America,system-ui,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji !important;
}



#bitget-modal .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  margin-top: 20px;
  border: 4px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #00f0ff #00f0ff transparent transparent;
  margin-left: 160px;
}

.bitget-first-form {
  display: flex;
  height: 430px;
  align-items: center;
}

/* second form */
.bitget-second-form {
  display: flex;
  position: relative;
  flex-direction: column;
  color: black;
  /* background-color: #f9f9f9; */
  width: 100%;
  width: 340px;
  height: 100%;
}

.bitget-second-form-block {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  /* background-color: #14162f; */
  padding-bottom: 20px;
}

.bitget-second-form-block-site-from {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: gray
}

.bitget-second-form-block-site-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.bitget-second-form-block-site-title {
  font-size: 22px;
  max-width: 280px;
  margin-top: 10px;
  font-weight: 500;
  text-align: center;
  color: black;
  line-height: 1.3;
}


.bitget-relogin-button-container {
  display: flex;
  justify-content: space-between;
  flex: 1;
  align-items: end;
  padding-bottom: 12px;
}

.bitget-second-form-lable-3 {

  margin-top: 15px;
  padding: 16px;
  width: 330px;
  border-radius: 6px;
  font-size: 16px;
  background-color: white;
  align-self: center;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;

}

.bitget-second-form-lable-4 {
  display: flex;
  background-color: #f1f1f1d2;
  border-radius: 6px;
  padding: 8px;
  width: 300px;
}

.bitget-cancel-button {
  width: 140px;
  height: 46px;
  background-color: rgb(255, 255, 255);
  color: #242424;
  border: 1px solid #c0c0c0;
  border-radius: 28px;
  margin-top: 15px;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.bitget-relogin-button {
  width: 140px;
  height: 46px;
  background-color: #161616;
  color: white;
  border: 1px solid #161616;
  border-radius: 28px;
  margin-top: 15px;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.bitget-label {
  margin-left: 15px;
  color: black;
  text-align: center;
}

.bitget-sublabel {
  color: gray;
  font-size: 12px;
  margin-left: 60px;
}

.bitget-send-button {
  width: 140px;
  height: 46px;
  color: white;
  border-radius: 28px;
  margin-top: 15px;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 600;
  background-color: rgb(141, 140, 140);
  color: white;
  border: 1px solid rgb(141, 140, 140);
  border-radius: 28px;
  margin-top: 15px;
  margin-left: 15px;
  font-weight: 600;
  cursor: auto;
}

.bitget-phrase-area {
  padding: 0.75rem 0.5rem 0.75rem 1rem;
  color: black;
  width: 320px;
  height: 162px;
  margin-top: 10px;
  margin-left: 12px;
  outline: none;
  background-color: #ffffff;
  appearance: textfield;
  resize: none;
  border: 1px solid rgba(128, 128, 128, 0.616);
  border-radius: 6px;
}

.bitget-second-form-label {
  color: black;
  display: block;
  font-size: 26px;
  font-weight: 600;
  margin: 15px 0 15px 15px;
}

.bitget-third-form-label {
  color: black;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 5px 15px;
}

.bitget-third-form {
  display: flex;
  position: relative;
  flex-direction: column;
  color: black;
  width: 100%;
  width: 340px;
  height: 100%;
}