.toaster-wrapper{position:fixed;top:20px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;gap:10px;z-index:9999}.toaster-message-wrapper{position:relative;display:flex;align-items:center;gap:10px;padding:16px 36px 20px 14px;background-color:#fff;border:1px solid hsla(0,0%,100%,.08);border-radius:10px;box-shadow:0 8px 32px rgba(0,0,0,.4);min-width:280px;max-width:380px;overflow:hidden;transition:opacity .3s ease,transform .3s ease}.toaster-message{font-size:15px;color:#000}.toaster-close-button{position:absolute;top:8px;right:8px;background:none;border:none;color:#000;cursor:pointer;padding:2px;display:flex;align-items:center;justify-content:center;transition:color .15s ease}.toaster-close-button:hover{color:#555}.toaster-progress-track{position:absolute;bottom:0;left:0;right:0;height:5px;background-color:rgba(203,33,115,.3);border-radius:0 0 10px 10px;overflow:hidden}.toaster-progress-bar{height:100%;width:100%;background-color:#cb2173}.flex-table{width:100%;font-size:16px}.flex-table-header,.flex-table-row{display:flex;width:100%;align-items:center}.flex-table-header{font-weight:500}.flex-table-row{margin-bottom:8px;border-radius:8px}.flex-table-row>div{background-color:#d1d6db}.flex-table-row.odd>div{background-color:#e9edf0}.flex-table-cell{line-height:28px;padding:8px 12px;flex-shrink:0;height:45px}.header-cell{display:flex;align-items:center;gap:6px}.sortable{cursor:pointer}.sortable:hover{background:#f7f9fb}.non-sortable{cursor:default}.sort-icon{font-size:12px;opacity:.6}