.table-cont {
  overflow: auto;
  margin-bottom: 24px;
  border-radius: 10px;
}
.table-cont_bordered {
  border: 2px solid #f0f0f0;
}

.table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 22px;
}
.table .thead td,
.table .thead th,
.table thead td,
.table thead th {
  color: #484d51;
  font-family: "GTE-bold" !important;
  font-weight: normal;
}
.table tr {
  vertical-align: top;
}
.table tr.row-fixed {
  position: sticky;
  top: 0;
  z-index: 1;
  box-shadow: 0px 2px 0px 0px #e4e7e7;
}
.table td,
.table th {
  padding: 14px 20px 14px 20px;
  max-width: 250px;
}
.table td.cell-fixed,
.table th.cell-fixed {
  position: sticky;
  left: 0;
  text-align: center;
  border-right: 0px;
}
.table td.cell-fixed:nth-child(1),
.table th.cell-fixed:nth-child(1) {
  background: #fbfbfb;
  border-right: 2px solid #f0f0f0;
}
.table td.cell-fixed:nth-child(2),
.table th.cell-fixed:nth-child(2) {
  background: #F4F9FF;
}
.table_compact {
  font-size: 14px;
  line-height: 18px;
}
.table_compact td,
.table_compact th {
  padding: 4px 6px;
}
.table_nowrap td,
.table_nowrap th {
  white-space: nowrap;
}
.table_border td,
.table_border th {
  border-bottom: 2px solid #f1f1f180;
  border-right: 2px solid #f0f0f0;
}
.table_border td:last-child {
  border-right: none;
}
.table_border tr:last-child td {
  border-bottom: none;
}
.table_border-bottom tr {
  border-bottom: 1px solid #e4e7e7;
}
.table_border-bottom tr:last-child {
  border-bottom: none;
}
.table_odd-bg tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table_odd-bg tr:nth-child(even) {
  background-color: #fff;
}
.table_even-bg tr:nth-child(odd) {
  background-color: #fff;
}
.table_even-bg tr:nth-child(even) {
  background-color: #f9f9f9;
}
.table_vertical-center tr,
.table_vertical-center th {
  vertical-align: middle;
}
.table_data-table td {
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  font-size: 14px;
  line-height: 18px;
  padding: 16px 16px;
}
.table_data-table .status {
  padding: 4px 8px;
  border-radius: 5px;
}
.table .selected-cell {
  background: #f9f9f9;
}
.table.col-2 td {
  width: 50%;
}
.table.col-3 td {
  width: 33%;
}
.table.col-4 td {
  width: 25%;
}
.table.card-info {
  margin: 2px auto;
}
.table.card-info tr {
  border-bottom: 2px solid #f1f4f6;
}
.table.card-info tr:last-child {
  border-bottom: none;
}
.table.card-info td {
  padding: 14px 20px 14px 0px;
  color: #141414;
}
.table.card-info td:first-child {
  color: #141414;
}
.table.card-info td:nth-child(2) {
  color: #3a3d41;
}
.table.card-info2 td {
  padding: 14px 20px 14px 20px;
  max-width: 250px;
}
.table.card-info2 td:first-child {
  color: #141414;
  border-right: 2px solid #f1f4f6;
  width: 30%;
}
.table.card-info2 td:nth-child(2) {
  color: #3a3d41;
}
.table.card-info2 td:last-child {
  color: #141414;
}
.table.card-info2 .first-row {
  border-top: 2px solid #f1f4f6;
}
.table.card-info2 .first-row:first-child {
  border-top: none;
}
.table.table2 td {
  padding: 14px 20px 14px 20px;
  max-width: 250px;
}
.table.table2 .thead td {
  color: #3a3d41;
}
.table.table2 thead th {
  color: #3a3d41;
}
.table.table3 {
  border: 2px solid #E6ECF4;
}
.table.table3 td {
  padding: 14px 20px 14px 20px;
  max-width: 250px;
  font-family: "GTE-light";
  border-right: 2px solid #E6ECF4;
}
.table.table3 td:last-child {
  border-right: none;
}
.table.table3 tr {
  border-bottom: 2px solid #E6ECF4;
}
.table.table3 tr:last-child {
  border-bottom: none;
}
.table.table3 .thead {
  background: #F4F9FF;
  border-bottom: 2px solid #E6ECF4;
}
.table.table3 .thead td {
  color: #3a3d41;
}

.currency-rates {
  display: inline-flex;
  flex-wrap: wrap;
  width: 56%;
  margin: 0 2%;
}
.currency-rates .table-cont {
  padding-top: 0;
  padding-bottom: 18px;
  min-height: 270px;
}
.currency-rates .table_currency {
  width: 100%;
}
.currency-rates .table_currency tr {
  border-bottom: 2px solid #f2f2f2;
}
.currency-rates .table_currency tr:last-child {
  border-bottom: none;
}
.currency-rates .table_currency td {
  height: 50px;
  padding: 10px 8px;
  max-width: 250px;
  color: #777c84;
  font-family: "GTE-light";
  transition: 0.2s;
  border-right: 2px solid #f2f2f2;
  vertical-align: middle;
}
.currency-rates .table_currency td:last-child {
  border-right: none;
}
.currency-rates .table_currency.row-1-selected td:nth-child(1) {
  background: #f2f7ff;
}
.currency-rates .table_currency.row-2-selected td:nth-child(2) {
  background: #f7f7f7;
}
.currency-rates .table_currency.row-3-selected td:nth-child(3) {
  background: #f7f7f7;
}
.currency-rates .table_currency.row-4-selected td:nth-child(4) {
  background: #f7f7f7;
}
.currency-rates .table_currency.row-5-selected td:nth-child(5) {
  background: #f7f7f7;
}
.currency-rates .table_currency .option-cont {
  margin-bottom: 0;
}
.currency-rates .table_currency .option-cont__textbox {
  padding-top: 0;
}
.currency-rates .price {
  position: relative;
  letter-spacing: 1.5px;
}
.currency-rates .price::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
}
.currency-rates .price.price_default::before {
  background: url("images/minus-ng.svg") no-repeat center;
  background-size: 24px;
}
.currency-rates .price.price_up::before {
  background: url("images/n-arrow-ng.svg") no-repeat center;
  background-size: 24px;
  transform: rotate(180deg);
  filter: invert(41%) sepia(34%) saturate(834%) hue-rotate(97deg) brightness(94%) contrast(89%);
}
.currency-rates .price.price_down::before {
  background: url("images/n-arrow-ng.svg") no-repeat center;
  background-size: 24px;
  transform: rotate(0deg);
  filter: invert(23%) sepia(71%) saturate(2962%) hue-rotate(348deg) brightness(90%) contrast(91%);
}

@media (max-width: 800px) {
  .currency-rates {
    width: 100%;
    border-right: none;
    order: 2;
  }
}
@media (max-width: 800px) {
  .table.table3 td {
    padding: 8px 5px;
  }
}
@media (max-width: 600px) {
  table.card-info2 td {
    padding: 12px 8px;
  }

  table.card-info2 td:first-child {
    display: none;
  }
}
