﻿
.LinkModelContent {
    width: 275px;
    padding: 0px 15px;
    background-color: white;
    color: black !important;
    height: 26px;
}


.LinkContent {
    width: 275px;
    background-color: white;
    padding: 15px 15px;
    color: black;
}

.linkAnchor {
    color: black;
    padding: 10px 10px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 18px;
    align-items: center;
}

    .linkAnchor:last-child {
        margin-bottom: 0px;
    }

.logoLinks {
    height: 36px;
    width: 36px;
    margin-right: 5px;
}

.PieChartLink {
    border: 1px solid #FFEB3B;
    background-color: #FFEB3B;
}

.LineChartLink {
    border: 1px solid #ff9800;
    background-color: #ff9800;
}

.BarChartLink {
    border: 1px solid black;
    background-color: black;
    color: white;
}
