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

.bt-link-to-ws {
    background-color: #25D366;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    position: relative;
    opacity: 1;
    margin-left: 5px;
}

.bt-link-to-ws svg {
    margin: auto;
    width: 28px;
    height: 28px;
    fill: white;
    margin-left: 7px;
    margin-top: 5px;
}

.message-span {
    color: #56c4cf;
    left: -145px;
    padding: 10px 15px;
    background-color: white;
    border: 1px solid #56c4cf;
    position: absolute;
    display: none;
    border-radius: 5px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    cursor: default;
    font-weight: bold;
}

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

.message-tip-2 {
    display: none;
    height: 30px;
    position: absolute;
    left: -12px;
    fill: #56c4cf;
}

.display-block {
    display: block;
}