.currency_Sign{
    /* border: 1px solid #ccc; */
    padding: 12px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #32506d;
    background:#fbf1e0;
}
/* Add these styles to your CSS file if necessary */
.d-flex {
    display: flex;
    align-items: center;
  }
  
  .text-dark {
    color: #000;
  }
  
  .text-bold {
    font-weight: bold;
  }
  
  .fs-5 {
    font-size: 1.25rem;
  }
  
  .currency_Sign {
    font-size: 2rem;
  }
  
  .m-0 {
    margin: 0;
  }
  
  .pb-0 {
    padding-bottom: 0;
  }
  