html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.no-header .k-tilelayout-item-header {
    display: none;
}

.client-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    /*background-color: #f0f0f0;  Change to desired background color */
    /*border-radius: 8px;  Optional: Add border radius for rounded corners */
}

.client-logo {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: contain; /* Ensure the image fits within the container */
    background-color: #ffffff; /* Background color for images without background */
}

/* Base style for nav links */
.nav-pills.telerik-blazor .nav-link {
    color: #000; /* Black text color */
    background-color: transparent; /* No background by default */
    border: none; /* Remove borders */
    margin-bottom: 5px; /* Space between items */
    border-radius: 4px; /* Slightly rounded corners */
}

/* Styles for active, hovered, and focused nav links */
.nav-pills.telerik-blazor .nav-link.active,
.nav-pills.telerik-blazor .nav-link:hover,
.nav-pills.telerik-blazor .nav-link:focus {
    color: #000; /* Black text color */
    background-color: #dad2bd; /* Desired background color */
    border-color: transparent; /* No border color */
}


.tile-content-centered {
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
    text-align: center; /* Center text horizontally */
}

    .tile-content-centered .telerik-blazor {
        max-width: 100%; /* Ensure the dropdown does not exceed the container width */
    }

    .tile-content-centered .k-daterangepicker,
    .tile-content-centered .k-dateinput {
        width: 100%; /* Ensure it uses the full width of its container */
        box-sizing: border-box; /* Include padding and border in the element's total width and height */
        flex-flow: row wrap; /* Allow the inputs to wrap to the next line */
        justify-content: center; /* Center horizontally */
    }

    .tile-content-centered .k-input-inner {
        width: 100%;
        box-sizing: border-box;
    }

    .tile-content-centered .k-daterangepicker .k-dateinput {
        margin: 0 5px; /* Optional: Add some margin between inputs */
        align-items: center;
        justify-content: center; /* Center horizontally */
    }

    .tile-content-centered .k-floating-label-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 120px;
    }

.gauge-container {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    width: 100%; /* Full width of the container */
    height: 100%; /* Full height of the container, adjust as needed */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
}

.no-border {
    border: none;
    box-shadow: none; /* If there's a shadow, this will remove it */
}

.tile-header {
    display: flex;
    font-weight: bold;
    justify-content: center;
    font-size: large;
}

.white-background {
    background: white;
}

.k-card-title {
    display: flex;
    font-weight: bold;
    justify-content: center;
    font-size: large;
}

/* Custom dot styles based on statuses */
.e-timeline .e-dot.dot-dnc {
    background-color: red !important;
    border-color: red !important;
    color: red !important; /* Text color for consistency */
    text-decoration: underline double !important; /* Add double underline */
}

.e-timeline .e-dot.dot-start {
    background-color: white !important; /* White for Start */
    border-color: black !important;
    color: black !important; /* Text color for consistency */
    text-decoration: underline double !important; /* Add double underline */
}

.e-timeline .e-dot.dot-first {
    background-color: #FFC107 !important; /* Yellow for First */
    border-color: #FFC107 !important;
    color: #FFC107 !important; /* Text color for consistency */
    text-decoration: underline double !important; /* Add double underline */
}

.e-timeline .e-dot.dot-second {
    background-color: #FF9800 !important; /* Orange for Second */
    border-color: #FF9800 !important;
    color: #FF9800 !important; /* Text color for consistency */
    text-decoration: underline double !important; /* Add double underline */
}

.e-timeline .e-dot.dot-third {
    background-color: #F44336 !important; /* Red for Third */
    border-color: #F44336 !important;
    color: #F44336 !important; /* Text color for consistency */
    text-decoration: underline double !important; /* Add double underline */
}

.e-timeline .e-dot.dot-fourth {
    background-color: #F44336 !important; /* Red for Fourth */
    border-color: #F44336 !important;
    color: #F44336 !important; /* Text color for consistency */
    text-decoration: underline double !important; /* Add double underline */
}

.e-timeline .e-dot.dot-fixed {
    background-color: green !important; /* Green for Fixed */
    border-color: green !important;
    color: green !important; /* Text color for consistency */
    text-decoration: underline double !important; /* Add double underline */
}

.e-timeline .e-dot.dot-repeat {
    background-color: #FFC107 !important; /* Yellow for Repeat */
    border-color: #FFC107 !important;
    color: #FFC107 !important; /* Text color for consistency */
    text-decoration: underline double !important; /* Add double underline */
}

.e-timeline .e-dot.dot-default {
    background-color: #BDBDBD !important; /* Light Gray for Default */
    border-color: #BDBDBD !important;
    color: #BDBDBD !important; /* Text color for consistency */
    text-decoration: underline double !important; /* Add double underline */
}
/* General dropdown container styles */
.dropdown-container {
    border: 2px solid transparent; /* Default border */
    border-radius: 4px; /* Optional: Rounded corners */
    padding: 5px; /* Optional: Add some spacing */
    display: inline-block; /* Ensure alignment */
}

/* Status-specific styles for the dropdown */
.dropdown-container.dot-dnc {
    border-color: red !important;
}

.dropdown-container.dot-start {
    border-color: black !important;
}

.dropdown-container.dot-first {
    border-color: #FFC107 !important; /* Yellow */
}

.dropdown-container.dot-second {
    border-color: #FF9800 !important; /* Orange */
}

.dropdown-container.dot-third {
    border-color: #F44336 !important; /* Dark Red */
}

.dropdown-container.dot-fourth {
    border-color: #F44336 !important; /* Dark Red */
}

.dropdown-container.dot-fixed {
    border-color: green !important;
}

.dropdown-container.dot-repeat {
    border-color: #FFC107 !important; /* Yellow */
}

.dropdown-container.dot-default {
    border-color: #BDBDBD !important; /* Grey */
}

/* General text styles */
.status {
    font-weight: bold; /* Make the text bold for visibility */
    text-align: center; /* Center-align the text */
    display: inline-block; /* Inline-block for proper alignment */
    border-radius: 4px; /* Rounded corners */
}

/* Status-specific styles for the text */
.status.dot-dnc {
    color: red !important;
    background-color: #ffe6e6; /* Light red background */
}

.status.dot-start {
    color: black !important;
    background-color: #f5f5f5; /* Light grey background */
}

.status.dot-first {
    color: #FFC107 !important; /* Yellow text */
    background-color: #fff4cc; /* Light yellow background */
}

.status.dot-second {
    color: #FF9800 !important; /* Orange text */
    background-color: #ffe0b2; /* Light orange background */
}

.status.dot-third {
    color: #F44336 !important; /* Dark red text */
    background-color: #ffd6d6; /* Light red background */
}

.status.dot-fourth {
    color: #F44336 !important; /* Dark red text */
    background-color: #ffd6d6; /* Light red background */
}

.status.dot-fixed {
    color: green !important;
    background-color: #d4edda; /* Light green background */
}

.status.dot-repeat {
    color: #FFC107 !important; /* Yellow text */
    background-color: #fff4cc; /* Light yellow background */
}

.status.dot-default {
    color: #BDBDBD !important; /* Grey text */
    background-color: #f5f5f5; /* Light grey background */
}

.centered-content {
    justify-content: center;
    align-items: center;
    height: 100%;
}


/* Center the date in the box for dropdowns */
.k-input-inner {
    text-align: center;
}

.quote-container {
    padding: 10px;
    font-family: 'Georgia', serif;
    border-left: 4px solid #ccc;
    margin: 10px 0;
}

.quote-text {
    font-size: 1.2em;
    font-style: italic;
    margin: 0;
}

.quote-author {
    text-align: right;
    margin-top: 10px;
    font-size: 1em;
    font-weight: bold;
}

.graph-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Vertically center all items */
    width: 100%;
}

.graph-title-center {
    flex-grow: 1;
    text-align: center; /* Center the title */
    font-weight: bold;
    font-size: large;
}

/* Central anchor point to position popups */
#popup-anchor {
    position: fixed; /* Keeps the element fixed in the viewport */
    top: 50%; /* Centers it vertically in the viewport */
    left: 50%; /* Centers it horizontally in the viewport */
    visibility: hidden; /* Keeps the element hidden until needed */
    z-index: 9999; /* Ensures it stays above other content */
}

.k-grid th.center-wrap {
    justify-content: center;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
}

.k-grid th.center-wrap .k-column-title {
    white-space: normal;
}

.k-grid th.grid-header-wrap {
    white-space: normal;
    vertical-align: middle;
    word-break: normal;
}

.k-grid th.grid-header-wrap .k-column-title {
    white-space: normal;
}

.part-count-container {
    text-align: center;
    margin-top: 15px; /* Adjust as needed */
}

/* Main container for three columns: Violations, Non-Violations, and Gauge */
.part-count-summary-tile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    width: 100%;
}

/* Column styling for Violations and Non-Violations */
.part-count-summary-column {
    font-size: large;
    font-weight: bold;
    text-align: center;
    flex: 1; /* Makes each column take equal space */
}

.download-graph-data-dropdown {
    margin-left: 10px; /* Pushes the right buttons to the far right */
}


.table-header-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr; /* Left, Center, Right */
    align-items: center;
    width: 100%;
}

.right-space {
    justify-self: end; /* Keeps symmetry; add content here if needed */
}


.grid-tile-header-text {
    justify-self: center;
    font-weight: bold;
    font-size: large;
}

.suggestions-container {
    width: 100%;
    border: 1px solid #ddd;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    background-color: #f9f9f9;
}

.suggestions-header {
    margin: 0;
    font-size: 1em;
    color: #2c3e50;
    font-weight: bold;
    text-align: center;
}

.suggestions-list {
    list-style: none;
    padding: 0;
    margin: 5px 0;
    max-height: 150px;
    overflow-y: auto;
}

.suggestions-list li {
    padding: 8px;
    cursor: pointer;
    -ms-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.suggestions-list li:hover {
    background-color: #dbeeff;
}

.no-results {
    text-align: center;
    color: #888;
    font-style: italic;
    margin-top: 10px;
}

/* Logo container styling */
.big-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Logo image styling */
.map-logo {
    max-width: 100%; /* Ensure responsiveness */
    max-height: 150px; /* Restrict height */
    object-fit: contain; /* Maintain aspect ratio */
}

/* Responsive Design for mobile screens */
@media (max-width: 768px) {
     .map-logo-visible {
         display: none; /* Hide the MAP logo on mobile screens */
     }
 }

.display-prospecting-client-button {
    width: 115px;
    text-wrap: inherit;
}
