.date-picker-toggle { display:flex; align-items:center; justify-content:space-between; width:100%; margin-top:7px; padding:10px 11px; border:1px solid var(--line); border-radius:7px; color:#4d4c47; background:#fff; text-align:left; font-size:12px; font-weight:500; }
.date-picker-toggle:hover { border-color:#bdbab0; }.date-picker-toggle b { color:#8d8b83; font-size:14px; font-weight:400; }.mini-calendar.hidden { display:none; }
.calendar-title button { display:grid; place-items:center; width:24px; height:24px; border:0; border-radius:5px; color:#64625b; background:transparent; font-size:16px; }.calendar-title button:hover { background:#ece9e1; }.calendar-title button:disabled { color:#d6d3ca; }.calendar-title { gap:6px; }.calendar-title > span { flex:1; text-align:center; }
