/*

	Title: Popup
	Author: QBIT
	Date: 16/02/2025

	File path: ../../../../uploads/

*/

/* Popup styles */
#popupModal .col-2 {
	background: #fff;
	padding: 20px;
}

/* Media queries */
@media (max-width: 64em) 
{
	/* Popup styles */
	#popupModal .col-2 {
		width: 90%;
	}
}