.bill_btn{
    background-color: #f57600;
    color: #000;
    font-weight: 600 !important;
}

.btn_restore:hover{
    background-color: #fff !important;
}
.btn_restore a:hover{
    color:#0d6efd !important ;
}



  /* -----yogiraj-css */
      .invoice-container {
      max-width: 700px;
      margin: auto;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 30px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .invoice-header {
      text-align: center;
      margin-bottom: 20px;
    }
    .invoice-header h1 {
      font-size: 36px;
      font-weight: bold;
      margin: 0;
    }
    .invoice-header .brand-name {
      font-size: 20px;
      font-weight: bold;
      color: #333;
    }
    .divider {
      height: 1px;
      background-color: #ddd;
      margin: 20px 0;
    }
    .invoice-info {
      margin-bottom: 20px;
    }
    .table thead th {
      background-color: #f7f7f7;
      font-weight: bold;
    }
    .table tbody tr:nth-child(even) {
      background-color: #f9f9f9;
    }
    .totals-row {
      font-weight: bold;
    }
    .terms {
      font-size: 12px;
      color: #555;
      margin-top: 20px;
    }
    .signature {
      text-align: right;
      margin-top: 40px;
    }
    .signature-line {
      margin-top: 30px;
      text-align: center;
    }
    
     /*estimate  form css*/
    #my_estimate1   {
    color:red !important;
    }
    
   