.dashboard_widget {
    border: 1px solid #2b3346;
    border-radius: 15px;
    position: relative;
    background: #2d2f40;
    min-height: 100px;
}

.dashboard_widget h3 {
    font-size: 13px;
    padding: 10px;
    text-transform: uppercase;
    color: #fea050;
    font-weight: bold;
}