/*
#page2_1 .config .conf{
    min-height: calc((100vh - 163px )/ 5 );
}

html{
    overflow: hidden;
}

#page2_1 .config{
    overflow-y: auto;
}

#page2_1 .config::-webkit-scrollbar
{
    width: 35px;
    background-color: #b1b1b6;
}

#page2_1 .config::-webkit-scrollbar-thumb
{
    background-color:  #484756;
    border: 1px solid #b1b1b6;
}
*/

button .save, button .put
{
    background-color: #48c34d;
}
button .delete
{
    background-color: red;
}