/* Render: contenitore */

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


/* Lightbox: contenitore */

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

#custom-search-engine-lightbox > div {
	width: 50% !important;
}

@media only screen and (max-width: 769px) {
	#custom-search-engine-lightbox > div {
	    width: 80% !important;
    }
}


/* Lightbox: bottone close */

#custom-search-engine-lightbox-close-button {
    position: fixed !important;
    top: 45px !important;
    right: 30px !important;
	width: 25px !important;
	height: 25px !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	background-color: #0c0c0c !important;
	cursor: pointer !important;
	border-radius: 7px 7px 7px 7px !important;		
	border: 1px solid #cecece !important;
}

#custom-search-engine-lightbox-close-button img {
    width: 13px !important;
}


/* Common: form */

.custom-search-engine-form {
	display: flex !important;
	max-width: 100% !important;
}


/* Common: form input */

.custom-search-engine-form .custom-search-engine-input {
	height: 52px !important;
	padding: 10px !important;
	font-size: 16px !important;
	border-radius: 10px 0px 0px 10px !important;		
	border: 1px solid #cecece !important;	
	width:100% !important;
	background-color: #cecece !important;
	color: #0c0c0c !important;
}

.custom-search-engine-form .custom-search-engine-input:focus {
	background-color: #a9d6e5 !important;
	outline: none !important;
}


/* Common: form button */

.custom-search-engine-container-button {
	border: solid 1px #cecece;
	background:#0c0c0c;
	padding: 15px 20px 0px 20px;
	cursor:pointer;
	border-radius: 0px 10px 10px 0px;
}

.custom-search-engine-button {
	width:20px;
}