.tempremoved {
    display:none !important;
}

/* Logo swap based on theme */
.navbar-brand-logo img{
	display:block;
}

.navbar-brand-logo .logo-dark{
	display:none;
}

html[data-bs-theme="dark"] .navbar-brand-logo .logo-light{
	display:none;
}

html[data-bs-theme="dark"] .navbar-brand-logo .logo-dark{
	display:block;
}

/* Mail layout fix (prevents sidebar overlap) */
.mail-wrapper{
	display:flex;
}
.mail-wrapper .mail-body{
	flex:1 1 auto;
	width:auto;
	min-width:0;
}

textarea.textareasmall {
	min-height:120px !important;
	height:120px !important;
}

