@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.iitr8bszy4.bundle.scp.css';

/* _content/NinjaCoding/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-634k65c4va] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-634k65c4va] {
    flex: 1;
}

.sidebar[b-634k65c4va] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-634k65c4va] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-634k65c4va]  a, .top-row[b-634k65c4va]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-634k65c4va]  a:hover, .top-row[b-634k65c4va]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-634k65c4va]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-634k65c4va] {
        justify-content: space-between;
    }

    .top-row[b-634k65c4va]  a, .top-row[b-634k65c4va]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-634k65c4va] {
        flex-direction: row;
    }

    .sidebar[b-634k65c4va] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-634k65c4va] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-634k65c4va]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-634k65c4va], article[b-634k65c4va] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-634k65c4va] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-634k65c4va] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/NinjaCoding/Components/Pages/Admin/Releases/ReleaseInfo.razor.rz.scp.css */
[b-668lt1j3pw] .release-edit-notes-editor-shell {
    min-height: 120px;
    height: 160px;
    resize: vertical;
    overflow: hidden;
}

[b-668lt1j3pw] .release-edit-notes-editor {
    height: 100% !important;
    min-height: 100% !important;
    resize: none !important;
    overflow: hidden !important;
    border: 0 !important;
    box-shadow: none !important;
}

[b-668lt1j3pw] .release-edit-notes-editor .rz-html-editor-content {
    height: 100% !important;
    min-height: 100% !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    border: 0 !important;
    box-shadow: none !important;
}

[b-668lt1j3pw] .release-edit-notes-editor .rz-html-editor-toolbar {
    display: none !important;
}
/* _content/NinjaCoding/Components/Pages/Workspace/ClientReleases/ReleaseInfo.razor.rz.scp.css */
[b-maks095u0d] .release-edit-notes-editor-shell {
    min-height: 120px;
    height: 160px;
    resize: vertical;
    overflow: hidden;
}

[b-maks095u0d] .release-edit-notes-editor {
    height: 100% !important;
    min-height: 100% !important;
    resize: none !important;
    overflow: hidden !important;
    border: 0 !important;
    box-shadow: none !important;
}

[b-maks095u0d] .release-edit-notes-editor .rz-html-editor-content {
    height: 100% !important;
    min-height: 100% !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    border: 0 !important;
    box-shadow: none !important;
}

[b-maks095u0d] .release-edit-notes-editor .rz-html-editor-toolbar {
    display: none !important;
}
/* _content/NinjaCoding/Components/Pages/Workspace/JobBoards/JobBoards.razor.rz.scp.css */
.list-tasks-scroll[b-ickb548jm3] {
    scrollbar-width: thin; /* firefox: thin track */
    scrollbar-color: #cbd5e1 transparent; /* firefox: light slate thumb, no track bg */
}

    .list-tasks-scroll[b-ickb548jm3]::-webkit-scrollbar {
        width: 4px;
    }

    .list-tasks-scroll[b-ickb548jm3]::-webkit-scrollbar-track {
        background: transparent;
    }

    .list-tasks-scroll[b-ickb548jm3]::-webkit-scrollbar-thumb {
        background-color: #cbd5e1; /* slate-300 — subtle, light */
        border-radius: 9999px;
    }

        .list-tasks-scroll[b-ickb548jm3]::-webkit-scrollbar-thumb:hover {
            background-color: #94a3b8; /* slate-400 on hover */
        }




/* task list and board scrolling */
.board-scroll-shell[b-ickb548jm3] {
    scrollbar-width: none !important;
    -ms-overflow-style: none;
    overscroll-behavior: contain;
    cursor: grab;
}

    .board-scroll-shell[b-ickb548jm3]::-webkit-scrollbar {
        width: 0 !important;
        height: 0 !important;
        display: none !important;
    }

.board-scroll-shell--dragging[b-ickb548jm3] {
    cursor: grabbing;
}

.job-boards-pan-active[b-ickb548jm3],
.job-boards-pan-active *[b-ickb548jm3] {
    user-select: none;
}


/* column grows with content, caps at viewport height */
.list-column[b-ickb548jm3] {
    max-height: calc(100vh - var(--board-header-offset, 11rem) - 6rem);
    display: flex;
    flex-direction: column;
}

    /* tasks area scrolls when it overflows the column cap */
    .list-column > .list-tasks-scroll[b-ickb548jm3] {
        overflow-y: auto;
        min-height: 0;
    }
/* _content/NinjaCoding/Features/Admin/Support/Components/SupportTicketDetails.razor.rz.scp.css */
.ticket-reply-editor[b-mr1fxzq5ao] {
    height: 240px;
    min-height: 120px;
    resize: vertical;
    overflow: hidden;
}

    .ticket-reply-editor[b-mr1fxzq5ao]  .rz-html-editor {
        height: 100% !important;
        min-height: 0 !important;
    }

    .ticket-reply-editor[b-mr1fxzq5ao]  .rz-html-editor-content {
        height: calc(100% - 42px) !important;
        min-height: 0 !important;
        overflow-y: auto !important;
    }


/*.ticket-reply-editor ::deep .rz-html-editor {
    box-sizing: border-box;
    height: 240px !important;
    min-height: 240px !important;
    resize: vertical !important;
    overflow: hidden !important;
}

.ticket-reply-editor ::deep .rz-html-editor-content {
    box-sizing: border-box;
    height: calc(100% - 42px) !important;
    min-height: 0 !important;
    overflow-y: auto !important;
}*/
/* _content/NinjaCoding/Features/ExploreSection/ExploreSection.razor.rz.scp.css */
.gradient-border[b-2ch8r5m8ph] {
    /* 1. Set a transparent border to define the border's thickness. */
    border: 1px solid transparent;
    /* 2. Define two background layers:
       - The first is the gradient for the border.
       - The second is the actual background color of the card. */
    background-image: linear-gradient(rgba(23,23,23,1), rgba(23,23,23,1)), linear-gradient(162.87deg, #FF6200 7.73%, #2F2614 87.39%);
    /* 3. Set the origin and clipping for the backgrounds. */
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.gradient-border-alt[b-2ch8r5m8ph] {
    border: 1.5px solid transparent;
    /* The first background is the card's color (bg-gray-900 -> #111827), 
       and the second is the new gradient for the border. */
    background-image: linear-gradient(rgba(23,23,23,1), rgba(23,23,23,1)), linear-gradient(109.07deg, #FF6200 2.25%, #323232 20.64%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}


/****** button ********/
.btn-custom-orange[b-2ch8r5m8ph] {
    background: rgba(13, 14, 20, 1);
    border: 0.77px solid rgba(255, 98, 0, 0.2);
    border-radius: 69px;
    box-shadow: 0px -6px 6px 0px rgba(255, 98, 0, 0.1) inset, 0px 6px 6px 0px rgba(255, 98, 0, 0.1) inset;
}


/****  icon in circle shaped container      ****/

.icon-circle-container[b-2ch8r5m8ph] {
    position: relative;
    width: 160px;
    height: 160px;
    margin-left: 30px;
}

.icon-circle-item[b-2ch8r5m8ph] {
    position: absolute;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin: -24px 0 0 -24px;
}

    .icon-circle-item:nth-child(1)[b-2ch8r5m8ph] {
        transform: rotate(270deg) translateX(80px) rotate(-270deg);
    }

    .icon-circle-item:nth-child(2)[b-2ch8r5m8ph] {
        transform: rotate(321.43deg) translateX(80px) rotate(-321.43deg);
    }

    .icon-circle-item:nth-child(3)[b-2ch8r5m8ph] {
        transform: rotate(12.86deg) translateX(80px) rotate(-12.86deg);
    }

    .icon-circle-item:nth-child(4)[b-2ch8r5m8ph] {
        transform: rotate(64.29deg) translateX(80px) rotate(-64.29deg);
    }

    .icon-circle-item:nth-child(5)[b-2ch8r5m8ph] {
        transform: rotate(115.72deg) translateX(80px) rotate(-115.72deg);
    }

    .icon-circle-item:nth-child(6)[b-2ch8r5m8ph] {
        transform: rotate(167.15deg) translateX(80px) rotate(-167.15deg);
    }

    .icon-circle-item:nth-child(7)[b-2ch8r5m8ph] {
        transform: rotate(218.58deg) translateX(80px) rotate(-218.58deg);
    }
/* _content/NinjaCoding/Features/HomePage/Components/ContactSection.razor.rz.scp.css */
/* Fix dropdown caret spacing */
#subject[b-7u520o5afb] {
    padding-right: 3rem !important;
    background-position: right 2rem center !important;
}


/* _content/NinjaCoding/Features/Workspace/JobBoards/Components/JobTaskModalComponents/JobTaskCommentComposerSection.razor.rz.scp.css */
[b-5w0ifmem23] .job-task-comment-editor-shell {
    min-height: 7rem;
    height: 7rem;
    resize: vertical;
    overflow: hidden;
    border: 1px solid rgb(209 213 219);
    background: white;
    border-radius: 0.5rem;
}

[b-5w0ifmem23] .job-task-comment-editor {
    height: 100% !important;
    min-height: 100% !important;
    resize: none !important;
    overflow: hidden !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0.5rem !important;
    outline: none !important;
}

    [b-5w0ifmem23] .job-task-comment-editor .rz-html-editor-content {
        height: 100% !important;
        min-height: 100% !important;
        padding: 1rem 1.25rem !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        border: 0 !important;
        box-shadow: none !important;
        border-radius: 0.5rem !important;
        outline: none !important;
        color: rgb(51 65 85) !important;
        font-size: 1rem !important;
    }

        [b-5w0ifmem23] .job-task-comment-editor .rz-html-editor-content img {
            display: block;
            max-width: 80% !important;
            width: auto !important;
            height: auto !important;
            margin: 0.75rem auto;
            border-radius: 0.75rem;
            object-fit: contain;
        }

    [b-5w0ifmem23] .job-task-comment-editor .rz-html-editor-toolbar {
        display: none !important;
    }

/* hide placeholder when editor is focused */
[b-5w0ifmem23] .job-task-comment-editor-shell:focus-within .job-task-comment-placeholder {
    display: none;
}

/* _content/NinjaCoding/Features/Workspace/JobBoards/Components/JobTaskModalComponents/JobTaskCommentItemSection.razor.rz.scp.css */
[b-v2fk7vsh1u] .job-task-comment-item-editor-shell {
    min-height: 7rem;
    height: 7rem;
    resize: vertical;
    overflow: hidden;
    border: 1px solid rgb(209 213 219);
    background: white;
    border-radius: 0.75rem;
}

[b-v2fk7vsh1u] .job-task-comment-item-editor {
    height: 100% !important;
    min-height: 100% !important;
    resize: none !important;
    overflow: hidden !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0.75rem !important;
    outline: none !important;
}

    [b-v2fk7vsh1u] .job-task-comment-item-editor .rz-html-editor-content {
        height: 100% !important;
        min-height: 100% !important;
        padding: 1rem 1.25rem !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        border: 0 !important;
        box-shadow: none !important;
        border-radius: 0.75rem !important;
        outline: none !important;
        color: rgb(51 65 85) !important;
        font-size: 1rem !important;
    }

        [b-v2fk7vsh1u] .job-task-comment-item-editor .rz-html-editor-content img,
        [b-v2fk7vsh1u] .job-task-comment-content img {
            display: block;
            max-width: 80% !important;
            width: auto !important;
            height: auto !important;
            margin: 0.75rem auto;
            border-radius: 0.75rem;
            object-fit: contain;
            cursor: zoom-in;
        }


    [b-v2fk7vsh1u] .job-task-comment-item-editor .rz-html-editor-toolbar {
        display: none !important;
    }

/* _content/NinjaCoding/Features/Workspace/JobBoards/Components/JobTaskModalComponents/JobTaskDescriptionSection.razor.rz.scp.css */
[b-7h402ga8px] .job-task-description-editor-shell {
    min-height: 120px;
    height: 160px;
    resize: vertical;
    overflow: hidden;
    border-radius: 1rem;
}

[b-7h402ga8px] .job-task-description-editor {
    height: 100% !important;
    min-height: 100% !important;
    resize: none !important;
    overflow: hidden !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 1rem !important;
}

    [b-7h402ga8px] .job-task-description-editor .rz-html-editor-content {
        height: 100% !important;
        min-height: 100% !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        border: 0 !important;
        box-shadow: none !important;
        border-radius: 1rem !important;
    }

        [b-7h402ga8px] .job-task-description-editor .rz-html-editor-content img,
        [b-7h402ga8px] .job-task-description-content img {
            display: block;
            max-width: 80% !important;
            width: auto !important;
            height: auto !important;
            margin: 0.75rem auto;
            border-radius: 0.75rem;
            object-fit: contain;
            cursor: zoom-in;
        }

    [b-7h402ga8px] .job-task-description-editor .rz-html-editor-toolbar {
        display: none !important;
    }

