﻿.widget-view {
    background: white;
    box-shadow: 5px 5px 10px #545454;
    border: 1px solid #545454;
}

.activeWidget {
    border: solid;
    background-color: rgba(255, 255, 255, 1);
}

.nonActiveWidget {
    border: inherit;
    background-color: rgba(255, 255, 255, 0.9);
}

.widget-value {
    font-size: 40px;
    font-family: DINNextStencilHeavy;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.widget-header {
    height: 10%;
}

.dashboard-tab {
    display: block;
    padding: 0.5rem 1rem;
    font-weight: 700;
    color: black !important;
    margin-top: 3px;
    margin-left: 3px;
    border: 1px solid transparent;
    border-bottom: 0px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    text-decoration: none;
}

.control-btn{
    width: 155px;
}