* {
	--hru-border: 2px;
}

@font-face {
    font-family: DaxlinePro-Light;
    src: url(fonts/daxlinepro-light.otf);
}
@font-face {
    font-family: DaxlinePro;
    src: url(fonts/daxlinepro-regular.otf);
}
@font-face {
    font-family: DaxlinePro;
    src: url(fonts/daxlinepro-medium.otf);
    font-weight: bold;
}

	* {
		font-family: 'DaxlinePro-Light','Arial', sans-serif;
		line-height: 1.1;
		font-size: 1em;
		margin: 0;
		padding: 0;
		/* Uncomment if you need no border radius */
		/* border-radius: 0 !important; */
	}
	.card {
		margin-bottom: 10px;
	}
	.card-body {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 0.5rem 1rem;
	}
	.fixed-unit {
		width: 60px; /* adjust as needed */
		text-align: center;
}
.title {
    color: #004985 !important;
	font-weight: bold;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

h1, h2, h3, h4, h5, h6 {
            /* font-family: 'DaxlinePro', Arial, sans-serif; */
            font-weight: bold;
        }

h1 {
    font-size: 2.25rem;
}
h2 {
    font-size: 2.00rem;
}
h3 {
    font-size: 1.75rem;
}
h4 {
    font-size: 1.5rem;
}
h5 {
    font-size: 1.25rem;
}
h6 {
    font-size: 1.00rem;
}



p {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}

p.note {
    font-size: 0.9em;
    /* font-weight: 500; */
}
p.italics {
    font-style: italic;
}
p.small {
    font-size: 0.8em;
}

p.bold {
    font-weight: bold;
}
        
p.header {
	/* font-family: 'DaxlinePro', Arial, sans-serif; */
	font-size: 2.5rem;
}

p.description {
	/* font-family: 'DaxlinePro', Arial, sans-serif; */
	font-size: 2rem;
}

p.footer {
    font-size: 0.7em;
    font-style: italic;
}

a {
    color: #004985 !important;
}

.bg-navy {
    background-color: #0A1F3CFF !important;
    color: white; /* Ensures text is readable against navy */
}

.bg-success, .bg-navy {
    background-color: #004985 !important;
}
.bg-primary {
    background-color: #1a5d92 !important;
}
.bg-secondary {
    background-color: #3a719e !important;
}


.btn-success, .btn-primary, .btn-primary:focus, .btn-success:focus {									 
    background-color: #004985 !important;
    color: #fff;
    border: 1px solid #004985;
    box-shadow: none !important;
}

.btn-secondary {
    background-color: #fff;
    color: #004985;
    border: 1px solid #004985;
}

.btn-secondary:hover {
    background-color: #f9f9f9 !important;
    color: #004985;
    border: 1px solid #004985;
}

.btn-prodcode {
    line-height: normal;
    padding: 0;
}



table, th, td {
    border: 1px solid #ffffff;
    font-family: 'DaxlinePro-Light','Arial', sans-serif;
}

td, th {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

/* For tables (GMB Created) */
table.banded tr:nth-child(even) {
    background-color: rgba(0, 73, 133, 0.2);
}

table.banded tr:nth-child(odd) {
    background-color: rgba(0, 73, 133, 0.0);
}

thead th {
    background-color: #004985 !important;
    color: #fff !important;
    font-weight: bold;
}

.table tr {
    vertical-align: middle;
}

.w-100 {
    width: 100%;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.flex {
    display: flex;
    /* padding-bottom: 10px; */
    flex-wrap: nowrap;
}

.flex-100 {
    width: 100%;
}

.flex-50 {
    width: 50%;
}

.flex-75 {
    width: 75%;
}

.flex-25 {
    width: 25%;
}

.flex-auto {
    width: auto;
    justify-content: center;
    align-items: center;
}

.container {
    /* padding: 10px 50px 0px 50px;  */
    /* padding: 10px 20px 0px 0px; */
	padding: 0.5rem 0px 0px 0px;
}

.normal {
    font-weight:100;
    font-style:normal
}

img {
    height: auto;
}

img.plot, img.dd, img.dd70, img.dd90 {
    display: block;
    width: 100%;
    height: auto;
}

img.plot {
    width: 90%;
    margin: 20px auto 40px auto;
}

img.dd {
    margin: 20px auto 40px auto;
}
img.dd70 {
    width: 70%;
    margin: 20px auto 40px auto;
}
img.dd90 {
    width: 90%;
    margin: 20px auto 40px auto;
}

.hru-data {
    padding: 10px 0px;
}

.blue-top-border {
    border-top: var(--hru-border) solid rgba(0, 73, 133, 1);
}

.blue-btm-border {
    border-bottom: var(--hru-border) solid rgba(0, 73, 133, 1);
}

.sound-data {
    padding: 10px 0px;
}

.center-data table tbody tr td, table thead th {
    text-align: center;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem; 
}

.center-data table tr td:first-child, table thead th:first-child {
    text-align: left;
}

.product-odd {
    background-color: rgba(0, 73, 133, 0.1);
}

.product-even {
    background-color: rgba(0, 73, 133, 0.2);
}

.zero-padding-left {
    padding-left: 0;
}

.table>:not(caption)>*>* {
    background-color: inherit;
}

.loading-overlay {
    position: fixed;
    inset: 0;
    background: rgba(207, 233, 254, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

sup {
    vertical-align: super;
    font-size: 60%; /* adjust to your desired size */
}
