.cardLoading{display:grid;grid-template-columns:repeat(var(--columns),1fr);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}.cardLoading__firstSection{position:relative;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;gap:15px}.cardLoading__firstSection:before{content:"";position:absolute;top:0;right:0;bottom:0;margin:auto;width:1px;height:90%;background-color:#ccc}.cardLoading__contentCheck{display:flex;flex-direction:row;justify-content:center;align-items:center}.cardLoading__btnHistory{position:absolute;top:0;height:20px;width:20px;border-radius:15px}.cardLoading__checkbox{width:18px;height:18px;border-radius:4px}.cardLoading__contentInfo{justify-content:space-between;height:100%;min-height:150px}.cardLoading__contentInfo,.cardLoading__headerInfo{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%}.cardLoading__headerInfo{justify-content:flex-start}.cardLoading__contentItems{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;flex-wrap:wrap;gap:10px}.cardLoading__recordName{height:20px;width:100%;max-width:250px;border-radius:10px}.cardLoading__recordCity{height:23px;width:80px;border-radius:17px}.cardLoading__detail{height:18px;width:85px;border-radius:50px}.cardLoading__icon{height:23px;width:23px;border-radius:50px}.cardLoading__registerDate{height:14px;width:100%;max-width:270px;border-radius:17px}.cardLoading__feature{height:23px;width:55px;border-radius:17px}.cardLoading__secSection{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;height:100%;width:100%;max-width:500px;gap:20px}.cardLoading__photoImg{min-height:180px;height:100%;width:105px;border-radius:12px;box-shadow:0 0 4.9424777031px 0 rgba(0,0,0,.30196078431372547)}.cardLoading__threeSection{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;gap:15px}.cardLoading__contentMessage{height:80px;width:100%;max-width:429px;border:1px solid #dbdbdb;border-radius:10px}.cardLoading__contentBtns{gap:10px}.cardLoading__contentBtns,.cardLoading__contentIcon{display:flex;flex-direction:row;justify-content:center;align-items:center}.cardLoading__contentIcon{height:27px;width:27px;border-radius:50%}