.table-container{overflow-y:auto;box-shadow:rgba(0,0,0,.35) 0px 4px 10px}.table-container::-webkit-scrollbar{width:7px;background:rgba(0,0,0,0)}.table-container::-webkit-scrollbar-thumb{background:#6f42c1;-webkit-border-radius:1ex}.custom-table{width:100%}.custom-table thead,.custom-table thead tr{background:#fff !important;position:sticky;top:0;z-index:2}.custom-table th:not(.th-hr){font-size:14px;color:gray;padding:10px 5px 8px 5px;white-space:nowrap}.custom-table thead>tr>th>hr{border:1px solid #000;margin:0 !important}.custom-table tbody tr td{font-size:13px;padding:7px}.custom-table tbody tr:nth-child(odd){background:#e9f0f8}.loading-block{position:fixed;top:0;left:0;background:rgba(0,0,0,.75);z-index:9999;height:100vh;width:100vw;display:flex;align-items:center;text-align:center;color:#fff;font-size:0;visibility:hidden}.loading-block:after{content:"Loading... please wait";line-height:40px;font-size:34px;text-align:center;width:100%;font-weight:100}.loading-block2{position:fixed;top:0;left:0;background:rgba(0,0,0,.75);z-index:9999;height:100vh;width:100vw;display:flex;align-items:center;text-align:center;color:#fff;font-size:0;visibility:hidden}.loading-block2:after{content:"Processing... please wait";line-height:40px;font-size:34px;text-align:center;width:100%;font-weight:100}.loader{position:fixed;top:33%;left:46%;background:rgba(0,0,0,.75);z-index:9999;display:flex;align-items:center;text-align:center;border:16px solid #f3f3f3;border-radius:50%;border-top:16px solid blue;border-right:16px solid red;border-bottom:16px solid blue;border-left:16px solid red;width:120px;height:120px;animation:spin 2s linear infinite;visibility:hidden}.scroll-loader{position:fixed;bottom:5%;left:48%;background:rgba(0,0,0,.75);z-index:9999;display:flex;align-items:center;text-align:center;border:12px solid #f3f3f3;border-radius:50%;border-top:16px solid blue;border-right:16px solid red;border-bottom:16px solid blue;border-left:16px solid red;width:60px;height:60px;animation:spin 2s linear infinite;visibility:hidden}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}