@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "AlviLahoriNastaleeq";
  src: url("AlviLahoriNastaleeq.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
.login-form .container-login {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-form .container-login #add-dealer {
  padding: 25px;
  background: #fff;
  max-width: 800px;
  width: 100%;
  border-radius: 7px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}
.login-form .container-login #add-dealer h2 {
  font-size: 27px;
  text-align: center;
  margin: 0 0 30px;
}
.login-form .container-login #add-dealer .form-group {
  margin-bottom: 15px;
  position: relative;
}
.login-form .container-login #add-dealer label {
  display: block;
  font-size: 20px;
  margin-bottom: 7px;
  font-weight: 700;
  font-weight: normal;
  font-style: normal;
}
.login-form .container-login #add-dealer input,
.login-form .container-login #add-dealer select {
  height: 45px;
  padding: 10px;
  width: 100%;
  font-size: 15px;
  outline: none;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #bfbfbf;
}
.login-form .container-login #add-dealer input:focus,
.login-form .container-login #add-dealer select:focus {
  border-color: #9a9a9a;
}
.login-form .container-login #add-dealer input.error,
.login-form .container-login #add-dealer select.error {
  border-color: #f91919;
  background: #f9f0f1;
}
.login-form .container-login #add-dealer .adda-select {
  padding: 2px 10px 2px 10px !important;
}
.login-form .container-login #add-dealer small {
  font-size: 14px;
  margin-top: 5px;
  display: block;
  color: #f91919;
}
.login-form .container-login #add-dealer .add-btn {
  color: #fff;
  border: none;
  height: auto;
  font-size: 16px;
  padding: 13px 0;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  background: #1BB295;
  transition: 0.2s ease;
}
.login-form .container-login #add-dealer .add-btn:hover {
  background: #179b81;
}

.container {
  padding: 20px;
  background-color: #f9f9f9;
}
.container h2 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #444;
  font-weight: 600;
}
.container table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}
.container table thead {
  background-color: #f3f3f3;
}
.container table thead th {
  padding: 12px 15px;
  font-size: 14px;
  color: #333;
  text-align: left;
  border: 1px solid #ddd;
}
.container table tbody tr {
  border: 1px solid #f3f3f3;
}
.container table tbody tr:nth-child(even) {
  background-color: #f3f3f3;
}
.container table tbody tr td {
  padding: 12px 15px;
  font-size: 14px;
  color: #333;
  border: 1px solid #ddd;
  text-align: left;
}

.edit-login-form .container-login {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.edit-login-form .container-login #edit-party {
  padding: 25px;
  background: #fff;
  max-width: 800px;
  width: 100%;
  border-radius: 7px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}
.edit-login-form .container-login #edit-party h2 {
  font-size: 27px;
  text-align: center;
  margin: 0 0 30px;
}
.edit-login-form .container-login #edit-party .form-group {
  margin-bottom: 15px;
  position: relative;
}
.edit-login-form .container-login #edit-party label {
  display: block;
  font-size: 20px;
  margin-bottom: 7px;
  font-weight: 700;
  font-weight: normal;
  font-style: normal;
}
.edit-login-form .container-login #edit-party input,
.edit-login-form .container-login #edit-party select {
  height: 45px;
  padding: 10px;
  width: 100%;
  font-size: 18px;
  outline: none;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #bfbfbf;
  line-height: 2.5;
}
.edit-login-form .container-login #edit-party input:focus,
.edit-login-form .container-login #edit-party select:focus {
  border-color: #9a9a9a;
}
.edit-login-form .container-login #edit-party input.error,
.edit-login-form .container-login #edit-party select.error {
  border-color: #f91919;
  background: #f9f0f1;
}
.edit-login-form .container-login #edit-party .balance-type {
  padding: 1px 10px 1px 10px;
}
.edit-login-form .container-login #edit-party .adda-select {
  padding: 2px 10px 2px 10px !important;
}
.edit-login-form .container-login #edit-party small {
  font-size: 14px;
  margin-top: 5px;
  display: block;
  color: #f91919;
}
.edit-login-form .container-login #edit-party .update-btn {
  margin-top: 30px;
}
.edit-login-form .container-login #edit-party .update-btn input {
  color: #fff;
  border: none;
  height: auto;
  font-size: 16px;
  padding: 13px 0;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  background: #1BB295;
  transition: 0.2s ease;
}
.edit-login-form .container-login #edit-party .update-btn input:hover {
  background: #179b81;
}

.check {
  background-color: aqua;
  width: 50%;
  height: 50%;
}

.preview-builty {
  width: 60%;
  font-family: "Arial", sans-serif;
  padding: 20px 15px;
  color: #000;
  margin: auto;
  background-color: #fff;
}
.preview-builty .slip-header {
  padding: 5px;
  width: 100%;
}
.preview-builty .slip-header h1 {
  color: #b36058;
  text-align: right;
  margin-bottom: 15px;
  font-size: 80px;
  font-family: "Titr";
  font-weight: bold;
  font-style: normal;
  -webkit-text-stroke: 1px white; /* Adds white border */
  /* Optional inner shadow for more depth */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.preview-builty .invoice-info {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 15px;
}
.preview-builty .invoice-info .info-section {
  width: 48%;
}
.preview-builty .invoice-info .info-section .bilty-date, .preview-builty .invoice-info .info-section .bilty-no {
  font-size: 20px;
  font-weight: 600;
}
.preview-builty .invoice-info .info-section .dealer-name {
  font-size: 24px;
  font-weight: 600;
}
.preview-builty .invoice-info .info-section .dealer-address {
  font-size: 26px;
  font-weight: 600;
}
.preview-builty .invoice-info .info-section .bilty-date, .preview-builty .invoice-info .info-section .dealer-name {
  margin-bottom: 40px;
}
.preview-builty .invoice-info .info-section p {
  margin: 5px 0;
  font-size: 16px;
}
.preview-builty .invoice-info .info-section:last-child {
  text-align: right;
}
.preview-builty .date-bilty {
  margin-bottom: 100px;
}
.preview-builty table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.preview-builty table th, .preview-builty table td {
  border: 1px solid #000;
  padding: 10px;
  font-size: 15px;
}
.preview-builty table td {
  background-color: #fff;
}
.preview-builty table th {
  background-color: #fff;
}
.preview-builty table .total-qty {
  float: right;
  margin-right: 300px;
}
.preview-builty .dealer-adda {
  margin-top: 20px;
  font-size: 30px;
  text-align: center;
}
.preview-builty .print-btn {
  margin-top: 30px;
  text-align: center;
}
.preview-builty .print-btn button {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #1BB295;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}
.preview-builty .print-btn button:hover {
  background-color: #159e83;
}

/* Tablet view */
@media screen and (max-width: 992px) {
  .preview-builty {
    width: 90%; /* wider for tablet */
    padding: 15px 10px;
  }
  .invoice-info .info-section {
    width: 100% !important;
  }
  .invoice-info .dealer-name,
  .invoice-info .dealer-address {
    font-size: 14px !important;
  }
}
/* Mobile view */
@media screen and (max-width: 576px) {
  .preview-builty {
    width: 100%; /* full width */
    padding: 10px 8px;
  }
  table th,
  table td {
    font-size: 12px !important; /* smaller text */
    padding: 5px;
    word-wrap: break-word; /* wrap long text */
  }
  .invoice-info .bilty-date,
  .invoice-info .bilty-no {
    font-size: 14px !important;
    margin-bottom: 10px;
  }
  .invoice-info .dealer-name {
    font-size: 14px !important;
  }
  .invoice-info .dealer-address {
    font-size: 14px !important;
  }
  .dealer-adda {
    font-size: 18px !important;
  }
  .print-btn button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .total-qty {
    text-align: center !important;
    margin-right: 100px !important;
  }
}
body {
  margin: 0;
  padding: 0;
  display: flex;
  font-family: "Poppins", sans-serif;
  background-color: #f8f9fa;
}

.sidebar {
  width: 220px;
  background-color: #212529;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 60px;
  overflow-y: auto;
}
.sidebar a {
  display: block;
  padding: 12px 20px;
  color: #ccc;
  text-decoration: none;
  transition: all 0.2s;
}
.sidebar a:hover {
  background-color: #0d6efd;
  color: #fff;
}
.sidebar a.active {
  background-color: #0d6efd;
  color: #fff;
}
.sidebar a i {
  margin-right: 8px;
}
.sidebar .close-btn {
  display: none;
  font-size: 24px;
  color: #fff;
  padding: 15px 20px;
  cursor: pointer;
  text-align: right;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background-color: #212529;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 1000;
}
.topbar .navbar-brand {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
.topbar .logout-link {
  color: #fff;
  text-decoration: none;
}
.topbar .logout-link:hover {
  text-decoration: underline;
}

.main-content {
  margin-left: 220px;
  padding: 80px 20px 20px;
  width: calc(100% - 220px);
}
.main-content.no-padding {
  padding: 0;
}

body.not-logged-in .sidebar {
  display: none !important;
}
body.not-logged-in .main-content {
  margin-left: 0 !important;
  width: 100% !important;
}

@media (max-width: 768px) {
  .sidebar {
    transform: translateX(-100%);
    z-index: 1100;
    padding-top: 0px;
    transition: transform 0.3s ease-in-out;
  }
  .sidebar .close-btn {
    display: block;
  }
  .sidebar.active {
    transform: translateX(0);
  }
  .main-content {
    margin-left: 0;
    width: 100%;
    padding: 80px 15px 20px;
  }
  .topbar .menu-toggle {
    display: block;
    cursor: pointer;
    font-size: 22px;
    margin-right: 15px;
  }
  .welcome-text {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .topbar .menu-toggle {
    display: none;
  }
}
body {
  font-family: "Poppins", sans-serif !important;
}

.login-form .container-login100 {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.login-form .wrap-login100 {
  width: 100%;
  max-width: 400px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 50px 40px;
}
.login-form .login100-form .login100-form-title {
  display: block;
  font-size: 30px;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}
.login-form .login100-form .wrap-input100 {
  position: relative;
  margin-bottom: 25px;
}
.login-form .login100-form .wrap-input100 .input100 {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #f7f7f7;
}
.login-form .login100-form .wrap-input100 .input100:focus {
  outline: #D0B02A auto;
  background-color: white;
}
.login-form .login100-form .wrap-input100 .focus-input100 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease;
}
.login-form .login100-form .wrap-input100.validate-input:focus-within .focus-input100 {
  visibility: visible;
  transform: scaleX(1);
}
.login-form .login100-form .container-login100-form-btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.login-form .login100-form .container-login100-form-btn .login100-form-btn {
  width: 100%;
  padding: 15px;
  background-color: #343A40;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.login-form .login100-form .container-login100-form-btn .login100-form-btn:hover {
  background-color: #D0B02A;
}

.password-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.password-wrapper .input100 {
  width: 100%;
  padding-right: 40px; /* Add space for the toggle button */
}

.password-toggle {
  position: absolute;
  top: 58%;
  right: 10; /* Position from the right */
  background: transparent !important;
  border: none;
  cursor: pointer;
}

.password-toggle i {
  font-size: 16px;
  color: #888; /* Adjust color as needed */
}

h4 {
  text-align: center;
}

.pump-code-badge {
  display: inline-block;
  background-color: #000;
  color: #fff;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
}

.fw-bold span {
  font-weight: 600;
  font-size: 14px;
}

.highlight-pump {
  border: 2px solid #0d6efd !important;
  background-color: #e7f1ff;
}

.form-wrapper {
  width: 50%;
  margin: auto;
}

.pump-table-row {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 6px;
}
.pump-table-row .form-label, .pump-table-row .form-control {
  font-size: 14px;
}
.pump-table-row .pump-code-badge {
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 8px;
}

@font-face {
  font-family: "MyUrduFont";
  src: url("../assets/fonts/UL Sajid Heading Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.urdu-text {
  font-family: "MyUrduFont", sans-serif !important;
  font-size: 20px;
  direction: rtl;
}

.urdu {
  font-family: "Noto Nastaliq Urdu", serif;
}

#date {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px;
  font-size: 16px;
  width: 100%;
  background-color: #fff;
  transition: border-color 0.3s ease;
}
#date:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.status {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}
.status.pending {
  background-color: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
}
.status.cleared {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.center-cell {
  text-align: center !important;
  vertical-align: middle !important;
}

.size {
  font-size: 18px !important;
}

.submit-btn {
  padding: 7px 20px;
  border: none;
  background-color: #009241;
  color: #fff;
  border-radius: 4px;
}

.select-item {
  padding: 5px 10px !important;
}

.dealer-select {
  width: 100%;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 4px 10px; /* increase padding for better visibility */
  font-size: 18px; /* adjust font size */
  line-height: 2; /* fix hidden clipping */
  font-family: "Noto Nastaliq Urdu", "Jameel Noori Nastaleeq", "Arial", sans-serif; /* Urdu-friendly font */
}

.party-address {
  width: 100%;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 8px;
  line-height: 0.3;
}

.select-bg-color {
  background-color: #D0E386 !important;
}

.input-bg-color {
  background-color: #E5EEB5 !important;
}

.highligh-color-fields {
  background: #f7f7f7 !important;
  border: 1px solid #000 !important;
}

select {
  max-width: 100%;
}

@media (max-width: 768px) {
  .form-wrapper {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .form-wrapper {
    width: 100%;
  }
}
.invoice-box {
  max-width: 900px;
  margin: auto;
  padding: 30px;
  font-family: "Arial", sans-serif;
  color: #555;
  background: #fff;
  border: 1px solid #eee;
}
.invoice-box h2 {
  color: #2c3e50;
  font-weight: bold;
  font-size: 28px;
}
.invoice-box .company-info {
  font-weight: bold;
  color: #333;
}
.invoice-box table {
  width: 100%;
  line-height: inherit;
  text-align: left;
  border-collapse: collapse;
  margin-top: 20px;
}
.invoice-box table th, .invoice-box table td {
  padding: 8px;
  vertical-align: top;
  border: 1px solid #ddd;
}
.invoice-box table th {
  background-color: #f5f5f5;
  font-weight: bold;
}
.invoice-box table .total-row th, .invoice-box table .total-row td {
  border-top: 2px solid #333;
  font-weight: bold;
  background: #f0f8ff;
}
.invoice-box table tfoot tr td, .invoice-box table tfoot tr th {
  text-align: right;
}
.invoice-box .thank-you {
  text-align: center;
  margin-top: 30px;
  font-style: italic;
  font-size: 14px;
}

.print-btn {
  display: block;
  margin: 30px auto 0;
  padding: 10px 25px;
  color: white;
  font-size: 16px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

#slip {
  width: 60%;
  margin: auto;
  padding: 20px 15px;
  background-color: #fff;
}
#slip .slip-header {
  padding: 5px;
  position: relative;
  width: 100%;
  min-height: 25%;
  background: linear-gradient(to bottom, #4a4a4a, #6e8f4a 70%, rgba(255, 255, 255, 0) 100%);
}
#slip .slip-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  aspect-ratio: 4/1;
  background: rgba(255, 255, 255, 0.1);
  filter: blur(40px);
  pointer-events: none;
}
#slip .slip-header h1 {
  color: #b36058;
  text-align: right;
  margin-bottom: 15px;
  font-size: 80px;
  font-family: "Titr";
  font-weight: bold;
  font-style: normal;
  -webkit-text-stroke: 1px white; /* Adds white border */
  /* Optional inner shadow for more depth */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#slip table thead tr .center {
  text-align: center;
}
#slip table tbody tr td .sr {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  color: #fff;
  background-color: red;
  border-radius: 50%;
  text-align: center;
  flex-shrink: 0;
}
#slip .developer-info {
  text-align: center;
  padding: 10px;
  font-size: 12px;
}

.print-btn {
  margin-top: 30px;
  text-align: center;
}
.print-btn button {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #1BB295;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}
.print-btn button:hover {
  background-color: #159e83;
}

/* Responsive adjustments */
@media (max-width: 992px) { /* Tablets */
  #slip {
    width: 90% !important;
    padding: 15px 10px;
  }
  table td {
    font-size: 13px;
    padding: 5px;
  }
}
@media (max-width: 576px) { /* Mobiles */
  #slip {
    width: 100% !important;
    padding: 10px 5px;
  }
  h2 {
    font-size: 18px;
  }
  .header-info {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  table thead tr td {
    font-size: 12px;
  }
  table tbody tr td {
    font-size: 12px;
  }
  .sr {
    width: 20px !important;
    height: 20px !important;
    font-size: 10px !important;
    line-height: 20px !important;
    margin-left: 5px !important;
  }
  .print-btn button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.home-wrapper {
  height: 100vh;
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-wrapper .brand-box {
  text-align: center;
  padding: 60px 80px;
  border-radius: 15px;
}
.home-wrapper .brand-box .logo-wrapper {
  margin-bottom: 5px;
}
.home-wrapper .brand-box .logo-wrapper img {
  width: 60%;
  height: auto;
}
.home-wrapper .brand-box .brand-title {
  font-size: 4rem;
  color: #000;
  font-weight: bold;
}
.home-wrapper .brand-box .tagline {
  font-size: 1.4rem;
  color: #004e64;
  font-weight: 500;
  margin-top: 10px;
}

@media (max-width: 992px) {
  .home-wrapper {
    display: flex; /* enable flexbox */
    align-items: center; /* vertical centering */
    justify-content: center;
  }
  .home-wrapper .brand-box {
    padding: 40px 50px;
  }
  .home-wrapper .brand-box .brand-title {
    font-size: 3rem;
  }
  .home-wrapper .brand-box .tagline {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .home-wrapper {
    padding: 15px;
  }
  .home-wrapper .brand-box {
    padding: 30px 25px;
  }
  .home-wrapper .brand-box .logo-wrapper img {
    width: 90%;
    max-width: 200px;
  }
  .home-wrapper .brand-box .brand-title {
    font-size: 2.7rem;
  }
  .home-wrapper .brand-box .tagline {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .home-wrapper .brand-box {
    padding: 20px 15px;
  }
  .home-wrapper .brand-box .logo-wrapper img {
    width: 80%;
    max-width: 150px;
  }
  .home-wrapper .brand-box .brand-title {
    font-size: 2.2rem;
  }
  .home-wrapper .brand-box .tagline {
    font-size: 0.9rem;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.adda-form .container-adda {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.adda-form .container-adda #add-adda {
  padding: 25px;
  background: #fff;
  max-width: 500px;
  width: 100%;
  border-radius: 7px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}
.adda-form .container-adda #add-adda h2 {
  font-size: 27px;
  text-align: center;
  margin: 0 0 30px;
}
.adda-form .container-adda #add-adda .form-group {
  margin-bottom: 15px;
  position: relative;
}
.adda-form .container-adda #add-adda label {
  display: block;
  font-size: 20px;
  margin-bottom: 7px;
}
.adda-form .container-adda #add-adda input {
  height: 45px;
  padding: 10px;
  width: 100%;
  font-size: 18px;
  outline: none;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #bfbfbf;
}
.adda-form .container-adda #add-adda input:focus {
  border-color: #9a9a9a;
}
.adda-form .container-adda #add-adda input.error {
  border-color: #f91919;
  background: #f9f0f1;
}
.adda-form .container-adda #add-adda small {
  font-size: 14px;
  margin-top: 5px;
  display: block;
  color: #f91919;
}
.adda-form .container-adda #add-adda .add-btn {
  margin-top: 30px;
}
.adda-form .container-adda #add-adda .add-btn input {
  color: #fff;
  border: none;
  height: auto;
  font-size: 16px;
  padding: 13px 0;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  background: #1BB295;
  transition: 0.2s ease;
}
.adda-form .container-adda #add-adda .add-btn input:hover {
  background: #179b81;
}

.btns {
  display: flex;
  justify-content: center; /* Aligns buttons to the right */
  gap: 10px; /* Space between buttons */
  margin-top: 30px;
}

.print-invoice,
.download-btn {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #1BB295;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
  margin-bottom: 30px;
}

.invoice-box .developer-info {
  text-align: center;
  padding: 10px;
}

/* Tablet view */
@media (max-width: 992px) {
  .invoice-box {
    width: 90%;
    padding: 15px;
  }
  .invoice-box table th,
  .invoice-box table td {
    font-size: 13px;
    padding: 6px;
  }
  .header-info {
    font-size: 14px !important;
  }
  .btns {
    flex-wrap: wrap;
  }
}
/* Mobile view */
@media (max-width: 576px) {
  .invoice-box {
    width: 100%;
    padding: 10px;
  }
  /* Stack header info */
  .header-info .d-flex {
    flex-direction: column !important;
    align-items: flex-start;
  }
  .header-info > div {
    width: 100% !important;
    margin-bottom: 5px;
    text-align: right; /* keep Urdu alignment */
  }
  /* Table responsive: allow horizontal scroll */
  .invoice-box table {
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
  .invoice-box table th,
  .invoice-box table td {
    font-size: 12px;
    padding: 5px;
  }
  .btns {
    flex-direction: column;
    align-items: stretch;
  }
  .btns button {
    width: 100%;
  }
}
@media print {
  .btns {
    display: none;
  }
}
.container .rate-list-form .row .col-md-4 .dealer-select {
  width: 100%;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 2px;
}

.final-balance {
  background-color: #F1F2F6;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  gap: 10px;
}

.final-balance .balance-label,
.final-balance .balance-amount {
  border: 2px solid #000;
  padding: 8px 15px;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}

.final-balance .balance-amount {
  min-width: 150px; /* keeps amount box wider */
}

/* وصولی (Payment) column */
.page-num {
  position: fixed;
  bottom: 5mm;
  right: 10mm;
  font-size: 12px;
}/*# sourceMappingURL=main.css.map */