.tawk-wr {
    position: fixed;
    right: 0;
    bottom: 0;
    height: 65px;
    width: 136px;
    font-size: 16px;
    background-color: #ffd0d0fc;
    border-radius: 9px;
    margin: 0 25px 25px 0;
    cursor: pointer;
}

.tawk-ct {
    height: 65px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.tawk-ct p {
    font-size: 14px;
    margin: 0;
}

.tawk-close {
    position: absolute;
    right: -6px;
    top: -8px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #ffd0d0fc;
}

.tawk-close p {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    padding: 2px 0 0 6px;
}