.spinner-wrp {
	z-index: 999;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}
iframe#iframe-elct-formatting{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999999999;
    width: 100%;
    height: 100%;
    border: none;
}
iframe#vikie {
	z-index: 999!important;
}
iframe#yettie_iframe {
	background-color: #00000091;
}
/* #toolbar{
	animation-duration: 1s;
	animation-name: opentoolbar;
}

#toolbar li.on{
	animation-duration: 0.7s;
	animation-name: selectedMenu;
} */
.search-result-lst b{
	color: #f1108e;
}
/* @keyframes opentoolbar {
	from {
		opacity: 0;
		bottom: -65px;
	}
	
	to {
		opacity: 100;
		bottom: 0;
	}
}

@keyframes selectedMenu {
	from {
		transform: scale(1.3);
	}
	
	to {
		transform: scale(1);
	}
} */