@import '_content/BarberShop.BlazorLib/BarberShop.BlazorLib.sc2pwzg89x.bundle.scp.css';

/* /Components/CustomerBookingsComp.razor.rz.scp.css */
.customer-bookings-toolbar[b-t414c9m7uo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.customer-bookings-empty[b-t414c9m7uo] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
}

@media (max-width: 480px) {
    .customer-bookings-toolbar[b-t414c9m7uo] {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .customer-bookings-empty[b-t414c9m7uo] {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 8px 12px;
    }

    .customer-bookings-empty .mud-button-root[b-t414c9m7uo] {
        grid-column: 1 / -1;
        justify-self: center;
    }
}
/* /Components/Sport/SportMatchCard.razor.rz.scp.css */
.sport-match-card[b-0w73eafano] {
    cursor: pointer;
    border-radius: 8px;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.sport-match-card:hover[b-0w73eafano] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
}

.sport-match-card-logo[b-0w73eafano] {
    width: 48px;
    height: 48px;
    margin: 0 auto 6px;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.sport-match-card-logo img[b-0w73eafano] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* /Components/WF/WfCanvas.razor.rz.scp.css */
/* scoped styles for WfCanvas */

[b-m8qmj4drcu] .wf-port-dot:hover {
    transform: scale(1.4);
    box-shadow: 0 0 0 3px rgba(25, 118, 210, .3);
}

[b-m8qmj4drcu] .wf-node-header:active {
    cursor: grabbing !important;
}

/* connection hover feedback */
[b-m8qmj4drcu] path[data-connection-id]:hover {
    stroke: #42a5f5 !important;
    stroke-width: 3.5 !important;
}
/* /Pages/AppHomePage.razor.rz.scp.css */
.app-home-partner-header[b-5ix8d0co72] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.app-home-partner-logo-container[b-5ix8d0co72] {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
}

.app-home-partner-logo-container.rectangular[b-5ix8d0co72] {
    width: min(180px, 45vw);
    height: 72px;
    flex-basis: min(180px, 45vw);
    border-radius: 4px;
}

.app-home-partner-logo[b-5ix8d0co72] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app-home-partner-logo-container.rectangular .app-home-partner-logo[b-5ix8d0co72] {
    object-fit: contain;
}

.app-home-partner-name[b-5ix8d0co72] {
    margin: 0;
    overflow-wrap: anywhere;
    text-align: left;
}
/* /Pages/CashPaymentPage.razor.rz.scp.css */
.cash-payment-actions-container[b-xk6ch8ws8g] {
    container-type: inline-size;
    margin-top: 12px;
}

.cash-payment-actions[b-xk6ch8ws8g] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
}

.cash-payment-actions[b-xk6ch8ws8g]  .mud-button-root {
    min-height: 48px;
    padding-inline: 12px;
    font-size: 0.8125rem;
    white-space: normal;
}

@container (min-width: 520px) {
    .cash-payment-actions[b-xk6ch8ws8g] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* /Pages/Cxm/CxmHomePageV1.razor.rz.scp.css */
.cxm-hero[b-fwuxbnhgk1] {
    min-height: 430px;
    display: grid;
    place-items: center;
    padding: 48px 24px;
    background:
        linear-gradient(135deg, transparent 0 74%, rgba(255, 255, 255, .05) 74% 76%, transparent 76%),
        linear-gradient(125deg, #1d345c, #39659e);
    background-size: 72px 72px, auto;
}

.cxm-hero-content[b-fwuxbnhgk1] {
    width: min(100%, 1000px);
}

.cxm-hero[b-fwuxbnhgk1]  .cxm-title,
.cxm-hero[b-fwuxbnhgk1]  .cxm-subtitle {
    color: #fff !important;
    text-align: center;
}

.cxm-hero[b-fwuxbnhgk1]  .cxm-title {
    font-weight: 800;
}

.cxm-hero[b-fwuxbnhgk1]  .cxm-title span {
    color: #ff9d24;
}

.cxm-hero[b-fwuxbnhgk1]  .cxm-subtitle {
    margin: 12px 0 34px;
}

.cxm-hero[b-fwuxbnhgk1]  .cxm-search {
    border-radius: 8px;
}

.cxm-search-grid[b-fwuxbnhgk1] {
    display: grid;
    grid-template-columns: 3fr 3fr 4fr 2fr;
    gap: 16px;
    align-items: center;
}

.cxm-search-name[b-fwuxbnhgk1] {
    grid-column: 1 / -1;
}

.cxm-hero[b-fwuxbnhgk1]  .cxm-search-button {
    height: 56px;
    font-weight: 700;
}

.cxm-content-shell[b-fwuxbnhgk1]  .cxm-content {
    background: var(--mud-palette-background-gray);
}

.cxm-content-shell[b-fwuxbnhgk1]  .cxm-section-title {
    color: var(--mud-palette-primary);
    font-weight: 800;
    margin-bottom: 20px;
}

.cxm-content-shell[b-fwuxbnhgk1]  .cxm-category {
    min-height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    cursor: pointer;
    border-radius: 8px;
    transition: transform .18s ease, box-shadow .18s ease;
}

.cxm-content-shell[b-fwuxbnhgk1]  .cxm-category:hover,
.cxm-content-shell[b-fwuxbnhgk1]  .cxm-category:focus-visible,
.cxm-content-shell[b-fwuxbnhgk1]  .cxm-partner-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(20, 35, 60, .16);
}

.cxm-content-shell[b-fwuxbnhgk1]  .cxm-category-icon {
    width: 86px;
    height: 86px;
}

.cxm-content-shell[b-fwuxbnhgk1]  .cxm-partner-card {
    height: 100%;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease;
}

@media (max-width: 600px) {
    .cxm-hero[b-fwuxbnhgk1] {
        min-height: 0;
        padding: 32px 16px;
    }

    .cxm-hero[b-fwuxbnhgk1]  .cxm-title {
        font-size: 2rem;
        line-height: 1.18;
    }

    .cxm-hero[b-fwuxbnhgk1]  .cxm-subtitle {
        font-size: 1rem;
        margin-bottom: 24px;
    }

    .cxm-search-grid[b-fwuxbnhgk1] {
        grid-template-columns: 1fr;
    }

    .cxm-content-shell[b-fwuxbnhgk1]  .cxm-category {
        min-height: 145px;
        padding: 12px !important;
    }

    .cxm-content-shell[b-fwuxbnhgk1]  .cxm-category-icon {
        width: 70px;
        height: 70px;
    }
}
/* /Pages/PartnerBookingsPage.razor.rz.scp.css */
.bookings-header[b-0qpap3puje],
.booking-card-header[b-0qpap3puje] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.bookings-title[b-0qpap3puje] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
}

.bookings-filters[b-0qpap3puje] {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(260px, 1fr) auto;
    align-items: center;
    gap: 1rem;
}

.bookings-list[b-0qpap3puje] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr));
    gap: 1rem;
}

.booking-card[b-0qpap3puje] {
    cursor: pointer;
    border-left: 4px solid var(--mud-palette-primary);
    transition: transform 120ms ease, box-shadow 120ms ease;
}

.booking-card:hover[b-0qpap3puje] {
    transform: translateY(-2px);
    box-shadow: var(--mud-elevation-4);
}

.booking-card .mud-card-content[b-0qpap3puje] {
    padding: 0.9rem 1rem 0.75rem !important;
}

.booking-card .mud-card-actions[b-0qpap3puje] {
    flex-wrap: wrap;
    gap: 0.5rem;
    padding-top: 0.25rem !important;
}

.booking-details[b-0qpap3puje] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem 0.85rem;
    margin-top: 0.75rem;
}

.booking-detail[b-0qpap3puje] {
    display: grid;
    grid-template-columns: 1.25rem minmax(0, 1fr);
    align-items: start;
    gap: 0.45rem;
    min-width: 0;
    padding: 0.5rem 0.6rem;
    border-radius: 0.7rem;
    background: rgba(var(--mud-palette-primary-rgb), 0.04);
    border: 1px solid rgba(var(--mud-palette-lines-default-rgb), 0.35);
    overflow-wrap: anywhere;
}

.booking-detail > div[b-0qpap3puje] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
}

.booking-detail .mud-typography-caption[b-0qpap3puje] {
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-size: 0.64rem;
    text-transform: uppercase;
}

.booking-detail .mud-typography-body2[b-0qpap3puje] {
    line-height: 1.3;
    font-size: 0.87rem;
}

.booking-detail-wide[b-0qpap3puje] {
    grid-column: 1 / -1;
}

@media (max-width: 700px) {
    .bookings-header[b-0qpap3puje],
    .booking-card-header[b-0qpap3puje] {
        align-items: flex-start;
        flex-direction: column;
    }

    .bookings-filters[b-0qpap3puje],
    .booking-details[b-0qpap3puje] {
        grid-template-columns: 1fr;
    }

    .booking-detail-wide[b-0qpap3puje] {
        grid-column: auto;
    }

    .booking-detail[b-0qpap3puje] {
        padding: 0.45rem 0.55rem;
    }
}
