﻿/* Client/wwwroot/fwCss/dashboard.css */

.tile {
    width: 100%;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 0;
    padding-left: 0px;
    padding-right: 0;
    min-height: 80px;
}

.no-radius-card {
    border-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.title {
    padding-left: 12px;
    font-size: 16px;
    font-weight: bold;
    margin: 0; 
}

.notif {
    padding-left: 1px;
}

.tile-success {
    background-color: rgba(40, 167, 69, 0.7);
}

.tile-info {
    background-color: rgba(180, 180, 220, 0.7);
}
.tile-warning {
    background-color: rgba(240, 185, 70, 0.7);
}

.tile-danger {
    background-color: rgba(220, 53, 69, 0.7);
}

.bars {
    border-radius: 4px;
}

.icon-bg {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    padding: 2px 4px;
}

.header-row {
    display: flex;
    align-items: center; 
    gap: 2px; 
    margin-left: 12px;
}
