#sbna-ccxai-chat-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #02796b;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 9999;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
#sbna-ccxai-chat-icon img {
    width: 30px;
    height: 30px;
}
#sbna-customer-widget-container {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 9998;
    display: none;
}
#sbna-ccxai-widget-frame {
    width: 376px;
    height: 555px;
    border-radius: 12px;
    overflow: hidden; /* Optional: Prevents content overflow */
}
#sbna-ccxai-chat-form {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    width: 360px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
#sbna-ccxai-chat-form img {
    height: 80px;
    width: 80px;
}
#sbna-ccxai-chat-form h6 {
    margin-top: 0;
}
#sbna-ccxai-name,
#sbna-ccxai-email,
#sbna-ccxai-phone {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
}
#sbna-ccxai-consent {
    margin-bottom: 10px;
}
#sbna-ccxai-submit-btn {
    background-color: #3EB08B;
    color: #fff;
    border: none;
    padding: 10px;
    width: 100%;
    cursor: pointer;
}
#customer-widget-container iframe {
    width: 400px;      /* desired widget width */
    height: 600px;     /* desired widget height */
    border: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    overflow: hidden;  /* hide rest of site */
}