#custom-search-engine-render {
    align-items: center;
    justify-content: center;
}

#custom-search-engine-lightbox {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255,255,255,0.95);
    z-index: 3000;
    align-items: center;
    justify-content: center;
}

#custom-search-engine-lightbox > a {
	width: 30px !important;
	height: 30px !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	background-color: #000000 !important;
	color: #ffffff !important;
	font-size: 20px !important;
	cursor: pointer !important;
	border-radius: 7px 7px 7px 7px !important;		
	border: 2px solid #000000 !important;
}

#custom-search-engine-lightbox .fontawesome-icon {
	margin: 0px !important;
	color: #FFFFFF !important;
}
	
#custom-search-engine-lightbox > div {
	width: 50% !important;
}
@media only screen and (max-width: 991px) {
	#custom-search-engine-lightbox > div {
	    width: 80% !important;
    }
}
	
.custom-search-engine-form {
	display: flex !important;
	max-width: 100% !important;
}
	
.custom-search-engine-form .custom-search-engine-input {
	height: 60px !important;
	padding: 5px 10px !important;
	font-size: 16px !important;
	border-radius: 20px 0px 0px 20px !important;		
	border: 2px solid #000000 !important;	
	width:90% !important;
}

.custom-search-engine-form i {
	background-color: #000000 !important;
	height: 60px !important;
	color: #ffffff !important;
	font-size: 16px !important;
	border-radius: 0px 20px 20px 0px !important;
	border: 1px solid #000000 !important;
	padding: 0 15px !important;		
	cursor: pointer !important;
	width: 50px !important;
}

.custom-search-engine-form i:before {
	display: block !important;
	margin-top: 20px !important;
}

.custom-search-engine-form .custom-search-engine-submit-button {
	background-color: #4395CB !important;
	height: 60px !important;
	color: #ffffff !important;
	font-size: 16px !important;
	border-radius: 0px 20px 20px 0px !important;
	border: 1px solid #4395CB !important;
	padding: 0 15px !important;		
	cursor: pointer !important;
	width: 50px !important;
}

#custom-search-engine-lightbox-close-button {
    position: fixed !important;
    top: 45px !important;
    right: 30px !important;
}