/* /Components/Approvals/ApprovalCardWithDraft.razor.rz.scp.css */
.approval-card[b-mk2nj0d9cs] {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 12px;
    transition: all 0.2s ease;
}

.approval-card.expanded[b-mk2nj0d9cs] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.approval-header[b-mk2nj0d9cs] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.approval-indicator[b-mk2nj0d9cs] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: 8px;
    flex-shrink: 0;
}

.priority-high[b-mk2nj0d9cs] { background-color: #faad14; }
.priority-medium[b-mk2nj0d9cs] { background-color: #1890ff; }
.priority-normal[b-mk2nj0d9cs] { background-color: #52c41a; }

.approval-content[b-mk2nj0d9cs] {
    flex: 1;
}

.approval-title[b-mk2nj0d9cs] {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 4px 0;
}

.approval-description[b-mk2nj0d9cs] {
    font-size: 13px;
    color: #666;
    margin: 0 0 8px 0;
}

.approval-meta[b-mk2nj0d9cs] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #888;
}

.btn-accordion[b-mk2nj0d9cs] {
    background: none;
    border: none;
    padding: 4px;
    cursor: pointer;
    color: #666;
}

.approval-actions[b-mk2nj0d9cs] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
}

.action-buttons-right[b-mk2nj0d9cs] {
    margin-left: auto;
    display: flex;
    gap: 8px;
}

.draft-response-section[b-mk2nj0d9cs] {
    margin-top: 16px;
    padding: 16px;
    background: #fafbfc;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
}

.draft-header[b-mk2nj0d9cs] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.draft-title[b-mk2nj0d9cs] {
    font-weight: 600;
    color: #1890ff;
}

.draft-content[b-mk2nj0d9cs] {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    white-space: pre-wrap;
}

.draft-footer[b-mk2nj0d9cs] {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e8e8e8;
}

.copy-link[b-mk2nj0d9cs] {
    color: #1890ff;
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
}

.copy-link:hover[b-mk2nj0d9cs] {
    text-decoration: underline;
}
/* /Components/Base/LoaderComponent.razor.rz.scp.css */
.loader-backdrop[b-87t97fehqb] {
	position: fixed;
	inset: 0;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1050;
}

.loader-content[b-87t97fehqb] {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 18px;
}

.pulse-lottie[b-87t97fehqb] {
	width: min(260px, 60vw);
	height: min(260px, 60vw);
	max-height: 50vh;
}

.pulse-loader[b-87t97fehqb] {
	width: min(320px, 70vw);
	height: auto;
	max-height: 70vh;
	object-fit: contain;
}

.svg-loader[b-87t97fehqb] {
	width: min(240px, 60vw);
	height: auto;
	max-height: 50vh;
}

.loader-tagline[b-87t97fehqb] {
	color: #03045E;
	font-size: 0.95rem;
	font-weight: 500;
	letter-spacing: 0.2px;
	text-align: center;
}

.draw-path[b-87t97fehqb] {
	animation: draw-b-87t97fehqb 3.6s ease-in-out infinite;
	transform-origin: center;
}

.draw-path:nth-child(2)[b-87t97fehqb] {
	animation-delay: 0.2s;
}

.draw-path:nth-child(3)[b-87t97fehqb] {
	animation-delay: 0.4s;
}

.draw-path:nth-child(4)[b-87t97fehqb] {
	animation-delay: 0.6s;
}

@keyframes draw-b-87t97fehqb {
	0% {
		transform: scaleY(.6);
	}

	40% {
		transform: scaleY(1);
	}

	100% {
		transform: scaleY(.6);
	}
}
/* /Components/BreakdownCard.razor.rz.scp.css */
.deliverable-link[b-3rmud2y4zh] {
    background: transparent;
    border: 0;
    padding: 0;
    width: 100%;
    text-align: left;
}

.deliverable-row-selected[b-3rmud2y4zh] {
    background-color: rgba(13, 110, 253, 0.08);
}

.atte-wrap .avatar-initials[b-3rmud2y4zh] {
    width: 24px;
    height: 24px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #EBEFFB;
    color: #1F1F1F;
    font-size: 10px;
    font-weight: 600;
}

.atte-wrap .avatar-initials:not(:first-child)[b-3rmud2y4zh] {
    margin-left: -8px;
}
/* /Components/Breakdown/DeliverableToDoTasksTable.razor.rz.scp.css */
.todo-task-selected[b-odrdi9o0cx] {
    background-color: rgba(13, 110, 253, 0.08);
}

.atte-wrap .avatar-initials[b-odrdi9o0cx] {
    width: 24px;
    height: 24px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #EBEFFB;
    color: #1F1F1F;
    font-size: 10px;
    font-weight: 600;
}

.atte-wrap .avatar-initials:not(:first-child)[b-odrdi9o0cx] {
    margin-left: -8px;
}
/* /Components/Construction/ConstructionUpdateCard.razor.rz.scp.css */
.card.common-card2 .position-relative[b-3zkrbwlo5h] {
    height: 200px;
    overflow: hidden;
    background: #f5f5f5;
}

.card.common-card2 .card-img-top[b-3zkrbwlo5h] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* /Components/DocList.razor.rz.scp.css */
/* Card container for each approval item */
.doc-item-card[b-2h56lbti45] {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 12px;
    transition: all 0.2s ease;
}

.doc-item-card.expanded[b-2h56lbti45] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Header layout with accordion */
.doc-item-header[b-2h56lbti45] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.doc-item-header .doc-row[b-2h56lbti45] {
    flex: 1;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

/* Accordion button */
.btn-accordion[b-2h56lbti45] {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    color: #666;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.btn-accordion:hover[b-2h56lbti45] {
    background-color: #f5f5f5;
}

.btn-accordion i[b-2h56lbti45] {
    font-size: 16px;
}

/* Actions section */
.doc-item-actions[b-2h56lbti45] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 7px !important;
}

.doc-item-actions .btn[b-2h56lbti45] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 7px;
}

.doc-item-actions .btn i[b-2h56lbti45] {
    font-size: 14px;
    margin-top: 7px;
}

/* Draft response section */
.draft-response-section[b-2h56lbti45] {
    margin-top: 16px;
    padding: 16px;
    background: #fafbfc;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    animation: slideDown-b-2h56lbti45 0.2s ease-out;
}

@keyframes slideDown-b-2h56lbti45 {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.draft-header[b-2h56lbti45] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.draft-header i[b-2h56lbti45] {
    font-size: 18px;
}

.draft-title[b-2h56lbti45] {
    font-weight: 600;
    font-size: 14px;
    color: #1890ff;
}

.draft-content[b-2h56lbti45] {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.draft-content p[b-2h56lbti45] {
    white-space: pre-wrap;
    margin: 0;
}

.draft-footer[b-2h56lbti45] {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e8e8e8;
}

.copy-link[b-2h56lbti45] {
    color: #1890ff;
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.copy-link:hover[b-2h56lbti45] {
    text-decoration: underline;
}
/* /Components/Loader/AiLoader.razor.rz.scp.css */
.ai-loader-backdrop[b-aqbfne0pl6] {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050; /* above most UI elements */
}

.ai-loader-container[b-aqbfne0pl6] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 18px 24px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  max-width: 320px;
}

.ai-loader-gif[b-aqbfne0pl6] {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.ai-loader-spinner[b-aqbfne0pl6] {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 6px solid rgba(0, 0, 0, 0.08);
  border-top-color: #3b82f6; /* blue accent */
  animation: ai-loader-spin-b-aqbfne0pl6 1s linear infinite;
}

@keyframes ai-loader-spin-b-aqbfne0pl6 {
  to { transform: rotate(360deg); }
}

.ai-loader-text[b-aqbfne0pl6] {
  font-size: 0.95rem;
  color: #1f2937; /* gray-800 */
  text-align: center;
  line-height: 1.2;
  padding: 0 6px;
}

/* Inline loader (small, placed inline with content) */
.ai-loader-inline[b-aqbfne0pl6] {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 4px 0;
}

.ai-loader-inline-gif[b-aqbfne0pl6] {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.ai-loader-inline-spinner[b-aqbfne0pl6] {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.06);
  border-top-color: #3b82f6;
  animation: ai-loader-spin-b-aqbfne0pl6 1s linear infinite;
}

.ai-loader-inline-text[b-aqbfne0pl6] {
  font-size: 0.9rem;
  color: #4b5563; /* gray-600 */
}
/* /Components/Modals/AddPhotosModal.razor.rz.scp.css */
.add-photos-modal[b-gfwv4up1se] {
    border-radius: 8px;
}

.add-photos-modal .modal-header[b-gfwv4up1se] {
    padding: 16px 20px 8px;
}

.add-photos-modal .modal-title[b-gfwv4up1se] {
    font-weight: 600;
    font-size: 14px;
    color: #1F1F1F;
}

.add-photos-modal .modal-body[b-gfwv4up1se] {
    padding: 12px 20px 20px;
}

.selected-files-list[b-gfwv4up1se] {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.selected-file-item[b-gfwv4up1se] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    background: #F5F5F5;
    border-radius: 6px;
}

.selected-file-item .file-name[b-gfwv4up1se] {
    font-size: 12px;
    color: #1F1F1F;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 280px;
}

.selected-file-item .btn-remove[b-gfwv4up1se] {
    background: transparent;
    border: none;
    padding: 4px;
    cursor: pointer;
    color: #595959;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.selected-file-item .btn-remove:hover[b-gfwv4up1se] {
    background: #E5E5E5;
    color: #BD1919;
}

.add-photos-modal .modal-footer[b-gfwv4up1se] {
    padding: 12px 20px 16px;
    gap: 8px;
}

.add-photos-modal .modal-footer .btn-outline-secondary[b-gfwv4up1se] {
    font-size: 12px;
    padding: 6px 16px;
    border-radius: 4px;
    border: 1px solid #D6D6D6;
    color: #1F1F1F;
    background: #FFFFFF;
}

.add-photos-modal .modal-footer .btn-outline-secondary:hover[b-gfwv4up1se] {
    border-color: #191958;
    background: #FFFFFF;
    color: #1F1F1F;
}

.add-photos-modal .modal-footer .btn-primary[b-gfwv4up1se] {
    font-size: 12px;
    padding: 6px 16px;
    border-radius: 4px;
    background: #191958;
    border-color: #191958;
}

.add-photos-modal .modal-footer .btn-primary:hover[b-gfwv4up1se] {
    background: #0f0f3d;
    border-color: #0f0f3d;
}

.add-photos-modal .modal-footer .btn-primary:disabled[b-gfwv4up1se] {
    background: #191958;
    border-color: #191958;
    opacity: 0.6;
}
/* /Components/PlanningAppDocChat.razor.rz.scp.css */
.comments-card[b-q45whxi4v5] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

.comments-scroll-area[b-q45whxi4v5] {
    flex: 1;
    overflow-y: auto;
    min-height: 0;
}

.add-comment[b-q45whxi4v5] {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 16px 0;
    margin-top: auto;
    border-top: 1px solid #e5e7eb;
    z-index: 10;
    flex-shrink: 0;
}
/* /Components/TimelineBoard.razor.rz.scp.css */
 .timeline-board[b-pdo3pexoxj]{position:relative;padding:16px 12px}
.timeline-grid[b-pdo3pexoxj]{position:relative;border-radius:8px;padding:8px 12px;overflow:visible}

 .timeline-top-controls[b-pdo3pexoxj]{margin-bottom:8px}
 .timeline-top-controls .center-controls[b-pdo3pexoxj]{gap:12px;margin-left:12px}
 .timeline-top-controls .month-title[b-pdo3pexoxj]{font-size:16px;font-weight:700}
 .timeline-top-controls .view-select[b-pdo3pexoxj]{border-radius:16px;padding:4px 8px;width:90px}
 .timeline-top-controls .today-indicator[b-pdo3pexoxj]{font-size:14px;color:#3b82f6}

 .today-dot[b-pdo3pexoxj]{display:inline-block;width:10px;height:10px;background:#3b82f6;border-radius:50%;margin-right:8px}

 .timeline-days[b-pdo3pexoxj]{display:flex;gap:0;position:relative;margin-bottom:12px}
 .timeline-day[b-pdo3pexoxj]{flex:1;text-align:center;color:#9ca3af;padding:6px 0;border-right:1px solid rgba(15,23,42,0.03)}
 .timeline-layers[b-pdo3pexoxj]{position:relative}
 .timeline-header[b-pdo3pexoxj]{position:sticky;top:85px;z-index:50;background:#fff;padding:8px 12px;border-radius:8px 8px 0 0;box-shadow:0 6px 16px rgba(2,6,23,0.03)}

@media screen and (max-width: 991px){
 .timeline-header[b-pdo3pexoxj]{top:60px}
}
 .stage-title[b-pdo3pexoxj]{font-weight:700;color:#0f172a}
 .btn-create[b-pdo3pexoxj]{background:#2b2f6b;color:#fff;border-radius:8px;padding:6px 10px;border:0}
 .stage-description[b-pdo3pexoxj]{color:#6b7280;margin-top:6px;font-size:13px}
 .deliverable-row[b-pdo3pexoxj]{position:relative;width:100%}
 .deliverable-bar[b-pdo3pexoxj]{position:relative;min-height:44px;border-radius:8px;padding:8px 10px;display:flex;flex-direction:column;align-items:flex-start;box-shadow:0 6px 12px rgba(2,6,23,0.06);background:transparent;color:#0f172a}
 .deliverable-bar[b-pdo3pexoxj]::before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;border-radius:8px;background:#eef2ff;z-index:0}
 .deliverable-title[b-pdo3pexoxj]{font-size:13px;color:#0f172a;padding-left:6px;white-space:normal;overflow-wrap:anywhere;word-break:break-word;position:relative;z-index:1;margin-bottom:6px;width:100%}
 .deliverable-dates[b-pdo3pexoxj]{font-size:12px;color:#475569;padding-top:4px;position:relative;z-index:1;display:flex;align-items:center;gap:6px}
 .deliverable-dates i[b-pdo3pexoxj]{font-size:14px;color:#6b7280}


 .stage-container[b-pdo3pexoxj]{width:100%;margin-bottom:12px}
 .stage-card[b-pdo3pexoxj]{position:relative;padding:12px;background:#fff;border:1px solid rgba(15,23,42,0.06);border-radius:8px;box-shadow:0 6px 16px rgba(2,6,23,0.03)}
 .stage-header-row[b-pdo3pexoxj]{padding-right:12px}
 .stage-toggle[b-pdo3pexoxj]{display:flex;align-items:flex-start;gap:10px;background:transparent;border:0;padding:0;flex:1;min-width:0;text-align:left;color:inherit;font:inherit;cursor:pointer}
 .stage-toggle-icon[b-pdo3pexoxj]{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;color:#64748b;margin-top:2px;transition:transform 140ms ease}
 .stage-toggle-icon svg[b-pdo3pexoxj]{width:18px;height:18px}
 .stage-card.is-expanded .stage-toggle-icon[b-pdo3pexoxj]{transform:rotate(180deg)}
 .stage-toggle:focus[b-pdo3pexoxj]{outline:none}
 .stage-toggle:focus-visible[b-pdo3pexoxj]{outline:2px solid rgba(59,130,246,0.45);outline-offset:4px;border-radius:8px}
 .stage-content-scroll[b-pdo3pexoxj]{position:relative;margin-top:8px;overflow:visible}

.icon-btn[b-pdo3pexoxj]{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:1px solid rgba(15,23,42,0.06);background:#fff;color:#374151;padding:0}
.icon-btn svg[b-pdo3pexoxj]{width:18px;height:18px}
.icon-btn:hover[b-pdo3pexoxj]{background:#f8fafc;box-shadow:0 4px 10px rgba(2,6,23,0.04)}

.today-btn[b-pdo3pexoxj]{background:transparent;border:0;padding:0;font-size:14px;cursor:pointer}
.today-btn:focus[b-pdo3pexoxj]{outline:none}

 .todo-bar[b-pdo3pexoxj]{position:relative;display:flex;align-items:flex-start;gap:8px;padding:8px 12px;border-radius:8px;min-height:34px;background:linear-gradient(180deg,#f6e7ff 0%,#efe0ff 100%);border:1px solid rgba(124,58,237,0.16);box-shadow:0 2px 6px rgba(124,58,237,0.06);color:#2b0754}
 .todo-icon[b-pdo3pexoxj]{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex:0 0 auto;background:rgba(255,255,255,0.45);border:1px solid rgba(124,58,237,0.18);border-radius:4px;padding:0}
 .todo-icon i[b-pdo3pexoxj]{font-size:14px;color:#2b0754;line-height:1;display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%}
 .todo-title[b-pdo3pexoxj]{color:#1f0733;font-size:13px;white-space:normal;overflow-wrap:anywhere;word-break:break-word;flex:1 1 auto;min-width:0}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-z80h4pv64b] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-z80h4pv64b] {
    flex: 1;
}

.sidebar[b-z80h4pv64b] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-z80h4pv64b] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-z80h4pv64b]  a, .top-row[b-z80h4pv64b]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-z80h4pv64b]  a:hover, .top-row[b-z80h4pv64b]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-z80h4pv64b]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-z80h4pv64b] {
        justify-content: space-between;
    }

    .top-row[b-z80h4pv64b]  a, .top-row[b-z80h4pv64b]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-z80h4pv64b] {
        flex-direction: row;
    }

    .sidebar[b-z80h4pv64b] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-z80h4pv64b] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-z80h4pv64b]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-z80h4pv64b], article[b-z80h4pv64b] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Dashboard/ConstructionUpdateDetails.razor.rz.scp.css */
[b-pjtwiv7gdf] .common-carousel .carousel-inner {
	border-radius: 12px;
	overflow: hidden;
}

[b-pjtwiv7gdf] .common-carousel .carousel-item {
	height: 400px;
	background: #f5f5f5;
}

[b-pjtwiv7gdf] .common-carousel .carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

[b-pjtwiv7gdf] .add-comment .comment-textarea {
	border-radius: 16px;
	min-height: 88px;
	padding: 12px 12px 48px;
	resize: none;
}

[b-pjtwiv7gdf] .add-comment .comment-textarea.comment-invalid {
	border-color: var(--bs-danger);
}

[b-pjtwiv7gdf] .add-comment .comment-textarea.comment-invalid:focus {
	border-color: var(--bs-danger);
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
}

[b-pjtwiv7gdf] .add-comment {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

[b-pjtwiv7gdf] .add-comment .input-wrapper {
	flex: 1;
	min-width: 0;
	position: relative;
}

[b-pjtwiv7gdf] .add-comment .comment-input-area {
	position: relative;
}

[b-pjtwiv7gdf] .add-comment .btn-wrap {
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 12px;
	z-index: 2;
}

[b-pjtwiv7gdf] .add-comment .attach {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	font-size: 18px;
}

[b-pjtwiv7gdf] .add-comment .attach input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

[b-pjtwiv7gdf] .add-comment .send {
	width: 32px;
	height: 32px;
	background: transparent;
	text-align: center;
	padding: 4px;
	border-radius: 50px;
	color: #191958;
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

[b-pjtwiv7gdf] .add-comment .send i {
	color: currentColor;
}

[b-pjtwiv7gdf] .update-btn-wrap {
	position: static;
	margin: 16px 0 0;
	justify-content: flex-start;
	gap: 12px;
	padding: 0;
	align-items: center;
}

[b-pjtwiv7gdf] .update-btn-wrap > button:not(.add-update-tile) {
	width: 96px;
	height: 96px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 8px;
	overflow: hidden;
	opacity: 1;
	background: transparent;
}

[b-pjtwiv7gdf] .update-btn-wrap > button:not(.add-update-tile) img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

[b-pjtwiv7gdf] .update-btn-wrap > button:not(.add-update-tile).active {
	opacity: 1;
	outline: 2px solid #191958;
}

[b-pjtwiv7gdf] .update-btn-wrap .add-update-tile {
	width: 108px;
	height: 96px;
	border: 1px solid #D6D6D6;
	border-radius: 8px;
	background: #ffffff;
	padding: 0 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
}

[b-pjtwiv7gdf] .update-btn-wrap .add-update-tile i {
	font-size: 20px;
	line-height: 1;
}

[b-pjtwiv7gdf] .update-btn-wrap .add-update-tile span {
	font-size: 11px;
	font-weight: 500;
	text-transform: lowercase;
}
/* /Pages/Projects/ClientDetails.razor.rz.scp.css */
/* Match other setup pages width */
.setup-page-inner[b-a0tt55t4v7] {
    max-width: 517px;
}

/* Panel card container */
.client-panel-card[b-a0tt55t4v7] {
    border: 1px solid #EAECF0;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06);
    margin-bottom: 16px;
}

/* Details element - remove default styling */
.client-panel[b-a0tt55t4v7] {
    margin: 0;
    padding: 0;
}

/* Summary/header row */
.client-panel > summary[b-a0tt55t4v7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 20px;
    cursor: pointer;
    background: #fff;
    border-bottom: 1px solid #EAECF0;
    list-style: none;
}

.client-panel > summary[b-a0tt55t4v7]::-webkit-details-marker {
    display: none !important;
}

.client-panel > summary[b-a0tt55t4v7]::marker {
    display: none !important;
    content: "" !important;
}

.client-panel-summary-left[b-a0tt55t4v7] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #101828;
    font-weight: 600;
    font-size: 15px;
}

.client-panel-summary-left i[b-a0tt55t4v7] {
    font-size: 18px;
    color: #667085;
}

.client-panel-caret[b-a0tt55t4v7] {
    color: #667085;
    font-size: 18px;
    transition: transform 0.2s ease-in-out;
}

.client-panel[open] > summary .client-panel-caret[b-a0tt55t4v7] {
    transform: rotate(180deg);
}

/* Panel body */
.client-panel-body[b-a0tt55t4v7] {
    padding: 20px;
    background: #fff;
}

/* Upload Documents section */
.client-doc-upload-row[b-a0tt55t4v7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 16px;
    border: 1px solid #EAECF0;
    border-radius: 8px;
    background: #FAFAFA;
}

.client-doc-upload-left[b-a0tt55t4v7] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
}

/* Small browse icon that opens file picker */
.client-browse-btn[b-a0tt55t4v7] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: transparent;
    color: #1F2A44;
    border: 1px solid transparent;
    cursor: pointer;
}

.client-browse-btn:hover[b-a0tt55t4v7] {
    background: rgba(31,42,68,0.04);
}

.client-doc-upload-right[b-a0tt55t4v7] {
    flex-shrink: 0;
}

/* File chip (when file is selected) */
.client-doc-chip[b-a0tt55t4v7] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #1F2A44;
    color: #fff;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 13px;
}

.client-doc-chip i[b-a0tt55t4v7] {
    font-size: 14px;
}

.client-doc-chip-name[b-a0tt55t4v7] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.client-doc-chip-remove[b-a0tt55t4v7] {
    background: transparent;
    border: 0;
    padding: 0;
    color: #fff;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin-left: 4px;
}

.client-doc-chip-remove:hover[b-a0tt55t4v7] {
    opacity: 0.8;
}

/* Placeholder when no file */
.client-doc-placeholder[b-a0tt55t4v7] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #667085;
    font-size: 14px;
}

.client-doc-placeholder i[b-a0tt55t4v7] {
    font-size: 16px;
}

/* Upload button */
.client-upload-btn[b-a0tt55t4v7] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #1F2A44;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s ease;
}

.client-upload-btn:hover[b-a0tt55t4v7] {
    background: #2d3a54;
}

.client-upload-btn i[b-a0tt55t4v7] {
    font-size: 16px;
}

/* Help text */
.client-doc-help[b-a0tt55t4v7] {
    margin-top: 12px;
    font-size: 13px;
    color: #667085;
}

/* Panel footer with buttons */
.client-panel-footer[b-a0tt55t4v7] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #EAECF0;
}

/* Blur effect on the page content */
.extraction-blur[b-a0tt55t4v7] {
    filter: blur(4px);
    pointer-events: none;
    user-select: none;
    transition: filter 0.2s ease-in-out;
}

/* AI extraction overlay - sits above blurred content */
.ai-extraction-overlay[b-a0tt55t4v7] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* AI loader modal container */
.ai-extraction-modal[b-a0tt55t4v7] {
    background: var(--bg-white, #fff);
    border-radius: 12px;
    padding: 16px 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    min-width: 280px;
    text-align: center;
}
