a.blantershow-chat {
 background: linear-gradient( 
229deg, #ff4f4f 26%, rgba(241, 77, 89, 0.9400000000000001) 30%, #c74aac 100%, rgba(29, 44, 243, 0) 92%), rgba(236, 20, 218, 0.72);
    color: #fff;
    position: absolute;
    display: flex;
    font-weight: 600;
    justify-content: space-between;
    z-index: 98;
    bottom: 148px;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgb(32 33 36 / 28%);
    text-decoration: none;
    transform: rotate( 
-270deg);
    right: -46px;
    animation-duration: 62px !important;
    border-radius: 0px 0px 20px 20px;
    font-family: sans-serif;
}
#togglebtn.fa.fa-close {
    position: absolute;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    z-index: 98;
    bottom: 240px;
    right: 4px;
    font-size: 0px !important;
    padding: 10px 10px;
    text-decoration: none;
    background: rgba(255, 255, 255, 1) url(https://www.chat-avenue.com/assets/js/c-hide.svg) no-repeat 5px 5px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    color: #fff !important;
}
#togglebtn.fa-close:before{
    content: none;
}
.highlighted {
    opacity: 0;
}
.fa {
    padding-right: 4px;
}
.blantershow-chat i.fa.fa-video-camera.menui {
    color: #bbc9ff;
}
@media only screen and (max-width: 600px) {
 .fa-close:before{
    content: none;
}
}


.coo-dark {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
    z-index: 666;
    font-family: inter regular, Arial, sans-serif !important;
}

#coo-app-text-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.coo-cam-logo {
    width: 24px;
    min-width: 24px;
    height: 28px;
    display: inline-block;
    background: url('https://www.chat-avenue.com/sex/default_images/c-cam-white.svg');
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}

#coo-app-link {
    font-size: 15px;
    line-height: 16px;
    font-weight: 700;
    width: 190px;
    height: 32px;
    padding: 9px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    margin-left: 17px;
    color: #fff;
    background: #336699;
    text-decoration: none;
}

.coo-mobile-txt {
    display: none;
}

@media screen and (max-width: 840px) {
    .coo-dark {
        width: 60%;
    }

    #coo-app-link {
        display: none;
    }

    .coo-main-txt {
        display: none;
    }

    .coo-mobile-txt {
        display: block;
    }

    .coo-cam-logo {
        margin-right: 10px;
    }
}