/*

    Account Sidebar for What if Website
    
*/

.whatif-account-sidebar h5 {
    font-size: 1rem;
    font-family: "Poppins";
}

.whatif-account-sidebar h6 {
    font-family: "Poppins" !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

.whatif-account-sidebar-link a {
    color: black;
    font-family: "Poppins" !important;
    text-decoration: none;
    font-weight: 300;
}

.whatif-account-sidebar-header a {
    text-decoration: none;
    color: black;
    font-family: "Poppins" !important;
}



@media (min-width: 768px){
    .whatif-account-wrapper {
        border-left: 1.75px solid rgb(0,0,0,0.15);
    }
}