<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 *	Module made by Crea2Media
 *
 *  @author    Crea2Media
 *  @copyright 2018 Crea2Media
 *  @license   All rights reserved
 *
 * 
 *    ______               ___   __  ___         ___      
 *   / ____/_______  ____ |__ \ /  |/  /__  ____/ (_)___ _
 *  / /   / ___/ _ \/ __ `/_/ // /|_/ / _ \/ __  / / __ `/
 * / /___/ /  /  __/ /_/ / __// /  / /  __/ /_/ / / /_/ / 
 * \____/_/   \___/\__,_/____/_/  /_/\___/\__,_/_/\__,_/                                                     
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */

#notification_messages {
    top: 10px;
    left: 10px;
    width: 50px;
    border-radius: 50%;
    height: 50px;
    text-align: center;
    padding: 0;
    position: fixed;
    clear: both;
    z-index: 8888;
}

#notification_messages .see-unread-message {
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-decoration: none;
    display: inline-block!important;
}

#notification_messages .num {
    position:absolute;
    top: -5px;
    right: -15px;
    width:31px;
    height:31px;
    border-radius:50%;
    background:#ffffff;
    border-width: 3px;
    border-style: solid;
    color:#000000;
    line-height:25px;
    font-size: 14px;
    font-weight: bold;
    z-index: 9999;
    font-family:sans-serif;
    text-align:center;
}

#notification_messages .dismiss_notifs {
    font-size: 9px;
    width: 50px;
    height: 16px;
    line-height: 16px;
    background-color: #939393;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 5px;
    text-transform: uppercase;
    text-align: center;
    padding: 3px;
}

#notification_messages .dismiss_notifs:hover {
    background-color: #000000;
}

#notification_messages img {
    width: 25px!important;
    height: 19px!important;
    display: inline-block!important;
}</pre></body></html>