.modal-mask{position:fixed;z-index:9998;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:table;transition:opacity .3s ease}.modal-wrapper{display:table-cell;vertical-align:middle}.modal-container{width:720px;max-width:90%;margin:-15% auto 0;background-color:#fff;border-radius:2px;box-shadow:0 2px 8px #00000054;transition:all .3s ease}.modal-header h1{font-weight:700}.modal-footer{flex-direction:row-reverse}.modal-enter,.modal-leave-active{opacity:0}.modal-enter .modal-container,.modal-leave-active .modal-container{transform:scale(1.1)}:root{--color-green-rgb: 0,138,0}.hit-row:hover{cursor:pointer}.hit-row:hover td{background-color:var(--light)}.hit-row.hit-row--changed{animation:background 2s}@keyframes background{0%{background-color:rgba(var(--color-green-rgb),.35)}50%{background-color:rgba(var(--color-green-rgb),.35)}to{background-color:transparent}}
