.notification {
	position: fixed;
	z-index: 1001;
	left: -400px;
	bottom: 0px;
	opacity: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.4);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all 0.5s ease;
  text-align: center;
	display: flex;
	background-color: #ffbcd9;
}

.notification.blue {
	background-image: url('/templates/default/widgets/nsocial/img/bg_blue.svg');
}

.notification.red {
	background: #fff;
}

.notification.go {
	left: 0px;
	opacity: 1;
}

.notification .left_noth_prem {
	width: 100%;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.notification .left_noth_prem .tit {
	font-size: 13px;
	font-weight: 400;
	color: #000;
	line-height: 1.2;
}

.notification .left_noth_prem .descr {
	font-weight: 300;
	font-size: 14px;
	color: #000;
	margin: 0.2em 0;
}

.notification .left_noth_prem > .btns {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	margin-top: 6px;
}

.notification .left_noth_prem > .btns a {
	color: #000000;
    text-align: center;
    transition: all 0.4s ease-in-out;
    display: block;
    width: 100px;
    padding: 3px 3px 3px 3px;
    line-height: 13px;
    letter-spacing: 1px;
    border: 1px solid #edeef2;
    margin: 0px 1px;
    border-color: #000;
    border-width: 1px;
    border-radius: 3px;
    font-size: 12px;
    background: #fff;
    border-style: solid;
    box-shadow: rgba(0, 0, 0, 0.33) 0px 1px 1px 0px;
}

.notification .left_noth_prem > .btns a:hover {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	transform: scale(1.18);
}

.notification .left_noth_prem > .btns a.style_one {
	background-image: linear-gradient(90deg, #fff, #fff);
}

.notification .left_noth_prem > .btns a.style_two {
    background-image: linear-gradient(45deg, #0077ff, #000000);
}

.notification .left_noth_prem > .btns a.style_three {
	background-image: linear-gradient(45deg, #f82c8d, #a826e0);
}

.notification .left_noth_prem > .btns a.style_four {
	background-image: linear-gradient(45deg, #000000, #4d4d4d);
}

.notification .left_noth_prem > .btns a.style_five {
	background-image: linear-gradient(45deg, #fff, #fff);
}

.notification .left_noth_prem > .btns a.style_six {
    background-image: linear-gradient(45deg, #000000, #f70);
}

.notification .right_noth_prem {
	width: 0%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	padding: 0px;
}

.notification .right_noth_prem > img {
	width: 75px;
	height: auto;
	display: block;
	margin: auto;
}