.docs-table{border-collapse:collapse;width:100%;margin:1.5rem 0;overflow:hidden;border-radius:.75rem;box-shadow:0 1px 3px rgba(0,0,0,.1);background:white}.dark .docs-table{box-shadow:0 1px 3px rgba(0,0,0,.3);background:rgba(24,24,27,.6)}.docs-table td,.docs-table th{border:1px solid rgba(228,228,231,.6);padding:.75rem 1rem;text-align:left;transition:background-color .15s ease}.dark .docs-table td,.dark .docs-table th{border-color:rgba(63,63,70,.6)}.docs-table th{background:linear-gradient(135deg,rgba(244,244,245,.8),rgba(228,228,231,.6));font-weight:600;color:rgb(24,24,27)}.dark .docs-table th{background:linear-gradient(135deg,rgba(63,63,70,.8),rgba(39,39,42,.6));color:rgb(244,244,245)}.docs-table tr:hover td{background-color:rgba(244,244,245,.5)}.dark .docs-table tr:hover td{background-color:rgba(63,63,70,.3)}.table-style-blue .docs-table-header,.table-style-blue th{background:linear-gradient(135deg,rgba(59,130,246,.12),rgba(147,197,253,.12))!important;color:rgb(30,64,175)}.dark .table-style-blue .docs-table-header,.dark .table-style-blue th{background:linear-gradient(135deg,rgba(30,58,138,.5),rgba(30,64,175,.5))!important;color:rgb(191,219,254)}.table-style-blue .docs-table-cell,.table-style-blue td{border-color:rgba(59,130,246,.25)!important}.dark .table-style-blue .docs-table-cell,.dark .table-style-blue td{border-color:rgba(59,130,246,.35)!important}.table-style-blue tr:hover td{background-color:rgba(59,130,246,.08)!important}.dark .table-style-blue tr:hover td{background-color:rgba(59,130,246,.15)!important}.table-style-green .docs-table-header,.table-style-green th{background:linear-gradient(135deg,rgba(16,185,129,.12),rgba(52,211,153,.12))!important;color:rgb(6,95,70)}.dark .table-style-green .docs-table-header,.dark .table-style-green th{background:linear-gradient(135deg,rgba(6,78,59,.5),rgba(6,95,70,.5))!important;color:rgb(167,243,208)}.table-style-green .docs-table-cell,.table-style-green td{border-color:rgba(16,185,129,.25)!important}.dark .table-style-green .docs-table-cell,.dark .table-style-green td{border-color:rgba(16,185,129,.35)!important}.table-style-green tr:hover td{background-color:rgba(16,185,129,.08)!important}.dark .table-style-green tr:hover td{background-color:rgba(16,185,129,.15)!important}.table-style-purple .docs-table-header,.table-style-purple th{background:linear-gradient(135deg,rgba(139,92,246,.12),rgba(167,139,250,.12))!important;color:rgb(67,56,202)}.dark .table-style-purple .docs-table-header,.dark .table-style-purple th{background:linear-gradient(135deg,rgba(55,48,163,.5),rgba(67,56,202,.5))!important;color:rgb(221,214,254)}.table-style-purple .docs-table-cell,.table-style-purple td{border-color:rgba(139,92,246,.25)!important}.dark .table-style-purple .docs-table-cell,.dark .table-style-purple td{border-color:rgba(139,92,246,.35)!important}.table-style-purple tr:hover td{background-color:rgba(139,92,246,.08)!important}.dark .table-style-purple tr:hover td{background-color:rgba(139,92,246,.15)!important}.table-style-striped tbody tr:nth-child(2n) td{background-color:rgba(113,113,122,.06)}.dark .table-style-striped tbody tr:nth-child(2n) td{background-color:rgba(161,161,170,.08)}.table-style-striped .docs-table-header,.table-style-striped th{background-color:rgba(113,113,122,.15)!important}.dark .table-style-striped .docs-table-header,.dark .table-style-striped th{background-color:rgba(161,161,170,.15)!important}.table-style-striped tbody tr:hover td{background-color:rgba(113,113,122,.1)!important}.dark .table-style-striped tbody tr:hover td{background-color:rgba(161,161,170,.12)!important}.docs-table td[colspan],.docs-table th[colspan]{text-align:center}.docs-table td[rowspan],.docs-table th[rowspan]{vertical-align:middle}.docs-table .selectedCell{background-color:rgba(59,130,246,.12);outline:2px solid rgba(59,130,246,.4);outline-offset:-1px}.dark .docs-table .selectedCell{background-color:rgba(96,165,250,.15);outline-color:rgba(96,165,250,.5)}.docs-table .column-resize-handle{position:absolute;right:-2px;top:0;bottom:0;width:4px;background-color:rgba(59,130,246,.5);cursor:col-resize;pointer-events:auto;z-index:10}.dark .docs-table .column-resize-handle{background-color:rgba(96,165,250,.5)}.docs-table:hover{box-shadow:0 2px 8px rgba(0,0,0,.12)}.dark .docs-table:hover{box-shadow:0 2px 8px rgba(0,0,0,.4)}.docs-table:empty:before{content:"Click to add content...";color:rgba(113,113,122,.5);font-size:.875rem;display:block;padding:1rem;text-align:center}.dark .docs-table:empty:before{color:rgba(161,161,170,.5)}