.metriccontainer {
    /*color: #73d184;*/
    box-shadow: 3px 3px 6px -1px #888888;
    min-width: 100px;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    /*margin-right: 10px;
    margin-left: 10px;*/
    border-radius: 5px;
    border: solid;
    border-width: thin;
    /*background-color: var(--app-color-gray-opaque-3);*/
}

    .metriccontainer .metrictitle {
        color: gray;
        font-size: 1.2em;
        padding-left: 20px;
        padding-top: 5px;
    }

    .metriccontainer .metriccomparison {
        /*color: red;*/
        font-size: 1.2em;
        padding-bottom: 30px;
        font-weight:200;
        margin-left:-10px;
    }

    .metriccontainer .metriccomparisonstatic {
        color: gray;
        font-size: 0.8em;
        font-style: italic;
        padding-left: 20px;
    }

    .metriccontainer .metriccharttitle {
        color: black;
        font-size: 1.0em;
        padding-left: 10px;
        padding-top: 5px;
        font-weight: bold;
    }

.metricdata {
    font-size: 2.5em;
    word-break: break-word;
    padding-left: 20px;
    border-radius: 5px;
    font-weight:400;
    padding-bottom: 93px;
}

.dashboardmetricdata {
    font-size: 2.5em;
    word-break: break-word;
    padding-left: 20px;
    border-radius: 5px;
    font-weight: 400;
    padding-bottom: 30px;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 200px;
    max-width: 700px;
    margin: auto;
    margin-top: 5px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 700px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}
.highcharts-title {
    font-size: 1.0em;
    font-weight: bold;
}

.arrow {
    width: 15px; /* Adjust size as needed */
    height: 15px; /* Adjust size as needed */
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block; /* or 'block' depending on your layout */
    padding-left: 20px;
    margin-left: 20px;
}

.green-arrow {
    background-image: url('images/greenarrow.jpg');
}

.red-arrow {
    background-image: url('images/redarrow.jpg');
}

.green-text {
    color: green;
}

.red-text {
    color: red;
}
#treeMapContainer {
    width: 800px;
    height: 600px;
    border: 1px solid #ccc;
}
/*.highcharts-figure,
.highcharts-data-table table {
    min-width: 320px;
    max-width: 700px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}*/