/* v0191 - shared Linber date picker. */
.app-shell input.linber-date-input{
  cursor:pointer;
  color-scheme:light;
  background-color:#fff;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23173f2b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 10h18'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 10px center;
  padding-right:38px!important;
}
.app-shell input.linber-date-input::-webkit-calendar-picker-indicator{opacity:0}
.app-shell .calendar-jump-input.linber-date-input{background:none;padding:0!important}
.linber-date-picker{
  position:fixed;
  z-index:1200;
  width:310px;
  padding:12px;
  border:1px solid #c8d2ca;
  border-radius:13px;
  background:#fff;
  color:#14241b;
  box-shadow:0 18px 45px rgba(15,47,29,.22),0 3px 10px rgba(15,47,29,.12);
  font:500 13px/1.25 Arial,sans-serif;
}
.linber-date-picker[hidden]{display:none}
.linber-date-head{display:grid;grid-template-columns:36px 1fr 36px;align-items:center;gap:7px;margin-bottom:9px}
.linber-date-head strong{text-align:center;font:700 17px/1.2 Georgia,serif;text-transform:capitalize}
.linber-date-head button{
  display:grid;place-items:center;width:36px;height:34px;padding:0;border:1px solid #d5ddd6;border-radius:8px;background:#f7f9f6;color:#173f2b;font-size:16px;cursor:pointer
}
.linber-date-head button:hover,.linber-date-head button:focus-visible{border-color:#7e9d88;background:#eaf2eb;outline:none}
.linber-date-weekdays,.linber-date-days{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}
.linber-date-weekdays{padding:2px 0 5px;color:#647168;font-size:10px;font-weight:800;text-align:center;text-transform:uppercase;letter-spacing:.05em}
.linber-date-days button{
  display:grid;place-items:center;min-width:0;height:34px;padding:0;border:0;border-radius:8px;background:transparent;color:#27372e;font:700 12px/1 Arial,sans-serif;cursor:pointer
}
.linber-date-days button:hover,.linber-date-days button:focus-visible{background:#edf3ed;color:#173f2b;outline:none;box-shadow:inset 0 0 0 1px #b8cabd}
.linber-date-days button.is-outside{color:#9aa49d;font-weight:500}
.linber-date-days button.is-today{box-shadow:inset 0 0 0 1px #789260;color:#173f2b}
.linber-date-days button.is-selected{background:#173f2b!important;color:#fff!important;box-shadow:0 3px 8px rgba(23,63,43,.25)!important}
.linber-date-days button:disabled{color:#c7ccc8;background:transparent;cursor:not-allowed;box-shadow:none}
.linber-date-footer{display:flex;align-items:center;justify-content:space-between;margin-top:9px;padding-top:9px;border-top:1px solid #e1e7e2}
.linber-date-footer button{padding:6px 9px;border:0;border-radius:7px;background:transparent;color:#285e40;font-size:11px;font-weight:800;cursor:pointer}
.linber-date-footer button:hover,.linber-date-footer button:focus-visible{background:#edf3ed;outline:none}
.linber-date-footer button:disabled{color:#aab2ac;cursor:not-allowed}
@media(max-width:520px){.linber-date-picker{width:min(310px,calc(100vw - 24px))}}
