/* .lp-open-btn{padding:10px 18px;border-radius:4px;background:#d87938;color:#fff;border:none;cursor:pointer} */

.lp-open-btn{
    background: #d67832;
    color: white;
    padding: 12px 32px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    cursor:pointer;
    text-transform: uppercase;
}
.lp-open-btn:hover {
    background: #5362ad;
    color: white;
}
.lp-next{
 background: #d67832;
 color: white;  
 border-radius: 6px; 
}
.lp-next:hover{
 background: #5362ad;
 color: white; 
 border-radius: 6px; 
}
.lp-modal{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.6);display:flex;align-items:center;justify-content:center;z-index:99999}
.lp-modal-inner{background:#fff;padding:20px;border-radius:6px;max-width:600px;width:95%;position:relative;max-height:90vh;overflow:auto}
.lp-close{position:absolute;right:10px;top:10px;border:none;border-radius: 6px; color: white;
    background:#d67832;font-size:18px;cursor:pointer}
.lp-close:hover {
    background: #5362ad;
    color: white;
    border-radius: 6px;
}
.lp-prev{
    background: #d67832;
 color: white;  
 border-radius: 6px; 
}
.lp-prev:hover{
    background: #5362ad;
 color: white;  
 border-radius: 6px; 
}
.lp-submit{
     background: #d67832;
 color: white;  
 border-radius: 6px;  
}
.lp-submit:hover{
     background: #5362ad;
 color: white;  
 border-radius: 6px;  
}
.lp-step label{display:block;margin:8px 0}
.lp-actions{display:flex;gap:8px;margin-top:12px}
.text-danger{
    content: "*";
color: var(--bs-danger); /* Uses Bootstrap's danger color variable */
  margin-left: 0.25rem; /* Adds a little space */
}
