.mt-table{width:100%;max-width:100%;height:100%;color:var(--mt-table-color);background-color:var(--mt-table-background);flex-direction:row;justify-content:flex-start;box-shadow:0 2px 10px #005c410a;border-radius:var(--mt-table-border-radius);overflow:auto;position:relative}.mt-table table{width:100%;border:var(--mt-table-border)}.mt-table table tr{width:100%;display:flex;border-bottom:var(--mt-table-row-border)}.mt-table table tr:last-child{border-bottom:none}.mt-table table tr .mt-table-align-center{text-align:center}.mt-table table tr .mt-table-align-left{text-align:left}.mt-table table tr .mt-table-align-right{text-align:right}.mt-table table tr th,.mt-table table tr td{width:100%;display:flex;flex-direction:column;font-style:normal;line-height:initial;padding:17px 10px;font-size:1rem;font-weight:500;border-right:var(--mt-table-column-border)}.mt-table table tr th:last-child,.mt-table table tr td:last-child{border-right:none}.mt-table table thead tr{border-bottom:var(--mt-table-row-border)!important}.mt-table table .mt-table-stripe{background-color:var(--mt-table-stripe)}
