.dashboardpointercontainer {
    width: 2vw;
    height: auto;
}

.dashboardpointer {
    width: 2vw;
    height: 0.2vw;
    margin-top: 10.25vw;
    background: #04ADBF;
}

.dashboardcontainer {
    width: 86vw;
    height: auto;
    margin: 2vw 0 2vw 0;
    border: 0.2vw solid #04ADBF;
    border-radius: 1vw;
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dashboardcenter {
    width: 86vw;
    height: auto;
    display: block;
}

.dashboardcenterpie {
    width: 40vw;
    height: 20vw;
    font-family: 'Raleway', sans-serif;
}

.dashboardcentercoincontainer {
    width: 60vw;
    margin: auto;
    font-family: 'Raleway', sans-serif;
}

.dashboardcenterminerstatus {
    margin-bottom: 0.5vw;
    display: flex;
}

.dashboardcenterminerstatus a {
    margin-right: 1vw;
}

.dashboardcentercoinname {
    font-weight: bold;
    font-size: 1.1vw;
}

.dashboardbalances {
    width: 89.6vw;
    height: auto;
    font-family: 'Raleway', sans-serif;
    margin-top: 3vw;
    margin-bottom: 3vw;
}

.dashboardbalances table {
    width: 69.6vw;
    margin: auto;
}

.dashboardbalances table th{
    width: 20vw;
}

.dashboardbalances table td{
    text-align: center;
}

.dashboardbalances table tr{
    height: 3vw;
    font-size: 0.8vw;
}

.dashboardbalances table img{
    width: 2.5vw;
    height: 2.5vw;
}

.dashboardbalancelogo {
    width: 9.6vw;
    height: 3vw;
}

.dashboardbalancescont {
    width: 70.6vw;
    background: white;
    height: auto;
    margin: auto;
    padding-top: 1vw;
    padding-bottom: 1vw;
    border: 0.1vw solid black;
    border-radius: 1vw;
}