/* /Components/Pages/AiHistory/AiHistory.razor.rz.scp.css */
.ai-stat-card[b-zex0oapov0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 12px 20px;
    background: var(--mud-palette-surface);
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0,0,0,.08);
    min-width: 110px;
    text-align: center;
}

.ai-stat-value[b-zex0oapov0] {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--mud-palette-text-primary);
}

.ai-stat-label[b-zex0oapov0] {
    font-size: 11px;
    opacity: 0.55;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.ai-history-list[b-zex0oapov0] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ai-history-item[b-zex0oapov0] {
    background: var(--mud-palette-surface);
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,.07);
    overflow: hidden;
    transition: box-shadow .15s;
}

.ai-history-item:hover[b-zex0oapov0] {
    box-shadow: 0 3px 8px rgba(0,0,0,.13);
}

.ai-history-item-expanded[b-zex0oapov0] {
    box-shadow: 0 3px 10px rgba(0,0,0,.12);
}

.ai-history-header[b-zex0oapov0] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 14px;
    cursor: pointer;
    user-select: none;
}

.ai-history-question[b-zex0oapov0] {
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.ai-history-meta[b-zex0oapov0] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
    gap: 1px;
}

.ai-history-user[b-zex0oapov0] {
    font-size: 11px;
    opacity: 0.65;
    white-space: nowrap;
}

.ai-history-date[b-zex0oapov0] {
    font-size: 11px;
    opacity: 0.45;
    white-space: nowrap;
}

.ai-history-answer[b-zex0oapov0] {
    padding: 0 14px 14px 34px;
    font-size: 13px;
    border-top: 1px solid rgba(0,0,0,.06);
    padding-top: 10px;
}
/* /Components/Pages/BuddyDetails/BuddyDetailsComponent.razor.rz.scp.css */
.in-page-container[b-rt3atmperm] {
    display: flex;
}

.left[b-rt3atmperm] {
    width: 66%;
}

.right[b-rt3atmperm] {
    width: 34%;
}

@media (max-width: 959.9px) {
    .in-page-container[b-rt3atmperm] {
        flex-direction: column;
    }

    .left[b-rt3atmperm], .right[b-rt3atmperm] {
        width: 100%;
    }
}

.downArrow[b-rt3atmperm] {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 40px solid #D0E8F6;
}

.desktop-photo-container[b-rt3atmperm] {
    position: absolute;
    right: 0;
    top: -110px;
    display: flex;
    align-items: center;
}

.name-row[b-rt3atmperm] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.frontrunner-badge[b-rt3atmperm] {
    width: 60px;
    height: 75px;
    filter: drop-shadow(0 1px 3px rgba(0,0,0,0.25));
    cursor: default;
    flex-shrink: 0;
    margin-left: -15px;
}
/* /Components/Pages/BuddyManagement/CreateEditBuddy.razor.rz.scp.css */
.step[b-7sg966mpn9] {
    display: flex;
    flex-direction: column;
    align-items: center; /* horizontally center children */
    text-align: center; /* center text inside the <div> */
}

.wizard-arrow[b-7sg966mpn9] {
    border-bottom: 5px solid #00adef;
    border-right: 5px solid #00adef;
    transform: rotate(-45deg);
    margin: 30px;
    height: 20px;
    width: 20px;
}

.wizard-image[b-7sg966mpn9] {
    height: 60px;
}

.step:hover[b-7sg966mpn9] {
    cursor: pointer;
}

.other-step-text[b-7sg966mpn9], .current-step-text[b-7sg966mpn9] {
    font-weight: bold;
}
/*
.other-step-text {
    color: #777779 ;
}
*/
.current-step-text[b-7sg966mpn9] {
    color: #00adef;
}
/* /Components/Pages/Dashboard/BuddyTileComponent.razor.rz.scp.css */
.tile[b-g450fwp2xg] {
    aspect-ratio: 3 / 1;
    border: 2px solid lightgray;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; /* For ribbon */
    overflow: hidden; /* For ribbon */
}

.ribbon[b-g450fwp2xg] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    overflow: hidden;
    z-index: 10;
}
.ribbon span[b-g450fwp2xg] {
    position: absolute;
    display: block;
    width: 150px;
    padding: 8px 0;
    background-color: var(--mud-palette-primary);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    color: #fff;
    font: 700 12px/1 'Arial', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
    text-transform: uppercase;
    text-align: center;
    right: -35px;
    top: 25px;
    transform: rotate(45deg);
}
.spotlighted span[b-g450fwp2xg] {
    background-color: gold;
    color: #7B3F00;
}

.left-column[b-g450fwp2xg] {
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2%;
}
.left-column-image[b-g450fwp2xg] {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
}
.middle-column[b-g450fwp2xg] {
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 2% 2% 0 2%;
}
.right-column[b-g450fwp2xg] {
    width: 30%;
    height: 100%;
    padding: 2%;
}

@media (width < 600px) {
    .tile[b-g450fwp2xg] {
        aspect-ratio: 2 / 1;
    }
    .left-column[b-g450fwp2xg] {
        display: none;
    }
    .middle-column[b-g450fwp2xg] {
        width: 50%;
    }
    .right-column[b-g450fwp2xg] {
        width: 50%;
    }
}

.tile-hover-overlay[b-g450fwp2xg] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 20; /* Higher than the ribbon (z-index 10) */
}

@media (hover: hover) { /* Only apply hover effects on devices that support hover */
    .tile:hover .tile-hover-overlay[b-g450fwp2xg] {
        opacity: 1;
    }
}

.slogan[b-g450fwp2xg] {
    color: white;
    font-style: italic;
    font-weight: 500;
    font-size: 1.1rem;
}
.company-name[b-g450fwp2xg] {
    color: white;
    font-weight: 600;
    font-size: 1.3rem;
}

.top-logo[b-g450fwp2xg] {
    height: 30%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.about-description[b-g450fwp2xg] {
    margin-top: 2%;
    height: 68%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.8) 75%, rgba(0,0,0,0) 100%);
}
.right-column-subarea[b-g450fwp2xg] {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 3px solid var(--mud-palette-tertiary);
}
.right-column-subarea > *[b-g450fwp2xg] {
    translate: 4%;
}
.employee-square-image[b-g450fwp2xg] {
    width: 80%;
    aspect-ratio: 1/1;
    border-radius: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
}

.frontrunner-badge[b-g450fwp2xg] {
    position: absolute;
    right: -14px;
    top: -8px;
    translate: none;
    width: 52px;
    height: 65px;
    filter: drop-shadow(0 1px 3px rgba(0,0,0,0.25));
    z-index: 5;
    cursor: default;
}
/* /Components/Pages/Dashboard/Dashboard.razor.rz.scp.css */
.vertically-center-content[b-9h6f9y7jds] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.subtitle[b-9h6f9y7jds] {
    margin-top: 50px;
    text-align: center;
    border-top: 1px solid var(--mud-palette-primary);
    border-left: 1px solid var(--mud-palette-primary);
    border-right: 1px solid var(--mud-palette-primary);
    color: var(--mud-palette-primary);
    font-size: 20px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.flex-wrap-center[b-9h6f9y7jds] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.tile-grid[b-9h6f9y7jds] {
    display: grid;
    grid-template-columns: 1fr; /* Mobile default */
    gap: 20px;
    margin-bottom: 20px;
}

@media (min-width: 1000px) {
    .tile-grid[b-9h6f9y7jds] {
        grid-template-columns: repeat(2, 1fr);
    }
}

.tile-spacer[b-9h6f9y7jds] {
    color: var(--mud-palette-text-secondary);
    padding: 20px;
    text-align: center;
    aspect-ratio: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.daily-order-label[b-9h6f9y7jds] {
    color: var(--mud-palette-text-secondary);
    text-align: center;
    font-size: 0.8rem;
    margin: 0 0 20px;
    opacity: 0.8;
}

@media (width < 1550px) {
    #search-section[b-9h6f9y7jds] {
        margin: 0 2.5%;
        width: 95%;
    }
}
/* /Components/Shared/CustomTabs.razor.rz.scp.css */
.custom-tabs-container[b-kc58kxq70i] {
    border-radius: 8px;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12); /* MudBlazor Elevation=2 */
    background-color: var(--mud-palette-surface, #ffffff);
    overflow: hidden;
}

.custom-tabs-header[b-kc58kxq70i] {
    display: flex;
    flex-wrap: wrap; /* This ensures the tabs wrap to a new line */
    gap: 4px;
    background-color: var(--mud-palette-background, #f5f5f5);
    padding: 8px 8px 0 8px;
    border-bottom: 1px solid var(--mud-palette-lines-default, #e0e0e0);
}

.custom-tab-button[b-kc58kxq70i] {
    padding: 12px 16px;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--mud-palette-text-primary, #424242);
    transition: background-color 0.2s, border-color 0.2s;
    border-radius: 4px 4px 0 0;
}

    .custom-tab-button:hover[b-kc58kxq70i] {
        background-color: rgba(0, 0, 0, 0.04);
    }

    .custom-tab-button.active[b-kc58kxq70i] {
        border-bottom: 2px solid var(--mud-palette-primary, #594ae2); /* Primary color accent */
        color: var(--mud-palette-primary, #594ae2);
    }

.custom-tabs-body[b-kc58kxq70i] {
    padding: 16px;
}
