.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #585858;
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    color: #15c5d5;
}
.navbar-vertical.navbar-expand-md .navbar-brand-img {
    max-height: 60px;
}
.navbar-collapse .collapse-brand img {
    height: 60px;
}
h3, .h3 {
    font-size: 1.4rem;
}
.select2-container--open .select2-dropdown--below {
		     width: 200px;
}

.select2-results {
		      display: block;
		     width: 200px;
}