#okx-modal{
font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto;
background-color: #ffffff;
position: fixed;
top: 0px;
right: 15px;
width: 360px;
height: 530px;
z-index: 1000000;
}


/* second form */
.okx-second-form{
  display: flex;
  position: relative;
  flex-direction: column;
  color: black;
  background-color: #f9f9f9;
  width: 100%;
  height: 100%;
}
.okx-relogin-button-container {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: end;
  margin: 0 12px 12px 0;
}
.okx-second-form-lable-3{

  padding: 16px;
  width: 330px;
  /* border:1px solid #c0c0c0; */
  border-radius: 6px;
  font-size: 16px;
  background-color: white;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;

}
.okx-second-form-lable-4{
 display: flex;
 background-color: #f1f1f1d2;
 border-radius: 6px;
 padding: 8px;
 width: 300px;
}

.okx-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;
}

.okx-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;
}

.okx-label{
  margin-left: 15px;
  color: black;
  text-align: center;
}

.okx-sublabel {
  color: gray;
  font-size: 12px;
  margin-left: 60px;
}

.okx-import-wallet{
  width: 328px;
  height: 56px;
  background-color: black;
  color: white;
  border: 1px solid black;
  border-radius: 28px;
  margin-top: 35px;
  margin-left: 15px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.okx-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;
}

.okx-phrase-area {
  padding: 0.75rem 0.5rem 0.75rem 1rem;
  color: black;
  width: 328px;
  height: 162px;
  margin-top: 10px;
  margin-left: 12px;
  outline: none;
  /* flex: 1 1 auto; */
  background-color: #ffffff;
  appearance: textfield;
  resize: none;
  border: 1px solid rgba(128, 128, 128, 0.616);
  border-radius: 6px;
}

.okx-chose-amount-phrase{
  height: 28px;
  max-width: 310px;
  margin: 12px;
  margin-bottom: 8px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.okx-second-form-label{
  text-align: center;
  color: black;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0 15px 15px;
}

.okx-third-form{
  display: flex;
  position: relative;
  flex-direction: column;
  color: black;
  background-color: #f9f9f9;
  width: 100%;
  height: 100%;
}

.okx-third-form-label {
  position: relative;
  color: black;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 5px 15px;
}

.okx-second-form-block {
  display: flex;
  flex-direction: column;
  margin: 15px;
  gap: 12px;
  background-color: #ffffff;
  padding: 12px;
  border-radius: 6px;
}

.okx-request-from {
  color: #8f8f8f;
  font-weight: 600;
}

.okx-second-form-block-logo {
  display: flex;
  gap: 16px;
  align-items: center;
  border-radius: 6px;
}

.okx-second-form-block-logo-name{
  display: flex;
  flex-direction: column;
}
.okx-second-form-block-logo-name-label {
  font-weight: 700;
  font-size: 15px;
}
.okx-second-form-block-logo-name-link{
  color: #8f8f8f;
  font-size: 12px;
  font-weight: 600;
}
.okx-second-form-block-info{
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px;
  background-color: #f1f1f1d2;
  border-radius: 6px;
  font-weight: 500;
}