/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 03 2026 | 08:39:58 */
#rajet-modal-content div{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#rajet-modal-content >:first-child{
	margin-top: 20px;
}
#rajet-modal-content div:nth-child(3){
	justify-content: space-between;
}
#rajet-modal-content div:nth-child(3) button{
	flex: none !important;
	width: 40%;
}
#rajet-modal-content div .select2{
	width: 90% !important;
}
#rajet-modal-close{
	 top: 10px !important;
    left: 16px !important;
}
#rajet-modal-box{
	min-height:0!important;
}