#widgetButton {
    width: 45px;
    height: 45px;
    background-color: #e01c1c;
    display: flex;
    align-items: center;
    border-radius: 100px;
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
}

#widgetButton svg {
    color: #ffffff;
    fill: #ffffff;
    margin: auto;
}
