.ns365-billing-toolbar{
  max-width:1100px;
  margin:15px auto;
  display:flex;
  gap:10px;
  justify-content:flex-end;
}
.ns365-billing-toolbar button{
  background:#073b8f;
  color:#fff;
  border:0;
  padding:10px 16px;
  border-radius:8px;
  font-weight:700;
  cursor:pointer;
}

.ns365-invoice-a4{
  width:1100px;
  max-width:100%;
  margin:20px auto;
  background:#fff;
  color:#000;
  border:2px solid #073b8f;
  border-radius:6px;
  padding:22px;
  font-family:Arial, sans-serif;
  box-sizing:border-box;
  overflow:hidden;
}

.ns365-top{
  display:grid;
  grid-template-columns:260px 1fr 130px;
  gap:20px;
  align-items:start;
  margin-bottom:25px;
}
.ns365-am-logo{
  font-size:58px;
  font-weight:900;
  color:#073b8f;
  line-height:1;
}
.ns365-logo-block h3{
  color:#073b8f;
  margin:6px 0 0;
  font-size:23px;
  text-transform:uppercase;
}
.ns365-logo-block p{
  margin:4px 0;
  font-size:14px;
}
.ns365-title-block{text-align:center;}
.ns365-title-block h1{
  background:#073b8f;
  color:#fff;
  padding:12px 35px;
  border-radius:12px;
  display:inline-block;
  font-size:46px;
  letter-spacing:2px;
  margin:8px 0 25px;
}
.ns365-bill-meta{
  display:flex;
  justify-content:center;
  gap:35px;
  font-size:20px;
}
.ns365-bill-meta b{color:red;}

.ns365-qr{text-align:center;}
.ns365-qr img{
  width:95px;
  height:95px;
  border:2px solid #073b8f;
  border-radius:8px;
  padding:6px;
  object-fit:contain;
  background:#fff;
  box-sizing:border-box;
}
.ns365-qr p{
  margin-top:8px;
  font-size:16px;
}

.ns365-party-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-bottom:25px;
}
.ns365-party-card{
  border:2px solid #073b8f;
  border-radius:12px;
  padding:28px 24px 20px;
  position:relative;
  min-height:220px;
}
.ns365-party-card h4{
  position:absolute;
  top:-20px;
  left:22px;
  background:#073b8f;
  color:#fff;
  padding:8px 35px;
  border-radius:8px;
  margin:0;
  font-size:19px;
}
.ns365-party-card h2{
  color:red;
  font-size:26px;
  margin:15px 0 10px;
}
.ns365-party-card p{
  font-size:18px;
  line-height:1.7;
  margin:8px 0;
}
.ns365-party-card input{
  border:0;
  border-bottom:2px dotted #333;
  font-size:17px;
  width:58%;
  outline:none;
}

.ns365-bill-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  border:2px solid #073b8f;
  border-radius:8px;
  overflow:hidden;
  margin-bottom:18px;
}
.ns365-bill-table th{
  background:#073b8f;
  color:#fff;
  padding:13px 8px;
  font-size:17px;
  border-right:1px solid #8fb3e8;
  text-align:center;
}
.ns365-bill-table td{
  padding:10px 8px;
  font-size:17px;
  border-right:1px solid #b8cbe8;
  border-bottom:1px solid #b8cbe8;
  text-align:center;
}
.ns365-bill-table td:nth-child(2){text-align:left;}
.ns365-bill-table input{
  width:100%;
  border:0;
  background:transparent;
  font-size:17px;
  outline:none;
}
.ns365-bill-table .net_rate,
.ns365-bill-table .row_total{font-weight:900;}
.remove_row{
  background:red;
  color:#fff;
  border:0;
  border-radius:50%;
  width:24px;
  height:24px;
  cursor:pointer;
}

.ns365-bottom-row{
  display:grid;
  grid-template-columns:1.2fr .95fr;
  gap:18px;
  margin-top:18px;
}
.ns365-words-box{
  border:1.8px solid #073b8f;
  border-radius:10px;
  padding:22px 25px;
  min-height:230px;
}
.ns365-words-box h4{
  color:#073b8f;
  font-size:20px;
  margin:0 0 12px;
}
.ns365-words-box p{font-size:17px;}
.ns365-words-box ul{
  padding-left:22px;
  font-size:16px;
  line-height:1.8;
}

.ns365-total-box{
  border:1.8px solid #073b8f;
  border-radius:10px;
  overflow:hidden;
  font-size:19px;
}
.ns365-total-box div{
  display:flex;
  justify-content:space-between;
  padding:10px 18px;
  border-bottom:1px solid #b8cbe8;
}
.ns365-total-box .red{
  background:#f00;
  color:#fff;
  font-weight:900;
}
.ns365-total-box .grand{
  color:#073b8f;
  font-size:23px;
  font-weight:900;
  border-top:2px dashed #8fb3e8;
}
.ns365-total-box .grand b{color:red;}
.ns365-total-box .blue{
  background:#073b8f;
  color:#fff;
  font-size:23px;
  font-weight:900;
}

.ns365-sign{
  text-align:center;
  margin:25px 0 10px;
  color:#073b8f;
  font-size:20px;
  font-weight:700;
}
.sign-line{
  width:330px;
  height:45px;
  border:2px solid #073b8f;
  margin:12px auto 4px;
  border-radius:6px;
}
.ns365-sign span{
  font-size:14px;
  color:#111;
}
.ns365-powered{
  text-align:center;
  margin-top:15px;
  color:#111;
  font-size:14px;
}
.ns365-powered b{
  color:#e00;
  font-size:21px;
}

@media(max-width:768px){
  body{overflow-x:auto;}
  .ns365-invoice-a4{
    width:1100px;
    max-width:none;
    margin:10px 0;
    transform:scale(.72);
    transform-origin:top left;
  }
  .ns365-billing-toolbar{
    justify-content:flex-start;
    overflow-x:auto;
  }
}

@media print{
  body *{visibility:hidden !important;}
  #ns365_invoice_area,
  #ns365_invoice_area *{visibility:visible !important;}
  #ns365_invoice_area{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    margin:0;
    border:none;
  }
  .no-print,
  .ns365-billing-toolbar{display:none !important;}
  @page{
    size:A4;
    margin:8mm;
  }
}