/* 个性化主题配置 */
:root {
    /* --------全局通用样式变量 -----------start*/
    /* 链接颜色 */
    --osp-link-color: var(--ant-link-color, var(--ant-primary-color));
    /* 标题色 */
    --osp-custom-header-color: var(--ant-custom-header-color, rgba(0, 0, 0, 0.85));
    /* 主文本色 */
    --osp-custom-text-color: var(--ant-custom-text-color, rgba(0, 0, 0, 0.85));
    /* 次文本色 */
    --osp-custom-secondary-text-color: var(--ant-custom-secondary-text-color, rgba(0, 0, 0, 0.45));
    /* 失效色 */
    --osp-custom-disabled-color: var(--ant-custom-disabled-color, rgba(0, 0, 0, 0.65));
    /* 失效背景色 */
    --osp-custom-disabled-background-color: var(--osp-custom-disabled-background-color,rgba(0, 0, 0, 0.04));
    /* 圆角弧度 */
    --osp-custom-border-radius: var(--ant-custom-border-radius, 2px);
    /* 阴影颜色 */
    --osp-custom-shadow: var(--ant-custom-shadow, none);
    /* 组件的容器背景色 */
    --osp-custom-container-color: var(--ant-custom-container-color, #FFFFFF); 
    /* 下拉选择、树等行hover色 */
    --osp-custom-hover-color: var(--ant-primary-1); 
    /* 弹窗FormWinow */
    --osp-form-window-footer-button-width: auto; /* 底部按钮宽度 */
    --osp-form-window-footer-button-border-radius: var(--osp-custom-border-radius, 2px); /* 底部按钮圆角 */
    --osp-form-window-header-padding-left: 0px; /* 顶部header距离左边宽度 */
    --osp-form-window-header-border-color: rgba(0, 0, 0, 0.06); /* 顶部header边框颜色 */
	--osp-form-window-header-padding-top: 9px; /* 顶部header上填充 */
    --osp-form-window-header-padding-bottom: 9px; /* 顶部header下填充 */
    /* --------左侧菜单Sider------ */
    --osp-siderbar-collapsed-width: 52px;
    --osp-siderbar-line-height: 48px;
    --osp-siderbar-line-padding: 10px 16px 5px 0;
    --osp-siderbar-anticon-font-size: 16px;
    --osp-siderbar-anticon-width: 16px;
    --osp-siderbar-anticon-span-margin-left: 10px;
    /* --------Tabs------ */
    --osp-tabs-top-height: 40px;
    --osp-tabs-top-active-height: 40px;
    --osp-tabs-tab-width: auto;
    --osp-tabs-tab-color: var(--primary-color);
    --osp-tabs-tab-background-color: #fafafa;
    --osp-tabs-tab-active-background-color: #ffffff;
    /* --------FormTooltip------ */
    --osp-form-tooltip-font-color: #ffffff;
    --osp-form-tooltip-background-color: #595959;
    /* --------Grid------ */
    --osp-grid-checkbox-width: 40px;
    --osp-grid-header-background-color: #fafafa;
    --osp-grid-header-font-color: #262626;
    --osp-grid-border-color: #e8e8e8;
    /* 分页器pagination */
    --osp-pagination-size-margin: 8px; /* 总条数和跳转距离页码的间距 */
    --osp-pagination-page-margin: 8px; /* 页码之间的间距 */
    --osp-pagination-page-height: 32px; /* 分页器页码高度 */
    --osp-pagination-page-min-width: 32px; /* 分页器页码最小宽度 */
    /* 下拉选择select */
    --osp-select--option-selected-background-color: var(--ant-primary-1);
    --osp-select--option-selected-font-color: var(--ant-primary-color);
    --osp-select--option-selected-font-weight: 600;
    --osp-select--option-hover-background-color: var(--osp-custom-hover-color, rgba(0, 0, 0, 0.04));
    --osp-select-sm-height: 22px;
    --osp-select-sm-font-size: 14px;
    --osp-select-lg-height: 38px;
    /* 输入框 input */
    --osp-input-sm-padding: 0 7px;
    --osp-input-sm-font-size: 14px;
    --osp-input-lg-padding: 6.5px 11px;
    --osp-input-lg-font-size: 16px;
    /* 按钮 button */
    --osp-button-sm-padding: 0 7px;
    --osp-button-sm-height: 24px;
    --osp-button-sm-font-size: 14px;
    --osp-button-lg-padding: 6.4px 15px;
    --osp-button-lg-height: 40px;
    --osp-button-lg-font-size: 16px;
    --osp-button-border-radius: var(--osp-custom-border-radius);
    /* 数字输入框 inputNumber */
    --osp-input-number-sm-height: 22px;
    --osp-input-number-lg-height: 38px;
    /* --------全局通用样式变量 -----------end*/

    /* --------FormButton------ */
    --osp-form-button-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-button-border-radius: var(--ant-custom-border-radius, 2px);
    --osp-form-button-height: var(--ant-custom-height, 32px);
    --osp-form-button-width: var(--ant-custom-width, 88px);;
    --osp-form-button-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-button-border-style: var(--ant-custom-border-style, solid);
    --osp-form-button-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-button-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-button-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-button-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-button-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-button-color: var(--ant-custom-text-color, #262626);
    --osp-form-button-font-szie: var(--ant-custom-font-size, 14px);
    --osp-form-button-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-button-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-button-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-button-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    --osp-form-button-padding-left: var(--ant-custom-padding-left, 12px);
    --osp-form-button-padding-right: var(--ant-custom-padding-right, 12px);
    --osp-form-button-padding-top: var(--ant-custom-padding-top, 0px);
    --osp-form-button-padding-bottom: var(--ant-custom-padding-bottom, 0px);
    /* --------FormBoxContainer------ */
    --osp-box-container-border-radius: var(--ant-custom-border-radius, 0px);
    --osp-box-container-background-color: var(--ant-custom-container-color, transparent);
    --osp-box-container-height: var(--ant-custom-height, 464px);
    --osp-box-container-min-height: var(--ant-custom-min-height, 10px);
    --osp-box-container-width: var(--ant-custom-width, 100%);
    --osp-box-container-min-width: var(--ant-custom-min-width, 10px);
    --osp-box-container-opacity: var(--ant-custom-opacity, 1.0);
    --osp-box-container-border-style: var(--ant-custom-border-style, solid);
    --osp-box-container-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-box-container-border-left-width: var(--ant-custom-border-left-width, 0px);
    --osp-box-container-border-right-width: var(--ant-custom-border-right-width, 0px);
    --osp-box-container-border-top-width: var(--ant-custom-border-top-width, 0px);
    --osp-box-container-border-bottom-width: var(--ant-custom-border-bottom-width, 0px);
    --osp-box-container-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-box-container-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-box-container-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-box-container-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    --osp-box-container-padding-left: var(--ant-custom-padding-left, 0px);
    --osp-box-container-padding-right: var(--ant-custom-padding-right, 0px);
    --osp-box-container-padding-top: var(--ant-custom-padding-top, 0px);
    --osp-box-container-padding-bottom: var(--ant-custom-padding-bottom, 0px);
    /* --------FormLabel------ */
    --osp-form-label-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-label-border-radius: var(--ant-custom-border-radius, 2px);
    --osp-form-label-height: var(--ant-custom-height, 32px);
    --osp-form-label-width: var(--ant-custom-width, 108px);
    --osp-form-label-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-label-border-style: var(--ant-custom-border-style, none);
    --osp-form-label-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-label-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-label-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-label-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-label-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-label-color: var(--ant-custom-text-color, #262626);
    --osp-form-label-font-size: var(--ant-custom-font-size, 14px);
    --osp-form-label-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-label-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-label-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-label-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    --osp-form-label-padding-left: var(--ant-custom-padding-left, 16px);
    --osp-form-label-padding-right: var(--ant-custom-padding-right, 16px);
    --osp-form-label-padding-top: var(--ant-custom-padding-top, 0px);
    --osp-form-label-padding-bottom: var(--ant-custom-padding-bottom, 0px);
    /* --------FormImageButton------ */
    --osp-form-image-button-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-image-button-border-radius: var(--ant-custom-border-radius, 0px);
    --osp-form-image-button-height: var(--ant-custom-height, 32px);
    --osp-form-image-button-width: var(--ant-custom-width, 88px);
    --osp-form-image-button-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-image-button-border-style: var(--ant-custom-border-style, solid);
    --osp-form-image-button-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-image-button-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-image-button-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-image-button-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-image-button-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-image-button-color: var(--ant-custom-text-color, #262626);
    --osp-form-image-button-font-size: var(--ant-custom-font-size, 14px);
    --osp-form-image-button-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-image-button-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-image-button-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-image-button-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    --osp-form-image-button-padding-left: var(--ant-custom-padding-left, 0px);
    --osp-form-image-button-padding-right: var(--ant-custom-padding-right, 0px);
    --osp-form-image-button-padding-top: var(--ant-custom-padding-top, 0px);
    --osp-form-image-button-padding-bottom: var(--ant-custom-padding-bottom, 0px);
    /* --------FormPopupButton------ */
    --osp-form-popup-button-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-popup-button-border-radius: var(--ant-custom-border-radius, 2px);
    --osp-form-popup-button-height: var(--ant-custom-height, 32px);
    --osp-form-popup-button-width: var(--ant-custom-width, 120px);
    --osp-form-popup-button-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-popup-button-border-style: var(--ant-custom-border-style, solid);
    --osp-form-popup-button-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-popup-button-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-popup-button-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-popup-button-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-popup-button-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-popup-button-color: var(--ant-custom-text-color, #262626);
    --osp-form-popup-button-font-size: var(--ant-custom-font-size, 14px);
    --osp-form-popup-button-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-popup-button-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-popup-button-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-popup-button-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormTextInput------ */
    --osp-form-text-input-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-text-input-border-radius: var(--ant-custom-border-radius, 2px);
    --osp-form-text-input-height: var(--ant-custom-height, 32px);
    --osp-form-text-input-width: var(--ant-custom-width, 100%);
    --osp-form-text-input-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-text-input-border-style: var(--ant-custom-border-style, solid);
    --osp-form-text-input-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-text-input-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-text-input-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-text-input-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-text-input-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-text-input-color: var(--ant-custom-text-color, #262626);
    --osp-form-text-input-font-size: var(--ant-custom-font-size, 14px);
    --osp-form-text-input-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-text-input-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-text-input-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-text-input-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormTextSearch------ */
    --osp-form-text-search-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-text-search-border-radius: var(--ant-custom-border-radius, 2px);
    --osp-form-text-search-height: var(--ant-custom-height, 32px);
    --osp-form-text-search-width: var(--ant-custom-width, 100%);
    --osp-form-text-search-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-text-search-border-style: var(--ant-custom-border-style, solid);
    --osp-form-text-search-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-text-search-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-text-search-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-text-search-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-text-search-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-text-search-color: var(--ant-custom-text-color, #262626);
    --osp-form-text-search-font-size: var(--ant-custom-font-size, 14px);
    --osp-form-text-search-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-text-search-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-text-search-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-text-search-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormAutoComplete------ */
    --osp-form-auto-complete-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-auto-complete-border-radius: var(--ant-custom-border-radius, 2px);
    --osp-form-auto-complete-height: var(--ant-custom-height, 32px);
    --osp-form-auto-complete-width: var(--ant-custom-width, 100%);
    --osp-form-auto-complete-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-auto-complete-border-style: var(--ant-custom-border-style, solid);
    --osp-form-auto-complete-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-auto-complete-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-auto-complete-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-auto-complete-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-auto-complete-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-auto-complete-color: var(--ant-custom-text-color, #262626);
    --osp-form-auto-complete-font-size: var(--ant-custom-font-size, 14px);
    --osp-form-auto-complete-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-auto-complete-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-auto-complete-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-auto-complete-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormTextArea------ */
    --osp-form-text-area-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-text-area-border-radius: var(--ant-custom-border-radius, 2px);
    --osp-form-text-area-height: var(--ant-custom-height, 88px);
    --osp-form-text-area-width: var(--ant-custom-width, 100%);
    --osp-form-text-area-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-text-area-border-style: var(--ant-custom-border-style, solid);
    --osp-form-text-area-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-text-area-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-text-area-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-text-area-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-text-area-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-text-area-color: var(--ant-custom-text-color, #262626);
    --osp-form-text-area-font-size: var(--ant-custom-font-size, 14px);
    --osp-form-text-area-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-text-area-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-text-area-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-text-area-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormTextPassword------ */
    --osp-form-text-password-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-text-password-border-radius: var(--ant-custom-border-radius, 2px);
    --osp-form-text-password-height: var(--ant-custom-height, 32px);
    --osp-form-text-password-width: var(--ant-custom-width, 100%);
    --osp-form-text-password-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-text-password-border-style: var(--ant-custom-border-style, solid);
    --osp-form-text-password-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-text-password-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-text-password-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-text-password-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-text-password-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-text-password-color: var(--ant-custom-text-color, #262626);
    --osp-form-text-password-font-size: var(--ant-custom-font-size, 14px);
    --osp-form-text-password-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-text-password-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-text-password-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-text-password-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormNumberInput------ */
    --osp-form-number-input-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-number-input-border-radius: var(--ant-custom-border-radius, 2px);
    --osp-form-number-input-height: var(--ant-custom-height, 32px);
    --osp-form-number-input-width: var(--ant-custom-width, 100%);
    --osp-form-number-input-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-number-input-border-style: var(--ant-custom-border-style, solid);
    --osp-form-number-input-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-number-input-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-number-input-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-number-input-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-number-input-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-number-input-color: var(--ant-custom-text-color, #262626);
    --osp-form-number-input-font-size: var(--ant-custom-font-size, 14px);
    --osp-form-number-input-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-number-input-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-number-input-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-number-input-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormSpinner------ */
    --osp-form-spinner-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-spinner-border-radius: var(--ant-custom-border-radius, 2px);
    --osp-form-spinner-height: var(--ant-custom-height, 32px);
    --osp-form-spinner-width: var(--ant-custom-width, 100%);
    --osp-form-spinner-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-spinner-border-style: var(--ant-custom-border-style, solid);
    --osp-form-spinner-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-spinner-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-spinner-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-spinner-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-spinner-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-spinner-color: var(--ant-custom-text-color, #262626);
    --osp-form-spinner-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-spinner-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-spinner-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-spinner-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormDateField------ */
    --osp-form-date-field-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-date-field-border-radius: var(--ant-custom-border-radius, 2px);
    --osp-form-date-field-height: var(--ant-custom-height, 32px);
    --osp-form-date-field-width: var(--ant-custom-width, 100%);
    --osp-form-date-field-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-date-field-border-style: var(--ant-custom-border-style, solid);
    --osp-form-date-field-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-date-field-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-date-field-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-date-field-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-date-field-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-date-field-color: var(--ant-custom-text-color, #262626);
    --osp-form-date-field-font-size: var(--ant-custom-font-size, 14px);
    --osp-form-date-field-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-date-field-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-date-field-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-date-field-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormDateRangeField------ */
    --osp-form-date-range-field-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-date-range-field-border-radius: var(--ant-custom-border-radius, 0px);
    --osp-form-date-range-field-height: var(--ant-custom-height, 32px);
    --osp-form-date-range-field-width: var(--ant-custom-width, 100%);
    --osp-form-date-range-field-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-date-range-field-border-style: var(--ant-custom-border-style, solid);
    --osp-form-date-range-field-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-date-range-field-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-date-range-field-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-date-range-field-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-date-range-field-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-date-range-field-color: var(--ant-custom-text-color, #262626);
    --osp-form-date-range-field-font-size: var(--ant-custom-font-size, 14px);
    --osp-form-date-range-field-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-date-range-field-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-date-range-field-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-date-range-field-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormMonthComboBox------ */
    --osp-form-month-combobox-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-month-combobox-border-radius: var(--ant-custom-border-radius, 2px);
    --osp-form-month-combobox-height: var(--ant-custom-height, 32px);
    --osp-form-month-combobox-width: var(--ant-custom-width, 100%);
    --osp-form-month-combobox-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-month-combobox-border-style: var(--ant-custom-border-style, solid);
    --osp-form-month-combobox-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-month-combobox-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-month-combobox-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-month-combobox-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-month-combobox-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-month-combobox-color: var(--ant-custom-text-color, #262626);
    --osp-form-month-combobox-font-size: var(--ant-custom-font-size, 14px);
    --osp-form-month-combobox-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-month-combobox-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-month-combobox-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-month-combobox-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormTimePicker------ */
    --osp-form-time-picker-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-time-picker-border-radius: var(--ant-custom-border-radius, 2px);
    --osp-form-time-picker-height: var(--ant-custom-height, 32px);
    --osp-form-time-picker-width: var(--ant-custom-width, 100%);
    --osp-form-time-picker-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-time-picker-border-style: var(--ant-custom-border-style, solid);
    --osp-form-time-picker-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-time-picker-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-time-picker-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-time-picker-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-time-picker-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-time-picker-color: var(--ant-custom-text-color, #262626);
    --osp-form-time-picker-font-size: var(--ant-custom-font-size, 14px);
    --osp-form-time-picker-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-time-picker-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-time-picker-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-time-picker-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormFullCalendar------ */
    --osp-form-full-calendar-border-radius: var(--ant-custom-border-radius, 0px);
    --osp-form-full-calendar-height: var(--ant-custom-height, 350px);
    --osp-form-full-calendar-width: var(--ant-custom-width, 350px);
    --osp-form-full-calendar-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-full-calendar-border-style: var(--ant-custom-border-style, solid);
    --osp-form-full-calendar-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-full-calendar-border-left-width: var(--ant-custom-border-left-width, 0px);
    --osp-form-full-calendar-border-right-width: var(--ant-custom-border-right-width, 0px);
    --osp-form-full-calendar-border-top-width: var(--ant-custom-border-top-width, 0px);
    --osp-form-full-calendar-border-bottom-width: var(--ant-custom-border-bottom-width, 0px);
    --osp-form-full-calendar-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-full-calendar-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-full-calendar-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-full-calendar-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormScheduleCalendar------ */
    --osp-form-schedule-calendar-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-schedule-calendar-border-radius: var(--ant-custom-border-radius, 2px);
    --osp-form-schedule-calendar-height: var(--ant-custom-height, 400px);
    --osp-form-schedule-calendar-width: var(--ant-custom-width, 100%);
    --osp-form-schedule-calendar-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-schedule-calendar-border-style: var(--ant-custom-border-style, solid);
    --osp-form-schedule-calendar-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-schedule-calendar-border-left-width: var(--ant-custom-border-left-width, 0px);
    --osp-form-schedule-calendar-border-right-width: var(--ant-custom-border-right-width, 0px);
    --osp-form-schedule-calendar-border-top-width: var(--ant-custom-border-top-width, 0px);
    --osp-form-schedule-calendar-border-bottom-width: var(--ant-custom-border-bottom-width, 0px);
    --osp-form-schedule-calendar-font-size: var(--ant-custom-font-size, 14px);
    --osp-form-schedule-calendar-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-schedule-calendar-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-schedule-calendar-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-schedule-calendar-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormComboBox------ */
    --osp-form-combobox-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-combobox-border-radius: var(--ant-custom-border-radius, 2px);
    --osp-form-combobox-height: var(--ant-custom-height, 32px);
    --osp-form-combobox-width: var(--ant-custom-width, 100%);
    --osp-form-combobox-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-combobox-border-style: var(--ant-custom-border-style, solid);
    --osp-form-combobox-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-combobox-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-combobox-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-combobox-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-combobox-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-combobox-color: var(--ant-custom-text-color, #262626);
    --osp-form-combobox-font-size: var(--ant-custom-font-size, 14px);
    --osp-form-combobox-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-combobox-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-combobox-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-combobox-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormComboCheck------ */
    --osp-form-combocheck-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-combocheck-border-radius: var(--ant-custom-border-radius, 2px);
    --osp-form-combocheck-height: var(--ant-custom-height, 32px);
    --osp-form-combocheck-width: var(--ant-custom-width, 100%);
    --osp-form-combocheck-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-combocheck-border-style: var(--ant-custom-border-style, solid);
    --osp-form-combocheck-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-combocheck-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-combocheck-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-combocheck-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-combocheck-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-combocheck-color: var(--ant-custom-text-color, #262626);
    --osp-form-combocheck-font-size: var(--ant-custom-font-size, 14px);
    --osp-form-combocheck-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-combocheck-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-combocheck-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-combocheck-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormProSelectInput------ */
    --osp-form-pro-select-input-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-pro-select-input-border-radius: var(--ant-custom-border-radius, 2px);
    --osp-form-pro-select-input-height: var(--ant-custom-height, 32px);
    --osp-form-pro-select-input-width: var(--ant-custom-width, 100%);
    --osp-form-pro-select-input-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-pro-select-input-border-style: var(--ant-custom-border-style, solid);
    --osp-form-pro-select-input-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-pro-select-input-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-pro-select-input-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-pro-select-input-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-pro-select-input-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-pro-select-input-color: var(--ant-custom-text-color, #262626);
    --osp-form-pro-select-input-font-size: var(--ant-custom-font-size, 14px);
    --osp-form-pro-select-input-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-pro-select-input-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-pro-select-input-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-pro-select-input-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------HelpComboBox------ */
    --osp-help-combobox-background-color: var(--ant-custom-container-color, transparent);
    --osp-help-combobox-border-radius: var(--ant-custom-border-radius, 2px);
    --osp-help-combobox-height: var(--ant-custom-height, 32px);
    --osp-help-combobox-width: var(--ant-custom-width, 100%);
    --osp-help-combobox-opacity: var(--ant-custom-opacity, 1.0);
    --osp-help-combobox-border-style: var(--ant-custom-border-style, solid);
    --osp-help-combobox-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-help-combobox-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-help-combobox-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-help-combobox-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-help-combobox-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-help-combobox-color: var(--ant-custom-text-color, #262626);
    --osp-help-combobox-font-size: var(--ant-custom-font-size, 14px);
    --osp-help-combobox-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-help-combobox-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-help-combobox-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-help-combobox-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------HelpComboCheck------ */
    --osp-help-combocheck-background-color: var(--ant-custom-container-color, transparent);
    --osp-help-combocheck-border-radius: var(--ant-custom-border-radius, 2px);
    --osp-help-combocheck-height: var(--ant-custom-height, 32px);
    --osp-help-combocheck-width: var(--ant-custom-width, 100%);
    --osp-help-combocheck-opacity: var(--ant-custom-opacity, 1.0);
    --osp-help-combocheck-border-style: var(--ant-custom-border-style, solid);
    --osp-help-combocheck-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-help-combocheck-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-help-combocheck-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-help-combocheck-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-help-combocheck-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-help-combocheck-color: var(--ant-custom-text-color, #262626);
    --osp-help-combocheck-font-size: var(--ant-custom-font-size, 14px);
    --osp-help-combocheck-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-help-combocheck-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-help-combocheck-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-help-combocheck-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------DataSetFieldComboBox------ */
    --osp-dataset-field-combobox-background-color: var(--ant-custom-container-color, transparent);
    --osp-dataset-field-combobox-border-radius: var(--ant-custom-border-radius, 2px);
    --osp-dataset-field-combobox-height: var(--ant-custom-height, 32px);
    --osp-dataset-field-combobox-width: var(--ant-custom-width, 100%);
    --osp-dataset-field-combobox-opacity: var(--ant-custom-opacity, 1.0);
    --osp-dataset-field-combobox-border-style: var(--ant-custom-border-style, solid);
    --osp-dataset-field-combobox-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-dataset-field-combobox-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-dataset-field-combobox-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-dataset-field-combobox-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-dataset-field-combobox-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-dataset-field-combobox-font-size: var(--ant-custom-font-size, 14px);
    --osp-dataset-field-combobox-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-dataset-field-combobox-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-dataset-field-combobox-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-dataset-field-combobox-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormCustomHelpField------ */
    --osp-form-custom-help-field-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-custom-help-field-border-radius: var(--ant-custom-border-radius, 2px);
    --osp-form-custom-help-field-height: var(--ant-custom-height, 32px);
    --osp-form-custom-help-field-width: var(--ant-custom-width, 100%);
    --osp-form-custom-help-field-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-custom-help-field-border-style: var(--ant-custom-border-style, solid);
    --osp-form-custom-help-field-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-custom-help-field-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-custom-help-field-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-custom-help-field-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-custom-help-field-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-custom-help-field-color: var(--ant-custom-text-color, #262626);
    --osp-form-custom-help-field-font-size: var(--ant-custom-font-size, 14px);
    --osp-form-custom-help-field-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-custom-help-field-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-custom-help-field-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-custom-help-field-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormSwitchButton------ */
    --osp-form-switch-button-background-color: var(--ant-custom-container-color, var(--ant-primary-color));
    --osp-form-switch-button-border-radius: var(--ant-custom-border-radius, 10px);
    --osp-form-switch-button-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-switch-button-border-style: var(--ant-custom-border-style, solid);
    --osp-form-switch-button-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-switch-button-border-left-width: var(--ant-custom-border-left-width, 0px);
    --osp-form-switch-button-border-right-width: var(--ant-custom-border-right-width, 0px);
    --osp-form-switch-button-border-top-width: var(--ant-custom-border-top-width, 0px);
    --osp-form-switch-button-border-bottom-width: var(--ant-custom-border-bottom-width, 0px);
    --osp-form-switch-button-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-switch-button-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-switch-button-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-switch-button-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormRadio------ */
    --osp-form-radio-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-radio-border-radius: var(--ant-custom-border-radius, 2px);
    --osp-form-radio-height: var(--ant-custom-height, 32px);
    --osp-form-radio-width: var(--ant-custom-width, 300px);
    --osp-form-radio-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-radio-border-style: var(--ant-custom-border-style, solid);
    --osp-form-radio-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-radio-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-radio-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-radio-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-radio-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-radio-font-size: var(--ant-custom-font-size, 14px);
    --osp-form-radio-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-radio-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-radio-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-radio-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormCheckBox------ */
    --osp-form-checkbox-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-checkbox-border-radius: var(--ant-custom-border-radius, 2px);
    --osp-form-checkbox-height: var(--ant-custom-height, 32px);
    --osp-form-checkbox-min-height: var(--ant-custom-min-height, 32px);
    --osp-form-checkbox-width: var(--ant-custom-width, 100%);
    --osp-form-checkbox-min-width: var(--ant-custom-min-width, 64px);
    --osp-form-checkbox-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-checkbox-border-style: var(--ant-custom-border-style, solid);
    --osp-form-checkbox-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-checkbox-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-checkbox-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-checkbox-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-checkbox-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-checkbox-color: var(--ant-custom-text-color, #262626);
    --osp-form-checkbox-font-size: var(--ant-custom-font-size, 14px);
    --osp-form-checkbox-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-checkbox-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-checkbox-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-checkbox-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormTreeComboBox------ */
    --osp-form-tree-combobox-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-tree-combobox-border-radius: var(--ant-custom-border-radius, 2px);
    --osp-form-tree-combobox-height: var(--ant-custom-height, 32px);
    --osp-form-tree-combobox-width: var(--ant-custom-width, 100%);
    --osp-form-tree-combobox-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-tree-combobox-border-style: var(--ant-custom-border-style, solid);
    --osp-form-tree-combobox-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-tree-combobox-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-tree-combobox-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-tree-combobox-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-tree-combobox-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-tree-combobox-color: var(--ant-custom-text-color, #262626);
    --osp-form-tree-combobox-font-size: var(--ant-custom-font-size, 14px);
    --osp-form-tree-combobox-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-tree-combobox-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-tree-combobox-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-tree-combobox-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormCascaderComboBox------ */
    --osp-form-cascader-combobox-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-cascader-combobox-border-radius: var(--ant-custom-border-radius, 2px);
    --osp-form-cascader-combobox-height: var(--ant-custom-height, 32px);
    --osp-form-cascader-combobox-width: var(--ant-custom-width, 100%);
    --osp-form-cascader-combobox-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-cascader-combobox-border-style: var(--ant-custom-border-style, solid);
    --osp-form-cascader-combobox-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-cascader-combobox-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-cascader-combobox-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-cascader-combobox-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-cascader-combobox-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-cascader-combobox-color: var(--ant-custom-text-color, #262626);
    --osp-form-cascader-combobox-font-size: var(--ant-custom-font-size, 14px);
    --osp-form-cascader-combobox-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-cascader-combobox-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-cascader-combobox-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-cascader-combobox-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormImage------ */
    --osp-form-image-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-image-border-radius: var(--ant-custom-border-radius, 0px);
    --osp-form-image-height: var(--ant-custom-height, 200px);
    --osp-form-image-width: var(--ant-custom-width, 200px);
    --osp-form-image-border-style: var(--ant-custom-border-style, solid);
    --osp-form-image-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-image-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-image-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-image-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-image-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-image-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-image-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-image-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-image-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormColorPicker------ */
    --osp-form-color-picker-height: var(--ant-custom-height, 32px);
    --osp-form-color-picker-width: var(--ant-custom-width, 32px);
    --osp-form-color-picker-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-color-picker-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-color-picker-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-color-picker-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-color-picker-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormUpperCaseLabel------ */
    --osp-form-upper-case-label-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-upper-case-label-border-radius: var(--ant-custom-border-radius, 2px);
    --osp-form-upper-case-label-height: var(--ant-custom-height, 32px);
    --osp-form-upper-case-label-width: var(--ant-custom-width, 120px);
    --osp-form-upper-case-label-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-upper-case-label-border-style: var(--ant-custom-border-style, solid);
    --osp-form-upper-case-label-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-upper-case-label-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-upper-case-label-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-upper-case-label-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-upper-case-label-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-upper-case-label-color: var(--ant-custom-text-color, #262626);
    --osp-form-upper-case-label-font-size: var(--ant-custom-font-size, 14px);
    --osp-form-upper-case-label-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-upper-case-label-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-upper-case-label-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-upper-case-label-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormTextCarousel------ */
    --osp-form-text-carousel-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-text-carousel-border-radius: var(--ant-custom-border-radius, 2px);
    --osp-form-text-carousel-height: var(--ant-custom-height, 32px);
    --osp-form-text-carousel-width: var(--ant-custom-width, 300px);
    --osp-form-text-carousel-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-text-carousel-border-style: var(--ant-custom-border-style, solid);
    --osp-form-text-carousel-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-text-carousel-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-text-carousel-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-text-carousel-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-text-carousel-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-text-carousel-color: var(--ant-custom-text-color, #262626);
    --osp-form-text-carousel-font-size: var(--ant-custom-font-size, 14px);
    --osp-form-text-carousel-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-text-carousel-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-text-carousel-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-text-carousel-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormSliderInput------ */
    --osp-form-slider-input-height: var(--ant-custom-height, 32px);
    --osp-form-slider-input-width: var(--ant-custom-width, 300px);
    --osp-form-slider-input-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-slider-input-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-slider-input-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-slider-input-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    --osp-form-slider-input-padding-left: var(--ant-custom-padding-left, 20px);
    --osp-form-slider-input-padding-right: var(--ant-custom-padding-right, 20px);
    --osp-form-slider-input-padding-top: var(--ant-custom-padding-top, 0px);
    --osp-form-slider-input-padding-bottom: var(--ant-custom-padding-bottom, 0px);
    /* --------FormProgress------ */
    --osp-form-progress-height: var(--ant-custom-height, 32px);
    --osp-form-progress-width: var(--ant-custom-width, 300px);
    --osp-form-progress-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-progress-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-progress-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-progress-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    --osp-form-progress-padding-left: var(--ant-custom-padding-left, 0px);
    --osp-form-progress-padding-right: var(--ant-custom-padding-right, 0px);
    --osp-form-progress-padding-top: var(--ant-custom-padding-top, 0px);
    --osp-form-progress-padding-bottom: var(--ant-custom-padding-bottom, 0px);
    /* --------FormRating------ */
    --osp-form-rating-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-rating-border-radius: var(--ant-custom-border-radius, 0px);
    --osp-form-rating-height: var(--ant-custom-height, 60px);
    --osp-form-rating-width: var(--ant-custom-width, 200px);
    --osp-form-rating-border-style: var(--ant-custom-border-style, solid);
    --osp-form-rating-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-rating-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-rating-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-rating-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-rating-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-rating-font-size: var(--ant-custom-font-size, 14px);
    --osp-form-rating-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-rating-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-rating-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-rating-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormStepView------ */
    --osp-form-step-view-height: var(--ant-custom-height, 300px);
    --osp-form-step-view-width: var(--ant-custom-width, 120px);
    --osp-form-step-view-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-step-view-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-step-view-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-step-view-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormQRCode------ */
    --osp-form-qrcode-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-qrcode-border-radius: var(--ant-custom-border-radius, 0px);
    --osp-form-qrcode-height: var(--ant-custom-height, 150px);
    --osp-form-qrcode-width: var(--ant-custom-width, 150px);
    --osp-form-qrcode-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-qrcode-border-style: var(--ant-custom-border-style, solid);
    --osp-form-qrcode-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-qrcode-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-qrcode-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-qrcode-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-qrcode-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-qrcode-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-qrcode-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-qrcode-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-qrcode-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormIFrame------ */
    --osp-form-iframe-height: var(--ant-custom-height, 400px);
    --osp-form-iframe-width: var(--ant-custom-width, 500px);
    --osp-form-iframe-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-iframe-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-iframe-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-iframe-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormAnchorMenu------ */
    --osp-form-anchor-menu-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-anchor-menu-border-radius: var(--ant-custom-border-radius, 2px);
    --osp-form-anchor-menu-height: var(--ant-custom-height, 300px);
    --osp-form-anchor-menu-width: var(--ant-custom-width, 100px);
    --osp-form-anchor-menu-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-anchor-menu-border-style: var(--ant-custom-border-style, solid);
    --osp-form-anchor-menu-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-anchor-menu-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-anchor-menu-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-anchor-menu-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-anchor-menu-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-anchor-menu-color: var(--ant-custom-text-color, #262626);
    --osp-form-anchor-menu-font-size: var(--ant-custom-font-size, 14px);
    --osp-form-anchor-menu-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-anchor-menu-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-anchor-menu-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-anchor-menu-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    --osp-form-anchor-menu-padding-left: var(--ant-custom-padding-left, 4px);
    --osp-form-anchor-menu-padding-right: var(--ant-custom-padding-right, 0px);
    --osp-form-anchor-menu-padding-top: var(--ant-custom-padding-top, 0px);
    --osp-form-anchor-menu-padding-bottom: var(--ant-custom-padding-bottom, 0px);
    /* --------FormAddressInput------ */
    --osp-form-address-input-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-address-input-border-radius: var(--ant-custom-border-radius, 2px);
    --osp-form-address-input-height: var(--ant-custom-height, 32px);
    --osp-form-address-input-width: var(--ant-custom-width, 100%);
    --osp-form-address-input-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-address-input-border-style: var(--ant-custom-border-style, solid);
    --osp-form-address-input-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-address-input-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-address-input-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-address-input-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-address-input-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-address-input-color: var(--ant-custom-text-color, #262626);
    --osp-form-address-input-font-size: var(--ant-custom-font-size, 14px);
    --osp-form-address-input-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-address-input-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-address-input-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-address-input-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormAudioPlayer------ */
    --osp-form-audio-player-height: var(--ant-custom-height, 32px);
    --osp-form-audio-player-width: var(--ant-custom-width, 260px);
    --osp-form-audio-player-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-audio-player-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-audio-player-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-audio-player-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormTags------ */
    --osp-form-tags-background-color: var(--ant-custom-container-color, #FFFFFF);
    --osp-form-tags-border-radius: var(--ant-custom-border-radius, 2px);
    --osp-form-tags-height: var(--ant-custom-height, 50px);
    --osp-form-tags-width: var(--ant-custom-width, 400px);
    --osp-form-tags-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-tags-border-style: var(--ant-custom-border-style, solid);
    --osp-form-tags-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-tags-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-tags-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-tags-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-tags-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-tags-color: var(--ant-custom-text-color, #262626);
    --osp-form-tags-font-size: var(--ant-custom-font-size, 14px);
    --osp-form-tags-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-tags-margin-right: var(--ant-custom-margin-right, 8px);
    --osp-form-tags-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-tags-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormBreadcrumb------ */
    --osp-form-bread-crumb-height: var(--ant-custom-height, 32px);
    --osp-form-bread-crumb-width: var(--ant-custom-width, 260px);
    --osp-form-bread-crumb-color: var(--ant-custom-text-color);
    --osp-form-bread-crumb-font-size: var(--ant-custom-font-size, 14px);
    --osp-form-bread-crumb-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-bread-crumb-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-bread-crumb-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-bread-crumb-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormExtendPropertiesField------ */
    --osp-form-extend-properties-field-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-extend-properties-field-border-radius: var(--ant-custom-border-radius, 2px);
    --osp-form-extend-properties-field-height: var(--ant-custom-height, 32px);
    --osp-form-extend-properties-field-width: var(--ant-custom-width, 100%);
    --osp-form-extend-properties-field-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-extend-properties-field-border-style: var(--ant-custom-border-style, solid);
    --osp-form-extend-properties-field-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-extend-properties-field-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-extend-properties-field-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-extend-properties-field-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-extend-properties-field-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-extend-properties-field-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-extend-properties-field-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-extend-properties-field-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-extend-properties-field-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormTransferComp------ */
    --osp-form-transfer-comp-height: var(--ant-custom-height, 300px);
    --osp-form-transfer-comp-width: var(--ant-custom-width, 100%);
    --osp-form-transfer-comp-border-style: var(--ant-custom-border-style, none);
    --osp-form-transfer-comp-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-transfer-comp-border-left-width: var(--ant-custom-border-left-width, 0px);
    --osp-form-transfer-comp-border-right-width: var(--ant-custom-border-right-width, 0px);
    --osp-form-transfer-comp-border-top-width: var(--ant-custom-border-top-width, 0px);
    --osp-form-transfer-comp-border-bottom-width: var(--ant-custom-border-bottom-width, 0px);
    --osp-form-transfer-comp-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-transfer-comp-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-transfer-comp-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-transfer-comp-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormReportComponent------ */
    --osp-form-report-component-height: var(--ant-custom-height, 500px);
    --osp-form-report-component-width: var(--ant-custom-width, 1000px);
    /* --------FormCKEditor------ */
    --osp-form-ck-editor-height: var(--ant-custom-height, 400px);
    --osp-form-ck-editor-width: var(--ant-custom-width, 100%);
    --osp-form-ck-editor-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-ck-editor-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-ck-editor-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-ck-editor-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormSelectContainer------ */
    --osp-form-select-container-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-select-container-border-radius: var(--ant-custom-border-radius, 2px);
    --osp-form-select-container-height: var(--ant-custom-height, 32px);
    --osp-form-select-container-width: var(--ant-custom-width, 100%);
    --osp-form-select-container-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-select-container-border-style: var(--ant-custom-border-style, solid);
    --osp-form-select-container-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-select-container-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-select-container-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-select-container-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-select-container-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-select-container-color: var(--ant-custom-text-color, #262626);
    --osp-form-select-container-font-size: var(--ant-custom-font-size, 14px);
    --osp-form-select-container-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-select-container-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-select-container-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-select-container-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormSelectTabInput------ */
    --osp-form-select-tab-input-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-select-tab-input-border-radius: var(--ant-custom-border-radius, 2px);
    --osp-form-select-tab-input-height: var(--ant-custom-height, 32px);
    --osp-form-select-tab-input-width: var(--ant-custom-width, 100%);
    --osp-form-select-tab-input-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-select-tab-input-border-style: var(--ant-custom-border-style, solid);
    --osp-form-select-tab-input-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-select-tab-input-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-select-tab-input-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-select-tab-input-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-select-tab-input-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-select-tab-input-color: var(--ant-custom-text-color, #262626);
    --osp-form-select-tab-input-font-size: var(--ant-custom-font-size, 14px);
    --osp-form-select-tab-input-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-select-tab-input-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-select-tab-input-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-select-tab-input-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormAceEditor------ */
    --osp-form-ace-editor-height: var(--ant-custom-height, 300px);
    --osp-form-ace-editor-width: var(--ant-custom-width, 100%);
    /* --------FormScriptEditor------ */
    --osp-form-script-editor-height: var(--ant-custom-height, 32px);
    --osp-form-script-editor-width: var(--ant-custom-width, 100%);
    /* --------FormTips------ */
    --osp-form-tips-border-radius: var(--ant-custom-border-radius, 0px);
    --osp-form-tips-width: var(--ant-custom-width, 580px);
    --osp-form-tips-border-style: var(--ant-custom-border-style, solid);
    --osp-form-tips-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-tips-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-tips-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-tips-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-tips-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-tips-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-tips-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-tips-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-tips-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------FormDataFlowChart------ */
    --osp-form-data-flow-chart-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-data-flow-chart-height: var(--ant-custom-height, 300px);
    --osp-form-data-flow-chart-width: var(--ant-custom-width, 100%);
    /* --------FormTagsGroup------ */
    --osp-form-tags-group-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-tags-group-border-radius: var(--ant-custom-border-radius, 2px);
    --osp-form-tags-group-height: var(--ant-custom-height, 26px);
    --osp-form-tags-group-min-height: var(--ant-custom-min-height, 50px);
    --osp-form-tags-group-width: var(--ant-custom-width, 100%);
    --osp-form-tags-group-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-tags-group-border-style: var(--ant-custom-border-style, solid);
    --osp-form-tags-group-border-color: var(--ant-custom-border-color, #d9d9d9);
    --osp-form-tags-group-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-tags-group-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-tags-group-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-tags-group-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-tags-group-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-tags-group-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-tags-group-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-tags-group-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    --osp-form-tags-group-padding-left: var(--ant-custom-padding-left, 8px);
    --osp-form-tags-group-padding-right: var(--ant-custom-padding-right, 8px);
    --osp-form-tags-group-padding-top: var(--ant-custom-padding-top, 0px);
    --osp-form-tags-group-padding-bottom: var(--ant-custom-padding-bottom, 0px);
    /* --------FormSplitContainer------ */
    --osp-form-split-container-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-split-container-border-radius: var(--ant-custom-border-radius, 0px);
    --osp-form-split-container-height: var(--ant-custom-height, 464px);
    --osp-form-split-container-width: var(--ant-custom-width, 100%);
    --osp-form-split-container-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-split-container-border-style: var(--ant-custom-border-style, solid);
    --osp-form-split-container-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-split-container-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-split-container-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-split-container-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-split-container-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-split-container-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-split-container-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-split-container-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-split-container-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    --osp-form-split-container-padding-left: var(--ant-custom-padding-left, 0px);
    --osp-form-split-container-padding-right: var(--ant-custom-padding-right, 0px);
    --osp-form-split-container-padding-top: var(--ant-custom-padding-top, 0px);
    --osp-form-split-container-padding-bottom: var(--ant-custom-padding-bottom, 0px);
    /* --------FormTabPanel------ */
    --osp-form-tab-panel-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-tab-panel-border-radius: var(--ant-custom-border-radius, 0px);
    --osp-form-tab-panel-height: var(--ant-custom-height, 464px);
    --osp-form-tab-panel-width: var(--ant-custom-width, 100%);
    --osp-form-tab-panel-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-tab-panel-border-style: var(--ant-custom-border-style, solid);
    --osp-form-tab-panel-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-tab-panel-border-left-width: var(--ant-custom-border-left-width, 0px);
    --osp-form-tab-panel-border-right-width: var(--ant-custom-border-right-width, 0px);
    --osp-form-tab-panel-border-top-width: var(--ant-custom-border-top-width, 0px);
    --osp-form-tab-panel-border-bottom-width: var(--ant-custom-border-bottom-width, 0px);
    --osp-form-tab-panel-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-tab-panel-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-tab-panel-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-tab-panel-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    --osp-form-tab-panel-padding-left: var(--ant-custom-padding-left, 0px);
    --osp-form-tab-panel-padding-right: var(--ant-custom-padding-right, 0px);
    --osp-form-tab-panel-padding-top: var(--ant-custom-padding-top, 0px);
    --osp-form-tab-panel-padding-bottom: var(--ant-custom-padding-bottom, 0px);
    /* --------DynamicCardPanel------ */
    --osp-dynamic-card-panel-background-color: var(--ant-custom-container-color, transparent);
    --osp-dynamic-card-panel-border-radius: var(--ant-custom-border-radius, 0px);
    --osp-dynamic-card-panel-height: var(--ant-custom-height, 'auto');
    --osp-dynamic-card-panel-width: var(--ant-custom-width, 100%);
    --osp-dynamic-card-panel-opacity: var(--ant-custom-opacity, 1.0);
    --osp-dynamic-card-panel-border-style: var(--ant-custom-border-style, none);
    --osp-dynamic-card-panel-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-dynamic-card-panel-border-left-width: var(--ant-custom-border-left-width, 0px);
    --osp-dynamic-card-panel-border-right-width: var(--ant-custom-border-right-width, 0px);
    --osp-dynamic-card-panel-border-top-width: var(--ant-custom-border-top-width, 0px);
    --osp-dynamic-card-panel-border-bottom-width: var(--ant-custom-border-bottom-width, 0px);
    --osp-dynamic-card-panel-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-dynamic-card-panel-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-dynamic-card-panel-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-dynamic-card-panel-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    --osp-dynamic-card-panel-padding-left: var(--ant-custom-padding-left, 0px);
    --osp-dynamic-card-panel-padding-right: var(--ant-custom-padding-right, 0px);
    --osp-dynamic-card-panel-padding-top: var(--ant-custom-padding-top, 0px);
    --osp-dynamic-card-panel-padding-bottom: var(--ant-custom-padding-bottom, 0px);
    /* --------FormTitledBorderBox------ */
    --osp-form-titled-border-box-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-titled-border-box-border-radius: var(--ant-custom-border-radius, 0px);
    --osp-form-titled-border-box-height: var(--ant-custom-height, 464px);
    --osp-form-titled-border-box-width: var(--ant-custom-width, 100%);
    --osp-form-titled-border-box-min-height: var(--ant-custom-min-height, 10px);
    --osp-form-titled-border-box-min-width: var(--ant-custom-min-width, 10px);
    --osp-form-titled-border-box-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-titled-border-box-border-style: var(--ant-custom-border-style, solid);
    --osp-form-titled-border-box-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-titled-border-box-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-titled-border-box-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-titled-border-box-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-titled-border-box-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-titled-border-box-font-size: var(--ant-custom-font-size, 12px);
    --osp-form-titled-border-box-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-titled-border-box-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-titled-border-box-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-titled-border-box-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    --osp-form-titled-border-box-padding-left: var(--ant-custom-padding-left, 0px);
    --osp-form-titled-border-box-padding-right: var(--ant-custom-padding-right, 0px);
    --osp-form-titled-border-box-padding-top: var(--ant-custom-padding-top, 0px);
    --osp-form-titled-border-box-padding-bottom: var(--ant-custom-padding-bottom, 0px);
    /* --------FormContentPanel------ */
    --osp-form-content-panel-background-color: var(--ant-custom-container-color, transparent);
    --osp-form-content-panel-border-radius: var(--ant-custom-border-radius, 0px);
    --osp-form-content-panel-height: var(--ant-custom-height, 464px);
    --osp-form-content-panel-width: var(--ant-custom-width, 100%);
    --osp-form-content-panel-min-height: var(--ant-custom-min-height, 100px);
    --osp-form-content-panel-min-width: var(--ant-custom-min-width, 200px);
    --osp-form-content-panel-opacity: var(--ant-custom-opacity, 1.0);
    --osp-form-content-panel-border-style: var(--ant-custom-border-style, solid);
    --osp-form-content-panel-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-form-content-panel-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-form-content-panel-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-form-content-panel-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-form-content-panel-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-form-content-panel-font-size: var(--ant-custom-font-size, 14px);
    --osp-form-content-panel-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-form-content-panel-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-form-content-panel-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-form-content-panel-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    --osp-form-content-panel-padding-left: var(--ant-custom-padding-left, 0px);
    --osp-form-content-panel-padding-right: var(--ant-custom-padding-right, 0px);
    --osp-form-content-panel-padding-top: var(--ant-custom-padding-top, 0px);
    --osp-form-content-panel-padding-bottom: var(--ant-custom-padding-bottom, 0px);
    /* --------GridLayoutContainer------ */
    --osp-grid-layout-container-background-color: var(--ant-custom-container-color, transparent);
    --osp-grid-layout-container-border-radius: var(--ant-custom-border-radius, 0px);
    --osp-grid-layout-container-height: var(--ant-custom-height, 'auto');
    --osp-grid-layout-container-width: var(--ant-custom-width, 100%);
    --osp-grid-layout-container-min-height: var(--ant-custom-min-height, 30px);
    --osp-grid-layout-container-min-width: var(--ant-custom-min-width, 60px);
    --osp-grid-layout-container-opacity: var(--ant-custom-opacity, 1.0);
    --osp-grid-layout-container-border-style: var(--ant-custom-border-style, solid);
    --osp-grid-layout-container-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-grid-layout-container-border-left-width: var(--ant-custom-border-left-width, 0px);
    --osp-grid-layout-container-border-right-width: var(--ant-custom-border-right-width, 0px);
    --osp-grid-layout-container-border-top-width: var(--ant-custom-border-top-width, 0px);
    --osp-grid-layout-container-border-bottom-width: var(--ant-custom-border-bottom-width, 0px);
    --osp-grid-layout-container-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-grid-layout-container-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-grid-layout-container-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-grid-layout-container-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    --osp-grid-layout-container-padding-left: var(--ant-custom-padding-left, 0px);
    --osp-grid-layout-container-padding-right: var(--ant-custom-padding-right, 0px);
    --osp-grid-layout-container-padding-top: var(--ant-custom-padding-top, 0px);
    --osp-grid-layout-container-padding-bottom: var(--ant-custom-padding-bottom, 0px);
    /* --------Row------ */
    --osp-row-background-color: var(--ant-custom-container-color, transparent);
    --osp-row-border-radius: var(--ant-custom-border-radius, 0px);
    --osp-row-height: var(--ant-custom-height, 464px);
    --osp-row-width: var(--ant-custom-width, 100%);
    --osp-row-min-height: var(--ant-custom-min-height, 10px);
    --osp-row-min-width: var(--ant-custom-min-width, 10px);
    --osp-row-opacity: var(--ant-custom-opacity, 1.0);
    --osp-row-border-style: var(--ant-custom-border-style, solid);
    --osp-row-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-row-border-left-width: var(--ant-custom-border-left-width, 0px);
    --osp-row-border-right-width: var(--ant-custom-border-right-width, 0px);
    --osp-row-border-top-width: var(--ant-custom-border-top-width, 0px);
    --osp-row-border-bottom-width: var(--ant-custom-border-bottom-width, 0px);
    --osp-row-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-row-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-row-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-row-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    --osp-row-padding-left: var(--ant-custom-padding-left, 0px);
    --osp-row-padding-right: var(--ant-custom-padding-right, 0px);
    --osp-row-padding-top: var(--ant-custom-padding-top, 0px);
    --osp-row-padding-bottom: var(--ant-custom-padding-bottom, 0px);
    /* --------Col------ */
    --osp-col-background-color: var(--ant-custom-container-color, transparent);
    --osp-col-border-radius: var(--ant-custom-border-radius, 0px);
    --osp-col-height: var(--ant-custom-height, 464px);
    --osp-col-min-height: var(--ant-custom-min-height, 10px);
    --osp-col-min-width: var(--ant-custom-min-width, 10px);
    --osp-col-opacity: var(--ant-custom-opacity, 1.0);
    --osp-col-border-style: var(--ant-custom-border-style, solid);
    --osp-col-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-col-border-left-width: var(--ant-custom-border-left-width, 0px);
    --osp-col-border-right-width: var(--ant-custom-border-right-width, 0px);
    --osp-col-border-top-width: var(--ant-custom-border-top-width, 0px);
    --osp-col-border-bottom-width: var(--ant-custom-border-bottom-width, 0px);
    --osp-col-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-col-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-col-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-col-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    --osp-col-padding-left: var(--ant-custom-padding-left, 0px);
    --osp-col-padding-right: var(--ant-custom-padding-right, 0px);
    --osp-col-padding-top: var(--ant-custom-padding-top, 0px);
    --osp-col-padding-bottom: var(--ant-custom-padding-bottom, 0px);
    /* --------FormCardList------ */
    --osp-form-card-list-height: var(--ant-custom-height, 600px);
    --osp-form-card-list-width: var(--ant-custom-width, 100%);
    /* --------AGGrid------ */
    --osp-aggrid-height: var(--ant-custom-height, 440px);
    --osp-aggrid-min-height: var(--ant-custom-height, 150px);
    --osp-aggrid-width: var(--ant-custom-width, 100%);
    --osp-aggrid-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-aggrid-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-aggrid-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-aggrid-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------AGPivotGrid------ */
    --osp-agpivot-grid-height: var(--ant-custom-height, 440px);
    --osp-agpivot-grid-width: var(--ant-custom-width, 100%);
    --osp-agpivot-grid-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-agpivot-grid-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-agpivot-grid-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-agpivot-grid-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------AGTreeGrid------ */
    --osp-agtree-grid-height: var(--ant-custom-height, 440px);
    --osp-agtree-grid-width: var(--ant-custom-width, 100%);
    --osp-agtree-grid-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-agtree-grid-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-agtree-grid-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-agtree-grid-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------DMTree------ */
    --osp-dmtree-height: var(--ant-custom-height, 100%);
    --osp-dmtree-min-height: var(--ant-custom-min-height, 10px);
    --osp-dmtree-width: var(--ant-custom-width, 320px);
    --osp-dmtree-border-style: var(--ant-custom-border-style, none);
    --osp-dmtree-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-dmtree-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-dmtree-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-dmtree-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-dmtree-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-dmtree-color: var(--ant-custom-text-color, #262626);
    --osp-dmtree-font-size: var(--ant-custom-font-size, 14px);
    --osp-dmtree-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-dmtree-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-dmtree-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-dmtree-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    --osp-dmtree-padding-left: var(--ant-custom-padding-left, 0px);
    --osp-dmtree-padding-right: var(--ant-custom-padding-right, 0px);
    --osp-dmtree-padding-top: var(--ant-custom-padding-top, 12px);
    --osp-dmtree-padding-bottom: var(--ant-custom-padding-bottom, 12px);
    /* --------DMPTTree------ */
    --osp-dmpt-tree-height: var(--ant-custom-height, 100%);
    --osp-dmpt-tree-min-height: var(--ant-custom-min-height, 10px);
    --osp-dmpt-tree-width: var(--ant-custom-width, 320px);
    --osp-dmpt-tree-border-style: var(--ant-custom-border-style, none);
    --osp-dmpt-tree-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-dmpt-tree-border-left-width: var(--ant-custom-border-left-width, 1px);
    --osp-dmpt-tree-border-right-width: var(--ant-custom-border-right-width, 1px);
    --osp-dmpt-tree-border-top-width: var(--ant-custom-border-top-width, 1px);
    --osp-dmpt-tree-border-bottom-width: var(--ant-custom-border-bottom-width, 1px);
    --osp-dmpt-tree-color: var(--ant-custom-text-color, #262626);
    --osp-dmpt-tree-font-size: var(--ant-custom-font-size, 14px);
    --osp-dmpt-tree-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-dmpt-tree-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-dmpt-tree-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-dmpt-tree-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    --osp-dmpt-tree-padding-left: var(--ant-custom-padding-left, 0px);
    --osp-dmpt-tree-padding-right: var(--ant-custom-padding-right, 0px);
    --osp-dmpt-tree-padding-top: var(--ant-custom-padding-top, 12px);
    --osp-dmpt-tree-padding-bottom: var(--ant-custom-padding-bottom, 12px);
    /* --------DMRLGLTree------ */
    --osp-dmrlgl-tree-height: var(--ant-custom-height, 100%);
    --osp-dmrlgl-tree-min-height: var(--ant-custom-min-height, 10px);
    --osp-dmrlgl-tree-width: var(--ant-custom-width, 320px);
    --osp-dmrlgl-tree-border-style: var(--ant-custom-border-style, none);
    --osp-dmrlgl-tree-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-dmrlgl-tree-border-left-width: var(--ant-custom-border-left-width, 0px);
    --osp-dmrlgl-tree-border-right-width: var(--ant-custom-border-right-width, 0px);
    --osp-dmrlgl-tree-border-top-width: var(--ant-custom-border-top-width, 0px);
    --osp-dmrlgl-tree-border-bottom-width: var(--ant-custom-border-bottom-width, 0px);
    --osp-dmrlgl-tree-color: var(--ant-custom-text-color, #262626);
    --osp-dmrlgl-tree-font-size: var(--ant-custom-font-size, 14px);
    --osp-dmrlgl-tree-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-dmrlgl-tree-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-dmrlgl-tree-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-dmrlgl-tree-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    --osp-dmrlgl-tree-padding-left: var(--ant-custom-padding-left, 0px);
    --osp-dmrlgl-tree-padding-right: var(--ant-custom-padding-right, 0px);
    --osp-dmrlgl-tree-padding-top: var(--ant-custom-padding-top, 12px);
    --osp-dmrlgl-tree-padding-bottom: var(--ant-custom-padding-bottom, 12px);
    /* --------QueryView------ */
    --osp-query-view-height: var(--ant-custom-height, 100%);
    --osp-query-view-width: var(--ant-custom-width, 100%);
    --osp-query-view-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-query-view-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-query-view-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-query-view-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------GridToolBar------ */
    --osp-grid-tool-bar-background-color: var(--ant-custom-container-color, transparent);
    --osp-grid-tool-bar-border-radius: var(--ant-custom-border-radius, 0px);
    --osp-grid-tool-bar-height: var(--ant-custom-height, 32px);
    --osp-grid-tool-bar-width: var(--ant-custom-width, 100%);
    --osp-grid-tool-bar-opacity: var(--ant-custom-opacity, 1.0);
    --osp-grid-tool-bar-border-style: var(--ant-custom-border-style, solid);
    --osp-grid-tool-bar-border-color: var(--ant-custom-border-color, rgba(0, 0, 0, 0.15));
    --osp-grid-tool-bar-border-left-width: var(--ant-custom-border-left-width, 0px);
    --osp-grid-tool-bar-border-right-width: var(--ant-custom-border-right-width, 0px);
    --osp-grid-tool-bar-border-top-width: var(--ant-custom-border-top-width, 0px);
    --osp-grid-tool-bar-border-bottom-width: var(--ant-custom-border-bottom-width, 0px);
    --osp-grid-tool-bar-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-grid-tool-bar-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-grid-tool-bar-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-grid-tool-bar-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    --osp-grid-tool-bar-padding-left: var(--ant-custom-padding-left, 0px);
    --osp-grid-tool-bar-padding-right: var(--ant-custom-padding-right, 0px);
    --osp-grid-tool-bar-padding-top: var(--ant-custom-padding-top, 0px);
    --osp-grid-tool-bar-padding-bottom: var(--ant-custom-padding-bottom, 0px);
    /* --------BillEnumPagingToolBar------ */
    --osp-bill-enum-paging-tool-bar-height: var(--ant-custom-height, 48px);
    --osp-bill-enum-paging-tool-bar-width: var(--ant-custom-width, 100%);
    --osp-bill-enum-paging-tool-bar-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-bill-enum-paging-tool-bar-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-bill-enum-paging-tool-bar-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-bill-enum-paging-tool-bar-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    --osp-bill-enum-paging-tool-bar-padding-left: var(--ant-custom-padding-left, 0px);
    --osp-bill-enum-paging-tool-bar-padding-right: var(--ant-custom-padding-right, 0px);
    --osp-bill-enum-paging-tool-bar-padding-top: var(--ant-custom-padding-top, 0px);
    --osp-bill-enum-paging-tool-bar-padding-bottom: var(--ant-custom-padding-bottom, 0px);
    /* --------DCTPagingToolBar------ */
    --osp-dct-paging-tool-bar-height: var(--ant-custom-height, 48px);
    --osp-dct-paging-tool-bar-width: var(--ant-custom-width, 100%);
    --osp-dct-paging-tool-bar-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-dct-paging-tool-bar-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-dct-paging-tool-bar-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-dct-paging-tool-bar-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------GeneralPagingToolBar------ */
    --osp-general-paging-tool-bar-height: var(--ant-custom-height, 48px);
    --osp-general-paging-tool-bar-width: var(--ant-custom-width, 100%);
    --osp-general-paging-tool-bar-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-general-paging-tool-bar-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-general-paging-tool-bar-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-general-paging-tool-bar-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------DataSetPagingToolBar------ */
    --osp-dataset-paging-tool-bar-height: var(--ant-custom-height, 48px);
    --osp-dataset-paging-tool-bar-width: var(--ant-custom-width, 100%);
    --osp-dataset-paging-tool-bar-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-dataset-paging-tool-bar-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-dataset-paging-tool-bar-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-dataset-paging-tool-bar-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------PendingPageToolbar------ */
    --osp-pending-page-tool-bar-height: var(--ant-custom-height, 48px);
    --osp-pending-page-tool-bar-width: var(--ant-custom-width, 100%);
    --osp-pending-page-tool-bar-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-pending-page-tool-bar-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-pending-page-tool-bar-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-pending-page-tool-bar-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------QueryDSPagingToolBar------ */
    --osp-query-ds-paging-tool-bar-height: var(--ant-custom-height, 48px);
    --osp-query-ds-paging-tool-bar-width: var(--ant-custom-width, 100%);
    --osp-query-ds-paging-tool-bar-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-query-ds-paging-tool-bar-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-query-ds-paging-tool-bar-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-query-ds-paging-tool-bar-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------EChartPie------ */
    --osp-echart-pie-height: var(--ant-custom-height, 300px);
    --osp-echart-pie-width: var(--ant-custom-width, 600px);
    --osp-echart-pie-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-echart-pie-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-echart-pie-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-echart-pie-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    --osp-echart-pie-padding-left: var(--ant-custom-padding-left, 0px);
    --osp-echart-pie-padding-right: var(--ant-custom-padding-right, 0px);
    --osp-echart-pie-padding-top: var(--ant-custom-padding-top, 0px);
    --osp-echart-pie-padding-bottom: var(--ant-custom-padding-bottom, 0px);
    /* --------EColumnChart------ */
    --osp-ecolumn-chart-height: var(--ant-custom-height, 300px);
    --osp-ecolumn-chart-width: var(--ant-custom-width, 400px);
    --osp-ecolumn-chart-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-ecolumn-chart-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-ecolumn-chart-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-ecolumn-chart-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    --osp-ecolumn-chart-padding-left: var(--ant-custom-padding-left, 0px);
    --osp-ecolumn-chart-padding-right: var(--ant-custom-padding-right, 0px);
    --osp-ecolumn-chart-padding-top: var(--ant-custom-padding-top, 0px);
    --osp-ecolumn-chart-padding-bottom: var(--ant-custom-padding-bottom, 0px);
    /* --------ELineChart------ */
    --osp-eline-chart-height: var(--ant-custom-height, 300px);
    --osp-eline-chart-width: var(--ant-custom-width, 400px);
    --osp-eline-chart-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-eline-chart-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-eline-chart-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-eline-chart-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    --osp-eline-chart-padding-left: var(--ant-custom-padding-left, 0px);
    --osp-eline-chart-padding-right: var(--ant-custom-padding-right, 0px);
    --osp-eline-chart-padding-top: var(--ant-custom-padding-top, 0px);
    --osp-eline-chart-padding-bottom: var(--ant-custom-padding-bottom, 0px);
    /* --------EAreaChart------ */
    --osp-earea-chart-height: var(--ant-custom-height, 300px);
    --osp-earea-chart-width: var(--ant-custom-width, 400px);
    --osp-earea-chart-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-earea-chart-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-earea-chart-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-earea-chart-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    --osp-earea-chart-padding-left: var(--ant-custom-padding-left, 0px);
    --osp-earea-chart-padding-right: var(--ant-custom-padding-right, 0px);
    --osp-earea-chart-padding-top: var(--ant-custom-padding-top, 0px);
    --osp-earea-chart-padding-bottom: var(--ant-custom-padding-bottom, 0px);
    /* --------EMapChart------ */
    --osp-emap-chart-height: var(--ant-custom-height, 400px);
    --osp-emap-chart-width: var(--ant-custom-width, 600px);
    --osp-emap-chart-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-emap-chart-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-emap-chart-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-emap-chart-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    /* --------ERadarChart------ */
    --osp-eradar-chart-height: var(--ant-custom-height, 300px);
    --osp-eradar-chart-width: var(--ant-custom-width, 400px);
    --osp-eradar-chart-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-eradar-chart-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-eradar-chart-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-eradar-chart-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    --osp-eradar-chart-padding-left: var(--ant-custom-padding-left, 0px);
    --osp-eradar-chart-padding-right: var(--ant-custom-padding-right, 0px);
    --osp-eradar-chart-padding-top: var(--ant-custom-padding-top, 0px);
    --osp-eradar-chart-padding-bottom: var(--ant-custom-padding-bottom, 0px);
    /* --------EGaugeChart------ */
    --osp-egauge-chart-height: var(--ant-custom-height, 300px);
    --osp-egauge-chart-width: var(--ant-custom-width, 400px);
    --osp-egauge-chart-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-egauge-chart-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-egauge-chart-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-egauge-chart-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    --osp-egauge-chart-padding-left: var(--ant-custom-padding-left, 0px);
    --osp-egauge-chart-padding-right: var(--ant-custom-padding-right, 0px);
    --osp-egauge-chart-padding-top: var(--ant-custom-padding-top, 0px);
    --osp-egauge-chart-padding-bottom: var(--ant-custom-padding-bottom, 0px);
    /* --------EScatterChart------ */
    --osp-escatter-chart-height: var(--ant-custom-height, 300px);
    --osp-escatter-chart-width: var(--ant-custom-width, 400px);
    --osp-escatter-chart-margin-left: var(--ant-custom-margin-left, 0px);
    --osp-escatter-chart-margin-right: var(--ant-custom-margin-right, 0px);
    --osp-escatter-chart-margin-top: var(--ant-custom-margin-top, 0px);
    --osp-escatter-chart-margin-bottom: var(--ant-custom-margin-bottom, 0px);
    --osp-escatter-chart-padding-left: var(--ant-custom-padding-left, 0px);
    --osp-escatter-chart-padding-right: var(--ant-custom-padding-right, 0px);
    --osp-escatter-chart-padding-top: var(--ant-custom-padding-top, 0px);
    --osp-escatter-chart-padding-bottom: var(--ant-custom-padding-bottom, 0px);
    /* --------ETreeChart------ */
    --osp-etree-chart-background-color: var(--ant-custom-container-color, transparent);
    --osp-etree-chart-height: var(--ant-custom-height, 100%);
    --osp-etree-chart-width: var(--ant-custom-width, 100%);
    /* --------EGraphChart------ */
    --osp-egraph-chart-background-color: var(--ant-custom-container-color, transparent);
    --osp-egraph-chart-height: var(--ant-custom-height, 100%);
    --osp-egraph-chart-width: var(--ant-custom-width, 100%);
    /* --------FormBimViewerChart------ */
    --osp-form-bim-viewer-chart-height: var(--ant-custom-height, 500px);
    --osp-form-bim-viewer-chart-width: var(--ant-custom-width, 100%);
    /* --------FormER------ */
    --osp-form-er-height: var(--ant-custom-height, 500px);
    --osp-form-er-width: var(--ant-custom-width, 100%);
    /* --------FormDrawer------ */
    --osp-form-drawer-title-after-color: var(--ant-primary-color, #0081cc);
    --osp-form-drawer-title-button-radius: 2px;
    --osp-form-drawer-title-button-padding-left: var(--ant-custom-padding-left, 12px);
    --osp-form-drawer-title-button-padding-right: var(--ant-custom-padding-right, 12px);
}