@keyframes flash-success{0%{background-color:transparent}50%{background-color:#0ec518}to{background-color:transparent}}@keyframes flash-error{0%{background-color:transparent}50%{background-color:#ff000080}to{background-color:transparent}}.flash-success{animation:flash-success .25s ease}.flash-error{animation:flash-error .25s ease}.center-group{display:flex;flex-direction:row;justify-content:center;gap:5px}.loader-container{display:flex;justify-content:center;align-items:center}.loader{display:inline-block;transform:translateZ(1px)}.loader:after{content:"";display:inline-block;width:32px;height:32px;margin:8px;border-radius:50%;background:#000;animation:coin-flip 2.4s cubic-bezier(0,.2,.8,1) infinite}@keyframes coin-flip{0%,to{animation-timing-function:cubic-bezier(.5,0,1,.5)}0%{transform:rotateY(0)}50%{transform:rotateY(1800deg);animation-timing-function:cubic-bezier(0,.5,.5,1)}to{transform:rotateY(3600deg)}}.head-table{background-color:#dadada!important;font-size:1.2rem!important;font-weight:700!important;border:1px solid #bdbdbd!important}.body-table{font-size:1rem!important;border:1px solid #bdbdbd!important}
