.locked-input-wrap{
  position:relative;
  width:100%;
}

.locked-input-wrap input{
  width:100%!important;
  padding-left:46px!important;
  cursor:not-allowed!important;
  opacity:.9;
}

.locked-icon{
  position:absolute;
  left:16px;
  top:50%;
  transform:translateY(-50%);
  color:#27e6d3;
  font-size:16px;
  z-index:2;
}

.withdraw-kyc-tip{
  margin:10px 0 16px;
  padding:12px 14px;
  border-radius:14px;
  background:rgba(255,183,77,.08);
  border:1px solid rgba(255,183,77,.18);
  color:#ffcf8a;
  font-size:13px;
  line-height:1.7;
}

