/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 21 2025 | 19:34:35 */
#widget-status-cliente {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

#widget-status-cliente .status-box {
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    padding: 12px 16px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    font-size: 14px;
    width: 220px;
    text-align: left;
}

#widget-status-cliente .status-box p {
    margin: 0 0 6px;
    font-size: 14px;
}

#widget-status-cliente .status-box a.btn {
    font-size: 13px;
    padding: 3px 8px;
}
