.dual-list-box{width:100%}.dual-list-box__comment-line{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:5px;height:19px}.dual-list-box__comment{display:flex;align-items:flex-end}.dual-list-box__inner-comment{background-color:transparent;border-radius:2px;font-size:11px;margin-right:5px}.dual-list-box__inner-comment_filtered{font-size:8px;font-weight:bold;background-color:#f0ad4e;color:#fff;padding:2px 5px}.dual-list-box__comment-info{font-size:11px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dual-list-box__show-all-btn{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;font-size:10px;border:1px solid #ccc;border-radius:3px;height:19px;padding:1px 5px;display:flex;justify-content:center;align-items:center;transition:background-color ease .2s 0s}.dual-list-box__show-all-btn:hover,.dual-list-box__show-all-btn:focus{background-color:#e6e6e6}.dual-list-box__filter{width:100%;height:30px;margin-bottom:5px}.dual-list-box__filter-input{width:100%;min-width:0;outline:none;height:100%;border:1px solid #e5e6e7;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);padding:6px 12px;border-radius:1px;font-size:14px;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s}.dual-list-box__filter-input:focus{box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);border-color:#66afe9}.dual-list-box__move-all{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:34px;display:flex;align-items:center;justify-content:center;border:1px solid #ccc;border-radius:4px 4px 0 0;font-size:24px}.dual-list-box__move-all i{margin-right:1px}.dual-list-box__list-container{overflow-y:scroll;height:162px;border-width:0 1px 1px 1px;border-style:solid;border-color:#e5e6e7}.dual-list-box__option{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding-left:15px}.dual-list-box__option_selected{background-color:#00acee}