.prodatatable-responsive{width:100%;overflow-x:auto;}
.prodatatable-responsive table{min-width:600px;}

.invisible { visibility: hidden; }
.datatable-loader { text-align: center; font-weight: 600; padding: 50px; color: #444; }
.datatable-loader:before {
  content:""; display:inline-block; width:30px; height:30px;
  border:3px solid #ccc; border-top-color:#333; border-radius:50%;
  animation:spin .8s linear infinite; margin-right:10px; vertical-align:middle;
}
@keyframes spin { to { transform: rotate(360deg); } }

.rfq-modal { display:none; position:fixed; z-index:9999; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.5); }
.rfq-modal-content { background:#fff; margin:10% auto; padding:20px; width:90%; max-width:800px; border-radius:10px; position:relative; }
.rfq-close { position:absolute; top:10px; right:20px; font-size:24px; cursor:pointer; }

.btn-add-to-rfq { background:#fff; color:#0073aa; cursor:pointer; text-decoration:underline; margin:0!important; border:1px solid #e47b02; }

.order-status{ display:inline-block; padding:2px 8px; border-radius:12px; font-weight:600; font-size:12px; color:#fff; line-height:1.6; }
.order-status.status--blue{background:#3b82f6;}
.order-status.status--orange{background:#f59e0b;}
.order-status.status--navy{background:#1f2a44;}
.order-status.status--green{background:#10b981;}
.order-status.status--red{background:#ef4444;}
.order-status.status--grey{background:#6b7280;}
.order-status.status--default{background:#9ca3af;}
