@import '_content/DragulaDropula/DragulaDropula.bundle.scp.css';

/* _content/Questionnaires/Community/Admins/UI/AdminDeleteTile.razor.rz.scp.css */
.deletetile[b-6d5pvriir7] {
  
  background: #ffebee;
 
  border: 2px solid #e53935;

  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #b71c1c;
}
.deletetile[b-6d5pvriir7]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background: #e53935;
  border-radius: 12px 0 0 12px;
}
.deletetile .titlefirstrowicon i[b-6d5pvriir7] {
  color: #e53935;
  font-size: 2rem;
  margin-top: -4px;
}
.deletetile:hover[b-6d5pvriir7], .deletetile:focus-within[b-6d5pvriir7], .deletetile:focus[b-6d5pvriir7] {
  box-shadow: 0 4px 16px rgba(229,57,53,0.16);
  border: 2px solid #b71c1c;
}
.yesnodeletelevel[b-6d5pvriir7] {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  padding-top: 10px;
}
.yesnobutton[b-6d5pvriir7] {
  font-family: inherit;
  font-size: 1rem;
  background-color: #e53935;
  border-radius: 6px;
  color: white;
  width: 100%;
  border: none;
  padding: 8px 0;
  transition: background 0.2s;
  cursor: pointer;
}
.yesnobutton:hover[b-6d5pvriir7] {
  background-color: #b71c1c;
} 
/* _content/Questionnaires/Community/Admins/UI/AdminMenuTile.razor.rz.scp.css */
.addtile[b-v0b2zeytth] {
  background: #e0f7f4 !important;
  border: 2px solid #008180 !important;
    padding: 16px 16px 16px 20px;
  color: #333333 !important;
}

.addtile[b-v0b2zeytth]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #008180 !important;
  border-radius: 12px 0 0 12px;
  transition: width 0.2s;
}

.addtile:hover[b-v0b2zeytth]::before, 
.addtile:focus-within[b-v0b2zeytth]::before, 
.addtile:focus[b-v0b2zeytth]::before {
  width: 12px;
}

.addtile .titlefirstrowicon[b-v0b2zeytth] {
  color: #008180 !important;
}

.addtile .titlefirstrowicon i[b-v0b2zeytth] {
  color: #008180 !important;
}

.addtile .levelfirstline[b-v0b2zeytth] {
  color: #333333 !important;
}

.addtile:hover[b-v0b2zeytth], .addtile:focus-within[b-v0b2zeytth], .addtile:focus[b-v0b2zeytth] {
  box-shadow: 0 4px 16px rgba(0,129,128,0.16) !important;
  border: 2px solid #008180 !important;
} 
/* _content/Questionnaires/Community/Admins/UI/AdminPopup.razor.rz.scp.css */
/* AdminPopup.razor.css - Essential styles for modal popup */

.admin-popup-overlay[b-bjkkeebxw5] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.4);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.admin-popup-modal[b-bjkkeebxw5] {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  padding: 32px 24px 24px 24px;
  min-width: 320px;
  max-width: 90vw;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.admin-popup-close[b-bjkkeebxw5] {
  position: absolute;
  top: 16px;
  right: 16px;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  color: #008180;
  cursor: pointer;
  z-index: 1002;
  transition: color 0.2s;
}

.admin-popup-close:hover[b-bjkkeebxw5],
.admin-popup-close:focus[b-bjkkeebxw5] {
  color: #005f5f;
  outline: none;
}

.admin-popup-title[b-bjkkeebxw5] {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 16px;
  color: #008180;
}

.admin-popup-content[b-bjkkeebxw5] {
  color: #333;
  font-size: 1rem;
  margin-bottom: 16px;
}
/* _content/Questionnaires/Community/Admins/UI/AdminTile.razor.rz.scp.css */
.admintile[b-ahhsugdrll] {
  /* Only unique/variant styles here. Shared styles are in .tile */
}

.admintile.selected[b-ahhsugdrll], .admintile[style*="background-color:#373737"][b-ahhsugdrll] {
  background: #f9f5ec !important;
  border: 2px solid #dfa36d !important;
  color: #333333;
}

.admintile.selected[b-ahhsugdrll]::before,
.admintile[style*="background-color:#373737"][b-ahhsugdrll]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 12px;
  background: #dfa36d;
  border-radius: 12px 0 0 12px;
}

.admintile:hover[b-ahhsugdrll], .admintile:focus-within[b-ahhsugdrll], .admintile:focus[b-ahhsugdrll] {
  box-shadow: 0 4px 16px rgba(223,163,109,0.16);
  border: 2px solid #dfa36d;
}

.admintile .titlefirstrowicon[b-ahhsugdrll] {
  font-size: 1.7rem;
  margin-right: 10px;
  color: #dfa36d;
  align-self: flex-start;
  flex-shrink: 0;
}

.admintile .levelfirstline[b-ahhsugdrll] {
  font-weight: 600;
  font-size: 1.1rem;
  color: #333333;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  line-height: 1.3;
  white-space: normal;
  word-wrap: break-word;
}

.admintile .iconsmenu[b-ahhsugdrll] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 20px;
  width: 100%;
}

.admintile .iconsmenu i[b-ahhsugdrll] {
  margin: 0 4px;
  cursor: pointer;
  font-size: 1.1rem;
  color: #dfa36d;
  transition: color 0.2s;
}

.admintile .iconsmenu i:hover[b-ahhsugdrll] {
  color: #008180;
}

.admintile .iconsmenu i.bi-trash-fill:hover[b-ahhsugdrll] {
  color: #dc3545;
}

.admintelephone[b-ahhsugdrll] {
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-top: 10px;
}

.admintelephone i[b-ahhsugdrll] {
  margin-right: 10px;
  font-size: 1.1rem;
  color: #dfa36d;
}

.membernameedit[b-ahhsugdrll] {
  width: 100%;
  height: 2.2em;
  font-size: 1rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 2px 8px;
  margin-bottom: 2px;
} 
/* _content/Questionnaires/Community/Admins/UI/AdminTileRow.razor.rz.scp.css */
/* These styles are now imported from shared-rows.css */
/* Only component-specific styles should be added here */ 
/* _content/Questionnaires/Community/Levels/UI/DashboardActionTile.razor.rz.scp.css */
/* Dashboard Action Tile */
.dashboard-action-tile[b-emkwb7v9l9] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    min-height: 80px;
}

.dashboard-action-tile:hover[b-emkwb7v9l9] {
    border-color: #007bff;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.15);
    transform: translateY(-2px);
}

.dashboard-action-tile:active[b-emkwb7v9l9] {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 123, 255, 0.2);
}

/* Disabled State */
.dashboard-action-tile.disabled[b-emkwb7v9l9] {
    opacity: 0.6;
    cursor: not-allowed;
    background: #f8f9fa;
}

.dashboard-action-tile.disabled:hover[b-emkwb7v9l9] {
    border-color: #dee2e6;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transform: none;
}

/* Error State */
.dashboard-action-tile.error[b-emkwb7v9l9] {
    border-color: #dc3545;
    background: #f8d7da;
    cursor: default;
}

.dashboard-action-tile.error:hover[b-emkwb7v9l9] {
    border-color: #dc3545;
    transform: none;
    box-shadow: 0 1px 3px rgba(220, 53, 69, 0.2);
}

/* Tile Icon */
.tile-icon[b-emkwb7v9l9] {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-radius: 8px;
    color: white;
    font-size: 1.25rem;
}

.dashboard-action-tile.error .tile-icon[b-emkwb7v9l9] {
    background: linear-gradient(135deg, #dc3545, #a71e2a);
}

.dashboard-action-tile.disabled .tile-icon[b-emkwb7v9l9] {
    background: linear-gradient(135deg, #6c757d, #495057);
}

/* Tile Content */
.tile-content[b-emkwb7v9l9] {
    flex: 1;
    min-width: 0;
}

.tile-title[b-emkwb7v9l9] {
    font-size: 1rem;
    font-weight: 600;
    color: #343a40;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dashboard-action-tile.error .tile-title[b-emkwb7v9l9] {
    color: #721c24;
}

.tile-description[b-emkwb7v9l9] {
    font-size: 0.875rem;
    color: #6c757d;
    line-height: 1.4;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tile-metadata[b-emkwb7v9l9] {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.75rem;
    color: #6c757d;
}

.widget-count[b-emkwb7v9l9] {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
}

.refresh-info[b-emkwb7v9l9] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.refresh-info i[b-emkwb7v9l9] {
    font-size: 0.7rem;
}

/* Tile Action */
.tile-action[b-emkwb7v9l9] {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 8px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.dashboard-action-tile:hover .tile-action[b-emkwb7v9l9] {
    background: rgba(0, 123, 255, 0.1);
}

.action-icon[b-emkwb7v9l9] {
    font-size: 1.125rem;
    color: #007bff;
    transition: color 0.2s ease;
}

.dashboard-action-tile:hover .action-icon[b-emkwb7v9l9] {
    color: #0056b3;
}

.action-text[b-emkwb7v9l9] {
    font-size: 0.7rem;
    font-weight: 500;
    color: #6c757d;
    white-space: nowrap;
}

.dashboard-action-tile:hover .action-text[b-emkwb7v9l9] {
    color: #495057;
}

/* Disabled Overlay */
.disabled-overlay[b-emkwb7v9l9] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(248, 249, 250, 0.9);
    border-radius: 8px;
    color: #6c757d;
    font-size: 0.875rem;
    font-weight: 500;
    gap: 4px;
}

.disabled-overlay i[b-emkwb7v9l9] {
    font-size: 1.25rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .dashboard-action-tile[b-emkwb7v9l9] {
        padding: 12px;
        gap: 12px;
        min-height: 70px;
    }
    
    .tile-icon[b-emkwb7v9l9] {
        width: 40px;
        height: 40px;
        font-size: 1.125rem;
    }
    
    .tile-title[b-emkwb7v9l9] {
        font-size: 0.9rem;
    }
    
    .tile-description[b-emkwb7v9l9] {
        font-size: 0.8rem;
        -webkit-line-clamp: 1;
    }
    
    .tile-metadata[b-emkwb7v9l9] {
        gap: 8px;
        font-size: 0.7rem;
    }
    
    .tile-action[b-emkwb7v9l9] {
        padding: 6px;
    }
    
    .action-icon[b-emkwb7v9l9] {
        font-size: 1rem;
    }
    
    .action-text[b-emkwb7v9l9] {
        font-size: 0.65rem;
    }
}

@media (max-width: 480px) {
    .dashboard-action-tile[b-emkwb7v9l9] {
        flex-direction: column;
        text-align: center;
        padding: 16px;
        min-height: auto;
    }
    
    .tile-content[b-emkwb7v9l9] {
        order: 2;
    }
    
    .tile-action[b-emkwb7v9l9] {
        order: 3;
        flex-direction: row;
        gap: 6px;
    }
    
    .tile-metadata[b-emkwb7v9l9] {
        justify-content: center;
        flex-wrap: wrap;
    }
}

/* Focus States for Accessibility */
.dashboard-action-tile:focus-visible[b-emkwb7v9l9] {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    .dashboard-action-tile[b-emkwb7v9l9] {
        border: 2px solid #000;
    }
    
    .tile-icon[b-emkwb7v9l9] {
        background: #000;
        color: #fff;
    }
    
    .tile-title[b-emkwb7v9l9] {
        color: #000;
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    .dashboard-action-tile[b-emkwb7v9l9],
    .tile-action[b-emkwb7v9l9],
    .action-icon[b-emkwb7v9l9] {
        transition: none;
    }
    
    .dashboard-action-tile:hover[b-emkwb7v9l9] {
        transform: none;
    }
}

/* Print Styles */
@media print {
    .dashboard-action-tile[b-emkwb7v9l9] {
        border: 1px solid #000;
        box-shadow: none;
        break-inside: avoid;
    }
    
    .tile-action[b-emkwb7v9l9] {
        display: none;
    }
    
    .disabled-overlay[b-emkwb7v9l9] {
        display: none;
    }
}

/* Animation */
.dashboard-action-tile[b-emkwb7v9l9] {
    animation: fadeInUp-b-emkwb7v9l9 0.4s ease-out;
}

@keyframes fadeInUp-b-emkwb7v9l9 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Loading State (if needed) */
.dashboard-action-tile.loading[b-emkwb7v9l9] {
    pointer-events: none;
}

.dashboard-action-tile.loading .tile-icon[b-emkwb7v9l9] {
    background: #e9ecef;
    color: #6c757d;
}

.dashboard-action-tile.loading .tile-icon[b-emkwb7v9l9]::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #007bff;
    border-radius: 50%;
    animation: spin-b-emkwb7v9l9 1s linear infinite;
}

@keyframes spin-b-emkwb7v9l9 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Success Indication (for future use) */
.dashboard-action-tile.success[b-emkwb7v9l9] {
    border-color: #28a745;
    background: #d4edda;
}

.dashboard-action-tile.success .tile-icon[b-emkwb7v9l9] {
    background: linear-gradient(135deg, #28a745, #1e7e34);
}

.dashboard-action-tile.success .tile-title[b-emkwb7v9l9] {
    color: #155724;
}
/* _content/Questionnaires/Community/Levels/UI/Data/FavoriteTile.razor.rz.scp.css */
/* Favorite tile inherits from standard .tile class but with half height - using higher specificity */
.tile.favorite-tile[b-yr9x9x7ifn] {
    height: 45px !important; /* Half of the standard 145px tile height */
    padding: 6px 8px 10px 10px !important; /* Reduced padding for smaller height */
}

/* Pin icon specific to favorites */
.favorite-pin-icon[b-yr9x9x7ifn] {
    position: absolute !important;
    top: 2px !important; /* Reduced from 4px */
    right: 2px !important; /* Moved from left to right */
    color: #dfa36d !important; /* Match action items color */
    font-size: 0.7em !important; /* Reduced from 0.9em */
    cursor: pointer !important;
    padding: 1px !important; /* Reduced from 2px */
    border-radius: 2px !important; /* Reduced from 3px */
    transition: all 0.2s ease !important;
    z-index: 10 !important; /* Ensure it's above other elements */
}

.favorite-pin-icon:hover[b-yr9x9x7ifn] {
    color: #008180 !important; /* Match action items hover color */
    background-color: rgba(223, 163, 109, 0.1) !important; /* Match the new base color */
}

/* Person icon specific to favorites - positioned in lower right corner */
.favorite-person-icon[b-yr9x9x7ifn] {
    position: absolute !important;
    bottom: 2px !important; /* Position at bottom */
    right: 2px !important; /* Position at right */
    color: #dfa36d !important; /* Match action items color */
    font-size: 0.7em !important; /* Same size as pin icon */
    cursor: pointer !important;
    padding: 1px !important; /* Same padding as pin icon */
    border-radius: 2px !important; /* Same border radius as pin icon */
    transition: all 0.2s ease !important;
    z-index: 10 !important; /* Ensure it's above other elements */
}

.favorite-person-icon:hover[b-yr9x9x7ifn] {
    color: #008180 !important; /* Match action items hover color */
    background-color: rgba(223, 163, 109, 0.1) !important; /* Match hover background */
}

/* Adjust tile elements for half height - using higher specificity */
.tile.favorite-tile .tilefirstrow[b-yr9x9x7ifn] {
    margin-bottom: 2px !important; /* Reduced from 4px */
}

.tile.favorite-tile .tilefirstrowicon[b-yr9x9x7ifn] {
    font-size: 1.2rem !important; /* Reduced from 1.6rem */
    margin-top: -1px !important; /* Reduced from -2px */
    margin-right: 6px !important; /* Reduced spacing */
}

.tile.favorite-tile .levelfirstline[b-yr9x9x7ifn] {
    font-size: 0.8rem !important; /* Reduced from 1rem */
    margin-top: 6px !important; /* Increased from 4px to move text even lower */
    line-height: 1.1 !important; /* Tighter line height */
}

.tile.favorite-tile .tileid[b-yr9x9x7ifn] {
    bottom: 2px !important; /* Reduced from 4px */
    right: 6px !important; /* Reduced from standard */
    font-size: 0.6rem !important; /* Reduced from 0.75rem */
} 
/* _content/Questionnaires/Community/Levels/UI/Data/LevelDeleteTile.razor.rz.scp.css */
.deletetile[b-l0jfxml66g] {
  position: relative;
  background: #ffebee;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  padding: 16px 16px 40px 20px;
  margin: 0;
  transition: box-shadow 0.2s, border 0.2s;
  border: 2px solid #e53935;
  outline: none;
  width: 240px;
  height: 145px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #b71c1c;
  font-family: LibreFranklinThin;
}
.deletetile[b-l0jfxml66g]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background: #e53935;
  border-radius: 12px 0 0 12px;
}
.deletetile .titlefirstrowicon i[b-l0jfxml66g] {
  color: #e53935;
}
.deletetile:hover[b-l0jfxml66g], .deletetile:focus-within[b-l0jfxml66g], .deletetile:focus[b-l0jfxml66g] {
  box-shadow: 0 4px 16px rgba(229,57,53,0.16);
  border: 2px solid #b71c1c;
}
.yesnodeletelevel[b-l0jfxml66g] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
  padding-top: 10px;
}
.yesnobutton[b-l0jfxml66g] {
  font-family: inherit;
  font-size: 1rem;
  background-color: #e53935;
  border-radius: 6px;
  color: white;
  width: 80px;
  border: none;
  padding: 8px 0;
  cursor: pointer;
}

.yesnobutton:hover[b-l0jfxml66g] {
  background-color: #b71c1c;
} 
/* _content/Questionnaires/Community/Levels/UI/Data/LevelFolderTile.razor.rz.scp.css */
/* Common styles applied via levelinstancetile and addtile classes */
 
/* _content/Questionnaires/Community/Levels/UI/Data/LevelInstanceTile.razor.rz.scp.css */
/* Removed iconsmenu styles as they've been moved to shared-rows.css */

/* Base container for level tiles */
.level-tile-container[b-h114x0e12t] {
    display: flex;
    flex-direction: column;
}

/* Container when delete tile is active - horizontal layout */
.level-tile-with-delete[b-h114x0e12t] {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
}

/* Only tile variant specific styles remain - shared styles moved to shared-rows.css */
.addtile[b-h114x0e12t] {
  background: #e8f5e9;
  border: 2px solid #43a047;
  color: #222;
  position: relative;
}
.addtile[b-h114x0e12t]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background: #43a047;
  border-radius: 12px 0 0 12px;
}
.addtile .titlefirstrowicon i[b-h114x0e12t] {
  color: #43a047;
}
.addtile:hover[b-h114x0e12t], .addtile:focus-within[b-h114x0e12t], .addtile:focus[b-h114x0e12t] {
  box-shadow: 0 4px 16px rgba(67,160,71,0.16);
  border: 2px solid #388e3c;
}

/* Pin icon styles for favorites */
.pin-icon[b-h114x0e12t] {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 12px;
    height: 24px;
    cursor: pointer;
    padding: 2px;
    border-radius: 4px 0 0 4px;
    font-size: 0.8em;
    transition: all 0.2s ease;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Pin icon in selected tile - align with left border and use tile background */
.tile.selected .pin-icon[b-h114x0e12t] {
    background: #f9f5ec;
    width: 12px;
    border-radius: 12px 0 0 12px;
}

/* Pin icon in non-selected tile */
.tile:not(.selected) .pin-icon[b-h114x0e12t] {
    background: transparent;
}

.pin-icon-unpinned[b-h114x0e12t] {
    color: #888;
}

.pin-icon-unpinned:hover[b-h114x0e12t] {
    color: #dfa36d;
    background-color: rgba(223, 163, 109, 0.1);
}

.pin-icon-pinned[b-h114x0e12t] {
    color: #dfa36d;
}

.pin-icon-pinned:hover[b-h114x0e12t] {
    color: #008180;
    background-color: rgba(223, 163, 109, 0.1);
}

/* Pin icon in selected tile overrides - use contrasting color for visibility */
.tile.selected .pin-icon-unpinned[b-h114x0e12t],
.tile.selected .pin-icon-pinned[b-h114x0e12t] {
    color: #dfa36d;
}

.tile.selected .pin-icon-unpinned:hover[b-h114x0e12t],
.tile.selected .pin-icon-pinned:hover[b-h114x0e12t] {
    color: #008180;
    background-color: #f9f5ec;
} 
/* _content/Questionnaires/Community/Levels/UI/Data/LevelMenuTile.razor.rz.scp.css */
.addtile[b-h1fuuutyjl] {
  position: relative;
  background: #e0f7f4;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,129,128,0.08);
  padding: 16px 16px 16px 20px;
  margin: 8px;
  transition: box-shadow 0.2s, border 0.2s;
  border: 2px solid #008180;
  outline: none;
  min-width: 220px;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #333333;
}

.addtile[b-h1fuuutyjl]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #008180;
  border-radius: 12px 0 0 12px;
  transition: width 0.2s;
}

.addtile:hover[b-h1fuuutyjl]::before, 
.addtile:focus-within[b-h1fuuutyjl]::before, 
.addtile:focus[b-h1fuuutyjl]::before {
  width: 12px;
}

.addtile .titlefirstrowicon[b-h1fuuutyjl] {
  font-size: 1.7rem;
  margin-right: 10px;
  color: #008180;
  align-self: flex-start;
  flex-shrink: 0;
}

.addtile .tilefirstrow[b-h1fuuutyjl] {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}

.addtile .tilefirstrowtitle[b-h1fuuutyjl] {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.addtile .levelfirstline[b-h1fuuutyjl] {
  font-weight: 600;
  font-size: 1.1rem;
  color: #333333;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  line-height: 1.3;
  white-space: normal;
  word-wrap: break-word;
}

.addtile:hover[b-h1fuuutyjl], .addtile:focus-within[b-h1fuuutyjl], .addtile:focus[b-h1fuuutyjl] {
  box-shadow: 0 4px 16px rgba(0,129,128,0.16);
  border: 2px solid #008180;
} 
/* _content/Questionnaires/Community/Levels/UI/EditLevelPopup.razor.rz.scp.css */
/* Edit Level Popup Styles */
.edit-level-modal[b-lz75rodjyz] {
    background: rgba(0,0,0,0.3);
    z-index: 10010;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.edit-level-dialog[b-lz75rodjyz] {
    max-width: 50vw;
    width: 50vw;
    margin: auto;
}

.edit-level-content[b-lz75rodjyz] {
    background: #e0f7f4;
    border-radius: 12px;
    border: 2px solid #008180;
    color: #333333;
    box-shadow: 0 4px 24px rgba(0,0,0,0.12);
    overflow: hidden;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
}

.edit-level-header[b-lz75rodjyz] {
    background: #e0f7f4;
    border-bottom: 1px solid #008180;
    color: #333333;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem 1rem 1.5rem;
}

.edit-level-title[b-lz75rodjyz] {
    font-size: 1.25rem;
    font-weight: 600;
}

.edit-level-close[b-lz75rodjyz] {
    filter: invert(40%);
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.edit-level-body[b-lz75rodjyz] {
    background: #e0f7f4;
    color: #333333;
    padding: 1.5rem;
    max-height: 60vh;
    overflow-y: auto;
}

.edit-level-footer[b-lz75rodjyz] {
    background: #e0f7f4;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top: 1px solid #008180;
    display: flex;
    justify-content: flex-end;
    padding: 1rem 1.5rem;
}

@media (max-width: 900px) {
    .edit-level-dialog[b-lz75rodjyz] {
        max-width: 80vw;
        width: 80vw;
    }
    .edit-level-content[b-lz75rodjyz] {
        border-radius: 8px;
    }
    .edit-level-header[b-lz75rodjyz], .edit-level-footer[b-lz75rodjyz] {
        padding: 0.75rem 1rem;
    }
    .edit-level-body[b-lz75rodjyz] {
        padding: 1rem;
    }
}

@media (max-width: 600px) {
    .edit-level-dialog[b-lz75rodjyz] {
        max-width: 95vw;
        width: 95vw;
    }
    .edit-level-content[b-lz75rodjyz] {
        border-radius: 0;
    }
    .edit-level-header[b-lz75rodjyz], .edit-level-footer[b-lz75rodjyz] {
        padding: 0.5rem 0.5rem;
    }
    .edit-level-body[b-lz75rodjyz] {
        padding: 0.5rem;
    }
}
/* _content/Questionnaires/Community/Levels/UI/LevelInstanceNode.razor.rz.scp.css */
/* Modern Tree Styles for LevelInstanceNode */

.level-node[b-mxteld4gw9] {
    position: relative;
    margin-bottom: 0.05rem; /* Further reduced */
    background: transparent;
    transition: background 0.2s;
}

.level-node-header[b-mxteld4gw9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0rem 0.5rem; /* Further reduced vertical padding */
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}

.level-node-header:hover[b-mxteld4gw9] {
    background: #e0f7fa;
}

.level-node.selected > .level-node-header[b-mxteld4gw9] {
    background: #b2ebf2;
    color: #00695c;
}

.level-node .delete-btn[b-mxteld4gw9] {
    margin-left: auto;
    background: none;
    border: none;
    color: #e57373;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 4px;
    padding: 0.2rem 0.5rem;
    transition: background 0.2s;
}

.level-node .delete-btn:hover[b-mxteld4gw9] {
    background: #ffebee;
    color: #b71c1c;
}

.level-node-children[b-mxteld4gw9] {
    margin-left: 1.25rem;
    border-left: 1.5px dashed #b2dfdb;
    padding-left: 0.5rem;
}

.add-child-controls[b-mxteld4gw9] {
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.add-child-btn[b-mxteld4gw9] {
    background: #00897b;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 0.2rem 0.75rem;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.2s;
}

/* Ensure plus icon is always white inside add-child button */
.add-child-btn .icon[b-mxteld4gw9] {
    color: #fff !important;
}
.add-child-btn .icon svg[b-mxteld4gw9] {
    color: #fff !important;
    fill: #fff !important;
}

.add-child-btn:hover[b-mxteld4gw9] {
    background: #26a69a;
}

@media (max-width: 600px) {
    .level-node[b-mxteld4gw9] {
        margin-left: 0.5rem;
        padding-left: 0.5rem;
    }
    .level-node-children[b-mxteld4gw9] {
        margin-left: 0.5rem;
        padding-left: 0.25rem;
    }
}
/* Delete Confirmation Tile - visually prominent */
.delete-confirmation-tile[b-mxteld4gw9] {
    position: relative;
    background: #ffebee;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding: 12px 10px 12px 14px; /* 25% smaller */
    margin: 0 0 0 8px;
    border: 2px solid #e53935;
    color: #b71c1c;
    font-family: inherit;
    font-size: 0.92rem; /* slightly smaller */
    display: flex;
    align-items: center;
    gap: 6px; /* bring buttons closer */
    z-index: 100;
    min-width: 165px; /* 25% smaller */
}
.delete-confirmation-tile button[b-mxteld4gw9] {
    margin-left: 8px;
}
.delete-confirmation-tile b[b-mxteld4gw9] {
    color: #e53935;
}
/* _content/Questionnaires/Community/Levels/UI/LevelTreeNode.razor.rz.scp.css */
/* Modern Tree Styles for LevelTreeNode */

.level-tree-node[b-4a48n42tzt] {
    position: relative;
    margin-left: 1.5rem;
    padding-left: 1.25rem;
    border-left: 2px solid #b2dfdb;
    margin-bottom: 0.5rem;
    background: transparent;
    transition: background 0.2s;
}

.node-header[b-4a48n42tzt] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}

.node-header:hover[b-4a48n42tzt] {
    background: #e0f7fa;
}

.level-tree-node.selected > .node-header[b-4a48n42tzt] {
    background: #b2ebf2;
    color: #00695c;
}

.node-header button[b-4a48n42tzt] {
    margin-left: auto;
    background: none;
    border: none;
    color: #e57373;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 4px;
    padding: 0.2rem 0.5rem;
    transition: background 0.2s;
}

.node-header button:hover[b-4a48n42tzt] {
    background: #ffebee;
    color: #b71c1c;
}

.node-children[b-4a48n42tzt] {
    margin-left: 1.25rem;
    border-left: 1.5px dashed #b2dfdb;
    padding-left: 0.5rem;
}

.node-header .icon[b-4a48n42tzt] {
    width: 1.1em;
    height: 1.1em;
    display: inline-block;
    margin-right: 0.3em;
    vertical-align: middle;
}

@media (max-width: 600px) {
    .level-tree-node[b-4a48n42tzt] {
        margin-left: 0.5rem;
        padding-left: 0.5rem;
    }
    .node-children[b-4a48n42tzt] {
        margin-left: 0.5rem;
        padding-left: 0.25rem;
    }
}
/* _content/Questionnaires/Community/Members/UI/MemberDeleteTile.razor.rz.scp.css */
.deletetile[b-w9pv6s9m57] {
  position: relative;
  background: #ffebee;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  padding: 16px 16px 40px 20px;
  margin: 0;
  transition: box-shadow 0.2s, border 0.2s;
  border: 2px solid #e53935;
  outline: none;
  width: 240px;
  height: 145px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #b71c1c;
  font-family: LibreFranklinThin;
}

.deletetile[b-w9pv6s9m57]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background: #e53935;
  border-radius: 12px 0 0 12px;
}

.deletetile .titlefirstrowicon i[b-w9pv6s9m57] {
  color: #e53935;
}

.deletetile:hover[b-w9pv6s9m57], .deletetile:focus-within[b-w9pv6s9m57], .deletetile:focus[b-w9pv6s9m57] {
  box-shadow: 0 4px 16px rgba(229,57,53,0.16);
  border: 2px solid #b71c1c;
}

.yesnodeletelevel[b-w9pv6s9m57] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
  padding-top: 10px;
}

.yesnobutton[b-w9pv6s9m57] {
  font-family: inherit;
  font-size: 1rem;
  background-color: #e53935;
  border-radius: 6px;
  color: white;
  width: 80px;
  border: none;
  padding: 8px 0;
  cursor: pointer;
}

.yesnobutton:hover[b-w9pv6s9m57] {
  background-color: #b71c1c;
} 
/* _content/Questionnaires/Community/Members/UI/MemberTile.razor.rz.scp.css */
/* Base container for member tiles */
.member-tile-container[b-4h504ax9xh] {
    display: flex;
    flex-direction: column;
}

/* Container when delete tile is active - horizontal layout */
.member-tile-with-delete[b-4h504ax9xh] {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
} 
/* _content/Questionnaires/Community/Questions/UI/Data/PausedQuestionnaireDeleteTile.razor.rz.scp.css */
.deletetile[b-5kzwn2kwbv] {
  position: relative;
  background: #ffebee;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  padding: 16px 16px 40px 20px;
  margin: 0;
  transition: box-shadow 0.2s, border 0.2s;
  border: 2px solid #e53935;
  outline: none;
  width: 240px;
  height: 145px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #b71c1c;
  font-family: LibreFranklinThin;
}

.deletetile[b-5kzwn2kwbv]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background: #e53935;
  border-radius: 12px 0 0 12px;
}

.deletetile .titlefirstrowicon i[b-5kzwn2kwbv] {
  color: #e53935;
}

.deletetile:hover[b-5kzwn2kwbv], .deletetile:focus-within[b-5kzwn2kwbv], .deletetile:focus[b-5kzwn2kwbv] {
  box-shadow: 0 4px 16px rgba(229,57,53,0.16);
  border: 2px solid #b71c1c;
}

.yesnodeletelevel[b-5kzwn2kwbv] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
  padding-top: 10px;
}

.yesnobutton[b-5kzwn2kwbv] {
  font-family: inherit;
  font-size: 1rem;
  background-color: #e53935;
  border-radius: 6px;
  color: white;
  width: 80px;
  border: none;
  padding: 8px 0;
  cursor: pointer;
}

.yesnobutton:hover[b-5kzwn2kwbv] {
  background-color: #b71c1c;
}
/* _content/Questionnaires/Community/Questions/UI/Data/PausedQuestionnaireTile.razor.rz.scp.css */
/* Base container for paused questionnaire tiles */
.paused-questionnaire-tile-container[b-rlh7qmul00] {
    display: flex;
    flex-direction: column;
}

/* Container when delete tile is active - horizontal layout */
.paused-questionnaire-tile-with-delete[b-rlh7qmul00] {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
}
/* _content/Questionnaires/Community/Questions/UI/Data/QuestionnaireMenuRow.razor.rz.scp.css */
/* These styles are now imported from shared-rows.css */
/* Only component-specific styles should be added here */

.paused-questionnaire-tile[b-w38kt4ioc9] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 2px solid #28a745;
    border-radius: 8px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 200px;
    margin-right: 12px;
    position: relative;
}

.paused-questionnaire-tile:hover[b-w38kt4ioc9] {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(40, 167, 69, 0.2);
    border-color: #218838;
}

.paused-questionnaire-tile .tilefirstrow[b-w38kt4ioc9] {
    display: flex;
    align-items: center;
}

.paused-questionnaire-tile .tilefirstrowicon[b-w38kt4ioc9] {
    font-size: 1.5rem;
    margin-right: 10px;
    color: #28a745;
}

.paused-questionnaire-tile .levelfirstline[b-w38kt4ioc9] {
    font-weight: 600;
    color: #333;
    font-size: 0.9rem;
} 
/* _content/Questionnaires/Community/Questions/UI/Data/QuestionnaireTile.razor.rz.scp.css */
.questionnairetile[b-77ccv4lgop] {
  /* Only unique/variant styles here. Shared styles are in .tile */
}

.questionnairetile .content-area[b-77ccv4lgop] {
  flex: 1;
  overflow: hidden;
  margin-bottom: 5px;
}

.questionnairetile .action-area[b-77ccv4lgop] {
  margin-top: auto;
}

.questionnairetile.selected[b-77ccv4lgop], .questionnairetile[style*="background-color:#373737"][b-77ccv4lgop] {
  background: #f9f5ec !important;
  border: 2px solid #dfa36d !important;
  color: #333333;
}

.questionnairetile.selected[b-77ccv4lgop]::before,
.questionnairetile[style*="background-color:#373737"][b-77ccv4lgop]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 12px;
  background: #dfa36d;
  border-radius: 12px 0 0 12px;
}

.questionnairetile:hover[b-77ccv4lgop], .questionnairetile:focus-within[b-77ccv4lgop], .questionnairetile:focus[b-77ccv4lgop] {
  box-shadow: 0 4px 16px rgba(223,163,109,0.16);
  border: 2px solid #dfa36d;
}

.questionnairetile .titlefirstrowicon[b-77ccv4lgop] {
  font-size: 1.7rem;
  margin-right: 10px;
  color: #dfa36d;
  align-self: flex-start;
  flex-shrink: 0;
}



.questionnairetile .iconsmenu[b-77ccv4lgop] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 20px;
  width: 100%;
}

.questionnairetile .iconsmenu i[b-77ccv4lgop], 
.questionnairetile .iconsmenu svg[b-77ccv4lgop] {
  margin: 0 4px;
  cursor: pointer;
  font-size: 1.1rem;
  color: #dfa36d;
  transition: color 0.2s;
}

.questionnairetile .iconsmenu i:hover[b-77ccv4lgop],
.questionnairetile .iconsmenu svg:hover[b-77ccv4lgop] {
  color: #008180;
}

.questionnairesdescription[b-77ccv4lgop] {
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-top: 10px;
  font-size: 0.9rem;
  color: #666666;
  max-height: 60px;
  overflow-y: auto;
}

.questionnairesdescription .levelfirstline[b-77ccv4lgop] {
  font-weight: normal;
  font-size: 0.9rem;
}

.tileid[b-77ccv4lgop] {
  font-size: 0.7rem;
  color: #888888;
  text-align: right;
  position: absolute;
  bottom: 6px;
  right: 12px;
}

.pausedicon[b-77ccv4lgop] {
    position: absolute;
    top: 8px;
    right: 32px;
    color: #28a745;
    font-size: 1.2rem;
    cursor: pointer;
    transition: color 0.2s ease;
    z-index: 10;
}

.pausedicon:hover[b-77ccv4lgop] {
    color: #218838;
}

.pausedicon i[b-77ccv4lgop] {
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));
} 
/* _content/Questionnaires/Shared/MainLayout.razor.rz.scp.css */
