.price-containner {
  background-color: #ffffff;
  /*margin: 10px;*/
  margin-top: 8px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 10px;
  border-radius: 1px;
  position: static;
}
.card-body {
  padding: 0;
  /*margin-top: 8px;
  margin-bottom: 8px;*/
}
.card-container {
  margin-top: 8px;
  margin-bottom: 8px;
}
.coinsel {
  /*background-color: #f0f0ff;*/
  margin-left: 8px;
  margin-right: 8px;
  min-height: 48px;
  /*border-radius: 8px;*/
  position: relative;
}
.avatar {
  border-radius: 50%;
  /*background-color: #797169;*/
  height: 36px;
  width: 36px;
  overflow: hidden;
  position: absolute;
}
.lud {
  color: #acacac;
  font-weight: bold;
  font-size: 12px;
}
.bn {
  color: #d4a200;
  font-weight: bold;
}
.bk {
  color: #00a43c;
  font-weight: bold;
}
.pm {
  color: #407df6;
  font-weight: normal;
}
.pm2 {
  color: #1d51b9;
  font-weight: normal;
}
.ia {
  align-items: left;
  font-weight: normal;
}
.ib {
  /*text-align:right;*/
  position: absolute;
  right: 24px;
}
.percent {
  margin-right: 16px;
  font-size: 30px;
  font-weight: bold;
  float: right;
}
.symbol {
  margin-left: 40px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
}
.selected {
  background-color: #f3f7fc;
  border: #79b6ff solid 2px;
}

.withdraw {
  text-decoration: underline;
}

.fee-card {
  margin-left: 16px;
  margin-right: 16px;
}
.fee-container {
  overflow-y: auto;
}
p {
  color: black;
}

.p-b {
  font-weight: bold;
}
.p-h {
  font-size: 24px;
}

.text-black {
  color: black;
}
.text-green {
  color: #00a43c;
}
.text-yellow {
  color: #d4a200;
}
.des {
  font-size: 14px;
}
.sqrd {
  padding: 0 0 0 8px;
  border-radius: 4px;
  background-color: #e5f3ff;
}
.toggle-btn {
  padding: 0.5rem;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
}
.spinner-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  cursor: pointer;
}

.spinner-line {
  flex-grow: 1;
  border: none;
  border-top: 1px solid rgb(160, 160, 160);
  margin: 0 10px;
}

.spinner-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid rgb(160, 160, 160);
  display: flex;
  justify-content: center;
  align-items: center;
}

.fa-chevron-up {
  transform: rotate(-90deg);
}

.cs {
  cursor: pointer;
}
