mat-expansion-panel.lw-close-controls-v5 .lw-close-runtime-field {
  min-height: 104px !important;
  padding: 13px 15px !important;
}
mat-expansion-panel.lw-close-controls-v5 .lw-close-runtime-field .mat-form-field-wrapper,
mat-expansion-panel.lw-close-controls-v5 .lw-close-runtime-field .mat-form-field-flex,
mat-expansion-panel.lw-close-controls-v5 .lw-close-runtime-field .mat-form-field-infix {
  box-sizing: border-box !important; width: 100% !important; margin: 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important;
}
mat-expansion-panel.lw-close-controls-v5 .lw-close-runtime-field .mat-form-field-underline,
mat-expansion-panel.lw-close-controls-v5 .lw-close-runtime-field .mat-form-field-subscript-wrapper,
mat-expansion-panel.lw-close-controls-v5 .lw-close-runtime-field mat-datepicker-toggle,
mat-expansion-panel.lw-close-controls-v5 .lw-v5-original-date,
mat-expansion-panel.lw-close-controls-v5 .lw-v5-original-file {
  position: absolute !important; width: 1px !important; height: 1px !important; opacity: 0 !important; overflow: hidden !important; pointer-events: none !important;
}
mat-expansion-panel.lw-close-controls-v5 .lw-v5-document-type { min-height: 48px !important; font-size: 15px !important; }
.lw-v5-date { box-sizing: border-box !important; display: flex !important; align-items: center !important; justify-content: space-between !important; width: 100% !important; min-height: 58px !important; padding: 9px 10px !important; border: 0 !important; border-radius: 11px !important; background: linear-gradient(135deg,#f8fcff,#e7f7ff) !important; color: #153e50 !important; cursor: pointer !important; text-align: left !important; }
.lw-v5-date span { display: flex; flex-direction: column; gap: 3px; }
.lw-v5-date small { color: #4a849d; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.lw-v5-date strong { color: #123b4e; font-size: 14px; }
.lw-v5-date b { display: grid; place-items: center; width: 40px; height: 36px; border-radius: 9px; background: linear-gradient(145deg,#0579aa,#11aee5); color: #fff; font-size: 10px; letter-spacing: .05em; box-shadow: 0 6px 14px rgba(3,126,178,.24); }
.lw-v5-calendar { position: fixed; z-index: 2147483647; display: none; box-sizing: border-box; width: 312px; padding: 15px; border: 1px solid #3dbde9; border-radius: 17px; background: linear-gradient(155deg,#061a2a,#0a334a); color: #e8f9ff; box-shadow: 0 22px 55px rgba(0,15,30,.5); }
.lw-v5-calendar.open { display: block; }
.lw-v5-calendar header { display: grid; grid-template-columns: 38px 1fr 38px; align-items: center; gap: 8px; margin-bottom: 12px; }
.lw-v5-calendar header strong { text-align: center; font-size: 15px; }
.lw-v5-calendar button { border: 0; cursor: pointer; }
.lw-v5-calendar header button { width: 36px; height: 36px; border-radius: 9px; background: rgba(44,188,235,.13); color: #7cddff; font-size: 25px; }
.lw-v5-week,.lw-v5-days { display: grid; grid-template-columns: repeat(7,1fr); gap: 5px; }
.lw-v5-week { margin-bottom: 6px; color: #71a9bf; font-size: 10px; font-weight: 700; text-align: center; }
.lw-v5-days span,.lw-v5-days button { height: 33px; }
.lw-v5-days button { border-radius: 8px; background: transparent; color: #e3f8ff; font-weight: 600; }
.lw-v5-days button:hover { background: #128dbf; color: #fff; }
.lw-v5-days button.today { border: 1px solid #44cdf7; color: #69dcff; }
.lw-v5-calendar footer { margin-top: 11px; padding-top: 10px; border-top: 1px solid rgba(103,204,240,.18); text-align: center; }
.lw-v5-calendar footer button { padding: 7px 18px; border-radius: 8px; background: rgba(51,193,239,.13); color: #79dcff; font-weight: 700; }
.lw-v5-file-input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.lw-v5-dropzone { box-sizing: border-box; display: flex; align-items: center; gap: 12px; width: 100%; min-height: 82px; padding: 12px; border: 1px dashed #45bce9; border-radius: 11px; background: linear-gradient(135deg,#f9fdff,#e8f7ff); color: #16485e; cursor: pointer; }
.lw-v5-dropzone:hover,.lw-v5-dropzone.dragging { border-color: #087eaf; background: #ddf4ff; box-shadow: 0 7px 18px rgba(4,126,177,.15); }
.lw-v5-dropzone > b { display: grid; flex: 0 0 46px; place-items: center; height: 52px; border-radius: 11px; background: linear-gradient(145deg,#066e99,#0eabe2); color: #fff; font-size: 12px; box-shadow: 0 7px 16px rgba(3,125,177,.23); }
.lw-v5-dropzone span { display: flex; min-width: 0; flex-direction: column; gap: 2px; }
.lw-v5-dropzone strong { color: #075c7e; font-size: 12px; }
.lw-v5-dropzone small { color: #668998; font-size: 10px; }
.lw-v5-dropzone em { max-width: 205px; overflow: hidden; color: #197b9f; font-size: 10px; font-style: normal; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.lw-v5-dropzone em.error { color: #c33b3b; }
@media (max-width:520px) { .lw-v5-calendar { width: calc(100vw - 24px); left: 12px !important; } }
