:root{--bgColor:#111;--scannerColor:#3fefef;--imageColor:130deg}.scan{position:relative;display:flex;flex-direction:column;align-items:center;border-radius:10px}.scan .fingerprint{position:relative;width:250px;height:230px;background:url(../img/fingerprint.fa5e616f.jpg);background-repeat:no-repeat;background-size:250px}.scan .fingerprint:before{content:"";position:absolute;top:0;left:0;width:250px;height:230px;background:url(../img/fingerprint.fa5e616f.jpg);filter:invert(100%) sepia(60%) saturate(3000%) hue-rotate(var(--imageColor)) brightness(95%) contrast(80%);background-size:250px;animation:animate 4s ease-in-out infinite}@keyframes animate{0%,to{height:0%}50%{height:100%}}.scan .fingerprint:after{content:"";position:absolute;top:0;left:0;width:100%;height:8px;background:var(--scannerColor);border-radius:8px;filter:drop-shadow(0 0 20px #3fefef) drop-shadow(0 0 60px #3fefef);animation:moveLine 4s ease-in-out infinite}@keyframes moveLine{0%,to{top:0}50%{top:100%}}.scan h3{text-transform:uppercase;font-size:1.5em;letter-spacing:2px;margin-top:20px;color:var(--scannerColor);filter:drop-shadow(0 0 20px var(--scannerColor)) drop-shadow(0 0 60px var(--scannerColor));animation:animate_text .5s steps(1) infinite}@keyframes animate_text{0%,to{opacity:0}50%{opacity:1}}.toolbar--top{position:sticky;top:0;z-index:1}.v-input__slot:before{border-style:none!important}.search-delegate>.v-input__control{padding-top:.8%;margin-right:-1%;border-top-right-radius:0;border-bottom-right-radius:0}.search-delegate>.v-input__control>.v-input__slot{min-height:2.5rem!important}.search-btn.v-btn:not(.v-btn--round).v-size--default{margin:0!important;min-height:2.5rem}.search-btn.v-btn{border-top-left-radius:0;border-bottom-left-radius:0}tbody tr:hover{background-color:transparent!important}.attachment-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between}