.@{calendar-prefix-cls}-picker {
    width: 100% !important;
}

.@{calendar-prefix-cls}-picker.ps-datepicker-readonly {
    .@{calendar-prefix-cls}-picker-input {
        background: @gray-1;
        color: @gray-10;
        cursor: text;
    }
    .@{calendar-prefix-cls}-picker-icon {
        cursor: default;
    }
    .@{calendar-prefix-cls}-range-picker-input {
        cursor: text;
    }
}

