/*
Colors
 */
/*
Fonts
 */
/*
font sizes
*/
._table-banks {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 880px;
  height: 100%;
  margin-bottom: 60px;
}
._table-banks ._tblist-wrapper {
  position: relative;
}
._table-banks ._tb-list {
  width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}
._table-banks ._tb-list th, ._table-banks ._tb-list td {
  padding: 0;
  border-bottom: 1px solid #dedede;
  background: #fff;
  vertical-align: top;
  font-size: 14px;
}
._table-banks ._tb-list th.active, ._table-banks ._tb-list th:hover, ._table-banks ._tb-list th._hasTgs, ._table-banks ._tb-list td.active, ._table-banks ._tb-list td:hover, ._table-banks ._tb-list td._hasTgs {
  background-color: #f2f2f2;
}
._table-banks ._tb-list thead th {
  z-index: 1000;
  background: #fff;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  min-width: 190px;
}
._table-banks ._tb-list tbody tr td, ._table-banks ._tb-list tbody tr th {
  padding: 25px 0;
  vertical-align: middle;
  font-weight: 300;
}
._table-banks ._tb-list tbody tr td {
  text-align: center;
  width: 20%;
}
._table-banks ._tb-list tbody tr td i.icon-line, ._table-banks ._tb-list tbody tr td i.fa-check, ._table-banks ._tb-list tbody tr td i.fa-xmark {
  font-size: 24px;
  line-height: 24px;
}
._table-banks ._tb-list tbody tr td._bg {
  padding: 8px;
}
._table-banks ._tb-list tbody tr td._bg > div {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  line-height: 0;
}
._table-banks ._tb-list tbody tr td._bg > div i {
  font-size: 35px;
  color: rgb(221, 192, 67);
  line-height: 0;
  opacity: 0.5;
}
._table-banks ._tb-list tbody tr td._bg > div span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  line-height: 24px;
  font-style: italic;
}
._table-banks ._tb-list tfoot {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: #666;
  color: #fff;
  z-index: 4;
}
._table-banks ._tb-list tfoot th, ._table-banks ._tb-list tfoot td {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: #666;
  color: #fff;
  z-index: 4;
}
._table-banks ._tb-list th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
  background: #fff;
}
._table-banks ._tb-list thead th:first-child, ._table-banks ._tb-list tfoot th:first-child {
  z-index: 5;
}
._table-banks ._tags-bank {
  display: block;
  position: relative;
}
._table-banks ._tags-bank span {
  display: inline-block;
  font-family: "scotch-display", "Playfair Display", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  text-decoration: underline;
  color: #3D3D3D;
  padding: 0 4px;
  margin: 6px 0;
  cursor: pointer;
}
._table-banks ._tags-bank span:hover, ._table-banks ._tags-bank span:active, ._table-banks ._tags-bank span.active {
  background-color: rgb(221, 192, 67);
  color: white;
}
._table-banks ._tags-bank .icon-arrow1_icon {
  color: rgb(199, 73, 24);
  position: absolute;
  top: 2%;
  right: 2%;
  font-size: 1.375rem;
}
._table-banks ._item-bank ._box {
  color: rgb(25, 43, 63);
  position: relative;
}
._table-banks ._item-bank ._box img {
  display: block;
  max-width: 72px;
  height: auto;
  border-radius: 50%;
  width: 100%;
  margin: 28px auto 22px;
}
._table-banks ._item-bank ._box h4 {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
._table-banks ._item-bank ._box ._metter {
  display: block;
  margin: 60px auto 0;
  padding: 0;
  background-color: #D8D9DB;
  position: relative;
  height: 80px;
}
._table-banks ._item-bank ._box ._metter strong {
  font-weight: 600;
}
._table-banks ._item-bank ._box ._metter ._filler {
  width: 100%;
  position: relative;
  height: 100%;
  z-index: 0;
  margin-left: auto;
}
._table-banks ._item-bank ._box ._metter ._filler:before {
  content: "";
  position: absolute;
  left: 0;
  height: 94px;
  background-color: #707070;
  width: 1px;
  bottom: 0;
}
._table-banks ._item-bank ._box ._metter span {
  position: absolute;
  left: 15%;
  top: -27px;
  height: 107px;
  width: 100%;
  line-height: 0;
  padding-left: 6px;
  font-weight: 200;
  font-size: 13px;
}
._table-banks ._item-bank ._box ._metter ._rating {
  --percent: calc(var(--rating) / 100 * 100%);
  width: calc(var(--rating) / 100 * 100%);
  background-color: rgb(221, 192, 67);
}
._table-banks ._item-bank.active ._box ._metter ._rating {
  background-color: #8EAF5A;
}

@media screen and (max-width: 991px) {
  ._table-banks {
    overflow-x: auto;
  }
  ._table-banks ._tb-list thead th:first-child, ._table-banks ._tb-list tfoot th:first-child {
    z-index: 1005;
  }
}
@media screen and (max-width: 450px) {
  ._table-banks ._tb-list {
    min-width: 820px;
  }
  ._table-banks ._tb-list tbody tr td {
    width: 22%;
    padding: 20px;
  }
  ._table-banks ._tb-list thead th {
    min-width: 150px;
  }
}

/*# sourceMappingURL=modules.css.map */
