<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 
 /*Hide the 3rd level menu on dropdown*/

ul.uk-nav-sub {
display: none;
}

/*Show the 3rd level on mouseover 2nd level*/

ul.uk-nav-navbar &gt; li:hover &gt; ul {
display:block;
position: absolute; /*this allows you to put the box everywhere you want*/
margin-top: -38px; /*adjust these values to put the box in your favorite position*/
margin-left: 180px;
min-width:300px;
}

ul.uk-nav-navbar &gt; li:hover &gt; ul &gt; li &gt; a {
 min-width:150px;
}
ul.uk-nav-navbar &gt; li:hover &gt; ul {
 max-height:300px;
 overflow:scroll;
}


 textarea.visCSSinput {
	 
	 height:300px !important;
	 
 }


#offcanvas h3 {text-transform: capitalize; font-size:14px;}</pre></body></html>