/**
* @package CSS Magic Extension
* @copyright (c) 2018 martin - https://www.martins-phpbb.com & dmzx - https://www.dmzx-web.net
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
---------------------------------------------------------------------------- */

.mchat-room .mchat-rooms-new-messages.badge {
	color: #ffffff !important;
        background-color: #d31141 !important;
	padding: 3px 2px 1px 2px;
	margin-top: -1px;
	margin-left: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
}

.mchat-room-name {
	 margin-top: 3px;
}

@-webkit-keyframes blinker {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.mchat-room-name {
	font-weight: italic !important;
}

.mchat-rooms-toggle-container.mchat-rooms-toggle-collapsible {
	margin-right: 25px;
	top: 4px;
}
