.panel-item{background-color:hsla(0,0%,100%,.05);border-radius:1vh;padding:1.2vh 1.2vw;margin-bottom:1.5vh}.panel-title{font-size:1.5vh;margin-bottom:1vh;padding-bottom:.8vh;border-bottom:1px solid hsla(0,0%,100%,.1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.panel-title:after{content:"";position:absolute;bottom:0;left:0;width:30%;height:2px;background:-webkit-gradient(linear,left top,right top,from(#36d1dc),to(transparent));background:linear-gradient(90deg,#36d1dc,transparent)}.scroll-list{-webkit-box-flex:4;-ms-flex:4;flex:4;max-height:35vh;overflow:hidden}.scroll-list .scroll-container{height:calc(100% - 5vh);overflow:hidden;position:relative}.scroll-list .scroll-wrapper{height:100%}.scroll-list .data-list{list-style:none;padding:0;margin:0}.scroll-list .data-list .list-item{padding:.8vh .8vw;height:60px;border-bottom:1px solid hsla(0,0%,100%,.1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.scroll-list .data-list .list-item:last-child{border-bottom:none}.scroll-list .data-list .list-item .item-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:.4vh;font-size:1.3vh}.scroll-list .data-list .list-item .item-info .factory-name{color:#36d1dc}.scroll-list .data-list .list-item .item-info .breeder-name,.scroll-list .data-list .list-item .item-info .farmer-name{color:#5b86e5}.scroll-list .data-list .list-item .item-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:1.2vh;color:hsla(0,0%,100%,.7)}