/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./src/app/Customer/PayBill/paybill.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
.bill-container {
    background-color: #fff;
    border: 4px solid #1f53cd;
    padding: 20px;
    width: 800px; /* Adjust width as needed */
    font-family: sans-serif;
    margin-top: 10px;
    
  }
  
  .bill-header {
    display: grid;
    justify-content: center;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .municipal-council,
  .form,
  .bill-title,
  .financial-year {
    font-size: 18px;
    font-weight: bold;
  }
  
  .bill-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .estate-details,
  .bill-details,
  .assessment-details,
  .owner-details,
  .tax-details,
  .notes {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    color: #1f53cd;
  }
  
  .tax-details-title,
  .assessment-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .tax-table {
    width: 100%;
    border-collapse: collapse;
  }
  
  .tax-table th,
  .tax-table td {
    padding: 5px;
    border: 1px solid #ddd;
    text-align: left;
  }
  
  .notes {
    font-size: 12px;
  }
  
  .note {
    margin-bottom: 5px;
  }
  
  .innerheader{
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-weight: bolder;
  }

  @media screen and (max-width:  768px) {
    .container{
      display: block !important;
    }
    .cardbody{
      display: grid !important;
    }
  }
