.number {
    width: 100px;
    display: flex;
    align-items: center;
    position: relative;
}
.minus {
    position: absolute;
    left: 0;
    transform: translateY(80%);
    top: 5px;
    border: 1px solid;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.PlusminusResult {
  
    width: 100% !important;
    padding: 0.7rem 0.9rem;
    text-align: center;
    font-size: 1.4rem;
    color: #212529 !important;
    font-weight: bold;
    border: none!important;
     border-radius: 2rem !important;
}

.plus {
    border: 1px solid;
    border-radius: 50%;
    width: 20px;
    position: absolute;
    right: 0;
    transform: translateY(80%);
    top: 5px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;

}

    
.plusNotes{
     
    position: absolute;
    right: -30px;
    transform: translateY(80%);
    top: 9px;
    height: 20px;
  
}