.cardNew{display:grid;grid-template-columns:1fr 1fr auto;width:100%;min-height:180px;gap:15px;padding:15px;background:#f9f8fd;box-shadow:0 0 4px 0 rgba(0,0,0,.25098039215686274);border-radius:10px;transition:.3s ease-in-out}.cardNew:hover{box-shadow:0 0 4px 0 rgba(0,0,0,.6588235294117647);cursor:pointer}.cardNew--row{grid-template-columns:1fr}.cardNew--column .cardNew__firstSection:before{content:"";position:absolute;top:0;right:0;bottom:0;margin:auto;width:1px;height:90%;background-color:#ccc}.cardNew--selected{background:#5b5957}.cardNew--selected,.cardNew--selected .detailRecord{transition:.3s ease-in-out}.cardNew--selected .detailRecord__iconContact,.cardNew--selected .detailRecord__recordName,.cardNew--selected .detailRecord__registerDate{color:#fff}.cardNew--selected .detailRecord__recordCity{color:#fff;border-color:#fff}.cardNew--selected .detailRecord__detail{background:#fff;color:#5b5957}.cardNew--selected .messageContainer{background:#e9e9e9}.cardNew--younger{background:#fbd7d7}.cardNew--priority{background:rgba(43,187,111,.16862745098039217)}.cardNew--satelite{background:rgba(255,140,0,.16862745098039217)}.cardNew--gender{background:rgba(77,155,255,.16862745098039217)}.cardNew__firstSection{position:relative;justify-content:flex-start;width:100%;max-width:100%;gap:15px}.cardNew__contentCheck,.cardNew__firstSection{display:flex;flex-direction:row;align-items:center}.cardNew__contentCheck{justify-content:center}.cardNew__btnHistory{position:absolute;top:0;color:#5b595c;cursor:pointer}.cardNew__checkbox{width:18px;height:18px;border:1px solid #5b5957;border-radius:4px}.cardNew__checkbox:checked{background-color:#fff;border-color:#5b5957;color:#5b5957}.cardNew__recordCity{height:23px;text-transform:capitalize;font-size:14px;color:#bd0909;border:1px solid #bd0909;border-radius:17px}.cardNew__detail,.cardNew__recordCity{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0 10px}.cardNew__detail{height:18px;font-size:15px;color:#fff;background:#767676;border-radius:50px}.cardNew__secSection{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;height:100%;width:100%;min-width:200px;gap:20px;box-sizing:border-box}.cardNew__threeSection{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;gap:15px}