.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #6B7078; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #6B7078;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8d1f4; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7baaea; }

.table-hover .table-primary:hover {
  background-color: #a2c3f1; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #a2c3f1; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-grey-light,
.table-grey-light > th,
.table-grey-light > td {
  background-color: #ededed; }

.table-grey-light th,
.table-grey-light td,
.table-grey-light thead th,
.table-grey-light tbody + tbody {
  border-color: #dddddd; }

.table-hover .table-grey-light:hover {
  background-color: #e0e0e0; }
  .table-hover .table-grey-light:hover > td,
  .table-hover .table-grey-light:hover > th {
    background-color: #e0e0e0; }

.table-grey-lighter,
.table-grey-lighter > th,
.table-grey-lighter > td {
  background-color: #fefefe; }

.table-grey-lighter th,
.table-grey-lighter td,
.table-grey-lighter thead th,
.table-grey-lighter tbody + tbody {
  border-color: #fdfdfd; }

.table-hover .table-grey-lighter:hover {
  background-color: #f1f1f1; }
  .table-hover .table-grey-lighter:hover > td,
  .table-hover .table-grey-lighter:hover > th {
    background-color: #f1f1f1; }

.table-grey-lightest,
.table-grey-lightest > th,
.table-grey-lightest > td {
  background-color: #fcfcfc; }

.table-grey-lightest th,
.table-grey-lightest td,
.table-grey-lightest thead th,
.table-grey-lightest tbody + tbody {
  border-color: #fafafa; }

.table-hover .table-grey-lightest:hover {
  background-color: #efefef; }
  .table-hover .table-grey-lightest:hover > td,
  .table-hover .table-grey-lightest:hover > th {
    background-color: #efefef; }

.table-grey-dark,
.table-grey-dark > th,
.table-grey-dark > td {
  background-color: whitesmoke; }

.table-grey-dark th,
.table-grey-dark td,
.table-grey-dark thead th,
.table-grey-dark tbody + tbody {
  border-color: #ececec; }

.table-hover .table-grey-dark:hover {
  background-color: #e8e8e8; }
  .table-hover .table-grey-dark:hover > td,
  .table-hover .table-grey-dark:hover > th {
    background-color: #e8e8e8; }

.table-grey-darker,
.table-grey-darker > th,
.table-grey-darker > td {
  background-color: #d4d4d4; }

.table-grey-darker th,
.table-grey-darker td,
.table-grey-darker thead th,
.table-grey-darker tbody + tbody {
  border-color: #afafaf; }

.table-hover .table-grey-darker:hover {
  background-color: #c7c7c7; }
  .table-hover .table-grey-darker:hover > td,
  .table-hover .table-grey-darker:hover > th {
    background-color: #c7c7c7; }

.table-grey-darkest,
.table-grey-darkest > th,
.table-grey-darkest > td {
  background-color: #d6d7d9; }

.table-grey-darkest th,
.table-grey-darkest td,
.table-grey-darkest thead th,
.table-grey-darkest tbody + tbody {
  border-color: #b2b5b9; }

.table-hover .table-grey-darkest:hover {
  background-color: #c9cacd; }
  .table-hover .table-grey-darkest:hover > td,
  .table-hover .table-grey-darkest:hover > th {
    background-color: #c9cacd; }

.table-grey-darkest-muted,
.table-grey-darkest-muted > th,
.table-grey-darkest-muted > td {
  background-color: rgba(253, 253, 253, 0.741961); }

.table-grey-darkest-muted th,
.table-grey-darkest-muted td,
.table-grey-darkest-muted thead th,
.table-grey-darkest-muted tbody + tbody {
  border-color: rgba(249, 249, 249, 0.520784); }

.table-hover .table-grey-darkest-muted:hover {
  background-color: rgba(240, 240, 240, 0.741961); }
  .table-hover .table-grey-darkest-muted:hover > td,
  .table-hover .table-grey-darkest-muted:hover > th {
    background-color: rgba(240, 240, 240, 0.741961); }

.table-blue-darkest,
.table-blue-darkest > th,
.table-blue-darkest > td {
  background-color: #b8bfca; }

.table-blue-darkest th,
.table-blue-darkest td,
.table-blue-darkest thead th,
.table-blue-darkest tbody + tbody {
  border-color: #7a899d; }

.table-hover .table-blue-darkest:hover {
  background-color: #a9b2bf; }
  .table-hover .table-blue-darkest:hover > td,
  .table-hover .table-blue-darkest:hover > th {
    background-color: #a9b2bf; }

.table-blue-dark,
.table-blue-dark > th,
.table-blue-dark > td {
  background-color: #b8c3e0; }

.table-blue-dark th,
.table-blue-dark td,
.table-blue-dark thead th,
.table-blue-dark tbody + tbody {
  border-color: #7b90c5; }

.table-hover .table-blue-dark:hover {
  background-color: #a6b4d8; }
  .table-hover .table-blue-dark:hover > td,
  .table-hover .table-blue-dark:hover > th {
    background-color: #a6b4d8; }

.table-blue-lighter,
.table-blue-lighter > th,
.table-blue-lighter > td {
  background-color: #fbfdff; }

.table-blue-lighter th,
.table-blue-lighter td,
.table-blue-lighter thead th,
.table-blue-lighter tbody + tbody {
  border-color: #f8fbff; }

.table-hover .table-blue-lighter:hover {
  background-color: #e2f0ff; }
  .table-hover .table-blue-lighter:hover > td,
  .table-hover .table-blue-lighter:hover > th {
    background-color: #e2f0ff; }

.table-blue-light,
.table-blue-light > th,
.table-blue-light > td {
  background-color: #f9fcff; }

.table-blue-light th,
.table-blue-light td,
.table-blue-light thead th,
.table-blue-light tbody + tbody {
  border-color: #f4f9ff; }

.table-hover .table-blue-light:hover {
  background-color: #e0efff; }
  .table-hover .table-blue-light:hover > td,
  .table-hover .table-blue-light:hover > th {
    background-color: #e0efff; }

.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: #bfdef5; }

.table-blue th,
.table-blue td,
.table-blue thead th,
.table-blue tbody + tbody {
  border-color: #89c1ed; }

.table-hover .table-blue:hover {
  background-color: #a9d3f2; }
  .table-hover .table-blue:hover > td,
  .table-hover .table-blue:hover > th {
    background-color: #a9d3f2; }

.table-blue-50,
.table-blue-50 > th,
.table-blue-50 > td {
  background-color: #fbfdfe; }

.table-blue-50 th,
.table-blue-50 td,
.table-blue-50 thead th,
.table-blue-50 tbody + tbody {
  border-color: #f8fbfe; }

.table-hover .table-blue-50:hover {
  background-color: #e7f3f9; }
  .table-hover .table-blue-50:hover > td,
  .table-hover .table-blue-50:hover > th {
    background-color: #e7f3f9; }

.table-blue-100,
.table-blue-100 > th,
.table-blue-100 > td {
  background-color: #f1f8fd; }

.table-blue-100 th,
.table-blue-100 td,
.table-blue-100 thead th,
.table-blue-100 tbody + tbody {
  border-color: #e6f1fb; }

.table-hover .table-blue-100:hover {
  background-color: #dbedfa; }
  .table-hover .table-blue-100:hover > td,
  .table-hover .table-blue-100:hover > th {
    background-color: #dbedfa; }

.table-blue-700,
.table-blue-700 > th,
.table-blue-700 > td {
  background-color: #bcdaf1; }

.table-blue-700 th,
.table-blue-700 td,
.table-blue-700 thead th,
.table-blue-700 tbody + tbody {
  border-color: #82bae5; }

.table-hover .table-blue-700:hover {
  background-color: #a7ceed; }
  .table-hover .table-blue-700:hover > td,
  .table-hover .table-blue-700:hover > th {
    background-color: #a7ceed; }

.table-blue-800,
.table-blue-800 > th,
.table-blue-800 > td {
  background-color: #bdcee8; }

.table-blue-800 th,
.table-blue-800 td,
.table-blue-800 thead th,
.table-blue-800 tbody + tbody {
  border-color: #85a3d5; }

.table-hover .table-blue-800:hover {
  background-color: #aac0e1; }
  .table-hover .table-blue-800:hover > td,
  .table-hover .table-blue-800:hover > th {
    background-color: #aac0e1; }

.table-orange-100,
.table-orange-100 > th,
.table-orange-100 > td {
  background-color: #fff9f2; }

.table-orange-100 th,
.table-orange-100 td,
.table-orange-100 thead th,
.table-orange-100 tbody + tbody {
  border-color: #fff4e7; }

.table-hover .table-orange-100:hover {
  background-color: #ffedd9; }
  .table-hover .table-orange-100:hover > td,
  .table-hover .table-orange-100:hover > th {
    background-color: #ffedd9; }

.table-orange-200,
.table-orange-200 > th,
.table-orange-200 > td {
  background-color: #fff4e8; }

.table-orange-200 th,
.table-orange-200 td,
.table-orange-200 thead th,
.table-orange-200 tbody + tbody {
  border-color: #ffebd5; }

.table-hover .table-orange-200:hover {
  background-color: #ffe8cf; }
  .table-hover .table-orange-200:hover > td,
  .table-hover .table-orange-200:hover > th {
    background-color: #ffe8cf; }

.table-brand-blue,
.table-brand-blue > th,
.table-brand-blue > td {
  background-color: #bfdef5; }

.table-brand-blue th,
.table-brand-blue td,
.table-brand-blue thead th,
.table-brand-blue tbody + tbody {
  border-color: #89c1ed; }

.table-hover .table-brand-blue:hover {
  background-color: #a9d3f2; }
  .table-hover .table-brand-blue:hover > td,
  .table-hover .table-brand-blue:hover > th {
    background-color: #a9d3f2; }

.table-brand-orange,
.table-brand-orange > th,
.table-brand-orange > td {
  background-color: #efceb8; }

.table-brand-orange th,
.table-brand-orange td,
.table-brand-orange thead th,
.table-brand-orange tbody + tbody {
  border-color: #e2a47a; }

.table-hover .table-brand-orange:hover {
  background-color: #eac0a3; }
  .table-hover .table-brand-orange:hover > td,
  .table-hover .table-brand-orange:hover > th {
    background-color: #eac0a3; }

.table-brand-purple,
.table-brand-purple > th,
.table-brand-purple > td {
  background-color: #d2c7e1; }

.table-brand-purple th,
.table-brand-purple td,
.table-brand-purple thead th,
.table-brand-purple tbody + tbody {
  border-color: #ab97c8; }

.table-hover .table-brand-purple:hover {
  background-color: #c5b6d8; }
  .table-hover .table-brand-purple:hover > td,
  .table-hover .table-brand-purple:hover > th {
    background-color: #c5b6d8; }

.table-grey-100,
.table-grey-100 > th,
.table-grey-100 > td {
  background-color: #fefefe; }

.table-grey-100 th,
.table-grey-100 td,
.table-grey-100 thead th,
.table-grey-100 tbody + tbody {
  border-color: #fefefe; }

.table-hover .table-grey-100:hover {
  background-color: #f1f1f1; }
  .table-hover .table-grey-100:hover > td,
  .table-hover .table-grey-100:hover > th {
    background-color: #f1f1f1; }

.table-grey-200,
.table-grey-200 > th,
.table-grey-200 > td {
  background-color: #fbfbfb; }

.table-grey-200 th,
.table-grey-200 td,
.table-grey-200 thead th,
.table-grey-200 tbody + tbody {
  border-color: #f8f8f8; }

.table-hover .table-grey-200:hover {
  background-color: #eeeeee; }
  .table-hover .table-grey-200:hover > td,
  .table-hover .table-grey-200:hover > th {
    background-color: #eeeeee; }

.table-grey-300,
.table-grey-300 > th,
.table-grey-300 > td {
  background-color: #efefef; }

.table-grey-300 th,
.table-grey-300 td,
.table-grey-300 thead th,
.table-grey-300 tbody + tbody {
  border-color: #e2e2e2; }

.table-hover .table-grey-300:hover {
  background-color: #e2e2e2; }
  .table-hover .table-grey-300:hover > td,
  .table-hover .table-grey-300:hover > th {
    background-color: #e2e2e2; }

.table-grey-400,
.table-grey-400 > th,
.table-grey-400 > td {
  background-color: #eaeaea; }

.table-grey-400 th,
.table-grey-400 td,
.table-grey-400 thead th,
.table-grey-400 tbody + tbody {
  border-color: #d9d9d9; }

.table-hover .table-grey-400:hover {
  background-color: #dddddd; }
  .table-hover .table-grey-400:hover > td,
  .table-hover .table-grey-400:hover > th {
    background-color: #dddddd; }

.table-grey-800,
.table-grey-800 > th,
.table-grey-800 > td {
  background-color: #d6d6d6; }

.table-grey-800 th,
.table-grey-800 td,
.table-grey-800 thead th,
.table-grey-800 tbody + tbody {
  border-color: #b3b3b3; }

.table-hover .table-grey-800:hover {
  background-color: #c9c9c9; }
  .table-hover .table-grey-800:hover > td,
  .table-hover .table-grey-800:hover > th {
    background-color: #c9c9c9; }

.table-text-dark,
.table-text-dark > th,
.table-text-dark > td {
  background-color: #c2c2c2; }

.table-text-dark th,
.table-text-dark td,
.table-text-dark thead th,
.table-text-dark tbody + tbody {
  border-color: #8e8e8e; }

.table-hover .table-text-dark:hover {
  background-color: #b5b5b5; }
  .table-hover .table-text-dark:hover > td,
  .table-hover .table-text-dark:hover > th {
    background-color: #b5b5b5; }

.table-framework-grey,
.table-framework-grey > th,
.table-framework-grey > td {
  background-color: #f3f2f0; }

.table-framework-grey th,
.table-framework-grey td,
.table-framework-grey thead th,
.table-framework-grey tbody + tbody {
  border-color: #e9e8e3; }

.table-hover .table-framework-grey:hover {
  background-color: #e8e6e2; }
  .table-hover .table-framework-grey:hover > td,
  .table-hover .table-framework-grey:hover > th {
    background-color: #e8e6e2; }

.table-framework-grey-darken,
.table-framework-grey-darken > th,
.table-framework-grey-darken > td {
  background-color: #ebebeb; }

.table-framework-grey-darken th,
.table-framework-grey-darken td,
.table-framework-grey-darken thead th,
.table-framework-grey-darken tbody + tbody {
  border-color: #dadada; }

.table-hover .table-framework-grey-darken:hover {
  background-color: #dedede; }
  .table-hover .table-framework-grey-darken:hover > td,
  .table-hover .table-framework-grey-darken:hover > th {
    background-color: #dedede; }

.table-framework-red,
.table-framework-red > th,
.table-framework-red > td {
  background-color: #fcc6bf; }

.table-framework-red th,
.table-framework-red td,
.table-framework-red thead th,
.table-framework-red tbody + tbody {
  border-color: #f99587; }

.table-hover .table-framework-red:hover {
  background-color: #fbb0a7; }
  .table-hover .table-framework-red:hover > td,
  .table-hover .table-framework-red:hover > th {
    background-color: #fbb0a7; }

.table-framework-red-darken,
.table-framework-red-darken > th,
.table-framework-red-darken > td {
  background-color: #f2c4be; }

.table-framework-red-darken th,
.table-framework-red-darken td,
.table-framework-red-darken thead th,
.table-framework-red-darken tbody + tbody {
  border-color: #e79286; }

.table-hover .table-framework-red-darken:hover {
  background-color: #eeb1a9; }
  .table-hover .table-framework-red-darken:hover > td,
  .table-hover .table-framework-red-darken:hover > th {
    background-color: #eeb1a9; }

.table-framework-orange,
.table-framework-orange > th,
.table-framework-orange > td {
  background-color: #fedcbd; }

.table-framework-orange th,
.table-framework-orange td,
.table-framework-orange thead th,
.table-framework-orange tbody + tbody {
  border-color: #febf84; }

.table-hover .table-framework-orange:hover {
  background-color: #fecfa4; }
  .table-hover .table-framework-orange:hover > td,
  .table-hover .table-framework-orange:hover > th {
    background-color: #fecfa4; }

.table-framework-orange-darken,
.table-framework-orange-darken > th,
.table-framework-orange-darken > td {
  background-color: #fed7bb; }

.table-framework-orange-darken th,
.table-framework-orange-darken td,
.table-framework-orange-darken thead th,
.table-framework-orange-darken tbody + tbody {
  border-color: #fdb581; }

.table-hover .table-framework-orange-darken:hover {
  background-color: #fec8a2; }
  .table-hover .table-framework-orange-darken:hover > td,
  .table-hover .table-framework-orange-darken:hover > th {
    background-color: #fec8a2; }

.table-framework-yellow,
.table-framework-yellow > th,
.table-framework-yellow > td {
  background-color: #fff1b8; }

.table-framework-yellow th,
.table-framework-yellow td,
.table-framework-yellow thead th,
.table-framework-yellow tbody + tbody {
  border-color: #ffe47a; }

.table-hover .table-framework-yellow:hover {
  background-color: #ffec9f; }
  .table-hover .table-framework-yellow:hover > td,
  .table-hover .table-framework-yellow:hover > th {
    background-color: #ffec9f; }

.table-framework-yellow-darken,
.table-framework-yellow-darken > th,
.table-framework-yellow-darken > td {
  background-color: #f7ebbb; }

.table-framework-yellow-darken th,
.table-framework-yellow-darken td,
.table-framework-yellow-darken thead th,
.table-framework-yellow-darken tbody + tbody {
  border-color: #f1da80; }

.table-hover .table-framework-yellow-darken:hover {
  background-color: #f4e4a4; }
  .table-hover .table-framework-yellow-darken:hover > td,
  .table-hover .table-framework-yellow-darken:hover > th {
    background-color: #f4e4a4; }

.table-framework-green,
.table-framework-green > th,
.table-framework-green > td {
  background-color: #c4f0cc; }

.table-framework-green th,
.table-framework-green td,
.table-framework-green thead th,
.table-framework-green tbody + tbody {
  border-color: #92e4a0; }

.table-hover .table-framework-green:hover {
  background-color: #b0ebba; }
  .table-hover .table-framework-green:hover > td,
  .table-hover .table-framework-green:hover > th {
    background-color: #b0ebba; }

.table-framework-green-darken,
.table-framework-green-darken > th,
.table-framework-green-darken > td {
  background-color: #bfeec7; }

.table-framework-green-darken th,
.table-framework-green-darken td,
.table-framework-green-darken thead th,
.table-framework-green-darken tbody + tbody {
  border-color: #89df98; }

.table-hover .table-framework-green-darken:hover {
  background-color: #abe9b5; }
  .table-hover .table-framework-green-darken:hover > td,
  .table-hover .table-framework-green-darken:hover > th {
    background-color: #abe9b5; }

.table-framework-blue,
.table-framework-blue > th,
.table-framework-blue > td {
  background-color: #bbccf7; }

.table-framework-blue th,
.table-framework-blue td,
.table-framework-blue thead th,
.table-framework-blue tbody + tbody {
  border-color: #81a0f0; }

.table-hover .table-framework-blue:hover {
  background-color: #a4bbf4; }
  .table-hover .table-framework-blue:hover > td,
  .table-hover .table-framework-blue:hover > th {
    background-color: #a4bbf4; }

.table-framework-blue-darken,
.table-framework-blue-darken > th,
.table-framework-blue-darken > td {
  background-color: #b8cce7; }

.table-framework-blue-darken th,
.table-framework-blue-darken td,
.table-framework-blue-darken thead th,
.table-framework-blue-darken tbody + tbody {
  border-color: #7ba0d3; }

.table-hover .table-framework-blue-darken:hover {
  background-color: #a5bee1; }
  .table-hover .table-framework-blue-darken:hover > td,
  .table-hover .table-framework-blue-darken:hover > th {
    background-color: #a5bee1; }

.table-framework-purple,
.table-framework-purple > th,
.table-framework-purple > td {
  background-color: #e2c6f2; }

.table-framework-purple th,
.table-framework-purple td,
.table-framework-purple thead th,
.table-framework-purple tbody + tbody {
  border-color: #c895e8; }

.table-hover .table-framework-purple:hover {
  background-color: #d7b1ed; }
  .table-hover .table-framework-purple:hover > td,
  .table-hover .table-framework-purple:hover > th {
    background-color: #d7b1ed; }

.table-framework-purple-darken,
.table-framework-purple-darken > th,
.table-framework-purple-darken > td {
  background-color: #d8cae1; }

.table-framework-purple-darken th,
.table-framework-purple-darken td,
.table-framework-purple-darken thead th,
.table-framework-purple-darken tbody + tbody {
  border-color: #b79dc7; }

.table-hover .table-framework-purple-darken:hover {
  background-color: #ccbad8; }
  .table-hover .table-framework-purple-darken:hover > td,
  .table-hover .table-framework-purple-darken:hover > th {
    background-color: #ccbad8; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 1023.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1279.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1439.98px) {
  .table-responsive-mg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-mg > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.table caption {
  caption-side: top; }
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy5zYXNzLWNhY2hlL2Jvb3RzdHJhcC9jb21wb25lbnRzL25vZGVfbW9kdWxlcy9ib290c3RyYXAvc2Nzcy9fdGFibGVzLnNjc3MiLCIuLi8uLi8uLi8uc2Fzcy1jYWNoZS9ib290c3RyYXAvY29tcG9uZW50cy9zcmMvYm9vdHN0cmFwL19jdXN0b20tYm9vdHN0cmFwLXZhcmlhYmxlcy5zY3NzIiwiLi4vLi4vLi4vLnNhc3MtY2FjaGUvYm9vdHN0cmFwL2NvbXBvbmVudHMvc3JjL19jdXN0b20tdGhlbWUtdmFyaWFibGVzLnNjc3MiLCIuLi8uLi8uLi8uc2Fzcy1jYWNoZS9ib290c3RyYXAvY29tcG9uZW50cy9ub2RlX21vZHVsZXMvYm9vdHN0cmFwL3Njc3MvX3ZhcmlhYmxlcy5zY3NzIiwiLi4vLi4vLi4vLnNhc3MtY2FjaGUvYm9vdHN0cmFwL2NvbXBvbmVudHMvbm9kZV9tb2R1bGVzL2Jvb3RzdHJhcC9zY3NzL21peGlucy9faG92ZXIuc2NzcyIsIi4uLy4uLy4uLy5zYXNzLWNhY2hlL2Jvb3RzdHJhcC9jb21wb25lbnRzL25vZGVfbW9kdWxlcy9ib290c3RyYXAvc2Nzcy9taXhpbnMvX3RhYmxlLXJvdy5zY3NzIiwiLi4vLi4vLi4vLnNhc3MtY2FjaGUvYm9vdHN0cmFwL2NvbXBvbmVudHMvbm9kZV9tb2R1bGVzL2Jvb3RzdHJhcC9zY3NzL19mdW5jdGlvbnMuc2NzcyIsIi4uLy4uLy4uLy5zYXNzLWNhY2hlL2Jvb3RzdHJhcC9jb21wb25lbnRzL25vZGVfbW9kdWxlcy9ib290c3RyYXAvc2Nzcy9taXhpbnMvX2JyZWFrcG9pbnRzLnNjc3MiLCIuLi8uLi8uLi8uc2Fzcy1jYWNoZS9ib290c3RyYXAvY29tcG9uZW50cy9zcmMvYm9vdHN0cmFwL2NvbXBvbmVudHMvdGFibGVzLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBSUE7RUFDRSxXQUFXO0VBQ1gsbUJDMkNXO0VEMUNYLGNFRjRCLEVBQUE7RUZEOUI7O0lBUUksZ0JHbVZnQztJSGxWaEMsbUJBQW1CO0lBQ25CLDZCR0pjLEVBQUE7RUhObEI7SUFjSSxzQkFBc0I7SUFDdEIsZ0NHVGMsRUFBQTtFSE5sQjtJQW1CSSw2QkdiYyxFQUFBOztBSHNCbEI7O0VBR0ksZUc2VCtCLEVBQUE7O0FIcFRuQztFQUNFLHlCR25DZ0IsRUFBQTtFSGtDbEI7O0lBS0kseUJHdkNjLEVBQUE7RUhrQ2xCOztJQVdNLHdCQUE0QyxFQUFBOztBQUtsRDs7OztFQUtJLFNBQVMsRUFBQTs7QUFRYjtFQUVJLHFDRzFEVyxFQUFBOztBQ0xiO0VKMkVJLGNFbEZ3QjtFRm1GeEIsc0NHdkVTLEVBQUE7O0FFWmI7OztFQUlJLHlCQ2dHNEQsRUFBQTs7QURwR2hFOzs7O0VBWU0scUJDd0YwRCxFQUFBOztBRjdGaEU7RUNpQk0seUJBSnNDLEVBQUE7RUFENUM7O0lBU1EseUJBUm9DLEVBQUE7O0FBcEI1Qzs7O0VBSUkseUJDZ0c0RCxFQUFBOztBRHBHaEU7Ozs7RUFZTSxxQkN3RjBELEVBQUE7O0FGN0ZoRTtFQ2lCTSx5QkFKc0MsRUFBQTtFQUQ1Qzs7SUFTUSx5QkFSb0MsRUFBQTs7QUFwQjVDOzs7RUFJSSx5QkNnRzRELEVBQUE7O0FEcEdoRTs7OztFQVlNLHFCQ3dGMEQsRUFBQTs7QUY3RmhFO0VDaUJNLHlCQUpzQyxFQUFBO0VBRDVDOztJQVNRLHlCQVJvQyxFQUFBOztBQXBCNUM7OztFQUlJLHlCQ2dHNEQsRUFBQTs7QURwR2hFOzs7O0VBWU0scUJDd0YwRCxFQUFBOztBRjdGaEU7RUNpQk0seUJBSnNDLEVBQUE7RUFENUM7O0lBU1EseUJBUm9DLEVBQUE7O0FBcEI1Qzs7O0VBSUkseUJDZ0c0RCxFQUFBOztBRHBHaEU7Ozs7RUFZTSxxQkN3RjBELEVBQUE7O0FGN0ZoRTtFQ2lCTSx5QkFKc0MsRUFBQTtFQUQ1Qzs7SUFTUSx5QkFSb0MsRUFBQTs7QUFwQjVDOzs7RUFJSSx5QkNnRzRELEVBQUE7O0FEcEdoRTs7OztFQVlNLHFCQ3dGMEQsRUFBQTs7QUY3RmhFO0VDaUJNLHlCQUpzQyxFQUFBO0VBRDVDOztJQVNRLHlCQVJvQyxFQUFBOztBQXBCNUM7OztFQUlJLHlCQ2dHNEQsRUFBQTs7QURwR2hFOzs7O0VBWU0scUJDd0YwRCxFQUFBOztBRjdGaEU7RUNpQk0seUJBSnNDLEVBQUE7RUFENUM7O0lBU1EseUJBUm9DLEVBQUE7O0FBcEI1Qzs7O0VBSUkseUJDZ0c0RCxFQUFBOztBRHBHaEU7Ozs7RUFZTSxxQkN3RjBELEVBQUE7O0FGN0ZoRTtFQ2lCTSx5QkFKc0MsRUFBQTtFQUQ1Qzs7SUFTUSx5QkFSb0MsRUFBQTs7QUFwQjVDOzs7RUFJSSx5QkNnRzRELEVBQUE7O0FEcEdoRTs7OztFQVlNLHFCQ3dGMEQsRUFBQTs7QUY3RmhFO0VDaUJNLHlCQUpzQyxFQUFBO0VBRDVDOztJQVNRLHlCQVJvQyxFQUFBOztBQXBCNUM7OztFQUlJLHlCQ2dHNEQsRUFBQTs7QURwR2hFOzs7O0VBWU0scUJDd0YwRCxFQUFBOztBRjdGaEU7RUNpQk0seUJBSnNDLEVBQUE7RUFENUM7O0lBU1EseUJBUm9DLEVBQUE7O0FBcEI1Qzs7O0VBSUkseUJDZ0c0RCxFQUFBOztBRHBHaEU7Ozs7RUFZTSxxQkN3RjBELEVBQUE7O0FGN0ZoRTtFQ2lCTSx5QkFKc0MsRUFBQTtFQUQ1Qzs7SUFTUSx5QkFSb0MsRUFBQTs7QUFwQjVDOzs7RUFJSSw0QkNnRzRELEVBQUE7O0FEcEdoRTs7OztFQVlNLHFCQ3dGMEQsRUFBQTs7QUY3RmhFO0VDaUJNLHlCQUpzQyxFQUFBO0VBRDVDOztJQVNRLHlCQVJvQyxFQUFBOztBQXBCNUM7OztFQUlJLHlCQ2dHNEQsRUFBQTs7QURwR2hFOzs7O0VBWU0scUJDd0YwRCxFQUFBOztBRjdGaEU7RUNpQk0seUJBSnNDLEVBQUE7RUFENUM7O0lBU1EseUJBUm9DLEVBQUE7O0FBcEI1Qzs7O0VBSUkseUJDZ0c0RCxFQUFBOztBRHBHaEU7Ozs7RUFZTSxxQkN3RjBELEVBQUE7O0FGN0ZoRTtFQ2lCTSx5QkFKc0MsRUFBQTtFQUQ1Qzs7SUFTUSx5QkFSb0MsRUFBQTs7QUFwQjVDOzs7RUFJSSwrQ0NnRzRELEVBQUE7O0FEcEdoRTs7OztFQVlNLDJDQ3dGMEQsRUFBQTs7QUY3RmhFO0VDaUJNLCtDQUpzQyxFQUFBO0VBRDVDOztJQVNRLCtDQVJvQyxFQUFBOztBQXBCNUM7OztFQUlJLHlCQ2dHNEQsRUFBQTs7QURwR2hFOzs7O0VBWU0scUJDd0YwRCxFQUFBOztBRjdGaEU7RUNpQk0seUJBSnNDLEVBQUE7RUFENUM7O0lBU1EseUJBUm9DLEVBQUE7O0FBcEI1Qzs7O0VBSUkseUJDZ0c0RCxFQUFBOztBRHBHaEU7Ozs7RUFZTSxxQkN3RjBELEVBQUE7O0FGN0ZoRTtFQ2lCTSx5QkFKc0MsRUFBQTtFQUQ1Qzs7SUFTUSx5QkFSb0MsRUFBQTs7QUFwQjVDOzs7RUFJSSx5QkNnRzRELEVBQUE7O0FEcEdoRTs7OztFQVlNLHFCQ3dGMEQsRUFBQTs7QUY3RmhFO0VDaUJNLHlCQUpzQyxFQUFBO0VBRDVDOztJQVNRLHlCQVJvQyxFQUFBOztBQXBCNUM7OztFQUlJLHlCQ2dHNEQsRUFBQTs7QURwR2hFOzs7O0VBWU0scUJDd0YwRCxFQUFBOztBRjdGaEU7RUNpQk0seUJBSnNDLEVBQUE7RUFENUM7O0lBU1EseUJBUm9DLEVBQUE7O0FBcEI1Qzs7O0VBSUkseUJDZ0c0RCxFQUFBOztBRHBHaEU7Ozs7RUFZTSxxQkN3RjBELEVBQUE7O0FGN0ZoRTtFQ2lCTSx5QkFKc0MsRUFBQTtFQUQ1Qzs7SUFTUSx5QkFSb0MsRUFBQTs7QUFwQjVDOzs7RUFJSSx5QkNnRzRELEVBQUE7O0FEcEdoRTs7OztFQVlNLHFCQ3dGMEQsRUFBQTs7QUY3RmhFO0VDaUJNLHlCQUpzQyxFQUFBO0VBRDVDOztJQVNRLHlCQVJvQyxFQUFBOztBQXBCNUM7OztFQUlJLHlCQ2dHNEQsRUFBQTs7QURwR2hFOzs7O0VBWU0scUJDd0YwRCxFQUFBOztBRjdGaEU7RUNpQk0seUJBSnNDLEVBQUE7RUFENUM7O0lBU1EseUJBUm9DLEVBQUE7O0FBcEI1Qzs7O0VBSUkseUJDZ0c0RCxFQUFBOztBRHBHaEU7Ozs7RUFZTSxxQkN3RjBELEVBQUE7O0FGN0ZoRTtFQ2lCTSx5QkFKc0MsRUFBQTtFQUQ1Qzs7SUFTUSx5QkFSb0MsRUFBQTs7QUFwQjVDOzs7RUFJSSx5QkNnRzRELEVBQUE7O0FEcEdoRTs7OztFQVlNLHFCQ3dGMEQsRUFBQTs7QUY3RmhFO0VDaUJNLHlCQUpzQyxFQUFBO0VBRDVDOztJQVNRLHlCQVJvQyxFQUFBOztBQXBCNUM7OztFQUlJLHlCQ2dHNEQsRUFBQTs7QURwR2hFOzs7O0VBWU0scUJDd0YwRCxFQUFBOztBRjdGaEU7RUNpQk0seUJBSnNDLEVBQUE7RUFENUM7O0lBU1EseUJBUm9DLEVBQUE7O0FBcEI1Qzs7O0VBSUkseUJDZ0c0RCxFQUFBOztBRHBHaEU7Ozs7RUFZTSxxQkN3RjBELEVBQUE7O0FGN0ZoRTtFQ2lCTSx5QkFKc0MsRUFBQTtFQUQ1Qzs7SUFTUSx5QkFSb0MsRUFBQTs7QUFwQjVDOzs7RUFJSSx5QkNnRzRELEVBQUE7O0FEcEdoRTs7OztFQVlNLHFCQ3dGMEQsRUFBQTs7QUY3RmhFO0VDaUJNLHlCQUpzQyxFQUFBO0VBRDVDOztJQVNRLHlCQVJvQyxFQUFBOztBQXBCNUM7OztFQUlJLHlCQ2dHNEQsRUFBQTs7QURwR2hFOzs7O0VBWU0scUJDd0YwRCxFQUFBOztBRjdGaEU7RUNpQk0seUJBSnNDLEVBQUE7RUFENUM7O0lBU1EseUJBUm9DLEVBQUE7O0FBcEI1Qzs7O0VBSUkseUJDZ0c0RCxFQUFBOztBRHBHaEU7Ozs7RUFZTSxxQkN3RjBELEVBQUE7O0FGN0ZoRTtFQ2lCTSx5QkFKc0MsRUFBQTtFQUQ1Qzs7SUFTUSx5QkFSb0MsRUFBQTs7QUFwQjVDOzs7RUFJSSx5QkNnRzRELEVBQUE7O0FEcEdoRTs7OztFQVlNLHFCQ3dGMEQsRUFBQTs7QUY3RmhFO0VDaUJNLHlCQUpzQyxFQUFBO0VBRDVDOztJQVNRLHlCQVJvQyxFQUFBOztBQXBCNUM7OztFQUlJLHlCQ2dHNEQsRUFBQTs7QURwR2hFOzs7O0VBWU0scUJDd0YwRCxFQUFBOztBRjdGaEU7RUNpQk0seUJBSnNDLEVBQUE7RUFENUM7O0lBU1EseUJBUm9DLEVBQUE7O0FBcEI1Qzs7O0VBSUkseUJDZ0c0RCxFQUFBOztBRHBHaEU7Ozs7RUFZTSxxQkN3RjBELEVBQUE7O0FGN0ZoRTtFQ2lCTSx5QkFKc0MsRUFBQTtFQUQ1Qzs7SUFTUSx5QkFSb0MsRUFBQTs7QUFwQjVDOzs7RUFJSSx5QkNnRzRELEVBQUE7O0FEcEdoRTs7OztFQVlNLHFCQ3dGMEQsRUFBQTs7QUY3RmhFO0VDaUJNLHlCQUpzQyxFQUFBO0VBRDVDOztJQVNRLHlCQVJvQyxFQUFBOztBQXBCNUM7OztFQUlJLHlCQ2dHNEQsRUFBQTs7QURwR2hFOzs7O0VBWU0scUJDd0YwRCxFQUFBOztBRjdGaEU7RUNpQk0seUJBSnNDLEVBQUE7RUFENUM7O0lBU1EseUJBUm9DLEVBQUE7O0FBcEI1Qzs7O0VBSUkseUJDZ0c0RCxFQUFBOztBRHBHaEU7Ozs7RUFZTSxxQkN3RjBELEVBQUE7O0FGN0ZoRTtFQ2lCTSx5QkFKc0MsRUFBQTtFQUQ1Qzs7SUFTUSx5QkFSb0MsRUFBQTs7QUFwQjVDOzs7RUFJSSx5QkNnRzRELEVBQUE7O0FEcEdoRTs7OztFQVlNLHFCQ3dGMEQsRUFBQTs7QUY3RmhFO0VDaUJNLHlCQUpzQyxFQUFBO0VBRDVDOztJQVNRLHlCQVJvQyxFQUFBOztBQXBCNUM7OztFQUlJLHlCQ2dHNEQsRUFBQTs7QURwR2hFOzs7O0VBWU0scUJDd0YwRCxFQUFBOztBRjdGaEU7RUNpQk0seUJBSnNDLEVBQUE7RUFENUM7O0lBU1EseUJBUm9DLEVBQUE7O0FBcEI1Qzs7O0VBSUkseUJDZ0c0RCxFQUFBOztBRHBHaEU7Ozs7RUFZTSxxQkN3RjBELEVBQUE7O0FGN0ZoRTtFQ2lCTSx5QkFKc0MsRUFBQTtFQUQ1Qzs7SUFTUSx5QkFSb0MsRUFBQTs7QUFwQjVDOzs7RUFJSSx5QkNnRzRELEVBQUE7O0FEcEdoRTs7OztFQVlNLHFCQ3dGMEQsRUFBQTs7QUY3RmhFO0VDaUJNLHlCQUpzQyxFQUFBO0VBRDVDOztJQVNRLHlCQVJvQyxFQUFBOztBQXBCNUM7OztFQUlJLHlCQ2dHNEQsRUFBQTs7QURwR2hFOzs7O0VBWU0scUJDd0YwRCxFQUFBOztBRjdGaEU7RUNpQk0seUJBSnNDLEVBQUE7RUFENUM7O0lBU1EseUJBUm9DLEVBQUE7O0FBcEI1Qzs7O0VBSUkseUJDZ0c0RCxFQUFBOztBRHBHaEU7Ozs7RUFZTSxxQkN3RjBELEVBQUE7O0FGN0ZoRTtFQ2lCTSx5QkFKc0MsRUFBQTtFQUQ1Qzs7SUFTUSx5QkFSb0MsRUFBQTs7QUFwQjVDOzs7RUFJSSx5QkNnRzRELEVBQUE7O0FEcEdoRTs7OztFQVlNLHFCQ3dGMEQsRUFBQTs7QUY3RmhFO0VDaUJNLHlCQUpzQyxFQUFBO0VBRDVDOztJQVNRLHlCQVJvQyxFQUFBOztBQXBCNUM7OztFQUlJLHlCQ2dHNEQsRUFBQTs7QURwR2hFOzs7O0VBWU0scUJDd0YwRCxFQUFBOztBRjdGaEU7RUNpQk0seUJBSnNDLEVBQUE7RUFENUM7O0lBU1EseUJBUm9DLEVBQUE7O0FBcEI1Qzs7O0VBSUkseUJDZ0c0RCxFQUFBOztBRHBHaEU7Ozs7RUFZTSxxQkN3RjBELEVBQUE7O0FGN0ZoRTtFQ2lCTSx5QkFKc0MsRUFBQTtFQUQ1Qzs7SUFTUSx5QkFSb0MsRUFBQTs7QUFwQjVDOzs7RUFJSSx5QkNnRzRELEVBQUE7O0FEcEdoRTs7OztFQVlNLHFCQ3dGMEQsRUFBQTs7QUY3RmhFO0VDaUJNLHlCQUpzQyxFQUFBO0VBRDVDOztJQVNRLHlCQVJvQyxFQUFBOztBQXBCNUM7OztFQUlJLHlCQ2dHNEQsRUFBQTs7QURwR2hFOzs7O0VBWU0scUJDd0YwRCxFQUFBOztBRjdGaEU7RUNpQk0seUJBSnNDLEVBQUE7RUFENUM7O0lBU1EseUJBUm9DLEVBQUE7O0FBcEI1Qzs7O0VBSUkseUJDZ0c0RCxFQUFBOztBRHBHaEU7Ozs7RUFZTSxxQkN3RjBELEVBQUE7O0FGN0ZoRTtFQ2lCTSx5QkFKc0MsRUFBQTtFQUQ1Qzs7SUFTUSx5QkFSb0MsRUFBQTs7QUFwQjVDOzs7RUFJSSx5QkNnRzRELEVBQUE7O0FEcEdoRTs7OztFQVlNLHFCQ3dGMEQsRUFBQTs7QUY3RmhFO0VDaUJNLHlCQUpzQyxFQUFBO0VBRDVDOztJQVNRLHlCQVJvQyxFQUFBOztBQXBCNUM7OztFQUlJLHlCQ2dHNEQsRUFBQTs7QURwR2hFOzs7O0VBWU0scUJDd0YwRCxFQUFBOztBRjdGaEU7RUNpQk0seUJBSnNDLEVBQUE7RUFENUM7O0lBU1EseUJBUm9DLEVBQUE7O0FBcEI1Qzs7O0VBSUksc0NGUVMsRUFBQTs7QUNMYjtFQ2lCTSxzQ0FKc0MsRUFBQTtFQUQ1Qzs7SUFTUSxzQ0FSb0MsRUFBQTs7QUxzRjlDO0VBR00sV0czR1M7RUg0R1QseUJHcEdZO0VIcUdaLHFCR2lRcUQsRUFBQTs7QUh0UTNEO0VBV00sY0c1R1k7RUg2R1oseUJHbEhZO0VIbUhaLHFCR2xIWSxFQUFBOztBSHVIbEI7RUFDRSxXRzNIYTtFSDRIYix5QkdwSGdCLEVBQUE7RUhrSGxCOzs7SUFPSSxxQkc2T3VELEVBQUE7RUhwUDNEO0lBV0ksU0FBUyxFQUFBO0VBWGI7SUFnQk0sMkNHMUlTLEVBQUE7RUNLYjtJSjRJTSxXR2pKTztJSGtKUCw0Q0dsSk8sRUFBQTs7QUlrRVg7RVBpR0E7SUFFSSxjQUFjO0lBQ2QsV0FBVztJQUNYLGdCQUFnQjtJQUNoQixpQ0FBaUMsRUFBQTtJQUxwQztNQVNLLFNBQVMsRUFBQSxFQUNWOztBTzNHTDtFUGlHQTtJQUVJLGNBQWM7SUFDZCxXQUFXO0lBQ1gsZ0JBQWdCO0lBQ2hCLGlDQUFpQyxFQUFBO0lBTHBDO01BU0ssU0FBUyxFQUFBLEVBQ1Y7O0FPM0dMO0VQaUdBO0lBRUksY0FBYztJQUNkLFdBQVc7SUFDWCxnQkFBZ0I7SUFDaEIsaUNBQWlDLEVBQUE7SUFMcEM7TUFTSyxTQUFTLEVBQUEsRUFDVjs7QU8zR0w7RVBpR0E7SUFFSSxjQUFjO0lBQ2QsV0FBVztJQUNYLGdCQUFnQjtJQUNoQixpQ0FBaUMsRUFBQTtJQUxwQztNQVNLLFNBQVMsRUFBQSxFQUNWOztBTzNHTDtFUGlHQTtJQUVJLGNBQWM7SUFDZCxXQUFXO0lBQ1gsZ0JBQWdCO0lBQ2hCLGlDQUFpQyxFQUFBO0lBTHBDO01BU0ssU0FBUyxFQUFBLEVBQ1Y7O0FBZlQ7RUFPUSxjQUFjO0VBQ2QsV0FBVztFQUNYLGdCQUFnQjtFQUNoQixpQ0FBaUMsRUFBQTtFQVZ6QztJQWNVLFNBQVMsRUFBQTs7QVF4S25CO0VBRUksaUJBQWlCLEVBQUEiLCJmaWxlIjoidGFibGVzLmNzcyJ9 */