.table__search {
  display: grid;
  grid-template-columns: auto auto;
}
.table__search .btn {
  display: block;
}
.table__search .table__search__input {
  display: inline-block;
}
.table__search:not(.active) .table__search__input {
  display: none;
}
.table__header {
  display: grid;
}
@media (min-width: 950px) {
  .table__header {
    grid-template-columns: 1fr auto;
  }
}
.table__header div.table__header__buttons {
  display: flex;
  justify-items: center;
  align-items: center;
}
.table__header div.table__header__buttons > * {
  margin-right: 1rem;
}
.table__head {
  border-radius: 4px 4px 0 0;
  color: white;
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(45deg, #212584, #1D2074);
  text-transform: uppercase;
}
@media (min-width: 950px) {
  .table__head, .table__item {
    display: grid;
    grid-gap: 0.5rem;
  }
}
.table__loading {
  display: grid;
  justify-content: center;
  align-content: center;
  padding: 0.5rem 0;
}
.table__loading .icon {
  font-size: 35px;
  color: #1D2074;
  animation: table-loading-rotate 0.7s infinite;
}
@media (min-width: 950px) {
  .table__content, .table__loading {
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(128, 128, 128, 0.5);
    border-radius: 0 0 4px 4px;
    border-top: none;
  }
}
.table__itema, .table__item:link, .table__item:visited {
  color: black;
  text-decoration: none;
}
.table__item .fad, .table__item .fas, .table__item .fal, .table__item .far {
  color: #1D2074;
}
@media (max-width: 950px) {
  .table__item {
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    margin: 0.5rem 0;
    border: gray 1px solid;
    border-radius: 4px;
    align-items: center;
  }
  .table__item__item, .table__item__head {
    display: grid;
    align-items: center;
  }
  .table__item__item {
    height: 100%;
    padding-left: 1rem;
    border-bottom: transparent solid 1px;
    border-color: rgba(128, 128, 128, 0.5);
  }
  .table__item__item:last-child {
    border-bottom: none;
  }
  .table__item__head {
    height: 100%;
    color: white;
    text-transform: uppercase;
    padding: 0.5rem;
    background-color: #1D2074;
    font-size: 16px;
    font-weight: bold;
  }
}
@media (min-width: 950px) {
  .table__item {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid gray;
  }
  .table__item:last-child, .table__item.table__head {
    border-bottom: none;
  }
  .table__item:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.03);
  }
  .table__item:hover, .table__item:focus {
    background-color: rgba(0, 0, 0, 0.04);
  }
  .table__item:hover:nth-child(odd), .table__item:focus:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.06);
  }
}
.table__totals {
  border-top: 3px solid black;
  font-weight: bold;
}

.table__search {
  display: grid;
  grid-template-columns: auto auto;
}
.table__search .btn {
  display: block;
}
.table__search .table__search__input {
  display: inline-block;
}
.table__search:not(.active) .table__search__input {
  display: none;
}
.table__header {
  margin-top: 1rem;
  display: grid;
}
@media (min-width: 950px) {
  .table__header {
    grid-template-columns: 1fr auto;
  }
}
.table__header input {
  margin-right: 1rem;
}
.table__header div.table__header__buttons {
  display: flex;
  justify-items: center;
  align-items: center;
}
.table__header div.table__header__buttons > * {
  margin-right: 1rem;
}
.table__head {
  color: white;
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(45deg, #212584, #1D2074);
}
@media (min-width: 950px) {
  .table__head, .table__item {
    display: grid;
    grid-gap: 0.5rem;
  }
}
.table__loading {
  display: grid;
  justify-content: center;
  align-content: center;
  padding: 0.5rem 0;
}
.table__loading .icon {
  font-size: 35px;
  color: #1D2074;
  animation: table-loading-rotate 0.7s infinite;
}
.table__head {
  margin: 1rem 0;
  border-radius: 8px;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}
@media (min-width: 950px) {
  .table__content, .table__loading {
    margin: 1em 0;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(128, 128, 128, 0.2);
    border-radius: 8px;
  }
}
.table__itema, .table__item:link, .table__item:visited {
  color: black;
  text-decoration: none;
}
.table__item .fad, .table__item .fas, .table__item .fal, .table__item .far {
  color: #1D2074;
}
@media (max-width: 950px) {
  .table__item {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    margin: 0.5rem 0;
    align-items: center;
  }
  .table__item__item, .table__item__head {
    display: grid;
    align-items: center;
  }
  .table__item__item {
    height: 100%;
    padding-left: 1rem;
    border-bottom: transparent solid 1px;
    border-color: rgba(128, 128, 128, 0.5);
  }
  .table__item__item:last-child {
    border-bottom: none;
  }
  .table__item__head {
    height: 100%;
    color: white;
    padding: 0.5rem;
    background-color: #1D2074;
    font-size: 16px;
    font-weight: bold;
  }
}
@media (min-width: 950px) {
  .table__item {
    border-bottom: 2px solid rgba(128, 128, 128, 0.2);
    padding: 2rem 1rem;
  }
  .table__item.table__head {
    padding: 1rem;
  }
  .table__item:last-child, .table__item.table__head {
    border-bottom: none;
  }
  .table__item:hover, .table__item:focus {
    background-color: rgba(0, 0, 0, 0.04);
  }
}
.table__totals {
  border-top: 3px solid black;
  font-weight: bold;
}

/*# sourceMappingURL=style.css.map */
