
/* BPMS V2.0 MI1.8 - Project Schedule Box/Edit + Language Toggle Fix */
#bpmsProgressEditor,.bpms-progress-editor-card#bpmsProgressEditor{display:none!important}
.bpms-row-editor,.bpms-schedule-inline-editor{display:grid!important;grid-template-columns:minmax(220px,1fr) minmax(240px,1fr) minmax(280px,2fr)!important;gap:16px!important;align-items:start!important;background:#f8fbff!important;border:1px solid #dbe7ff!important;border-radius:16px!important;padding:18px!important;margin:10px 0!important}
.bpms-row-editor label,.bpms-schedule-inline-editor label{display:block!important;font-weight:900!important;color:#102a66!important;margin-bottom:7px!important;font-size:15px!important}
.bpms-row-editor input,.bpms-row-editor select,.bpms-row-editor textarea,.bpms-schedule-inline-editor input,.bpms-schedule-inline-editor select,.bpms-schedule-inline-editor textarea,.bpms-large-percent,.bpms-status-select,.bpms-forecast-input{width:100%!important;min-width:210px!important;min-height:56px!important;padding:12px 14px!important;font-size:18px!important;font-weight:800!important;border:1px solid #cbd5e1!important;border-radius:10px!important;background:#fff!important;color:#102a66!important;line-height:1.25!important}
.bpms-row-editor input[type=date],.bpms-schedule-inline-editor input[type=date],.bpms-forecast-input{min-width:240px!important}
.bpms-row-editor textarea,.bpms-schedule-inline-editor textarea{min-height:120px!important;font-size:16px!important;font-weight:600!important;resize:vertical!important}
.bpms-row-editor .actions,.bpms-schedule-inline-editor .actions{grid-column:1/-1!important;display:flex!important;gap:10px!important;justify-content:flex-end!important;flex-wrap:wrap!important}
.bpms-row-editor .actions button,.bpms-schedule-inline-editor .actions button{min-height:48px!important;min-width:150px!important}
table td{overflow:visible!important;white-space:normal!important}
select.lang,#languageSelect,#languageToggle,[data-language-toggle]{min-width:150px!important;cursor:pointer!important}
@media(max-width:760px){.bpms-row-editor,.bpms-schedule-inline-editor{grid-template-columns:1fr!important}.bpms-row-editor input,.bpms-row-editor select,.bpms-row-editor textarea,.bpms-schedule-inline-editor input,.bpms-schedule-inline-editor select,.bpms-schedule-inline-editor textarea{min-width:100%!important;width:100%!important}.bpms-row-editor .actions,.bpms-schedule-inline-editor .actions{justify-content:stretch!important}.bpms-row-editor .actions button,.bpms-schedule-inline-editor .actions button{flex:1 1 100%!important}}
