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

/* /Components/AppStartup.razor.rz.scp.css */
/* Loading container styling */
.loading-container[b-srtjhievw5] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

.text-danger[b-srtjhievw5] {
    color: var(--kaolin-accent);
}
/* /Components/AvatarSelector.razor.rz.scp.css */
.avatar-selector[b-an5fxe48xq] {
    position: relative;
}

.selected-avatar[b-an5fxe48xq] {
    text-align: center;
}

.avatar-display[b-an5fxe48xq] {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.avatar-svg[b-an5fxe48xq] {
    width: 40px;
    height: 40px;
    filter: brightness(0) invert(1); /* Makes SVG white */
}

.avatar-placeholder[b-an5fxe48xq] {
    font-size: 28px;
    color: white;
    opacity: 0.7;
}

.avatar-grid[b-an5fxe48xq] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 1rem;
}

.avatar-option[b-an5fxe48xq] {
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.2s ease;
    border: 2px solid transparent;
}

.avatar-option:hover[b-an5fxe48xq] {
    background-color: rgba(255, 255, 255, 0.1);
    transform: scale(1.05);
}

.avatar-option.selected[b-an5fxe48xq] {
    border-color: #3B82F6;
    background-color: rgba(59, 130, 246, 0.2);
}

.avatar-option .avatar-display[b-an5fxe48xq] {
    width: 60px;
    height: 60px;
}

.avatar-option .avatar-svg[b-an5fxe48xq] {
    width: 36px;
    height: 36px;
}
/* /Components/BoardTicketList.razor.rz.scp.css */
/* Component-specific styles for BoardTicketList */

.board-ticket-list[b-yffddfit1h] {
    background-color: var(--kaolin-secondary-bg); /* Using our new layered color scheme */
    border: 1px solid var(--kaolin-border);
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    overflow: hidden;
}

.board-ticket-list h4[b-yffddfit1h] {
    font-size: 0.875rem; /* Smaller title size for density */
    font-weight: 600;
    text-align: left;
    color: var(--kaolin-primary-text);
    padding: 0.5rem 0.75rem;
    margin: 0;
    border-bottom: 1px solid var(--kaolin-border);
    background-color: var(--kaolin-tertiary-bg);
}
/* /Components/BoardViewListView.razor.rz.scp.css */
/* Board specific styles */
.board-container[b-qqeeby9omi] {
    display: flex;
    gap: 1rem;
    align-items: stretch;
}

.board-column[b-qqeeby9omi] {
    flex: 0 0 240px;
    display: flex;
    flex-direction: column;
    background-color: var(--kaolin-secondary-bg);
    border-radius: 8px;
    padding: 0.5rem;
    min-width: 250px;
    max-width: 300px;
}

.ticket-scroll-container[b-qqeeby9omi] {
    overflow-y: auto;
    min-height: 50px;
}

.board-column-header[b-qqeeby9omi] {
    padding: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    border-bottom: 1px solid var(--kaolin-border);
}

.board-column-content[b-qqeeby9omi] {
    padding: 0.5rem;
    overflow-y: auto;
}
/* /Components/BoardViewStoryRows.razor.rz.scp.css */
/* Board specific styles */
.board-container[b-adowfg8by1] {
    display: flex;
    gap: 1rem;
    align-items: stretch;
}

.board-column[b-adowfg8by1] {
    flex: 0 0 240px;
    display: flex;
    flex-direction: column;
    background-color: var(--kaolin-secondary-bg);
    border-radius: 8px;
    padding: 0.5rem;
    min-width: 250px;
    max-width: 300px;
}

.ticket-scroll-container[b-adowfg8by1] {
    overflow-y: auto;
    min-height: 50px;
}

.board-column-header[b-adowfg8by1] {
    padding: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    border-bottom: 1px solid var(--kaolin-border);
}

.board-column-content[b-adowfg8by1] {
    padding: 0.5rem;
    overflow-y: auto;
}
/* /Components/CollapsibleSection.razor.rz.scp.css */
.collapsible-header[b-wfk1sd96mq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background-color: var(--kaolin-primary-bg);
    font-weight: 500;
}

.collapsible-section[b-wfk1sd96mq] {
    background-color: var(--kaolin-primary-bg);
    border: 1px solid var(--kaolin-border);
    color: var(--kaolin-primary-text);
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.5rem 0.75rem;
}

.collapsible-content[b-wfk1sd96mq] {
    padding: 0.5rem 0.75rem;
}
/* /Components/CommentList.razor.rz.scp.css */
.comment-item[b-u032knj875] {
    border-radius: 0.25rem;
    padding: 0.75rem;
    margin-bottom: 0.5rem;
    border: 1px solid var(--bs-border-color);
    transition: background-color 0.2s ease;
}

.comment-item:hover[b-u032knj875] {
    background-color: var(--kaolin-secondary-bg, #2d3748);
}

/* Comment delete modal with higher z-index than other modals */
.comment-delete-modal[b-u032knj875] {
    z-index: 2100 !important;
    display: block;
}

/* /Components/CreateTicketButton.razor.rz.scp.css */
/* Modal styles moved to professional.css */

/* Styling for the dropdown to match dark theme */
.create-ticket-card .custom-select[b-mpsg6k6asr] {
    background-color: var(--kaolin-primary-bg);
    color: var(--kaolin-primary-text);
    border-color: var(--kaolin-border);
}

.create-ticket-card .form-control[b-mpsg6k6asr] {
    background-color: var(--kaolin-primary-bg);
    color: var(--kaolin-primary-text);
    border-color: var(--kaolin-border);
}

.create-ticket-card .form-control[b-mpsg6k6asr]::placeholder {
    color: var(--kaolin-secondary-text);
    opacity: 0.8;
}
/* /Components/Drawer.razor.rz.scp.css */
.drawer-overlay[b-wrobndmmus] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2000 !important;
    display: flex;
    justify-content: flex-end;
}

.drawer[b-wrobndmmus] {
    background-color: #1e1e1e;
    height: 100%;
    overflow-y: auto;
    box-shadow: -4px 0 8px rgba(0,0,0,0.3);
    transition: transform 0.3s ease-in-out;

    width: 100%;
    max-width: 100%;
}

.drawer-header[b-wrobndmmus] {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #444;
}

.drawer-body[b-wrobndmmus] {
    padding: 1rem;
}

.btn-close[b-wrobndmmus] {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
}

@media (min-width: 962px) {
    .drawer[b-wrobndmmus] {
        width: 770px;
        max-width: 770px;
    }
}
/* /Components/Modals/TicketEditModal.razor.rz.scp.css */
/* Responsive modal styling for tablets and mobile */
@media (max-width: 991.98px) {
    /* Ensure modal backdrop covers everything */
    .modal-backdrop-custom[b-inqa64c23l] {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        z-index: 1040 !important;
    }

    /* Full screen modal on tablets and mobile */
    .modal-dialog[b-inqa64c23l] {
        margin: 0 !important;
        max-width: none !important;
        height: 100vh !important;
        width: 100vw !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
    }

    .modal-content[b-inqa64c23l] {
        height: 100vh !important;
        border-radius: 0 !important;
        border: none !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .modal-body[b-inqa64c23l] {
        display: flex !important;
        flex-direction: column !important;
        flex: 1 !important;
        padding: 1rem !important;
        overflow: hidden !important;
        height: calc(100vh - 120px) !important; /* Account for header */
        padding-bottom: 0 !important; /* Remove bottom padding since buttons are fixed */
    }

    /* Make form content scrollable */
    .form-content-scrollable[b-inqa64c23l] {
        flex: 1 !important;
        overflow-y: auto !important;
        margin-bottom: 1rem !important;
        -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
        max-height: calc(100vh - 200px) !important; /* Account for header and buttons */
        min-height: 0 !important; /* Allow flex item to shrink */
        padding-right: 12px !important; /* Add padding to prevent content from being hidden under scrollbar */
    }

    /* Fix buttons at bottom */
    .modal-buttons-fixed[b-inqa64c23l] {
        flex-shrink: 0 !important;
        border-top: 1px solid var(--kaolin-border, #4a5568) !important;
        padding: 1rem !important;
        background-color: var(--kaolin-bg, #1a202c) !important;
        margin: 0 -1rem -1rem -1rem !important; /* Extend to modal edges */
    }

    .modal-buttons-fixed .d-flex[b-inqa64c23l] {
        margin-top: 0 !important; /* Remove mt-3 on mobile */
    }

    /* Adjust modal header for mobile */
    .modal-header[b-inqa64c23l] {
        flex-shrink: 0 !important;
        padding: 1rem !important;
        border-bottom: 1px solid var(--kaolin-border, #4a5568) !important;
    }

    .modal-title[b-inqa64c23l] {
        font-size: 1.1rem !important;
    }

    /* Override Bootstrap grid behavior for mobile */
    .form-content-scrollable .row[b-inqa64c23l] {
        margin: 0;
        display: flex;
        flex-direction: column;
    }

    .form-content-scrollable .col-md-9[b-inqa64c23l],
    .form-content-scrollable .col-md-3[b-inqa64c23l] {
        width: 100% !important;
        max-width: 100% !important;
        flex: none;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 1rem;
    }

    /* Show right column content inline on tablet */
    @media (min-width: 768px) and (max-width: 991.98px) {
        .form-content-scrollable .col-md-3[b-inqa64c23l] {
            display: block !important;
        }
    }

    /* Hide the right column on very small screens */
    @media (max-width: 767.98px) {
        .form-content-scrollable .col-md-3[b-inqa64c23l] {
            display: none !important;
        }
        
        /* Adjust scrollable content for very small screens where scrollbars may not be visible */
        .form-content-scrollable[b-inqa64c23l] {
            max-height: calc(100vh - 180px) !important; /* Reduce height to account for button positioning */
            padding-right: 8px !important; /* Reduce padding since scrollbar may not be visible */
            margin-bottom: 0 !important; /* Remove margin since buttons are fixed positioned */
        }
        
        /* Ensure buttons stay at bottom on small screens */
        .modal-buttons-fixed[b-inqa64c23l] {
            position: fixed !important;
            bottom: 0 !important;
            left: 0 !important;
            right: 0 !important;
            width: 100% !important;
            z-index: 1050 !important;
        }
    }

    /* Improve form elements on mobile */
    .form-control[b-inqa64c23l], .form-select[b-inqa64c23l] {
        font-size: 16px; /* Prevent zoom on iOS */
        padding: 0.75rem; /* Better touch targets */
    }

    /* Better spacing on mobile */
    .mb-3[b-inqa64c23l] {
        margin-bottom: 1.5rem !important;
    }

    /* Adjust sub-task and acceptance criteria containers for mobile */
    .sub-tasks-grid[b-inqa64c23l],
    .criteria-list[b-inqa64c23l] {
        max-height: 120px !important; /* Smaller on mobile */
    }

    /* Better button spacing on mobile */
    .modal-buttons-fixed .btn[b-inqa64c23l] {
        min-width: 100px !important;
        padding: 0.75rem 1rem !important;
    }

    .modal-buttons-fixed .d-flex[b-inqa64c23l] {
        padding: 0 !important;
        margin: 0 !important;
    }
}

/* Desktop styling - normal modal behavior */
@media (min-width: 992px) {
    .modal-body[b-inqa64c23l] {
        max-height: 80vh !important;
        overflow: hidden !important;
    }

    .form-content-scrollable[b-inqa64c23l] {
        /* Set max height on desktop too */
        max-height: 70vh !important;
        overflow-y: auto !important;
        padding-right: 12px !important; /* Add padding to prevent content from being hidden under scrollbar */
    }

    .modal-buttons-fixed[b-inqa64c23l] {
        /* Normal positioning on desktop */
        position: static;
    }
}

/* /Components/PriorityIcon.razor.rz.scp.css */
.priority-avatar[b-0hqccxkvt8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: white;
    font-size: 0.8rem;
    font-weight: bold;
}
/* /Components/SortableList.razor.rz.scp.css */
/* 
  you need the ::deep identifier if you are using scoped styles like this
  because scoped styles are only applied to markup in the component, not
  to the markup inside the render fragment.
*/

[b-a75mugzcij] .sortable-ghost {
  visibility: hidden;
}

[b-a75mugzcij] .sortable-fallback {
  opacity: 1 !important
}

.sortable-container[b-a75mugzcij] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.sortable-container.fill-height[b-a75mugzcij] {
    height: 100%;
}

.sortable-item[b-a75mugzcij] {
    cursor: grab;
}

.sortable-item:active[b-a75mugzcij] {
    cursor: grabbing;
}
/* /Components/TicketCard.razor.rz.scp.css */
.ticket-template[b-1mv8d3szsk] {
    margin-top: 2px;
    padding: 0.5rem;
    border-radius: 3px;
    background-color: var(--kaolin-tertiary-bg);
    color: var(--kaolin-primary-text);
    border-left: 3px solid transparent; /* For status indicators */
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-size: 0.825rem;
    cursor: grab;
    display: flex;
    gap: 0.5rem;
    width: 100%; 
}

/* Blocked ticket styling */
.ticket-template.blocked[b-1mv8d3szsk] {
    border: 2px solid var(--status-blocked) !important;
    border-left: 3px solid var(--status-blocked) !important;
}

.ticket-template:active[b-1mv8d3szsk] {
    cursor: grabbing;
}

/* Status-based left borders for tickets */
.ticket-template.ReadyForDev[b-1mv8d3szsk] {
    border-left-color: var(--status-todo);
}

.ticket-template.InDevelopment[b-1mv8d3szsk] {
    border-left-color: var(--status-in-progress);
}

.ticket-template.Testing[b-1mv8d3szsk] {
    border-left-color: var(--status-testing);
}

.ticket-template.Done[b-1mv8d3szsk] {
    border-left-color: var(--status-done);
}

.ticket-type[b-1mv8d3szsk] {
    display: inline-block;
    padding: 1px 4px;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 0.7rem;
    margin-right: 4px;
    text-transform: uppercase;
    font-weight: 500;
}

.ticket-type.WorkItem[b-1mv8d3szsk] {
    background-color: #2563EB; /* Bright blue for Task */
}

.ticket-type.Bug[b-1mv8d3szsk] {
    background-color: #DC2626; /* Bright red for Bug */
}

.ticket-type.Story[b-1mv8d3szsk] {
    background-color: #16A34A; /* Bright green for Story */
}

.ticket-type.Spike[b-1mv8d3szsk] {
    background-color: #0EA5E9; /* Sky blue for Spike */
}

/* Blocked icon styles */
.blocked-indicator[b-1mv8d3szsk] {
    color: var(--status-blocked);
    font-size: 0.7rem;
    margin-left: 0.25rem;
    opacity: 0.9;
}

.blocked-indicator:hover[b-1mv8d3szsk] {
    opacity: 1;
}

/* Metadata styling */
.ticket-template > div:first-child[b-1mv8d3szsk] {
    font-weight: 500;
    margin-bottom: 0.25rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.ticket-template > div:not(:first-child)[b-1mv8d3szsk] {
    font-size: 0.7rem;
    color: var(--kaolin-secondary-text);
    margin-top: 0.15rem;
}

/* ID and type row */
.ticket-template > div:last-child[b-1mv8d3szsk] {
    display: flex;
    justify-content: flex-start;
    margin-top: 0.25rem;
}

.ticket-template > div:last-child span[b-1mv8d3szsk] {
    font-size: 0.7rem;
    color: var(--kaolin-secondary-text);
    opacity: 0.8;
}

.ticket-content-column[b-1mv8d3szsk] {
    flex: 1;
    min-width: 0; /* Allows content to shrink below its minimum content size */
    display: flex;
    flex-direction: column;
}

.ticket-action-column[b-1mv8d3szsk] {
    width: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.action-menu[b-1mv8d3szsk] {
    margin-bottom: auto;
}

.action-menu-button[b-1mv8d3szsk] {
    padding: 0.1rem 0.2rem;
    border: none;
    background: transparent;
    color: var(--kaolin-secondary-text);
}

.action-menu-button:hover[b-1mv8d3szsk] {
    color: var(--kaolin-primary-text);
    background-color: rgba(255, 255, 255, 0.1);
}

.avatar-container[b-1mv8d3szsk] {
    margin-top: auto;
}
/* /Components/TicketEditForm.razor.rz.scp.css */
/* Sub-task grid styling - matching the main backlog grid */
.sub-tasks-grid[b-plcgpp71hi] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.sub-task-item[b-plcgpp71hi] {
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-radius: 0.25rem;
    padding: 0.375rem;
    display: grid;
    grid-template-columns: auto auto 1fr auto auto;
    align-items: center;
    gap: 0.375rem;
    border: 1px solid var(--kaolin-border, #4a5568);
}

.sub-task-item.blocked[b-plcgpp71hi] {
    border: 2px solid var(--status-blocked) !important;
}

.sub-task-item:hover[b-plcgpp71hi] {
    background-color: var(--kaolin-secondary-bg, #2d3748);
}

/* Type section styling with colored backgrounds */
.type-section[b-plcgpp71hi] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 500;
    width: 24px;
    height: 24px;
    text-align: center;
    white-space: nowrap;
}

.sub-task-item .type-section.WorkItem[b-plcgpp71hi] {
    background-color: #2563EB; /* Bright blue for WorkItem */
}

.sub-task-item .type-section.Bug[b-plcgpp71hi] {
    background-color: #DC2626; /* Bright red for Bug */
}

.sub-task-item .type-section.Story[b-plcgpp71hi] {
    background-color: #16A34A; /* Bright green for Story */
}

.sub-task-item .type-section.Spike[b-plcgpp71hi] {
    background-color: #0EA5E9; /* Sky blue for Spike */
}

/* ID section styling */
.sub-task-item .id-section[b-plcgpp71hi] {
    font-weight: 500;
    white-space: nowrap;
    font-size: 0.75rem;
}

/* Title section styling - matching acceptance criteria text size */
.sub-task-item .title-section[b-plcgpp71hi] {
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    word-wrap: break-word;
    font-size: 0.75rem;
}

/* Status and Action sections aligned to the right */
.sub-task-item .status-section[b-plcgpp71hi], 
.sub-task-item .actions-section[b-plcgpp71hi] {
    white-space: nowrap;
    justify-self: end;
}

.sub-task-item .status-section .badge[b-plcgpp71hi] {
    font-size: 0.65rem;
}

/* Blocked indicator styling */
.sub-task-item .blocked-indicator[b-plcgpp71hi] {
    color: var(--status-blocked, #dc3545);
    margin-left: 0.25rem;
    font-size: 0.75rem;
}
/* /Components/TicketList.razor.rz.scp.css */
.card-body.collapsed[b-pt7e4m1yvq] {
    display: none;
}

.caret-icon[b-pt7e4m1yvq] {
    transition: transform 0.3s ease;
}

.caret-icon.collapsed[b-pt7e4m1yvq] {
    transform: rotate(-90deg);
}

.min-height-sprint[b-pt7e4m1yvq] {
    min-height: 80px;
}

.empty-sprint-dropzone[b-pt7e4m1yvq] {
    padding: 1.5rem;
    border: 2px dashed var(--kaolin-border, #4a5568);
    border-radius: 4px;
    margin-bottom: 1rem;
}
/* /Components/TicketRow.razor.rz.scp.css */
.caret-icon[b-lcm0h6e12v] {
    transition: transform 0.3s ease;
}

.caret-icon.collapsed[b-lcm0h6e12v] {
    transform: rotate(-90deg);
}

/* Blocked indicator styles */
.blocked-indicator[b-lcm0h6e12v] {
    color: var(--status-blocked);
    font-size: 0.7rem;
    margin-left: 0.25rem;
    opacity: 0.9;
}

.blocked-indicator:hover[b-lcm0h6e12v] {
    opacity: 1;
}

.collapse-section[b-lcm0h6e12v] {
    width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Type section styling with colored backgrounds */
.type-section[b-lcm0h6e12v] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 500;
    width: 24px;
    height: 24px;
    text-align: center;
    white-space: nowrap;
}

.type-section.WorkItem[b-lcm0h6e12v] {
    background-color: #2563EB; /* Bright blue for Work Item */
}

.type-section.Bug[b-lcm0h6e12v] {
    background-color: #DC2626; /* Bright red for Bug */
}

.type-section.Story[b-lcm0h6e12v] {
    background-color: #16A34A; /* Bright green for Story */
}

.type-section.Spike[b-lcm0h6e12v] {
    background-color: #0EA5E9; /* Sky blue for Spike */
}

/* ID section styling */
.id-section[b-lcm0h6e12v] {
    font-weight: 500;
    white-space: nowrap;
}

/* Title section styling */
.title-section[b-lcm0h6e12v] {
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    word-wrap: break-word;
}

/* Status, Avatar and Action sections aligned to the right */
.priority-section[b-lcm0h6e12v], .duedate-section[b-lcm0h6e12v], .status-section[b-lcm0h6e12v], .avatar-section[b-lcm0h6e12v], .actions-section[b-lcm0h6e12v], .points-estimation-section[b-lcm0h6e12v] {
    white-space: nowrap;
    justify-self: end;
}

.status-section .form-select[b-lcm0h6e12v] {
    width: auto;
    min-width: 100px;
}

.sub-tickets[b-lcm0h6e12v] {
    background-color: var(--kaolin-secondary-bg);
}

/* Make sortable items clickable with a hover effect */
.sortable-item[b-lcm0h6e12v] {
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-radius: 0.25rem;
    padding: 0.5rem;
    display: grid;
    grid-template-columns: auto auto auto 1fr auto auto auto auto auto auto;
    align-items: center;
    gap: 0.5rem;
}

/* Blocked ticket styling */
.sortable-item.blocked[b-lcm0h6e12v] {
    border: 2px solid var(--status-blocked) !important;
}

.sortable-item:hover[b-lcm0h6e12v] {
    background-color: var(--kaolin-secondary-bg, #2d3748);
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-x1zogk9nyo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

.blazored-toast .blazored-toast-message[b-x1zogk9nyo] {
    color: var(--kaolin-primary-text) !important;
}
/* /Pages/Board.razor.rz.scp.css */
/* Board specific styles */
.board-container[b-6bsmx4z102] {
    display: flex;
    gap: 1rem;
    align-items: stretch;
}

.board-column[b-6bsmx4z102] {
    flex: 0 0 240px;
    display: flex;
    flex-direction: column;
    background-color: var(--kaolin-secondary-bg);
    border-radius: 8px;
    padding: 0.5rem;
    min-width: 250px;
    max-width: 300px;
}

.ticket-scroll-container[b-6bsmx4z102] {
    overflow-y: auto;
    min-height: 50px;
}

.board-column-header[b-6bsmx4z102] {
    padding: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    border-bottom: 1px solid var(--kaolin-border);
}

.board-column-content[b-6bsmx4z102] {
    padding: 0.5rem;
    overflow-y: auto;
}
