﻿.chatt_wrapperr {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -65%);
    width: 77%;
    font-family: "Inter", serif;
}

.chat-dis {
    margin-top: 20px;
}

    .chat-dis p {
        line-height: 20px;
        margin: 0;
        color: #000;
        font-size: 16px;
        font-weight: 700;
    }

        .chat-dis p span {
            color: #757575;
            font-size: 14px;
            font-weight: 400;
            margin: 0 0 5px;
            display: block;
            line-height: 18px;
        }

        .chat-dis p a {
            text-decoration: none;
            color: #000;
        }

        .chat-dis p img {
            width: 24px;
        }

        .chat-dis p.pleasehold {
            margin: 30px 0 50px;
            color: var(--main-bg-color);
            padding-top: 0px;
            font-size: 18px;
            font-weight: 700;
            line-height: 22px;
        }

    .chat-dis p.available {
        color: #000;
        font-size: 12px;
        font-weight: 500;
        margin: 0 0 0px;
        line-height: 16px;
        display: block;
        bottom: 0;
        position: absolute;
        text-align: center;
        position: absolute;
        top: 130%;
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%);
        width: 100%;
    }

.chat-bubble {
    background-color: var(--main-bg-color);
    padding: 25px 37px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    position: relative
}

.typing {
    align-items: center;
    display: flex;
    height: 17px;
}
.typing .dot {
    animation: mercuryTypingAnimation 1.2s infinite ease-in-out;
    background-color: #fff;
    border-radius: 50%;
    height: 9px;
    margin-right: 7px;
    vertical-align: middle;
    width: 9px;
    display: inline-block;
}

        .typing .dot:nth-child(1) {
            animation-delay: 200ms;
        }

        .typing .dot:nth-child(2) {
            animation-delay: 300ms;
        }

        .typing .dot:nth-child(3) {
            animation-delay: 400ms;
        }

        .typing .dot:last-child {
            margin-right: 0;
        }

@keyframes mercuryTypingAnimation {
    0% {
        transform: translateY(0px);
        background-color: #fff;
    }

    28% {
        transform: translateY(-15px);
        background-color: #fff;
    }

    44% {
        transform: translateY(0px);
        background-color: #fff;
    }
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid var(--main-bg-color);
    position: absolute;
    bottom: -8px;
    transform: rotate(135deg);
}

.d-none {
    display: none;
}

.chat_wrapper {
    position: absolute;
    left: -269px;
    top: -95px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 3px;
    width: 330px;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: space-between;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(247, 247, 249);
    border-image: initial;
    padding: 14px 10px;
    border-radius: 6px;
}

.chat_box_wrapper {
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 176px;
}

.chat_box {
    margin-left: auto;
    margin-right: 2px;
    border: 1px solid #f7f7f9;
    background-color: #fff;
    max-width: 330px;
    padding: 10px 10px 12px;
    box-shadow: 0 2px 3px rgba(0,0,0,.08);
    border-radius: 5px;
    color: #92929e;
    right: 20px;
    margin-bottom: 10px;
}

.chat_top, .chat_btm {
    display: flex;
}

    .chat_top p {
        line-height: 21px;
        font-weight: 400;
        color: #545454e0;
        font-size: 14px;
        margin-bottom: 10px;
    }

.chat_btm {
    justify-content: space-between
}

    .chat_btm p, .chat_btm p a {
        color: #92929e !important;
        font-size: 14px;
        margin-bottom: 0;
        padding: 0 3px;
    }

.chat_top img {
    width: 35px;
    height: 32px;
    margin-right: 7px;
    position: relative;
    top: 5px;
}

.chat_box_wrapper .chat_box {
    display: none
}

.chat_close {
    position: absolute;
    right: 0;
    top: -33px;
    background-color: #f7f7f9;
    border: 1px solid #fff;
    height: 25px;
    width: 25px;
    text-align: center;
    box-shadow: 0 2px 3px rgba(0,0,0,.08);
    color: #92929e;
    border-radius: 100%;
}

    .chat_close i {
        font-size: 13px;
    }

    .chat_close:hover {
        opacity: 0.8;
        cursor: pointer
    }

.chat_wrapper a {
    border-radius: 13px;
    font-size: 14px;
    font-weight: 500;
    color: #979797;
    position: relative;
    top: 1px;
}

    .chat_wrapper a span {
        display: inline-block;
        height: 10px;
        width: 10px;
        background-color: #2dc98a;
        border-radius: 100%;
        margin-right: 7px;
        position: relative;
        top: 0px;
    }

.chat_box_wrapper .chat_box:hover {
    cursor: pointer !important;
}

.inner_chat_icons i {
    color: #92929ead;
    font-size: 17px;
}

    .inner_chat_icons i:nth-child(2) {
        margin: 0 10px;
    }

.chat_wrapper {
    display: none;
}

    .chat_wrapper a, .chat_wrapper div {
        display: inline-block
    }

    .chat_wrapper a {
        float: left
    }

    .chat_wrapper div {
        float: right
    }

.site_chat img:nth-child(2) {
    position: fixed;
    bottom: 25px;
    width: 130px;
    right: 3px;
    transform: rotate(-23deg);
}

.site_chat .inner_chat_icons img:nth-child(2) {
    height: unset;
    width: unset;
    position: unset;
}

.site_chat {
    height: 60px;
    width: 60px;
    background-color: var(--main-bg-color);
    position: fixed;
    right: 24px;
    bottom: 20px;
    border-radius: 100%;
    text-align: center;
    padding: 14px 0;
    z-index: 99999;
    cursor: pointer;
}
