#search-area-root{display:flex}#search-area-root #search-dd-target{margin-right:10px}#search-area-root input{width:100%}#filter-area-root{display:flex;flex-direction:column;gap:10px;border:1px solid #d9d9d9;border-radius:5px;padding:10px;background-color:#f0e3fe}#filter-area-root .filter-line{display:flex}#filter-area-root .filter-line .filter-left{min-width:100px}#filter-area-root .filter-line .filter-right{padding-left:20px}#filter-area-root .filter-line .filter-right label{cursor:pointer;display:inline-flex;align-items:center;margin-right:15px}#filter-area-root .filter-line .filter-right label input[type=checkbox]{margin-right:5px}.item-wrap{display:flex;flex-wrap:wrap;justify-content:flex-start;border:1px solid #d9d9d9;border-radius:5px;padding:10px;background-color:#feeefd;max-height:450px;overflow-y:auto}.item-wrap.furniture{max-height:380px}#dialog-category-root{display:flex;background-color:#d9d9d9;padding:15px 7px 15px 20px;border-radius:5px}#dialog-category-root #dialog-category-wrapper{display:flex}#dialog-category-root #dialog-category-wrapper .category-name{margin:0 7px 0 10px}#dialog-list-root{margin-top:15px}#dialog-list-root #dialog-list-wrapper{display:flex;flex-direction:column;gap:10px;height:530px;overflow-y:auto;padding:10px;background-color:#f2f2f2;border-radius:7px}#dialog-list-root #dialog-list-wrapper .dialog-list-msg{text-align:center;font-size:1.2rem;font-style:italic}#dialog-list-root #dialog-list-wrapper .dialog-item{display:flex;flex-direction:row;border-radius:10px;background-color:#fff;padding:5px 10px;border:1px solid gray}#dialog-list-root #dialog-list-wrapper .dialog-item .dialog-event-wrapper{display:flex;align-items:center}#dialog-list-root #dialog-list-wrapper .dialog-item .dialog-event-wrapper img{height:80px;display:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}#dialog-list-root #dialog-list-wrapper .dialog-item .dialog-content-wrapper{display:flex;flex-direction:column;width:100%}#dialog-list-root #dialog-list-wrapper .dialog-item .dialog-content-wrapper .top-wrapper{display:flex;justify-content:space-between;align-items:flex-end}#dialog-list-root #dialog-list-wrapper .dialog-item .dialog-content-wrapper .top-wrapper .category-name{margin:0;font-size:1.1rem;font-weight:bold}#dialog-list-root #dialog-list-wrapper .dialog-item .dialog-content-wrapper .top-wrapper .btn-wrapper{display:flex;gap:8px;justify-content:flex-end;padding-right:10px}#dialog-list-root #dialog-list-wrapper .dialog-item .dialog-content-wrapper .top-wrapper .btn-wrapper .play-btn{display:flex;align-items:center;background-color:rgba(0,0,0,.1);border-radius:5px;padding:3px;cursor:pointer}#dialog-list-root #dialog-list-wrapper .dialog-item .dialog-content-wrapper .top-wrapper .btn-wrapper .play-btn:hover{background-color:rgba(0,0,0,.2)}#dialog-list-root #dialog-list-wrapper .dialog-item .dialog-content-wrapper .top-wrapper .btn-wrapper .play-btn.active{background-color:rgba(0,0,0,.4)}#dialog-list-root #dialog-list-wrapper .dialog-item .dialog-content-wrapper .top-wrapper .btn-wrapper .play-btn img{height:30px}#dialog-list-root #dialog-list-wrapper .dialog-item .dialog-content-wrapper hr{margin:5px 0}#dialog-list-root #dialog-list-wrapper .dialog-item .dialog-content-wrapper .dialog-text .no-text{color:gray}
