#Smallchat .Layout-open {
    overflow: hidden;
    min-width: 400px;
    max-width: 400px;
    height: 530px;
    max-height: 530px;
    border-radius: 10px;
    color: #fff;
    -webkit-transition: right .1s cubic-bezier(.25,.25,.5,1),bottom .1s cubic-bezier(.25,.25,.5,1.1),min-width .2s cubic-bezier(.25,.25,.5,1.1),max-width .2s cubic-bezier(.25,.25,.5,1.1),max-height .2s cubic-bezier(.25,.25,.5,1.1),min-height .2s cubic-bezier(.25,.25,.5,1.1),border-radius 0ms cubic-bezier(.25,.25,.5,1.1),background-color 0ms cubic-bezier(.25,.25,.5,1.1),color 0ms cubic-bezier(.25,.25,.5,1.1);
    transition: right .1s cubic-bezier(.25,.25,.5,1),bottom .1s cubic-bezier(.25,.25,.5,1.1),min-width .2s cubic-bezier(.25,.25,.5,1.1),max-width .2s cubic-bezier(.25,.25,.5,1.1),max-height .2s cubic-bezier(.25,.25,.5,1.1),min-height .2s cubic-bezier(.25,.25,.5,1.1),border-radius 0ms cubic-bezier(.25,.25,.5,1.1),background-color 0ms cubic-bezier(.25,.25,.5,1.1),color 0ms cubic-bezier(.25,.25,.5,1.1);
}

#Smallchat .Layout-expand {
    height: 530px;
    min-height: 530px;
}

#Smallchat .Messages, #Smallchat .Messages_list {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.msg-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.msg-info-time {
    font-size: 0.85em;
}

div.conv-form-wrapper div#messages {
    transition: bottom 0.15s, padding-bottom 0.15s;
    position: absolute;
    bottom: 0px;
    height: auto !important;
    width: 100%;
    padding-bottom: 0px;
    overflow-y: scroll;
    margin-bottom:15px;
    overflow-x: hidden;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    display: block;
    /* flex-flow: column;*/
   /* flex-direction: column;
    flex-wrap: nowrap;*/
    /*max-height: 71vh;*/
}

div.conv-form-wrapper div.options {
    word-wrap: normal;
    white-space: nowrap;
    overflow-y: scroll;
    position: absolute;
    bottom: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*height:300px;*/
    max-height: 150px;
    /* transform: translateY(-5px); */
    /*transform: translateY(-5px);*/
}


    div.conv-form-wrapper div.options div.option {
        padding: 7px 12px;
        border: 1px solid #094f8d;
        display: block;
        margin: 5px;
        background: #fff;
        color: #094f8d;
        cursor: pointer;
        border-radius: 20px;
        font-size: 1.5rem;
        text-align: left;
        border-width: 2px;
        font-weight: 500;
    }

#HgtWdth {
    width: 50%;
    height: 50%;
}

.chat_close_icon {
    cursor: pointer;
    font-size: 25px;
    position: absolute;
    right: 12px;
    z-index: 9;
    padding-top: 20px;
}

form.convFormDynamic textarea.userInputDynamic {
    border: none;
    padding: 7px 10px;
    outline: none;
    font-size: 1.5rem;
    height: fit-content;
    float: left;
    width: calc(100% - 85px);
    line-height: 1.3em;
    min-height: 1.7em;
    max-height: 10rem;
    display: block;
    max-width: 88%;
    margin-right: 2.5%;
}

#ChatIcon {
    height: 100%;
    width: 100%;
}

.chat_on {
    position: fixed;
    z-index: 10;
    width: 60px;
    height: 60px;
    /*  right: 1%;
    bottom: 5%;*/
    /*  top: 88.9%;
    left: 94.6%;*/
    /* right: 1.9%;
    bottom: 1.9%;*/
    margin-right: 8px;
    margin-bottom: 3px;
    border-radius: 50%;
    text-align: center;
    padding: 0px;
    cursor: pointer;
    display: none;
    background-color: white;
}

.chat_on_icon {
    color: #fff;
    font-size: 25px;
    text-align: center;
}

.redAlert {
    color: red;
}
/*
#Smallchat,#Smallchat * {
 box-sizing:border-box; 
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 -webkit-tap-highlight-color:transparent
}
*/
#Smallchat .Layout {
    pointer-events: auto;
    box-sizing: content-box !important;
    z-index: 9999999999;
    position: fixed;
    bottom: 20px;
    min-width: 50px;
    max-width: 300px;
    max-height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 50px;
    box-shadow: 5px 0 20px 5px rgba(0,0,0,.1);
    -webkit-animation: appear .15s cubic-bezier(.25,.25,.5,1.1);
    animation: appear .15s cubic-bezier(.25,.25,.5,1.1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
    -webkit-transition: right .1s cubic-bezier(.25,.25,.5,1),bottom .1s cubic-bezier(.25,.25,.5,1),min-width .2s cubic-bezier(.25,.25,.5,1),max-width .2s cubic-bezier(.25,.25,.5,1),min-height .2s cubic-bezier(.25,.25,.5,1),max-height .2s cubic-bezier(.25,.25,.5,1),border-radius 50ms cubic-bezier(.25,.25,.5,1) .15s,background-color 50ms cubic-bezier(.25,.25,.5,1) .15s,color 50ms cubic-bezier(.25,.25,.5,1) .15s;
    transition: right .1s cubic-bezier(.25,.25,.5,1),bottom .1s cubic-bezier(.25,.25,.5,1),min-width .2s cubic-bezier(.25,.25,.5,1),max-width .2s cubic-bezier(.25,.25,.5,1),min-height .2s cubic-bezier(.25,.25,.5,1),max-height .2s cubic-bezier(.25,.25,.5,1),border-radius 50ms cubic-bezier(.25,.25,.5,1) .15s,background-color 50ms cubic-bezier(.25,.25,.5,1) .15s,color 50ms cubic-bezier(.25,.25,.5,1) .15s
}

.settings {
    background-color: #eee;
    height: 210px;
    width: 210px;
    position: relative;
    z-index: 100000000000;
    top: 122px;
    left: 1020px;
    border-radius: 10px;
    padding: 10px 3px 0px;
    animation-fill-mode: forwards;
    -webkit-transition: right .1s cubic-bezier(.25,.25,.5,1),bottom .1s cubic-bezier(.25,.25,.5,1),min-width .2s cubic-bezier(.25,.25,.5,1),max-width .2s cubic-bezier(.25,.25,.5,1),min-height .2s cubic-bezier(.25,.25,.5,1),max-height .2s cubic-bezier(.25,.25,.5,1),border-radius 50ms cubic-bezier(.25,.25,.5,1) .15s,background-color 50ms cubic-bezier(.25,.25,.5,1) .15s,color 50ms cubic-bezier(.25,.25,.5,1) .15s;
    transition: right .1s cubic-bezier(.25,.25,.5,1),bottom .1s cubic-bezier(.25,.25,.5,1),min-width .2s cubic-bezier(.25,.25,.5,1),max-width .2s cubic-bezier(.25,.25,.5,1),min-height .2s cubic-bezier(.25,.25,.5,1),max-height .2s cubic-bezier(.25,.25,.5,1),border-radius 50ms cubic-bezier(.25,.25,.5,1) .15s,background-color 50ms cubic-bezier(.25,.25,.5,1) .15s,color 50ms cubic-bezier(.25,.25,.5,1) .15s;
    display: none;
}

div.col-sm-9.cus_title {
    width: auto;
    height: 0PX;
}



#Smallchat .Layout-right {
    margin-right: 15px;
    margin-bottom: 66px;
}

#Smallchat .Layout-open {
    overflow: hidden;
    min-width: 400px;
    max-width: 400px;
    height: 530px;
    max-height: 530px;
    border-radius: 10px;
    color: #fff;
    -webkit-transition: right .1s cubic-bezier(.25,.25,.5,1),bottom .1s cubic-bezier(.25,.25,.5,1.1),min-width .2s cubic-bezier(.25,.25,.5,1.1),max-width .2s cubic-bezier(.25,.25,.5,1.1),max-height .2s cubic-bezier(.25,.25,.5,1.1),min-height .2s cubic-bezier(.25,.25,.5,1.1),border-radius 0ms cubic-bezier(.25,.25,.5,1.1),background-color 0ms cubic-bezier(.25,.25,.5,1.1),color 0ms cubic-bezier(.25,.25,.5,1.1);
    /* transition: right .1s cubic-bezier(.25,.25,.5,1),bottom .1s cubic-bezier(.25,.25,.5,1.1),min-width .2s cubic-bezier(.25,.25,.5,1.1),max-width .2s cubic-bezier(.25,.25,.5,1.1),max-height .2s cubic-bezier(.25,.25,.5,1.1),min-height .2s cubic-bezier(.25,.25,.5,1.1),border-radius 0ms cubic-bezier(.25,.25,.5,1.1),background-color 0ms cubic-bezier(.25,.25,.5,1.1),color 0ms cubic-bezier(.25,.25,.5,1.1);*/
    transition: right 0.05s ease-in-out, bottom 0.05s ease-in-out, min-width 0.1s ease-in-out, max-width 0.1s ease-in-out, max-height 0.1s ease-in-out, min-height 0.1s ease-in-out, border-radius 0.05s ease-in-out, background-color 0.05s ease-in-out, color 0.05s ease-in-out;Changes made for faster transition: Reduced duration values (0.05s and 0.1s) for a quicker transition. Changed the timing function to ease-in-out for a smoother start and end to the transition. Feel free to adjust the durations further to achieve the desired speed for the popup.
}

#Smallchat .Layout-expand {
   
    min-height: 515px;
    display: none;
}

#Smallchat .Layout-mobile {
    bottom: 10px
}

    #Smallchat .Layout-mobile.Layout-open {
        width: calc(100% - 20px);
        min-width: calc(100% - 20px)
    }

    #Smallchat .Layout-mobile.Layout-expand {
        bottom: 0;
        height: 100%;
        min-height: 100%;
        width: 100%;
        min-width: 100%;
        border-radius: 0 !important
    }

@-webkit-keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

#Smallchat .Messenger_messenger {
    position: relative;
    height: auto;
    width: 100%;
    min-width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

#Smallchat .Messenger_header, #Smallchat .Messenger_messenger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#Smallchat .Messenger_header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    height: 65px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}


    #Smallchat .Messenger_header h4 {
        opacity: 0;
        font-size: 16px;
        -webkit-animation: slidein .15s .3s;
        animation: slidein .15s .3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        padding-top: 2px;
    }

#Smallchat .Messenger_prompt {
    margin: 0;
    font-size: 25px;
    line-height: 18px;
    font-weight: 400;
    overflow: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@-webkit-keyframes slidein {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slidein {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

#Smallchat .Messenger_content {
    height: 450px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    /*overflow: hidden;
             webkit-line-clamp: 3;*/
    /*-webkit-box;   
   -webkit-line-clamp: 3;   
   -webkit-box-orient: vertical;     
   overflow: hidden;*/
}

#Smallchat .Messages {
    position: relative;
    /*left: -10px;*/
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: auto;
    overflow-y: clip;
    padding: 10px;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    /*line-height: 1.3; 
  padding: 2px 0; 
  border-left: 20px solid #c0c;
  width: 400px;
  margin: 20px auto;
}
.padded-multiline h1 { 
  background-color: #c0c;
  padding: 4px 0;
  color: #fff; 
  display: inline;
  margin: 0; 
}
.padded-multiline h1 strong { 
  position: relative;
  left: -10px; 
}*/
}

div.conv-form-wrapper div#messages div.message.from {
    background: #094f8d;
    color: #fff;
    border-top-right-radius: 0;
}

div.conv-form-wrapper div#messages div.message.to {
    /* display: flex;
    flex-direction: column;
    align-items: flex-end;*/
    background: #ebe6e6;
    color: #282525;
    float: left;
    max-width: 90%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 0;
}

form.convFormDynamic {
    width: calc(100% - 0px);
    margin: 10px auto 0px;
    padding: 0 !important;
    position: fixed;
    display: flex;
    height: auto;
    box-shadow: 0 0 0px 0px rgb(222 222 222 / 40%);
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    bottom: 0px;
}




#Smallchat .Input {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 17px;
    padding-bottom: 15px;
    color: #96aab4;
    background-color: #fff;
    overflow-x: auto;
    overflow-y: auto;
    border-top: 1px solid #e6ebea;
}

#Smallchat .Input-blank .Input_field {
    max-height: 20px;
}

#Smallchat .Input_field {
    width: 100%;
    resize: none;
    border: none;
    outline: none;
    padding: 0;
    padding-right: 0px;
    padding-left: 0px;
    padding-left: 20px;
    padding-right: 75px;
    background-color: transparent;
    font-size: 30px;
    line-height: 20px;
    min-height: 20px !important;
}

.inlneBotMsgPrf {
    display: inline-flex;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 100%;
}

#Smallchat .Input_button-emoji {
    right: 45px;
}

#Smallchat .Input_button {
    position: absolute;
    bottom: 15px;
    width: 25px;
    height: 25px;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}

#BotImg {
    height: 100%;
    width: 100%;
    border-radius: 95%;
}

#NxtPgBtn {
    border-radius: 18px;
    color: black;
    position: relative;
    background: #094f8d;
    float: right;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

#CNCLBTN {
    border-radius: 18px;
    color: black;
    position: relative;
    background: yellowgreen;
    float: right;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

#Smallchat .Input_button-send {
    right: 15px;
}

#Smallchat .Input-emoji .Input_button-emoji .Icon, #Smallchat .Input_button:hover .Icon {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

    #Smallchat .Input-emoji .Input_button-emoji .Icon path, #Smallchat .Input_button:hover .Icon path {
        fill: #2c2c46;
    }

#SettingsLayOut.tbody.tr {
    text-align: left;
}

.displaynone {
    display: none;
}

.displayinline {
}

.HeightFix {
    top: 140px;
    left: 0px
    /*height:0px;*/
}

.HeightToTop {
    top: 9px;
    left: 0px;
}
/*.heigtAuto{
            display:flex;
            
             flex-direction: row;
    flex-wrap: wrap;
        }*/

.eFacLogo {
    font-size: x-large;
    font-weight: 600;
}

#DateTimePicker {
    color: black;
}

.eFacl1 {
    font-weight: 600;
    font-size: xx-large;
    display: inline-block;
    transform: rotate(331deg);
}

.table {
    width: 100%;
    margin-bottom: 0px;
    border-collapse: collapse;
    border-spacing: 0;
    border: hidden;
}

h6, .h6 {
    font-size: 12px;
    text-align: right;
    margin: 0 0 1.5px;
}

p {
    margin: 0 150px 1.5px;
    font-size: 12px;
}

.Usr /*m*/ sgInfo {
    font-size: 14px;
    font-weight: 500;
    font-family: segoe ui;
}

.UsrmsgTime {
    font-size: 14px;
    font-weight: 500;
    font-family: segoe ui;
}

.EmsgInfo {
    font-size: 17px;
    font-weight: 600;
    font-family: segoe ui;
}

.BotImgMsg {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}

.UserTimePar {
    color: #4e4a4a;
    margin: 0px 0px 0px;
    position: relative;
    float: right;
}

.UserTimeSpan {
    display: block;
}

.menuBtn {
    margin-top: 10px;
    height: 7%;
    width: 7%;
}

.inputFacilitate {
    display: flex;
    justify-content: flex-end;
}

.attachIconImg {
    height: 15px;
    width: 15px;
}

.submit {
    margin-top: 0px;
}

#CalImg1 {
    border: none;
    color: rgb(22, 46, 98);
    cursor: pointer;
    font-size: 1.1rem;
    width: 14px;
    height: 14px;
}

.BotmsgInfo {
    font-size: 14px;
    font-weight: 500;
    font-family: segoe ui;
}

.BotmsgTime {
    font-size: 14px;
    font-weight: 500;
    font-family: segoe ui;
}

.BotProfile {
    height: 40px;
    width: 40px;
    border-radius: 80%;
}

.BotTimeSpan {
    display: block;
}

.BotTimePar {
    color: #4e4a4a;
    margin: 0px 0px 0px;
    position: relative;
}

.BotMsgCont {
    display: inline-table;
    table-layout: fixed;
    width: 100%;
    float: left;
}

tbody {
    display: table-row-group;
    width: 100%;
}

div.conv-form-wrapper div#messages div.message {
    border-radius: 20px;
    padding: 12px 22px;
    font-size: 1.5rem;
    color: #333;
    display: inline-block;
    padding: 10px 15px 8px;
    border-radius: 20px;
    margin-bottom: 5px;
    position: inherit;
    clear: both;
    max-width: 65%;
    word-wrap: break-word;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    padding: 4px;
    line-height: 1.428571429;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

.TimePara {
    font-size: 15px;
    color: black;
    margin: 0px 0px 0px;
    /*display:block;*/
}

.usrMsg {
    display: inline-block;
    width: 100%;
    /*justify-content: flex-start;*/
}

.UserMsgPara {
    font-size: 15px;
    color: black;
    margin: 0px 0px 0px;
}

.UserMsgCont {
    display: inline-block;
    padding: 10px 15px 8px;
    border-radius: 20px;
    margin-bottom: 5px;
    float: right;
    clear: both;
    max-width: 100%;
    word-wrap: break-word;
}

div.conv-form-wrapper div.wrapper-messages {
    position: inherit;
    display: flex;
    height: 400px;
    max-height: 71vh;
    overflow-y: scroll;
    transition: margin .1s;
}

.flexDisplay {
    display: flex;
}
/*On textarea text changed action*/
#userInput {
    position: relative;
    display: inline-block;
    color: black;
    margin-right: 0px;
    border-bottom: 1px dotted black;
}

#theSend {
    height: 20px;
    /*   margin-left: -5px;
    margin-bottom: -5px;*/
}

#botimgNt {
    height: 30px;
    width: 30px;
    border-radius: 80%;
}

.NoteDiv {
    padding: 7px 12px;
    border: 1px solid #242121c4;
    display: inline-flex;
    margin: 5px;
    background: #9dd1e9;
    color: #094f8d;
    cursor: pointer;
    border-radius: 20px;
    font-size: 1.0rem;
    text-align: left;
    border-width: 2px;
    font-weight: 100;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.skipOpt{
    padding: 4px 12px;
    border: 1px;
    display: flex;
    margin: 5px;
    margin-top: 3px;
    background: #ffffff;
    color: #1f5892;
    box-shadow: 0px 0px 4px 5px rgb(106 98 98 / 20%);
    cursor: pointer;
    border-radius: 20px;
    font-size: medium;
    text-align: left;
    border-width: 2px;
    font-weight: 600;
    float: right;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.botPara {
    font-weight: 400;
    margin: 0px 4px 0px;
    font-size: 12px;
    color: red;
    display: flex;
    left: 0px;
    flex-direction: column;
    flex-wrap: nowrap;
}
.popup-menu {
    position: absolute;
    top: 30px;
    
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    bottom: 500px;
    display: none;
    z-index: 1000000900;
    position: absolute;
    left: 300px;
    width: fit-content;
    height: fit-content;
}
    .popup-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .popup-menu li {
        padding: 10px;
        border-bottom: 1px solid #ccc;
    }
        .popup-menu li:last-child {
            border-bottom: none;
        }
    .popup-menu a {
        text-decoration: none;
        color: #333;
    }

#userInput .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}
/*text area text changed css end*/
.searchIconOpt {
    margin-top: 9px;
    margin-left: 3px;
    height: 27px;
    width: 27px;
}
.eLogo .tooltiptexte {
    /*visibility: hidden;
    width: 120px;
    background-color: #bab5b5;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    font-weight: bold;*/
    /* Position the tooltip */
    /*position: absolute;
    z-index: 1;
    top: -5px;
    right: 105%;*/
    /*visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;*/
    /* Position the tooltip */
    /*position: absolute;
    z-index: 1;
    bottom: 100%;
    left: -60%;
    margin-left: -60px;*/
    visibility: hidden;
    width: 240px;
    background-color: white;
    color: black;
    font-size: medium;
    text-align: center;
    font-family: system-ui;
    border-radius: 6px;
    padding: 5px 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: absolute;
    z-index: 4;
    bottom: 125%;
    left: -200%;
    margin-left: -60px;
}

.eLogo:hover .tooltiptexte {
    visibility: visible;
}
.toolTipHide{
    visibility:hidden;
}
    .eLogo:hover .tooltiptexte::before {
        visibility: visible;
    }
.tooltiptexte::before {
    top: 78%;
    left: 85%;
}

.tooltiptexte::before {
    content: "";
    visibility: hidden;
    position: absolute;
    transform: rotate(45deg);
    background-color: white;
    padding: 7px;
    z-index: 1;
}
#SpeechInputBtn {
    font-size: 23px;
    padding-top: 12px;
   
}