.status-badge {
    padding: 0.4em 0.6em;
    border-radius: 0.25rem;
    font-weight: 500;
    color: white;
    margin-left: 20px;
  }
  
  .status-to-discuss {
    background-color: #6c757d; /* gray */
  }
  
  .status-in-progress {
    background-color: #007bff; /* blue */
  }
  
  .status-terminated {
    background-color: #28a745; /* green */
  }
  
  .status-cancelled {
    background-color: #dc3545; /* red */
  }
  
  .status-archived {
    background-color: #343a40; /* dark gray */
  }
  
  
  .form-control.is-warning {
    border-color: #ffc107;
  }
  
  .form-add-cost-details {
    padding-bottom: 5px;
  }
  
  .add_node_btn_frm_field,
  .remove_node_btn_frm_field {
    font-size: 8px;
  }
  
  .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
  }
  
  .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    overflow: hidden;
    opacity: 0;
  }
  
  .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;

  }
  
  .form_field_outer{
    padding-top: 15px;
  }
  
  .file-link{
    font-size: 10px;
  }
  
  .float-sm-right{
    float: right !important;
  }
  
  .phonenumber_adhoc{
    font-size: smaller;
    font-style: italic;
  }
  
  .cost_creator{
    font-size: xx-small;
  }
  
  .cost_date{
    font-size: smaller;
  }
  
  .version_number {
    font-size: xx-small;
  }

button:disabled {
  background-color: #ccc !important;
  cursor: not-allowed !important;
  opacity: 0.7;
}

