.dashboards-panel-widget {
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.70);
    border: 1px solid #F9F9F9;
    background-color: transparent;
    border-radius: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.dashboards-panel-widget > .panel-body {
    font-size: 90%;
    overflow-y: auto;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 15px;
    padding-top: 5px;
}

.dashboards-panel-widget > .panel-body table {
    margin-bottom: 5px;
}

.dashboards-panel-widget-icon {
    font-size: 200%;
    color: #E3CBAD;
}
.overflow-cards-container{
    height: 75vh;
    overflow-y: auto;
    /* scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1; */
    padding-block: 0;
}
.well{
    background-color: transparent;
}
/* .widget-list-row > td:first-child{
    width: 30%;
}
.widget-list-row > td:last-child{
    width: 70%;
}
.widget-list-row > td:last-child > a {
    display: block;
    min-width: 10vw;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
} */