<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

	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%;
	}
}</pre></body></html>