
.patient-info-panel {
    background-color: #000000;
    border-bottom: 1px solid #0088ff;
}
.patient-section,
.code-section,
.los-section,
.admitting-section {
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 10px;
}

.info-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    white-space: nowrap;
    font-family: Arial, sans-serif;
    font-size: 17px;
}

.label {
    color: white;
    margin-right: 5px;
    display: inline-flex;
    align-items: center;
}
.value {
    color: #00ffff;
    display: inline-flex;
    align-items: center;
}
.status-full {
    color: #00ff00;
}