﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

:root {
    --cobracore-bg-color: #0d6efd; /*default*/
    --cobracore-button-color: #0d6efd; /*default*/
    --cobracore-button-color-hover: #0d6efd0f; /*default*/
    --cobracore-font-color: #ffffff; /*default*/
}

.cobracore-theme {
    color: var(--cobracore-font-color) !important;
    background-color: var(--cobracore-bg-color) !important;
}

.cobracore-primary-btn-theme {
    color: var(--cobracore-font-color) !important;
    background-color: var(--cobracore-button-color) !important;
}

.cobracore-primary-btn-theme:hover {
    background-color: var(--cobracore-button-color-hover) !important;
}

/* Make the badge feel interactive */
.shipmentdetail-custom-badge {
    cursor: help;
    transition: background-color 0.2s ease;
    white-space: nowrap; /* Prevents the badge text from wrapping inside the cell */

    /* THE SLIMMING MAGIC */
    padding: 2px 8px !important; /* 1px top/bottom, 8px left/right */
    line-height: 1.2 !important; /* Forces the height to hug the text */
    display: inline-block; /* Ensures padding is respected */
    border-radius: 4px; /* Keeps corners clean */
    font-size: 0.85rem; /* Optional: slightly smaller text helps the "slim" look */
}

    .shipmentdetail-custom-badge:hover {
        background-color: #f8f9fa !important;
        border-color: #dee2e6 !important;
    }

/* Custom nomenclature for CobraCore manual shipment detail entries */
.shipmentdetail-custom-badge-manual-warning {
    background-color: #fff3cd !important; /* Soft yellow highlight */
    border: 1px solid #ffeeba !important; /* Subtle golden border */
    color: #856404 !important; /* Deep gold text for high contrast */
    font-weight: 600;
    
    /* THE SLIMMING MAGIC */
    padding: 2px 8px !important; /* 1px top/bottom, 8px left/right */
    line-height: 1.2 !important; /* Forces the height to hug the text */
    display: inline-block; /* Ensures padding is respected */
    border-radius: 4px; /* Keeps corners clean */
    font-size: 0.85rem; /* Optional: slightly smaller text helps the "slim" look */
}

    /* Optional: Subtle hover effect for better UX */
    .shipmentdetail-custom-badge-manual-warning:hover {
        background-color: #ffeeba !important;
        cursor: help;
    }


/* Custom Action Button - Matches layout of the manual warning badge */
.shipmentdetail-custom-btn-action {
    background-color: #e3f2fd !important; /* Soft blue highlight */
    border: 1px solid #b3e5fc !important; /* Subtle blue border */
    color: #0d47a1 !important; /* Deep contrast blue text */
    font-weight: 600;
    padding: 2px 8px !important;
    line-height: 1.2 !important;
    font-size: 0.85rem;
    transition: all 0.15s ease-in-out;
}

    .shipmentdetail-custom-btn-action:hover:not([disabled]) {
        background-color: #b3e5fc !important;
        color: #0a377d !important;
        cursor: pointer;
    }

    .shipmentdetail-custom-btn-action:disabled {
        opacity: 0.65;
        cursor: not-allowed;
    }


/* Targets the outer Telerik textbox container when disabled */
.cobracore-disabled-override.k-disabled {
    background-color: #f8f9fa !important;
    border-color: #e2e8f0 !important;
    opacity: 1; /* Counteracts Telerik's default opacity fade for crisp styling */
}

    /* Targets the actual numeric text inside the component wrapper */
    .cobracore-disabled-override.k-disabled .k-input-inner {
        color: #a0aec0 !important;
        -webkit-text-fill-color: #a0aec0 !important; /* Fixes text fading issues in Safari/iOS */
    }

/* Custom Success Badge - Shows up post-conversion */
.shipmentdetail-custom-badge-success {
    background-color: #d1e7dd !important; /* Soft green highlight */
    border: 1px solid #badbcc !important; /* Subtle green border */
    color: #0f5132 !important; /* Deep contrast green text */
    font-weight: 600;
    padding: 2px 8px !important;
    line-height: 1.2 !important;
    font-size: 0.85rem;
}

/* Custom nomenclature for CobraCore manual shipment detail entries - Success State */
.whatsapp-custom-badge-opt-in {
    background-color: #d4edda !important; /* Soft green highlight */
    border: 1px solid #c3e6cb !important; /* Subtle emerald border */
    color: #155724 !important; /* Deep forest green text for high contrast */
    font-weight: 600;

    /* THE SLIMMING MAGIC */
    padding: 3px 8px !important; /* 1px top/bottom, 8px left/right */
    line-height: 1.2 !important; /* Forces the height to hug the text */
    display: inline-block; /* Ensures padding is respected */
    border-radius: 4px; /* Keeps corners clean */
    font-size: 0.85rem; /* Optional: slightly smaller text helps the "slim" look */
}

    /* Optional: Subtle hover effect for better UX */
    .whatsapp-custom-badge-opt-in:hover {
        background-color: #c3e6cb !important;
        cursor: help;  
    }


/* Custom nomenclature for WhatsApp Opt-Out status */
.whatsapp-custom-badge-opt-out {
    background-color: #fff3e0 !important; /* Soft peach/orange highlight */
    border: 1px solid #ffe0b2 !important; /* Subtle apricot border */
    color: #e65100 !important; /* Deep burnt orange text for high contrast */
    font-weight: 600;

    /* THE SLIMMING MAGIC */
    padding: 2px 8px !important; /* 1px top/bottom, 8px left/right */
    line-height: 1.2 !important; /* Forces the height to hug the text */
    display: inline-block; /* Ensures padding is respected */
    border-radius: 4px; /* Keeps corners clean */
    font-size: 0.85rem; /* Optional: slightly smaller text helps the "slim" look */
}

    /* Optional: Subtle hover effect for better UX */
    .whatsapp-custom-badge-opt-out:hover {
        background-color: #ffe0b2 !important;
        cursor: help;  
    }

/* Custom nomenclature for WhatsApp records with NULL status */
.whatsapp-custom-badge-pending {
    background-color: #e9ecef !important; /* Neutral light gray */
    border: 1px solid #dee2e6 !important; /* Subtle silver border */
    color: #495057 !important; /* Dark slate text for clarity */
    font-weight: 600;

    /* THE SLIMMING MAGIC */
    padding: 3px 8px !important; /* 1px top/bottom, 8px left/right */
    line-height: 1.2 !important; /* Forces the height to hug the text */
    display: inline-block; /* Ensures padding is respected */
    border-radius: 4px; /* Keeps corners clean */
    font-size: 0.85rem; /* Optional: slightly smaller text helps the "slim" look */
}

    /* Optional: Subtle hover effect for better UX */
    .whatsapp-custom-badge-pending:hover {
        background-color: #dee2e6 !important;
        cursor: help;  
    }



.wap-button {

    background-color: #25D36690 !important;
}

.wap-chiplist .k-chip {
    background-color: #25D36690 !important;
    border: none !important;
    transition: background-color 0.2s ease;
}

    .wap-chiplist .k-chip:hover {
        background-color: #25D36670 !important;  
    }


.cobracore-theme-text {
    color: var(--cobracore-bg-color) !important;
}

.cobracore-theme-icon {
    color: var(--cobracore-bg-color) !important;
}

.cobracore-theme-checked {
    background-color: var(--cobracore-bg-color) !important;
}

.cobracore-progressbar .k-selected {
    background-color: var(--cobracore-bg-color) !important;
}


.cobracore-date-popup .k-calendar-title:first-of-type {
    background-color: var(--cobracore-bg-color) !important;
    color: var(--cobracore-font-color);
}

.cobracore-time-popup .k-calendar-title:first-of-type {
    background-color: var(--cobracore-bg-color) !important;
    color: var(--cobracore-font-color);
}

.k-calendar-title:first-of-type {
    color: var(--cobracore-bg-color) !important;
}

.k-calendar .k-calendar-td.k-selected .k-link {
    color: var(--cobracore-font-color);
    background-color: var(--cobracore-bg-color) !important;
}

.k-group-start.k-selected{
    color: var(--cobracore-font-color);
    background-color: var(--cobracore-bg-color) !important;
}

.k-group-end.k-selected {
    color: var(--cobracore-font-color);
    background-color: var(--cobracore-bg-color) !important;
}

.k-time-accept {
    color: var(--cobracore-font-color);
    background-color: var(--cobracore-bg-color) !important;
}

/*
.cobracore-date-popup-today {
    border-color: white;
    color: white;
    background-color: red;
    font-weight: bold;
}
*/

/*Radio buttons custom styles*/
.k-radio-wrap .k-radio:checked {
    background-color: var(--cobracore-bg-color);
    border-color: var(--cobracore-bg-color);
}

/*Checkbox custom styles*/
.k-checkbox-wrap .k-checkbox:checked {
    background-color: var(--cobracore-bg-color);
    border-color: var(--cobracore-bg-color);
}

/*Telerik Dialog Factory OK button custom styles*/
.k-dialog button:first-of-type {
    background-color: var(--cobracore-bg-color);
    color: #ffffff;
}

/*Telerik Upload button custom styles*/
.k-upload button:first-of-type {
    background-color: var(--cobracore-bg-color);
    color: #ffffff;
}

/* TelerikEditor View HTML Popup*/
.k-editor-window:has(textarea) .k-button-solid-primary {
    background-color: var(--cobracore-bg-color);
    color: #ffffff;
}

.k-editor-window textarea {
    min-width: 600px !important;
    min-height: 400px !important;
}


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

html, body, #app {
    height: 100%;
    overflow: hidden;
}

#app {
    background-color: #FAF9F6;
}

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

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.combobox-item-template {
    display: flex;
    align-items: center;
}

    .combobox-item-template > img {
        border-radius: 50%;
        width: 2rem;
        height: 2rem;
    }

img + .combobox-item-template-text {
    margin-left: 1rem;
}

.combobox-item-template-text {
    display: flex;
    flex-flow: column;
}

.combobox-item-template-employee-phone {
    opacity: 0.65;
}

.grid {
    display: grid;
    grid-template-columns: repeat(7, 160px);
    column-gap: 40px;
    row-gap: 25px;
}

.list-item-odd {
    background-color: #f6f6f6;
}

.list-item-even {
    background-color: #ffffff;
}

.list-item-odd:hover {
    background-color: lightyellow;
}

.list-item-even:hover {
    background-color: lightyellow;
}


/* for top content */
.large-notification-top .k-notification-content {
    width: 400px;
    font-size: 14px;
    text-align: start;
    align-items: start;
}

.list-header {
    background-color: #efefef;
}

@media screen and (max-width: 400px) {
    .g-recaptcha {
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}


/* Custom smooth pulsing animation with safe prefix */
@keyframes cobracore-pulse-animation {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.4;
        transform: scale(0.98);
    }
}


/* 
.cobracore-ai-loading-pulse {
    animation: cobracore-pulse-animation 1.6s ease-in-out infinite;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
*/

/* Optional flashing dots effect with safe prefix */
/*
.cobracore-loading-dot {
    width: 6px;
    height: 6px;
    background-color: #6c757d;
    border-radius: 50%;
    display: inline-block;
    animation: cobracore-dot-flash 1.4s infinite linear;
}

    .cobracore-loading-dot:nth-child(2) {
        animation-delay: 0.2s;
    }

    .cobracore-loading-dot:nth-child(3) {
        animation-delay: 0.4s;
    }

@keyframes cobracore-dot-flash {
    0%, 100% {
        opacity: 0.2;
    }

    50% {
        opacity: 1;
    }
}
*/

  
/*********************************/
/*   TELERIKCHAT CSS OVERRIDES   */
/*********************************/
/*
.k-chat .k-message-box.\!k-flex-col {
    flex-direction: row !important;
}

.k-chat .k-input-inner.\!k-flex-none {
    flex: 1 1 auto !important;
}

// Remove avatars  
.k-chat .k-avatar {
    display: none !important;
}

//  Remove extra left spacing left behind by avatar removal  
.k-chat .k-message-group {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

//  Assistant bubble (light gray)  
.k-chat .k-message-group-receiver .k-bubble {
    background-color: #f1f3f5 !important;
    color: #212529 !important;
    border: 1px solid #dee2e6 !important;
}


// User bubble (light blue)  
.k-chat .k-message-group-sender .k-bubble {
    background-color: #dbeafe !important;
    color: #0f172a !important;
    border: 1px solid #93c5fd !important;
}

// Optional: nicer rounded bubbles  
.k-chat .k-bubble {
    max-width: 100% !important;
    width: 100% !important;
    border-radius: 8px !important;
    padding: 6px 8px !important;
}

// Optional: slightly separate messages  
.k-chat .k-message {
    margin-bottom: 8px;
    max-width: 100% !important;
    width: 100% !important;
}

.k-chat .k-input-suffix {
    padding-right: 8px;
}

.k-chat .k-message-group-content {
    max-width: 100% !important;
    width: 100% !important;
}

//  Keep receiver messages left  
.k-chat .k-message-group-receiver .k-message-group-content {
    margin-right: auto !important;
}


//  Make sender group full width  
.k-chat .k-message-group-sender {
    width: 100% !important;
}

  //  Push actual sender message container to the right  
    .k-chat .k-message-group-sender .k-message {
        margin-left: auto !important;
    }

  //  Align sender author text right  
    .k-chat .k-message-group-sender .k-message-author {
        text-align: right !important;
        width: 100%;
    }

   //  Push sender messages to the right  
    .k-chat .k-message-group-sender .k-message-group-content {
        margin-left: auto !important;
        align-items: flex-end !important;
    }

.k-chat .k-message-time,
.k-chat .k-timestamp {
    font-size: 11px;
    opacity: 0.55;
}

.k-chat .k-message-list {
    padding: 12px;
}

.k-chat .k-bubble {
    min-width: 200px;
    max-width: 100%;
    width: fit-content;
    line-height: 1.45;
}

.typing-bubble {
    display: inline-flex;
    gap: 4px;
    padding: 8px 10px;
    background: #f1f3f5;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    width: fit-content;
}

    .typing-bubble span {
        width: 6px;
        height: 6px;
        background: #6c757d;
        border-radius: 50%;
        display: inline-block;
        animation: blink 1.4s infinite both;
    }

        .typing-bubble span:nth-child(2) {
            animation-delay: 0.2s;
        }

        .typing-bubble span:nth-child(3) {
            animation-delay: 0.4s;
        }

@keyframes blink {
    0%, 80%, 100% {
        opacity: 0.2;
        transform: translateY(0);
    }

    40% {
        opacity: 1;
        transform: translateY(-2px);
    }
}
*/


/**********************************************/
/*************  CHAT MARKDOWN   ***************/
/**********************************************/
/*
.chat-markdown p {
    margin: 2px 0 !important;
    line-height: 1.3;
}

.chat-markdown h1,
.chat-markdown h2,
.chat-markdown h3 {
    margin: 6px 0 2px 0 !important;
    font-size: 13px !important;
    font-weight: 600;
}

.chat-markdown ul,
.chat-markdown ol {
    margin: 2px 0 2px 12px !important;
    padding-left: 12px !important;
}

.chat-markdown li {
    margin: 0 !important;
}

.chat-markdown hr {
    margin: 6px 0 !important;
    border: none;
    border-top: 1px solid #e5e7eb;
}

.chat-markdown code {
    font-size: 12px;
    background: #f3f4f6;
    padding: 2px 4px;
    border-radius: 4px;
}

.chat-markdown pre {
    font-size: 12px;
    margin: 6px 0;
    padding: 8px;
    background: #f8f9fa;
    border-radius: 6px;
    overflow-x: auto;
}
*/

/*
// Target your custom chat window container class 
.chat-floating-window {
    z-index: 15000 !important;
    pointer-events: all !important;
}

    // Ensure the inner Telerik components inside this specific window accept mouse actions  
    .chat-floating-window .k-window-content,
    .chat-floating-window .k-chat {
        pointer-events: all !important;
    }
*/





/* ==========================================================================
   COBRACORE SCOPED CHAT UI STYLES
   ========================================================================== */

/* CHANGED: Added flex constraints, max-height, and overflow behavior */
.cobracore-custom-chat-messages {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 0; /* Crucial for enabling inner container shrinking in flexbox */
    overflow-y: auto; /* Forces vertical scroll bar only when message content overflows */
}

/* CHANGED: Added explicit padding structure for wider, cleaner text breathing room */
.cobracore-chat-bubble {
    padding: 0.75rem 1rem; /* 12px top/bottom, 16px left/right */
}

/* CHANGED: Prefixed bubble down to its child markdown paragraphs */
.cobracore-chat-bubble .cobracore-chat-markdown p:last-child {
    margin-bottom: 0; /* Clear bottom margins introduced by Markdig p parsing */

}

/* CHANGED: Prefixed typing layout container and inner animation dots */
.cobracore-typing-bubble .cobracore-dot {
    width: 6px;
    height: 6px;
    background-color: #6c757d;
    border-radius: 50%;
    display: inline-block;
    animation: cobracoreBounce 1.4s infinite ease-in-out both;
}

    .cobracore-typing-bubble .cobracore-dot:nth-child(1) {
        animation-delay: -0.32s;
    }

    .cobracore-typing-bubble .cobracore-dot:nth-child(2) {
        animation-delay: -0.16s;
    }

/* CHANGED: Renamed keyframe sequence to match cobracore prefix naming conventions */
@keyframes cobracoreBounce {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1.0);
    }
}

.cobracore-custom-chat-container {
    height: 100%;
    width: 100%;
}

 /* Target your custom chat window container class*/
.cobracore-chat-floating-window {
    z-index: 15000 !important;
    pointer-events: all !important;
    opacity: 0.1; /* CHANGED: Starts at 10% opacity initially */
    transform: translateY(20px); /* Slightly deeper start position for a longer glide */
    animation: cobracoreFadeInUp 1.2s ease-out forwards; /* CHANGED: Increased duration to 1.8 seconds and switched to ease-in-out */
    transition: opacity 0.3s ease, transform 0.3s ease; /* Smooth transitions for dragging/resizing so it doesn't feel rigid */
}

/* Ensure the inner Telerik components inside this specific window accept mouse actions*/
    .cobracore-chat-floating-window .k-window-content,
    .cobracore-chat-floating-window .k-chat {
        padding: 0 !important;
        pointer-events: all !important;
    }

/* Keyframes to orchestrate the smooth opacity and positioning lift */
@keyframes cobracoreFadeInUp {
    0% {
        opacity: 0.1; /* CHANGED: Animation starts lifting from 10% opacity */
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0); /* Settles into its natural coordinates */
    }
}

/* Styling for the floating container button */
.cobracore-chat-scroll-btn {
    position: absolute;
    bottom: 30px;
    right: 25px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    z-index: 10;
    background-color: rgba(33, 37, 41, 0.3) !important; /* Semi-transparent background */
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    backdrop-filter: blur(2px); /* Glassmorphism background effect */
    transition: all 0.2s ease-in-out;
}

    /* Adds high-contrast hover visibility and a responsive down-click nudge effect */
    .cobracore-chat-scroll-btn:hover {
        background-color: rgba(33, 37, 41, 0.8) !important;
        transform: translateY(2px);
    }

    .cobracore-chat-scroll-btn .k-svg-icon {
        font-size: 1.15rem;
        fill: currentColor;
    }




/* ===================================================================
   LAUNCHER BUTTON LAYER MANAGEMENT
   =================================================================== */

/* Clear all windows and stay sticky just beneath the open chat window */
.cobracore-launcher {
    position: fixed !important;
    bottom: 50px;
    right: 20px;
    padding: 3px !important;
    background-color: white !important;
    overflow: visible !important;
    z-index: 14999 !important; /* Right below the chat window, above everything else */
    pointer-events: all !important;
    /* Set base transparency (0.6 is 60% opaque) */
    opacity: 0.6;
    /* Smooth fade effect when hovering or moving */
    transition: opacity 0.3s ease-in-out;
    /* Ensure it stays on top of everything */
}
    .cobracore-launcher:hover {
        /* Become fully visible when the user hovers to interact */
        opacity: 1;
    }


.cobracore-launcher-badge {
    position: absolute;
    top: -3px;
    left: -8px;
    background-color: #485cee;
    color: white;
    font-size: 9px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    line-height: 1;
}
 

.cobracore-launcher-icon {
    width: 40px;
    height: 40px;
    display: block;
}



/* Container styling to ensure correct alignment and pointer cursor */
.cobracore-scac-warning-icon {
    display: inline-flex;
    align-items: center;
    cursor: help; /* Changes cursor to a question/help mark on hover */
}

/* Target the Telerik Svg Icon */
.cobracore-scac-warning {
    color: #ff6f00 !important; /* Vivid Dark Orange / Amber */
    fill: #ff6f00 !important; /* Forces the inner SVG paths to match */
    font-size: 1.2rem; /* Slightly scales up the icon visibility */
    /* Adds a soft orange glow to help it pop against both light and dark backgrounds */
    filter: drop-shadow(0px 0px 3px rgba(255, 111, 0, 0.5));
    /* Optional: Soft pulse animation to draw attention without being annoying */
    animation: cobracore-warning-pulse 2.5s infinite ease-in-out;
}

@keyframes cobracore-warning-pulse {
    0% {
        opacity: 0.7;
        transform: scale(.9);
    }

    50% {
        opacity: 1;
        transform: scale(1.1);
    }

    100% {
        opacity: 0.7;
        transform: scale(.9);
    }
}


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

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

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

.content {
    padding-top: 1.1rem;
}

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

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.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."
    }
*/
