/* /Components/General/Assignment.razor.rz.scp.css */
/* ── Skeleton shimmer while AI recommendation is loading ─────────────────── */

.rec-skeleton[b-wy4or2gou0] {
    padding: 0.6rem 0.75rem;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.rec-skeleton-line[b-wy4or2gou0] {
    height: 0.95rem;
    margin-bottom: 0.55rem;
    border-radius: 3px;
    background: linear-gradient(90deg, #e9ecef 25%, #d3d9df 50%, #e9ecef 75%);
    background-size: 200% 100%;
    animation: rec-shimmer-b-wy4or2gou0 1.4s ease-in-out infinite;
}

.rec-skeleton-line:last-child[b-wy4or2gou0] {
    margin-bottom: 0;
}

@keyframes rec-shimmer-b-wy4or2gou0 {
    0%   { background-position:  200% 0; }
    100% { background-position: -200% 0; }
}

/* ── Loaded: summary card ─────────────────────────────────────────────────── */

.rec-card[b-wy4or2gou0] {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    background-color: #f8f9fa;
}

.rec-summary[b-wy4or2gou0] {
    padding: 0.5rem 0.75rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.rec-choices[b-wy4or2gou0] {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.95rem;
    gap: 0;
}

.rec-sep[b-wy4or2gou0] {
    color: #6c757d;
}

.rec-fee[b-wy4or2gou0] {
    color: #495057;
}

.rec-details[b-wy4or2gou0] {
    padding: 0.5rem 0.75rem 0.6rem;
    border-top: 1px solid #dee2e6;
    font-size: 0.9rem;
    white-space: pre-wrap;
    line-height: 1.5;
}

/* Show row separator lines only — no column borders. */
.table-bordered td[b-wy4or2gou0],
.table-bordered th[b-wy4or2gou0] {
    border: none !important;
    border-bottom: 1px solid #dee2e6 !important;
}

.table-bordered tbody tr:last-child td[b-wy4or2gou0],
.table-bordered tbody tr:last-child th[b-wy4or2gou0] {
    border-bottom: none !important;
}
/* /Components/General/FileInfo.razor.rz.scp.css */
/* Show row separator lines only — no column borders.
   Uses !important to override Bootstrap 5's .table-bordered styles,
   which would otherwise add column borders and conflict with collapsed borders on tr. */
.table-bordered td[b-iuz309tuds],
.table-bordered th[b-iuz309tuds] {
    border: none !important;
    border-bottom: 1px solid #dee2e6 !important;
}

.table-bordered tbody tr:last-child td[b-iuz309tuds],
.table-bordered tbody tr:last-child th[b-iuz309tuds] {
    border-bottom: none !important;
}
/* /Components/General/IncompleteMap2.razor.rz.scp.css */
/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
#map[b-a1iu9soz1x] {
    height: 100%;
}

/* 
 * Optional: Makes the sample page fill the window. 
 */
html[b-a1iu9soz1x],
body[b-a1iu9soz1x] {
    height: 100%;
    margin: 0;
    padding: 0;
}

/* set the default transition time */
:root[b-a1iu9soz1x] {
    --delay-time: .5s;
}

#map[b-a1iu9soz1x] {
    height: 100%;
}

#mapContainer[b-a1iu9soz1x] {
    height: 100%;
}

html[b-a1iu9soz1x],
body[b-a1iu9soz1x] {
    height: 100%;
    margin: 0;
    padding: 0;
}

@keyframes drop-b-a1iu9soz1x {
    0% {
        transform: translateY(-200px) scaleY(0.9);
        opacity: 0;
    }

    5% {
        opacity: 0.7;
    }

    50% {
        transform: translateY(0px) scaleY(1);
        opacity: 1;
    }

    65% {
        transform: translateY(-17px) scaleY(0.9);
        opacity: 1;
    }

    75% {
        transform: translateY(-22px) scaleY(0.9);
        opacity: 1;
    }

    100% {
        transform: translateY(0px) scaleY(1);
        opacity: 1;
    }
}

.drop[b-a1iu9soz1x] {
    animation: drop-b-a1iu9soz1x 0.3s linear forwards var(--delay-time);
}

.ui-button[b-a1iu9soz1x] {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    height: 40px;
    cursor: pointer;
}

    .ui-button:hover[b-a1iu9soz1x] {
        background: rgb(235, 235, 235);
    }
/* /Components/General/UploadedAppraisals.razor.rz.scp.css */
.ccFileRowFormatting[b-mkhguvhs0u] {
    background-color: turquoise !important;
}

.normalFileRowFormatting[b-mkhguvhs0u] {
    background-color: transparent;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-sfburyw0cl] {
    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[b-sfburyw0cl] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Track/FileEdit.razor.rz.scp.css */
CustomFont[b-n0zo92l51o] {
    color: black;
    font-family: Geneva, Verdana, Tahoma, sans-serif;
}

/* Weekend date highlighting - light red background */
/*::deep .weekend-date .k-input-inner,
::deep .weekend-date input.k-input-inner {
    background-color: #ffcccc !important;
}

::deep .weekend-date .k-input {
    background-color: #ffcccc !important;
}*/
