@keyframes fadeIn{0%{opacity:0}to{width:95%}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fade-in{animation:fadeIn 1s ease-in-out;animation-fill-mode:forwards}.fade-out{animation:fadeOut .5s ease-in-out;animation-fill-mode:forwards;animation-delay:.5s}table{border-collapse:collapse;border-spacing:0;width:100%;overflow:"scroll"}table thead tr{text-align:left}table thead tr th{font-size:15px;position:sticky;z-index:30;top:0}table thead tr:hover{background-color:#dfe3e8}table tbody tr{border-bottom:1px solid #dddddd}th,td{text-align:left;padding:8px}table tbody tr:hover{background-color:transparent;color:inherit}table select:invalid,table input:invalid{border:1px solid #fbd872;border-radius:5px}
