.choices__inner{display:flex;flex-wrap:wrap;padding-right:10px;min-height:38px;box-sizing:border-box;align-items:center}.choices__list--multiple{display:contents;flex-wrap:wrap;align-items:center}.choices__list--multiple .choices__item{display:inline-flex;align-items:center;margin-right:5px;margin-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.choices__list--multiple .choices__input{flex:1 1 auto;min-width:25px;margin-left:5px;margin-bottom:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box}.choices__input--cloned{flex:1 1 auto;box-sizing:border-box}.skeleton-wrapper{display:flex;flex-direction:column;gap:10px}.skeleton{background:#eee;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);border-radius:5px;background-size:200% 100%;animation:1.75s linear infinite shine;height:2.25rem;width:100%}@keyframes shine{to{background-position-x:-200%}}.hidden{display:none}