.card_clear{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}.card_clear .card{-ms-flex-negative:0;flex-shrink:0;width:405px;background:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,.04);border-radius:10px;border:1px solid rgba(19,71,138,.1);padding:0 20px;box-sizing:border-box}.card_clear .card-header{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:10px;height:50px}.card_clear .card-header h3{font-weight:500;font-size:20px;color:#001126;line-height:20px}.card_clear .card-header .status{padding:1px 12px;font-weight:500;font-size:12px;line-height:17px;border-radius:10px}.card_clear .card-header .del{position:absolute;right:-20px;top:0;width:37px;height:37px;cursor:pointer}.card_clear .card-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:10px;padding:10px 0 25px;border-bottom:1px solid #eee}.card_clear .card-content .cover{-ms-flex-negative:0;flex-shrink:0;width:110px;height:110px;border-radius:8px}.card_clear .card-content .info{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.card_clear .card-content .info:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:#fff}.card_clear .card-content .info:after{content:"";position:absolute;top:0;right:0;width:1px;height:100%;background:#fff}.card_clear .card-content .info .cell{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;width:80px;height:55px;border-width:0 1px 1px 0;border-style:solid;border-color:#eee}.card_clear .card-content .info .cell .label{font-weight:400;font-size:12px;color:rgba(0,17,38,.6);line-height:20px}.card_clear .card-content .info .cell .value{font-family:Barlow;font-weight:600;font-size:12px;color:#001126;line-height:20px}.card_clear .card-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;height:50px}.card_clear .card-footer .level{font-weight:400;font-size:14px;color:rgba(0,17,38,.4);line-height:20px}.card_clear .card-footer .btns{display:-ms-flexbox;display:flex;gap:10px}.card_clear .card-footer .btns .btn{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;background:#1976ec;border-radius:17px;border:1px solid rgba(19,71,138,.1);padding:7px 14px;color:#fff;cursor:pointer}.card_clear .card-footer .btns .btn.plain{background:transparent;border:1px solid #1976ec;color:#1976ec}.card_clear .card-footer .btns .btn[disabled]{background:rgba(0,17,38,.06);border:1px solid rgba(19,71,138,.1);color:rgba(0,17,38,.6);cursor:not-allowed}