﻿

.faq-nav {
    flex-direction: column;
    margin: 0 0 32px;
    border-radius: 2px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}

.nav-pills .nav-link.active {
    background-color: #780096;
}

.btn-link {
    font-weight: bold;
    color: #780096
}

.btn.focus, .btn:focus {
    box-shadow:none;
}

.nav-link {
    position: relative;
    display: block;
    margin: 0;
    padding: 13px 16px;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    color: #616161;
    transition: background-color .2s ease;
}


    .nav-link.posit:hover {
        background-color: #f6f6f6;
    }

    .nav-link.posit.active {
        background-color: #f6f6f6;
        font-weight: 700;
        color: rgba(0,0,0,.87);
    }

    .nav-link.posit:last-of-type {
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom: 0;
    }

i.mdi {
    margin-right: 5px;
    font-size: 18px;
    position: relative;
}


.tab-content {
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}

    .tab-content.card {
        border-radius: 0;
    }

    .tab-content.card-header {
        padding: 15px 16px;
        border-radius: 0;
        background-color: #f6f6f6;
    }

    .tab-content.h5 {
        margin: 0;
    }

    .tab-content.button {
        display: block;
        width: 100%;
        padding: 0;
        border: 0;
        font-weight: 700;
        color: rgba(0,0,0,.87);
        text-align: left;
        white-space: normal;
    }

        .tab-content.button:hover,
        .tab-content.button:focus,
        .tab-content.button:active,
        .tab-content.button:hover:active {
            text-decoration: none;
        }

.card-body p {
    color: #616161;
}

.card-body:last-of-type {
    margin: 0;
}
