.bid {
  background: #2b9f29;
  color: #fff;
  padding: 7px;
  font-size: 22px;
  border-radius: 5px;
  font-weight: 500;
}
.ask {
  background: #dc3545;
  color: #fff;
  padding: 7px;
  font-size: 22px;
  border-radius: 5px;
  font-weight: 500;
}
.bid_value {
  color: #ffffffe0;
  padding: 10px 0;
}
#bid {
  font-size: 18px;
  color: #ffffffe0;
}
#ask {
  font-size: 18px;
  color: #ffffffe0;
}
.detail {
  padding: 5px;
}
.btn_symbol {
  margin: 5px 2px;
}

.indices-menu {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.btn-primary-def {
  background: #ffb229;
  border: 0;
  padding: 5px 18px;
  width: 106px;
}
.btn-outline-primary-def {
  border: 1px solid #ccc;
  color: #000000a3;
  background: white;
  padding: 5px 18px;
  width: 106px;
}
.btn-primary-def {
  --bs-btn-active-color: #000000a3;
  --bs-btn-active-bg: #ffb229;
  --bs-btn-active-border-color: #ffb229;
  color: #000000a3;
}
.btn:active,
.btn:hover {
  background: #ffb229;
}
.ticker-container {
  background: #005a63;
  display: flex;
  flex-direction: column;
}
.ticker-container .result {
  border-radius: 20px;
}
.ticker-container .result .detail {
  border: 1px solid #ccc;
  text-align: center;
  padding: 15px 10px;
  border-radius: 10px;
}
.details {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  flex-direction: row;
  font-size: 14px;
  color: #ffffff8f;
  border: 1px solid #ffffff42;
  text-align: left;
  padding: 15px;
  border-radius: 20px;
  margin-top: 10px;
  justify-content: space-around;
}
@media (max-width: 991px) {
  .head {
    background: #0d30339e;
    border-radius: 5px;
    padding: 4px 5px;
    color: white;
    text-align: center;
    font-size: 14px;
  }
  .section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 5px 20px;
    border-radius: 10px;
    gap: 4px;
    flex-grow: 1;
  }
  .ticker-container .result {
    margin: 35px 0;
  }
  .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
  }
}
@media (min-width: 992px) {
  .head {
    background: #0d30339e;
    border-radius: 5px;
    color: white;
    text-align: center;
    flex-basis: 215px;
    flex-grow: 1;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
  }
  .section {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 5px 20px;
    border-radius: 10px;
    gap: 15px;
    flex-grow: 1;
    align-items: center;
    align-content: center;
  }
  .ticker-container .result {
    display: flex;
    margin-top: 36px;
    align-content: center;
    align-items: center;
    gap: 30px;
    justify-content: center;
  }
  .items {
    display: flex;
    flex-grow: 1;
  }
  .btn-outline-primary-def {
    flex-grow: 1;
  }
  .btn-primary-def {
    flex-grow: 1;
  }
  .indices-menu {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
  }
  .details {
    flex-grow: 1;
    display: flex;
    flex-basis: 304px;
    align-items: center;
    justify-content: center;
  }
  .details {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    flex-direction: row;
    font-size: 14px;
    color: #ffffff8f;
    border: 1px solid #ffffff42;
    text-align: left;
    padding: 15px;
    border-radius: 20px;
    margin-top: 10px;
    justify-content: space-around;
    flex-grow: 0;
    flex-basis: 288px;
  }
}
.f1 {
  color: white;
  font-size: 22px;
  margin-bottom: 20px;
}
.f3 {
  color: rgb(255 255 255 / 78%);
}
.f2 {
  color: #ffffffe0;
  margin: 5px 0;
}
#description {
  font-size: 1rem;
  font-weight: normal;
}
