html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

    .dropdown-submenu > .dropdown-toggle::after {
        float: right;
        margin-top: 0.6em;
        transform: rotate(-90deg);
    }
.group-summary-table {
    table-layout: fixed;
    width: 100%;
}

    .group-summary-table th,
    .group-summary-table td {
        text-align: right;
        white-space: nowrap;
    }

        /* First column (Group Name) left aligned */
        .group-summary-table th:first-child,
        .group-summary-table td:first-child {
            text-align: left;
        }

        /* Force consistent column widths */
        .group-summary-table th:nth-child(1),
        .group-summary-table td:nth-child(1) {
            width: 16%;
        }
        /* Group */

        .group-summary-table th:nth-child(2),
        .group-summary-table td:nth-child(2) {
            width: 11%;
        }
        /* Program */

        .group-summary-table th:nth-child(3),
        .group-summary-table td:nth-child(3) {
            width: 11%;
        }
        /* Private */

        .group-summary-table th:nth-child(4),
        .group-summary-table td:nth-child(4) {
            width: 13%;
        }
        /* Qtr Total */

        .group-summary-table th:nth-child(5),
        .group-summary-table td:nth-child(5) {
            width: 13%;
        }
        /* Cumulative */

        .group-summary-table th:nth-child(6),
        .group-summary-table td:nth-child(6) {
            width: 9%;
        }
        /* Actual % */

        .group-summary-table th:nth-child(7),
        .group-summary-table td:nth-child(7) {
            width: 9%;
        }
        /* Obligation */

        .group-summary-table th:nth-child(8),
        .group-summary-table td:nth-child(8) {
            width: 9%;
        }
        /* Diff % */

        .group-summary-table th:nth-child(9),
        .group-summary-table td:nth-child(9) {
            width: 9%;
        }
/* Diff lbs */