/*
    With Icons   
*/
.rounded-pills-icon {
	.nav-pills {
		li {
			a {
				-webkit-border-radius: 0.625rem !important;
				-moz-border-radius: 0.625rem !important;
				-ms-border-radius: 0.625rem !important;
				-o-border-radius: 0.625rem !important;
				border-radius: 0.625rem !important;
				background-color: $color_6;
				width: 100px;
				padding: 8px;
				i {
					display: block;
					text-align: center;
					margin-bottom: 10px;
					margin-top: 5px;
				}
			}
		}
		.nav-link.active {
			box-shadow: $shadow-10;
			background-color: $additional-color-3;
		}
		.show {
			>.nav-link {
				box-shadow: $shadow-10;
				background-color: $additional-color-3;
			}
		}
	}
	.tab-content {
		>.tab-pane {
			padding: 25px 18px 29px 25px;
		}
	}
}
