.bg-dm-base {background-color: #35247f;}
.navbar-brand img {width: 150px;}

/* Fixed height navbar, allows sidebars and main content to calculate remaining height */
@media (min-width: 768px) {
	.navbar {height: 3.65rem;}
}

/* Prevent long text options in Select2 overflowing parent container */
.select2-selection--single {height: 100%;}
.select2-selection__rendered {word-wrap: break-word; text-overflow: inherit; white-space: normal;}

/* Custom narrow scrollbars */
::-webkit-scrollbar {width: 9px; height: 9px;}
::-webkit-scrollbar-track {background: transparent;}
::-webkit-scrollbar-thumb {background-color: rgba(155, 155, 155, 0.5); border-radius: 20px; border: transparent;}