/*
 * LEGAL WORKS — LICENCIAS UI HOMOGÉNEA F1 R11
 * Fuente visual: ambiente Pruebas.
 * Alcance: únicamente ventanas, cuadros y campos de Licencias.
 */

.lw-f2-dialog-overlay {
  background: rgba(1, 9, 18, .78) !important;
  backdrop-filter: blur(4px) !important;
}

.lw-f2-dialog {
  width: min(580px, calc(100vw - 20px)) !important;
  max-height: calc(100vh - 20px) !important;
  padding: 20px !important;
  border: 1px solid #4bc8f2 !important;
  border-radius: 18px !important;
  background: #082a43 !important;
  color: #fff !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .52) !important;
}

.lw-f2-dialog header h3,
.lw-f2-dialog-body label,
.lw-license-r6-dialog-content label {
  color: #fff !important;
}

.lw-f2-dialog-body input,
.lw-f2-dialog-body select,
.lw-f2-dialog-body textarea,
.lw-license-r6-dialog-content .swal2-input,
.lw-license-r6-dialog-content .swal2-select,
.lw-license-r6-dialog-content .swal2-textarea,
.lw-license-r5-panel input,
.lw-license-r5-panel select,
.lw-license-r5-panel textarea {
  width: 100% !important;
  min-height: 42px !important;
  padding: 10px 12px !important;
  border: 1px solid #38c7ff !important;
  border-radius: 10px !important;
  outline: 0 !important;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #eaf9ff 100%
  ) !important;
  color: #092c44 !important;
  caret-color: #092c44 !important;
  box-shadow:
    0 0 0 1px rgba(56, 199, 255, .24),
    0 0 17px rgba(56, 199, 255, .36) !important;
  box-sizing: border-box !important;
  font: inherit !important;
  font-weight: 700 !important;
  opacity: 1 !important;
  color-scheme: light !important;
  -webkit-text-fill-color: #092c44 !important;
}

.lw-f2-dialog-body select,
.lw-license-r6-dialog-content .swal2-select,
.lw-license-r5-panel select {
  background-color: #fff !important;
}

.lw-f2-dialog-body textarea,
.lw-license-r6-dialog-content .swal2-textarea,
.lw-license-r5-panel textarea {
  min-height: 88px !important;
  resize: vertical !important;
}

.lw-f2-dialog-body input:focus,
.lw-f2-dialog-body select:focus,
.lw-f2-dialog-body textarea:focus,
.lw-license-r6-dialog-content .swal2-input:focus,
.lw-license-r6-dialog-content .swal2-select:focus,
.lw-license-r6-dialog-content .swal2-textarea:focus,
.lw-license-r5-panel input:focus,
.lw-license-r5-panel select:focus,
.lw-license-r5-panel textarea:focus {
  border-color: #05aef0 !important;
  box-shadow:
    0 0 0 2px rgba(5, 174, 240, .28),
    0 0 22px rgba(56, 199, 255, .52) !important;
}

.lw-f2-dialog-body input::placeholder,
.lw-f2-dialog-body textarea::placeholder,
.lw-license-r6-dialog-content input::placeholder,
.lw-license-r6-dialog-content textarea::placeholder {
  color: #55758a !important;
  opacity: 1 !important;
}

.lw-f2-dialog-body select option,
.lw-license-r6-dialog-content select option,
.lw-license-r5-panel select option {
  background: #fff !important;
  color: #092c44 !important;
}

.lw-f2-dialog-body input[type="date"]::-webkit-calendar-picker-indicator,
.lw-license-r6-dialog-content input[type="date"]::-webkit-calendar-picker-indicator,
.lw-license-r5-panel input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer !important;
  opacity: 1 !important;
}

.lw-f2-dialog header button,
.lw-f2-dialog footer button,
.lw-license-r6-dialog-content button {
  border-color: #43c7f3 !important;
}

@media (max-width: 650px) {
  .lw-f2-dialog {
    width: calc(100vw - 16px) !important;
    max-height: calc(100vh - 16px) !important;
    padding: 16px !important;
  }
}
