.exists {
    display: block;
}

.exists-not {
    display: none;
}

.navigation {
    border-style: none solid none none;
    border-color:#F3F1FA;
    width: 25%;
    font-size: 1.1em;
    margin-right: 20px;
    line-height: 2.2;
}

.navigation table {
    margin-top: 28px;
}

.navigation table tr:hover {
    cursor: pointer;
}

.navigation table tr td i {
    color: #C7C2E6;
    margin-right: 8px;
}

.navigation table tr.selected td {
    background-color: rgba(126, 114, 202, 0.15);
}

.navigation table tr td:first-child {
    padding-left: 10px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.navigation table tr td:last-child {
    padding-right: 10px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.navigation table {
    width: 90%;
}

.quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.quick-links div div {
    color: black;
}

.quick-links div div:hover {
    background-color: #F8F9FA;
}

.quick-links .no-hover:hover {
    background-color: transparent !important;
}

.content {
    padding-bottom: 50px;
}

.navigation {
    margin-bottom: 25px;
}

.features {
    margin-left: 12px;
}

.features div {
    padding-top: 20px;
    scroll-margin-top: 80px;
}

.features div h3 {
    padding-top: 20px;
}

.features div h3 i {
    color: #7E72CA;
    margin-right: 10px;
}

@media (max-width: 767.98px) {
    .page_web_applications .navigation {
        width: 100%;
        margin-right: 0;
        border-style: none none solid none;
        border-color:#F3F1FA;
        padding-bottom: 15px;
    }

    .navigation table tr td:first-child {
        padding-left: 0;
    }

    .navigation table tr td:last-child {
        padding-right: 0;
    }

    .page_web_applications .navigation table {
        width: 100%;
        margin-top: 0;
    }

    .page_web_applications .content {
        width: 100% !important;
    }
}