@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@400;500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400&display=swap);.table{width:100%}.table .app-table .header{-webkit-column-gap:0;-moz-column-gap:0;column-gap:0}.table .empty-logs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:-2.5rem}.table .empty-logs svg{margin-top:10px;max-width:100px;-webkit-transform:translateX(15px);transform:translateX(15px)}.table .empty-logs p{padding:2rem 0 0}.table .none{width:20px}.table .none span{display:block;margin:auto;width:10px;height:1px;background:#6a6482}.table .app-button~.app-button{margin-left:1rem}.table small{color:#fff}.templates{padding:2rem 4rem}.templates .info{margin-bottom:.5rem;font-size:1rem}.templates .info a,.templates .info strong{color:#fff;opacity:.9}.templates .annotation{margin-bottom:2rem;padding:1rem 1.5rem;font-size:1rem;line-height:1.7;border:1px solid #5935dd;border-radius:4px;background:-webkit-gradient(linear,left top,right top,from(transparent),to(rgba(227,69,255,.14902))) 0 0;background:linear-gradient(90deg,transparent,rgba(227,69,255,.14902)) 0 0}.templates .create{margin:2rem 0 0 0}.templates .card-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.templates .template-card{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:1rem;padding:3rem 2.5rem 0;width:12rem;height:12rem;background:#241f39;border:1px solid #5935dd;border-radius:4px;color:#fff;line-height:1.5;text-align:center;text-wrap:balance;-webkit-transition:all .3s ease-in;transition:all .3s ease-in;cursor:pointer}.templates .template-card:hover{-webkit-filter:brightness(1.3);filter:brightness(1.3)}.templates .template-card img{margin-bottom:1rem;max-width:30px}.templates .modal-wrapper{padding:2rem;min-width:60vw;max-height:100vh;overflow-y:scroll;background:#17122b}.templates .modal-wrapper .modal-content{position:relative}.templates .modal-wrapper .close{position:absolute;top:-2rem;right:1rem}.templates .modal-wrapper h1{color:#fff}.templates .modal-wrapper p{margin:2rem 0}.templates .modal-wrapper .app-button{margin-top:3rem}