:root {
  --budget-blue: #002060;
  --budget-tan-blue: #01184a;
  --budget-tan-blue-light: #e6edf5;
  --budget-red: #c00000;
  --budget-gray: #858585;
  --budget-dark-gray: #444;
}

@font-face {
  font-family: urduFont;
  src: url(../Jameel-Noori-Nastaleeq/Jameel-Noori-Nastaleeq.ttf);
}
.text-eng {
  font-family: sans-serif;
}

.bg-red {
  background-color: var(--budget-red) !important;
  color: #fff !important;
}

.bg-dark-gray {
  background-color: var(--budget-dark-gray) !important;
  color: #fff !important;
}

.federal-budget-stats table thead.bg-dark-gray th,
.federal-budget-stats table thead.bg-dark-gray td {
  background-color: var(--budget-dark-gray) !important;
  color: #fff !important;
}
.federal-budget-stats table thead.bg-dark-gray th:first-child,
.federal-budget-stats table thead.bg-dark-gray td:first-child {
  background-color: var(--budget-dark-gray) !important;
  color: #fff !important;
}

.text-dark-gray {
  color: var(--budget-dark-gray) !important;
}

.text-red {
  color: var(--budget-red) !important;
}

.budget {
  margin: 1rem 0;
  padding: 1rem 0;
  background-color: #01184a;
}

.budget-section table {
  margin-bottom: 0;
}

.budget-hero {
  padding-top: 0;
  padding-bottom: 0;
}
.budget-hero__bg {
  background-color: #01184a;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.budget-hero__content {
  padding-top: 0.25rem;
}
.budget-hero__top-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .budget-hero__top-row {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .budget-hero__top-row {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }
}
.budget-hero__top-row .budget-hero__title {
  margin-bottom: 0 !important;
  flex: 1;
  min-width: 0;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .budget-hero__top-row .budget-hero__title {
    flex: none;
    width: 100%;
    min-width: unset;
    font-size: 1.25rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}
.budget-hero__actions {
  flex-shrink: 0;
  margin-left: auto;
  width: auto;
}
@media (max-width: 767.98px) {
  .budget-hero__actions {
    margin-left: 0;
    width: 100%;
  }
}
.budget-hero__cta {
  font-weight: normal;
  background-color: var(--budget-red) !important;
  border-color: var(--budget-red) !important;
  color: #fff !important;
}
@media (max-width: 767.98px) {
  .budget-hero__cta {
    display: block;
    width: 100%;
    white-space: normal;
    text-align: center;
    padding: 0.5rem 0.75rem;
    line-height: 1.35;
  }
}
.budget-hero__cta:hover,
.budget-hero__cta:focus,
.budget-hero__cta:active {
  background-color: var(--budget-red) !important;
  border-color: var(--budget-red) !important;
  color: #fff !important;
  opacity: 0.9;
}
.budget-hero__heading-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0;
}
.budget-hero__heading,
.budget-hero__title,
.budget-hero__points-item {
  color: #fff;
}
.budget-hero__points {
  color: #fff;
}
.budget-hero__circle {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  flex-shrink: 0;
  color: inherit;
}
.budget-hero__outer-circle {
  display: block;
}
.budget-hero h2 {
  margin-bottom: 0;
}
.budget-hero__heading {
  color: #ffff00;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.budget-hero__outer-circle {
  color: #ffff00;
}
.budget-hero__inner-circle {
  animation: 1.3s infinite yellowpulse;
}
.budget-hero__title {
  font-size: 2rem;
  margin-bottom: 1rem !important;
  color: #fff;
}
@media (max-width: 767.98px) {
  .budget-hero__title {
    font-size: 1.25rem;
  }
}
.budget-hero__points-item {
  font-size: 1.25rem;
}

.budget-volume-section {
  padding: 1.25rem 0 1.5rem;
  background-color: #fff;
}

.budget-volume-infographic {
  margin-top: 0;
  padding: 1.25rem 1rem;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.budget-volume-infographic__heading {
  color: var(--budget-tan-blue);
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  text-align: center;
}
.budget-volume-infographic__unit {
  color: var(--budget-gray);
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 1rem;
}
.budget-volume-infographic__chart {
  padding-bottom: 0.25rem;
}
.budget-volume-infographic__bars {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.budget-volume-infographic__item {
  display: grid;
  grid-template-columns: 4.75rem 1fr auto;
  align-items: center;
  gap: 0.65rem 0.75rem;
  text-align: left;
}
@media (min-width: 576px) {
  .budget-volume-infographic__item {
    grid-template-columns: 5.25rem 1fr auto;
    gap: 0.75rem 1rem;
  }
}
.budget-volume-infographic__year {
  color: var(--budget-tan-blue);
  font-size: 0.75rem;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.2;
  white-space: nowrap;
}
.budget-volume-infographic__bar-row {
  min-width: 0;
}
.budget-volume-infographic__bar-track {
  width: 100%;
  height: 2rem;
  max-width: none;
  display: flex;
  align-items: stretch;
  background: #e9ecef;
  border-radius: 999px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .budget-volume-infographic__bar-track {
    height: 2.125rem;
  }
}
.budget-volume-infographic__bar {
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 0;
  min-width: 0.25rem;
  width: 0;
  max-width: 100%;
  padding: 0 0.5rem;
  box-sizing: border-box;
  border-radius: 999px;
  background-color: var(--budget-tan-blue);
  overflow: hidden;
}
.budget-volume-infographic__party {
  color: #fff;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .budget-volume-infographic__party {
    font-size: 0.7rem;
  }
}
.budget-volume-infographic__item:nth-child(1) .budget-volume-infographic__bar,
.budget-volume-infographic__item:nth-child(2) .budget-volume-infographic__bar,
.budget-volume-infographic__item:nth-child(3) .budget-volume-infographic__bar {
  min-width: 8.75rem;
}
.budget-volume-infographic__item:nth-child(1) .budget-volume-infographic__bar {
  width: 27.79%;
}
.budget-volume-infographic__item:nth-child(2) .budget-volume-infographic__bar {
  width: 37.2%;
}
.budget-volume-infographic__item:nth-child(3) .budget-volume-infographic__bar {
  width: 37.81%;
}
.budget-volume-infographic__item:nth-child(4) .budget-volume-infographic__bar {
  width: 44.96%;
}
.budget-volume-infographic__item:nth-child(5) .budget-volume-infographic__bar {
  width: 50.74%;
}
.budget-volume-infographic__item:nth-child(6) .budget-volume-infographic__bar {
  width: 76.73%;
}
.budget-volume-infographic__item:nth-child(7) .budget-volume-infographic__bar {
  width: 100%;
}
.budget-volume-infographic__item:nth-child(8) .budget-volume-infographic__bar {
  width: 93.09%;
}
.budget-volume-infographic__item:nth-child(9) .budget-volume-infographic__bar {
  width: 90.58%;
}
.budget-volume-infographic__item--peak .budget-volume-infographic__bar {
  background-color: var(--budget-red);
  box-shadow: 0 0 8px rgba(192, 0, 0, 0.25);
}
.budget-volume-infographic__value {
  color: #212529;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.2;
  min-width: 3.25rem;
  text-align: right;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .budget-volume-infographic__value {
    font-size: 0.875rem;
    min-width: 3.75rem;
  }
}

.mainTitle {
  font-family: sans-serif;
  color: var(--budget-tan-blue);
  text-align: center;
  padding: 1rem 0 0.25rem 0;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
  text-decoration: underline;
}

.values_pkr {
  text-align: center;
  font-weight: 700;
  color: var(--budget-gray);
}

tbody tr td:last-child {
  background-color: rgb(231, 255, 231);
}

.budgetTitle {
  background-color: var(--budget-red);
  color: #fff;
  font-size: 1rem;
  padding: 0.5rem;
  text-align: center;
  display: block;
}

.federal-budget-stats {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.federal-budget-stats table th:first-child,
.federal-budget-stats table td:first-child {
  position: sticky;
  left: 0px;
  background-color: var(--budget-tan-blue);
  color: #fff;
}
.federal-budget-stats table a {
  color: #fff;
  text-decoration: none;
}

.budget-scrollbar {
  overflow-x: scroll;
  display: block;
}
.budget-scrollbar::-webkit-scrollbar {
  height: 0.5rem;
  overflow-x: scroll;
}
.budget-scrollbar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}
.budget-scrollbar::-webkit-scrollbar-thumb {
  background: #2281e0;
  border-radius: 5px;
}
.budget-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #6c757d;
}

.chart-container {
  overflow-x: scroll;
}

th {
  cursor: pointer;
}

.chart-container {
  overflow: hidden;
  width: 100%;
}

#interestloanChart {
  width: 100% !important;
  min-height: 400px; /* Fallback if height isn't set */
}

#interestloan svg {
  width: 100% !important;
}

/* Customize popover appearance */
.popover {
  max-width: 120px; /* Adjust based on your image size */
}

.popover-img {
  margin: 4px;
}

.popover-body {
  padding: 4px;
}

.popover-body img {
  border-radius: 4px;
}

.budget-headline {
  background-color: var(--budget-blue);
  color: #fff;
  padding: 0.5rem 0;
  font-size: 1.5rem;
}

.nav-budget {
  justify-content: center;
  display: flex;
  overflow: auto;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.nav-budget button {
  background-color: var(--budget-dark-gray);
  color: #fff;
  border: none;
  outline: none;
}
.nav-budget button:focus, .nav-budget button:active {
  outline: none;
  border: none;
}
.nav-budget .green {
  background-color: #00766c !important;
}
.nav-budget .brown {
  background-color: #a0522d !important;
}
.nav-budget .purple {
  background-color: #4a0072 !important;
}
.nav-budget .red {
  background-color: #cf0000 !important;
}
.nav-budget .debt {
  background-color: #1e212b !important;
}
.nav-budget .defence {
  background-color: #4D8B31 !important;
}
.nav-budget .health {
  background-color: #0a7cc6 !important;
}
.nav-budget .education {
  background-color: #8e0694 !important;
}
.nav-budget .nav-link.active {
  background-color: var(--budget-blue);
  color: #fff;
}
.nav-budget .nav-link {
  margin: 0.25rem 0.25rem;
}

.aside-left .summary-list {
  font-weight: 700;
  color: var(--budget-tan-blue);
}
.aside-left .summary-list-item::before {
  font-family: "fontAwesome";
  content: "\f0da";
}

.singlefigure {
  text-decoration-line: underline;
  text-decoration-style: double;
  text-underline-offset: 0.5rem;
  text-align: center;
  color: #000;
  font-size: 1.25rem;
  font-weight: 400;
}

.budget-image-section {
  margin-top: 0.5rem;
  background-color: #002060;
  background-repeat: no-repeat;
  background-position: center;
}

.budget-image-section-2017 {
  background-image: url(../img/budget-2025-26/2017/budget-bg-mobile-2017-26.png);
  min-height: 190px;
  background-color: #002060;
  background-size: cover;
  background-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-position: center;
}

.tab-content-budget .eventcard__description {
  font-size: 16px;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.socialshare {
  display: flex;
  justify-content: space-between;
}
.socialshare .budgetdate {
  font-weight: 700;
  display: flex;
  align-items: center;
}
.socialshare time {
  color: var(--budget-tan-blue);
}

@media (min-width: 992px) {
  .budget-image-section {
    background-color: #002060;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0.5rem;
  }
  .budget-image-section-2017 {
    background-image: url(../img/budget-2025-26/2017/budget-bg-desktop.png);
    min-height: 190px;
    background-color: #002060;
    background-size: cover;
    background-blend-mode: luminosity;
    background-repeat: no-repeat;
  }
  .mainTitle {
    font-size: 1.875rem;
    font-weight: 700;
  }
  .federal-budget-stats {
    font-size: 1rem;
  }
  .budget-scrollbar::-webkit-scrollbar {
    height: 0.875rem;
  }
  .budgetTitle {
    font-size: 1.25rem;
    display: inline-block;
  }
  .chart-container {
    overflow: hidden;
    width: 100%;
  }
  .budget_chart {
    width: 100%;
  }
  .singlefigure {
    font-size: 1.5rem;
  }
}

.tax-calculator {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

.tax-calculator__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--budget-tan-blue);
  margin-bottom: 1.5rem;
  text-align: center;
}

.tax-calculator__label {
  font-size: 1.25rem;
  color: var(--budget-tan-blue);
  margin-bottom: 0.5rem;
}

.tax-calculator__input {
  border-color: var(--budget-tan-blue);
}

.tax-calculator__input:focus {
  border-color: var(--budget-tan-blue);
  box-shadow: 0 0 0 0.2rem rgba(1, 24, 74, 0.15);
}

.tax-calculator__section-title {
  text-align: center;
  color: var(--budget-tan-blue);
  margin-bottom: 1rem;
}

.tax-calculator__year-label {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.tax-calculator__year-label--current {
  color: var(--budget-tan-blue);
}

.tax-calculator__year-label--previous {
  color: var(--budget-red);
}

.tax-calculator__divider {
  border: 0;
  border-top: 3px solid var(--budget-tan-blue);
  opacity: 0.75;
  margin: 1.5rem 0;
}

.tax-calculator table thead.tax-calculator__thead--current,
.tax-calculator table thead.tax-calculator__thead--previous {
  --bs-table-color: #fff;
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
}

.tax-calculator table tbody tr td:last-child {
  background-color: var(--budget-tan-blue-light);
}

.tax-calculator__thead--current {
  background-color: var(--budget-tan-blue);
}

.tax-calculator__thead--current th {
  background-color: var(--budget-tan-blue) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  border-color: rgba(255, 255, 255, 0.15);
  font-weight: 700;
  vertical-align: middle;
}

.tax-calculator__thead--previous {
  background-color: var(--budget-red);
}

.tax-calculator__thead--previous th {
  background-color: var(--budget-red) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  border-color: rgba(255, 255, 255, 0.15);
  font-weight: 700;
  vertical-align: middle;
}

.tax-calculator__highlight {
  color: var(--budget-tan-blue);
  font-weight: 700;
}

.tax-calculator__result {
  font-weight: 700;
  color: var(--budget-tan-blue);
}

@media (min-width: 992px) {
  .tax-calculator__title {
    font-size: 2.5rem;
  }
}/*# sourceMappingURL=budget2026.css.map */