.weather-icon-container{position:relative;width:48px;height:48px}.weather-icon{position:absolute;top:0;left:0;opacity:0;animation:fadeIcons 6s infinite;color:#2563eb}.weather-icon.sun{animation-delay:0s}.weather-icon.cloud{animation-delay:1s}.weather-icon.rain{animation-delay:2s}.weather-icon.cloud-moon{animation-delay:3s}.weather-icon.lightning{animation-delay:4s}.weather-icon.wind{animation-delay:5s}@keyframes fadeIcons{0%{opacity:0}10%{opacity:1}20%{opacity:0}to{opacity:0}}.export-monthly-picker_calendar__ElmsR{width:14rem;border:1px solid #e2e8f0;border-radius:.75rem;background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.12);font-family:inherit;overflow:hidden}.export-monthly-picker_calendar__ElmsR .react-datepicker__month-container{width:100%}.export-monthly-picker_calendar__ElmsR .react-datepicker__header{padding:.75rem .75rem .5rem;border-bottom:1px solid #e2e8f0;background:#f8fafc}.export-monthly-picker_calendar__ElmsR .react-datepicker__current-month{color:#0f172a;font-size:1rem;font-weight:600;margin:0}.export-monthly-picker_calendar__ElmsR .react-datepicker__navigation{top:.875rem}.export-monthly-picker_calendar__ElmsR .react-datepicker__navigation-icon:before{border-color:#64748b;border-width:2px 2px 0 0}.export-monthly-picker_calendar__ElmsR .react-datepicker__month-wrapper{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding-bottom:.25rem}.export-monthly-picker_calendar__ElmsR .react-datepicker__month-text{display:flex;align-items:center;justify-content:center;min-height:2rem;margin:0;border-radius:.5rem;color:#0f172a;font-size:.875rem;font-weight:500;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease}.export-monthly-picker_calendar__ElmsR .react-datepicker__month-text:hover{background:#eff6ff;color:#1e40af}.export-monthly-picker_calendar__ElmsR .react-datepicker__month-text--disabled{background:#f8fafc;color:#94a3b8;cursor:not-allowed;opacity:1}.export-monthly-picker_calendar__ElmsR .react-datepicker__month-text--disabled:hover{background:#f8fafc;color:#94a3b8}.export-monthly-picker_calendar__ElmsR .react-datepicker__month-text--keyboard-selected{background:#dbeafe;color:#1e40af}.export-monthly-picker_calendar__ElmsR .react-datepicker__month-text--selected,.export-monthly-picker_calendar__ElmsR .react-datepicker__month-text--selected:hover{background:#2563eb;color:#fff}