.notify-box {
        position: fixed;
        bottom: 15px;
        left: -350px;
        width: 300px;
        background: #fff;
        border-radius: 10px;
        padding: 10px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
        opacity: 0;
		z-index: 1;
    }
	

	.notify-text { 
		line-height: 1.3; 
		 font-size: 13px;
	}
	.notify-text small {
		font-size: 12px;
	}
	.notify-text strong {
		font-size: 12px;
	}
    .notify-img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
    }    
    .close-btn {
        position: absolute;
        top: 5px;
        right: 8px;
        cursor: pointer;
        font-size: 18px;
    }