.benchmark{
	position: fixed;
	bottom: 0px;
	left: 0;
	font-size: 10px;
	background-color: #273c92;
	opacity:0.4;
	padding: 0px 5px;
	box-shadow: 7px 7px 20px 0 rgba(46, 91, 255, 0.07);
	color: white;
	line-height: 1.5;
}

.alert_message.home{
	opacity: 0.71!important;
	background-color: #172459!important;
}

.alert_message.home .text-block{
	color: pink!important;
}

.w-form-fail{
	text-align: center;
}

.w-form-fail label, .w-form-done label{
	color: #666;
	font-weight: bold;
	margin-bottom: 0;
}

.authsearchselect .selectize-input{
	background-color: #fff;
    
    border-radius: 7px;
    
}

.authsearchselect .selectize-input.full{
	background-color: #fff;
}

.authsearchselect .selectize-dropdown-content .option{
	color: #666!important;
	font-size: 14px;
	font-family: 'Proxima nova', sans-serif;
    font-weight: 400;
}

.authsearchselect .item{
	font-family: 'Proxima nova', sans-serif;
    font-weight: 400;
    color: #000;
        font-size: 14px;
    line-height: 1.428571429;
    background-color: #fff;
}

.CMS{
	position: relative;
}

.alert_message{
	z-index: 10!important;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed{
	color: white!important;
}

.old-platform{
	margin-bottom: -20px;
    height: 40px;
    width: 100%;
    background-color: #f5b68b;
    text-align: center;
    line-height: 40px;
    color: #424242;
    font-weight: 400;
    font-size: 14px;
    display: block;
}

.old-platform a{
	display: inline;
	    color: #139be9;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
	.benchmark{
		
	}
}	