.functions {
    background-color: white;
    border-radius: 50px;
    box-shadow: 0px 15px 20px 10px rgba(178,217,238,0.75);
}

.functions-title {
    margin-top: 75px;
}

.nav-pills .nav-link {
    background-color: white !important;
    opacity: 0.5;
    .divider-orange {
        display: none;
    }
}

.nav-pills .nav-link.active {
    background-color: white !important;
    opacity: 1;
    .divider-orange {
        display: block;
    }
}

.nav-pills .nav-link:hover {
    background-color: white !important;
    opacity: 1;
    .divider-orange {
        display: block;
    }
}

#windowsBtnsPill .nav-pills {
    flex-wrap: nowrap;
    flex-direction: column;
}