/*anjali 01-12-2022 */

.pst-boxes span {
    font-size: 16px;
    font-weight: 450;
    margin: 0 0 5px;
    display: inline-block;
  }
  
  .pst-boxes h5 {
    font-size: 24px;
    font-weight: 600;
  }
  
  .pst-boxes .col {
    margin-bottom:20px;
    padding: 0;
  }
  
  .pst-boxes .col .cmn-box {
    background: #fff;
    box-shadow: 0 0px 16px rgb(149 93 255 / 40%);
    text-align: center;
    margin: 0 1.5%;
    padding: 25px 15px 15px 15px;
    border-radius: 4px;
    column-gap: 30%;
    gap: 10px 20px;
  }
  
  .pst-boxes .row {
    margin-top: 8px;
  }
  
  .box1 {
    width: 147px;
  }
  
  .cmn-box2 {
    min-height: 160px;
  }
  
  .orderid-select .tax-type {
    padding-left: 2.5%;
  }
  
  .orderid-select2 .cust-name {
    font-weight: 500;
    background-color: rgb(211, 184, 251);
  }
  
  .orderid-select2 .cust-name2 {
    font-weight: 500;
    background-color: rgb(163, 227, 255);
  }
  
  .orderid-select2 p {
    margin: 0px;
    padding-bottom: 0px;
  }
  
  /*end anjali 01-12-2022 */
  