@import '../common/component.light.theme.less';
@import '../common/component.common.less';
:host-context(.theme-light) ::ng-deep {
    .ant-input:not(.ant-input-disabled) {
        .cm-light-input;
    }

    .ant-calendar-picker-icon:after {

    }

    .ant-calendar-date {
        .cm-light-datepicker-active-font;
    }

    .ant-calendar-selected-day .ant-calendar-date {
        .cm-light-datepicker-current-font;
        .cm-light-datepicker-active-font;
    }

    .ant-calendar-last-month-cell .ant-calendar-date,
    .ant-calendar-next-month-btn-day .ant-calendar-date{
        .cm-light-datepicker-disabled-date;
    }
    
    .ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled){
        .cm-light-input;
    }
    .ant-input>.ant-calendar-range-picker-input{
        border: none;
        &:focus,&:hover{
            border: none;
        }
    }
   
}