.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: white !important;
    content: '' !important;
    border: 2px solid white !important;
    background: transparent !important;
    border-radius: 0px;
}

.pills-link {
    display: inline-block !important;
    color: black !important;
    text-decoration: none !important;
    transition: all 1s !important;
}

.pills-item .active {
}

.pills-link::after {
    content: '' !important;
    display: block !important;
    width: 0% !important;
    height: 3px !important;
    background: white !important;
    transition: width .3s !important;
}

.cool-link:hover::after {
    width: 100% !important;
}
