.form-group.required .control-label:after {
    content:" *";
    color:red;
}

.selectize-input.is-invalid{
    border-color: red;
}
.grid-item { width: 25%; }
.grid-item--width2 { width: 50%; }

.add-photo-button{
    width: 100%;
    height: 200px;
    display: grid;
    align-content: space-around;
}
.btn-trash{
    position: absolute;
    z-index: 10;
    margin-left: -40px;
    margin-top: 10px;
}
.list-photo-prev{
    max-height: 50px;
}
.category_child_block{
    border-left: 1px solid rgb(199, 199, 199);
    margin-left: 30px;
}
.tree-element{
    padding: 10px;
}
[v-cloak] {
    display: none;
}
