.f-table__container{position:relative;box-sizing:border-box;overflow:hidden;height:var(--table-height);background-color:#fff;background-color:var(--table-bg-color, #fff)}.f-table__container .f-table__header{position:absolute;right:0;left:0;top:0}.f-table__container .f-table__body{height:calc(var(--table-height) - 45px);overflow:auto}.f-table__container .f-table__body.f-table__body-margin{margin-top:45px}.f-table__container .f-table__body::-webkit-scrollbar{width:7px}.f-table__container .f-table__body::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:6px}.f-table__container table{width:100%;border-spacing:0;border-collapse:collapse;table-layout:fixed;text-align:left;display:inline-table}.f-table__container table thead{background-color:#f7f7f7;background-color:var(--table-head-bg-color, #f7f7f7);font-size:16px;color:#4e4e4e;height:45px;cursor:default}.f-table__container table thead tr{border-bottom:1px solid #eee}.f-table__container table thead tr th{font-weight:500;padding:12px;box-sizing:border-box;font-size:15px;color:#4f4f4f}.f-table__container table tbody{font-size:16px;color:#4e4e4e;height:45px;cursor:default}.f-table__container table tbody tr{border-bottom:1px solid #eee}.f-table__container table tbody tr td{font-weight:500;padding:12px;font-size:15px;box-sizing:border-box;color:#333}.f-table.f-table__zebra tbody tr:nth-child(2n){background-color:#f7f7f7;background-color:var(--table-zebra-color, #f7f7f7)}.f-table.f-table__border th,.f-table.f-table__border td{border-right:1px solid #eee}
