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

main[b-dzx5vpnett] {
    flex: 1;
}

.sidebar[b-dzx5vpnett] {
    background-color: #101010;
}

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

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

    article[b-dzx5vpnett] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-dzx5vpnett] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-dzx5vpnett] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-be5z9m215f] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-be5z9m215f] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-be5z9m215f] {
    height: 3.5rem;
    background-color: #101010;
}

.theme-switch[b-be5z9m215f] {
    text-align: center;
    color: white;
}

.navbar-brand[b-be5z9m215f] {
    font-size: 1.1rem;
}

.nav-item[b-be5z9m215f] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item .bi[b-be5z9m215f]{
    padding-right: 0.5rem;
    font-size: 1.25rem;
}

.nav-item:first-of-type[b-be5z9m215f] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-be5z9m215f] {
    padding-bottom: 1rem;
}

.nav-item[b-be5z9m215f]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
    padding: 5px;
    overflow: hidden;
}

.nav-item[b-be5z9m215f]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-be5z9m215f]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-be5z9m215f] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-be5z9m215f] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-be5z9m215f] {
        display: none;
    }

    .nav-scrollable[b-be5z9m215f] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Packages/CreatePopupPackage.razor.rz.scp.css */
.custom-drop-zone[b-vmu6pe6p2d] {
    padding: 0 !important;
    border-style: dashed !important;
    border-width: 2px !important;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.custom-drop-zone svg[b-vmu6pe6p2d] {
    width: 42px;
    height: 42px;
}

.drop-file-icon[b-vmu6pe6p2d] {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    width: 48px;
    height: 48px;
    -webkit-mask-image: url("../images/icons/drop-file.svg");
    mask-image: url("../images/icons/drop-file.svg");
}

.drop-file-label[b-vmu6pe6p2d] {
    font-weight: 500;
    font-size: 1rem;
}
/* /Components/Support/Index.razor.rz.scp.css */
@media (min-width: 1024px) {

    .support-container[b-vwyfml41cs] {
        min-height: calc(100vh - 3rem);
        max-width: 1360px;
    }
}

.status-icon[b-vwyfml41cs] {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.25rem;
}

.status-icon-closed[b-vwyfml41cs] {
    background-color: green;
}

.status-icon-inprocess[b-vwyfml41cs] {
    background-color: orange;
}

.status-icon-submitted[b-vwyfml41cs] {
    background-color: deepskyblue;
}

.status-icon-unset[b-vwyfml41cs] {
    background-color: gray;
}

.priority-badge[b-vwyfml41cs] {
    color: white;
    font-weight: 700;
    font-size: 12px;
    border-radius: 0.375rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    line-height: 1;
}

.priority-badge-unset[b-vwyfml41cs] {
    background-color: gray;
}

.priority-badge-high[b-vwyfml41cs] {
    background-color: rgb(220, 53, 69);
}

.priority-badge-normal[b-vwyfml41cs] {
    background-color: darkorange;
}

.priority-badge-low[b-vwyfml41cs] {
    background-color: rebeccapurple;
}
/* /Components/Support/ViewTicket.razor.rz.scp.css */
.support-container[b-vt0esidkwd] {
    min-height: calc(100vh - 3rem);
    padding: 0rem 0rem;
    max-width: 1024px;
}

@media (min-width: 1024px) {

    .support-container[b-vt0esidkwd] {
        min-height: calc(100vh - 3rem);
        max-width: 1140px;
    }
}

[data-bs-theme="dark"] .support-container[b-vt0esidkwd] {
    /*    background-color: #2d2d2d;*/
}

[data-bs-theme="light"] .support-container[b-vt0esidkwd] {
    /*background-color: #f8f8f8;*/
}

.ticket-sidebar-section-container[b-vt0esidkwd] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    width: 100%;
    margin-bottom: 0.2rem;

    &::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: var(--bs-border-color-translucent);
        margin-top: 10px;
    }
}

.last-section[b-vt0esidkwd] {
    &::after {
        display: none;
    }
}

[data-bs-theme="dark"] .ticket-details-box[b-vt0esidkwd] {
    background-color: #202020;
}

[data-bs-theme="light"] .ticket-details-box[b-vt0esidkwd] {
    background-color: #ffffff;
}


[data-bs-theme="light"] .new-comment-section[b-vt0esidkwd]  .dx-htmleditor-content {
    background-color: #ffffff !important; /* Forces override against DevExpress defaults */
}

.comment-content[b-vt0esidkwd]  pre {
    background-color: rgba(191, 191, 191, 0.15);
    color: rgb(33, 37, 41);
    padding: 1rem;
    border-radius: 6px;
    font-family: 'Courier New', Courier, monospace;
    overflow-x: auto;
}

.comment-content[b-vt0esidkwd]  blockquote {
    border-inline-start-color: rgb(13, 110, 253);
    border-inline-start-style: solid;
    border-inline-start-width: 4px;
    box-sizing: border-box;
    color: rgb(33, 37, 41);
    font-size: 16px;
    font-weight: 400;
    line-height: 22.7167px;
    margin-bottom: 8px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 8px;
    overflow-wrap: break-word;
    padding-inline-start: 12px;
    text-align: start;
    text-wrap-mode: wrap;
    white-space-collapse: preserve
}

.status-icon[b-vt0esidkwd] {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.25rem;
}

.status-icon-closed[b-vt0esidkwd] {
    background-color: green;
}

.status-icon-inprocess[b-vt0esidkwd] {
    background-color: orange;
}

.status-icon-submitted[b-vt0esidkwd] {
    background-color: deepskyblue;
}

.status-icon-unset[b-vt0esidkwd] {
    background-color: gray;
}

.priority-badge[b-vt0esidkwd] {
    color: white;
    font-weight: 700;
    font-size: 12px;
    border-radius: 0.375rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    line-height: 1;
}

.priority-badge-unset[b-vt0esidkwd] {
    background-color: gray;
}

.priority-badge-high[b-vt0esidkwd] {
    background-color: rgb(220, 53, 69);
}

.priority-badge-normal[b-vt0esidkwd] {
    background-color: darkorange;
}

.priority-badge-low[b-vt0esidkwd] {
    background-color: rebeccapurple;
}
