input[type="text"]  {
    height: 34px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
    padding: 6px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(194, 202, 216);
    border-image: initial;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

select {
    border-radius: 4px;
}

.json-document {
    overflow: auto;
}


.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}