/* ========= INFORMATION ============================

	- document:  Fake Notifications - creating effective herd effects
	- author:    Wow-Company @ Codecanyon
	- profile:   https://codecanyon.net/user/wow-company
	- version:   1.1
	- email:     wow@wow-company.com

==================================================== */

.notification {
    padding: 1px; /* Adjust padding as needed */
    font-size: 5px; /* Adjust font size as needed */
    z-index: 9999999999;
    position: fixed;
    font-family: Verdana, sans-serif;
    display: none;
    border-style: solid;
}

.notification-block {
    position: relative;
    width: 80%; /* Adjust the width */
    float: left;
    min-height: 1px;
    white-space: normal;
}

.notification-img, .notification-text-block {
    float: left;
    min-height: 1px;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
}

.notification-img {
    height: 30px; /* Adjust the height */
    width: 30px; /* Adjust the width */
    text-align: center;
    font-size: 20px!important; /* Adjust the font size */
    line-height: 30px; /* Adjust the line height */
}

.notification-img img {
    width: 100%;
    height: auto;
}

.notification-text-block {
    width: 100px; /* Adjust the width */
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.3;
}

.notification-title {
    font-weight: bold;
}
