/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

/*.btn-primary {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}*/

/*.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}*/

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

/*@media (min-width: 1440px){
	.double-nav .button-collapse {
		position: relative;
		display: block;
		margin-right: 10px;
		margin-left: 10px;
		font-size: 1.4rem;
	}
}*/

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    padding-top: 60px;
    overflow-x: hidden;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


.box-shadow-hover:hover {
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.pointer {
    cursor: pointer;
}

/*DO NOT REMOVE - this is needed to display the Date info from the datetimepicker*/
div.datepicker > div {
    display: block;
}

.menu-card {
    background-color: #476481;
    /*border-color: white;*/
}

/*.nav-pills .nav-link.active {
	background-color: #476481;
	border-color: #476481;
}*/

/*.toast {
	opacity: 1 !important;
}

#toast-container > div {
	opacity: 1 !important;
}*/

.multisteps-form__progress {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.multisteps-form__progress-btn {
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    position: relative;
    padding-top: 20px;
    color: rgba(108, 117, 125, 0.7);
    text-indent: -9999px;
    border: none;
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
}

@media (min-width: 500px) {
    .multisteps-form__progress-btn {
        text-indent: 0;
    }
}

.multisteps-form__progress-btn:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 13px;
    height: 13px;
    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    border: 2px solid currentColor;
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 3;
}

.multisteps-form__progress-btn:after {
    position: absolute;
    top: 5px;
    left: calc(-50% - 13px / 2);
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: 100%;
    height: 2px;
    content: '';
    background-color: currentColor;
    z-index: 1;
}

.multisteps-form__progress-btn:first-child:after {
    display: none;
}

.multisteps-form__progress-btn.js-active {
    color: #007bff;
}

    .multisteps-form__progress-btn.js-active:before {
        -webkit-transform: translateX(-50%) scale(1.2);
        transform: translateX(-50%) scale(1.2);
        background-color: currentColor;
    }

.multisteps-form__form {
    position: relative;
}

.multisteps-form__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

    .multisteps-form__panel.js-active {
        height: auto;
        opacity: 1;
        visibility: visible;
    }

.toggle-off {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.toggle.off {
    border-color: rgba(0, 0, 0, .25);
}

.toggle-handle {
    background-color: white;
    border: thin rgba(0, 0, 0, .25) solid;
}

.card-view-value {
    margin-left: .5rem !important; /* ml-2*/
    /*	margin-left: 1rem !important;*/ /* ml-3*/
}

select + .select2-container {
    width: 100% !important;
}

/*Allows ability for selectable row checkbox to be visible with material design bootstrap */
td.bs-checkbox label input {
    position: relative !important;
    opacity: 100 !important;
}

/*Allows ability for selectable row checkbox (MOBILE CARD) to be visible with material design bootstrap */
div.card-view label input {
    position: relative !important;
    opacity: 100 !important;
}

/*fixes column selection checkbox on grid with material design bootstrap*/
label.dropdown-item.dropdown-item-marker input {
    position: relative !important;
    opacity: 100 !important;
}

table.table a {
    margin: 0;
    color: #0056b3 !important;
}


#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100% !important;
}

.map-card {
    padding: 0px !important
}

/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    .animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .animated-icon1 span {
        background: #e65100;
    }

    .animated-icon2 span {
        background: #e3f2fd;
    }

    .animated-icon3 span {
        background: #f3e5f5;
    }

    .animated-icon1 span:nth-child(1) {
        top: 0px;
    }

    .animated-icon1 span:nth-child(2) {
        top: 10px;
    }

    .animated-icon1 span:nth-child(3) {
        top: 20px;
    }

    .animated-icon1.open span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .animated-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    .animated-icon1.open span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    /* Icon 3*/

    .animated-icon2 span:nth-child(1) {
        top: 0px;
    }

    .animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
        top: 10px;
    }

    .animated-icon2 span:nth-child(4) {
        top: 20px;
    }

    .animated-icon2.open span:nth-child(1) {
        top: 11px;
        width: 0%;
        left: 50%;
    }

    .animated-icon2.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .animated-icon2.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .animated-icon2.open span:nth-child(4) {
        top: 11px;
        width: 0%;
        left: 50%;
    }

    /* Icon 4 */

    .animated-icon3 span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .animated-icon3 span:nth-child(2) {
        top: 10px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .animated-icon3 span:nth-child(3) {
        top: 20px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .animated-icon3.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0px;
        left: 8px;
    }

    .animated-icon3.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    .animated-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 21px;
        left: 8px;
    }

#location-selection .select2-container .select2-selection--single .select2-selection__rendered {
    color: white;
}

.select2-container--material {
    width: 100% !important;
}

/* Location selector navbar spacing */
#location-selection {
    margin-left: 60px;
}

    .select2-container--material .select2-selection--single {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #ced4da;
        border-radius: 0;
        box-shadow: none;
        box-sizing: content-box;
        height: auto;
        margin: 0;
        outline: none;
        padding: 8px 0 5px 0;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

        .select2-container--material .select2-selection--single .select2-selection__rendered {
            color: #444;
            line-height: 28px;
            padding-left: 0;
        }

        .select2-container--material .select2-selection--single .select2-selection__clear {
            cursor: pointer;
            float: right;
            font-weight: bold;
        }

        .select2-container--material .select2-selection--single .select2-selection__placeholder {
            color: #999;
        }

        .select2-container--material .select2-selection--single .select2-selection__arrow {
            height: 26px;
            margin: 0.6rem 0 0.4rem 0;
            position: absolute;
            top: 1px;
            right: 1px;
            width: 20px;
        }

            .select2-container--material .select2-selection--single .select2-selection__arrow b {
                border-color: #888 transparent transparent transparent;
                border-style: solid;
                border-width: 5px 4px 0 4px;
                height: 0;
                left: 50%;
                margin-left: -4px;
                margin-top: -2px;
                position: absolute;
                top: 50%;
                width: 0;
            }

    .select2-container--material[dir="rtl"] .select2-selection--single .select2-selection__clear {
        float: left;
    }

    .select2-container--material[dir="rtl"] .select2-selection--single .select2-selection__arrow {
        left: 1px;
        right: auto;
    }

    .select2-container--material.select2-container--disabled .select2-selection--single {
        background-color: #eee;
        cursor: default;
    }

        .select2-container--material.select2-container--disabled .select2-selection--single .select2-selection__clear {
            display: none;
        }

    .select2-container--material.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-color: transparent transparent #888 transparent;
        border-width: 0 4px 5px 4px;
    }

    .select2-container--material .select2-selection--multiple {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #ced4da;
        border-radius: 0;
        box-shadow: none;
        box-sizing: content-box;
        cursor: text;
        height: auto;
        margin: 0;
        outline: none;
        padding: 5px 0 0 0;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

        .select2-container--material .select2-selection--multiple .select2-selection__rendered {
            box-sizing: border-box;
            list-style: none;
            margin: 0;
            padding: 0 5px;
            width: 100%;
        }

            .select2-container--material .select2-selection--multiple .select2-selection__rendered li {
                list-style: none;
            }

        .select2-container--material .select2-selection--multiple .select2-selection__placeholder {
            color: #999;
            margin-top: 5px;
            float: left;
        }

        .select2-container--material .select2-selection--multiple .select2-selection__clear {
            cursor: pointer;
            float: right;
            font-weight: bold;
            margin-top: 5px;
            margin-right: 10px;
        }

        .select2-container--material .select2-selection--multiple .select2-selection__choice {
            background-color: #ffca28;
            border-radius: 16px;
            color: rgba(0, 0, 0, 0.6);
            cursor: default;
            float: left;
            margin-right: 5px;
            margin-top: 6px;
            padding: 0 12px;
        }

        .select2-container--material .select2-selection--multiple .select2-selection__choice__remove {
            cursor: pointer;
            display: inline-block;
            font-weight: bold;
            float: right;
            margin-left: 5px;
        }

            .select2-container--material .select2-selection--multiple .select2-selection__choice__remove:hover {
                color: #333;
            }

    .select2-container--material[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--material[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--material[dir="rtl"] .select2-selection--multiple .select2-search--inline {
        float: right;
    }

    .select2-container--material[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
        margin-left: 5px;
        margin-right: auto;
    }

    .select2-container--material[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
        margin-left: 2px;
        margin-right: auto;
    }

    .select2-container--material.select2-container--disabled .select2-selection--multiple {
        background-color: #eee;
        cursor: default;
    }

    .select2-container--material.select2-container--disabled .select2-selection__choice__remove {
        display: none;
    }

    .select2-container--material.select2-container--open.select2-container--above .select2-selection--single, .select2-container--material.select2-container--open.select2-container--above .select2-selection--multiple {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .select2-container--material.select2-container--open.select2-container--below .select2-selection--single, .select2-container--material.select2-container--open.select2-container--below .select2-selection--multiple {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .select2-container--material.select2-container--focus .select2-selection--single {
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        outline: 0;
    }

    .select2-container--material.select2-container--focus .select2-selection--multiple {
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        outline: 0;
    }

    .select2-container--material .select2-search--dropdown .select2-search__field {
        border: none;
        border-bottom: 1px solid #ced4da;
        border-radius: 0;
        outline: none;
    }

        .select2-container--material .select2-search--dropdown .select2-search__field:focus:not([readonly]) {
            box-shadow: 0 1px 0 0 #ced4da;
            border-bottom: 1px solid #ced4da;
        }

    .select2-container--material .select2-search--inline .select2-search__field {
        background: transparent;
        border: none !important;
        outline: 0;
        box-shadow: none !important;
        -webkit-appearance: textfield;
    }

    .select2-container--material .select2-results > .select2-results__options {
        max-height: 200px;
        overflow-y: auto;
    }

    .select2-container--material .select2-results__option[role=group] {
        padding: 0;
    }

    .select2-container--material .select2-results__option[aria-disabled=true] {
        color: #999;
    }

    .select2-container--material .select2-results__option[aria-selected=true] {
        background-color: #ddd;
    }

    .select2-container--material .select2-results__option .select2-results__option {
        padding-left: 1em;
    }

        .select2-container--material .select2-results__option .select2-results__option .select2-results__group {
            padding-left: 0;
        }

        .select2-container--material .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -1em;
            padding-left: 2em;
        }

            .select2-container--material .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -2em;
                padding-left: 3em;
            }

                .select2-container--material .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -3em;
                    padding-left: 4em;
                }

                    .select2-container--material .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -4em;
                        padding-left: 5em;
                    }

                        .select2-container--material .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                            margin-left: -5em;
                            padding-left: 6em;
                        }

    .select2-container--material .select2-results__option--highlighted[aria-selected] {
        background-color: #3f729b;
        color: white;
    }

    .select2-container--material .select2-results__group {
        cursor: default;
        display: block;
        padding: 6px;
    }

.select2-dropdown {
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}

    .select2-results__option[aria-selected] {
        cursor: pointer;
    }

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box;
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    .select2-search--dropdown.select2-search--hide {
        display: none;
    }

.bg-primary {
    background-color: #0C5338 !important
}

.bg-danger {
    background-color: #dc3545 !important;
}

/*adds padding between properties on grid in mobile view*/
.card-view {
    margin-top: .25rem !important;
}

.container-fluid {
    padding-right: 3px;
    padding-left: 3px;
}

@media (min-width: 768px) {
    .page-jump-to .btn {
        margin-top: 0px;
    }
}

.no-scrollbar.table-responsive {
    overflow-x: visible !important;
}

.container-fluid {
    padding-right: 3px;
    padding-left: 3px;
}

.no-scrollbar.table-responsive {
    overflow-x: visible !important;
}

.dialog-content {
    min-height: 200px;
}

.dropdown-content {
    margin-top: 10px;
}

.dropdown-menu {
    max-height: 400px;
    overflow-y: auto;
    min-width: 250px; /* Adjust this value to fit your design */
}

.disabled, :disabled {
    cursor: not-allowed !important;
    pointer-events: auto !important;
    /* pointer-events: none !important; */ /* Commented out or simply remove this line */
}

.btn-default {
    color: white !important;
    background-color: #b0b0b0 !important;
}

.fractions-legend-table th,
.fractions-legend-table td {
    padding-top: 0 !important; /* Adjust padding specifically for this table */
    padding-bottom: 0 !important; /* Adjust padding specifically for this table */
}

.me-auto {
    margin-right: auto !important;
}

.select2-container li {
    list-style-type: none;
}

#gridContainer {
    display: flex;
    flex-direction: column;
    height: 500px; /* Initial grid height */
    border: 1px solid #ddd;
}

.application-grid {
    flex-grow: 1;
    width: 100%;
    overflow: hidden;
}

#proplan-schedule {
    flex-grow: 1;
    width: 100%;
    overflow: hidden;
}

#proplan-schedule-order {
    flex-grow: 1;
    width: 100%;
    overflow: hidden;
}

#resizer {
    height: 10px;
    cursor: ns-resize;
    background-color: lightgray;
}

#resizer:hover {
        background-color: gray;
}

.ag-theme-quartz .ag-checkbox-input {
    pointer-events: auto;
}

.clickable {
    color: #007bff; /* bootstrap blue */
}


.ag-row.ag-row-group.ag-row-level-0:not(.over-capacity) {
    background-color: #d4ddd9 !important;
}

.ag-row.ag-row-group.ag-row-level-1:not(.over-capacity) {
    background-color: #f3f9f7 !important; /* very light tint of #0c5438 */
}

.ag-row.ag-row-group.ag-row-level-2:not(.over-capacity) {
    background-color: #ffffff !important; /* white background */
}


.ag-cell-expandable{
    cursor: pointer !important;
}

/* Force each <small> to be a block with no top/bottom margin */
.ag-group-auto-height small {
    display: block !important;
    margin: 0 !important; /* eliminate default margins */
    margin-top: 2px !important;
    padding: 0 !important;
    line-height: 1.2 !important; /* match the container�s tighter line-height */
}

/* Define custom class for expedited orders */
.expedited-order {
    background-color: #fff9c4 !important; /* yellow lighten-4 */
}
.expedited-order .ag-cell {
    color: #ff3547 !important; /* text-danger color */
    font-weight: bold !important;
}

/* Row-highlight legend: toolbar row above grid avoids overlapping column headers */
.grid-row-legend-toolbar {
    min-height: 2.25rem;
}
.grid-row-legend {
    position: relative;
    display: inline-block;
    line-height: 1;
}
.grid-row-legend__trigger {
    box-shadow: none !important;
    line-height: 1.25;
    padding: 0.4rem 0.85rem 0.4rem 0.75rem;
}
/* Keep trigger appearance static on hover/focus — no background or shadow flash */
.grid-row-legend__trigger.btn-light:hover,
.grid-row-legend__trigger.btn-light:focus,
.grid-row-legend__trigger.btn-light:active {
    background-color: var(--bs-btn-bg, #f8f9fa) !important;
    border-color: var(--bs-btn-border-color, #dee2e6) !important;
    color: var(--bs-btn-color, #212529) !important;
    box-shadow: none !important;
}
.grid-row-legend__trigger-icon {
    font-size: 1.15rem;
    vertical-align: -0.1em;
    color: #757575;
}
.grid-row-legend__trigger-label {
    font-size: 0.8125rem;
    letter-spacing: 0.04em;
}
.grid-row-legend__trigger:focus {
    outline: 2px solid rgba(0, 123, 255, 0.45);
    outline-offset: 2px;
}
.grid-row-legend__panel {
    display: none;
    position: absolute;
    top: calc(100% + 0.25rem);
    right: 0;
    left: auto;
    min-width: 18rem;
    max-width: min(34rem, 92vw);
    z-index: 20;
    border-color: #dee2e6 !important;
    box-shadow: none !important;
}
.grid-row-legend:hover .grid-row-legend__panel,
.grid-row-legend:focus-within .grid-row-legend__panel {
    display: block;
}
.grid-row-legend__list .grid-row-legend__row + .grid-row-legend__row {
    margin-top: 0.5rem;
}
.grid-row-legend__swatch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    min-width: 2.25rem;
    height: 1.25rem;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    vertical-align: middle;
}
/* Match .expedited-order / MDB / grid row rules */
.grid-row-legend__swatch--expedited {
    background-color: #fff9c4;
    color: #ff3547;
    font-weight: 700;
    font-size: 0.7rem;
}
.grid-row-legend__swatch--orange-lighten-4 {
    background-color: #ffe0b2; /* MDB $orange-lighten-4, .orange.lighten-4 */
}
.grid-row-legend__swatch--red-lighten-4 {
    background-color: #ffcdd2; /* MDB .red.lighten-4 */
}
.grid-row-legend__swatch--bg-warning {
    background-color: #ffc107; /* Bootstrap --warning; rows use .bg-warning */
}

.qc-inspection-panel {
    padding: 1rem 0.5rem;
}

.qc-inspection-empty {
    text-align: center;
    padding: 3rem 1rem;
}

.qc-cert-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.qc-cert-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.qc-cert-date {
    font-size: 1.1rem;
    font-weight: 600;
}

.qc-cert-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.qc-badge {
    display: inline-block;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
}

.qc-badge-pass {
    background: #d4edda;
    color: #155724;
}

.qc-badge-fail {
    background: #f8d7da;
    color: #721c24;
}

.qc-badge-neutral {
    background: #e9ecef;
    color: #495057;
}

.qc-coat-readings {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem 1rem;
}

.qc-coat-readings .label {
    display: block;
    font-size: 0.75rem;
    color: #6c757d;
    text-transform: uppercase;
}

.qc-coat-readings .value {
    font-weight: 600;
}
