#intercom-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 108px;
    right: 15px;
    width: 50px;
    height: 50px;
    background-color: #323232;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
}

#intercom-placeholder svg {
    fill: #fff;
    width: 25px;
    height: 25px;
}
