/* /Pages/NewOrder.razor.rz.scp.css */
/* /Pages/OrderBoard.razor.rz.scp.css */
.kanban-board[b-t5gz5ouhaq] {
    display: flex;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 20px 0;
    gap: 20px;
}

.kanban-column[b-t5gz5ouhaq] {
    -webkit-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    border: 1px solid #ddd;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    background-color: #f0f0f0;
    width: 273px;
    padding: 10px 5px;
}

textarea.mod-card-back-title[b-t5gz5ouhaq] {
    background: #ffffff;
    background: rgba(0, 0, 0, 0);
    -ms-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
    font-size: 20px;
    font-weight: 600;
    height: 32px;
    line-height: 24px;
    margin: -4px -8px;
    min-height: 24px;
    padding: 4px 8px;
    resize: none;
    border: none;
    overflow: hidden;
    overflow-wrap: break-word;
    height: 34px;
    width: 100%;
    margin-right: 5px;
}

    textarea.mod-card-back-title.is-editing[b-t5gz5ouhaq],
    textarea.mod-card-back-title:focus[b-t5gz5ouhaq],
    textarea.mod-card-back-description.is-editing[b-t5gz5ouhaq],
    textarea.mod-card-back-description:focus[b-t5gz5ouhaq] {
        background-color: #fff;
        box-shadow: inset 0 0 0 2px #388bff;
    }

textarea.mod-card-back-description[b-t5gz5ouhaq] {
    background: #ffffff;
    background: rgba(0, 0, 0, 0);
    -ms-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
    line-height: 24px;
    height: 100%;
    padding: 4px 8px;
    resize: none;
    border: none;
    overflow-y: auto;
    overflow-wrap: break-word;
    width: 100%;
}

.kanban-column-header[b-t5gz5ouhaq] {
    font-size: 16px;
    font-weight: 600;
    color: rgb(23, 43, 77);
    text-align: center;
    height: 28px;
}

.kanban-column-list[b-t5gz5ouhaq] {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 80vh;
    padding: 0 5px;
}

.card-detail-item[b-t5gz5ouhaq] {
    background-color: #fff;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.card-detail-item-header[b-t5gz5ouhaq] {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

.js-card-detail-members-list[b-t5gz5ouhaq] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.pop-over[b-t5gz5ouhaq] {
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 300px;
    max-height: 80vh;
    overflow-y: auto;
}

.pop-over-header[b-t5gz5ouhaq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pop-over-content[b-t5gz5ouhaq] {
    padding: 10px 0;
}

.item[b-t5gz5ouhaq] {
    cursor: pointer;
    margin-bottom: 10px;
    list-style: none;
    width: 80px;
    float: right;
    text-align: center;
}

.overlay[b-t5gz5ouhaq] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
}

.comment-section[b-t5gz5ouhaq] {
    margin-top: 20px;
}

.comment[b-t5gz5ouhaq] {
    display: flex;
    align-items: start;
    border: 1px solid #e0e0e0;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
}

.comment-avatar[b-t5gz5ouhaq] {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

    .comment-avatar img[b-t5gz5ouhaq] {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.comment-content h3[b-t5gz5ouhaq] {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.comment-content p[b-t5gz5ouhaq] {
    margin: 0;
    font-size: 12px;
    color: #666;
}

.comment-content .post-at[b-t5gz5ouhaq] {
    margin-top: 10px;
}

.comment-content[b-t5gz5ouhaq] {
    margin-right: 15px;
}

.filter-bar[b-t5gz5ouhaq] {
    display: flex;
    justify-content: space-between;
    margin-top: -15px;
    margin-bottom: -15px;
    overflow: hidden;
    max-width: 1280px;
    width: 100%;
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 5px;
    max-height: 60px;
}

.search-box[b-t5gz5ouhaq],
.filter-box[b-t5gz5ouhaq] {
    flex: 3;
    margin-right: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.member[b-t5gz5ouhaq] {
    display: flex;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
}

.member-avatar[b-t5gz5ouhaq] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    font-size: 9px;
}

.factor-wrapper[b-t5gz5ouhaq] {
    max-height: 300px;
    overflow: auto;
    margin: 20px 0;
}

.factor[b-t5gz5ouhaq] {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 5px;
}

.factor[b-t5gz5ouhaq] {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 5px;
}

.factor h3[b-t5gz5ouhaq] {
    font-size: 12px;
}

.user-readiness-switch[b-t5gz5ouhaq] {
    color: #000;
}
/* /Pages/Providers/DeliveredOrder.razor.rz.scp.css */
.comment-section[b-ugobt91j91] {
    margin-top: 20px;
}

.comment[b-ugobt91j91] {
    display: flex;
    align-items: start;
    border: 1px solid #e0e0e0;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
}

.comment-avatar[b-ugobt91j91] {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.comment-avatar img[b-ugobt91j91] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.comment-content h3[b-ugobt91j91] {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.comment-content p[b-ugobt91j91] {
    margin: 0;
    font-size: 12px;
    color: #666;
}

.comment-content .post-at[b-ugobt91j91] {
    margin-top: 10px;
}

.comment-content[b-ugobt91j91] {
    margin-right: 15px;
}
/* /Pages/Providers/Orders.razor.rz.scp.css */
.comment-section[b-3iv03119wm] {
    margin-top: 20px;
}

.comment[b-3iv03119wm] {
    display: flex;
    align-items: start;
    border: 1px solid #e0e0e0;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
}

.comment-avatar[b-3iv03119wm] {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.comment-avatar img[b-3iv03119wm] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.comment-content h3[b-3iv03119wm] {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.comment-content p[b-3iv03119wm] {
    margin: 0;
    font-size: 12px;
    color: #666;
}

.comment-content .post-at[b-3iv03119wm] {
    margin-top: 10px;
}

.comment-content[b-3iv03119wm] {
    margin-right: 15px;
}

.mobile-table[b-3iv03119wm] {
    display: none;
}

.table[b-3iv03119wm] {
    display: table:
}

.attachment-thumbnail[b-3iv03119wm] {
    border-radius: 3px;
    margin: 0 0 8px;
    min-height: 80px;
    overflow: hidden;
    position: relative
}

    .attachment-thumbnail.placeholder[b-3iv03119wm] {
        border-radius: 3px
    }

.attachment-thumbnail-preview[b-3iv03119wm] {
    background-color: var(--ds-background-neutral,rgba(30, 66, 15, 0.04));
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 3px;
    height: 80px;
    left: 0;
    margin-top: -40px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 50%;
    width: 112px;
    z-index: 1
}

.attachment-thumbnail-details[b-3iv03119wm] {
    text-align: center;
    margin-bottom: 0;
    margin-top: 1rem;
}

.attachment-thumbnail.ui-sortable-helper .attachment-thumbnail-details[b-3iv03119wm],
.attachment-thumbnail.ui-sortable-helper .attachment-thumbnail-preview[b-3iv03119wm] {
    cursor: grabbing
}

.attachment-thumbnail-processing .spinner[b-3iv03119wm] {
    display: inline-block;
    transform: translateY(3px)
}

.attachment-thumbnail-preview:hover[b-3iv03119wm] {
    text-decoration: none
}

.attachment-thumbnail-preview-power-up-logo[b-3iv03119wm] {
    display: table-cell;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    width: 112px
}

.attachment-thumbnail-preview-power-up-logo-image[b-3iv03119wm] {
    height: 45px;
    width: 45px
}

.attachment-thumbnail-preview-service-logo[b-3iv03119wm] {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 70px 70px;
    display: block;
    height: 80px;
    width: 112px
}

.attachment-thumbnail-details .attachment-thumbnail-name[b-3iv03119wm] {
    word-wrap: break-word;
    font-weight: 700
}

.attachment-thumbnail-details .attachment-thumbnail-name.hide[b-3iv03119wm] {
    display: none
}

.attachment-thumbnail-details textarea.attachment-thumbnail-details-title[b-3iv03119wm] {
    background: #ffffff;
    background: rgba(0, 0, 0, 0);
    border-radius: 3px;
    font-weight: 700;
    height: 20px;
    margin: -3px -5px;
    min-height: 20px;
    padding: 2px 4px
}

.attachment-thumbnail-details textarea.attachment-thumbnail-details-title:focus[b-3iv03119wm] {
    background-color: var(#fff);
    box-shadow: inset 0 0 0 2px var(#388bff)
}

.attachment-thumbnail-details-title-action[b-3iv03119wm] {
    padding-left: 3px
}

@media(max-width: 480px) {

    .mobile-table[b-3iv03119wm] {
        display: list-item;
        list-style: none;
        border-radius: 8px;
        margin-top: 5px;
        font-size: 15px;
    }

    .mobile-table ul[b-3iv03119wm] {
        padding: 0;
        background-color: #fff;
        padding: 15px;
        border-radius: 8px;
    }

    .mobile-table li[b-3iv03119wm] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: right;
        padding: 5px 0;
    }

    .mobile-table li span[b-3iv03119wm] {
        text-align: right;
        max-width: 165px;
        width: 100%;
    }

    .mobile-table li span p[b-3iv03119wm] {
        text-align: right !important;
    }

    .table[b-3iv03119wm] {
        display: none:
    }

    .dropdown[b-3iv03119wm] {
        width: 100%;
        margin-bottom: 5px;
    }

    .dropdown-toggle[b-3iv03119wm] {
        width: 100%;
    }

    .dropdown-menu[b-3iv03119wm] {
        width: 100%;
    }

    .price-form__button[b-3iv03119wm] {
        width: 100%;
        margin: 5px 0;
    }
}
/* /Shared/Components/OrderCard.razor.rz.scp.css */
.kanban-task[b-c08tiucz0h] {
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.kanban-task:hover[b-c08tiucz0h] {
    box-shadow: 1px 1px 10px #000000;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}
.task-list-card-members .member[b-c08tiucz0h] {
    float: right;
    height: 24px;
    margin: 0 0 4px 4px;
    width: 80px;
}

.member[b-c08tiucz0h] {
    display: flex;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
}
.member-avatar[b-c08tiucz0h] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    font-size: 9px;
}
/* /Shared/Components/OrderCardModal.razor.rz.scp.css */
.kanban-task[b-i4taf0hfa4] {
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.kanban-task:hover[b-i4taf0hfa4] {
    box-shadow: 1px 1px 10px #000000;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}
.task-list-card-members .member[b-i4taf0hfa4] {
    float: right;
    height: 24px;
    margin: 0 0 4px 4px;
    width: 80px;
}

.member[b-i4taf0hfa4] {
    display: flex;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
}
.member-avatar[b-i4taf0hfa4] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    font-size: 9px;
}
/* /Shared/Components/OrderList.razor.rz.scp.css */
.kanban-task[b-tfptkaise2] {
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.kanban-task:hover[b-tfptkaise2] {
    box-shadow: 1px 1px 10px #000000;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}
.task-list-card-members .member[b-tfptkaise2] {
    float: right;
    height: 24px;
    margin: 0 0 4px 4px;
    width: 80px;
}

.member[b-tfptkaise2] {
    display: flex;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
}
.member-avatar[b-tfptkaise2] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    font-size: 9px;
}
/* /Shared/Components/TabItem.razor.rz.scp.css */
/* /Shared/Components/TabsPanel.razor.rz.scp.css */
/* /Shared/Components/VersionNotification.razor.rz.scp.css */
.floating-update-button[b-pw4ip488dg] {
    position: relative;
    top: 0;
    padding: 1rem 1.5rem;
    width: 100%;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-xqd8sfutz5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xqd8sfutz5] {
    flex: 1;
}

.sidebar[b-xqd8sfutz5] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xqd8sfutz5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xqd8sfutz5]  a, .top-row[b-xqd8sfutz5]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xqd8sfutz5]  a:hover, .top-row[b-xqd8sfutz5]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xqd8sfutz5]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-xqd8sfutz5] {
        display: none;
    }

    .top-row.auth[b-xqd8sfutz5] {
        justify-content: space-between;
    }

    .top-row[b-xqd8sfutz5]  a, .top-row[b-xqd8sfutz5]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xqd8sfutz5] {
        flex-direction: row;
    }

    .sidebar[b-xqd8sfutz5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xqd8sfutz5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xqd8sfutz5]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xqd8sfutz5], article[b-xqd8sfutz5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-95l5og0xhl] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-95l5og0xhl] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-95l5og0xhl] {
    font-size: 1.1rem;
}

.oi[b-95l5og0xhl] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-95l5og0xhl] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-95l5og0xhl] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-95l5og0xhl] {
        padding-bottom: 1rem;
    }

    .nav-item[b-95l5og0xhl]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-95l5og0xhl]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-95l5og0xhl]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-95l5og0xhl] {
        display: none;
    }

    .collapse[b-95l5og0xhl] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-95l5og0xhl] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
