#app.container{align-items:stretch;display:flex;flex-direction:column;gap:24px;margin:0 16px;max-width:832px;width:100%}#app .top{align-items:center;display:flex;flex-direction:row;gap:24px;justify-content:space-between}#app .top h1{min-width:fit-content}#app .top input{max-width:280px}#app .card{align-items:stretch;background:#fff;border-radius:15px;box-shadow:6px 7px 14px 0 rgba(0,0,0,.1),0 1px 3px 0 rgba(0,0,0,.2);display:flex;flex-direction:column;gap:6px;padding:32px;text-align:left;width:100%}#app .card .title{align-items:center;display:flex;flex-direction:row;gap:24px;justify-content:space-between}#app .card .title h2{color:#00b7bf;margin:0}#app .card .title .latest_badge{background-color:#00b7bf;border-radius:4px;display:block;font-size:18px;font-weight:900;padding:4px 8px}#app .card .date{font-weight:900;margin:0}#app .card .buttons{display:flex;flex-direction:row;gap:24px;margin:8px 0}#app .card .buttons i{margin-right:16px}#app .badge{background-color:#ecedee;border-radius:4px;color:#21252b;font-size:.8em;height:1em;margin:0 8px 0 0;padding:.1em .4em}#app .badge-info{background-color:#cfccfe}#app .badge-danger{background-color:#b6f5ed}#app .badge-warning{background-color:#9ecffc}#app .pagination{display:flex;flex-direction:row;gap:16px;list-style:none;padding-left:0}#app .page-item a{background-color:#434a56;border-radius:16px;color:#fff;font-size:.8em;font-weight:900;padding:8px 16px}#app .page-item.disabled{cursor:default!important;opacity:.5}