.native-tags-input{display:flex;flex-wrap:wrap;align-items:center;gap:6px;width:100%;min-height:44px;padding:7px 9px;border:1px solid #d8dde6;border-radius:9px;background:#fff;cursor:text;transition:border-color .18s,box-shadow .18s}
.native-tags-input:focus-within{border-color:#3f51b5;box-shadow:0 0 0 3px rgba(63,81,181,.14)}
.native-tags-input__source{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.native-tags-input__tag{display:inline-flex;align-items:center;gap:5px;max-width:100%;padding:4px 7px;border-radius:6px;background:#3f51b5;color:#fff;font-size:13px;line-height:1.25;overflow-wrap:anywhere}
.native-tags-input__tag button{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.16);color:inherit;font-size:17px;line-height:1;cursor:pointer}
.native-tags-input__tag button:hover,.native-tags-input__tag button:focus{background:rgba(255,255,255,.3);outline:0}
.native-tags-input__editor{flex:1 1 130px;min-width:100px;height:30px;padding:2px;border:0!important;background:transparent!important;box-shadow:none!important;outline:0}
.native-tags-input.is-full .native-tags-input__editor{display:none}
body.night-mode .native-tags-input,.night-mode .native-tags-input{border-color:#374151;background:#171b24;color:#edf1f7}
