@media (min-width: 767.98px) {

    .page {        
        display: flex;  
        height: 100vh;   
        width: 100vw;  
        min-height: 900px;
        min-width: 900px;        
        overflow-y: hidden auto;        
        flex-direction: row;
        margin: 0;
        border: none;
        background-color: rgba(229, 244, 246, 0.43);
    }
html {
    font-size: 90%;
}
.my-header-style {
    color: #fefafa;
    font-weight: bold;
}

   
    .sidebar {
        
        flex: 0.3;
        max-width: 200px;
        height: 100vh;                  
        position: sticky;
        background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);        
        top: 0;
        box-sizing: border-box;
        position: fixed;
        overflow: auto;
        border: none;
        
    }
    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }
    /* Never collapse the sidebar for wide screens */
    .sidebar .collapse {
        
        display: block;
    }
    .appbar-offset {
        margin-left: 10px;
    }
.form-section {
    background: #9cd3d3;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.form-section h3, .form-section h4 {
    margin-bottom: 20px;
    font-weight: 600;
}

    .form-select {
    /*border-radius: 8px;
    padding: 0.5rem 0.5rem;
    margin-bottom: 0.5rem;*/
    display: flex;
    align-items: left;
    gap: 4px;
    border:none;
    background-color: rgb(241, 234, 234);   
    flex-direction: column;
    
}

.select-text .mud-list-item-text {
    color: #fefafa;
}

.reporter-select-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    min-height: 30px;
}

.avatar-no-bg {
    background-color: transparent !important;
}

/* History Audit */
.history-item {
    border-left: 4px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
    background: #fafafa;
}

.history-header {
    font-size: 14px;
    margin-bottom: 5px;
}

.old-value {
    color: rgb(244, 146, 146);
    /*text-decoration: line-through;*/
    margin-right: 8px;
    
}

.new-value {
    color: green;
    font-weight: normal;
     
}

.arrow {
    margin: 0 5px;
    color: #888;
}

.date {
    float: right;
    font-size: 12px;
    color: gray;
}
.history-grid-row {
    display:grid;
    grid-template-columns: 1fr 3fr 3fr;
    gap: 16px;
}

/* here is for all mudblazor */
/* Compact checkbox */
.compact-checkbox {
    margin: 0;
    padding: 0;
    
}

.compact-checkbox .mud-button-root {
    padding: 2px;
    
}

.compact-checkbox .mud-icon-root {
    font-size: 18px;
}

.compact-checkbox .mud-typography {
    font-size: 0.85rem;
}

.compact-checkbox .mud-checkbox-span {
    margin-left: 4px;
}

.compact-radio-group {
    gap: 4px;
}

.compact-radio-group .mud-radio {
    margin: 0;
    padding: 0;
}

.compact-radio-group .mud-button-root {
    padding: 2px;
}

.compact-radio-group .mud-icon-root {
    font-size: 18px;
}

.compact-radio-group .mud-typography {
    font-size: 0.85rem;
}
/*compact select*/
/* 1. Overall control height */
.compact-select .mud-input-control {
    margin-top: 2px !important;
    margin-bottom: 2px !important;   
}

/* 2. Main input area (THIS fixes padding) */
.compact-select .mud-input-slot {
    min-height: 40px !important;
    height: 40px !important;
    font-size: 0.82rem;
    display: flex;
    align-items: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    
}

/* 3. Remove inner input padding */
.compact-select input {
    padding: 5px !important;
    display: block !important;
}

/* 4. Remove extra root spacing */
.compact-select .mud-input-root {
    margin-top: 5px !important;
}

/* 5. FIX BORDER (important for select) */
.compact-select .mud-input-outlined-border {
    stroke-width: 1px !important;
    stroke: #e5e7eb !important;
}

/* 6. Focus border */
.compact-select .mud-input.mud-input-focused .mud-input-outlined-border {
    stroke: #1976d2 !important;
    stroke-width: 1px !important;
}

/* 7. Icon size */
.compact-select .mud-icon-root {
    font-size: 16px !important;
}

/* 8. Label smaller */
.compact-select .mud-input-label {
    font-size: 0.8rem !important;
}

/*here compact textbox*/
/* Main container */
.enterprise-input .mud-input-control {
    margin-top: 2px;
    margin-bottom: 2px;
}

/* Input area */
.enterprise-input .mud-input-slot {
    min-height: 30px !important;
    height: 30px !important;

    font-size: 0.82rem;

    display: flex;
    align-items: center;

    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Textbox text */
.enterprise-input input {
    padding: 0 8px !important;
}

/* Label */
.enterprise-input .mud-input-label {
    font-size: 0.8rem;
}

/* Border */
.enterprise-input .mud-input-outlined-border {
    stroke-width: 1px !important;
    stroke: #d6d6d6 !important;
}

/* Focused border */
.enterprise-input .mud-input.mud-input-focused .mud-input-outlined-border {
    stroke-width: 1px !important;
    stroke: #1976d2 !important;
}

/* Dropdown icon */
.enterprise-input .mud-icon-root {
    font-size: 16px !important;
}

/* MENU ITEMS */
.mud-list-item {
    min-height: 32px !important;
    font-size: 0.85rem;
}
.simple-paper {
    /*border: 1px solid #e5e7eb;
    border-radius: 4px;*/
    border: none;
    padding: 10px;
    min-width: 650px;
    box-shadow: none !important;
}
.mud-item-list {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex;
    align-items: center;
    gap: 6px;
    max-height: 40px;  
    max-width: 130px;  
    border-radius:5px;
    font-size: small;
    font-weight: bold;
}
.ims-toolbar {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.filter-container {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.filter-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-label {
    font-weight: bold;
    min-width: 80px;
    font-size: 0.9rem;
}

.search-box {
    width: 180px;
}
.check-row {
    display: flex;
    align-items: center;
    gap: 6px;   /* small clean spacing */
}
.check-row .mud-checkbox {
    margin: 0 !important;
}
.check-text {
    font-size: 0.85rem;
    line-height: 1;
}
.login-container {
  display: grid;
  place-items: center;
  height: 100vh;
}
.login-dialog {
  background: white;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  width: 300px;
}
/*Here start all new css design*/
/* Syncs Radzen's border look beautifully with MudBlazor's design system */
.rz-html-editor {
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

/* Adds a nice interactive focus ring when editing */
.rz-html-editor:focus-within {
    border-color: var(--mud-palette-primary) !important;
    box-shadow: 0 0 0 3px rgba(var(--mud-palette-primary-rgb), 0.1) !important;
}

/* Ensure toolbars look crisp and modern */
.rz-html-editor-toolbar {
    background-color: var(--mud-palette-background-grey) !important;
    border-bottom: 1px solid var(--mud-palette-lines-inputs) !important;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

/*Textbox*/
/* Target the outer wrapper border of the MudTextField */
::deep .enterprise-input .mud-input-outlined-border {
    border-color: #e2e8f0 !important; /* Soft, clean neutral gray */
    border-width: 1.5px !important;
    border-radius: 8px !important;    /* Sleek rounded corners */
    transition: all 0.2s ease-in-out !important;
    background-color: #f8fafc;        /* Ultra-light premium background fill */
}

/* 1. Elegant Hover State */
::deep .enterprise-input:hover .mud-input-outlined-border {
    border-color: #cbd5e1 !important; /* Darkens slightly on hover */
    background-color: #ffffff;        /* Clears the background fill */
}

/* 2. Premium Focus Ring State (When clicking inside) */
::deep .enterprise-input.mud-input-focus .mud-input-outlined-border {
    border-color: var(--mud-palette-primary) !important; /* Uses your primary accent color */
    background-color: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(var(--mud-palette-primary-rgb), 0.15) !important; /* Soft glowing ring */
}

/* Optional: Clean text size styling inside the input box */
::deep .enterprise-input input {
    font-size: 15px !important;
    color: #1e293b !important;
    padding-left: 12px !important;
}

/*Check boxes repair*/
/* Deep target MudBlazor's dense checkbox layout wrapper */
::deep .mud-checkbox-dense {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Reduces the space between the square box and the text label */
::deep .mud-checkbox .mud-typography {
    font-size: 14px; /* Makes text look sharper in tight lists */
}

/*Dropdown List*/
/* 1. Base Dropdown Wrapper Styling */
::deep .enterprise-select .mud-input-outlined-border {
    border-color: #e2e8f0 !important;
    border-width: 1.5px !important;
    border-radius: 8px !important;
    transition: all 0.2s ease-in-out !important;
    background-color: #f8fafc;
}

/* 2. Hover State */
::deep .enterprise-select:hover .mud-input-outlined-border {
    border-color: #cbd5e1 !important;
    background-color: #ffffff;
}

/* 3. Focus / Open Dropdown State */
::deep .enterprise-select.mud-input-focus .mud-input-outlined-border {
    border-color: var(--mud-palette-primary) !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(var(--mud-palette-primary-rgb), 0.15) !important;
}

/* 4. Fix inner select heights and fonts to align with the textboxes */
::deep .enterprise-select .mud-select-input {
    font-size: 15px !important;
    color: #1e293b !important;
    padding-left: 12px !important;
    display: flex !important;
    align-items: center !important;
}

/* 5. Dropdown Menu Popover Polish (The actual list menu that pops out) */
.enterprise-select-popover {
    border-radius: 8px !important;
    margin-top: 4px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid #e2e8f0 !important;
}

.enterprise-select-popover .mud-list-item {
    font-size: 14px !important;
    border-radius: 4px !important;
    margin: 2px 4px !important;
    padding: 6px 8px !important;
}
/* 1. Make the Checkbox Icon smaller */
::deep .mud-checkbox .mud-button-root .mud-icon-root {
    font-size: 1.15rem !important; /* Default is 1.5rem. This shrinks it down elegantly */
}

/* 2. Make the Radio Button circle smaller */
::deep .mud-radio .mud-button-root .mud-icon-root {
    font-size: 1.15rem !important; /* Keeps it matching the checkbox scale */
}

/* 3. Tighten the clickable padding ring around the small icons */
::deep .mud-checkbox .mud-button-root,
::deep .mud-radio .mud-button-root {
    padding: 4px !important; /* Shrinks the inner circular hover effect */
}

/* 4. Optional: Match the label text slightly to the smaller icons */
::deep .mud-checkbox .mud-typography,
::deep .mud-radio .mud-typography {
    font-size: 13.5px !important; /* Drop to a crisp, compact font size */
    margin-left: 2px !important;  /* Nudges text closer to the smaller icon */
}

/* Transforms the native dropdown wrapper look */
.custom-enterprise-select {
    width: 100%;
    height: 38px;
    color: #1e293b;
    background-color: #f8fafc; /* Same premium resting color */
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;        /* Clean rounded edges */
    padding: 0 36px 0 12px;    /* Extra right-side space for the dropdown arrow */
    font-size: 15px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    
    /* Elegant native arrow customization */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

/* 1. Smooth Hover Behavior */
.custom-enterprise-select:hover {
    border-color: #cbd5e1;
    background-color: #ffffff;
}

/* 2. Glowing Interactive Focus Ring */
.custom-enterprise-select:focus {
    outline: none !important;
    border-color: var(--mud-palette-primary) !important;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(var(--mud-palette-primary-rgb), 0.15) !important;
}

/* Style the popup dropdown items cleanly inside the select menu */
.custom-enterprise-select option {
    background-color: #ffffff;
    color: #1e293b;
    font-size: 15px;
    padding: 8px;
}

/* Makes sure the calendar icon button centers cleanly inside our custom 38px dense text input box */
::deep .enterprise-input .mud-input-adornment-end {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 4px;
}

::deep .enterprise-input .mud-icon-button {
    padding: 6px !important;
}

/*Calendar*/
/* 1. Shrink the main picker dropdown popover box container */
::deep .mud-picker-popover-paper {
    max-width: 260px !important; /* Limits the width of the popout box */
}

/* 2. Compact the top header section (where month/year names sit) */
::deep .mud-picker-calendar-header {
    margin-bottom: 0 !important;
    padding: 4px 8px !important;
}

/* 3. Reduce the text sizing inside the calendar header */
::deep .mud-picker-calendar-header .mud-typography {
    font-size: 0.875rem !important; /* Snug, clean font size */
    font-weight: 600;
}

/* 4. Shrink the size of the navigation arrows (Left/Right months) */
::deep .mud-picker-calendar-header .mud-icon-button {
    padding: 4px !important;
}
::deep .mud-picker-calendar-header .mud-icon-root {
    font-size: 1.15rem !important;
}

/* 5. Scale down the day-of-the-week labels (M, T, W, T, F...) */
::deep .mud-day-label {
    font-size: 0.75rem !important;
    width: 28px !important;
    height: 28px !important;
}

/* 6. Shrink the day selection circles grid */
::deep .mud-picker-calendar-day {
    font-size: 0.8rem !important;
    width: 28px !important;  /* Default is much larger */
    height: 28px !important; /* Keeps the day shapes perfectly square/circular */
    margin: 1px !important;  /* Pulls the numbers tighter together */
    line-height: 28px !important;
}

/* 7. Tighten the overall calendar grid wrap spacing */
::deep .mud-picker-calendar-view {
    padding: 0 8px 8px 8px !important;
}
/*Dialog scrollbar*/
/* Customizes the inner container's scrollbar to look thin and professional */
.dialog-content-scroll::-webkit-scrollbar {
    width: 6px;
}

.dialog-content-scroll::-webkit-scrollbar-track {
    background: transparent; 
}

.dialog-content-scroll::-webkit-scrollbar-thumb {
    background-color: #cbd5e1; /* Soft slate gray color */
    border-radius: 20px;
}

/* Firefox compatibility */
.dialog-content-scroll {
    scrollbar-width: thin;
    scrollbar-color: #f3f5f7 transparent;
}

/*Description*/
.ticket-description-panel {
    margin: 12px 0;
}



.description-header {
    background: #f6f8fa;
    min-height: 48px;
    padding: 0 12px;
    border-bottom: 1px solid #e5e7eb;
}

.description-title {
    font-weight: 600;
    color: #374151;
}

.description-content {
    padding: 16px;
    background: #ffffff;
}

/* Radzen editor styling */
.description-editor {
    width: 100%;
    min-height: 180px;
    border-radius: 6px;
}

/* Optional hover effect */
.description-card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow .2s ease;
}
.ticket-description-view {
    padding: 12px;
    min-height: 120px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    line-height: 1.6;
    color: #374151;
}
.description-card {
    background: #eef2f5;
    box-shadow:
        inset 5px 5px 10px rgba(0,0,0,0.12),
        inset -5px -5px 10px rgba(255,255,255,0.8);
}
/* Gives a subtle, clean background highlight when hovering over a task row */
    .task-row-hover:hover {
        background-color: var(--mud-palette-background-grey);
    }
    .larger-checkbox-text ma-0 .mud-checkbox-label {
        font-size: 1.1rem !important; /* Makes the task text slightly larger to match your details card */
    }
    /* This overrides the default browser input/disabled brown text engine */
    /*.status-alignment-fix .mud-input-slot,
    .status-alignment-fix .mud-input-root .mud-input-text,
    .status-alignment-fix .mud-input-root.mud-input-focused .mud-input-text {
        color: white !important;
        -webkit-text-fill-color: white !important; 
    }
    
    .status-alignment-fix .mud-input-control-input-container {
        margin: 0 !important;
        padding-right: 4px !important;
    }
        */

    /* Automatically matches the dropdown arrow to your custom font color as well */
  /*  .status-alignment-fix .mud-input-adornment .mud-svg-icon {
        color: var(--my-font-color) !important;        
    }*/
   /* 1. Target the root container to ensure full width and proper alignment */
/* 1. Force the text slot to claim 100% of the available layout space */

/* Target the actual native input element to crush Firefox's default sizing */
.status-alignment-fix .mud-input-control-input-container {  
    margin: 0 !important;
    padding: 0 !important;
        
}
/*.status-alignment-fix input.mud-input-slot {
    width: 0 !important;
}
    */
/*.status-alignment-fix .mud-input-slot {
    display: flex !important;
    height: 38px !important;
    font-weight: bold !important;
    padding: 0px 0px 0px 6px !important; 
    border-radius: 5px !important;
    align-items: center !important;
    margin: 0px !important;
    color: white !important;
    height: 38px !important;
    font-weight: bold !important;
     
}*/

.wide-dropdown-menu {
        min-width: 150px !important; /* Forces the open menu to be wider */
        max-width: 250px !important; /* Prevents it from becoming too large on wide screens */
    }
.status-alignment-fix .mud-input-slot {
    display: flex !important;
    align-items: center !important;
    flex: 1 1 auto !important;
    width: auto !important; 
    min-width: 0 !important;
    
    padding: 0 0 0 6px !important; 
    margin: 0 !important;
    
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    
    height: 38px !important;
    font-weight: bold !important;
    color: white !important; 
}

/* 2. Shrink the dropdown arrow button zone down to a tiny space */
.status-alignment-fix .mud-input-adornment-end {
    margin-left: 2px !important;  /* Tiny gap between text and arrow */
    margin-right: 2px !important;
    flex-shrink: 0 !important;    /* Block it from shrinking out of view */
    width: 10px;
    
    
}

/* 3. Strip all default heavy padding away from the icon button wrapper */
.status-alignment-fix .mud-button-root.mud-icon-button {
    padding: 2px !important;       /* Minimizes the clickable area footprint */
    height: 24px !important;       /* Caps the size */
    
   
}

/* 4. Ensure the internal svg graphic fits cleanly inside the new small space */
.status-alignment-fix .mud-icon-root {
    font-size: 1.15rem !important; /* Makes the arrow slightly smaller to fit the tight area */
    
}

/* 5. Clear background colors */
.status-alignment-fix .mud-input-filled,
.mud-input-filled {
    background-color: transparent !important;
     
}

   /* .mud-input-filled .mud-input-slot,
    .mud-input-filled .mud-input-root .mud-input-text {
        color: white !important;
        background-color: inherit !important;
        -webkit-text-fill-color: white !important;
        font-weight: bold;
        
    }*/
    .status-alignment-fix .mud-input-filled .mud-input-adornment .mud-svg-icon {
        color: inherit !important;
        
    }
  /*Dialog */
  /* 1. Target your custom container wrapper */
    .content-scale-xsmall {
        font-size: 0.90rem !important; /* Force global text down to 75% */
    }

    /* 2. FORCE MUD-CHECKBOXES TO SHRINK */
    .content-scale-xsmall .mud-checkbox {
        /* Downsize the core vector icon box wrapper */
        --mud-checkbox-size: 18px !important; /* Default is usually 24px */
        padding: 2px 4px !important;          /* Strip out thick padding gaps */
    }
    /* Downsize the companion checkbox label font */
    .content-scale-xsmall .mud-checkbox .mud-typography {
        font-size: 0.9rem !important;
    }

    /* 3. FORCE MUD-SELECT & FORM INPUT BOXES TO SHRINK */
    .content-scale-xsmall .mud-input-control {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }
    /* Shrink the inner text input field heights and font sizes */
    .content-scale-xsmall .mud-input-root-outlined {
        font-size: 1.0rem !important;
        padding: 4px 8px !important; /* Tightens the dense border box outlines */
    }
    /* Shrink the dropdown indicator chevron icon */
   /* .content-scale-xsmall .mud-input-adornment .mud-icon-root {
        font-size: 1.1rem !important;
    }*/
    /* Downsize the floating placeholder label text */
    .content-scale-xsmall .mud-input-label-outlined {
        font-size: 0.8rem !important;
        transform: translate(14px, 12px) scale(1); /* Adjusts floating alignment */
    }

    /* 4. FALLBACK COMPACT HOOK (If browser restrictions block zoom) */
    .content-scale-xsmall {
        display: block;
        transform-origin: top left;
        /* If zoom is ignored, this forces a visual render downscale */
        transform: scale(0.85); 
        width: 117.6% !important; /* Counteracts the scale narrowing effect so layout spans nicely */
    }
    /* ================================================================= */
    /* FORCE DROPDOWN SELECT & TEXT FIELDS TO SHRINK                     */
    /* ================================================================= */

    /* 1. Shrink the main input container box height and fonts */
    

   /*attachment images  */
   .image-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(177, 170, 170, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.image-modal-content {
    position: relative;
    background: white;
    padding: 10px;
    border-radius: 8px;
}

.close-button {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    background: red;
    color: white;
    font-size: 18px;
    cursor: pointer;
}


/* This is the cleanest solution. how to use -> <MudPaper Class="enterprise-form">
.enterprise-form {
    font-size: 0.85rem;
}

.enterprise-form .mud-input-slot {
    min-height: 34px;
}

.enterprise-form .mud-button-root {
    padding: 2px;
}

.enterprise-form .mud-icon-root {
    font-size: 18px;
}

.enterprise-form .mud-paper {
    padding: 12px !important;
}

.enterprise-form .mud-radio,
.enterprise-form .mud-checkbox {
    margin-top: 2px;
    margin-bottom: 2px;
}
*/

/*Here end for mudblazor*/


.watcher-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.watcher-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 10px;
    background: #f2f2f2;
    margin-bottom: 6px;
    border-radius: 4px;
}

.watche-close-btn {
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: #888;
}

.watcher-close-btn:hover {
    color: #d00;
    cursor: pointer;
}

.mud-card-header {
    background-color: var(--mud-palette-secondary);
    color: var(--mud-palette-primary-text);
}

.no-border {
    border: none !important;
    box-shadow: none !important;
}

.overmenu {
    /*background-color: rgb(244, 247, 248);*/
    height: 30px;
    width: 80%;
    align-items: center;
    align-self: center;
    
   /* margin-left: 50px;*/
    

}

.checkbox-list {
    display: flex;
    flex-direction: column;
    gap: 6px;   /* 👈 reduce this value */
    margin: 12px;
}

.textbox-label {
    color:rgb(199, 190, 190);
}

.form-check {
    padding: 0;    
    margin-bottom:0.1rem;
    min-width: 700px;
}

button[type="submit"],
button[type="button"] {
    border-radius: 8px;
    padding: 0.5rem 1rem;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

.option-list {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.option-list li {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 6px 10px;
    margin-bottom: 8px;
    justify-content: space-between;
}

.option-list button {
    background: transparent;
    border: none;
    color: #dc3545;
    font-size: 1.0rem;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s ease;
}

.option-list button:hover {
    color: #a71d2a;
}
.rz-editor-toolbar {
  white-space: nowrap;
  overflow-x: auto;
}

.horizontal-list li {
    display: inline;
    margin-right: 15px;
  }

  .file-input::-webkit-file-upload-button {
        visibility: hidden;
    }
        
    .file-input::before {
        content: "Upload File";
        color: blue;
        text-decoration: underline;
        cursor: pointer;
    }

/* Center dialog */
.login-container {
    width: 100%;
    height: 100vh;

    display: flex;
    justify-content: center;   /* center horizontally */
    align-items: center;       /* center vertically */

    background-color: #f7f7f7; /* optional */
    margin: 0;
    padding: 0;
}


.login-dialog {
    width: 380px;          /* bigger */
    padding: 30px;         /* add space around inputs */
    background-color: white;
    border-radius: 12px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.25);


    
}

.login-input {  
    
    width: 100%;
    padding: 12px;      /* slightly bigger inputs */
    margin-bottom: 15px;
    font-size: 1.1rem;  /* larger text */
}


.login-btn {
    width: 100%;
    padding: 30px;
}

.target {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}



.mud-table {
    font-size: 16px;
    font-family: Roboto, Arial, sans-serif;
    max-width: 97%;
    color: white;
}

.mud-table tbody tr:nth-child(odd) {
  background-color: #f4f6f7;  
}
.mud-table tbody tr:nth-child(even) {
  background-color: #eff7f3;  
}
.mud-table-cell {
    padding: 6px 6px;
}

.mud-table-head .mud-table-cell {
   /* background: linear-gradient(50deg, #adbcee, #022c56);*/
   background: #579ee6;
   
    font-size: 16px;
    height: 50px;
    font-weight: 300;
    color:#f7ebeb; 
    align-items: center;   
    
}

.mud-table-body .mud-table-cell{
    font-size: 16px;
    font-family: Inter, Roboto, "Segoe UI", Arial, Helvetica, sans-serif;
    color: #675df0;
    height: 30px;
}
    

.mud-nav-link.no-decoration {
    text-decoration: none !important;
    font-size: 12px !important;
    color: #1976d2 !important;
}



.tblColText {
    font-size: 1.0rem;
    color:whitesmoke;
}

    .css-template {
        display: flex;
        flex-direction: column;
        height: calc(100% - 119px);
        left: 0px;
        margin-left: auto;
        margin-right: auto;
        max-width: calc(100% -120px);
        position: absolute;
        right: 0px;
        top: 60px;
        width: 800px;
        z-index: 510;
        pointer-events: none;
    }

    .css-fulltemplate {
        height: 100vh;
        left: 0px;
        overflow-y: auto;
        position: absolute;
        top: 0px;
        width: 100%;
        z-index: 510;
    }
    .css-templdialog {
        background-color: rgba(255, 255, 255);
        border-radius: 3px;
        color: black;
        display: flex;
        flex-direction: column;
        height: auto;
        max-height: 100%;
        outline: 0px;
        pointer-events: auto;        
    }

    .css-innertempldialog {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: auto;
        max-height: 100%;
    }

    .css-templheadercontent {
        -moz-box-align: center;
        align-items: center;
        display: flex;
        font-size: 16px;
        font-style: inherit;
        font-weight: 500;
        letter-spacing: -0.008em;
        line-height: 1;
        margin: 0px;
        min-width: 0px;
    }

    .css-templheader {
        -moz-box-align: center;
        align-items: center;
        display: flex;
        flex: 0 0 auto;
        -moz-box-pack: justify;
        justify-content: space-between;
        /*transition: box-shadow 200ms;*/
        z-index: 1;
        padding: 24px 24px 22px;
        box-shadow: none;        
    }

    .css-templscroll {
        flex: 1 1 auto;
        overflow: hidden auto;
        padding: 2px 24px;
    }

    .css-templspan {
        flex: 1 1 auto;
        min-width: 0px;
        overflow-wrap: break-word;
        width: 100%;
    }

    .innertemplates {
        display: flex;
        flex-direction: column;
        
    }
    
    /* Scope the CSS tightly to your 30% side panel wrapper */
    .compact-sidebar-panel {
        background-color: #f8f9fa;
        height: 100%;
    }

  
 /*   .mud-input-filled .mud-input-slot {
        background-color: inherit !important;
        color: inherit !important;
    }

   
    .mud-input-filled .mud-input-root .mud-input-text {
        color: inherit !important;
    }

    
    .mud-input-filled  .mud-svg-icon {
        color: inherit !important;
        width: 15px !important;
        padding-right: 0 !important;
        margin-right: 0 !important;
    }
      
    .status-alignment-fix .mud-input-slot,
    .status-alignment-fix .mud-input-root .mud-input-text {
        color: var(--text-color, #ffffff) !important;
        -webkit-text-fill-color: var(--text-color, #ffffff) !important;
}*/

    .left-panel {
        height: 100%;
        display: flex;
        flex-direction: column;        
        
    }
    .left-content {
        flex: 1;
        overflow-y: auto;
        padding: 16px;
        
    }
    .left-footer {
        border-top: 1px solid var(--mud-palette-divider);
       /* background-color: var(--mud-palette-background);*/
       border: none !important;
    }


   .collapsible-textarea textarea {
    transition: height 0.25s ease;
   }
    body, html {
        /*height: 100%;
        width: 100%;*/
        margin: 0;
        overflow-x: hidden;
      }
     /* .page-wrapper {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        
      }
    main {
        flex-grow: 1;
        margin-left: 250px;
        overflow-x: hidden;
    }
        */
    .anchor-box {
        width: 300px;
        height: 80px;
    }

    .tabs {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
        gap: 5px;
    }

    .tab-button {
        position: relative;
        padding: 6px 10px;
        background: #e0e0e0;
        border: none;
        cursor: pointer;
        border-radius: 4px;
    }

    .tab-button.active {
        background: #9e9e9e;
        color: rgb(255, 255, 255);
    }

    .tab-content {
        padding: 1px;
        border: 0px solid #ccc;
      /*  background: rgb(231, 228, 228);*/
    }

    .mytabs {
    display: flex;
    /*border-bottom: 1px solid #ccc;*/
    margin-bottom: 0;
    min-width: 650px;
}

.mytab {
    padding: 10px 18px;
    /*border: 1px solid #ccc;*/
    border-bottom: none;
    background: #7c807d;
    cursor: pointer;
    margin-right: 4px;
    color:#f5f5f5;
    
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-weight: 500;
}

.mytab:hover {
    background: #e9e9e9;
    color:#7c807d;
}

.mytab.active {
    background: #d9f3e5;
    border-bottom: 1px solid #ffffff;
    position: relative;
    color:#7c807d;
    top: 1px;
}

.mytab-box {
    border: 1px solid #ccc;
    padding: 16px;
    background: #ffffff;
    border-radius: 0 6px 6px 6px;
}

    .myissue-container {
        display: table;       
        min-width: 100%;
        height: 100%; /* Optional full height */
        table-layout: fixed;
        /*box-sizing: border-box;*/
        overflow: hidden auto;
        /*background-color:rgb(208, 208, 203);*/

        
      }

      .table-row {
        display: table-row;
        height: 100%;
        min-width: 98%;
        padding-right: 10px;
        /*background: rgb(208, 208, 203);*/
        }

        .table-cell {
        display: table-cell;
        vertical-align: top;
        padding: 10px;
       /*  border: 0px  #ccc;
       background-color: rgb(208, 208, 203);*/
        }

        .left-column {
        min-width: 60%;
        /*background: rgb(208, 208, 203);*/
        min-height: 100%;
        }

        .right-column {
        min-width: 40%;
        /*background-color: rgb(208, 208, 203);*/
        min-height: 100%;
       
        /*background: rgb(208, 208, 203);*/
        }

       /* .issue-content {
        padding-bottom: 10px; 
        min-height: 1200px;        
        margin-bottom: 0;    
       
        }*/

        .sticky-footer {
        position: sticky;
        bottom: 0;
        /*background: rgb(208, 208, 203);*/
        padding: 10px 0;
        border-top: 1px solid #ccc;
        }
        /*Color of mudblazor table*/ 
        .row-even {
            background-color: #1d2e3c; /* light blue */
            color: #ede3e3; /* black font */
        }

        .row-odd {
            background-color: #f1e6e6; /* white */
            color: #000000; /* black font */
        }


    .issues-container {
        display: flex;
        flex: 4;
        min-width: 90vw;
        min-height: 90vh; 
        flex-direction: row;
      }

    .left {
        flex: 2; 
        
        display: flex;
        justify-content: left;
        align-items: left;
        color: grey;
        font-size: 1rem;
        flex-direction: column;
      }
      
    .right {
        flex: 2; 
        
        display: flex;
        justify-content: left;
        align-items: left;
        color: grey;
        font-size: 1rem;
        flex-direction: column;

    }

  
.dialog-footer {
    padding: 1rem;
    border-top: 1px solid #ccc;
    background-color: #f5f5f5;
    text-align: right;
}

.issue-status {
    display: flex;
    flex-direction: column;
    width: 50%; 
    background-color: #ced6f5;   
}

    .issue-status ul {
        flex: 1;
        
    }

.dropzone {
    padding: 10px;
    border: 2px dashed #75868a;
    list-style: none;
    
}

.no-drop {
    border: 2px dashed red;
}

.can-drop {
    border: 2px dashed green;
}

.draggable {
    margin-bottom: 5px;
    margin-right: 0;
    padding: 10px 10px;
    border: 0px solid #424d5c;
    cursor: grab;
    background: #dfdde0;
    color: #121111;
    border-radius: 12px;
    width: 90%;
    height: 12%;
    line-height: 12px;  
    transition: 0.3s ease; 
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.draggable:active {
    cursor: grabbing;
}

.dragging {
    cursor: grabbing;
}

.mud-toggle-item.mud-toggle-item-selected {
    background-color: var(--mud-palette-primary);
    color: white;
    font-weight: 600;
}
.issuetype-draggable {
    margin-bottom: 5px;
    margin-right: 0;
    padding: 10px 10px;
    border: 0px solid #424d5c;
    cursor: grab;
    background: #450b52;
    color: #f5eded;
    border-radius: 12px;
    width: 90%;
    height: 7%;
    line-height: 12px;  
    transition: 0.3s ease; 
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.issuetype-draggable:active {
    cursor: grabbing;
}

.issuetype-dragging {
    cursor: grabbing;
}

.description {
    font-size: 12px;
}
.top-row2 {
        height: 3.5rem;
        flex: 1;
        display: flex;    
        justify-content: left;
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        font-size: 1.0rem;
    }

    .issue-grid-vertical, .teil3-links, .mydecr-teil, .teil2-links{
        flex: 2;
        display: flex;        
        margin-top: 0;
        padding-bottom: 5px;
        padding-top: 0;
        margin-left: 10px;
        margin-right: 10px;
        height: 30px;
        flex-direction: row;        
        font-family: Arial;
        font-size: 12px; 
         
    }
    .dropdown {
        height: 60px;
        padding: 10px;
    }
.issue-teil-top-column{    
        background-color:white;
        color: rgb(131, 127, 127); 
        line-height: 20px;
        width: 150px;
        margin-top: 0;
        margin-bottom: 0;
        padding-right: 0px;
       
    }

    .teil3-links{        
        /*background-color:white;*/
        color: grey; 
        line-height: 20px;
        margin-top: 0;
        margin-bottom: 10px;
        margin-right: 10px;  
        font-size: 12px;  
        
        
    }
.checkbox-group {
        display: flex;
        flex-direction: column;
        gap: 10px;
        font-size: 0.95rem;
    }
    .checkbox-group label {
        margin: 0px;
        padding: 0px;
    }

    .input-style {
        min-width: 500px;
        padding: 0.5rem 0.75rem;
        font-size: 0.95rem;
        font-family: inherit;
        border: 1px solid #eae6e6;
        border-radius: 6px;
        background-color: rgb(250, 246, 246);
        color: #4c4b4b;
        /*transition: border-color 0.2s ease, box-shadow 0.2s ease;
        box-sizing: border-box;*/
}
.input-style-summary {
            min-width: 100%;
            padding: 0.5rem 0.75rem;
            font-size: 0.95rem;
            font-family: inherit;
            border: 1px solid #eae6e6;
            border-radius: 6px;
            background-color: rgb(250, 246, 246);
            color: #4c4b4b;
            /*transition: border-color 0.2s ease, box-shadow 0.2s ease;
            box-sizing: border-box;*/
    }
    .circle-btn {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: none;
        background-color: #d9f3e5;
        color: white;
        font-size: 14px;
        cursor: pointer;
    }
    .circle-btn.danger{
        background-color: indianred;
        color: white;
    }
.login-form {
    margin: 0;
    height: 90vh;
    width: 80vw;
    display: flex;    
    justify-content: center; /* center horizontally */
    align-items: center;
    
    
}

.input-style:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}
/* Specific element targets */
input[type="text"].input-style,
textarea.input-style,
select.input-style {
  display: block;
}

.bold-line {
        height: 5px;        /* thickness */
        background-color: black; /* color */
        border: none;       /* remove default border */
    }
/* Checkbox styling - separate due to nature */
.checkbox-style {
  appearance: none;
  width: 1.1rem;
  height: 1.1rem;
  border: 1.5px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  background-color: #fff;
  transition: background-color 0.2s ease;
}

.checkbox-style:checked {
  background-color: #1eed06;
  border-color: #08d34f;
}

.checkbox-style:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 3px;
  height: 15px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
label {
  font-weight: 500;
  display: block;
  margin-bottom: 0.25rem;
  color: #333;
}
.navmenu-bg {
    background-color: #52b4b4;
    height: 100%;
}

.details-container {
   /* border: 0.5px solid #ccc;
    border-radius: 8px;
    */
    margin: 10px 0;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
    padding: 0;
    font-size: 12px;
    line-height: 1.6;
    /*background-color: rgb(208, 208, 203);*/
  }
.details-title {
    background: #f9f9fb;    
    color: rgb(105, 138, 230);
    padding: 1px;
    cursor: pointer;
    user-select: none;
    border-radius: 8px;
  }

  .details-content {
    max-height: 500px;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 2px;
    background-color:none;
    /*display: none;  Hidden by default 
    background: #f9f9f9;*/
  }
.details-container.collapsed .details-content {
    max-height: 0; /* Collapse */
    padding: 0 2px; /* Keep side padding but remove vertical space */
    
    padding-top: 0;
    padding-bottom: 0;
}

  .active .details-content {
    display: block; /* Show when active */
  }

.custom-table {
    width: 90%; /* Table width */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* Font */
    color: #484444; /* Text color */
    font-size: small;
    background-color: rgb(223, 223, 215); /* Background color */
    border-collapse: collapse;
    margin: 10px ;
    box-shadow: 0 0 0px rgba(0,0,0,0.1);
}
.custom-table th, .custom-table td {
    border: 0px solid #ccc;
    padding: 2px 1px;
    text-align: left;
}

.custom-table th {
    background-color: #4CAF50;
    color: white;
}

.custom-table tr:hover {
    background-color: #f1f1f1;
}

.myfont {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* Font */
    color:rgb(55, 52, 52); /* Text color */
    font-size: small;
}

.form-label {
    display: block;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #eae2e2;
}
.styled-input,
.styled-textarea,
.styled-select {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 12px;
    font-size: 1rem;
    box-sizing: border-box;
    background-color: rgb(249, 245, 240);
}

.styled-textarea {
    height: 100px;
    resize: vertical;
}

.styled-select {
    height: 36px;
}

.checkbox-wrapper,
.radio-wrapper {
    margin-bottom: 5px;    
}
.checkbox-wrapper,
.radio-wrapper {
    margin-bottom: 5px;    
}

.checkbox-label,
.radio-label {
    margin-left: 6px;
    cursor: pointer;
}

.main {
    flex: 1;
    flex-direction: row;
    background: white;
    min-width: 100%;
    min-height: 100%;
}
.main .top-row > h3 {
        margin-bottom: 0;
    }

    .main .top-row > a {
        margin-left: 1.5rem;
    }



.issue-teil-top-column-responsible{    
   /* background-color:white;*/
    color: gray; 
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    min-width: 150px;
    padding-top: 20px;
    padding-left: 0px;
}
.issue-teil-top-column-responsible-black{    
   /* background-color:white;*/
    color: rgb(78, 75, 75); 
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    min-width: 350px;
    padding-top: 20px;
    padding-left: 0px;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.nav-item {
font-size: 0.9rem;
padding-bottom: 0.5rem;
}

.nav-item:first-of-type {
    padding-top: 1rem;
}
.nav-item:first-of-type {
    padding-top: 1rem;
}

.nav-item:last-of-type {
    padding-bottom: 1rem;
}

.nav-item a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

    .nav-item a.active {
        background-color: rgba(255,255,255,0.25);
        color: white;
    }

    .nav-item a:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }
.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}


.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}
.dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.dialog {
    background: #f1c1e9;
    border-radius: 12px;
    padding: 1.5rem;
    width: 1000px;
    max-width: 90%;
    transform: scale(0.95);
    opacity: 0;
    transition: all 0.2s ease-in-out;
    min-height: max-content;
    resize: vertical;
}
.dialog.animated {
    transform: scale(1);
    opacity: 1;
}

.dialog-buttons {
    text-align: right;
    margin-top: 1rem;
}

.btn-close {
    background: #333;
    color: white;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 6px;
}
/* version for tool bar show over the text*/
.editor-container {
    position: relative;
    padding-top: 10px; /* Reserve space for toolbar */
}

/* Move toolbar to top of container */
.editor-container .rz-toolbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    border-bottom: 1px solid #ccc;
    background-color: rgb(208, 208, 203);;
}
.editor-container .rz-toolbar {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.editor-container {
    padding-top: 5px;
}
.editor-container .rz-toolbar {
    height: 25px;
}
/*Radzen Editor*/
.editor-wrapper {
    position: relative;
    height: auto;
}
/* Always reserve space for toolbar to prevent layout jump */
.editor-wrapper .rz-toolbar {
    height: 20px;
    transition: opacity 0.2s ease;
}

/* Show toolbar when editing */
.editor-wrapper.show-toolbar .rz-toolbar {
    opacity: 1;
    visibility: visible;
}

/* Hide toolbar when not editing, but keep space */
.editor-wrapper.hide-toolbar .rz-toolbar {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.dialog-body {
    background-color: #9cd3d3;
    max-height: 80vh;
    max-width: 1200px;
    overflow-y: auto;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    flex-grow: 1;
}

.dialog-footer {
    padding: 1rem;
    border-top: 1px solid #ccc;
    background-color: #f5f5f5;
    text-align: right;
}

.issue-status {
    display: flex;
    flex-direction: column;
    width: 50%; 
    background-color: rgb(201, 197, 197);   
}
.issue-status ul {
        flex: 1;
        
    }

.dropzone {
    padding: 10px;
    border: 2px dashed #75868a;
    list-style: none;
    
}

.no-drop {
    border: 2px dashed red;
}
.can-drop {
    border: 2px dashed green;
}

.draggable {
    margin-bottom: 5px;
    margin-right: 0;
    padding: 10px 10px;
    border: 0px solid #424d5c;
    cursor: grab;
    background: #dfdde0;
    color: #121111;
    border-radius: 12px;
    width: 90%;
    height: 12%;
    line-height: 12px;  
    transition: 0.3s ease; 
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.draggable:active {
    cursor: grabbing;
}

.dragging {
    cursor: grabbing;
}
.mud-toggle-item.mud-toggle-item-selected {
    background-color: var(--mud-palette-primary);
    color: white;
    font-weight: 600;
}
.issuetype-draggable {
    margin-bottom: 5px;
    margin-right: 0;
    padding: 10px 10px;
    border: 0px solid #424d5c;
    cursor: grab;
    background: #450b52;
    color: #f5eded;
    border-radius: 12px;
    width: 90%;
    height: 7%;
    line-height: 12px;  
    transition: 0.3s ease; 
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.issuetype-draggable:active {
    cursor: grabbing;
}

.issuetype-dragging {
    cursor: grabbing;
}
.description {
    font-size: 12px;
}

.last-updated {
    margin-bottom: 0;
    font-size: 10px;
    color: #131414;
    font-weight: bold;
}
.last-updated small {
        text-transform: uppercase;
        color: #c4cbd4;
        font-size: 11px;
    }
    .asText {
        background: #e7e9eb;
        border: none;
        margin-right: 10px;
        border-radius: 5px;
        transition: opacity 0.1;
        font-size: 1rem;
        width: 120px;
        height: 50px;
        padding: 10px;
    }
    .task-item {
        padding: 10px;
        border: 1px solid #ccc;
        margin-bottom: 5px;
        background-color: white;
        cursor: move;
    }
 /*
    ul for add comments for issue details
    */
    .ul-list {        
      list-style: none;
      padding: 0;
      max-width: 600px;
      margin: 0 auto;
    }

    .li-item {
      background-color: white;
      padding: 20px;
      margin-bottom: 15px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    .title {
      font-weight: normal;
      font-size: 1.2em;
      margin-bottom: 10px;
      text-align: right;
    }
.content {
      font-size: 1.2em;
      color: #2b2828;
      margin-top: 0px;
      padding-bottom: 10px;
      padding-top: 0px;
      padding-right: 10px;
    }

    .actions {
      display: flex;
      gap: 10px;
    }

    .text-button {
      background: none;
      border: none;
      color: #7db5f1;
      cursor: pointer;
      font-size: 1.3em;
      padding: 0;
    }

    .text-button:hover {
      text-decoration: underline;
    }
.text-button-menu {
      background: none;
      border: none;
      color: #7c7cb6;
      cursor: pointer;
      font-size: 1.3em;
      padding: 0;
    }

    .text-button-menu:hover {
      text-decoration: none;
    }
    .no-decoration {
      text-decoration: none !important;  
    }

    .comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
    }
.label-list {
        display: flex;
        align-items: flex-start;
        flex-direction: row;
        padding-bottom: 10px;
        padding-top: 10px;
        
    }
    .label-list label {
        margin-right: 8px;
        white-space: normal;
        word-wrap: break-word;
        padding-right: 10px;
    /* white-space: nowrap;*/
    }

    .choice-list {
        margin: 0;
        
        list-style: none;
        width: 500px;
        color: black;
        border-radius: 6px;
        background-color: rgb(250, 246, 246);
        border: 1px solid #eae6e6;
        padding: 6px 15px;
    }
.choice-list li {
        display: flex;
        flex-direction: row;    
    }

    .choice-list li label, .choice-list li span {
        display: inline-flex;
        align-items: center;    
        gap: 6px;    
    }

    .label-list ul {
        margin: 0;
        padding-left: 16px;
    }

    .comment-list li {
        display: flex;
        justify-content: space-between;
        overflow-y: none; 
        align-items: flex-start; /* important so long text stays at the top */
        padding: 8px 0;
    }

    .comment-list .content {
        flex: 1;        /* content will take available space */
        margin-right: 12px;
        font-size: 1.0em;
        color:#5d5b5b;
    }
    .comment-list .title {
        white-space: nowrap;  /* keeps title on one line on right side */
        font-size: 1.0em;
        color: rgb(58, 70, 237);
    }

}
