#profile .kyc-reject-box .kyc-reject-reason,
.kyc-reject-box .kyc-reject-reason{
  display:none;
  align-items:flex-start!important;
  gap:10px!important;
  margin:8px 0 14px!important;
  color:#ffd24a!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1.65!important;
  word-break:break-word!important;
}

#profile .kyc-reject-box .kyc-reject-reason span,
.kyc-reject-box .kyc-reject-reason span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 22px!important;
  width:22px!important;
  height:22px!important;
  border-radius:50%!important;
  color:#151106!important;
  background:#ffd24a!important;
  box-shadow:0 0 16px rgba(255,210,74,.32)!important;
  font-size:14px!important;
  font-weight:900!important;
}

#profile .kyc-reject-box .kyc-reject-reason em,
.kyc-reject-box .kyc-reject-reason em{
  color:#ffd24a!important;
  font-style:normal!important;
}
