
#rpt-tracking-form input, #rpt-tracking-form button {
    padding: 8px;
    margin: 5px 0;
}
.rpt-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.rpt-item {
    width: 48%;
    background: #f9f9f9;
    padding: 10px;
    border-left: 4px solid #0073aa;
    border-radius: 5px;
}
.rpt-title {
    font-weight: bold;
    margin-bottom: 5px;
}
.rpt-bar {
    background: #ddd;
    height: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.rpt-fill {
    background: #4caf50;
    height: 100%;
    color: white;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
}
