.bg-l-grey{display:none;}
.switches-report {
    width: 1000px;
    /* width: 40%; */
    font-size: 15px;
    position: relative;
    display: flex;
    padding: 0;
    background: #292929;
    border: 1px solid #939393;
    line-height: 45px;
    border-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
	.rb-dash-view .dp_item span, .rb-dash-view  .dp_item1 span , .rb-dash-view  .dp_item2 span {
		display: none;
	}
	.indicator {
		pointer-events: none;
		position: relative;
		top: -22px;
		right: 4px;
		z-index: -1;
	}
	.indicate {
		position: absolute;
		width: 8px;
		height: 8px;
		background: #3d96ff00;
		border-radius: 100%;
		top: 23px;
		right: 25%;
		-webkit-animation: wave 1s infinite;
		animation: wave 1s infinite;
		box-sizing: border-box;
		box-shadow: 0 0 0 0 rgb(69 155 255 / 34%);
	}
	.indicate-border {
		position: absolute;
		background: transparent;
		top: 23px;
		right: 25%;
		-webkit-animation: waveLine 1s infinite;
		animation: waveLine 1s infinite;
		box-sizing: border-box;
		width: 8px;
		height: 8px;
		border: .5px solid #3d96ff;
		border-radius: 100%;
		transform-origin: center;
	}
	@-webkit-keyframes wave {
		60% {
			box-shadow:0 0 0 15px rgba(255,255,255,0.05);
		}
		100% {
			box-shadow:0 0 0 15px rgba(255,255,255,0);
		}
	}
	@-moz-keyframes wave {
		60% {
			box-shadow:0 0 0 15px rgba(255,255,255,0.05)
		}
		100%{
			box-shadow:0 0 0 15px rgba(255,255,255,0);
		}
	}
	@keyframes wave {
		60% {
			box-shadow:0 0 0 15px rgba(255,255,255,0.05);
		}
		100% {box-shadow:0 0 0 15px rgba(255,255,255,0);
		}
	} 
	@-webkit-keyframes waveLine {
		0 {
			transform:scale(1);
		}
		100% {
			border:.5px solid #3d96ff;
			transform:scale(4.5);
			opacity:0;
		}
	}
	@-moz-keyframes waveLine {
		0% {
			transform:scale(1);
		}
		100%
		{
			border:.4px solid #3d96ff;
			transform:scale(4.5);
			opacity:0;
		}
	}
	@keyframes waveLine { 
		0% {
			transform:scale(1)
		}
		100% {
			border:.4px solid #3d96ff;
			transform:scale(4.5);
			opacity:0;
		}
	}
.aplus-rbund-banner h1{color: #fff;}