.right-align {
    text-align: right;
}

.center-align{
    text-align: center;
}

.left-align{
    text-align: left;
}

.flex-right {
    display: flex;
    justify-content: flex-end;
}

.score-input,
.kpi-input{
    width: 90px;
}

.variable-input {
    width: 160px;
}

.dataTables_scroll {
    overflow:auto;
    display: flex;
    justify-content: flex-start;
}

.env-indicator {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 8px;
    background: #ffc107;
    color: #000;
    font-weight: bold;
    z-index: 9999;
}