.datasource-block .link,.datasource-updated-at .link{cursor:pointer;color:#fff;text-decoration:underline}.datasource-block .link:hover,.datasource-updated-at .link:hover{color:#fff;text-decoration:underline}.datasource-block{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center}.datasource-block .tooltip-title{font-weight:700}.datasource-block .table__header-style{font-weight:600;font-size:12px;line-height:20px;letter-spacing:.01em;text-transform:uppercase;color:var(--color-text-default);display:flex;align-items:center;justify-content:flex-start;width:100%;height:100%}.datasource-block .datasource-name-column{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.datasource-block .datasource-name-block{width:100%;display:flex;gap:12px;justify-content:flex-start;align-items:center}.datasource-block .text-overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.datasource-block .datasource-updated-at{width:100%;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#64748b}.datasource-block .icon-outline-sync{cursor:pointer;width:24px;height:24px;background:rgba(0,0,0,0);border-radius:6px;display:flex;align-items:center;justify-content:center}.datasource-block .icon-outline-sync:hover{background:#cbd5e1}.datasource-block .flex{display:flex;gap:12px;justify-content:flex-start;align-items:center;width:100%}.datasource-block .root-url-link,.datasource-block .root-url-link:hover{color:#000}.datasource-block .table-buttons{display:flex;gap:13px;align-items:center;justify-content:space-between;width:100%}.datasource-block .cursor-pointer{cursor:pointer;width:12px;height:12px}.datasource-block .title{font-weight:500;font-size:21px;line-height:28px;color:#172d32;max-width:1216px;width:100%;display:flex;justify-content:space-between;margin-bottom:18px}.datasource-block .info{display:flex;gap:10px;justify-content:flex-start;align-items:center;font-style:normal;font-weight:500;font-size:12px;line-height:125%;-webkit-text-decoration-line:underline;text-decoration-line:underline;width:100%;margin-bottom:14px}.datasource-block .info a{color:#475569!important}.datasource-block .center{max-width:1216px}.datasource-block .react-table{max-width:1217px;width:100%;overflow-x:auto;overflow-y:hidden}*{box-sizing:border-box}body{background:#f8fafc;overflow:hidden}.spinner{width:18px;height:18px;-webkit-animation:rotate-all 1s linear infinite}.left-side,.right-side{width:50%;height:100%;position:absolute;top:0;overflow:hidden}.left-side{left:0}.right-side{right:0}.bar{width:100%;height:100%;border-radius:20px 0 0 20px;border:4px solid #5467de;position:relative}.right-side .bar{border-radius:0 20px 20px 0;border-left:none;transform:rotate(-10deg);transform-origin:left center;animation:rotate-right .75s linear infinite alternate}.right-side .bar:after{bottom:-4px;left:-4px}.left-side .bar{border-right:none;transform:rotate(10deg);transform-origin:right center;animation:rotate-left .75s linear infinite alternate}.left-side .bar:after{bottom:-4px;right:-4px}@keyframes rotate-left{to{transform:rotate(30deg)}0%{transform:rotate(175deg)}}@keyframes rotate-right{0%{transform:rotate(-175deg)}to{transform:rotate(-30deg)}}@keyframes rotate-all{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}