@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-animation:gradient 15s ease infinite;animation:gradient 15s ease infinite;background:linear-gradient(-45deg,#421317,#153541,#3a0237);background-size:400% 400%;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;height:100vh;margin:0;overflow-x:hidden;padding:5vh 5vw}@-webkit-keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.title{font-size:140%;font-weight:700}.topBar{background:linear-gradient(90deg,rgba(68,67,67,.6),transparent);border:1px solid hsla(0,0%,100%,.5);border-radius:30px;gap:50px;margin:5vh 0 5vh 50%;padding:0 5vw;position:relative;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:-webkit-max-content;width:max-content}.topBar,.topBar .chainButtonsContainer{align-items:center;display:flex;justify-content:center}.topBar .chainButtonsContainer{flex-direction:column;gap:15px}.topBar .chainButtonsContainer button{background:transparent;border:2px solid #7d3288;border-radius:5px;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-size:large;font-weight:800;opacity:.2;padding:10px;-webkit-transform:scale(.9);transform:scale(.9);transition:.3s}.topBar .chainButtonsContainer button.active{opacity:1;-webkit-transform:scale(1.2);transform:scale(1.2)}.topBar .chainButtonsContainer button.active:focus,.topBar .chainButtonsContainer button.active:hover{opacity:1}.topBar .chainButtonsContainer button:focus,.topBar .chainButtonsContainer button:hover{opacity:.8}.topBar .imageContainer{-webkit-animation:float 7s ease-in-out infinite;animation:float 7s ease-in-out infinite;height:200px;position:relative;-webkit-transform:translateY(-20px);transform:translateY(-20px);width:250px}.topBar .imageContainer img{opacity:0;position:absolute;transition:.3s;width:250px}.topBar .imageContainer img.active{opacity:1}.topBar .imageContainer img:first-of-type{-webkit-transform:scale(1) rotate(30deg);transform:scale(1) rotate(30deg);width:220px}.topBar .imageContainer img:last-of-type{-webkit-transform:translateX(-10%) translateY(-10%);transform:translateX(-10%) translateY(-10%);width:270px}.topBar .textContainer{align-items:flex-start;display:flex;flex-direction:column;font-family:Montserrat,sans-serif;gap:15px;justify-content:center;max-width:600px}.topBar .textContainer .title{font-size:x-large}@-webkit-keyframes float{0%,to{-webkit-transform:translateY(-20px);transform:translateY(-20px)}50%{-webkit-transform:translateY(5px);transform:translateY(5px)}}@keyframes float{0%,to{-webkit-transform:translateY(-20px);transform:translateY(-20px)}50%{-webkit-transform:translateY(5px);transform:translateY(5px)}}.table{font-family:Montserrat,sans-serif;font-size:larger;margin:0 auto;max-width:900px;width:100%}.table .tableBody .tableRow{padding:5px 0}.table .tableBody .tableRow:hover{background:linear-gradient(40deg,#7d3288,transparent)}.table .tableBody .tableCell:first-of-type{font-weight:800}.table .tableBody .tableCell:first-of-type:before{content:"#"}.table .tableBody .tableCell:last-of-type{font-weight:800}.table .tableRow{border-bottom:1px solid hsla(0,0%,100%,.467);display:flex}.table .tableRow.header{border-bottom:2px solid #fff;font-weight:800}.table .tableRow .tableCell{align-items:center;display:flex;flex:1 1;padding:8px}.table .tableRow .tableCell:last-child{justify-content:flex-end;max-width:20px;text-align:right;width:20px}.table .tableRow .tableCell.name{flex:2 1}.table .tableRow .tableCell.name img{height:30px;margin-right:20px;object-fit:cover;width:30px}.table .tableRow .tableCell .fixStatus{border-radius:50%;height:10px;width:10px}.table .tableRow .tableCell .fixStatus.invalid{background-color:#e74c3c}.table .tableRow .tableCell .fixStatus.valid{background-color:#2ecc71}.table .tableRow .tableCell .fixStatus.paused{background-color:#f1c40f}footer{color:#884a92;font-family:Montserrat,sans-serif;font-size:large;font-weight:400;margin-top:10vh;padding:2vh 0;text-align:center}footer a{color:#7d3288;text-decoration:none}footer a:hover{color:#7d3288;color:#fff}
/*# sourceMappingURL=main.04e1b227.css.map*/