.style__filter___3roMg {
  display: flex;
  align-items: center; }

.style__filterLabel___GuNJd {
  flex: 1 auto;
  padding-right: 10px; }

.style__filterControl___v99_T {
  flex: 0;
  display: flex; }

.style__inline___WcFSJ + .style__inline___WcFSJ {
  margin-left: 10px; }

.style__select___2GhtO .style__filterLabel___GuNJd {
  flex: 0 auto; }

.style__select___2GhtO .style__filterControl___v99_T {
  flex: 1 auto;
  display: block; }

.style__select___2GhtO {
  /**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/ }

@keyframes style__Select-animation-spin___3qeQo {
  to {
    transform: rotate(1turn); } }

@-webkit-keyframes style__Select-animation-spin___3qeQo {
  to {
    -webkit-transform: rotate(1turn); } }
  .style__select___2GhtO .Select {
    position: relative; }
    .style__select___2GhtO .Select,
    .style__select___2GhtO .Select div,
    .style__select___2GhtO .Select input,
    .style__select___2GhtO .Select span {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .style__select___2GhtO .Select.is-disabled > .Select-control {
      background-color: #f9f9f9; }
      .style__select___2GhtO .Select.is-disabled > .Select-control:hover {
        box-shadow: none; }
    .style__select___2GhtO .Select.is-disabled .Select-arrow-zone {
      cursor: default;
      pointer-events: none; }
  .style__select___2GhtO .Select-control {
    background-color: #fff;
    border-color: #d9d9d9 #ccc #b3b3b3;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #333;
    cursor: default;
    display: table;
    border-spacing: 0;
    border-collapse: separate;
    height: 36px;
    outline: none;
    overflow: hidden;
    position: relative;
    width: 100%; }
    .style__select___2GhtO .Select-control:hover {
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }
    .style__select___2GhtO .Select-control .Select-input:focus {
      outline: none; }
  .style__select___2GhtO .is-searchable.is-open > .Select-control {
    cursor: text; }
  .style__select___2GhtO .is-open > .Select-control {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
    border-color: #b3b3b3 #ccc #d9d9d9; }
    .style__select___2GhtO .is-open > .Select-control .Select-arrow {
      top: -2px;
      border-color: transparent transparent #999;
      border-width: 0 5px 5px; }
  .style__select___2GhtO .is-searchable.is-focused:not(.is-open) > .Select-control {
    cursor: text; }
  .style__select___2GhtO .is-focused:not(.is-open) > .Select-control {
    border-color: #08c #0099e6 #0099e6;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px -1px fade(#08c, 50%); }
  .style__select___2GhtO .Select-placeholder,
  .style__select___2GhtO .Select--single > .Select-control .Select-value {
    bottom: 0;
    color: #aaa;
    left: 0;
    line-height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .style__select___2GhtO .has-value.is-clearable.Select--single > .Select-control .Select-value {
    padding-right: 42px; }
  .style__select___2GhtO .has-value.Select--single > .Select-control .Select-value .Select-value-label,
  .style__select___2GhtO .has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
    color: #333; }
  .style__select___2GhtO .has-value.Select--single > .Select-control .Select-value a.Select-value-label,
  .style__select___2GhtO .has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
    cursor: pointer;
    text-decoration: none; }
    .style__select___2GhtO .has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover, .style__select___2GhtO .has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
    .style__select___2GhtO .has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
    .style__select___2GhtO .has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
      color: #08c;
      outline: none;
      text-decoration: underline; }
  .style__select___2GhtO .Select-input {
    height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle; }
    .style__select___2GhtO .Select-input > input {
      background: none transparent;
      border: 0 none;
      box-shadow: none;
      cursor: default;
      display: inline-block;
      font-family: inherit;
      font-size: inherit;
      margin: 0;
      outline: none;
      line-height: 14px;
      /* For IE 8 compatibility */
      padding: 8px 0 12px;
      /* For IE 8 compatibility */
      -webkit-appearance: none; }
      .style__is-focused___381Dw .style__select___2GhtO .Select-input > input {
        cursor: text; }
  .style__select___2GhtO .has-value.is-pseudo-focused .Select-input {
    opacity: 0; }
  .style__select___2GhtO .Select-control:not(.is-searchable) > .Select-input {
    outline: none; }
  .style__select___2GhtO .Select-loading-zone {
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 16px; }
  .style__select___2GhtO .Select-loading {
    -webkit-animation: Select-animation-spin 400ms infinite linear;
    -o-animation: Select-animation-spin 400ms infinite linear;
    animation: Select-animation-spin 400ms infinite linear;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-right-color: #333;
    display: inline-block;
    position: relative;
    vertical-align: middle; }
  .style__select___2GhtO .Select-clear-zone {
    -webkit-animation: Select-animation-fadeIn 200ms;
    -o-animation: Select-animation-fadeIn 200ms;
    animation: Select-animation-fadeIn 200ms;
    color: #999;
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 17px; }
    .style__select___2GhtO .Select-clear-zone:hover {
      color: #D0021B; }
  .style__select___2GhtO .Select-clear {
    display: inline-block;
    font-size: 18px;
    line-height: 1; }
  .style__select___2GhtO .Select--multi .Select-clear-zone {
    width: 17px; }
  .style__select___2GhtO .Select--multi .Select-multi-value-wrapper {
    display: inline-block; }
  .style__select___2GhtO .Select .Select-aria-only {
    display: inline-block;
    height: 1px;
    width: 1px;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    float: left; }
  .style__select___2GhtO .Select-arrow-zone {
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 25px;
    padding-right: 5px; }
  .style__select___2GhtO .Select-arrow {
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 2.5px;
    display: inline-block;
    height: 0;
    width: 0;
    position: relative; }
  .style__select___2GhtO .is-open .Select-arrow,
  .style__select___2GhtO .Select-arrow-zone:hover > .Select-arrow {
    border-top-color: #666; }

@-webkit-keyframes style__Select-animation-fadeIn___1ZZql {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes style__Select-animation-fadeIn___1ZZql {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .style__select___2GhtO .Select-menu-outer {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-color: #e6e6e6;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    margin-top: -1px;
    max-height: 200px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1000;
    -webkit-overflow-scrolling: touch; }
  .style__select___2GhtO .Select-menu {
    max-height: 198px;
    overflow-y: auto; }
  .style__select___2GhtO .Select-option {
    box-sizing: border-box;
    background-color: #fff;
    color: #666666;
    cursor: pointer;
    display: block;
    padding: 8px 10px; }
    .style__select___2GhtO .Select-option:last-child {
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px; }
    .style__select___2GhtO .Select-option.is-selected {
      background-color: #f5faff;
      color: #333; }
    .style__select___2GhtO .Select-option.is-focused {
      background-color: #f2f9fc;
      color: #333; }
    .style__select___2GhtO .Select-option.is-disabled {
      color: #cccccc;
      cursor: default; }
  .style__select___2GhtO .Select-noresults {
    box-sizing: border-box;
    color: #999999;
    cursor: default;
    display: block;
    padding: 8px 10px; }
  .style__select___2GhtO .Select--multi .Select-input {
    vertical-align: middle;
    margin-left: 10px;
    padding: 0; }
  .style__select___2GhtO .Select--multi.has-value .Select-input {
    margin-left: 5px; }
  .style__select___2GhtO .Select--multi .Select-value {
    background-color: #f2f9fc;
    border-radius: 2px;
    border: 1px solid #c9e6f2;
    color: #08c;
    display: inline-block;
    font-size: 0.9em;
    margin-left: 5px;
    margin-top: 5px;
    vertical-align: top; }
  .style__select___2GhtO .Select--multi .Select-value-icon,
  .style__select___2GhtO .Select--multi .Select-value-label {
    display: inline-block;
    vertical-align: middle; }
  .style__select___2GhtO .Select--multi .Select-value-label {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    cursor: default;
    padding: 2px 5px; }
  .style__select___2GhtO .Select--multi a.Select-value-label {
    color: #08c;
    cursor: pointer;
    text-decoration: none; }
    .style__select___2GhtO .Select--multi a.Select-value-label:hover {
      text-decoration: underline; }
  .style__select___2GhtO .Select--multi .Select-value-icon {
    cursor: pointer;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-right: 1px solid #c9e6f2;
    padding: 1px 5px 3px; }
    .style__select___2GhtO .Select--multi .Select-value-icon:hover, .style__select___2GhtO .Select--multi .Select-value-icon:focus {
      background-color: #ddeff7;
      color: #0077b3; }
    .style__select___2GhtO .Select--multi .Select-value-icon:active {
      background-color: #c9e6f2; }
  .style__select___2GhtO .Select--multi.is-disabled .Select-value {
    background-color: #fcfcfc;
    border: 1px solid #e3e3e3;
    color: #333; }
  .style__select___2GhtO .Select--multi.is-disabled .Select-value-icon {
    cursor: not-allowed;
    border-right: 1px solid #e3e3e3; }
    .style__select___2GhtO .Select--multi.is-disabled .Select-value-icon:hover, .style__select___2GhtO .Select--multi.is-disabled .Select-value-icon:focus, .style__select___2GhtO .Select--multi.is-disabled .Select-value-icon:active {
      background-color: #fcfcfc; }

@keyframes style__Select-animation-spin___3qeQo {
  to {
    transform: rotate(1turn); } }

@-webkit-keyframes style__Select-animation-spin___3qeQo {
  to {
    -webkit-transform: rotate(1turn); } }

.style__upwards___2EESw .Select-menu-outer {
  top: auto;
  bottom: 100%; }

.style__stacked___256t2 {
  flex-direction: column;
  align-items: flex-start; }

.style__stackedControl___2--LP {
  align-self: stretch; }
.style__rightcol___3Ivoa {
  border-width: 3px; }

.style__dot____331y {
  position: absolute;
  top: 0.8rem;
  left: -0.7rem; }
.style__clear___2pqzb {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  min-width: 26px;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da; }
  .style__clear___2pqzb:hover {
    color: #d0021b; }
  .style__clear___2pqzb:focus {
    outline: none; }
  .style__clear___2pqzb .style__clear_text___KfdRa {
    display: inline-block;
    font-size: 18px;
    line-height: 1; }
.style__reactTable___3tSJe .ReactTable {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.style__reactTable___3tSJe .ReactTable * {
  box-sizing: border-box; }

.style__reactTable___3tSJe .ReactTable .rt-table {
  -webkit-box-flex: 1;
  -ms-flex: auto 1;
  flex: auto 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  border-collapse: collapse;
  overflow: auto; }

.style__reactTable___3tSJe .ReactTable .rt-thead {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.style__reactTable___3tSJe .ReactTable .rt-thead.-headerGroups {
  background: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.style__reactTable___3tSJe .ReactTable .rt-thead.-filters {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.style__reactTable___3tSJe .ReactTable .rt-thead.-filters input, .style__reactTable___3tSJe .ReactTable .rt-thead.-filters select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 5px 7px;
  font-size: inherit;
  border-radius: 3px;
  font-weight: normal;
  outline: none; }

.style__reactTable___3tSJe .ReactTable .rt-thead.-filters .rt-th {
  border-right: 1px solid rgba(0, 0, 0, 0.02); }

.style__reactTable___3tSJe .ReactTable .rt-thead.-header {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15); }

.style__reactTable___3tSJe .ReactTable .rt-thead .rt-tr {
  text-align: center; }

.style__reactTable___3tSJe .ReactTable .rt-thead .rt-th, .style__reactTable___3tSJe .ReactTable .rt-thead .rt-td {
  padding: 5px 5px;
  line-height: normal;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: inset 0 0 0 0 transparent; }

.style__reactTable___3tSJe .ReactTable .rt-thead .rt-th.-sort-asc, .style__reactTable___3tSJe .ReactTable .rt-thead .rt-td.-sort-asc {
  box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.6); }

.style__reactTable___3tSJe .ReactTable .rt-thead .rt-th.-sort-desc, .style__reactTable___3tSJe .ReactTable .rt-thead .rt-td.-sort-desc {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.6); }

.style__reactTable___3tSJe .ReactTable .rt-thead .rt-th.-cursor-pointer, .style__reactTable___3tSJe .ReactTable .rt-thead .rt-td.-cursor-pointer {
  cursor: pointer; }

.style__reactTable___3tSJe .ReactTable .rt-thead .rt-th:last-child, .style__reactTable___3tSJe .ReactTable .rt-thead .rt-td:last-child {
  border-right: 0; }

.style__reactTable___3tSJe .ReactTable .rt-thead .rt-th:focus {
  outline: none; }

.style__reactTable___3tSJe .ReactTable .rt-thead .rt-resizable-header {
  overflow: visible; }

.style__reactTable___3tSJe .ReactTable .rt-thead .rt-resizable-header:last-child {
  overflow: hidden; }

.style__reactTable___3tSJe .ReactTable .rt-thead .rt-resizable-header-content {
  overflow: hidden;
  text-overflow: ellipsis; }

.style__reactTable___3tSJe .ReactTable .rt-thead .rt-header-pivot {
  border-right-color: #f7f7f7; }

.style__reactTable___3tSJe .ReactTable .rt-thead .rt-header-pivot:after, .style__reactTable___3tSJe .ReactTable .rt-thead .rt-header-pivot:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.style__reactTable___3tSJe .ReactTable .rt-thead .rt-header-pivot:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 8px;
  margin-top: -8px; }

.style__reactTable___3tSJe .ReactTable .rt-thead .rt-header-pivot:before {
  border-color: rgba(102, 102, 102, 0);
  border-left-color: #f7f7f7;
  border-width: 10px;
  margin-top: -10px; }

.style__reactTable___3tSJe .ReactTable .rt-tbody {
  -webkit-box-flex: 99999;
  -ms-flex: 99999 1 auto;
  flex: 99999 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto; }

.style__reactTable___3tSJe .ReactTable .rt-tbody .rt-tr-group {
  border-bottom: solid 1px rgba(0, 0, 0, 0.05); }

.style__reactTable___3tSJe .ReactTable .rt-tbody .rt-tr-group:last-child {
  border-bottom: 0; }

.style__reactTable___3tSJe .ReactTable .rt-tbody .rt-td {
  border-right: 1px solid rgba(0, 0, 0, 0.02); }

.style__reactTable___3tSJe .ReactTable .rt-tbody .rt-td:last-child {
  border-right: 0; }

.style__reactTable___3tSJe .ReactTable .rt-tbody .rt-expandable {
  cursor: pointer;
  text-overflow: clip; }

.style__reactTable___3tSJe .ReactTable .rt-tr-group {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.style__reactTable___3tSJe .ReactTable .rt-tr {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.style__reactTable___3tSJe .ReactTable .rt-th, .style__reactTable___3tSJe .ReactTable .rt-td {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 7px 5px;
  overflow: hidden;
  transition: .3s ease;
  transition-property: width,min-width,padding,opacity; }

.style__reactTable___3tSJe .ReactTable .rt-th.-hidden, .style__reactTable___3tSJe .ReactTable .rt-td.-hidden {
  width: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important; }

.style__reactTable___3tSJe .ReactTable .rt-expander {
  display: inline-block;
  position: relative;
  margin: 0;
  color: transparent;
  margin: 0 10px; }

.style__reactTable___3tSJe .ReactTable .rt-expander:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  border-left: 5.04px solid transparent;
  border-right: 5.04px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.8);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer; }

.style__reactTable___3tSJe .ReactTable .rt-expander.-open:after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0); }

.style__reactTable___3tSJe .ReactTable .rt-resizer {
  display: inline-block;
  position: absolute;
  width: 36px;
  top: 0;
  bottom: 0;
  right: -18px;
  cursor: col-resize;
  z-index: 10; }

.style__reactTable___3tSJe .ReactTable .rt-tfoot {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15); }

.style__reactTable___3tSJe .ReactTable .rt-tfoot .rt-td {
  border-right: 1px solid rgba(0, 0, 0, 0.05); }

.style__reactTable___3tSJe .ReactTable .rt-tfoot .rt-td:last-child {
  border-right: 0; }

.style__reactTable___3tSJe .ReactTable.-striped .rt-tr.-odd {
  background: rgba(0, 0, 0, 0.03); }

.style__reactTable___3tSJe .ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover {
  background: rgba(0, 0, 0, 0.05); }

.style__reactTable___3tSJe .ReactTable .-pagination {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-top: 2px solid rgba(0, 0, 0, 0.1); }

.style__reactTable___3tSJe .ReactTable .-pagination input, .style__reactTable___3tSJe .ReactTable .-pagination select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 5px 7px;
  font-size: inherit;
  border-radius: 3px;
  font-weight: normal;
  outline: none; }

.style__reactTable___3tSJe .ReactTable .-pagination .-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 3px;
  padding: 6px;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.1);
  transition: all .1s ease;
  cursor: pointer;
  outline: none; }

.style__reactTable___3tSJe .ReactTable .-pagination .-btn[disabled] {
  opacity: .5;
  cursor: default; }

.style__reactTable___3tSJe .ReactTable .-pagination .-btn:not([disabled]):hover {
  background: rgba(0, 0, 0, 0.3);
  color: #fff; }

.style__reactTable___3tSJe .ReactTable .-pagination .-previous, .style__reactTable___3tSJe .ReactTable .-pagination .-next {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center; }

.style__reactTable___3tSJe .ReactTable .-pagination .-center {
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
  text-align: center;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.style__reactTable___3tSJe .ReactTable .-pagination .-pageInfo {
  display: inline-block;
  margin: 3px 10px;
  white-space: nowrap; }

.style__reactTable___3tSJe .ReactTable .-pagination .-pageJump {
  display: inline-block; }

.style__reactTable___3tSJe .ReactTable .-pagination .-pageJump input {
  width: 70px;
  text-align: center; }

.style__reactTable___3tSJe .ReactTable .-pagination .-pageSizeOptions {
  margin: 3px 10px; }

.style__reactTable___3tSJe .ReactTable .rt-noData {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  transition: all .3s ease;
  z-index: 1;
  pointer-events: none;
  padding: 20px;
  color: rgba(0, 0, 0, 0.5); }

.style__reactTable___3tSJe .ReactTable .-loading {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  transition: all .3s ease;
  z-index: -1;
  opacity: 0;
  pointer-events: none; }

.style__reactTable___3tSJe .ReactTable .-loading > div {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 0;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(-52%);
  transform: translateY(-52%);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.style__reactTable___3tSJe .ReactTable .-loading.-active {
  opacity: 1;
  z-index: 2;
  pointer-events: all; }

.style__reactTable___3tSJe .ReactTable .-loading.-active > div {
  -webkit-transform: translateY(50%);
  transform: translateY(50%); }

.style__reactTable___3tSJe .ReactTable .rt-resizing .rt-th, .style__reactTable___3tSJe .ReactTable .rt-resizing .rt-td {
  transition: none !important;
  cursor: col-resize;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.style__reactTable___3tSJe .rt-thead {
  font-weight: 600; }

.style__reactTable___3tSJe .rt-th:focus {
  outline: none; }
.style__viewTypes___2o0EW {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
.style__headerMatchResult___1ke1p {
  min-width: 60px; }
.style__flexWrap___1umLt {
  display: flex;
  flex-wrap: wrap; }

.style__spacer___2FjFC {
  background-color: #f6f6f6; }

.style__venue___3x4ly {
  min-width: 6rem; }

#team-details .table-sm td,
#team-details .table-sm th {
  padding: 0.1rem 0.3rem; }
.style__heading___30MWG {
  display: flex; }

.style__headingMain___2Fvc6 {
  flex: 1; }

.style__headingRight___1-6TI {
  align-self: flex-end;
  flex: 0; }

.style__cardContent___2o_TB {
  display: flex;
  flex-direction: column; }

.style__details___1VSoT {
  align-self: flex-end; }

.style__flexWrap___Wil1q {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
