.widget {
    display: none;
    width: 20vw;
    right: 15px;
    height: 70vh;
    bottom: 9%;
    position: fixed;
    background: #f6f6f6;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 2px 10px 1px #b5b5b5;
}

.chat_header {
    height: 7%;
    background: transparent linear-gradient(180deg, #69D135 0%, #1ECA5D 100%) 0% 0% no-repeat padding-box;
    ;
    /* #6072e6 */
    border-radius: 10px 10px 0px 0px;
    padding: 5px;
    font-size: 20px;
    padding-bottom: 10%;
}

.chats {
    height: 520px;
    padding: 5px;
    margin-top: 5px;
    border-radius: 1px;
    overflow-y: auto;
    transition: 0.2s;
}


/* div.chats::-webkit-scrollbar {
	width: 0px;
	/* remove scrollbar space /
    background: transparent;
    / optional: just make scrollbar invisible */



*/
/* Track */
div.chats::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
div.chats::-webkit-scrollbar-thumb {
    background: #c0bebe;
}

/* Handle on hover */
div.chats::-webkit-scrollbar-thumb:hover {
    background: #918f8f;
}
#close {
    cursor: pointer;
}
.clearfix {
    margin-top: 2px;
    margin-bottom: 2px;
}
.message {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 0;
    margin-left: 0;
}
.botAvatar {
    /* border-radius: 50%; */
    
    width: 1.5em;
    height: 1.5em;
    float: left;
    margin-left: 5px;
    /* border: 2px solid #6072e6; */
}
.botMsg {
    float: left;
    margin-top: 5px;
    background: #ffffff;
    box-shadow: 2px 5px 5px 1px #efeef5;
    border: 1px solid #ffffff;
    margin-left: 0.5em;
    padding: 0.6em 1em;
    border-radius: 1.5em;
    max-width: 55%;
    min-width: 25%;
    font-size: 12px;
    word-wrap: break-word;
    text-align: inherit !important;
}
.userMsg {
    animation: animateElement linear 0.2s;
    animation-iteration-count: 1;
    margin-top: 5px;
    word-wrap: break-word;
    padding: 0.6em 1em;
    float: right;
    margin-right: 0.5em;
    background: transparent linear-gradient(180deg, #69D135 0%, #1ECA5D 100%) 0% 0% no-repeat padding-box;
    ;
    border: 1px solid transparent linear-gradient(180deg, #69D135 0%, #1ECA5D 100%) 0% 0% no-repeat padding-box;
    ;
    color: #fff;
    border-radius: 1.5em;
    margin-bottom: 0.15em;
    font-size: 12px;
    max-width: 55%;
    min-width: 25%;
    line-height: 1.5em;
}
.userAvatar {
    animation: animateElement linear 0.3s;
    animation-iteration-count: 1;
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    float: right;
    margin-right: 5px;
    border: 2px solid #6072e6;
}
.singleCard {
    /* height: 200px; */
    
    padding-left: 10%;
    padding-right: 10px;
}
.suggestions {
    padding: 5px;
    width: 100%;
    /* border-radius: 10px;
	background: #ffffff;
	box-shadow: 2px 5px 5px 1px #dbdade; */
}
.cardsImage {
    width: 100%;
    height: 80%;
    border-radius: 10px 10px 0px 0px;
}
.keypad {
    height: 45px;
    position: absolute;
    bottom: 10px;
    width: 320px;
}
.usrInput {
    background: #f1f0f0;
    padding: 0.5em;
    width: 18vw;
    margin-left: 4%;
    border-radius: 20px;
    box-shadow: 0px 2px 10px 1px #b5b5b5;
    border: 0;
    padding-left: 15px;
    height: 40px;
}
input:focus {
    outline: none;
}
video:focus {
    outline: none;
}
.menuTitle {
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.menu {
    padding: 5px;
}
.menuChips {
    background: #85eb8aa3;
    color: #188c33;
    text-align: center;
    padding: 8px;
    border: #85eb8aa3;
    margin: 5px;
    cursor: pointer;
    border-radius: 8px;
    font-size: 14px;
    word-wrap: break-word;
    float: right;
}
.imgcard {
    object-fit: cover;
    width: 80%;
    height: 90%;
    border-radius: 10px 10px 10px 10px;
    margin-left: 1%;
}
.chip {
    background-color: #6072e6;
    color: #fff;
    font-weight: normal;
    font-weight: 0;
    text-align: center;
}
@keyframes animateElement {
    0% {
        opacity: 0;
        transform: translate(0px, 10px);
    }
    
    100% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
}
.imgProfile {
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.16), 0 0px 10px 0 rgba(0, 0, 0, 0.12);
    background: transparent linear-gradient(180deg, #69D135 0%, #1ECA5D 100%) 0% 0% no-repeat padding-box;
    ;
    border-radius: 22px;
    width: 60px;
    padding: 10px;
}
.profile_div {
    /* display: none; */
    
    position: fixed;
    padding: 5px;
    width: 10%;
    bottom: 0;
    right: -65px;
    cursor: pointer;
}
.profile_toggle {
    display: none;
    position: fixed;
    padding: 5px;
    width: 5%;
    bottom: 0;
    right: 0;
    cursor: pointer;
}
.profileIcon {
    height: 15%;
    align-items: center;
    float: left;
    margin-right: 10px;
}
.bootToggle {
    padding: 2px;
    margin: 10px;
    border-radius: 30px;
    color: #ffffff;
    background: transparent linear-gradient(180deg, #69D135 0%, #1ECA5D 100%) 0% 0% no-repeat padding-box;
    ;
    font-size: 35px !important;
}
::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #605c5c;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: grey;
}
@media(max-width:800px) and (min-width:600px) {
    .widget {
        display: none;
        width: 70%;
        right: 5px;
        height: 90vh;
        bottom: 9%;
        position: fixed;
        background: #f6f6f6;
        border-radius: 10px 10px 10px 10px;
        box-shadow: 0px 2px 10px 1px #b5b5b5;
    }

    .usrInput {
        background: #f1f0f0;
        padding: 0.5em;
        width: 50%;
        margin-left: 4%;
        border-radius: 20px;
        box-shadow: 0px 2px 10px 1px #b5b5b5;
        border: 0;
        padding-left: 15px;
        height: 40px;
    }
  }
  @media(max-width:599px) and (min-width:400px) {
    .widget {
        display: none;
        width: 95%;
        left: 10px;
        height: 90vh;
        bottom: 9%;
        position: fixed;
        background: #f6f6f6;
        border-radius: 10px 10px 10px 10px;
        box-shadow: 0px 2px 10px 1px #b5b5b5;
    }

    .usrInput {
        background: #f1f0f0;
        padding: 0.5em;
        width: 90%;
        margin-left: 4%;
        border-radius: 20px;
        box-shadow: 0px 2px 10px 1px #b5b5b5;
        border: 0;
        padding-left: 15px;
        height: 40px;
    }
  }

  @media(max-width:399px) {
    .widget {
        display: none;
        width: 93%;
        left: 12px;
        height: 90vh;
        bottom: 9%;
        position: fixed;
        background: #f6f6f6;
        border-radius: 10px 10px 10px 10px;
        box-shadow: 0px 2px 10px 1px #b5b5b5;
    }

    .usrInput {
        background: #f1f0f0;
        padding: 0.5em;
        width: 90%;
        margin-left: 4%;
        border-radius: 20px;
        box-shadow: 0px 2px 10px 1px #b5b5b5;
        border: 0;
        padding-left: 15px;
        height: 40px;
    }
  }