html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.bor {
    border: 1px solid black;
}

.bar {
    background-color: rgb(181, 201, 239);
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 4.9%;
}

#sp {
    width: 100%;
    height: 4.9%;
}

.bar>a {
    height: 100%;
}

.bar>a>img {
    height: 100%;
}

.bar>p {
    font-size: 26px;
    width: auto;
    white-space: nowrap;
    margin-left: 10px;
}

.bar>div {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
}

.bar>div>a {
    text-decoration: none;
}

.bar>div>a>button {
    font-size: 18px;
    background: transparent;
    display: inline-block;
    overflow: hidden;
    border: 0;
    cursor: pointer;
    margin-right: 20px;
    /* color: white; */
}

.bar>div>select {
    margin-right: 2%;
    background-color: rgb(181, 201, 239);
    border: none;
    font-size: 104%;
}

.hcenter {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.obj {
    padding-left: 20px;
}

.key {
    color: teal;
}

.key:hover {
    background-color: beige;
}

.value {
    color:#009f00;
}

.null {
    color: gray;
}

i.fa {
    padding-right: 5px;
}

.konfig>input[type="number"]{
    width: 50px;
}