.json-editor-btn-add {
    background-color: #62b56b;
}

.custom-button {
    margin-left: 10px;
}

.json-editor-btn-edit {
    margin-bottom: 10px;
}

.json-editor-btntype-delete {
    background-color: red;
}

.json-editor-btntype-add {
    transform: scale(0.8);
    border-radius: 20% !important;
}

.card-body {
    margin: 0;
    padding: 0px;
}

.json-editor-btn-collapse {
    height: 25px;
}

label {
    font-size: medium;
    font-weight: bold;
    margin-top: 3px;
}

.card-title {
    margin: 0px;
    margin-bottom: 10px;
}

.form-check-label {
    font-weight: normal;
}

.form-group {
    margin-bottom: 0px;
}

.card {
    padding: 5px;
    padding-left: 10px;
    margin: 0px;
}

input {
    padding-left: 0px;
}

/* div#item.col-md-2 {
    max-width: 120px;
} */

textarea {
    width: 500px;
}
