.b1 {
    font-weight: 100; 
}
.b2 {
    font-weight:200; 
}
.b3 {
    font-weight: 300; 
}
.b4 {
    font-weight:400; 
}
.b5 {
    font-weight: 500; 
}
.b6 {
    font-weight:600; 
}
.b7 {
    font-weight:700; 
}
.b8 {
    font-weight:800; 
}
.b9 {
    font-weight:900; 
}
.dg-header-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 2.5rem 0 1rem 0 !important;
    /* mt-5 (3rem) top, mb-4 (1.5rem) bottom, m-0 left/right */
    padding: 0 !important;
    /* p-0 removes all padding */
    vertical-align: middle;
}

.dg-header-container>* {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.dg-header-title {
    font-size: 2.5rem !important;
    font-weight: 900 !important;
}

.dg-link-container {
    display: flex;
    justify-content: flex-end;
    /* or 'end' works if you're using Bootstrap utilities */
    align-items: center;
    /* vertical-align doesn't work in flexbox, use align-items instead */
    gap: 0.5rem;
    /* Adjust the gap value as needed */
}

.dg-element-container {
    align-items: center;
    margin: 0 0 2rem 0 !important;
    /* mt-5 (3rem) top, mb-4 (1.5rem) bottom, m-0 left/right */
    padding: 0 !important;
    /* p-0 removes all padding */
    vertical-align: middle;
}

.dg-element-container>* {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.dg-form-container {
    align-items: center;
    border: 0.1px solid gray;
    font-size: 1.125rem;
    margin: 0 0 2rem 0 !important;
    padding: 1.5rem !important;
    vertical-align: middle;
}
.dg-input {
    border-radius: 0;
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0 0 0 0 !important;
    padding: 0.4rem !important;
}
.dg-label {
    font-size: 1.125rem;
    font-weight: 200;
    padding-left: 0.25rem !important;
}
.dg-table {
    font-size: 1.125rem;
    width: 100%;
}
.dg-header-table {
    font-size: 1.125rem;
    margin-bottom: 0;
    width: 100%;
}
.dg-td-col-1 {
    font-weight: 500 !important;
    padding-left: 1rem !important;
    text-align: left !important;
    vertical-align: middle;
}
.dg-td-col-c {
    font-weight: 500 !important;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    text-align: center !important;
    vertical-align: middle;
}
.dg-td-col-r {
    font-weight: 500 !important;
    padding: 0 1rem 0 0 !important;
    margin: 0 0 0 0 !important;
    text-align: right !important;
    vertical-align: middle;
}
.dg-th-col-1 {
    color: #0dcaf0 !important;
    padding: 0.25rem 0 0.25rem 0 !important;
    margin: 0 0 0 0 !important;
    padding-left: 1rem !important;
    text-align: left !important;
    vertical-align: middle;
}
.dg-th-col-c {
    color: white !important;
    padding: 0.25rem 0 0.25rem 0 !important;
    margin: 0 0 0 0 !important;
    text-align: center !important;
    vertical-align: middle;
}
/* Remove arrows in most modern browsers */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Remove arrows in Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}


table input.form-control {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0.7rem; /* 'none' is invalid; should be 0 */
    border: none;
    background-color: #FAF9F6;
    box-shadow: none;
    border-radius: 0;
    outline: none; /* removes the default browser outline */
}

/* Removes any blue outline or shadow when input is focused */
table input.form-control:focus,
table input.form-control:hover {
    background-color: whitesmoke !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}
.form-select {
    display: block;
    width: 100%;
    height: 100%;
    border: 0.1px solid lightgray !important;
    border-radius: 0;
    margin: 0;
    padding: 0.9rem;
    border: none;
}
.form-select:focus,
.form-select:hover {
    background-color: whitesmoke !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}
td.p-0 {
    height: 100%; /* ensure the cell can stretch vertically */
}
.dg-button-td {
    border: none;
    padding: 0 !important;
    height: 100%;
}
.dg-button {
    display: block;
    width: 100%;
    height: 100%;
    border: 0.1px solid lightgray !important;
    border-radius: 0;
    margin: 0;
    padding: 0.7rem;
    border: none;
}
.t-10p {
    text-align:left;
    width:10%;
}
.t-10pc {
    text-align:center;
    width:10%;
}
.t-auto {
    text-align:left;
    width:auto;
}
.cc {
    text-align: center;
}
.rr {
    text-align: right;
}

.dg-td-col-l {
    font-weight: 500 !important;
    padding-left: 1rem !important;
    text-align: left !important;
    vertical-align: middle;
}

.dg-td-col-c {
    font-weight: 500 !important;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    text-align: center !important;
    vertical-align: middle;
}
.dg-td-col-r {
    font-weight: 500 !important;
    padding: 0 1rem 0 0 !important;
    margin: 0 0 0 0 !important;
    text-align: right !important;
    vertical-align: middle;
}

/* #endregion */
/* #region th */
.dg-th-col-l {
    color: #0dcaf0 !important;
    padding: 0.25rem 0 0.25rem 0 !important;
    margin: 0 0 0 0 !important;
    padding-left: 1rem !important;
    text-align: left !important;
    vertical-align: middle;
}
.dg-th-col-r {
    color: white !important;
    padding: 0.25rem 1rem 0.25rem 0 !important;
    margin: 0 0 0 0 !important;
    text-align: right;
    vertical-align: middle;
}
.dg-th-col-c {
    color: white !important;
    padding: 0.25rem 0 0.25rem 0 !important;
    margin: 0 0 0 0 !important;
    text-align: center !important;
    vertical-align: middle;
}

.item-link {
    color: black;
    text-decoration: none;
}

.item-link:hover {
    color: darkcyan;
    text-decoration: underline;
}