.talkify-activator-wrapper, .talkify-controlcenter-wrapper {
    /* z-index: 9999; */
    position: fixed;    
    left: 50%!important;
    top: 14px!important;
}

.talkify-activator-wrapper .talkify-popup-activator button {
    border-style: none;
    cursor: pointer;
    padding: 4px;
    /* box-shadow: 0px 0px 3px 0px #181818; */
    border-radius: 3px;
    background-color: #EEF2F5!important;
    border-color: #EEF2F5!important;
    display: flex;
    align-items: center;
}

.talkify-activator-wrapper .talkify-popup-activator button i {
    margin-right: 5px;
    background-color: #3377FF;
    padding: 5px 4px 4px 7px;
    border-radius: 50%;
    font-size: 9px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
}

.listen_txt {
    color: #3377FF;
    font-family: 'Inter';
    font-size: 14px;
}

.talkify-controlcenter-wrapper {
    /* box-shadow: 0px 0px 4px -1px black; */
    display: flex;
    justify-content: center;
    align-items: center;    
    flex-direction: row-reverse;
}

.talkify-controlcenter-wrapper .talkify-close{
    padding: 0 5px;
    cursor: pointer;
}

.talkify-controlcenter-wrapper .talkify-control-center.local > div {
    border-style: none !important;
}

.talkify-selected-text {
    border-bottom: 1px dashed black;
}