.table{width:100%}.table thead{position:-webkit-sticky;position:sticky;top:0}.table thead td{border-bottom:1px solid #052144;font-weight:600}.table thead td:first-child{width:130px}.table tbody tr td:first-child{text-align:center}.table th{font-weight:600;padding:16px}.table td,.table th{color:#052144;font-size:16px;line-height:24px}.table td{font-weight:400;padding:24px 16px;white-space:nowrap}.table tr:nth-child(odd) td{background-color:#f4faff}.table tr.-dots td{padding:12px 16px}.table tr.-hide{display:none}.modal{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;z-index:9;width:100%;height:100%}.modal__container{background-color:#fff;position:relative;height:100%;width:100%}.modal__header{background:linear-gradient(90deg,#eaf6f0,#e6f0fa);padding:16px}.modal__title{color:#052144;font-size:24px;font-weight:600;line-height:32px}.modal__close-btn{display:flex;align-items:center;justify-content:center;border-radius:50%;position:absolute;right:16px;top:16px;width:32px;height:32px}.modal__close-btn,.modal__close-btn:hover{background-color:#fff}@media screen and (min-width:1280px){.modal{transform:translate(50%,-50%);top:50%;right:50%;width:auto;height:auto}.modal__container{border-radius:8px;height:100%;width:auto}.modal__header{border-radius:8px 8px 0 0}}