.jsonresok{
    text-align: center;
    background-color: #35b335;
    color: #fff;
    height: 3rem;
    line-height: 3rem;
    font-size: 0.8rem;
    font-weight: bold;
    border-radius: 6px;
    margin-top: 1rem;
    display: none;
}
.jsonresok i{
    margin-right: 0.5rem;
}