.acp-popup{
    position:fixed;
    bottom:90px;
    right:20px;
    background:#fff;
    padding:20px;
    border-radius:15px;
    box-shadow:0 12px 30px rgba(0,0,0,0.25);
    display:none;
    z-index:999999 !important;
    min-width:260px;
    max-width:90%;
    overflow:visible !important;
}
.acp-box input, .acp-box select{
    width:100%;
    margin-bottom:8px;
    padding:8px;
    border-radius:5px;
    border:1px solid #ddd;
}
.acp-box button{
    width:100%;
    padding:10px;
    border:none;
    border-radius:5px;
    background:#0073aa;
    color:#fff;
    cursor:pointer;
}
.acp-icon{
    position:fixed;
    bottom:20px;
    right:20px;
    z-index:999999 !important;
    cursor:pointer;
    font-size:20px;
    display:flex;
    align-items:center;
    justify-content:center;
}
@media(max-width:600px){
    .acp-popup{right:10px;bottom:80px;width:90%;}
    .acp-icon{right:10px;bottom:10px;}
}
