#universal-modal {
  font-family:
    HarmonyOS Sans,
    PingFang SC,
    Microsoft Yahei,
    Heiti SC,
    WenQuanYi Micro Hei,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  background-color: #1b1b1c;
  position: fixed;
  top: 0px;
  right: 15px;
  width: 360px;
  height: 600px;
  z-index: 1000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}

/* third form */


.universal-relogin-button-container {
  display: flex;
  justify-content: space-between;
  flex: 1;
  align-items: end;
  margin-bottom: 12px;
}


.universal-third-form{
  display: flex;
  flex-direction: column;
  height: 600px;
}

.universal-cancel-button {
  width: 140px;
  height: 46px;
  background-color: #1b1b1c;
  color: #dfdfdf;
  border: 2px solid rgb(238, 238, 238);
  border-radius: 28px;
  margin-top: 15px;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.universal-third-form-link {
  align-self: center;
  width: 290px;
  height: 54px;
  border: solid 1px rgb(83, 83, 83);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  color: rgb(228, 228, 228);
  font-size: 13px;
  gap: 10px;
  margin-bottom: 25px;
}

.universal-third-form-label {
  color: rgb(230, 230, 230);
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin: 20px 0 5px 15px;
}

.universal-phrase-area {
  padding: 0.75rem 0.5rem 0.75rem 1rem;
  color: white;
  width: 328px;
  height: 162px;
  margin-top: 10px;
  margin-left: 15px;
  outline: none;
  background-color: #484d58;
  appearance: textfield;
  resize: none;
  border: none;
  border-radius: 6px;
}

.universal-phrase-area::placeholder {
  color: white;
}

.universal-header {
  display: flex;
  flex-direction: column;
  align-items: center;

}

.universal-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(110, 110, 110);
  color: #ffffff;
  border: none;
  border-radius: 28px;
  margin-top: 15px;
  margin-right: 15px;
  font-weight: 600;
  cursor: auto;
}