.main-con {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 648px;
	margin: 0 auto;
}

.main-con.main-header {
	display: flex;
	align-items: center;
}

.main-con h1 {
	font-size: 20px;
	text-align: left;
	margin-bottom: 3px !important;
}

.notification {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    background: #272d3e;
	color: rgb(255 255 255 / 85%);
    border: 1px solid rgb(119 196 255 / 85%);
    border-radius: 8px;
	box-shadow: 0px 2px 4px #00000069;
	line-height: 1.5;
}

.img-wrap {
    width: 34px;
    height: 34px;
    background-color: #1a1f2d;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.notification img {
    width: 100%;
    height: 100%;
    opacity: 0.6;
    padding: 8px;
    box-sizing: border-box;
}

.notification-time {
	white-space: nowrap;
	color: #ffffff8c;
}