.container-link-to-ws {
    width: 60px;
    height: 60px;
    position: fixed;
    display: grid;
    place-items: center;
    bottom: 30px;
    right: 20px;
    cursor: pointer;
    z-index: 100;
}

.bt-link-to-ws {
    background-color: #25D366;
    border: solid 5px white;
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: relative;
    opacity: 1;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 20%);
}

.bt-link-to-ws svg {
    margin: auto;
    width: 35px;
    height: 35px;
    fill: white;
    /* margin-left: 7px; */
    margin-top: 6px;
}

.message-span {
    color: #404040;
    left: -190px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 400;
    background-color: white;
    position: absolute;
    border-radius: 5px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    cursor: auto;
    display: none;
}

.message-tip {
    display: none;
    height: 30px;
    position: absolute;
    left: -22px;
    fill: white;
}

.display-block {
    display: block;
}