/*
    Vertical Pill
*/
.vertical-pill {
	.nav-pills {
		.nav-link.active {
			background-color: $color_83;
		}
		.show {
			>.nav-link {
				background-color: $color_83;
			}
		}
	}
}
