.table,.table-warapper{display:flex;flex-direction:column;gap:16px;width:100%}.table__skeleton{animation:pulse 1.5s infinite;background-color:#e4e7ec;border-radius:8px;height:38px;width:100%}.table__title{color:#344054;font-size:18px;font-weight:500}.table__header{gap:4px;justify-content:space-between;width:100%}.table__content,.table__header{align-items:center;display:flex}.table__content{gap:8px}.table__wrapper{display:flex;flex-direction:column;gap:2px}.table__container{border-radius:12px 12px 0 0;max-height:540px;min-height:265px;overflow-x:auto;position:relative;white-space:nowrap}.table-custom{border-collapse:collapse;position:relative;width:100%}.table-custom__loading{display:flex;flex-direction:column;gap:8px;left:0;min-height:200px;padding:16px;position:sticky;width:100%}.table-custom__deleted{opacity:.7}.table-custom tr{border-bottom:1px solid #dae7ed}.table-custom tbody .fixed-col{background-color:#fff}.table-custom thead{background:#f4f7fa;position:sticky;top:0}.table-custom thead .fixed-col{background-color:#f4f7fa}.table-custom td,.table-custom th{border-right:1px solid #dae7ed;color:#344054;font-size:12px;font-weight:400;height:34px;padding:8px;text-align:left}.table-custom td:last-child,.table-custom th:last-child{border-right:none}.table-custom .fixed-col{position:sticky;right:0;z-index:2}.table-custom .bg-gray-100 .fixed-col{background-color:var(--color-gray-100)!important}.table-custom .my-hover-bg-gray-50:hover .fixed-col{background-color:var(--color-gray-50)}.table-custom__tr{transition:.2s;width:100%}.table-custom__tr:hover{background:#f5faff}.table-custom__tr-active{opacity:1}.table-custom__tr-active,.table-custom__tr-active:hover{background:#eff8ff}.table-custom__border{position:relative}.table-custom__border.top:after{background:#3a94cf;content:"";height:.8px;height:1px;left:0;position:absolute;top:0;width:100%;z-index:1}.table-custom__border.bottom{border-bottom:1px solid #3a94cf}.table__length td:last-child,.table__length th:last-child{border-right:1px solid #dae7ed!important}.table__footer{align-items:center;display:flex;gap:4px;justify-content:space-between;padding:16px;width:100%}.table__footer-text{color:#344054;font-size:12px}.table__footer-content,.table__footer-text{align-items:center;display:flex;gap:12px}@media (max-width:1680px){.table,.table-warapper{gap:16rem}.table__skeleton{border-radius:8rem;height:38rem}.table__title{font-size:18rem}.table__header{gap:4rem}.table__content{gap:8rem}.table__wrapper{gap:2rem}.table__container{max-height:540rem;min-height:265rem}.table-custom__loading{gap:8rem;min-height:200rem;padding:16rem}.table-custom tr{border-bottom:1rem solid #dae7ed}.table-custom td,.table-custom th{border-right:1rem solid #dae7ed;font-size:12rem;height:34rem;padding:8rem}.table__length td:last-child,.table__length th:last-child{border-right:1rem solid #dae7ed!important}.table__footer{gap:4rem;padding:16rem}.table__footer-text{font-size:12rem;gap:12rem}.table__footer-content{gap:12rem}}
