#webchat-custom-widget-wrapper {
    width: 61px !important;
    height: 61px !important;
    position:fixed;
    bottom: 59px !important;
    left: 23px !important;
    border-radius: 50% !important;
    padding:.25px !important;
    background-color: #fff !important;
    box-shadow: 0 4px 14px rgba(184,169,201,.12),0 2px 6px rgba(224,195,252,.1),inset 0 1px 0 rgba(255,255,255,.6) !important;
    cursor: pointer !important;
    z-index: 1000000000 !important;
}

.img-frame {
    display: inline-block;
    padding: 6px; /* thinner, more premium */
    border-radius: 32px;
    background: linear-gradient(
        135deg,
        rgba(120, 140, 255, 0.25),
        rgba(180, 200, 255, 0.15),
        rgba(220, 230, 255, 0.08)
    );
    box-shadow:
        0 10px 30px rgba(80, 100, 200, 0.12),
        inset 0 1px 1px rgba(255, 255, 255, 0.6);
}

.img-frame-item {
    border-radius: 26px;
    overflow: hidden;
    background: #ffffff;
}
