@keyframes glowing {
    0%, 100% { 
        box-shadow: 0 0 8px 2px rgba(255, 255, 255, 0);
    }
    50% { 
        box-shadow: 0 0 8px 2px rgba(255, 255, 255, 0.7);
    }
}

.glowing-effect {
    animation: glowing 1s ease-in-out 5;
}

.selected-rule-title {
	overflow: hidden;
	height:20px;
	width:calc(100% - 18px);
	font-size:19px;
}
.selected-rule {
	overflow: hidden;
	height:17px;
}

.selected-rule-right {
	text-align:right;
}

.selected-rule-left {
	text-align:left;
}

.selected-rule-betmoney-color {
	background-color:#337012;
}

.selected-rule-nobetmoney-color {
	background-color:#232323;
}