.pk-tidio-icon {
    background-color: rgb(42, 39, 218);
    position: relative;
    &:hover {
        background-color: rgb(42, 39, 218);
    }
}
.pk-chat-button {
    position: absolute;
    height: 42px;
    white-space-collapse: collapse;
    text-wrap-mode: nowrap;
    background-color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 20px;
    justify-self: right;
    align-self: center;
    top:50%;
    right: 68px;
    transform: translateY(-50%);
    box-shadow: rgba(8, 15, 26, 0.08) 0px 2px 8px 0px, rgba(8, 15, 26, 0.12) 0px 2px 2px 0px;
    border-radius: 12px;
    color: #333;
    padding: 12px 16px;
    &:hover {
        background-color: rgb(255, 255, 255);
    }
    span {
        white-space-collapse: collapse;
        text-wrap-mode: nowrap;
        font-size: 16px;
        line-height: 20px;
        background: none;
    }
}