.emo-btn {
  padding: 10px 15px;
  border-radius: 10px;
  cursor: pointer;
  outline: none !important;
}
.emo-btn.primary {
  background: #f1cb29;
  color: #2e5aa9;
  border: 1px solid #f1cb29;
}
.emo-btn.primary:hover {
  background: transparent;
}
.emo-btn.danger {
  background: #dc3545;
  color: #fff;
  border: #dc3545;
}
.emo-btn.danger:hover {
  background: #bb2d3b;
  border: #b02a37;
}
.emo-btn.success {
  background: #198754;
  color: #fff;
  border: #198754;
}
.emo-btn.success:hover {
  background: #157347;
  border: #146c43;
}
.emo-btn.dark {
  background: #2e5aa9;
  color: #f1cb29;
  border: 1px solid #2e5aa9;
}
.emo-btn.dark:hover {
  background: transparent;
  color: #2e5aa9;
}
.emo-strong {
  font-weight: 700;
}

.side-menu-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #00000061;
  z-index: 100;
}
.currency-inputs-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  align-items: center;
  position: relative;
}
.currency-convertor .input-container {
  position: relative;
  display: flex;
  align-items: center;
  border: 1.5px solid #2e5aa9;
  padding: 0px 12px;
  width: 100%;
  border-radius: 5px;
  margin: 18px 9px;
}
.currency-convertor .input-container label {
  position: absolute;
  top: -13px;
  left: 11px;
  color: #585858cf;
  font-size: 0.6rem;
  background-color: #eaebec;
  padding: 5px;
}
.currency-convertor .input-container input[type="text"] {
  color: green;
  font-weight: 600;
  font-size: 1.2rem;
  padding: 0.9rem;
}
.currency-convertor .input-container input[type="text"],
.currency-convertor .input-container input[type="text"]:focus {
  border: unset;
  outline: none;
  background-color: unset;
  box-shadow: unset;
}
.currency-value {
  display: flex;
}
.select-container {
  cursor: pointer;
}
.currency-icon {
  width: 32px;
  background-repeat: no-repeat;
  height: 32px;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  margin-top: 5px;
}
.currency-convertor .currency-text {
  margin-top: 5px;
  font-weight: 600;
  font-size: 1.2rem;
  margin-left: 5px;
  text-wrap: nowrap;
}
.currency-convertor .currency-list-box {
  max-height: 304px;
  min-width: 363px;
  top: 0;
  left: 0;
  transform-origin: left top;
  background-color: #fff;
  z-index: 1000;
  position: absolute;
  display: none;
  max-width: 80%;
  overflow-y: auto;
  overflow-x: hidden;
  contain: content;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.currency-convertor .currency-list-box ul {
  padding-left: 0;
}
.currency-convertor .currency-list-box::-webkit-scrollbar {
  width: 5px;
  float: right;
}
.currency-convertor .currency-list-box::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}
.currency-convertor .currency-list-box::-webkit-scrollbar-thumb {
  background: #4285f2;
  border-radius: 10px;
}

.currency-convertor .currency-list-box ul li {
  display: flex;
  padding: 10px 5px;
  cursor: pointer;
}
.currency-convertor .currency-list-box ul li:hover {
  color: #1976d2;
  background-color: #c7bebe70;
}
.currency-btn-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: 24px;
  margin-top: 14px !important;
  justify-content: center;
}
.currency-btn-container button {
  padding: 1rem;
  grid-column: span 3 / span 3;
  font-family: "Open Sans";
  font-size: 16px;
  border-radius: 6px;
  letter-spacing: 1.5px;
  font-weight: 700;
}

.tether-cprices-container {
  display: flex;
  justify-content: space-evenly;
}
.tether-price-container {
  margin: 10px;
  padding: 9px 18px;
  background-color: #d9d9e3;
  line-height: 2.5rem;
  border-radius: 6px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tether-price-container-span {
  padding: 6px 9px;
  border-radius: 6px;
  background-color: #fff;
  margin: auto 6px;
}

.live-prices-table .coin-image {
  width: 48px;
  height: 48px;
}

.digital-coin > div {
  display: flex;
  align-items: center;
}
.digital-coin .coin-name {
  padding: 0 10px;
}

.daily-changes > div {
  display: flex;
  align-items: center;
}
.daily-changes svg {
  margin: 0 5px;
}

@media only screen and (max-width: 960px) {
  .currency-inputs-container {
    flex-direction: column;
  }
  .currency-convertor .currency-list-box {
    max-width: 100%;
    min-width: unset;
    width: 100%;
  }
}

@media only screen and (max-width: 860px) {
  .tether-cprices-container {
    flex-direction: column;
  }
}

@media only screen and (max-width: 700px) {
  table {
    border: 0;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border: 2px solid #ddd;
    display: block;
    margin-bottom: 16px;
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    text-align: right;
  }
}
table td::before {
  color: #2e5aa9;
  float: left;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
}

table td.digital-coin::before {
  content: "digital coin";
}
table td.sell-price::before {
  content: "sell price";
}
table td.buy-price::before {
  content: "buy price";
}
table td.daily-changes::before {
  content: "daily changes";
}

table td:last-child {
  border-bottom: 0;
}

/*kiani*/
@media (max-width: 1024px) {
  .live-prices-table tbody {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .live-prices-table tbody {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
.live-prices-table tbody {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 24px;
}
.live-prices-table td {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
}
.live-prices-table tbody > tr {
  background: #f0f1f2 !important;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-radius: 4px;
  padding: 24px;
  font-size: 16px;
}
.live-prices-table :is(.coin-title,.coin-name) {
    font-weight: 600;
    color: #090909;
}
.live-prices-table :is(.aed-price,.usdt-price) .currency-name {
    color: #687782;
    font-size: 14px;
}
