.rv-create .body .rv-category .list{border:1px solid rgba(0,0,0,.2);border-radius:4px;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);background:#fff}.rv-create .body .rv-category .dropdown-category{background:#fff;border-radius:4px;border:1px solid #007bff}.rv-create .body .rv-category .list-category{height:350px;overflow-y:auto}.rv-create .body .rv-category .unset-height{height:unset!important}.rv-create .body .rv-category .text-placeholder-category{color:#999;border:1px solid rgba(0,0,0,.2)}.rv-create .body .rv-category .text-name-category{top:-13px;padding:0 10px;background:#fff;margin-left:10px}.rv-create .body .rv-category .z-index-list{z-index:2000}.rv-create .body .rv-category .text-category-suggest{border-radius:40px;padding:3px 10px 5px}.rv-create .body .rv-category .line-loading{width:100%;height:3px;position:relative}.rv-create .body .rv-category .line-loading:before{content:"";position:absolute;right:auto;left:0;height:100%;background-color:#0c81f6;-webkit-animation:lineLoading 1s linear infinite forwards;animation:lineLoading 1s linear infinite forwards}@-webkit-keyframes lineLoading{0%{right:100%}50%{right:0;left:0}to{right:0;left:100%}}@keyframes lineLoading{0%{right:100%}50%{right:0;left:0}to{right:0;left:100%}}