.chat-list-modal-wrapper{display:flex;flex-direction:column;gap:.625rem;color:#2c2c2c}.chat-list-modal-wrapper .chat-list-modal-item{display:flex;gap:.75rem;align-items:center;cursor:pointer;border:1px solid #cfcfcf;border-radius:.5rem;padding:.75rem}.chat-list-modal-wrapper .chat-list-modal-item-check{width:1.5rem;height:1.5rem;border-radius:50%;background-color:#fff;border:1px solid #cfcfcf;display:flex;align-items:center;justify-content:center}.chat-list-modal-wrapper .chat-list-modal-item-check-checked{border-color:#ff3f55}.chat-list-modal-wrapper .chat-list-modal-item-check-checked:before{content:"";width:.75rem;height:.75rem;border-radius:50%;background-color:#ff3f55}.chat-list-modal-wrapper .chat-list-modal-item-image{width:3.4375rem;height:4.25rem;border-radius:.25rem;overflow:hidden}.chat-list-modal-wrapper .chat-list-modal-item-image img{width:100%;height:100%;object-fit:cover}.chat-list-modal-wrapper .chat-list-modal-item-content{flex:1 1;display:flex;flex-direction:column;gap:.25rem}.chat-list-modal-wrapper .chat-list-modal-item-content-price{font-weight:800}@media(min-width:768px){.chat-list-modal-wrapper{max-height:430px}}