<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

div.cc-window .cc-message a {
    color: #fff !important;
}

.cc-btn {
    background-color: transparent !important;
}

.cc-btn:hover {
    background-color: #686868 transparent;
}


/*Responsive*/
@media screen and (max-width: 414px) {
	.cc-window.cc-banner {
		padding: 1em 1.8em 1em;
	}
	
	.cc-window .cc-message {
		margin-bottom: 0 !important;
	}
	.cc-window.cc-floating {
		padding: 1em !important;
	}
	.cc-window .cc-compliance {
	    width: 35px;
		float: right;
		position: absolute;
		right: 0;
		margin-right: 1px;
	}
}

/*Chat Box*/
.chaport-container.chaport-container-positioned {
    z-index: 1 !important;
}

.zsiq_floatmain, .zsiq_custommain,.zsiq_custommain.siq_bR{
    z-index: 1 !important;	
}
div#zsiq_float {
    z-index: 1 !important;
}</pre></body></html>