.tableWrapper{padding:0;border:1px solid #dde9fa;border-radius:16px;box-shadow:none}.tableWrapper table thead tr{margin:0!important}.tableWrapper table thead tr th{height:50px;font-weight:500}.tableWrapper table tbody tr td,.tableWrapper table thead tr th{color:var(--Color-Primary-D10,#13141c);font-size:14px;font-style:normal;line-height:18px}.tableWrapper table tbody tr td{height:64px;font-weight:400}.tablePagination{display:flex;justify-content:center;align-items:center;margin:0}@media(max-width:768px){.tablePagination{margin-top:16px}}.tablePagination ul{box-shadow:none!important;display:flex;gap:8px;align-items:center}.tablePagination span{background-color:#2470df!important;box-shadow:none!important;border-radius:50%!important}.tablePagination li{background-color:transparent;box-shadow:none;border-radius:50%!important}.tablePagination li[data-slot=item]:hover{background-color:var(--Color-Accent-B60,#f1f6fb)}.tablePagination li[data-slot=next]:hover,.tablePagination li[data-slot=prev]:hover{background-color:var(--Color-Accent-B20,#649ae8)}.tablePagination li[data-slot=next]:hover svg path,.tablePagination li[data-slot=prev]:hover svg path{stroke:var(--Color-Primary-D100,#fff)}.dropDownListWrapper{width:100%}.dropDownListWrapper,.dropDownListWrapper .dropDownInnerWrapper{display:flex;flex-direction:column}.dropDownListWrapper .dropDownInnerWrapper .itemSection{padding:0;border-bottom:1px solid var(--Color-Accent-B50,#dde9fa)}.dropDownListWrapper .dropDownInnerWrapper .itemSection hr{background:#dde9fa}.dropDownListWrapper .dropDownInnerWrapper .dropDownItemTitle{background-color:#dde9fa;font-weight:500;font-size:14px;line-height:18px;color:var(--Color-Primary-D40,#60616d);padding:16px}.dropDownListWrapper .dropDownInnerWrapper button{border:none;font-weight:400;font-size:14px;line-height:18px;color:var(--Color-Primary-D10,#13141c);padding:16px;border-radius:0;display:flex;align-items:center;justify-content:space-between;--tw-scale-x:1}.dropDownListWrapper .dropDownInnerWrapper button>span{content:"";background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_9425_37)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.02 10.0202C12.8247 10.2155 12.5081 10.2155 12.3129 10.0202L7.95238 5.65975L3.59189 10.0202C3.39663 10.2155 3.08005 10.2155 2.88479 10.0202C2.68952 9.82498 2.68952 9.5084 2.88479 9.31313L7.50455 4.69337C7.75188 4.44604 8.15289 4.44604 8.40022 4.69337L13.02 9.31313C13.2152 9.5084 13.2152 9.82498 13.02 10.0202Z' fill='%232470DF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9425_37'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:50%;border:1px solid #dde9fa;border-radius:50%;width:24px;height:24px;display:flex;transform:rotate(180deg)}.dropDownListWrapper .dropDownInnerWrapper button>span[data-open=true]{transform:rotate(0deg)}.dropDownListWrapper .dropDownInnerWrapper button>span svg{display:none}.dropDownListWrapper .dropDownInnerWrapper ul{padding:0;margin:0}.dropDownListWrapper .dropDownInnerWrapper ul li{padding:16px;font-size:14px;line-height:18px;color:var(--Color-Primary-D10,#13141c);display:flex;align-items:center;justify-content:space-between}.dropDownListWrapper .dropDownInnerWrapper ul li .itemLabel{font-weight:400}.dropDownListWrapper .dropDownInnerWrapper ul li .itemValue{font-weight:600}