.currency[data-v-7b892c1c] {
  padding: 30px;
  border-radius: 20px;
  background: #f2f2f2;
}
.currency .q-table__card[data-v-7b892c1c] {
  background-color: transparent;
}
.currency .q-table[data-v-7b892c1c] {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  border-collapse: collapse;
}
.currency .q-table thead[data-v-7b892c1c] {
  color: #858790;
}
.currency .q-table thead tr[data-v-7b892c1c],
.currency .q-table tbody td[data-v-7b892c1c] {
  height: 36px;
}
.currency .q-table th[data-v-7b892c1c],
.currency .q-table td[data-v-7b892c1c] {
  padding: 10px 3px;
  background-color: inherit;
}
.currency .q-table th .best-deal[data-v-7b892c1c],
.currency .q-table td .best-deal[data-v-7b892c1c] {
  padding: 6px 10px;
  border-radius: 50px;
  background-color: rgb(203, 233, 203);
}
.currency-value[data-v-7b892c1c] {
  text-align: center;
}
.bank-and-time[data-v-7b892c1c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 36px;
}
.bank-and-time[data-v-7b892c1c]:hover {
  color: #02888d;
}
.update-time[data-v-7b892c1c] {
  font-size: 12px;
  color: #858790;
}
.currency__last-in-pair[data-v-7b892c1c] {
  border-right: 1px solid #858790;
}
.currency__last-in-pair[data-v-7b892c1c]:first-child {
  border-left: 1px solid #858790;
}
.table-row:last-child td[data-v-7b892c1c]:not(:first-child) {
  border-bottom: 1px solid #858790;
}
.table-row[data-v-7b892c1c] > :nth-child(2) {
  border-left: 1px solid #858790;
}
.currency__operation-names[data-v-7b892c1c] :first-child {
  border-left: 1px solid #858790;
}
.currency__operation-names th[data-v-7b892c1c] {
  border-top: 1px solid #858790;
}
.more-info-badge[data-v-7b892c1c] {
  position: relative;
  top: -3px;
  left: -3px;
}
.table-row[data-v-7b892c1c]:nth-child(2n-1) {
  background-color: #ebebeb;
}
.currency-rate-card[data-v-7b892c1c] {
  list-style: none;
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.currency-rate-card-list[data-v-7b892c1c] {
  display: none;
}
@media (max-width: 850px) {
.currency-page__table[data-v-7b892c1c] {
    display: none;
}
.currency[data-v-7b892c1c] {
    background-color: transparent;
    text-align: center;
}
.title-l[data-v-7b892c1c] {
    font-size: 24px;
}
.currency-rate-card-list[data-v-7b892c1c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
}