/* _content/SharedComponents/Gantt/GanttControl.razor.rz.scp.css */
.maintable[b-ntrjt0mb3f] {
    width: 100%;
    height: 100%;
}
.gna-scrollbar[b-ntrjt0mb3f] {
    height: 100%;
    overflow-y: auto;
}

.gna-scrollbar[b-ntrjt0mb3f]::-webkit-scrollbar {
    width: 16px;
    height: 16px;
}

.gna-scrollbar[b-ntrjt0mb3f]::-webkit-scrollbar-corner,
[b-ntrjt0mb3f]::-webkit-scrollbar-track {
    background-color: var(--kfx-white);
}

.gna-scrollbar[b-ntrjt0mb3f]::-webkit-scrollbar-thumb {
    background-color: var(--kfx-black);
    background-clip: padding-box;
    border: 2px solid transparent;
}
.gna-scrollbar[b-ntrjt0mb3f]::-webkit-scrollbar-thumb:hover {
        background-color: var(--kfx-primary-300);
}

.gna-scrollbar[b-ntrjt0mb3f]::-webkit-scrollbar-thumb:active {
        background-color: var(--kfx-primary-400);
}
/* _content/SharedComponents/Gantt/GanttControlOptions.razor.rz.scp.css */
.main[b-55zr0uok22] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
    padding: 12px;
}
.settings[b-55zr0uok22] {
    
    width:100%;
}
/* _content/SharedComponents/Gantt/GanttDragControl.razor.rz.scp.css */
.dragdiv[b-k1otkb7nr0]
{
    width:100%;
    z-index:10000;
}
/* _content/SharedComponents/Gantt/GanttRowBox.razor.rz.scp.css */
.gantt-row[b-cnvipug266] {
    background-color: var(--kfx-white);
    margin: 0px;
    height: var(--kfx-gantt-row-height);
}

.gantt-row:nth-of-type(odd)[b-cnvipug266] {
    background-color: var(--bs-gray-400);
}

.gantt-resourcerow[b-cnvipug266] {
    border-right-width: 1px;
    border-right-color: grey;
    border-right-style: solid;
    -ms-flex: 0 0 var(--kfx-gantt-first-column-width);
    flex: 0 0 var(--kfx-gantt-first-column-width);
    border-radius: 3px 0px 0px 3px;
    font-size: 10px;
    padding-left: 2px;
    padding-right: 0px;
    width: var(--kfx-gantt-first-column-width);
    color: var(--kfx-secondary);
}

.selectedrow[b-cnvipug266] {
    background-color: var(--kfx-primary-400);
    color: #ffffff;
    font-weight: bold;
    border-color: rgba(var(--kfx-primary-600-rgb), 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(var(--kfx-primary-600-rgb), 0.6);
    outline: 0 none;
}
.selectedrow-a[b-cnvipug266] {
    color: #ffffff;
}

.gantt-resourcedetailrow[b-cnvipug266] {
    padding: 0px;
}

.selectedrowdetails[b-cnvipug266] {
    border-color: rgba(var(--kfx-primary-600-rgb), 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(var(--kfx-primary-600-rgb), 0.6);
    outline: 0 none;
}
.alerticon[b-cnvipug266]
{
    font-size:2em;
    color:var(--kfx-red);
}
.gannt-property-text[b-cnvipug266] {
    text-align: left !important;
    padding-left: 7px;
    font-size: 1.2em;
    font-weight:600;
}
.gannt-property-text-display[b-cnvipug266] {
    text-align: left !important;
    padding-left: 2px;
    margin-right:5px;
    font-size: 0.8em;
    font-weight: 400;
    background-color: var(--kfx-secondary-A100);
    color: var(--kfx-primary-900);
    border-radius: 2px;
}

/* _content/SharedComponents/Gantt/GanttRowChartDetailsBox.razor.rz.scp.css */
/* _content/SharedComponents/Gantt/GanttRowChartStat.razor.rz.scp.css */
.gantt-row[b-ij5u42wupo] {
    background-color: white;
    margin: 0px;
    height: var(--kfx-gantt-row-height);
}

    .gantt-row:nth-of-type(odd)[b-ij5u42wupo] {
        background-color: var(--bs-gray-400);
    }

.gantt-resourcerow[b-ij5u42wupo] {
    border-right-width: 1px;
    border-right-color: grey;
    border-right-style: solid;
    -ms-flex: 0 0 var(--kfx-gantt-first-column-width);
    flex: 0 0 var(--kfx-gantt-first-column-width);
    border-radius: 3px 0px 0px 3px;
    font-size: 10px;
    padding-left: 2px;
    padding-right: 0px;
    width: var(--kfx-gantt-first-column-width);
    
}

.selectedrow[b-ij5u42wupo] {
    background-color: #7a1294;
    color: #c3b2d0;
    font-weight: bold;
    border-color: rgba(122, 018, 148, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(122, 18, 148, 0.6);
    outline: 0 none;
}

.gantt-resourcedetailrow[b-ij5u42wupo] {
    padding: 0px;
}

.selectedrowdetails[b-ij5u42wupo] {
    border-color: rgba(122, 18, 148, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(122, 18, 148, 0.6);
    outline: 0 none;
}
.statbtn[b-ij5u42wupo] {
    display: inline-block;
    font-size: 12px;
    background-color: var(--bs-primary);
    color:var(--bs-white);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

    .statbtn:focus[b-ij5u42wupo] {
        outline: none;
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
    }

    .statbtn:active[b-ij5u42wupo] {
        background-color: var(--bs-btn-active-bg);
    }
    .lefttext[b-ij5u42wupo]
    {
        font-size:0.7em;
        fill:white;
    }
/* _content/SharedComponents/Gantt/GanttRowDetailsBox.razor.rz.scp.css */
.normalact[b-inqf0avn5h] {
    fill: var(--kfx-secondary-200);
    animation: col 3s linear;
    stroke: var(--kfx-black);
}

.selectedact[b-inqf0avn5h] {
    fill: var(--kfx-accent);
    stroke: var(--kfx-black);
}

.selectedacttext[b-inqf0avn5h] {
    fill: var(--kfx-black);
}

.normalact:hover[b-inqf0avn5h] {
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
    filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
}

.selectedact:hover[b-inqf0avn5h] {
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
    filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
}

.normalacttext[b-inqf0avn5h] {
    user-select: none;
    fill: black;
    font-size: 12px;
}

.smallacttext[b-inqf0avn5h] {
    writing-mode: vertical-lr;
}

.current-time[b-inqf0avn5h] {
    stroke: var(--kfx-accent);
    stroke-width: 2;
}
/* _content/SharedComponents/Gantt/GanttRowGroupBox.razor.rz.scp.css */
.gantt-row[b-bki5igngdh] {
    height: var(--kfx-gantt-row-height);
    border-bottom-width: 1px;
    border-bottom-color: var(--bs-gray-800);
    border-bottom-style: solid;
    background-color: var(--kfx-primary);
    color: var(--bs-gray-400);
}
.expimpbutton[b-bki5igngdh] {
    padding-top: 0px;
    background-color: var(--kfx-primary);
}
/* _content/SharedComponents/Gantt/GanttRowToolTip.razor.rz.scp.css */
.tooltip-wrapper[b-tv1c5kkpzj] {
    position: relative;
    display: inline-block;
    
}

.tooltip-content[b-tv1c5kkpzj] {
    visibility: hidden;
    position: absolute;
    
}

.tooltip-wrapper:hover .tooltip-content[b-tv1c5kkpzj] {
    visibility: visible;
    
}
/* _content/SharedComponents/Gantt/GanttToolbar.razor.rz.scp.css */
.gantt-toolbar[b-pi37bc7wri] {
    background-color: var(--kfx-primary);
}
.gna-toolbar[b-pi37bc7wri] {
    background-color: #1c488e;
    border-radius: 0px;
    border-width: 0px;
}

.settings-toolbar-button[b-pi37bc7wri] {
    max-height: 24px;
    max-width: 24px;
    padding: 4px;
}

.settings-dialog[b-pi37bc7wri] {
    background-color: transparent;
    position: fixed;
    top: 100px;
    left: 0;
    padding: 1em;
}
/* _content/SharedComponents/Gantt/GanttTooltip.razor.rz.scp.css */
.tooltip-wrapper[b-i6nm277xye] {
    position: relative;
    display: inline-block;
}

span[b-i6nm277xye] {
    visibility: hidden;
    position: absolute;
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}

    span[b-i6nm277xye]::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.tooltip-wrapper:hover span[b-i6nm277xye] {
    visibility: visible;
}
/* _content/SharedComponents/Gantt/SplitGantt.razor.rz.scp.css */

.gantttop-leftside[b-fom4lyjhz1] {
    width: var(--kfx-gantt-first-column-width);
}

.gantttop-leftinput[b-fom4lyjhz1] {
    max-width: var(--kfx-gantt-row-height);
}
.gantttop-rightinput[b-fom4lyjhz1] {
    max-width: 72px;
}

.gantttop-righttside[b-fom4lyjhz1] {
    width: 18px;
    max-width: 18px;
}

.toolbar-button[b-fom4lyjhz1] {
    max-height: 24px;
    max-width: 24px;
    padding: 4px;
}

.toolbar-button-right[b-fom4lyjhz1] {
    max-height: 24px;
    max-width: 18px;
}

.toolbar-span[b-fom4lyjhz1] {
    width: 15px;
}

.toolbar-span-smal[b-fom4lyjhz1] {
    width: 1px;
}
.zoomoutbutton[b-fom4lyjhz1] {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #084298;
}
.settingsrow[b-fom4lyjhz1]
{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    width:100%;
}
.btn-group-separator[b-fom4lyjhz1]
{
    margin-left: 2px !important;
}

.date-range-badge[b-fom4lyjhz1] {
    background-color: rgba(var(--kfx-secondary-500-rgb), .5); 
    color: var(--kfx-white);
}

.acts-filter-label[b-fom4lyjhz1]{
    width: 100px;
    > div {
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.logo[b-fom4lyjhz1] {
    border-radius: var(--bs-border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: rgba(var(--kfx-white-rgb), .5);
    margin-right: .25em;
    user-select: none;
    .ymer-logo {
        font-family: 'Gilroy', sans-serif;
        font-weight: bold;
        font-size: var(--bs-btn-font-size);
    }
    .y[b-fom4lyjhz1] {
        color: #2d83c5;
    }
    .mer[b-fom4lyjhz1] {
        color: #265aa0;
    }
}
/* _content/SharedComponents/General/WhoDidThis.razor.rz.scp.css */
/* _content/SharedComponents/Sidebar.razor.rz.scp.css */
:root[b-050ffyra9y] {
    --kfx-sidebar-animation-duration: 300ms;
}

.sidebar[b-050ffyra9y] {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: var(--kfx-white);
    z-index: 1100;
    transform: translateX(0); /* Initially hidden off-screen */
    transition: transform var(--kfx-sidebar-animation-duration) ease; /* Smooth transition for transform */
    
    display: block;
    
    .sidebar-container {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        
        .sidebar-header{
            flex-shrink: 0;
        }
        
        .sidebar-body[b-050ffyra9y] {
            flex-grow: 1;
            overflow-y: auto;
            table {
                table-layout: fixed;
            }

            &[b-050ffyra9y]::-webkit-scrollbar {
                width: var(--kfx-gantt-scroll-width);
            }
            &[b-050ffyra9y]::-webkit-scrollbar-track {
                border-radius: .5em;
            }
            &[b-050ffyra9y]::-webkit-scrollbar-thumb {
                background-color: var(--kfx-primary-400);
                border: .3em solid transparent;
                background-clip: content-box;
                border-radius: .5em;
            }
        }
        
        .sidebar-footer[b-050ffyra9y] {
            flex-shrink: 0;
        }

    }
    
    .sidebar-resizer[b-050ffyra9y] {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 0.25rem;
        cursor: col-resize;
        background-color: var(--kfx-secondary-200);
        z-index: 2;
    }

    &.sidebar--left[b-050ffyra9y] {
        left: 0;
        &.sidebar--collapsed {
            transform: translateX(-100%); /* Initially hidden off-screen */
        }
        .sidebar-resizer[b-050ffyra9y] {
            right: 0.25rem;
        }
    }

    &.sidebar--right[b-050ffyra9y] {
        right: 0;
        left: auto;
        &.sidebar--collapsed {
            transform: translateX(100%); /* Initially hidden off-screen */
        }
        .sidebar-resizer[b-050ffyra9y] {
            left: -0.25rem;
        }
    }
}
/* _content/SharedComponents/Time/Timebar.razor.rz.scp.css */
.mainbar[b-3hg052bwig] {
    width: 100%;
    background-color: var(--kfx-white);
}

.mainbarzoom[b-3hg052bwig] {
    width: 100%;
    background-color: var(--kfx-white);
}

.mainbar[b-3hg052bwig] {
    svg:first-of-type {
        background-color: var(--kfx-secondary-200);
    }
}

.mainbar:focus[b-3hg052bwig] {
    border-color: var(--kfx-secondary-300);
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(var(--kfx-secondary-400-rgb), 0.6);
}

.timebar[b-3hg052bwig] {
    width: 100%;
}

.selectedday[b-3hg052bwig] {
}

.timebartext[b-3hg052bwig] {
    font-size: .8em;
    user-select: none;
}

.timebartimetext[b-3hg052bwig] {
    font-size: .8em;
    user-select: none;
    opacity: 0.5;
}

.timebarclocktext[b-3hg052bwig] {
    font-size: .85em;
    user-select: none;
    opacity: 0.5;
}

.zoombararrows[b-3hg052bwig] {
    fill: var(--kfx-accent);
}

.zoomrectangle[b-3hg052bwig] {
    fill: var(--kfx-white);
}

.monthrecteven[b-3hg052bwig] {
    fill: var(--kfx-primary);
}

.monthrectodd[b-3hg052bwig] {
    fill: var(--kfx-white);
}

.monthtexteven[b-3hg052bwig] {
    fill: var(--kfx-white);
    user-select: none;
    font-size: smaller;
}

.monthtextodd[b-3hg052bwig] {
    fill: var(--kfx-black);
    user-select: none;
    font-size: smaller;
}
/* _content/SharedComponents/Time/TimebarOptionsInput.razor.rz.scp.css */
.main[b-y3dsd8vejn]
{
    display:flex; 
    flex-direction:row;
    justify-content:flex-start;
    height:100%;
}
.settings[b-y3dsd8vejn]
{
    padding:12px;
}
/* _content/SharedComponents/Time/TimeZoombar.razor.rz.scp.css */
.master-timebar[b-tn39c2seco] {
    margin-left: unset !important;
    margin-right: unset !important;
    width: 100%;
}
/* _content/SharedComponents/Windows/Window.razor.rz.scp.css */
@keyframes toTopAnimation-b-w95bvvl3op {
    from {
        transform: translateY(0); /* Start at the current position */
    }
    to {
        transform: translateY(calc(-1 * var(--kfx-window-top))); /* Move the element to align with the document top */
    }
}

.window[b-w95bvvl3op] {
    /* Variables */
    --kfx-dialog-cursor: pointer;
    --kfx-dialog-cursor-dragging: grabbing;
    --kfx-window-fade-animation-duration: 300ms;
    --kfx-window-toTop-animation-duration: 250ms;
    --kfx-window-top: 0;
    --kfx-window-left: 0;
    
    /* Styles */
    position: fixed;
    
    border-color: var(--kfx-black);    
    
    display: flex;
    resize: none;
    overflow: auto;
    background-clip: padding-box;
    outline: 0;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border: 1px solid var(--kfx-primary-100);
    border-radius: var(--bs-border-radius-lg);
    background-color: var(--kfx-panel-bg-color);
    color: var(--bs-modal-color);
    
    visibility: hidden;
    opacity: 0;
    transition: opacity var(--kfx-window-fade-animation-duration) ease-in, visibility 0ms ease-in var(--kfx-window-fade-animation-duration);
    
    &.hidden {
        display: none;
    }
    
    &.visible[b-w95bvvl3op] {
        visibility: visible;
        opacity: 1;
        transition: opacity var(--kfx-window-fade-animation-duration) ease-in, visibility 0ms ease-in 0ms;
    }
    
    &.to-top-animation[b-w95bvvl3op] {
        transform-origin: top;
        animation: toTopAnimation-b-w95bvvl3op var(--kfx-window-toTop-animation-duration) ease-out forwards;
    }
    
    .window-content[b-w95bvvl3op] {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        
        padding: 0.2rem;

        .window-header {
            display: flex;
            flex-shrink: 0;
            align-items: center;
            padding: var(--bs-modal-header-padding);
            border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
            
            border-radius: var(--bs-border-radius-lg);
            
            justify-content: space-between;
            background-color: var(--kfx-primary);
            color: var(--kfx-primary-100);
            cursor: var(--kfx-dialog-cursor);

            .mdi {
                display: flex;
            }

            .window-title[b-w95bvvl3op] {
                display: flex;
                margin-bottom: 0;
                line-height: var(--bs-modal-title-line-height);
                user-select: none;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }
            
            .window-buttons[b-w95bvvl3op] {
                display: flex;
                padding: 0.15rem;
                .btn {
                    margin: 0.15rem;
                }
            }
        }
    }

    /* Updated resize handles */
    .resize-handle[b-w95bvvl3op] {
        position: absolute;
        z-index: 10;
    }

    /* Bottom-right corner (default) */
    .resize-handle-br[b-w95bvvl3op] {
        bottom: 0;
        right: 0;
        width: 16px;
        height: 16px;
        cursor: nwse-resize;
    }

    /* Bottom-left corner */
    .resize-handle-bl[b-w95bvvl3op] {
        bottom: 0;
        left: 0;
        width: 16px;
        height: 16px;
        cursor: nesw-resize;
    }

    /* Top-right corner (smaller) */
    .resize-handle-tr[b-w95bvvl3op] {
        top: 0;
        right: 0;
        width: 12px; /* Smaller size */
        height: 12px;
        cursor: nesw-resize;
    }

    /* Top-left corner */
    .resize-handle-tl[b-w95bvvl3op] {
        top: 0;
        left: 0;
        width: 16px;
        height: 16px;
        cursor: nwse-resize;
    }
}
/* _content/SharedComponents/Windows/WindowManager.razor.rz.scp.css */
/* _content/SharedComponents/Windows/WindowManagerDropdownBtn.razor.rz.scp.css */
