
.qt-notis-btns .qt-notis-single-btn a img {
	width: 18px;
	height: 18px;
	object-fit: contain;
	margin-right: 10px;
}
.qt-notis-btns button.hide-for-6-month img {
	width: 12px;
	height: 12px;
	object-fit: contain;
	margin-right: 8px;
}

.qt-notis-btns a,
.qt-notis-btns button{
	font-size: 14px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 25px;
	border: 1px solid #4B4640;
	color: #4B4640;
	border-radius: 3px;
	margin-right: 10px;
	box-shadow: none;
	outline: none;
	background: #FFF;
	cursor: pointer;
	margin-bottom: 10px;
}

.qt-notis-btns button.hide-for-6-month {
	margin-right: 0;
}
.qt-notis-btns {
	display: flex;
	align-items: center;	
	flex-wrap: wrap;
}

.qt-notis-content p {
	width: 80%;
	font-size: 15px;
}
.bg-success {
	color: #8338ec !important;
	border-color: #8338ec !important;
}
.bg-worning {
	color: #fca311 !important;
	border-color: #fca311 !important;
}
.bg-greay {
	color: #415a77 !important;
	border-color: #415a77 !important;
}
.bg-info {
	color: #d62828 !important;
	border-color: #d62828 !important;
}



@media all and (max-width: 991px){
	.qt-notis-content p {
		width: 100%;
		font-size: 15px;
	}
	.qt-notis-btns a,
	.qt-notis-btns button{
		padding: 5px 12px !important;
		line-height: 24px;
	}
}

@media all and (max-width: 767px){
	.qt-notis-content p {
		font-size: 14px;
	}
	.qt-notis-btns .qt-notis-single-btn a img,
	.qt-notis-btns .qt-notis-single-btn button img {
		width: 15px;
		height: 15px;
	}
}