﻿

.usernotification {
    position: fixed;
    z-index: 50;
    font-weight: 400;
    bottom: 25px;
    padding: 5px;
    right: 10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 320px;
    overflow: hidden;
    display: none;
    color: #fff;
    background-image: linear-gradient(to right, #622c91, #eb4e3f);
    height: 110px;
    border-radius: 5px;
}

    .usernotification:hover {
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    }

.noti_icon {
    padding-top: 12px;
    width: 14%;
    float: left;
    text-align: center;
    font-size: 16px;
}

.noti_text {
    width: 85%;
    float: left;
    overflow: hidden;
    padding-right: 2px;
    cursor: pointer;
}

.noti_close {
   float:right;
    color: #f9978e;
    cursor:pointer;
}

    .noti_close:hover {
        color: #ffddda;
    }

  
.noti_header {
    font-size: 16px;
    width: 100%;
}

.noti_sub {
    font-size: 12px;
    width: 700px;
}

.noti_body {
    font-size: 9px;
    width: 100%;
}

.overlay-noti {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #95a5a6;
}

.usernotification:hover .overlay-noti {
    opacity: 0.7;
}

.text-noti {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    cursor: pointer;
}

.floating_notification_container {
    color: #fff;
    padding: 5px;
    cursor: pointer;
}

    .floating_notification_container:hover {
        color: #ddd;
    }

.floating_notification {
    margin-top: -7px;
    position: fixed;
    /* margin-right: 94px; */
    margin-left: -12px;
    color: #fff;
    background-color: #8d3778;
    border: 1px solid #622c91;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center !important;
    font-weight: 400;
    font-size: 12px;
    padding: 2px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.notification-dropdown {
    /*left: -20px !important;*/
    width: 250px;
    padding: 7px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    max-height: 400px;
    overflow: auto;
}

    .notification-dropdown-li {
        border-bottom: 1px solid #ddd;
        padding: 5px;
    }
        .notification-dropdown-li:hover {
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
            transition: 0.3s;
            background-color:#ddd;
        }
        .notification-dropdown li table {
            width: 100%;
        }

.dropdown-notification-icon {
    font-size: 16px;
    vertical-align: middle;
    padding:3px;
}

.dropdown-notification-text {
    font-size: 14px;
    font-weight: 400;
}

.dropdown-notification-from {
    font-size: 12px;
    font-weight: 400;
    
}
