input[type="file"].foreground-img-file-input {
    display: none;
}
.navbar-menu .navbar-nav .nav-item.active a{
    color: var(--vz-vertical-menu-item-active-color);
}
.paper_textarea {
    height: 160px!important;
	overflow:auto;
	background-color:#FFF;
	color:#222;
	font-family:Courier, monospace;
	font-weight:normal;
	font-size:12px;
	resize:none;
	line-height:20px;
	padding-left:30px;
	padding-right:20px;
	padding-top:0;
	padding-bottom:0;
	background-image:url(../images/lines.webp), url(../images/paper.png);
	background-repeat:repeat-y, repeat;
	-webkit-border-radius:12px;
	border-radius:12px;
}
#loading-overlay{
    z-index: 10000;
}
.card-subtitle{
    display: block;
    font-size: 12px;
    font-weight: normal; 
}