﻿

.log-badge {
    display: inline-block;
    padding: 0.3em 0.6em;
    font-size: 0.75em;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.log-badge-information {
    background-color: #0d6efd;
}

.log-badge-debug {
    background-color: #6c757d;
}

.log-badge-warning {
    background-color: #ffc107;
    color: #000 !important;
}

.log-badge-error {
    background-color: #dc3545;
}

.log-badge-fatal {
    background-color: #dc3545;
}

.log-badge-verbose {
    background-color: #adb5bd;
}

.log-badge-unknown {
    background-color: #17a2b8;
}

.donut-chart {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 1rem auto;
}

.donut-chart-center {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 100px;
    height: 100px;
    background: var(--bs-card-bg, #fff); 
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.25em;
    font-weight: bold;
    flex-direction: column;
    line-height: 1.2;
}

.log-message {
    white-space: pre-wrap; 
    word-break: break-all; 
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.9em;
}
