/*----------------- custom colors 
#77202b - Garnet
/*----------------- custom colors */

:root,
[data-oh-theme] {
    --oh-blue: #005587;
    --oh-indigo: #002d72;
    --oh-purple: #783c94;
    --oh-pink: #d65a8e;
    --oh-red: #b00020;
    --oh-orange: #CF4B08;
    --oh-light-orange: #fddac9;
    --oh-yellow: #f9c74f;
    --oh-green: #43aa8b;
    --oh-teal: #0096c7;
    --oh-cyan: #90e0ef;
    --oh-gray: #6c757d;
    --oh-light-yellow: #EEE47B;
    --oh-dark-gray: #393839;
    --oh-gray-dark: #343a40;
    --oh-gray-100: #f8f9fa;
    --oh-gray-100-rgb: 248, 249, 250; /* RGB values without the rgba() wrapper */
    --oh-gray-200: #e9ecef;
    --oh-gray-300: #dee2e6;
    --oh-gray-400: #ced4da;
    --oh-gray-500: #adb5bd;
    --oh-gray-600: #6c757d;
    --oh-gray-700: #495057;
    --oh-gray-800: #343a40;
    --oh-gray-900: #212529;
    --oh-required-field: #f8d7da; /* Required field background */
    --oh-workspace-bg: #f7f7f7;
    --oh-border: #d6d5d5;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: var(--oh-orange);
}

.btn-primary {
    color: #fff;
    background-color: var(--oh-orange) !important;
    border-color: var(--oh-orange) !important;
}

    .btn-primary:hover {
        color: var(--oh-light-yellow);
        background-color: var(--oh-dark-gray) !important;
    }

.bg-primary {
    color: #fff;
    background-color: var(--oh-orange) !important;
    border-color: var(--oh-orange) !important;
}

.btn-outline-Oh {
    color: var(--oh-orange);
    border-color: var(--oh-orange);
}
.bg-tertiary {
    color: #fff;
    background-color: var(--oh-teal);
    border-color: var(--oh-teal);
}

.alert-oh {
    --bs-alert-color: #fff;
    --bs-alert-bg: var(--oh-orange);
    --bs-alert-border-color: var(--oh-orange);
    --bs-alert-link-color: var(--bs-info-text-emphasis);
    width: 100% !important;
}

.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 var(--oh-orange);
}

.nav-link {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid var(--oh-green);
}

.invalid {
    outline: 1px solid var(--oh-red);
}

.validation-message {
    color: var(--oh-red);
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA6LjQ0NzEzNjU1NjU0ODg4OTY2MDQ2NjI3OTY5LC0xLjM5Mzc3NjU1Ni0xLjM5Mzc3NjU1Ng:5552526995715138560) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

/*------------------------------------------*/
/* CUSTOMIZATIONS */

.custom-hover {
    transition: background 0.2s !important;
    cursor: pointer !important;
}

.table-hover > tbody > tr:hover > * {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: var(--oh-light-orange) !important;
}

/* Prevent hover effect on expanded rows in TeamMemberDashboard */
.table-hover > tbody > tr.expanded-row:hover > * {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: #ffffff !important;
}



.blazor-link {
    cursor: pointer;
}

h1 {
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--oh-orange);
    margin-bottom: 1.25rem;
}

.h3 {
    font-size: 1.15em !important;
    margin-bottom: 20px;
    width: 100%;
    padding-bottom: 0.5rem;
}

.primary-nav-menu-item {
    color: var(--oh-orange);
    font-weight: 600;
    font-size: 1.15rem;
    margin-right: 1.25rem;
    cursor: pointer;
}

.primary-nav-effect a {
    display: inline;
    position: relative;
    padding-bottom: 10px;
    transition: 0.3s all ease-in-out;
}


    .primary-nav-effect a:hover {
        color: var(--oh-orange);
    }

        .primary-nav-effect a:hover:before,
        .primary-nav-effect a.active:before {
            width: 100%;
        }

    .primary-nav-effect a:before {
        content: "";
        position: absolute;
        height: 2px;
        width: 0%;
        background-color: var(--oh-orange);
        left: 2px;
        transition: 0.3s all ease-in-out;
        bottom: 5px;
    }

.logo-set-size {
    height: 56px;
}

.show-on-mobile {
    display: none;
}

/* Show div on mobile devices and tablets */
@media only screen and (max-width: 768px) {
    .show-on-mobile {
        display: block;
    }
}

.hide-on-mobile {
    display: block;
}

@media only screen and (max-width: 768px) {
    .hide-on-mobile {
        display: none;
    }
}

.top-row-logo {
    display: flex;
    align-items: center;
    margin-right: auto; /* This pushes the other content to the right */
}

    .top-row-logo img {
        height: 36px; /* Adjust based on your logo's proportions */
    }

.primary-menu-sign-in {
    height: 40px;
    cursor: pointer;
    margin-right: 20px;
    margin-top: 12px;
}

    .primary-menu-sign-in a:hover {
        color: var(--oh-orange);
    }

.primary-menu-sign-out {
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-right: 20px;
}

    .primary-menu-sign-out img {
        object-fit: cover;
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }


.custom-tooltip {
    position: relative;
}

    .custom-tooltip:before {
        content: attr(data-text); /* here's the magic */
        position: absolute;
        /* vertically center */
        top: 50%;
        transform: translateY(-50%);
        /* move to right */
        left: 100%;
        margin-left: 15px; /* and add a small left margin */
        /* basic styles */
        width: 200px;
        padding: 10px;
        border-radius: 10px;
        background: #000;
        color: #fff;
        text-align: center;
        display: none; /* hide by default */
    }

    .custom-tooltip:hover:before {
        display: block;
    }


.darker-border-checkbox.form-check-input {
    border-color: #929292;
}


.secondModal {
    z-index: 1100 !important;
}

.secondModalBackground {
    z-index: 1056 !important;
}


.thirdModal {
    z-index: 1256 !important;
}

.thirdModalBackground {
    z-index: 1200 !important;
}


.fourthModal {
    z-index: 1356 !important;
}

.fourthModalBackground {
    z-index: 1300 !important;
}


.fithModal {
    z-index: 1456 !important;
}

.fithModalBackground {
    z-index: 1400 !important;
}




@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.0rem !important;
    }
}

.navbar-clear {
    background-color: #fff !important;
}

@media (min-width: 576px) {
    .primary-navigation {
        width: 310px !important;
    }
}

@media (min-width: 768px) {
    .primary-navigation {
        width: 500px !important;
    }
}

@media (min-width: 992px) {
    .primary-navigation {
        width: 700px !important;
    }
}

@media (min-width: 1200px) {
    .primary-navigation {
        width: 1024px !important;
    }
}

.unauthorized-message {
    margin: 0 auto;
    width: 90%;
    max-width: 600px;
    margin-top: 25vh;
    text-align: center !important;
}

.navbar-brand img {
    height: 40px;
    margin-top: -3px !important;
}

.dialog-btn {
    min-width: 100px;
}

.btn-primary {
    color: #fff;
    background-color: var(--oh-orange);
    border-color: var(--oh-orange)
}

    .btn-primary:hover {
        color: #fff;
        background-color: var(--oh-orange);
        border-color: var(--oh-orange)
    }

.k-button-solid-primary {
    border-color: var(--oh-orange) !important;
    color: white !important;
    background-color: var(--oh-orange) !important;
}

    .k-button-solid-primary:hover {
        border-color: var(--oh-orange) !important;
        color: white !important;
        background-color: var(--oh-orange) !important;
    }

.k-button-custom {
    color: #fff;
    background-color: var(--oh-orange) !important;
    border-color: var(--oh-orange) !important;
    background-image: none !important;
}

    .k-button-custom:hover {
        color: #fff;
        background-color: var(--oh-orange) !important;
        border-color: var(--oh-orange) !important;
        background-image: none !important;
    }

.btn-same-size-medium {
    width: 100px;
}

.btn-same-size-medium-lg {
    width: 107px;
}

.form-label {
    font-weight: bold !important;
}

.primary-navigation {
    padding: 0 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.custom-scrollable {
    max-height: 400px !important;
    overflow-y: auto !important;
}

.required-prompt {
    color: var(--oh-orange);
    font-size: 0.8rem;
    font-weight: 600;
    margin-left: 5px;
}

.required {
    color: red !important;
    font-weight: bold !important;
    font-size: 1.25rem !important;
}

    .required .blazored-typeahead__input {
        background-color: var(--oh-required-field);
    }




.btn-table-fix {
    color: #fff !important;
    background-color: #6c757d !important;
}

@media only screen and (max-width: 768px) {
    .hero-class {
        margin-top: -100px;
    }
}

.hero-class {
    width: 100%;
}


.hero-definition-text {
    min-width: 350px;
    margin-top: 263px;
    color: #000000;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    padding: 20px;
    float: left;
    width: 48%;
}

@media screen and (max-width: 1440px) {
    .hero-definition-text {
        width: 53% !important;
    }

    .hero-text-center {
        width: 80% !important;
        float: right;
    }

    .hero-image {
        margin-top: 184px !important;
    }
}


.hero-text-center {
    width: 70%;
    float: right;
}


@media screen and (max-width: 1024px) {
    .hero-definition-text {
        float: none !important;
        margin-right: 0 !important;
        width: 95% !important;
    }

    .hero-text-center {
        width: 95% !important;
        float: none !important;
        margin: 0 auto !important;
    }
}


.hero-definition-text h1 {
    font-size: 3.25rem;
    line-height: 1.2;
    font-style: normal !important;
    font-weight: 800 !important;
    color: var(--oh-orange);
    margin-bottom: 1.25rem;
}


.content-link {
    text-decoration: underline;
    color: var(--oh-orange) !important;
}

.hero-h1-text {
    color: #000000;
    font-size: 28px;
    font-style: normal;
    line-height: 34px;
    min-width: 350px;
    margin-bottom: 20px;
    text-align: left;
}

.hero-centers-list {
    color: #000000;
    font-size: 38px;
    font-style: normal;
    font-weight: bolder;
    line-height: 35px;
    min-width: 345px;
    margin-bottom: 10px;
    text-align: left;
}

.hero-centers-text-block {
    color: #000000;
    font-size: 38px;
    font-style: normal;
    font-weight: bolder;
    line-height: 53px;
    min-width: 350px;
    margin-bottom: 30px;
    text-align: left;
}

.hero-centers-list ul {
    margin-bottom: 20px;
}

.hero-centers-list li {
    margin-bottom: 20px;
    margin-left: 0 !important;
}

.hero-centers-cta {
    font-size: 24px;
    font-style: normal;
    margin-bottom: 20px;
    text-align: left;
    width: 80% !important;
    min-width: 350px !important;
}

.hero-centers-trial-cta {
    background-color: var(--oh-orange);
    height: 55px;
    line-height: 55px;
    text-align: center !important;
    color: #FFF !important;
    transition: 0.3s all ease-in-out;
    overflow: hidden;
    border-radius: 50px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}

    .hero-centers-trial-cta:hover {
        background-color: var(--oh-orange);
        color: #FFF !important;
    }

    .hero-centers-trial-cta a {
        color: #FFF !important;
        -webkit-text-decoration: none !important;
        text-decoration: none !important;
    }

.hero-image {
    max-width: 40% !important;
    margin-top: 313px;
    float: left;
}

.hero-image-center {
    width: 95%;
    margin: 0 auto;
}

.hero-image img {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 80%;
    height: 80%;
    object-fit: cover;
    overflow: hidden;
}

.image-border-full img {
    border: 1px solid #000;
}

@media screen and (max-width: 1024px) {
    .hero-image {
        float: none !important;
        max-width: 100% !important;
        margin-top: 0 !important;
        margin: 0 auto !important;
    }

        .hero-image img {
            border-top-right-radius: 0;
            border-bottom-left-radius: 10px;
            width: 100%;
            height: 100%;
            object-fit: cover;
            overflow: hidden;
        }
}



.flex-container {
    width: 100%;
    min-height: 466px;
    margin: 0 auto;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    /* Standard syntax */
}

@media screen and (max-width: 580px) {
    .flex-container {
        display: block;
        /* Safari */
        display: block;
        /* Standard syntax */
    }
}

.btn-nav-bar {
    min-width: 122px !important;
    margin-bottom: 3px;
}


.profile-image-container {
    float: left;
    width: 100px;
}

    .profile-image-container img {
        width: 100%;
        border-radius: 7px;
        cursor: pointer;
    }

.profile-information-container {
    float: left;
    width: calc(100% - 100px);
    padding-left: 10px;
}

.photoId-fullsize-img {
    object-fit: cover;
    width: 300px;
    height: 200px;
}



.nav-add-boxshadow {
    -webkit-box-shadow: 5px 5px 2px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 5px 5px 2px 0 rgba(0,0,0,0.15);
    box-shadow: 5px 5px 2px 0 rgba(0,0,0,0.15);
}

.blazored-toast-container {
    z-index: 9999 !important;
}

.display-link {
    color: var(--oh-orange);
    cursor: pointer !important;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

.display-clickable {
    cursor: pointer !important;
}

/* User Dialog ------------------------------------------*/

.user-dialog {
    width: 300px !important;
    margin: auto !important;
    position: fixed;
    right: 10px !important;
}

.user-content {
    display: flex;
    flex-direction: column;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 16px !important;
}


.UserInitial {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

    .UserInitial img {
        object-fit: cover;
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }

.userInfo-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 40px);
    font-size: 20px !important;
    font-weight: 700 !important;
    margin: 8px 0 4px;
    text-align: center;
}

.userInfo-email {
    font-size: 12px;
    line-height: 1.33;
    font-weight: 400;
    color: rgb(57, 58, 61);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 40px);
    margin: 0 0 12px;
    text-align: center;
}


.center-image {
    margin: 0 auto;
    text-align: center;
}
/* End User Dialog ------------------------------------------*/

.work-space {
    background-color: var(--oh-workspace-bg);
    min-height: 100vh;
    border-left: var(--oh-border);
    padding-bottom: 20px;
}


.page-title {
    font-size: 1.5em !important;
    font-weight: bold !important;
    margin-bottom: 30px !important;
}

.section-title {
    font-size: 1.25em;
    margin-bottom: 20px;
    width: 100%;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--oh-border);
}

.section-subtitle {
    font-size: 1.05rem;
    line-height: 1.2;
    font-style: normal !important;
    font-weight: 800 !important;
    color: #000;
    margin-bottom: 1.25rem;
}


.section-footer {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--oh-border);
    display: flex;
    justify-content: end;
}

.section-footer-flex {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid var(--oh-border) !important;
}

/*track tiles*/

.tile-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px;
}

.tile {
    position: relative;
    flex: 1 1 300px;
    max-width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    color: white;
    font-family: Arial, sans-serif;
    overflow: hidden;
    cursor: pointer;
    min-width: 280px;
}

.tile-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: left;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
}

.tile-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(211, 211, 211, 0.85);
    color: black;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tile:hover .tile-overlay {
    opacity: 1;
}

.tile-overlay h3 {
    color: var(--oh-orange);
    margin: 0 0 10px;
    font-size: 18px;
}

.tile-overlay p {
    margin: 0 0 10px;
}

.tile-overlay a {
    color: var(--oh-orange);
    text-decoration: none;
    font-weight: bold;
}

/* RESPONSIVE: Adjust tile height and font size for smaller devices */
@media (max-width: 768px) {
    .tile {
        height: 180px;
    }

    .tile-title {
        font-size: 14px;
        padding: 8px;
    }

    .tile-overlay {
        padding: 15px;
    }

        .tile-overlay h3 {
            font-size: 16px;
        }
}

@media (max-width: 480px) {
    .tile {
        height: 160px;
    }

    .tile-overlay h3 {
        font-size: 14px;
    }

    .tile-overlay p {
        font-size: 13px;
    }
}



.btn-even-lg {
    width: 300px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
}

.btn-even-md {
    width: 150px;
}

.btn-even-sm {
    width: 100px;
}
.make-link {
    cursor: pointer;
}

.top-tool-bar {
    display: flex;
    justify-content: space-between;
    align-items: end !important;
    margin-bottom: 20px;
}

.PageTitle {
    font-size: 1.5em !important;
    font-weight: bold !important;
    margin-bottom: 20px;
    width: 100%;
    padding: 10px;
    border-bottom: 1px dotted var(--oh-border);
}

.PageSectionTitle {
    font-size: 1.25em;
    font-weight: bold !important;
    margin-bottom: 20px;
    width: 100%;
    padding-bottom: 0.5rem;
    border-bottom: 1px dotted var(--oh-border);
}

.pseudo-link {
    cursor: pointer !important;
}


/* Tag Panel Styles */

.btn-outline-oh-orange {
    color: #444;
    border-color: var(--oh-orange);
}
    .btn-outline-oh-orange:hover {
        color: #fff;
        background-color: var(--oh-orange);
        border-color: var(--oh-orange);
    }
.tag-panel {
    position: fixed;
    top: 70px;
    right: 0;
    width: 350px;
    max-height: 80vh;
    background: #fff;
    border: 1px solid var(--oh-border);
    border-left: 2px solid var(--oh-orange);
    box-shadow: -2px 0 8px rgba(0,0,0,0.08);
    z-index: 1050;
    padding: 1rem;
    overflow-y: auto;
}

.tag-panel-header {
    font-weight: bold;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tag-list {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.tag-panel input.form-control {
    margin-bottom: 0.75rem;
}

.tag-list button {
    transition: background 0.2s, box-shadow 0.2s;
}

.tag-list button:active, .tag-list button:focus {
    background: #e7f1ff;
    box-shadow: 0 0 0 2px var(--oh-orange);
}

.tag-list strong {
    font-family: monospace;
    font-size: 1rem;
}

.tag-list .badge {
    font-size: 0.85em;
    margin-left: 0.5em;
}


.info-panel {
    background: #f6f8fa;
    border-left: 6px solid var(--oh-orange);
    border-radius: 0.75rem;
    padding: 1.5rem 2rem;
    margin-bottom: 1.5rem;
    border: 1px dotted var(--oh-orange);
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.info-panel-body {
    display: flex;
    align-items: center;
}

.info-panel-icon {
    color: var(--oh-orange);
    background: #e6f0fa;
    border-radius: 50%;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-panel-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #22223b;
}

.info-panel-text {
    font-size: 1rem;
    color: #4a5568;
    margin-top: 0.25rem;
}

.info-panel-blue {
    border-left-color: var(--oh-blue);
    border: 1px dotted var(--oh-blue);
}

.info-panel-icon-blue {
    color: var(--oh-blue);
}


.nav-card {
    background: #f6f8fa;
    display: flex;
    align-items: center;
    margin-left: 7px;
    width: 95% !important;
    margin-bottom: 7px;
    margin-top: 7px;
}


.nav-link-custom {
    color: #22223b;
    text-decoration: none !important;
    padding: 0.75rem 1rem;
    width: 100%;
    border: 1px dotted var(--oh-orange) !important;
    border-right: 6px solid var(--oh-orange) !important;
    border-radius: 7px !important;
    transition: color 0.2s, background 0.2s;
    display: block;
}

    .nav-link-custom:hover {
        background: var(--oh-light-orange) !important;
        color: #000 !important;
    }

.nav-link-custom.active {
    background: var(--oh-orange);
    color: #fff;
}

.nav-link-custom a {
    text-decoration: none !important;
    color: #fff !important;
}

.dashboard-total-tracks {
    font-size: 2.5rem;
    font-weight: 700;
    color: #444;
    border: 1px dotted var(--oh-orange);
    border-top: 5px solid var(--oh-orange);
}

.dashboard-active-tracks {
    font-size: 2.5rem;
    font-weight: 700;
    color: #444;
    border: 1px dotted var(--oh-green);
    border-top: 5px solid var(--oh-green);
}

.dashboard-inactive-tracks {
    font-size: 2.5rem;
    font-weight: 700;
    color: #444;
    border: 1px dotted var(--oh-red);
    border-top: 5px solid var(--oh-red);
}

.qrcode-container {
    max-width: 300px;
}

.qrcode-container img {
    width: 95% !important;
}

.record-info {
    background: #f6f8fa;
    border-radius: 0.75rem;
    padding: 1.5rem 2rem;
    border: 1px dotted var(--oh-yellow);
    margin-bottom: 1.5rem;
}

.analytics-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}


.analytics-controls input,
.analytics-controls select {
    max-width: 200px !important;
}

.analytics-chart {
    margin-top: 2rem;
    background: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

    .analytics-chart h4 {
        font-size: 1.25em !important;
        margin-bottom: 1rem;
        font-weight: 600;
    }

.analytics-chart .table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
}

.analytics-chart .table th,
.analytics-chart .table td {
    border: 1px solid #e0e0e0;
    padding: 0.5rem 1rem;
    text-align: left;
}

.analytics-chart .table th {
    background: #f8f8f8;
    font-weight: 600;
}

.analytics-chart .table tr:nth-child(even) {
    background: #f4f6fa;
}