.height-pricing{
    height: 200px;
}

#itemsTable td{
    padding: 0%;
}

#itemsTable .form-control{
    border:none;
}
#itemsTable .btn{
    border:none;
}
.col-form-label {
    padding-right: 0;
}
.down-space{
    padding-bottom: 10px;
}

.item-account{
    width: 29%;
}

.item-price {
    width:11%;
}

.item-actions-container{
    position: relative;
}

.item-actions {
    position: absolute;
    right: -30px;
    top: -30px;
}
.pricing-section{
    background-color:#f0f3f5;
    padding:15px;
    border-radius: 0.25rem;
}
.pricing-label {
    width: 38% !important ;
}
.pricing-select {
    width: 45% !important ;
}
.pricing-value {
    width: 10% !important ;
}
.pricing-table td{
    padding: 0.5rem;
}

.item-table-row-class{
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 20rem;
    margin-bottom: -20rem;
}

  .modal-height {
    
    height:550px !important;
    overflow-y: auto;
  }