body {
  color: white;
  line-height: 1.7;
}
.fqa {
  margin-bottom: 83px;
}
.fqa h3 {
  margin-top: 20px;
}
table,
td,
th {
  border: 1px solid #ffffff;
  text-align: center;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.fqa table {
  max-width: 510px;
}
.fqa table,
td,
th {
  padding: 15px;
  table-layout: fixed;
}
.page-convert ul li {
  list-style-type: square;
  margin-left: 20px;
  margin-bottom: 10px;
}
.page-convert ul {
  margin-bottom: 10px;
}
.page-convert h3 {
  font-weight: bold;
}
.page-convert h2 {
  color: #ff6224;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-convert p {
  margin-bottom: 10px;
}
.page-convert .section {
  margin-bottom: 50px;
}

.covert-fiat table {
  font-size: 12px;
}
.major table {
  font-weight: bold;
  margin-bottom: 50px;
  margin-top: 30px;
}
.major table td:nth-child(2) {
  color: #ff6224;
}
.major table thead,
.covert-fiat table thead {
  background-color: #ff6224;
}

.price-performance {
  display: grid;
  row-gap: 20px;
  font-size: 14px;
}
.price-performance .form-range {
  background-color: unset !important;
}

/* Styling the thumb */
.form-range::-webkit-slider-thumb {
  background-color: #333333; /* Example: Red thumb for WebKit browsers (Chrome, Safari) */
  height: 5px;
}

.form-range::-moz-range-thumb {
  background-color: #333333; /* Example: Red thumb for Firefox */
  height: 5px;
}

/* Styling the track */
.form-range::-webkit-slider-runnable-track {
  background-color: #333333; /* Example: Green track for WebKit browsers */
  height: 5px;
}

.form-range::-moz-range-track {
  background-color: #333333; /* Example: Green track for Firefox */
  height: 5px;
}

input[type="range"].form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: url("/images/convert/icon_in_range.png") no-repeat center;
  background-size: contain;
  cursor: pointer;
  border: none;
  margin-top: -6px; /* canh chỉnh theo chiều cao track */
}

input[type="range"].form-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: url("/images/convert/icon_in_range.png") no-repeat center;
  background-size: contain;
  cursor: pointer;
  border: none;
}
.price-performance .btn-group {
  column-gap: 10px;
}
.price-performance .btn-group label {
  color: #666;
  font-size: 12px;
}
.price-performance .btn-check + .btn:hover {
  color: #666;
}
.price-performance .btn-check + .btn {
  padding: 7px 12px;
  border: unset;
}
.price-performance .btn-check:checked + .btn {
  color: #ff6224;
  border-radius: 5px;
  background: rgba(255, 98, 36, 0.1);
}
.card-convert {
  border-radius: 10px;
  background-color: #333333;
  padding: 25px;
}
.card-convert .index {
  font-size: 96px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 0.75;
}
.card-convert .title {
  font-size: 20px;
  color: #ff6224;
  font-weight: 600;
}

.card {
  margin: 0;
}
.card-title {
  position: relative;
  text-align: left;
}
.card-title .view-more {
  color: white;
  position: absolute;
  right: 15px;
}
.table-trend {
  width: 100%;
  margin-bottom: 10px;
}
.table-trend tr th {
  text-align: center;
}
.table-trend tr td {
  padding: 5px;
  text-align: center;
}
.table-trend tr td:first-child {
  display: flex;
  align-items: center;
}
.table-trend tr td:last-child {
  color: #00cda9;
}
.banner-ads {
  width: 100%;
  height: 321px;

  border-radius: 5px;
  background: #808080;
}
.vodiapicker {
  display: none;
  width: 100%;
}

.img-swap {
  width: 60px;
  height: 30px;
  position: relative;
  top: 15px;
}

.tab-body {
  width: 100%;
}
.tab-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 29px;
}
.tab-footer .btn-primary,
.tab-footer .btn-primary:active {
  background-color: #ff6224 !important;
  border: #ff6224;
}
.tab-footer .btn {
  font-weight: bold;
}


.text-convert {
  font-size: 24px;
  font-weight: bold;
}
.btn-view-conversion {
  background-color: #ff6224;
  color: white;
  padding: 0 15px;
  height: 42px;
  font-weight: bold;
}

#a {
  padding-left: 0px;
}

.img-flag {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}

.select2-search__field {
  background-color: unset !important;
  border-color: unset !important;
  color: unset !important;
}
.select2-search__field:focus-visible {
  outline: none;
}

.select2-container .select2-selection--single {
  height: 100%;
  border-radius: 0 5px 5px 0;
  border: unset;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
}
.select2-dropdown {
  color: black;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 6px 6px 0 6px;
  left: 0;
  border-color: black transparent;
}
.input-convert {
  border: unset;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 0 6px 6px 6px;
  border-color: black transparent;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 10px;
  right: 0;
}

.select2-results__option {
  font-size: 16px;
  font-weight: bold;
}

/* item list */

.open {
  display: show !important;
}

.btn-select {
  margin-top: 10px;
  width: 100%;
  position: relative;
  top: 1.5px;
  height: 34px;
  border-radius: 5px 5px 0 0;
  background-color: #d9d9d9;
  border: 1px solid #ccc;
}
/* .btn-select li {
  list-style: none;
  float: left;
  padding-bottom: 0px;
}

.btn-select:hover li {
  margin-left: 0px;
} */

.btn-select:hover {
  background-color: #f4f3f3;
  border: 1px solid transparent;
  box-shadow: inset 0 0px 0px 1px #ccc;
}

.btn-select:focus {
  outline: none;
}

.lang-select {
  position: relative;
}

.tab-convert__content {
  background-color: #222;
  padding: 20px;
}
.tabs-convert {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  column-gap: 10px;
}

.card-convert {
  width: 100%;
  font-size: 14px;
}

.input-select__wrapper {
  display: flex;
}

.input-select__wrapper input {
  background-color: white !important;
  color: #181818 !important;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  border-radius: 5px 0 0 5px;
}

.tabs-convert li button {
  background-color: #181818 !important;
  color: #808080;
  font-size: 16px;
  font-weight: bold;
}
.tabs-convert li button.active {
  color: #ff6224 !important;
}
.swap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab-convert__content {
  padding-top: 25px;
  color: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.trending {
  border-radius: 5px;
  padding: 10px 15px;
  background-color: #222;
}
.trending-header {
  display: flex;
}
.trending-header a {
  color: white !important;
}
.trending-title {
  color: #ff6224;
  font-weight: bold;
}
.tbl-price-trend td:first-child {
  font-weight: bold;
}
#tradingview_ed7df div {
  width: 100% !important;
}
.btn-submit {
  width: 100%;
  padding: 15px;
  font-weight: bold;
  background-color: #ff6224;
  border-color: #ff6224;
}
.btn-submit:hover {
  background-color: #e55b1f;
  border-color: #ff6224;
}
.btn-submit:active {
  background-color: #ff6224 !important;
  border-color: #ff6224 !important;
}
.rate-alert .custome-checkbox {
  display: flex;
  column-gap: 62px;
}
.rate-alert {
  font-size: 14px;
}
.rate-alert input[type="checkbox"] {
  width: 30px;
  height: 30px;
  border-radius: 5px;
}
.rate-alert .custom-checkbox {
  accent-color: #ff6224;
}

.btn-inner-input {
  background-color: #222 !important;
  border-left: unset;
  font-weight: bold;
  color: white;
  display: flex;
  align-items: center;
}
.btn-inner-input img {
  width: 23px;
  height: 23px;
  margin-right: 5px;
  border-radius: 5px;
}
/* table top coin */
#tbl_topcoin {
  color: white;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
  margin-top: 10px;
}
#tbl_topcoin th {
  background-color: #181818;
  font-weight: 400;
  font-size: 10px;
  text-align: center;
}
#tbl_topcoin td {
  font-size: 12px;
  text-align: center;
}
#tbl_topcoin tr {
  margin-bottom: 10px;
}
#tbl_topcoin td:first-child {
  width: 120px;
}
.ex__image {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin: 10px;
}
.ex__title {
  text-transform: uppercase;
}

.sub-ex__title {
  color: #666 !important;
  font-size: 10px;
}

.exchange {
  font-size: 14px;
}

.tradingview-widget-container {
  margin: 20px 0;
}

.quick-conversions ul,
.other-amount ul {
  margin-bottom: 0;
  display: grid;
  row-gap: 10px;
  font-size: 18px;
}

.money {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.money img {
  border-radius: 5px;
  height: 35px;
  width: 35px;
}
.money .symbol {
  font-size: 10px;
}
.amount {
  font-size: 16px;
  color: white;
  font-weight: bold;
}

@media (max-width: 575.98px) {
  .fqa {
    margin-bottom: 20px;
  }
  .page-convert .section {
    margin-bottom: 30px;
  }
  .tabs-convert li button {
    font-size: 13px;
  }
  .img-swap {
    width: 45px;
    height: 25px;
  }
  .quick-conversions ul,
  .other-amount ul {
    font-size: 14px;
  }
  .tab-convert__content {
    padding: 12px;
  }
  .tabs-convert {
    padding: 12px 12px 0 12px;
    row-gap: 10px;
  }
  .popular-item {
    column-gap: 5px;
  }
  .tab-footer {
    display: block;
    margin-top: 16px;
  }
  .text-convert {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
