.database__no-data{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:none;padding:64px 20px;width:100%}.database__no-data h4{color:var(--gray-p);font-size:20;font-weight:400;margin-top:10px}.database__no-data p{color:var(--gray-200);font-size:16px;text-align:center;max-width:480px;margin-bottom:12px}.database__no-data__actions{display:flex;gap:20px}@media(max-width:1055px){.database__no-data__actions{width:100%;flex-direction:column;gap:10px}.database__no-data__actions button{width:100%!important}}.skeleton{background:linear-gradient(90deg,rgba(255,255,255,.06),rgba(255,255,255,.12) 50%,rgba(255,255,255,.06));background-size:200% 100%;animation:shimmer 1.5s infinite;display:inline-block}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.database-skeleton{width:100%;display:flex;flex-direction:column}.database-skeleton__card{width:100%}.database-content{display:flex;flex-direction:column;width:100%;border-top:1px solid var(--gray-300)}.database-content--search{border-top:1px solid var(--blue);border-bottom:1px solid var(--blue)}.database-content__card{width:100%;padding:20px 0;border-bottom:1px solid var(--gray-300)}.database-content__card--search{border-bottom:1px solid var(--blue)}.database-footer{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.database-footer__total{display:flex;gap:8px;align-items:center;font-size:14px}.database-footer__total-title{color:var(--gray-text);text-transform:uppercase}.database-footer__total-number{color:var(--white)}.database{display:flex;flex-direction:column;gap:32px}