<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********************************************************************************************************************************/
/************************ 							/!\	AVANT D'EDITER /!\									************************/
/************************ 									LIRE					   						************************/
/************************ 							www.dev.equideow.com/doc								************************/
/************************ 						        	  ET											************************/
/************************ 			dev.owlient.eu/wiki/index.php/Guide_Int%C3%A9gration_Equideow			************************/
/***********************************************************************************************************************************/

/*
########   #######  ########  ##     ## ########  ######## ##     ## ##     ##    ###    
##     ## ##     ## ##     ## ##     ## ##     ## ##       ###   ### ###   ###   ## ##   
##     ## ##     ## ##     ## ##     ## ##     ## ##       #### #### #### ####  ##   ##  
########  ##     ## ########  ##     ## ########  ######   ## ### ## ## ### ## ##     ## 
##        ##     ## ##        ##     ## ##        ##       ##     ## ##     ## ######### 
##        ##     ## ##        ##     ## ##        ##       ##     ## ##     ## ##     ## 
##         #######  ##         #######  ##        ######## ##     ## ##     ## ##     ## */


.popupconfirm{
	animation: showPopup .25s;
	display: none;
	background: #FDFFF0;
	border-radius: 8px;
	box-shadow: 0 0 100px #000;
	padding-left: 135px;
	padding-right: 30px;
	box-sizing: border-box;
	min-height:120px;
	width: 430px;
}
.popupconfirm::before{	
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: -1;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 145px 368px;
	left: -20px;
	top: -30px;
	padding-bottom: 30px;
}
.popupconfirm__image{
	width: 145px;
	position: absolute;
	left: 0;	
}
.popupconfirm__image__asset{
	width: 145px;
	height: 348px;
}
.popupconfirm__content{
	line-height: 24px;
}
.popupconfirm-form {
    padding: 0 0 10px 0;
}
.popupconfirm__bottom{
	padding-bottom: 15px;
}
.popupconfirm-form input{
    width: calc(100% - 40px);
}</pre></body></html>