  .select2-container--default .select2-selection--single {
    height: 38px;
    border: 1px solid #DFE5EF; /* Match Bootstrap border color */
   
  }
  
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}


    #loading {
      display: none; /* Hidden by default */
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 9999;
    }
    td.text-end {
      white-space: nowrap; /* Keeps the buttons on one line */
    }
    
    
/* Styling for the order status badges */
.order-status {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 14px;
    text-align: center;
    color: white;
}

.badge-pending {
    background-color: #ff9800; /* Orange for pending */
}

.badge-processed {
    background-color: #4caf50; /* Green for processed */
}

.badge-rejected {
    background-color: #f44336; /* Red for rejected */
}
