.custom-launcher {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0px 2px 24px 0px #00000033;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgba(193, 233, 255);
    position: fixed;
    z-index: 10000;
    right: 16px;
    bottom: 16px;
    transition: visibility 0.3s, opacity 0.3s;
}

.custom-launcher._hide {
    opacity: 0;
    visibility: hidden;
}
