.custom-date-picker td [role=button] span{border-radius:10px;padding:10px 12px;line-height:1.1;display:inline-block;min-width:24px;text-align:center}.custom-date-picker td [role=button][data-selected=true] span{background-color:#2860E1;color:#ffffff;font-weight:600}.custom-date-picker td [role=button]:not([aria-disabled=true]):not([data-selected=true]):hover span,.custom-date-picker td [role=button][data-hover=true]:not([data-selected=true]):not([aria-disabled=true]) span{background-color:#2860E1;color:#ffffff}.custom-date-picker{font-size:14px}.custom-date-picker td [role=button][aria-disabled=true] span{opacity:1;color:hsl(var(--heroui-default-400))}.custom-date-picker td [role=button]:not([aria-disabled=true]){cursor:pointer;background-color:transparent}.custom-date-picker[data-slot=base]{display:flex;flex-direction:column;height:100%;width:100%;min-height:0;overflow:hidden}.custom-date-picker [data-slot=content]{display:flex;flex-direction:column;flex:1;min-height:0}.custom-date-picker [data-slot=header-wrapper]{flex-shrink:0}.custom-date-picker [data-slot=grid-wrapper]{flex:1;min-height:0;display:flex;flex-direction:column}.custom-date-picker table{width:100%;height:100%;table-layout:fixed;border-collapse:collapse}.custom-date-picker thead{display:table-header-group}.custom-date-picker thead tr{display:table-row}.custom-date-picker th{display:table-cell;text-align:center;vertical-align:middle;padding:8px 0}.custom-date-picker tbody{display:table-row-group;height:100%}.custom-date-picker tbody tr{display:table-row;height:16.666%}.custom-date-picker td{display:table-cell;text-align:center;vertical-align:middle;padding:0;height:100%}.custom-date-picker td [role=button]{width:100%;height:100%;min-height:48px;display:flex;justify-content:center;align-items:center}