#support-chat {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    border: 0.5px solid rgb(79 73 73 / 52%);
    border-radius: 5px;
    display: none;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.chatLogo {

    width: 49px;
    position: relative;

    right: 4px;
}



.img-send {
    height: 2.2rem;
    background: white;
    box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 0.5px solid rgba(253, 245, 230, 0);
    border-radius: 5px;
    margin-left: 8px;
    margin-top: 2px;

}

.img-send:hover {
    height: 2.5rem;
    background: rgba(70, 160, 196, 0.171);
    box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 0.5px solid rgba(253, 245, 230, 0);
    border-radius: 5px;

}

.chatgif {
    width: 3.5rem;
    height: 3.5rem;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background-color: #238bd8;;
    box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.699), 0 6px 20px 0 rgba(0, 0, 0, 0.719);
    border: 0.5px solid rgba(253, 245, 230, 0.89);
    border-radius: 35px;
}

.chatgif:hover {
    width: 3.5rem;
    height: 3.5rem;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background-color: #238ad896;
    box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.349), 0 6px 20px 0 rgba(0, 0, 0, 0.397);
    border: 0.5px solid rgba(253, 245, 230, 0.89);
    border-radius: 35px;
}

.chatsao {
    color: #fff;
    font-size: 20px;
    position: relative;
    top: 1rem;
}

.chatexit {

    background: #e0dcdcd0;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: auto;
    border: solid 2px transparent;
    transition: .6s;
    margin-top: 0.66rem;
    margin-left: 5px;
}

.chatexit:hover {

    background: #2626eb6b;
    ;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: auto;
    border: solid 2px transparent;
    transition: .6s;
}

.chatheader {
    width: 30rem;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    background: rgb(0, 212, 255);
    background: linear-gradient(90deg, rgba(0, 212, 255, 1) 0%, rgba(73, 168, 210, 1) 0%, rgba(34, 98, 159, 1) 100%, rgba(2, 0, 36, 1) 100%);
    height: 60px;
    border-radius: 4px;
    box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.chattime {
    text-align: left;

}



.bot-message {
    font-family: "BYekan", 'B Yekan';
    background-color: #e9e9e9;

    border: 2px solid rgba(253, 245, 230, 0.89);
    border-radius: 8px;
    width: max-content;
    max-width: 432px;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: right;
    font-size: 15px;

    color: black;
    margin: 4px;
    margin-right: auto;
    margin-left: 8px;


}

.user-message {
    font-family: "BYekan", 'B Yekan';
    width: max-content;
    max-width: 432px;
    background-color: #d9ffed;
    border: 2px solid rgba(253, 245, 230, 0.89);
    border-radius: 8px;

    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: right;
    font-size: 15px;
    color: black;
    margin: 4px;
    margin-right: 8px;
}

#chat-window {
    width: 30rem;
    height: 357px;
    border: 1px solid #ccc;
    background: rgb(73, 168, 210);
    background: radial-gradient(circle, rgba(73, 168, 210, 1) 0%, rgba(34, 98, 159, 1) 99%, rgba(0, 212, 255, 1) 100%, rgba(2, 0, 36, 1) 100%);
    overflow-y: auto;
    overflow-x: hidden;

}

#chat-window::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#chat-window {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

#chat-input {
    width: calc(100% - 60px);
    height: 2.2rem;
    position: relative;
    top: 2px;
    right: 1px;
    border: 0.5px solid rgba(253, 245, 230, 0);
    border-radius: 5px;
}

#send-btn {
    width: 50px;
}

.chatfoter {
    display: flex;
    justify-content: space-between;
    background: #2b72ab;
    height: 2.5rem;
    box-shadow: 2px -3px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 4px;
}