.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;
    }
}