<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */

/* #### Cookie #### */

.hidden {
	display: none;
}
#cookie-popup {
	font-family: "Verdana", Arial, sans-serif;
	font-size: 13px;
	background-color: rgba(0, 168, 243, 0.8);
	text-align: center;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	line-height: 20px;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
#cookie-popup a {
	color: #000;;
}


.border-1px {
    border: 0px solid #eeeeee !important;
}
</pre></body></html>