@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* _content/IronSight.Admin/Components/Common/Button/BaseFilterButton.razor.rz.scp.css */
button[b-cg1s2whq16] {
    border-left-width: 0 !important;
}

button:first-of-type[b-cg1s2whq16] {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

button:last-of-type[b-cg1s2whq16] {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
/* _content/IronSight.Admin/Components/Common/DataGrid/DataGrid.razor.rz.scp.css */
@media (max-width:640px) {

    #full-grid.more-right[b-kd2ognav5y] {
        box-shadow: -40px 40px 40px -20px rgb(243 244 246) inset;
    }

    #full-grid.more-left[b-kd2ognav5y] {
        box-shadow: 40px 40px 40px -20px rgb(243 244 246) inset;
    }

    #full-grid.more-left.more-right[b-kd2ognav5y] {
        box-shadow: -40px 40px 40px -20px rgb(243 244 246) inset,
                    40px 40px 40px -20px rgb(243 244 246) inset;
    }

    @media (prefers-color-scheme: dark) {
        #full-grid.more-right[b-kd2ognav5y] {
            box-shadow: -40px 40px 40px -20px rgb(55 65 81) inset;
        }

        #full-grid.more-left[b-kd2ognav5y] {
            box-shadow: 40px 40px 40px -20px rgb(55 65 81) inset;
        }

        #full-grid.more-left.more-right[b-kd2ognav5y] {
            box-shadow: -40px 40px 40px -20px rgb(55 65 81) inset,
                        40px 40px 40px -20px rgb(55 65 81) inset;
        }
    }

    .arrow-wrapper[b-kd2ognav5y] {
        position: absolute;
        top: 0px;
        right: 0px;
        height: 64px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
    }

    #right-arrow[b-kd2ognav5y], #left-arrow[b-kd2ognav5y] {
        opacity: 0.2;
    }

    #full-table.more-right #right-arrow[b-kd2ognav5y],
    #full-table.more-left #left-arrow[b-kd2ognav5y] {
        opacity: 1;
    }
}

@media (min-width:640px) {
    .arrow-wrapper[b-kd2ognav5y] {
        display: none;
    }
}
/* _content/IronSight.Admin/Components/Common/DataTable/BodyCard.razor.rz.scp.css */
.body-card-action-buttons[b-85a8nurk5v] {
    visibility: hidden;
}

/*
 * We want to display the body card's delete button whenever the parent table row anchor tag is hovered.
 * Whenever a child of the anchor tag is hovered, the @onmouseout event fires briefly followed by the @onmouseover;
 * this results in the button jankily flashing hidden then visible for a split second.
 * By using CSS instead, we avoid this jankiness.
 */
.body-card-anchor:hover .body-card-action-buttons[b-85a8nurk5v] {
    visibility: visible;
}

.body-card-anchor:hover .body-card-right-column[b-85a8nurk5v] {
    visibility: hidden;
}

[b-85a8nurk5v] .action-button.loading {
    visibility: visible;
}

.body-card-description:empty[b-85a8nurk5v]:before {
    content: "\200b"; /* unicode zero width space, to maintain line height when description is empty */
}
/* _content/IronSight.Admin/Components/Common/DataTable/ItemsTable.razor.rz.scp.css */
#full-table[b-mk0b3k6g64] {
    position: relative;
}

@media (max-width:640px) {

    #full-table.more-right[b-mk0b3k6g64] {
        box-shadow: -40px 40px 40px -20px rgb(243 244 246) inset;
    }

    #full-table.more-left[b-mk0b3k6g64] {
        box-shadow: 40px 40px 40px -20px rgb(243 244 246) inset;
    }

    #full-table.more-left.more-right[b-mk0b3k6g64] {
        box-shadow: -40px 40px 40px -20px rgb(243 244 246) inset, 
                    40px 40px 40px -20px rgb(243 244 246) inset;
    }
    
    @media (prefers-color-scheme: dark) {    
        #full-table.more-right[b-mk0b3k6g64] {
            box-shadow: -40px 40px 40px -20px rgb(55 65 81) inset;
        }

        #full-table.more-left[b-mk0b3k6g64] {
            box-shadow: 40px 40px 40px -20px rgb(55 65 81) inset;
        }

        #full-table.more-left.more-right[b-mk0b3k6g64] {
            box-shadow: -40px 40px 40px -20px rgb(55 65 81) inset, 
                        40px 40px 40px -20px rgb(55 65 81) inset;
        }
    }

    .arrow-wrapper[b-mk0b3k6g64] {
        position: absolute;
        top: 0px;
        right: 0px;
        height: 64px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
    }

    #right-arrow[b-mk0b3k6g64], #left-arrow[b-mk0b3k6g64] {
        opacity: 0.2;
    }
    
    #full-table.more-right #right-arrow[b-mk0b3k6g64], 
    #full-table.more-left #left-arrow[b-mk0b3k6g64] {
        opacity: 1;
    }
}

@media (min-width:640px) {
    .arrow-wrapper[b-mk0b3k6g64] {
        display: none;
    }
}
/* _content/IronSight.Admin/Components/Common/SideNav/SideNavSelector.razor.rz.scp.css */
div:first-of-type[b-0f5g5f9qv4] {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

div:last-of-type[b-0f5g5f9qv4] {
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
/* _content/IronSight.Admin/Components/Forms/PriceBook/PriceBookItemForm.razor.rz.scp.css */
[b-eon1oi2hve] input[type="date"]::-webkit-calendar-picker-indicator {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

@media (prefers-color-scheme: dark){
    [b-eon1oi2hve] input[type="date"]::-webkit-calendar-picker-indicator {
        filter: invert(1);
    }
}
/* _content/IronSight.Admin/Components/Forms/Team/TeamForm.razor.rz.scp.css */
button[b-avbw7o18q2] {
    border-left-width: 0 !important;
}

button:first-of-type[b-avbw7o18q2] {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

button:last-of-type[b-avbw7o18q2] {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
/* _content/IronSight.Admin/Components/Layout/ProfileDropdown.razor.rz.scp.css */
.profile-dropdown[b-xe315dslg9] {
    display: flex;
    align-items: center;
    color: var(--color-white);
    width: 4rem;
}

.profile-dropdown button[b-xe315dslg9] {
    background: unset;
    border: unset;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: unset;
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0.5ch;
    cursor: pointer;
}


.profile-dropdown button img[b-xe315dslg9] {
    width: 2rem;
    height: 2rem;
}

.dropdown-options[b-xe315dslg9] {
    position: absolute;
    top: 3rem;
    right: 1rem;
    min-width: 6rem;
    background-color: var(--color-white);
    border-radius: 16px;
    box-shadow: 0 0 2px rgb(0 0 0 / 10%), 0 2px 4px rgb(0 0 0 / 10%);

    list-style: none;
    margin: 0;
    padding: 1rem;

    color: var(--color-grey);

    z-index: 2;
}

.dropdown-options li[b-xe315dslg9] {
    line-height: 1.5;
}

.dropdown-options a[b-xe315dslg9], .dropdown-options a:visited[b-xe315dslg9] {
    color: unset;
}

.dropdown-options a:hover[b-xe315dslg9] {
    color: var(--color-blue--dark)
}
/* _content/IronSight.Admin/Components/Pages/Automation/SensorDetails.razor.rz.scp.css */

.sensor-details-container[b-550od5k7gy] {
    container-name: sensor-details;
    container-type: inline-size;
}

.grid-layout[b-550od5k7gy] {
    display: grid;
    gap: 2rem;
    grid-template-columns: 260px 1fr;
    grid-template-rows: auto;
    grid-template-areas:
    "stats chart"
}

.stats[b-550od5k7gy] {
    grid-area: stats;
}
.chart[b-550od5k7gy] {
    grid-area: chart;
}

@container sensor-details (width < 1200px) {
    .grid-layout[b-550od5k7gy] {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-template-areas:
        "chart"
        "stats"
    }
}

@container sensor-details (width > 1400px) {
    .grid-layout[b-550od5k7gy] {
        grid-template-columns: 300px 1fr;
        grid-template-rows: auto;
        grid-template-areas:
        "stats chart"
    }
}

/* _content/IronSight.Admin/Components/Pages/Automation/TriggerDetails.razor.rz.scp.css */

.trigger-details-container[b-np1noskm94] {
    container-name: trigger-details;
    container-type: inline-size;
}

.grid-layout[b-np1noskm94] {
    display: grid;
    gap: 2rem;
    grid-template-columns: 260px 260px 1fr;
    grid-template-rows: auto;
    grid-template-areas:
    "stats jobs chart"
}

.stats[b-np1noskm94] {
    grid-area: stats;
}
.jobs[b-np1noskm94] {
    grid-area: jobs;
}
.chart[b-np1noskm94] {
    grid-area: chart;
}

@container trigger-details (width < 1200px) {
    .grid-layout[b-np1noskm94] {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas:
        "chart chart"
        "stats jobs"
    }
}

@container trigger-details (width > 1400px) {
    .grid-layout[b-np1noskm94] {
        grid-template-columns: 300px 300px 1fr;
        grid-template-rows: auto;
        grid-template-areas:
        "stats jobs chart"
    }
}

/* _content/IronSight.Admin/Components/Pages/Hubs/Hubs.razor.rz.scp.css */
/*
 * Remove the default border and background color applied by the DataTable.
 * Our alternate hub UI "cards" will set their own background color.
 */
[b-goefzo6aa7] .data-table {
    background-color: transparent;
    border-width: 0;
    --tw-shadow: 0;
}

[b-goefzo6aa7] .data-table nav button {
    background-color: white;
}
