/**
* Theme Name: Puca Child
* Description: This is a child theme for Puca
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 2.6.23
* Template: puca
*/


/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
#button-body {
    width: var(--bubble-size, 60px);
    height: var(--bubble-size, 60px);
    border-radius: 28px;
    display: inherit;
    align-items: center;
    justify-content: center;
    pointer-events: initial;
    transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    color: rgb(5, 102, 255);
    background: var(--custom-background);
    margin-bottom: 123px;
}