.customer-card{padding:24px;background-color:#fff;cursor:pointer;height:160px;display:flex;align-items:start;justify-content:center;flex-direction:column;gap:8px;border-bottom:1px solid rgba(226,224,224,.63)}.customer-card h3{font-size:24px;font-weight:400;color:#000000b2}.customer-card p{font-size:15px;font-weight:400;color:#00000071}.customer-card.selected,.customer-card:hover{background-color:#e0e0e0}.customer-details{height:100%;overflow-x:hidden;overflow-y:auto;width:70%;padding:44px 100px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:18px}.customer-name{font-size:24px;font-weight:400;color:#000000b2}.customer-title{font-size:15px;font-weight:400;color:#00000071;text-align:center}.customer-address{font-size:12px;font-weight:700;color:#000;letter-spacing:1px;text-transform:uppercase}.photo-grid{margin-top:24px;display:grid;grid-template-columns:repeat(3,1fr);gap:44px}.photo-container{position:relative}.photo-container img{width:220px;height:170px;object-fit:cover;border-radius:8px;opacity:0;transition:opacity .3s ease-in-out;cursor:pointer}.photo-container img.loaded{opacity:1}.photo-container .shimmer{width:220px;height:170px;background:linear-gradient(90deg,#6e6b6b33 25%,#97979780,#fff3 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px;position:absolute;top:0;left:0}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.home{display:flex;align-items:center;justify-content:space-between;height:calc(100% - 60px);width:100%;overflow:hidden}.customer-list{width:30%;max-height:100%;overflow-y:auto;overflow-x:hidden}.customer-list::-webkit-scrollbar-track{background-color:#f5f5f5}.customer-list::-webkit-scrollbar{width:5px}.customer-list::-webkit-scrollbar-thumb{background-color:#979696}.information-indicator-wrapper,.items-indicator-wrapper{position:absolute;bottom:10px;width:30%;display:flex;align-items:center;justify-content:center}.information-indicator,.items-indicator{background-color:#00000070;width:auto;color:#fff;border-radius:4px;padding:4px 8px;font-size:12px;letter-spacing:1px}.items-indicator-wrapper{justify-content:flex-end;padding-right:20px}.items-indicator{font-size:10px}.no-customer-selected{width:70%;height:100%;display:flex;flex-direction:column;gap:24px;align-items:center;justify-content:center}.no-customer-selected h3{font-size:35px;font-weight:700;color:#000000b2}.no-customer-selected p{font-size:15px;font-weight:400;color:#00000071}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box;font-family:Verdana,Geneva,Tahoma,sans-serif}.app{height:100vh;width:100vw;overflow:hidden}.customer-portal-heading{height:60px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(226,224,224,.63)}.customer-portal-heading .heading{font-size:24px;font-weight:700;color:#333}body{overflow:hidden}
