.categories-view{background:var(--theme-input-bg);border:1px solid var(--theme-elevation-150);border-radius:var(--style-radius-s);padding:8px 15px;box-shadow:0 2px 2px -1px rgba(0,0,0,.1019607843);margin-bottom:20px;max-height:400px;overflow-y:auto}.categories-view .category-item{display:flex;align-items:center;flex-wrap:wrap}.categories-view .field-label{margin-right:6px}.categories-view .categories-list{display:flex;flex-direction:column}.categories-view .categories-list .category-list{margin-top:10px}.categories-view .categories-list .category-parent{display:flex;align-items:center;gap:10px}.categories-view .categories-list input[type=checkbox]:disabled{cursor:not-allowed}.categories-view .categories-list .loader{height:16px;width:16px;margin-left:2px;margin-right:2px;margin-bottom:4px;animation:spin 1s linear infinite;color:var(--theme-elevation-800)!important}.categories-view .categories-list .make-primary{color:var(--color-blue-500);background:var(--color-blue-50);padding:2px 6px;border-radius:var(--style-radius-m);font-size:12px;cursor:pointer}.categories-view .categories-list .make-primary:hover{text-decoration:underline}.categories-view .categories-list .make-primary{font-weight:500;border:none;margin-bottom:3px}.categories-view .categories-list .make-primary:disabled{opacity:.5;cursor:not-allowed}.categories-view .categories-list .make-primary:disabled:hover{text-decoration:none}.categories-view .categories-list .is-primary{color:var(--color-warning-400);background:var(--color-warning-50)}.categories-view .categories-list .is-primary:hover{text-decoration:none}.categories-view .categories-list .is-primary:disabled{cursor:default;opacity:1}