.toast-animation {
	margin-top: 5px;
	margin-left: -10px;
}

.toast-animation .pm {
    border-left: 1px solid #fff;
}

.toast-animation .cn {
	border: 1px solid #fff;
}

.bot-confirm-toast{
	margin-right: 20px;
	float: right;
	text-transform: uppercase;
}

.bot-confirm-toast:hover{
	text-decoration: underline;
}

.toast {
    top: 45px!important;
}

@media only screen and (max-width: 767px) {
	.control-menu .toast-animation {
	    margin-left: 6px;
	}
}

@media only screen and (min-width: 768px) {
	.toast-animation {
		margin-left: -18px;
	}
}