.p0c .user-item {
    padding: 0;
}

.variable-container {
    margin-top: 64px;
}

.variable-container .variable {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    height: 100px;
    padding: 20px;
    border-bottom: 1px solid #0003;

    background: #0001;
}

.variable-container .variable .var-name {
    font-size: 20px;
    font-weight: 900;
}

body {
    overflow-x: hidden;
}

.v-name-special {
    margin-bottom: 16px;
}

input.danger {
    border-color: #dc3545;
}

.row-header .header {
    font-weight: 900;
}

small {
    font-size: 11px;
    margin-top: 4px;
}

.flex-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 16px;
    padding-right: 16px;
}

.filtr-group {
    margin-left: 16px;
    display: flex;
    align-items: center;
}

.filtr-group label {
    margin-right: 16px;
}