.allNotification {
	display:none;
    position: fixed;
    right: 20px;
    bottom: 70px;
    z-index: 10;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
.allNotification button, .gotoTop button {
    height: 40px;
    width: 40px;
    text-align: center;
    background: #fcb134;
	border:1px solid #fcb134;
	border-radius:10px;
}
.allNotification-basebellimg
{
	width:25px;
	height:25px;
	margin-left:1px;
	margin-top:1px;
	float:left;
}
.allNotification__icon i {
    display: block;
}
.allNotification__list {
    width: 300px !important;
	position: absolute;
    right: 0;
    bottom: 45px;
}
.allNotification__list li {
    position: relative;
    margin-bottom: 10px;
    background: #fff;
    padding: 20px 20px 20px 38px;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .2), 0 3px 30px rgba(0, 0, 0, .5);
}
.allNotification__list li::before {
    content: '\f0f3';
	content:url(../img/gray-bell.png);
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    left: 18px;
    top: 18px;
    color: #c7c7c7;
    font-size: 14px;
	z-index:20;
}
.allNotification__list li a {
    font-size: 14px;
    margin-bottom: 0;
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 700;
}
.allNotification__list li h6 {
    font-size: 14px;
    line-height: 16px;
}
#demo {
    background-color: #FFF !important;
}
.allNotification__list li p#demo {
    background: #333;
    color: #fff;
    display: inline-block;
    padding: 10px;
    font-size: 18px;
    border-radius: 6px;
    margin-bottom: 8px;
    font-weight: 600;
}

.demo-timerblock
		{
			padding:12px  6px;
			border-radius:5px;
			background-color:#333;
			margin-left:0px;
			margin-right:7px;
			float:left;
		}
		
.btn-old {
    font-size: 12px;
    margin-top: 15px;
    padding: 7px 15px;
    border: 1px solid #E0181E !important;
    border-radius: 4px;
    line-height: 22px;
    font-weight: 700;
    color: #FFF;
    background-color: #E0181E !important;
    transition: all .3s ease-in-out;
}

.timer-gardient {
    font-size: 18px !important;
    font-weight: 1000;
    background-image: linear-gradient(-225deg, #231557 0%, #44107a 29%, #cf1212 67%, #110202 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 200% auto;
    animation: textclipx 1s ease-in-out infinite alternate;
}


@keyframes textclipx
{
	0% {
		background-position: 0% 25%;
	}
	25% {
		background-position: 25% 50%;
	}
	50% {
		background-position: 50% 75%;
	}
	100% {
		background-position: 100% 50%;
	}
}