
.shape img{
  width:52px;height:70px;object-fit:contain;display:block;margin:4px auto 0;
}
.shape small{
  position:absolute;left:5px;bottom:4px;color:#aeb7bc;font-size:9px;
}
.shapes.custom-mode{display:block!important}
.custom-upload-card{
  width:100%;min-height:260px;border:1px dashed #52616a;border-radius:8px;
  background:#0c1419;padding:22px;text-align:center;color:#dce3e7;
}
.custom-upload-icon{
  width:54px;height:54px;border:1px solid #b98330;color:#e0aa50;
  border-radius:50%;display:grid;place-items:center;margin:5px auto 15px;font-size:30px;
}
.custom-upload-card p{font-size:12px;line-height:1.5;color:#8f9ca3;margin:10px auto 16px;max-width:280px}
.custom-upload-btn{
  display:inline-block;background:linear-gradient(#e1b568,#c68c35);color:#17120b;
  border-radius:6px;padding:10px 18px;font-size:13px;font-weight:600;cursor:pointer;
}
.custom-upload-btn input{display:none}
.custom-file-name{font-size:11px;color:#8e999f;margin-top:10px}
.custom-form-preview{margin:14px auto 0;max-width:140px;max-height:150px}
.custom-form-preview img{max-width:100%;max-height:150px;object-fit:contain}
