From 69599704aa53f0559325698b3e92a992cbffd8a1 Mon Sep 17 00:00:00 2001 From: SylvieChen <75071455+yini-chen@users.noreply.github.com> Date: Mon, 24 Jun 2024 11:15:53 +0800 Subject: [PATCH] Add interactive profiles configuration (#91) * feat: Add interactive profiles configuration capability * fix:bugs * fix:Adjust where the editor opens * update profiles manager info * Update README * fix: Icon of webview * fix: author * fix: deps --- README.md | 33 +- README.zh_CN.md | 33 +- .../components/APIPage/APIDebugger/utils.ts | 38 +- .../src/components/APIPage/TryAPI/TryAPI.tsx | 43 +- media/src/components/APIPage/context.ts | 64 +- .../ProfileManager/ProfileManagerIndex.tsx | 126 + media/src/components/main.tsx | 4 + media/src/document.css | 12862 ++++++++++------ media/src/mocks/routerMeta.ts | 2 +- media/src/service/UIService.ts | 28 + media/tailwind.config.ts | 3 + package.json | 2 - src/Service.ts | 53 +- src/explorer.ts | 73 + src/extension.ts | 3 + src/profileManager.ts | 108 + src/webview.ts | 20 +- yarn.lock | 252 +- 18 files changed, 8283 insertions(+), 5464 deletions(-) create mode 100644 media/src/components/ProfileManager/ProfileManagerIndex.tsx create mode 100644 src/profileManager.ts diff --git a/README.md b/README.md index 6a937fe..8a38712 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,13 @@ English | [简体中文](./README.zh_CN.md) - **Code Snippets:** You can use the code snippets to quickly generate the code. +- **Profiles Management :** Manage your Alibaba Cloud profiles. + - More features are under development, please stay tuned. ## Extension UI Guide -![VSCode Extension Guide](https://img.alicdn.com/imgextra/i2/O1CN01t993u81InC3xh7RVU_!!6000000000937-0-tps-2328-1646.jpg) +![VSCode Extension Guide](https://gw.alicdn.com/imgextra/i4/O1CN01tkB2bT2AAFeiOYZm6_!!6000000008162-0-tps-2372-1594.jpg) ### Product Searching `ctrl+cmd+k` @@ -38,28 +40,11 @@ English | [简体中文](./README.zh_CN.md) ### Call the API -The feature requires you to configure your AK/SK information as follows: - -1. Install Aliyun CLI: [Install guide](https://www.alibabacloud.com/help/en/cli/installation-guide). -2. Install [Alibaba Cloud CLI Tools](https://marketplace.visualstudio.com/items?itemName=alibabacloud-openapi.aliyuncli) extentions. -3. You can run the `aliyun configure` command for quick configuration. - -``` -$ aliyun configure -Configuring profile 'default' ... -Aliyun Access Key ID [None]: -Aliyun Access Key Secret [None]: -Default Region Id [None]: cn-hangzhou -Default output format [json]: json -Default Language [zh]: zh -``` +![API debugging](https://gw.alicdn.com/imgextra/i2/O1CN01fsuDBE1CLMJaBJj32_!!6000000000064-0-tps-3238-1920.jpg) -4. Click the Alibaba Cloud icon in VS Code status bar to manage your profiles. - ![](https://img.alicdn.com/imgextra/i1/O1CN0144NU9N1L4G1cq89Uf_!!6000000001245-0-tps-248-46.jpg) - ![](https://img.alicdn.com/imgextra/i2/O1CN01btLUkc1ldEHJQ0w4S_!!6000000004841-0-tps-1206-190.jpg) - More information please refer to the [Alibaba Cloud CLI Documentation](https://github.com/aliyun/aliyun-cli?tab=readme-ov-file#configure). +> Note that the debugging needs to configure your AK credentials, click the left identity icon, you can add and switch the current AK credentials configuration. -![API debug](https://img.alicdn.com/imgextra/i3/O1CN01yfMcHl1i6lNdjzmzs_!!6000000004364-2-tps-2688-1820.png) +![manage profiles](https://gw.alicdn.com/imgextra/i2/O1CN01HzFhxH20gdVF4MIfq_!!6000000006879-0-tps-1938-378.jpg) ### SDK Code Sample @@ -84,6 +69,12 @@ When writing SDK code, you can get more code sample references by viewing the Op ![Document enhancement](https://img.alicdn.com/imgextra/i4/O1CN01jedn431D1Uk8MEhM3_!!6000000000156-0-tps-2562-654.jpg) +### Profiles Management + +Add and switch your Alibaba Cloud profiles. + +![](https://img.alicdn.com/imgextra/i1/O1CN01NN667S1skk7vLbhr1_!!6000000005805-0-tps-2912-1596.jpg) + ## Feedback - Submit bug reports and feature requests on [our Github repository](https://github.com/aliyun/alibabacloud-api-vscode-toolkit/issues). diff --git a/README.zh_CN.md b/README.zh_CN.md index 70123bd..43c7e33 100644 --- a/README.zh_CN.md +++ b/README.zh_CN.md @@ -22,11 +22,13 @@ Alibaba Cloud API Toolkit 是一个轻量化的阿里云 API 工具,支持在 - **Code Snippets:** 支持代码片段功能,帮助你快速编写 SDK 代码。 +- **profiles 管理:** 管理你的阿里云 profiles。 + - 更多功能正在开发中,敬请期待... ## 插件 UI 导览 -![VSCode Extension Guide](https://img.alicdn.com/imgextra/i1/O1CN01tlXFtt1mj0vE1ZrhR_!!6000000004989-0-tps-2498-1768.jpg) +![VSCode Extension Guide](https://gw.alicdn.com/imgextra/i2/O1CN013GxzFK21jDLZNFaos_!!6000000007020-0-tps-2704-1808.jpg) ### 产品搜索 `ctrl+cmd+k` @@ -38,28 +40,11 @@ Alibaba Cloud API Toolkit 是一个轻量化的阿里云 API 工具,支持在 ### API 调试 -调试功能需要配置你的 AK/SK 信息,配置方法如下: - -1. 安装阿里云 CLI:[安装指南](https://help.aliyun.com/zh/cli/installation-guide); -2. 安装 [Alibaba Cloud CLI Tools](https://marketplace.visualstudio.com/items?;itemName=alibabacloud-openapi.aliyuncli) 插件; -3. 输入 `aliyun configure` 命令,按照提示进行配置, - -``` -$ aliyun configure -Configuring profile 'default' ... -Aliyun Access Key ID [None]: -Aliyun Access Key Secret [None]: -Default Region Id [None]: cn-hangzhou -Default output format [json]: json -Default Language [zh]: zh -``` +![API debug](https://gw.alicdn.com/imgextra/i2/O1CN01fsuDBE1CLMJaBJj32_!!6000000000064-0-tps-3238-1920.jpg) -4. 点击 VS Code 底部状态栏中的阿里云图标,管理你的 profiles, - ![](https://img.alicdn.com/imgextra/i1/O1CN0144NU9N1L4G1cq89Uf_!!6000000001245-0-tps-248-46.jpg) - ![](https://img.alicdn.com/imgextra/i2/O1CN01btLUkc1ldEHJQ0w4S_!!6000000004841-0-tps-1206-190.jpg) - 更多信息请参考 [Alibaba Cloud CLI Documentation](https://github.com/aliyun/aliyun-cli?tab=readme-ov-file#configure)。 +> 注意,调试功能需要配置你的 AK 凭证,点击左侧身份图标,可以新增和切换当前的 AK 凭证配置。 -![API debug](https://img.alicdn.com/imgextra/i3/O1CN01yfMcHl1i6lNdjzmzs_!!6000000004364-2-tps-2688-1820.png) +![](https://img.alicdn.com/imgextra/i2/O1CN01HzFhxH20gdVF4MIfq_!!6000000006879-0-tps-1938-378.jpg) ### SDK 示例 @@ -85,6 +70,12 @@ Default Language [zh]: zh ![Document enhancement](https://img.alicdn.com/imgextra/i4/O1CN01jedn431D1Uk8MEhM3_!!6000000000156-0-tps-2562-654.jpg) +### Profiles 管理 + +新增和切换你的阿里云 profiles。 + +![](https://img.alicdn.com/imgextra/i1/O1CN01NN667S1skk7vLbhr1_!!6000000005805-0-tps-2912-1596.jpg) + ## 反馈 - 欢迎在我们的 [Github repository](https://github.com/aliyun/alibabacloud-api-vscode-toolkit/issues) 上提交你的问题和建议。 diff --git a/media/src/components/APIPage/APIDebugger/utils.ts b/media/src/components/APIPage/APIDebugger/utils.ts index 3faf23a..be36038 100644 --- a/media/src/components/APIPage/APIDebugger/utils.ts +++ b/media/src/components/APIPage/APIDebugger/utils.ts @@ -1,34 +1,34 @@ export const getCustomWidget = (schema): string => { - if (schema?.type === 'array') { + if (schema?.type === "array") { // if (schema.items?.type === 'string' && schema?.widget === 'stringList') { // return 'stringList'; // } - return 'list'; + return "list"; } - if (schema?.type === 'string') { + if (schema?.type === "string") { if (schema?.isFileTransferUrl) { - return 'fileTypeSelect'; + return "file"; } - if (schema?.format === 'binary') { - return 'file'; + if (schema?.format === "binary") { + return "file"; } if (schema?.enum || schema?.enumValueTitles) { - return 'enum'; + return "enum"; } - return 'string'; - } else if (schema?.type === 'boolean') { - return 'booleanSwitch'; - } else if (schema?.type === 'object' && schema?.additionalProperties) { - return 'map'; - } else if (schema?.type === 'object' && !schema?.properties) { - return 'json'; - } else if (schema?.type === 'any') { - return 'typeSelect'; + return "string"; + } else if (schema?.type === "boolean") { + return "booleanSwitch"; + } else if (schema?.type === "object" && schema?.additionalProperties) { + return "map"; + } else if (schema?.type === "object" && !schema?.properties) { + return "json"; + } else if (schema?.type === "any") { + return "typeSelect"; } else if ((schema?.ref || schema?.$ref) && !schema?.properties && !schema?.items) { - return 'struct'; + return "struct"; } // else if (schema?.type === 'number' || (schema?.type === 'integer' && schema?.format === 'int64')){ // return "string" // } - return ''; -}; \ No newline at end of file + return ""; +}; diff --git a/media/src/components/APIPage/TryAPI/TryAPI.tsx b/media/src/components/APIPage/TryAPI/TryAPI.tsx index cb1fd51..5396328 100644 --- a/media/src/components/APIPage/TryAPI/TryAPI.tsx +++ b/media/src/components/APIPage/TryAPI/TryAPI.tsx @@ -12,6 +12,7 @@ import { EditorLanguages } from "../../../types/EditorLanguages"; import I18N from "../../../utils/I18N"; import { getEditorMenuItems, parseXml } from "../../utils"; import { APIPageContext } from "../context"; +import { PontUIService } from "../../../service/UIService"; export class TryAPIProps {} @@ -31,7 +32,8 @@ const TAB_PANES = [ ]; export const TryAPI: React.FC = (props) => { - const { openAPIResponses, isApiResultLoading, version, apiMeta, product, mode } = APIPageContext.useContainer(); + const { openAPIResponses, isApiResultLoading, version, apiMeta, product, mode, profileInfo } = + APIPageContext.useContainer(); const doc = `${product}::${version}::${apiMeta.name}`; const [tab, setTab] = React.useState(TAB_PANES[0].value); const apiResult = openAPIResponses?.[doc]; @@ -138,18 +140,15 @@ export const TryAPI: React.FC = (props) => { - 调试需要 - - 安装 - - 阿里云 CLI 并 - - 配置 - - 您的 AK/SK 信息。{I18N.main.explorer.AKTip} + {profileInfo?.current?.length ? null : ( + + 调试需要配置您的 AK/SK 信息, + PontUIService.openProfileManager()} className="text-blue-500"> + 点击配置。 + + + )} + {I18N.main.explorer.AKTip} } type="warning" @@ -165,14 +164,16 @@ export const TryAPI: React.FC = (props) => { ) : null}
-
{I18N.main.explorer.overview}
+
{I18N.main.explorer.overview}
{/* {apiResult?.result || props.isApiResultLoading ? ( */}
-
+
@@ -181,12 +182,12 @@ export const TryAPI: React.FC = (props) => {
{apiResult && statusCode ? ( -
+
{/* {httpStatusMessageMap[statusCode] || statusCode} */} - {I18N.main.explorer.statusCode} + {I18N.main.explorer.statusCode} {statusCode} @@ -194,8 +195,8 @@ export const TryAPI: React.FC = (props) => {
) : null} {apiResult ? ( -
- {I18N.main.explorer.time} +
+ {I18N.main.explorer.time} {apiResult.cost}ms
) : null} diff --git a/media/src/components/APIPage/context.ts b/media/src/components/APIPage/context.ts index 536a988..e34d73b 100644 --- a/media/src/components/APIPage/context.ts +++ b/media/src/components/APIPage/context.ts @@ -1,15 +1,15 @@ /** * @author yini-chen */ -import { createContainer } from 'unstated-next'; -import { SemixFormProps } from '../SemixFormRender'; -import React from 'react'; -import { PontUIService } from '../../service/UIService'; -import { OpenAPIResponse, OpenAPIRequestResult } from '../../types/openAPI'; -import { endpointsMocks } from '../../mocks/endpoints'; -import { getVSCode } from '../../utils/utils'; +import { createContainer } from "unstated-next"; +import { SemixFormProps } from "../SemixFormRender"; +import React from "react"; +import { PontUIService } from "../../service/UIService"; +import { OpenAPIResponse, OpenAPIRequestResult } from "../../types/openAPI"; +import { endpointsMocks } from "../../mocks/endpoints"; +import { getVSCode } from "../../utils/utils"; -export class APIPageState { +export class APIPageState { /** * apiMeta */ @@ -17,26 +17,26 @@ export class APIPageState { /** * schemaForm */ - schemaForm: SemixFormProps['form']; + schemaForm: SemixFormProps["form"]; product: string; - version:string; + version: string; /** * openapi sdk 响应组 */ - openAPIResponses?= {}; + openAPIResponses? = {}; /** * 发起调试 */ - onDebug?:(value:any)=>void; + onDebug?: (value: any) => void; /** * 发起调用loading */ - isApiResultLoading? = false + isApiResultLoading? = false; /** * 模式选择 */ - mode: 'debug' | 'doc' |'sdk' = 'debug'; - changeMode: (mode: 'debug' | 'doc' | 'sdk') => void; + mode: "debug" | "doc" | "sdk" = "debug"; + changeMode: (mode: "debug" | "doc" | "sdk") => void; /** * 服务地址 */ @@ -44,8 +44,12 @@ export class APIPageState { /** * regionId */ - regionId? = 'cn-hangzhou'; + regionId? = "cn-hangzhou"; setRegionId?: (regionId: string) => void; + /** + * profileInfo + */ + profileInfo?: any; } export const useAPIPageContext = (initialState = {} as APIPageState): APIPageState => { @@ -53,6 +57,7 @@ export const useAPIPageContext = (initialState = {} as APIPageState): APIPageSta const [isApiResultLoading, setIsApiResultLoading] = React.useState(false); const [endpoints, setEndpoints] = React.useState([]); const [regionId, setRegionId] = React.useState("cn-hangzhou"); + const [profileInfo, setProfileInfo] = React.useState({}); React.useEffect(() => { if (endpoints.length === 0) { @@ -63,17 +68,32 @@ export const useAPIPageContext = (initialState = {} as APIPageState): APIPageSta } }, [initialState.product]); - const onDebug = (value) =>{ + React.useEffect(() => { + PontUIService.requestProfiles().then((res) => { + setProfileInfo(res || {}); + }); + }, []); + + const onDebug = (value) => { setIsApiResultLoading(true); - PontUIService.openAPIRequest(value).then(res=>{ + PontUIService.openAPIRequest(value).then((res) => { setIsApiResultLoading(false); const responses = {}; // 根据文档名存储响应,切换API文档时展示对应的响应 - responses[res.doc] = res.response + responses[res.doc] = res.response; setOpenAPIResponse(responses); }); - } - return { ...initialState, openAPIResponses, onDebug, isApiResultLoading, endpoints, regionId, setRegionId }; + }; + return { + ...initialState, + openAPIResponses, + onDebug, + isApiResultLoading, + endpoints, + regionId, + setRegionId, + profileInfo, + }; }; -export const APIPageContext = createContainer(useAPIPageContext); \ No newline at end of file +export const APIPageContext = createContainer(useAPIPageContext); diff --git a/media/src/components/ProfileManager/ProfileManagerIndex.tsx b/media/src/components/ProfileManager/ProfileManagerIndex.tsx new file mode 100644 index 0000000..cc51d2d --- /dev/null +++ b/media/src/components/ProfileManager/ProfileManagerIndex.tsx @@ -0,0 +1,126 @@ +/** + * @author yini-chen + * @description profiles manager index + */ +import { Button, Form, Input, Message } from "@alicloud/console-components"; +import React from "react"; +import { PontUIService } from "../../service/UIService"; + +export class ProfileManagerIndexProps {} + +export const ProfileManagerIndex: React.FC = (props) => { + const [status, setStatus] = React.useState("edit"); + return ( +
+
+ + OpenAPI +
+
+
AK 凭证配置
+
+ 凭证将存储于您个人用户目录下的 .aliyun 文件夹中,个人用户目录位置因操作系统而异: +
    +
  • Windows环境:C:\Users\USERNAME\.aliyun
  • +
  • Linux或macOS:~/.aliyun
  • +
+
+ {status === "success" ? ( +
+ 新增成功! +
+ + +
+
+ ) : ( +
+ Profile 名称} required> + 用于区别不同的 profiles。 + + + Access Key} required> + + 获取方式请参见 + + 创建 RAM 用户的 AccessKey + + 。 + + + + Secret Key} required> + + 获取方式请参见 + + 创建 RAM 用户的 AccessKey + + 。 + + + + 默认 Region Id} required> + + 阿里云支持的 Region Id ,请参见 + + 地域和可用区 + + 。 + + + +
+ { + if (errors) { + return; + } else { + PontUIService.addNewAKProfile(submitValue).then((res) => { + if (res.success === true) { + setStatus("success"); + } + }); + } + }} + className="text-right" + > + 新增 + + 重置 +
+
+ )} +
+
+ ); +}; +ProfileManagerIndex.defaultProps = new ProfileManagerIndexProps(); +export default ProfileManagerIndex; diff --git a/media/src/components/main.tsx b/media/src/components/main.tsx index 69b382c..1633013 100644 --- a/media/src/components/main.tsx +++ b/media/src/components/main.tsx @@ -6,6 +6,7 @@ import { getSpecInfoFromName, getVSCode } from "../utils/utils"; import { API as APIPage } from "./APIPage/API"; import { ApiErrorCode } from "./APIPage/APIDocument/ApiErrorCode"; import { BaseClass as StructDocument } from "./APIPage/APIDocument/BaseClass"; +import ProfileManagerIndex from "./ProfileManager/ProfileManagerIndex"; // import { definitions } from "../mocks/definitions"; // import { routerMeta } from "../mocks/routerMeta"; // import { definitions } from "../mocks/definitions"; @@ -111,6 +112,9 @@ export const App: React.FC = (props) => { ); } } + if (pageType === "profile") { + return ; + } return
; }, [itemMeta, defs, popcode, version]); diff --git a/media/src/document.css b/media/src/document.css index 76a2141..2d40a1e 100644 --- a/media/src/document.css +++ b/media/src/document.css @@ -3,23 +3,23 @@ * Licensed under the MIT License. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ - @font-face { - font-family: "codicon"; - font-display: block; - src: url(73cfd30c1c6a73629503.ttf?f6ab4abcfdcac2bb563bb55b9602bc7f) format("truetype"); +@font-face { + font-family: "codicon"; + font-display: block; + src: url(73cfd30c1c6a73629503.ttf?f6ab4abcfdcac2bb563bb55b9602bc7f) format("truetype"); } -.codicon[class*='codicon-'] { - font: normal normal normal 16px/1 codicon; - display: inline-block; - text-decoration: none; - text-rendering: auto; - text-align: center; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - user-select: none; - -webkit-user-select: none; - -ms-user-select: none; +.codicon[class*="codicon-"] { + font: normal normal normal 16px/1 codicon; + display: inline-block; + text-decoration: none; + text-rendering: auto; + text-align: center; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + user-select: none; + -webkit-user-select: none; + -ms-user-select: none; } /*--------------------- @@ -27,530 +27,1526 @@ *-------------------*/ @keyframes codicon-spin { - 100% { - transform:rotate(360deg); - } + 100% { + transform: rotate(360deg); + } } .codicon-sync.codicon-modifier-spin, .codicon-loading.codicon-modifier-spin, .codicon-gear.codicon-modifier-spin { - /* Use steps to throttle FPS to reduce CPU usage */ - animation: codicon-spin 1.5s steps(30) infinite; + /* Use steps to throttle FPS to reduce CPU usage */ + animation: codicon-spin 1.5s steps(30) infinite; } .codicon-modifier-disabled { - opacity: 0.5; + opacity: 0.5; } /* custom speed & easing for loading icon */ .codicon-loading { - animation-duration: 1s !important; - animation-timing-function: cubic-bezier(0.53, 0.21, 0.29, 0.67) !important; + animation-duration: 1s !important; + animation-timing-function: cubic-bezier(0.53, 0.21, 0.29, 0.67) !important; } /*--------------------- * Icons *-------------------*/ -.codicon-add:before { content: "\ea60" } -.codicon-plus:before { content: "\ea60" } -.codicon-gist-new:before { content: "\ea60" } -.codicon-repo-create:before { content: "\ea60" } -.codicon-lightbulb:before { content: "\ea61" } -.codicon-light-bulb:before { content: "\ea61" } -.codicon-repo:before { content: "\ea62" } -.codicon-repo-delete:before { content: "\ea62" } -.codicon-gist-fork:before { content: "\ea63" } -.codicon-repo-forked:before { content: "\ea63" } -.codicon-git-pull-request:before { content: "\ea64" } -.codicon-git-pull-request-abandoned:before { content: "\ea64" } -.codicon-record-keys:before { content: "\ea65" } -.codicon-keyboard:before { content: "\ea65" } -.codicon-tag:before { content: "\ea66" } -.codicon-tag-add:before { content: "\ea66" } -.codicon-tag-remove:before { content: "\ea66" } -.codicon-person:before { content: "\ea67" } -.codicon-person-follow:before { content: "\ea67" } -.codicon-person-outline:before { content: "\ea67" } -.codicon-person-filled:before { content: "\ea67" } -.codicon-git-branch:before { content: "\ea68" } -.codicon-git-branch-create:before { content: "\ea68" } -.codicon-git-branch-delete:before { content: "\ea68" } -.codicon-source-control:before { content: "\ea68" } -.codicon-mirror:before { content: "\ea69" } -.codicon-mirror-public:before { content: "\ea69" } -.codicon-star:before { content: "\ea6a" } -.codicon-star-add:before { content: "\ea6a" } -.codicon-star-delete:before { content: "\ea6a" } -.codicon-star-empty:before { content: "\ea6a" } -.codicon-comment:before { content: "\ea6b" } -.codicon-comment-add:before { content: "\ea6b" } -.codicon-alert:before { content: "\ea6c" } -.codicon-warning:before { content: "\ea6c" } -.codicon-search:before { content: "\ea6d" } -.codicon-search-save:before { content: "\ea6d" } -.codicon-log-out:before { content: "\ea6e" } -.codicon-sign-out:before { content: "\ea6e" } -.codicon-log-in:before { content: "\ea6f" } -.codicon-sign-in:before { content: "\ea6f" } -.codicon-eye:before { content: "\ea70" } -.codicon-eye-unwatch:before { content: "\ea70" } -.codicon-eye-watch:before { content: "\ea70" } -.codicon-circle-filled:before { content: "\ea71" } -.codicon-primitive-dot:before { content: "\ea71" } -.codicon-close-dirty:before { content: "\ea71" } -.codicon-debug-breakpoint:before { content: "\ea71" } -.codicon-debug-breakpoint-disabled:before { content: "\ea71" } -.codicon-debug-hint:before { content: "\ea71" } -.codicon-primitive-square:before { content: "\ea72" } -.codicon-edit:before { content: "\ea73" } -.codicon-pencil:before { content: "\ea73" } -.codicon-info:before { content: "\ea74" } -.codicon-issue-opened:before { content: "\ea74" } -.codicon-gist-private:before { content: "\ea75" } -.codicon-git-fork-private:before { content: "\ea75" } -.codicon-lock:before { content: "\ea75" } -.codicon-mirror-private:before { content: "\ea75" } -.codicon-close:before { content: "\ea76" } -.codicon-remove-close:before { content: "\ea76" } -.codicon-x:before { content: "\ea76" } -.codicon-repo-sync:before { content: "\ea77" } -.codicon-sync:before { content: "\ea77" } -.codicon-clone:before { content: "\ea78" } -.codicon-desktop-download:before { content: "\ea78" } -.codicon-beaker:before { content: "\ea79" } -.codicon-microscope:before { content: "\ea79" } -.codicon-vm:before { content: "\ea7a" } -.codicon-device-desktop:before { content: "\ea7a" } -.codicon-file:before { content: "\ea7b" } -.codicon-file-text:before { content: "\ea7b" } -.codicon-more:before { content: "\ea7c" } -.codicon-ellipsis:before { content: "\ea7c" } -.codicon-kebab-horizontal:before { content: "\ea7c" } -.codicon-mail-reply:before { content: "\ea7d" } -.codicon-reply:before { content: "\ea7d" } -.codicon-organization:before { content: "\ea7e" } -.codicon-organization-filled:before { content: "\ea7e" } -.codicon-organization-outline:before { content: "\ea7e" } -.codicon-new-file:before { content: "\ea7f" } -.codicon-file-add:before { content: "\ea7f" } -.codicon-new-folder:before { content: "\ea80" } -.codicon-file-directory-create:before { content: "\ea80" } -.codicon-trash:before { content: "\ea81" } -.codicon-trashcan:before { content: "\ea81" } -.codicon-history:before { content: "\ea82" } -.codicon-clock:before { content: "\ea82" } -.codicon-folder:before { content: "\ea83" } -.codicon-file-directory:before { content: "\ea83" } -.codicon-symbol-folder:before { content: "\ea83" } -.codicon-logo-github:before { content: "\ea84" } -.codicon-mark-github:before { content: "\ea84" } -.codicon-github:before { content: "\ea84" } -.codicon-terminal:before { content: "\ea85" } -.codicon-console:before { content: "\ea85" } -.codicon-repl:before { content: "\ea85" } -.codicon-zap:before { content: "\ea86" } -.codicon-symbol-event:before { content: "\ea86" } -.codicon-error:before { content: "\ea87" } -.codicon-stop:before { content: "\ea87" } -.codicon-variable:before { content: "\ea88" } -.codicon-symbol-variable:before { content: "\ea88" } -.codicon-array:before { content: "\ea8a" } -.codicon-symbol-array:before { content: "\ea8a" } -.codicon-symbol-module:before { content: "\ea8b" } -.codicon-symbol-package:before { content: "\ea8b" } -.codicon-symbol-namespace:before { content: "\ea8b" } -.codicon-symbol-object:before { content: "\ea8b" } -.codicon-symbol-method:before { content: "\ea8c" } -.codicon-symbol-function:before { content: "\ea8c" } -.codicon-symbol-constructor:before { content: "\ea8c" } -.codicon-symbol-boolean:before { content: "\ea8f" } -.codicon-symbol-null:before { content: "\ea8f" } -.codicon-symbol-numeric:before { content: "\ea90" } -.codicon-symbol-number:before { content: "\ea90" } -.codicon-symbol-structure:before { content: "\ea91" } -.codicon-symbol-struct:before { content: "\ea91" } -.codicon-symbol-parameter:before { content: "\ea92" } -.codicon-symbol-type-parameter:before { content: "\ea92" } -.codicon-symbol-key:before { content: "\ea93" } -.codicon-symbol-text:before { content: "\ea93" } -.codicon-symbol-reference:before { content: "\ea94" } -.codicon-go-to-file:before { content: "\ea94" } -.codicon-symbol-enum:before { content: "\ea95" } -.codicon-symbol-value:before { content: "\ea95" } -.codicon-symbol-ruler:before { content: "\ea96" } -.codicon-symbol-unit:before { content: "\ea96" } -.codicon-activate-breakpoints:before { content: "\ea97" } -.codicon-archive:before { content: "\ea98" } -.codicon-arrow-both:before { content: "\ea99" } -.codicon-arrow-down:before { content: "\ea9a" } -.codicon-arrow-left:before { content: "\ea9b" } -.codicon-arrow-right:before { content: "\ea9c" } -.codicon-arrow-small-down:before { content: "\ea9d" } -.codicon-arrow-small-left:before { content: "\ea9e" } -.codicon-arrow-small-right:before { content: "\ea9f" } -.codicon-arrow-small-up:before { content: "\eaa0" } -.codicon-arrow-up:before { content: "\eaa1" } -.codicon-bell:before { content: "\eaa2" } -.codicon-bold:before { content: "\eaa3" } -.codicon-book:before { content: "\eaa4" } -.codicon-bookmark:before { content: "\eaa5" } -.codicon-debug-breakpoint-conditional-unverified:before { content: "\eaa6" } -.codicon-debug-breakpoint-conditional:before { content: "\eaa7" } -.codicon-debug-breakpoint-conditional-disabled:before { content: "\eaa7" } -.codicon-debug-breakpoint-data-unverified:before { content: "\eaa8" } -.codicon-debug-breakpoint-data:before { content: "\eaa9" } -.codicon-debug-breakpoint-data-disabled:before { content: "\eaa9" } -.codicon-debug-breakpoint-log-unverified:before { content: "\eaaa" } -.codicon-debug-breakpoint-log:before { content: "\eaab" } -.codicon-debug-breakpoint-log-disabled:before { content: "\eaab" } -.codicon-briefcase:before { content: "\eaac" } -.codicon-broadcast:before { content: "\eaad" } -.codicon-browser:before { content: "\eaae" } -.codicon-bug:before { content: "\eaaf" } -.codicon-calendar:before { content: "\eab0" } -.codicon-case-sensitive:before { content: "\eab1" } -.codicon-check:before { content: "\eab2" } -.codicon-checklist:before { content: "\eab3" } -.codicon-chevron-down:before { content: "\eab4" } -.codicon-chevron-left:before { content: "\eab5" } -.codicon-chevron-right:before { content: "\eab6" } -.codicon-chevron-up:before { content: "\eab7" } -.codicon-chrome-close:before { content: "\eab8" } -.codicon-chrome-maximize:before { content: "\eab9" } -.codicon-chrome-minimize:before { content: "\eaba" } -.codicon-chrome-restore:before { content: "\eabb" } -.codicon-circle-outline:before { content: "\eabc" } -.codicon-debug-breakpoint-unverified:before { content: "\eabc" } -.codicon-circle-slash:before { content: "\eabd" } -.codicon-circuit-board:before { content: "\eabe" } -.codicon-clear-all:before { content: "\eabf" } -.codicon-clippy:before { content: "\eac0" } -.codicon-close-all:before { content: "\eac1" } -.codicon-cloud-download:before { content: "\eac2" } -.codicon-cloud-upload:before { content: "\eac3" } -.codicon-code:before { content: "\eac4" } -.codicon-collapse-all:before { content: "\eac5" } -.codicon-color-mode:before { content: "\eac6" } -.codicon-comment-discussion:before { content: "\eac7" } -.codicon-credit-card:before { content: "\eac9" } -.codicon-dash:before { content: "\eacc" } -.codicon-dashboard:before { content: "\eacd" } -.codicon-database:before { content: "\eace" } -.codicon-debug-continue:before { content: "\eacf" } -.codicon-debug-disconnect:before { content: "\ead0" } -.codicon-debug-pause:before { content: "\ead1" } -.codicon-debug-restart:before { content: "\ead2" } -.codicon-debug-start:before { content: "\ead3" } -.codicon-debug-step-into:before { content: "\ead4" } -.codicon-debug-step-out:before { content: "\ead5" } -.codicon-debug-step-over:before { content: "\ead6" } -.codicon-debug-stop:before { content: "\ead7" } -.codicon-debug:before { content: "\ead8" } -.codicon-device-camera-video:before { content: "\ead9" } -.codicon-device-camera:before { content: "\eada" } -.codicon-device-mobile:before { content: "\eadb" } -.codicon-diff-added:before { content: "\eadc" } -.codicon-diff-ignored:before { content: "\eadd" } -.codicon-diff-modified:before { content: "\eade" } -.codicon-diff-removed:before { content: "\eadf" } -.codicon-diff-renamed:before { content: "\eae0" } -.codicon-diff:before { content: "\eae1" } -.codicon-discard:before { content: "\eae2" } -.codicon-editor-layout:before { content: "\eae3" } -.codicon-empty-window:before { content: "\eae4" } -.codicon-exclude:before { content: "\eae5" } -.codicon-extensions:before { content: "\eae6" } -.codicon-eye-closed:before { content: "\eae7" } -.codicon-file-binary:before { content: "\eae8" } -.codicon-file-code:before { content: "\eae9" } -.codicon-file-media:before { content: "\eaea" } -.codicon-file-pdf:before { content: "\eaeb" } -.codicon-file-submodule:before { content: "\eaec" } -.codicon-file-symlink-directory:before { content: "\eaed" } -.codicon-file-symlink-file:before { content: "\eaee" } -.codicon-file-zip:before { content: "\eaef" } -.codicon-files:before { content: "\eaf0" } -.codicon-filter:before { content: "\eaf1" } -.codicon-flame:before { content: "\eaf2" } -.codicon-fold-down:before { content: "\eaf3" } -.codicon-fold-up:before { content: "\eaf4" } -.codicon-fold:before { content: "\eaf5" } -.codicon-folder-active:before { content: "\eaf6" } -.codicon-folder-opened:before { content: "\eaf7" } -.codicon-gear:before { content: "\eaf8" } -.codicon-gift:before { content: "\eaf9" } -.codicon-gist-secret:before { content: "\eafa" } -.codicon-gist:before { content: "\eafb" } -.codicon-git-commit:before { content: "\eafc" } -.codicon-git-compare:before { content: "\eafd" } -.codicon-compare-changes:before { content: "\eafd" } -.codicon-git-merge:before { content: "\eafe" } -.codicon-github-action:before { content: "\eaff" } -.codicon-github-alt:before { content: "\eb00" } -.codicon-globe:before { content: "\eb01" } -.codicon-grabber:before { content: "\eb02" } -.codicon-graph:before { content: "\eb03" } -.codicon-gripper:before { content: "\eb04" } -.codicon-heart:before { content: "\eb05" } -.codicon-home:before { content: "\eb06" } -.codicon-horizontal-rule:before { content: "\eb07" } -.codicon-hubot:before { content: "\eb08" } -.codicon-inbox:before { content: "\eb09" } -.codicon-issue-reopened:before { content: "\eb0b" } -.codicon-issues:before { content: "\eb0c" } -.codicon-italic:before { content: "\eb0d" } -.codicon-jersey:before { content: "\eb0e" } -.codicon-json:before { content: "\eb0f" } -.codicon-kebab-vertical:before { content: "\eb10" } -.codicon-key:before { content: "\eb11" } -.codicon-law:before { content: "\eb12" } -.codicon-lightbulb-autofix:before { content: "\eb13" } -.codicon-link-external:before { content: "\eb14" } -.codicon-link:before { content: "\eb15" } -.codicon-list-ordered:before { content: "\eb16" } -.codicon-list-unordered:before { content: "\eb17" } -.codicon-live-share:before { content: "\eb18" } -.codicon-loading:before { content: "\eb19" } -.codicon-location:before { content: "\eb1a" } -.codicon-mail-read:before { content: "\eb1b" } -.codicon-mail:before { content: "\eb1c" } -.codicon-markdown:before { content: "\eb1d" } -.codicon-megaphone:before { content: "\eb1e" } -.codicon-mention:before { content: "\eb1f" } -.codicon-milestone:before { content: "\eb20" } -.codicon-mortar-board:before { content: "\eb21" } -.codicon-move:before { content: "\eb22" } -.codicon-multiple-windows:before { content: "\eb23" } -.codicon-mute:before { content: "\eb24" } -.codicon-no-newline:before { content: "\eb25" } -.codicon-note:before { content: "\eb26" } -.codicon-octoface:before { content: "\eb27" } -.codicon-open-preview:before { content: "\eb28" } -.codicon-package:before { content: "\eb29" } -.codicon-paintcan:before { content: "\eb2a" } -.codicon-pin:before { content: "\eb2b" } -.codicon-play:before { content: "\eb2c" } -.codicon-run:before { content: "\eb2c" } -.codicon-plug:before { content: "\eb2d" } -.codicon-preserve-case:before { content: "\eb2e" } -.codicon-preview:before { content: "\eb2f" } -.codicon-project:before { content: "\eb30" } -.codicon-pulse:before { content: "\eb31" } -.codicon-question:before { content: "\eb32" } -.codicon-quote:before { content: "\eb33" } -.codicon-radio-tower:before { content: "\eb34" } -.codicon-reactions:before { content: "\eb35" } -.codicon-references:before { content: "\eb36" } -.codicon-refresh:before { content: "\eb37" } -.codicon-regex:before { content: "\eb38" } -.codicon-remote-explorer:before { content: "\eb39" } -.codicon-remote:before { content: "\eb3a" } -.codicon-remove:before { content: "\eb3b" } -.codicon-replace-all:before { content: "\eb3c" } -.codicon-replace:before { content: "\eb3d" } -.codicon-repo-clone:before { content: "\eb3e" } -.codicon-repo-force-push:before { content: "\eb3f" } -.codicon-repo-pull:before { content: "\eb40" } -.codicon-repo-push:before { content: "\eb41" } -.codicon-report:before { content: "\eb42" } -.codicon-request-changes:before { content: "\eb43" } -.codicon-rocket:before { content: "\eb44" } -.codicon-root-folder-opened:before { content: "\eb45" } -.codicon-root-folder:before { content: "\eb46" } -.codicon-rss:before { content: "\eb47" } -.codicon-ruby:before { content: "\eb48" } -.codicon-save-all:before { content: "\eb49" } -.codicon-save-as:before { content: "\eb4a" } -.codicon-save:before { content: "\eb4b" } -.codicon-screen-full:before { content: "\eb4c" } -.codicon-screen-normal:before { content: "\eb4d" } -.codicon-search-stop:before { content: "\eb4e" } -.codicon-server:before { content: "\eb50" } -.codicon-settings-gear:before { content: "\eb51" } -.codicon-settings:before { content: "\eb52" } -.codicon-shield:before { content: "\eb53" } -.codicon-smiley:before { content: "\eb54" } -.codicon-sort-precedence:before { content: "\eb55" } -.codicon-split-horizontal:before { content: "\eb56" } -.codicon-split-vertical:before { content: "\eb57" } -.codicon-squirrel:before { content: "\eb58" } -.codicon-star-full:before { content: "\eb59" } -.codicon-star-half:before { content: "\eb5a" } -.codicon-symbol-class:before { content: "\eb5b" } -.codicon-symbol-color:before { content: "\eb5c" } -.codicon-symbol-constant:before { content: "\eb5d" } -.codicon-symbol-enum-member:before { content: "\eb5e" } -.codicon-symbol-field:before { content: "\eb5f" } -.codicon-symbol-file:before { content: "\eb60" } -.codicon-symbol-interface:before { content: "\eb61" } -.codicon-symbol-keyword:before { content: "\eb62" } -.codicon-symbol-misc:before { content: "\eb63" } -.codicon-symbol-operator:before { content: "\eb64" } -.codicon-symbol-property:before { content: "\eb65" } -.codicon-wrench:before { content: "\eb65" } -.codicon-wrench-subaction:before { content: "\eb65" } -.codicon-symbol-snippet:before { content: "\eb66" } -.codicon-tasklist:before { content: "\eb67" } -.codicon-telescope:before { content: "\eb68" } -.codicon-text-size:before { content: "\eb69" } -.codicon-three-bars:before { content: "\eb6a" } -.codicon-thumbsdown:before { content: "\eb6b" } -.codicon-thumbsup:before { content: "\eb6c" } -.codicon-tools:before { content: "\eb6d" } -.codicon-triangle-down:before { content: "\eb6e" } -.codicon-triangle-left:before { content: "\eb6f" } -.codicon-triangle-right:before { content: "\eb70" } -.codicon-triangle-up:before { content: "\eb71" } -.codicon-twitter:before { content: "\eb72" } -.codicon-unfold:before { content: "\eb73" } -.codicon-unlock:before { content: "\eb74" } -.codicon-unmute:before { content: "\eb75" } -.codicon-unverified:before { content: "\eb76" } -.codicon-verified:before { content: "\eb77" } -.codicon-versions:before { content: "\eb78" } -.codicon-vm-active:before { content: "\eb79" } -.codicon-vm-outline:before { content: "\eb7a" } -.codicon-vm-running:before { content: "\eb7b" } -.codicon-watch:before { content: "\eb7c" } -.codicon-whitespace:before { content: "\eb7d" } -.codicon-whole-word:before { content: "\eb7e" } -.codicon-window:before { content: "\eb7f" } -.codicon-word-wrap:before { content: "\eb80" } -.codicon-zoom-in:before { content: "\eb81" } -.codicon-zoom-out:before { content: "\eb82" } -.codicon-list-filter:before { content: "\eb83" } -.codicon-list-flat:before { content: "\eb84" } -.codicon-list-selection:before { content: "\eb85" } -.codicon-selection:before { content: "\eb85" } -.codicon-list-tree:before { content: "\eb86" } -.codicon-debug-breakpoint-function-unverified:before { content: "\eb87" } -.codicon-debug-breakpoint-function:before { content: "\eb88" } -.codicon-debug-breakpoint-function-disabled:before { content: "\eb88" } -.codicon-debug-stackframe-active:before { content: "\eb89" } -.codicon-debug-stackframe-dot:before { content: "\eb8a" } -.codicon-debug-stackframe:before { content: "\eb8b" } -.codicon-debug-stackframe-focused:before { content: "\eb8b" } -.codicon-debug-breakpoint-unsupported:before { content: "\eb8c" } -.codicon-symbol-string:before { content: "\eb8d" } -.codicon-debug-reverse-continue:before { content: "\eb8e" } -.codicon-debug-step-back:before { content: "\eb8f" } -.codicon-debug-restart-frame:before { content: "\eb90" } -.codicon-debug-alt:before { content: "\eb91" } -.codicon-call-incoming:before { content: "\eb92" } -.codicon-call-outgoing:before { content: "\eb93" } -.codicon-menu:before { content: "\eb94" } -.codicon-expand-all:before { content: "\eb95" } -.codicon-feedback:before { content: "\eb96" } -.codicon-group-by-ref-type:before { content: "\eb97" } -.codicon-ungroup-by-ref-type:before { content: "\eb98" } -.codicon-account:before { content: "\eb99" } -.codicon-bell-dot:before { content: "\eb9a" } -.codicon-debug-console:before { content: "\eb9b" } -.codicon-library:before { content: "\eb9c" } -.codicon-output:before { content: "\eb9d" } -.codicon-run-all:before { content: "\eb9e" } -.codicon-sync-ignored:before { content: "\eb9f" } -.codicon-pinned:before { content: "\eba0" } -.codicon-github-inverted:before { content: "\eba1" } -.codicon-server-process:before { content: "\eba2" } -.codicon-server-environment:before { content: "\eba3" } -.codicon-pass:before { content: "\eba4" } -.codicon-issue-closed:before { content: "\eba4" } -.codicon-stop-circle:before { content: "\eba5" } -.codicon-play-circle:before { content: "\eba6" } -.codicon-record:before { content: "\eba7" } -.codicon-debug-alt-small:before { content: "\eba8" } -.codicon-vm-connect:before { content: "\eba9" } -.codicon-cloud:before { content: "\ebaa" } -.codicon-merge:before { content: "\ebab" } -.codicon-export:before { content: "\ebac" } -.codicon-graph-left:before { content: "\ebad" } -.codicon-magnet:before { content: "\ebae" } -.codicon-notebook:before { content: "\ebaf" } -.codicon-redo:before { content: "\ebb0" } -.codicon-check-all:before { content: "\ebb1" } -.codicon-pinned-dirty:before { content: "\ebb2" } -.codicon-pass-filled:before { content: "\ebb3" } -.codicon-circle-large-filled:before { content: "\ebb4" } -.codicon-circle-large-outline:before { content: "\ebb5" } -.codicon-combine:before { content: "\ebb6" } -.codicon-gather:before { content: "\ebb6" } -.codicon-table:before { content: "\ebb7" } -.codicon-variable-group:before { content: "\ebb8" } -.codicon-type-hierarchy:before { content: "\ebb9" } -.codicon-type-hierarchy-sub:before { content: "\ebba" } -.codicon-type-hierarchy-super:before { content: "\ebbb" } -.codicon-git-pull-request-create:before { content: "\ebbc" } -.codicon-run-above:before { content: "\ebbd" } -.codicon-run-below:before { content: "\ebbe" } -.codicon-notebook-template:before { content: "\ebbf" } -.codicon-debug-rerun:before { content: "\ebc0" } -.codicon-workspace-trusted:before { content: "\ebc1" } -.codicon-workspace-untrusted:before { content: "\ebc2" } -.codicon-workspace-unknown:before { content: "\ebc3" } -.codicon-terminal-cmd:before { content: "\ebc4" } -.codicon-terminal-debian:before { content: "\ebc5" } -.codicon-terminal-linux:before { content: "\ebc6" } -.codicon-terminal-powershell:before { content: "\ebc7" } -.codicon-terminal-tmux:before { content: "\ebc8" } -.codicon-terminal-ubuntu:before { content: "\ebc9" } -.codicon-terminal-bash:before { content: "\ebca" } -.codicon-arrow-swap:before { content: "\ebcb" } -.codicon-copy:before { content: "\ebcc" } -.codicon-person-add:before { content: "\ebcd" } -.codicon-filter-filled:before { content: "\ebce" } -.codicon-wand:before { content: "\ebcf" } -.codicon-debug-line-by-line:before { content: "\ebd0" } -.codicon-inspect:before { content: "\ebd1" } -.codicon-layers:before { content: "\ebd2" } -.codicon-layers-dot:before { content: "\ebd3" } -.codicon-layers-active:before { content: "\ebd4" } -.codicon-compass:before { content: "\ebd5" } -.codicon-compass-dot:before { content: "\ebd6" } -.codicon-compass-active:before { content: "\ebd7" } -.codicon-azure:before { content: "\ebd8" } -.codicon-issue-draft:before { content: "\ebd9" } -.codicon-git-pull-request-closed:before { content: "\ebda" } -.codicon-git-pull-request-draft:before { content: "\ebdb" } -.codicon-debug-all:before { content: "\ebdc" } -.codicon-debug-coverage:before { content: "\ebdd" } -.codicon-run-errors:before { content: "\ebde" } -.codicon-folder-library:before { content: "\ebdf" } -.codicon-debug-continue-small:before { content: "\ebe0" } -.codicon-beaker-stop:before { content: "\ebe1" } -.codicon-graph-line:before { content: "\ebe2" } -.codicon-graph-scatter:before { content: "\ebe3" } -.codicon-pie-chart:before { content: "\ebe4" } -.codicon-bracket:before { content: "\eb0f" } -.codicon-bracket-dot:before { content: "\ebe5" } -.codicon-bracket-error:before { content: "\ebe6" } -.codicon-lock-small:before { content: "\ebe7" } -.codicon-azure-devops:before { content: "\ebe8" } -.codicon-verified-filled:before { content: "\ebe9" } -.codicon-newline:before { content: "\ebea" } -.codicon-layout:before { content: "\ebeb" } -.codicon-layout-activitybar-left:before { content: "\ebec" } -.codicon-layout-activitybar-right:before { content: "\ebed" } -.codicon-layout-panel-left:before { content: "\ebee" } -.codicon-layout-panel-center:before { content: "\ebef" } -.codicon-layout-panel-justify:before { content: "\ebf0" } -.codicon-layout-panel-right:before { content: "\ebf1" } -.codicon-layout-panel:before { content: "\ebf2" } -.codicon-layout-sidebar-left:before { content: "\ebf3" } -.codicon-layout-sidebar-right:before { content: "\ebf4" } -.codicon-layout-statusbar:before { content: "\ebf5" } -.codicon-layout-menubar:before { content: "\ebf6" } -.codicon-layout-centered:before { content: "\ebf7" } -.codicon-target:before { content: "\ebf8" } -.codicon-indent:before { content: "\ebf9" } -.codicon-record-small:before { content: "\ebfa" } -.codicon-error-small:before { content: "\ebfb" } -.codicon-arrow-circle-down:before { content: "\ebfc" } -.codicon-arrow-circle-left:before { content: "\ebfd" } -.codicon-arrow-circle-right:before { content: "\ebfe" } -.codicon-arrow-circle-up:before { content: "\ebff" } +.codicon-add:before { + content: "\ea60"; +} +.codicon-plus:before { + content: "\ea60"; +} +.codicon-gist-new:before { + content: "\ea60"; +} +.codicon-repo-create:before { + content: "\ea60"; +} +.codicon-lightbulb:before { + content: "\ea61"; +} +.codicon-light-bulb:before { + content: "\ea61"; +} +.codicon-repo:before { + content: "\ea62"; +} +.codicon-repo-delete:before { + content: "\ea62"; +} +.codicon-gist-fork:before { + content: "\ea63"; +} +.codicon-repo-forked:before { + content: "\ea63"; +} +.codicon-git-pull-request:before { + content: "\ea64"; +} +.codicon-git-pull-request-abandoned:before { + content: "\ea64"; +} +.codicon-record-keys:before { + content: "\ea65"; +} +.codicon-keyboard:before { + content: "\ea65"; +} +.codicon-tag:before { + content: "\ea66"; +} +.codicon-tag-add:before { + content: "\ea66"; +} +.codicon-tag-remove:before { + content: "\ea66"; +} +.codicon-person:before { + content: "\ea67"; +} +.codicon-person-follow:before { + content: "\ea67"; +} +.codicon-person-outline:before { + content: "\ea67"; +} +.codicon-person-filled:before { + content: "\ea67"; +} +.codicon-git-branch:before { + content: "\ea68"; +} +.codicon-git-branch-create:before { + content: "\ea68"; +} +.codicon-git-branch-delete:before { + content: "\ea68"; +} +.codicon-source-control:before { + content: "\ea68"; +} +.codicon-mirror:before { + content: "\ea69"; +} +.codicon-mirror-public:before { + content: "\ea69"; +} +.codicon-star:before { + content: "\ea6a"; +} +.codicon-star-add:before { + content: "\ea6a"; +} +.codicon-star-delete:before { + content: "\ea6a"; +} +.codicon-star-empty:before { + content: "\ea6a"; +} +.codicon-comment:before { + content: "\ea6b"; +} +.codicon-comment-add:before { + content: "\ea6b"; +} +.codicon-alert:before { + content: "\ea6c"; +} +.codicon-warning:before { + content: "\ea6c"; +} +.codicon-search:before { + content: "\ea6d"; +} +.codicon-search-save:before { + content: "\ea6d"; +} +.codicon-log-out:before { + content: "\ea6e"; +} +.codicon-sign-out:before { + content: "\ea6e"; +} +.codicon-log-in:before { + content: "\ea6f"; +} +.codicon-sign-in:before { + content: "\ea6f"; +} +.codicon-eye:before { + content: "\ea70"; +} +.codicon-eye-unwatch:before { + content: "\ea70"; +} +.codicon-eye-watch:before { + content: "\ea70"; +} +.codicon-circle-filled:before { + content: "\ea71"; +} +.codicon-primitive-dot:before { + content: "\ea71"; +} +.codicon-close-dirty:before { + content: "\ea71"; +} +.codicon-debug-breakpoint:before { + content: "\ea71"; +} +.codicon-debug-breakpoint-disabled:before { + content: "\ea71"; +} +.codicon-debug-hint:before { + content: "\ea71"; +} +.codicon-primitive-square:before { + content: "\ea72"; +} +.codicon-edit:before { + content: "\ea73"; +} +.codicon-pencil:before { + content: "\ea73"; +} +.codicon-info:before { + content: "\ea74"; +} +.codicon-issue-opened:before { + content: "\ea74"; +} +.codicon-gist-private:before { + content: "\ea75"; +} +.codicon-git-fork-private:before { + content: "\ea75"; +} +.codicon-lock:before { + content: "\ea75"; +} +.codicon-mirror-private:before { + content: "\ea75"; +} +.codicon-close:before { + content: "\ea76"; +} +.codicon-remove-close:before { + content: "\ea76"; +} +.codicon-x:before { + content: "\ea76"; +} +.codicon-repo-sync:before { + content: "\ea77"; +} +.codicon-sync:before { + content: "\ea77"; +} +.codicon-clone:before { + content: "\ea78"; +} +.codicon-desktop-download:before { + content: "\ea78"; +} +.codicon-beaker:before { + content: "\ea79"; +} +.codicon-microscope:before { + content: "\ea79"; +} +.codicon-vm:before { + content: "\ea7a"; +} +.codicon-device-desktop:before { + content: "\ea7a"; +} +.codicon-file:before { + content: "\ea7b"; +} +.codicon-file-text:before { + content: "\ea7b"; +} +.codicon-more:before { + content: "\ea7c"; +} +.codicon-ellipsis:before { + content: "\ea7c"; +} +.codicon-kebab-horizontal:before { + content: "\ea7c"; +} +.codicon-mail-reply:before { + content: "\ea7d"; +} +.codicon-reply:before { + content: "\ea7d"; +} +.codicon-organization:before { + content: "\ea7e"; +} +.codicon-organization-filled:before { + content: "\ea7e"; +} +.codicon-organization-outline:before { + content: "\ea7e"; +} +.codicon-new-file:before { + content: "\ea7f"; +} +.codicon-file-add:before { + content: "\ea7f"; +} +.codicon-new-folder:before { + content: "\ea80"; +} +.codicon-file-directory-create:before { + content: "\ea80"; +} +.codicon-trash:before { + content: "\ea81"; +} +.codicon-trashcan:before { + content: "\ea81"; +} +.codicon-history:before { + content: "\ea82"; +} +.codicon-clock:before { + content: "\ea82"; +} +.codicon-folder:before { + content: "\ea83"; +} +.codicon-file-directory:before { + content: "\ea83"; +} +.codicon-symbol-folder:before { + content: "\ea83"; +} +.codicon-logo-github:before { + content: "\ea84"; +} +.codicon-mark-github:before { + content: "\ea84"; +} +.codicon-github:before { + content: "\ea84"; +} +.codicon-terminal:before { + content: "\ea85"; +} +.codicon-console:before { + content: "\ea85"; +} +.codicon-repl:before { + content: "\ea85"; +} +.codicon-zap:before { + content: "\ea86"; +} +.codicon-symbol-event:before { + content: "\ea86"; +} +.codicon-error:before { + content: "\ea87"; +} +.codicon-stop:before { + content: "\ea87"; +} +.codicon-variable:before { + content: "\ea88"; +} +.codicon-symbol-variable:before { + content: "\ea88"; +} +.codicon-array:before { + content: "\ea8a"; +} +.codicon-symbol-array:before { + content: "\ea8a"; +} +.codicon-symbol-module:before { + content: "\ea8b"; +} +.codicon-symbol-package:before { + content: "\ea8b"; +} +.codicon-symbol-namespace:before { + content: "\ea8b"; +} +.codicon-symbol-object:before { + content: "\ea8b"; +} +.codicon-symbol-method:before { + content: "\ea8c"; +} +.codicon-symbol-function:before { + content: "\ea8c"; +} +.codicon-symbol-constructor:before { + content: "\ea8c"; +} +.codicon-symbol-boolean:before { + content: "\ea8f"; +} +.codicon-symbol-null:before { + content: "\ea8f"; +} +.codicon-symbol-numeric:before { + content: "\ea90"; +} +.codicon-symbol-number:before { + content: "\ea90"; +} +.codicon-symbol-structure:before { + content: "\ea91"; +} +.codicon-symbol-struct:before { + content: "\ea91"; +} +.codicon-symbol-parameter:before { + content: "\ea92"; +} +.codicon-symbol-type-parameter:before { + content: "\ea92"; +} +.codicon-symbol-key:before { + content: "\ea93"; +} +.codicon-symbol-text:before { + content: "\ea93"; +} +.codicon-symbol-reference:before { + content: "\ea94"; +} +.codicon-go-to-file:before { + content: "\ea94"; +} +.codicon-symbol-enum:before { + content: "\ea95"; +} +.codicon-symbol-value:before { + content: "\ea95"; +} +.codicon-symbol-ruler:before { + content: "\ea96"; +} +.codicon-symbol-unit:before { + content: "\ea96"; +} +.codicon-activate-breakpoints:before { + content: "\ea97"; +} +.codicon-archive:before { + content: "\ea98"; +} +.codicon-arrow-both:before { + content: "\ea99"; +} +.codicon-arrow-down:before { + content: "\ea9a"; +} +.codicon-arrow-left:before { + content: "\ea9b"; +} +.codicon-arrow-right:before { + content: "\ea9c"; +} +.codicon-arrow-small-down:before { + content: "\ea9d"; +} +.codicon-arrow-small-left:before { + content: "\ea9e"; +} +.codicon-arrow-small-right:before { + content: "\ea9f"; +} +.codicon-arrow-small-up:before { + content: "\eaa0"; +} +.codicon-arrow-up:before { + content: "\eaa1"; +} +.codicon-bell:before { + content: "\eaa2"; +} +.codicon-bold:before { + content: "\eaa3"; +} +.codicon-book:before { + content: "\eaa4"; +} +.codicon-bookmark:before { + content: "\eaa5"; +} +.codicon-debug-breakpoint-conditional-unverified:before { + content: "\eaa6"; +} +.codicon-debug-breakpoint-conditional:before { + content: "\eaa7"; +} +.codicon-debug-breakpoint-conditional-disabled:before { + content: "\eaa7"; +} +.codicon-debug-breakpoint-data-unverified:before { + content: "\eaa8"; +} +.codicon-debug-breakpoint-data:before { + content: "\eaa9"; +} +.codicon-debug-breakpoint-data-disabled:before { + content: "\eaa9"; +} +.codicon-debug-breakpoint-log-unverified:before { + content: "\eaaa"; +} +.codicon-debug-breakpoint-log:before { + content: "\eaab"; +} +.codicon-debug-breakpoint-log-disabled:before { + content: "\eaab"; +} +.codicon-briefcase:before { + content: "\eaac"; +} +.codicon-broadcast:before { + content: "\eaad"; +} +.codicon-browser:before { + content: "\eaae"; +} +.codicon-bug:before { + content: "\eaaf"; +} +.codicon-calendar:before { + content: "\eab0"; +} +.codicon-case-sensitive:before { + content: "\eab1"; +} +.codicon-check:before { + content: "\eab2"; +} +.codicon-checklist:before { + content: "\eab3"; +} +.codicon-chevron-down:before { + content: "\eab4"; +} +.codicon-chevron-left:before { + content: "\eab5"; +} +.codicon-chevron-right:before { + content: "\eab6"; +} +.codicon-chevron-up:before { + content: "\eab7"; +} +.codicon-chrome-close:before { + content: "\eab8"; +} +.codicon-chrome-maximize:before { + content: "\eab9"; +} +.codicon-chrome-minimize:before { + content: "\eaba"; +} +.codicon-chrome-restore:before { + content: "\eabb"; +} +.codicon-circle-outline:before { + content: "\eabc"; +} +.codicon-debug-breakpoint-unverified:before { + content: "\eabc"; +} +.codicon-circle-slash:before { + content: "\eabd"; +} +.codicon-circuit-board:before { + content: "\eabe"; +} +.codicon-clear-all:before { + content: "\eabf"; +} +.codicon-clippy:before { + content: "\eac0"; +} +.codicon-close-all:before { + content: "\eac1"; +} +.codicon-cloud-download:before { + content: "\eac2"; +} +.codicon-cloud-upload:before { + content: "\eac3"; +} +.codicon-code:before { + content: "\eac4"; +} +.codicon-collapse-all:before { + content: "\eac5"; +} +.codicon-color-mode:before { + content: "\eac6"; +} +.codicon-comment-discussion:before { + content: "\eac7"; +} +.codicon-credit-card:before { + content: "\eac9"; +} +.codicon-dash:before { + content: "\eacc"; +} +.codicon-dashboard:before { + content: "\eacd"; +} +.codicon-database:before { + content: "\eace"; +} +.codicon-debug-continue:before { + content: "\eacf"; +} +.codicon-debug-disconnect:before { + content: "\ead0"; +} +.codicon-debug-pause:before { + content: "\ead1"; +} +.codicon-debug-restart:before { + content: "\ead2"; +} +.codicon-debug-start:before { + content: "\ead3"; +} +.codicon-debug-step-into:before { + content: "\ead4"; +} +.codicon-debug-step-out:before { + content: "\ead5"; +} +.codicon-debug-step-over:before { + content: "\ead6"; +} +.codicon-debug-stop:before { + content: "\ead7"; +} +.codicon-debug:before { + content: "\ead8"; +} +.codicon-device-camera-video:before { + content: "\ead9"; +} +.codicon-device-camera:before { + content: "\eada"; +} +.codicon-device-mobile:before { + content: "\eadb"; +} +.codicon-diff-added:before { + content: "\eadc"; +} +.codicon-diff-ignored:before { + content: "\eadd"; +} +.codicon-diff-modified:before { + content: "\eade"; +} +.codicon-diff-removed:before { + content: "\eadf"; +} +.codicon-diff-renamed:before { + content: "\eae0"; +} +.codicon-diff:before { + content: "\eae1"; +} +.codicon-discard:before { + content: "\eae2"; +} +.codicon-editor-layout:before { + content: "\eae3"; +} +.codicon-empty-window:before { + content: "\eae4"; +} +.codicon-exclude:before { + content: "\eae5"; +} +.codicon-extensions:before { + content: "\eae6"; +} +.codicon-eye-closed:before { + content: "\eae7"; +} +.codicon-file-binary:before { + content: "\eae8"; +} +.codicon-file-code:before { + content: "\eae9"; +} +.codicon-file-media:before { + content: "\eaea"; +} +.codicon-file-pdf:before { + content: "\eaeb"; +} +.codicon-file-submodule:before { + content: "\eaec"; +} +.codicon-file-symlink-directory:before { + content: "\eaed"; +} +.codicon-file-symlink-file:before { + content: "\eaee"; +} +.codicon-file-zip:before { + content: "\eaef"; +} +.codicon-files:before { + content: "\eaf0"; +} +.codicon-filter:before { + content: "\eaf1"; +} +.codicon-flame:before { + content: "\eaf2"; +} +.codicon-fold-down:before { + content: "\eaf3"; +} +.codicon-fold-up:before { + content: "\eaf4"; +} +.codicon-fold:before { + content: "\eaf5"; +} +.codicon-folder-active:before { + content: "\eaf6"; +} +.codicon-folder-opened:before { + content: "\eaf7"; +} +.codicon-gear:before { + content: "\eaf8"; +} +.codicon-gift:before { + content: "\eaf9"; +} +.codicon-gist-secret:before { + content: "\eafa"; +} +.codicon-gist:before { + content: "\eafb"; +} +.codicon-git-commit:before { + content: "\eafc"; +} +.codicon-git-compare:before { + content: "\eafd"; +} +.codicon-compare-changes:before { + content: "\eafd"; +} +.codicon-git-merge:before { + content: "\eafe"; +} +.codicon-github-action:before { + content: "\eaff"; +} +.codicon-github-alt:before { + content: "\eb00"; +} +.codicon-globe:before { + content: "\eb01"; +} +.codicon-grabber:before { + content: "\eb02"; +} +.codicon-graph:before { + content: "\eb03"; +} +.codicon-gripper:before { + content: "\eb04"; +} +.codicon-heart:before { + content: "\eb05"; +} +.codicon-home:before { + content: "\eb06"; +} +.codicon-horizontal-rule:before { + content: "\eb07"; +} +.codicon-hubot:before { + content: "\eb08"; +} +.codicon-inbox:before { + content: "\eb09"; +} +.codicon-issue-reopened:before { + content: "\eb0b"; +} +.codicon-issues:before { + content: "\eb0c"; +} +.codicon-italic:before { + content: "\eb0d"; +} +.codicon-jersey:before { + content: "\eb0e"; +} +.codicon-json:before { + content: "\eb0f"; +} +.codicon-kebab-vertical:before { + content: "\eb10"; +} +.codicon-key:before { + content: "\eb11"; +} +.codicon-law:before { + content: "\eb12"; +} +.codicon-lightbulb-autofix:before { + content: "\eb13"; +} +.codicon-link-external:before { + content: "\eb14"; +} +.codicon-link:before { + content: "\eb15"; +} +.codicon-list-ordered:before { + content: "\eb16"; +} +.codicon-list-unordered:before { + content: "\eb17"; +} +.codicon-live-share:before { + content: "\eb18"; +} +.codicon-loading:before { + content: "\eb19"; +} +.codicon-location:before { + content: "\eb1a"; +} +.codicon-mail-read:before { + content: "\eb1b"; +} +.codicon-mail:before { + content: "\eb1c"; +} +.codicon-markdown:before { + content: "\eb1d"; +} +.codicon-megaphone:before { + content: "\eb1e"; +} +.codicon-mention:before { + content: "\eb1f"; +} +.codicon-milestone:before { + content: "\eb20"; +} +.codicon-mortar-board:before { + content: "\eb21"; +} +.codicon-move:before { + content: "\eb22"; +} +.codicon-multiple-windows:before { + content: "\eb23"; +} +.codicon-mute:before { + content: "\eb24"; +} +.codicon-no-newline:before { + content: "\eb25"; +} +.codicon-note:before { + content: "\eb26"; +} +.codicon-octoface:before { + content: "\eb27"; +} +.codicon-open-preview:before { + content: "\eb28"; +} +.codicon-package:before { + content: "\eb29"; +} +.codicon-paintcan:before { + content: "\eb2a"; +} +.codicon-pin:before { + content: "\eb2b"; +} +.codicon-play:before { + content: "\eb2c"; +} +.codicon-run:before { + content: "\eb2c"; +} +.codicon-plug:before { + content: "\eb2d"; +} +.codicon-preserve-case:before { + content: "\eb2e"; +} +.codicon-preview:before { + content: "\eb2f"; +} +.codicon-project:before { + content: "\eb30"; +} +.codicon-pulse:before { + content: "\eb31"; +} +.codicon-question:before { + content: "\eb32"; +} +.codicon-quote:before { + content: "\eb33"; +} +.codicon-radio-tower:before { + content: "\eb34"; +} +.codicon-reactions:before { + content: "\eb35"; +} +.codicon-references:before { + content: "\eb36"; +} +.codicon-refresh:before { + content: "\eb37"; +} +.codicon-regex:before { + content: "\eb38"; +} +.codicon-remote-explorer:before { + content: "\eb39"; +} +.codicon-remote:before { + content: "\eb3a"; +} +.codicon-remove:before { + content: "\eb3b"; +} +.codicon-replace-all:before { + content: "\eb3c"; +} +.codicon-replace:before { + content: "\eb3d"; +} +.codicon-repo-clone:before { + content: "\eb3e"; +} +.codicon-repo-force-push:before { + content: "\eb3f"; +} +.codicon-repo-pull:before { + content: "\eb40"; +} +.codicon-repo-push:before { + content: "\eb41"; +} +.codicon-report:before { + content: "\eb42"; +} +.codicon-request-changes:before { + content: "\eb43"; +} +.codicon-rocket:before { + content: "\eb44"; +} +.codicon-root-folder-opened:before { + content: "\eb45"; +} +.codicon-root-folder:before { + content: "\eb46"; +} +.codicon-rss:before { + content: "\eb47"; +} +.codicon-ruby:before { + content: "\eb48"; +} +.codicon-save-all:before { + content: "\eb49"; +} +.codicon-save-as:before { + content: "\eb4a"; +} +.codicon-save:before { + content: "\eb4b"; +} +.codicon-screen-full:before { + content: "\eb4c"; +} +.codicon-screen-normal:before { + content: "\eb4d"; +} +.codicon-search-stop:before { + content: "\eb4e"; +} +.codicon-server:before { + content: "\eb50"; +} +.codicon-settings-gear:before { + content: "\eb51"; +} +.codicon-settings:before { + content: "\eb52"; +} +.codicon-shield:before { + content: "\eb53"; +} +.codicon-smiley:before { + content: "\eb54"; +} +.codicon-sort-precedence:before { + content: "\eb55"; +} +.codicon-split-horizontal:before { + content: "\eb56"; +} +.codicon-split-vertical:before { + content: "\eb57"; +} +.codicon-squirrel:before { + content: "\eb58"; +} +.codicon-star-full:before { + content: "\eb59"; +} +.codicon-star-half:before { + content: "\eb5a"; +} +.codicon-symbol-class:before { + content: "\eb5b"; +} +.codicon-symbol-color:before { + content: "\eb5c"; +} +.codicon-symbol-constant:before { + content: "\eb5d"; +} +.codicon-symbol-enum-member:before { + content: "\eb5e"; +} +.codicon-symbol-field:before { + content: "\eb5f"; +} +.codicon-symbol-file:before { + content: "\eb60"; +} +.codicon-symbol-interface:before { + content: "\eb61"; +} +.codicon-symbol-keyword:before { + content: "\eb62"; +} +.codicon-symbol-misc:before { + content: "\eb63"; +} +.codicon-symbol-operator:before { + content: "\eb64"; +} +.codicon-symbol-property:before { + content: "\eb65"; +} +.codicon-wrench:before { + content: "\eb65"; +} +.codicon-wrench-subaction:before { + content: "\eb65"; +} +.codicon-symbol-snippet:before { + content: "\eb66"; +} +.codicon-tasklist:before { + content: "\eb67"; +} +.codicon-telescope:before { + content: "\eb68"; +} +.codicon-text-size:before { + content: "\eb69"; +} +.codicon-three-bars:before { + content: "\eb6a"; +} +.codicon-thumbsdown:before { + content: "\eb6b"; +} +.codicon-thumbsup:before { + content: "\eb6c"; +} +.codicon-tools:before { + content: "\eb6d"; +} +.codicon-triangle-down:before { + content: "\eb6e"; +} +.codicon-triangle-left:before { + content: "\eb6f"; +} +.codicon-triangle-right:before { + content: "\eb70"; +} +.codicon-triangle-up:before { + content: "\eb71"; +} +.codicon-twitter:before { + content: "\eb72"; +} +.codicon-unfold:before { + content: "\eb73"; +} +.codicon-unlock:before { + content: "\eb74"; +} +.codicon-unmute:before { + content: "\eb75"; +} +.codicon-unverified:before { + content: "\eb76"; +} +.codicon-verified:before { + content: "\eb77"; +} +.codicon-versions:before { + content: "\eb78"; +} +.codicon-vm-active:before { + content: "\eb79"; +} +.codicon-vm-outline:before { + content: "\eb7a"; +} +.codicon-vm-running:before { + content: "\eb7b"; +} +.codicon-watch:before { + content: "\eb7c"; +} +.codicon-whitespace:before { + content: "\eb7d"; +} +.codicon-whole-word:before { + content: "\eb7e"; +} +.codicon-window:before { + content: "\eb7f"; +} +.codicon-word-wrap:before { + content: "\eb80"; +} +.codicon-zoom-in:before { + content: "\eb81"; +} +.codicon-zoom-out:before { + content: "\eb82"; +} +.codicon-list-filter:before { + content: "\eb83"; +} +.codicon-list-flat:before { + content: "\eb84"; +} +.codicon-list-selection:before { + content: "\eb85"; +} +.codicon-selection:before { + content: "\eb85"; +} +.codicon-list-tree:before { + content: "\eb86"; +} +.codicon-debug-breakpoint-function-unverified:before { + content: "\eb87"; +} +.codicon-debug-breakpoint-function:before { + content: "\eb88"; +} +.codicon-debug-breakpoint-function-disabled:before { + content: "\eb88"; +} +.codicon-debug-stackframe-active:before { + content: "\eb89"; +} +.codicon-debug-stackframe-dot:before { + content: "\eb8a"; +} +.codicon-debug-stackframe:before { + content: "\eb8b"; +} +.codicon-debug-stackframe-focused:before { + content: "\eb8b"; +} +.codicon-debug-breakpoint-unsupported:before { + content: "\eb8c"; +} +.codicon-symbol-string:before { + content: "\eb8d"; +} +.codicon-debug-reverse-continue:before { + content: "\eb8e"; +} +.codicon-debug-step-back:before { + content: "\eb8f"; +} +.codicon-debug-restart-frame:before { + content: "\eb90"; +} +.codicon-debug-alt:before { + content: "\eb91"; +} +.codicon-call-incoming:before { + content: "\eb92"; +} +.codicon-call-outgoing:before { + content: "\eb93"; +} +.codicon-menu:before { + content: "\eb94"; +} +.codicon-expand-all:before { + content: "\eb95"; +} +.codicon-feedback:before { + content: "\eb96"; +} +.codicon-group-by-ref-type:before { + content: "\eb97"; +} +.codicon-ungroup-by-ref-type:before { + content: "\eb98"; +} +.codicon-account:before { + content: "\eb99"; +} +.codicon-bell-dot:before { + content: "\eb9a"; +} +.codicon-debug-console:before { + content: "\eb9b"; +} +.codicon-library:before { + content: "\eb9c"; +} +.codicon-output:before { + content: "\eb9d"; +} +.codicon-run-all:before { + content: "\eb9e"; +} +.codicon-sync-ignored:before { + content: "\eb9f"; +} +.codicon-pinned:before { + content: "\eba0"; +} +.codicon-github-inverted:before { + content: "\eba1"; +} +.codicon-server-process:before { + content: "\eba2"; +} +.codicon-server-environment:before { + content: "\eba3"; +} +.codicon-pass:before { + content: "\eba4"; +} +.codicon-issue-closed:before { + content: "\eba4"; +} +.codicon-stop-circle:before { + content: "\eba5"; +} +.codicon-play-circle:before { + content: "\eba6"; +} +.codicon-record:before { + content: "\eba7"; +} +.codicon-debug-alt-small:before { + content: "\eba8"; +} +.codicon-vm-connect:before { + content: "\eba9"; +} +.codicon-cloud:before { + content: "\ebaa"; +} +.codicon-merge:before { + content: "\ebab"; +} +.codicon-export:before { + content: "\ebac"; +} +.codicon-graph-left:before { + content: "\ebad"; +} +.codicon-magnet:before { + content: "\ebae"; +} +.codicon-notebook:before { + content: "\ebaf"; +} +.codicon-redo:before { + content: "\ebb0"; +} +.codicon-check-all:before { + content: "\ebb1"; +} +.codicon-pinned-dirty:before { + content: "\ebb2"; +} +.codicon-pass-filled:before { + content: "\ebb3"; +} +.codicon-circle-large-filled:before { + content: "\ebb4"; +} +.codicon-circle-large-outline:before { + content: "\ebb5"; +} +.codicon-combine:before { + content: "\ebb6"; +} +.codicon-gather:before { + content: "\ebb6"; +} +.codicon-table:before { + content: "\ebb7"; +} +.codicon-variable-group:before { + content: "\ebb8"; +} +.codicon-type-hierarchy:before { + content: "\ebb9"; +} +.codicon-type-hierarchy-sub:before { + content: "\ebba"; +} +.codicon-type-hierarchy-super:before { + content: "\ebbb"; +} +.codicon-git-pull-request-create:before { + content: "\ebbc"; +} +.codicon-run-above:before { + content: "\ebbd"; +} +.codicon-run-below:before { + content: "\ebbe"; +} +.codicon-notebook-template:before { + content: "\ebbf"; +} +.codicon-debug-rerun:before { + content: "\ebc0"; +} +.codicon-workspace-trusted:before { + content: "\ebc1"; +} +.codicon-workspace-untrusted:before { + content: "\ebc2"; +} +.codicon-workspace-unknown:before { + content: "\ebc3"; +} +.codicon-terminal-cmd:before { + content: "\ebc4"; +} +.codicon-terminal-debian:before { + content: "\ebc5"; +} +.codicon-terminal-linux:before { + content: "\ebc6"; +} +.codicon-terminal-powershell:before { + content: "\ebc7"; +} +.codicon-terminal-tmux:before { + content: "\ebc8"; +} +.codicon-terminal-ubuntu:before { + content: "\ebc9"; +} +.codicon-terminal-bash:before { + content: "\ebca"; +} +.codicon-arrow-swap:before { + content: "\ebcb"; +} +.codicon-copy:before { + content: "\ebcc"; +} +.codicon-person-add:before { + content: "\ebcd"; +} +.codicon-filter-filled:before { + content: "\ebce"; +} +.codicon-wand:before { + content: "\ebcf"; +} +.codicon-debug-line-by-line:before { + content: "\ebd0"; +} +.codicon-inspect:before { + content: "\ebd1"; +} +.codicon-layers:before { + content: "\ebd2"; +} +.codicon-layers-dot:before { + content: "\ebd3"; +} +.codicon-layers-active:before { + content: "\ebd4"; +} +.codicon-compass:before { + content: "\ebd5"; +} +.codicon-compass-dot:before { + content: "\ebd6"; +} +.codicon-compass-active:before { + content: "\ebd7"; +} +.codicon-azure:before { + content: "\ebd8"; +} +.codicon-issue-draft:before { + content: "\ebd9"; +} +.codicon-git-pull-request-closed:before { + content: "\ebda"; +} +.codicon-git-pull-request-draft:before { + content: "\ebdb"; +} +.codicon-debug-all:before { + content: "\ebdc"; +} +.codicon-debug-coverage:before { + content: "\ebdd"; +} +.codicon-run-errors:before { + content: "\ebde"; +} +.codicon-folder-library:before { + content: "\ebdf"; +} +.codicon-debug-continue-small:before { + content: "\ebe0"; +} +.codicon-beaker-stop:before { + content: "\ebe1"; +} +.codicon-graph-line:before { + content: "\ebe2"; +} +.codicon-graph-scatter:before { + content: "\ebe3"; +} +.codicon-pie-chart:before { + content: "\ebe4"; +} +.codicon-bracket:before { + content: "\eb0f"; +} +.codicon-bracket-dot:before { + content: "\ebe5"; +} +.codicon-bracket-error:before { + content: "\ebe6"; +} +.codicon-lock-small:before { + content: "\ebe7"; +} +.codicon-azure-devops:before { + content: "\ebe8"; +} +.codicon-verified-filled:before { + content: "\ebe9"; +} +.codicon-newline:before { + content: "\ebea"; +} +.codicon-layout:before { + content: "\ebeb"; +} +.codicon-layout-activitybar-left:before { + content: "\ebec"; +} +.codicon-layout-activitybar-right:before { + content: "\ebed"; +} +.codicon-layout-panel-left:before { + content: "\ebee"; +} +.codicon-layout-panel-center:before { + content: "\ebef"; +} +.codicon-layout-panel-justify:before { + content: "\ebf0"; +} +.codicon-layout-panel-right:before { + content: "\ebf1"; +} +.codicon-layout-panel:before { + content: "\ebf2"; +} +.codicon-layout-sidebar-left:before { + content: "\ebf3"; +} +.codicon-layout-sidebar-right:before { + content: "\ebf4"; +} +.codicon-layout-statusbar:before { + content: "\ebf5"; +} +.codicon-layout-menubar:before { + content: "\ebf6"; +} +.codicon-layout-centered:before { + content: "\ebf7"; +} +.codicon-target:before { + content: "\ebf8"; +} +.codicon-indent:before { + content: "\ebf9"; +} +.codicon-record-small:before { + content: "\ebfa"; +} +.codicon-error-small:before { + content: "\ebfb"; +} +.codicon-arrow-circle-down:before { + content: "\ebfc"; +} +.codicon-arrow-circle-left:before { + content: "\ebfd"; +} +.codicon-arrow-circle-right:before { + content: "\ebfe"; +} +.codicon-arrow-circle-up:before { + content: "\ebff"; +} /* @charset "UTF-8"; */ /*! @@ -747,7 +1743,7 @@ dfn { * Add the correct background and color in IE 9-. */ mark { - background-color: #FF0; + background-color: #ff0; color: #000; } @@ -857,9 +1853,9 @@ select { * 2. Correct the inability to style clickable types in iOS and Safari. */ button, -html [type=button], -[type=reset], -[type=submit] { +html [type="button"], +[type="reset"], +[type="submit"] { -webkit-appearance: button; /* 2 */ } @@ -868,9 +1864,9 @@ html [type=button], * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, -[type=button]::-moz-focus-inner, -[type=reset]::-moz-focus-inner, -[type=submit]::-moz-focus-inner { +[type="button"]::-moz-focus-inner, +[type="reset"]::-moz-focus-inner, +[type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } @@ -879,9 +1875,9 @@ button::-moz-focus-inner, * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, -[type=button]:-moz-focusring, -[type=reset]:-moz-focusring, -[type=submit]:-moz-focusring { +[type="button"]:-moz-focusring, +[type="reset"]:-moz-focusring, +[type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } @@ -936,8 +1932,8 @@ textarea { * 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-. */ -[type=checkbox], -[type=radio] { +[type="checkbox"], +[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ @@ -948,8 +1944,8 @@ textarea { /** * Correct the cursor style of increment and decrement buttons in Chrome. */ -[type=number]::-webkit-inner-spin-button, -[type=number]::-webkit-outer-spin-button { +[type="number"]::-webkit-inner-spin-button, +[type="number"]::-webkit-outer-spin-button { height: auto; } @@ -957,7 +1953,7 @@ textarea { * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ -[type=search] { +[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; @@ -967,8 +1963,8 @@ textarea { /** * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */ -[type=search]::-webkit-search-cancel-button, -[type=search]::-webkit-search-decoration { +[type="search"]::-webkit-search-cancel-button, +[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } @@ -1045,8 +2041,8 @@ li { } hr { - border: 0 solid #C0C6CC; - border: 0 var(--line-solid, solid) var(--color-line1-2, #C0C6CC); + border: 0 solid #c0c6cc; + border: 0 var(--line-solid, solid) var(--color-line1-2, #c0c6cc); border-top-width: 1px; border-top-width: var(--line-1, 1px); } @@ -1056,54 +2052,74 @@ a { } a:link { - color: #0064C8; - color: var(--color-link-1, #0064C8); + color: #0064c8; + color: var(--color-link-1, #0064c8); } a:visited { - color: #0064C8; - color: var(--color-link-2, #0064C8); + color: #0064c8; + color: var(--color-link-2, #0064c8); } a:hover { - color: #0064C8; - color: var(--color-link-3, #0064C8); + color: #0064c8; + color: var(--color-link-3, #0064c8); } a:active { text-decoration: underline; - color: #0064C8; - color: var(--color-link-3, #0064C8); + color: #0064c8; + color: var(--color-link-3, #0064c8); } @font-face { font-family: "Roboto"; src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.eot"); - src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.eot?#iefix") format("embedded-opentype"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.woff2") format("woff2"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.woff") format("woff"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.ttf") format("truetype"); + src: + url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.eot?#iefix") format("embedded-opentype"), + url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.woff2") format("woff2"), + url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.woff") format("woff"), + url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.ttf") format("truetype"); font-weight: 200; } @font-face { font-family: "Roboto"; src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.eot"); - src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.eot?#iefix") format("embedded-opentype"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.woff2") format("woff2"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.woff") format("woff"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.ttf") format("truetype"); + src: + url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.eot?#iefix") format("embedded-opentype"), + url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.woff2") format("woff2"), + url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.woff") format("woff"), + url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.ttf") format("truetype"); font-weight: 300; } @font-face { font-family: "Roboto"; src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.eot"); - src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.eot?#iefix") format("embedded-opentype"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.woff2") format("woff2"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.woff") format("woff"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.ttf") format("truetype"); + src: + url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.eot?#iefix") format("embedded-opentype"), + url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.woff2") format("woff2"), + url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.woff") format("woff"), + url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.ttf") format("truetype"); font-weight: 400; } @font-face { font-family: "Roboto"; src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.eot"); - src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.eot?#iefix") format("embedded-opentype"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.woff2") format("woff2"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.woff") format("woff"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.ttf") format("truetype"); + src: + url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.eot?#iefix") format("embedded-opentype"), + url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.woff2") format("woff2"), + url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.woff") format("woff"), + url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.ttf") format("truetype"); font-weight: 500; } @font-face { font-family: "Roboto"; src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.eot"); - src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.eot?#iefix") format("embedded-opentype"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.woff2") format("woff2"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.woff") format("woff"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.ttf") format("truetype"); + src: + url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.eot?#iefix") format("embedded-opentype"), + url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.woff2") format("woff2"), + url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.woff") format("woff"), + url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.ttf") format("truetype"); font-weight: 700; } html { @@ -1111,7 +2127,8 @@ html { } body { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", + "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; font-size: var(--font-size-body-1, 12px); line-height: 1.28571; @@ -2632,12 +3649,11 @@ small { backface-visibility: hidden; } -.next-icon[dir=rtl]::before { +.next-icon[dir="rtl"]::before { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); } - .next-icon { display: inline-block; font-family: NextIcon; @@ -3070,7 +4086,7 @@ small { opacity: 1; } -.next-loading-fusion-reactor[dir=rtl] { +.next-loading-fusion-reactor[dir="rtl"] { -webkit-animation-name: nextVectorRouteRTL; animation-name: nextVectorRouteRTL; } @@ -3203,7 +4219,7 @@ small { right: 0; z-index: 99; opacity: 0.2; - background: #FFF; + background: #fff; } .next-loading-inline { @@ -3280,8 +4296,8 @@ small { height: 12px; height: var(--loading-large-dot-size, 12px); border-radius: 50%; - background: #0064C8; - background: var(--loading-dot-color, #0064C8); + background: #0064c8; + background: var(--loading-dot-color, #0064c8); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-iteration-count: infinite; @@ -3458,7 +4474,8 @@ small { 25% { bottom: 0; } - 45%, 50% { + 45%, + 50% { bottom: 16.8px; bottom: calc(var(--loading-large-size, 48px) / 2 - var(--loading-large-dot-size, 12px) * 1.2 / 2); height: 14.4px; @@ -3478,7 +4495,8 @@ small { 25% { bottom: 0; } - 45%, 50% { + 45%, + 50% { bottom: 16.8px; bottom: calc(var(--loading-large-size, 48px) / 2 - var(--loading-large-dot-size, 12px) * 1.2 / 2); height: 14.4px; @@ -3498,7 +4516,8 @@ small { 25% { top: 0; } - 45%, 50% { + 45%, + 50% { top: 16.8px; top: calc(var(--loading-large-size, 48px) / 2 - var(--loading-large-dot-size, 12px) * 1.2 / 2); height: 14.4px; @@ -3518,7 +4537,8 @@ small { 25% { top: 0; } - 45%, 50% { + 45%, + 50% { top: 16.8px; top: calc(var(--loading-large-size, 48px) / 2 - var(--loading-large-dot-size, 12px) * 1.2 / 2); height: 14.4px; @@ -3538,7 +4558,8 @@ small { 25% { left: 0; } - 45%, 50% { + 45%, + 50% { left: 16.8px; left: calc(var(--loading-large-size, 48px) / 2 - var(--loading-large-dot-size, 12px) * 1.2 / 2); width: 14.4px; @@ -3558,7 +4579,8 @@ small { 25% { left: 0; } - 45%, 50% { + 45%, + 50% { left: 16.8px; left: calc(var(--loading-large-size, 48px) / 2 - var(--loading-large-dot-size, 12px) * 1.2 / 2); width: 14.4px; @@ -3578,7 +4600,8 @@ small { 25% { right: 0; } - 45%, 50% { + 45%, + 50% { right: 16.8px; right: calc(var(--loading-large-size, 48px) / 2 - var(--loading-large-dot-size, 12px) * 1.2 / 2); width: 14.4px; @@ -3598,7 +4621,8 @@ small { 25% { right: 0; } - 45%, 50% { + 45%, + 50% { right: 16.8px; right: calc(var(--loading-large-size, 48px) / 2 - var(--loading-large-dot-size, 12px) * 1.2 / 2); width: 14.4px; @@ -3618,7 +4642,8 @@ small { 25% { bottom: 0; } - 45%, 50% { + 45%, + 50% { bottom: 11.2px; bottom: calc(var(--loading-medium-size, 32px) / 2 - var(--loading-medium-dot-size, 8px) * 1.2 / 2); height: 9.6px; @@ -3638,7 +4663,8 @@ small { 25% { bottom: 0; } - 45%, 50% { + 45%, + 50% { bottom: 11.2px; bottom: calc(var(--loading-medium-size, 32px) / 2 - var(--loading-medium-dot-size, 8px) * 1.2 / 2); height: 9.6px; @@ -3658,7 +4684,8 @@ small { 25% { top: 0; } - 45%, 50% { + 45%, + 50% { top: 11.2px; top: calc(var(--loading-medium-size, 32px) / 2 - var(--loading-medium-dot-size, 8px) * 1.2 / 2); height: 9.6px; @@ -3678,7 +4705,8 @@ small { 25% { top: 0; } - 45%, 50% { + 45%, + 50% { top: 11.2px; top: calc(var(--loading-medium-size, 32px) / 2 - var(--loading-medium-dot-size, 8px) * 1.2 / 2); height: 9.6px; @@ -3698,7 +4726,8 @@ small { 25% { left: 0; } - 45%, 50% { + 45%, + 50% { left: 11.2px; left: calc(var(--loading-medium-size, 32px) / 2 - var(--loading-medium-dot-size, 8px) * 1.2 / 2); width: 9.6px; @@ -3718,7 +4747,8 @@ small { 25% { left: 0; } - 45%, 50% { + 45%, + 50% { left: 11.2px; left: calc(var(--loading-medium-size, 32px) / 2 - var(--loading-medium-dot-size, 8px) * 1.2 / 2); width: 9.6px; @@ -3738,7 +4768,8 @@ small { 25% { right: 0; } - 45%, 50% { + 45%, + 50% { right: 11.2px; right: calc(var(--loading-medium-size, 32px) / 2 - var(--loading-medium-dot-size, 8px) * 1.2 / 2); width: 9.6px; @@ -3758,7 +4789,8 @@ small { 25% { right: 0; } - 45%, 50% { + 45%, + 50% { right: 11.2px; right: calc(var(--loading-medium-size, 32px) / 2 - var(--loading-medium-dot-size, 8px) * 1.2 / 2); width: 9.6px; @@ -3774,7 +4806,7 @@ small { width: var(--loading-medium-dot-size, 8px); } } -.next-radio-button-large[dir=rtl] > label:first-child { +.next-radio-button-large[dir="rtl"] > label:first-child { margin-left: -1px; border-top-right-radius: 2px; border-top-right-radius: var(--radio-button-corner-large, 2px); @@ -3784,7 +4816,7 @@ small { border-bottom-left-radius: 0; } -.next-radio-button-large[dir=rtl] > label:last-child { +.next-radio-button-large[dir="rtl"] > label:last-child { margin-left: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; @@ -3794,7 +4826,7 @@ small { border-bottom-left-radius: var(--radio-button-corner-large, 2px); } -.next-radio-button-large[dir=rtl] .next-radio-label { +.next-radio-button-large[dir="rtl"] .next-radio-label { height: 34px; height: calc(var(--radio-button-height-large, 36px) - 2px); line-height: 34px; @@ -3803,7 +4835,7 @@ small { font-size: var(--radio-button-font-size-large, 14px); } -.next-radio-button-medium[dir=rtl] > label:first-child { +.next-radio-button-medium[dir="rtl"] > label:first-child { margin-left: -1px; border-top-left-radius: 0; border-bottom-left-radius: 0; @@ -3813,7 +4845,7 @@ small { border-bottom-right-radius: var(--radio-button-corner-medium, 2px); } -.next-radio-button-medium[dir=rtl] > label:last-child { +.next-radio-button-medium[dir="rtl"] > label:last-child { margin-left: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; @@ -3823,7 +4855,7 @@ small { border-bottom-left-radius: var(--radio-button-corner-medium, 2px); } -.next-radio-button-small[dir=rtl] > label:first-child { +.next-radio-button-small[dir="rtl"] > label:first-child { margin-left: -1px; border-top-left-radius: 0; border-bottom-left-radius: 0; @@ -3833,7 +4865,7 @@ small { border-bottom-right-radius: var(--radio-button-corner-small, 2px); } -.next-radio-button-small[dir=rtl] > label:last-child { +.next-radio-button-small[dir="rtl"] > label:last-child { margin-left: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; @@ -3843,17 +4875,17 @@ small { border-bottom-left-radius: var(--radio-button-corner-small, 2px); } -.next-radio-wrapper[dir=rtl] .next-radio-label { +.next-radio-wrapper[dir="rtl"] .next-radio-label { margin-left: 0; margin-right: 4px; } -.next-radio-group[dir=rtl] .next-radio-label { +.next-radio-group[dir="rtl"] .next-radio-label { margin-right: 4px; margin-left: 16px; } -.next-radio-button[dir=rtl] > label .next-radio-label { +.next-radio-button[dir="rtl"] > label .next-radio-label { margin: 0; } @@ -3878,7 +4910,7 @@ small { box-sizing: border-box; } -.next-radio-wrapper .next-radio input[type=radio] { +.next-radio-wrapper .next-radio input[type="radio"] { opacity: 0; position: absolute; vertical-align: middle; @@ -3907,8 +4939,8 @@ small { width: var(--radio-width, 16px); height: 16px; height: var(--radio-width, 16px); - background: #FFFFFF; - background: var(--radio-bg-color, #FFFFFF); + background: #ffffff; + background: var(--radio-bg-color, #ffffff); border-radius: 50%; border-radius: var(--radio-radius-size, 50%); border: 1px solid #577899; @@ -3934,7 +4966,7 @@ small { left: 50%; margin-left: -4px; margin-left: calc(0px - var(--radio-circle-size, 8px) / 2); - background: #FFFFFF; + background: #ffffff; content: ""; -webkit-transition: all 100ms linear; transition: all 100ms linear; @@ -3943,8 +4975,8 @@ small { .next-radio-wrapper.checked .next-radio-inner { border-color: #004080; border-color: var(--radio-checked-border-color, #004080); - background: #FFFFFF; - background: var(--radio-checked-bg-color, #FFFFFF); + background: #ffffff; + background: var(--radio-checked-bg-color, #ffffff); } .next-radio-wrapper.checked .next-radio-inner:after { @@ -3953,27 +4985,28 @@ small { height: 8px; height: var(--radio-circle-size, 8px); font-weight: bold; - background: #0064C8; - background: var(--radio-checked-circle-color, #0064C8); + background: #0064c8; + background: var(--radio-checked-circle-color, #0064c8); -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } -.next-radio-wrapper.checked:hover .next-radio-inner, .next-radio-wrapper.checked.hovered .next-radio-inner { +.next-radio-wrapper.checked:hover .next-radio-inner, +.next-radio-wrapper.checked.hovered .next-radio-inner { border-color: #004080; border-color: var(--radio-checked-hovered-border-color, #004080); } -.next-radio-wrapper.disabled input[type=radio] { +.next-radio-wrapper.disabled input[type="radio"] { cursor: not-allowed; } .next-radio-wrapper.disabled .next-radio-inner { - border-color: #C0C6CC; - border-color: var(--radio-disabled-border-color, #C0C6CC); - background: #F7F9FA; - background: var(--radio-disabled-bg-color, #F7F9FA); + border-color: #c0c6cc; + border-color: var(--radio-disabled-border-color, #c0c6cc); + background: #f7f9fa; + background: var(--radio-disabled-bg-color, #f7f9fa); } .next-radio-wrapper.disabled .next-radio-inner:after { @@ -3981,16 +5014,17 @@ small { background: var(--radio-disabled-circle-color, #b3b3b3); } -.next-radio-wrapper.disabled .next-radio-inner:hover, .next-radio-wrapper.disabled .next-radio-inner.hovered { - border-color: #C0C6CC; - border-color: var(--radio-disabled-border-color, #C0C6CC); +.next-radio-wrapper.disabled .next-radio-inner:hover, +.next-radio-wrapper.disabled .next-radio-inner.hovered { + border-color: #c0c6cc; + border-color: var(--radio-disabled-border-color, #c0c6cc); } .next-radio-wrapper.disabled.checked .next-radio-inner { - border-color: #C0C6CC; - border-color: var(--radio-checked-disabled-border-color, #C0C6CC); - background: #F7F9FA; - background: var(--radio-checked-disabled-bg-color, #F7F9FA); + border-color: #c0c6cc; + border-color: var(--radio-checked-disabled-border-color, #c0c6cc); + background: #f7f9fa; + background: var(--radio-checked-disabled-bg-color, #f7f9fa); } .next-radio-wrapper.disabled.checked .next-radio-inner:after { @@ -4003,27 +5037,31 @@ small { color: var(--radio-normal-font-color-disabled, #b3b3b3); } -.next-radio-wrapper:not(.disabled):hover .next-radio-inner, .next-radio-wrapper:not(.disabled).hovered .next-radio-inner { +.next-radio-wrapper:not(.disabled):hover .next-radio-inner, +.next-radio-wrapper:not(.disabled).hovered .next-radio-inner { border-color: #004080; border-color: var(--radio-hovered-border-color, #004080); background-color: transparent; background-color: var(--radio-hovered-bg-color, transparent); } -.next-radio-wrapper:not(.disabled):hover .next-radio-label, .next-radio-wrapper:not(.disabled).hovered .next-radio-label { +.next-radio-wrapper:not(.disabled):hover .next-radio-label, +.next-radio-wrapper:not(.disabled).hovered .next-radio-label { cursor: pointer; } -.next-radio-wrapper.checked:not(.disabled):hover .next-radio-inner, .next-radio-wrapper.checked:not(.disabled).hovered .next-radio-inner { +.next-radio-wrapper.checked:not(.disabled):hover .next-radio-inner, +.next-radio-wrapper.checked:not(.disabled).hovered .next-radio-inner { border-color: #004080; border-color: var(--radio-checked-hovered-border-color, #004080); - background: #FFFFFF; - background: var(--radio-checked-hovered-bg-color, #FFFFFF); + background: #ffffff; + background: var(--radio-checked-hovered-bg-color, #ffffff); } -.next-radio-wrapper.checked:not(.disabled):hover .next-radio-inner:after, .next-radio-wrapper.checked:not(.disabled).hovered .next-radio-inner:after { - background: #0064C8; - background: var(--radio-checked-hovered-circle-color, #0064C8); +.next-radio-wrapper.checked:not(.disabled):hover .next-radio-inner:after, +.next-radio-wrapper.checked:not(.disabled).hovered .next-radio-inner:after { + background: #0064c8; + background: var(--radio-checked-hovered-circle-color, #0064c8); } .next-radio-button .next-radio { @@ -4031,7 +5069,7 @@ small { height: 0; } -.next-radio-button input[type=radio] { +.next-radio-button input[type="radio"] { width: 0; height: 0; } @@ -4043,10 +5081,10 @@ small { position: relative; z-index: 1; margin: 0 0 0 -1px; - border: 1px solid #C0C6CC; - border: 1px solid var(--radio-button-border-color, #C0C6CC); - background-color: #FFFFFF; - background-color: var(--radio-button-bg-color, #FFFFFF); + border: 1px solid #c0c6cc; + border: 1px solid var(--radio-button-border-color, #c0c6cc); + background-color: #ffffff; + background-color: var(--radio-button-bg-color, #ffffff); -webkit-transition: all 100ms linear; transition: all 100ms linear; vertical-align: middle; @@ -4061,57 +5099,59 @@ small { transition: all 100ms linear; } -.next-radio-button > label:hover, .next-radio-button > label.hovered { +.next-radio-button > label:hover, +.next-radio-button > label.hovered { z-index: 10; - border-color: #D1D5D9; - border-color: var(--radio-button-border-color-hovered, #D1D5D9); - background-color: #FFFFFF; - background-color: var(--radio-button-bg-color-hovered, #FFFFFF); + border-color: #d1d5d9; + border-color: var(--radio-button-border-color-hovered, #d1d5d9); + background-color: #ffffff; + background-color: var(--radio-button-bg-color-hovered, #ffffff); } -.next-radio-button > label:hover .next-radio-label, .next-radio-button > label.hovered .next-radio-label { +.next-radio-button > label:hover .next-radio-label, +.next-radio-button > label.hovered .next-radio-label { color: #111111; color: var(--radio-button-font-color-hovered, #111111); } .next-radio-button > label.checked { z-index: 11; - border-color: #0064C8; - border-color: var(--radio-button-border-color-checked, #0064C8); - background-color: #FFFFFF; - background-color: var(--radio-button-bg-color-checked, #FFFFFF); + border-color: #0064c8; + border-color: var(--radio-button-border-color-checked, #0064c8); + background-color: #ffffff; + background-color: var(--radio-button-bg-color-checked, #ffffff); } .next-radio-button > label.checked .next-radio-label { - color: #0064C8; - color: var(--radio-button-font-color-checked, #0064C8); + color: #0064c8; + color: var(--radio-button-font-color-checked, #0064c8); } .next-radio-button > label.disabled { z-index: 0; cursor: not-allowed; - border-color: #E3E4E6; - border-color: var(--radio-button-border-color-disabled, #E3E4E6); - background-color: #F8F8F9; - background-color: var(--radio-button-bg-color-disabled, #F8F8F9); + border-color: #e3e4e6; + border-color: var(--radio-button-border-color-disabled, #e3e4e6); + background-color: #f8f8f9; + background-color: var(--radio-button-bg-color-disabled, #f8f8f9); } .next-radio-button > label.disabled .next-radio-label { - color: #C1C1C1; - color: var(--radio-button-font-color-disabled, #C1C1C1); + color: #c1c1c1; + color: var(--radio-button-font-color-disabled, #c1c1c1); } .next-radio-button > label.checked.disabled { z-index: 0; - border-color: #E3E4E6; - border-color: var(--radio-button-border-color-checked-disabled, #E3E4E6); + border-color: #e3e4e6; + border-color: var(--radio-button-border-color-checked-disabled, #e3e4e6); background-color: #004080; background-color: var(--radio-button-bg-color-checked-disabled, #004080); } .next-radio-button > label.checked.disabled .next-radio-label { - color: #C1C1C1; - color: var(--radio-button-font-color-checked-disabled, #C1C1C1); + color: #c1c1c1; + color: var(--radio-button-font-color-checked-disabled, #c1c1c1); } .next-radio-button-large > label { @@ -4213,7 +5253,7 @@ small { font-size: var(--radio-button-font-size-small, 12px); } -.next-radio-single-input input[type=radio] { +.next-radio-single-input input[type="radio"] { opacity: 0; position: absolute; top: 0; @@ -4298,9 +5338,9 @@ small { } .next-badge .next-badge-count { - color: #FFFFFF; - background: #C80000; - background: var(--badge-color-bg, #C80000); + color: #ffffff; + background: #c80000; + background: var(--badge-color-bg, #c80000); text-align: center; white-space: nowrap; border-radius: 16px; @@ -4325,13 +5365,13 @@ small { .next-badge .next-badge-count a, .next-badge .next-badge-count a:hover { - color: #FFFFFF; + color: #ffffff; } .next-badge .next-badge-dot { - color: #FFFFFF; - background: #C80000; - background: var(--badge-dot-color-bg, #C80000); + color: #ffffff; + background: #c80000; + background: var(--badge-dot-color-bg, #c80000); text-align: center; white-space: nowrap; border-radius: 8px; @@ -4354,7 +5394,7 @@ small { .next-badge .next-badge-dot a, .next-badge .next-badge-dot a:hover { - color: #FFFFFF; + color: #ffffff; } .next-badge .next-badge-custom { @@ -4397,7 +5437,9 @@ small { .next-badge-scroll-number-only { position: relative; display: inline-block; - transition: transform 100ms linear, -webkit-transform 100ms linear; + transition: + transform 100ms linear, + -webkit-transform 100ms linear; min-width: 8px; min-width: var(--badge-size-dot-width, 8px); } @@ -4441,14 +5483,14 @@ small { list-style: none; } -.next-badge[dir=rtl] .next-badge-custom { +.next-badge[dir="rtl"] .next-badge-custom { padding-right: 4px; padding-right: var(--badge-size-custom-padding-lr, 4px); padding-left: 4px; padding-left: var(--badge-size-custom-padding-lr, 4px); } -.next-badge[dir=rtl] .next-badge-scroll-number { +.next-badge[dir="rtl"] .next-badge-scroll-number { left: 0; -webkit-transform-origin: right center; -ms-transform-origin: right center; @@ -4508,11 +5550,26 @@ small { .next-balloon-title.next-balloon-closable .next-balloon-close { top: -1px; -webkit-transform: translateY(13px); - -webkit-transform: translateY(calc(var(--balloon-size-padding-top, 12px) + var(--balloon-title-font-size, 14px) / 2 - var(--balloon-size-close, 12px) / 2)); + -webkit-transform: translateY( + calc( + var(--balloon-size-padding-top, 12px) + var(--balloon-title-font-size, 14px) / 2 - var(--balloon-size-close, 12px) / + 2 + ) + ); -ms-transform: translateY(13px); - -ms-transform: translateY(calc(var(--balloon-size-padding-top, 12px) + var(--balloon-title-font-size, 14px) / 2 - var(--balloon-size-close, 12px) / 2)); + -ms-transform: translateY( + calc( + var(--balloon-size-padding-top, 12px) + var(--balloon-title-font-size, 14px) / 2 - var(--balloon-size-close, 12px) / + 2 + ) + ); transform: translateY(13px); - transform: translateY(calc(var(--balloon-size-padding-top, 12px) + var(--balloon-title-font-size, 14px) / 2 - var(--balloon-size-close, 12px) / 2)); + transform: translateY( + calc( + var(--balloon-size-padding-top, 12px) + var(--balloon-title-font-size, 14px) / 2 - var(--balloon-size-close, 12px) / + 2 + ) + ); right: 12px; right: var(--balloon-size-padding-right, 12px); } @@ -4520,10 +5577,10 @@ small { .next-balloon-primary { color: #333333; color: var(--balloon-primary-color, #333333); - border-color: #C0C6CC; - border-color: var(--balloon-primary-color-border, #C0C6CC); - background-color: #FFFFFF; - background-color: var(--balloon-primary-color-bg, #FFFFFF); + border-color: #c0c6cc; + border-color: var(--balloon-primary-color-border, #c0c6cc); + background-color: #ffffff; + background-color: var(--balloon-primary-color-bg, #ffffff); -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); -webkit-box-shadow: var(--balloon-primary-shadow, 0px 4px 8px 0px rgba(0, 0, 0, 0.16)); box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); @@ -4536,11 +5593,26 @@ small { position: absolute; top: -1px; -webkit-transform: translateY(12px); - -webkit-transform: translateY(calc(var(--balloon-size-padding-top, 12px) + var(--balloon-content-font-size, 12px) / 2 - var(--balloon-size-close, 12px) / 2)); + -webkit-transform: translateY( + calc( + var(--balloon-size-padding-top, 12px) + var(--balloon-content-font-size, 12px) / 2 - + var(--balloon-size-close, 12px) / 2 + ) + ); -ms-transform: translateY(12px); - -ms-transform: translateY(calc(var(--balloon-size-padding-top, 12px) + var(--balloon-content-font-size, 12px) / 2 - var(--balloon-size-close, 12px) / 2)); + -ms-transform: translateY( + calc( + var(--balloon-size-padding-top, 12px) + var(--balloon-content-font-size, 12px) / 2 - + var(--balloon-size-close, 12px) / 2 + ) + ); transform: translateY(12px); - transform: translateY(calc(var(--balloon-size-padding-top, 12px) + var(--balloon-content-font-size, 12px) / 2 - var(--balloon-size-close, 12px) / 2)); + transform: translateY( + calc( + var(--balloon-size-padding-top, 12px) + var(--balloon-content-font-size, 12px) / 2 - + var(--balloon-size-close, 12px) / 2 + ) + ); right: 12px; right: var(--balloon-size-close-margin-right, 12px); font-size: 12px; @@ -4585,10 +5657,11 @@ small { transform: rotate(45deg); -webkit-box-sizing: content-box !important; box-sizing: content-box !important; - border: 1px solid #C0C6CC; - border: var(--balloon-primary-border-width, 1px) var(--balloon-border-style, solid) var(--balloon-primary-color-border, #C0C6CC); - background-color: #FFFFFF; - background-color: var(--balloon-primary-color-bg, #FFFFFF); + border: 1px solid #c0c6cc; + border: var(--balloon-primary-border-width, 1px) var(--balloon-border-style, solid) + var(--balloon-primary-color-border, #c0c6cc); + background-color: #ffffff; + background-color: var(--balloon-primary-color-bg, #ffffff); z-index: -1; } @@ -4703,10 +5776,10 @@ small { .next-balloon-normal { color: #333333; color: var(--balloon-normal-color, #333333); - border-color: #C0C6CC; - border-color: var(--balloon-normal-color-border, #C0C6CC); - background-color: #FFFFFF; - background-color: var(--balloon-normal-color-bg, #FFFFFF); + border-color: #c0c6cc; + border-color: var(--balloon-normal-color-border, #c0c6cc); + background-color: #ffffff; + background-color: var(--balloon-normal-color-bg, #ffffff); -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); -webkit-box-shadow: var(--balloon-normal-shadow, 0px 4px 8px 0px rgba(0, 0, 0, 0.16)); box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); @@ -4719,11 +5792,26 @@ small { position: absolute; top: -1px; -webkit-transform: translateY(12px); - -webkit-transform: translateY(calc(var(--balloon-size-padding-top, 12px) + var(--balloon-content-font-size, 12px) / 2 - var(--balloon-size-close, 12px) / 2)); + -webkit-transform: translateY( + calc( + var(--balloon-size-padding-top, 12px) + var(--balloon-content-font-size, 12px) / 2 - + var(--balloon-size-close, 12px) / 2 + ) + ); -ms-transform: translateY(12px); - -ms-transform: translateY(calc(var(--balloon-size-padding-top, 12px) + var(--balloon-content-font-size, 12px) / 2 - var(--balloon-size-close, 12px) / 2)); + -ms-transform: translateY( + calc( + var(--balloon-size-padding-top, 12px) + var(--balloon-content-font-size, 12px) / 2 - + var(--balloon-size-close, 12px) / 2 + ) + ); transform: translateY(12px); - transform: translateY(calc(var(--balloon-size-padding-top, 12px) + var(--balloon-content-font-size, 12px) / 2 - var(--balloon-size-close, 12px) / 2)); + transform: translateY( + calc( + var(--balloon-size-padding-top, 12px) + var(--balloon-content-font-size, 12px) / 2 - + var(--balloon-size-close, 12px) / 2 + ) + ); right: 12px; right: var(--balloon-size-close-margin-right, 12px); font-size: 12px; @@ -4768,10 +5856,11 @@ small { transform: rotate(45deg); -webkit-box-sizing: content-box !important; box-sizing: content-box !important; - border: 1px solid #C0C6CC; - border: var(--balloon-normal-border-width, 1px) var(--balloon-border-style, solid) var(--balloon-normal-color-border, #C0C6CC); - background-color: #FFFFFF; - background-color: var(--balloon-normal-color-bg, #FFFFFF); + border: 1px solid #c0c6cc; + border: var(--balloon-normal-border-width, 1px) var(--balloon-border-style, solid) + var(--balloon-normal-color-border, #c0c6cc); + background-color: #ffffff; + background-color: var(--balloon-normal-color-bg, #ffffff); z-index: -1; } @@ -4893,12 +5982,14 @@ small { .next-balloon-medium { padding: 12px 12px 12px 12px; - padding: var(--balloon-size-padding-top, 12px) var(--balloon-size-padding-right, 12px) var(--balloon-size-padding-top, 12px) var(--balloon-size-padding-right, 12px); + padding: var(--balloon-size-padding-top, 12px) var(--balloon-size-padding-right, 12px) + var(--balloon-size-padding-top, 12px) var(--balloon-size-padding-right, 12px); } .next-balloon-closable { padding: 12px 24px 12px 12px; - padding: var(--balloon-size-padding-top, 12px) var(--balloon-size-padding-closable-right, 24px) var(--balloon-size-padding-top, 12px) var(--balloon-size-padding-right, 12px); + padding: var(--balloon-size-padding-top, 12px) var(--balloon-size-padding-closable-right, 24px) + var(--balloon-size-padding-top, 12px) var(--balloon-size-padding-right, 12px); } .next-balloon-tooltip { @@ -4923,10 +6014,10 @@ small { /* stylelint-enable */ color: #333333; color: var(--balloon-tooltip-color, #333333); - border-color: #C0C6CC; - border-color: var(--balloon-tooltip-color-border, #C0C6CC); - background-color: #FFFFFF; - background-color: var(--balloon-tooltip-color-bg, #FFFFFF); + border-color: #c0c6cc; + border-color: var(--balloon-tooltip-color-border, #c0c6cc); + background-color: #ffffff; + background-color: var(--balloon-tooltip-color-bg, #ffffff); -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); -webkit-box-shadow: var(--balloon-tooltip-shadow, 0px 4px 8px 0px rgba(0, 0, 0, 0.16)); box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); @@ -4968,10 +6059,11 @@ small { height: 8px; height: var(--balloon-size-arrow-size, 8px); margin: auto; - background-color: #FFFFFF; - background-color: var(--balloon-tooltip-color-bg, #FFFFFF); - border: 1px solid #C0C6CC; - border: var(--balloon-tooltip-border-width, 1px) var(--balloon-tooltip-border-style, solid) var(--balloon-tooltip-color-border, #C0C6CC); + background-color: #ffffff; + background-color: var(--balloon-tooltip-color-bg, #ffffff); + border: 1px solid #c0c6cc; + border: var(--balloon-tooltip-border-width, 1px) var(--balloon-tooltip-border-style, solid) + var(--balloon-tooltip-color-border, #c0c6cc); pointer-events: auto; } @@ -5177,20 +6269,21 @@ small { .next-balloon-tooltip-medium { padding: 12px 12px 12px 12px; - padding: var(--balloon-tooltip-size-padding-top, 12px) var(--balloon-tooltip-size-padding-right, 12px) var(--balloon-tooltip-size-padding-bottom, 12px) var(--balloon-tooltip-size-padding-left, 12px); + padding: var(--balloon-tooltip-size-padding-top, 12px) var(--balloon-tooltip-size-padding-right, 12px) + var(--balloon-tooltip-size-padding-bottom, 12px) var(--balloon-tooltip-size-padding-left, 12px); } -.next-balloon[dir=rtl] { +.next-balloon[dir="rtl"] { /* 带关闭按钮的右侧padding变大 */ } -.next-balloon[dir=rtl].next-balloon-primary .next-balloon-close { +.next-balloon[dir="rtl"].next-balloon-primary .next-balloon-close { left: 12px; left: var(--balloon-size-close-margin-right, 12px); right: auto; } -.next-balloon[dir=rtl].next-balloon-primary.next-balloon-right:after { +.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-right:after { left: -5px; left: calc(0px - var(--balloon-size-arrow-size, 8px) / 2 - var(--balloon-primary-border-width, 1px)); right: auto; @@ -5200,7 +6293,7 @@ small { border-bottom: inherit; } -.next-balloon[dir=rtl].next-balloon-primary.next-balloon-left:after { +.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-left:after { right: -5px; right: calc(0px - var(--balloon-size-arrow-size, 8px) / 2 - var(--balloon-primary-border-width, 1px)); left: auto; @@ -5210,7 +6303,7 @@ small { border-top: inherit; } -.next-balloon[dir=rtl].next-balloon-primary.next-balloon-left-top:after { +.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-left-top:after { right: -5px; right: calc(0px - var(--balloon-size-arrow-size, 8px) / 2 - var(--balloon-primary-border-width, 1px)); left: auto; @@ -5220,7 +6313,7 @@ small { border-right: inherit; } -.next-balloon[dir=rtl].next-balloon-primary.next-balloon-left-bottom:after { +.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-left-bottom:after { right: -5px; right: calc(0px - var(--balloon-size-arrow-size, 8px) / 2 - var(--balloon-primary-border-width, 1px)); left: auto; @@ -5230,7 +6323,7 @@ small { border-right: inherit; } -.next-balloon[dir=rtl].next-balloon-primary.next-balloon-right-top:after { +.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-right-top:after { left: -5px; left: calc(0px - var(--balloon-size-arrow-size, 8px) / 2 - var(--balloon-primary-border-width, 1px)); right: auto; @@ -5240,7 +6333,7 @@ small { border-left: inherit; } -.next-balloon[dir=rtl].next-balloon-primary.next-balloon-right-bottom:after { +.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-right-bottom:after { left: -5px; left: calc(0px - var(--balloon-size-arrow-size, 8px) / 2 - var(--balloon-primary-border-width, 1px)); right: auto; @@ -5250,37 +6343,37 @@ small { border-left: inherit; } -.next-balloon[dir=rtl].next-balloon-primary.next-balloon-top-left:after { +.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-top-left:after { right: 12px; right: var(--balloon-size-arrow-margin, 12px); left: auto; } -.next-balloon[dir=rtl].next-balloon-primary.next-balloon-top-right:after { +.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-top-right:after { right: auto; left: 12px; left: var(--balloon-size-arrow-margin, 12px); } -.next-balloon[dir=rtl].next-balloon-primary.next-balloon-bottom-left:after { +.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-bottom-left:after { right: 12px; right: var(--balloon-size-arrow-margin, 12px); left: auto; } -.next-balloon[dir=rtl].next-balloon-primary.next-balloon-bottom-right:after { +.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-bottom-right:after { left: 12px; left: var(--balloon-size-arrow-margin, 12px); right: auto; } -.next-balloon[dir=rtl].next-balloon-normal .next-balloon-close { +.next-balloon[dir="rtl"].next-balloon-normal .next-balloon-close { left: 12px; left: var(--balloon-size-close-margin-right, 12px); right: auto; } -.next-balloon[dir=rtl].next-balloon-normal.next-balloon-right:after { +.next-balloon[dir="rtl"].next-balloon-normal.next-balloon-right:after { left: -5px; left: calc(0px - var(--balloon-size-arrow-size, 8px) / 2 - var(--balloon-normal-border-width, 1px)); right: auto; @@ -5290,7 +6383,7 @@ small { border-bottom: inherit; } -.next-balloon[dir=rtl].next-balloon-normal.next-balloon-left:after { +.next-balloon[dir="rtl"].next-balloon-normal.next-balloon-left:after { right: -5px; right: calc(0px - var(--balloon-size-arrow-size, 8px) / 2 - var(--balloon-normal-border-width, 1px)); left: auto; @@ -5300,7 +6393,7 @@ small { border-top: inherit; } -.next-balloon[dir=rtl].next-balloon-normal.next-balloon-left-top:after { +.next-balloon[dir="rtl"].next-balloon-normal.next-balloon-left-top:after { right: -5px; right: calc(0px - var(--balloon-size-arrow-size, 8px) / 2 - var(--balloon-normal-border-width, 1px)); left: auto; @@ -5310,7 +6403,7 @@ small { border-right: inherit; } -.next-balloon[dir=rtl].next-balloon-normal.next-balloon-left-bottom:after { +.next-balloon[dir="rtl"].next-balloon-normal.next-balloon-left-bottom:after { right: -5px; right: calc(0px - var(--balloon-size-arrow-size, 8px) / 2 - var(--balloon-normal-border-width, 1px)); left: auto; @@ -5320,7 +6413,7 @@ small { border-right: inherit; } -.next-balloon[dir=rtl].next-balloon-normal.next-balloon-right-top:after { +.next-balloon[dir="rtl"].next-balloon-normal.next-balloon-right-top:after { left: -5px; left: calc(0px - var(--balloon-size-arrow-size, 8px) / 2 - var(--balloon-normal-border-width, 1px)); right: auto; @@ -5330,7 +6423,7 @@ small { border-left: inherit; } -.next-balloon[dir=rtl].next-balloon-normal.next-balloon-right-bottom:after { +.next-balloon[dir="rtl"].next-balloon-normal.next-balloon-right-bottom:after { left: -5px; left: calc(0px - var(--balloon-size-arrow-size, 8px) / 2 - var(--balloon-normal-border-width, 1px)); right: auto; @@ -5340,46 +6433,47 @@ small { border-left: inherit; } -.next-balloon[dir=rtl].next-balloon-normal.next-balloon-top-left:after { +.next-balloon[dir="rtl"].next-balloon-normal.next-balloon-top-left:after { right: 12px; right: var(--balloon-size-arrow-margin, 12px); left: auto; } -.next-balloon[dir=rtl].next-balloon-normal.next-balloon-top-right:after { +.next-balloon[dir="rtl"].next-balloon-normal.next-balloon-top-right:after { right: auto; left: 12px; left: var(--balloon-size-arrow-margin, 12px); } -.next-balloon[dir=rtl].next-balloon-normal.next-balloon-bottom-left:after { +.next-balloon[dir="rtl"].next-balloon-normal.next-balloon-bottom-left:after { right: 12px; right: var(--balloon-size-arrow-margin, 12px); left: auto; } -.next-balloon[dir=rtl].next-balloon-normal.next-balloon-bottom-right:after { +.next-balloon[dir="rtl"].next-balloon-normal.next-balloon-bottom-right:after { left: 12px; left: var(--balloon-size-arrow-margin, 12px); right: auto; } -.next-balloon[dir=rtl].next-balloon-closable { +.next-balloon[dir="rtl"].next-balloon-closable { padding: 12px 12px 12px 24px; - padding: var(--balloon-size-padding-top, 12px) var(--balloon-size-padding-right, 12px) var(--balloon-size-padding-top, 12px) var(--balloon-size-padding-closable-right, 24px); + padding: var(--balloon-size-padding-top, 12px) var(--balloon-size-padding-right, 12px) + var(--balloon-size-padding-top, 12px) var(--balloon-size-padding-closable-right, 24px); } -.next-balloon-tooltip[dir=rtl] { +.next-balloon-tooltip[dir="rtl"] { /* size */ } -.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right .next-balloon-arrow { +.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right .next-balloon-arrow { left: -16px; left: calc(0px - var(--balloon-size-arrow-size, 8px) * 2); right: auto; } -.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right .next-balloon-arrow .next-balloon-arrow-content { +.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right .next-balloon-arrow .next-balloon-arrow-content { -webkit-transform: translateX(8px) rotate(45deg); -webkit-transform: translateX(var(--balloon-size-arrow-size, 8px)) rotate(45deg); -ms-transform: translateX(8px) rotate(45deg); @@ -5388,49 +6482,49 @@ small { transform: translateX(var(--balloon-size-arrow-size, 8px)) rotate(45deg); } -.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left .next-balloon-arrow { +.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left .next-balloon-arrow { right: -16px; right: calc(0px - var(--balloon-size-arrow-size, 8px) * 2); left: auto; } -.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left .next-balloon-arrow .next-balloon-arrow-content { +.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left .next-balloon-arrow .next-balloon-arrow-content { -webkit-transform: translateX(-8px) rotate(45deg); -ms-transform: translateX(-8px) rotate(45deg); transform: translateX(-8px) rotate(45deg); } -.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left-top .next-balloon-arrow { +.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left-top .next-balloon-arrow { right: -16px; right: calc(0px - var(--balloon-size-arrow-size, 8px) * 2); left: auto; } -.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left-top .next-balloon-arrow .next-balloon-arrow-content { +.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left-top .next-balloon-arrow .next-balloon-arrow-content { -webkit-transform: translateX(-8px) rotate(45deg); -ms-transform: translateX(-8px) rotate(45deg); transform: translateX(-8px) rotate(45deg); } -.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left-bottom .next-balloon-arrow { +.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left-bottom .next-balloon-arrow { right: -16px; right: calc(0px - var(--balloon-size-arrow-size, 8px) * 2); left: auto; } -.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left-bottom .next-balloon-arrow .next-balloon-arrow-content { +.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left-bottom .next-balloon-arrow .next-balloon-arrow-content { -webkit-transform: translateX(-8px) rotate(45deg); -ms-transform: translateX(-8px) rotate(45deg); transform: translateX(-8px) rotate(45deg); } -.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right-top .next-balloon-arrow { +.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right-top .next-balloon-arrow { left: -16px; left: calc(0px - var(--balloon-size-arrow-size, 8px) * 2); right: auto; } -.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right-top .next-balloon-arrow .next-balloon-arrow-content { +.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right-top .next-balloon-arrow .next-balloon-arrow-content { -webkit-transform: translateX(8px) rotate(45deg); -webkit-transform: translateX(var(--balloon-size-arrow-size, 8px)) rotate(45deg); -ms-transform: translateX(8px) rotate(45deg); @@ -5439,13 +6533,13 @@ small { transform: translateX(var(--balloon-size-arrow-size, 8px)) rotate(45deg); } -.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right-bottom .next-balloon-arrow { +.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right-bottom .next-balloon-arrow { left: -16px; left: calc(0px - var(--balloon-size-arrow-size, 8px) * 2); right: auto; } -.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right-bottom .next-balloon-arrow .next-balloon-arrow-content { +.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right-bottom .next-balloon-arrow .next-balloon-arrow-content { -webkit-transform: translateX(8px) rotate(45deg); -webkit-transform: translateX(var(--balloon-size-arrow-size, 8px)) rotate(45deg); -ms-transform: translateX(8px) rotate(45deg); @@ -5454,78 +6548,79 @@ small { transform: translateX(var(--balloon-size-arrow-size, 8px)) rotate(45deg); } -.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-top-left .next-balloon-arrow { +.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-top-left .next-balloon-arrow { right: 10px; right: calc(var(--balloon-size-arrow-margin, 12px) - 2px); left: auto; } -.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-top-right .next-balloon-arrow { +.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-top-right .next-balloon-arrow { left: 10px; left: calc(var(--balloon-size-arrow-margin, 12px) - 2px); right: auto; } -.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-bottom-left .next-balloon-arrow { +.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-bottom-left .next-balloon-arrow { right: 10px; right: calc(var(--balloon-size-arrow-margin, 12px) - 2px); left: auto; } -.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-bottom-right .next-balloon-arrow { +.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-bottom-right .next-balloon-arrow { left: 10px; left: calc(var(--balloon-size-arrow-margin, 12px) - 2px); right: auto; } -.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-medium { +.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-medium { padding: 12px 12px 12px 12px; - padding: var(--balloon-tooltip-size-padding-top, 12px) var(--balloon-tooltip-size-padding-left, 12px) var(--balloon-tooltip-size-padding-bottom, 12px) var(--balloon-tooltip-size-padding-right, 12px); + padding: var(--balloon-tooltip-size-padding-top, 12px) var(--balloon-tooltip-size-padding-left, 12px) + var(--balloon-tooltip-size-padding-bottom, 12px) var(--balloon-tooltip-size-padding-right, 12px); } -.next-menu[dir=rtl] .next-menu-item-helper { +.next-menu[dir="rtl"] .next-menu-item-helper { float: left; } -.next-menu[dir=rtl] .next-menu-item .next-checkbox, -.next-menu[dir=rtl] .next-menu-item .next-radio { +.next-menu[dir="rtl"] .next-menu-item .next-checkbox, +.next-menu[dir="rtl"] .next-menu-item .next-radio { margin-left: 4px; margin-right: 0; } -.next-menu[dir=rtl] .next-menu-hoz-right { +.next-menu[dir="rtl"] .next-menu-hoz-right { float: left; } -.next-menu[dir=rtl] .next-menu-icon-arrow.next-icon { +.next-menu[dir="rtl"] .next-menu-icon-arrow.next-icon { left: 10px; right: auto; } -.next-menu[dir=rtl] .next-menu-hoz-icon-arrow.next-icon { +.next-menu[dir="rtl"] .next-menu-hoz-icon-arrow.next-icon { left: 6px; right: auto; } -.next-menu[dir=rtl] .next-menu-icon-selected.next-icon { +.next-menu[dir="rtl"] .next-menu-icon-selected.next-icon { margin-left: 0; margin-right: -14px; margin-right: calc(-6px - var(--menu-padding-horizontal, 16px) / 2); } -.next-menu[dir=rtl] .next-menu-icon-selected.next-icon:before, -.next-menu[dir=rtl] .next-menu-icon-selected.next-icon .next-icon-remote { +.next-menu[dir="rtl"] .next-menu-icon-selected.next-icon:before, +.next-menu[dir="rtl"] .next-menu-icon-selected.next-icon .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } -.next-menu[dir=rtl] .next-menu-icon-selected.next-icon.next-menu-icon-right { +.next-menu[dir="rtl"] .next-menu-icon-selected.next-icon.next-menu-icon-right { right: auto; left: 8px; } -.next-menu[dir=rtl] .next-menu-icon-arrow.next-icon { +.next-menu[dir="rtl"] .next-menu-icon-arrow.next-icon { left: 10px; right: auto; } @@ -5537,16 +6632,17 @@ small { min-width: 100px; margin: 0; list-style: none; - border: 1px solid #C0C6CC; - border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #C0C6CC); + border: 1px solid #c0c6cc; + border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) + var(--popup-local-border-color, #c0c6cc); border-radius: 2px; border-radius: var(--popup-local-corner, 2px); -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16); -webkit-box-shadow: var(--popup-local-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.16)); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16); box-shadow: var(--popup-local-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.16)); - background: #FFFFFF; - background: var(--menu-background, #FFFFFF); + background: #ffffff; + background: var(--menu-background, #ffffff); line-height: 32px; line-height: var(--menu-line-height, 32px); font-size: 12px; @@ -5680,8 +6776,8 @@ small { .next-menu-item.next-selected { color: #333333; color: var(--menu-color-selected, #333333); - background-color: #FFFFFF; - background-color: var(--menu-background-selected, #FFFFFF); + background-color: #ffffff; + background-color: var(--menu-background-selected, #ffffff); } .next-menu-item.next-selected .next-menu-icon-arrow { @@ -5697,8 +6793,8 @@ small { .next-menu-item.next-disabled .next-menu-item-text > a { color: #b3b3b3; color: var(--menu-color-disabled, #b3b3b3); - background-color: #FFFFFF; - background-color: var(--menu-background, #FFFFFF); + background-color: #ffffff; + background-color: var(--menu-background, #ffffff); cursor: not-allowed; } @@ -5714,19 +6810,37 @@ small { color: var(--menu-color-disabled, #b3b3b3); } -.next-menu-item:not(.next-disabled):hover, .next-menu-item:not(.next-disabled).next-selected:hover, .next-menu-item:not(.next-disabled).next-selected.next-focused:hover, .next-menu-item:not(.next-disabled).next-selected:focus:hover, .next-menu-item:not(.next-disabled).next-focused, .next-menu-item:not(.next-disabled).next-selected.next-focused, .next-menu-item:not(.next-disabled).next-selected:focus { +.next-menu-item:not(.next-disabled):hover, +.next-menu-item:not(.next-disabled).next-selected:hover, +.next-menu-item:not(.next-disabled).next-selected.next-focused:hover, +.next-menu-item:not(.next-disabled).next-selected:focus:hover, +.next-menu-item:not(.next-disabled).next-focused, +.next-menu-item:not(.next-disabled).next-selected.next-focused, +.next-menu-item:not(.next-disabled).next-selected:focus { color: #333333; color: var(--menu-color-hover, #333333); - background-color: #F7F9FA; - background-color: var(--menu-background-hover, #F7F9FA); + background-color: #f7f9fa; + background-color: var(--menu-background-hover, #f7f9fa); } -.next-menu-item:not(.next-disabled):hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected:hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected.next-focused:hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected:focus:hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-focused .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected.next-focused .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected:focus .next-menu-icon-arrow { +.next-menu-item:not(.next-disabled):hover .next-menu-icon-arrow, +.next-menu-item:not(.next-disabled).next-selected:hover .next-menu-icon-arrow, +.next-menu-item:not(.next-disabled).next-selected.next-focused:hover .next-menu-icon-arrow, +.next-menu-item:not(.next-disabled).next-selected:focus:hover .next-menu-icon-arrow, +.next-menu-item:not(.next-disabled).next-focused .next-menu-icon-arrow, +.next-menu-item:not(.next-disabled).next-selected.next-focused .next-menu-icon-arrow, +.next-menu-item:not(.next-disabled).next-selected:focus .next-menu-icon-arrow { color: #333333; color: var(--menu-arrow-color-hover, #333333); } -.next-menu-item:not(.next-disabled):hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected:hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected.next-focused:hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected:focus:hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-focused .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected.next-focused .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected:focus .next-menu-icon-selected { +.next-menu-item:not(.next-disabled):hover .next-menu-icon-selected, +.next-menu-item:not(.next-disabled).next-selected:hover .next-menu-icon-selected, +.next-menu-item:not(.next-disabled).next-selected.next-focused:hover .next-menu-icon-selected, +.next-menu-item:not(.next-disabled).next-selected:focus:hover .next-menu-icon-selected, +.next-menu-item:not(.next-disabled).next-focused .next-menu-icon-selected, +.next-menu-item:not(.next-disabled).next-selected.next-focused .next-menu-icon-selected, +.next-menu-item:not(.next-disabled).next-selected:focus .next-menu-icon-selected { color: #333333; } @@ -5802,8 +6916,8 @@ small { .next-menu-divider { margin: 8px 12px; margin: var(--menu-divider-margin-ver, 8px) var(--menu-divider-margin-hoz, 12px); - border-bottom: 1px solid #E3E4E6; - border-bottom: var(--menu-divider-width, 1px) var(--menu-divider-style, solid) var(--menu-divider-color, #E3E4E6); + border-bottom: 1px solid #e3e4e6; + border-bottom: var(--menu-divider-width, 1px) var(--menu-divider-style, solid) var(--menu-divider-color, #e3e4e6); } .next-menu .next-menu-icon-selected.next-icon { @@ -6001,8 +7115,8 @@ small { } .next-breadcrumb .next-breadcrumb-text > b { - color: #0064C8; - color: var(--breadcrumb-text-keyword-color, #0064C8); + color: #0064c8; + color: var(--breadcrumb-text-keyword-color, #0064c8); } .next-breadcrumb .next-breadcrumb-text > a { @@ -6039,8 +7153,8 @@ small { } .next-breadcrumb .next-breadcrumb-separator { - color: #E3E4E6; - color: var(--breadcrumb-icon-color, #E3E4E6); + color: #e3e4e6; + color: var(--breadcrumb-icon-color, #e3e4e6); } .next-breadcrumb .next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover > a { @@ -6059,8 +7173,8 @@ small { } .next-breadcrumb a.next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover > b { - color: #0064C8; - color: var(--breadcrumb-text-keyword-color-hover, #0064C8); + color: #0064c8; + color: var(--breadcrumb-text-keyword-color-hover, #0064c8); } .next-breadcrumb a.next-breadcrumb-text.activated:hover { @@ -6095,7 +7209,10 @@ small { padding: 0; } -.next-btn, .next-btn:active, .next-btn:focus, .next-btn:hover { +.next-btn, +.next-btn:active, +.next-btn:focus, +.next-btn:hover { outline: 0; } @@ -6185,7 +7302,8 @@ small { vertical-align: middle; } -.next-btn.hover, .next-btn:hover { +.next-btn.hover, +.next-btn:hover { -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16); } @@ -6448,66 +7566,78 @@ small { .next-btn.next-btn-normal { border-style: solid; border-style: var(--btn-pure-normal-border-style, solid); - background: #FFFFFF; - background: var(--btn-pure-normal-bg, #FFFFFF); - border-color: #C0C6CC; - border-color: var(--btn-pure-normal-border-color, #C0C6CC); + background: #ffffff; + background: var(--btn-pure-normal-bg, #ffffff); + border-color: #c0c6cc; + border-color: var(--btn-pure-normal-border-color, #c0c6cc); } -.next-btn.next-btn-normal, .next-btn.next-btn-normal:link, .next-btn.next-btn-normal:visited, .next-btn.next-btn-normal.visited { +.next-btn.next-btn-normal, +.next-btn.next-btn-normal:link, +.next-btn.next-btn-normal:visited, +.next-btn.next-btn-normal.visited { color: #333333; color: var(--btn-pure-normal-color, #333333); } -.next-btn.next-btn-normal:focus, .next-btn.next-btn-normal:hover, .next-btn.next-btn-normal.hover { +.next-btn.next-btn-normal:focus, +.next-btn.next-btn-normal:hover, +.next-btn.next-btn-normal.hover { color: #333333; color: var(--btn-pure-normal-color-hover, #333333); - background: #F7F9FA; - background: var(--btn-pure-normal-bg-hover, #F7F9FA); - border-color: #C0C6CC; - border-color: var(--btn-pure-normal-border-color-hover, #C0C6CC); + background: #f7f9fa; + background: var(--btn-pure-normal-bg-hover, #f7f9fa); + border-color: #c0c6cc; + border-color: var(--btn-pure-normal-border-color-hover, #c0c6cc); text-decoration: none; } -.next-btn.next-btn-normal:active, .next-btn.next-btn-normal.active { +.next-btn.next-btn-normal:active, +.next-btn.next-btn-normal.active { color: #333333; color: var(--btn-pure-normal-color-active, #333333); - background: #EFF3F8; - background: var(--btn-pure-normal-bg-active, #EFF3F8); - border-color: #C0C6CC; - border-color: var(--btn-pure-normal-border-color-active, #C0C6CC); + background: #eff3f8; + background: var(--btn-pure-normal-bg-active, #eff3f8); + border-color: #c0c6cc; + border-color: var(--btn-pure-normal-border-color-active, #c0c6cc); text-decoration: none; } .next-btn.next-btn-primary { border-style: solid; border-style: var(--btn-pure-primary-border-style, solid); - background: #0064C8; - background: var(--btn-pure-primary-bg, #0064C8); + background: #0064c8; + background: var(--btn-pure-primary-bg, #0064c8); border-color: transparent; border-color: var(--btn-pure-primary-border-color, transparent); } -.next-btn.next-btn-primary, .next-btn.next-btn-primary:link, .next-btn.next-btn-primary:visited, .next-btn.next-btn-primary.visited { - color: #FFFFFF; - color: var(--btn-pure-primary-color, #FFFFFF); +.next-btn.next-btn-primary, +.next-btn.next-btn-primary:link, +.next-btn.next-btn-primary:visited, +.next-btn.next-btn-primary.visited { + color: #ffffff; + color: var(--btn-pure-primary-color, #ffffff); } -.next-btn.next-btn-primary:focus, .next-btn.next-btn-primary:hover, .next-btn.next-btn-primary.hover { - color: #FFFFFF; - color: var(--btn-pure-primary-color-hover, #FFFFFF); - background: #0064C8; - background: var(--btn-pure-primary-bg-hover, #0064C8); +.next-btn.next-btn-primary:focus, +.next-btn.next-btn-primary:hover, +.next-btn.next-btn-primary.hover { + color: #ffffff; + color: var(--btn-pure-primary-color-hover, #ffffff); + background: #0064c8; + background: var(--btn-pure-primary-bg-hover, #0064c8); border-color: transparent; border-color: var(--btn-pure-primary-border-color-hover, transparent); text-decoration: none; } -.next-btn.next-btn-primary:active, .next-btn.next-btn-primary.active { - color: #FFFFFF; - color: var(--btn-pure-primary-color-active, #FFFFFF); - background: #003C78; - background: var(--btn-pure-primary-bg-active, #003C78); +.next-btn.next-btn-primary:active, +.next-btn.next-btn-primary.active { + color: #ffffff; + color: var(--btn-pure-primary-color-active, #ffffff); + background: #003c78; + background: var(--btn-pure-primary-bg-active, #003c78); border-color: transparent; border-color: var(--btn-pure-primary-border-color-active, transparent); text-decoration: none; @@ -6518,132 +7648,187 @@ small { border-style: var(--btn-pure-secondary-border-style, solid); background: transparent; background: var(--btn-pure-secondary-bg, transparent); - border-color: #C0C6CC; - border-color: var(--btn-pure-secondary-border-color, #C0C6CC); + border-color: #c0c6cc; + border-color: var(--btn-pure-secondary-border-color, #c0c6cc); } -.next-btn.next-btn-secondary, .next-btn.next-btn-secondary:link, .next-btn.next-btn-secondary:visited, .next-btn.next-btn-secondary.visited { +.next-btn.next-btn-secondary, +.next-btn.next-btn-secondary:link, +.next-btn.next-btn-secondary:visited, +.next-btn.next-btn-secondary.visited { color: #333333; color: var(--btn-pure-secondary-color, #333333); } -.next-btn.next-btn-secondary:focus, .next-btn.next-btn-secondary:hover, .next-btn.next-btn-secondary.hover { +.next-btn.next-btn-secondary:focus, +.next-btn.next-btn-secondary:hover, +.next-btn.next-btn-secondary.hover { color: #333333; color: var(--btn-pure-secondary-color-hover, #333333); - background: #F7F9FA; - background: var(--btn-pure-secondary-bg-hover, #F7F9FA); - border-color: #C0C6CC; - border-color: var(--btn-pure-secondary-border-color-hover, #C0C6CC); + background: #f7f9fa; + background: var(--btn-pure-secondary-bg-hover, #f7f9fa); + border-color: #c0c6cc; + border-color: var(--btn-pure-secondary-border-color-hover, #c0c6cc); text-decoration: none; } -.next-btn.next-btn-secondary:active, .next-btn.next-btn-secondary.active { +.next-btn.next-btn-secondary:active, +.next-btn.next-btn-secondary.active { color: #333333; color: var(--btn-pure-secondary-color-active, #333333); - background: #EFF3F8; - background: var(--btn-pure-secondary-bg-active, #EFF3F8); - border-color: #C0C6CC; - border-color: var(--btn-pure-secondary-border-color-active, #C0C6CC); + background: #eff3f8; + background: var(--btn-pure-secondary-bg-active, #eff3f8); + border-color: #c0c6cc; + border-color: var(--btn-pure-secondary-border-color-active, #c0c6cc); text-decoration: none; } -.next-btn.disabled, .next-btn[disabled] { +.next-btn.disabled, +.next-btn[disabled] { cursor: not-allowed; } -.next-btn.disabled.next-btn-normal, .next-btn[disabled].next-btn-normal { - background: #FFFFFF; - background: var(--btn-pure-normal-bg-disabled, #FFFFFF); - border-color: #D1D5D9; - border-color: var(--btn-pure-normal-border-color-disabled, #D1D5D9); -} - -.next-btn.disabled.next-btn-normal, .next-btn.disabled.next-btn-normal:link, .next-btn.disabled.next-btn-normal:visited, .next-btn.disabled.next-btn-normal.visited, .next-btn[disabled].next-btn-normal, .next-btn[disabled].next-btn-normal:link, .next-btn[disabled].next-btn-normal:visited, .next-btn[disabled].next-btn-normal.visited { +.next-btn.disabled.next-btn-normal, +.next-btn[disabled].next-btn-normal { + background: #ffffff; + background: var(--btn-pure-normal-bg-disabled, #ffffff); + border-color: #d1d5d9; + border-color: var(--btn-pure-normal-border-color-disabled, #d1d5d9); +} + +.next-btn.disabled.next-btn-normal, +.next-btn.disabled.next-btn-normal:link, +.next-btn.disabled.next-btn-normal:visited, +.next-btn.disabled.next-btn-normal.visited, +.next-btn[disabled].next-btn-normal, +.next-btn[disabled].next-btn-normal:link, +.next-btn[disabled].next-btn-normal:visited, +.next-btn[disabled].next-btn-normal.visited { color: #b3b3b3; color: var(--btn-pure-normal-color-disabled, #b3b3b3); } -.next-btn.disabled.next-btn-normal:focus, .next-btn.disabled.next-btn-normal:hover, .next-btn.disabled.next-btn-normal.hover, .next-btn[disabled].next-btn-normal:focus, .next-btn[disabled].next-btn-normal:hover, .next-btn[disabled].next-btn-normal.hover { +.next-btn.disabled.next-btn-normal:focus, +.next-btn.disabled.next-btn-normal:hover, +.next-btn.disabled.next-btn-normal.hover, +.next-btn[disabled].next-btn-normal:focus, +.next-btn[disabled].next-btn-normal:hover, +.next-btn[disabled].next-btn-normal.hover { color: #b3b3b3; color: var(--btn-pure-normal-color-disabled, #b3b3b3); - background: #FFFFFF; - background: var(--btn-pure-normal-bg-disabled, #FFFFFF); - border-color: #D1D5D9; - border-color: var(--btn-pure-normal-border-color-disabled, #D1D5D9); + background: #ffffff; + background: var(--btn-pure-normal-bg-disabled, #ffffff); + border-color: #d1d5d9; + border-color: var(--btn-pure-normal-border-color-disabled, #d1d5d9); text-decoration: none; } -.next-btn.disabled.next-btn-normal:active, .next-btn.disabled.next-btn-normal.active, .next-btn[disabled].next-btn-normal:active, .next-btn[disabled].next-btn-normal.active { +.next-btn.disabled.next-btn-normal:active, +.next-btn.disabled.next-btn-normal.active, +.next-btn[disabled].next-btn-normal:active, +.next-btn[disabled].next-btn-normal.active { color: #b3b3b3; color: var(--btn-pure-normal-color-disabled, #b3b3b3); - background: #FFFFFF; - background: var(--btn-pure-normal-bg-disabled, #FFFFFF); - border-color: #D1D5D9; - border-color: var(--btn-pure-normal-border-color-disabled, #D1D5D9); + background: #ffffff; + background: var(--btn-pure-normal-bg-disabled, #ffffff); + border-color: #d1d5d9; + border-color: var(--btn-pure-normal-border-color-disabled, #d1d5d9); text-decoration: none; } -.next-btn.disabled.next-btn-primary, .next-btn[disabled].next-btn-primary { - background: #D1D5D9; - background: var(--btn-pure-primary-bg-disabled, #D1D5D9); +.next-btn.disabled.next-btn-primary, +.next-btn[disabled].next-btn-primary { + background: #d1d5d9; + background: var(--btn-pure-primary-bg-disabled, #d1d5d9); border-color: transparent; border-color: var(--btn-pure-primary-border-color-disabled, transparent); } -.next-btn.disabled.next-btn-primary, .next-btn.disabled.next-btn-primary:link, .next-btn.disabled.next-btn-primary:visited, .next-btn.disabled.next-btn-primary.visited, .next-btn[disabled].next-btn-primary, .next-btn[disabled].next-btn-primary:link, .next-btn[disabled].next-btn-primary:visited, .next-btn[disabled].next-btn-primary.visited { - color: #FFFFFF; - color: var(--btn-pure-primary-color-disabled, #FFFFFF); +.next-btn.disabled.next-btn-primary, +.next-btn.disabled.next-btn-primary:link, +.next-btn.disabled.next-btn-primary:visited, +.next-btn.disabled.next-btn-primary.visited, +.next-btn[disabled].next-btn-primary, +.next-btn[disabled].next-btn-primary:link, +.next-btn[disabled].next-btn-primary:visited, +.next-btn[disabled].next-btn-primary.visited { + color: #ffffff; + color: var(--btn-pure-primary-color-disabled, #ffffff); } -.next-btn.disabled.next-btn-primary:focus, .next-btn.disabled.next-btn-primary:hover, .next-btn.disabled.next-btn-primary.hover, .next-btn[disabled].next-btn-primary:focus, .next-btn[disabled].next-btn-primary:hover, .next-btn[disabled].next-btn-primary.hover { - color: #FFFFFF; - color: var(--btn-pure-primary-color-disabled, #FFFFFF); - background: #D1D5D9; - background: var(--btn-pure-primary-bg-disabled, #D1D5D9); +.next-btn.disabled.next-btn-primary:focus, +.next-btn.disabled.next-btn-primary:hover, +.next-btn.disabled.next-btn-primary.hover, +.next-btn[disabled].next-btn-primary:focus, +.next-btn[disabled].next-btn-primary:hover, +.next-btn[disabled].next-btn-primary.hover { + color: #ffffff; + color: var(--btn-pure-primary-color-disabled, #ffffff); + background: #d1d5d9; + background: var(--btn-pure-primary-bg-disabled, #d1d5d9); border-color: transparent; border-color: var(--btn-pure-primary-border-color-disabled, transparent); text-decoration: none; } -.next-btn.disabled.next-btn-primary:active, .next-btn.disabled.next-btn-primary.active, .next-btn[disabled].next-btn-primary:active, .next-btn[disabled].next-btn-primary.active { - color: #FFFFFF; - color: var(--btn-pure-primary-color-disabled, #FFFFFF); - background: #D1D5D9; - background: var(--btn-pure-primary-bg-disabled, #D1D5D9); +.next-btn.disabled.next-btn-primary:active, +.next-btn.disabled.next-btn-primary.active, +.next-btn[disabled].next-btn-primary:active, +.next-btn[disabled].next-btn-primary.active { + color: #ffffff; + color: var(--btn-pure-primary-color-disabled, #ffffff); + background: #d1d5d9; + background: var(--btn-pure-primary-bg-disabled, #d1d5d9); border-color: transparent; border-color: var(--btn-pure-primary-border-color-disabled, transparent); text-decoration: none; } -.next-btn.disabled.next-btn-secondary, .next-btn[disabled].next-btn-secondary { - background: #FFFFFF; - background: var(--btn-pure-secondary-bg-disabled, #FFFFFF); - border-color: #D1D5D9; - border-color: var(--btn-pure-secondary-border-color-disabled, #D1D5D9); -} - -.next-btn.disabled.next-btn-secondary, .next-btn.disabled.next-btn-secondary:link, .next-btn.disabled.next-btn-secondary:visited, .next-btn.disabled.next-btn-secondary.visited, .next-btn[disabled].next-btn-secondary, .next-btn[disabled].next-btn-secondary:link, .next-btn[disabled].next-btn-secondary:visited, .next-btn[disabled].next-btn-secondary.visited { +.next-btn.disabled.next-btn-secondary, +.next-btn[disabled].next-btn-secondary { + background: #ffffff; + background: var(--btn-pure-secondary-bg-disabled, #ffffff); + border-color: #d1d5d9; + border-color: var(--btn-pure-secondary-border-color-disabled, #d1d5d9); +} + +.next-btn.disabled.next-btn-secondary, +.next-btn.disabled.next-btn-secondary:link, +.next-btn.disabled.next-btn-secondary:visited, +.next-btn.disabled.next-btn-secondary.visited, +.next-btn[disabled].next-btn-secondary, +.next-btn[disabled].next-btn-secondary:link, +.next-btn[disabled].next-btn-secondary:visited, +.next-btn[disabled].next-btn-secondary.visited { color: #b3b3b3; color: var(--btn-pure-secondary-color-disabled, #b3b3b3); } -.next-btn.disabled.next-btn-secondary:focus, .next-btn.disabled.next-btn-secondary:hover, .next-btn.disabled.next-btn-secondary.hover, .next-btn[disabled].next-btn-secondary:focus, .next-btn[disabled].next-btn-secondary:hover, .next-btn[disabled].next-btn-secondary.hover { +.next-btn.disabled.next-btn-secondary:focus, +.next-btn.disabled.next-btn-secondary:hover, +.next-btn.disabled.next-btn-secondary.hover, +.next-btn[disabled].next-btn-secondary:focus, +.next-btn[disabled].next-btn-secondary:hover, +.next-btn[disabled].next-btn-secondary.hover { color: #b3b3b3; color: var(--btn-pure-secondary-color-disabled, #b3b3b3); - background: #FFFFFF; - background: var(--btn-pure-secondary-bg-disabled, #FFFFFF); - border-color: #D1D5D9; - border-color: var(--btn-pure-secondary-border-color-disabled, #D1D5D9); + background: #ffffff; + background: var(--btn-pure-secondary-bg-disabled, #ffffff); + border-color: #d1d5d9; + border-color: var(--btn-pure-secondary-border-color-disabled, #d1d5d9); text-decoration: none; } -.next-btn.disabled.next-btn-secondary:active, .next-btn.disabled.next-btn-secondary.active, .next-btn[disabled].next-btn-secondary:active, .next-btn[disabled].next-btn-secondary.active { +.next-btn.disabled.next-btn-secondary:active, +.next-btn.disabled.next-btn-secondary.active, +.next-btn[disabled].next-btn-secondary:active, +.next-btn[disabled].next-btn-secondary.active { color: #b3b3b3; color: var(--btn-pure-secondary-color-disabled, #b3b3b3); - background: #FFFFFF; - background: var(--btn-pure-secondary-bg-disabled, #FFFFFF); - border-color: #D1D5D9; - border-color: var(--btn-pure-secondary-border-color-disabled, #D1D5D9); + background: #ffffff; + background: var(--btn-pure-secondary-bg-disabled, #ffffff); + border-color: #d1d5d9; + border-color: var(--btn-pure-secondary-border-color-disabled, #d1d5d9); text-decoration: none; } @@ -6653,130 +7838,174 @@ small { } .next-btn-warning.next-btn-primary { - background: #C80000; - background: var(--btn-warning-primary-bg, #C80000); - border-color: #F8EFEF; - border-color: var(--btn-warning-primary-border-color, #F8EFEF); -} - -.next-btn-warning.next-btn-primary, .next-btn-warning.next-btn-primary:link, .next-btn-warning.next-btn-primary:visited, .next-btn-warning.next-btn-primary.visited { - color: #FFFFFF; - color: var(--btn-warning-primary-color, #FFFFFF); -} - -.next-btn-warning.next-btn-primary:focus, .next-btn-warning.next-btn-primary:hover, .next-btn-warning.next-btn-primary.hover { - color: #FFFFFF; - color: var(--btn-warning-primary-color-hover, #FFFFFF); - background: #C80000; - background: var(--btn-warning-primary-bg-hover, #C80000); - border-color: #F5E6E6; - border-color: var(--btn-warning-primary-border-color-hover, #F5E6E6); + background: #c80000; + background: var(--btn-warning-primary-bg, #c80000); + border-color: #f8efef; + border-color: var(--btn-warning-primary-border-color, #f8efef); +} + +.next-btn-warning.next-btn-primary, +.next-btn-warning.next-btn-primary:link, +.next-btn-warning.next-btn-primary:visited, +.next-btn-warning.next-btn-primary.visited { + color: #ffffff; + color: var(--btn-warning-primary-color, #ffffff); +} + +.next-btn-warning.next-btn-primary:focus, +.next-btn-warning.next-btn-primary:hover, +.next-btn-warning.next-btn-primary.hover { + color: #ffffff; + color: var(--btn-warning-primary-color-hover, #ffffff); + background: #c80000; + background: var(--btn-warning-primary-bg-hover, #c80000); + border-color: #f5e6e6; + border-color: var(--btn-warning-primary-border-color-hover, #f5e6e6); text-decoration: none; } -.next-btn-warning.next-btn-primary:active, .next-btn-warning.next-btn-primary.active { - color: #FFFFFF; - color: var(--btn-warning-primary-color-active, #FFFFFF); - background: #C80000; - background: var(--btn-warning-primary-bg-active, #C80000); - border-color: #F5E6E6; - border-color: var(--btn-warning-primary-border-color-active, #F5E6E6); +.next-btn-warning.next-btn-primary:active, +.next-btn-warning.next-btn-primary.active { + color: #ffffff; + color: var(--btn-warning-primary-color-active, #ffffff); + background: #c80000; + background: var(--btn-warning-primary-bg-active, #c80000); + border-color: #f5e6e6; + border-color: var(--btn-warning-primary-border-color-active, #f5e6e6); text-decoration: none; } -.next-btn-warning.next-btn-primary.disabled, .next-btn-warning.next-btn-primary[disabled] { - background: #D1D5D9; - background: var(--btn-warning-primary-bg-disabled, #D1D5D9); - border-color: #FFFFFF; - border-color: var(--btn-warning-primary-border-color-disabled, #FFFFFF); -} - -.next-btn-warning.next-btn-primary.disabled, .next-btn-warning.next-btn-primary.disabled:link, .next-btn-warning.next-btn-primary.disabled:visited, .next-btn-warning.next-btn-primary.disabled.visited, .next-btn-warning.next-btn-primary[disabled], .next-btn-warning.next-btn-primary[disabled]:link, .next-btn-warning.next-btn-primary[disabled]:visited, .next-btn-warning.next-btn-primary[disabled].visited { - color: #FFFFFF; - color: var(--btn-warning-primary-color-disabled, #FFFFFF); -} - -.next-btn-warning.next-btn-primary.disabled:focus, .next-btn-warning.next-btn-primary.disabled:hover, .next-btn-warning.next-btn-primary.disabled.hover, .next-btn-warning.next-btn-primary[disabled]:focus, .next-btn-warning.next-btn-primary[disabled]:hover, .next-btn-warning.next-btn-primary[disabled].hover { - color: #FFFFFF; - color: var(--btn-warning-primary-color-disabled, #FFFFFF); - background: #D1D5D9; - background: var(--btn-warning-primary-bg-disabled, #D1D5D9); - border-color: #FFFFFF; - border-color: var(--btn-warning-primary-border-color-disabled, #FFFFFF); +.next-btn-warning.next-btn-primary.disabled, +.next-btn-warning.next-btn-primary[disabled] { + background: #d1d5d9; + background: var(--btn-warning-primary-bg-disabled, #d1d5d9); + border-color: #ffffff; + border-color: var(--btn-warning-primary-border-color-disabled, #ffffff); +} + +.next-btn-warning.next-btn-primary.disabled, +.next-btn-warning.next-btn-primary.disabled:link, +.next-btn-warning.next-btn-primary.disabled:visited, +.next-btn-warning.next-btn-primary.disabled.visited, +.next-btn-warning.next-btn-primary[disabled], +.next-btn-warning.next-btn-primary[disabled]:link, +.next-btn-warning.next-btn-primary[disabled]:visited, +.next-btn-warning.next-btn-primary[disabled].visited { + color: #ffffff; + color: var(--btn-warning-primary-color-disabled, #ffffff); +} + +.next-btn-warning.next-btn-primary.disabled:focus, +.next-btn-warning.next-btn-primary.disabled:hover, +.next-btn-warning.next-btn-primary.disabled.hover, +.next-btn-warning.next-btn-primary[disabled]:focus, +.next-btn-warning.next-btn-primary[disabled]:hover, +.next-btn-warning.next-btn-primary[disabled].hover { + color: #ffffff; + color: var(--btn-warning-primary-color-disabled, #ffffff); + background: #d1d5d9; + background: var(--btn-warning-primary-bg-disabled, #d1d5d9); + border-color: #ffffff; + border-color: var(--btn-warning-primary-border-color-disabled, #ffffff); text-decoration: none; } -.next-btn-warning.next-btn-primary.disabled:active, .next-btn-warning.next-btn-primary.disabled.active, .next-btn-warning.next-btn-primary[disabled]:active, .next-btn-warning.next-btn-primary[disabled].active { - color: #FFFFFF; - color: var(--btn-warning-primary-color-disabled, #FFFFFF); - background: #D1D5D9; - background: var(--btn-warning-primary-bg-disabled, #D1D5D9); - border-color: #FFFFFF; - border-color: var(--btn-warning-primary-border-color-disabled, #FFFFFF); +.next-btn-warning.next-btn-primary.disabled:active, +.next-btn-warning.next-btn-primary.disabled.active, +.next-btn-warning.next-btn-primary[disabled]:active, +.next-btn-warning.next-btn-primary[disabled].active { + color: #ffffff; + color: var(--btn-warning-primary-color-disabled, #ffffff); + background: #d1d5d9; + background: var(--btn-warning-primary-bg-disabled, #d1d5d9); + border-color: #ffffff; + border-color: var(--btn-warning-primary-border-color-disabled, #ffffff); text-decoration: none; } .next-btn-warning.next-btn-normal { - background: #FFFFFF; - background: var(--btn-warning-normal-bg, #FFFFFF); - border-color: #C80000; - border-color: var(--btn-warning-normal-border-color, #C80000); -} - -.next-btn-warning.next-btn-normal, .next-btn-warning.next-btn-normal:link, .next-btn-warning.next-btn-normal:visited, .next-btn-warning.next-btn-normal.visited { - color: #C80000; - color: var(--btn-warning-normal-color, #C80000); -} - -.next-btn-warning.next-btn-normal:focus, .next-btn-warning.next-btn-normal:hover, .next-btn-warning.next-btn-normal.hover { - color: #C80000; - color: var(--btn-warning-normal-color-hover, #C80000); - background: #FAF7F7; - background: var(--btn-warning-normal-bg-hover, #FAF7F7); - border-color: #C80000; - border-color: var(--btn-warning-normal-border-color-hover, #C80000); + background: #ffffff; + background: var(--btn-warning-normal-bg, #ffffff); + border-color: #c80000; + border-color: var(--btn-warning-normal-border-color, #c80000); +} + +.next-btn-warning.next-btn-normal, +.next-btn-warning.next-btn-normal:link, +.next-btn-warning.next-btn-normal:visited, +.next-btn-warning.next-btn-normal.visited { + color: #c80000; + color: var(--btn-warning-normal-color, #c80000); +} + +.next-btn-warning.next-btn-normal:focus, +.next-btn-warning.next-btn-normal:hover, +.next-btn-warning.next-btn-normal.hover { + color: #c80000; + color: var(--btn-warning-normal-color-hover, #c80000); + background: #faf7f7; + background: var(--btn-warning-normal-bg-hover, #faf7f7); + border-color: #c80000; + border-color: var(--btn-warning-normal-border-color-hover, #c80000); text-decoration: none; } -.next-btn-warning.next-btn-normal:active, .next-btn-warning.next-btn-normal.active { - color: #C80000; - color: var(--btn-warning-normal-color-active, #C80000); - background: #FAF7F7; - background: var(--btn-warning-normal-bg-active, #FAF7F7); - border-color: #C80000; - border-color: var(--btn-warning-normal-border-color-active, #C80000); +.next-btn-warning.next-btn-normal:active, +.next-btn-warning.next-btn-normal.active { + color: #c80000; + color: var(--btn-warning-normal-color-active, #c80000); + background: #faf7f7; + background: var(--btn-warning-normal-bg-active, #faf7f7); + border-color: #c80000; + border-color: var(--btn-warning-normal-border-color-active, #c80000); text-decoration: none; } -.next-btn-warning.next-btn-normal.disabled, .next-btn-warning.next-btn-normal[disabled] { - background: #FFFFFF; - background: var(--btn-warning-normal-bg-disabled, #FFFFFF); - border-color: #D1D5D9; - border-color: var(--btn-warning-normal-border-color-disabled, #D1D5D9); -} - -.next-btn-warning.next-btn-normal.disabled, .next-btn-warning.next-btn-normal.disabled:link, .next-btn-warning.next-btn-normal.disabled:visited, .next-btn-warning.next-btn-normal.disabled.visited, .next-btn-warning.next-btn-normal[disabled], .next-btn-warning.next-btn-normal[disabled]:link, .next-btn-warning.next-btn-normal[disabled]:visited, .next-btn-warning.next-btn-normal[disabled].visited { +.next-btn-warning.next-btn-normal.disabled, +.next-btn-warning.next-btn-normal[disabled] { + background: #ffffff; + background: var(--btn-warning-normal-bg-disabled, #ffffff); + border-color: #d1d5d9; + border-color: var(--btn-warning-normal-border-color-disabled, #d1d5d9); +} + +.next-btn-warning.next-btn-normal.disabled, +.next-btn-warning.next-btn-normal.disabled:link, +.next-btn-warning.next-btn-normal.disabled:visited, +.next-btn-warning.next-btn-normal.disabled.visited, +.next-btn-warning.next-btn-normal[disabled], +.next-btn-warning.next-btn-normal[disabled]:link, +.next-btn-warning.next-btn-normal[disabled]:visited, +.next-btn-warning.next-btn-normal[disabled].visited { color: #b3b3b3; color: var(--btn-warning-normal-color-disabled, #b3b3b3); } -.next-btn-warning.next-btn-normal.disabled:focus, .next-btn-warning.next-btn-normal.disabled:hover, .next-btn-warning.next-btn-normal.disabled.hover, .next-btn-warning.next-btn-normal[disabled]:focus, .next-btn-warning.next-btn-normal[disabled]:hover, .next-btn-warning.next-btn-normal[disabled].hover { +.next-btn-warning.next-btn-normal.disabled:focus, +.next-btn-warning.next-btn-normal.disabled:hover, +.next-btn-warning.next-btn-normal.disabled.hover, +.next-btn-warning.next-btn-normal[disabled]:focus, +.next-btn-warning.next-btn-normal[disabled]:hover, +.next-btn-warning.next-btn-normal[disabled].hover { color: #b3b3b3; color: var(--btn-warning-normal-color-disabled, #b3b3b3); - background: #FFFFFF; - background: var(--btn-warning-normal-bg-disabled, #FFFFFF); - border-color: #D1D5D9; - border-color: var(--btn-warning-normal-border-color-disabled, #D1D5D9); + background: #ffffff; + background: var(--btn-warning-normal-bg-disabled, #ffffff); + border-color: #d1d5d9; + border-color: var(--btn-warning-normal-border-color-disabled, #d1d5d9); text-decoration: none; } -.next-btn-warning.next-btn-normal.disabled:active, .next-btn-warning.next-btn-normal.disabled.active, .next-btn-warning.next-btn-normal[disabled]:active, .next-btn-warning.next-btn-normal[disabled].active { +.next-btn-warning.next-btn-normal.disabled:active, +.next-btn-warning.next-btn-normal.disabled.active, +.next-btn-warning.next-btn-normal[disabled]:active, +.next-btn-warning.next-btn-normal[disabled].active { color: #b3b3b3; color: var(--btn-warning-normal-color-disabled, #b3b3b3); - background: #FFFFFF; - background: var(--btn-warning-normal-bg-disabled, #FFFFFF); - border-color: #D1D5D9; - border-color: var(--btn-warning-normal-border-color-disabled, #D1D5D9); + background: #ffffff; + background: var(--btn-warning-normal-bg-disabled, #ffffff); + border-color: #d1d5d9; + border-color: var(--btn-warning-normal-border-color-disabled, #d1d5d9); text-decoration: none; } @@ -6790,7 +8019,8 @@ small { user-select: text; } -.next-btn-text.hover, .next-btn-text:hover { +.next-btn-text.hover, +.next-btn-text:hover { -webkit-box-shadow: none; box-shadow: none; } @@ -6800,38 +8030,57 @@ small { border-color: transparent; } -.next-btn-text.next-btn-primary, .next-btn-text.next-btn-primary:link, .next-btn-text.next-btn-primary:visited, .next-btn-text.next-btn-primary.visited { - color: #0064C8; - color: var(--btn-text-primary-color, #0064C8); +.next-btn-text.next-btn-primary, +.next-btn-text.next-btn-primary:link, +.next-btn-text.next-btn-primary:visited, +.next-btn-text.next-btn-primary.visited { + color: #0064c8; + color: var(--btn-text-primary-color, #0064c8); } -.next-btn-text.next-btn-primary:focus, .next-btn-text.next-btn-primary:hover, .next-btn-text.next-btn-primary.hover { - color: #0064C8; - color: var(--btn-text-primary-color-hover, #0064C8); +.next-btn-text.next-btn-primary:focus, +.next-btn-text.next-btn-primary:hover, +.next-btn-text.next-btn-primary.hover { + color: #0064c8; + color: var(--btn-text-primary-color-hover, #0064c8); background: transparent; border-color: transparent; text-decoration: none; } -.next-btn-text.next-btn-primary:active, .next-btn-text.next-btn-primary.active { - color: #0064C8; - color: var(--btn-text-primary-color-hover, #0064C8); +.next-btn-text.next-btn-primary:active, +.next-btn-text.next-btn-primary.active { + color: #0064c8; + color: var(--btn-text-primary-color-hover, #0064c8); background: transparent; border-color: transparent; text-decoration: none; } -.next-btn-text.next-btn-primary.disabled, .next-btn-text.next-btn-primary[disabled] { +.next-btn-text.next-btn-primary.disabled, +.next-btn-text.next-btn-primary[disabled] { background: transparent; border-color: transparent; } -.next-btn-text.next-btn-primary.disabled, .next-btn-text.next-btn-primary.disabled:link, .next-btn-text.next-btn-primary.disabled:visited, .next-btn-text.next-btn-primary.disabled.visited, .next-btn-text.next-btn-primary[disabled], .next-btn-text.next-btn-primary[disabled]:link, .next-btn-text.next-btn-primary[disabled]:visited, .next-btn-text.next-btn-primary[disabled].visited { +.next-btn-text.next-btn-primary.disabled, +.next-btn-text.next-btn-primary.disabled:link, +.next-btn-text.next-btn-primary.disabled:visited, +.next-btn-text.next-btn-primary.disabled.visited, +.next-btn-text.next-btn-primary[disabled], +.next-btn-text.next-btn-primary[disabled]:link, +.next-btn-text.next-btn-primary[disabled]:visited, +.next-btn-text.next-btn-primary[disabled].visited { color: #b3b3b3; color: var(--btn-text-disabled-color, #b3b3b3); } -.next-btn-text.next-btn-primary.disabled:focus, .next-btn-text.next-btn-primary.disabled:hover, .next-btn-text.next-btn-primary.disabled.hover, .next-btn-text.next-btn-primary[disabled]:focus, .next-btn-text.next-btn-primary[disabled]:hover, .next-btn-text.next-btn-primary[disabled].hover { +.next-btn-text.next-btn-primary.disabled:focus, +.next-btn-text.next-btn-primary.disabled:hover, +.next-btn-text.next-btn-primary.disabled.hover, +.next-btn-text.next-btn-primary[disabled]:focus, +.next-btn-text.next-btn-primary[disabled]:hover, +.next-btn-text.next-btn-primary[disabled].hover { color: #b3b3b3; color: var(--btn-text-disabled-color, #b3b3b3); background: transparent; @@ -6839,7 +8088,10 @@ small { text-decoration: none; } -.next-btn-text.next-btn-primary.disabled:active, .next-btn-text.next-btn-primary.disabled.active, .next-btn-text.next-btn-primary[disabled]:active, .next-btn-text.next-btn-primary[disabled].active { +.next-btn-text.next-btn-primary.disabled:active, +.next-btn-text.next-btn-primary.disabled.active, +.next-btn-text.next-btn-primary[disabled]:active, +.next-btn-text.next-btn-primary[disabled].active { color: #b3b3b3; color: var(--btn-text-disabled-color, #b3b3b3); background: transparent; @@ -6852,12 +8104,17 @@ small { border-color: transparent; } -.next-btn-text.next-btn-secondary, .next-btn-text.next-btn-secondary:link, .next-btn-text.next-btn-secondary:visited, .next-btn-text.next-btn-secondary.visited { +.next-btn-text.next-btn-secondary, +.next-btn-text.next-btn-secondary:link, +.next-btn-text.next-btn-secondary:visited, +.next-btn-text.next-btn-secondary.visited { color: #333333; color: var(--btn-text-secondary-color, #333333); } -.next-btn-text.next-btn-secondary:focus, .next-btn-text.next-btn-secondary:hover, .next-btn-text.next-btn-secondary.hover { +.next-btn-text.next-btn-secondary:focus, +.next-btn-text.next-btn-secondary:hover, +.next-btn-text.next-btn-secondary.hover { color: #333333; color: var(--btn-text-secondary-color-hover, #333333); background: transparent; @@ -6865,7 +8122,8 @@ small { text-decoration: none; } -.next-btn-text.next-btn-secondary:active, .next-btn-text.next-btn-secondary.active { +.next-btn-text.next-btn-secondary:active, +.next-btn-text.next-btn-secondary.active { color: #333333; color: var(--btn-text-secondary-color-hover, #333333); background: transparent; @@ -6873,17 +8131,30 @@ small { text-decoration: none; } -.next-btn-text.next-btn-secondary.disabled, .next-btn-text.next-btn-secondary[disabled] { +.next-btn-text.next-btn-secondary.disabled, +.next-btn-text.next-btn-secondary[disabled] { background: transparent; border-color: transparent; } -.next-btn-text.next-btn-secondary.disabled, .next-btn-text.next-btn-secondary.disabled:link, .next-btn-text.next-btn-secondary.disabled:visited, .next-btn-text.next-btn-secondary.disabled.visited, .next-btn-text.next-btn-secondary[disabled], .next-btn-text.next-btn-secondary[disabled]:link, .next-btn-text.next-btn-secondary[disabled]:visited, .next-btn-text.next-btn-secondary[disabled].visited { +.next-btn-text.next-btn-secondary.disabled, +.next-btn-text.next-btn-secondary.disabled:link, +.next-btn-text.next-btn-secondary.disabled:visited, +.next-btn-text.next-btn-secondary.disabled.visited, +.next-btn-text.next-btn-secondary[disabled], +.next-btn-text.next-btn-secondary[disabled]:link, +.next-btn-text.next-btn-secondary[disabled]:visited, +.next-btn-text.next-btn-secondary[disabled].visited { color: #b3b3b3; color: var(--btn-text-disabled-color, #b3b3b3); } -.next-btn-text.next-btn-secondary.disabled:focus, .next-btn-text.next-btn-secondary.disabled:hover, .next-btn-text.next-btn-secondary.disabled.hover, .next-btn-text.next-btn-secondary[disabled]:focus, .next-btn-text.next-btn-secondary[disabled]:hover, .next-btn-text.next-btn-secondary[disabled].hover { +.next-btn-text.next-btn-secondary.disabled:focus, +.next-btn-text.next-btn-secondary.disabled:hover, +.next-btn-text.next-btn-secondary.disabled.hover, +.next-btn-text.next-btn-secondary[disabled]:focus, +.next-btn-text.next-btn-secondary[disabled]:hover, +.next-btn-text.next-btn-secondary[disabled].hover { color: #b3b3b3; color: var(--btn-text-disabled-color, #b3b3b3); background: transparent; @@ -6891,7 +8162,10 @@ small { text-decoration: none; } -.next-btn-text.next-btn-secondary.disabled:active, .next-btn-text.next-btn-secondary.disabled.active, .next-btn-text.next-btn-secondary[disabled]:active, .next-btn-text.next-btn-secondary[disabled].active { +.next-btn-text.next-btn-secondary.disabled:active, +.next-btn-text.next-btn-secondary.disabled.active, +.next-btn-text.next-btn-secondary[disabled]:active, +.next-btn-text.next-btn-secondary[disabled].active { color: #b3b3b3; color: var(--btn-text-disabled-color, #b3b3b3); background: transparent; @@ -6904,38 +8178,57 @@ small { border-color: transparent; } -.next-btn-text.next-btn-normal, .next-btn-text.next-btn-normal:link, .next-btn-text.next-btn-normal:visited, .next-btn-text.next-btn-normal.visited { +.next-btn-text.next-btn-normal, +.next-btn-text.next-btn-normal:link, +.next-btn-text.next-btn-normal:visited, +.next-btn-text.next-btn-normal.visited { color: #333333; color: var(--btn-text-normal-color, #333333); } -.next-btn-text.next-btn-normal:focus, .next-btn-text.next-btn-normal:hover, .next-btn-text.next-btn-normal.hover { - color: #0064C8; - color: var(--btn-text-normal-color-hover, #0064C8); +.next-btn-text.next-btn-normal:focus, +.next-btn-text.next-btn-normal:hover, +.next-btn-text.next-btn-normal.hover { + color: #0064c8; + color: var(--btn-text-normal-color-hover, #0064c8); background: transparent; border-color: transparent; text-decoration: none; } -.next-btn-text.next-btn-normal:active, .next-btn-text.next-btn-normal.active { - color: #0064C8; - color: var(--btn-text-normal-color-hover, #0064C8); +.next-btn-text.next-btn-normal:active, +.next-btn-text.next-btn-normal.active { + color: #0064c8; + color: var(--btn-text-normal-color-hover, #0064c8); background: transparent; border-color: transparent; text-decoration: none; } -.next-btn-text.next-btn-normal.disabled, .next-btn-text.next-btn-normal[disabled] { +.next-btn-text.next-btn-normal.disabled, +.next-btn-text.next-btn-normal[disabled] { background: transparent; border-color: transparent; } -.next-btn-text.next-btn-normal.disabled, .next-btn-text.next-btn-normal.disabled:link, .next-btn-text.next-btn-normal.disabled:visited, .next-btn-text.next-btn-normal.disabled.visited, .next-btn-text.next-btn-normal[disabled], .next-btn-text.next-btn-normal[disabled]:link, .next-btn-text.next-btn-normal[disabled]:visited, .next-btn-text.next-btn-normal[disabled].visited { +.next-btn-text.next-btn-normal.disabled, +.next-btn-text.next-btn-normal.disabled:link, +.next-btn-text.next-btn-normal.disabled:visited, +.next-btn-text.next-btn-normal.disabled.visited, +.next-btn-text.next-btn-normal[disabled], +.next-btn-text.next-btn-normal[disabled]:link, +.next-btn-text.next-btn-normal[disabled]:visited, +.next-btn-text.next-btn-normal[disabled].visited { color: #b3b3b3; color: var(--btn-text-disabled-color, #b3b3b3); } -.next-btn-text.next-btn-normal.disabled:focus, .next-btn-text.next-btn-normal.disabled:hover, .next-btn-text.next-btn-normal.disabled.hover, .next-btn-text.next-btn-normal[disabled]:focus, .next-btn-text.next-btn-normal[disabled]:hover, .next-btn-text.next-btn-normal[disabled].hover { +.next-btn-text.next-btn-normal.disabled:focus, +.next-btn-text.next-btn-normal.disabled:hover, +.next-btn-text.next-btn-normal.disabled.hover, +.next-btn-text.next-btn-normal[disabled]:focus, +.next-btn-text.next-btn-normal[disabled]:hover, +.next-btn-text.next-btn-normal[disabled].hover { color: #b3b3b3; color: var(--btn-text-disabled-color, #b3b3b3); background: transparent; @@ -6943,7 +8236,10 @@ small { text-decoration: none; } -.next-btn-text.next-btn-normal.disabled:active, .next-btn-text.next-btn-normal.disabled.active, .next-btn-text.next-btn-normal[disabled]:active, .next-btn-text.next-btn-normal[disabled].active { +.next-btn-text.next-btn-normal.disabled:active, +.next-btn-text.next-btn-normal.disabled.active, +.next-btn-text.next-btn-normal[disabled]:active, +.next-btn-text.next-btn-normal[disabled].active { color: #b3b3b3; color: var(--btn-text-disabled-color, #b3b3b3); background: transparent; @@ -7199,12 +8495,17 @@ small { border-color: transparent; } -.next-btn-text.next-btn-loading, .next-btn-text.next-btn-loading:link, .next-btn-text.next-btn-loading:visited, .next-btn-text.next-btn-loading.visited { +.next-btn-text.next-btn-loading, +.next-btn-text.next-btn-loading:link, +.next-btn-text.next-btn-loading:visited, +.next-btn-text.next-btn-loading.visited { color: #111111; color: var(--btn-text-loading-color, #111111); } -.next-btn-text.next-btn-loading:focus, .next-btn-text.next-btn-loading:hover, .next-btn-text.next-btn-loading.hover { +.next-btn-text.next-btn-loading:focus, +.next-btn-text.next-btn-loading:hover, +.next-btn-text.next-btn-loading.hover { color: #111111; color: var(--btn-text-loading-color, #111111); background: transparent; @@ -7212,7 +8513,8 @@ small { text-decoration: none; } -.next-btn-text.next-btn-loading:active, .next-btn-text.next-btn-loading.active { +.next-btn-text.next-btn-loading:active, +.next-btn-text.next-btn-loading.active { color: #111111; color: var(--btn-text-loading-color, #111111); background: transparent; @@ -7257,128 +8559,190 @@ small { .next-btn-ghost.next-btn-dark { background: rgba(transparent, 0); background: rgba(var(--btn-ghost-dark-bg, transparent), 0); - border-color: #FFFFFF; - border-color: var(--btn-ghost-dark-border-color, #FFFFFF); -} - -.next-btn-ghost.next-btn-dark, .next-btn-ghost.next-btn-dark:link, .next-btn-ghost.next-btn-dark:visited, .next-btn-ghost.next-btn-dark.visited { - color: #FFFFFF; - color: var(--btn-ghost-dark-color, #FFFFFF); -} - -.next-btn-ghost.next-btn-dark:focus, .next-btn-ghost.next-btn-dark:hover, .next-btn-ghost.next-btn-dark.hover { - color: #FFFFFF; - color: var(--btn-ghost-dark-color-hover, #FFFFFF); - background: rgba(#FFFFFF, 0.29); - background: rgba(var(--btn-ghost-dark-bg-hover-rgb, #FFFFFF), var(--btn-ghost-dark-bg-hover-opacity, 0.29)); - border-color: #FFFFFF; - border-color: var(--btn-ghost-dark-border-color-hover, #FFFFFF); + border-color: #ffffff; + border-color: var(--btn-ghost-dark-border-color, #ffffff); +} + +.next-btn-ghost.next-btn-dark, +.next-btn-ghost.next-btn-dark:link, +.next-btn-ghost.next-btn-dark:visited, +.next-btn-ghost.next-btn-dark.visited { + color: #ffffff; + color: var(--btn-ghost-dark-color, #ffffff); +} + +.next-btn-ghost.next-btn-dark:focus, +.next-btn-ghost.next-btn-dark:hover, +.next-btn-ghost.next-btn-dark.hover { + color: #ffffff; + color: var(--btn-ghost-dark-color-hover, #ffffff); + background: rgba(#ffffff, 0.29); + background: rgba(var(--btn-ghost-dark-bg-hover-rgb, #ffffff), var(--btn-ghost-dark-bg-hover-opacity, 0.29)); + border-color: #ffffff; + border-color: var(--btn-ghost-dark-border-color-hover, #ffffff); text-decoration: none; } -.next-btn-ghost.next-btn-dark:active, .next-btn-ghost.next-btn-dark.active { - color: #FFFFFF; - color: var(--btn-ghost-dark-color-hover, #FFFFFF); - background: rgba(#FFFFFF, 0.29); - background: rgba(var(--btn-ghost-dark-bg-hover-rgb, #FFFFFF), var(--btn-ghost-dark-bg-hover-opacity, 0.29)); - border-color: #FFFFFF; - border-color: var(--btn-ghost-dark-border-color-hover, #FFFFFF); +.next-btn-ghost.next-btn-dark:active, +.next-btn-ghost.next-btn-dark.active { + color: #ffffff; + color: var(--btn-ghost-dark-color-hover, #ffffff); + background: rgba(#ffffff, 0.29); + background: rgba(var(--btn-ghost-dark-bg-hover-rgb, #ffffff), var(--btn-ghost-dark-bg-hover-opacity, 0.29)); + border-color: #ffffff; + border-color: var(--btn-ghost-dark-border-color-hover, #ffffff); text-decoration: none; } -.next-btn-ghost.next-btn-dark.disabled, .next-btn-ghost.next-btn-dark[disabled] { +.next-btn-ghost.next-btn-dark.disabled, +.next-btn-ghost.next-btn-dark[disabled] { background: transparent; background: var(--btn-ghost-dark-bg-disabled, transparent); - border-color: rgba(#FFFFFF, 0.15); - border-color: rgba(var(--btn-ghost-dark-border-color-disabled-rgb, #FFFFFF), var(--btn-ghost-dark-border-color-disabled-opacity, 0.15)); -} - -.next-btn-ghost.next-btn-dark.disabled, .next-btn-ghost.next-btn-dark.disabled:link, .next-btn-ghost.next-btn-dark.disabled:visited, .next-btn-ghost.next-btn-dark.disabled.visited, .next-btn-ghost.next-btn-dark[disabled], .next-btn-ghost.next-btn-dark[disabled]:link, .next-btn-ghost.next-btn-dark[disabled]:visited, .next-btn-ghost.next-btn-dark[disabled].visited { - color: rgba(#FFFFFF, 0.25); - color: rgba(var(--btn-ghost-dark-color-disabled-rgb, #FFFFFF), var(--btn-ghost-dark-color-disabled-opacity, 0.25)); -} - -.next-btn-ghost.next-btn-dark.disabled:focus, .next-btn-ghost.next-btn-dark.disabled:hover, .next-btn-ghost.next-btn-dark.disabled.hover, .next-btn-ghost.next-btn-dark[disabled]:focus, .next-btn-ghost.next-btn-dark[disabled]:hover, .next-btn-ghost.next-btn-dark[disabled].hover { - color: rgba(#FFFFFF, 0.25); - color: rgba(var(--btn-ghost-dark-color-disabled-rgb, #FFFFFF), var(--btn-ghost-dark-color-disabled-opacity, 0.25)); + border-color: rgba(#ffffff, 0.15); + border-color: rgba( + var(--btn-ghost-dark-border-color-disabled-rgb, #ffffff), + var(--btn-ghost-dark-border-color-disabled-opacity, 0.15) + ); +} + +.next-btn-ghost.next-btn-dark.disabled, +.next-btn-ghost.next-btn-dark.disabled:link, +.next-btn-ghost.next-btn-dark.disabled:visited, +.next-btn-ghost.next-btn-dark.disabled.visited, +.next-btn-ghost.next-btn-dark[disabled], +.next-btn-ghost.next-btn-dark[disabled]:link, +.next-btn-ghost.next-btn-dark[disabled]:visited, +.next-btn-ghost.next-btn-dark[disabled].visited { + color: rgba(#ffffff, 0.25); + color: rgba(var(--btn-ghost-dark-color-disabled-rgb, #ffffff), var(--btn-ghost-dark-color-disabled-opacity, 0.25)); +} + +.next-btn-ghost.next-btn-dark.disabled:focus, +.next-btn-ghost.next-btn-dark.disabled:hover, +.next-btn-ghost.next-btn-dark.disabled.hover, +.next-btn-ghost.next-btn-dark[disabled]:focus, +.next-btn-ghost.next-btn-dark[disabled]:hover, +.next-btn-ghost.next-btn-dark[disabled].hover { + color: rgba(#ffffff, 0.25); + color: rgba(var(--btn-ghost-dark-color-disabled-rgb, #ffffff), var(--btn-ghost-dark-color-disabled-opacity, 0.25)); background: transparent; background: var(--btn-ghost-dark-bg-disabled, transparent); - border-color: rgba(#FFFFFF, 0.15); - border-color: rgba(var(--btn-ghost-dark-border-color-disabled-rgb, #FFFFFF), var(--btn-ghost-dark-border-color-disabled-opacity, 0.15)); + border-color: rgba(#ffffff, 0.15); + border-color: rgba( + var(--btn-ghost-dark-border-color-disabled-rgb, #ffffff), + var(--btn-ghost-dark-border-color-disabled-opacity, 0.15) + ); text-decoration: none; } -.next-btn-ghost.next-btn-dark.disabled:active, .next-btn-ghost.next-btn-dark.disabled.active, .next-btn-ghost.next-btn-dark[disabled]:active, .next-btn-ghost.next-btn-dark[disabled].active { - color: rgba(#FFFFFF, 0.25); - color: rgba(var(--btn-ghost-dark-color-disabled-rgb, #FFFFFF), var(--btn-ghost-dark-color-disabled-opacity, 0.25)); +.next-btn-ghost.next-btn-dark.disabled:active, +.next-btn-ghost.next-btn-dark.disabled.active, +.next-btn-ghost.next-btn-dark[disabled]:active, +.next-btn-ghost.next-btn-dark[disabled].active { + color: rgba(#ffffff, 0.25); + color: rgba(var(--btn-ghost-dark-color-disabled-rgb, #ffffff), var(--btn-ghost-dark-color-disabled-opacity, 0.25)); background: transparent; background: var(--btn-ghost-dark-bg-disabled, transparent); - border-color: rgba(#FFFFFF, 0.15); - border-color: rgba(var(--btn-ghost-dark-border-color-disabled-rgb, #FFFFFF), var(--btn-ghost-dark-border-color-disabled-opacity, 0.15)); + border-color: rgba(#ffffff, 0.15); + border-color: rgba( + var(--btn-ghost-dark-border-color-disabled-rgb, #ffffff), + var(--btn-ghost-dark-border-color-disabled-opacity, 0.15) + ); text-decoration: none; } .next-btn-ghost.next-btn-light { - background: rgba(#FFFFFF, 1); - background: rgba(var(--btn-ghost-light-bg, #FFFFFF), var(--btn-ghost-light-bg-opacity, 1)); - border-color: #0064C8; - border-color: var(--btn-ghost-light-border-color, #0064C8); + background: rgba(#ffffff, 1); + background: rgba(var(--btn-ghost-light-bg, #ffffff), var(--btn-ghost-light-bg-opacity, 1)); + border-color: #0064c8; + border-color: var(--btn-ghost-light-border-color, #0064c8); } -.next-btn-ghost.next-btn-light, .next-btn-ghost.next-btn-light:link, .next-btn-ghost.next-btn-light:visited, .next-btn-ghost.next-btn-light.visited { - color: #0064C8; - color: var(--btn-ghost-light-color, #0064C8); +.next-btn-ghost.next-btn-light, +.next-btn-ghost.next-btn-light:link, +.next-btn-ghost.next-btn-light:visited, +.next-btn-ghost.next-btn-light.visited { + color: #0064c8; + color: var(--btn-ghost-light-color, #0064c8); } -.next-btn-ghost.next-btn-light:focus, .next-btn-ghost.next-btn-light:hover, .next-btn-ghost.next-btn-light.hover { - color: #FFFFFF; - color: var(--btn-ghost-light-color-hover, #FFFFFF); - background: rgba(#0050A0, 1); - background: rgba(var(--btn-ghost-light-bg-hover-rgb, #0050A0), var(--btn-ghost-light-bg-hover-opacity, 1)); +.next-btn-ghost.next-btn-light:focus, +.next-btn-ghost.next-btn-light:hover, +.next-btn-ghost.next-btn-light.hover { + color: #ffffff; + color: var(--btn-ghost-light-color-hover, #ffffff); + background: rgba(#0050a0, 1); + background: rgba(var(--btn-ghost-light-bg-hover-rgb, #0050a0), var(--btn-ghost-light-bg-hover-opacity, 1)); border-color: transparent; border-color: var(--btn-ghost-light-border-color-hover, transparent); text-decoration: none; } -.next-btn-ghost.next-btn-light:active, .next-btn-ghost.next-btn-light.active { - color: #FFFFFF; - color: var(--btn-ghost-light-color-hover, #FFFFFF); - background: rgba(#0050A0, 1); - background: rgba(var(--btn-ghost-light-bg-hover-rgb, #0050A0), var(--btn-ghost-light-bg-hover-opacity, 1)); +.next-btn-ghost.next-btn-light:active, +.next-btn-ghost.next-btn-light.active { + color: #ffffff; + color: var(--btn-ghost-light-color-hover, #ffffff); + background: rgba(#0050a0, 1); + background: rgba(var(--btn-ghost-light-bg-hover-rgb, #0050a0), var(--btn-ghost-light-bg-hover-opacity, 1)); border-color: transparent; border-color: var(--btn-ghost-light-border-color-hover, transparent); text-decoration: none; } -.next-btn-ghost.next-btn-light.disabled, .next-btn-ghost.next-btn-light[disabled] { - background: #F7F9FA; - background: var(--btn-ghost-light-bg-disabled, #F7F9FA); - border-color: rgba(#FFFFFF, 1); - border-color: rgba(var(--btn-ghost-light-border-color-disabled-rgb, #FFFFFF), var(--btn-ghost-light-border-color-disabled-opacity, 1)); -} - -.next-btn-ghost.next-btn-light.disabled, .next-btn-ghost.next-btn-light.disabled:link, .next-btn-ghost.next-btn-light.disabled:visited, .next-btn-ghost.next-btn-light.disabled.visited, .next-btn-ghost.next-btn-light[disabled], .next-btn-ghost.next-btn-light[disabled]:link, .next-btn-ghost.next-btn-light[disabled]:visited, .next-btn-ghost.next-btn-light[disabled].visited { - color: rgba(#C1C1C1, 1); - color: rgba(var(--btn-ghost-light-color-disabled-rgb, #C1C1C1), var(--btn-ghost-light-color-disabled-opacity, 1)); -} - -.next-btn-ghost.next-btn-light.disabled:focus, .next-btn-ghost.next-btn-light.disabled:hover, .next-btn-ghost.next-btn-light.disabled.hover, .next-btn-ghost.next-btn-light[disabled]:focus, .next-btn-ghost.next-btn-light[disabled]:hover, .next-btn-ghost.next-btn-light[disabled].hover { - color: rgba(#C1C1C1, 1); - color: rgba(var(--btn-ghost-light-color-disabled-rgb, #C1C1C1), var(--btn-ghost-light-color-disabled-opacity, 1)); - background: #F7F9FA; - background: var(--btn-ghost-light-bg-disabled, #F7F9FA); - border-color: rgba(#FFFFFF, 1); - border-color: rgba(var(--btn-ghost-light-border-color-disabled-rgb, #FFFFFF), var(--btn-ghost-light-border-color-disabled-opacity, 1)); +.next-btn-ghost.next-btn-light.disabled, +.next-btn-ghost.next-btn-light[disabled] { + background: #f7f9fa; + background: var(--btn-ghost-light-bg-disabled, #f7f9fa); + border-color: rgba(#ffffff, 1); + border-color: rgba( + var(--btn-ghost-light-border-color-disabled-rgb, #ffffff), + var(--btn-ghost-light-border-color-disabled-opacity, 1) + ); +} + +.next-btn-ghost.next-btn-light.disabled, +.next-btn-ghost.next-btn-light.disabled:link, +.next-btn-ghost.next-btn-light.disabled:visited, +.next-btn-ghost.next-btn-light.disabled.visited, +.next-btn-ghost.next-btn-light[disabled], +.next-btn-ghost.next-btn-light[disabled]:link, +.next-btn-ghost.next-btn-light[disabled]:visited, +.next-btn-ghost.next-btn-light[disabled].visited { + color: rgba(#c1c1c1, 1); + color: rgba(var(--btn-ghost-light-color-disabled-rgb, #c1c1c1), var(--btn-ghost-light-color-disabled-opacity, 1)); +} + +.next-btn-ghost.next-btn-light.disabled:focus, +.next-btn-ghost.next-btn-light.disabled:hover, +.next-btn-ghost.next-btn-light.disabled.hover, +.next-btn-ghost.next-btn-light[disabled]:focus, +.next-btn-ghost.next-btn-light[disabled]:hover, +.next-btn-ghost.next-btn-light[disabled].hover { + color: rgba(#c1c1c1, 1); + color: rgba(var(--btn-ghost-light-color-disabled-rgb, #c1c1c1), var(--btn-ghost-light-color-disabled-opacity, 1)); + background: #f7f9fa; + background: var(--btn-ghost-light-bg-disabled, #f7f9fa); + border-color: rgba(#ffffff, 1); + border-color: rgba( + var(--btn-ghost-light-border-color-disabled-rgb, #ffffff), + var(--btn-ghost-light-border-color-disabled-opacity, 1) + ); text-decoration: none; } -.next-btn-ghost.next-btn-light.disabled:active, .next-btn-ghost.next-btn-light.disabled.active, .next-btn-ghost.next-btn-light[disabled]:active, .next-btn-ghost.next-btn-light[disabled].active { - color: rgba(#C1C1C1, 1); - color: rgba(var(--btn-ghost-light-color-disabled-rgb, #C1C1C1), var(--btn-ghost-light-color-disabled-opacity, 1)); - background: #F7F9FA; - background: var(--btn-ghost-light-bg-disabled, #F7F9FA); - border-color: rgba(#FFFFFF, 1); - border-color: rgba(var(--btn-ghost-light-border-color-disabled-rgb, #FFFFFF), var(--btn-ghost-light-border-color-disabled-opacity, 1)); +.next-btn-ghost.next-btn-light.disabled:active, +.next-btn-ghost.next-btn-light.disabled.active, +.next-btn-ghost.next-btn-light[disabled]:active, +.next-btn-ghost.next-btn-light[disabled].active { + color: rgba(#c1c1c1, 1); + color: rgba(var(--btn-ghost-light-color-disabled-rgb, #c1c1c1), var(--btn-ghost-light-color-disabled-opacity, 1)); + background: #f7f9fa; + background: var(--btn-ghost-light-bg-disabled, #f7f9fa); + border-color: rgba(#ffffff, 1); + border-color: rgba( + var(--btn-ghost-light-border-color-disabled-rgb, #ffffff), + var(--btn-ghost-light-border-color-disabled-opacity, 1) + ); text-decoration: none; } @@ -7395,11 +8759,15 @@ small { box-shadow: none; } -.next-btn-group > .next-btn:hover, .next-btn-group > .next-btn:focus, .next-btn-group > .next-btn:active, .next-btn-group > .next-btn.active { +.next-btn-group > .next-btn:hover, +.next-btn-group > .next-btn:focus, +.next-btn-group > .next-btn:active, +.next-btn-group > .next-btn.active { z-index: 1; } -.next-btn-group > .next-btn.disabled, .next-btn-group > .next-btn[disabled] { +.next-btn-group > .next-btn.disabled, +.next-btn-group > .next-btn[disabled] { z-index: 0; } @@ -7433,83 +8801,85 @@ small { border-left-color: transparent; } -.next-btn-group > .next-btn-primary:not(:first-child).disabled, .next-btn-group > .next-btn-primary:not(:first-child)[disabled] { - border-left-color: #E3E4E6; - border-left-color: var(--color-line1-1, #E3E4E6); +.next-btn-group > .next-btn-primary:not(:first-child).disabled, +.next-btn-group > .next-btn-primary:not(:first-child)[disabled] { + border-left-color: #e3e4e6; + border-left-color: var(--color-line1-1, #e3e4e6); } /* 组合 */ /* ---------------------------------------- */ -.next-btn-group[dir=rtl] > .next-btn { +.next-btn-group[dir="rtl"] > .next-btn { float: right; } -.next-btn-group[dir=rtl] .next-btn.next-btn { +.next-btn-group[dir="rtl"] .next-btn.next-btn { margin: 0 -1px 0 0; } -.next-btn-group[dir=rtl] > .next-btn:first-child:not(:last-child) { +.next-btn-group[dir="rtl"] > .next-btn:first-child:not(:last-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } -.next-btn-group[dir=rtl] > .next-btn:last-child:not(:first-child) { +.next-btn-group[dir="rtl"] > .next-btn:last-child:not(:first-child) { border-bottom-right-radius: 0; border-top-right-radius: 0; } -.next-btn-group[dir=rtl] > .next-btn-primary:not(:first-child) { +.next-btn-group[dir="rtl"] > .next-btn-primary:not(:first-child) { border-right-color: rgba(255, 255, 255, 0.2); } -.next-btn-group[dir=rtl] > .next-btn-primary:not(:first-child):hover { +.next-btn-group[dir="rtl"] > .next-btn-primary:not(:first-child):hover { border-right-color: transparent; } -.next-btn-group[dir=rtl] > .next-btn-primary:not(:first-child).disabled, .next-btn-group[dir=rtl] > .next-btn-primary:not(:first-child)[disabled] { - border-right-color: #E3E4E6; - border-right-color: var(--color-line1-1, #E3E4E6); +.next-btn-group[dir="rtl"] > .next-btn-primary:not(:first-child).disabled, +.next-btn-group[dir="rtl"] > .next-btn-primary:not(:first-child)[disabled] { + border-right-color: #e3e4e6; + border-right-color: var(--color-line1-1, #e3e4e6); } /* 尺寸维度 */ /* ---------------------------------------- */ -.next-btn.next-small[dir=rtl] { +.next-btn.next-small[dir="rtl"] { border-radius: 2px; border-radius: var(--btn-size-s-corner, 2px); } -.next-btn.next-small[dir=rtl] > .next-btn-icon.next-icon-first { +.next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-first { margin-left: 8px; margin-right: 0; } -.next-btn.next-small[dir=rtl] > .next-btn-icon.next-icon-first:before, -.next-btn.next-small[dir=rtl] > .next-btn-icon.next-icon-first .next-icon-remote { +.next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-first:before, +.next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-first .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } -.next-btn.next-small[dir=rtl] > .next-btn-icon.next-icon-last { +.next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-last { margin-left: 0; margin-right: 8px; } -.next-btn.next-small[dir=rtl] > .next-btn-icon.next-icon-last:before, -.next-btn.next-small[dir=rtl] > .next-btn-icon.next-icon-last .next-icon-remote { +.next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-last:before, +.next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-last .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } -.next-btn.next-small[dir=rtl].next-btn-loading { +.next-btn.next-small[dir="rtl"].next-btn-loading { padding-left: 8px; padding-left: var(--btn-size-s-padding, 8px); padding-right: 28px; padding-right: calc(var(--btn-size-s-padding, 8px) + 20px); } -.next-btn.next-small[dir=rtl].next-btn-loading:after { +.next-btn.next-small[dir="rtl"].next-btn-loading:after { right: 8px; right: var(--btn-size-s-padding, 8px); top: 50%; @@ -7517,43 +8887,43 @@ small { margin-left: 8px; } -.next-btn.next-medium[dir=rtl] { +.next-btn.next-medium[dir="rtl"] { border-radius: 2px; border-radius: var(--btn-size-m-corner, 2px); } -.next-btn.next-medium[dir=rtl] > .next-btn-icon.next-icon-first { +.next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-first { margin-left: 8px; margin-right: 0; } -.next-btn.next-medium[dir=rtl] > .next-btn-icon.next-icon-first:before, -.next-btn.next-medium[dir=rtl] > .next-btn-icon.next-icon-first .next-icon-remote { +.next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-first:before, +.next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-first .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } -.next-btn.next-medium[dir=rtl] > .next-btn-icon.next-icon-last { +.next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-last { margin-left: 0; margin-right: 8px; } -.next-btn.next-medium[dir=rtl] > .next-btn-icon.next-icon-last:before, -.next-btn.next-medium[dir=rtl] > .next-btn-icon.next-icon-last .next-icon-remote { +.next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-last:before, +.next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-last .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } -.next-btn.next-medium[dir=rtl].next-btn-loading { +.next-btn.next-medium[dir="rtl"].next-btn-loading { padding-left: 16px; padding-left: var(--btn-size-m-padding, 16px); padding-right: 36px; padding-right: calc(var(--btn-size-m-padding, 16px) + 20px); } -.next-btn.next-medium[dir=rtl].next-btn-loading:after { +.next-btn.next-medium[dir="rtl"].next-btn-loading:after { right: 16px; right: var(--btn-size-m-padding, 16px); top: 50%; @@ -7561,43 +8931,43 @@ small { margin-left: 8px; } -.next-btn.next-large[dir=rtl] { +.next-btn.next-large[dir="rtl"] { border-radius: 2px; border-radius: var(--btn-size-l-corner, 2px); } -.next-btn.next-large[dir=rtl] > .next-btn-icon.next-icon-first { +.next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-first { margin-left: 8px; margin-right: 0; } -.next-btn.next-large[dir=rtl] > .next-btn-icon.next-icon-first:before, -.next-btn.next-large[dir=rtl] > .next-btn-icon.next-icon-first .next-icon-remote { +.next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-first:before, +.next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-first .next-icon-remote { width: 16px; font-size: 16px; line-height: inherit; } -.next-btn.next-large[dir=rtl] > .next-btn-icon.next-icon-last { +.next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-last { margin-left: 0; margin-right: 8px; } -.next-btn.next-large[dir=rtl] > .next-btn-icon.next-icon-last:before, -.next-btn.next-large[dir=rtl] > .next-btn-icon.next-icon-last .next-icon-remote { +.next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-last:before, +.next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-last .next-icon-remote { width: 16px; font-size: 16px; line-height: inherit; } -.next-btn.next-large[dir=rtl].next-btn-loading { +.next-btn.next-large[dir="rtl"].next-btn-loading { padding-left: 16px; padding-left: var(--btn-size-l-padding, 16px); padding-right: 40px; padding-right: calc(var(--btn-size-l-padding, 16px) + 24px); } -.next-btn.next-large[dir=rtl].next-btn-loading:after { +.next-btn.next-large[dir="rtl"].next-btn-loading:after { right: 16px; right: var(--btn-size-l-padding, 16px); top: 50%; @@ -7606,120 +8976,120 @@ small { } /* 文本按钮 */ -.next-btn-text[dir=rtl].next-large { +.next-btn-text[dir="rtl"].next-large { border-radius: 0; } -.next-btn-text[dir=rtl].next-large > .next-btn-icon.next-icon-first { +.next-btn-text[dir="rtl"].next-large > .next-btn-icon.next-icon-first { margin-left: 4px; margin-right: 0; } -.next-btn-text[dir=rtl].next-large > .next-btn-icon.next-icon-first:before, -.next-btn-text[dir=rtl].next-large > .next-btn-icon.next-icon-first .next-icon-remote { +.next-btn-text[dir="rtl"].next-large > .next-btn-icon.next-icon-first:before, +.next-btn-text[dir="rtl"].next-large > .next-btn-icon.next-icon-first .next-icon-remote { width: 16px; font-size: 16px; line-height: inherit; } -.next-btn-text[dir=rtl].next-large > .next-btn-icon.next-icon-last { +.next-btn-text[dir="rtl"].next-large > .next-btn-icon.next-icon-last { margin-left: 0; margin-right: 4px; } -.next-btn-text[dir=rtl].next-large > .next-btn-icon.next-icon-last:before, -.next-btn-text[dir=rtl].next-large > .next-btn-icon.next-icon-last .next-icon-remote { +.next-btn-text[dir="rtl"].next-large > .next-btn-icon.next-icon-last:before, +.next-btn-text[dir="rtl"].next-large > .next-btn-icon.next-icon-last .next-icon-remote { width: 16px; font-size: 16px; line-height: inherit; } -.next-btn-text[dir=rtl].next-large.next-btn-loading { +.next-btn-text[dir="rtl"].next-large.next-btn-loading { padding-left: 0px; padding-right: 20px; } -.next-btn-text[dir=rtl].next-large.next-btn-loading:after { +.next-btn-text[dir="rtl"].next-large.next-btn-loading:after { right: 0px; top: 50%; margin-right: 0; margin-left: 4px; } -.next-btn-text[dir=rtl].next-medium { +.next-btn-text[dir="rtl"].next-medium { border-radius: 0; } -.next-btn-text[dir=rtl].next-medium > .next-btn-icon.next-icon-first { +.next-btn-text[dir="rtl"].next-medium > .next-btn-icon.next-icon-first { margin-left: 4px; margin-right: 0; } -.next-btn-text[dir=rtl].next-medium > .next-btn-icon.next-icon-first:before, -.next-btn-text[dir=rtl].next-medium > .next-btn-icon.next-icon-first .next-icon-remote { +.next-btn-text[dir="rtl"].next-medium > .next-btn-icon.next-icon-first:before, +.next-btn-text[dir="rtl"].next-medium > .next-btn-icon.next-icon-first .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } -.next-btn-text[dir=rtl].next-medium > .next-btn-icon.next-icon-last { +.next-btn-text[dir="rtl"].next-medium > .next-btn-icon.next-icon-last { margin-left: 0; margin-right: 4px; } -.next-btn-text[dir=rtl].next-medium > .next-btn-icon.next-icon-last:before, -.next-btn-text[dir=rtl].next-medium > .next-btn-icon.next-icon-last .next-icon-remote { +.next-btn-text[dir="rtl"].next-medium > .next-btn-icon.next-icon-last:before, +.next-btn-text[dir="rtl"].next-medium > .next-btn-icon.next-icon-last .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } -.next-btn-text[dir=rtl].next-medium.next-btn-loading { +.next-btn-text[dir="rtl"].next-medium.next-btn-loading { padding-left: 0px; padding-right: 16px; } -.next-btn-text[dir=rtl].next-medium.next-btn-loading:after { +.next-btn-text[dir="rtl"].next-medium.next-btn-loading:after { right: 0px; top: 50%; margin-right: 0; margin-left: 4px; } -.next-btn-text[dir=rtl].next-small { +.next-btn-text[dir="rtl"].next-small { border-radius: 0; } -.next-btn-text[dir=rtl].next-small > .next-btn-icon.next-icon-first { +.next-btn-text[dir="rtl"].next-small > .next-btn-icon.next-icon-first { margin-left: 4px; margin-right: 0; } -.next-btn-text[dir=rtl].next-small > .next-btn-icon.next-icon-first:before, -.next-btn-text[dir=rtl].next-small > .next-btn-icon.next-icon-first .next-icon-remote { +.next-btn-text[dir="rtl"].next-small > .next-btn-icon.next-icon-first:before, +.next-btn-text[dir="rtl"].next-small > .next-btn-icon.next-icon-first .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } -.next-btn-text[dir=rtl].next-small > .next-btn-icon.next-icon-last { +.next-btn-text[dir="rtl"].next-small > .next-btn-icon.next-icon-last { margin-left: 0; margin-right: 4px; } -.next-btn-text[dir=rtl].next-small > .next-btn-icon.next-icon-last:before, -.next-btn-text[dir=rtl].next-small > .next-btn-icon.next-icon-last .next-icon-remote { +.next-btn-text[dir="rtl"].next-small > .next-btn-icon.next-icon-last:before, +.next-btn-text[dir="rtl"].next-small > .next-btn-icon.next-icon-last .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } -.next-btn-text[dir=rtl].next-small.next-btn-loading { +.next-btn-text[dir="rtl"].next-small.next-btn-loading { padding-left: 0px; padding-right: 16px; } -.next-btn-text[dir=rtl].next-small.next-btn-loading:after { +.next-btn-text[dir="rtl"].next-small.next-btn-loading:after { right: 0px; top: 50%; margin-right: 0; @@ -7738,10 +9108,10 @@ small { border-spacing: 0; -webkit-transition: all 100ms linear; transition: all 100ms linear; - border: 1px solid #C0C6CC; - border: var(--input-border-width, 1px) solid var(--input-border-color, #C0C6CC); - background-color: #FFFFFF; - background-color: var(--input-bg-color, #FFFFFF); + border: 1px solid #c0c6cc; + border: var(--input-border-width, 1px) solid var(--input-border-color, #c0c6cc); + background-color: #ffffff; + background-color: var(--input-bg-color, #ffffff); } .next-input *, @@ -7756,7 +9126,8 @@ small { /* remove autoFill yellow background */ } -.next-input input[type=reset], .next-input input[type=submit] { +.next-input input[type="reset"], +.next-input input[type="submit"] { -webkit-appearance: button; cursor: pointer; } @@ -7767,13 +9138,13 @@ small { } .next-input input:-webkit-autofill { - -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset; - -webkit-box-shadow: 0 0 0 1000px var(--input-bg-color, #FFFFFF) inset; + -webkit-box-shadow: 0 0 0 1000px #ffffff inset; + -webkit-box-shadow: 0 0 0 1000px var(--input-bg-color, #ffffff) inset; border-radius: 2px; border-radius: var(--form-element-large-corner, 2px); } -.next-input input[type=password]::-ms-reveal { +.next-input input[type="password"]::-ms-reveal { display: none; } @@ -7832,8 +9203,8 @@ small { .next-input.next-small input { height: 22px; height: calc(var(--form-element-small-height, 24px) - var(--input-border-width, 1px) * 2); - line-height: 22px \0 ; - line-height: calc(var(--form-element-small-height, 24px) - var(--input-border-width, 1px) * 2) \0 ; + line-height: 22px \0; + line-height: calc(var(--form-element-small-height, 24px) - var(--input-border-width, 1px) * 2) \0; padding: 0 12px; padding: 0 var(--input-s-padding, 12px); font-size: 12px; @@ -7915,8 +9286,8 @@ small { .next-input.next-medium input { height: 30px; height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px) * 2); - line-height: 30px \0 ; - line-height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px) * 2) \0 ; + line-height: 30px \0; + line-height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px) * 2) \0; padding: 0 12px; padding: 0 var(--input-m-padding, 12px); font-size: 12px; @@ -7998,8 +9369,8 @@ small { .next-input.next-large input { height: 34px; height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px) * 2); - line-height: 34px \0 ; - line-height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px) * 2) \0 ; + line-height: 34px \0; + line-height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px) * 2) \0; padding: 0 12px; padding: 0 var(--input-l-padding, 12px); font-size: 14px; @@ -8108,7 +9479,9 @@ small { opacity: 1; } -.next-input .next-input-clear-icon:hover, .next-input .next-icon-eye:hover, .next-input .next-icon-eye-close:hover { +.next-input .next-input-clear-icon:hover, +.next-input .next-icon-eye:hover, +.next-input .next-icon-eye-close:hover { cursor: pointer; color: #555555; color: var(--input-hint-hover-color, #555555); @@ -8118,22 +9491,26 @@ small { opacity: 0; } -.next-input:hover, .next-input.next-focus { - border-color: #C0C6CC; - border-color: var(--input-hover-border-color, #C0C6CC); - background-color: #FFFFFF; - background-color: var(--input-hover-bg-color, #FFFFFF); +.next-input:hover, +.next-input.next-focus { + border-color: #c0c6cc; + border-color: var(--input-hover-border-color, #c0c6cc); + background-color: #ffffff; + background-color: var(--input-hover-bg-color, #ffffff); } -.next-input:hover .next-input-clear, .next-input.next-focus .next-input-clear { +.next-input:hover .next-input-clear, +.next-input.next-focus .next-input-clear { opacity: 1; } -.next-input:hover .next-input-clear + .next-input-hint, .next-input.next-focus .next-input-clear + .next-input-hint { +.next-input:hover .next-input-clear + .next-input-hint, +.next-input.next-focus .next-input-clear + .next-input-hint { opacity: 0; } -.next-input:hover .next-input-hover-show, .next-input.next-focus .next-input-hover-show { +.next-input:hover .next-input-hover-show, +.next-input.next-focus .next-input-hover-show { opacity: 1; } @@ -8146,24 +9523,25 @@ small { } .next-input.next-focus { - border-color: #0064C8; - border-color: var(--input-focus-border-color, #0064C8); - background-color: #FFFFFF; - background-color: var(--input-focus-bg-color, #FFFFFF); + border-color: #0064c8; + border-color: var(--input-focus-border-color, #0064c8); + background-color: #ffffff; + background-color: var(--input-focus-bg-color, #ffffff); -webkit-box-shadow: 0 0 0 0px rgba(0, 100, 200, 0.2); box-shadow: 0 0 0 0px rgba(0, 100, 200, 0.2); } .next-input.next-warning { - border-color: #FAC800; - border-color: var(--input-feedback-warning-border-color, #FAC800); - background-color: #FFFFFF; - background-color: var(--input-feedback-warning-bg-color, #FFFFFF); + border-color: #fac800; + border-color: var(--input-feedback-warning-border-color, #fac800); + background-color: #ffffff; + background-color: var(--input-feedback-warning-bg-color, #ffffff); } -.next-input.next-warning.next-focus, .next-input.next-warning:hover { - border-color: #FAC800; - border-color: var(--input-feedback-warning-border-color, #FAC800); +.next-input.next-warning.next-focus, +.next-input.next-warning:hover { + border-color: #fac800; + border-color: var(--input-feedback-warning-border-color, #fac800); } .next-input.next-warning.next-focus { @@ -8172,20 +9550,22 @@ small { } .next-input.next-error { - border-color: #C80000; - border-color: var(--input-feedback-error-border-color, #C80000); - background-color: #FFFFFF; - background-color: var(--input-feedback-error-bg-color, #FFFFFF); + border-color: #c80000; + border-color: var(--input-feedback-error-border-color, #c80000); + background-color: #ffffff; + background-color: var(--input-feedback-error-bg-color, #ffffff); } -.next-input.next-error input, .next-input.next-error textarea { +.next-input.next-error input, +.next-input.next-error textarea { color: #333333; color: var(--input-feedback-error-color, #333333); } -.next-input.next-error.next-focus, .next-input.next-error:hover { - border-color: #C80000; - border-color: var(--input-feedback-error-border-color, #C80000); +.next-input.next-error.next-focus, +.next-input.next-error:hover { + border-color: #c80000; + border-color: var(--input-feedback-error-border-color, #c80000); } .next-input.next-error.next-focus { @@ -8216,13 +9596,13 @@ small { } .next-input-control .next-input-len.next-error { - color: #F8EFEF; - color: var(--input-maxlen-error-color, #F8EFEF); + color: #f8efef; + color: var(--input-maxlen-error-color, #f8efef); } .next-input-control .next-input-len.next-warning { - color: #FFF3B4; - color: var(--input-maxlen-warning-color, #FFF3B4); + color: #fff3b4; + color: var(--input-maxlen-warning-color, #fff3b4); } .next-input-control > * { @@ -8243,8 +9623,8 @@ small { } .next-input-control .next-input-warning-icon { - color: #FAC800; - color: var(--input-feedback-warning-color, #FAC800); + color: #fac800; + color: var(--input-feedback-warning-color, #fac800); } .next-input-control .next-input-warning-icon::before { @@ -8253,8 +9633,8 @@ small { } .next-input-control .next-input-success-icon { - color: #00A700; - color: var(--input-feedback-success-color, #00A700); + color: #00a700; + color: var(--input-feedback-success-color, #00a700); } .next-input-control .next-input-success-icon::before { @@ -8306,39 +9686,43 @@ small { .next-input.next-disabled { color: #b3b3b3; color: var(--input-disabled-color, #b3b3b3); - border-color: #C0C6CC; - border-color: var(--input-disabled-border-color, #C0C6CC); - background-color: #F7F9FA; - background-color: var(--input-disabled-bg-color, #F7F9FA); + border-color: #c0c6cc; + border-color: var(--input-disabled-border-color, #c0c6cc); + background-color: #f7f9fa; + background-color: var(--input-disabled-bg-color, #f7f9fa); cursor: not-allowed; } .next-input.next-disabled:hover { - border-color: #C0C6CC; - border-color: var(--input-disabled-border-color, #C0C6CC); - background-color: #F7F9FA; - background-color: var(--input-disabled-bg-color, #F7F9FA); + border-color: #c0c6cc; + border-color: var(--input-disabled-border-color, #c0c6cc); + background-color: #f7f9fa; + background-color: var(--input-disabled-bg-color, #f7f9fa); } -.next-input.next-disabled input, .next-input.next-disabled textarea { +.next-input.next-disabled input, +.next-input.next-disabled textarea { -webkit-text-fill-color: #b3b3b3; -webkit-text-fill-color: var(--input-disabled-color, #b3b3b3); color: #b3b3b3; color: var(--input-disabled-color, #b3b3b3); } -.next-input.next-disabled input::-moz-placeholder, .next-input.next-disabled textarea::-moz-placeholder { +.next-input.next-disabled input::-moz-placeholder, +.next-input.next-disabled textarea::-moz-placeholder { color: #b3b3b3; color: var(--input-disabled-color, #b3b3b3); opacity: 1; } -.next-input.next-disabled input:-ms-input-placeholder, .next-input.next-disabled textarea:-ms-input-placeholder { +.next-input.next-disabled input:-ms-input-placeholder, +.next-input.next-disabled textarea:-ms-input-placeholder { color: #b3b3b3; color: var(--input-disabled-color, #b3b3b3); } -.next-input.next-disabled input::-webkit-input-placeholder, .next-input.next-disabled textarea::-webkit-input-placeholder { +.next-input.next-disabled input::-webkit-input-placeholder, +.next-input.next-disabled textarea::-webkit-input-placeholder { color: #b3b3b3; color: var(--input-disabled-color, #b3b3b3); } @@ -8377,7 +9761,9 @@ small { color: var(--input-disabled-color, #b3b3b3); } -.next-input-inner, .next-input-control, .next-input-label { +.next-input-inner, +.next-input-control, +.next-input-label { display: table-cell; width: 1px; vertical-align: middle; @@ -8514,11 +9900,11 @@ small { .next-input-group-text { color: #888888; color: var(--input-addon-text-color, #888888); - background-color: #F8F8F9; - background-color: var(--input-addon-bg-color, #F8F8F9); + background-color: #f8f8f9; + background-color: var(--input-addon-bg-color, #f8f8f9); text-align: center; - border: 1px solid #C0C6CC; - border: var(--input-border-width, 1px) solid var(--input-border-color, #C0C6CC); + border: 1px solid #c0c6cc; + border: var(--input-border-width, 1px) solid var(--input-border-color, #c0c6cc); padding: 0 8px; padding: 0 var(--input-addon-padding, 8px); } @@ -8534,18 +9920,18 @@ small { .next-input-group-text.next-disabled { color: #b3b3b3; color: var(--input-disabled-color, #b3b3b3); - border-color: #C0C6CC; - border-color: var(--input-disabled-border-color, #C0C6CC); - background-color: #F7F9FA; - background-color: var(--input-disabled-bg-color, #F7F9FA); + border-color: #c0c6cc; + border-color: var(--input-disabled-border-color, #c0c6cc); + background-color: #f7f9fa; + background-color: var(--input-disabled-bg-color, #f7f9fa); cursor: not-allowed; } .next-input-group-text.next-disabled:hover { - border-color: #C0C6CC; - border-color: var(--input-disabled-border-color, #C0C6CC); - background-color: #F7F9FA; - background-color: var(--input-disabled-bg-color, #F7F9FA); + border-color: #c0c6cc; + border-color: var(--input-disabled-border-color, #c0c6cc); + background-color: #f7f9fa; + background-color: var(--input-disabled-bg-color, #f7f9fa); } .next-input-group-text.next-small { @@ -8569,52 +9955,52 @@ small { border-radius: var(--form-element-large-corner, 2px); } -.next-input[dir=rtl].next-small .next-input-label { +.next-input[dir="rtl"].next-small .next-input-label { padding-left: 0; padding-right: 8px; padding-right: var(--input-s-label-padding-left, 8px); } -.next-input[dir=rtl].next-small .next-input-control { +.next-input[dir="rtl"].next-small .next-input-control { padding-right: 0; padding-left: 4px; padding-left: var(--input-s-icon-padding-right, 4px); } -.next-input[dir=rtl].next-medium .next-input-label { +.next-input[dir="rtl"].next-medium .next-input-label { padding-left: 0; padding-right: 16px; padding-right: var(--input-m-label-padding-left, 16px); } -.next-input[dir=rtl].next-medium .next-input-control { +.next-input[dir="rtl"].next-medium .next-input-control { padding-right: 0; padding-left: 8px; padding-left: var(--input-m-icon-padding-right, 8px); } -.next-input[dir=rtl].next-large .next-input-label { +.next-input[dir="rtl"].next-large .next-input-label { padding-left: 0; padding-right: 16px; padding-right: var(--input-l-label-padding-left, 16px); } -.next-input[dir=rtl].next-large .next-input-control { +.next-input[dir="rtl"].next-large .next-input-control { padding-right: 0; padding-left: 12px; padding-left: var(--input-l-icon-padding-right, 12px); } -.next-input[dir=rtl].next-input-textarea .next-input-len { +.next-input[dir="rtl"].next-input-textarea .next-input-len { text-align: left; } -.next-input[dir=rtl] .next-input-control > *:not(:last-child) { +.next-input[dir="rtl"] .next-input-control > *:not(:last-child) { padding-left: 4px; padding-right: 0; } -.next-input-group[dir=rtl] > .next-input:first-child.next-small { +.next-input-group[dir="rtl"] > .next-input:first-child.next-small { border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; border-top-right-radius: 2px !important; @@ -8623,7 +10009,7 @@ small { border-bottom-right-radius: var(--form-element-small-corner, 2px) !important; } -.next-input-group[dir=rtl] > .next-input:first-child.next-medium { +.next-input-group[dir="rtl"] > .next-input:first-child.next-medium { border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; border-top-right-radius: 2px !important; @@ -8632,7 +10018,7 @@ small { border-bottom-right-radius: var(--form-element-medium-corner, 2px) !important; } -.next-input-group[dir=rtl] > .next-input:first-child.next-large { +.next-input-group[dir="rtl"] > .next-input:first-child.next-large { border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; border-top-right-radius: 2px !important; @@ -8641,7 +10027,7 @@ small { border-bottom-right-radius: var(--form-element-large-corner, 2px) !important; } -.next-input-group[dir=rtl] > .next-input:last-child.next-small { +.next-input-group[dir="rtl"] > .next-input:last-child.next-small { border-top-left-radius: 2px !important; border-top-left-radius: var(--form-element-small-corner, 2px) !important; border-bottom-left-radius: 2px !important; @@ -8650,7 +10036,7 @@ small { border-bottom-right-radius: 0 !important; } -.next-input-group[dir=rtl] > .next-input:last-child.next-medium { +.next-input-group[dir="rtl"] > .next-input:last-child.next-medium { border-top-left-radius: 2px !important; border-top-left-radius: var(--form-element-medium-corner, 2px) !important; border-bottom-left-radius: 2px !important; @@ -8659,7 +10045,7 @@ small { border-bottom-right-radius: 0 !important; } -.next-input-group[dir=rtl] > .next-input:last-child.next-large { +.next-input-group[dir="rtl"] > .next-input:last-child.next-large { border-top-left-radius: 2px !important; border-top-left-radius: var(--form-element-large-corner, 2px) !important; border-bottom-left-radius: 2px !important; @@ -8668,99 +10054,99 @@ small { border-bottom-right-radius: 0 !important; } -.next-input-group[dir=rtl] .next-input-group-addon { +.next-input-group[dir="rtl"] .next-input-group-addon { /* stylelint-disable declaration-no-important */ } -.next-input-group[dir=rtl] .next-input-group-addon:first-child, -.next-input-group[dir=rtl] .next-input-group-addon:first-child > .next-input, -.next-input-group[dir=rtl] .next-input-group-addon:first-child > * > .next-input { +.next-input-group[dir="rtl"] .next-input-group-addon:first-child, +.next-input-group[dir="rtl"] .next-input-group-addon:first-child > .next-input, +.next-input-group[dir="rtl"] .next-input-group-addon:first-child > * > .next-input { border-bottom-left-radius: 0 !important; border-top-left-radius: 0 !important; } -.next-input-group[dir=rtl] .next-input-group-addon:first-child.next-small, -.next-input-group[dir=rtl] .next-input-group-addon:first-child > .next-input.next-small, -.next-input-group[dir=rtl] .next-input-group-addon:first-child > * > .next-input.next-small { +.next-input-group[dir="rtl"] .next-input-group-addon:first-child.next-small, +.next-input-group[dir="rtl"] .next-input-group-addon:first-child > .next-input.next-small, +.next-input-group[dir="rtl"] .next-input-group-addon:first-child > * > .next-input.next-small { border-bottom-right-radius: 2px !important; border-bottom-right-radius: var(--form-element-small-corner, 2px) !important; border-top-right-radius: 2px !important; border-top-right-radius: var(--form-element-small-corner, 2px) !important; } -.next-input-group[dir=rtl] .next-input-group-addon:first-child.next-medium, -.next-input-group[dir=rtl] .next-input-group-addon:first-child > .next-input.next-medium, -.next-input-group[dir=rtl] .next-input-group-addon:first-child > * > .next-input.next-medium { +.next-input-group[dir="rtl"] .next-input-group-addon:first-child.next-medium, +.next-input-group[dir="rtl"] .next-input-group-addon:first-child > .next-input.next-medium, +.next-input-group[dir="rtl"] .next-input-group-addon:first-child > * > .next-input.next-medium { border-bottom-right-radius: 2px !important; border-bottom-right-radius: var(--form-element-medium-corner, 2px) !important; border-top-right-radius: 2px !important; border-top-right-radius: var(--form-element-medium-corner, 2px) !important; } -.next-input-group[dir=rtl] .next-input-group-addon:first-child.next-large, -.next-input-group[dir=rtl] .next-input-group-addon:first-child > .next-input.next-large, -.next-input-group[dir=rtl] .next-input-group-addon:first-child > * > .next-input.next-large { +.next-input-group[dir="rtl"] .next-input-group-addon:first-child.next-large, +.next-input-group[dir="rtl"] .next-input-group-addon:first-child > .next-input.next-large, +.next-input-group[dir="rtl"] .next-input-group-addon:first-child > * > .next-input.next-large { border-bottom-right-radius: 2px !important; border-bottom-right-radius: var(--form-element-large-corner, 2px) !important; border-top-right-radius: 2px !important; border-top-right-radius: var(--form-element-large-corner, 2px) !important; } -.next-input-group[dir=rtl] .next-input-group-addon:first-child > * { +.next-input-group[dir="rtl"] .next-input-group-addon:first-child > * { margin-left: -1px; margin-left: calc(0px - var(--input-border-width, 1px)); border-bottom-left-radius: 0 !important; border-top-left-radius: 0 !important; } -.next-input-group[dir=rtl] .next-input-group-addon:last-child, -.next-input-group[dir=rtl] .next-input-group-addon:last-child > .next-input, -.next-input-group[dir=rtl] .next-input-group-addon:last-child > * > .next-input { +.next-input-group[dir="rtl"] .next-input-group-addon:last-child, +.next-input-group[dir="rtl"] .next-input-group-addon:last-child > .next-input, +.next-input-group[dir="rtl"] .next-input-group-addon:last-child > * > .next-input { border-bottom-right-radius: 0 !important; border-top-right-radius: 0 !important; } -.next-input-group[dir=rtl] .next-input-group-addon:last-child.next-small, -.next-input-group[dir=rtl] .next-input-group-addon:last-child > .next-input.next-small, -.next-input-group[dir=rtl] .next-input-group-addon:last-child > * > .next-input.next-small { +.next-input-group[dir="rtl"] .next-input-group-addon:last-child.next-small, +.next-input-group[dir="rtl"] .next-input-group-addon:last-child > .next-input.next-small, +.next-input-group[dir="rtl"] .next-input-group-addon:last-child > * > .next-input.next-small { border-bottom-left-radius: 2px !important; border-bottom-left-radius: var(--form-element-small-corner, 2px) !important; border-top-left-radius: 2px !important; border-top-left-radius: var(--form-element-small-corner, 2px) !important; } -.next-input-group[dir=rtl] .next-input-group-addon:last-child.next-medium, -.next-input-group[dir=rtl] .next-input-group-addon:last-child > .next-input.next-medium, -.next-input-group[dir=rtl] .next-input-group-addon:last-child > * > .next-input.next-medium { +.next-input-group[dir="rtl"] .next-input-group-addon:last-child.next-medium, +.next-input-group[dir="rtl"] .next-input-group-addon:last-child > .next-input.next-medium, +.next-input-group[dir="rtl"] .next-input-group-addon:last-child > * > .next-input.next-medium { border-bottom-left-radius: 2px !important; border-bottom-left-radius: var(--form-element-medium-corner, 2px) !important; border-top-left-radius: 2px !important; border-top-left-radius: var(--form-element-medium-corner, 2px) !important; } -.next-input-group[dir=rtl] .next-input-group-addon:last-child.next-large, -.next-input-group[dir=rtl] .next-input-group-addon:last-child > .next-input.next-large, -.next-input-group[dir=rtl] .next-input-group-addon:last-child > * > .next-input.next-large { +.next-input-group[dir="rtl"] .next-input-group-addon:last-child.next-large, +.next-input-group[dir="rtl"] .next-input-group-addon:last-child > .next-input.next-large, +.next-input-group[dir="rtl"] .next-input-group-addon:last-child > * > .next-input.next-large { border-bottom-left-radius: 2px !important; border-bottom-left-radius: var(--form-element-large-corner, 2px) !important; border-top-left-radius: 2px !important; border-top-left-radius: var(--form-element-large-corner, 2px) !important; } -.next-input-group[dir=rtl] .next-input-group-addon:last-child > * { +.next-input-group[dir="rtl"] .next-input-group-addon:last-child > * { margin-right: -1px; margin-right: calc(0px - var(--input-border-width, 1px)); border-bottom-right-radius: 0 !important; border-top-right-radius: 0 !important; } -.next-input-group[dir=rtl] .next-input-group-text:first-child { +.next-input-group[dir="rtl"] .next-input-group-text:first-child { border-right-width: 1px; border-right-width: var(--input-border-width, 1px); border-left: 0; } -.next-input-group[dir=rtl] .next-input-group-text:last-child { +.next-input-group[dir="rtl"] .next-input-group-text:last-child { border-left-width: 1px; border-left-width: var(--input-border-width, 1px); border-right: 0; @@ -8884,16 +10270,19 @@ small { transform: translate(0%); } } -.next-calendar-fullscreen .next-calendar-header, .next-calendar-card .next-calendar-header { +.next-calendar-fullscreen .next-calendar-header, +.next-calendar-card .next-calendar-header { text-align: right; } -.next-calendar-fullscreen .next-calendar-header .next-select, .next-calendar-card .next-calendar-header .next-select { +.next-calendar-fullscreen .next-calendar-header .next-select, +.next-calendar-card .next-calendar-header .next-select { margin-right: 4px; vertical-align: top; } -.next-calendar-fullscreen .next-calendar-header .next-menu, .next-calendar-card .next-calendar-header .next-menu { +.next-calendar-fullscreen .next-calendar-header .next-menu, +.next-calendar-card .next-calendar-header .next-menu { text-align: left; } @@ -8914,17 +10303,22 @@ small { margin-bottom: 16px; margin-bottom: var(--calendar-panel-header-margin-bottom, 16px); border-bottom: 1px solid transparent; - border-bottom: var(--calendar-panel-header-border-bottom-width, 1px) solid var(--calendar-panel-header-border-bottom-color, transparent); + border-bottom: var(--calendar-panel-header-border-bottom-width, 1px) solid + var(--calendar-panel-header-border-bottom-color, transparent); } -.next-calendar-panel-header-left, .next-calendar-panel-header-right, .next-calendar-panel-header-full { +.next-calendar-panel-header-left, +.next-calendar-panel-header-right, +.next-calendar-panel-header-full { height: 32px; height: var(--calendar-panel-header-height, 32px); line-height: 32px; line-height: var(--calendar-panel-header-height, 32px); } -.next-calendar-panel-header-left .next-calendar-btn, .next-calendar-panel-header-right .next-calendar-btn, .next-calendar-panel-header-full .next-calendar-btn { +.next-calendar-panel-header-left .next-calendar-btn, +.next-calendar-panel-header-right .next-calendar-btn, +.next-calendar-panel-header-full .next-calendar-btn { vertical-align: top; font-weight: 500; font-weight: var(--calendar-btn-date-font-weight, 500); @@ -8934,28 +10328,53 @@ small { border-color: transparent; } -.next-calendar-panel-header-left .next-calendar-btn, .next-calendar-panel-header-left .next-calendar-btn:link, .next-calendar-panel-header-left .next-calendar-btn:visited, .next-calendar-panel-header-left .next-calendar-btn.visited, .next-calendar-panel-header-right .next-calendar-btn, .next-calendar-panel-header-right .next-calendar-btn:link, .next-calendar-panel-header-right .next-calendar-btn:visited, .next-calendar-panel-header-right .next-calendar-btn.visited, .next-calendar-panel-header-full .next-calendar-btn, .next-calendar-panel-header-full .next-calendar-btn:link, .next-calendar-panel-header-full .next-calendar-btn:visited, .next-calendar-panel-header-full .next-calendar-btn.visited { +.next-calendar-panel-header-left .next-calendar-btn, +.next-calendar-panel-header-left .next-calendar-btn:link, +.next-calendar-panel-header-left .next-calendar-btn:visited, +.next-calendar-panel-header-left .next-calendar-btn.visited, +.next-calendar-panel-header-right .next-calendar-btn, +.next-calendar-panel-header-right .next-calendar-btn:link, +.next-calendar-panel-header-right .next-calendar-btn:visited, +.next-calendar-panel-header-right .next-calendar-btn.visited, +.next-calendar-panel-header-full .next-calendar-btn, +.next-calendar-panel-header-full .next-calendar-btn:link, +.next-calendar-panel-header-full .next-calendar-btn:visited, +.next-calendar-panel-header-full .next-calendar-btn.visited { color: #333333; color: var(--calendar-btn-date-color, #333333); } -.next-calendar-panel-header-left .next-calendar-btn:focus, .next-calendar-panel-header-left .next-calendar-btn:hover, .next-calendar-panel-header-left .next-calendar-btn.hover, .next-calendar-panel-header-right .next-calendar-btn:focus, .next-calendar-panel-header-right .next-calendar-btn:hover, .next-calendar-panel-header-right .next-calendar-btn.hover, .next-calendar-panel-header-full .next-calendar-btn:focus, .next-calendar-panel-header-full .next-calendar-btn:hover, .next-calendar-panel-header-full .next-calendar-btn.hover { - color: #0064C8; - color: var(--calendar-btn-date-color-hover, #0064C8); +.next-calendar-panel-header-left .next-calendar-btn:focus, +.next-calendar-panel-header-left .next-calendar-btn:hover, +.next-calendar-panel-header-left .next-calendar-btn.hover, +.next-calendar-panel-header-right .next-calendar-btn:focus, +.next-calendar-panel-header-right .next-calendar-btn:hover, +.next-calendar-panel-header-right .next-calendar-btn.hover, +.next-calendar-panel-header-full .next-calendar-btn:focus, +.next-calendar-panel-header-full .next-calendar-btn:hover, +.next-calendar-panel-header-full .next-calendar-btn.hover { + color: #0064c8; + color: var(--calendar-btn-date-color-hover, #0064c8); background: transparent; border-color: transparent; text-decoration: none; } -.next-calendar-panel-header-left .next-calendar-btn:active, .next-calendar-panel-header-left .next-calendar-btn.active, .next-calendar-panel-header-right .next-calendar-btn:active, .next-calendar-panel-header-right .next-calendar-btn.active, .next-calendar-panel-header-full .next-calendar-btn:active, .next-calendar-panel-header-full .next-calendar-btn.active { - color: #0064C8; - color: var(--calendar-btn-date-color-hover, #0064C8); +.next-calendar-panel-header-left .next-calendar-btn:active, +.next-calendar-panel-header-left .next-calendar-btn.active, +.next-calendar-panel-header-right .next-calendar-btn:active, +.next-calendar-panel-header-right .next-calendar-btn.active, +.next-calendar-panel-header-full .next-calendar-btn:active, +.next-calendar-panel-header-full .next-calendar-btn.active { + color: #0064c8; + color: var(--calendar-btn-date-color-hover, #0064c8); background: transparent; border-color: transparent; text-decoration: none; } -.next-calendar-panel-header-left, .next-calendar-panel-header-right { +.next-calendar-panel-header-left, +.next-calendar-panel-header-right { display: inline-block; width: 50%; text-align: center; @@ -8995,35 +10414,92 @@ small { margin-left: 4px; } -.next-calendar-btn-prev-year, .next-calendar-btn-prev-month, .next-calendar-btn-prev-decade, .next-calendar-btn-next-month, .next-calendar-btn-next-year, .next-calendar-btn-next-decade { +.next-calendar-btn-prev-year, +.next-calendar-btn-prev-month, +.next-calendar-btn-prev-decade, +.next-calendar-btn-next-month, +.next-calendar-btn-next-year, +.next-calendar-btn-next-decade { position: absolute; top: 0; background: transparent; border-color: transparent; } -.next-calendar-btn-prev-year, .next-calendar-btn-prev-year:link, .next-calendar-btn-prev-year:visited, .next-calendar-btn-prev-year.visited, .next-calendar-btn-prev-month, .next-calendar-btn-prev-month:link, .next-calendar-btn-prev-month:visited, .next-calendar-btn-prev-month.visited, .next-calendar-btn-prev-decade, .next-calendar-btn-prev-decade:link, .next-calendar-btn-prev-decade:visited, .next-calendar-btn-prev-decade.visited, .next-calendar-btn-next-month, .next-calendar-btn-next-month:link, .next-calendar-btn-next-month:visited, .next-calendar-btn-next-month.visited, .next-calendar-btn-next-year, .next-calendar-btn-next-year:link, .next-calendar-btn-next-year:visited, .next-calendar-btn-next-year.visited, .next-calendar-btn-next-decade, .next-calendar-btn-next-decade:link, .next-calendar-btn-next-decade:visited, .next-calendar-btn-next-decade.visited { +.next-calendar-btn-prev-year, +.next-calendar-btn-prev-year:link, +.next-calendar-btn-prev-year:visited, +.next-calendar-btn-prev-year.visited, +.next-calendar-btn-prev-month, +.next-calendar-btn-prev-month:link, +.next-calendar-btn-prev-month:visited, +.next-calendar-btn-prev-month.visited, +.next-calendar-btn-prev-decade, +.next-calendar-btn-prev-decade:link, +.next-calendar-btn-prev-decade:visited, +.next-calendar-btn-prev-decade.visited, +.next-calendar-btn-next-month, +.next-calendar-btn-next-month:link, +.next-calendar-btn-next-month:visited, +.next-calendar-btn-next-month.visited, +.next-calendar-btn-next-year, +.next-calendar-btn-next-year:link, +.next-calendar-btn-next-year:visited, +.next-calendar-btn-next-year.visited, +.next-calendar-btn-next-decade, +.next-calendar-btn-next-decade:link, +.next-calendar-btn-next-decade:visited, +.next-calendar-btn-next-decade.visited { color: #333333; color: var(--calendar-btn-arrow-color, #333333); } -.next-calendar-btn-prev-year:focus, .next-calendar-btn-prev-year:hover, .next-calendar-btn-prev-year.hover, .next-calendar-btn-prev-month:focus, .next-calendar-btn-prev-month:hover, .next-calendar-btn-prev-month.hover, .next-calendar-btn-prev-decade:focus, .next-calendar-btn-prev-decade:hover, .next-calendar-btn-prev-decade.hover, .next-calendar-btn-next-month:focus, .next-calendar-btn-next-month:hover, .next-calendar-btn-next-month.hover, .next-calendar-btn-next-year:focus, .next-calendar-btn-next-year:hover, .next-calendar-btn-next-year.hover, .next-calendar-btn-next-decade:focus, .next-calendar-btn-next-decade:hover, .next-calendar-btn-next-decade.hover { - color: #0064C8; - color: var(--calendar-btn-arrow-color-hover, #0064C8); +.next-calendar-btn-prev-year:focus, +.next-calendar-btn-prev-year:hover, +.next-calendar-btn-prev-year.hover, +.next-calendar-btn-prev-month:focus, +.next-calendar-btn-prev-month:hover, +.next-calendar-btn-prev-month.hover, +.next-calendar-btn-prev-decade:focus, +.next-calendar-btn-prev-decade:hover, +.next-calendar-btn-prev-decade.hover, +.next-calendar-btn-next-month:focus, +.next-calendar-btn-next-month:hover, +.next-calendar-btn-next-month.hover, +.next-calendar-btn-next-year:focus, +.next-calendar-btn-next-year:hover, +.next-calendar-btn-next-year.hover, +.next-calendar-btn-next-decade:focus, +.next-calendar-btn-next-decade:hover, +.next-calendar-btn-next-decade.hover { + color: #0064c8; + color: var(--calendar-btn-arrow-color-hover, #0064c8); background: transparent; border-color: transparent; text-decoration: none; } -.next-calendar-btn-prev-year:active, .next-calendar-btn-prev-year.active, .next-calendar-btn-prev-month:active, .next-calendar-btn-prev-month.active, .next-calendar-btn-prev-decade:active, .next-calendar-btn-prev-decade.active, .next-calendar-btn-next-month:active, .next-calendar-btn-next-month.active, .next-calendar-btn-next-year:active, .next-calendar-btn-next-year.active, .next-calendar-btn-next-decade:active, .next-calendar-btn-next-decade.active { - color: #0064C8; - color: var(--calendar-btn-arrow-color-hover, #0064C8); +.next-calendar-btn-prev-year:active, +.next-calendar-btn-prev-year.active, +.next-calendar-btn-prev-month:active, +.next-calendar-btn-prev-month.active, +.next-calendar-btn-prev-decade:active, +.next-calendar-btn-prev-decade.active, +.next-calendar-btn-next-month:active, +.next-calendar-btn-next-month.active, +.next-calendar-btn-next-year:active, +.next-calendar-btn-next-year.active, +.next-calendar-btn-next-decade:active, +.next-calendar-btn-next-decade.active { + color: #0064c8; + color: var(--calendar-btn-arrow-color-hover, #0064c8); background: transparent; border-color: transparent; text-decoration: none; } -.next-calendar-btn-prev-decade, .next-calendar-btn-prev-year { +.next-calendar-btn-prev-decade, +.next-calendar-btn-prev-year { left: 16px; left: var(--calendar-btn-arrow-double-offset-lr, 16px); } @@ -9038,7 +10514,8 @@ small { right: var(--calendar-btn-arrow-single-offset-lr, 36px); } -.next-calendar-btn-next-year, .next-calendar-btn-next-decade { +.next-calendar-btn-next-year, +.next-calendar-btn-next-decade { right: 16px; right: var(--calendar-btn-arrow-double-offset-lr, 16px); } @@ -9066,26 +10543,27 @@ small { .next-calendar-fullscreen .next-calendar-cell.next-selected .next-calendar-month { font-weight: bold; font-weight: var(--calendar-fullscreen-table-cell-select-font-weight, bold); - background: #F7F9FA; - background: var(--calendar-fullscreen-table-cell-select-background, #F7F9FA); - color: #0064C8; - color: var(--calendar-fullscreen-table-cell-select-color, #0064C8); - border-color: #0064C8; - border-color: var(--calendar-fullscreen-table-cell-select-border-color, #0064C8); + background: #f7f9fa; + background: var(--calendar-fullscreen-table-cell-select-background, #f7f9fa); + color: #0064c8; + color: var(--calendar-fullscreen-table-cell-select-color, #0064c8); + border-color: #0064c8; + border-color: var(--calendar-fullscreen-table-cell-select-border-color, #0064c8); } .next-calendar-fullscreen .next-calendar-cell.next-disabled .next-calendar-date, .next-calendar-fullscreen .next-calendar-cell.next-disabled .next-calendar-month { cursor: not-allowed; - background: #F7F9FA; - background: var(--calendar-fullscreen-table-cell-disabled-background, #F7F9FA); - color: #C1C1C1; - color: var(--calendar-fullscreen-table-cell-disabled-color, #C1C1C1); - border-color: #E3E4E6; - border-color: var(--calendar-fullscreen-table-cell-disabled-border-color, #E3E4E6); + background: #f7f9fa; + background: var(--calendar-fullscreen-table-cell-disabled-background, #f7f9fa); + color: #c1c1c1; + color: var(--calendar-fullscreen-table-cell-disabled-color, #c1c1c1); + border-color: #e3e4e6; + border-color: var(--calendar-fullscreen-table-cell-disabled-border-color, #e3e4e6); } -.next-calendar-fullscreen .next-calendar-date, .next-calendar-fullscreen .next-calendar-month { +.next-calendar-fullscreen .next-calendar-date, +.next-calendar-fullscreen .next-calendar-month { text-align: right; white-space: nowrap; overflow: hidden; @@ -9100,28 +10578,30 @@ small { border-top: var(--calendar-fullscreen-table-cell-boder-top-width, 2px) var(--line-solid, solid); -webkit-transition: background 100ms linear; transition: background 100ms linear; - background: #FFFFFF; - background: var(--calendar-fullscreen-table-cell-normal-background, #FFFFFF); + background: #ffffff; + background: var(--calendar-fullscreen-table-cell-normal-background, #ffffff); color: #b3b3b3; color: var(--calendar-fullscreen-table-cell-normal-color, #b3b3b3); - border-color: #E3E4E6; - border-color: var(--calendar-fullscreen-table-cell-normal-border-color, #E3E4E6); + border-color: #e3e4e6; + border-color: var(--calendar-fullscreen-table-cell-normal-border-color, #e3e4e6); } -.next-calendar-fullscreen .next-calendar-date:hover, .next-calendar-fullscreen .next-calendar-month:hover { - background: #F7F9FA; - background: var(--calendar-fullscreen-table-cell-hover-background, #F7F9FA); - color: #0064C8; - color: var(--calendar-fullscreen-table-cell-hover-color, #0064C8); - border-color: #0064C8; - border-color: var(--calendar-fullscreen-table-cell-hover-border-color, #0064C8); +.next-calendar-fullscreen .next-calendar-date:hover, +.next-calendar-fullscreen .next-calendar-month:hover { + background: #f7f9fa; + background: var(--calendar-fullscreen-table-cell-hover-background, #f7f9fa); + color: #0064c8; + color: var(--calendar-fullscreen-table-cell-hover-color, #0064c8); + border-color: #0064c8; + border-color: var(--calendar-fullscreen-table-cell-hover-border-color, #0064c8); } -.next-calendar-fullscreen .next-calendar-cell-prev-month .next-calendar-date, .next-calendar-fullscreen .next-calendar-cell-next-month .next-calendar-date { +.next-calendar-fullscreen .next-calendar-cell-prev-month .next-calendar-date, +.next-calendar-fullscreen .next-calendar-cell-next-month .next-calendar-date { background: transparent; background: var(--calendar-fullscreen-table-cell-other-background, transparent); - color: #C1C1C1; - color: var(--calendar-fullscreen-table-cell-other-color, #C1C1C1); + color: #c1c1c1; + color: var(--calendar-fullscreen-table-cell-other-color, #c1c1c1); border-color: transparent; border-color: var(--calendar-fullscreen-table-cell-other-border-color, transparent); } @@ -9130,12 +10610,12 @@ small { .next-calendar-fullscreen .next-calendar-cell-current .next-calendar-month { font-weight: bold; font-weight: var(--calendar-fullscreen-table-cell-current-font-weight, bold); - background: #FFFFFF; - background: var(--calendar-fullscreen-table-cell-current-background, #FFFFFF); - color: #0064C8; - color: var(--calendar-fullscreen-table-cell-current-color, #0064C8); - border-color: #0064C8; - border-color: var(--calendar-fullscreen-table-cell-current-border-color, #0064C8); + background: #ffffff; + background: var(--calendar-fullscreen-table-cell-current-background, #ffffff); + color: #0064c8; + color: var(--calendar-fullscreen-table-cell-current-color, #0064c8); + border-color: #0064c8; + border-color: var(--calendar-fullscreen-table-cell-current-border-color, #0064c8); } .next-calendar-card .next-calendar-th, @@ -9171,12 +10651,12 @@ small { animation: cellZoomIn 0.4s cubic-bezier(0.23, 1, 0.32, 1); font-weight: normal; font-weight: var(--calendar-card-table-cell-select-font-weight, normal); - background: #0064C8; - background: var(--calendar-card-table-cell-select-background, #0064C8); - color: #FFFFFF; - color: var(--calendar-card-table-cell-select-color, #FFFFFF); - border-color: #0064C8; - border-color: var(--calendar-card-table-cell-select-border-color, #0064C8); + background: #0064c8; + background: var(--calendar-card-table-cell-select-background, #0064c8); + color: #ffffff; + color: var(--calendar-card-table-cell-select-color, #ffffff); + border-color: #0064c8; + border-color: var(--calendar-card-table-cell-select-border-color, #0064c8); } .next-calendar-card .next-calendar-cell.next-disabled .next-calendar-date, @@ -9200,15 +10680,17 @@ small { .next-calendar-card .next-calendar-cell.next-inrange .next-calendar-date, .next-calendar-panel .next-calendar-cell.next-inrange .next-calendar-date, .next-calendar-range .next-calendar-cell.next-inrange .next-calendar-date { - background: #EFF3F8; - background: var(--calendar-card-table-cell-inrange-background, #EFF3F8); + background: #eff3f8; + background: var(--calendar-card-table-cell-inrange-background, #eff3f8); color: #333333; color: var(--calendar-card-table-cell-inrange-color, #333333); border-color: transparent; border-color: var(--calendar-card-table-cell-inrange-border-color, transparent); } -.next-calendar-card .next-calendar-date, .next-calendar-card .next-calendar-month, .next-calendar-card .next-calendar-year, +.next-calendar-card .next-calendar-date, +.next-calendar-card .next-calendar-month, +.next-calendar-card .next-calendar-year, .next-calendar-panel .next-calendar-date, .next-calendar-panel .next-calendar-month, .next-calendar-panel .next-calendar-year, @@ -9218,15 +10700,17 @@ small { text-align: center; border: 1px solid; border: var(--line-1, 1px) var(--line-solid, solid); - background: #FFFFFF; - background: var(--calendar-card-table-cell-normal-background, #FFFFFF); + background: #ffffff; + background: var(--calendar-card-table-cell-normal-background, #ffffff); color: #333333; color: var(--calendar-card-table-cell-normal-color, #333333); - border-color: #FFFFFF; - border-color: var(--calendar-card-table-cell-normal-border-color, #FFFFFF); + border-color: #ffffff; + border-color: var(--calendar-card-table-cell-normal-border-color, #ffffff); } -.next-calendar-card .next-calendar-date:hover, .next-calendar-card .next-calendar-month:hover, .next-calendar-card .next-calendar-year:hover, +.next-calendar-card .next-calendar-date:hover, +.next-calendar-card .next-calendar-month:hover, +.next-calendar-card .next-calendar-year:hover, .next-calendar-panel .next-calendar-date:hover, .next-calendar-panel .next-calendar-month:hover, .next-calendar-panel .next-calendar-year:hover, @@ -9236,15 +10720,17 @@ small { cursor: pointer; } -.next-calendar-card .next-calendar-date:hover, .next-calendar-card .next-calendar-month:hover, .next-calendar-card .next-calendar-year:hover, +.next-calendar-card .next-calendar-date:hover, +.next-calendar-card .next-calendar-month:hover, +.next-calendar-card .next-calendar-year:hover, .next-calendar-panel .next-calendar-date:hover, .next-calendar-panel .next-calendar-month:hover, .next-calendar-panel .next-calendar-year:hover, .next-calendar-range .next-calendar-date:hover, .next-calendar-range .next-calendar-month:hover, .next-calendar-range .next-calendar-year:hover { - background: #F7F9FA; - background: var(--calendar-card-table-cell-hover-background, #F7F9FA); + background: #f7f9fa; + background: var(--calendar-card-table-cell-hover-background, #f7f9fa); color: #333333; color: var(--calendar-card-table-cell-hover-color, #333333); border-color: transparent; @@ -9296,23 +10782,23 @@ small { .next-calendar-card .next-calendar-cell-prev-month .next-calendar-date, .next-calendar-panel .next-calendar-cell-prev-month .next-calendar-date, .next-calendar-range .next-calendar-cell-prev-month .next-calendar-date { - background: #FFFFFF; - background: var(--calendar-card-table-cell-other-background, #FFFFFF); + background: #ffffff; + background: var(--calendar-card-table-cell-other-background, #ffffff); color: #555555; color: var(--calendar-card-table-cell-other-color, #555555); - border-color: #FFFFFF; - border-color: var(--calendar-card-table-cell-other-border-color, #FFFFFF); + border-color: #ffffff; + border-color: var(--calendar-card-table-cell-other-border-color, #ffffff); } .next-calendar-card .next-calendar-cell-next-month .next-calendar-date, .next-calendar-panel .next-calendar-cell-next-month .next-calendar-date, .next-calendar-range .next-calendar-cell-next-month .next-calendar-date { - background: #FFFFFF; - background: var(--calendar-card-table-cell-other-background, #FFFFFF); + background: #ffffff; + background: var(--calendar-card-table-cell-other-background, #ffffff); color: #555555; color: var(--calendar-card-table-cell-other-color, #555555); - border-color: #FFFFFF; - border-color: var(--calendar-card-table-cell-other-border-color, #FFFFFF); + border-color: #ffffff; + border-color: var(--calendar-card-table-cell-other-border-color, #ffffff); } .next-calendar-card .next-calendar-cell-current .next-calendar-date, @@ -9326,12 +10812,12 @@ small { .next-calendar-range .next-calendar-cell-current .next-calendar-year { font-weight: normal; font-weight: var(--calendar-card-table-cell-current-font-weight, normal); - background: #FFFFFF; - background: var(--calendar-card-table-cell-current-background, #FFFFFF); - color: #0064C8; - color: var(--calendar-card-table-cell-current-color, #0064C8); - border-color: #0064C8; - border-color: var(--calendar-card-table-cell-current-border-color, #0064C8); + background: #ffffff; + background: var(--calendar-card-table-cell-current-background, #ffffff); + color: #0064c8; + color: var(--calendar-card-table-cell-current-color, #0064c8); + border-color: #0064c8; + border-color: var(--calendar-card-table-cell-current-border-color, #0064c8); } .next-calendar-panel.next-calendar-week .next-calendar-tbody tr { @@ -9339,8 +10825,8 @@ small { } .next-calendar-panel.next-calendar-week .next-calendar-tbody tr:hover .next-calendar-cell .next-calendar-date { - background: #F7F9FA; - background: var(--calendar-card-table-cell-hover-background, #F7F9FA); + background: #f7f9fa; + background: var(--calendar-card-table-cell-hover-background, #f7f9fa); color: #333333; color: var(--calendar-card-table-cell-hover-color, #333333); border-color: transparent; @@ -9372,8 +10858,8 @@ small { right: calc(0px - var(--line-1, 1px)); border: 1px solid; border: var(--line-1, 1px) var(--line-solid, solid); - background: #EFF3F8; - background: var(--calendar-card-table-cell-inrange-background, #EFF3F8); + background: #eff3f8; + background: var(--calendar-card-table-cell-inrange-background, #eff3f8); border-color: transparent; border-color: var(--calendar-card-table-cell-inrange-border-color, transparent); border-radius: 2px; @@ -9386,76 +10872,80 @@ small { .next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-start, .next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-end { - color: #FFFFFF; - color: var(--calendar-card-table-cell-select-color, #FFFFFF); + color: #ffffff; + color: var(--calendar-card-table-cell-select-color, #ffffff); } .next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-start::before, .next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-end::before { - background: #0064C8; - background: var(--calendar-card-table-cell-select-background, #0064C8); - border-color: #0064C8; - border-color: var(--calendar-card-table-cell-select-border-color, #0064C8); + background: #0064c8; + background: var(--calendar-card-table-cell-select-background, #0064c8); + border-color: #0064c8; + border-color: var(--calendar-card-table-cell-select-border-color, #0064c8); } -.next-calendar[dir=rtl] .next-calendar-header { +.next-calendar[dir="rtl"] .next-calendar-header { text-align: left; } -.next-calendar[dir=rtl] .next-calendar-header .next-select { +.next-calendar[dir="rtl"] .next-calendar-header .next-select { margin-right: 0; margin-left: 4px; } -.next-calendar[dir=rtl] .next-calendar-header .next-menu { +.next-calendar[dir="rtl"] .next-calendar-header .next-menu { text-align: right; } -.next-calendar[dir=rtl] .next-calendar-btn-prev-decade, .next-calendar[dir=rtl] .next-calendar-btn-prev-year { +.next-calendar[dir="rtl"] .next-calendar-btn-prev-decade, +.next-calendar[dir="rtl"] .next-calendar-btn-prev-year { left: auto; right: 16px; right: var(--calendar-btn-arrow-double-offset-lr, 16px); } -.next-calendar[dir=rtl] .next-calendar-btn-prev-month { +.next-calendar[dir="rtl"] .next-calendar-btn-prev-month { left: auto; right: 36px; right: var(--calendar-btn-arrow-single-offset-lr, 36px); } -.next-calendar[dir=rtl] .next-calendar-btn-next-month { +.next-calendar[dir="rtl"] .next-calendar-btn-next-month { right: auto; left: 36px; left: var(--calendar-btn-arrow-single-offset-lr, 36px); } -.next-calendar[dir=rtl] .next-calendar-btn-next-year, .next-calendar[dir=rtl] .next-calendar-btn-next-decade { +.next-calendar[dir="rtl"] .next-calendar-btn-next-year, +.next-calendar[dir="rtl"] .next-calendar-btn-next-decade { right: auto; left: 16px; left: var(--calendar-btn-arrow-double-offset-lr, 16px); } -.next-calendar-fullscreen[dir=rtl] .next-calendar-th { +.next-calendar-fullscreen[dir="rtl"] .next-calendar-th { text-align: left; padding-left: 12px; padding-left: var(--calendar-fullscreen-table-head-padding-r, 12px); padding-right: 0; } -.next-calendar-fullscreen[dir=rtl] .next-calendar-date, .next-calendar-fullscreen[dir=rtl] .next-calendar-month { +.next-calendar-fullscreen[dir="rtl"] .next-calendar-date, +.next-calendar-fullscreen[dir="rtl"] .next-calendar-month { text-align: left; } -.next-calendar-range[dir=rtl] .next-calendar-body-left, .next-calendar-range[dir=rtl] .next-calendar-body-right { +.next-calendar-range[dir="rtl"] .next-calendar-body-left, +.next-calendar-range[dir="rtl"] .next-calendar-body-right { float: right; } -.next-calendar-range[dir=rtl] .next-calendar-body-left { +.next-calendar-range[dir="rtl"] .next-calendar-body-left { padding-right: 0; padding-left: 8px; } -.next-calendar-range[dir=rtl] .next-calendar-body-right { +.next-calendar-range[dir="rtl"] .next-calendar-body-right { padding-left: 0; padding-right: 8px; } @@ -9470,7 +10960,8 @@ small { table-layout: fixed; } -.next-calendar-range .next-calendar-body-left, .next-calendar-range .next-calendar-body-right { +.next-calendar-range .next-calendar-body-left, +.next-calendar-range .next-calendar-body-right { float: left; width: 50%; } @@ -9519,29 +11010,31 @@ small { box-sizing: border-box; } -.next-card, .next-card:before, .next-card:after { +.next-card, +.next-card:before, +.next-card:after { -webkit-box-sizing: border-box; box-sizing: border-box; } -.next-card[dir=rtl] .next-card-extra { +.next-card[dir="rtl"] .next-card-extra { left: 0; right: auto; } -.next-card[dir=rtl] .next-card-title:before { +.next-card[dir="rtl"] .next-card-title:before { right: 0; left: auto; } -.next-card[dir=rtl] .next-card-subtitle { +.next-card[dir="rtl"] .next-card-subtitle { float: left; padding-right: 8px; padding-right: var(--card-sub-title-padding-left, 8px); padding-left: 0; } -.next-card[dir=rtl] .next-card-head-show-bullet .next-card-title { +.next-card[dir="rtl"] .next-card-head-show-bullet .next-card-title { padding-left: 0; padding-right: 8px; padding-right: var(--card-title-padding-left, 8px); @@ -9561,16 +11054,16 @@ small { .next-card { min-width: 100px; - border: 1px solid #E3E4E6; - border: var(--card-border-width, 1px) var(--card-border-style, solid) var(--card-border-color, #E3E4E6); + border: 1px solid #e3e4e6; + border: var(--card-border-width, 1px) var(--card-border-style, solid) var(--card-border-color, #e3e4e6); border-radius: 4px; border-radius: var(--card-corner, 4px); -webkit-box-shadow: none; -webkit-box-shadow: var(--card-shadow, none); box-shadow: none; box-shadow: var(--card-shadow, none); - background: #FFFFFF; - background: var(--card-background, #FFFFFF); + background: #ffffff; + background: var(--card-background, #ffffff); overflow: hidden; } @@ -9579,8 +11072,8 @@ small { } .next-card-head { - background: #FFFFFF; - background: var(--card-header-background, #FFFFFF); + background: #ffffff; + background: var(--card-header-background, #ffffff); padding-left: 16px; padding-left: var(--card-padding-lr, 16px); padding-right: 16px; @@ -9599,8 +11092,8 @@ small { height: var(--card-title-bullet-height, 16px); width: 3px; width: var(--card-title-bullet-width, 3px); - background: #0064C8; - background: var(--card-title-bullet-color, #0064C8); + background: #0064c8; + background: var(--card-title-bullet-color, #0064c8); position: absolute; left: 0; top: calc(50% - 8px); @@ -9650,8 +11143,8 @@ small { height: 100%; font-size: 12px; font-size: var(--card-title-extra-font-size, 12px); - color: #0064C8; - color: var(--card-title-extra-color, #0064C8); + color: #0064c8; + color: var(--card-title-extra-color, #0064c8); } .next-card-body { @@ -9665,7 +11158,8 @@ small { .next-card-show-divider .next-card-head-main { border-bottom: 1px solid transparent; - border-bottom: var(--card-head-bottom-border-width, 1px) var(--card-border-style, solid) var(--card-head-bottom-border-color, transparent); + border-bottom: var(--card-head-bottom-border-width, 1px) var(--card-border-style, solid) + var(--card-head-bottom-border-color, transparent); } .next-card-show-divider .next-card-body { @@ -9704,8 +11198,8 @@ small { } .next-card-header { - background: #FFFFFF; - background: var(--card-header-background, #FFFFFF); + background: #ffffff; + background: var(--card-header-background, #ffffff); padding: 0 16px; padding: 0 var(--card-padding-lr, 16px); margin-bottom: 16px; @@ -9785,7 +11279,8 @@ small { content: ""; display: block; border-bottom: 1px solid transparent; - border-bottom: var(--card-head-bottom-border-width, 1px) var(--card-border-style, solid) var(--card-head-bottom-border-color, transparent); + border-bottom: var(--card-head-bottom-border-width, 1px) var(--card-border-style, solid) + var(--card-head-bottom-border-color, transparent); } .next-card-divider--inset { @@ -9815,8 +11310,8 @@ small { box-sizing: border-box; display: inline-block; overflow: auto; - border: 1px solid #E3E4E6; - border: var(--cascader-menu-border-width, 1px) var(--line-solid, solid) var(--cascader-menu-border-color, #E3E4E6); + border: 1px solid #e3e4e6; + border: var(--cascader-menu-border-width, 1px) var(--line-solid, solid) var(--cascader-menu-border-color, #e3e4e6); border-radius: 2px; border-radius: var(--cascader-menu-border-radius, 2px); } @@ -9851,8 +11346,9 @@ small { } .next-cascader-menu-wrapper + .next-cascader-menu-wrapper { - border-left: 1px solid #E3E4E6; - border-left: var(--cascader-menu-border-width, 1px) var(--line-solid, solid) var(--cascader-menu-border-color, #E3E4E6); + border-left: 1px solid #e3e4e6; + border-left: var(--cascader-menu-border-width, 1px) var(--line-solid, solid) + var(--cascader-menu-border-color, #e3e4e6); } .next-cascader-menu { @@ -9867,15 +11363,16 @@ small { } .next-cascader-menu.next-has-right-border { - border-right: 1px solid #E3E4E6; - border-right: var(--cascader-menu-border-width, 1px) var(--line-solid, solid) var(--cascader-menu-border-color, #E3E4E6); + border-right: 1px solid #e3e4e6; + border-right: var(--cascader-menu-border-width, 1px) var(--line-solid, solid) + var(--cascader-menu-border-color, #e3e4e6); } .next-cascader-menu-item.next-expanded { color: #333333; color: var(--cascader-menu-item-expanded-color, #333333); - background-color: #F7F9FA; - background-color: var(--cascader-menu-item-expanded-background-color, #F7F9FA); + background-color: #f7f9fa; + background-color: var(--cascader-menu-item-expanded-background-color, #f7f9fa); } .next-cascader-menu-icon-right { @@ -9929,8 +11426,8 @@ small { } .next-cascader-menu-item.next-expanded .next-cascader-menu-icon-loading { - color: #0064C8; - color: var(--color-brand1-6, #0064C8); + color: #0064c8; + color: var(--color-brand1-6, #0064c8); } .next-cascader-filtered-list { @@ -9948,29 +11445,31 @@ small { } .next-cascader-filtered-item em { - color: #0064C8; - color: var(--color-brand1-6, #0064C8); + color: #0064c8; + color: var(--color-brand1-6, #0064c8); font-style: normal; } -.next-cascader[dir=rtl] .next-cascader-menu-wrapper { +.next-cascader[dir="rtl"] .next-cascader-menu-wrapper { float: right; border-left: none; - border-right: 1px solid #E3E4E6; - border-right: var(--cascader-menu-border-width, 1px) var(--line-solid, solid) var(--cascader-menu-border-color, #E3E4E6); + border-right: 1px solid #e3e4e6; + border-right: var(--cascader-menu-border-width, 1px) var(--line-solid, solid) + var(--cascader-menu-border-color, #e3e4e6); } -.next-cascader[dir=rtl] .next-cascader-menu-wrapper:first-child { +.next-cascader[dir="rtl"] .next-cascader-menu-wrapper:first-child { border-right: none; } -.next-cascader[dir=rtl] .next-cascader-menu.next-has-right-border { +.next-cascader[dir="rtl"] .next-cascader-menu.next-has-right-border { border-right: none; - border-left: 1px solid #E3E4E6; - border-left: var(--cascader-menu-border-width, 1px) var(--line-solid, solid) var(--cascader-menu-border-color, #E3E4E6); + border-left: 1px solid #e3e4e6; + border-left: var(--cascader-menu-border-width, 1px) var(--line-solid, solid) + var(--cascader-menu-border-color, #e3e4e6); } -.next-cascader[dir=rtl] .next-cascader-menu-icon-right { +.next-cascader[dir="rtl"] .next-cascader-menu-icon-right { right: auto; left: 10px; } @@ -9990,8 +11489,9 @@ small { .next-cascader-select-dropdown { -webkit-box-sizing: border-box; box-sizing: border-box; - border: 1px solid #C0C6CC; - border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #C0C6CC); + border: 1px solid #c0c6cc; + border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) + var(--popup-local-border-color, #c0c6cc); border-radius: 2px; border-radius: var(--popup-local-corner, 2px); -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16); @@ -10028,20 +11528,20 @@ small { color: #888888; color: var(--color-text1-2, #888888); /* TODO */ - background: #FFFFFF; + background: #ffffff; cursor: default; } -.next-checkbox-wrapper[dir=rtl] { +.next-checkbox-wrapper[dir="rtl"] { margin-right: 8px; margin-left: 0; } -.next-checkbox-wrapper[dir=rtl]:first-child { +.next-checkbox-wrapper[dir="rtl"]:first-child { margin-right: 0; } -.next-checkbox-wrapper[dir=rtl] > .next-checkbox-label { +.next-checkbox-wrapper[dir="rtl"] > .next-checkbox-label { margin-right: 8px; margin-right: var(--checkbox-margin-left, 8px); margin-left: 0; @@ -10068,7 +11568,7 @@ small { vertical-align: middle; } -.next-checkbox-wrapper input[type=checkbox] { +.next-checkbox-wrapper input[type="checkbox"] { opacity: 0; position: absolute; top: 0; @@ -10087,8 +11587,8 @@ small { width: var(--checkbox-size, 16px); height: 16px; height: var(--checkbox-size, 16px); - background: #FFFFFF; - background: var(--checkbox-bg-color, #FFFFFF); + background: #ffffff; + background: var(--checkbox-bg-color, #ffffff); border-radius: 2px; border-radius: var(--checkbox-border-radius, 2px); border: 1px solid #577899; @@ -10114,8 +11614,8 @@ small { line-height: var(--checkbox-size, 16px); -webkit-transition: all 100ms linear; transition: all 100ms linear; - color: #FFFFFF; - color: var(--checkbox-checked-circle-color, #FFFFFF); + color: #ffffff; + color: var(--checkbox-checked-circle-color, #ffffff); left: 2px; left: calc(var(--checkbox-size, 16px) / 2 - var(--checkbox-circle-size, 12px) / 2); margin-top: 1px; @@ -10146,19 +11646,24 @@ small { content: var(--checkbox-semi-select-icon-content, "\e8ae"); } -.next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner { +.next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner, +.next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner { border-color: #004080; border-color: var(--checkbox-checked-border-color, #004080); - background-color: #0064C8; - background-color: var(--checkbox-checked-bg-color, #0064C8); + background-color: #0064c8; + background-color: var(--checkbox-checked-bg-color, #0064c8); } -.next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner:hover, .next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner.hovered, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner:hover, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner.hovered { +.next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner:hover, +.next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner.hovered, +.next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner:hover, +.next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner.hovered { border-color: #004080; border-color: var(--checkbox-checked-border-color, #004080); } -.next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner > .next-icon { +.next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner > .next-icon, +.next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner > .next-icon { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); @@ -10168,7 +11673,8 @@ small { } .next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner > .next-icon:before, -.next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner > .next-icon .next-icon-remote, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner > .next-icon:before, +.next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner > .next-icon .next-icon-remote, +.next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner > .next-icon:before, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner > .next-icon .next-icon-remote { width: 12px; width: var(--checkbox-circle-size, 12px); @@ -10177,19 +11683,24 @@ small { line-height: inherit; } -.next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner { +.next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner, +.next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner { border-color: #004080; border-color: var(--checkbox-checked-border-color, #004080); - background-color: #0064C8; - background-color: var(--checkbox-checked-bg-color, #0064C8); + background-color: #0064c8; + background-color: var(--checkbox-checked-bg-color, #0064c8); } -.next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner:hover, .next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner.hovered, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner:hover, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner.hovered { +.next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner:hover, +.next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner.hovered, +.next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner:hover, +.next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner.hovered { border-color: #004080; border-color: var(--checkbox-checked-border-color, #004080); } -.next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner > .next-icon { +.next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner > .next-icon, +.next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner > .next-icon { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); @@ -10198,7 +11709,8 @@ small { } .next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner > .next-icon:before, -.next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner > .next-icon .next-icon-remote, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner > .next-icon:before, +.next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner > .next-icon .next-icon-remote, +.next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner > .next-icon:before, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner > .next-icon .next-icon-remote { width: 12px; width: var(--checkbox-circle-size, 12px); @@ -10207,64 +11719,79 @@ small { line-height: inherit; } -.next-checkbox-wrapper:not(.disabled):hover > .next-checkbox > .next-checkbox-inner, .next-checkbox-wrapper.hovered > .next-checkbox > .next-checkbox-inner, .next-checkbox-wrapper.focused > .next-checkbox > .next-checkbox-inner { +.next-checkbox-wrapper:not(.disabled):hover > .next-checkbox > .next-checkbox-inner, +.next-checkbox-wrapper.hovered > .next-checkbox > .next-checkbox-inner, +.next-checkbox-wrapper.focused > .next-checkbox > .next-checkbox-inner { border-color: #004080; border-color: var(--checkbox-hovered-border-color, #004080); background-color: transparent; background-color: var(--checkbox-hovered-bg-color, transparent); } -.next-checkbox-wrapper:not(.disabled):hover .next-checkbox-label, .next-checkbox-wrapper.hovered .next-checkbox-label, .next-checkbox-wrapper.focused .next-checkbox-label { +.next-checkbox-wrapper:not(.disabled):hover .next-checkbox-label, +.next-checkbox-wrapper.hovered .next-checkbox-label, +.next-checkbox-wrapper.focused .next-checkbox-label { cursor: pointer; } -.next-checkbox-wrapper.indeterminate:not(.disabled):hover > .next-checkbox .next-checkbox-inner, .next-checkbox-wrapper.indeterminate:not(.disabled).hovered > .next-checkbox .next-checkbox-inner, .next-checkbox-wrapper.checked:not(.disabled):hover > .next-checkbox .next-checkbox-inner, .next-checkbox-wrapper.checked:not(.disabled).hovered > .next-checkbox .next-checkbox-inner { +.next-checkbox-wrapper.indeterminate:not(.disabled):hover > .next-checkbox .next-checkbox-inner, +.next-checkbox-wrapper.indeterminate:not(.disabled).hovered > .next-checkbox .next-checkbox-inner, +.next-checkbox-wrapper.checked:not(.disabled):hover > .next-checkbox .next-checkbox-inner, +.next-checkbox-wrapper.checked:not(.disabled).hovered > .next-checkbox .next-checkbox-inner { border-color: #004080; border-color: var(--checkbox-checked-hovered-border-color, #004080); - background-color: #0064C8; - background-color: var(--checkbox-checked-hovered-bg-color, #0064C8); + background-color: #0064c8; + background-color: var(--checkbox-checked-hovered-bg-color, #0064c8); } -.next-checkbox-wrapper.indeterminate:not(.disabled):hover > .next-checkbox .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.indeterminate:not(.disabled).hovered > .next-checkbox .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.checked:not(.disabled):hover > .next-checkbox .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.checked:not(.disabled).hovered > .next-checkbox .next-checkbox-inner > .next-icon { - color: #FFFFFF; - color: var(--checkbox-checked-hovered-circle-color, #FFFFFF); +.next-checkbox-wrapper.indeterminate:not(.disabled):hover > .next-checkbox .next-checkbox-inner > .next-icon, +.next-checkbox-wrapper.indeterminate:not(.disabled).hovered > .next-checkbox .next-checkbox-inner > .next-icon, +.next-checkbox-wrapper.checked:not(.disabled):hover > .next-checkbox .next-checkbox-inner > .next-icon, +.next-checkbox-wrapper.checked:not(.disabled).hovered > .next-checkbox .next-checkbox-inner > .next-icon { + color: #ffffff; + color: var(--checkbox-checked-hovered-circle-color, #ffffff); opacity: 1; } -.next-checkbox-wrapper.disabled input[type=checkbox] { +.next-checkbox-wrapper.disabled input[type="checkbox"] { cursor: not-allowed; } .next-checkbox-wrapper.disabled .next-checkbox-inner { - border-color: #C0C6CC; - border-color: var(--checkbox-disabled-border-color, #C0C6CC); - background: #F7F9FA; - background: var(--checkbox-disabled-bg-color, #F7F9FA); + border-color: #c0c6cc; + border-color: var(--checkbox-disabled-border-color, #c0c6cc); + background: #f7f9fa; + background: var(--checkbox-disabled-bg-color, #f7f9fa); } -.next-checkbox-wrapper.disabled.checked .next-checkbox-inner, .next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner { - border-color: #C0C6CC; - border-color: var(--checkbox-disabled-border-color, #C0C6CC); - background: #F7F9FA; - background: var(--checkbox-disabled-bg-color, #F7F9FA); +.next-checkbox-wrapper.disabled.checked .next-checkbox-inner, +.next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner { + border-color: #c0c6cc; + border-color: var(--checkbox-disabled-border-color, #c0c6cc); + background: #f7f9fa; + background: var(--checkbox-disabled-bg-color, #f7f9fa); } -.next-checkbox-wrapper.disabled.checked .next-checkbox-inner:hover, .next-checkbox-wrapper.disabled.checked .next-checkbox-inner.hovered, .next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner:hover, .next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner.hovered { - border-color: #C0C6CC; - border-color: var(--checkbox-disabled-border-color, #C0C6CC); +.next-checkbox-wrapper.disabled.checked .next-checkbox-inner:hover, +.next-checkbox-wrapper.disabled.checked .next-checkbox-inner.hovered, +.next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner:hover, +.next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner.hovered { + border-color: #c0c6cc; + border-color: var(--checkbox-disabled-border-color, #c0c6cc); } -.next-checkbox-wrapper.disabled.checked .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner > .next-icon { +.next-checkbox-wrapper.disabled.checked .next-checkbox-inner > .next-icon, +.next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner > .next-icon { color: #555555; color: var(--checkbox-disabled-circle-color, #555555); opacity: 1; } .next-checkbox-wrapper.disabled.checked.focused .next-checkbox-inner { - border-color: #C0C6CC; - border-color: var(--checkbox-disabled-border-color, #C0C6CC); - background: #F7F9FA; - background: var(--checkbox-disabled-bg-color, #F7F9FA); + border-color: #c0c6cc; + border-color: var(--checkbox-disabled-border-color, #c0c6cc); + background: #f7f9fa; + background: var(--checkbox-disabled-bg-color, #f7f9fa); } .next-checkbox-wrapper.disabled.checked.focused .next-checkbox-inner > .next-icon { @@ -10310,12 +11837,12 @@ small { line-height: 1; } -.next-collapse[dir=rtl] .next-collapse-panel-title { +.next-collapse[dir="rtl"] .next-collapse-panel-title { padding: 16px 36px 16px 0; padding: var(--collapse-title-padding-tb, 16px) 36px var(--collapse-title-padding-tb, 16px) 0; } -.next-collapse[dir=rtl] .next-collapse-panel-icon { +.next-collapse[dir="rtl"] .next-collapse-panel-icon { left: inherit; right: 16px; -webkit-transform: rotate(180deg); @@ -10325,8 +11852,8 @@ small { margin-right: 0px; } -.next-collapse[dir=rtl] .next-collapse-panel-icon:before, -.next-collapse[dir=rtl] .next-collapse-panel-icon .next-icon-remote { +.next-collapse[dir="rtl"] .next-collapse-panel-icon:before, +.next-collapse[dir="rtl"] .next-collapse-panel-icon .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; @@ -10336,8 +11863,8 @@ small { .next-collapse { -webkit-box-sizing: border-box; box-sizing: border-box; - border: 1px solid #E3E4E6; - border: var(--collapse-border-width, 1px) solid var(--collapse-border-color, #E3E4E6); + border: 1px solid #e3e4e6; + border: var(--collapse-border-width, 1px) solid var(--collapse-border-color, #e3e4e6); border-radius: 2px; border-radius: var(--collapse-border-corner, 2px); } @@ -10355,8 +11882,8 @@ small { } .next-collapse-panel:not(:first-child) { - border-top: 1px solid #E3E4E6; - border-top: var(--collapse-title-border-width, 1px) solid var(--collapse-panel-border-color, #E3E4E6); + border-top: 1px solid #e3e4e6; + border-top: var(--collapse-title-border-width, 1px) solid var(--collapse-panel-border-color, #e3e4e6); } .next-collapse .next-collapse-panel-icon { @@ -10366,7 +11893,9 @@ small { -webkit-transition: -webkit-transform 100ms linear; transition: -webkit-transform 100ms linear; transition: transform 100ms linear; - transition: transform 100ms linear, -webkit-transform 100ms linear; + transition: + transform 100ms linear, + -webkit-transform 100ms linear; left: 16px; margin-top: -2px; margin-left: 0px; @@ -10384,8 +11913,8 @@ small { position: relative; line-height: 20px; line-height: var(--collapse-title-height, 20px); - background: #F7F9FA; - background: var(--collapse-title-bg-color, #F7F9FA); + background: #f7f9fa; + background: var(--collapse-title-bg-color, #f7f9fa); font-size: 12px; font-size: var(--collapse-title-font-size, 12px); font-weight: normal; @@ -10400,8 +11929,8 @@ small { } .next-collapse-panel-title:hover { - background: #EFF3F8; - background: var(--collapse-title-hover-bg-color, #EFF3F8); + background: #eff3f8; + background: var(--collapse-title-hover-bg-color, #eff3f8); color: #333333; color: var(--collapse-title-hover-font-color, #333333); font-weight: normal; @@ -10417,8 +11946,8 @@ small { height: 0; padding: 0 16px; padding: 0 var(--collapse-content-padding-x, 16px); - background: #FFFFFF; - background: var(--collapse-content-bg-color, #FFFFFF); + background: #ffffff; + background: var(--collapse-content-bg-color, #ffffff); font-size: 12px; font-size: var(--collapse-content-font-size, 12px); color: #333333; @@ -10466,21 +11995,21 @@ small { } .next-collapse-disabled { - border-color: #E3E4E6; - border-color: var(--collapse-disabled-border-color, #E3E4E6); + border-color: #e3e4e6; + border-color: var(--collapse-disabled-border-color, #e3e4e6); } .next-collapse-panel-disabled:not(:first-child) { - border-color: #E3E4E6; - border-color: var(--collapse-disabled-border-color, #E3E4E6); + border-color: #e3e4e6; + border-color: var(--collapse-disabled-border-color, #e3e4e6); } .next-collapse-panel-disabled > .next-collapse-panel-title { cursor: not-allowed; color: #b3b3b3; color: var(--collapse-title-font-disabled-color, #b3b3b3); - background: #F7F9FA; - background: var(--collapse-title-disabled-bg-color, #F7F9FA); + background: #f7f9fa; + background: var(--collapse-title-disabled-bg-color, #f7f9fa); } .next-collapse-panel-disabled .next-collapse-panel-icon { @@ -10501,8 +12030,8 @@ small { .next-collapse-panel-disabled:hover { color: #b3b3b3; color: var(--collapse-title-font-disabled-color, #b3b3b3); - background: #F7F9FA; - background: var(--collapse-title-disabled-bg-color, #F7F9FA); + background: #f7f9fa; + background: var(--collapse-title-disabled-bg-color, #f7f9fa); } .next-time-picker-menu { @@ -10511,8 +12040,9 @@ small { } .next-time-picker-menu:not(:last-child) { - border-right: 1px solid #C0C6CC; - border-right: var(--time-picker-menu-border-width, 1px) var(--line-solid, solid) var(--time-picker-menu-border-color, #C0C6CC); + border-right: 1px solid #c0c6cc; + border-right: var(--time-picker-menu-border-width, 1px) var(--line-solid, solid) + var(--time-picker-menu-border-color, #c0c6cc); } .next-time-picker-menu-title { @@ -10527,8 +12057,8 @@ small { font-weight: var(--time-pikcer-menu-title-font-weight, normal); color: #333333; color: var(--time-picker-menu-title-color, #333333); - background: #FFFFFF; - background: var(--time-picker-menu-title-background, #FFFFFF); + background: #ffffff; + background: var(--time-picker-menu-title-background, #ffffff); } .next-time-picker-menu ul { @@ -10553,33 +12083,33 @@ small { transition: background 100ms linear; color: #333333; color: var(--time-picker-menu-item-color, #333333); - background: #FFFFFF; - background: var(--time-picker-menu-item-background, #FFFFFF); + background: #ffffff; + background: var(--time-picker-menu-item-background, #ffffff); outline: none; } .next-time-picker-menu-item:hover { color: #333333; color: var(--time-picker-menu-item-color-hover, #333333); - background: #F7F9FA; - background: var(--time-picker-menu-item-background-hover, #F7F9FA); + background: #f7f9fa; + background: var(--time-picker-menu-item-background-hover, #f7f9fa); } .next-time-picker-menu-item.next-selected { font-weight: normal; font-weight: var(--time-picker-menu-item-font-weight-selected, normal); - color: #FFFFFF; - color: var(--time-picker-menu-item-color-selected, #FFFFFF); - background: #0064C8; - background: var(--time-picker-menu-item-background-selected, #0064C8); + color: #ffffff; + color: var(--time-picker-menu-item-color-selected, #ffffff); + background: #0064c8; + background: var(--time-picker-menu-item-background-selected, #0064c8); } .next-time-picker-menu-item.next-disabled { cursor: not-allowed; color: #555555; color: var(--time-picker-menu-item-color-disabled, #555555); - background: #FFFFFF; - background: var(--time-picker-menu-item-background-disabled, #FFFFFF); + background: #ffffff; + background: var(--time-picker-menu-item-background-disabled, #ffffff); } .next-time-picker-panel { @@ -10604,8 +12134,8 @@ small { } .next-time-picker-panel-header { - border-bottom: 1px solid #C0C6CC; - border-bottom: var(--line-1, 1px) var(--line-solid, solid) var(--popup-local-border-color, #C0C6CC); + border-bottom: 1px solid #c0c6cc; + border-bottom: var(--line-1, 1px) var(--line-solid, solid) var(--popup-local-border-color, #c0c6cc); } .next-time-picker-panel-input.next-input { @@ -10627,14 +12157,15 @@ small { width: 100%; } -.next-time-picker-body[dir=rtl] .next-time-picker-menu { +.next-time-picker-body[dir="rtl"] .next-time-picker-menu { float: right; } -.next-time-picker-body[dir=rtl] .next-time-picker-menu:not(:last-child) { +.next-time-picker-body[dir="rtl"] .next-time-picker-menu:not(:last-child) { border-right: none; - border-left: 1px solid #C0C6CC; - border-left: var(--time-picker-menu-border-width, 1px) var(--line-solid, solid) var(--time-picker-menu-border-color, #C0C6CC); + border-left: 1px solid #c0c6cc; + border-left: var(--time-picker-menu-border-width, 1px) var(--line-solid, solid) + var(--time-picker-menu-border-color, #c0c6cc); } .next-time-picker { @@ -10659,12 +12190,13 @@ small { overflow: hidden; width: 200px; width: var(--time-picker-panel-width, 200px); - border: 1px solid #C0C6CC; - border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #C0C6CC); + border: 1px solid #c0c6cc; + border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) + var(--popup-local-border-color, #c0c6cc); border-radius: 2px; border-radius: var(--popup-local-corner, 2px); - background: #FFFFFF; - background: var(--time-picker-panel-background, #FFFFFF); + background: #ffffff; + background: var(--time-picker-panel-background, #ffffff); -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16); -webkit-box-shadow: var(--popup-local-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.16)); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16); @@ -10676,12 +12208,13 @@ small { content: var(--time-picker-clock-icon, "\ea2e"); } -.next-range-picker-trigger-separator, .next-range-picker-panel-input-separator { +.next-range-picker-trigger-separator, +.next-range-picker-panel-input-separator { cursor: default; display: inline-block; text-align: center; - color: #C1C1C1; - color: var(--color-text1-1, #C1C1C1); + color: #c1c1c1; + color: var(--color-text1-1, #c1c1c1); width: 16px; font-size: 12px; font-size: var(--font-size-caption, 12px); @@ -10736,22 +12269,22 @@ small { } .next-range-picker-trigger { - border: 1px solid #C0C6CC; - border: var(--input-border-width, 1px) solid var(--input-border-color, #C0C6CC); - background-color: #FFFFFF; - background-color: var(--input-bg-color, #FFFFFF); + border: 1px solid #c0c6cc; + border: var(--input-border-width, 1px) solid var(--input-border-color, #c0c6cc); + background-color: #ffffff; + background-color: var(--input-bg-color, #ffffff); } .next-range-picker-trigger:hover { - border-color: #C0C6CC; - border-color: var(--input-hover-border-color, #C0C6CC); - background-color: #FFFFFF; - background-color: var(--input-hover-bg-color, #FFFFFF); + border-color: #c0c6cc; + border-color: var(--input-hover-border-color, #c0c6cc); + background-color: #ffffff; + background-color: var(--input-hover-bg-color, #ffffff); } .next-range-picker-trigger.next-error { - border-color: #C80000; - border-color: var(--input-feedback-error-border-color, #C80000); + border-color: #c80000; + border-color: var(--input-feedback-error-border-color, #c80000); } .next-range-picker-trigger-input.next-input { @@ -10762,31 +12295,34 @@ small { .next-range-picker.next-disabled .next-range-picker-trigger { color: #b3b3b3; color: var(--input-disabled-color, #b3b3b3); - border-color: #C0C6CC; - border-color: var(--input-disabled-border-color, #C0C6CC); - background-color: #F7F9FA; - background-color: var(--input-disabled-bg-color, #F7F9FA); + border-color: #c0c6cc; + border-color: var(--input-disabled-border-color, #c0c6cc); + background-color: #f7f9fa; + background-color: var(--input-disabled-bg-color, #f7f9fa); cursor: not-allowed; } .next-range-picker.next-disabled .next-range-picker-trigger:hover { - border-color: #C0C6CC; - border-color: var(--input-disabled-border-color, #C0C6CC); - background-color: #F7F9FA; - background-color: var(--input-disabled-bg-color, #F7F9FA); + border-color: #c0c6cc; + border-color: var(--input-disabled-border-color, #c0c6cc); + background-color: #f7f9fa; + background-color: var(--input-disabled-bg-color, #f7f9fa); } -.next-range-picker.next-large .next-range-picker-trigger, .next-range-picker.next-large .next-range-picker-panel-input { +.next-range-picker.next-large .next-range-picker-trigger, +.next-range-picker.next-large .next-range-picker-panel-input { border-radius: 2px; border-radius: var(--form-element-large-corner, 2px); } -.next-range-picker.next-medium .next-range-picker-trigger, .next-range-picker.next-medium .next-range-picker-panel-input { +.next-range-picker.next-medium .next-range-picker-trigger, +.next-range-picker.next-medium .next-range-picker-panel-input { border-radius: 2px; border-radius: var(--form-element-medium-corner, 2px); } -.next-range-picker.next-small .next-range-picker-trigger, .next-range-picker.next-small .next-range-picker-panel-input { +.next-range-picker.next-small .next-range-picker-trigger, +.next-range-picker.next-small .next-range-picker-panel-input { border-radius: 2px; border-radius: var(--form-element-small-corner, 2px); } @@ -10795,11 +12331,15 @@ small { width: 600px; } -.next-range-picker-panel-input-start-date.next-input, .next-range-picker-panel-input-end-date.next-input { +.next-range-picker-panel-input-start-date.next-input, +.next-range-picker-panel-input-end-date.next-input { width: calc(50% - 8px); } -.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-start-date, .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-end-date, .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-start-time, .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-end-time { +.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-start-date, +.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-end-date, +.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-start-time, +.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-end-time { width: calc(25% - 8px); } @@ -10820,92 +12360,96 @@ small { clear: both; } -.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-start, .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-end { +.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-start, +.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-end { width: 50%; float: left; } .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-start { - border-right: 1px solid #C0C6CC; - border-right: var(--line-1, 1px) var(--line-solid, solid) var(--date-picker-panel-time-panel-separator-color, #C0C6CC); + border-right: 1px solid #c0c6cc; + border-right: var(--line-1, 1px) var(--line-solid, solid) var(--date-picker-panel-time-panel-separator-color, #c0c6cc); } .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-end { - border-left: 1px solid #C0C6CC; - border-left: var(--line-1, 1px) var(--line-solid, solid) var(--date-picker-panel-time-panel-separator-color, #C0C6CC); + border-left: 1px solid #c0c6cc; + border-left: var(--line-1, 1px) var(--line-solid, solid) var(--date-picker-panel-time-panel-separator-color, #c0c6cc); } -.next-date-picker-body[dir=rtl] .next-date-picker-panel-footer { +.next-date-picker-body[dir="rtl"] .next-date-picker-panel-footer { text-align: left; } -.next-date-picker-body[dir=rtl] .next-date-picker-panel-footer > .next-btn:not(:last-child) { +.next-date-picker-body[dir="rtl"] .next-date-picker-panel-footer > .next-btn:not(:last-child) { margin-right: 0; margin-left: 16px; } -.next-date-picker-body[dir=rtl].next-date-picker-body-show-time .next-date-picker-panel-input.next-input:first-child { +.next-date-picker-body[dir="rtl"].next-date-picker-body-show-time .next-date-picker-panel-input.next-input:first-child { margin-left: 2%; margin-right: 0; } -.next-date-picker-body[dir=rtl].next-date-picker-body-show-time .next-time-picker-menu { +.next-date-picker-body[dir="rtl"].next-date-picker-body-show-time .next-time-picker-menu { float: right; } -.next-date-picker-body[dir=rtl].next-date-picker-body-show-time .next-time-picker-menu:not(:last-child) { +.next-date-picker-body[dir="rtl"].next-date-picker-body-show-time .next-time-picker-menu:not(:last-child) { border-right: none; - border-left: 1px solid #C0C6CC; - border-left: var(--time-picker-menu-border-width, 1px) var(--line-solid, solid) var(--time-picker-menu-border-color, #C0C6CC); + border-left: 1px solid #c0c6cc; + border-left: var(--time-picker-menu-border-width, 1px) var(--line-solid, solid) + var(--time-picker-menu-border-color, #c0c6cc); } -.next-range-picker-body[dir=rtl] .next-range-picker-panel-input { +.next-range-picker-body[dir="rtl"] .next-range-picker-panel-input { text-align: right; } -.next-range-picker-body[dir=rtl] .next-date-picker-panel-footer { +.next-range-picker-body[dir="rtl"] .next-date-picker-panel-footer { text-align: left; } -.next-range-picker-body[dir=rtl] .next-date-picker-panel-footer > .next-btn:not(:last-child) { +.next-range-picker-body[dir="rtl"] .next-date-picker-panel-footer > .next-btn:not(:last-child) { margin-right: 0; margin-left: 16px; } -.next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-range-picker-panel-input-start-date { +.next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-input-start-date { margin-right: 0; margin-left: 8px; } -.next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-range-picker-panel-input-end-time { +.next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-input-end-time { margin-left: 0; margin-right: 8px; } -.next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-range-picker-panel-time-start, .next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-range-picker-panel-time-end { +.next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-time-start, +.next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-time-end { float: right; } -.next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-range-picker-panel-time-start { +.next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-time-start { border-right: none; - border-left: 1px solid #C0C6CC; - border-left: var(--line-1, 1px) var(--line-solid, solid) var(--date-picker-panel-time-panel-separator-color, #C0C6CC); + border-left: 1px solid #c0c6cc; + border-left: var(--line-1, 1px) var(--line-solid, solid) var(--date-picker-panel-time-panel-separator-color, #c0c6cc); } -.next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-range-picker-panel-time-end { +.next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-time-end { border-left: none; - border-right: 1px solid #C0C6CC; - border-right: var(--line-1, 1px) var(--line-solid, solid) var(--date-picker-panel-time-panel-separator-color, #C0C6CC); + border-right: 1px solid #c0c6cc; + border-right: var(--line-1, 1px) var(--line-solid, solid) var(--date-picker-panel-time-panel-separator-color, #c0c6cc); } -.next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-time-picker-menu { +.next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-time-picker-menu { float: right; } -.next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-time-picker-menu:not(:last-child) { +.next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-time-picker-menu:not(:last-child) { border-right: none; - border-left: 1px solid #C0C6CC; - border-left: var(--time-picker-menu-border-width, 1px) var(--line-solid, solid) var(--time-picker-menu-border-color, #C0C6CC); + border-left: 1px solid #c0c6cc; + border-left: var(--time-picker-menu-border-width, 1px) var(--line-solid, solid) + var(--time-picker-menu-border-color, #c0c6cc); } .next-date-picker, @@ -10941,16 +12485,17 @@ small { .next-month-picker-body, .next-year-picker-body, .next-week-picker-body { - border: 1px solid #C0C6CC; - border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #C0C6CC); + border: 1px solid #c0c6cc; + border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) + var(--popup-local-border-color, #c0c6cc); border-radius: 2px; border-radius: var(--popup-local-corner, 2px); -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16); -webkit-box-shadow: var(--popup-local-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.16)); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16); box-shadow: var(--popup-local-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.16)); - background: #FFFFFF; - background: var(--date-picker-panel-background, #FFFFFF); + background: #ffffff; + background: var(--date-picker-panel-background, #ffffff); } .next-date-picker-panel-header, @@ -10967,8 +12512,9 @@ small { .next-month-picker-panel-time, .next-year-picker-panel-time, .next-week-picker-panel-time { - border-top: 1px solid #C0C6CC; - border-top: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #C0C6CC); + border-top: 1px solid #c0c6cc; + border-top: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) + var(--popup-local-border-color, #c0c6cc); } .next-date-picker-panel-footer, @@ -10979,8 +12525,9 @@ small { text-align: right; padding: 8px 16px; padding: var(--date-picker-panel-footer-padding-tb, 8px) var(--date-picker-panel-footer-padding-lr, 16px); - border-top: 1px solid #C0C6CC; - border-top: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #C0C6CC); + border-top: 1px solid #c0c6cc; + border-top: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) + var(--popup-local-border-color, #c0c6cc); } .next-date-picker-panel-footer > .next-btn:not(:last-child), @@ -11092,8 +12639,8 @@ small { } .next-message.next-message-success.next-inline { - background-color: #D8F5D8; - background-color: var(--message-success-color-bg-inline, #D8F5D8); + background-color: #d8f5d8; + background-color: var(--message-success-color-bg-inline, #d8f5d8); border-color: transparent; border-color: var(--message-success-color-border-inline, transparent); -webkit-box-shadow: none; @@ -11113,8 +12660,8 @@ small { } .next-message.next-message-success.next-inline .next-message-symbol { - color: #00A700; - color: var(--message-success-color-icon-inline, #00A700); + color: #00a700; + color: var(--message-success-color-icon-inline, #00a700); } .next-message.next-message-success.next-inline .next-message-symbol-icon::before { @@ -11142,8 +12689,8 @@ small { } .next-message.next-message-success.next-addon .next-message-symbol { - color: #32C832; - color: var(--message-success-color-icon-addon, #32C832); + color: #32c832; + color: var(--message-success-color-icon-addon, #32c832); } .next-message.next-message-success.next-addon .next-message-symbol-icon::before { @@ -11152,10 +12699,10 @@ small { } .next-message.next-message-success.next-toast { - background-color: #FFFFFF; - background-color: var(--message-success-color-bg-toast, #FFFFFF); - border-color: #C0C6CC; - border-color: var(--message-success-color-border-toast, #C0C6CC); + background-color: #ffffff; + background-color: var(--message-success-color-bg-toast, #ffffff); + border-color: #c0c6cc; + border-color: var(--message-success-color-border-toast, #c0c6cc); -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); border-style: solid; @@ -11173,8 +12720,8 @@ small { } .next-message.next-message-success.next-toast .next-message-symbol { - color: #00A700; - color: var(--message-success-color-icon-toast, #00A700); + color: #00a700; + color: var(--message-success-color-icon-toast, #00a700); } .next-message.next-message-success.next-toast .next-message-symbol-icon::before { @@ -11183,8 +12730,8 @@ small { } .next-message.next-message-warning.next-inline { - background-color: #FFF7D1; - background-color: var(--message-warning-color-bg-inline, #FFF7D1); + background-color: #fff7d1; + background-color: var(--message-warning-color-bg-inline, #fff7d1); border-color: transparent; border-color: var(--message-warning-color-border-inline, transparent); -webkit-box-shadow: none; @@ -11204,8 +12751,8 @@ small { } .next-message.next-message-warning.next-inline .next-message-symbol { - color: #FAC800; - color: var(--message-warning-color-icon-inline, #FAC800); + color: #fac800; + color: var(--message-warning-color-icon-inline, #fac800); } .next-message.next-message-warning.next-inline .next-message-symbol-icon::before { @@ -11233,8 +12780,8 @@ small { } .next-message.next-message-warning.next-addon .next-message-symbol { - color: #FFDE5C; - color: var(--message-warning-color-icon-addon, #FFDE5C); + color: #ffde5c; + color: var(--message-warning-color-icon-addon, #ffde5c); } .next-message.next-message-warning.next-addon .next-message-symbol-icon::before { @@ -11243,10 +12790,10 @@ small { } .next-message.next-message-warning.next-toast { - background-color: #FFFFFF; - background-color: var(--message-warning-color-bg-toast, #FFFFFF); - border-color: #C0C6CC; - border-color: var(--message-warning-color-border-toast, #C0C6CC); + background-color: #ffffff; + background-color: var(--message-warning-color-bg-toast, #ffffff); + border-color: #c0c6cc; + border-color: var(--message-warning-color-border-toast, #c0c6cc); -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); border-style: solid; @@ -11264,8 +12811,8 @@ small { } .next-message.next-message-warning.next-toast .next-message-symbol { - color: #FAC800; - color: var(--message-warning-color-icon-toast, #FAC800); + color: #fac800; + color: var(--message-warning-color-icon-toast, #fac800); } .next-message.next-message-warning.next-toast .next-message-symbol-icon::before { @@ -11274,8 +12821,8 @@ small { } .next-message.next-message-error.next-inline { - background-color: #F8EFEF; - background-color: var(--message-error-color-bg-inline, #F8EFEF); + background-color: #f8efef; + background-color: var(--message-error-color-bg-inline, #f8efef); border-color: transparent; border-color: var(--message-error-color-border-inline, transparent); -webkit-box-shadow: none; @@ -11295,8 +12842,8 @@ small { } .next-message.next-message-error.next-inline .next-message-symbol { - color: #C80000; - color: var(--message-error-color-icon-inline, #C80000); + color: #c80000; + color: var(--message-error-color-icon-inline, #c80000); } .next-message.next-message-error.next-inline .next-message-symbol-icon::before { @@ -11324,8 +12871,8 @@ small { } .next-message.next-message-error.next-addon .next-message-symbol { - color: #C80000; - color: var(--message-error-color-icon-addon, #C80000); + color: #c80000; + color: var(--message-error-color-icon-addon, #c80000); } .next-message.next-message-error.next-addon .next-message-symbol-icon::before { @@ -11334,10 +12881,10 @@ small { } .next-message.next-message-error.next-toast { - background-color: #FFFFFF; - background-color: var(--message-error-color-bg-toast, #FFFFFF); - border-color: #C0C6CC; - border-color: var(--message-error-color-border-toast, #C0C6CC); + background-color: #ffffff; + background-color: var(--message-error-color-bg-toast, #ffffff); + border-color: #c0c6cc; + border-color: var(--message-error-color-border-toast, #c0c6cc); -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); border-style: solid; @@ -11355,8 +12902,8 @@ small { } .next-message.next-message-error.next-toast .next-message-symbol { - color: #C80000; - color: var(--message-error-color-icon-toast, #C80000); + color: #c80000; + color: var(--message-error-color-icon-toast, #c80000); } .next-message.next-message-error.next-toast .next-message-symbol-icon::before { @@ -11365,8 +12912,8 @@ small { } .next-message.next-message-notice.next-inline { - background-color: #EFF3F8; - background-color: var(--message-notice-color-bg-inline, #EFF3F8); + background-color: #eff3f8; + background-color: var(--message-notice-color-bg-inline, #eff3f8); border-color: transparent; border-color: var(--message-notice-color-border-inline, transparent); -webkit-box-shadow: none; @@ -11386,8 +12933,8 @@ small { } .next-message.next-message-notice.next-inline .next-message-symbol { - color: #0064C8; - color: var(--message-notice-color-icon-inline, #0064C8); + color: #0064c8; + color: var(--message-notice-color-icon-inline, #0064c8); } .next-message.next-message-notice.next-inline .next-message-symbol-icon::before { @@ -11415,8 +12962,8 @@ small { } .next-message.next-message-notice.next-addon .next-message-symbol { - color: #0070CC; - color: var(--message-notice-color-icon-addon, #0070CC); + color: #0070cc; + color: var(--message-notice-color-icon-addon, #0070cc); } .next-message.next-message-notice.next-addon .next-message-symbol-icon::before { @@ -11425,10 +12972,10 @@ small { } .next-message.next-message-notice.next-toast { - background-color: #FFFFFF; - background-color: var(--message-notice-color-bg-toast, #FFFFFF); - border-color: #FFFFFF; - border-color: var(--message-notice-color-border-toast, #FFFFFF); + background-color: #ffffff; + background-color: var(--message-notice-color-bg-toast, #ffffff); + border-color: #ffffff; + border-color: var(--message-notice-color-border-toast, #ffffff); -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); border-style: solid; @@ -11446,8 +12993,8 @@ small { } .next-message.next-message-notice.next-toast .next-message-symbol { - color: #0070CC; - color: var(--message-notice-color-icon-toast, #0070CC); + color: #0070cc; + color: var(--message-notice-color-icon-toast, #0070cc); } .next-message.next-message-notice.next-toast .next-message-symbol-icon::before { @@ -11456,8 +13003,8 @@ small { } .next-message.next-message-help.next-inline { - background-color: #F8F8F9; - background-color: var(--message-help-color-bg-inline, #F8F8F9); + background-color: #f8f8f9; + background-color: var(--message-help-color-bg-inline, #f8f8f9); border-color: transparent; border-color: var(--message-help-color-border-inline, transparent); -webkit-box-shadow: none; @@ -11516,10 +13063,10 @@ small { } .next-message.next-message-help.next-toast { - background-color: #FFFFFF; - background-color: var(--message-help-color-bg-toast, #FFFFFF); - border-color: #FFFFFF; - border-color: var(--message-help-color-border-toast, #FFFFFF); + background-color: #ffffff; + background-color: var(--message-help-color-bg-toast, #ffffff); + border-color: #ffffff; + border-color: var(--message-help-color-border-toast, #ffffff); -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); border-style: solid; @@ -11547,10 +13094,10 @@ small { } .next-message.next-message-loading.next-inline { - background-color: #FFFFFF; - background-color: var(--message-loading-color-bg-inline, #FFFFFF); - border-color: #E3E4E6; - border-color: var(--message-loading-color-border-inline, #E3E4E6); + background-color: #ffffff; + background-color: var(--message-loading-color-bg-inline, #ffffff); + border-color: #e3e4e6; + border-color: var(--message-loading-color-border-inline, #e3e4e6); -webkit-box-shadow: none; box-shadow: none; border-style: solid; @@ -11599,8 +13146,8 @@ small { } .next-message.next-message-loading.next-addon .next-message-symbol { - color: #1C1C1C; - color: var(--message-loading-color-icon-addon, #1C1C1C); + color: #1c1c1c; + color: var(--message-loading-color-icon-addon, #1c1c1c); } .next-message.next-message-loading.next-addon .next-message-symbol-icon::before { @@ -11611,10 +13158,10 @@ small { } .next-message.next-message-loading.next-toast { - background-color: #FFFFFF; - background-color: var(--message-loading-color-bg-toast, #FFFFFF); - border-color: #FFFFFF; - border-color: var(--message-loading-color-border-toast, #FFFFFF); + background-color: #ffffff; + background-color: var(--message-loading-color-bg-toast, #ffffff); + border-color: #ffffff; + border-color: var(--message-loading-color-border-toast, #ffffff); -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); border-style: solid; @@ -11667,7 +13214,8 @@ small { .next-message.next-medium .next-message-title { padding: 0 4px 0 16px; - padding: 0 var(--message-size-m-title-content-padding-right, 4px) 0 calc(var(--message-size-m-title-content-padding-left, 4px) + var(--message-size-m-icon, 12px)); + padding: 0 var(--message-size-m-title-content-padding-right, 4px) 0 + calc(var(--message-size-m-title-content-padding-left, 4px) + var(--message-size-m-icon, 12px)); font-size: 12px; font-size: var(--message-size-m-title-font, 12px); line-height: 12px; @@ -11678,7 +13226,8 @@ small { margin-top: 8px; margin-top: var(--message-size-m-content-margin-top, 8px); padding: 0 4px 0 16px; - padding: 0 var(--message-size-m-title-content-padding-right, 4px) 0 calc(var(--message-size-m-title-content-padding-left, 4px) + var(--message-size-m-icon, 12px)); + padding: 0 var(--message-size-m-title-content-padding-right, 4px) 0 + calc(var(--message-size-m-title-content-padding-left, 4px) + var(--message-size-m-icon, 12px)); font-size: 12px; font-size: var(--message-size-m-content-font, 12px); line-height: 12px; @@ -11741,7 +13290,8 @@ small { .next-message.next-large .next-message-title { padding: 0 16px 0 24px; - padding: 0 var(--message-size-l-title-content-padding-right, 16px) 0 calc(var(--message-size-l-title-content-padding-left, 8px) + var(--message-size-l-icon, 16px)); + padding: 0 var(--message-size-l-title-content-padding-right, 16px) 0 + calc(var(--message-size-l-title-content-padding-left, 8px) + var(--message-size-l-icon, 16px)); font-size: 14px; font-size: var(--message-size-l-title-font, 14px); line-height: 14px; @@ -11752,7 +13302,8 @@ small { margin-top: 8px; margin-top: var(--message-size-l-content-margin-top, 8px); padding: 0 16px 0 24px; - padding: 0 var(--message-size-l-title-content-padding-right, 16px) 0 calc(var(--message-size-l-title-content-padding-left, 8px) + var(--message-size-l-icon, 16px)); + padding: 0 var(--message-size-l-title-content-padding-right, 16px) 0 + calc(var(--message-size-l-title-content-padding-left, 8px) + var(--message-size-l-icon, 16px)); font-size: 12px; font-size: var(--message-size-l-content-font, 12px); line-height: 12px; @@ -11790,27 +13341,29 @@ small { border-radius: var(--message-size-l-border-radius-toast, 2px); } -.next-message[dir=rtl] .next-message-symbol { +.next-message[dir="rtl"] .next-message-symbol { float: right; } -.next-message[dir=rtl].next-medium .next-message-title { +.next-message[dir="rtl"].next-medium .next-message-title { padding: 0 16px 0 4px; - padding: 0 calc(var(--message-size-m-title-content-padding-left, 4px) + var(--message-size-m-icon, 12px)) 0 var(--message-size-m-title-content-padding-right, 4px); + padding: 0 calc(var(--message-size-m-title-content-padding-left, 4px) + var(--message-size-m-icon, 12px)) 0 + var(--message-size-m-title-content-padding-right, 4px); } -.next-message[dir=rtl].next-medium .next-message-close { +.next-message[dir="rtl"].next-medium .next-message-close { left: 12px; left: var(--message-size-m-close-right, 12px); right: auto; } -.next-message[dir=rtl].next-large .next-message-title { +.next-message[dir="rtl"].next-large .next-message-title { padding: 0 24px 0 16px; - padding: 0 calc(var(--message-size-l-title-content-padding-left, 8px) + var(--message-size-l-icon, 16px)) 0 var(--message-size-l-title-content-padding-right, 16px); + padding: 0 calc(var(--message-size-l-title-content-padding-left, 8px) + var(--message-size-l-icon, 16px)) 0 + var(--message-size-l-title-content-padding-right, 16px); } -.next-message[dir=rtl].next-large .next-message-close { +.next-message[dir="rtl"].next-large .next-message-close { left: 16px; left: var(--message-size-l-close-right, 16px); right: auto; @@ -11882,28 +13435,28 @@ small { opacity: 0; } } -.next-dialog[dir=rtl] { +.next-dialog[dir="rtl"] { text-align: right; } -.next-dialog[dir=rtl] .next-dialog-footer.next-align-left { +.next-dialog[dir="rtl"] .next-dialog-footer.next-align-left { text-align: right; } -.next-dialog[dir=rtl] .next-dialog-footer.next-align-center { +.next-dialog[dir="rtl"] .next-dialog-footer.next-align-center { text-align: center; } -.next-dialog[dir=rtl] .next-dialog-footer.next-align-right { +.next-dialog[dir="rtl"] .next-dialog-footer.next-align-right { text-align: left; } -.next-dialog[dir=rtl] .next-dialog-btn + .next-dialog-btn { +.next-dialog[dir="rtl"] .next-dialog-btn + .next-dialog-btn { margin-right: 4px; margin-left: 0; } -.next-dialog[dir=rtl] .next-dialog-close { +.next-dialog[dir="rtl"] .next-dialog-close { left: 24px; left: var(--dialog-close-right, 24px); right: auto; @@ -11914,10 +13467,10 @@ small { box-sizing: border-box; position: fixed; z-index: 1001; - background: #FFFFFF; - background: var(--dialog-bg, #FFFFFF); - border: 1px solid #C0C6CC; - border: var(--dialog-border-width, 1px) var(--dialog-border-style, solid) var(--dialog-border-color, #C0C6CC); + background: #ffffff; + background: var(--dialog-bg, #ffffff); + border: 1px solid #c0c6cc; + border: var(--dialog-border-width, 1px) var(--dialog-border-style, solid) var(--dialog-border-color, #c0c6cc); border-radius: 4px; border-radius: var(--dialog-corner, 4px); -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); @@ -11943,22 +13496,25 @@ small { .next-dialog-header { padding: 24px 24px 16px 24px; - padding: var(--dialog-title-padding-top, 24px) var(--dialog-title-padding-left-right, 24px) var(--dialog-title-padding-bottom, 16px) var(--dialog-title-padding-left-right, 24px); - border-bottom: 0px solid #C0C6CC; - border-bottom: var(--dialog-title-border-width, 0px) var(--line-solid, solid) var(--dialog-title-border-color, #C0C6CC); + padding: var(--dialog-title-padding-top, 24px) var(--dialog-title-padding-left-right, 24px) + var(--dialog-title-padding-bottom, 16px) var(--dialog-title-padding-left-right, 24px); + border-bottom: 0px solid #c0c6cc; + border-bottom: var(--dialog-title-border-width, 0px) var(--line-solid, solid) + var(--dialog-title-border-color, #c0c6cc); font-size: 16px; font-size: var(--dialog-title-font-size, 16px); font-weight: normal; font-weight: var(--dialog-title-font-weight, normal); - background: #FFFFFF; - background: var(--dialog-title-bg-color, #FFFFFF); + background: #ffffff; + background: var(--dialog-title-bg-color, #ffffff); color: #333333; color: var(--dialog-title-color, #333333); } .next-dialog-body { padding: 0px 24px 16px 24px; - padding: var(--dialog-content-padding-top, 0px) var(--dialog-content-padding-left-right, 24px) var(--dialog-content-padding-bottom, 16px) var(--dialog-content-padding-left-right, 24px); + padding: var(--dialog-content-padding-top, 0px) var(--dialog-content-padding-left-right, 24px) + var(--dialog-content-padding-bottom, 16px) var(--dialog-content-padding-left-right, 24px); font-size: 12px; font-size: var(--dialog-content-font-size, 12px); color: #333333; @@ -11967,11 +13523,12 @@ small { .next-dialog-footer { padding: 16px 24px 24px 24px; - padding: var(--dialog-footer-padding-top, 16px) var(--dialog-footer-padding-left-right, 24px) var(--dialog-footer-padding-bottom, 24px) var(--dialog-footer-padding-left-right, 24px); - border-top: 0px solid #C0C6CC; - border-top: var(--dialog-footer-border-width, 0px) var(--line-solid, solid) var(--dialog-footer-border-color, #C0C6CC); - background: #FFFFFF; - background: var(--dialog-footer-bg-color, #FFFFFF); + padding: var(--dialog-footer-padding-top, 16px) var(--dialog-footer-padding-left-right, 24px) + var(--dialog-footer-padding-bottom, 24px) var(--dialog-footer-padding-left-right, 24px); + border-top: 0px solid #c0c6cc; + border-top: var(--dialog-footer-border-width, 0px) var(--line-solid, solid) var(--dialog-footer-border-color, #c0c6cc); + background: #ffffff; + background: var(--dialog-footer-bg-color, #ffffff); } .next-dialog-footer.next-align-left { @@ -12012,7 +13569,8 @@ small { cursor: pointer; } -.next-dialog-close:link, .next-dialog-close:visited { +.next-dialog-close:link, +.next-dialog-close:visited { height: 16px; height: var(--dialog-close-width, 16px); color: #666666; @@ -12020,8 +13578,8 @@ small { } .next-dialog-close:hover { - background: #FFFFFF; - background: var(--dialog-close-bg-hovered, #FFFFFF); + background: #ffffff; + background: var(--dialog-close-bg-hovered, #ffffff); color: #333333; color: var(--dialog-close-color-hovered, #333333); } @@ -12081,7 +13639,8 @@ small { .next-dialog-quick .next-dialog-body { padding: 48px 24px 16px 24px; - padding: var(--dialog-message-content-padding-top, 48px) var(--dialog-message-content-padding-left-right, 24px) var(--dialog-message-content-padding-bottom, 16px) var(--dialog-message-content-padding-left-right, 24px); + padding: var(--dialog-message-content-padding-top, 48px) var(--dialog-message-content-padding-left-right, 24px) + var(--dialog-message-content-padding-bottom, 16px) var(--dialog-message-content-padding-left-right, 24px); } .next-dialog .next-dialog-message.next-message { @@ -12094,10 +13653,10 @@ small { box-sizing: border-box; position: fixed; z-index: 1001; - background: #FFFFFF; - background: var(--drawer-bg, #FFFFFF); - border: 1px solid #C0C6CC; - border: var(--drawer-border-width, 1px) var(--drawer-border-style, solid) var(--drawer-border-color, #C0C6CC); + background: #ffffff; + background: var(--drawer-bg, #ffffff); + border: 1px solid #c0c6cc; + border: var(--drawer-border-width, 1px) var(--drawer-border-style, solid) var(--drawer-border-color, #c0c6cc); -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); -webkit-box-shadow: var(--drawer-shadow, 0px 8px 16px 0px rgba(0, 0, 0, 0.2)); box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); @@ -12138,13 +13697,15 @@ small { .next-drawer-header { padding: 24px 24px 16px 24px; - padding: var(--drawer-title-padding-top, 24px) var(--drawer-title-padding-left-right, 24px) var(--drawer-title-padding-bottom, 16px) var(--drawer-title-padding-left-right, 24px); + padding: var(--drawer-title-padding-top, 24px) var(--drawer-title-padding-left-right, 24px) + var(--drawer-title-padding-bottom, 16px) var(--drawer-title-padding-left-right, 24px); border-bottom: 0px solid transparent; - border-bottom: var(--drawer-title-border-width, 0px) var(--line-solid, solid) var(--drawer-title-border-color, transparent); + border-bottom: var(--drawer-title-border-width, 0px) var(--line-solid, solid) + var(--drawer-title-border-color, transparent); font-size: 16px; font-size: var(--drawer-title-font-size, 16px); - background: #FFFFFF; - background: var(--drawer-title-bg-color, #FFFFFF); + background: #ffffff; + background: var(--drawer-title-bg-color, #ffffff); color: #333333; color: var(--drawer-title-color, #333333); } @@ -12156,7 +13717,8 @@ small { .next-drawer-body { padding: 0px 24px 8px 24px; - padding: var(--drawer-content-padding-top, 0px) var(--drawer-content-padding-left-right, 24px) var(--drawer-content-padding-bottom, 8px) var(--drawer-content-padding-left-right, 24px); + padding: var(--drawer-content-padding-top, 0px) var(--drawer-content-padding-left-right, 24px) + var(--drawer-content-padding-bottom, 8px) var(--drawer-content-padding-left-right, 24px); font-size: 12px; font-size: var(--drawer-content-font-size, 12px); color: #333333; @@ -12176,7 +13738,8 @@ small { cursor: pointer; } -.next-drawer-close:link, .next-drawer-close:visited { +.next-drawer-close:link, +.next-drawer-close:visited { height: 16px; color: #666666; color: var(--drawer-close-color, #666666); @@ -12374,7 +13937,7 @@ small { } /* IE9 pack */ -@media all and (min-width: 0\0 ) and (min-resolution: 0.001dpcm) { +@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) { .next-row { display: table; width: 100%; @@ -15847,1898 +17410,1898 @@ small { display: none; } } -.next-col-offset-1[dir=rtl] { +.next-col-offset-1[dir="rtl"] { margin-right: 4.16667%; margin-left: auto; } -.next-col-offset-2[dir=rtl] { +.next-col-offset-2[dir="rtl"] { margin-right: 8.33333%; margin-left: auto; } -.next-col-offset-3[dir=rtl] { +.next-col-offset-3[dir="rtl"] { margin-right: 12.5%; margin-left: auto; } -.next-col-offset-4[dir=rtl] { +.next-col-offset-4[dir="rtl"] { margin-right: 16.66667%; margin-left: auto; } -.next-col-offset-5[dir=rtl] { +.next-col-offset-5[dir="rtl"] { margin-right: 20.83333%; margin-left: auto; } -.next-col-offset-6[dir=rtl] { +.next-col-offset-6[dir="rtl"] { margin-right: 25%; margin-left: auto; } -.next-col-offset-7[dir=rtl] { +.next-col-offset-7[dir="rtl"] { margin-right: 29.16667%; margin-left: auto; } -.next-col-offset-8[dir=rtl] { +.next-col-offset-8[dir="rtl"] { margin-right: 33.33333%; margin-left: auto; } -.next-col-offset-9[dir=rtl] { +.next-col-offset-9[dir="rtl"] { margin-right: 37.5%; margin-left: auto; } -.next-col-offset-10[dir=rtl] { +.next-col-offset-10[dir="rtl"] { margin-right: 41.66667%; margin-left: auto; } -.next-col-offset-11[dir=rtl] { +.next-col-offset-11[dir="rtl"] { margin-right: 45.83333%; margin-left: auto; } -.next-col-offset-12[dir=rtl] { +.next-col-offset-12[dir="rtl"] { margin-right: 50%; margin-left: auto; } -.next-col-offset-13[dir=rtl] { +.next-col-offset-13[dir="rtl"] { margin-right: 54.16667%; margin-left: auto; } -.next-col-offset-14[dir=rtl] { +.next-col-offset-14[dir="rtl"] { margin-right: 58.33333%; margin-left: auto; } -.next-col-offset-15[dir=rtl] { +.next-col-offset-15[dir="rtl"] { margin-right: 62.5%; margin-left: auto; } -.next-col-offset-16[dir=rtl] { +.next-col-offset-16[dir="rtl"] { margin-right: 66.66667%; margin-left: auto; } -.next-col-offset-17[dir=rtl] { +.next-col-offset-17[dir="rtl"] { margin-right: 70.83333%; margin-left: auto; } -.next-col-offset-18[dir=rtl] { +.next-col-offset-18[dir="rtl"] { margin-right: 75%; margin-left: auto; } -.next-col-offset-19[dir=rtl] { +.next-col-offset-19[dir="rtl"] { margin-right: 79.16667%; margin-left: auto; } -.next-col-offset-20[dir=rtl] { +.next-col-offset-20[dir="rtl"] { margin-right: 83.33333%; margin-left: auto; } -.next-col-offset-21[dir=rtl] { +.next-col-offset-21[dir="rtl"] { margin-right: 87.5%; margin-left: auto; } -.next-col-offset-22[dir=rtl] { +.next-col-offset-22[dir="rtl"] { margin-right: 91.66667%; margin-left: auto; } -.next-col-offset-23[dir=rtl] { +.next-col-offset-23[dir="rtl"] { margin-right: 95.83333%; margin-left: auto; } -.next-col-offset-24[dir=rtl] { +.next-col-offset-24[dir="rtl"] { margin-right: 100%; margin-left: auto; } @media (min-width: 320px) { - .next-col-xxs-offset-1[dir=rtl] { + .next-col-xxs-offset-1[dir="rtl"] { margin-right: 4.16667%; margin-left: auto; } - .next-col-xxs-offset-2[dir=rtl] { + .next-col-xxs-offset-2[dir="rtl"] { margin-right: 8.33333%; margin-left: auto; } - .next-col-xxs-offset-3[dir=rtl] { + .next-col-xxs-offset-3[dir="rtl"] { margin-right: 12.5%; margin-left: auto; } - .next-col-xxs-offset-4[dir=rtl] { + .next-col-xxs-offset-4[dir="rtl"] { margin-right: 16.66667%; margin-left: auto; } - .next-col-xxs-offset-5[dir=rtl] { + .next-col-xxs-offset-5[dir="rtl"] { margin-right: 20.83333%; margin-left: auto; } - .next-col-xxs-offset-6[dir=rtl] { + .next-col-xxs-offset-6[dir="rtl"] { margin-right: 25%; margin-left: auto; } - .next-col-xxs-offset-7[dir=rtl] { + .next-col-xxs-offset-7[dir="rtl"] { margin-right: 29.16667%; margin-left: auto; } - .next-col-xxs-offset-8[dir=rtl] { + .next-col-xxs-offset-8[dir="rtl"] { margin-right: 33.33333%; margin-left: auto; } - .next-col-xxs-offset-9[dir=rtl] { + .next-col-xxs-offset-9[dir="rtl"] { margin-right: 37.5%; margin-left: auto; } - .next-col-xxs-offset-10[dir=rtl] { + .next-col-xxs-offset-10[dir="rtl"] { margin-right: 41.66667%; margin-left: auto; } - .next-col-xxs-offset-11[dir=rtl] { + .next-col-xxs-offset-11[dir="rtl"] { margin-right: 45.83333%; margin-left: auto; } - .next-col-xxs-offset-12[dir=rtl] { + .next-col-xxs-offset-12[dir="rtl"] { margin-right: 50%; margin-left: auto; } - .next-col-xxs-offset-13[dir=rtl] { + .next-col-xxs-offset-13[dir="rtl"] { margin-right: 54.16667%; margin-left: auto; } - .next-col-xxs-offset-14[dir=rtl] { + .next-col-xxs-offset-14[dir="rtl"] { margin-right: 58.33333%; margin-left: auto; } - .next-col-xxs-offset-15[dir=rtl] { + .next-col-xxs-offset-15[dir="rtl"] { margin-right: 62.5%; margin-left: auto; } - .next-col-xxs-offset-16[dir=rtl] { + .next-col-xxs-offset-16[dir="rtl"] { margin-right: 66.66667%; margin-left: auto; } - .next-col-xxs-offset-17[dir=rtl] { + .next-col-xxs-offset-17[dir="rtl"] { margin-right: 70.83333%; margin-left: auto; } - .next-col-xxs-offset-18[dir=rtl] { + .next-col-xxs-offset-18[dir="rtl"] { margin-right: 75%; margin-left: auto; } - .next-col-xxs-offset-19[dir=rtl] { + .next-col-xxs-offset-19[dir="rtl"] { margin-right: 79.16667%; margin-left: auto; } - .next-col-xxs-offset-20[dir=rtl] { + .next-col-xxs-offset-20[dir="rtl"] { margin-right: 83.33333%; margin-left: auto; } - .next-col-xxs-offset-21[dir=rtl] { + .next-col-xxs-offset-21[dir="rtl"] { margin-right: 87.5%; margin-left: auto; } - .next-col-xxs-offset-22[dir=rtl] { + .next-col-xxs-offset-22[dir="rtl"] { margin-right: 91.66667%; margin-left: auto; } - .next-col-xxs-offset-23[dir=rtl] { + .next-col-xxs-offset-23[dir="rtl"] { margin-right: 95.83333%; margin-left: auto; } - .next-col-xxs-offset-24[dir=rtl] { + .next-col-xxs-offset-24[dir="rtl"] { margin-right: 100%; margin-left: auto; } } @media (min-width: 480px) { - .next-col-xs-offset-1[dir=rtl] { + .next-col-xs-offset-1[dir="rtl"] { margin-right: 4.16667%; margin-left: auto; } - .next-col-xs-offset-2[dir=rtl] { + .next-col-xs-offset-2[dir="rtl"] { margin-right: 8.33333%; margin-left: auto; } - .next-col-xs-offset-3[dir=rtl] { + .next-col-xs-offset-3[dir="rtl"] { margin-right: 12.5%; margin-left: auto; } - .next-col-xs-offset-4[dir=rtl] { + .next-col-xs-offset-4[dir="rtl"] { margin-right: 16.66667%; margin-left: auto; } - .next-col-xs-offset-5[dir=rtl] { + .next-col-xs-offset-5[dir="rtl"] { margin-right: 20.83333%; margin-left: auto; } - .next-col-xs-offset-6[dir=rtl] { + .next-col-xs-offset-6[dir="rtl"] { margin-right: 25%; margin-left: auto; } - .next-col-xs-offset-7[dir=rtl] { + .next-col-xs-offset-7[dir="rtl"] { margin-right: 29.16667%; margin-left: auto; } - .next-col-xs-offset-8[dir=rtl] { + .next-col-xs-offset-8[dir="rtl"] { margin-right: 33.33333%; margin-left: auto; } - .next-col-xs-offset-9[dir=rtl] { + .next-col-xs-offset-9[dir="rtl"] { margin-right: 37.5%; margin-left: auto; } - .next-col-xs-offset-10[dir=rtl] { + .next-col-xs-offset-10[dir="rtl"] { margin-right: 41.66667%; margin-left: auto; } - .next-col-xs-offset-11[dir=rtl] { + .next-col-xs-offset-11[dir="rtl"] { margin-right: 45.83333%; margin-left: auto; } - .next-col-xs-offset-12[dir=rtl] { + .next-col-xs-offset-12[dir="rtl"] { margin-right: 50%; margin-left: auto; } - .next-col-xs-offset-13[dir=rtl] { + .next-col-xs-offset-13[dir="rtl"] { margin-right: 54.16667%; margin-left: auto; } - .next-col-xs-offset-14[dir=rtl] { + .next-col-xs-offset-14[dir="rtl"] { margin-right: 58.33333%; margin-left: auto; } - .next-col-xs-offset-15[dir=rtl] { + .next-col-xs-offset-15[dir="rtl"] { margin-right: 62.5%; margin-left: auto; } - .next-col-xs-offset-16[dir=rtl] { + .next-col-xs-offset-16[dir="rtl"] { margin-right: 66.66667%; margin-left: auto; } - .next-col-xs-offset-17[dir=rtl] { + .next-col-xs-offset-17[dir="rtl"] { margin-right: 70.83333%; margin-left: auto; } - .next-col-xs-offset-18[dir=rtl] { + .next-col-xs-offset-18[dir="rtl"] { margin-right: 75%; margin-left: auto; } - .next-col-xs-offset-19[dir=rtl] { + .next-col-xs-offset-19[dir="rtl"] { margin-right: 79.16667%; margin-left: auto; } - .next-col-xs-offset-20[dir=rtl] { + .next-col-xs-offset-20[dir="rtl"] { margin-right: 83.33333%; margin-left: auto; } - .next-col-xs-offset-21[dir=rtl] { + .next-col-xs-offset-21[dir="rtl"] { margin-right: 87.5%; margin-left: auto; } - .next-col-xs-offset-22[dir=rtl] { + .next-col-xs-offset-22[dir="rtl"] { margin-right: 91.66667%; margin-left: auto; } - .next-col-xs-offset-23[dir=rtl] { + .next-col-xs-offset-23[dir="rtl"] { margin-right: 95.83333%; margin-left: auto; } - .next-col-xs-offset-24[dir=rtl] { + .next-col-xs-offset-24[dir="rtl"] { margin-right: 100%; margin-left: auto; } } @media (min-width: 720px) { - .next-col-s-offset-1[dir=rtl] { + .next-col-s-offset-1[dir="rtl"] { margin-right: 4.16667%; margin-left: auto; } - .next-col-s-offset-2[dir=rtl] { + .next-col-s-offset-2[dir="rtl"] { margin-right: 8.33333%; margin-left: auto; } - .next-col-s-offset-3[dir=rtl] { + .next-col-s-offset-3[dir="rtl"] { margin-right: 12.5%; margin-left: auto; } - .next-col-s-offset-4[dir=rtl] { + .next-col-s-offset-4[dir="rtl"] { margin-right: 16.66667%; margin-left: auto; } - .next-col-s-offset-5[dir=rtl] { + .next-col-s-offset-5[dir="rtl"] { margin-right: 20.83333%; margin-left: auto; } - .next-col-s-offset-6[dir=rtl] { + .next-col-s-offset-6[dir="rtl"] { margin-right: 25%; margin-left: auto; } - .next-col-s-offset-7[dir=rtl] { + .next-col-s-offset-7[dir="rtl"] { margin-right: 29.16667%; margin-left: auto; } - .next-col-s-offset-8[dir=rtl] { + .next-col-s-offset-8[dir="rtl"] { margin-right: 33.33333%; margin-left: auto; } - .next-col-s-offset-9[dir=rtl] { + .next-col-s-offset-9[dir="rtl"] { margin-right: 37.5%; margin-left: auto; } - .next-col-s-offset-10[dir=rtl] { + .next-col-s-offset-10[dir="rtl"] { margin-right: 41.66667%; margin-left: auto; } - .next-col-s-offset-11[dir=rtl] { + .next-col-s-offset-11[dir="rtl"] { margin-right: 45.83333%; margin-left: auto; } - .next-col-s-offset-12[dir=rtl] { + .next-col-s-offset-12[dir="rtl"] { margin-right: 50%; margin-left: auto; } - .next-col-s-offset-13[dir=rtl] { + .next-col-s-offset-13[dir="rtl"] { margin-right: 54.16667%; margin-left: auto; } - .next-col-s-offset-14[dir=rtl] { + .next-col-s-offset-14[dir="rtl"] { margin-right: 58.33333%; margin-left: auto; } - .next-col-s-offset-15[dir=rtl] { + .next-col-s-offset-15[dir="rtl"] { margin-right: 62.5%; margin-left: auto; } - .next-col-s-offset-16[dir=rtl] { + .next-col-s-offset-16[dir="rtl"] { margin-right: 66.66667%; margin-left: auto; } - .next-col-s-offset-17[dir=rtl] { + .next-col-s-offset-17[dir="rtl"] { margin-right: 70.83333%; margin-left: auto; } - .next-col-s-offset-18[dir=rtl] { + .next-col-s-offset-18[dir="rtl"] { margin-right: 75%; margin-left: auto; } - .next-col-s-offset-19[dir=rtl] { + .next-col-s-offset-19[dir="rtl"] { margin-right: 79.16667%; margin-left: auto; } - .next-col-s-offset-20[dir=rtl] { + .next-col-s-offset-20[dir="rtl"] { margin-right: 83.33333%; margin-left: auto; } - .next-col-s-offset-21[dir=rtl] { + .next-col-s-offset-21[dir="rtl"] { margin-right: 87.5%; margin-left: auto; } - .next-col-s-offset-22[dir=rtl] { + .next-col-s-offset-22[dir="rtl"] { margin-right: 91.66667%; margin-left: auto; } - .next-col-s-offset-23[dir=rtl] { + .next-col-s-offset-23[dir="rtl"] { margin-right: 95.83333%; margin-left: auto; } - .next-col-s-offset-24[dir=rtl] { + .next-col-s-offset-24[dir="rtl"] { margin-right: 100%; margin-left: auto; } } @media (min-width: 990px) { - .next-col-m-offset-1[dir=rtl] { + .next-col-m-offset-1[dir="rtl"] { margin-right: 4.16667%; margin-left: auto; } - .next-col-m-offset-2[dir=rtl] { + .next-col-m-offset-2[dir="rtl"] { margin-right: 8.33333%; margin-left: auto; } - .next-col-m-offset-3[dir=rtl] { + .next-col-m-offset-3[dir="rtl"] { margin-right: 12.5%; margin-left: auto; } - .next-col-m-offset-4[dir=rtl] { + .next-col-m-offset-4[dir="rtl"] { margin-right: 16.66667%; margin-left: auto; } - .next-col-m-offset-5[dir=rtl] { + .next-col-m-offset-5[dir="rtl"] { margin-right: 20.83333%; margin-left: auto; } - .next-col-m-offset-6[dir=rtl] { + .next-col-m-offset-6[dir="rtl"] { margin-right: 25%; margin-left: auto; } - .next-col-m-offset-7[dir=rtl] { + .next-col-m-offset-7[dir="rtl"] { margin-right: 29.16667%; margin-left: auto; } - .next-col-m-offset-8[dir=rtl] { + .next-col-m-offset-8[dir="rtl"] { margin-right: 33.33333%; margin-left: auto; } - .next-col-m-offset-9[dir=rtl] { + .next-col-m-offset-9[dir="rtl"] { margin-right: 37.5%; margin-left: auto; } - .next-col-m-offset-10[dir=rtl] { + .next-col-m-offset-10[dir="rtl"] { margin-right: 41.66667%; margin-left: auto; } - .next-col-m-offset-11[dir=rtl] { + .next-col-m-offset-11[dir="rtl"] { margin-right: 45.83333%; margin-left: auto; } - .next-col-m-offset-12[dir=rtl] { + .next-col-m-offset-12[dir="rtl"] { margin-right: 50%; margin-left: auto; } - .next-col-m-offset-13[dir=rtl] { + .next-col-m-offset-13[dir="rtl"] { margin-right: 54.16667%; margin-left: auto; } - .next-col-m-offset-14[dir=rtl] { + .next-col-m-offset-14[dir="rtl"] { margin-right: 58.33333%; margin-left: auto; } - .next-col-m-offset-15[dir=rtl] { + .next-col-m-offset-15[dir="rtl"] { margin-right: 62.5%; margin-left: auto; } - .next-col-m-offset-16[dir=rtl] { + .next-col-m-offset-16[dir="rtl"] { margin-right: 66.66667%; margin-left: auto; } - .next-col-m-offset-17[dir=rtl] { + .next-col-m-offset-17[dir="rtl"] { margin-right: 70.83333%; margin-left: auto; } - .next-col-m-offset-18[dir=rtl] { + .next-col-m-offset-18[dir="rtl"] { margin-right: 75%; margin-left: auto; } - .next-col-m-offset-19[dir=rtl] { + .next-col-m-offset-19[dir="rtl"] { margin-right: 79.16667%; margin-left: auto; } - .next-col-m-offset-20[dir=rtl] { + .next-col-m-offset-20[dir="rtl"] { margin-right: 83.33333%; margin-left: auto; } - .next-col-m-offset-21[dir=rtl] { + .next-col-m-offset-21[dir="rtl"] { margin-right: 87.5%; margin-left: auto; } - .next-col-m-offset-22[dir=rtl] { + .next-col-m-offset-22[dir="rtl"] { margin-right: 91.66667%; margin-left: auto; } - .next-col-m-offset-23[dir=rtl] { + .next-col-m-offset-23[dir="rtl"] { margin-right: 95.83333%; margin-left: auto; } - .next-col-m-offset-24[dir=rtl] { + .next-col-m-offset-24[dir="rtl"] { margin-right: 100%; margin-left: auto; } } @media (min-width: 1200px) { - .next-col-l-offset-1[dir=rtl] { + .next-col-l-offset-1[dir="rtl"] { margin-right: 4.16667%; margin-left: auto; } - .next-col-l-offset-2[dir=rtl] { + .next-col-l-offset-2[dir="rtl"] { margin-right: 8.33333%; margin-left: auto; } - .next-col-l-offset-3[dir=rtl] { + .next-col-l-offset-3[dir="rtl"] { margin-right: 12.5%; margin-left: auto; } - .next-col-l-offset-4[dir=rtl] { + .next-col-l-offset-4[dir="rtl"] { margin-right: 16.66667%; margin-left: auto; } - .next-col-l-offset-5[dir=rtl] { + .next-col-l-offset-5[dir="rtl"] { margin-right: 20.83333%; margin-left: auto; } - .next-col-l-offset-6[dir=rtl] { + .next-col-l-offset-6[dir="rtl"] { margin-right: 25%; margin-left: auto; } - .next-col-l-offset-7[dir=rtl] { + .next-col-l-offset-7[dir="rtl"] { margin-right: 29.16667%; margin-left: auto; } - .next-col-l-offset-8[dir=rtl] { + .next-col-l-offset-8[dir="rtl"] { margin-right: 33.33333%; margin-left: auto; } - .next-col-l-offset-9[dir=rtl] { + .next-col-l-offset-9[dir="rtl"] { margin-right: 37.5%; margin-left: auto; } - .next-col-l-offset-10[dir=rtl] { + .next-col-l-offset-10[dir="rtl"] { margin-right: 41.66667%; margin-left: auto; } - .next-col-l-offset-11[dir=rtl] { + .next-col-l-offset-11[dir="rtl"] { margin-right: 45.83333%; margin-left: auto; } - .next-col-l-offset-12[dir=rtl] { + .next-col-l-offset-12[dir="rtl"] { margin-right: 50%; margin-left: auto; } - .next-col-l-offset-13[dir=rtl] { + .next-col-l-offset-13[dir="rtl"] { margin-right: 54.16667%; margin-left: auto; } - .next-col-l-offset-14[dir=rtl] { + .next-col-l-offset-14[dir="rtl"] { margin-right: 58.33333%; margin-left: auto; } - .next-col-l-offset-15[dir=rtl] { + .next-col-l-offset-15[dir="rtl"] { margin-right: 62.5%; margin-left: auto; } - .next-col-l-offset-16[dir=rtl] { + .next-col-l-offset-16[dir="rtl"] { margin-right: 66.66667%; margin-left: auto; } - .next-col-l-offset-17[dir=rtl] { + .next-col-l-offset-17[dir="rtl"] { margin-right: 70.83333%; margin-left: auto; } - .next-col-l-offset-18[dir=rtl] { + .next-col-l-offset-18[dir="rtl"] { margin-right: 75%; margin-left: auto; } - .next-col-l-offset-19[dir=rtl] { + .next-col-l-offset-19[dir="rtl"] { margin-right: 79.16667%; margin-left: auto; } - .next-col-l-offset-20[dir=rtl] { + .next-col-l-offset-20[dir="rtl"] { margin-right: 83.33333%; margin-left: auto; } - .next-col-l-offset-21[dir=rtl] { + .next-col-l-offset-21[dir="rtl"] { margin-right: 87.5%; margin-left: auto; } - .next-col-l-offset-22[dir=rtl] { + .next-col-l-offset-22[dir="rtl"] { margin-right: 91.66667%; margin-left: auto; } - .next-col-l-offset-23[dir=rtl] { + .next-col-l-offset-23[dir="rtl"] { margin-right: 95.83333%; margin-left: auto; } - .next-col-l-offset-24[dir=rtl] { + .next-col-l-offset-24[dir="rtl"] { margin-right: 100%; margin-left: auto; } } @media (min-width: 1500px) { - .next-col-xl-offset-1[dir=rtl] { + .next-col-xl-offset-1[dir="rtl"] { margin-right: 4.16667%; margin-left: auto; } - .next-col-xl-offset-2[dir=rtl] { + .next-col-xl-offset-2[dir="rtl"] { margin-right: 8.33333%; margin-left: auto; } - .next-col-xl-offset-3[dir=rtl] { + .next-col-xl-offset-3[dir="rtl"] { margin-right: 12.5%; margin-left: auto; } - .next-col-xl-offset-4[dir=rtl] { + .next-col-xl-offset-4[dir="rtl"] { margin-right: 16.66667%; margin-left: auto; } - .next-col-xl-offset-5[dir=rtl] { + .next-col-xl-offset-5[dir="rtl"] { margin-right: 20.83333%; margin-left: auto; } - .next-col-xl-offset-6[dir=rtl] { + .next-col-xl-offset-6[dir="rtl"] { margin-right: 25%; margin-left: auto; } - .next-col-xl-offset-7[dir=rtl] { + .next-col-xl-offset-7[dir="rtl"] { margin-right: 29.16667%; margin-left: auto; } - .next-col-xl-offset-8[dir=rtl] { + .next-col-xl-offset-8[dir="rtl"] { margin-right: 33.33333%; margin-left: auto; } - .next-col-xl-offset-9[dir=rtl] { + .next-col-xl-offset-9[dir="rtl"] { margin-right: 37.5%; margin-left: auto; } - .next-col-xl-offset-10[dir=rtl] { + .next-col-xl-offset-10[dir="rtl"] { margin-right: 41.66667%; margin-left: auto; } - .next-col-xl-offset-11[dir=rtl] { + .next-col-xl-offset-11[dir="rtl"] { margin-right: 45.83333%; margin-left: auto; } - .next-col-xl-offset-12[dir=rtl] { + .next-col-xl-offset-12[dir="rtl"] { margin-right: 50%; margin-left: auto; } - .next-col-xl-offset-13[dir=rtl] { + .next-col-xl-offset-13[dir="rtl"] { margin-right: 54.16667%; margin-left: auto; } - .next-col-xl-offset-14[dir=rtl] { + .next-col-xl-offset-14[dir="rtl"] { margin-right: 58.33333%; margin-left: auto; } - .next-col-xl-offset-15[dir=rtl] { + .next-col-xl-offset-15[dir="rtl"] { margin-right: 62.5%; margin-left: auto; } - .next-col-xl-offset-16[dir=rtl] { + .next-col-xl-offset-16[dir="rtl"] { margin-right: 66.66667%; margin-left: auto; } - .next-col-xl-offset-17[dir=rtl] { + .next-col-xl-offset-17[dir="rtl"] { margin-right: 70.83333%; margin-left: auto; } - .next-col-xl-offset-18[dir=rtl] { + .next-col-xl-offset-18[dir="rtl"] { margin-right: 75%; margin-left: auto; } - .next-col-xl-offset-19[dir=rtl] { + .next-col-xl-offset-19[dir="rtl"] { margin-right: 79.16667%; margin-left: auto; } - .next-col-xl-offset-20[dir=rtl] { + .next-col-xl-offset-20[dir="rtl"] { margin-right: 83.33333%; margin-left: auto; } - .next-col-xl-offset-21[dir=rtl] { + .next-col-xl-offset-21[dir="rtl"] { margin-right: 87.5%; margin-left: auto; } - .next-col-xl-offset-22[dir=rtl] { + .next-col-xl-offset-22[dir="rtl"] { margin-right: 91.66667%; margin-left: auto; } - .next-col-xl-offset-23[dir=rtl] { + .next-col-xl-offset-23[dir="rtl"] { margin-right: 95.83333%; margin-left: auto; } - .next-col-xl-offset-24[dir=rtl] { + .next-col-xl-offset-24[dir="rtl"] { margin-right: 100%; margin-left: auto; } } -.next-col-offset-fixed-1[dir=rtl] { +.next-col-offset-fixed-1[dir="rtl"] { margin-right: 20px; margin-left: auto; } -.next-col-offset-fixed-2[dir=rtl] { +.next-col-offset-fixed-2[dir="rtl"] { margin-right: 40px; margin-left: auto; } -.next-col-offset-fixed-3[dir=rtl] { +.next-col-offset-fixed-3[dir="rtl"] { margin-right: 60px; margin-left: auto; } -.next-col-offset-fixed-4[dir=rtl] { +.next-col-offset-fixed-4[dir="rtl"] { margin-right: 80px; margin-left: auto; } -.next-col-offset-fixed-5[dir=rtl] { +.next-col-offset-fixed-5[dir="rtl"] { margin-right: 100px; margin-left: auto; } -.next-col-offset-fixed-6[dir=rtl] { +.next-col-offset-fixed-6[dir="rtl"] { margin-right: 120px; margin-left: auto; } -.next-col-offset-fixed-7[dir=rtl] { +.next-col-offset-fixed-7[dir="rtl"] { margin-right: 140px; margin-left: auto; } -.next-col-offset-fixed-8[dir=rtl] { +.next-col-offset-fixed-8[dir="rtl"] { margin-right: 160px; margin-left: auto; } -.next-col-offset-fixed-9[dir=rtl] { +.next-col-offset-fixed-9[dir="rtl"] { margin-right: 180px; margin-left: auto; } -.next-col-offset-fixed-10[dir=rtl] { +.next-col-offset-fixed-10[dir="rtl"] { margin-right: 200px; margin-left: auto; } -.next-col-offset-fixed-11[dir=rtl] { +.next-col-offset-fixed-11[dir="rtl"] { margin-right: 220px; margin-left: auto; } -.next-col-offset-fixed-12[dir=rtl] { +.next-col-offset-fixed-12[dir="rtl"] { margin-right: 240px; margin-left: auto; } -.next-col-offset-fixed-13[dir=rtl] { +.next-col-offset-fixed-13[dir="rtl"] { margin-right: 260px; margin-left: auto; } -.next-col-offset-fixed-14[dir=rtl] { +.next-col-offset-fixed-14[dir="rtl"] { margin-right: 280px; margin-left: auto; } -.next-col-offset-fixed-15[dir=rtl] { +.next-col-offset-fixed-15[dir="rtl"] { margin-right: 300px; margin-left: auto; } -.next-col-offset-fixed-16[dir=rtl] { +.next-col-offset-fixed-16[dir="rtl"] { margin-right: 320px; margin-left: auto; } -.next-col-offset-fixed-17[dir=rtl] { +.next-col-offset-fixed-17[dir="rtl"] { margin-right: 340px; margin-left: auto; } -.next-col-offset-fixed-18[dir=rtl] { +.next-col-offset-fixed-18[dir="rtl"] { margin-right: 360px; margin-left: auto; } -.next-col-offset-fixed-19[dir=rtl] { +.next-col-offset-fixed-19[dir="rtl"] { margin-right: 380px; margin-left: auto; } -.next-col-offset-fixed-20[dir=rtl] { +.next-col-offset-fixed-20[dir="rtl"] { margin-right: 400px; margin-left: auto; } -.next-col-offset-fixed-21[dir=rtl] { +.next-col-offset-fixed-21[dir="rtl"] { margin-right: 420px; margin-left: auto; } -.next-col-offset-fixed-22[dir=rtl] { +.next-col-offset-fixed-22[dir="rtl"] { margin-right: 440px; margin-left: auto; } -.next-col-offset-fixed-23[dir=rtl] { +.next-col-offset-fixed-23[dir="rtl"] { margin-right: 460px; margin-left: auto; } -.next-col-offset-fixed-24[dir=rtl] { +.next-col-offset-fixed-24[dir="rtl"] { margin-right: 480px; margin-left: auto; } -.next-col-offset-fixed-25[dir=rtl] { +.next-col-offset-fixed-25[dir="rtl"] { margin-right: 500px; margin-left: auto; } -.next-col-offset-fixed-26[dir=rtl] { +.next-col-offset-fixed-26[dir="rtl"] { margin-right: 520px; margin-left: auto; } -.next-col-offset-fixed-27[dir=rtl] { +.next-col-offset-fixed-27[dir="rtl"] { margin-right: 540px; margin-left: auto; } -.next-col-offset-fixed-28[dir=rtl] { +.next-col-offset-fixed-28[dir="rtl"] { margin-right: 560px; margin-left: auto; } -.next-col-offset-fixed-29[dir=rtl] { +.next-col-offset-fixed-29[dir="rtl"] { margin-right: 580px; margin-left: auto; } -.next-col-offset-fixed-30[dir=rtl] { +.next-col-offset-fixed-30[dir="rtl"] { margin-right: 600px; margin-left: auto; } -.next-col-offset-fixed-xxs-1[dir=rtl] { +.next-col-offset-fixed-xxs-1[dir="rtl"] { margin-right: 20px; margin-left: auto; } -.next-col-offset-fixed-xxs-2[dir=rtl] { +.next-col-offset-fixed-xxs-2[dir="rtl"] { margin-right: 40px; margin-left: auto; } -.next-col-offset-fixed-xxs-3[dir=rtl] { +.next-col-offset-fixed-xxs-3[dir="rtl"] { margin-right: 60px; margin-left: auto; } -.next-col-offset-fixed-xxs-4[dir=rtl] { +.next-col-offset-fixed-xxs-4[dir="rtl"] { margin-right: 80px; margin-left: auto; } -.next-col-offset-fixed-xxs-5[dir=rtl] { +.next-col-offset-fixed-xxs-5[dir="rtl"] { margin-right: 100px; margin-left: auto; } -.next-col-offset-fixed-xxs-6[dir=rtl] { +.next-col-offset-fixed-xxs-6[dir="rtl"] { margin-right: 120px; margin-left: auto; } -.next-col-offset-fixed-xxs-7[dir=rtl] { +.next-col-offset-fixed-xxs-7[dir="rtl"] { margin-right: 140px; margin-left: auto; } -.next-col-offset-fixed-xxs-8[dir=rtl] { +.next-col-offset-fixed-xxs-8[dir="rtl"] { margin-right: 160px; margin-left: auto; } -.next-col-offset-fixed-xxs-9[dir=rtl] { +.next-col-offset-fixed-xxs-9[dir="rtl"] { margin-right: 180px; margin-left: auto; } -.next-col-offset-fixed-xxs-10[dir=rtl] { +.next-col-offset-fixed-xxs-10[dir="rtl"] { margin-right: 200px; margin-left: auto; } -.next-col-offset-fixed-xxs-11[dir=rtl] { +.next-col-offset-fixed-xxs-11[dir="rtl"] { margin-right: 220px; margin-left: auto; } -.next-col-offset-fixed-xxs-12[dir=rtl] { +.next-col-offset-fixed-xxs-12[dir="rtl"] { margin-right: 240px; margin-left: auto; } -.next-col-offset-fixed-xxs-13[dir=rtl] { +.next-col-offset-fixed-xxs-13[dir="rtl"] { margin-right: 260px; margin-left: auto; } -.next-col-offset-fixed-xxs-14[dir=rtl] { +.next-col-offset-fixed-xxs-14[dir="rtl"] { margin-right: 280px; margin-left: auto; } -.next-col-offset-fixed-xxs-15[dir=rtl] { +.next-col-offset-fixed-xxs-15[dir="rtl"] { margin-right: 300px; margin-left: auto; } -.next-col-offset-fixed-xxs-16[dir=rtl] { +.next-col-offset-fixed-xxs-16[dir="rtl"] { margin-right: 320px; margin-left: auto; } -.next-col-offset-fixed-xxs-17[dir=rtl] { +.next-col-offset-fixed-xxs-17[dir="rtl"] { margin-right: 340px; margin-left: auto; } -.next-col-offset-fixed-xxs-18[dir=rtl] { +.next-col-offset-fixed-xxs-18[dir="rtl"] { margin-right: 360px; margin-left: auto; } -.next-col-offset-fixed-xxs-19[dir=rtl] { +.next-col-offset-fixed-xxs-19[dir="rtl"] { margin-right: 380px; margin-left: auto; } -.next-col-offset-fixed-xxs-20[dir=rtl] { +.next-col-offset-fixed-xxs-20[dir="rtl"] { margin-right: 400px; margin-left: auto; } -.next-col-offset-fixed-xxs-21[dir=rtl] { +.next-col-offset-fixed-xxs-21[dir="rtl"] { margin-right: 420px; margin-left: auto; } -.next-col-offset-fixed-xxs-22[dir=rtl] { +.next-col-offset-fixed-xxs-22[dir="rtl"] { margin-right: 440px; margin-left: auto; } -.next-col-offset-fixed-xxs-23[dir=rtl] { +.next-col-offset-fixed-xxs-23[dir="rtl"] { margin-right: 460px; margin-left: auto; } -.next-col-offset-fixed-xxs-24[dir=rtl] { +.next-col-offset-fixed-xxs-24[dir="rtl"] { margin-right: 480px; margin-left: auto; } -.next-col-offset-fixed-xxs-25[dir=rtl] { +.next-col-offset-fixed-xxs-25[dir="rtl"] { margin-right: 500px; margin-left: auto; } -.next-col-offset-fixed-xxs-26[dir=rtl] { +.next-col-offset-fixed-xxs-26[dir="rtl"] { margin-right: 520px; margin-left: auto; } -.next-col-offset-fixed-xxs-27[dir=rtl] { +.next-col-offset-fixed-xxs-27[dir="rtl"] { margin-right: 540px; margin-left: auto; } -.next-col-offset-fixed-xxs-28[dir=rtl] { +.next-col-offset-fixed-xxs-28[dir="rtl"] { margin-right: 560px; margin-left: auto; } -.next-col-offset-fixed-xxs-29[dir=rtl] { +.next-col-offset-fixed-xxs-29[dir="rtl"] { margin-right: 580px; margin-left: auto; } -.next-col-offset-fixed-xxs-30[dir=rtl] { +.next-col-offset-fixed-xxs-30[dir="rtl"] { margin-right: 600px; margin-left: auto; } -.next-col-offset-fixed-xs-1[dir=rtl] { +.next-col-offset-fixed-xs-1[dir="rtl"] { margin-right: 20px; margin-left: auto; } -.next-col-offset-fixed-xs-2[dir=rtl] { +.next-col-offset-fixed-xs-2[dir="rtl"] { margin-right: 40px; margin-left: auto; } -.next-col-offset-fixed-xs-3[dir=rtl] { +.next-col-offset-fixed-xs-3[dir="rtl"] { margin-right: 60px; margin-left: auto; } -.next-col-offset-fixed-xs-4[dir=rtl] { +.next-col-offset-fixed-xs-4[dir="rtl"] { margin-right: 80px; margin-left: auto; } -.next-col-offset-fixed-xs-5[dir=rtl] { +.next-col-offset-fixed-xs-5[dir="rtl"] { margin-right: 100px; margin-left: auto; } -.next-col-offset-fixed-xs-6[dir=rtl] { +.next-col-offset-fixed-xs-6[dir="rtl"] { margin-right: 120px; margin-left: auto; } -.next-col-offset-fixed-xs-7[dir=rtl] { +.next-col-offset-fixed-xs-7[dir="rtl"] { margin-right: 140px; margin-left: auto; } -.next-col-offset-fixed-xs-8[dir=rtl] { +.next-col-offset-fixed-xs-8[dir="rtl"] { margin-right: 160px; margin-left: auto; } -.next-col-offset-fixed-xs-9[dir=rtl] { +.next-col-offset-fixed-xs-9[dir="rtl"] { margin-right: 180px; margin-left: auto; } -.next-col-offset-fixed-xs-10[dir=rtl] { +.next-col-offset-fixed-xs-10[dir="rtl"] { margin-right: 200px; margin-left: auto; } -.next-col-offset-fixed-xs-11[dir=rtl] { +.next-col-offset-fixed-xs-11[dir="rtl"] { margin-right: 220px; margin-left: auto; } -.next-col-offset-fixed-xs-12[dir=rtl] { +.next-col-offset-fixed-xs-12[dir="rtl"] { margin-right: 240px; margin-left: auto; } -.next-col-offset-fixed-xs-13[dir=rtl] { +.next-col-offset-fixed-xs-13[dir="rtl"] { margin-right: 260px; margin-left: auto; } -.next-col-offset-fixed-xs-14[dir=rtl] { +.next-col-offset-fixed-xs-14[dir="rtl"] { margin-right: 280px; margin-left: auto; } -.next-col-offset-fixed-xs-15[dir=rtl] { +.next-col-offset-fixed-xs-15[dir="rtl"] { margin-right: 300px; margin-left: auto; } -.next-col-offset-fixed-xs-16[dir=rtl] { +.next-col-offset-fixed-xs-16[dir="rtl"] { margin-right: 320px; margin-left: auto; } -.next-col-offset-fixed-xs-17[dir=rtl] { +.next-col-offset-fixed-xs-17[dir="rtl"] { margin-right: 340px; margin-left: auto; } -.next-col-offset-fixed-xs-18[dir=rtl] { +.next-col-offset-fixed-xs-18[dir="rtl"] { margin-right: 360px; margin-left: auto; } -.next-col-offset-fixed-xs-19[dir=rtl] { +.next-col-offset-fixed-xs-19[dir="rtl"] { margin-right: 380px; margin-left: auto; } -.next-col-offset-fixed-xs-20[dir=rtl] { +.next-col-offset-fixed-xs-20[dir="rtl"] { margin-right: 400px; margin-left: auto; } -.next-col-offset-fixed-xs-21[dir=rtl] { +.next-col-offset-fixed-xs-21[dir="rtl"] { margin-right: 420px; margin-left: auto; } -.next-col-offset-fixed-xs-22[dir=rtl] { +.next-col-offset-fixed-xs-22[dir="rtl"] { margin-right: 440px; margin-left: auto; } -.next-col-offset-fixed-xs-23[dir=rtl] { +.next-col-offset-fixed-xs-23[dir="rtl"] { margin-right: 460px; margin-left: auto; } -.next-col-offset-fixed-xs-24[dir=rtl] { +.next-col-offset-fixed-xs-24[dir="rtl"] { margin-right: 480px; margin-left: auto; } -.next-col-offset-fixed-xs-25[dir=rtl] { +.next-col-offset-fixed-xs-25[dir="rtl"] { margin-right: 500px; margin-left: auto; } -.next-col-offset-fixed-xs-26[dir=rtl] { +.next-col-offset-fixed-xs-26[dir="rtl"] { margin-right: 520px; margin-left: auto; } -.next-col-offset-fixed-xs-27[dir=rtl] { +.next-col-offset-fixed-xs-27[dir="rtl"] { margin-right: 540px; margin-left: auto; } -.next-col-offset-fixed-xs-28[dir=rtl] { +.next-col-offset-fixed-xs-28[dir="rtl"] { margin-right: 560px; margin-left: auto; } -.next-col-offset-fixed-xs-29[dir=rtl] { +.next-col-offset-fixed-xs-29[dir="rtl"] { margin-right: 580px; margin-left: auto; } -.next-col-offset-fixed-xs-30[dir=rtl] { +.next-col-offset-fixed-xs-30[dir="rtl"] { margin-right: 600px; margin-left: auto; } -.next-col-offset-fixed-s-1[dir=rtl] { +.next-col-offset-fixed-s-1[dir="rtl"] { margin-right: 20px; margin-left: auto; } -.next-col-offset-fixed-s-2[dir=rtl] { +.next-col-offset-fixed-s-2[dir="rtl"] { margin-right: 40px; margin-left: auto; } -.next-col-offset-fixed-s-3[dir=rtl] { +.next-col-offset-fixed-s-3[dir="rtl"] { margin-right: 60px; margin-left: auto; } -.next-col-offset-fixed-s-4[dir=rtl] { +.next-col-offset-fixed-s-4[dir="rtl"] { margin-right: 80px; margin-left: auto; } -.next-col-offset-fixed-s-5[dir=rtl] { +.next-col-offset-fixed-s-5[dir="rtl"] { margin-right: 100px; margin-left: auto; } -.next-col-offset-fixed-s-6[dir=rtl] { +.next-col-offset-fixed-s-6[dir="rtl"] { margin-right: 120px; margin-left: auto; } -.next-col-offset-fixed-s-7[dir=rtl] { +.next-col-offset-fixed-s-7[dir="rtl"] { margin-right: 140px; margin-left: auto; } -.next-col-offset-fixed-s-8[dir=rtl] { +.next-col-offset-fixed-s-8[dir="rtl"] { margin-right: 160px; margin-left: auto; } -.next-col-offset-fixed-s-9[dir=rtl] { +.next-col-offset-fixed-s-9[dir="rtl"] { margin-right: 180px; margin-left: auto; } -.next-col-offset-fixed-s-10[dir=rtl] { +.next-col-offset-fixed-s-10[dir="rtl"] { margin-right: 200px; margin-left: auto; } -.next-col-offset-fixed-s-11[dir=rtl] { +.next-col-offset-fixed-s-11[dir="rtl"] { margin-right: 220px; margin-left: auto; } -.next-col-offset-fixed-s-12[dir=rtl] { +.next-col-offset-fixed-s-12[dir="rtl"] { margin-right: 240px; margin-left: auto; } -.next-col-offset-fixed-s-13[dir=rtl] { +.next-col-offset-fixed-s-13[dir="rtl"] { margin-right: 260px; margin-left: auto; } -.next-col-offset-fixed-s-14[dir=rtl] { +.next-col-offset-fixed-s-14[dir="rtl"] { margin-right: 280px; margin-left: auto; } -.next-col-offset-fixed-s-15[dir=rtl] { +.next-col-offset-fixed-s-15[dir="rtl"] { margin-right: 300px; margin-left: auto; } -.next-col-offset-fixed-s-16[dir=rtl] { +.next-col-offset-fixed-s-16[dir="rtl"] { margin-right: 320px; margin-left: auto; } -.next-col-offset-fixed-s-17[dir=rtl] { +.next-col-offset-fixed-s-17[dir="rtl"] { margin-right: 340px; margin-left: auto; } -.next-col-offset-fixed-s-18[dir=rtl] { +.next-col-offset-fixed-s-18[dir="rtl"] { margin-right: 360px; margin-left: auto; } -.next-col-offset-fixed-s-19[dir=rtl] { +.next-col-offset-fixed-s-19[dir="rtl"] { margin-right: 380px; margin-left: auto; } -.next-col-offset-fixed-s-20[dir=rtl] { +.next-col-offset-fixed-s-20[dir="rtl"] { margin-right: 400px; margin-left: auto; } -.next-col-offset-fixed-s-21[dir=rtl] { +.next-col-offset-fixed-s-21[dir="rtl"] { margin-right: 420px; margin-left: auto; } -.next-col-offset-fixed-s-22[dir=rtl] { +.next-col-offset-fixed-s-22[dir="rtl"] { margin-right: 440px; margin-left: auto; } -.next-col-offset-fixed-s-23[dir=rtl] { +.next-col-offset-fixed-s-23[dir="rtl"] { margin-right: 460px; margin-left: auto; } -.next-col-offset-fixed-s-24[dir=rtl] { +.next-col-offset-fixed-s-24[dir="rtl"] { margin-right: 480px; margin-left: auto; } -.next-col-offset-fixed-s-25[dir=rtl] { +.next-col-offset-fixed-s-25[dir="rtl"] { margin-right: 500px; margin-left: auto; } -.next-col-offset-fixed-s-26[dir=rtl] { +.next-col-offset-fixed-s-26[dir="rtl"] { margin-right: 520px; margin-left: auto; } -.next-col-offset-fixed-s-27[dir=rtl] { +.next-col-offset-fixed-s-27[dir="rtl"] { margin-right: 540px; margin-left: auto; } -.next-col-offset-fixed-s-28[dir=rtl] { +.next-col-offset-fixed-s-28[dir="rtl"] { margin-right: 560px; margin-left: auto; } -.next-col-offset-fixed-s-29[dir=rtl] { +.next-col-offset-fixed-s-29[dir="rtl"] { margin-right: 580px; margin-left: auto; } -.next-col-offset-fixed-s-30[dir=rtl] { +.next-col-offset-fixed-s-30[dir="rtl"] { margin-right: 600px; margin-left: auto; } -.next-col-offset-fixed-m-1[dir=rtl] { +.next-col-offset-fixed-m-1[dir="rtl"] { margin-right: 20px; margin-left: auto; } -.next-col-offset-fixed-m-2[dir=rtl] { +.next-col-offset-fixed-m-2[dir="rtl"] { margin-right: 40px; margin-left: auto; } -.next-col-offset-fixed-m-3[dir=rtl] { +.next-col-offset-fixed-m-3[dir="rtl"] { margin-right: 60px; margin-left: auto; } -.next-col-offset-fixed-m-4[dir=rtl] { +.next-col-offset-fixed-m-4[dir="rtl"] { margin-right: 80px; margin-left: auto; } -.next-col-offset-fixed-m-5[dir=rtl] { +.next-col-offset-fixed-m-5[dir="rtl"] { margin-right: 100px; margin-left: auto; } -.next-col-offset-fixed-m-6[dir=rtl] { +.next-col-offset-fixed-m-6[dir="rtl"] { margin-right: 120px; margin-left: auto; } -.next-col-offset-fixed-m-7[dir=rtl] { +.next-col-offset-fixed-m-7[dir="rtl"] { margin-right: 140px; margin-left: auto; } -.next-col-offset-fixed-m-8[dir=rtl] { +.next-col-offset-fixed-m-8[dir="rtl"] { margin-right: 160px; margin-left: auto; } -.next-col-offset-fixed-m-9[dir=rtl] { +.next-col-offset-fixed-m-9[dir="rtl"] { margin-right: 180px; margin-left: auto; } -.next-col-offset-fixed-m-10[dir=rtl] { +.next-col-offset-fixed-m-10[dir="rtl"] { margin-right: 200px; margin-left: auto; } -.next-col-offset-fixed-m-11[dir=rtl] { +.next-col-offset-fixed-m-11[dir="rtl"] { margin-right: 220px; margin-left: auto; } -.next-col-offset-fixed-m-12[dir=rtl] { +.next-col-offset-fixed-m-12[dir="rtl"] { margin-right: 240px; margin-left: auto; } -.next-col-offset-fixed-m-13[dir=rtl] { +.next-col-offset-fixed-m-13[dir="rtl"] { margin-right: 260px; margin-left: auto; } -.next-col-offset-fixed-m-14[dir=rtl] { +.next-col-offset-fixed-m-14[dir="rtl"] { margin-right: 280px; margin-left: auto; } -.next-col-offset-fixed-m-15[dir=rtl] { +.next-col-offset-fixed-m-15[dir="rtl"] { margin-right: 300px; margin-left: auto; } -.next-col-offset-fixed-m-16[dir=rtl] { +.next-col-offset-fixed-m-16[dir="rtl"] { margin-right: 320px; margin-left: auto; } -.next-col-offset-fixed-m-17[dir=rtl] { +.next-col-offset-fixed-m-17[dir="rtl"] { margin-right: 340px; margin-left: auto; } -.next-col-offset-fixed-m-18[dir=rtl] { +.next-col-offset-fixed-m-18[dir="rtl"] { margin-right: 360px; margin-left: auto; } -.next-col-offset-fixed-m-19[dir=rtl] { +.next-col-offset-fixed-m-19[dir="rtl"] { margin-right: 380px; margin-left: auto; } -.next-col-offset-fixed-m-20[dir=rtl] { +.next-col-offset-fixed-m-20[dir="rtl"] { margin-right: 400px; margin-left: auto; } -.next-col-offset-fixed-m-21[dir=rtl] { +.next-col-offset-fixed-m-21[dir="rtl"] { margin-right: 420px; margin-left: auto; } -.next-col-offset-fixed-m-22[dir=rtl] { +.next-col-offset-fixed-m-22[dir="rtl"] { margin-right: 440px; margin-left: auto; } -.next-col-offset-fixed-m-23[dir=rtl] { +.next-col-offset-fixed-m-23[dir="rtl"] { margin-right: 460px; margin-left: auto; } -.next-col-offset-fixed-m-24[dir=rtl] { +.next-col-offset-fixed-m-24[dir="rtl"] { margin-right: 480px; margin-left: auto; } -.next-col-offset-fixed-m-25[dir=rtl] { +.next-col-offset-fixed-m-25[dir="rtl"] { margin-right: 500px; margin-left: auto; } -.next-col-offset-fixed-m-26[dir=rtl] { +.next-col-offset-fixed-m-26[dir="rtl"] { margin-right: 520px; margin-left: auto; } -.next-col-offset-fixed-m-27[dir=rtl] { +.next-col-offset-fixed-m-27[dir="rtl"] { margin-right: 540px; margin-left: auto; } -.next-col-offset-fixed-m-28[dir=rtl] { +.next-col-offset-fixed-m-28[dir="rtl"] { margin-right: 560px; margin-left: auto; } -.next-col-offset-fixed-m-29[dir=rtl] { +.next-col-offset-fixed-m-29[dir="rtl"] { margin-right: 580px; margin-left: auto; } -.next-col-offset-fixed-m-30[dir=rtl] { +.next-col-offset-fixed-m-30[dir="rtl"] { margin-right: 600px; margin-left: auto; } -.next-col-offset-fixed-l-1[dir=rtl] { +.next-col-offset-fixed-l-1[dir="rtl"] { margin-right: 20px; margin-left: auto; } -.next-col-offset-fixed-l-2[dir=rtl] { +.next-col-offset-fixed-l-2[dir="rtl"] { margin-right: 40px; margin-left: auto; } -.next-col-offset-fixed-l-3[dir=rtl] { +.next-col-offset-fixed-l-3[dir="rtl"] { margin-right: 60px; margin-left: auto; } -.next-col-offset-fixed-l-4[dir=rtl] { +.next-col-offset-fixed-l-4[dir="rtl"] { margin-right: 80px; margin-left: auto; } -.next-col-offset-fixed-l-5[dir=rtl] { +.next-col-offset-fixed-l-5[dir="rtl"] { margin-right: 100px; margin-left: auto; } -.next-col-offset-fixed-l-6[dir=rtl] { +.next-col-offset-fixed-l-6[dir="rtl"] { margin-right: 120px; margin-left: auto; } -.next-col-offset-fixed-l-7[dir=rtl] { +.next-col-offset-fixed-l-7[dir="rtl"] { margin-right: 140px; margin-left: auto; } -.next-col-offset-fixed-l-8[dir=rtl] { +.next-col-offset-fixed-l-8[dir="rtl"] { margin-right: 160px; margin-left: auto; } -.next-col-offset-fixed-l-9[dir=rtl] { +.next-col-offset-fixed-l-9[dir="rtl"] { margin-right: 180px; margin-left: auto; } -.next-col-offset-fixed-l-10[dir=rtl] { +.next-col-offset-fixed-l-10[dir="rtl"] { margin-right: 200px; margin-left: auto; } -.next-col-offset-fixed-l-11[dir=rtl] { +.next-col-offset-fixed-l-11[dir="rtl"] { margin-right: 220px; margin-left: auto; } -.next-col-offset-fixed-l-12[dir=rtl] { +.next-col-offset-fixed-l-12[dir="rtl"] { margin-right: 240px; margin-left: auto; } -.next-col-offset-fixed-l-13[dir=rtl] { +.next-col-offset-fixed-l-13[dir="rtl"] { margin-right: 260px; margin-left: auto; } -.next-col-offset-fixed-l-14[dir=rtl] { +.next-col-offset-fixed-l-14[dir="rtl"] { margin-right: 280px; margin-left: auto; } -.next-col-offset-fixed-l-15[dir=rtl] { +.next-col-offset-fixed-l-15[dir="rtl"] { margin-right: 300px; margin-left: auto; } -.next-col-offset-fixed-l-16[dir=rtl] { +.next-col-offset-fixed-l-16[dir="rtl"] { margin-right: 320px; margin-left: auto; } -.next-col-offset-fixed-l-17[dir=rtl] { +.next-col-offset-fixed-l-17[dir="rtl"] { margin-right: 340px; margin-left: auto; } -.next-col-offset-fixed-l-18[dir=rtl] { +.next-col-offset-fixed-l-18[dir="rtl"] { margin-right: 360px; margin-left: auto; } -.next-col-offset-fixed-l-19[dir=rtl] { +.next-col-offset-fixed-l-19[dir="rtl"] { margin-right: 380px; margin-left: auto; } -.next-col-offset-fixed-l-20[dir=rtl] { +.next-col-offset-fixed-l-20[dir="rtl"] { margin-right: 400px; margin-left: auto; } -.next-col-offset-fixed-l-21[dir=rtl] { +.next-col-offset-fixed-l-21[dir="rtl"] { margin-right: 420px; margin-left: auto; } -.next-col-offset-fixed-l-22[dir=rtl] { +.next-col-offset-fixed-l-22[dir="rtl"] { margin-right: 440px; margin-left: auto; } -.next-col-offset-fixed-l-23[dir=rtl] { +.next-col-offset-fixed-l-23[dir="rtl"] { margin-right: 460px; margin-left: auto; } -.next-col-offset-fixed-l-24[dir=rtl] { +.next-col-offset-fixed-l-24[dir="rtl"] { margin-right: 480px; margin-left: auto; } -.next-col-offset-fixed-l-25[dir=rtl] { +.next-col-offset-fixed-l-25[dir="rtl"] { margin-right: 500px; margin-left: auto; } -.next-col-offset-fixed-l-26[dir=rtl] { +.next-col-offset-fixed-l-26[dir="rtl"] { margin-right: 520px; margin-left: auto; } -.next-col-offset-fixed-l-27[dir=rtl] { +.next-col-offset-fixed-l-27[dir="rtl"] { margin-right: 540px; margin-left: auto; } -.next-col-offset-fixed-l-28[dir=rtl] { +.next-col-offset-fixed-l-28[dir="rtl"] { margin-right: 560px; margin-left: auto; } -.next-col-offset-fixed-l-29[dir=rtl] { +.next-col-offset-fixed-l-29[dir="rtl"] { margin-right: 580px; margin-left: auto; } -.next-col-offset-fixed-l-30[dir=rtl] { +.next-col-offset-fixed-l-30[dir="rtl"] { margin-right: 600px; margin-left: auto; } -.next-col-offset-fixed-xl-1[dir=rtl] { +.next-col-offset-fixed-xl-1[dir="rtl"] { margin-right: 20px; margin-left: auto; } -.next-col-offset-fixed-xl-2[dir=rtl] { +.next-col-offset-fixed-xl-2[dir="rtl"] { margin-right: 40px; margin-left: auto; } -.next-col-offset-fixed-xl-3[dir=rtl] { +.next-col-offset-fixed-xl-3[dir="rtl"] { margin-right: 60px; margin-left: auto; } -.next-col-offset-fixed-xl-4[dir=rtl] { +.next-col-offset-fixed-xl-4[dir="rtl"] { margin-right: 80px; margin-left: auto; } -.next-col-offset-fixed-xl-5[dir=rtl] { +.next-col-offset-fixed-xl-5[dir="rtl"] { margin-right: 100px; margin-left: auto; } -.next-col-offset-fixed-xl-6[dir=rtl] { +.next-col-offset-fixed-xl-6[dir="rtl"] { margin-right: 120px; margin-left: auto; } -.next-col-offset-fixed-xl-7[dir=rtl] { +.next-col-offset-fixed-xl-7[dir="rtl"] { margin-right: 140px; margin-left: auto; } -.next-col-offset-fixed-xl-8[dir=rtl] { +.next-col-offset-fixed-xl-8[dir="rtl"] { margin-right: 160px; margin-left: auto; } -.next-col-offset-fixed-xl-9[dir=rtl] { +.next-col-offset-fixed-xl-9[dir="rtl"] { margin-right: 180px; margin-left: auto; } -.next-col-offset-fixed-xl-10[dir=rtl] { +.next-col-offset-fixed-xl-10[dir="rtl"] { margin-right: 200px; margin-left: auto; } -.next-col-offset-fixed-xl-11[dir=rtl] { +.next-col-offset-fixed-xl-11[dir="rtl"] { margin-right: 220px; margin-left: auto; } -.next-col-offset-fixed-xl-12[dir=rtl] { +.next-col-offset-fixed-xl-12[dir="rtl"] { margin-right: 240px; margin-left: auto; } -.next-col-offset-fixed-xl-13[dir=rtl] { +.next-col-offset-fixed-xl-13[dir="rtl"] { margin-right: 260px; margin-left: auto; } -.next-col-offset-fixed-xl-14[dir=rtl] { +.next-col-offset-fixed-xl-14[dir="rtl"] { margin-right: 280px; margin-left: auto; } -.next-col-offset-fixed-xl-15[dir=rtl] { +.next-col-offset-fixed-xl-15[dir="rtl"] { margin-right: 300px; margin-left: auto; } -.next-col-offset-fixed-xl-16[dir=rtl] { +.next-col-offset-fixed-xl-16[dir="rtl"] { margin-right: 320px; margin-left: auto; } -.next-col-offset-fixed-xl-17[dir=rtl] { +.next-col-offset-fixed-xl-17[dir="rtl"] { margin-right: 340px; margin-left: auto; } -.next-col-offset-fixed-xl-18[dir=rtl] { +.next-col-offset-fixed-xl-18[dir="rtl"] { margin-right: 360px; margin-left: auto; } -.next-col-offset-fixed-xl-19[dir=rtl] { +.next-col-offset-fixed-xl-19[dir="rtl"] { margin-right: 380px; margin-left: auto; } -.next-col-offset-fixed-xl-20[dir=rtl] { +.next-col-offset-fixed-xl-20[dir="rtl"] { margin-right: 400px; margin-left: auto; } -.next-col-offset-fixed-xl-21[dir=rtl] { +.next-col-offset-fixed-xl-21[dir="rtl"] { margin-right: 420px; margin-left: auto; } -.next-col-offset-fixed-xl-22[dir=rtl] { +.next-col-offset-fixed-xl-22[dir="rtl"] { margin-right: 440px; margin-left: auto; } -.next-col-offset-fixed-xl-23[dir=rtl] { +.next-col-offset-fixed-xl-23[dir="rtl"] { margin-right: 460px; margin-left: auto; } -.next-col-offset-fixed-xl-24[dir=rtl] { +.next-col-offset-fixed-xl-24[dir="rtl"] { margin-right: 480px; margin-left: auto; } -.next-col-offset-fixed-xl-25[dir=rtl] { +.next-col-offset-fixed-xl-25[dir="rtl"] { margin-right: 500px; margin-left: auto; } -.next-col-offset-fixed-xl-26[dir=rtl] { +.next-col-offset-fixed-xl-26[dir="rtl"] { margin-right: 520px; margin-left: auto; } -.next-col-offset-fixed-xl-27[dir=rtl] { +.next-col-offset-fixed-xl-27[dir="rtl"] { margin-right: 540px; margin-left: auto; } -.next-col-offset-fixed-xl-28[dir=rtl] { +.next-col-offset-fixed-xl-28[dir="rtl"] { margin-right: 560px; margin-left: auto; } -.next-col-offset-fixed-xl-29[dir=rtl] { +.next-col-offset-fixed-xl-29[dir="rtl"] { margin-right: 580px; margin-left: auto; } -.next-col-offset-fixed-xl-30[dir=rtl] { +.next-col-offset-fixed-xl-30[dir="rtl"] { margin-right: 600px; margin-left: auto; } @@ -17866,21 +19429,24 @@ small { } .next-form-item.has-error > .next-form-item-control > .next-form-item-help { - color: #C80000; - color: var(--form-error-color, #C80000); + color: #c80000; + color: var(--form-error-color, #c80000); } .next-form-item.has-warning > .next-form-item-control > .next-form-item-help { - color: #FFF3B4; - color: var(--form-warning-color, #FFF3B4); + color: #fff3b4; + color: var(--form-warning-color, #fff3b4); } -.next-form-item .next-form-item-label, .next-form-item .next-form-text-align, .next-form-item p { +.next-form-item .next-form-item-label, +.next-form-item .next-form-text-align, +.next-form-item p { line-height: 32px; line-height: var(--form-element-medium-height, 32px); } -.next-form-item .next-form-text-align, .next-form-item p { +.next-form-item .next-form-text-align, +.next-form-item p { margin: 0; } @@ -17908,7 +19474,9 @@ small { min-height: calc(var(--form-element-medium-preview-font-size, 12px) * 1.4); line-height: 1.4; margin-top: -0.4px; - margin-top: calc(var(--form-element-medium-preview-height, 16px) / 2 - var(--form-element-medium-preview-font-size, 12px) * 1.4 / 2); + margin-top: calc( + var(--form-element-medium-preview-height, 16px) / 2 - var(--form-element-medium-preview-font-size, 12px) * 1.4 / 2 + ); } .next-form-item .next-form-item-label { @@ -17927,7 +19495,9 @@ small { margin-bottom: var(--form-item-l-margin-b, 16px); } -.next-form-item.next-large .next-form-item-label, .next-form-item.next-large .next-form-text-align, .next-form-item.next-large p { +.next-form-item.next-large .next-form-item-label, +.next-form-item.next-large .next-form-text-align, +.next-form-item.next-large p { line-height: 36px; line-height: var(--form-element-large-height, 36px); } @@ -17956,7 +19526,9 @@ small { min-height: calc(var(--form-element-large-preview-font-size, 14px) * 1.4); line-height: 1.4; margin-top: -1.8px; - margin-top: calc(var(--form-element-large-preview-height, 16px) / 2 - var(--form-element-large-preview-font-size, 14px) * 1.4 / 2); + margin-top: calc( + var(--form-element-large-preview-height, 16px) / 2 - var(--form-element-large-preview-font-size, 14px) * 1.4 / 2 + ); } .next-form-item.next-large .next-switch { @@ -17974,7 +19546,9 @@ small { margin-bottom: var(--form-item-s-margin-b, 16px); } -.next-form-item.next-small .next-form-item-label, .next-form-item.next-small .next-form-text-align, .next-form-item.next-small p { +.next-form-item.next-small .next-form-item-label, +.next-form-item.next-small .next-form-text-align, +.next-form-item.next-small p { line-height: 24px; line-height: var(--form-element-small-height, 24px); } @@ -18003,7 +19577,9 @@ small { min-height: calc(var(--form-element-small-preview-font-size, 12px) * 1.4); line-height: 1.4; margin-top: -0.4px; - margin-top: calc(var(--form-element-small-preview-height, 16px) / 2 - var(--form-element-small-preview-font-size, 12px) * 1.4 / 2); + margin-top: calc( + var(--form-element-small-preview-height, 16px) / 2 - var(--form-element-small-preview-font-size, 12px) * 1.4 / 2 + ); } .next-form-item.next-small .next-form-item-label { @@ -18026,7 +19602,8 @@ small { margin: 0; } -.next-form-item-control > .next-input-group, .next-form-item-control > .next-input { +.next-form-item-control > .next-input-group, +.next-form-item-control > .next-input { width: 100%; } @@ -18058,8 +19635,8 @@ small { .next-form-item-label label[required]:before { margin-right: 4px; content: "*"; - color: #C80000; - color: var(--form-error-color, #C80000); + color: #c80000; + color: var(--form-error-color, #c80000); } .next-form-item-label.has-colon label::after { @@ -18080,8 +19657,8 @@ small { .next-form-item-label.next-left > label[required]::after { margin-left: 4px; content: "*"; - color: #C80000; - color: var(--form-error-color, #C80000); + color: #c80000; + color: var(--form-error-color, #c80000); } .next-form-item-help { @@ -18122,7 +19699,7 @@ small { margin-right: var(--form-inline-s-item-margin-r, 16px); } -@media screen and (min-width: 0\0 ) and (min-resolution: 0.001dpcm) { +@media screen and (min-width: 0\0) and (min-resolution: 0.001dpcm) { .next-form-item.next-left > .next-form-item-label { display: table-cell; } @@ -18131,26 +19708,26 @@ small { display: table-cell; } } -.next-form[dir=rtl] .next-form-item-label { +.next-form[dir="rtl"] .next-form-item-label { text-align: left; padding-left: 12px; padding-left: var(--form-label-padding-r, 12px); padding-right: 0; } -.next-form[dir=rtl].next-inline .next-form-item:not(:last-child) { +.next-form[dir="rtl"].next-inline .next-form-item:not(:last-child) { margin-left: 20px; margin-left: var(--form-inline-m-item-margin-r, 20px); margin-right: 0; } -.next-form[dir=rtl].next-inline .next-form-item.next-large:not(:last-child) { +.next-form[dir="rtl"].next-inline .next-form-item.next-large:not(:last-child) { margin-left: 24px; margin-left: var(--form-inline-l-item-margin-r, 24px); margin-right: 0; } -.next-form[dir=rtl].next-inline .next-form-item.next-small:not(:last-child) { +.next-form[dir="rtl"].next-inline .next-form-item.next-small:not(:last-child) { margin-left: 16px; margin-left: var(--form-inline-s-item-margin-r, 16px); margin-right: 0; @@ -18161,7 +19738,7 @@ small { position: relative; display: inline-block; overflow: hidden; - color: #FFFFFF; + color: #ffffff; white-space: nowrap; text-align: center; vertical-align: middle; @@ -18374,7 +19951,8 @@ small { max-width: 100%; } -.next-select-trigger-search > input, .next-select-trigger-search > span { +.next-select-trigger-search > input, +.next-select-trigger-search > span { display: block; font-size: inherit; font-family: inherit; @@ -18419,7 +19997,8 @@ small { display: none; } -.next-select-single.next-no-search .next-select-values > em + .next-select-trigger-search, .next-select-single.next-inactive .next-select-values > em + .next-select-trigger-search { +.next-select-single.next-no-search .next-select-values > em + .next-select-trigger-search, +.next-select-single.next-inactive .next-select-values > em + .next-select-trigger-search { width: 1px; opacity: 0; /* stylelint-disable */ @@ -18461,43 +20040,49 @@ small { padding: 0 4px 0 16px; color: #333333; color: var(--input-text-color, #333333); - background: linear-gradient(90deg, transparent, #FFFFFF 10px); - background: linear-gradient(90deg, transparent, var(--input-bg-color, #FFFFFF) 10px); + background: linear-gradient(90deg, transparent, #ffffff 10px); + background: linear-gradient(90deg, transparent, var(--input-bg-color, #ffffff) 10px); } .next-select-multiple .next-disabled .next-select-tag-compact { - background: linear-gradient(90deg, transparent, #F7F9FA 10px); - background: linear-gradient(90deg, transparent, var(--input-disabled-bg-color, #F7F9FA) 10px); + background: linear-gradient(90deg, transparent, #f7f9fa 10px); + background: linear-gradient(90deg, transparent, var(--input-disabled-bg-color, #f7f9fa) 10px); } -.next-select-multiple, .next-select-tag { +.next-select-multiple, +.next-select-tag { /* 如果有值,则搜索框变为1px */ } -.next-select-multiple .next-select-values, .next-select-tag .next-select-values { +.next-select-multiple .next-select-values, +.next-select-tag .next-select-values { /* Tag 有 3px 的 margin-bottom,所以包裹 Tag 的容器要作一下处理 */ margin-bottom: -3px; height: auto !important; } -.next-select-multiple .next-select-trigger-search, .next-select-tag .next-select-trigger-search { +.next-select-multiple .next-select-trigger-search, +.next-select-tag .next-select-trigger-search { margin-bottom: 3px; } -.next-select-multiple .next-tag + .next-select-trigger-search, .next-select-tag .next-tag + .next-select-trigger-search { +.next-select-multiple .next-tag + .next-select-trigger-search, +.next-select-tag .next-tag + .next-select-trigger-search { width: auto; min-width: 1px; /* 保留一个光标的宽度 */ } -.next-select-multiple .next-input, .next-select-tag .next-input { +.next-select-multiple .next-input, +.next-select-tag .next-input { height: auto; -webkit-box-align: start; -ms-flex-align: start; align-items: start; } -.next-select-multiple.next-small .next-select-values, .next-select-tag.next-small .next-select-values { +.next-select-multiple.next-small .next-select-values, +.next-select-tag.next-small .next-select-values { min-height: 22px; min-height: calc(var(--form-element-small-height, 24px) - 2px); padding-top: 2px; @@ -18508,12 +20093,14 @@ small { line-height: var(--select-s-lineheight, 18px); } -.next-select-multiple.next-small .next-select-values-compact, .next-select-tag.next-small .next-select-values-compact { +.next-select-multiple.next-small .next-select-values-compact, +.next-select-tag.next-small .next-select-values-compact { height: 24px !important; height: var(--form-element-small-height, 24px) !important; } -.next-select-multiple.next-small .next-tag, .next-select-tag.next-small .next-tag { +.next-select-multiple.next-small .next-tag, +.next-select-tag.next-small .next-tag { border: 0; padding-top: 2px; padding-top: calc(var(--select-s-lineheight, 18px) / 2 - 7px); @@ -18523,22 +20110,34 @@ small { height: var(--select-s-lineheight, 18px); } -.next-select-multiple.next-small .next-tag .next-tag-body, .next-select-multiple.next-small .next-tag .next-tag-close-btn, .next-select-tag.next-small .next-tag .next-tag-body, .next-select-tag.next-small .next-tag .next-tag-close-btn { +.next-select-multiple.next-small .next-tag .next-tag-body, +.next-select-multiple.next-small .next-tag .next-tag-close-btn, +.next-select-tag.next-small .next-tag .next-tag-body, +.next-select-tag.next-small .next-tag .next-tag-close-btn { line-height: 14px; line-height: calc(var(--select-s-lineheight, 18px) - var(--select-s-lineheight, 18px) / 2 * 2 + 14px); } -.next-select-multiple.next-small .next-tag-body, .next-select-tag.next-small .next-tag-body { +.next-select-multiple.next-small .next-tag-body, +.next-select-tag.next-small .next-tag-body { line-height: 18px; line-height: var(--select-s-lineheight, 18px); } -.next-select-multiple.next-small .next-input-label, .next-select-multiple.next-small .next-input-inner, .next-select-multiple.next-small .next-input-control, .next-select-multiple.next-small .next-select-tag-compact, .next-select-tag.next-small .next-input-label, .next-select-tag.next-small .next-input-inner, .next-select-tag.next-small .next-input-control, .next-select-tag.next-small .next-select-tag-compact { +.next-select-multiple.next-small .next-input-label, +.next-select-multiple.next-small .next-input-inner, +.next-select-multiple.next-small .next-input-control, +.next-select-multiple.next-small .next-select-tag-compact, +.next-select-tag.next-small .next-input-label, +.next-select-tag.next-small .next-input-inner, +.next-select-tag.next-small .next-input-control, +.next-select-tag.next-small .next-select-tag-compact { line-height: 22px; line-height: calc(var(--form-element-small-height, 24px) - 2px); } -.next-select-multiple.next-medium .next-select-values, .next-select-tag.next-medium .next-select-values { +.next-select-multiple.next-medium .next-select-values, +.next-select-tag.next-medium .next-select-values { min-height: 30px; min-height: calc(var(--form-element-medium-height, 32px) - 2px); padding-top: 4px; @@ -18549,12 +20148,14 @@ small { line-height: var(--select-m-lineheight, 22px); } -.next-select-multiple.next-medium .next-select-values-compact, .next-select-tag.next-medium .next-select-values-compact { +.next-select-multiple.next-medium .next-select-values-compact, +.next-select-tag.next-medium .next-select-values-compact { height: 32px !important; height: var(--form-element-medium-height, 32px) !important; } -.next-select-multiple.next-medium .next-tag, .next-select-tag.next-medium .next-tag { +.next-select-multiple.next-medium .next-tag, +.next-select-tag.next-medium .next-tag { padding-top: 2px; padding-top: calc(var(--select-m-lineheight, 22px) / 2 - 9px); padding-bottom: 2px; @@ -18563,17 +20164,28 @@ small { height: var(--select-m-lineheight, 22px); } -.next-select-multiple.next-medium .next-tag .next-tag-body, .next-select-multiple.next-medium .next-tag .next-tag-close-btn, .next-select-tag.next-medium .next-tag .next-tag-body, .next-select-tag.next-medium .next-tag .next-tag-close-btn { +.next-select-multiple.next-medium .next-tag .next-tag-body, +.next-select-multiple.next-medium .next-tag .next-tag-close-btn, +.next-select-tag.next-medium .next-tag .next-tag-body, +.next-select-tag.next-medium .next-tag .next-tag-close-btn { line-height: 18px; line-height: calc(var(--select-m-lineheight, 22px) - var(--select-m-lineheight, 22px) / 2 * 2 + 18px); } -.next-select-multiple.next-medium .next-input-label, .next-select-multiple.next-medium .next-input-inner, .next-select-multiple.next-medium .next-input-control, .next-select-multiple.next-medium .next-select-tag-compact, .next-select-tag.next-medium .next-input-label, .next-select-tag.next-medium .next-input-inner, .next-select-tag.next-medium .next-input-control, .next-select-tag.next-medium .next-select-tag-compact { +.next-select-multiple.next-medium .next-input-label, +.next-select-multiple.next-medium .next-input-inner, +.next-select-multiple.next-medium .next-input-control, +.next-select-multiple.next-medium .next-select-tag-compact, +.next-select-tag.next-medium .next-input-label, +.next-select-tag.next-medium .next-input-inner, +.next-select-tag.next-medium .next-input-control, +.next-select-tag.next-medium .next-select-tag-compact { line-height: 30px; line-height: calc(var(--form-element-medium-height, 32px) - 2px); } -.next-select-multiple.next-large .next-select-values, .next-select-tag.next-large .next-select-values { +.next-select-multiple.next-large .next-select-values, +.next-select-tag.next-large .next-select-values { min-height: 34px; min-height: calc(var(--form-element-large-height, 36px) - 2px); padding-top: 6px; @@ -18584,12 +20196,14 @@ small { line-height: var(--select-l-lineheight, 22px); } -.next-select-multiple.next-large .next-select-values-compact, .next-select-tag.next-large .next-select-values-compact { +.next-select-multiple.next-large .next-select-values-compact, +.next-select-tag.next-large .next-select-values-compact { height: 36px !important; height: var(--form-element-large-height, 36px) !important; } -.next-select-multiple.next-large .next-tag, .next-select-tag.next-large .next-tag { +.next-select-multiple.next-large .next-tag, +.next-select-tag.next-large .next-tag { padding-top: 2px; padding-top: calc(var(--select-l-lineheight, 22px) / 2 - 9px); padding-bottom: 2px; @@ -18598,12 +20212,22 @@ small { height: var(--select-l-lineheight, 22px); } -.next-select-multiple.next-large .next-tag .next-tag-body, .next-select-multiple.next-large .next-tag .next-tag-close-btn, .next-select-tag.next-large .next-tag .next-tag-body, .next-select-tag.next-large .next-tag .next-tag-close-btn { +.next-select-multiple.next-large .next-tag .next-tag-body, +.next-select-multiple.next-large .next-tag .next-tag-close-btn, +.next-select-tag.next-large .next-tag .next-tag-body, +.next-select-tag.next-large .next-tag .next-tag-close-btn { line-height: 18px; line-height: calc(var(--select-l-lineheight, 22px) - var(--select-l-lineheight, 22px) / 2 * 2 + 18px); } -.next-select-multiple.next-large .next-input-label, .next-select-multiple.next-large .next-input-inner, .next-select-multiple.next-large .next-input-control, .next-select-multiple.next-large .next-select-tag-compact, .next-select-tag.next-large .next-input-label, .next-select-tag.next-large .next-input-inner, .next-select-tag.next-large .next-input-control, .next-select-tag.next-large .next-select-tag-compact { +.next-select-multiple.next-large .next-input-label, +.next-select-multiple.next-large .next-input-inner, +.next-select-multiple.next-large .next-input-control, +.next-select-multiple.next-large .next-select-tag-compact, +.next-select-tag.next-large .next-input-label, +.next-select-tag.next-large .next-input-inner, +.next-select-tag.next-large .next-input-control, +.next-select-tag.next-large .next-select-tag-compact { line-height: 34px; line-height: calc(var(--form-element-large-height, 36px) - 2px); } @@ -18667,8 +20291,9 @@ small { .next-select-menu-wrapper { max-height: 260px; overflow: auto; - border: 1px solid #C0C6CC; - border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #C0C6CC); + border: 1px solid #c0c6cc; + border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) + var(--popup-local-border-color, #c0c6cc); border-radius: 2px; border-radius: var(--popup-local-corner, 2px); -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16); @@ -18708,25 +20333,25 @@ small { cursor: pointer; padding: 0 8px; margin: 0 12px 8px; - border-bottom: 1px solid #C0C6CC; - border-bottom: 1px solid var(--color-line1-2, #C0C6CC); + border-bottom: 1px solid #c0c6cc; + border-bottom: 1px solid var(--color-line1-2, #c0c6cc); } .next-select-all:hover { - color: #0064C8; - color: var(--color-link-3, #0064C8); + color: #0064c8; + color: var(--color-link-3, #0064c8); } .next-select-all .next-menu-icon-selected.next-icon { display: inline-block !important; top: initial; - color: #0064C8; - color: var(--color-brand1-6, #0064C8); + color: #0064c8; + color: var(--color-brand1-6, #0064c8); } .next-select-highlight { - color: #0064C8; - color: var(--select-highlight-color, #0064C8); + color: #0064c8; + color: var(--select-highlight-color, #0064c8); font-size: 12px; font-size: var(--select-highlight-font, 12px); } @@ -18736,7 +20361,8 @@ small { overflow: visible; } -.next-select-in-ie.next-select-trigger .next-input-control, .next-select-in-ie.next-select-trigger .next-input-label { +.next-select-in-ie.next-select-trigger .next-input-control, +.next-select-in-ie.next-select-trigger .next-input-label { width: 1px; } @@ -18753,7 +20379,8 @@ small { display: none; } -.next-select-in-ie.next-select-trigger.next-select-multiple .next-select-inner, .next-select-in-ie.next-select-trigger.next-select-tag .next-select-inner { +.next-select-in-ie.next-select-trigger.next-select-multiple .next-select-inner, +.next-select-in-ie.next-select-trigger.next-select-tag .next-select-inner { vertical-align: top; } @@ -18804,7 +20431,14 @@ small { top: 30%; } -.next-select-in-ie.next-select-trigger.next-select-single.next-no-search .next-select-values > em + .next-select-trigger-search, .next-select-in-ie.next-select-trigger.next-select-single.next-inactive .next-select-values > em + .next-select-trigger-search { +.next-select-in-ie.next-select-trigger.next-select-single.next-no-search + .next-select-values + > em + + .next-select-trigger-search, +.next-select-in-ie.next-select-trigger.next-select-single.next-inactive + .next-select-values + > em + + .next-select-trigger-search { /* stylelint-disable */ filter: alpha(opacity=0); /* for IE 9 */ @@ -18818,34 +20452,34 @@ small { @media screen and (-webkit-min-device-pixel-ratio: 0) { .next-select-multiple .next-select-compact .next-select-tag-compact { - background: linear-gradient(90deg, rgba(255, 255, 255, 0), #FFFFFF 10px); - background: linear-gradient(90deg, rgba(255, 255, 255, 0), var(--input-bg-color, #FFFFFF) 10px); + background: linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffff 10px); + background: linear-gradient(90deg, rgba(255, 255, 255, 0), var(--input-bg-color, #ffffff) 10px); } .next-select-multiple .next-disabled .next-select-tag-compact { - background: linear-gradient(90deg, rgba(255, 255, 255, 0), #F7F9FA 10px); - background: linear-gradient(90deg, rgba(255, 255, 255, 0), var(--input-disabled-bg-color, #F7F9FA) 10px); + background: linear-gradient(90deg, rgba(255, 255, 255, 0), #f7f9fa 10px); + background: linear-gradient(90deg, rgba(255, 255, 255, 0), var(--input-disabled-bg-color, #f7f9fa) 10px); } } -.next-select.next-select-multiple[dir=rtl] .next-select-compact .next-select-tag-compact { +.next-select.next-select-multiple[dir="rtl"] .next-select-compact .next-select-tag-compact { left: 0; right: auto; padding: 0 16px 0 4px; - background: linear-gradient(270deg, rgba(255, 255, 255, 0), #FFFFFF 10px); - background: linear-gradient(270deg, rgba(255, 255, 255, 0), var(--input-bg-color, #FFFFFF) 10px); + background: linear-gradient(270deg, rgba(255, 255, 255, 0), #ffffff 10px); + background: linear-gradient(270deg, rgba(255, 255, 255, 0), var(--input-bg-color, #ffffff) 10px); } /* put your code here */ .next-list-header { - border-bottom: 1px solid #C0C6CC; - border-bottom: var(--line-1, 1px) solid var(--list-divider-color, #C0C6CC); + border-bottom: 1px solid #c0c6cc; + border-bottom: var(--line-1, 1px) solid var(--list-divider-color, #c0c6cc); color: #111111; color: var(--list-title-color, #111111); } .next-list-footer { - border-top: 1px solid #C0C6CC; - border-top: var(--line-1, 1px) solid var(--list-divider-color, #C0C6CC); + border-top: 1px solid #c0c6cc; + border-top: var(--line-1, 1px) solid var(--list-divider-color, #c0c6cc); color: #555555; color: var(--list-content-color, #555555); } @@ -18857,8 +20491,8 @@ small { .next-list-empty { font-size: 12px; font-size: var(--font-size-body-1, 12px); - color: #D1D5D9; - color: var(--color-line1-4, #D1D5D9); + color: #d1d5d9; + color: var(--color-line1-4, #d1d5d9); padding: 32px 0; text-align: center; } @@ -19039,33 +20673,33 @@ small { } .next-list-divider .next-list-item { - border-bottom: 1px solid #C0C6CC; - border-bottom: var(--line-1, 1px) solid var(--list-divider-color, #C0C6CC); + border-bottom: 1px solid #c0c6cc; + border-bottom: var(--line-1, 1px) solid var(--list-divider-color, #c0c6cc); } .next-list-divider .next-list-item:last-child { border-bottom: none; } -.next-list[dir=rtl] .next-list-item-media { +.next-list[dir="rtl"] .next-list-item-media { padding-left: 8px; padding-left: var(--list-size-m-item-media-margin, 8px); padding-right: 0; } -.next-list[dir=rtl] .next-list-item-extra { +.next-list[dir="rtl"] .next-list-item-extra { padding-right: 8px; padding-right: var(--list-size-m-item-media-margin, 8px); padding-left: 0; } -.next-list[dir=rtl] .next-list-small .next-list-item-media { +.next-list[dir="rtl"] .next-list-small .next-list-item-media { padding-left: 8px; padding-left: var(--list-size-s-item-media-margin, 8px); padding-right: 0; } -.next-list[dir=rtl] .next-list-small .next-list-item-extra { +.next-list[dir="rtl"] .next-list-small .next-list-item-extra { padding-right: 8px; padding-right: var(--list-size-s-item-media-margin, 8px); padding-left: 0; @@ -19086,7 +20720,9 @@ small { -webkit-transition: -webkit-transform 100ms linear; transition: -webkit-transform 100ms linear; transition: transform 100ms linear; - transition: transform 100ms linear, -webkit-transform 100ms linear; + transition: + transform 100ms linear, + -webkit-transform 100ms linear; } .next-menu-btn .next-menu-btn-arrow::before { @@ -19131,13 +20767,13 @@ small { } .next-menu-btn.next-btn-primary .next-menu-btn-arrow { - color: #FFFFFF; - color: var(--menu-btn-pure-text-primary-icon-color, #FFFFFF); + color: #ffffff; + color: var(--menu-btn-pure-text-primary-icon-color, #ffffff); } .next-menu-btn.next-btn-primary:hover .next-menu-btn-arrow { - color: #FFFFFF; - color: var(--btn-pure-primary-color-hover, #FFFFFF); + color: #ffffff; + color: var(--btn-pure-primary-color-hover, #ffffff); } .next-menu-btn.next-btn-text.next-btn-normal .next-menu-btn-arrow { @@ -19146,50 +20782,50 @@ small { } .next-menu-btn.next-btn-text.next-btn-normal:hover .next-menu-btn-arrow { - color: #0064C8; - color: var(--btn-text-normal-color-hover, #0064C8); + color: #0064c8; + color: var(--btn-text-normal-color-hover, #0064c8); } .next-menu-btn.next-btn-text.next-btn-primary .next-menu-btn-arrow { - color: #0064C8; - color: var(--menu-btn-text-text-primary-icon-color, #0064C8); + color: #0064c8; + color: var(--menu-btn-text-text-primary-icon-color, #0064c8); } .next-menu-btn.next-btn-text.next-btn-primary:hover .next-menu-btn-arrow { - color: #0064C8; - color: var(--btn-text-primary-color-hover, #0064C8); + color: #0064c8; + color: var(--btn-text-primary-color-hover, #0064c8); } .next-menu-btn.next-btn-ghost.next-btn-light .next-menu-btn-arrow { - color: #0064C8; - color: var(--menu-btn-ghost-light-icon-color, #0064C8); + color: #0064c8; + color: var(--menu-btn-ghost-light-icon-color, #0064c8); } .next-menu-btn.next-btn-ghost.next-btn-light:hover .next-menu-btn-arrow { - color: #FFFFFF; - color: var(--btn-ghost-light-color-hover, #FFFFFF); + color: #ffffff; + color: var(--btn-ghost-light-color-hover, #ffffff); } .next-menu-btn.next-btn-ghost.next-btn-dark .next-menu-btn-arrow { - color: #FFFFFF; - color: var(--menu-btn-ghost-dark-icon-color, #FFFFFF); + color: #ffffff; + color: var(--menu-btn-ghost-dark-icon-color, #ffffff); } .next-menu-btn.next-btn-ghost.next-btn-dark:hover .next-menu-btn-arrow { - color: #FFFFFF; - color: var(--btn-ghost-dark-color-hover, #FFFFFF); + color: #ffffff; + color: var(--btn-ghost-dark-color-hover, #ffffff); } .next-menu-btn.disabled .next-menu-btn-arrow, .next-menu-btn[disabled] .next-menu-btn-arrow { - color: #C1C1C1; - color: var(--menu-btn-disabled-icon-color, #C1C1C1); + color: #c1c1c1; + color: var(--menu-btn-disabled-icon-color, #c1c1c1); } .next-menu-btn.next-btn-text.disabled .next-menu-btn-arrow, .next-menu-btn.next-btn-text[disabled] .next-menu-btn-arrow { - color: #C1C1C1; - color: var(--menu-btn-disabled-icon-color, #C1C1C1); + color: #c1c1c1; + color: var(--menu-btn-disabled-icon-color, #c1c1c1); } .next-menu-btn[disabled].next-btn-ghost.next-btn-dark .next-menu-btn-arrow { @@ -19250,10 +20886,14 @@ small { } .next-nav-item .next-menu-hoz-icon-arrow.next-icon, -.next-nav-item .next-menu-icon-arrow.next-icon, .next-nav-item:hover .next-menu-hoz-icon-arrow.next-icon, -.next-nav-item:hover .next-menu-icon-arrow.next-icon, .next-nav-item.next-focused .next-menu-hoz-icon-arrow.next-icon, -.next-nav-item.next-focused .next-menu-icon-arrow.next-icon, .next-nav-item.next-selected .next-menu-hoz-icon-arrow.next-icon, -.next-nav-item.next-selected .next-menu-icon-arrow.next-icon, .next-nav-item.next-opened .next-menu-hoz-icon-arrow.next-icon, +.next-nav-item .next-menu-icon-arrow.next-icon, +.next-nav-item:hover .next-menu-hoz-icon-arrow.next-icon, +.next-nav-item:hover .next-menu-icon-arrow.next-icon, +.next-nav-item.next-focused .next-menu-hoz-icon-arrow.next-icon, +.next-nav-item.next-focused .next-menu-icon-arrow.next-icon, +.next-nav-item.next-selected .next-menu-hoz-icon-arrow.next-icon, +.next-nav-item.next-selected .next-menu-icon-arrow.next-icon, +.next-nav-item.next-opened .next-menu-hoz-icon-arrow.next-icon, .next-nav-item.next-opened .next-menu-icon-arrow.next-icon { color: inherit; top: 0; @@ -19466,8 +21106,8 @@ small { background: var(--nav-primary-bg-color, #111111); border-color: #111111; border-color: var(--nav-primary-border-color, #111111); - color: #FFFFFF; - color: var(--nav-primary-text-color, #FFFFFF); + color: #ffffff; + color: var(--nav-primary-text-color, #ffffff); font-weight: normal; font-weight: var(--nav-primary-text-style, normal); -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); @@ -19519,15 +21159,16 @@ small { .next-nav.next-primary .next-nav-item.next-menu-item { background: #111111; background: var(--nav-primary-bg-color, #111111); - color: #FFFFFF; - color: var(--nav-primary-text-color, #FFFFFF); + color: #ffffff; + color: var(--nav-primary-text-color, #ffffff); } -.next-nav.next-primary .next-nav-item.next-menu-item.next-focused, .next-nav.next-primary .next-nav-item.next-menu-item:hover { +.next-nav.next-primary .next-nav-item.next-menu-item.next-focused, +.next-nav.next-primary .next-nav-item.next-menu-item:hover { background: #000000; background: var(--nav-primary-item-hover-bg-color, #000000); - color: #FFFFFF; - color: var(--nav-primary-item-hover-text-color, #FFFFFF); + color: #ffffff; + color: var(--nav-primary-item-hover-text-color, #ffffff); font-weight: normal; font-weight: var(--nav-primary-item-hover-text-style, normal); } @@ -19535,8 +21176,8 @@ small { .next-nav.next-primary .next-nav-item.next-menu-item.next-selected { background: #000000; background: var(--nav-primary-item-selected-bg-color, #000000); - color: #FFFFFF; - color: var(--nav-primary-item-selected-text-color, #FFFFFF); + color: #ffffff; + color: var(--nav-primary-item-selected-text-color, #ffffff); font-weight: bold; font-weight: var(--nav-primary-item-selected-text-style, bold); } @@ -19544,8 +21185,8 @@ small { .next-nav.next-primary .next-nav-item.next-menu-item.next-opened { background: transparent; background: var(--nav-primary-item-opened-bg-color, transparent); - color: #FFFFFF; - color: var(--nav-primary-item-opened-text-color, #FFFFFF); + color: #ffffff; + color: var(--nav-primary-item-opened-text-color, #ffffff); } .next-nav.next-primary .next-nav-item.next-menu-item.next-child-selected { @@ -19553,35 +21194,35 @@ small { font-weight: var(--nav-primary-item-childselected-text-style, normal); background: transparent; background: var(--nav-primary-item-childselected-bg-color, transparent); - color: #FFFFFF; - color: var(--nav-primary-item-childselected-text-color, #FFFFFF); + color: #ffffff; + color: var(--nav-primary-item-childselected-text-color, #ffffff); } .next-nav.next-primary .next-nav-item.next-menu-item.next-opened.next-nav-popup { - color: #FFFFFF; - color: var(--nav-primary-item-opened-text-color, #FFFFFF); + color: #ffffff; + color: var(--nav-primary-item-opened-text-color, #ffffff); } .next-nav.next-primary .next-nav-item.next-menu-item.next-child-selected.next-nav-popup { - color: #FFFFFF; - color: var(--nav-primary-item-childselected-text-color, #FFFFFF); + color: #ffffff; + color: var(--nav-primary-item-childselected-text-color, #ffffff); } .next-nav.next-primary .next-nav-item.next-menu-item:before { - background: #0064C8; - background: var(--nav-primary-item-selected-active-color, #0064C8); + background: #0064c8; + background: var(--nav-primary-item-selected-active-color, #0064c8); } .next-nav.next-primary .next-nav-item.next-menu-item:hover:before { - background: #0064C8; - background: var(--nav-primary-item-hover-active-color, #0064C8); + background: #0064c8; + background: var(--nav-primary-item-hover-active-color, #0064c8); } .next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-opened { background: transparent; background: var(--nav-primary-item-opened-bg-color, transparent); - color: #FFFFFF; - color: var(--nav-primary-item-opened-text-color, #FFFFFF); + color: #ffffff; + color: var(--nav-primary-item-opened-text-color, #ffffff); } .next-nav.next-primary .next-nav-group-label { @@ -19594,54 +21235,55 @@ small { .next-nav.next-primary .next-menu-sub-menu .next-menu-item { background: #111111; background: var(--nav-primary-sub-nav-bg-color, #111111); - color: #FFFFFF; - color: var(--nav-primary-sub-nav-text-color, #FFFFFF); + color: #ffffff; + color: var(--nav-primary-sub-nav-text-color, #ffffff); font-weight: normal; font-weight: var(--nav-primary-sub-nav-text-style, normal); } -.next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-primary .next-menu-sub-menu .next-menu-item:hover { +.next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-focused, +.next-nav.next-primary .next-menu-sub-menu .next-menu-item:hover { background: #000000; background: var(--nav-primary-sub-nav-hover-bg-color, #000000); - color: #FFFFFF; - color: var(--nav-primary-sub-nav-hover-text-color, #FFFFFF); + color: #ffffff; + color: var(--nav-primary-sub-nav-hover-text-color, #ffffff); } .next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-selected { background: #000000; background: var(--nav-primary-sub-nav-selected-bg-color, #000000); - color: #FFFFFF; - color: var(--nav-primary-sub-nav-selected-text-color, #FFFFFF); + color: #ffffff; + color: var(--nav-primary-sub-nav-selected-text-color, #ffffff); } .next-nav.next-primary .next-nav-item.next-menu-item.next-disabled, .next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a { - color: #C1C1C1; - color: var(--nav-primary-item-disabled-text-color, #C1C1C1); + color: #c1c1c1; + color: var(--nav-primary-item-disabled-text-color, #c1c1c1); cursor: not-allowed; } .next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-icon-arrow, .next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-arrow { - color: #C1C1C1; - color: var(--nav-primary-item-disabled-text-color, #C1C1C1); + color: #c1c1c1; + color: var(--nav-primary-item-disabled-text-color, #c1c1c1); } .next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-icon-selected, .next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-selected { - color: #C1C1C1; - color: var(--nav-primary-item-disabled-text-color, #C1C1C1); + color: #c1c1c1; + color: var(--nav-primary-item-disabled-text-color, #c1c1c1); } .next-nav.next-secondary { border-width: 0px; border-width: var(--nav-secondary-border-width, 0px); - background: #0064C8; - background: var(--nav-secondary-bg-color, #0064C8); - border-color: #0064C8; - border-color: var(--nav-secondary-border-color, #0064C8); - color: #FFFFFF; - color: var(--nav-secondary-text-color, #FFFFFF); + background: #0064c8; + background: var(--nav-secondary-bg-color, #0064c8); + border-color: #0064c8; + border-color: var(--nav-secondary-border-color, #0064c8); + color: #ffffff; + color: var(--nav-secondary-text-color, #ffffff); font-weight: normal; font-weight: var(--nav-secondary-text-style, normal); -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); @@ -19691,17 +21333,18 @@ small { } .next-nav.next-secondary .next-nav-item.next-menu-item { - background: #0064C8; - background: var(--nav-secondary-bg-color, #0064C8); - color: #FFFFFF; - color: var(--nav-secondary-text-color, #FFFFFF); + background: #0064c8; + background: var(--nav-secondary-bg-color, #0064c8); + color: #ffffff; + color: var(--nav-secondary-text-color, #ffffff); } -.next-nav.next-secondary .next-nav-item.next-menu-item.next-focused, .next-nav.next-secondary .next-nav-item.next-menu-item:hover { +.next-nav.next-secondary .next-nav-item.next-menu-item.next-focused, +.next-nav.next-secondary .next-nav-item.next-menu-item:hover { background: #002850; background: var(--nav-secondary-item-hover-bg-color, #002850); - color: #FFFFFF; - color: var(--nav-secondary-item-hover-text-color, #FFFFFF); + color: #ffffff; + color: var(--nav-secondary-item-hover-text-color, #ffffff); font-weight: normal; font-weight: var(--nav-secondary-item-hover-text-style, normal); } @@ -19709,8 +21352,8 @@ small { .next-nav.next-secondary .next-nav-item.next-menu-item.next-selected { background: #002850; background: var(--nav-secondary-item-selected-bg-color, #002850); - color: #FFFFFF; - color: var(--nav-secondary-item-selected-text-color, #FFFFFF); + color: #ffffff; + color: var(--nav-secondary-item-selected-text-color, #ffffff); font-weight: bold; font-weight: var(--nav-secondary-item-selected-text-style, bold); } @@ -19718,8 +21361,8 @@ small { .next-nav.next-secondary .next-nav-item.next-menu-item.next-opened { background: transparent; background: var(--nav-secondary-item-opened-bg-color, transparent); - color: #FFFFFF; - color: var(--nav-secondary-item-opened-text-color, #FFFFFF); + color: #ffffff; + color: var(--nav-secondary-item-opened-text-color, #ffffff); } .next-nav.next-secondary .next-nav-item.next-menu-item.next-child-selected { @@ -19727,18 +21370,18 @@ small { font-weight: var(--nav-secondary-item-childselected-text-style, normal); background: transparent; background: var(--nav-secondary-item-childselected-bg-color, transparent); - color: #FFFFFF; - color: var(--nav-secondary-item-childselected-text-color, #FFFFFF); + color: #ffffff; + color: var(--nav-secondary-item-childselected-text-color, #ffffff); } .next-nav.next-secondary .next-nav-item.next-menu-item.next-opened.next-nav-popup { - color: #FFFFFF; - color: var(--nav-secondary-item-opened-text-color, #FFFFFF); + color: #ffffff; + color: var(--nav-secondary-item-opened-text-color, #ffffff); } .next-nav.next-secondary .next-nav-item.next-menu-item.next-child-selected.next-nav-popup { - color: #FFFFFF; - color: var(--nav-secondary-item-childselected-text-color, #FFFFFF); + color: #ffffff; + color: var(--nav-secondary-item-childselected-text-color, #ffffff); } .next-nav.next-secondary .next-nav-item.next-menu-item:before { @@ -19754,64 +21397,65 @@ small { .next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-opened { background: transparent; background: var(--nav-secondary-item-opened-bg-color, transparent); - color: #FFFFFF; - color: var(--nav-secondary-item-opened-text-color, #FFFFFF); + color: #ffffff; + color: var(--nav-secondary-item-opened-text-color, #ffffff); } .next-nav.next-secondary .next-nav-group-label { - color: #FFFFFF; - color: var(--nav-secondary-group-text-color, #FFFFFF); + color: #ffffff; + color: var(--nav-secondary-group-text-color, #ffffff); font-weight: normal; font-weight: var(--nav-secondary-group-text-style, normal); } .next-nav.next-secondary .next-menu-sub-menu .next-menu-item { - background: #0064C8; - background: var(--nav-secondary-sub-nav-bg-color, #0064C8); - color: #FFFFFF; - color: var(--nav-secondary-sub-nav-text-color, #FFFFFF); + background: #0064c8; + background: var(--nav-secondary-sub-nav-bg-color, #0064c8); + color: #ffffff; + color: var(--nav-secondary-sub-nav-text-color, #ffffff); font-weight: normal; font-weight: var(--nav-secondary-sub-nav-text-style, normal); } -.next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-secondary .next-menu-sub-menu .next-menu-item:hover { +.next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-focused, +.next-nav.next-secondary .next-menu-sub-menu .next-menu-item:hover { background: #002850; background: var(--nav-secondary-sub-nav-hover-bg-color, #002850); - color: #FFFFFF; - color: var(--nav-secondary-sub-nav-hover-text-color, #FFFFFF); + color: #ffffff; + color: var(--nav-secondary-sub-nav-hover-text-color, #ffffff); } .next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-selected { background: #002850; background: var(--nav-secondary-sub-nav-selected-bg-color, #002850); - color: #FFFFFF; - color: var(--nav-secondary-sub-nav-selected-text-color, #FFFFFF); + color: #ffffff; + color: var(--nav-secondary-sub-nav-selected-text-color, #ffffff); } .next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled, .next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a { - color: #F7F9FA; - color: var(--nav-secondary-item-disabled-text-color, #F7F9FA); + color: #f7f9fa; + color: var(--nav-secondary-item-disabled-text-color, #f7f9fa); cursor: not-allowed; } .next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled .next-menu-icon-arrow, .next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-arrow { - color: #F7F9FA; - color: var(--nav-secondary-item-disabled-text-color, #F7F9FA); + color: #f7f9fa; + color: var(--nav-secondary-item-disabled-text-color, #f7f9fa); } .next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled .next-menu-icon-selected, .next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-selected { - color: #F7F9FA; - color: var(--nav-secondary-item-disabled-text-color, #F7F9FA); + color: #f7f9fa; + color: var(--nav-secondary-item-disabled-text-color, #f7f9fa); } .next-nav.next-normal { - background: #FFFFFF; - background: var(--nav-normal-bg-color, #FFFFFF); - border-color: #E3E4E6; - border-color: var(--nav-normal-border-color, #E3E4E6); + background: #ffffff; + background: var(--nav-normal-bg-color, #ffffff); + border-color: #e3e4e6; + border-color: var(--nav-normal-border-color, #e3e4e6); color: #111111; color: var(--nav-normal-text-color, #111111); font-weight: normal; @@ -19823,26 +21467,27 @@ small { } .next-nav.next-normal .next-nav-item.next-menu-item { - background: #FFFFFF; - background: var(--nav-normal-bg-color, #FFFFFF); + background: #ffffff; + background: var(--nav-normal-bg-color, #ffffff); color: #111111; color: var(--nav-normal-text-color, #111111); } -.next-nav.next-normal .next-nav-item.next-menu-item.next-focused, .next-nav.next-normal .next-nav-item.next-menu-item:hover { - background: #FFFFFF; - background: var(--nav-normal-item-hover-bg-color, #FFFFFF); - color: #0064C8; - color: var(--nav-normal-item-hover-text-color, #0064C8); +.next-nav.next-normal .next-nav-item.next-menu-item.next-focused, +.next-nav.next-normal .next-nav-item.next-menu-item:hover { + background: #ffffff; + background: var(--nav-normal-item-hover-bg-color, #ffffff); + color: #0064c8; + color: var(--nav-normal-item-hover-text-color, #0064c8); font-weight: normal; font-weight: var(--nav-normal-item-hover-text-style, normal); } .next-nav.next-normal .next-nav-item.next-menu-item.next-selected { - background: #F7F9FA; - background: var(--nav-normal-item-selected-bg-color, #F7F9FA); - color: #0064C8; - color: var(--nav-normal-item-selected-text-color, #0064C8); + background: #f7f9fa; + background: var(--nav-normal-item-selected-bg-color, #f7f9fa); + color: #0064c8; + color: var(--nav-normal-item-selected-text-color, #0064c8); font-weight: bold; font-weight: var(--nav-normal-item-selected-text-style, bold); } @@ -19850,8 +21495,8 @@ small { .next-nav.next-normal .next-nav-item.next-menu-item.next-opened { background: transparent; background: var(--nav-normal-item-opened-bg-color, transparent); - color: #0064C8; - color: var(--nav-normal-item-opened-text-color, #0064C8); + color: #0064c8; + color: var(--nav-normal-item-opened-text-color, #0064c8); } .next-nav.next-normal .next-nav-item.next-menu-item.next-child-selected { @@ -19859,35 +21504,35 @@ small { font-weight: var(--nav-normal-item-childselected-text-style, normal); background: transparent; background: var(--nav-normal-item-childselected-bg-color, transparent); - color: #0064C8; - color: var(--nav-normal-item-childselected-text-color, #0064C8); + color: #0064c8; + color: var(--nav-normal-item-childselected-text-color, #0064c8); } .next-nav.next-normal .next-nav-item.next-menu-item.next-opened.next-nav-popup { - color: #0064C8; - color: var(--nav-normal-item-opened-text-color, #0064C8); + color: #0064c8; + color: var(--nav-normal-item-opened-text-color, #0064c8); } .next-nav.next-normal .next-nav-item.next-menu-item.next-child-selected.next-nav-popup { - color: #0064C8; - color: var(--nav-normal-item-childselected-text-color, #0064C8); + color: #0064c8; + color: var(--nav-normal-item-childselected-text-color, #0064c8); } .next-nav.next-normal .next-nav-item.next-menu-item:before { - background: #0064C8; - background: var(--nav-normal-item-selected-active-color, #0064C8); + background: #0064c8; + background: var(--nav-normal-item-selected-active-color, #0064c8); } .next-nav.next-normal .next-nav-item.next-menu-item:hover:before { - background: #0064C8; - background: var(--nav-normal-item-hover-active-color, #0064C8); + background: #0064c8; + background: var(--nav-normal-item-hover-active-color, #0064c8); } .next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-opened { background: transparent; background: var(--nav-normal-item-opened-bg-color, transparent); - color: #0064C8; - color: var(--nav-normal-item-opened-text-color, #0064C8); + color: #0064c8; + color: var(--nav-normal-item-opened-text-color, #0064c8); } .next-nav.next-normal .next-nav-group-label { @@ -19898,26 +21543,27 @@ small { } .next-nav.next-normal .next-menu-sub-menu .next-menu-item { - background: #FFFFFF; - background: var(--nav-normal-sub-nav-bg-color, #FFFFFF); + background: #ffffff; + background: var(--nav-normal-sub-nav-bg-color, #ffffff); color: #111111; color: var(--nav-normal-sub-nav-text-color, #111111); font-weight: normal; font-weight: var(--nav-normal-sub-nav-text-style, normal); } -.next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-normal .next-menu-sub-menu .next-menu-item:hover { - background: #F7F9FA; - background: var(--nav-normal-sub-nav-hover-bg-color, #F7F9FA); - color: #0064C8; - color: var(--nav-normal-sub-nav-hover-text-color, #0064C8); +.next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-focused, +.next-nav.next-normal .next-menu-sub-menu .next-menu-item:hover { + background: #f7f9fa; + background: var(--nav-normal-sub-nav-hover-bg-color, #f7f9fa); + color: #0064c8; + color: var(--nav-normal-sub-nav-hover-text-color, #0064c8); } .next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-selected { - background: #F7F9FA; - background: var(--nav-normal-sub-nav-selected-bg-color, #F7F9FA); - color: #0064C8; - color: var(--nav-normal-sub-nav-selected-text-color, #0064C8); + background: #f7f9fa; + background: var(--nav-normal-sub-nav-selected-bg-color, #f7f9fa); + color: #0064c8; + color: var(--nav-normal-sub-nav-selected-text-color, #0064c8); } .next-nav.next-normal .next-nav-item.next-menu-item.next-disabled, @@ -19942,8 +21588,8 @@ small { .next-nav.next-line { background: transparent; background: var(--nav-line-bg-color, transparent); - border-color: #C0C6CC; - border-color: var(--nav-line-border-color, #C0C6CC); + border-color: #c0c6cc; + border-color: var(--nav-line-border-color, #c0c6cc); color: #111111; color: var(--nav-line-text-color, #111111); font-weight: normal; @@ -19977,11 +21623,12 @@ small { color: var(--nav-line-text-color, #111111); } -.next-nav.next-line .next-nav-item.next-menu-item.next-focused, .next-nav.next-line .next-nav-item.next-menu-item:hover { +.next-nav.next-line .next-nav-item.next-menu-item.next-focused, +.next-nav.next-line .next-nav-item.next-menu-item:hover { background: transparent; background: var(--nav-line-item-hover-bg-color, transparent); - color: #0064C8; - color: var(--nav-line-item-hover-text-color, #0064C8); + color: #0064c8; + color: var(--nav-line-item-hover-text-color, #0064c8); font-weight: normal; font-weight: var(--nav-line-item-hover-text-style, normal); } @@ -19989,8 +21636,8 @@ small { .next-nav.next-line .next-nav-item.next-menu-item.next-selected { background: transparent; background: var(--nav-line-item-selected-bg-color, transparent); - color: #0064C8; - color: var(--nav-line-item-selected-text-color, #0064C8); + color: #0064c8; + color: var(--nav-line-item-selected-text-color, #0064c8); font-weight: bold; font-weight: var(--nav-line-item-selected-text-style, bold); } @@ -19998,8 +21645,8 @@ small { .next-nav.next-line .next-nav-item.next-menu-item.next-opened { background: transparent; background: var(--nav-line-item-opened-bg-color, transparent); - color: #0064C8; - color: var(--nav-line-item-opened-text-color, #0064C8); + color: #0064c8; + color: var(--nav-line-item-opened-text-color, #0064c8); } .next-nav.next-line .next-nav-item.next-menu-item.next-child-selected { @@ -20007,35 +21654,35 @@ small { font-weight: var(--nav-line-item-childselected-text-style, normal); background: transparent; background: var(--nav-line-item-childselected-bg-color, transparent); - color: #0064C8; - color: var(--nav-line-item-childselected-text-color, #0064C8); + color: #0064c8; + color: var(--nav-line-item-childselected-text-color, #0064c8); } .next-nav.next-line .next-nav-item.next-menu-item.next-opened.next-nav-popup { - color: #0064C8; - color: var(--nav-line-item-opened-text-color, #0064C8); + color: #0064c8; + color: var(--nav-line-item-opened-text-color, #0064c8); } .next-nav.next-line .next-nav-item.next-menu-item.next-child-selected.next-nav-popup { - color: #0064C8; - color: var(--nav-line-item-childselected-text-color, #0064C8); + color: #0064c8; + color: var(--nav-line-item-childselected-text-color, #0064c8); } .next-nav.next-line .next-nav-item.next-menu-item:before { - background: #0064C8; - background: var(--nav-line-item-selected-active-color, #0064C8); + background: #0064c8; + background: var(--nav-line-item-selected-active-color, #0064c8); } .next-nav.next-line .next-nav-item.next-menu-item:hover:before { - background: #0064C8; - background: var(--nav-line-item-hover-active-color, #0064C8); + background: #0064c8; + background: var(--nav-line-item-hover-active-color, #0064c8); } .next-nav.next-line .next-menu-sub-menu .next-menu-item.next-opened { background: transparent; background: var(--nav-line-item-opened-bg-color, transparent); - color: #0064C8; - color: var(--nav-line-item-opened-text-color, #0064C8); + color: #0064c8; + color: var(--nav-line-item-opened-text-color, #0064c8); } .next-nav.next-line .next-nav-group-label { @@ -20054,18 +21701,19 @@ small { font-weight: var(--nav-line-sub-nav-text-style, normal); } -.next-nav.next-line .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-line .next-menu-sub-menu .next-menu-item:hover { +.next-nav.next-line .next-menu-sub-menu .next-menu-item.next-focused, +.next-nav.next-line .next-menu-sub-menu .next-menu-item:hover { background: transparent; background: var(--nav-line-sub-nav-hover-bg-color, transparent); - color: #0064C8; - color: var(--nav-line-sub-nav-hover-text-color, #0064C8); + color: #0064c8; + color: var(--nav-line-sub-nav-hover-text-color, #0064c8); } .next-nav.next-line .next-menu-sub-menu .next-menu-item.next-selected { background: transparent; background: var(--nav-line-sub-nav-selected-bg-color, transparent); - color: #0064C8; - color: var(--nav-line-sub-nav-selected-text-color, #0064C8); + color: #0064c8; + color: var(--nav-line-sub-nav-selected-text-color, #0064c8); } .next-nav.next-line .next-nav-item.next-menu-item.next-disabled, @@ -20101,9 +21749,15 @@ small { margin-right: 1px; margin-right: calc(29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px)); margin-left: 0px; - margin-left: calc(29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px) - var(--popup-local-border-width, 1px)); + margin-left: calc( + 29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px) - + var(--popup-local-border-width, 1px) + ); margin-right: 0px; - margin-right: calc(29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px) - var(--popup-local-border-width, 1px)); + margin-right: calc( + 29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px) - + var(--popup-local-border-width, 1px) + ); } .next-nav.next-icon-only.next-normal .next-nav-icon.next-icon:before, @@ -20130,9 +21784,15 @@ small { margin-right: 1px; margin-right: calc(29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px)); margin-left: 1px; - margin-left: calc(29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px) - var(--nav-primary-border-width, 0px)); + margin-left: calc( + 29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px) - + var(--nav-primary-border-width, 0px) + ); margin-right: 1px; - margin-right: calc(29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px) - var(--nav-primary-border-width, 0px)); + margin-right: calc( + 29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px) - + var(--nav-primary-border-width, 0px) + ); } .next-nav.next-icon-only.next-primary .next-nav-icon.next-icon:before, @@ -20159,9 +21819,15 @@ small { margin-right: 1px; margin-right: calc(29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px)); margin-left: 1px; - margin-left: calc(29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px) - var(--nav-secondary-border-width, 0px)); + margin-left: calc( + 29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px) - + var(--nav-secondary-border-width, 0px) + ); margin-right: 1px; - margin-right: calc(29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px) - var(--nav-secondary-border-width, 0px)); + margin-right: calc( + 29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px) - + var(--nav-secondary-border-width, 0px) + ); } .next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon:before, @@ -20232,7 +21898,9 @@ small { display: none; } -.next-nav-embeddable.next-primary, .next-nav-embeddable.next-secondary, .next-nav-embeddable.next-normal { +.next-nav-embeddable.next-primary, +.next-nav-embeddable.next-secondary, +.next-nav-embeddable.next-normal { height: 100%; background: transparent; -webkit-box-shadow: none; @@ -20241,13 +21909,17 @@ small { } .next-nav-embeddable.next-primary .next-menu-sub-menu .next-menu-item, -.next-nav-embeddable.next-primary .next-nav-item.next-menu-item, .next-nav-embeddable.next-secondary .next-menu-sub-menu .next-menu-item, -.next-nav-embeddable.next-secondary .next-nav-item.next-menu-item, .next-nav-embeddable.next-normal .next-menu-sub-menu .next-menu-item, +.next-nav-embeddable.next-primary .next-nav-item.next-menu-item, +.next-nav-embeddable.next-secondary .next-menu-sub-menu .next-menu-item, +.next-nav-embeddable.next-secondary .next-nav-item.next-menu-item, +.next-nav-embeddable.next-normal .next-menu-sub-menu .next-menu-item, .next-nav-embeddable.next-normal .next-nav-item.next-menu-item { background: transparent; } -.next-nav-embeddable.next-primary.next-icon-only .next-nav-icon.next-icon, .next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon, .next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon { +.next-nav-embeddable.next-primary.next-icon-only .next-nav-icon.next-icon, +.next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon, +.next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon { margin-left: 1px; margin-left: calc(29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px)); margin-right: 1px; @@ -20259,8 +21931,10 @@ small { } .next-nav-embeddable.next-primary.next-icon-only .next-nav-icon.next-icon:before, -.next-nav-embeddable.next-primary.next-icon-only .next-nav-icon.next-icon .next-icon-remote, .next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon:before, -.next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon .next-icon-remote, .next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon:before, +.next-nav-embeddable.next-primary.next-icon-only .next-nav-icon.next-icon .next-icon-remote, +.next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon:before, +.next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon .next-icon-remote, +.next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon:before, .next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon .next-icon-remote { width: 16px; width: var(--nav-icon-only-font-size, 16px); @@ -20270,8 +21944,10 @@ small { } .next-nav-embeddable.next-primary.next-icon-only .next-nav-icon.next-icon:before, -.next-nav-embeddable.next-primary.next-icon-only .next-nav-icon.next-icon .next-icon-remote, .next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon:before, -.next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon .next-icon-remote, .next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon:before, +.next-nav-embeddable.next-primary.next-icon-only .next-nav-icon.next-icon .next-icon-remote, +.next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon:before, +.next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon .next-icon-remote, +.next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon:before, .next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon .next-icon-remote { width: 16px; width: var(--nav-icon-only-font-size, 16px); @@ -20296,80 +21972,80 @@ small { border: none; } -.next-nav[dir=rtl] .next-nav-icon.next-icon { +.next-nav[dir="rtl"] .next-nav-icon.next-icon { margin-left: 4px; margin-right: 0; } -.next-nav[dir=rtl] .next-nav-icon.next-icon:before, -.next-nav[dir=rtl] .next-nav-icon.next-icon .next-icon-remote { +.next-nav[dir="rtl"] .next-nav-icon.next-icon:before, +.next-nav[dir="rtl"] .next-nav-icon.next-icon .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } -.next-nav[dir=rtl].next-hoz .next-menu-header { +.next-nav[dir="rtl"].next-hoz .next-menu-header { float: right; } -.next-nav[dir=rtl].next-hoz .next-menu-footer { +.next-nav[dir="rtl"].next-hoz .next-menu-footer { float: left; } -.next-nav[dir=rtl].next-hoz .next-nav-item:before { +.next-nav[dir="rtl"].next-hoz .next-nav-item:before { width: 0; left: 50%; } -.next-nav[dir=rtl].next-hoz .next-selected.next-nav-item:before { +.next-nav[dir="rtl"].next-hoz .next-selected.next-nav-item:before { width: 100%; left: auto; right: 0; } -.next-nav[dir=rtl].next-ver.next-left .next-nav-item:before { +.next-nav[dir="rtl"].next-ver.next-left .next-nav-item:before { right: 0; right: -1px; right: calc(0px - var(--popup-local-border-width, 1px)); left: auto; } -.next-nav[dir=rtl].next-ver.next-right .next-nav-item:before { +.next-nav[dir="rtl"].next-ver.next-right .next-nav-item:before { left: 0; left: -1px; left: calc(0px - var(--popup-local-border-width, 1px)); right: auto; } -.next-nav[dir=rtl].next-primary.next-ver.next-left .next-nav-item:before { +.next-nav[dir="rtl"].next-primary.next-ver.next-left .next-nav-item:before { right: 0; right: 0px; right: calc(0px - var(--nav-primary-border-width, 0px)); left: auto; } -.next-nav[dir=rtl].next-primary.next-ver.next-right .next-nav-item:before { +.next-nav[dir="rtl"].next-primary.next-ver.next-right .next-nav-item:before { left: 0; left: 0px; left: calc(0px - var(--nav-primary-border-width, 0px)); right: auto; } -.next-nav[dir=rtl].next-secondary.next-ver.next-left .next-nav-item:before { +.next-nav[dir="rtl"].next-secondary.next-ver.next-left .next-nav-item:before { right: 0; right: 0px; right: calc(0px - var(--nav-secondary-border-width, 0px)); left: auto; } -.next-nav[dir=rtl].next-secondary.next-ver.next-right .next-nav-item:before { +.next-nav[dir="rtl"].next-secondary.next-ver.next-right .next-nav-item:before { left: 0; left: 0px; left: calc(0px - var(--nav-secondary-border-width, 0px)); right: auto; } -.next-nav[dir=rtl] .next-nav.next-line.next-ver { +.next-nav[dir="rtl"] .next-nav.next-line.next-ver { border-top-color: transparent; border-top-color: var(--nav-line-bg-color, transparent); border-right-color: transparent; @@ -20379,20 +22055,23 @@ small { border-bottom-color: var(--nav-line-bg-color, transparent); } -.next-nav[dir=rtl].next-icon-only .next-nav-icon.next-icon, -.next-nav[dir=rtl].next-icon-only .next-nav-icon-only-arrow.next-icon, -.next-nav[dir=rtl].next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down { +.next-nav[dir="rtl"].next-icon-only .next-nav-icon.next-icon, +.next-nav[dir="rtl"].next-icon-only .next-nav-icon-only-arrow.next-icon, +.next-nav[dir="rtl"].next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down { margin-left: 0; margin-right: 1px; margin-right: calc(9px - var(--nav-icon-only-font-size, 16px) / 2); } -.next-nav[dir=rtl].next-icon-only .next-nav-icon.next-icon:before, -.next-nav[dir=rtl].next-icon-only .next-nav-icon.next-icon .next-icon-remote, -.next-nav[dir=rtl].next-icon-only .next-nav-icon-only-arrow.next-icon:before, -.next-nav[dir=rtl].next-icon-only .next-nav-icon-only-arrow.next-icon .next-icon-remote, -.next-nav[dir=rtl].next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down:before, -.next-nav[dir=rtl].next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down .next-icon-remote { +.next-nav[dir="rtl"].next-icon-only .next-nav-icon.next-icon:before, +.next-nav[dir="rtl"].next-icon-only .next-nav-icon.next-icon .next-icon-remote, +.next-nav[dir="rtl"].next-icon-only .next-nav-icon-only-arrow.next-icon:before, +.next-nav[dir="rtl"].next-icon-only .next-nav-icon-only-arrow.next-icon .next-icon-remote, +.next-nav[dir="rtl"].next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down:before, +.next-nav[dir="rtl"].next-icon-only + .next-nav-item.next-opened + .next-nav-icon-only-arrow.next-icon-arrow-down + .next-icon-remote { width: 16px; width: var(--nav-icon-only-font-size, 16px); font-size: 16px; @@ -20758,59 +22437,59 @@ small { height: calc(var(--form-element-large-height, 36px) - 2px); } } -.next-number-picker-normal[dir=rtl] .next-btn:first-child { +.next-number-picker-normal[dir="rtl"] .next-btn:first-child { border-right: 1px solid #577899; border-right: 1px solid var(--color-line1-3, #577899); border-left: 0; border-top-right-radius: 0; } -.next-number-picker-normal[dir=rtl] .next-btn:first-child.next-small { +.next-number-picker-normal[dir="rtl"] .next-btn:first-child.next-small { border-top-left-radius: 2px; border-top-left-radius: var(--form-element-small-corner, 2px); } -.next-number-picker-normal[dir=rtl] .next-btn:first-child.next-medium { +.next-number-picker-normal[dir="rtl"] .next-btn:first-child.next-medium { border-top-left-radius: 2px; border-top-left-radius: var(--form-element-medium-corner, 2px); } -.next-number-picker-normal[dir=rtl] .next-btn:first-child.next-large { +.next-number-picker-normal[dir="rtl"] .next-btn:first-child.next-large { border-top-left-radius: 2px; border-top-left-radius: var(--form-element-large-corner, 2px); } -.next-number-picker-normal[dir=rtl] .next-btn:last-child { +.next-number-picker-normal[dir="rtl"] .next-btn:last-child { border-right: 1px solid #577899; border-right: 1px solid var(--color-line1-3, #577899); border-left: 0; border-bottom-right-radius: 0; } -.next-number-picker-normal[dir=rtl] .next-btn:last-child.next-small { +.next-number-picker-normal[dir="rtl"] .next-btn:last-child.next-small { border-bottom-left-radius: 2px; border-bottom-left-radius: var(--form-element-small-corner, 2px); } -.next-number-picker-normal[dir=rtl] .next-btn:last-child.next-medium { +.next-number-picker-normal[dir="rtl"] .next-btn:last-child.next-medium { border-bottom-left-radius: 2px; border-bottom-left-radius: var(--form-element-medium-corner, 2px); } -.next-number-picker-normal[dir=rtl] .next-btn:last-child.next-large { +.next-number-picker-normal[dir="rtl"] .next-btn:last-child.next-large { border-bottom-left-radius: 2px; border-bottom-left-radius: var(--form-element-large-corner, 2px); } -.next-number-picker-normal[dir=rtl] .next-input .next-input-control { +.next-number-picker-normal[dir="rtl"] .next-input .next-input-control { padding-left: 0; } -.next-number-picker-inline[dir=rtl] .next-before .next-btn { +.next-number-picker-inline[dir="rtl"] .next-before .next-btn { margin-right: 0; } -.next-number-picker-inline[dir=rtl] .next-before .next-btn.next-small { +.next-number-picker-inline[dir="rtl"] .next-before .next-btn.next-small { margin-left: 2px; margin-left: var(--number-picker-inline-s-button-margin, 2px); border-top-right-radius: 2px !important; @@ -20819,7 +22498,7 @@ small { border-bottom-right-radius: var(--number-picker-inline-s-button-corner, 2px) !important; } -.next-number-picker-inline[dir=rtl] .next-before .next-btn.next-medium { +.next-number-picker-inline[dir="rtl"] .next-before .next-btn.next-medium { margin-left: 0px; margin-left: var(--number-picker-inline-m-button-margin, 0px); border-top-right-radius: 2px !important; @@ -20828,7 +22507,7 @@ small { border-bottom-right-radius: var(--number-picker-inline-m-button-corner, 2px) !important; } -.next-number-picker-inline[dir=rtl] .next-before .next-btn.next-large { +.next-number-picker-inline[dir="rtl"] .next-before .next-btn.next-large { margin-left: 2px; margin-left: var(--number-picker-inline-l-button-margin, 2px); border-top-right-radius: 2px !important; @@ -20837,11 +22516,11 @@ small { border-bottom-right-radius: var(--number-picker-inline-l-button-corner, 2px) !important; } -.next-number-picker-inline[dir=rtl] .next-after .next-btn { +.next-number-picker-inline[dir="rtl"] .next-after .next-btn { margin-left: 0; } -.next-number-picker-inline[dir=rtl] .next-after .next-btn.next-small { +.next-number-picker-inline[dir="rtl"] .next-after .next-btn.next-small { margin-right: 2px; margin-right: var(--number-picker-inline-s-button-margin, 2px); border-top-left-radius: 2px !important; @@ -20850,7 +22529,7 @@ small { border-bottom-left-radius: var(--number-picker-inline-s-button-corner, 2px) !important; } -.next-number-picker-inline[dir=rtl] .next-after .next-btn.next-medium { +.next-number-picker-inline[dir="rtl"] .next-after .next-btn.next-medium { margin-right: 0px; margin-right: var(--number-picker-inline-m-button-margin, 0px); border-top-left-radius: 2px !important; @@ -20859,7 +22538,7 @@ small { border-bottom-left-radius: var(--number-picker-inline-m-button-corner, 2px) !important; } -.next-number-picker-inline[dir=rtl] .next-after .next-btn.next-large { +.next-number-picker-inline[dir="rtl"] .next-after .next-btn.next-large { margin-right: 2px; margin-right: var(--number-picker-inline-l-button-margin, 2px); border-top-left-radius: 2px !important; @@ -20868,62 +22547,62 @@ small { border-bottom-left-radius: var(--number-picker-inline-l-button-corner, 2px) !important; } -.next-pagination[dir=rtl] .next-pagination-total { +.next-pagination[dir="rtl"] .next-pagination-total { margin-right: 0; margin-left: 16px; } -.next-pagination[dir=rtl] .next-pagination-jump-go { +.next-pagination[dir="rtl"] .next-pagination-jump-go { margin-left: 0; margin-right: 4px; } -.next-pagination[dir=rtl] .next-pagination-size-selector-title { +.next-pagination[dir="rtl"] .next-pagination-size-selector-title { margin-right: 0; margin-left: 4px; margin-left: var(--pagination-size-selector-title-margin-right, 4px); } -.next-pagination[dir=rtl] .next-pagination-size-selector-btn.next-btn-text + .next-pagination-size-selector-btn { +.next-pagination[dir="rtl"] .next-pagination-size-selector-btn.next-btn-text + .next-pagination-size-selector-btn { border-left: none; - border-right: 1px solid #C0C6CC; - border-right: var(--line-1, 1px) solid var(--color-line1-2, #C0C6CC); + border-right: 1px solid #c0c6cc; + border-right: var(--line-1, 1px) solid var(--color-line1-2, #c0c6cc); } -.next-pagination[dir=rtl] .next-pagination-pages + .next-pagination-size-selector, -.next-pagination[dir=rtl] .next-pagination-size-selector + .next-pagination-pages { +.next-pagination[dir="rtl"] .next-pagination-pages + .next-pagination-size-selector, +.next-pagination[dir="rtl"] .next-pagination-size-selector + .next-pagination-pages { margin-left: 0; margin-right: 40px; } -.next-pagination[dir=rtl].next-start .next-pagination-pages { +.next-pagination[dir="rtl"].next-start .next-pagination-pages { float: left; } -.next-pagination[dir=rtl].next-start .next-pagination-size-selector { +.next-pagination[dir="rtl"].next-start .next-pagination-size-selector { float: right; } -.next-pagination[dir=rtl].next-end .next-pagination-pages { +.next-pagination[dir="rtl"].next-end .next-pagination-pages { float: right; } -.next-pagination[dir=rtl].next-end .next-pagination-size-selector { +.next-pagination[dir="rtl"].next-end .next-pagination-size-selector { float: left; } -.next-pagination[dir=rtl].next-small .next-pagination-list { +.next-pagination[dir="rtl"].next-small .next-pagination-list { margin: 0 4px; margin: 0 var(--pagination-small-item-split, 4px); } -.next-pagination[dir=rtl].next-small .next-pagination-total { +.next-pagination[dir="rtl"].next-small .next-pagination-total { line-height: 24px; line-height: var(--form-element-small-height, 24px); vertical-align: middle; } -.next-pagination[dir=rtl].next-small .next-pagination-item { +.next-pagination[dir="rtl"].next-small .next-pagination-item { padding: 0 6px; border-width: 1px; border-width: var(--pagination-small-item-border-width, 1px); @@ -20931,12 +22610,12 @@ small { border-radius: var(--pagination-small-item-corner, 2px); } -.next-pagination[dir=rtl].next-small .next-pagination-item + .next-pagination-item { +.next-pagination[dir="rtl"].next-small .next-pagination-item + .next-pagination-item { margin: 0 4px 0 0; margin: 0 var(--pagination-small-item-split, 4px) 0 0; } -.next-pagination[dir=rtl].next-small .next-pagination-ellipsis { +.next-pagination[dir="rtl"].next-small .next-pagination-ellipsis { height: 24px; height: var(--form-element-small-height, 24px); line-height: 24px; @@ -20947,8 +22626,8 @@ small { margin-right: var(--pagination-ellipsis-margin, 8px); } -.next-pagination[dir=rtl].next-small .next-pagination-ellipsis:before, -.next-pagination[dir=rtl].next-small .next-pagination-ellipsis .next-icon-remote { +.next-pagination[dir="rtl"].next-small .next-pagination-ellipsis:before, +.next-pagination[dir="rtl"].next-small .next-pagination-ellipsis .next-icon-remote { width: 8px; width: var(--pagination-small-ellipsis-size, 8px); font-size: 8px; @@ -20957,7 +22636,7 @@ small { } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { - .next-pagination[dir=rtl].next-small .next-pagination-ellipsis { + .next-pagination[dir="rtl"].next-small .next-pagination-ellipsis { -webkit-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); @@ -20967,32 +22646,32 @@ small { margin-right: calc(var(--pagination-ellipsis-margin, 8px) - 8px + var(--pagination-small-ellipsis-size, 8px) / 2); } - .next-pagination[dir=rtl].next-small .next-pagination-ellipsis:before { + .next-pagination[dir="rtl"].next-small .next-pagination-ellipsis:before { width: 16px; font-size: 16px; } } -.next-pagination[dir=rtl].next-small .next-pagination-display { +.next-pagination[dir="rtl"].next-small .next-pagination-display { font-size: 12px; font-size: var(--pagination-small-total-font-size, 12px); } -.next-pagination[dir=rtl].next-small .next-pagination-display em { +.next-pagination[dir="rtl"].next-small .next-pagination-display em { font-size: 12px; font-size: var(--pagination-small-current-font-size, 12px); } -.next-pagination[dir=rtl].next-small .next-pagination-jump-text { +.next-pagination[dir="rtl"].next-small .next-pagination-jump-text { font-size: 12px; font-size: var(--pagination-small-jump-font-size, 12px); } -.next-pagination[dir=rtl].next-small .next-pagination-jump-input { +.next-pagination[dir="rtl"].next-small .next-pagination-jump-input { width: 28px; width: var(--pagination-small-input-width, 28px); } -.next-pagination[dir=rtl].next-small .next-pagination-size-selector-title { +.next-pagination[dir="rtl"].next-small .next-pagination-size-selector-title { height: 24px; height: var(--form-element-small-height, 24px); line-height: 24px; @@ -21002,35 +22681,35 @@ small { vertical-align: middle; } -.next-pagination[dir=rtl].next-small .next-pagination-size-selector-btn { +.next-pagination[dir="rtl"].next-small .next-pagination-size-selector-btn { padding: 0 8px; padding: 0 var(--pagination-small-size-selector-number-padding, 8px); } -.next-pagination[dir=rtl].next-small .next-pagination-item.next-prev:not([disabled]) i, -.next-pagination[dir=rtl].next-small .next-pagination-item.next-next:not([disabled]) i { +.next-pagination[dir="rtl"].next-small .next-pagination-item.next-prev:not([disabled]) i, +.next-pagination[dir="rtl"].next-small .next-pagination-item.next-next:not([disabled]) i { color: #333333; color: var(--pagination-arrow-color, #333333); } -.next-pagination[dir=rtl].next-small .next-pagination-item:hover.next-prev:not([disabled]) i, -.next-pagination[dir=rtl].next-small .next-pagination-item:hover.next-next:not([disabled]) i { +.next-pagination[dir="rtl"].next-small .next-pagination-item:hover.next-prev:not([disabled]) i, +.next-pagination[dir="rtl"].next-small .next-pagination-item:hover.next-next:not([disabled]) i { color: #555555; color: var(--pagination-arrow-hover-color, #555555); } -.next-pagination[dir=rtl].next-medium .next-pagination-list { +.next-pagination[dir="rtl"].next-medium .next-pagination-list { margin: 0 8px; margin: 0 var(--pagination-item-split, 8px); } -.next-pagination[dir=rtl].next-medium .next-pagination-total { +.next-pagination[dir="rtl"].next-medium .next-pagination-total { line-height: 32px; line-height: var(--form-element-medium-height, 32px); vertical-align: middle; } -.next-pagination[dir=rtl].next-medium .next-pagination-item { +.next-pagination[dir="rtl"].next-medium .next-pagination-item { padding: 0 10px; border-width: 1px; border-width: var(--pagination-item-border-width, 1px); @@ -21038,12 +22717,12 @@ small { border-radius: var(--pagination-item-corner, 2px); } -.next-pagination[dir=rtl].next-medium .next-pagination-item + .next-pagination-item { +.next-pagination[dir="rtl"].next-medium .next-pagination-item + .next-pagination-item { margin: 0 8px 0 0; margin: 0 var(--pagination-item-split, 8px) 0 0; } -.next-pagination[dir=rtl].next-medium .next-pagination-ellipsis { +.next-pagination[dir="rtl"].next-medium .next-pagination-ellipsis { height: 32px; height: var(--form-element-medium-height, 32px); line-height: 32px; @@ -21054,8 +22733,8 @@ small { margin-right: var(--pagination-ellipsis-margin, 8px); } -.next-pagination[dir=rtl].next-medium .next-pagination-ellipsis:before, -.next-pagination[dir=rtl].next-medium .next-pagination-ellipsis .next-icon-remote { +.next-pagination[dir="rtl"].next-medium .next-pagination-ellipsis:before, +.next-pagination[dir="rtl"].next-medium .next-pagination-ellipsis .next-icon-remote { width: 12px; width: var(--pagination-ellipsis-size, 12px); font-size: 12px; @@ -21063,27 +22742,27 @@ small { line-height: inherit; } -.next-pagination[dir=rtl].next-medium .next-pagination-display { +.next-pagination[dir="rtl"].next-medium .next-pagination-display { font-size: 12px; font-size: var(--pagination-total-font-size, 12px); } -.next-pagination[dir=rtl].next-medium .next-pagination-display em { +.next-pagination[dir="rtl"].next-medium .next-pagination-display em { font-size: 12px; font-size: var(--pagination-current-font-size, 12px); } -.next-pagination[dir=rtl].next-medium .next-pagination-jump-text { +.next-pagination[dir="rtl"].next-medium .next-pagination-jump-text { font-size: 12px; font-size: var(--pagination-jump-font-size, 12px); } -.next-pagination[dir=rtl].next-medium .next-pagination-jump-input { +.next-pagination[dir="rtl"].next-medium .next-pagination-jump-input { width: 40px; width: var(--pagination-input-width, 40px); } -.next-pagination[dir=rtl].next-medium .next-pagination-size-selector-title { +.next-pagination[dir="rtl"].next-medium .next-pagination-size-selector-title { height: 32px; height: var(--form-element-medium-height, 32px); line-height: 32px; @@ -21093,35 +22772,35 @@ small { vertical-align: middle; } -.next-pagination[dir=rtl].next-medium .next-pagination-size-selector-btn { +.next-pagination[dir="rtl"].next-medium .next-pagination-size-selector-btn { padding: 0 12px; padding: 0 var(--pagination-size-selector-number-padding, 12px); } -.next-pagination[dir=rtl].next-medium .next-pagination-item.next-prev:not([disabled]) i, -.next-pagination[dir=rtl].next-medium .next-pagination-item.next-next:not([disabled]) i { +.next-pagination[dir="rtl"].next-medium .next-pagination-item.next-prev:not([disabled]) i, +.next-pagination[dir="rtl"].next-medium .next-pagination-item.next-next:not([disabled]) i { color: #333333; color: var(--pagination-arrow-color, #333333); } -.next-pagination[dir=rtl].next-medium .next-pagination-item:hover.next-prev:not([disabled]) i, -.next-pagination[dir=rtl].next-medium .next-pagination-item:hover.next-next:not([disabled]) i { +.next-pagination[dir="rtl"].next-medium .next-pagination-item:hover.next-prev:not([disabled]) i, +.next-pagination[dir="rtl"].next-medium .next-pagination-item:hover.next-next:not([disabled]) i { color: #555555; color: var(--pagination-arrow-hover-color, #555555); } -.next-pagination[dir=rtl].next-large .next-pagination-list { +.next-pagination[dir="rtl"].next-large .next-pagination-list { margin: 0 8px; margin: 0 var(--pagination-large-item-split, 8px); } -.next-pagination[dir=rtl].next-large .next-pagination-total { +.next-pagination[dir="rtl"].next-large .next-pagination-total { line-height: 36px; line-height: var(--form-element-large-height, 36px); vertical-align: middle; } -.next-pagination[dir=rtl].next-large .next-pagination-item { +.next-pagination[dir="rtl"].next-large .next-pagination-item { padding: 0 15px; border-width: 1px; border-width: var(--pagination-large-item-border-width, 1px); @@ -21129,12 +22808,12 @@ small { border-radius: var(--pagination-large-item-corner, 2px); } -.next-pagination[dir=rtl].next-large .next-pagination-item + .next-pagination-item { +.next-pagination[dir="rtl"].next-large .next-pagination-item + .next-pagination-item { margin: 0 8px 0 0; margin: 0 var(--pagination-large-item-split, 8px) 0 0; } -.next-pagination[dir=rtl].next-large .next-pagination-ellipsis { +.next-pagination[dir="rtl"].next-large .next-pagination-ellipsis { height: 36px; height: var(--form-element-large-height, 36px); line-height: 36px; @@ -21145,8 +22824,8 @@ small { margin-right: var(--pagination-ellipsis-margin, 8px); } -.next-pagination[dir=rtl].next-large .next-pagination-ellipsis:before, -.next-pagination[dir=rtl].next-large .next-pagination-ellipsis .next-icon-remote { +.next-pagination[dir="rtl"].next-large .next-pagination-ellipsis:before, +.next-pagination[dir="rtl"].next-large .next-pagination-ellipsis .next-icon-remote { width: 12px; width: var(--pagination-large-ellipsis-size, 12px); font-size: 12px; @@ -21154,27 +22833,27 @@ small { line-height: inherit; } -.next-pagination[dir=rtl].next-large .next-pagination-display { +.next-pagination[dir="rtl"].next-large .next-pagination-display { font-size: 14px; font-size: var(--pagination-large-total-font-size, 14px); } -.next-pagination[dir=rtl].next-large .next-pagination-display em { +.next-pagination[dir="rtl"].next-large .next-pagination-display em { font-size: 14px; font-size: var(--pagination-large-current-font-size, 14px); } -.next-pagination[dir=rtl].next-large .next-pagination-jump-text { +.next-pagination[dir="rtl"].next-large .next-pagination-jump-text { font-size: 14px; font-size: var(--pagination-large-jump-font-size, 14px); } -.next-pagination[dir=rtl].next-large .next-pagination-jump-input { +.next-pagination[dir="rtl"].next-large .next-pagination-jump-input { width: 48px; width: var(--pagination-large-input-width, 48px); } -.next-pagination[dir=rtl].next-large .next-pagination-size-selector-title { +.next-pagination[dir="rtl"].next-large .next-pagination-size-selector-title { height: 36px; height: var(--form-element-large-height, 36px); line-height: 36px; @@ -21184,19 +22863,19 @@ small { vertical-align: middle; } -.next-pagination[dir=rtl].next-large .next-pagination-size-selector-btn { +.next-pagination[dir="rtl"].next-large .next-pagination-size-selector-btn { padding: 0 16px; padding: 0 var(--pagination-large-size-selector-number-padding, 16px); } -.next-pagination[dir=rtl].next-large .next-pagination-item.next-prev:not([disabled]) i, -.next-pagination[dir=rtl].next-large .next-pagination-item.next-next:not([disabled]) i { +.next-pagination[dir="rtl"].next-large .next-pagination-item.next-prev:not([disabled]) i, +.next-pagination[dir="rtl"].next-large .next-pagination-item.next-next:not([disabled]) i { color: #333333; color: var(--pagination-arrow-color, #333333); } -.next-pagination[dir=rtl].next-large .next-pagination-item:hover.next-prev:not([disabled]) i, -.next-pagination[dir=rtl].next-large .next-pagination-item:hover.next-next:not([disabled]) i { +.next-pagination[dir="rtl"].next-large .next-pagination-item:hover.next-prev:not([disabled]) i, +.next-pagination[dir="rtl"].next-large .next-pagination-item:hover.next-next:not([disabled]) i { color: #555555; color: var(--pagination-arrow-hover-color, #555555); } @@ -21261,23 +22940,24 @@ small { } .next-pagination .next-pagination-item.next-current { - border-color: #0064C8; - border-color: var(--pagination-item-current-border-color, #0064C8); - background: #FFFFFF; - background: var(--pagination-item-current-bg, #FFFFFF); - color: #0064C8; - color: var(--pagination-item-current-color, #0064C8); + border-color: #0064c8; + border-color: var(--pagination-item-current-border-color, #0064c8); + background: #ffffff; + background: var(--pagination-item-current-bg, #ffffff); + color: #0064c8; + color: var(--pagination-item-current-color, #0064c8); -webkit-box-shadow: none; -webkit-box-shadow: var(--pagination-item-current-shadow, none); box-shadow: none; box-shadow: var(--pagination-item-current-shadow, none); } -.next-pagination .next-pagination-item.next-current:hover, .next-pagination .next-pagination-item.next-current:focus { - border-color: #0064C8; - border-color: var(--pagination-item-current-hover-border-color, #0064C8); - background: #FFFFFF; - background: var(--pagination-item-current-hover-bg, #FFFFFF); +.next-pagination .next-pagination-item.next-current:hover, +.next-pagination .next-pagination-item.next-current:focus { + border-color: #0064c8; + border-color: var(--pagination-item-current-hover-border-color, #0064c8); + background: #ffffff; + background: var(--pagination-item-current-hover-bg, #ffffff); color: #333333; color: var(--pagination-item-current-hover-color, #333333); -webkit-box-shadow: none; @@ -21303,8 +22983,8 @@ small { .next-pagination-display em { font-style: normal; - color: #0064C8; - color: var(--pagination-current-color, #0064C8); + color: #0064c8; + color: var(--pagination-current-color, #0064c8); } .next-pagination-jump-text { @@ -21364,13 +23044,13 @@ small { } .next-pagination-size-selector-btn.next-btn-text.next-current { - color: #0064C8; - color: var(--pagination-size-selector-filter-current-color, #0064C8); + color: #0064c8; + color: var(--pagination-size-selector-filter-current-color, #0064c8); } .next-pagination-size-selector-btn.next-btn-text + .next-pagination-size-selector-btn { - border-left: 1px solid #C0C6CC; - border-left: var(--line-1, 1px) solid var(--color-line1-2, #C0C6CC); + border-left: 1px solid #c0c6cc; + border-left: var(--line-1, 1px) solid var(--color-line1-2, #c0c6cc); } .next-pagination-pages + .next-pagination-size-selector, @@ -21506,12 +23186,14 @@ small { color: var(--pagination-arrow-hover-color, #555555); } -.next-pagination.next-small.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-small.next-arrow-only .next-pagination-item.next-next { +.next-pagination.next-small.next-arrow-only .next-pagination-item.next-prev, +.next-pagination.next-small.next-arrow-only .next-pagination-item.next-next { width: 20px; padding: 0; } -.next-pagination.next-small.next-arrow-only .next-pagination-item.next-prev .next-icon, .next-pagination.next-small.next-arrow-only .next-pagination-item.next-next .next-icon { +.next-pagination.next-small.next-arrow-only .next-pagination-item.next-prev .next-icon, +.next-pagination.next-small.next-arrow-only .next-pagination-item.next-next .next-icon { margin: 0 auto; } @@ -21524,7 +23206,8 @@ small { margin: 0 auto; } -.next-pagination.next-small.next-no-border .next-pagination-item.next-prev, .next-pagination.next-small.next-no-border .next-pagination-item.next-next { +.next-pagination.next-small.next-no-border .next-pagination-item.next-prev, +.next-pagination.next-small.next-no-border .next-pagination-item.next-next { padding: 0; border: none; background-color: transparent; @@ -21532,14 +23215,15 @@ small { box-shadow: none; } -.next-pagination.next-small.next-no-border .next-pagination-item.next-prev .next-icon, .next-pagination.next-small.next-no-border .next-pagination-item.next-next .next-icon { +.next-pagination.next-small.next-no-border .next-pagination-item.next-prev .next-icon, +.next-pagination.next-small.next-no-border .next-pagination-item.next-next .next-icon { margin: 0; } .next-pagination.next-small.next-no-border .next-pagination-item.next-prev:not([disabled]):hover i, .next-pagination.next-small.next-no-border .next-pagination-item.next-next:not([disabled]):hover i { - color: #0064C8; - color: var(--pagination-arrow-hover-color-noboder, #0064C8); + color: #0064c8; + color: var(--pagination-arrow-hover-color-noboder, #0064c8); } .next-pagination.next-small.next-no-border .next-pagination-display { @@ -21646,12 +23330,14 @@ small { color: var(--pagination-arrow-hover-color, #555555); } -.next-pagination.next-medium.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-medium.next-arrow-only .next-pagination-item.next-next { +.next-pagination.next-medium.next-arrow-only .next-pagination-item.next-prev, +.next-pagination.next-medium.next-arrow-only .next-pagination-item.next-next { width: 28px; padding: 0; } -.next-pagination.next-medium.next-arrow-only .next-pagination-item.next-prev .next-icon, .next-pagination.next-medium.next-arrow-only .next-pagination-item.next-next .next-icon { +.next-pagination.next-medium.next-arrow-only .next-pagination-item.next-prev .next-icon, +.next-pagination.next-medium.next-arrow-only .next-pagination-item.next-next .next-icon { margin: 0 auto; } @@ -21664,7 +23350,8 @@ small { margin: 0 auto; } -.next-pagination.next-medium.next-no-border .next-pagination-item.next-prev, .next-pagination.next-medium.next-no-border .next-pagination-item.next-next { +.next-pagination.next-medium.next-no-border .next-pagination-item.next-prev, +.next-pagination.next-medium.next-no-border .next-pagination-item.next-next { padding: 0; border: none; background-color: transparent; @@ -21672,14 +23359,15 @@ small { box-shadow: none; } -.next-pagination.next-medium.next-no-border .next-pagination-item.next-prev .next-icon, .next-pagination.next-medium.next-no-border .next-pagination-item.next-next .next-icon { +.next-pagination.next-medium.next-no-border .next-pagination-item.next-prev .next-icon, +.next-pagination.next-medium.next-no-border .next-pagination-item.next-next .next-icon { margin: 0; } .next-pagination.next-medium.next-no-border .next-pagination-item.next-prev:not([disabled]):hover i, .next-pagination.next-medium.next-no-border .next-pagination-item.next-next:not([disabled]):hover i { - color: #0064C8; - color: var(--pagination-arrow-hover-color-noboder, #0064C8); + color: #0064c8; + color: var(--pagination-arrow-hover-color-noboder, #0064c8); } .next-pagination.next-medium.next-no-border .next-pagination-display { @@ -21786,12 +23474,14 @@ small { color: var(--pagination-arrow-hover-color, #555555); } -.next-pagination.next-large.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-large.next-arrow-only .next-pagination-item.next-next { +.next-pagination.next-large.next-arrow-only .next-pagination-item.next-prev, +.next-pagination.next-large.next-arrow-only .next-pagination-item.next-next { width: 40px; padding: 0; } -.next-pagination.next-large.next-arrow-only .next-pagination-item.next-prev .next-icon, .next-pagination.next-large.next-arrow-only .next-pagination-item.next-next .next-icon { +.next-pagination.next-large.next-arrow-only .next-pagination-item.next-prev .next-icon, +.next-pagination.next-large.next-arrow-only .next-pagination-item.next-next .next-icon { margin: 0 auto; } @@ -21804,7 +23494,8 @@ small { margin: 0 auto; } -.next-pagination.next-large.next-no-border .next-pagination-item.next-prev, .next-pagination.next-large.next-no-border .next-pagination-item.next-next { +.next-pagination.next-large.next-no-border .next-pagination-item.next-prev, +.next-pagination.next-large.next-no-border .next-pagination-item.next-next { padding: 0; border: none; background-color: transparent; @@ -21812,14 +23503,15 @@ small { box-shadow: none; } -.next-pagination.next-large.next-no-border .next-pagination-item.next-prev .next-icon, .next-pagination.next-large.next-no-border .next-pagination-item.next-next .next-icon { +.next-pagination.next-large.next-no-border .next-pagination-item.next-prev .next-icon, +.next-pagination.next-large.next-no-border .next-pagination-item.next-next .next-icon { margin: 0; } .next-pagination.next-large.next-no-border .next-pagination-item.next-prev:not([disabled]):hover i, .next-pagination.next-large.next-no-border .next-pagination-item.next-next:not([disabled]):hover i { - color: #0064C8; - color: var(--pagination-arrow-hover-color-noboder, #0064C8); + color: #0064c8; + color: var(--pagination-arrow-hover-color-noboder, #0064c8); } .next-pagination.next-large.next-no-border .next-pagination-display { @@ -21874,13 +23566,13 @@ small { font-size: var(--paragraph-m-font-size, 14px); } -.next-progress-circle[dir=rtl] .next-progress-circle-container { +.next-progress-circle[dir="rtl"] .next-progress-circle-container { -webkit-transform: scaleX(-1); -ms-transform: scaleX(-1); transform: scaleX(-1); } -.next-progress-line[dir=rtl] .next-progress-line-overlay { +.next-progress-line[dir="rtl"] .next-progress-line-overlay { left: auto; right: 0; } @@ -21913,8 +23605,8 @@ small { position: relative; overflow: hidden; width: 100%; - background: #E3E4E6; - background: var(--progress-line-underlay-color, #E3E4E6); + background: #e3e4e6; + background: var(--progress-line-underlay-color, #e3e4e6); } .next-progress-line-overlay { @@ -21926,33 +23618,33 @@ small { } .next-progress-line-overlay-normal { - background: #0064C8; - background: var(--progress-line-normal-color, #0064C8); + background: #0064c8; + background: var(--progress-line-normal-color, #0064c8); } .next-progress-line-overlay-success { - background: #00A700; - background: var(--progress-line-success-color, #00A700); + background: #00a700; + background: var(--progress-line-success-color, #00a700); } .next-progress-line-overlay-error { - background: #C80000; - background: var(--progress-line-error-color, #C80000); + background: #c80000; + background: var(--progress-line-error-color, #c80000); } .next-progress-line-overlay-started { - background: #0064C8; - background: var(--progress-line-started-color, #0064C8); + background: #0064c8; + background: var(--progress-line-started-color, #0064c8); } .next-progress-line-overlay-middle { - background: #0064C8; - background: var(--progress-line-middle-color, #0064C8); + background: #0064c8; + background: var(--progress-line-middle-color, #0064c8); } .next-progress-line-overlay-finishing { - background: #0064C8; - background: var(--progress-line-finishing-color, #0064C8); + background: #0064c8; + background: var(--progress-line-finishing-color, #0064c8); } .next-progress-line.next-small .next-progress-line-underlay { @@ -22043,8 +23735,8 @@ small { } .next-progress-line-show-border .next-progress-line-underlay { - border: 1px solid #C0C6CC; - border: var(--progress-line-underlay-border-width, 1px) solid var(--progress-line-underlay-border-color, #C0C6CC); + border: 1px solid #c0c6cc; + border: var(--progress-line-underlay-border-width, 1px) solid var(--progress-line-underlay-border-color, #c0c6cc); } .next-progress-line-show-border.next-small .next-progress-line-underlay { @@ -22139,8 +23831,8 @@ small { .next-progress-circle-underlay { stroke-width: 4px; stroke-width: var(--progress-circle-underlay-width, 4px); - stroke: #E3E4E6; - stroke: var(--progress-circle-underlay-color, #E3E4E6); + stroke: #e3e4e6; + stroke: var(--progress-circle-underlay-color, #e3e4e6); } .next-progress-circle-overlay { @@ -22153,33 +23845,33 @@ small { } .next-progress-circle-overlay-normal { - stroke: #0064C8; - stroke: var(--progress-circle-normal-color, #0064C8); + stroke: #0064c8; + stroke: var(--progress-circle-normal-color, #0064c8); } .next-progress-circle-overlay-success { - stroke: #00A700; - stroke: var(--progress-circle-success-color, #00A700); + stroke: #00a700; + stroke: var(--progress-circle-success-color, #00a700); } .next-progress-circle-overlay-error { - stroke: #C80000; - stroke: var(--progress-circle-error-color, #C80000); + stroke: #c80000; + stroke: var(--progress-circle-error-color, #c80000); } .next-progress-circle-overlay-started { - stroke: #0064C8; - stroke: var(--progress-circle-started-color, #0064C8); + stroke: #0064c8; + stroke: var(--progress-circle-started-color, #0064c8); } .next-progress-circle-overlay-middle { - stroke: #0064C8; - stroke: var(--progress-circle-middle-color, #0064C8); + stroke: #0064c8; + stroke: var(--progress-circle-middle-color, #0064c8); } .next-progress-circle-overlay-finishing { - stroke: #0064C8; - stroke: var(--progress-circle-finishing-color, #0064C8); + stroke: #0064c8; + stroke: var(--progress-circle-finishing-color, #0064c8); } .next-progress-circle.next-small { @@ -22223,7 +23915,9 @@ small { -webkit-transition: -webkit-transform 300ms ease; transition: -webkit-transform 300ms ease; transition: transform 300ms ease; - transition: transform 300ms ease, -webkit-transform 300ms ease; + transition: + transform 300ms ease, + -webkit-transform 300ms ease; color: #666666; color: var(--progress-circle-text-color, #666666); } @@ -22320,15 +24014,24 @@ small { border-color: #577899; border-color: var(--range-normal-slider-border-color, #577899); border-radius: 50%; - -webkit-transition: border-color 100ms linear, -webkit-transform 100ms linear; - transition: border-color 100ms linear, -webkit-transform 100ms linear; - transition: transform 100ms linear, border-color 100ms linear; - transition: transform 100ms linear, border-color 100ms linear, -webkit-transform 100ms linear; + -webkit-transition: + border-color 100ms linear, + -webkit-transform 100ms linear; + transition: + border-color 100ms linear, + -webkit-transform 100ms linear; + transition: + transform 100ms linear, + border-color 100ms linear; + transition: + transform 100ms linear, + border-color 100ms linear, + -webkit-transform 100ms linear; } .next-range .next-range-slider.next-range-slider-moving .next-range-slider-inner { - border: 2px solid #0064C8; - border: var(--line-2, 2px) var(--line-solid, solid) var(--range-normal-selected-color, #0064C8); + border: 2px solid #0064c8; + border: var(--line-2, 2px) var(--line-solid, solid) var(--range-normal-selected-color, #0064c8); -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); -webkit-transform: scale(1.2); @@ -22337,8 +24040,8 @@ small { } .next-range .next-range-frag.next-range-active .next-range-slider .next-range-slider-inner { - border: 2px solid #0064C8; - border: var(--line-2, 2px) var(--line-solid, solid) var(--range-normal-selected-color, #0064C8); + border: 2px solid #0064c8; + border: var(--line-2, 2px) var(--line-solid, solid) var(--range-normal-selected-color, #0064c8); -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); -webkit-transform: scale(1.2); @@ -22387,59 +24090,59 @@ small { } .next-range .next-range-track { - background: #E3E4E6; - background: var(--range-normal-unselected-color, #E3E4E6); + background: #e3e4e6; + background: var(--range-normal-unselected-color, #e3e4e6); } .next-range .next-range-track:hover { - background: #E3E4E6; - background: var(--range-normal-unselected-color-hover, #E3E4E6); + background: #e3e4e6; + background: var(--range-normal-unselected-color-hover, #e3e4e6); } .next-range .next-range-selected { - background: #0064C8; - background: var(--range-normal-selected-color, #0064C8); + background: #0064c8; + background: var(--range-normal-selected-color, #0064c8); } .next-range .next-range-selected:hover { - background: #0064C8; - background: var(--range-normal-selected-color-hover, #0064C8); + background: #0064c8; + background: var(--range-normal-selected-color-hover, #0064c8); } .next-range .next-range-scale .next-range-scale-item { - border-color: #E3E4E6; - border-color: var(--range-normal-unselected-color, #E3E4E6); - background: #E3E4E6; - background: var(--range-normal-unselected-color, #E3E4E6); + border-color: #e3e4e6; + border-color: var(--range-normal-unselected-color, #e3e4e6); + background: #e3e4e6; + background: var(--range-normal-unselected-color, #e3e4e6); } .next-range .next-range-scale .next-range-scale-item:hover { - border-color: #E3E4E6; - border-color: var(--range-normal-unselected-color-hover, #E3E4E6); + border-color: #e3e4e6; + border-color: var(--range-normal-unselected-color-hover, #e3e4e6); } .next-range .next-range-scale .next-range-scale-item.activated { - border-color: #0064C8; - border-color: var(--range-normal-selected-color, #0064C8); - background: #0064C8; - background: var(--range-normal-selected-color, #0064C8); + border-color: #0064c8; + border-color: var(--range-normal-selected-color, #0064c8); + background: #0064c8; + background: var(--range-normal-selected-color, #0064c8); } .next-range .next-range-scale .next-range-scale-item.activated:hover { - border-color: #0064C8; - border-color: var(--range-normal-selected-color-hover, #0064C8); + border-color: #0064c8; + border-color: var(--range-normal-selected-color-hover, #0064c8); } .next-range .next-range-slider-inner { - background: #FFFFFF; - background: var(--range-normal-slider-bg-color, #FFFFFF); + background: #ffffff; + background: var(--range-normal-slider-bg-color, #ffffff); border-color: #577899; border-color: var(--range-normal-slider-border-color, #577899); } .next-range .next-range-slider-inner:hover { - background: #FFFFFF; - background: var(--range-normal-slider-bg-color-hover, #FFFFFF); + background: #ffffff; + background: var(--range-normal-slider-bg-color-hover, #ffffff); -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16); -webkit-transform: scale(1.2); @@ -22468,8 +24171,8 @@ small { } .next-range.disabled .next-range-track { - background: #E3E4E6; - background: var(--range-normal-unselected-color-disabled, #E3E4E6); + background: #e3e4e6; + background: var(--range-normal-unselected-color-disabled, #e3e4e6); } .next-range.disabled .next-range-selected { @@ -22478,8 +24181,8 @@ small { } .next-range.disabled .next-range-scale-item { - border-color: #E3E4E6; - border-color: var(--range-normal-unselected-color-disabled, #E3E4E6); + border-color: #e3e4e6; + border-color: var(--range-normal-unselected-color-disabled, #e3e4e6); } .next-range.disabled .next-range-scale-item.activated { @@ -22488,10 +24191,10 @@ small { } .next-range.disabled .next-range-slider-inner { - background: #FFFFFF; - background: var(--range-normal-slider-bg-color-disabled, #FFFFFF); - border-color: #C0C6CC; - border-color: var(--range-normal-slider-border-color-disabled, #C0C6CC); + background: #ffffff; + background: var(--range-normal-slider-bg-color-disabled, #ffffff); + border-color: #c0c6cc; + border-color: var(--range-normal-slider-border-color-disabled, #c0c6cc); -webkit-transform: none; -ms-transform: none; transform: none; @@ -22591,8 +24294,8 @@ small { } .next-range.simulation-hover > .next-range-slider-inner { - background: #FFFFFF; - background: var(--range-normal-slider-bg-color-hover, #FFFFFF); + background: #ffffff; + background: var(--range-normal-slider-bg-color-hover, #ffffff); -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16); -webkit-transform: scale(1.2); @@ -22601,28 +24304,28 @@ small { } .next-range.simulation-hover .next-range-selected { - background: #0064C8; - background: var(--range-normal-selected-color-hover, #0064C8); + background: #0064c8; + background: var(--range-normal-selected-color-hover, #0064c8); } .next-range.simulation-hover .next-range-track { - background: #E3E4E6; - background: var(--range-normal-unselected-color-hover, #E3E4E6); + background: #e3e4e6; + background: var(--range-normal-unselected-color-hover, #e3e4e6); } .next-range.simulation-hover .next-range-scale-item { - border-color: #E3E4E6; - border-color: var(--range-normal-unselected-color-hover, #E3E4E6); + border-color: #e3e4e6; + border-color: var(--range-normal-unselected-color-hover, #e3e4e6); } .next-range.simulation-hover .next-range-scale-item.activated { - border-color: #0064C8; - border-color: var(--range-normal-selected-color-hover, #0064C8); + border-color: #0064c8; + border-color: var(--range-normal-selected-color-hover, #0064c8); } .next-range.simulation-click > .next-range-slider-inner { - border: 2px solid #0064C8; - border: 2px solid var(--range-normal-selected-color, #0064C8); + border: 2px solid #0064c8; + border: 2px solid var(--range-normal-selected-color, #0064c8); -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); -webkit-transform: scale(1.2); @@ -22630,12 +24333,12 @@ small { transform: scale(1.2); } -.next-range[dir=rtl] .next-range-mark { +.next-range[dir="rtl"] .next-range-mark { position: relative; cursor: auto; } -.next-range[dir=rtl] .next-range-mark .next-range-mark-text { +.next-range[dir="rtl"] .next-range-mark .next-range-mark-text { position: absolute; right: 0; -webkit-transform: translateX(50%); @@ -22645,19 +24348,19 @@ small { text-align: center; } -.next-rating[dir=rtl] .next-rating-overlay { +.next-rating[dir="rtl"] .next-rating-overlay { right: 0; left: auto; } -.next-rating[dir=rtl] .next-rating-underlay .next-rating-icon, -.next-rating[dir=rtl] .next-rating-overlay .next-rating-icon { +.next-rating[dir="rtl"] .next-rating-underlay .next-rating-icon, +.next-rating[dir="rtl"] .next-rating-overlay .next-rating-icon { margin-right: 4px; margin-left: 0; } -.next-rating[dir=rtl] .next-rating-underlay .next-rating-icon:last-child, -.next-rating[dir=rtl] .next-rating-overlay .next-rating-icon:last-child { +.next-rating[dir="rtl"] .next-rating-underlay .next-rating-icon:last-child, +.next-rating[dir="rtl"] .next-rating-overlay .next-rating-icon:last-child { /* icon 放大会产生边缘溢出,这里使用 margin 为放大扩展一部分空间 */ margin-left: 4px; } @@ -22711,14 +24414,14 @@ small { } .next-rating-underlay .next-icon { - color: #FFFFFF; - color: var(--rating-normal-underlay-color, #FFFFFF); + color: #ffffff; + color: var(--rating-normal-underlay-color, #ffffff); } .next-rating-stroke-mode .next-rating-underlay .next-icon { color: transparent; - -webkit-text-stroke: 1px #0064C8; - -webkit-text-stroke: 1px var(--rating-normal-overlay-color, #0064C8); + -webkit-text-stroke: 1px #0064c8; + -webkit-text-stroke: 1px var(--rating-normal-overlay-color, #0064c8); } .next-rating-overlay { @@ -22731,31 +24434,36 @@ small { } .next-rating-overlay .next-icon { - color: #0064C8; - color: var(--rating-normal-overlay-color, #0064C8); + color: #0064c8; + color: var(--rating-normal-overlay-color, #0064c8); } -.next-rating-underlay .next-rating-icon, .next-rating-overlay .next-rating-icon { +.next-rating-underlay .next-rating-icon, +.next-rating-overlay .next-rating-icon { cursor: pointer; margin-left: 4px; } -.next-rating-underlay .next-rating-icon:last-child, .next-rating-overlay .next-rating-icon:last-child { +.next-rating-underlay .next-rating-icon:last-child, +.next-rating-overlay .next-rating-icon:last-child { /* icon 放大会产生边缘溢出,这里使用 margin 为放大扩展一部分空间 */ margin-right: 4px; } -.next-rating-underlay .next-icon, .next-rating-overlay .next-icon { +.next-rating-underlay .next-icon, +.next-rating-overlay .next-icon { -webkit-transition: all 100ms linear; transition: all 100ms linear; } -.next-rating-underlay .next-icon.hover, .next-rating-overlay .next-icon.hover { +.next-rating-underlay .next-icon.hover, +.next-rating-overlay .next-icon.hover { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } -.next-rating-underlay .next-icon.clicked, .next-rating-overlay .next-icon.clicked { +.next-rating-underlay .next-icon.clicked, +.next-rating-overlay .next-icon.clicked { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); } @@ -22766,7 +24474,7 @@ small { left: 0; border: 1px solid #004080; border: 1px solid var(--color-fill1-4, #004080); - background: #FFFFFF; + background: #ffffff; padding: 4px 8px 3px; font-size: 12px; white-space: nowrap; @@ -22782,42 +24490,44 @@ small { transform: rotate(45deg); border: 1px solid #004080; border: 1px solid var(--color-fill1-4, #004080); - background: #FFFFFF; + background: #ffffff; border-bottom-color: transparent; border-right-color: transparent; top: -3px; left: 4px; } -.next-rating:focus .next-rating-base:not(.next-rating-base-disabled), .next-rating.hover { +.next-rating:focus .next-rating-base:not(.next-rating-base-disabled), +.next-rating.hover { outline: none; } -.next-rating:focus .next-rating-base:not(.next-rating-base-disabled) .next-rating-overlay .next-icon, .next-rating.hover .next-rating-overlay .next-icon { - color: #FFFFFF; - color: var(--rating-normal-overlay-hover-color, #FFFFFF); +.next-rating:focus .next-rating-base:not(.next-rating-base-disabled) .next-rating-overlay .next-icon, +.next-rating.hover .next-rating-overlay .next-icon { + color: #ffffff; + color: var(--rating-normal-overlay-hover-color, #ffffff); } /* 状态 */ /* ======================================== */ .next-rating-grade-low .next-rating-overlay .next-icon { - color: #FAC800; - color: var(--rating-grade-low-overlay-color, #FAC800); + color: #fac800; + color: var(--rating-grade-low-overlay-color, #fac800); } .next-rating-grade-low.hover .next-rating-overlay .next-icon { - color: #FAC800; - color: var(--rating-grade-low-overlay-color, #FAC800); + color: #fac800; + color: var(--rating-grade-low-overlay-color, #fac800); } .next-rating-grade-high .next-rating-overlay .next-icon { - color: #FAC800; - color: var(--rating-grade-high-overlay-color, #FAC800); + color: #fac800; + color: var(--rating-grade-high-overlay-color, #fac800); } .next-rating-grade-high.hover .next-rating-overlay .next-icon { - color: #FAC800; - color: var(--rating-grade-high-overlay-hover-color, #FAC800); + color: #fac800; + color: var(--rating-grade-high-overlay-hover-color, #fac800); } /* 尺寸 */ @@ -22873,48 +24583,48 @@ small { margin-left: var(--rating-large-text-margin-left, 16px); } -.next-search-simple[dir=rtl].next-large .next-search-icon { +.next-search-simple[dir="rtl"].next-large .next-search-icon { margin-left: 12px; margin-right: 0; } -.next-search-simple[dir=rtl].next-medium .next-search-icon { +.next-search-simple[dir="rtl"].next-medium .next-search-icon { margin-left: 8px; margin-right: 0; } -.next-search-simple[dir=rtl].next-normal .next-search-left .next-search-left-addon { - border-left: 1px solid #E3E4E6; - border-left: 1px solid var(--search-simple-normal-split-color, #E3E4E6); +.next-search-simple[dir="rtl"].next-normal .next-search-left .next-search-left-addon { + border-left: 1px solid #e3e4e6; + border-left: 1px solid var(--search-simple-normal-split-color, #e3e4e6); border-right: none; } -.next-search-simple[dir=rtl].next-dark .next-search-left { +.next-search-simple[dir="rtl"].next-dark .next-search-left { border-color: #577899; border-color: var(--search-simple-dark-color, #577899); } -.next-search-simple[dir=rtl].next-dark .next-search-left .next-search-left-addon { +.next-search-simple[dir="rtl"].next-dark .next-search-left .next-search-left-addon { border-right: 1px solid #577899; border-right: 1px solid var(--search-simple-dark-split-color, #577899); } -.next-search-simple[dir=rtl].next-dark:hover .next-search-left { +.next-search-simple[dir="rtl"].next-dark:hover .next-search-left { border-color: #577899; border-color: var(--search-simple-dark-hover-color, #577899); } -.next-search-simple[dir=rtl].next-dark .next-search-icon { +.next-search-simple[dir="rtl"].next-dark .next-search-icon { color: #888888; color: var(--search-simple-dark-icon-text-color, #888888); } -.next-search-simple[dir=rtl].next-dark .next-search-icon:hover { +.next-search-simple[dir="rtl"].next-dark .next-search-icon:hover { color: #555555; color: var(--search-simple-dark-icon-hover-text-color, #555555); } -.next-search-normal[dir=rtl] .next-search-left { +.next-search-normal[dir="rtl"] .next-search-left { border-left: none; border-top-right-radius: 2px; border-top-right-radius: var(--search-normal-corner, 2px); @@ -22924,17 +24634,17 @@ small { border-bottom-left-radius: 0; } -.next-search-normal[dir=rtl] .next-search-btn.next-btn { +.next-search-normal[dir="rtl"] .next-search-btn.next-btn { border-radius: 2px 0 0 2px !important; border-radius: var(--search-normal-corner, 2px) 0 0 var(--search-normal-corner, 2px) !important; } -.next-search-normal[dir=rtl] .next-input { +.next-search-normal[dir="rtl"] .next-input { border-radius: 0 2px 2px 0; border-radius: 0 var(--search-normal-corner, 2px) var(--search-normal-corner, 2px) 0; } -.next-search-normal[dir=rtl].next-primary .next-input { +.next-search-normal[dir="rtl"].next-primary .next-input { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 1px; @@ -22943,13 +24653,13 @@ small { border-bottom-right-radius: calc(var(--search-normal-corner, 2px) - var(--search-normal-primary-border-width, 1px)); } -.next-search-normal[dir=rtl].next-primary .next-search-left .next-search-left-addon { - border-left: 1px solid #C0C6CC; - border-left: 1px solid var(--search-normal-primary-split-color, #C0C6CC); +.next-search-normal[dir="rtl"].next-primary .next-search-left .next-search-left-addon { + border-left: 1px solid #c0c6cc; + border-left: 1px solid var(--search-normal-primary-split-color, #c0c6cc); border-right: none; } -.next-search-normal[dir=rtl].next-secondary .next-input { +.next-search-normal[dir="rtl"].next-secondary .next-input { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 1px; @@ -22958,13 +24668,13 @@ small { border-bottom-right-radius: calc(var(--search-normal-corner, 2px) - var(--search-normal-primary-border-width, 1px)); } -.next-search-normal[dir=rtl].next-secondary .next-search-left .next-search-left-addon { - border-left: 1px solid #C0C6CC; - border-left: 1px solid var(--search-normal-secondary-split-color, #C0C6CC); +.next-search-normal[dir="rtl"].next-secondary .next-search-left .next-search-left-addon { + border-left: 1px solid #c0c6cc; + border-left: 1px solid var(--search-normal-secondary-split-color, #c0c6cc); border-right: none; } -.next-search-normal[dir=rtl].next-normal .next-input { +.next-search-normal[dir="rtl"].next-normal .next-input { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 1px; @@ -22973,15 +24683,15 @@ small { border-bottom-right-radius: calc(var(--search-normal-corner, 2px) - var(--search-normal-primary-border-width, 1px)); } -.next-search-normal[dir=rtl].next-normal .next-search-left .next-search-left-addon { - border-left: 1px solid #E3E4E6; - border-left: 1px solid var(--search-normal-normal-split-color, #E3E4E6); +.next-search-normal[dir="rtl"].next-normal .next-search-left .next-search-left-addon { + border-left: 1px solid #e3e4e6; + border-left: 1px solid var(--search-normal-normal-split-color, #e3e4e6); border-right: none; } -.next-search-normal[dir=rtl].next-dark .next-search-left .next-search-left-addon { - border-left: 1px solid #0064C8; - border-left: 1px solid var(--search-normal-dark-color, #0064C8); +.next-search-normal[dir="rtl"].next-dark .next-search-left .next-search-left-addon { + border-left: 1px solid #0064c8; + border-left: 1px solid var(--search-normal-dark-color, #0064c8); border-right: none; } @@ -23076,35 +24786,35 @@ small { } .next-search-normal.next-primary .next-search-left { - border-color: #C0C6CC; - border-color: var(--search-normal-primary-color, #C0C6CC); + border-color: #c0c6cc; + border-color: var(--search-normal-primary-color, #c0c6cc); } .next-search-normal.next-primary .next-search-left .next-search-left-addon { - border-right: 1px solid #C0C6CC; - border-right: 1px solid var(--search-normal-primary-split-color, #C0C6CC); + border-right: 1px solid #c0c6cc; + border-right: 1px solid var(--search-normal-primary-split-color, #c0c6cc); } .next-search-normal.next-primary:hover .next-search-left, .next-search-normal.next-primary:hover .next-btn { - border-color: #C0C6CC; - border-color: var(--search-normal-primary-hover-color, #C0C6CC); + border-color: #c0c6cc; + border-color: var(--search-normal-primary-hover-color, #c0c6cc); } .next-search-normal.next-primary .next-search-btn { - background: #C0C6CC; - background: var(--search-normal-primary-color, #C0C6CC); - border-color: #C0C6CC; - border-color: var(--search-normal-primary-color, #C0C6CC); + background: #c0c6cc; + background: var(--search-normal-primary-color, #c0c6cc); + border-color: #c0c6cc; + border-color: var(--search-normal-primary-color, #c0c6cc); color: #333333; color: var(--search-normal-primary-btn-text-color, #333333); } .next-search-normal.next-primary .next-search-btn:hover { - background: #C0C6CC; - background: var(--search-normal-primary-btn-hover-bg-color, #C0C6CC); - border-color: #C0C6CC; - border-color: var(--search-normal-primary-hover-color, #C0C6CC); + background: #c0c6cc; + background: var(--search-normal-primary-btn-hover-bg-color, #c0c6cc); + border-color: #c0c6cc; + border-color: var(--search-normal-primary-hover-color, #c0c6cc); color: #333333; color: var(--search-normal-primary-btn-hover-text-color, #333333); } @@ -23126,7 +24836,8 @@ small { box-shadow: var(--search-normal-primary-shadow, none); } -.next-search-normal.next-primary.next-large .next-search-left, .next-search-normal.next-primary.next-large .next-search-btn { +.next-search-normal.next-primary.next-large .next-search-left, +.next-search-normal.next-primary.next-large .next-search-btn { border-width: 1px; border-width: var(--search-normal-primary-border-width, 1px); height: 36px; @@ -23142,8 +24853,8 @@ small { .next-search-normal.next-primary.next-large .next-search-input input { height: 34px; height: calc(var(--search-normal-primary-l-height, 36px) - var(--search-normal-primary-border-width, 1px) * 2); - line-height: 34px \0 ; - line-height: calc(var(--search-normal-primary-l-height, 36px) - var(--search-normal-primary-border-width, 1px) * 2) \0 ; + line-height: 34px \0; + line-height: calc(var(--search-normal-primary-l-height, 36px) - var(--search-normal-primary-border-width, 1px) * 2) \0; } .next-search-normal.next-primary.next-large .next-select { @@ -23176,7 +24887,8 @@ small { box-shadow: var(--search-normal-primary-shadow, none); } -.next-search-normal.next-primary.next-medium .next-search-left, .next-search-normal.next-primary.next-medium .next-search-btn { +.next-search-normal.next-primary.next-medium .next-search-left, +.next-search-normal.next-primary.next-medium .next-search-btn { border-width: 1px; border-width: var(--search-normal-primary-border-width, 1px); height: 32px; @@ -23192,8 +24904,8 @@ small { .next-search-normal.next-primary.next-medium .next-search-input input { height: 30px; height: calc(var(--search-normal-primary-m-height, 32px) - var(--search-normal-primary-border-width, 1px) * 2); - line-height: 30px \0 ; - line-height: calc(var(--search-normal-primary-m-height, 32px) - var(--search-normal-primary-border-width, 1px) * 2) \0 ; + line-height: 30px \0; + line-height: calc(var(--search-normal-primary-m-height, 32px) - var(--search-normal-primary-border-width, 1px) * 2) \0; } .next-search-normal.next-primary.next-medium .next-select { @@ -23227,35 +24939,35 @@ small { } .next-search-normal.next-secondary .next-search-left { - border-color: #C0C6CC; - border-color: var(--search-normal-secondary-color, #C0C6CC); + border-color: #c0c6cc; + border-color: var(--search-normal-secondary-color, #c0c6cc); } .next-search-normal.next-secondary .next-search-left .next-search-left-addon { - border-right: 1px solid #C0C6CC; - border-right: 1px solid var(--search-normal-secondary-split-color, #C0C6CC); + border-right: 1px solid #c0c6cc; + border-right: 1px solid var(--search-normal-secondary-split-color, #c0c6cc); } .next-search-normal.next-secondary:hover .next-search-left, .next-search-normal.next-secondary:hover .next-btn { - border-color: #C0C6CC; - border-color: var(--search-normal-secondary-hover-color, #C0C6CC); + border-color: #c0c6cc; + border-color: var(--search-normal-secondary-hover-color, #c0c6cc); } .next-search-normal.next-secondary .next-search-btn { - background: #C0C6CC; - background: var(--search-normal-secondary-btn-bg-color, #C0C6CC); - border-color: #C0C6CC; - border-color: var(--search-normal-secondary-btn-bg-color, #C0C6CC); + background: #c0c6cc; + background: var(--search-normal-secondary-btn-bg-color, #c0c6cc); + border-color: #c0c6cc; + border-color: var(--search-normal-secondary-btn-bg-color, #c0c6cc); color: #333333; color: var(--search-normal-secondary-btn-text-color, #333333); } .next-search-normal.next-secondary .next-search-btn:hover { - background: #C0C6CC; - background: var(--search-normal-secondary-btn-hover-bg-color, #C0C6CC); - border-color: #C0C6CC; - border-color: var(--search-normal-secondary-hover-color, #C0C6CC); + background: #c0c6cc; + background: var(--search-normal-secondary-btn-hover-bg-color, #c0c6cc); + border-color: #c0c6cc; + border-color: var(--search-normal-secondary-hover-color, #c0c6cc); color: #333333; color: var(--search-normal-secondary-btn-hover-text-color, #333333); } @@ -23277,7 +24989,8 @@ small { box-shadow: var(--search-normal-secondary-shadow, none); } -.next-search-normal.next-secondary.next-large .next-search-left, .next-search-normal.next-secondary.next-large .next-search-btn { +.next-search-normal.next-secondary.next-large .next-search-left, +.next-search-normal.next-secondary.next-large .next-search-btn { border-width: 1px; border-width: var(--search-normal-secondary-border-width, 1px); height: 36px; @@ -23293,8 +25006,11 @@ small { .next-search-normal.next-secondary.next-large .next-search-input input { height: 34px; height: calc(var(--search-normal-secondary-l-height, 36px) - var(--search-normal-secondary-border-width, 1px) * 2); - line-height: 34px \0 ; - line-height: calc(var(--search-normal-secondary-l-height, 36px) - var(--search-normal-secondary-border-width, 1px) * 2) \0 ; + line-height: 34px \0; + line-height: calc( + var(--search-normal-secondary-l-height, 36px) - var(--search-normal-secondary-border-width, 1px) * 2 + ) + \0; } .next-search-normal.next-secondary.next-large .next-select { @@ -23327,7 +25043,8 @@ small { box-shadow: var(--search-normal-secondary-shadow, none); } -.next-search-normal.next-secondary.next-medium .next-search-left, .next-search-normal.next-secondary.next-medium .next-search-btn { +.next-search-normal.next-secondary.next-medium .next-search-left, +.next-search-normal.next-secondary.next-medium .next-search-btn { border-width: 1px; border-width: var(--search-normal-secondary-border-width, 1px); height: 32px; @@ -23343,8 +25060,11 @@ small { .next-search-normal.next-secondary.next-medium .next-search-input input { height: 30px; height: calc(var(--search-normal-secondary-m-height, 32px) - var(--search-normal-secondary-border-width, 1px) * 2); - line-height: 30px \0 ; - line-height: calc(var(--search-normal-secondary-m-height, 32px) - var(--search-normal-secondary-border-width, 1px) * 2) \0 ; + line-height: 30px \0; + line-height: calc( + var(--search-normal-secondary-m-height, 32px) - var(--search-normal-secondary-border-width, 1px) * 2 + ) + \0; } .next-search-normal.next-secondary.next-medium .next-select { @@ -23378,35 +25098,35 @@ small { } .next-search-normal.next-normal .next-search-left { - border-color: #E3E4E6; - border-color: var(--search-normal-normal-color, #E3E4E6); + border-color: #e3e4e6; + border-color: var(--search-normal-normal-color, #e3e4e6); } .next-search-normal.next-normal .next-search-left .next-search-left-addon { - border-right: 1px solid #E3E4E6; - border-right: 1px solid var(--search-normal-normal-split-color, #E3E4E6); + border-right: 1px solid #e3e4e6; + border-right: 1px solid var(--search-normal-normal-split-color, #e3e4e6); } .next-search-normal.next-normal:hover .next-search-left, .next-search-normal.next-normal:hover .next-btn { - border-color: #D1D5D9; - border-color: var(--search-normal-normal-hover-color, #D1D5D9); + border-color: #d1d5d9; + border-color: var(--search-normal-normal-hover-color, #d1d5d9); } .next-search-normal.next-normal .next-search-btn { - background: #F8F8F9; - background: var(--search-normal-normal-btn-bg-color, #F8F8F9); - border-color: #E3E4E6; - border-color: var(--search-normal-normal-color, #E3E4E6); + background: #f8f8f9; + background: var(--search-normal-normal-btn-bg-color, #f8f8f9); + border-color: #e3e4e6; + border-color: var(--search-normal-normal-color, #e3e4e6); color: #333333; color: var(--search-normal-normal-btn-text-color, #333333); } .next-search-normal.next-normal .next-search-btn:hover { - background: #F8F8F9; - background: var(--search-normal-normal-btn-hover-bg-color, #F8F8F9); - border-color: #D1D5D9; - border-color: var(--search-normal-normal-hover-color, #D1D5D9); + background: #f8f8f9; + background: var(--search-normal-normal-btn-hover-bg-color, #f8f8f9); + border-color: #d1d5d9; + border-color: var(--search-normal-normal-hover-color, #d1d5d9); color: #333333; color: var(--search-normal-normal-btn-hover-text-color, #333333); } @@ -23428,7 +25148,8 @@ small { box-shadow: var(--search-normal-normal-shadow, none); } -.next-search-normal.next-normal.next-large .next-search-left, .next-search-normal.next-normal.next-large .next-search-btn { +.next-search-normal.next-normal.next-large .next-search-left, +.next-search-normal.next-normal.next-large .next-search-btn { border-width: 1px; border-width: var(--search-normal-normal-border-width, 1px); height: 36px; @@ -23444,8 +25165,8 @@ small { .next-search-normal.next-normal.next-large .next-search-input input { height: 34px; height: calc(var(--search-normal-normal-l-height, 36px) - var(--search-normal-normal-border-width, 1px) * 2); - line-height: 34px \0 ; - line-height: calc(var(--search-normal-normal-l-height, 36px) - var(--search-normal-normal-border-width, 1px) * 2) \0 ; + line-height: 34px \0; + line-height: calc(var(--search-normal-normal-l-height, 36px) - var(--search-normal-normal-border-width, 1px) * 2) \0; } .next-search-normal.next-normal.next-large .next-select { @@ -23478,7 +25199,8 @@ small { box-shadow: var(--search-normal-normal-shadow, none); } -.next-search-normal.next-normal.next-medium .next-search-left, .next-search-normal.next-normal.next-medium .next-search-btn { +.next-search-normal.next-normal.next-medium .next-search-left, +.next-search-normal.next-normal.next-medium .next-search-btn { border-width: 1px; border-width: var(--search-normal-normal-border-width, 1px); height: 32px; @@ -23494,8 +25216,8 @@ small { .next-search-normal.next-normal.next-medium .next-search-input input { height: 30px; height: calc(var(--search-normal-normal-m-height, 32px) - var(--search-normal-normal-border-width, 1px) * 2); - line-height: 30px \0 ; - line-height: calc(var(--search-normal-normal-m-height, 32px) - var(--search-normal-normal-border-width, 1px) * 2) \0 ; + line-height: 30px \0; + line-height: calc(var(--search-normal-normal-m-height, 32px) - var(--search-normal-normal-border-width, 1px) * 2) \0; } .next-search-normal.next-normal.next-medium .next-select { @@ -23529,53 +25251,53 @@ small { } .next-search-normal.next-dark .next-search-left { - border-color: #0064C8; - border-color: var(--search-normal-dark-color, #0064C8); + border-color: #0064c8; + border-color: var(--search-normal-dark-color, #0064c8); } .next-search-normal.next-dark .next-search-left .next-search-left-addon { - border-right: 1px solid #0064C8; - border-right: 1px solid var(--search-normal-dark-color, #0064C8); + border-right: 1px solid #0064c8; + border-right: 1px solid var(--search-normal-dark-color, #0064c8); } .next-search-normal.next-dark:hover .next-search-left, .next-search-normal.next-dark:hover .next-btn { - border-color: #0050A0; - border-color: var(--search-normal-dark-hover-color, #0050A0); + border-color: #0050a0; + border-color: var(--search-normal-dark-hover-color, #0050a0); } .next-search-normal.next-dark .next-search-btn { - background: #0064C8; - background: var(--search-normal-dark-color, #0064C8); - border-color: #0064C8; - border-color: var(--search-normal-dark-color, #0064C8); - color: #FFFFFF; - color: var(--search-normal-dark-btn-text-color, #FFFFFF); + background: #0064c8; + background: var(--search-normal-dark-color, #0064c8); + border-color: #0064c8; + border-color: var(--search-normal-dark-color, #0064c8); + color: #ffffff; + color: var(--search-normal-dark-btn-text-color, #ffffff); } .next-search-normal.next-dark .next-search-btn:hover { - background: #0050A0; - background: var(--search-normal-dark-btn-hover-bg-color, #0050A0); - border-color: #0050A0; - border-color: var(--search-normal-dark-hover-color, #0050A0); - color: #FFFFFF; - color: var(--search-normal-dark-btn-hover-text-color, #FFFFFF); + background: #0050a0; + background: var(--search-normal-dark-btn-hover-bg-color, #0050a0); + border-color: #0050a0; + border-color: var(--search-normal-dark-hover-color, #0050a0); + color: #ffffff; + color: var(--search-normal-dark-btn-hover-text-color, #ffffff); } .next-search-normal.next-dark .next-search-btn .next-icon { - color: #FFFFFF; - color: var(--search-normal-dark-btn-text-color, #FFFFFF); + color: #ffffff; + color: var(--search-normal-dark-btn-text-color, #ffffff); } .next-search-normal.next-dark .next-search-btn .next-icon:hover { - color: #FFFFFF; - color: var(--search-normal-dark-btn-hover-text-color, #FFFFFF); + color: #ffffff; + color: var(--search-normal-dark-btn-hover-text-color, #ffffff); } .next-search-normal.next-dark .next-select-inner, .next-search-normal.next-dark input { - color: #FFFFFF; - color: var(--search-normal-dark-text-color, #FFFFFF); + color: #ffffff; + color: var(--search-normal-dark-text-color, #ffffff); } .next-search-normal.next-dark .next-input { @@ -23593,7 +25315,8 @@ small { box-shadow: var(--search-normal-dark-shadow, none); } -.next-search-normal.next-dark.next-large .next-search-left, .next-search-normal.next-dark.next-large .next-search-btn { +.next-search-normal.next-dark.next-large .next-search-left, +.next-search-normal.next-dark.next-large .next-search-btn { border-width: 1px; border-width: var(--search-normal-dark-border-width, 1px); height: 36px; @@ -23609,8 +25332,8 @@ small { .next-search-normal.next-dark.next-large .next-search-input input { height: 34px; height: calc(var(--search-normal-dark-l-height, 36px) - var(--search-normal-dark-border-width, 1px) * 2); - line-height: 34px \0 ; - line-height: calc(var(--search-normal-dark-l-height, 36px) - var(--search-normal-dark-border-width, 1px) * 2) \0 ; + line-height: 34px \0; + line-height: calc(var(--search-normal-dark-l-height, 36px) - var(--search-normal-dark-border-width, 1px) * 2) \0; } .next-search-normal.next-dark.next-large .next-select { @@ -23643,7 +25366,8 @@ small { box-shadow: var(--search-normal-dark-shadow, none); } -.next-search-normal.next-dark.next-medium .next-search-left, .next-search-normal.next-dark.next-medium .next-search-btn { +.next-search-normal.next-dark.next-medium .next-search-left, +.next-search-normal.next-dark.next-medium .next-search-btn { border-width: 1px; border-width: var(--search-normal-dark-border-width, 1px); height: 32px; @@ -23659,8 +25383,8 @@ small { .next-search-normal.next-dark.next-medium .next-search-input input { height: 30px; height: calc(var(--search-normal-dark-m-height, 32px) - var(--search-normal-dark-border-width, 1px) * 2); - line-height: 30px \0 ; - line-height: calc(var(--search-normal-dark-m-height, 32px) - var(--search-normal-dark-border-width, 1px) * 2) \0 ; + line-height: 30px \0; + line-height: calc(var(--search-normal-dark-m-height, 32px) - var(--search-normal-dark-border-width, 1px) * 2) \0; } .next-search-normal.next-dark.next-medium .next-select { @@ -23686,7 +25410,7 @@ small { padding-left: var(--search-normal-dark-btn-text-padding-left, 0px); } -.next-search-normal:not([dir=rtl]) .next-search-left { +.next-search-normal:not([dir="rtl"]) .next-search-left { border-right: none; } @@ -23706,7 +25430,8 @@ small { transition: all 100ms linear; } -.next-search-simple .next-search-left, .next-search-simple .next-input { +.next-search-simple .next-search-left, +.next-search-simple .next-input { border-radius: 2px; border-radius: var(--search-simple-corner, 2px); } @@ -23720,18 +25445,18 @@ small { } .next-search-simple.next-normal .next-search-left { - border-color: #E3E4E6; - border-color: var(--search-simple-normal-color, #E3E4E6); + border-color: #e3e4e6; + border-color: var(--search-simple-normal-color, #e3e4e6); } .next-search-simple.next-normal .next-search-left .next-search-left-addon { - border-right: 1px solid #E3E4E6; - border-right: 1px solid var(--search-simple-normal-split-color, #E3E4E6); + border-right: 1px solid #e3e4e6; + border-right: 1px solid var(--search-simple-normal-split-color, #e3e4e6); } .next-search-simple.next-normal:hover .next-search-left { - border-color: #D1D5D9; - border-color: var(--search-simple-normal-hover-color, #D1D5D9); + border-color: #d1d5d9; + border-color: var(--search-simple-normal-hover-color, #d1d5d9); } .next-search-simple.next-normal .next-search-icon { @@ -23790,8 +25515,8 @@ small { .next-search-simple.next-dark .next-select-inner, .next-search-simple.next-dark input { - color: #FFFFFF; - color: var(--search-simple-dark-text-color, #FFFFFF); + color: #ffffff; + color: var(--search-simple-dark-text-color, #ffffff); } .next-search-simple.next-dark .next-input { @@ -23898,7 +25623,7 @@ small { transition: all 100ms linear; } -.next-slick[dir=rtl] .next-slick-slide { +.next-slick[dir="rtl"] .next-slick-slide { float: right; } @@ -23917,8 +25642,8 @@ small { } .next-slick-arrow.inner { - color: #FFFFFF; - color: var(--slick-arrow-icon-color-normal, #FFFFFF); + color: #ffffff; + color: var(--slick-arrow-icon-color-normal, #ffffff); background: #000000; background: var(--slick-arrow-bg-color-normal, #000000); opacity: 0.2; @@ -23927,9 +25652,10 @@ small { border: none; } -.next-slick-arrow.inner:focus, .next-slick-arrow.inner:hover { - color: #FFFFFF; - color: var(--slick-arrow-icon-color-hover, #FFFFFF); +.next-slick-arrow.inner:focus, +.next-slick-arrow.inner:hover { + color: #ffffff; + color: var(--slick-arrow-icon-color-hover, #ffffff); background: #000000; background: var(--slick-arrow-bg-color-hover, #000000); opacity: 0.4; @@ -23937,8 +25663,8 @@ small { } .next-slick-arrow.inner.disabled { - color: #C1C1C1; - color: var(--slick-arrow-icon-color-disabled, #C1C1C1); + color: #c1c1c1; + color: var(--slick-arrow-icon-color-disabled, #c1c1c1); background: #000000; background: var(--slick-arrow-bg-color-disabled, #000000); opacity: 0.05; @@ -23958,7 +25684,8 @@ small { border-radius: var(--slick-arrow-corner-radius-outer, 0px); } -.next-slick-arrow.outer:focus, .next-slick-arrow.outer:hover { +.next-slick-arrow.outer:focus, +.next-slick-arrow.outer:hover { color: #111111; color: var(--slick-arrow-icon-color-hover-outer, #111111); background: transparent; @@ -23968,8 +25695,8 @@ small { } .next-slick-arrow.outer.disabled { - color: #C1C1C1; - color: var(--slick-arrow-icon-color-disabled-outer, #C1C1C1); + color: #c1c1c1; + color: var(--slick-arrow-icon-color-disabled-outer, #c1c1c1); background: transparent; background: var(--slick-arrow-bg-color-disabled-outer, transparent); opacity: 0.32; @@ -24283,7 +26010,9 @@ small { -webkit-transition: -webkit-transform 100ms linear; transition: -webkit-transform 100ms linear; transition: transform 100ms linear; - transition: transform 100ms linear, -webkit-transform 100ms linear; + transition: + transform 100ms linear, + -webkit-transform 100ms linear; } .next-split-btn-trigger.next-expand .next-split-btn-symbol-fold { @@ -24324,7 +26053,9 @@ small { box-sizing: border-box; } -.next-step, .next-step:before, .next-step:after { +.next-step, +.next-step:before, +.next-step:after { -webkit-box-sizing: border-box; box-sizing: border-box; } @@ -24440,8 +26171,8 @@ small { } .next-step-arrow > .next-step-item-wait { - background: #F7F9FA; - background: var(--step-arrow-item-wait-background, #F7F9FA); + background: #f7f9fa; + background: var(--step-arrow-item-wait-background, #f7f9fa); } .next-step-arrow > .next-step-item-wait .next-step-item-tail-overlay { @@ -24449,8 +26180,8 @@ small { } .next-step-arrow > .next-step-item-wait .next-step-item-tail-underlay { - background: #C1C1C1; - background: var(--color-text1-1, #C1C1C1); + background: #c1c1c1; + background: var(--color-text1-1, #c1c1c1); } .next-step-arrow > .next-step-item-wait > .next-step-item-container .next-step-item-progress { @@ -24463,14 +26194,14 @@ small { } .next-step-arrow > .next-step-item-wait > .next-step-item-container .next-step-item-node-circle { - background: #F7F9FA; - background: var(--step-arrow-item-wait-background, #F7F9FA); + background: #f7f9fa; + background: var(--step-arrow-item-wait-background, #f7f9fa); border-color: #000000; } .next-step-arrow > .next-step-item-wait > .next-step-item-container .next-step-item-node-dot { - background: #F7F9FA; - background: var(--step-arrow-item-wait-background, #F7F9FA); + background: #f7f9fa; + background: var(--step-arrow-item-wait-background, #f7f9fa); border-color: #000000; } @@ -24533,19 +26264,19 @@ small { } .next-step-arrow > .next-step-item-wait:before { - border: 16px solid #F7F9FA; - border: calc(var(--step-arrow-item-height, 32px) / 2) solid var(--step-arrow-item-wait-background, #F7F9FA); + border: 16px solid #f7f9fa; + border: calc(var(--step-arrow-item-height, 32px) / 2) solid var(--step-arrow-item-wait-background, #f7f9fa); border-left-color: transparent; } .next-step-arrow > .next-step-item-wait:after { - border-left-color: #F7F9FA; - border-left-color: var(--step-arrow-item-wait-background, #F7F9FA); + border-left-color: #f7f9fa; + border-left-color: var(--step-arrow-item-wait-background, #f7f9fa); } .next-step-arrow > .next-step-item-process { - background: #0064C8; - background: var(--step-arrow-item-process-background, #0064C8); + background: #0064c8; + background: var(--step-arrow-item-process-background, #0064c8); } .next-step-arrow > .next-step-item-process .next-step-item-tail-overlay { @@ -24553,8 +26284,8 @@ small { } .next-step-arrow > .next-step-item-process .next-step-item-tail-underlay { - background: #C1C1C1; - background: var(--color-text1-1, #C1C1C1); + background: #c1c1c1; + background: var(--color-text1-1, #c1c1c1); } .next-step-arrow > .next-step-item-process > .next-step-item-container .next-step-item-progress { @@ -24567,26 +26298,26 @@ small { } .next-step-arrow > .next-step-item-process > .next-step-item-container .next-step-item-node-circle { - background: #0064C8; - background: var(--step-arrow-item-process-background, #0064C8); + background: #0064c8; + background: var(--step-arrow-item-process-background, #0064c8); border-color: #000000; } .next-step-arrow > .next-step-item-process > .next-step-item-container .next-step-item-node-dot { - background: #0064C8; - background: var(--step-arrow-item-process-background, #0064C8); + background: #0064c8; + background: var(--step-arrow-item-process-background, #0064c8); border-color: #000000; } .next-step-arrow > .next-step-item-process .next-step-item-title { - color: #FFFFFF; - color: var(--step-arrow-item-title-process-color, #FFFFFF); + color: #ffffff; + color: var(--step-arrow-item-title-process-color, #ffffff); word-break: break-word; } .next-step-arrow > .next-step-item-process .next-step-item-content { - color: #FFFFFF; - color: var(--step-arrow-item-title-process-color, #FFFFFF); + color: #ffffff; + color: var(--step-arrow-item-title-process-color, #ffffff); font-size: 12px; font-size: var(--step-circle-item-content-font-size, 12px); word-break: break-word; @@ -24637,19 +26368,19 @@ small { } .next-step-arrow > .next-step-item-process:before { - border: 16px solid #0064C8; - border: calc(var(--step-arrow-item-height, 32px) / 2) solid var(--step-arrow-item-process-background, #0064C8); + border: 16px solid #0064c8; + border: calc(var(--step-arrow-item-height, 32px) / 2) solid var(--step-arrow-item-process-background, #0064c8); border-left-color: transparent; } .next-step-arrow > .next-step-item-process:after { - border-left-color: #0064C8; - border-left-color: var(--step-arrow-item-process-background, #0064C8); + border-left-color: #0064c8; + border-left-color: var(--step-arrow-item-process-background, #0064c8); } .next-step-arrow > .next-step-item-finish { - background: #0064C8; - background: var(--step-arrow-item-finish-background, #0064C8); + background: #0064c8; + background: var(--step-arrow-item-finish-background, #0064c8); } .next-step-arrow > .next-step-item-finish .next-step-item-tail-overlay { @@ -24657,8 +26388,8 @@ small { } .next-step-arrow > .next-step-item-finish .next-step-item-tail-underlay { - background: #C1C1C1; - background: var(--color-text1-1, #C1C1C1); + background: #c1c1c1; + background: var(--color-text1-1, #c1c1c1); } .next-step-arrow > .next-step-item-finish > .next-step-item-container .next-step-item-progress { @@ -24671,26 +26402,26 @@ small { } .next-step-arrow > .next-step-item-finish > .next-step-item-container .next-step-item-node-circle { - background: #0064C8; - background: var(--step-arrow-item-finish-background, #0064C8); + background: #0064c8; + background: var(--step-arrow-item-finish-background, #0064c8); border-color: #000000; } .next-step-arrow > .next-step-item-finish > .next-step-item-container .next-step-item-node-dot { - background: #0064C8; - background: var(--step-arrow-item-finish-background, #0064C8); + background: #0064c8; + background: var(--step-arrow-item-finish-background, #0064c8); border-color: #000000; } .next-step-arrow > .next-step-item-finish .next-step-item-title { - color: #FFFFFF; - color: var(--step-arrow-item-title-finish-color, #FFFFFF); + color: #ffffff; + color: var(--step-arrow-item-title-finish-color, #ffffff); word-break: break-word; } .next-step-arrow > .next-step-item-finish .next-step-item-content { - color: #FFFFFF; - color: var(--step-arrow-item-title-finish-color, #FFFFFF); + color: #ffffff; + color: var(--step-arrow-item-title-finish-color, #ffffff); font-size: 12px; font-size: var(--step-circle-item-content-font-size, 12px); word-break: break-word; @@ -24741,20 +26472,20 @@ small { } .next-step-arrow > .next-step-item-finish:before { - border: 16px solid #0064C8; - border: calc(var(--step-arrow-item-height, 32px) / 2) solid var(--step-arrow-item-finish-background, #0064C8); + border: 16px solid #0064c8; + border: calc(var(--step-arrow-item-height, 32px) / 2) solid var(--step-arrow-item-finish-background, #0064c8); border-left-color: transparent; } .next-step-arrow > .next-step-item-finish:after { - border-left-color: #0064C8; - border-left-color: var(--step-arrow-item-finish-background, #0064C8); + border-left-color: #0064c8; + border-left-color: var(--step-arrow-item-finish-background, #0064c8); } .next-step-arrow .next-step-item-disabled { cursor: not-allowed; - background: #F8F8F9; - background: var(--step-arrow-item-disabled-background, #F8F8F9); + background: #f8f8f9; + background: var(--step-arrow-item-disabled-background, #f8f8f9); } .next-step-arrow .next-step-item-disabled .next-step-item-tail-overlay { @@ -24762,8 +26493,8 @@ small { } .next-step-arrow .next-step-item-disabled .next-step-item-tail-underlay { - background: #C1C1C1; - background: var(--color-text1-1, #C1C1C1); + background: #c1c1c1; + background: var(--color-text1-1, #c1c1c1); } .next-step-arrow .next-step-item-disabled > .next-step-item-container .next-step-item-progress { @@ -24776,26 +26507,26 @@ small { } .next-step-arrow .next-step-item-disabled > .next-step-item-container .next-step-item-node-circle { - background: #F8F8F9; - background: var(--step-arrow-item-disabled-background, #F8F8F9); + background: #f8f8f9; + background: var(--step-arrow-item-disabled-background, #f8f8f9); border-color: #000000; } .next-step-arrow .next-step-item-disabled > .next-step-item-container .next-step-item-node-dot { - background: #F8F8F9; - background: var(--step-arrow-item-disabled-background, #F8F8F9); + background: #f8f8f9; + background: var(--step-arrow-item-disabled-background, #f8f8f9); border-color: #000000; } .next-step-arrow .next-step-item-disabled .next-step-item-title { - color: #C1C1C1; - color: var(--step-arrow-item-title-disabled-color, #C1C1C1); + color: #c1c1c1; + color: var(--step-arrow-item-title-disabled-color, #c1c1c1); word-break: break-word; } .next-step-arrow .next-step-item-disabled .next-step-item-content { - color: #C1C1C1; - color: var(--step-arrow-item-title-disabled-color, #C1C1C1); + color: #c1c1c1; + color: var(--step-arrow-item-title-disabled-color, #c1c1c1); font-size: 12px; font-size: var(--step-circle-item-content-font-size, 12px); word-break: break-word; @@ -24846,14 +26577,14 @@ small { } .next-step-arrow .next-step-item-disabled:before { - border: 16px solid #F8F8F9; - border: calc(var(--step-arrow-item-height, 32px) / 2) solid var(--step-arrow-item-disabled-background, #F8F8F9); + border: 16px solid #f8f8f9; + border: calc(var(--step-arrow-item-height, 32px) / 2) solid var(--step-arrow-item-disabled-background, #f8f8f9); border-left-color: transparent; } .next-step-arrow .next-step-item-disabled:after { - border-left-color: #F8F8F9; - border-left-color: var(--step-arrow-item-disabled-background, #F8F8F9); + border-left-color: #f8f8f9; + border-left-color: var(--step-arrow-item-disabled-background, #f8f8f9); } .next-step-arrow .next-step-item-disabled .next-step-item-container { @@ -24895,22 +26626,22 @@ small { } .next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-text { - color: #0064C8; - color: var(--step-circle-item-node-process-percent-color, #0064C8); + color: #0064c8; + color: var(--step-circle-item-node-process-percent-color, #0064c8); font-size: 12px; font-size: var(--step-circle-item-node-process-percent-size, 12px); } .next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-underlay { - stroke: #C0C6CC; - stroke: var(--step-circle-item-node-wait-border-color, #C0C6CC); + stroke: #c0c6cc; + stroke: var(--step-circle-item-node-wait-border-color, #c0c6cc); stroke-width: 3px; stroke-width: calc(var(--step-circle-item-node-border-width, 1px) * 3); } .next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-overlay-normal { - stroke: #0064C8; - stroke: var(--step-circle-item-node-finish-border-color, #0064C8); + stroke: #0064c8; + stroke: var(--step-circle-item-node-finish-border-color, #0064c8); stroke-width: 3px; stroke-width: calc(var(--step-circle-item-node-border-width, 1px) * 3); } @@ -24920,13 +26651,13 @@ small { } .next-step-circle > .next-step-item-wait .next-step-item-tail-overlay { - background: #C0C6CC; - background: var(--step-circle-item-tail-wait-color, #C0C6CC); + background: #c0c6cc; + background: var(--step-circle-item-tail-wait-color, #c0c6cc); } .next-step-circle > .next-step-item-wait .next-step-item-tail-underlay { - background: #FFFFFF; - background: var(--step-circle-item-tail-bg-color, #FFFFFF); + background: #ffffff; + background: var(--step-circle-item-tail-bg-color, #ffffff); } .next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-progress { @@ -24942,17 +26673,17 @@ small { } .next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-node-circle { - background: #FFFFFF; - background: var(--step-circle-item-node-wait-background, #FFFFFF); - border-color: #C0C6CC; - border-color: var(--step-circle-item-node-wait-border-color, #C0C6CC); + background: #ffffff; + background: var(--step-circle-item-node-wait-background, #ffffff); + border-color: #c0c6cc; + border-color: var(--step-circle-item-node-wait-border-color, #c0c6cc); } .next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-node-dot { - background: #FFFFFF; - background: var(--step-circle-item-node-wait-background, #FFFFFF); - border-color: #C0C6CC; - border-color: var(--step-circle-item-node-wait-border-color, #C0C6CC); + background: #ffffff; + background: var(--step-circle-item-node-wait-background, #ffffff); + border-color: #c0c6cc; + border-color: var(--step-circle-item-node-wait-border-color, #c0c6cc); } .next-step-circle > .next-step-item-wait .next-step-item-title { @@ -24995,7 +26726,9 @@ small { font-weight: normal; font-weight: var(--font-weight-2, normal); line-height: 26px; - line-height: calc(var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-border-width, 1px) * 2); + line-height: calc( + var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-border-width, 1px) * 2 + ); text-align: center; border: 1px solid; border: var(--step-circle-item-node-border-width, 1px) solid; @@ -25018,13 +26751,13 @@ small { } .next-step-circle > .next-step-item-process .next-step-item-tail-overlay { - background: #C0C6CC; - background: var(--step-circle-item-tail-process-color, #C0C6CC); + background: #c0c6cc; + background: var(--step-circle-item-tail-process-color, #c0c6cc); } .next-step-circle > .next-step-item-process .next-step-item-tail-underlay { - background: #FFFFFF; - background: var(--step-circle-item-tail-bg-color, #FFFFFF); + background: #ffffff; + background: var(--step-circle-item-tail-bg-color, #ffffff); } .next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-progress { @@ -25035,22 +26768,22 @@ small { } .next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-node { - color: #FFFFFF; - color: var(--step-circle-item-node-process-color, #FFFFFF); + color: #ffffff; + color: var(--step-circle-item-node-process-color, #ffffff); } .next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-node-circle { - background: #0064C8; - background: var(--step-circle-item-node-process-background, #0064C8); - border-color: #0064C8; - border-color: var(--step-circle-item-node-process-border-color, #0064C8); + background: #0064c8; + background: var(--step-circle-item-node-process-background, #0064c8); + border-color: #0064c8; + border-color: var(--step-circle-item-node-process-border-color, #0064c8); } .next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-node-dot { - background: #0064C8; - background: var(--step-circle-item-node-process-background, #0064C8); - border-color: #0064C8; - border-color: var(--step-circle-item-node-process-border-color, #0064C8); + background: #0064c8; + background: var(--step-circle-item-node-process-background, #0064c8); + border-color: #0064c8; + border-color: var(--step-circle-item-node-process-border-color, #0064c8); } .next-step-circle > .next-step-item-process .next-step-item-title { @@ -25093,7 +26826,9 @@ small { font-weight: normal; font-weight: var(--font-weight-2, normal); line-height: 26px; - line-height: calc(var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-border-width, 1px) * 2); + line-height: calc( + var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-border-width, 1px) * 2 + ); text-align: center; border: 1px solid; border: var(--step-circle-item-node-border-width, 1px) solid; @@ -25116,13 +26851,13 @@ small { } .next-step-circle > .next-step-item-finish .next-step-item-tail-overlay { - background: #0064C8; - background: var(--step-circle-item-tail-finish-color, #0064C8); + background: #0064c8; + background: var(--step-circle-item-tail-finish-color, #0064c8); } .next-step-circle > .next-step-item-finish .next-step-item-tail-underlay { - background: #FFFFFF; - background: var(--step-circle-item-tail-bg-color, #FFFFFF); + background: #ffffff; + background: var(--step-circle-item-tail-bg-color, #ffffff); } .next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-progress { @@ -25133,22 +26868,22 @@ small { } .next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-node { - color: #0064C8; - color: var(--step-circle-item-node-finish-color, #0064C8); + color: #0064c8; + color: var(--step-circle-item-node-finish-color, #0064c8); } .next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-node-circle { - background: #FFFFFF; - background: var(--step-circle-item-node-finish-background, #FFFFFF); - border-color: #0064C8; - border-color: var(--step-circle-item-node-finish-border-color, #0064C8); + background: #ffffff; + background: var(--step-circle-item-node-finish-background, #ffffff); + border-color: #0064c8; + border-color: var(--step-circle-item-node-finish-border-color, #0064c8); } .next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-node-dot { - background: #FFFFFF; - background: var(--step-circle-item-node-finish-background, #FFFFFF); - border-color: #0064C8; - border-color: var(--step-circle-item-node-finish-border-color, #0064C8); + background: #ffffff; + background: var(--step-circle-item-node-finish-background, #ffffff); + border-color: #0064c8; + border-color: var(--step-circle-item-node-finish-border-color, #0064c8); } .next-step-circle > .next-step-item-finish .next-step-item-title { @@ -25191,7 +26926,9 @@ small { font-weight: normal; font-weight: var(--font-weight-2, normal); line-height: 26px; - line-height: calc(var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-border-width, 1px) * 2); + line-height: calc( + var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-border-width, 1px) * 2 + ); text-align: center; border: 1px solid; border: var(--step-circle-item-node-border-width, 1px) solid; @@ -25214,13 +26951,13 @@ small { } .next-step-circle .next-step-item-disabled .next-step-item-tail-overlay { - background: #E3E4E6; - background: var(--step-circle-item-tail-disabled-color, #E3E4E6); + background: #e3e4e6; + background: var(--step-circle-item-tail-disabled-color, #e3e4e6); } .next-step-circle .next-step-item-disabled .next-step-item-tail-underlay { - background: #FFFFFF; - background: var(--step-circle-item-tail-bg-color, #FFFFFF); + background: #ffffff; + background: var(--step-circle-item-tail-bg-color, #ffffff); } .next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-progress { @@ -25236,17 +26973,17 @@ small { } .next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-node-circle { - background: #FFFFFF; - background: var(--step-circle-item-node-disabled-background, #FFFFFF); - border-color: #E3E4E6; - border-color: var(--step-circle-item-node-disabled-border-color, #E3E4E6); + background: #ffffff; + background: var(--step-circle-item-node-disabled-background, #ffffff); + border-color: #e3e4e6; + border-color: var(--step-circle-item-node-disabled-border-color, #e3e4e6); } .next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-node-dot { - background: #FFFFFF; - background: var(--step-circle-item-node-disabled-background, #FFFFFF); - border-color: #E3E4E6; - border-color: var(--step-circle-item-node-disabled-border-color, #E3E4E6); + background: #ffffff; + background: var(--step-circle-item-node-disabled-background, #ffffff); + border-color: #e3e4e6; + border-color: var(--step-circle-item-node-disabled-border-color, #e3e4e6); } .next-step-circle .next-step-item-disabled .next-step-item-title { @@ -25289,7 +27026,9 @@ small { font-weight: normal; font-weight: var(--font-weight-2, normal); line-height: 26px; - line-height: calc(var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-border-width, 1px) * 2); + line-height: calc( + var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-border-width, 1px) * 2 + ); text-align: center; border: 1px solid; border: var(--step-circle-item-node-border-width, 1px) solid; @@ -25367,7 +27106,10 @@ small { width: 96px; width: var(--step-circle-item-body-width, 96px); left: -22px; - left: calc(0px - var(--step-circle-item-body-width, 96px) / 2 + var(--step-circle-item-node-process-size, 28px) / 2 + var(--step-circle-item-node-padding, 12px) * 2 / 2); + left: calc( + 0px - var(--step-circle-item-body-width, 96px) / 2 + var(--step-circle-item-node-process-size, 28px) / 2 + + var(--step-circle-item-node-padding, 12px) * 2 / 2 + ); text-align: center; position: absolute; } @@ -25417,7 +27159,10 @@ small { width: 96px; width: var(--step-circle-item-body-width, 96px); left: -22px; - left: calc(0px - var(--step-circle-item-body-width, 96px) / 2 + var(--step-circle-item-node-process-size, 28px) / 2 + var(--step-circle-item-node-padding, 12px) * 2 / 2); + left: calc( + 0px - var(--step-circle-item-body-width, 96px) / 2 + var(--step-circle-item-node-process-size, 28px) / 2 + + var(--step-circle-item-node-padding, 12px) * 2 / 2 + ); text-align: center; position: absolute; } @@ -25467,7 +27212,10 @@ small { width: 96px; width: var(--step-circle-item-body-width, 96px); left: -22px; - left: calc(0px - var(--step-circle-item-body-width, 96px) / 2 + var(--step-circle-item-node-process-size, 28px) / 2 + var(--step-circle-item-node-padding, 12px) * 2 / 2); + left: calc( + 0px - var(--step-circle-item-body-width, 96px) / 2 + var(--step-circle-item-node-process-size, 28px) / 2 + + var(--step-circle-item-node-padding, 12px) * 2 / 2 + ); text-align: center; position: absolute; } @@ -25517,7 +27265,10 @@ small { width: 96px; width: var(--step-circle-item-body-width, 96px); left: -22px; - left: calc(0px - var(--step-circle-item-body-width, 96px) / 2 + var(--step-circle-item-node-process-size, 28px) / 2 + var(--step-circle-item-node-padding, 12px) * 2 / 2); + left: calc( + 0px - var(--step-circle-item-body-width, 96px) / 2 + var(--step-circle-item-node-process-size, 28px) / 2 + + var(--step-circle-item-node-padding, 12px) * 2 / 2 + ); text-align: center; position: absolute; } @@ -25542,7 +27293,10 @@ small { vertical-align: unset; } -.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item:last-child .next-step-item-tail { +.next-step-circle.next-step-horizontal.next-step-label-horizontal + > .next-step-item-wait + .next-step-item:last-child + .next-step-item-tail { display: none; } @@ -25558,7 +27312,10 @@ small { text-align: left; } -.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-body .next-step-item-title { +.next-step-circle.next-step-horizontal.next-step-label-horizontal + > .next-step-item-wait + .next-step-item-body + .next-step-item-title { display: inline-block; padding-right: 12px; padding-right: var(--step-circle-item-node-padding, 12px); @@ -25568,14 +27325,20 @@ small { .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-tail { width: calc(100% - 28px - 24px - 96px); - width: calc(100% - var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-padding, 12px) * 2 - var(--step-circle-item-body-width, 96px)); + width: calc( + 100% - var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-padding, 12px) * 2 - + var(--step-circle-item-body-width, 96px) + ); position: absolute; right: 0; margin-top: -1px; margin-top: calc(0px - var(--step-circle-vertical-item-tail-size, 1px)); } -.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item:last-child .next-step-item-tail { +.next-step-circle.next-step-horizontal.next-step-label-horizontal + > .next-step-item-process + .next-step-item:last-child + .next-step-item-tail { display: none; } @@ -25591,7 +27354,10 @@ small { text-align: left; } -.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-body .next-step-item-title { +.next-step-circle.next-step-horizontal.next-step-label-horizontal + > .next-step-item-process + .next-step-item-body + .next-step-item-title { display: inline-block; padding-right: 12px; padding-right: var(--step-circle-item-node-padding, 12px); @@ -25601,14 +27367,20 @@ small { .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-tail { width: calc(100% - 28px - 24px - 96px); - width: calc(100% - var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-padding, 12px) * 2 - var(--step-circle-item-body-width, 96px)); + width: calc( + 100% - var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-padding, 12px) * 2 - + var(--step-circle-item-body-width, 96px) + ); position: absolute; right: 0; margin-top: -1px; margin-top: calc(0px - var(--step-circle-vertical-item-tail-size, 1px)); } -.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item:last-child .next-step-item-tail { +.next-step-circle.next-step-horizontal.next-step-label-horizontal + > .next-step-item-finish + .next-step-item:last-child + .next-step-item-tail { display: none; } @@ -25624,7 +27396,10 @@ small { text-align: left; } -.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-body .next-step-item-title { +.next-step-circle.next-step-horizontal.next-step-label-horizontal + > .next-step-item-finish + .next-step-item-body + .next-step-item-title { display: inline-block; padding-right: 12px; padding-right: var(--step-circle-item-node-padding, 12px); @@ -25634,14 +27409,20 @@ small { .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-tail { width: calc(100% - 28px - 24px - 96px); - width: calc(100% - var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-padding, 12px) * 2 - var(--step-circle-item-body-width, 96px)); + width: calc( + 100% - var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-padding, 12px) * 2 - + var(--step-circle-item-body-width, 96px) + ); position: absolute; right: 0; margin-top: -1px; margin-top: calc(0px - var(--step-circle-vertical-item-tail-size, 1px)); } -.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item:last-child .next-step-item-tail { +.next-step-circle.next-step-horizontal.next-step-label-horizontal + > .next-step-item-disabled + .next-step-item:last-child + .next-step-item-tail { display: none; } @@ -25657,7 +27438,10 @@ small { text-align: left; } -.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-body .next-step-item-title { +.next-step-circle.next-step-horizontal.next-step-label-horizontal + > .next-step-item-disabled + .next-step-item-body + .next-step-item-title { display: inline-block; padding-right: 12px; padding-right: var(--step-circle-item-node-padding, 12px); @@ -25667,7 +27451,10 @@ small { .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-tail { width: calc(100% - 28px - 24px - 96px); - width: calc(100% - var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-padding, 12px) * 2 - var(--step-circle-item-body-width, 96px)); + width: calc( + 100% - var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-padding, 12px) * 2 - + var(--step-circle-item-body-width, 96px) + ); position: absolute; right: 0; margin-top: -1px; @@ -25728,7 +27515,8 @@ small { text-align: left; font-weight: 600; font-weight: var(--step-circle-item-title-weight, 600); - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", + "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; font-size: var(--font-size-body-1, 12px); line-height: 1.28571; @@ -25783,7 +27571,8 @@ small { text-align: left; font-weight: 600; font-weight: var(--step-circle-item-title-weight, 600); - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", + "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; font-size: var(--font-size-body-1, 12px); line-height: 1.28571; @@ -25838,7 +27627,8 @@ small { text-align: left; font-weight: 600; font-weight: var(--step-circle-item-title-weight, 600); - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", + "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; font-size: var(--font-size-body-1, 12px); line-height: 1.28571; @@ -25893,7 +27683,8 @@ small { text-align: left; font-weight: 600; font-weight: var(--step-circle-item-title-weight, 600); - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", + "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; font-size: var(--font-size-body-1, 12px); line-height: 1.28571; @@ -25939,13 +27730,13 @@ small { } .next-step-dot > .next-step-item-wait .next-step-item-tail-overlay { - background: #E3E4E6; - background: var(--step-dot-item-tail-wait-color, #E3E4E6); + background: #e3e4e6; + background: var(--step-dot-item-tail-wait-color, #e3e4e6); } .next-step-dot > .next-step-item-wait .next-step-item-tail-underlay { - background: #F8F8F9; - background: var(--step-dot-item-tail-bg-color, #F8F8F9); + background: #f8f8f9; + background: var(--step-dot-item-tail-bg-color, #f8f8f9); } .next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-progress { @@ -25961,17 +27752,17 @@ small { } .next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-node-circle { - background: #FFFFFF; - background: var(--step-dot-item-node-wait-background, #FFFFFF); - border-color: #E3E4E6; - border-color: var(--step-dot-item-node-wait-border-color, #E3E4E6); + background: #ffffff; + background: var(--step-dot-item-node-wait-background, #ffffff); + border-color: #e3e4e6; + border-color: var(--step-dot-item-node-wait-border-color, #e3e4e6); } .next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-node-dot { - background: #FFFFFF; - background: var(--step-dot-item-node-wait-background, #FFFFFF); - border-color: #E3E4E6; - border-color: var(--step-dot-item-node-wait-border-color, #E3E4E6); + background: #ffffff; + background: var(--step-dot-item-node-wait-background, #ffffff); + border-color: #e3e4e6; + border-color: var(--step-dot-item-node-wait-border-color, #e3e4e6); } .next-step-dot > .next-step-item-wait .next-step-item-title { @@ -26056,18 +27847,22 @@ small { border: var(--step-dot-item-dot-border-width, 1px) solid; border-radius: 50%; border-radius: var(--step-dot-item-dot-corner, 50%); - -webkit-transition: background-color 0.3s ease, border-color 0.3s ease; - transition: background-color 0.3s ease, border-color 0.3s ease; + -webkit-transition: + background-color 0.3s ease, + border-color 0.3s ease; + transition: + background-color 0.3s ease, + border-color 0.3s ease; } .next-step-dot > .next-step-item-process .next-step-item-tail-overlay { - background: #E3E4E6; - background: var(--step-dot-item-tail-process-color, #E3E4E6); + background: #e3e4e6; + background: var(--step-dot-item-tail-process-color, #e3e4e6); } .next-step-dot > .next-step-item-process .next-step-item-tail-underlay { - background: #F8F8F9; - background: var(--step-dot-item-tail-bg-color, #F8F8F9); + background: #f8f8f9; + background: var(--step-dot-item-tail-bg-color, #f8f8f9); } .next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-progress { @@ -26078,22 +27873,22 @@ small { } .next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-node { - color: #0064C8; - color: var(--step-dot-item-node-process-color, #0064C8); + color: #0064c8; + color: var(--step-dot-item-node-process-color, #0064c8); } .next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-node-circle { - background: #0064C8; - background: var(--step-dot-item-node-process-background, #0064C8); - border-color: #0064C8; - border-color: var(--step-dot-item-node-process-border-color, #0064C8); + background: #0064c8; + background: var(--step-dot-item-node-process-background, #0064c8); + border-color: #0064c8; + border-color: var(--step-dot-item-node-process-border-color, #0064c8); } .next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-node-dot { - background: #0064C8; - background: var(--step-dot-item-node-process-background, #0064C8); - border-color: #0064C8; - border-color: var(--step-dot-item-node-process-border-color, #0064C8); + background: #0064c8; + background: var(--step-dot-item-node-process-background, #0064c8); + border-color: #0064c8; + border-color: var(--step-dot-item-node-process-border-color, #0064c8); } .next-step-dot > .next-step-item-process .next-step-item-title { @@ -26178,18 +27973,22 @@ small { border: var(--step-dot-item-dot-border-width, 1px) solid; border-radius: 50%; border-radius: var(--step-dot-item-dot-corner, 50%); - -webkit-transition: background-color 0.3s ease, border-color 0.3s ease; - transition: background-color 0.3s ease, border-color 0.3s ease; + -webkit-transition: + background-color 0.3s ease, + border-color 0.3s ease; + transition: + background-color 0.3s ease, + border-color 0.3s ease; } .next-step-dot > .next-step-item-finish .next-step-item-tail-overlay { - background: #0064C8; - background: var(--step-dot-item-tail-finish-color, #0064C8); + background: #0064c8; + background: var(--step-dot-item-tail-finish-color, #0064c8); } .next-step-dot > .next-step-item-finish .next-step-item-tail-underlay { - background: #F8F8F9; - background: var(--step-dot-item-tail-bg-color, #F8F8F9); + background: #f8f8f9; + background: var(--step-dot-item-tail-bg-color, #f8f8f9); } .next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-progress { @@ -26200,22 +27999,22 @@ small { } .next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-node { - color: #0064C8; - color: var(--step-dot-item-node-finish-color, #0064C8); + color: #0064c8; + color: var(--step-dot-item-node-finish-color, #0064c8); } .next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-node-circle { - background: #FFFFFF; - background: var(--step-dot-item-node-finish-background, #FFFFFF); - border-color: #0064C8; - border-color: var(--step-dot-item-node-finish-border-color, #0064C8); + background: #ffffff; + background: var(--step-dot-item-node-finish-background, #ffffff); + border-color: #0064c8; + border-color: var(--step-dot-item-node-finish-border-color, #0064c8); } .next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-node-dot { - background: #FFFFFF; - background: var(--step-dot-item-node-finish-background, #FFFFFF); - border-color: #0064C8; - border-color: var(--step-dot-item-node-finish-border-color, #0064C8); + background: #ffffff; + background: var(--step-dot-item-node-finish-background, #ffffff); + border-color: #0064c8; + border-color: var(--step-dot-item-node-finish-border-color, #0064c8); } .next-step-dot > .next-step-item-finish .next-step-item-title { @@ -26300,18 +28099,22 @@ small { border: var(--step-dot-item-dot-border-width, 1px) solid; border-radius: 50%; border-radius: var(--step-dot-item-dot-corner, 50%); - -webkit-transition: background-color 0.3s ease, border-color 0.3s ease; - transition: background-color 0.3s ease, border-color 0.3s ease; + -webkit-transition: + background-color 0.3s ease, + border-color 0.3s ease; + transition: + background-color 0.3s ease, + border-color 0.3s ease; } .next-step-dot .next-step-item-disabled .next-step-item-tail-overlay { - background: #E3E4E6; - background: var(--step-dot-item-tail-disabled-color, #E3E4E6); + background: #e3e4e6; + background: var(--step-dot-item-tail-disabled-color, #e3e4e6); } .next-step-dot .next-step-item-disabled .next-step-item-tail-underlay { - background: #F8F8F9; - background: var(--step-dot-item-tail-bg-color, #F8F8F9); + background: #f8f8f9; + background: var(--step-dot-item-tail-bg-color, #f8f8f9); } .next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-progress { @@ -26322,33 +28125,33 @@ small { } .next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-node { - color: #E3E4E6; - color: var(--step-dot-item-node-disabled-color, #E3E4E6); + color: #e3e4e6; + color: var(--step-dot-item-node-disabled-color, #e3e4e6); } .next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-node-circle { - background: #FFFFFF; - background: var(--step-dot-item-node-disabled-background, #FFFFFF); - border-color: #C0C6CC; - border-color: var(--step-dot-item-node-disabled-border-color, #C0C6CC); + background: #ffffff; + background: var(--step-dot-item-node-disabled-background, #ffffff); + border-color: #c0c6cc; + border-color: var(--step-dot-item-node-disabled-border-color, #c0c6cc); } .next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-node-dot { - background: #FFFFFF; - background: var(--step-dot-item-node-disabled-background, #FFFFFF); - border-color: #C0C6CC; - border-color: var(--step-dot-item-node-disabled-border-color, #C0C6CC); + background: #ffffff; + background: var(--step-dot-item-node-disabled-background, #ffffff); + border-color: #c0c6cc; + border-color: var(--step-dot-item-node-disabled-border-color, #c0c6cc); } .next-step-dot .next-step-item-disabled .next-step-item-title { - color: #C1C1C1; - color: var(--step-dot-item-title-disabled-color, #C1C1C1); + color: #c1c1c1; + color: var(--step-dot-item-title-disabled-color, #c1c1c1); word-break: break-word; } .next-step-dot .next-step-item-disabled .next-step-item-content { - color: #C1C1C1; - color: var(--step-dot-item-title-disabled-color, #C1C1C1); + color: #c1c1c1; + color: var(--step-dot-item-title-disabled-color, #c1c1c1); font-size: 12px; font-size: var(--step-circle-item-content-font-size, 12px); word-break: break-word; @@ -26422,8 +28225,12 @@ small { border: var(--step-dot-item-dot-border-width, 1px) solid; border-radius: 50%; border-radius: var(--step-dot-item-dot-corner, 50%); - -webkit-transition: background-color 0.3s ease, border-color 0.3s ease; - transition: background-color 0.3s ease, border-color 0.3s ease; + -webkit-transition: + background-color 0.3s ease, + border-color 0.3s ease; + transition: + background-color 0.3s ease, + border-color 0.3s ease; } .next-step-dot .next-step-item-disabled .next-step-item-node-placeholder, @@ -26486,7 +28293,10 @@ small { width: 96px; width: var(--step-dot-item-body-width, 96px); left: -34px; - left: calc(0px - var(--step-dot-item-body-width, 96px) / 2 + var(--step-dot-item-dot-process-size, 12px) / 2 + var(--step-dot-item-dot-padding, 8px) * 2 / 2); + left: calc( + 0px - var(--step-dot-item-body-width, 96px) / 2 + var(--step-dot-item-dot-process-size, 12px) / 2 + + var(--step-dot-item-dot-padding, 8px) * 2 / 2 + ); text-align: center; position: absolute; } @@ -26536,7 +28346,10 @@ small { width: 96px; width: var(--step-dot-item-body-width, 96px); left: -34px; - left: calc(0px - var(--step-dot-item-body-width, 96px) / 2 + var(--step-dot-item-dot-process-size, 12px) / 2 + var(--step-dot-item-dot-padding, 8px) * 2 / 2); + left: calc( + 0px - var(--step-dot-item-body-width, 96px) / 2 + var(--step-dot-item-dot-process-size, 12px) / 2 + + var(--step-dot-item-dot-padding, 8px) * 2 / 2 + ); text-align: center; position: absolute; } @@ -26586,7 +28399,10 @@ small { width: 96px; width: var(--step-dot-item-body-width, 96px); left: -34px; - left: calc(0px - var(--step-dot-item-body-width, 96px) / 2 + var(--step-dot-item-dot-process-size, 12px) / 2 + var(--step-dot-item-dot-padding, 8px) * 2 / 2); + left: calc( + 0px - var(--step-dot-item-body-width, 96px) / 2 + var(--step-dot-item-dot-process-size, 12px) / 2 + + var(--step-dot-item-dot-padding, 8px) * 2 / 2 + ); text-align: center; position: absolute; } @@ -26636,7 +28452,10 @@ small { width: 96px; width: var(--step-dot-item-body-width, 96px); left: -34px; - left: calc(0px - var(--step-dot-item-body-width, 96px) / 2 + var(--step-dot-item-dot-process-size, 12px) / 2 + var(--step-dot-item-dot-padding, 8px) * 2 / 2); + left: calc( + 0px - var(--step-dot-item-body-width, 96px) / 2 + var(--step-dot-item-dot-process-size, 12px) / 2 + + var(--step-dot-item-dot-padding, 8px) * 2 / 2 + ); text-align: center; position: absolute; } @@ -26711,7 +28530,8 @@ small { font-weight: bold; font-weight: var(--step-dot-item-title-weight, bold); text-align: left; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", + "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; font-size: var(--font-size-body-1, 12px); line-height: 1.28571; @@ -26766,7 +28586,8 @@ small { font-weight: bold; font-weight: var(--step-dot-item-title-weight, bold); text-align: left; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", + "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; font-size: var(--font-size-body-1, 12px); line-height: 1.28571; @@ -26821,7 +28642,8 @@ small { font-weight: bold; font-weight: var(--step-dot-item-title-weight, bold); text-align: left; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", + "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; font-size: var(--font-size-body-1, 12px); line-height: 1.28571; @@ -26876,7 +28698,8 @@ small { font-weight: bold; font-weight: var(--step-dot-item-title-weight, bold); text-align: left; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", + "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; font-size: var(--font-size-body-1, 12px); line-height: 1.28571; @@ -26893,11 +28716,11 @@ small { line-height: calc(var(--step-dot-item-content-font-size, 12px) + 4px); } -.next-step-horizontal[dir=rtl] > .next-step-item { +.next-step-horizontal[dir="rtl"] > .next-step-item { text-align: right; } -.next-step-arrow[dir=rtl] .next-step-item { +.next-step-arrow[dir="rtl"] .next-step-item { height: 32px; height: var(--step-arrow-item-height, 32px); line-height: 32px; @@ -26908,7 +28731,7 @@ small { margin-right: calc(var(--step-arrow-item-height, 32px) / 2); } -.next-step-arrow[dir=rtl] .next-step-item:before { +.next-step-arrow[dir="rtl"] .next-step-item:before { right: -16px; right: calc(0px - var(--step-arrow-item-height, 32px) / 2); left: auto; @@ -26917,7 +28740,7 @@ small { border-right-color: transparent; } -.next-step-arrow[dir=rtl] .next-step-item:after { +.next-step-arrow[dir="rtl"] .next-step-item:after { left: -32px; left: calc(0px - var(--step-arrow-item-height, 32px) / 2 * 2); right: auto; @@ -26929,215 +28752,255 @@ small { border-right: calc(var(--step-arrow-item-height, 32px) / 2) solid transparent; } -.next-step-arrow[dir=rtl] > .next-step-item-wait { - background: #F7F9FA; - background: var(--step-arrow-item-wait-background, #F7F9FA); +.next-step-arrow[dir="rtl"] > .next-step-item-wait { + background: #f7f9fa; + background: var(--step-arrow-item-wait-background, #f7f9fa); } -.next-step-arrow[dir=rtl] > .next-step-item-wait .next-step-item-node-dot { +.next-step-arrow[dir="rtl"] > .next-step-item-wait .next-step-item-node-dot { right: 50%; left: auto; } -.next-step-arrow[dir=rtl] > .next-step-item-wait:before { - border: 16px solid #F7F9FA; - border: calc(var(--step-arrow-item-height, 32px) / 2) solid var(--step-arrow-item-wait-background, #F7F9FA); +.next-step-arrow[dir="rtl"] > .next-step-item-wait:before { + border: 16px solid #f7f9fa; + border: calc(var(--step-arrow-item-height, 32px) / 2) solid var(--step-arrow-item-wait-background, #f7f9fa); border-right-color: transparent; } -.next-step-arrow[dir=rtl] > .next-step-item-wait:after { - border-right-color: #F7F9FA; - border-right-color: var(--step-arrow-item-wait-background, #F7F9FA); +.next-step-arrow[dir="rtl"] > .next-step-item-wait:after { + border-right-color: #f7f9fa; + border-right-color: var(--step-arrow-item-wait-background, #f7f9fa); border-left-color: transparent; } -.next-step-arrow[dir=rtl] > .next-step-item-process { - background: #0064C8; - background: var(--step-arrow-item-process-background, #0064C8); +.next-step-arrow[dir="rtl"] > .next-step-item-process { + background: #0064c8; + background: var(--step-arrow-item-process-background, #0064c8); } -.next-step-arrow[dir=rtl] > .next-step-item-process .next-step-item-node-dot { +.next-step-arrow[dir="rtl"] > .next-step-item-process .next-step-item-node-dot { right: 50%; left: auto; } -.next-step-arrow[dir=rtl] > .next-step-item-process:before { - border: 16px solid #0064C8; - border: calc(var(--step-arrow-item-height, 32px) / 2) solid var(--step-arrow-item-process-background, #0064C8); +.next-step-arrow[dir="rtl"] > .next-step-item-process:before { + border: 16px solid #0064c8; + border: calc(var(--step-arrow-item-height, 32px) / 2) solid var(--step-arrow-item-process-background, #0064c8); border-right-color: transparent; } -.next-step-arrow[dir=rtl] > .next-step-item-process:after { - border-right-color: #0064C8; - border-right-color: var(--step-arrow-item-process-background, #0064C8); +.next-step-arrow[dir="rtl"] > .next-step-item-process:after { + border-right-color: #0064c8; + border-right-color: var(--step-arrow-item-process-background, #0064c8); border-left-color: transparent; } -.next-step-arrow[dir=rtl] > .next-step-item-finish { - background: #0064C8; - background: var(--step-arrow-item-finish-background, #0064C8); +.next-step-arrow[dir="rtl"] > .next-step-item-finish { + background: #0064c8; + background: var(--step-arrow-item-finish-background, #0064c8); } -.next-step-arrow[dir=rtl] > .next-step-item-finish .next-step-item-node-dot { +.next-step-arrow[dir="rtl"] > .next-step-item-finish .next-step-item-node-dot { right: 50%; left: auto; } -.next-step-arrow[dir=rtl] > .next-step-item-finish:before { - border: 16px solid #0064C8; - border: calc(var(--step-arrow-item-height, 32px) / 2) solid var(--step-arrow-item-finish-background, #0064C8); +.next-step-arrow[dir="rtl"] > .next-step-item-finish:before { + border: 16px solid #0064c8; + border: calc(var(--step-arrow-item-height, 32px) / 2) solid var(--step-arrow-item-finish-background, #0064c8); border-right-color: transparent; } -.next-step-arrow[dir=rtl] > .next-step-item-finish:after { - border-right-color: #0064C8; - border-right-color: var(--step-arrow-item-finish-background, #0064C8); +.next-step-arrow[dir="rtl"] > .next-step-item-finish:after { + border-right-color: #0064c8; + border-right-color: var(--step-arrow-item-finish-background, #0064c8); border-left-color: transparent; } -.next-step-arrow[dir=rtl] .next-step-item-disabled { - background: #F8F8F9; - background: var(--step-arrow-item-disabled-background, #F8F8F9); +.next-step-arrow[dir="rtl"] .next-step-item-disabled { + background: #f8f8f9; + background: var(--step-arrow-item-disabled-background, #f8f8f9); } -.next-step-arrow[dir=rtl] .next-step-item-disabled .next-step-item-node-dot { +.next-step-arrow[dir="rtl"] .next-step-item-disabled .next-step-item-node-dot { right: 50%; left: auto; } -.next-step-arrow[dir=rtl] .next-step-item-disabled:before { - border: 16px solid #F8F8F9; - border: calc(var(--step-arrow-item-height, 32px) / 2) solid var(--step-arrow-item-disabled-background, #F8F8F9); +.next-step-arrow[dir="rtl"] .next-step-item-disabled:before { + border: 16px solid #f8f8f9; + border: calc(var(--step-arrow-item-height, 32px) / 2) solid var(--step-arrow-item-disabled-background, #f8f8f9); border-right-color: transparent; } -.next-step-arrow[dir=rtl] .next-step-item-disabled:after { - border-right-color: #F8F8F9; - border-right-color: var(--step-arrow-item-disabled-background, #F8F8F9); +.next-step-arrow[dir="rtl"] .next-step-item-disabled:after { + border-right-color: #f8f8f9; + border-right-color: var(--step-arrow-item-disabled-background, #f8f8f9); border-left-color: transparent; } -.next-step-arrow[dir=rtl] .next-step-item-first { +.next-step-arrow[dir="rtl"] .next-step-item-first { margin-right: 0; } -.next-step-arrow[dir=rtl] .next-step-item-last { +.next-step-arrow[dir="rtl"] .next-step-item-last { margin-left: 0; } -.next-step-circle[dir=rtl] > .next-step-item-wait .next-step-item-node-dot { +.next-step-circle[dir="rtl"] > .next-step-item-wait .next-step-item-node-dot { right: 50%; left: auto; } -.next-step-circle[dir=rtl] > .next-step-item-process .next-step-item-node-dot { +.next-step-circle[dir="rtl"] > .next-step-item-process .next-step-item-node-dot { right: 50%; left: auto; } -.next-step-circle[dir=rtl] > .next-step-item-finish .next-step-item-node-dot { +.next-step-circle[dir="rtl"] > .next-step-item-finish .next-step-item-node-dot { right: 50%; left: auto; } -.next-step-circle[dir=rtl] .next-step-item-disabled .next-step-item-node-dot { +.next-step-circle[dir="rtl"] .next-step-item-disabled .next-step-item-node-dot { right: 50%; left: auto; } -.next-step-circle[dir=rtl].next-step-horizontal > .next-step-item-wait > .next-step-item-body { +.next-step-circle[dir="rtl"].next-step-horizontal > .next-step-item-wait > .next-step-item-body { right: -22px; - right: calc(0px - var(--step-circle-item-body-width, 96px) / 2 + var(--step-circle-item-node-process-size, 28px) / 2 + var(--step-circle-item-node-padding, 12px) * 2 / 2); + right: calc( + 0px - var(--step-circle-item-body-width, 96px) / 2 + var(--step-circle-item-node-process-size, 28px) / 2 + + var(--step-circle-item-node-padding, 12px) * 2 / 2 + ); left: auto; } -.next-step-circle[dir=rtl].next-step-horizontal > .next-step-item-process > .next-step-item-body { +.next-step-circle[dir="rtl"].next-step-horizontal > .next-step-item-process > .next-step-item-body { right: -22px; - right: calc(0px - var(--step-circle-item-body-width, 96px) / 2 + var(--step-circle-item-node-process-size, 28px) / 2 + var(--step-circle-item-node-padding, 12px) * 2 / 2); + right: calc( + 0px - var(--step-circle-item-body-width, 96px) / 2 + var(--step-circle-item-node-process-size, 28px) / 2 + + var(--step-circle-item-node-padding, 12px) * 2 / 2 + ); left: auto; } -.next-step-circle[dir=rtl].next-step-horizontal > .next-step-item-finish > .next-step-item-body { +.next-step-circle[dir="rtl"].next-step-horizontal > .next-step-item-finish > .next-step-item-body { right: -22px; - right: calc(0px - var(--step-circle-item-body-width, 96px) / 2 + var(--step-circle-item-node-process-size, 28px) / 2 + var(--step-circle-item-node-padding, 12px) * 2 / 2); + right: calc( + 0px - var(--step-circle-item-body-width, 96px) / 2 + var(--step-circle-item-node-process-size, 28px) / 2 + + var(--step-circle-item-node-padding, 12px) * 2 / 2 + ); left: auto; } -.next-step-circle[dir=rtl].next-step-horizontal > .next-step-item-disabled > .next-step-item-body { +.next-step-circle[dir="rtl"].next-step-horizontal > .next-step-item-disabled > .next-step-item-body { right: -22px; - right: calc(0px - var(--step-circle-item-body-width, 96px) / 2 + var(--step-circle-item-node-process-size, 28px) / 2 + var(--step-circle-item-node-padding, 12px) * 2 / 2); + right: calc( + 0px - var(--step-circle-item-body-width, 96px) / 2 + var(--step-circle-item-node-process-size, 28px) / 2 + + var(--step-circle-item-node-padding, 12px) * 2 / 2 + ); left: auto; } -.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-body { +.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal + > .next-step-item-wait + .next-step-item-body { left: auto; right: 0; text-align: right; } -.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-body .next-step-item-title { +.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal + > .next-step-item-wait + .next-step-item-body + .next-step-item-title { padding-left: 12px; padding-left: var(--step-circle-item-node-padding, 12px); padding-right: 0; } -.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-tail { +.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal + > .next-step-item-wait + .next-step-item-tail { left: 0; right: auto; } -.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-body { +.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal + > .next-step-item-process + .next-step-item-body { left: auto; right: 0; text-align: right; } -.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-body .next-step-item-title { +.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal + > .next-step-item-process + .next-step-item-body + .next-step-item-title { padding-left: 12px; padding-left: var(--step-circle-item-node-padding, 12px); padding-right: 0; } -.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-tail { +.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal + > .next-step-item-process + .next-step-item-tail { left: 0; right: auto; } -.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-body { +.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal + > .next-step-item-finish + .next-step-item-body { left: auto; right: 0; text-align: right; } -.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-body .next-step-item-title { +.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal + > .next-step-item-finish + .next-step-item-body + .next-step-item-title { padding-left: 12px; padding-left: var(--step-circle-item-node-padding, 12px); padding-right: 0; } -.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-tail { +.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal + > .next-step-item-finish + .next-step-item-tail { left: 0; right: auto; } -.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-body { +.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal + > .next-step-item-disabled + .next-step-item-body { left: auto; right: 0; text-align: right; } -.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-body .next-step-item-title { +.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal + > .next-step-item-disabled + .next-step-item-body + .next-step-item-title { padding-left: 12px; padding-left: var(--step-circle-item-node-padding, 12px); padding-right: 0; } -.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-tail { +.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal + > .next-step-item-disabled + .next-step-item-tail { left: 0; right: auto; } -.next-step-circle[dir=rtl].next-step-vertical > .next-step-item-wait > .next-step-item-body { +.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body { right: 14px; right: calc(var(--step-circle-item-node-process-size, 28px) / 2); left: auto; @@ -27146,19 +29009,23 @@ small { margin-left: 0; } -.next-step-circle[dir=rtl].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title { +.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title { text-align: right; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", + "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; font-size: var(--font-size-body-1, 12px); line-height: 1.28571; } -.next-step-circle[dir=rtl].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content { +.next-step-circle[dir="rtl"].next-step-vertical + > .next-step-item-wait + > .next-step-item-body + > .next-step-item-content { text-align: right; } -.next-step-circle[dir=rtl].next-step-vertical > .next-step-item-process > .next-step-item-body { +.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body { right: 14px; right: calc(var(--step-circle-item-node-process-size, 28px) / 2); left: auto; @@ -27167,19 +29034,26 @@ small { margin-left: 0; } -.next-step-circle[dir=rtl].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title { +.next-step-circle[dir="rtl"].next-step-vertical + > .next-step-item-process + > .next-step-item-body + > .next-step-item-title { text-align: right; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", + "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; font-size: var(--font-size-body-1, 12px); line-height: 1.28571; } -.next-step-circle[dir=rtl].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content { +.next-step-circle[dir="rtl"].next-step-vertical + > .next-step-item-process + > .next-step-item-body + > .next-step-item-content { text-align: right; } -.next-step-circle[dir=rtl].next-step-vertical > .next-step-item-finish > .next-step-item-body { +.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body { right: 14px; right: calc(var(--step-circle-item-node-process-size, 28px) / 2); left: auto; @@ -27188,19 +29062,26 @@ small { margin-left: 0; } -.next-step-circle[dir=rtl].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title { +.next-step-circle[dir="rtl"].next-step-vertical + > .next-step-item-finish + > .next-step-item-body + > .next-step-item-title { text-align: right; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", + "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; font-size: var(--font-size-body-1, 12px); line-height: 1.28571; } -.next-step-circle[dir=rtl].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content { +.next-step-circle[dir="rtl"].next-step-vertical + > .next-step-item-finish + > .next-step-item-body + > .next-step-item-content { text-align: right; } -.next-step-circle[dir=rtl].next-step-vertical > .next-step-item-disabled > .next-step-item-body { +.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body { right: 14px; right: calc(var(--step-circle-item-node-process-size, 28px) / 2); left: auto; @@ -27209,67 +29090,86 @@ small { margin-left: 0; } -.next-step-circle[dir=rtl].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title { +.next-step-circle[dir="rtl"].next-step-vertical + > .next-step-item-disabled + > .next-step-item-body + > .next-step-item-title { text-align: right; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", + "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; font-size: var(--font-size-body-1, 12px); line-height: 1.28571; } -.next-step-circle[dir=rtl].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content { +.next-step-circle[dir="rtl"].next-step-vertical + > .next-step-item-disabled + > .next-step-item-body + > .next-step-item-content { text-align: right; } -.next-step-dot[dir=rtl] > .next-step-item-wait .next-step-item-node-dot { +.next-step-dot[dir="rtl"] > .next-step-item-wait .next-step-item-node-dot { right: 50%; left: auto; } -.next-step-dot[dir=rtl] > .next-step-item-process .next-step-item-node-dot { +.next-step-dot[dir="rtl"] > .next-step-item-process .next-step-item-node-dot { right: 50%; left: auto; } -.next-step-dot[dir=rtl] > .next-step-item-finish .next-step-item-node-dot { +.next-step-dot[dir="rtl"] > .next-step-item-finish .next-step-item-node-dot { right: 50%; left: auto; } -.next-step-dot[dir=rtl] .next-step-item-disabled .next-step-item-node-dot { +.next-step-dot[dir="rtl"] .next-step-item-disabled .next-step-item-node-dot { right: 50%; left: auto; } -.next-step-dot[dir=rtl].next-step-horizontal > .next-step-item-wait > .next-step-item-body { +.next-step-dot[dir="rtl"].next-step-horizontal > .next-step-item-wait > .next-step-item-body { right: -34px; - right: calc(0px - var(--step-dot-item-body-width, 96px) / 2 + var(--step-dot-item-dot-process-size, 12px) / 2 + var(--step-dot-item-dot-padding, 8px) * 2 / 2); + right: calc( + 0px - var(--step-dot-item-body-width, 96px) / 2 + var(--step-dot-item-dot-process-size, 12px) / 2 + + var(--step-dot-item-dot-padding, 8px) * 2 / 2 + ); left: auto; } -.next-step-dot[dir=rtl].next-step-horizontal > .next-step-item-process > .next-step-item-body { +.next-step-dot[dir="rtl"].next-step-horizontal > .next-step-item-process > .next-step-item-body { right: -34px; - right: calc(0px - var(--step-dot-item-body-width, 96px) / 2 + var(--step-dot-item-dot-process-size, 12px) / 2 + var(--step-dot-item-dot-padding, 8px) * 2 / 2); + right: calc( + 0px - var(--step-dot-item-body-width, 96px) / 2 + var(--step-dot-item-dot-process-size, 12px) / 2 + + var(--step-dot-item-dot-padding, 8px) * 2 / 2 + ); left: auto; } -.next-step-dot[dir=rtl].next-step-horizontal > .next-step-item-finish > .next-step-item-body { +.next-step-dot[dir="rtl"].next-step-horizontal > .next-step-item-finish > .next-step-item-body { right: -34px; - right: calc(0px - var(--step-dot-item-body-width, 96px) / 2 + var(--step-dot-item-dot-process-size, 12px) / 2 + var(--step-dot-item-dot-padding, 8px) * 2 / 2); + right: calc( + 0px - var(--step-dot-item-body-width, 96px) / 2 + var(--step-dot-item-dot-process-size, 12px) / 2 + + var(--step-dot-item-dot-padding, 8px) * 2 / 2 + ); left: auto; } -.next-step-dot[dir=rtl].next-step-horizontal > .next-step-item-disabled > .next-step-item-body { +.next-step-dot[dir="rtl"].next-step-horizontal > .next-step-item-disabled > .next-step-item-body { right: -34px; - right: calc(0px - var(--step-dot-item-body-width, 96px) / 2 + var(--step-dot-item-dot-process-size, 12px) / 2 + var(--step-dot-item-dot-padding, 8px) * 2 / 2); + right: calc( + 0px - var(--step-dot-item-body-width, 96px) / 2 + var(--step-dot-item-dot-process-size, 12px) / 2 + + var(--step-dot-item-dot-padding, 8px) * 2 / 2 + ); left: auto; } -.next-step-dot[dir=rtl].next-step-vertical { +.next-step-dot[dir="rtl"].next-step-vertical { padding: 0 4px 0 0; } -.next-step-dot[dir=rtl].next-step-vertical > .next-step-item-wait > .next-step-item-body { +.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body { right: 6px; right: calc(var(--step-dot-item-dot-process-size, 12px) / 2); left: auto; @@ -27278,19 +29178,20 @@ small { margin-left: 0; } -.next-step-dot[dir=rtl].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title { +.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title { text-align: right; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", + "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; font-size: var(--font-size-body-1, 12px); line-height: 1.28571; } -.next-step-dot[dir=rtl].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content { +.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content { text-align: right; } -.next-step-dot[dir=rtl].next-step-vertical > .next-step-item-process > .next-step-item-body { +.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body { right: 6px; right: calc(var(--step-dot-item-dot-process-size, 12px) / 2); left: auto; @@ -27299,19 +29200,23 @@ small { margin-left: 0; } -.next-step-dot[dir=rtl].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title { +.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title { text-align: right; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", + "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; font-size: var(--font-size-body-1, 12px); line-height: 1.28571; } -.next-step-dot[dir=rtl].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content { +.next-step-dot[dir="rtl"].next-step-vertical + > .next-step-item-process + > .next-step-item-body + > .next-step-item-content { text-align: right; } -.next-step-dot[dir=rtl].next-step-vertical > .next-step-item-finish > .next-step-item-body { +.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body { right: 6px; right: calc(var(--step-dot-item-dot-process-size, 12px) / 2); left: auto; @@ -27320,19 +29225,20 @@ small { margin-left: 0; } -.next-step-dot[dir=rtl].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title { +.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title { text-align: right; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", + "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; font-size: var(--font-size-body-1, 12px); line-height: 1.28571; } -.next-step-dot[dir=rtl].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content { +.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content { text-align: right; } -.next-step-dot[dir=rtl].next-step-vertical > .next-step-item-disabled > .next-step-item-body { +.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body { right: 6px; right: calc(var(--step-dot-item-dot-process-size, 12px) / 2); left: auto; @@ -27341,19 +29247,23 @@ small { margin-left: 0; } -.next-step-dot[dir=rtl].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title { +.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title { text-align: right; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", + "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; font-size: var(--font-size-body-1, 12px); line-height: 1.28571; } -.next-step-dot[dir=rtl].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content { +.next-step-dot[dir="rtl"].next-step-vertical + > .next-step-item-disabled + > .next-step-item-body + > .next-step-item-content { text-align: right; } -.next-switch:after[dir=rtl] { +.next-switch:after[dir="rtl"] { content: " "; -webkit-transition: all 100ms linear; transition: all 100ms linear; @@ -27362,26 +29272,26 @@ small { transform-origin: right center; } -.next-switch-medium[dir=rtl]:after { +.next-switch-medium[dir="rtl"]:after { right: 100%; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); } -.next-switch-small[dir=rtl]:after { +.next-switch-small[dir="rtl"]:after { right: 100%; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); } -.next-switch-on[dir=rtl] > .next-switch-children { - color: #FFFFFF; - color: var(--switch-normal-on-color-font, #FFFFFF); +.next-switch-on[dir="rtl"] > .next-switch-children { + color: #ffffff; + color: var(--switch-normal-on-color-font, #ffffff); } -.next-switch-on[disabled][dir=rtl]:after { +.next-switch-on[disabled][dir="rtl"]:after { left: 0; right: 100%; -webkit-box-shadow: none; @@ -27390,7 +29300,7 @@ small { box-shadow: var(--switch-on-shadow, none); } -.next-switch-off[dir=rtl]:after { +.next-switch-off[dir="rtl"]:after { right: 0; -webkit-transform: translateX(0); -ms-transform: translateX(0); @@ -27401,11 +29311,11 @@ small { box-shadow: var(--switch-rtl-on-shadow, 0px 0px 4px 0px rgba(0, 0, 0, 0.16)); } -.next-switch-off[dir=rtl] > .next-switch-children { +.next-switch-off[dir="rtl"] > .next-switch-children { right: auto; } -.next-switch-off.next-switch-small[dir=rtl] > .next-switch-children { +.next-switch-off.next-switch-small[dir="rtl"] > .next-switch-children { right: auto; } @@ -27421,8 +29331,12 @@ small { -ms-user-select: none; user-select: none; overflow: hidden; - -webkit-transition: background 0.1s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.1s cubic-bezier(0.4, 0, 0.2, 1); - transition: background 0.1s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.1s cubic-bezier(0.4, 0, 0.2, 1); + -webkit-transition: + background 0.1s cubic-bezier(0.4, 0, 0.2, 1), + border-color 0.1s cubic-bezier(0.4, 0, 0.2, 1); + transition: + background 0.1s cubic-bezier(0.4, 0, 0.2, 1), + border-color 0.1s cubic-bezier(0.4, 0, 0.2, 1); } .next-switch *, @@ -27449,15 +29363,24 @@ small { } .next-switch-loading .next-icon-loading { - color: #0064C8; - color: var(--color-brand1-6, #0064C8); + color: #0064c8; + color: var(--color-brand1-6, #0064c8); text-align: center; -webkit-transform: translate(-1px, -1px); - -webkit-transform: translate(calc(0px - var(--switch-border-width-trigger, 1px)), calc(0px - var(--switch-border-width-trigger, 1px))); + -webkit-transform: translate( + calc(0px - var(--switch-border-width-trigger, 1px)), + calc(0px - var(--switch-border-width-trigger, 1px)) + ); -ms-transform: translate(-1px, -1px); - -ms-transform: translate(calc(0px - var(--switch-border-width-trigger, 1px)), calc(0px - var(--switch-border-width-trigger, 1px))); + -ms-transform: translate( + calc(0px - var(--switch-border-width-trigger, 1px)), + calc(0px - var(--switch-border-width-trigger, 1px)) + ); transform: translate(-1px, -1px); - transform: translate(calc(0px - var(--switch-border-width-trigger, 1px)), calc(0px - var(--switch-border-width-trigger, 1px))); + transform: translate( + calc(0px - var(--switch-border-width-trigger, 1px)), + calc(0px - var(--switch-border-width-trigger, 1px)) + ); } .next-switch-loading .next-icon-loading.next-switch-inner-icon:before { @@ -27525,12 +29448,14 @@ small { .next-switch-medium.next-switch.next-switch-on > .next-switch-children { margin: 0 28px 0 8px; - margin: 0 calc(var(--switch-size-m-trigger, 20px) + var(--switch-size-m-trigger-padding-r, 8px)) 0 var(--switch-size-m-trigger-padding-l, 8px); + margin: 0 calc(var(--switch-size-m-trigger, 20px) + var(--switch-size-m-trigger-padding-r, 8px)) 0 + var(--switch-size-m-trigger-padding-l, 8px); } .next-switch-medium.next-switch.next-switch-off > .next-switch-children { margin: 0 8px 0 28px; - margin: 0 var(--switch-size-m-trigger-padding-r, 8px) 0 calc(var(--switch-size-m-trigger, 20px) + var(--switch-size-m-trigger-padding-l, 8px)); + margin: 0 var(--switch-size-m-trigger-padding-r, 8px) 0 + calc(var(--switch-size-m-trigger, 20px) + var(--switch-size-m-trigger-padding-l, 8px)); } .next-switch-medium.next-switch-loading .next-icon-loading { @@ -27612,12 +29537,14 @@ small { .next-switch-small.next-switch.next-switch-on > .next-switch-children { margin: 0 24px 0 8px; - margin: 0 calc(var(--switch-size-s-trigger, 16px) + var(--switch-size-s-trigger-padding-r, 8px)) 0 var(--switch-size-s-trigger-padding-l, 8px); + margin: 0 calc(var(--switch-size-s-trigger, 16px) + var(--switch-size-s-trigger-padding-r, 8px)) 0 + var(--switch-size-s-trigger-padding-l, 8px); } .next-switch-small.next-switch.next-switch-off > .next-switch-children { margin: 0 8px 0 24px; - margin: 0 var(--switch-size-s-trigger-padding-r, 8px) 0 calc(var(--switch-size-s-trigger, 16px) + var(--switch-size-s-trigger-padding-l, 8px)); + margin: 0 var(--switch-size-s-trigger-padding-r, 8px) 0 + calc(var(--switch-size-s-trigger, 16px) + var(--switch-size-s-trigger-padding-l, 8px)); } .next-switch-small.next-switch-loading .next-icon-loading { @@ -27639,8 +29566,8 @@ small { } .next-switch-on { - background-color: #00A700; - background-color: var(--switch-normal-on-bg-color, #00A700); + background-color: #00a700; + background-color: var(--switch-normal-on-bg-color, #00a700); } .next-switch-on .next-switch-btn { @@ -27648,30 +29575,34 @@ small { -webkit-box-shadow: var(--switch-on-shadow, none); box-shadow: none; box-shadow: var(--switch-on-shadow, none); - background-color: #FFFFFF; - background-color: var(--switch-normal-on-trigger-bg-color, #FFFFFF); + background-color: #ffffff; + background-color: var(--switch-normal-on-trigger-bg-color, #ffffff); border-color: transparent; border-color: var(--switch-handle-on-border-color, transparent); } .next-switch-on > .next-switch-children { - color: #FFFFFF; - color: var(--switch-normal-on-color-font, #FFFFFF); + color: #ffffff; + color: var(--switch-normal-on-color-font, #ffffff); } -.next-switch-on:focus, .next-switch-on.hover, .next-switch-on:hover { - background-color: #00A700; - background-color: var(--switch-hover-on-bg-color, #00A700); +.next-switch-on:focus, +.next-switch-on.hover, +.next-switch-on:hover { + background-color: #00a700; + background-color: var(--switch-hover-on-bg-color, #00a700); } -.next-switch-on:focus .next-switch-btn, .next-switch-on.hover .next-switch-btn, .next-switch-on:hover .next-switch-btn { - background-color: #FFFFFF; - background-color: var(--switch-hover-on-trigger-bg-color, #FFFFFF); +.next-switch-on:focus .next-switch-btn, +.next-switch-on.hover .next-switch-btn, +.next-switch-on:hover .next-switch-btn { + background-color: #ffffff; + background-color: var(--switch-hover-on-trigger-bg-color, #ffffff); } .next-switch-on[disabled] { - background-color: #D1D5D9; - background-color: var(--switch-disabled-on-bg-color, #D1D5D9); + background-color: #d1d5d9; + background-color: var(--switch-disabled-on-bg-color, #d1d5d9); cursor: not-allowed; } @@ -27681,8 +29612,8 @@ small { -webkit-box-shadow: var(--switch-on-shadow, none); box-shadow: none; box-shadow: var(--switch-on-shadow, none); - background-color: #FFFFFF; - background-color: var(--switch-disabled-on-trigger-bg-color, #FFFFFF); + background-color: #ffffff; + background-color: var(--switch-disabled-on-trigger-bg-color, #ffffff); border-color: transparent; border-color: var(--switch-handle-disabled-border-color, transparent); } @@ -27699,7 +29630,9 @@ small { border-color: var(--switch-normal-off-border-color, transparent); } -.next-switch-off:focus, .next-switch-off.hover, .next-switch-off:hover { +.next-switch-off:focus, +.next-switch-off.hover, +.next-switch-off:hover { background-color: #577899; background-color: var(--switch-hover-off-bg-color, #577899); border-color: transparent; @@ -27712,25 +29645,27 @@ small { -webkit-box-shadow: var(--switch-on-shadow, none); box-shadow: none; box-shadow: var(--switch-on-shadow, none); - background-color: #FFFFFF; - background-color: var(--switch-normal-off-trigger-bg-color, #FFFFFF); + background-color: #ffffff; + background-color: var(--switch-normal-off-trigger-bg-color, #ffffff); border-color: transparent; border-color: var(--switch-handle-off-border-color, transparent); } -.next-switch-off:focus .next-switch-btn, .next-switch-off.hover .next-switch-btn, .next-switch-off:hover .next-switch-btn { - background-color: #FFFFFF; - background-color: var(--switch-hover-off-trigger-bg-color, #FFFFFF); +.next-switch-off:focus .next-switch-btn, +.next-switch-off.hover .next-switch-btn, +.next-switch-off:hover .next-switch-btn { + background-color: #ffffff; + background-color: var(--switch-hover-off-trigger-bg-color, #ffffff); } .next-switch-off > .next-switch-children { - color: #F8F8F9; - color: var(--switch-normal-off-color-font, #F8F8F9); + color: #f8f8f9; + color: var(--switch-normal-off-color-font, #f8f8f9); } .next-switch-off[disabled] { - background-color: #D1D5D9; - background-color: var(--switch-disabled-off-bg-color, #D1D5D9); + background-color: #d1d5d9; + background-color: var(--switch-disabled-off-bg-color, #d1d5d9); cursor: not-allowed; } @@ -27739,8 +29674,8 @@ small { -webkit-box-shadow: var(--switch-off-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.16)); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16); box-shadow: var(--switch-off-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.16)); - background-color: #F8F8F9; - background-color: var(--switch-disabled-off-trigger-bg-color, #F8F8F9); + background-color: #f8f8f9; + background-color: var(--switch-disabled-off-trigger-bg-color, #f8f8f9); border-color: transparent; border-color: var(--switch-handle-disabled-border-color, transparent); } @@ -27837,7 +29772,8 @@ small { margin: 0; } -.next-tabs-nav-enter, .next-tabs-nav-appear { +.next-tabs-nav-enter, +.next-tabs-nav-appear { -webkit-animation: fadeInLeft 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86); animation: fadeInLeft 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86); -webkit-animation-fill-mode: both; @@ -27896,13 +29832,13 @@ small { } .next-tabs-tab.active .next-tabs-tab-close { - color: #0064C8; - color: var(--tab-close-icon-color-selected, #0064C8); + color: #0064c8; + color: var(--tab-close-icon-color-selected, #0064c8); } .next-tabs-tab.disabled .next-tabs-tab-close { - color: #C0C6CC; - color: var(--tab-close-icon-color-disabled, #C0C6CC); + color: #c0c6cc; + color: var(--tab-close-icon-color-disabled, #c0c6cc); } .next-tabs-tab:focus { @@ -27928,7 +29864,9 @@ small { border: 0 !important; } -.next-tabs-btn-down, .next-tabs-btn-prev, .next-tabs-btn-next { +.next-tabs-btn-down, +.next-tabs-btn-prev, +.next-tabs-btn-next { position: absolute; top: 0; cursor: pointer; @@ -27940,28 +29878,54 @@ small { border-color: transparent; } -.next-tabs-btn-down, .next-tabs-btn-down:link, .next-tabs-btn-down:visited, .next-tabs-btn-down.visited, .next-tabs-btn-prev, .next-tabs-btn-prev:link, .next-tabs-btn-prev:visited, .next-tabs-btn-prev.visited, .next-tabs-btn-next, .next-tabs-btn-next:link, .next-tabs-btn-next:visited, .next-tabs-btn-next.visited { +.next-tabs-btn-down, +.next-tabs-btn-down:link, +.next-tabs-btn-down:visited, +.next-tabs-btn-down.visited, +.next-tabs-btn-prev, +.next-tabs-btn-prev:link, +.next-tabs-btn-prev:visited, +.next-tabs-btn-prev.visited, +.next-tabs-btn-next, +.next-tabs-btn-next:link, +.next-tabs-btn-next:visited, +.next-tabs-btn-next.visited { color: #333333; color: var(--tab-nav-arrow-color-normal, #333333); } -.next-tabs-btn-down:focus, .next-tabs-btn-down:hover, .next-tabs-btn-down.hover, .next-tabs-btn-prev:focus, .next-tabs-btn-prev:hover, .next-tabs-btn-prev.hover, .next-tabs-btn-next:focus, .next-tabs-btn-next:hover, .next-tabs-btn-next.hover { - color: #0064C8; - color: var(--tab-nav-arrow-color-hover, #0064C8); +.next-tabs-btn-down:focus, +.next-tabs-btn-down:hover, +.next-tabs-btn-down.hover, +.next-tabs-btn-prev:focus, +.next-tabs-btn-prev:hover, +.next-tabs-btn-prev.hover, +.next-tabs-btn-next:focus, +.next-tabs-btn-next:hover, +.next-tabs-btn-next.hover { + color: #0064c8; + color: var(--tab-nav-arrow-color-hover, #0064c8); background: transparent; border-color: transparent; text-decoration: none; } -.next-tabs-btn-down:active, .next-tabs-btn-down.active, .next-tabs-btn-prev:active, .next-tabs-btn-prev.active, .next-tabs-btn-next:active, .next-tabs-btn-next.active { - color: #0064C8; - color: var(--tab-nav-arrow-color-hover, #0064C8); +.next-tabs-btn-down:active, +.next-tabs-btn-down.active, +.next-tabs-btn-prev:active, +.next-tabs-btn-prev.active, +.next-tabs-btn-next:active, +.next-tabs-btn-next.active { + color: #0064c8; + color: var(--tab-nav-arrow-color-hover, #0064c8); background: transparent; border-color: transparent; text-decoration: none; } -.next-tabs-btn-down.disabled, .next-tabs-btn-prev.disabled, .next-tabs-btn-next.disabled { +.next-tabs-btn-down.disabled, +.next-tabs-btn-prev.disabled, +.next-tabs-btn-next.disabled { cursor: not-allowed; color: #555555; color: var(--tab-nav-arrow-color-disabled, #555555); @@ -28116,8 +30080,9 @@ small { } .next-tabs-pure > .next-tabs-bar { - border-bottom: solid 1px #E3E4E6; - border-bottom: var(--line-solid, solid) var(--tab-pure-divider-line-width, 1px) var(--tab-pure-divider-border-color, #E3E4E6); + border-bottom: solid 1px #e3e4e6; + border-bottom: var(--line-solid, solid) var(--tab-pure-divider-line-width, 1px) + var(--tab-pure-divider-border-color, #e3e4e6); background-color: transparent; background-color: var(--tab-pure-bg-color, transparent); } @@ -28139,31 +30104,31 @@ small { .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab:hover { cursor: pointer; - color: #0064C8; - color: var(--tab-pure-text-color-hover, #0064C8); + color: #0064c8; + color: var(--tab-pure-text-color-hover, #0064c8); background-color: transparent; } .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active { z-index: 1; - color: #0064C8; - color: var(--tab-pure-text-color-selected, #0064C8); + color: #0064c8; + color: var(--tab-pure-text-color-selected, #0064c8); background-color: transparent; } .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.disabled { pointer-events: none; cursor: default; - color: #C0C6CC; - color: var(--tab-pure-text-color-disabled, #C0C6CC); + color: #c0c6cc; + color: var(--tab-pure-text-color-disabled, #c0c6cc); background: transparent; } .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab:before { border-radius: 0%; width: 0; - border-bottom: 2px solid #0064C8; - border-bottom: var(--tab-pure-ink-bar-width, 2px) solid var(--tab-pure-ink-bar-color, #0064C8); + border-bottom: 2px solid #0064c8; + border-bottom: var(--tab-pure-ink-bar-width, 2px) solid var(--tab-pure-ink-bar-color, #0064c8); left: 50%; bottom: 0%; } @@ -28181,33 +30146,33 @@ small { .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab { color: #333333; color: var(--tab-wrapped-text-color, #333333); - background-color: #FFFFFF; - background-color: var(--tab-wrapped-bg-color, #FFFFFF); + background-color: #ffffff; + background-color: var(--tab-wrapped-bg-color, #ffffff); } .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab:hover { cursor: pointer; color: #333333; color: var(--tab-wrapped-text-color-hover, #333333); - background-color: #F8F8F9; - background-color: var(--tab-wrapped-bg-color-hover, #F8F8F9); + background-color: #f8f8f9; + background-color: var(--tab-wrapped-bg-color-hover, #f8f8f9); } .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.active { z-index: 1; - color: #0064C8; - color: var(--tab-wrapped-text-color-selected, #0064C8); - background-color: #FFFFFF; - background-color: var(--tab-wrapped-bg-color-selected, #FFFFFF); + color: #0064c8; + color: var(--tab-wrapped-text-color-selected, #0064c8); + background-color: #ffffff; + background-color: var(--tab-wrapped-bg-color-selected, #ffffff); } .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.disabled { pointer-events: none; cursor: default; - color: #C1C1C1; - color: var(--tab-wrapped-text-color-disabled, #C1C1C1); - background: #F8F8F9; - background: var(--tab-wrapped-bg-color-disabled, #F8F8F9); + color: #c1c1c1; + color: var(--tab-wrapped-text-color-disabled, #c1c1c1); + background: #f8f8f9; + background: var(--tab-wrapped-bg-color-disabled, #f8f8f9); } .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close { @@ -28225,16 +30190,17 @@ small { } .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.active .next-tabs-tab-close { - color: #0064C8; - color: var(--tab-close-icon-color-selected, #0064C8); + color: #0064c8; + color: var(--tab-close-icon-color-selected, #0064c8); } .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.disabled .next-tabs-tab-close { - color: #C0C6CC; - color: var(--tab-close-icon-color-disabled, #C0C6CC); + color: #c0c6cc; + color: var(--tab-close-icon-color-disabled, #c0c6cc); } -.next-tabs-wrapped:before, .next-tabs-wrapped:after { +.next-tabs-wrapped:before, +.next-tabs-wrapped:after { content: ""; display: table; } @@ -28263,30 +30229,33 @@ small { .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab { margin-right: -1px; margin-right: var(--tab-wrapped-tab-margin-right, -1px); - border: solid 1px #E3E4E6; - border: var(--tab-wrapped-border-line-style, solid) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-color, #E3E4E6); + border: solid 1px #e3e4e6; + border: var(--tab-wrapped-border-line-style, solid) var(--tab-wrapped-border-line-width, 1px) + var(--tab-wrapped-border-line-color, #e3e4e6); border-radius: 0 0 0 0; border-radius: var(--tab-wrapped-tab-corner-radius, 0) var(--tab-wrapped-tab-corner-radius, 0) 0 0; border-width: 1px 1px 1px 1px; - border-width: var(--tab-wrapped-border-side-width, 1px) var(--tab-wrapped-border-side-width, 1px) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-side-width, 1px); + border-width: var(--tab-wrapped-border-side-width, 1px) var(--tab-wrapped-border-side-width, 1px) + var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-side-width, 1px); } .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab:hover { - border-color: #E3E4E6; - border-color: var(--tab-wrapped-border-line-color-hover, #E3E4E6); + border-color: #e3e4e6; + border-color: var(--tab-wrapped-border-line-color-hover, #e3e4e6); } .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab.active { - border-color: #E3E4E6 #E3E4E6 #FFFFFF #E3E4E6; - border-color: var(--tab-wrapped-border-line-color, #E3E4E6) var(--tab-wrapped-border-line-color, #E3E4E6) var(--tab-wrapped-bg-color-selected, #FFFFFF) var(--tab-wrapped-border-line-color, #E3E4E6); + border-color: #e3e4e6 #e3e4e6 #ffffff #e3e4e6; + border-color: var(--tab-wrapped-border-line-color, #e3e4e6) var(--tab-wrapped-border-line-color, #e3e4e6) + var(--tab-wrapped-bg-color-selected, #ffffff) var(--tab-wrapped-border-line-color, #e3e4e6); } .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab:before { border-radius: 0; border-radius: var(--tab-wrapped-tab-corner-radius, 0); width: 0; - border-top: 2px solid #0064C8; - border-top: var(--tab-wrapped-ink-bar-width, 2px) solid var(--tab-wrapped-ink-bar-color, #0064C8); + border-top: 2px solid #0064c8; + border-top: var(--tab-wrapped-ink-bar-width, 2px) solid var(--tab-wrapped-ink-bar-color, #0064c8); left: 50%; top: -1px; top: calc(0px - var(--tab-wrapped-border-line-width, 1px)); @@ -28300,7 +30269,8 @@ small { .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab.active { border-width: 1px 1px 1px 1px; - border-width: var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px); + border-width: var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px) + var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px); } .next-tabs-wrapped.next-tabs-top > .next-tabs-bar:before { @@ -28309,8 +30279,9 @@ small { top: 100%; width: 100%; height: 0; - border-bottom: 1px solid #E3E4E6; - border-bottom: var(--tab-wrapped-content-border-line-width, 1px) var(--tab-wrapped-content-border-line-style, solid) var(--tab-wrapped-border-line-color, #E3E4E6); + border-bottom: 1px solid #e3e4e6; + border-bottom: var(--tab-wrapped-content-border-line-width, 1px) var(--tab-wrapped-content-border-line-style, solid) + var(--tab-wrapped-border-line-color, #e3e4e6); -webkit-transform: translateY(-1px); -webkit-transform: translateY(calc(0px - var(--tab-wrapped-content-border-line-width, 1px))); -ms-transform: translateY(-1px); @@ -28336,28 +30307,30 @@ small { .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab { margin-right: -1px; margin-right: var(--tab-wrapped-tab-margin-right, -1px); - border: solid 1px #E3E4E6; - border: var(--tab-wrapped-border-line-style, solid) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-color, #E3E4E6); + border: solid 1px #e3e4e6; + border: var(--tab-wrapped-border-line-style, solid) var(--tab-wrapped-border-line-width, 1px) + var(--tab-wrapped-border-line-color, #e3e4e6); border-radius: 0 0 0 0; border-radius: 0 0 var(--tab-wrapped-tab-corner-radius, 0) var(--tab-wrapped-tab-corner-radius, 0); } .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab:hover { - border-color: #E3E4E6; - border-color: var(--tab-wrapped-border-line-color-hover, #E3E4E6); + border-color: #e3e4e6; + border-color: var(--tab-wrapped-border-line-color-hover, #e3e4e6); } .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab.active { - border-color: #FFFFFF #E3E4E6 #E3E4E6 #E3E4E6; - border-color: var(--tab-wrapped-bg-color-selected, #FFFFFF) var(--tab-wrapped-border-line-color, #E3E4E6) var(--tab-wrapped-border-line-color, #E3E4E6) var(--tab-wrapped-border-line-color, #E3E4E6); + border-color: #ffffff #e3e4e6 #e3e4e6 #e3e4e6; + border-color: var(--tab-wrapped-bg-color-selected, #ffffff) var(--tab-wrapped-border-line-color, #e3e4e6) + var(--tab-wrapped-border-line-color, #e3e4e6) var(--tab-wrapped-border-line-color, #e3e4e6); } .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab:before { border-radius: 0; border-radius: var(--tab-wrapped-tab-corner-radius, 0); width: 0; - border-bottom: 2px solid #0064C8; - border-bottom: var(--tab-wrapped-ink-bar-width, 2px) solid var(--tab-wrapped-ink-bar-color, #0064C8); + border-bottom: 2px solid #0064c8; + border-bottom: var(--tab-wrapped-ink-bar-width, 2px) solid var(--tab-wrapped-ink-bar-color, #0064c8); left: 50%; bottom: -1px; bottom: calc(0px - var(--tab-wrapped-border-line-width, 1px)); @@ -28372,8 +30345,9 @@ small { .next-tabs-wrapped.next-tabs-bottom > .next-tabs-content { top: 1px; top: var(--tab-wrapped-border-line-width, 1px); - border-bottom: 1px solid #E3E4E6; - border-bottom: var(--tab-wrapped-content-border-line-width, 1px) var(--tab-wrapped-content-border-line-style, solid) var(--tab-wrapped-border-line-color, #E3E4E6); + border-bottom: 1px solid #e3e4e6; + border-bottom: var(--tab-wrapped-content-border-line-width, 1px) var(--tab-wrapped-content-border-line-style, solid) + var(--tab-wrapped-border-line-color, #e3e4e6); } .next-tabs-wrapped.next-tabs-left > .next-tabs-bar { @@ -28384,30 +30358,33 @@ small { float: none; margin-bottom: 4px; margin-bottom: var(--tab-wrapped-tab-margin-bottom, 4px); - border: solid 1px #E3E4E6; - border: var(--tab-wrapped-border-line-style, solid) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-color, #E3E4E6); + border: solid 1px #e3e4e6; + border: var(--tab-wrapped-border-line-style, solid) var(--tab-wrapped-border-line-width, 1px) + var(--tab-wrapped-border-line-color, #e3e4e6); border-radius: 0 0 0 0; border-radius: var(--tab-wrapped-tab-corner-radius, 0) 0 0 var(--tab-wrapped-tab-corner-radius, 0); border-width: 1px 1px 1px 1px; - border-width: var(--tab-wrapped-border-side-width, 1px) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-side-width, 1px) var(--tab-wrapped-border-side-width, 1px); + border-width: var(--tab-wrapped-border-side-width, 1px) var(--tab-wrapped-border-line-width, 1px) + var(--tab-wrapped-border-side-width, 1px) var(--tab-wrapped-border-side-width, 1px); } .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab:hover { - border-color: #E3E4E6; - border-color: var(--tab-wrapped-border-line-color-hover, #E3E4E6); + border-color: #e3e4e6; + border-color: var(--tab-wrapped-border-line-color-hover, #e3e4e6); } .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab.active { - border-color: #E3E4E6 #FFFFFF #E3E4E6 #E3E4E6; - border-color: var(--tab-wrapped-border-line-color, #E3E4E6) var(--tab-wrapped-bg-color-selected, #FFFFFF) var(--tab-wrapped-border-line-color, #E3E4E6) var(--tab-wrapped-border-line-color, #E3E4E6); + border-color: #e3e4e6 #ffffff #e3e4e6 #e3e4e6; + border-color: var(--tab-wrapped-border-line-color, #e3e4e6) var(--tab-wrapped-bg-color-selected, #ffffff) + var(--tab-wrapped-border-line-color, #e3e4e6) var(--tab-wrapped-border-line-color, #e3e4e6); } .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab:before { border-radius: 0; border-radius: var(--tab-wrapped-tab-corner-radius, 0); height: 0; - border-left: 2px solid #0064C8; - border-left: var(--tab-wrapped-ink-bar-width, 2px) solid var(--tab-wrapped-ink-bar-color, #0064C8); + border-left: 2px solid #0064c8; + border-left: var(--tab-wrapped-ink-bar-width, 2px) solid var(--tab-wrapped-ink-bar-color, #0064c8); top: 50%; left: -1px; left: calc(0px - var(--tab-wrapped-border-line-width, 1px)); @@ -28421,14 +30398,16 @@ small { .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab.active { border-width: 1px 1px 1px 1px; - border-width: var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px); + border-width: var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px) + var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px); } .next-tabs-wrapped.next-tabs-left > .next-tabs-content { right: 1px; right: var(--tab-wrapped-border-line-width, 1px); - border-left: 1px solid #E3E4E6; - border-left: var(--tab-wrapped-content-border-line-width, 1px) var(--tab-wrapped-content-border-line-style, solid) var(--tab-wrapped-border-line-color, #E3E4E6); + border-left: 1px solid #e3e4e6; + border-left: var(--tab-wrapped-content-border-line-width, 1px) var(--tab-wrapped-content-border-line-style, solid) + var(--tab-wrapped-border-line-color, #e3e4e6); } .next-tabs-wrapped.next-tabs-right > .next-tabs-bar { @@ -28439,30 +30418,33 @@ small { float: none; margin-bottom: 4px; margin-bottom: var(--tab-wrapped-tab-margin-bottom, 4px); - border: solid 1px #E3E4E6; - border: var(--tab-wrapped-border-line-style, solid) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-color, #E3E4E6); + border: solid 1px #e3e4e6; + border: var(--tab-wrapped-border-line-style, solid) var(--tab-wrapped-border-line-width, 1px) + var(--tab-wrapped-border-line-color, #e3e4e6); border-radius: 0 0 0 0; border-radius: 0 var(--tab-wrapped-tab-corner-radius, 0) var(--tab-wrapped-tab-corner-radius, 0) 0; border-width: 1px 1px 1px 1px; - border-width: var(--tab-wrapped-border-side-width, 1px) var(--tab-wrapped-border-side-width, 1px) var(--tab-wrapped-border-side-width, 1px) var(--tab-wrapped-border-line-width, 1px); + border-width: var(--tab-wrapped-border-side-width, 1px) var(--tab-wrapped-border-side-width, 1px) + var(--tab-wrapped-border-side-width, 1px) var(--tab-wrapped-border-line-width, 1px); } .next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab:hover { - border-color: #E3E4E6; - border-color: var(--tab-wrapped-border-line-color-hover, #E3E4E6); + border-color: #e3e4e6; + border-color: var(--tab-wrapped-border-line-color-hover, #e3e4e6); } .next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab.active { - border-color: #E3E4E6 #E3E4E6 #E3E4E6 #FFFFFF; - border-color: var(--tab-wrapped-border-line-color, #E3E4E6) var(--tab-wrapped-border-line-color, #E3E4E6) var(--tab-wrapped-border-line-color, #E3E4E6) var(--tab-wrapped-bg-color-selected, #FFFFFF); + border-color: #e3e4e6 #e3e4e6 #e3e4e6 #ffffff; + border-color: var(--tab-wrapped-border-line-color, #e3e4e6) var(--tab-wrapped-border-line-color, #e3e4e6) + var(--tab-wrapped-border-line-color, #e3e4e6) var(--tab-wrapped-bg-color-selected, #ffffff); } .next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab:before { border-radius: 0; border-radius: var(--tab-wrapped-tab-corner-radius, 0); height: 0; - border-right: 2px solid #0064C8; - border-right: var(--tab-wrapped-ink-bar-width, 2px) solid var(--tab-wrapped-ink-bar-color, #0064C8); + border-right: 2px solid #0064c8; + border-right: var(--tab-wrapped-ink-bar-width, 2px) solid var(--tab-wrapped-ink-bar-color, #0064c8); top: 50%; right: -1px; right: calc(0px - var(--tab-wrapped-border-line-width, 1px)); @@ -28476,28 +30458,31 @@ small { .next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab.active { border-width: 1px 1px 1px 1px; - border-width: var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px); + border-width: var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px) + var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px); } .next-tabs-wrapped.next-tabs-right > .next-tabs-content { right: -1px; right: calc(0px - var(--tab-wrapped-border-line-width, 1px)); - border-right: 1px solid #E3E4E6; - border-right: var(--tab-wrapped-content-border-line-width, 1px) var(--tab-wrapped-content-border-line-style, solid) var(--tab-wrapped-border-line-color, #E3E4E6); + border-right: 1px solid #e3e4e6; + border-right: var(--tab-wrapped-content-border-line-width, 1px) var(--tab-wrapped-content-border-line-style, solid) + var(--tab-wrapped-border-line-color, #e3e4e6); } .next-tabs-capsule > .next-tabs-bar .next-tabs-tab { -webkit-transition: background-color 100ms linear; transition: background-color 100ms linear; - border: 1px solid #C0C6CC; - border: var(--tab-capsule-tab-border-line-width, 1px) var(--tab-capsule-tab-border-line-style, solid) var(--tab-capsule-tab-border-line-color, #C0C6CC); + border: 1px solid #c0c6cc; + border: var(--tab-capsule-tab-border-line-width, 1px) var(--tab-capsule-tab-border-line-style, solid) + var(--tab-capsule-tab-border-line-color, #c0c6cc); border-right-color: transparent; margin-right: -1px; margin-right: calc(0px - var(--tab-capsule-tab-border-line-width, 1px)); color: #333333; color: var(--tab-capsule-text-color, #333333); - background-color: #FFFFFF; - background-color: var(--tab-capsule-bg-color, #FFFFFF); + background-color: #ffffff; + background-color: var(--tab-capsule-bg-color, #ffffff); } .next-tabs-capsule > .next-tabs-bar .next-tabs-tab:first-child { @@ -28508,53 +30493,56 @@ small { .next-tabs-capsule > .next-tabs-bar .next-tabs-tab:last-child { border-radius: 0 2px 2px 0; border-radius: 0 var(--tab-capsule-corner-radius, 2px) var(--tab-capsule-corner-radius, 2px) 0; - border-right: 1px solid #C0C6CC; - border-right: var(--tab-capsule-tab-border-line-width, 1px) var(--tab-capsule-tab-border-line-style, solid) var(--tab-capsule-tab-border-line-color, #C0C6CC); + border-right: 1px solid #c0c6cc; + border-right: var(--tab-capsule-tab-border-line-width, 1px) var(--tab-capsule-tab-border-line-style, solid) + var(--tab-capsule-tab-border-line-color, #c0c6cc); } .next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active { - border-right: 1px solid #C0C6CC; - border-right: var(--tab-capsule-tab-border-line-width, 1px) var(--tab-capsule-tab-border-line-style, solid) var(--tab-capsule-tab-border-line-color, #C0C6CC); - border-color: #C0C6CC; - border-color: var(--tab-capsule-tab-border-line-color-active, #C0C6CC); + border-right: 1px solid #c0c6cc; + border-right: var(--tab-capsule-tab-border-line-width, 1px) var(--tab-capsule-tab-border-line-style, solid) + var(--tab-capsule-tab-border-line-color, #c0c6cc); + border-color: #c0c6cc; + border-color: var(--tab-capsule-tab-border-line-color-active, #c0c6cc); } .next-tabs-capsule > .next-tabs-bar .next-tabs-tab.disabled { - border-color: #E3E4E6; - border-color: var(--tab-capsule-tab-border-line-color-disabled, #E3E4E6); + border-color: #e3e4e6; + border-color: var(--tab-capsule-tab-border-line-color-disabled, #e3e4e6); } .next-tabs-capsule > .next-tabs-bar .next-tabs-tab:hover { z-index: 2; - border-right: 1px solid #C0C6CC; - border-right: var(--tab-capsule-tab-border-line-width, 1px) var(--tab-capsule-tab-border-line-style, solid) var(--tab-capsule-tab-border-line-color, #C0C6CC); - border-color: #C0C6CC; - border-color: var(--tab-capsule-tab-border-line-color-hover, #C0C6CC); + border-right: 1px solid #c0c6cc; + border-right: var(--tab-capsule-tab-border-line-width, 1px) var(--tab-capsule-tab-border-line-style, solid) + var(--tab-capsule-tab-border-line-color, #c0c6cc); + border-color: #c0c6cc; + border-color: var(--tab-capsule-tab-border-line-color-hover, #c0c6cc); } .next-tabs-capsule > .next-tabs-bar .next-tabs-tab:hover { cursor: pointer; color: #333333; color: var(--tab-capsule-text-color-hover, #333333); - background-color: #F7F9FA; - background-color: var(--tab-capsule-bg-color-hover, #F7F9FA); + background-color: #f7f9fa; + background-color: var(--tab-capsule-bg-color-hover, #f7f9fa); } .next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active { z-index: 1; - color: #0064C8; - color: var(--tab-capsule-text-color-selected, #0064C8); - background-color: #EFF3F8; - background-color: var(--tab-capsule-bg-color-selected, #EFF3F8); + color: #0064c8; + color: var(--tab-capsule-text-color-selected, #0064c8); + background-color: #eff3f8; + background-color: var(--tab-capsule-bg-color-selected, #eff3f8); } .next-tabs-capsule > .next-tabs-bar .next-tabs-tab.disabled { pointer-events: none; cursor: default; - color: #C1C1C1; - color: var(--tab-capsule-text-color-disabled, #C1C1C1); - background: #F8F8F9; - background: var(--tab-capsule-bg-color-disabled, #F8F8F9); + color: #c1c1c1; + color: var(--tab-capsule-text-color-disabled, #c1c1c1); + background: #f8f8f9; + background: var(--tab-capsule-bg-color-disabled, #f8f8f9); } .next-tabs-text > .next-tabs-bar .next-tabs-tab { @@ -28565,23 +30553,23 @@ small { .next-tabs-text > .next-tabs-bar .next-tabs-tab:hover { cursor: pointer; - color: #0064C8; - color: var(--tab-text-text-color-hover, #0064C8); + color: #0064c8; + color: var(--tab-text-text-color-hover, #0064c8); background-color: transparent; } .next-tabs-text > .next-tabs-bar .next-tabs-tab.active { z-index: 1; - color: #0064C8; - color: var(--tab-text-text-color-selected, #0064C8); + color: #0064c8; + color: var(--tab-text-text-color-selected, #0064c8); background-color: transparent; } .next-tabs-text > .next-tabs-bar .next-tabs-tab.disabled { pointer-events: none; cursor: default; - color: #C1C1C1; - color: var(--tab-text-text-color-disabled, #C1C1C1); + color: #c1c1c1; + color: var(--tab-text-text-color-disabled, #c1c1c1); background: transparent; } @@ -28595,8 +30583,8 @@ small { width: var(--tab-text-item-sep-width, 1px); height: 12px; height: var(--tab-text-item-sep-height, 12px); - background-color: #C0C6CC; - background-color: var(--tab-text-item-sep-color, #C0C6CC); + background-color: #c0c6cc; + background-color: var(--tab-text-item-sep-color, #c0c6cc); } .next-tabs-pure > .next-tabs-bar { @@ -28638,97 +30626,102 @@ small { transform: translateY(-50%); } -.next-tabs[dir=rtl].next-medium .next-tabs-nav-container-scrolling { +.next-tabs[dir="rtl"].next-medium .next-tabs-nav-container-scrolling { padding-left: 60px; padding-left: var(--tab-nav-scroll-padding-right-m, 60px); padding-right: 0; } -.next-tabs[dir=rtl].next-medium .next-tabs-tab-close { +.next-tabs[dir="rtl"].next-medium .next-tabs-tab-close { padding-right: 8px; padding-right: var(--tab-nav-close-icon-padding-l-size-m, 8px); padding-left: 0; } -.next-tabs[dir=rtl].next-small .next-tabs-nav-container-scrolling { +.next-tabs[dir="rtl"].next-small .next-tabs-nav-container-scrolling { padding-left: 56px; padding-left: var(--tab-nav-scroll-padding-right-s, 56px); padding-right: 0; } -.next-tabs[dir=rtl].next-small .next-tabs-tab-close { +.next-tabs[dir="rtl"].next-small .next-tabs-tab-close { padding-right: 8px; padding-right: var(--tab-nav-close-icon-padding-l-size-s, 8px); padding-left: 0; } -.next-tabs[dir=rtl].next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-nav-extra { +.next-tabs[dir="rtl"].next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-nav-extra { right: auto; left: 0; } -.next-tabs[dir=rtl].next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-nav-extra { +.next-tabs[dir="rtl"].next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-nav-extra { right: auto; left: 0; } -.next-tabs[dir=rtl] > .next-tabs-bar .next-tabs-nav-extra { +.next-tabs[dir="rtl"] > .next-tabs-bar .next-tabs-nav-extra { right: auto; left: 0; } -.next-tabs[dir=rtl].next-tabs-capsule > .next-tabs-bar .next-tabs-tab { - border-top: 1px solid #C0C6CC; - border-top: var(--tab-capsule-tab-border-line-width, 1px) var(--tab-capsule-tab-border-line-style, solid) var(--tab-capsule-tab-border-line-color, #C0C6CC); - border-bottom: 1px solid #C0C6CC; - border-bottom: var(--tab-capsule-tab-border-line-width, 1px) var(--tab-capsule-tab-border-line-style, solid) var(--tab-capsule-tab-border-line-color, #C0C6CC); - border-right: 1px solid #C0C6CC; - border-right: var(--tab-capsule-tab-border-line-width, 1px) var(--tab-capsule-tab-border-line-style, solid) var(--tab-capsule-tab-border-line-color, #C0C6CC); +.next-tabs[dir="rtl"].next-tabs-capsule > .next-tabs-bar .next-tabs-tab { + border-top: 1px solid #c0c6cc; + border-top: var(--tab-capsule-tab-border-line-width, 1px) var(--tab-capsule-tab-border-line-style, solid) + var(--tab-capsule-tab-border-line-color, #c0c6cc); + border-bottom: 1px solid #c0c6cc; + border-bottom: var(--tab-capsule-tab-border-line-width, 1px) var(--tab-capsule-tab-border-line-style, solid) + var(--tab-capsule-tab-border-line-color, #c0c6cc); + border-right: 1px solid #c0c6cc; + border-right: var(--tab-capsule-tab-border-line-width, 1px) var(--tab-capsule-tab-border-line-style, solid) + var(--tab-capsule-tab-border-line-color, #c0c6cc); border-left: 0; } -.next-tabs[dir=rtl].next-tabs-capsule > .next-tabs-bar .next-tabs-tab:first-child { +.next-tabs[dir="rtl"].next-tabs-capsule > .next-tabs-bar .next-tabs-tab:first-child { border-left: 0; border-radius: 0 2px 2px 0; border-radius: 0 var(--tab-capsule-corner-radius, 2px) var(--tab-capsule-corner-radius, 2px) 0; } -.next-tabs[dir=rtl].next-tabs-capsule > .next-tabs-bar .next-tabs-tab:last-child { +.next-tabs[dir="rtl"].next-tabs-capsule > .next-tabs-bar .next-tabs-tab:last-child { border-radius: 2px 0 0 2px; border-radius: var(--tab-capsule-corner-radius, 2px) 0 0 var(--tab-capsule-corner-radius, 2px); - border-left: 1px solid #C0C6CC; - border-left: var(--tab-capsule-tab-border-line-width, 1px) var(--tab-capsule-tab-border-line-style, solid) var(--tab-capsule-tab-border-line-color, #C0C6CC); + border-left: 1px solid #c0c6cc; + border-left: var(--tab-capsule-tab-border-line-width, 1px) var(--tab-capsule-tab-border-line-style, solid) + var(--tab-capsule-tab-border-line-color, #c0c6cc); } -.next-tabs[dir=rtl].next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active { +.next-tabs[dir="rtl"].next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active { margin-left: -1px; margin-left: calc(0px - var(--tab-capsule-tab-border-line-width, 1px)); margin-right: auto; - border-left: 1px solid #C0C6CC; - border-left: var(--tab-capsule-tab-border-line-width, 1px) var(--tab-capsule-tab-border-line-style, solid) var(--tab-capsule-tab-border-line-color, #C0C6CC); - border-color: #C0C6CC; - border-color: var(--tab-capsule-tab-border-line-color-active, #C0C6CC); + border-left: 1px solid #c0c6cc; + border-left: var(--tab-capsule-tab-border-line-width, 1px) var(--tab-capsule-tab-border-line-style, solid) + var(--tab-capsule-tab-border-line-color, #c0c6cc); + border-color: #c0c6cc; + border-color: var(--tab-capsule-tab-border-line-color-active, #c0c6cc); } -.next-tabs[dir=rtl] .next-tabs-btn-next { +.next-tabs[dir="rtl"] .next-tabs-btn-next { left: 12px; left: var(--tab-nav-arrow-right-positon-right, 12px); right: auto; } -.next-tabs[dir=rtl] .next-tabs-btn-prev { +.next-tabs[dir="rtl"] .next-tabs-btn-prev { left: 32px; left: var(--tab-nav-arrow-left-positon-right, 32px); right: auto; } -.next-tabs[dir=rtl] .next-tabs-btn-down { +.next-tabs[dir="rtl"] .next-tabs-btn-down { left: 8px; left: var(--tab-nav-arrow-down-positon-right, 8px); right: auto; } -.next-tabs-text[dir=rtl] > .next-tabs-bar .next-tabs-tab:not(:last-child):after { +.next-tabs-text[dir="rtl"] > .next-tabs-bar .next-tabs-tab:not(:last-child):after { content: ""; position: absolute; left: 0; @@ -28771,44 +30764,49 @@ small { background-color: transparent; } -.next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]).hover { - color: #0064C8; - color: var(--tag-normal-text-color-hover, #0064C8); +.next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]):hover, +.next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]).hover { + color: #0064c8; + color: var(--tag-normal-text-color-hover, #0064c8); } .next-tag-default.next-tag-level-primary { color: #555555; color: var(--tag-fill-text-color, #555555); - border-color: #C0C6CC; - border-color: var(--tag-fill-border-color, #C0C6CC); - background-color: #FFFFFF; - background-color: var(--tag-fill-bg-color, #FFFFFF); + border-color: #c0c6cc; + border-color: var(--tag-fill-border-color, #c0c6cc); + background-color: #ffffff; + background-color: var(--tag-fill-bg-color, #ffffff); } -.next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]):hover, .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]).hover { +.next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]):hover, +.next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]).hover { color: #333333; color: var(--tag-fill-text-color-hover, #333333); - border-color: #C0C6CC; - border-color: var(--tag-fill-border-color-hover, #C0C6CC); - background-color: #FFFFFF; - background-color: var(--tag-fill-bg-color-hover, #FFFFFF); + border-color: #c0c6cc; + border-color: var(--tag-fill-border-color-hover, #c0c6cc); + background-color: #ffffff; + background-color: var(--tag-fill-bg-color-hover, #ffffff); } -.next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]).hover > .next-tag-close-btn { +.next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]):hover > .next-tag-close-btn, +.next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]).hover > .next-tag-close-btn { color: #333333; color: var(--tag-fill-tail-color-hover, #333333); } -.next-tag-default.next-tag-level-primary[disabled], .disabled.next-tag-default.next-tag-level-primary { +.next-tag-default.next-tag-level-primary[disabled], +.disabled.next-tag-default.next-tag-level-primary { color: #b3b3b3; color: var(--tag-fill-text-color-disabled, #b3b3b3); - border-color: #D1D5D9; - border-color: var(--tag-fill-border-color-disabled, #D1D5D9); - background-color: #FFFFFF; - background-color: var(--tag-fill-bg-color-disabled, #FFFFFF); + border-color: #d1d5d9; + border-color: var(--tag-fill-border-color-disabled, #d1d5d9); + background-color: #ffffff; + background-color: var(--tag-fill-bg-color-disabled, #ffffff); } -.next-tag-default.next-tag-level-primary[disabled] > .next-tag-close-btn, .disabled.next-tag-default.next-tag-level-primary > .next-tag-close-btn { +.next-tag-default.next-tag-level-primary[disabled] > .next-tag-close-btn, +.disabled.next-tag-default.next-tag-level-primary > .next-tag-close-btn { color: #b3b3b3; color: var(--tag-fill-tail-color-disabled, #b3b3b3); } @@ -28821,36 +30819,40 @@ small { .next-tag-closable.next-tag-level-primary { color: #333333; color: var(--tag-closable-primary-fill-text-color, #333333); - border-color: #C0C6CC; - border-color: var(--tag-closable-primary-fill-border-color, #C0C6CC); - background-color: #FFFFFF; - background-color: var(--tag-closable-primary-fill-bg-color, #FFFFFF); + border-color: #c0c6cc; + border-color: var(--tag-closable-primary-fill-border-color, #c0c6cc); + background-color: #ffffff; + background-color: var(--tag-closable-primary-fill-bg-color, #ffffff); } -.next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):hover, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]).hover { - color: #0064C8; - color: var(--tag-closable-primary-fill-text-color-hover, #0064C8); - border-color: #C0C6CC; - border-color: var(--tag-closable-primary-fill-border-color-hover, #C0C6CC); - background-color: #F7F9FA; - background-color: var(--tag-closable-primary-fill-bg-color-hover, #F7F9FA); +.next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):hover, +.next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]).hover { + color: #0064c8; + color: var(--tag-closable-primary-fill-text-color-hover, #0064c8); + border-color: #c0c6cc; + border-color: var(--tag-closable-primary-fill-border-color-hover, #c0c6cc); + background-color: #f7f9fa; + background-color: var(--tag-closable-primary-fill-bg-color-hover, #f7f9fa); } -.next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]).hover > .next-tag-close-btn { +.next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):hover > .next-tag-close-btn, +.next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]).hover > .next-tag-close-btn { color: #333333; color: var(--tag-fill-tail-color-hover, #333333); } -.next-tag-closable.next-tag-level-primary[disabled], .disabled.next-tag-closable.next-tag-level-primary { +.next-tag-closable.next-tag-level-primary[disabled], +.disabled.next-tag-closable.next-tag-level-primary { color: #b3b3b3; color: var(--tag-closable-primary-fill-text-color-disabled, #b3b3b3); - border-color: #D1D5D9; - border-color: var(--tag-closable-primary-fill-border-color-disabled, #D1D5D9); - background-color: #FFFFFF; - background-color: var(--tag-closable-primary-fill-bg-color-disabled, #FFFFFF); + border-color: #d1d5d9; + border-color: var(--tag-closable-primary-fill-border-color-disabled, #d1d5d9); + background-color: #ffffff; + background-color: var(--tag-closable-primary-fill-bg-color-disabled, #ffffff); } -.next-tag-closable.next-tag-level-primary[disabled] > .next-tag-close-btn, .disabled.next-tag-closable.next-tag-level-primary > .next-tag-close-btn { +.next-tag-closable.next-tag-level-primary[disabled] > .next-tag-close-btn, +.disabled.next-tag-closable.next-tag-level-primary > .next-tag-close-btn { color: #b3b3b3; color: var(--tag-fill-tail-color-disabled, #b3b3b3); } @@ -28863,38 +30865,42 @@ small { .next-tag-checkable.next-tag-level-primary { color: #333333; color: var(--tag-checkable-fill-text-color, #333333); - border-color: #C0C6CC; - border-color: var(--tag-checkable-fill-border-color, #C0C6CC); - background-color: #FFFFFF; - background-color: var(--tag-checkable-fill-bg-color, #FFFFFF); + border-color: #c0c6cc; + border-color: var(--tag-checkable-fill-border-color, #c0c6cc); + background-color: #ffffff; + background-color: var(--tag-checkable-fill-bg-color, #ffffff); } -.next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]).hover { - color: #0064C8; - color: var(--tag-checkable-fill-text-color-hover, #0064C8); - border-color: #C0C6CC; - border-color: var(--tag-checkable-fill-border-color-hover, #C0C6CC); - background-color: #F7F9FA; - background-color: var(--tag-checkable-fill-bg-color-hover, #F7F9FA); +.next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):hover, +.next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]).hover { + color: #0064c8; + color: var(--tag-checkable-fill-text-color-hover, #0064c8); + border-color: #c0c6cc; + border-color: var(--tag-checkable-fill-border-color-hover, #c0c6cc); + background-color: #f7f9fa; + background-color: var(--tag-checkable-fill-bg-color-hover, #f7f9fa); } -.next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]).hover > .next-tag-close-btn { +.next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):hover > .next-tag-close-btn, +.next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]).hover > .next-tag-close-btn { color: #111111; color: var(--tag-checkable-fill-tail-color-hover, #111111); } -.next-tag-checkable.next-tag-level-primary[disabled], .disabled.next-tag-checkable.next-tag-level-primary { +.next-tag-checkable.next-tag-level-primary[disabled], +.disabled.next-tag-checkable.next-tag-level-primary { color: #b3b3b3; color: var(--tag-checkable-fill-text-color-disabled, #b3b3b3); - border-color: #D1D5D9; - border-color: var(--tag-checkable-fill-border-color-disabled, #D1D5D9); - background-color: #FFFFFF; - background-color: var(--tag-checkable-fill-bg-color-disabled, #FFFFFF); + border-color: #d1d5d9; + border-color: var(--tag-checkable-fill-border-color-disabled, #d1d5d9); + background-color: #ffffff; + background-color: var(--tag-checkable-fill-bg-color-disabled, #ffffff); } -.next-tag-checkable.next-tag-level-primary[disabled] > .next-tag-close-btn, .disabled.next-tag-checkable.next-tag-level-primary > .next-tag-close-btn { - color: #C1C1C1; - color: var(--tag-checkable-fill-tail-color-disabled, #C1C1C1); +.next-tag-checkable.next-tag-level-primary[disabled] > .next-tag-close-btn, +.disabled.next-tag-checkable.next-tag-level-primary > .next-tag-close-btn { + color: #c1c1c1; + color: var(--tag-checkable-fill-tail-color-disabled, #c1c1c1); } .next-tag-checkable.next-tag-level-primary > .next-tag-close-btn { @@ -28903,82 +30909,90 @@ small { } .next-tag-checkable.next-tag-level-primary.checked { - color: #0064C8; - color: var(--tag-checkable-primary-text-color, #0064C8); - border-color: #0064C8; - border-color: var(--tag-checkable-primary-border-color, #0064C8); - background-color: #FFFFFF; - background-color: var(--tag-checkable-primary-bg-color, #FFFFFF); + color: #0064c8; + color: var(--tag-checkable-primary-text-color, #0064c8); + border-color: #0064c8; + border-color: var(--tag-checkable-primary-border-color, #0064c8); + background-color: #ffffff; + background-color: var(--tag-checkable-primary-bg-color, #ffffff); } -.next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]).hover { - color: #0064C8; - color: var(--tag-checkable-primary-text-color-hover, #0064C8); - border-color: #0064C8; - border-color: var(--tag-checkable-primary-border-color-hover, #0064C8); - background-color: #F7F9FA; - background-color: var(--tag-checkable-primary-bg-color-hover, #F7F9FA); +.next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]):hover, +.next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]).hover { + color: #0064c8; + color: var(--tag-checkable-primary-text-color-hover, #0064c8); + border-color: #0064c8; + border-color: var(--tag-checkable-primary-border-color-hover, #0064c8); + background-color: #f7f9fa; + background-color: var(--tag-checkable-primary-bg-color-hover, #f7f9fa); } -.next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]).hover > .next-tag-close-btn { - color: #FFFFFF; - color: var(--tag-checkable-primary-tail-color-hover, #FFFFFF); +.next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]):hover > .next-tag-close-btn, +.next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]).hover > .next-tag-close-btn { + color: #ffffff; + color: var(--tag-checkable-primary-tail-color-hover, #ffffff); } -.next-tag-checkable.next-tag-level-primary.checked[disabled], .disabled.next-tag-checkable.next-tag-level-primary.checked { +.next-tag-checkable.next-tag-level-primary.checked[disabled], +.disabled.next-tag-checkable.next-tag-level-primary.checked { color: #b3b3b3; color: var(--tag-checkable-primary-text-color-disabled, #b3b3b3); - border-color: #D1D5D9; - border-color: var(--tag-checkable-primary-border-color-disabled, #D1D5D9); - background-color: #FFFFFF; - background-color: var(--tag-checkable-primary-bg-color-disabled, #FFFFFF); + border-color: #d1d5d9; + border-color: var(--tag-checkable-primary-border-color-disabled, #d1d5d9); + background-color: #ffffff; + background-color: var(--tag-checkable-primary-bg-color-disabled, #ffffff); } -.next-tag-checkable.next-tag-level-primary.checked[disabled] > .next-tag-close-btn, .disabled.next-tag-checkable.next-tag-level-primary.checked > .next-tag-close-btn { - color: #FFFFFF; - color: var(--tag-checkable-primary-tail-color, #FFFFFF); +.next-tag-checkable.next-tag-level-primary.checked[disabled] > .next-tag-close-btn, +.disabled.next-tag-checkable.next-tag-level-primary.checked > .next-tag-close-btn { + color: #ffffff; + color: var(--tag-checkable-primary-tail-color, #ffffff); } .next-tag-checkable.next-tag-level-primary.checked > .next-tag-close-btn { - color: #FFFFFF; - color: var(--tag-checkable-primary-tail-color, #FFFFFF); + color: #ffffff; + color: var(--tag-checkable-primary-tail-color, #ffffff); } .next-tag-default.next-tag-level-normal { color: #333333; color: var(--tag-bordered-text-color, #333333); - border-color: #C0C6CC; - border-color: var(--tag-bordered-border-color, #C0C6CC); - background-color: #FFFFFF; - background-color: var(--tag-bordered-bg, #FFFFFF); + border-color: #c0c6cc; + border-color: var(--tag-bordered-border-color, #c0c6cc); + background-color: #ffffff; + background-color: var(--tag-bordered-bg, #ffffff); } -.next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]).hover { +.next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):hover, +.next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]).hover { color: #333333; color: var(--tag-bordered-text-color-hover, #333333); - border-color: #C0C6CC; - border-color: var(--tag-bordered-border-color-hover, #C0C6CC); - background-color: #FFFFFF; - background-color: var(--tag-bordered-bg-hover, #FFFFFF); + border-color: #c0c6cc; + border-color: var(--tag-bordered-border-color-hover, #c0c6cc); + background-color: #ffffff; + background-color: var(--tag-bordered-bg-hover, #ffffff); } -.next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]).hover > .next-tag-close-btn { +.next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):hover > .next-tag-close-btn, +.next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]).hover > .next-tag-close-btn { color: #111111; color: var(--tag-bordered-tail-color-hover, #111111); } -.next-tag-default.next-tag-level-normal[disabled], .disabled.next-tag-default.next-tag-level-normal { +.next-tag-default.next-tag-level-normal[disabled], +.disabled.next-tag-default.next-tag-level-normal { color: #b3b3b3; color: var(--tag-bordered-text-color-disabled, #b3b3b3); - border-color: #D1D5D9; - border-color: var(--tag-bordered-border-color-disabled, #D1D5D9); - background-color: #FFFFFF; - background-color: var(--tag-bordered-bg-disabled, #FFFFFF); + border-color: #d1d5d9; + border-color: var(--tag-bordered-border-color-disabled, #d1d5d9); + background-color: #ffffff; + background-color: var(--tag-bordered-bg-disabled, #ffffff); } -.next-tag-default.next-tag-level-normal[disabled] > .next-tag-close-btn, .disabled.next-tag-default.next-tag-level-normal > .next-tag-close-btn { - color: #C1C1C1; - color: var(--tag-bordered-tail-color-disabled, #C1C1C1); +.next-tag-default.next-tag-level-normal[disabled] > .next-tag-close-btn, +.disabled.next-tag-default.next-tag-level-normal > .next-tag-close-btn { + color: #c1c1c1; + color: var(--tag-bordered-tail-color-disabled, #c1c1c1); } .next-tag-default.next-tag-level-normal > .next-tag-close-btn { @@ -28989,38 +31003,42 @@ small { .next-tag-closable.next-tag-level-normal { color: #333333; color: var(--tag-closable-bordered-text-color, #333333); - border-color: #C0C6CC; - border-color: var(--tag-closable-bordered-border-color, #C0C6CC); - background-color: #FFFFFF; - background-color: var(--tag-closable-bordered-bg, #FFFFFF); + border-color: #c0c6cc; + border-color: var(--tag-closable-bordered-border-color, #c0c6cc); + background-color: #ffffff; + background-color: var(--tag-closable-bordered-bg, #ffffff); } -.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover { - color: #0064C8; - color: var(--tag-closable-bordered-text-color-hover, #0064C8); - border-color: #C0C6CC; - border-color: var(--tag-closable-bordered-border-color-hover, #C0C6CC); - background-color: #F7F9FA; - background-color: var(--tag-closable-bordered-bg-hover, #F7F9FA); +.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover, +.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover { + color: #0064c8; + color: var(--tag-closable-bordered-text-color-hover, #0064c8); + border-color: #c0c6cc; + border-color: var(--tag-closable-bordered-border-color-hover, #c0c6cc); + background-color: #f7f9fa; + background-color: var(--tag-closable-bordered-bg-hover, #f7f9fa); } -.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover > .next-tag-close-btn { +.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover > .next-tag-close-btn, +.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover > .next-tag-close-btn { color: #333333; color: var(--tag-closable-bordered-tail-color-hover, #333333); } -.next-tag-closable.next-tag-level-normal[disabled], .disabled.next-tag-closable.next-tag-level-normal { +.next-tag-closable.next-tag-level-normal[disabled], +.disabled.next-tag-closable.next-tag-level-normal { color: #b3b3b3; color: var(--tag-closable-bordered-text-color-disabled, #b3b3b3); - border-color: #D1D5D9; - border-color: var(--tag-closable-bordered-border-color-disabled, #D1D5D9); + border-color: #d1d5d9; + border-color: var(--tag-closable-bordered-border-color-disabled, #d1d5d9); background-color: transparent; background-color: var(--tag-closable-bordered-bg-disabled, transparent); } -.next-tag-closable.next-tag-level-normal[disabled] > .next-tag-close-btn, .disabled.next-tag-closable.next-tag-level-normal > .next-tag-close-btn { - color: #C1C1C1; - color: var(--tag-closable-bordered-tail-color-disabled, #C1C1C1); +.next-tag-closable.next-tag-level-normal[disabled] > .next-tag-close-btn, +.disabled.next-tag-closable.next-tag-level-normal > .next-tag-close-btn { + color: #c1c1c1; + color: var(--tag-closable-bordered-tail-color-disabled, #c1c1c1); } .next-tag-closable.next-tag-level-normal > .next-tag-close-btn { @@ -29029,47 +31047,49 @@ small { } .next-tag-checkable.next-tag-level-normal.checked { - color: #0064C8; - color: var(--tag-secondary-text-color, #0064C8); - border-color: #0064C8; - border-color: var(--tag-secondary-border-color, #0064C8); + color: #0064c8; + color: var(--tag-secondary-text-color, #0064c8); + border-color: #0064c8; + border-color: var(--tag-secondary-border-color, #0064c8); background-color: transparent; background-color: var(--tag-secondary-bg, transparent); } -.next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]).hover { - color: #0064C8; - color: var(--tag-secondary-text-color-hover, #0064C8); - border-color: #0064C8; - border-color: var(--tag-secondary-border-color-hover, #0064C8); - background-color: #F7F9FA; - background-color: var(--tag-secondary-bg-hover, #F7F9FA); +.next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):hover, +.next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]).hover { + color: #0064c8; + color: var(--tag-secondary-text-color-hover, #0064c8); + border-color: #0064c8; + border-color: var(--tag-secondary-border-color-hover, #0064c8); + background-color: #f7f9fa; + background-color: var(--tag-secondary-bg-hover, #f7f9fa); } .next-tag-checkable.next-tag-level-secondary.checked { - color: #0064C8; - color: var(--tag-secondary-text-color, #0064C8); - border-color: #0064C8; - border-color: var(--tag-secondary-border-color, #0064C8); + color: #0064c8; + color: var(--tag-secondary-text-color, #0064c8); + border-color: #0064c8; + border-color: var(--tag-secondary-border-color, #0064c8); background-color: transparent; background-color: var(--tag-secondary-bg, transparent); } -.next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]).hover { - color: #0064C8; - color: var(--tag-secondary-text-color-hover, #0064C8); - border-color: #0064C8; - border-color: var(--tag-secondary-border-color-hover, #0064C8); - background-color: #F7F9FA; - background-color: var(--tag-secondary-bg-hover, #F7F9FA); +.next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):hover, +.next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]).hover { + color: #0064c8; + color: var(--tag-secondary-text-color-hover, #0064c8); + border-color: #0064c8; + border-color: var(--tag-secondary-border-color-hover, #0064c8); + background-color: #f7f9fa; + background-color: var(--tag-secondary-bg-hover, #f7f9fa); } .next-tag-checkable.next-tag-level-secondary.checked:before { position: absolute; content: ""; -webkit-font-smoothing: antialiased; - background-color: #0064C8; - background-color: var(--tag-checkable-secondary-bg-selected, #0064C8); + background-color: #0064c8; + background-color: var(--tag-checkable-secondary-bg-selected, #0064c8); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); @@ -29084,63 +31104,69 @@ small { -webkit-transform: scale(0.6); -ms-transform: scale(0.6); transform: scale(0.6); - color: #FFFFFF; - color: var(--tag-checkable-secondary-icon-color-selected, #FFFFFF); + color: #ffffff; + color: var(--tag-checkable-secondary-icon-color-selected, #ffffff); } -.next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):hover:before, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]).hover:before { +.next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):hover:before, +.next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]).hover:before { background-color: #002850; background-color: var(--tag-checkable-secondary-bg-selected-hover, #002850); } -.next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):hover:after, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]).hover:after { - color: #FFFFFF; - color: var(--tag-checkable-secondary-icon-color-selected-hover, #FFFFFF); +.next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):hover:after, +.next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]).hover:after { + color: #ffffff; + color: var(--tag-checkable-secondary-icon-color-selected-hover, #ffffff); } -.next-tag-checkable.next-tag-level-secondary.checked[disabled]:before, .next-tag-checkable.next-tag-level-secondary.checked:disabled:before { - background-color: #E3E4E6; - background-color: var(--tag-checkable-secondary-bg-selected-disabled, #E3E4E6); +.next-tag-checkable.next-tag-level-secondary.checked[disabled]:before, +.next-tag-checkable.next-tag-level-secondary.checked:disabled:before { + background-color: #e3e4e6; + background-color: var(--tag-checkable-secondary-bg-selected-disabled, #e3e4e6); } -.next-tag-checkable.next-tag-level-secondary.checked[disabled]:after, .next-tag-checkable.next-tag-level-secondary.checked:disabled:after { - color: #FFFFFF; - color: var(--tag-checkable-secondary-icon-color-selected-disabled, #FFFFFF); +.next-tag-checkable.next-tag-level-secondary.checked[disabled]:after, +.next-tag-checkable.next-tag-level-secondary.checked:disabled:after { + color: #ffffff; + color: var(--tag-checkable-secondary-icon-color-selected-disabled, #ffffff); } .next-tag-checkable.next-tag-level-normal { color: #333333; color: var(--tag-checkable-normal-text-color, #333333); - border-color: #C0C6CC; - border-color: var(--tag-checkable-normal-border-color, #C0C6CC); - background-color: #FFFFFF; - background-color: var(--tag-checkable-normal-bg, #FFFFFF); + border-color: #c0c6cc; + border-color: var(--tag-checkable-normal-border-color, #c0c6cc); + background-color: #ffffff; + background-color: var(--tag-checkable-normal-bg, #ffffff); } -.next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]).hover { - color: #0064C8; - color: var(--tag-checkable-normal-text-color-hover, #0064C8); - border-color: #C0C6CC; - border-color: var(--tag-checkable-normal-border-color-hover, #C0C6CC); - background-color: #F7F9FA; - background-color: var(--tag-checkable-normal-bg-hover, #F7F9FA); +.next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]):hover, +.next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]).hover { + color: #0064c8; + color: var(--tag-checkable-normal-text-color-hover, #0064c8); + border-color: #c0c6cc; + border-color: var(--tag-checkable-normal-border-color-hover, #c0c6cc); + background-color: #f7f9fa; + background-color: var(--tag-checkable-normal-bg-hover, #f7f9fa); } -.next-tag-checkable.next-tag-level-normal[disabled], .disabled.next-tag-checkable.next-tag-level-normal { +.next-tag-checkable.next-tag-level-normal[disabled], +.disabled.next-tag-checkable.next-tag-level-normal { color: #b3b3b3; color: var(--tag-checkable-normal-text-selected-disabled, #b3b3b3); - border-color: #D1D5D9; - border-color: var(--tag-checkable-normal-border-selected-disabled, #D1D5D9); - background-color: #FFFFFF; - background-color: var(--tag-checkable-normal-bg-selected-disabled, #FFFFFF); + border-color: #d1d5d9; + border-color: var(--tag-checkable-normal-border-selected-disabled, #d1d5d9); + background-color: #ffffff; + background-color: var(--tag-checkable-normal-bg-selected-disabled, #ffffff); } .next-tag-checkable.next-tag-level-normal.checked:before { position: absolute; content: ""; -webkit-font-smoothing: antialiased; - background-color: #FFFFFF; - background-color: var(--tag-checkable-normal-bg-selected, #FFFFFF); + background-color: #ffffff; + background-color: var(--tag-checkable-normal-bg-selected, #ffffff); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); @@ -29159,24 +31185,28 @@ small { color: var(--tag-checkable-normal-icon-color-selected, transparent); } -.next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):hover:before, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]).hover:before { +.next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):hover:before, +.next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]).hover:before { background-color: transparent; background-color: var(--tag-checkable-normal-bg-selected-hover, transparent); } -.next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):hover:after, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]).hover:after { +.next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):hover:after, +.next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]).hover:after { color: transparent; color: var(--tag-checkable-normal-icon-color-selected-hover, transparent); } -.next-tag-checkable.next-tag-level-normal.checked[disabled]:before, .next-tag-checkable.next-tag-level-normal.checked:disabled:before { - background-color: #E3E4E6; - background-color: var(--tag-checkable-normal-tick-bg-selected-disabled, #E3E4E6); +.next-tag-checkable.next-tag-level-normal.checked[disabled]:before, +.next-tag-checkable.next-tag-level-normal.checked:disabled:before { + background-color: #e3e4e6; + background-color: var(--tag-checkable-normal-tick-bg-selected-disabled, #e3e4e6); } -.next-tag-checkable.next-tag-level-normal.checked[disabled]:after, .next-tag-checkable.next-tag-level-normal.checked:disabled:after { - color: #FFFFFF; - color: var(--tag-checkable-normal-icon-color-selected-disabled, #FFFFFF); +.next-tag-checkable.next-tag-level-normal.checked[disabled]:after, +.next-tag-checkable.next-tag-level-normal.checked:disabled:after { + color: #ffffff; + color: var(--tag-checkable-normal-icon-color-selected-disabled, #ffffff); } .next-tag-closable.next-tag-level-normal:before { @@ -29199,28 +31229,32 @@ small { -webkit-transform: scale(0.6); -ms-transform: scale(0.6); transform: scale(0.6); - color: #FFFFFF; - color: var(--tag-closable-normal-icon-color, #FFFFFF); + color: #ffffff; + color: var(--tag-closable-normal-icon-color, #ffffff); } -.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover:before, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover:before { - background-color: #F7F9FA; - background-color: var(--tag-closable-normal-bg-hover, #F7F9FA); +.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover:before, +.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover:before { + background-color: #f7f9fa; + background-color: var(--tag-closable-normal-bg-hover, #f7f9fa); } -.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover:after, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover:after { +.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover:after, +.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover:after { color: #333333; color: var(--tag-closable-normal-icon-color-hover, #333333); } -.next-tag-closable.next-tag-level-normal[disabled]:before, .next-tag-closable.next-tag-level-normal:disabled:before { - background-color: #E3E4E6; - background-color: var(--tag-closable-normal-bg-disabled, #E3E4E6); +.next-tag-closable.next-tag-level-normal[disabled]:before, +.next-tag-closable.next-tag-level-normal:disabled:before { + background-color: #e3e4e6; + background-color: var(--tag-closable-normal-bg-disabled, #e3e4e6); } -.next-tag-closable.next-tag-level-normal[disabled]:after, .next-tag-closable.next-tag-level-normal:disabled:after { - color: #FFFFFF; - color: var(--tag-closable-normal-icon-color-disabled, #FFFFFF); +.next-tag-closable.next-tag-level-normal[disabled]:after, +.next-tag-closable.next-tag-level-normal:disabled:after { + color: #ffffff; + color: var(--tag-closable-normal-icon-color-disabled, #ffffff); } .next- { @@ -29310,81 +31344,82 @@ small { cursor: pointer; } -.next-tag[disabled], .next-tag.disabled { +.next-tag[disabled], +.next-tag.disabled { cursor: not-allowed; pointer-events: none; } .next-tag-blue { - background-color: #4494F9; - border-color: #4494F9; - color: #FFF; + background-color: #4494f9; + border-color: #4494f9; + color: #fff; } .next-tag-blue-inverse { background-color: rgba(68, 148, 249, 0.25); - border-color: #4494F9; - color: #4494F9; + border-color: #4494f9; + color: #4494f9; } .next-tag-green { - background-color: #46BC15; - border-color: #46BC15; - color: #FFF; + background-color: #46bc15; + border-color: #46bc15; + color: #fff; } .next-tag-green-inverse { background-color: rgba(70, 188, 21, 0.25); - border-color: #46BC15; - color: #46BC15; + border-color: #46bc15; + color: #46bc15; } .next-tag-orange { - background-color: #FF9300; - border-color: #FF9300; - color: #FFF; + background-color: #ff9300; + border-color: #ff9300; + color: #fff; } .next-tag-orange-inverse { background-color: rgba(255, 147, 0, 0.25); - border-color: #FF9300; - color: #FF9300; + border-color: #ff9300; + color: #ff9300; } .next-tag-red { - background-color: #FF3000; - border-color: #FF3000; - color: #FFF; + background-color: #ff3000; + border-color: #ff3000; + color: #fff; } .next-tag-red-inverse { background-color: rgba(255, 48, 0, 0.25); - border-color: #FF3000; - color: #FF3000; + border-color: #ff3000; + color: #ff3000; } .next-tag-turquoise { - background-color: #01C1B2; - border-color: #01C1B2; - color: #FFF; + background-color: #01c1b2; + border-color: #01c1b2; + color: #fff; } .next-tag-turquoise-inverse { background-color: rgba(1, 193, 178, 0.25); - border-color: #01C1B2; - color: #01C1B2; + border-color: #01c1b2; + color: #01c1b2; } .next-tag-yellow { - background-color: #FCCC12; - border-color: #FCCC12; - color: #FFF; + background-color: #fccc12; + border-color: #fccc12; + color: #fff; } .next-tag-yellow-inverse { background-color: rgba(252, 204, 18, 0.25); - border-color: #FCCC12; - color: #FCCC12; + border-color: #fccc12; + color: #fccc12; } .next-tag-large { @@ -29409,10 +31444,12 @@ small { padding: 0 0 0 16px; padding: 0 0 0 var(--tag-size-l-padding-lr, 16px); max-width: calc(100% - 16px - 12px - 16px); - max-width: calc(100% - var(--tag-size-l-spacing, 16px) - var(--tag-size-l-icon-font, 12px) - var(--tag-size-l-padding-lr, 16px)); + max-width: calc( + 100% - var(--tag-size-l-spacing, 16px) - var(--tag-size-l-icon-font, 12px) - var(--tag-size-l-padding-lr, 16px) + ); } -.next-tag-large[dir=rtl].next-tag-closable > .next-tag-body { +.next-tag-large[dir="rtl"].next-tag-closable > .next-tag-body { padding: 0 16px 0 0; padding: 0 var(--tag-size-l-padding-lr, 16px) 0 0; } @@ -29433,7 +31470,7 @@ small { line-height: inherit; } -.next-tag-large[dir=rtl] > .next-tag-close-btn { +.next-tag-large[dir="rtl"] > .next-tag-close-btn { margin-right: 16px; margin-right: var(--tag-size-l-spacing, 16px); margin-left: 0; @@ -29464,10 +31501,12 @@ small { padding: 0 0 0 8px; padding: 0 0 0 var(--tag-size-m-padding-lr, 8px); max-width: calc(100% - 12px - 12px - 8px); - max-width: calc(100% - var(--tag-size-m-spacing, 12px) - var(--tag-size-m-icon-font, 12px) - var(--tag-size-m-padding-lr, 8px)); + max-width: calc( + 100% - var(--tag-size-m-spacing, 12px) - var(--tag-size-m-icon-font, 12px) - var(--tag-size-m-padding-lr, 8px) + ); } -.next-tag-medium[dir=rtl].next-tag-closable > .next-tag-body { +.next-tag-medium[dir="rtl"].next-tag-closable > .next-tag-body { padding: 0 8px 0 0; padding: 0 var(--tag-size-m-padding-lr, 8px) 0 0; } @@ -29488,7 +31527,7 @@ small { line-height: inherit; } -.next-tag-medium[dir=rtl] > .next-tag-close-btn { +.next-tag-medium[dir="rtl"] > .next-tag-close-btn { margin-right: 12px; margin-right: var(--tag-size-m-spacing, 12px); margin-left: 0; @@ -29519,10 +31558,12 @@ small { padding: 0 0 0 8px; padding: 0 0 0 var(--tag-size-s-padding-lr, 8px); max-width: calc(100% - 8px - 12px - 8px); - max-width: calc(100% - var(--tag-size-s-spacing, 8px) - var(--tag-size-s-icon-font, 12px) - var(--tag-size-s-padding-lr, 8px)); + max-width: calc( + 100% - var(--tag-size-s-spacing, 8px) - var(--tag-size-s-icon-font, 12px) - var(--tag-size-s-padding-lr, 8px) + ); } -.next-tag-small[dir=rtl].next-tag-closable > .next-tag-body { +.next-tag-small[dir="rtl"].next-tag-closable > .next-tag-body { padding: 0 8px 0 0; padding: 0 var(--tag-size-s-padding-lr, 8px) 0 0; } @@ -29543,7 +31584,7 @@ small { line-height: inherit; } -.next-tag-small[dir=rtl] > .next-tag-close-btn { +.next-tag-small[dir="rtl"] > .next-tag-close-btn { margin-right: 8px; margin-right: var(--tag-size-s-spacing, 8px); margin-left: 0; @@ -29639,16 +31680,18 @@ small { bottom: 0; } -.next-tag-checkable.next-tag-level-secondary[disabled], .next-tag-checkable.next-tag-level-secondary.disabled { - color: #C1C1C1; - color: var(--tag-text-color-disabled, #C1C1C1); - border-color: #E3E4E6; - border-color: var(--tag-border-color-disabled, #E3E4E6); - background-color: #FFFFFF; - background-color: var(--tag-fill-bg-color-disabled, #FFFFFF); +.next-tag-checkable.next-tag-level-secondary[disabled], +.next-tag-checkable.next-tag-level-secondary.disabled { + color: #c1c1c1; + color: var(--tag-text-color-disabled, #c1c1c1); + border-color: #e3e4e6; + border-color: var(--tag-border-color-disabled, #e3e4e6); + background-color: #ffffff; + background-color: var(--tag-fill-bg-color-disabled, #ffffff); } -.next-tag-zoom-enter, .next-tag-zoom-appear { +.next-tag-zoom-enter, +.next-tag-zoom-appear { -webkit-animation: fadeInLeft 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86); animation: fadeInLeft 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86); -webkit-animation-fill-mode: both; @@ -29669,7 +31712,9 @@ small { box-sizing: border-box; } -.next-timeline, .next-timeline:before, .next-timeline:after { +.next-timeline, +.next-timeline:before, +.next-timeline:after { -webkit-box-sizing: border-box; box-sizing: border-box; } @@ -29688,36 +31733,36 @@ small { display: none; } -.next-timeline[dir=rtl] .next-timeline-item { +.next-timeline[dir="rtl"] .next-timeline-item { /* 时间轴左边存在内容的情况 */ } -.next-timeline[dir=rtl] .next-timeline-item-folder { +.next-timeline[dir="rtl"] .next-timeline-item-folder { padding-left: 0; padding-right: 24px; padding-right: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 8px)); } -.next-timeline[dir=rtl] .next-timeline-item-dot-tail { +.next-timeline[dir="rtl"] .next-timeline-item-dot-tail { left: auto; right: 4px; right: calc(var(--timeline-item-node-size, 8px) / 2); border-left: none; - border-right: 1px dotted #C0C6CC; - border-right: var(--timeline-item-tail-size, 1px) dotted var(--timeline-item-tail-color, #C0C6CC); + border-right: 1px dotted #c0c6cc; + border-right: var(--timeline-item-tail-size, 1px) dotted var(--timeline-item-tail-color, #c0c6cc); } -.next-timeline[dir=rtl] .next-timeline-item-has-left-content.next-timeline-item-folder { +.next-timeline[dir="rtl"] .next-timeline-item-has-left-content.next-timeline-item-folder { margin-left: 0; margin-right: 80px; margin-right: var(--timeline-item-left-content-width, 80px); } -.next-timeline[dir=rtl] .next-timeline-item-done { +.next-timeline[dir="rtl"] .next-timeline-item-done { position: relative; } -.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline { +.next-timeline[dir="rtl"] .next-timeline-item-done .next-timeline-item-timeline { position: absolute; left: auto; right: 0; @@ -29725,7 +31770,7 @@ small { height: 100%; } -.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node { +.next-timeline[dir="rtl"] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node { position: relative; width: 8px; width: var(--timeline-item-node-size, 8px); @@ -29737,7 +31782,10 @@ small { float: right; } -.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom { +.next-timeline[dir="rtl"] + .next-timeline-item-done + .next-timeline-item-timeline + .next-timeline-item-node.next-timeline-item-node-custom { width: 40px; width: var(--timeline-item-custom-node-size, 40px); height: auto; @@ -29750,7 +31798,7 @@ small { line-height: 1; } -.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-dot { +.next-timeline[dir="rtl"] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-dot { display: block; position: absolute; width: 8px; @@ -29766,7 +31814,7 @@ small { margin-left: calc(0px - var(--timeline-item-done-dot-size, 8px) / 2); } -.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon { +.next-timeline[dir="rtl"] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon { display: block; position: absolute; width: 20px; @@ -29779,14 +31827,23 @@ small { margin-left: -10px; } -.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before, -.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote { +.next-timeline[dir="rtl"] + .next-timeline-item-done + .next-timeline-item-timeline + .next-timeline-item-icon + .next-icon:before, +.next-timeline[dir="rtl"] + .next-timeline-item-done + .next-timeline-item-timeline + .next-timeline-item-icon + .next-icon + .next-icon-remote { width: 16px; font-size: 16px; line-height: inherit; } -.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail { +.next-timeline[dir="rtl"] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail { position: absolute; width: auto; height: calc(100% - 8px - 16px); @@ -29798,27 +31855,27 @@ small { right: calc(var(--timeline-item-node-size, 8px) / 2); } -.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail i { +.next-timeline[dir="rtl"] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail i { display: inline-block; vertical-align: top; height: 100%; width: 1px; width: var(--timeline-item-tail-size, 1px); position: relative; - background: #C0C6CC; - background: var(--timeline-item-tail-color, #C0C6CC); + background: #c0c6cc; + background: var(--timeline-item-tail-color, #c0c6cc); -webkit-transition: all 100ms linear; transition: all 100ms linear; } -.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-content { +.next-timeline[dir="rtl"] .next-timeline-item-done .next-timeline-item-content { display: inline-block; margin-right: 24px; margin-right: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 8px)); margin-left: 0; } -.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-title { +.next-timeline[dir="rtl"] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-title { margin: 0; font-size: 12px; font-size: var(--timeline-item-title-font-size, 12px); @@ -29836,7 +31893,7 @@ small { text-align: right; } -.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-body { +.next-timeline[dir="rtl"] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-body { margin: 0; margin-top: 8px; margin-top: var(--timeline-item-body-margin-top, 8px); @@ -29849,7 +31906,7 @@ small { text-align: right; } -.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-time { +.next-timeline[dir="rtl"] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-time { margin: 0; margin-top: 4px; margin-top: var(--timeline-item-time-margin-top, 4px); @@ -29862,7 +31919,9 @@ small { text-align: right; } -.next-timeline[dir=rtl] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content { +.next-timeline[dir="rtl"] + .next-timeline-item-done.next-timeline-item-has-left-content + > .next-timeline-item-left-content { position: absolute; width: 80px; width: var(--timeline-item-left-content-width, 80px); @@ -29881,39 +31940,45 @@ small { padding-right: 0; } -.next-timeline[dir=rtl] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content p { +.next-timeline[dir="rtl"] + .next-timeline-item-done.next-timeline-item-has-left-content + > .next-timeline-item-left-content + p { word-break: break-word; } -.next-timeline[dir=rtl] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-timeline { +.next-timeline[dir="rtl"] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-timeline { margin-right: 80px; margin-right: var(--timeline-item-left-content-width, 80px); margin-left: 0; } -.next-timeline[dir=rtl] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-content { +.next-timeline[dir="rtl"] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-content { margin-right: 104px; - margin-right: calc(var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 8px)); + margin-right: calc( + var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 16px) + + var(--timeline-item-node-size, 8px) + ); margin-left: 0; } -.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-dot { - background: #C0C6CC; - background: var(--timeline-item-done-background, #C0C6CC); +.next-timeline[dir="rtl"] .next-timeline-item-done .next-timeline-item-dot { + background: #c0c6cc; + background: var(--timeline-item-done-background, #c0c6cc); } -.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-icon { - background: #C0C6CC; - background: var(--timeline-item-done-background, #C0C6CC); - color: #FFFFFF; - color: var(--timeline-item-done-color, #FFFFFF); +.next-timeline[dir="rtl"] .next-timeline-item-done .next-timeline-item-icon { + background: #c0c6cc; + background: var(--timeline-item-done-background, #c0c6cc); + color: #ffffff; + color: var(--timeline-item-done-color, #ffffff); } -.next-timeline[dir=rtl] .next-timeline-item-process { +.next-timeline[dir="rtl"] .next-timeline-item-process { position: relative; } -.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline { +.next-timeline[dir="rtl"] .next-timeline-item-process .next-timeline-item-timeline { position: absolute; left: auto; right: 0; @@ -29921,7 +31986,7 @@ small { height: 100%; } -.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node { +.next-timeline[dir="rtl"] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node { position: relative; width: 8px; width: var(--timeline-item-node-size, 8px); @@ -29933,7 +31998,10 @@ small { float: right; } -.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom { +.next-timeline[dir="rtl"] + .next-timeline-item-process + .next-timeline-item-timeline + .next-timeline-item-node.next-timeline-item-node-custom { width: 40px; width: var(--timeline-item-custom-node-size, 40px); height: auto; @@ -29946,7 +32014,7 @@ small { line-height: 1; } -.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-dot { +.next-timeline[dir="rtl"] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-dot { display: block; position: absolute; width: 8px; @@ -29962,7 +32030,7 @@ small { margin-left: calc(0px - var(--timeline-item-process-dot-size, 8px) / 2); } -.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon { +.next-timeline[dir="rtl"] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon { display: block; position: absolute; width: 20px; @@ -29975,14 +32043,23 @@ small { margin-left: -10px; } -.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before, -.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote { +.next-timeline[dir="rtl"] + .next-timeline-item-process + .next-timeline-item-timeline + .next-timeline-item-icon + .next-icon:before, +.next-timeline[dir="rtl"] + .next-timeline-item-process + .next-timeline-item-timeline + .next-timeline-item-icon + .next-icon + .next-icon-remote { width: 16px; font-size: 16px; line-height: inherit; } -.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail { +.next-timeline[dir="rtl"] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail { position: absolute; width: auto; height: calc(100% - 8px - 16px); @@ -29994,27 +32071,27 @@ small { right: calc(var(--timeline-item-node-size, 8px) / 2); } -.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail i { +.next-timeline[dir="rtl"] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail i { display: inline-block; vertical-align: top; height: 100%; width: 1px; width: var(--timeline-item-tail-size, 1px); position: relative; - background: #C0C6CC; - background: var(--timeline-item-tail-color, #C0C6CC); + background: #c0c6cc; + background: var(--timeline-item-tail-color, #c0c6cc); -webkit-transition: all 100ms linear; transition: all 100ms linear; } -.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-content { +.next-timeline[dir="rtl"] .next-timeline-item-process .next-timeline-item-content { display: inline-block; margin-right: 24px; margin-right: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 8px)); margin-left: 0; } -.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-title { +.next-timeline[dir="rtl"] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-title { margin: 0; font-size: 12px; font-size: var(--timeline-item-title-font-size, 12px); @@ -30032,7 +32109,7 @@ small { text-align: right; } -.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-body { +.next-timeline[dir="rtl"] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-body { margin: 0; margin-top: 8px; margin-top: var(--timeline-item-body-margin-top, 8px); @@ -30045,7 +32122,7 @@ small { text-align: right; } -.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-time { +.next-timeline[dir="rtl"] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-time { margin: 0; margin-top: 4px; margin-top: var(--timeline-item-time-margin-top, 4px); @@ -30058,7 +32135,9 @@ small { text-align: right; } -.next-timeline[dir=rtl] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content { +.next-timeline[dir="rtl"] + .next-timeline-item-process.next-timeline-item-has-left-content + > .next-timeline-item-left-content { position: absolute; width: 80px; width: var(--timeline-item-left-content-width, 80px); @@ -30077,39 +32156,49 @@ small { padding-right: 0; } -.next-timeline[dir=rtl] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content p { +.next-timeline[dir="rtl"] + .next-timeline-item-process.next-timeline-item-has-left-content + > .next-timeline-item-left-content + p { word-break: break-word; } -.next-timeline[dir=rtl] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-timeline { +.next-timeline[dir="rtl"] + .next-timeline-item-process.next-timeline-item-has-left-content + > .next-timeline-item-timeline { margin-right: 80px; margin-right: var(--timeline-item-left-content-width, 80px); margin-left: 0; } -.next-timeline[dir=rtl] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-content { +.next-timeline[dir="rtl"] + .next-timeline-item-process.next-timeline-item-has-left-content + > .next-timeline-item-content { margin-right: 104px; - margin-right: calc(var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 8px)); + margin-right: calc( + var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 16px) + + var(--timeline-item-node-size, 8px) + ); margin-left: 0; } -.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-dot { - background: #0064C8; - background: var(--timeline-item-process-background, #0064C8); +.next-timeline[dir="rtl"] .next-timeline-item-process .next-timeline-item-dot { + background: #0064c8; + background: var(--timeline-item-process-background, #0064c8); } -.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-icon { - background: #0064C8; - background: var(--timeline-item-process-background, #0064C8); - color: #FFFFFF; - color: var(--timeline-item-process-color, #FFFFFF); +.next-timeline[dir="rtl"] .next-timeline-item-process .next-timeline-item-icon { + background: #0064c8; + background: var(--timeline-item-process-background, #0064c8); + color: #ffffff; + color: var(--timeline-item-process-color, #ffffff); } -.next-timeline[dir=rtl] .next-timeline-item-success { +.next-timeline[dir="rtl"] .next-timeline-item-success { position: relative; } -.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline { +.next-timeline[dir="rtl"] .next-timeline-item-success .next-timeline-item-timeline { position: absolute; left: auto; right: 0; @@ -30117,7 +32206,7 @@ small { height: 100%; } -.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node { +.next-timeline[dir="rtl"] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node { position: relative; width: 8px; width: var(--timeline-item-node-size, 8px); @@ -30129,7 +32218,10 @@ small { float: right; } -.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom { +.next-timeline[dir="rtl"] + .next-timeline-item-success + .next-timeline-item-timeline + .next-timeline-item-node.next-timeline-item-node-custom { width: 40px; width: var(--timeline-item-custom-node-size, 40px); height: auto; @@ -30142,7 +32234,7 @@ small { line-height: 1; } -.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-dot { +.next-timeline[dir="rtl"] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-dot { display: block; position: absolute; width: 8px; @@ -30158,7 +32250,7 @@ small { margin-left: calc(0px - var(--timeline-item-success-dot-size, 8px) / 2); } -.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon { +.next-timeline[dir="rtl"] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon { display: block; position: absolute; width: 20px; @@ -30171,14 +32263,23 @@ small { margin-left: -10px; } -.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before, -.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote { +.next-timeline[dir="rtl"] + .next-timeline-item-success + .next-timeline-item-timeline + .next-timeline-item-icon + .next-icon:before, +.next-timeline[dir="rtl"] + .next-timeline-item-success + .next-timeline-item-timeline + .next-timeline-item-icon + .next-icon + .next-icon-remote { width: 16px; font-size: 16px; line-height: inherit; } -.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail { +.next-timeline[dir="rtl"] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail { position: absolute; width: auto; height: calc(100% - 8px - 16px); @@ -30190,27 +32291,27 @@ small { right: calc(var(--timeline-item-node-size, 8px) / 2); } -.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail i { +.next-timeline[dir="rtl"] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail i { display: inline-block; vertical-align: top; height: 100%; width: 1px; width: var(--timeline-item-tail-size, 1px); position: relative; - background: #C0C6CC; - background: var(--timeline-item-tail-color, #C0C6CC); + background: #c0c6cc; + background: var(--timeline-item-tail-color, #c0c6cc); -webkit-transition: all 100ms linear; transition: all 100ms linear; } -.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-content { +.next-timeline[dir="rtl"] .next-timeline-item-success .next-timeline-item-content { display: inline-block; margin-right: 24px; margin-right: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 8px)); margin-left: 0; } -.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-title { +.next-timeline[dir="rtl"] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-title { margin: 0; font-size: 12px; font-size: var(--timeline-item-title-font-size, 12px); @@ -30228,7 +32329,7 @@ small { text-align: right; } -.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-body { +.next-timeline[dir="rtl"] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-body { margin: 0; margin-top: 8px; margin-top: var(--timeline-item-body-margin-top, 8px); @@ -30241,7 +32342,7 @@ small { text-align: right; } -.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-time { +.next-timeline[dir="rtl"] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-time { margin: 0; margin-top: 4px; margin-top: var(--timeline-item-time-margin-top, 4px); @@ -30254,7 +32355,9 @@ small { text-align: right; } -.next-timeline[dir=rtl] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content { +.next-timeline[dir="rtl"] + .next-timeline-item-success.next-timeline-item-has-left-content + > .next-timeline-item-left-content { position: absolute; width: 80px; width: var(--timeline-item-left-content-width, 80px); @@ -30273,39 +32376,49 @@ small { padding-right: 0; } -.next-timeline[dir=rtl] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content p { +.next-timeline[dir="rtl"] + .next-timeline-item-success.next-timeline-item-has-left-content + > .next-timeline-item-left-content + p { word-break: break-word; } -.next-timeline[dir=rtl] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-timeline { +.next-timeline[dir="rtl"] + .next-timeline-item-success.next-timeline-item-has-left-content + > .next-timeline-item-timeline { margin-right: 80px; margin-right: var(--timeline-item-left-content-width, 80px); margin-left: 0; } -.next-timeline[dir=rtl] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-content { +.next-timeline[dir="rtl"] + .next-timeline-item-success.next-timeline-item-has-left-content + > .next-timeline-item-content { margin-right: 104px; - margin-right: calc(var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 8px)); + margin-right: calc( + var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 16px) + + var(--timeline-item-node-size, 8px) + ); margin-left: 0; } -.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-dot { - background: #00A700; - background: var(--timeline-item-success-background, #00A700); +.next-timeline[dir="rtl"] .next-timeline-item-success .next-timeline-item-dot { + background: #00a700; + background: var(--timeline-item-success-background, #00a700); } -.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-icon { - background: #00A700; - background: var(--timeline-item-success-background, #00A700); - color: #FFFFFF; - color: var(--timeline-item-success-color, #FFFFFF); +.next-timeline[dir="rtl"] .next-timeline-item-success .next-timeline-item-icon { + background: #00a700; + background: var(--timeline-item-success-background, #00a700); + color: #ffffff; + color: var(--timeline-item-success-color, #ffffff); } -.next-timeline[dir=rtl] .next-timeline-item-error { +.next-timeline[dir="rtl"] .next-timeline-item-error { position: relative; } -.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline { +.next-timeline[dir="rtl"] .next-timeline-item-error .next-timeline-item-timeline { position: absolute; left: auto; right: 0; @@ -30313,7 +32426,7 @@ small { height: 100%; } -.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node { +.next-timeline[dir="rtl"] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node { position: relative; width: 8px; width: var(--timeline-item-node-size, 8px); @@ -30325,7 +32438,10 @@ small { float: right; } -.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom { +.next-timeline[dir="rtl"] + .next-timeline-item-error + .next-timeline-item-timeline + .next-timeline-item-node.next-timeline-item-node-custom { width: 40px; width: var(--timeline-item-custom-node-size, 40px); height: auto; @@ -30338,7 +32454,7 @@ small { line-height: 1; } -.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-dot { +.next-timeline[dir="rtl"] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-dot { display: block; position: absolute; width: 8px; @@ -30354,7 +32470,7 @@ small { margin-left: calc(0px - var(--timeline-item-error-dot-size, 8px) / 2); } -.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon { +.next-timeline[dir="rtl"] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon { display: block; position: absolute; width: 20px; @@ -30367,14 +32483,23 @@ small { margin-left: -10px; } -.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before, -.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote { +.next-timeline[dir="rtl"] + .next-timeline-item-error + .next-timeline-item-timeline + .next-timeline-item-icon + .next-icon:before, +.next-timeline[dir="rtl"] + .next-timeline-item-error + .next-timeline-item-timeline + .next-timeline-item-icon + .next-icon + .next-icon-remote { width: 16px; font-size: 16px; line-height: inherit; } -.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail { +.next-timeline[dir="rtl"] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail { position: absolute; width: auto; height: calc(100% - 8px - 16px); @@ -30386,27 +32511,27 @@ small { right: calc(var(--timeline-item-node-size, 8px) / 2); } -.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail i { +.next-timeline[dir="rtl"] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail i { display: inline-block; vertical-align: top; height: 100%; width: 1px; width: var(--timeline-item-tail-size, 1px); position: relative; - background: #C0C6CC; - background: var(--timeline-item-tail-color, #C0C6CC); + background: #c0c6cc; + background: var(--timeline-item-tail-color, #c0c6cc); -webkit-transition: all 100ms linear; transition: all 100ms linear; } -.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-content { +.next-timeline[dir="rtl"] .next-timeline-item-error .next-timeline-item-content { display: inline-block; margin-right: 24px; margin-right: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 8px)); margin-left: 0; } -.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-title { +.next-timeline[dir="rtl"] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-title { margin: 0; font-size: 12px; font-size: var(--timeline-item-title-font-size, 12px); @@ -30424,7 +32549,7 @@ small { text-align: right; } -.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-body { +.next-timeline[dir="rtl"] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-body { margin: 0; margin-top: 8px; margin-top: var(--timeline-item-body-margin-top, 8px); @@ -30437,7 +32562,7 @@ small { text-align: right; } -.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-time { +.next-timeline[dir="rtl"] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-time { margin: 0; margin-top: 4px; margin-top: var(--timeline-item-time-margin-top, 4px); @@ -30450,7 +32575,9 @@ small { text-align: right; } -.next-timeline[dir=rtl] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content { +.next-timeline[dir="rtl"] + .next-timeline-item-error.next-timeline-item-has-left-content + > .next-timeline-item-left-content { position: absolute; width: 80px; width: var(--timeline-item-left-content-width, 80px); @@ -30469,32 +32596,38 @@ small { padding-right: 0; } -.next-timeline[dir=rtl] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content p { +.next-timeline[dir="rtl"] + .next-timeline-item-error.next-timeline-item-has-left-content + > .next-timeline-item-left-content + p { word-break: break-word; } -.next-timeline[dir=rtl] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-timeline { +.next-timeline[dir="rtl"] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-timeline { margin-right: 80px; margin-right: var(--timeline-item-left-content-width, 80px); margin-left: 0; } -.next-timeline[dir=rtl] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-content { +.next-timeline[dir="rtl"] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-content { margin-right: 104px; - margin-right: calc(var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 8px)); + margin-right: calc( + var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 16px) + + var(--timeline-item-node-size, 8px) + ); margin-left: 0; } -.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-dot { - background: #C80000; - background: var(--timeline-item-error-background, #C80000); +.next-timeline[dir="rtl"] .next-timeline-item-error .next-timeline-item-dot { + background: #c80000; + background: var(--timeline-item-error-background, #c80000); } -.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-icon { - background: #C80000; - background: var(--timeline-item-error-background, #C80000); - color: #FFFFFF; - color: var(--timeline-item-error-color, #FFFFFF); +.next-timeline[dir="rtl"] .next-timeline-item-error .next-timeline-item-icon { + background: #c80000; + background: var(--timeline-item-error-background, #c80000); + color: #ffffff; + color: var(--timeline-item-error-color, #ffffff); } .next-timeline { @@ -30535,8 +32668,8 @@ small { border-top: 0; border-bottom: 0; border-right: 0; - border-left: 1px dotted #C0C6CC; - border-left: var(--timeline-item-tail-size, 1px) dotted var(--timeline-item-tail-color, #C0C6CC); + border-left: 1px dotted #c0c6cc; + border-left: var(--timeline-item-tail-size, 1px) dotted var(--timeline-item-tail-color, #c0c6cc); } .next-timeline-item-dot-tail-solid { @@ -30637,8 +32770,8 @@ small { width: 1px; width: var(--timeline-item-tail-size, 1px); position: relative; - background: #C0C6CC; - background: var(--timeline-item-tail-color, #C0C6CC); + background: #c0c6cc; + background: var(--timeline-item-tail-color, #c0c6cc); -webkit-transition: all 100ms linear; transition: all 100ms linear; } @@ -30722,19 +32855,22 @@ small { .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-content { margin-left: 104px; - margin-left: calc(var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 8px)); + margin-left: calc( + var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 16px) + + var(--timeline-item-node-size, 8px) + ); } .next-timeline-item-done .next-timeline-item-dot { - background: #C0C6CC; - background: var(--timeline-item-done-background, #C0C6CC); + background: #c0c6cc; + background: var(--timeline-item-done-background, #c0c6cc); } .next-timeline-item-done .next-timeline-item-icon { - background: #C0C6CC; - background: var(--timeline-item-done-background, #C0C6CC); - color: #FFFFFF; - color: var(--timeline-item-done-color, #FFFFFF); + background: #c0c6cc; + background: var(--timeline-item-done-background, #c0c6cc); + color: #ffffff; + color: var(--timeline-item-done-color, #ffffff); } .next-timeline-item-process { @@ -30826,8 +32962,8 @@ small { width: 1px; width: var(--timeline-item-tail-size, 1px); position: relative; - background: #C0C6CC; - background: var(--timeline-item-tail-color, #C0C6CC); + background: #c0c6cc; + background: var(--timeline-item-tail-color, #c0c6cc); -webkit-transition: all 100ms linear; transition: all 100ms linear; } @@ -30911,19 +33047,22 @@ small { .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-content { margin-left: 104px; - margin-left: calc(var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 8px)); + margin-left: calc( + var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 16px) + + var(--timeline-item-node-size, 8px) + ); } .next-timeline-item-process .next-timeline-item-dot { - background: #0064C8; - background: var(--timeline-item-process-background, #0064C8); + background: #0064c8; + background: var(--timeline-item-process-background, #0064c8); } .next-timeline-item-process .next-timeline-item-icon { - background: #0064C8; - background: var(--timeline-item-process-background, #0064C8); - color: #FFFFFF; - color: var(--timeline-item-process-color, #FFFFFF); + background: #0064c8; + background: var(--timeline-item-process-background, #0064c8); + color: #ffffff; + color: var(--timeline-item-process-color, #ffffff); } .next-timeline-item-success { @@ -31015,8 +33154,8 @@ small { width: 1px; width: var(--timeline-item-tail-size, 1px); position: relative; - background: #C0C6CC; - background: var(--timeline-item-tail-color, #C0C6CC); + background: #c0c6cc; + background: var(--timeline-item-tail-color, #c0c6cc); -webkit-transition: all 100ms linear; transition: all 100ms linear; } @@ -31100,19 +33239,22 @@ small { .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-content { margin-left: 104px; - margin-left: calc(var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 8px)); + margin-left: calc( + var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 16px) + + var(--timeline-item-node-size, 8px) + ); } .next-timeline-item-success .next-timeline-item-dot { - background: #00A700; - background: var(--timeline-item-success-background, #00A700); + background: #00a700; + background: var(--timeline-item-success-background, #00a700); } .next-timeline-item-success .next-timeline-item-icon { - background: #00A700; - background: var(--timeline-item-success-background, #00A700); - color: #FFFFFF; - color: var(--timeline-item-success-color, #FFFFFF); + background: #00a700; + background: var(--timeline-item-success-background, #00a700); + color: #ffffff; + color: var(--timeline-item-success-color, #ffffff); } .next-timeline-item-error { @@ -31204,8 +33346,8 @@ small { width: 1px; width: var(--timeline-item-tail-size, 1px); position: relative; - background: #C0C6CC; - background: var(--timeline-item-tail-color, #C0C6CC); + background: #c0c6cc; + background: var(--timeline-item-tail-color, #c0c6cc); -webkit-transition: all 100ms linear; transition: all 100ms linear; } @@ -31289,32 +33431,38 @@ small { .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-content { margin-left: 104px; - margin-left: calc(var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 8px)); + margin-left: calc( + var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 16px) + + var(--timeline-item-node-size, 8px) + ); } .next-timeline-item-error .next-timeline-item-dot { - background: #C80000; - background: var(--timeline-item-error-background, #C80000); + background: #c80000; + background: var(--timeline-item-error-background, #c80000); } .next-timeline-item-error .next-timeline-item-icon { - background: #C80000; - background: var(--timeline-item-error-background, #C80000); - color: #FFFFFF; - color: var(--timeline-item-error-color, #FFFFFF); + background: #c80000; + background: var(--timeline-item-error-background, #c80000); + color: #ffffff; + color: var(--timeline-item-error-color, #ffffff); } -.next-timeline.next-alternate .next-timeline-item-left .next-timeline-item-left-content, .next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-left-content { +.next-timeline.next-alternate .next-timeline-item-left .next-timeline-item-left-content, +.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-left-content { width: 50%; padding-right: 16px; padding-right: var(--timeline-item-content-margin-left, 16px); } -.next-timeline.next-alternate .next-timeline-item-left .next-timeline-item-timeline, .next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-timeline { +.next-timeline.next-alternate .next-timeline-item-left .next-timeline-item-timeline, +.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-timeline { margin-left: 50%; } -.next-timeline.next-alternate .next-timeline-item-left .next-timeline-item-content, .next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-content { +.next-timeline.next-alternate .next-timeline-item-left .next-timeline-item-content, +.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-content { margin-left: calc(50% + 16px + 8px); margin-left: calc(50% + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 8px)); } @@ -31386,27 +33534,30 @@ small { color: var(--timeline-item-left-body-color, #888888); } -.next-timeline[dir=rtl].next-alternate .next-timeline-item-left .next-timeline-item-left-content, .next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-left-content { +.next-timeline[dir="rtl"].next-alternate .next-timeline-item-left .next-timeline-item-left-content, +.next-timeline[dir="rtl"].next-alternate .next-timeline-item-right .next-timeline-item-left-content { width: 50%; padding-left: 16px; padding-left: var(--timeline-item-content-margin-left, 16px); } -.next-timeline[dir=rtl].next-alternate .next-timeline-item-left .next-timeline-item-timeline, .next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-timeline { +.next-timeline[dir="rtl"].next-alternate .next-timeline-item-left .next-timeline-item-timeline, +.next-timeline[dir="rtl"].next-alternate .next-timeline-item-right .next-timeline-item-timeline { margin-right: 50%; } -.next-timeline[dir=rtl].next-alternate .next-timeline-item-left .next-timeline-item-content, .next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-content { +.next-timeline[dir="rtl"].next-alternate .next-timeline-item-left .next-timeline-item-content, +.next-timeline[dir="rtl"].next-alternate .next-timeline-item-right .next-timeline-item-content { width: 50%; margin-right: calc(50% + 16px + 8px); margin-right: calc(50% + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 8px)); } -.next-timeline[dir=rtl].next-alternate .next-timeline-item-folder { +.next-timeline[dir="rtl"].next-alternate .next-timeline-item-folder { margin-right: 50%; } -.next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-title { +.next-timeline[dir="rtl"].next-alternate .next-timeline-item-right .next-timeline-item-title { margin: 0; font-size: 12px; font-size: var(--timeline-item-title-font-size, 12px); @@ -31422,7 +33573,7 @@ small { text-align: left; } -.next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-body { +.next-timeline[dir="rtl"].next-alternate .next-timeline-item-right .next-timeline-item-body { margin: 0; font-size: 12px; font-size: var(--timeline-item-body-font-size, 12px); @@ -31433,7 +33584,7 @@ small { text-align: left; } -.next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-time { +.next-timeline[dir="rtl"].next-alternate .next-timeline-item-right .next-timeline-item-time { margin: 0; margin-top: 4px; margin-top: var(--timeline-item-time-margin-top, 4px); @@ -31446,18 +33597,21 @@ small { text-align: left; } -.next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-left-content { +.next-timeline[dir="rtl"].next-alternate .next-timeline-item-right .next-timeline-item-left-content { display: inline-block; position: relative; } -.next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-content { +.next-timeline[dir="rtl"].next-alternate .next-timeline-item-right .next-timeline-item-content { margin-right: 24px; margin-right: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 8px)); position: absolute; } -.next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-content .next-timeline-item-body { +.next-timeline[dir="rtl"].next-alternate + .next-timeline-item-right + .next-timeline-item-content + .next-timeline-item-body { text-align: right; } @@ -31488,22 +33642,23 @@ small { .next-transfer-panel { display: inline-block; - border: 1px solid #C0C6CC; - border: var(--transfer-panel-border-width, 1px) var(--line-solid, solid) var(--transfer-panel-border-color, #C0C6CC); + border: 1px solid #c0c6cc; + border: var(--transfer-panel-border-width, 1px) var(--line-solid, solid) var(--transfer-panel-border-color, #c0c6cc); border-radius: 2px; border-radius: var(--transfer-panel-border-corner, 2px); - background-color: #FFFFFF; - background-color: var(--transfer-panel-background-color, #FFFFFF); + background-color: #ffffff; + background-color: var(--transfer-panel-background-color, #ffffff); vertical-align: middle; } .next-transfer-panel-header { padding: 8px 16px; padding: var(--transfer-panel-header-padding-top-bottom, 8px) var(--transfer-panel-header-padding-left-right, 16px); - border-bottom: 1px solid #C0C6CC; - border-bottom: var(--transfer-panel-border-width, 1px) var(--line-solid, solid) var(--transfer-panel-border-color, #C0C6CC); - background-color: #FFFFFF; - background-color: var(--transfer-panel-header-background-color, #FFFFFF); + border-bottom: 1px solid #c0c6cc; + border-bottom: var(--transfer-panel-border-width, 1px) var(--line-solid, solid) + var(--transfer-panel-border-color, #c0c6cc); + background-color: #ffffff; + background-color: var(--transfer-panel-header-background-color, #ffffff); color: #333333; color: var(--transfer-panel-header-text-color, #333333); font-size: 12px; @@ -31556,8 +33711,8 @@ small { } .next-transfer-panel-item:not(.next-disabled).next-simple:hover { - color: #0064C8; - color: var(--transfer-simple-panel-item-hover-text-color, #0064C8); + color: #0064c8; + color: var(--transfer-simple-panel-item-hover-text-color, #0064c8); } .next-transfer-panel-item.next-insert-before:before { @@ -31566,8 +33721,8 @@ small { left: 0; content: ""; width: 100%; - border-top: 1px solid #0064C8; - border-top: var(--line-1, 1px) solid var(--color-brand1-6, #0064C8); + border-top: 1px solid #0064c8; + border-top: var(--line-1, 1px) solid var(--color-brand1-6, #0064c8); } .next-transfer-panel-item.next-insert-after:after { @@ -31576,18 +33731,19 @@ small { bottom: 0; content: ""; width: 100%; - border-bottom: 1px solid #0064C8; - border-bottom: var(--line-1, 1px) solid var(--color-brand1-6, #0064C8); + border-bottom: 1px solid #0064c8; + border-bottom: var(--line-1, 1px) solid var(--color-brand1-6, #0064c8); } .next-transfer-panel-footer { position: relative; padding: 8px 16px; padding: var(--transfer-panel-footer-padding-top-bottom, 8px) var(--transfer-panel-footer-padding-left-right, 16px); - border-top: 1px solid #C0C6CC; - border-top: var(--transfer-panel-border-width, 1px) var(--line-solid, solid) var(--transfer-panel-border-color, #C0C6CC); - background-color: #FFFFFF; - background-color: var(--transfer-panel-footer-background-color, #FFFFFF); + border-top: 1px solid #c0c6cc; + border-top: var(--transfer-panel-border-width, 1px) var(--line-solid, solid) + var(--transfer-panel-border-color, #c0c6cc); + background-color: #ffffff; + background-color: var(--transfer-panel-footer-background-color, #ffffff); font-size: 0; -webkit-box-shadow: none; -webkit-box-shadow: var(--transfer-panel-footer-shadow, none); @@ -31614,8 +33770,8 @@ small { } .next-transfer-panel-move-all.next-disabled { - color: #C1C1C1; - color: var(--color-text1-1, #C1C1C1); + color: #c1c1c1; + color: var(--color-text1-1, #c1c1c1); cursor: not-allowed; } @@ -31664,7 +33820,8 @@ small { box-sizing: border-box; } -.next-tree, .next-tree-child-tree { +.next-tree, +.next-tree-child-tree { margin: 0; padding: 0; list-style: none; @@ -31726,8 +33883,8 @@ small { content: ""; position: absolute; display: inline-block; - border-left: 1px solid #E3E4E6; - border-left: var(--tree-line-width, 1px) var(--tree-line-style, solid) var(--tree-line-color, #E3E4E6); + border-left: 1px solid #e3e4e6; + border-left: var(--tree-line-width, 1px) var(--tree-line-style, solid) var(--tree-line-color, #e3e4e6); height: 28px; height: calc(var(--tree-node-padding, 4px) + var(--line-2, 2px) * 2 + 20px); left: 7.5px; @@ -31761,9 +33918,11 @@ small { -webkit-transition: -webkit-transform 100ms linear; transition: -webkit-transform 100ms linear; transition: transform 100ms linear; - transition: transform 100ms linear, -webkit-transform 100ms linear; - color: #C0C6CC; - color: var(--tree-switch-arrow-color, #C0C6CC); + transition: + transform 100ms linear, + -webkit-transform 100ms linear; + color: #c0c6cc; + color: var(--tree-switch-arrow-color, #c0c6cc); } .next-tree-switcher.next-noline .next-tree-switcher-icon:before, @@ -31796,8 +33955,8 @@ small { } .next-tree-switcher.next-noline:not(.next-disabled):hover .next-tree-switcher-icon { - color: #0064C8; - color: var(--tree-switch-hover-arrow-color, #0064C8); + color: #0064c8; + color: var(--tree-switch-hover-arrow-color, #0064c8); } .next-tree-switcher.next-noline.next-disabled { @@ -31823,12 +33982,12 @@ small { height: var(--tree-switch-size, 16px); line-height: 14px; line-height: calc(var(--tree-switch-size, 16px) - var(--tree-switch-border-width, 1px) * 2); - border: 1px solid #003C78; - border: var(--tree-switch-border-width, 1px) var(--line-solid, solid) var(--tree-switch-border-color, #003C78); + border: 1px solid #003c78; + border: var(--tree-switch-border-width, 1px) var(--line-solid, solid) var(--tree-switch-border-color, #003c78); border-radius: 2px; border-radius: var(--tree-switch-corner, 2px); - background-color: #FFFFFF; - background-color: var(--tree-switch-bg-color, #FFFFFF); + background-color: #ffffff; + background-color: var(--tree-switch-bg-color, #ffffff); cursor: pointer; } @@ -31859,8 +34018,8 @@ small { .next-tree-switcher.next-line:not(.next-disabled):hover { border-color: #555555; border-color: var(--tree-switch-hover-border-color, #555555); - background-color: #FFFFFF; - background-color: var(--tree-switch-hover-bg-color, #FFFFFF); + background-color: #ffffff; + background-color: var(--tree-switch-hover-bg-color, #ffffff); } .next-tree-switcher.next-line:not(.next-disabled):hover .next-tree-switcher-icon { @@ -31869,9 +34028,9 @@ small { } .next-tree-switcher.next-line.next-disabled { - border-color: #E3E4E6; - border-color: var(--color-line1-1, #E3E4E6); - background-color: #FFFFFF; + border-color: #e3e4e6; + border-color: var(--color-line1-1, #e3e4e6); + background-color: #ffffff; cursor: not-allowed; } @@ -31889,10 +34048,10 @@ small { .next-tree-switcher.next-noop-line-noroot { height: 0; - border-left: 1px solid #E3E4E6; - border-left: var(--tree-switch-border-width, 1px) var(--line-solid, solid) var(--tree-line-color, #E3E4E6); - border-bottom: 1px solid #E3E4E6; - border-bottom: var(--tree-line-width, 1px) var(--tree-line-style, solid) var(--tree-line-color, #E3E4E6); + border-left: 1px solid #e3e4e6; + border-left: var(--tree-switch-border-width, 1px) var(--line-solid, solid) var(--tree-line-color, #e3e4e6); + border-bottom: 1px solid #e3e4e6; + border-bottom: var(--tree-line-width, 1px) var(--tree-line-style, solid) var(--tree-line-color, #e3e4e6); } .next-tree-switcher.next-noop-line-noroot .next-tree-right-angle { @@ -31921,8 +34080,8 @@ small { } .next-tree-switcher.next-loading .next-tree-switcher-icon { - color: #0064C8; - color: var(--color-brand1-6, #0064C8); + color: #0064c8; + color: var(--color-brand1-6, #0064c8); } .next-tree-switcher.next-loading .next-tree-switcher-icon:before, @@ -31937,18 +34096,22 @@ small { .next-tree-right-angle { position: absolute; bottom: 6.5px; - bottom: calc(var(--tree-switch-size, 16px) / 2 - var(--tree-switch-border-width, 1px) * 2 / 2 - var(--tree-line-width, 1px) / 2); + bottom: calc( + var(--tree-switch-size, 16px) / 2 - var(--tree-switch-border-width, 1px) * 2 / 2 - var(--tree-line-width, 1px) / 2 + ); left: -17.5px; - left: calc(-24px + var(--tree-switch-size, 16px) / 2 - var(--tree-line-width, 1px) / 2 - var(--tree-switch-border-width, 1px)); + left: calc( + -24px + var(--tree-switch-size, 16px) / 2 - var(--tree-line-width, 1px) / 2 - var(--tree-switch-border-width, 1px) + ); display: block; width: 16.5px; width: calc(24px - var(--tree-switch-size, 16px) / 2 + var(--tree-line-width, 1px) / 2); height: 22px; height: calc(20px + var(--tree-node-padding, 4px) - var(--tree-line-width, 1px) * 2); - border-left: 1px solid #E3E4E6; - border-left: var(--tree-line-width, 1px) var(--tree-line-style, solid) var(--tree-line-color, #E3E4E6); - border-bottom: 1px solid #E3E4E6; - border-bottom: var(--tree-line-width, 1px) var(--tree-line-style, solid) var(--tree-line-color, #E3E4E6); + border-left: 1px solid #e3e4e6; + border-left: var(--tree-line-width, 1px) var(--tree-line-style, solid) var(--tree-line-color, #e3e4e6); + border-bottom: 1px solid #e3e4e6; + border-bottom: var(--tree-line-width, 1px) var(--tree-line-style, solid) var(--tree-line-color, #e3e4e6); } .next-tree.next-label-block .next-tree-node-inner { @@ -31981,8 +34144,8 @@ small { .next-tree.next-node-indent .next-tree-node-inner:focus .next-tree-node-label { color: #333333; color: var(--tree-node-hover-color, #333333); - background-color: #F7F9FA; - background-color: var(--tree-node-hover-bg-color, #F7F9FA); + background-color: #f7f9fa; + background-color: var(--tree-node-hover-bg-color, #f7f9fa); } .next-tree.next-node-indent .next-tree-node-label-wrapper { @@ -31993,13 +34156,17 @@ small { } .next-tree.next-node-indent .next-tree-node-label { - -webkit-transition: color 100ms linear, background-color 100ms linear; - transition: color 100ms linear, background-color 100ms linear; + -webkit-transition: + color 100ms linear, + background-color 100ms linear; + transition: + color 100ms linear, + background-color 100ms linear; cursor: default; color: #333333; color: var(--tree-node-normal-color, #333333); - background-color: #FFFFFF; - background-color: var(--tree-node-normal-background, #FFFFFF); + background-color: #ffffff; + background-color: var(--tree-node-normal-background, #ffffff); } .next-tree.next-node-indent .next-tree-node-label-selectable { @@ -32009,13 +34176,13 @@ small { .next-tree.next-node-indent .next-tree-node-label:hover { color: #333333; color: var(--tree-node-hover-color, #333333); - background-color: #F7F9FA; - background-color: var(--tree-node-hover-bg-color, #F7F9FA); + background-color: #f7f9fa; + background-color: var(--tree-node-hover-bg-color, #f7f9fa); } .next-tree.next-node-indent .next-tree-node-inner.next-selected .next-tree-node-label { - color: #0064C8; - color: var(--tree-node-selected-color, #0064C8); + color: #0064c8; + color: var(--tree-node-selected-color, #0064c8); background-color: transparent; background-color: var(--tree-node-selected-background, transparent); } @@ -32030,20 +34197,20 @@ small { } .next-tree.next-node-indent .next-tree-node-inner.next-drag-over .next-tree-node-label { - background-color: #0064C8; - background-color: var(--color-brand1-6, #0064C8); - color: #FFFFFF; + background-color: #0064c8; + background-color: var(--color-brand1-6, #0064c8); + color: #ffffff; opacity: 0.8; } .next-tree.next-node-indent .next-tree-node-inner.next-drag-over-gap-top .next-tree-node-label-wrapper { - border-top-color: #0064C8; - border-top-color: var(--color-brand1-6, #0064C8); + border-top-color: #0064c8; + border-top-color: var(--color-brand1-6, #0064c8); } .next-tree.next-node-indent .next-tree-node-inner.next-drag-over-gap-bottom .next-tree-node-label-wrapper { - border-bottom-color: #0064C8; - border-bottom-color: var(--color-brand1-6, #0064C8); + border-bottom-color: #0064c8; + border-bottom-color: var(--color-brand1-6, #0064c8); } .next-tree.next-node-block .next-tree-node-inner { @@ -32051,30 +34218,36 @@ small { padding-top: var(--tree-node-padding, 4px); padding-bottom: 4px; padding-bottom: var(--tree-node-padding, 4px); - -webkit-transition: color 100ms linear, background-color 100ms linear; - transition: color 100ms linear, background-color 100ms linear; + -webkit-transition: + color 100ms linear, + background-color 100ms linear; + transition: + color 100ms linear, + background-color 100ms linear; cursor: pointer; color: #333333; color: var(--tree-node-normal-color, #333333); - background-color: #FFFFFF; - background-color: var(--tree-node-normal-background, #FFFFFF); + background-color: #ffffff; + background-color: var(--tree-node-normal-background, #ffffff); } -.next-tree.next-node-block .next-tree-node-inner:hover, .next-tree.next-node-block .next-tree-node-inner:focus { +.next-tree.next-node-block .next-tree-node-inner:hover, +.next-tree.next-node-block .next-tree-node-inner:focus { color: #333333; color: var(--tree-node-hover-color, #333333); - background-color: #F7F9FA; - background-color: var(--tree-node-hover-bg-color, #F7F9FA); + background-color: #f7f9fa; + background-color: var(--tree-node-hover-bg-color, #f7f9fa); } .next-tree.next-node-block .next-tree-node-inner.next-selected { - color: #0064C8; - color: var(--tree-node-selected-color, #0064C8); + color: #0064c8; + color: var(--tree-node-selected-color, #0064c8); background-color: transparent; background-color: var(--tree-node-selected-background, transparent); } -.next-tree.next-node-block .next-tree-node-inner.next-disabled, .next-tree.next-node-block .next-tree-node-inner.next-disabled:hover { +.next-tree.next-node-block .next-tree-node-inner.next-disabled, +.next-tree.next-node-block .next-tree-node-inner.next-disabled:hover { color: #555555; color: var(--tree-node-disabled-color, #555555); background-color: transparent; @@ -32085,56 +34258,62 @@ small { .next-tree.next-show-line .next-tree-node .next-tree-node:not(:last-child) { margin-left: 7.5px; margin-left: calc(var(--tree-switch-size, 16px) / 2 - var(--tree-line-width, 1px) / 2); - border-left: 1px solid #E3E4E6; - border-left: var(--tree-line-width, 1px) var(--tree-line-style, solid) var(--tree-line-color, #E3E4E6); + border-left: 1px solid #e3e4e6; + border-left: var(--tree-line-width, 1px) var(--tree-line-style, solid) var(--tree-line-color, #e3e4e6); padding-left: 15.5px; - padding-left: calc(24px - var(--tree-line-width, 1px) - var(--tree-switch-size, 16px) / 2 + var(--tree-line-width, 1px) / 2); + padding-left: calc( + 24px - var(--tree-line-width, 1px) - var(--tree-switch-size, 16px) / 2 + var(--tree-line-width, 1px) / 2 + ); } .next-tree-node.next-filtered > .next-tree-node-inner .next-tree-node-label { - color: #0064C8; - color: var(--color-brand1-6, #0064C8); + color: #0064c8; + color: var(--color-brand1-6, #0064c8); } .next-tree-node.next-filtered > .next-tree-node-inner .next-tree-node-label:hover { - color: #0064C8; - color: var(--color-brand1-6, #0064C8); + color: #0064c8; + color: var(--color-brand1-6, #0064c8); } -.next-tree[dir=rtl] .next-tree-switcher { +.next-tree[dir="rtl"] .next-tree-switcher { margin-left: 4px; margin-left: var(--tree-switch-margint-right, 4px); margin-right: 0; } -.next-tree[dir=rtl] .next-tree-switcher.next-noop-line-noroot { +.next-tree[dir="rtl"] .next-tree-switcher.next-noop-line-noroot { border-left: none; - border-right: 1px solid #E3E4E6; - border-right: var(--tree-switch-border-width, 1px) var(--line-solid, solid) var(--tree-line-color, #E3E4E6); + border-right: 1px solid #e3e4e6; + border-right: var(--tree-switch-border-width, 1px) var(--line-solid, solid) var(--tree-line-color, #e3e4e6); } -.next-tree[dir=rtl] .next-tree-right-angle { +.next-tree[dir="rtl"] .next-tree-right-angle { left: auto; right: -17.5px; - right: calc(-24px + var(--tree-switch-size, 16px) / 2 - var(--tree-line-width, 1px) / 2 - var(--tree-switch-border-width, 1px)); + right: calc( + -24px + var(--tree-switch-size, 16px) / 2 - var(--tree-line-width, 1px) / 2 - var(--tree-switch-border-width, 1px) + ); border-left: none; - border-right: 1px solid #E3E4E6; - border-right: var(--tree-line-width, 1px) var(--tree-line-style, solid) var(--tree-line-color, #E3E4E6); + border-right: 1px solid #e3e4e6; + border-right: var(--tree-line-width, 1px) var(--tree-line-style, solid) var(--tree-line-color, #e3e4e6); } -.next-tree[dir=rtl].next-show-line .next-tree-node .next-tree-node:not(:last-child) { +.next-tree[dir="rtl"].next-show-line .next-tree-node .next-tree-node:not(:last-child) { margin-left: 0; margin-right: 7.5px; margin-right: calc(var(--tree-switch-size, 16px) / 2 - var(--tree-line-width, 1px) / 2); border-left: none; - border-right: 1px solid #E3E4E6; - border-right: var(--tree-line-width, 1px) var(--tree-line-style, solid) var(--tree-line-color, #E3E4E6); + border-right: 1px solid #e3e4e6; + border-right: var(--tree-line-width, 1px) var(--tree-line-style, solid) var(--tree-line-color, #e3e4e6); padding-left: 0; padding-right: 15.5px; - padding-right: calc(24px - var(--tree-line-width, 1px) - var(--tree-switch-size, 16px) / 2 + var(--tree-line-width, 1px) / 2); + padding-right: calc( + 24px - var(--tree-line-width, 1px) - var(--tree-switch-size, 16px) / 2 + var(--tree-line-width, 1px) / 2 + ); } -.next-tree[dir=rtl].next-node-indent .next-tree-node .next-tree-node { +.next-tree[dir="rtl"].next-node-indent .next-tree-node .next-tree-node { margin-left: 0; margin-right: 24px; } @@ -32152,10 +34331,11 @@ small { } .next-tree-select-dropdown { - background: #FFFFFF; - background: var(--tree-select-background, #FFFFFF); - border: 1px solid #C0C6CC; - border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #C0C6CC); + background: #ffffff; + background: var(--tree-select-background, #ffffff); + border: 1px solid #c0c6cc; + border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) + var(--popup-local-border-color, #c0c6cc); border-radius: 2px; border-radius: var(--popup-local-corner, 2px); -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16); @@ -32180,33 +34360,33 @@ small { color: var(--color-text1-2, #888888); } -.next-upload-list[dir=rtl].next-upload-list-text .next-upload-list-item { +.next-upload-list[dir="rtl"].next-upload-list-text .next-upload-list-item { padding: 4px 16px; padding: 4px var(--upload-text-list-padding-left-right, 16px); padding-left: 36px; padding-left: calc(var(--upload-text-list-close-icon-right, 12px) * 2 + 12px); } -.next-upload-list[dir=rtl].next-upload-list-text .next-icon { +.next-upload-list[dir="rtl"].next-upload-list-text .next-icon { left: 12px; left: var(--upload-text-list-close-icon-right, 12px); right: auto; } -.next-upload-list[dir=rtl].next-upload-list-image .next-icon-close { +.next-upload-list[dir="rtl"].next-upload-list-image .next-icon-close { float: left; margin-left: 4px; margin-left: var(--upload-image-list-close-icon-right, 4px); margin-right: 0; } -.next-upload-list[dir=rtl].next-upload-list-image .next-upload-list-item-thumbnail { +.next-upload-list[dir="rtl"].next-upload-list-image .next-upload-list-item-thumbnail { float: right; margin-left: 8px; margin-right: 0; } -.next-upload-list[dir=rtl].next-upload-list-image .next-upload-list-item-progress { +.next-upload-list[dir="rtl"].next-upload-list-image .next-upload-list-item-progress { margin-right: 56px; margin-right: calc(var(--upload-image-list-item-picture-size, 48px) + 8px); margin-left: 20px; @@ -32260,10 +34440,10 @@ small { } .next-upload.next-disabled { - border-color: #E3E4E6 !important; - border-color: var(--color-line1-1, #E3E4E6) !important; - color: #C1C1C1 !important; - color: var(--color-text1-1, #C1C1C1) !important; + border-color: #e3e4e6 !important; + border-color: var(--color-line1-1, #e3e4e6) !important; + color: #c1c1c1 !important; + color: var(--color-text1-1, #c1c1c1) !important; } .next-upload.next-disabled .next-icon-close { @@ -32271,10 +34451,10 @@ small { } .next-upload.next-disabled .next-upload-inner * { - color: #C1C1C1 !important; - color: var(--color-text1-1, #C1C1C1) !important; - border-color: #E3E4E6 !important; - border-color: var(--color-line1-1, #E3E4E6) !important; + color: #c1c1c1 !important; + color: var(--color-text1-1, #c1c1c1) !important; + border-color: #e3e4e6 !important; + border-color: var(--color-line1-1, #e3e4e6) !important; cursor: not-allowed !important; } @@ -32333,8 +34513,8 @@ small { } .next-upload-list-text .next-upload-list-item:hover .next-icon { - color: #0064C8; - color: var(--upload-text-list-close-icon-color-hover, #0064C8); + color: #0064c8; + color: var(--upload-text-list-close-icon-color-hover, #0064c8); } .next-upload-list-text .next-upload-list-item-name-wrap { @@ -32365,9 +34545,13 @@ small { .next-upload-list-text .next-upload-list-item-uploading .next-upload-list-item-progress { line-height: 0; padding-top: 7px; - padding-top: calc(var(--upload-text-list-height, 44px) / 2 / 2 - 2px - var(--upload-text-list-progressbar-height, 4px) / 2); + padding-top: calc( + var(--upload-text-list-height, 44px) / 2 / 2 - 2px - var(--upload-text-list-progressbar-height, 4px) / 2 + ); padding-bottom: 7px; - padding-bottom: calc(var(--upload-text-list-height, 44px) / 2 / 2 - 2px - var(--upload-text-list-progressbar-height, 4px) / 2); + padding-bottom: calc( + var(--upload-text-list-height, 44px) / 2 / 2 - 2px - var(--upload-text-list-progressbar-height, 4px) / 2 + ); } .next-upload-list-text .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-underlay { @@ -32388,13 +34572,13 @@ small { } .next-upload-list-text .next-upload-list-item-done:hover .next-upload-list-item-name { - color: #0064C8; - color: var(--upload-text-list-name-font-color-hover, #0064C8); + color: #0064c8; + color: var(--upload-text-list-name-font-color-hover, #0064c8); } .next-upload-list-text .next-upload-list-item-done:hover .next-upload-list-item-size { - color: #0064C8; - color: var(--upload-text-list-size-font-color-hover, #0064C8); + color: #0064c8; + color: var(--upload-text-list-size-font-color-hover, #0064c8); } .next-upload-list-text .next-upload-list-item-error { @@ -32412,8 +34596,8 @@ small { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; - color: #C80000; - color: var(--upload-text-list-error-text-color, #C80000); + color: #c80000; + color: var(--upload-text-list-error-text-color, #c80000); } .next-upload-list-image .next-upload-list-item { @@ -32421,8 +34605,8 @@ small { box-sizing: content-box; border: 1px solid transparent; border: var(--upload-image-list-item-border-width, 1px) solid var(--upload-image-list-item-border-color, transparent); - background-color: #F8F8F9; - background-color: var(--upload-image-list-item-bg-color, #F8F8F9); + background-color: #f8f8f9; + background-color: var(--upload-image-list-item-bg-color, #f8f8f9); padding: 8px; padding: var(--upload-image-list-item-padding, 8px); height: 48px; @@ -32502,13 +34686,13 @@ small { } .next-upload-list-image .next-upload-list-item-done:hover .next-upload-list-item-name { - color: #0064C8; - color: var(--upload-text-list-name-font-color-hover, #0064C8); + color: #0064c8; + color: var(--upload-text-list-name-font-color-hover, #0064c8); } .next-upload-list-image .next-upload-list-item-done:hover .next-upload-list-item-size { - color: #0064C8; - color: var(--upload-text-list-size-font-color-hover, #0064C8); + color: #0064c8; + color: var(--upload-text-list-size-font-color-hover, #0064c8); } .next-upload-list-image .next-upload-list-item-thumbnail { @@ -32517,14 +34701,15 @@ small { width: var(--upload-image-list-item-picture-size, 48px); height: 48px; height: var(--upload-image-list-item-picture-size, 48px); - color: #C1C1C1; - color: var(--upload-image-list-item-thumbnail-font-color, #C1C1C1); - border: 1px solid #E3E4E6; - border: var(--upload-image-list-item-picture-border-width, 1px) solid var(--upload-image-list-item-picture-border-color, #E3E4E6); + color: #c1c1c1; + color: var(--upload-image-list-item-thumbnail-font-color, #c1c1c1); + border: 1px solid #e3e4e6; + border: var(--upload-image-list-item-picture-border-width, 1px) solid + var(--upload-image-list-item-picture-border-color, #e3e4e6); border-radius: 0; border-radius: var(--upload-image-list-item-picture-corner, 0); - background-color: #F8F8F9; - background-color: var(--upload-image-list-item-picture-background-color, #F8F8F9); + background-color: #f8f8f9; + background-color: var(--upload-image-list-item-picture-background-color, #f8f8f9); margin-right: 8px; vertical-align: middle; text-align: center; @@ -32555,13 +34740,13 @@ small { .next-upload-list-image .next-upload-list-item-error { border-color: transparent !important; border-color: var(--upload-image-list-item-border-color-error, transparent) !important; - background-color: #FDFBFB; - background-color: var(--upload-image-list-item-error-bg-color, #FDFBFB); + background-color: #fdfbfb; + background-color: var(--upload-image-list-item-error-bg-color, #fdfbfb); } .next-upload-list-image .next-upload-list-item-uploading { - background-color: #F8F8F9; - background-color: var(--upload-image-list-item-uploading-bg-color, #F8F8F9); + background-color: #f8f8f9; + background-color: var(--upload-image-list-item-uploading-bg-color, #f8f8f9); } .next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-name { @@ -32578,9 +34763,13 @@ small { margin-right: calc(12px + var(--upload-image-list-close-icon-right, 4px) * 2); line-height: 0; padding-top: 10px; - padding-top: calc(var(--upload-image-list-item-picture-size, 48px) / 2 / 2 - var(--upload-image-list-progressbar-height, 4px) / 2); + padding-top: calc( + var(--upload-image-list-item-picture-size, 48px) / 2 / 2 - var(--upload-image-list-progressbar-height, 4px) / 2 + ); padding-bottom: 10px; - padding-bottom: calc(var(--upload-image-list-item-picture-size, 48px) / 2 / 2 - var(--upload-image-list-progressbar-height, 4px) / 2); + padding-bottom: calc( + var(--upload-image-list-item-picture-size, 48px) / 2 / 2 - var(--upload-image-list-progressbar-height, 4px) / 2 + ); } .next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-underlay { @@ -32608,8 +34797,8 @@ small { margin-left: calc(var(--upload-image-list-item-picture-size, 48px) + 8px); margin-right: 20px; margin-right: calc(12px + var(--upload-image-list-close-icon-right, 4px) * 2); - color: #C80000; - color: var(--upload-text-list-error-text-color, #C80000); + color: #c80000; + color: var(--upload-text-list-error-text-color, #c80000); text-overflow: ellipsis; white-space: nowrap; overflow: hidden; @@ -32631,8 +34820,8 @@ small { .next-upload-list-card .next-upload-list-item-wrapper { position: relative; - border: 1px solid #E3E4E6; - border: 1px solid var(--upload-card-list-border-color, #E3E4E6); + border: 1px solid #e3e4e6; + border: 1px solid var(--upload-card-list-border-color, #e3e4e6); width: 88px; width: var(--upload-card-size, 88px); height: 88px; @@ -32647,8 +34836,8 @@ small { text-align: center; width: 100%; height: 100%; - color: #0064C8; - color: var(--upload-card-list-thumbnail-font-color, #0064C8); + color: #0064c8; + color: var(--upload-card-list-thumbnail-font-color, #0064c8); font-size: 12px; font-size: var(--upload-card-list-thumbnail-font-size, 12px); } @@ -32727,8 +34916,8 @@ small { } .next-upload-list-card .next-upload-list-item-uploading .next-upload-list-item-wrapper { - background-color: #FFFFFF; - background-color: var(--upload-card-list-uploading-bg-color, #FFFFFF); + background-color: #ffffff; + background-color: var(--upload-card-list-uploading-bg-color, #ffffff); } .next-upload-list-card .next-upload-list-item:hover .next-upload-tool { @@ -32754,7 +34943,7 @@ small { .next-upload-list-card .next-upload-list-item .next-upload-tool .next-icon { line-height: 28px; - color: #FFFFFF; + color: #ffffff; cursor: pointer; } @@ -32771,7 +34960,7 @@ small { } .next-upload-list-card .next-upload-list-item .next-upload-tool-item:not(:last-child) { - border-right: 1px solid #FFFFFF; + border-right: 1px solid #ffffff; } .next-upload-list-card .next-upload-list-item .next-upload-tool-reupload { @@ -32779,8 +34968,8 @@ small { } .next-upload-list-card .next-upload-list-item-error .next-upload-list-item-wrapper { - border-color: #C80000; - border-color: var(--upload-card-list-border-color-error, #C80000); + border-color: #c80000; + border-color: var(--upload-card-list-border-color-error, #c80000); } .next-upload-list-card.next-upload-ie9 .next-upload-tool { @@ -32793,14 +34982,14 @@ small { } .next-upload-card { - border: 1px dashed #C0C6CC; - border: 1px var(--upload-card-border-style, dashed) var(--upload-card-border-color, #C0C6CC); + border: 1px dashed #c0c6cc; + border: 1px var(--upload-card-border-style, dashed) var(--upload-card-border-color, #c0c6cc); width: 88px; width: var(--upload-card-size, 88px); height: 88px; height: var(--upload-card-size, 88px); - background-color: #FFFFFF; - background-color: var(--upload-card-bg-color, #FFFFFF); + background-color: #ffffff; + background-color: var(--upload-card-bg-color, #ffffff); text-align: center; cursor: pointer; -webkit-transition: border-color 100ms linear; @@ -32837,18 +35026,18 @@ small { } .next-upload-card:hover { - border-color: #0064C8; - border-color: var(--upload-card-hover-border-color, #0064C8); + border-color: #0064c8; + border-color: var(--upload-card-hover-border-color, #0064c8); } .next-upload-card:hover .next-icon { - color: #0064C8; - color: var(--upload-card-hover-font-color, #0064C8); + color: #0064c8; + color: var(--upload-card-hover-font-color, #0064c8); } .next-upload-card:hover .next-upload-text { - color: #0064C8; - color: var(--upload-card-hover-font-color, #0064C8); + color: #0064c8; + color: var(--upload-card-hover-font-color, #0064c8); } .next-upload-dragable .next-upload-inner { @@ -32856,8 +35045,8 @@ small { } .next-upload-dragable .next-upload-drag { - border: 1px dashed #D1D5D9; - border: 1px dashed var(--upload-drag-zone-border-color, #D1D5D9); + border: 1px dashed #d1d5d9; + border: 1px dashed var(--upload-drag-zone-border-color, #d1d5d9); -webkit-transition: border-color 100ms linear; transition: border-color 100ms linear; cursor: pointer; @@ -32871,8 +35060,8 @@ small { .next-upload-dragable .next-upload-drag-icon { margin: 20px 0 0; - color: #0064C8; - color: var(--upload-drag-zone-upload-icon-color, #0064C8); + color: #0064c8; + color: var(--upload-drag-zone-upload-icon-color, #0064c8); } .next-upload-dragable .next-upload-drag-icon .next-upload-drag-upload-icon::before { @@ -32898,8 +35087,8 @@ small { } .next-upload-dragable .next-upload-drag-over { - border-color: #D1D5D9; - border-color: var(--upload-drag-zone-over-border-color, #D1D5D9); + border-color: #d1d5d9; + border-color: var(--upload-drag-zone-over-border-color, #d1d5d9); } /** light **/ @@ -33111,7 +35300,7 @@ small { display: -webkit-box; display: -ms-flexbox; display: flex; - border: 1px solid #DDD; + border: 1px solid #ddd; -webkit-box-align: center; -ms-flex-align: center; align-items: center; @@ -33208,8 +35397,8 @@ small { .next-shell-light .next-shell-header .dock-trigger, .next-shell-light .next-shell-header .nav-trigger { - background: #FFFFFF; - background: var(--shell-light-header-background, #FFFFFF); + background: #ffffff; + background: var(--shell-light-header-background, #ffffff); } .next-shell-light .next-shell-aside .local-nav-trigger { @@ -33218,8 +35407,8 @@ small { } .next-shell-light .next-shell-aside .ancillary-trigger { - background: #FFFFFF; - background: var(--shell-light-ancillary-background, #FFFFFF); + background: #ffffff; + background: var(--shell-light-ancillary-background, #ffffff); } .next-shell-light .next-shell-header { @@ -33227,10 +35416,11 @@ small { color: var(--shell-light-header-color, #000000); height: 52px; height: var(--shell-light-header-height, 52px); - background: #FFFFFF; - background: var(--shell-light-header-background, #FFFFFF); - border-bottom: 1px solid #E3E4E6; - border-bottom: var(--shell-light-header-divider-size, 1px) var(--shell-light-header-divider-style, solid) var(--shell-light-header-divider-color, #E3E4E6); + background: #ffffff; + background: var(--shell-light-header-background, #ffffff); + border-bottom: 1px solid #e3e4e6; + border-bottom: var(--shell-light-header-divider-size, 1px) var(--shell-light-header-divider-style, solid) + var(--shell-light-header-divider-color, #e3e4e6); -webkit-box-shadow: none; -webkit-box-shadow: var(--shell-light-header-shadow, none); box-shadow: none; @@ -33255,10 +35445,11 @@ small { width: 100%; min-height: 40px; min-height: var(--shell-light-multitask-min-height, 40px); - background: #FFFFFF; - background: var(--shell-light-multitask-background, #FFFFFF); - border-bottom: 1px solid #E3E4E6; - border-bottom: var(--shell-light-multitask-divider-size, 1px) var(--shell-light-multitask-divider-style, solid) var(--shell-light-multitask-divider-color, #E3E4E6); + background: #ffffff; + background: var(--shell-light-multitask-background, #ffffff); + border-bottom: 1px solid #e3e4e6; + border-bottom: var(--shell-light-multitask-divider-size, 1px) var(--shell-light-multitask-divider-style, solid) + var(--shell-light-multitask-divider-color, #e3e4e6); -webkit-box-shadow: none; -webkit-box-shadow: var(--shell-light-multitask-shadow, none); box-shadow: none; @@ -33269,17 +35460,18 @@ small { } .next-shell-light .next-shell-main { - background: #EFF3F8; - background: var(--shell-light-content-background, #EFF3F8); + background: #eff3f8; + background: var(--shell-light-content-background, #eff3f8); } .next-shell-light .next-shell-main .next-shell-appbar { min-height: 48px; min-height: var(--shell-light-appbar-min-height, 48px); - background: #FFFFFF; - background: var(--shell-light-appbar-background, #FFFFFF); - border-bottom: 1px solid #E3E4E6; - border-bottom: var(--shell-light-appbar-divider-size, 1px) var(--shell-light-appbar-divider-style, solid) var(--shell-light-appbar-divider-color, #E3E4E6); + background: #ffffff; + background: var(--shell-light-appbar-background, #ffffff); + border-bottom: 1px solid #e3e4e6; + border-bottom: var(--shell-light-appbar-divider-size, 1px) var(--shell-light-appbar-divider-style, solid) + var(--shell-light-appbar-divider-color, #e3e4e6); -webkit-box-shadow: none; -webkit-box-shadow: var(--shell-light-appbar-shadow, none); box-shadow: none; @@ -33298,8 +35490,8 @@ small { background: var(--shell-light-footer-background, transparent); min-height: 56px; min-height: var(--shell-light-footer-min-height, 56px); - color: #C1C1C1; - color: var(--shell-light-footer-color, #C1C1C1); + color: #c1c1c1; + color: var(--shell-light-footer-color, #c1c1c1); font-size: 14px; font-size: var(--shell-light-footer-font-size, 14px); } @@ -33307,10 +35499,11 @@ small { .next-shell-light .next-shell-aside.next-shell-navigation { width: 168px; width: var(--shell-light-navigation-ver-width, 168px); - background: #FFFFFF; - background: var(--shell-light-navigation-ver-background, #FFFFFF); - border-right: 1px solid #E3E4E6; - border-right: var(--shell-light-navigation-ver-divider-size, 1px) var(--shell-light-navigation-ver-divider-style, solid) var(--shell-light-navigation-ver-divider-color, #E3E4E6); + background: #ffffff; + background: var(--shell-light-navigation-ver-background, #ffffff); + border-right: 1px solid #e3e4e6; + border-right: var(--shell-light-navigation-ver-divider-size, 1px) + var(--shell-light-navigation-ver-divider-style, solid) var(--shell-light-navigation-ver-divider-color, #e3e4e6); -webkit-box-shadow: none; -webkit-box-shadow: var(--shell-light-navigation-ver-shadow, none); box-shadow: none; @@ -33333,8 +35526,9 @@ small { width: var(--shell-light-tooldock-width, 52px); background: #004080; background: var(--shell-light-tooldock-background, #004080); - border-left: 1px solid #E3E4E6; - border-left: var(--shell-light-tooldock-divider-size, 1px) var(--shell-light-tooldock-divider-style, solid) var(--shell-light-tooldock-divider-color, #E3E4E6); + border-left: 1px solid #e3e4e6; + border-left: var(--shell-light-tooldock-divider-size, 1px) var(--shell-light-tooldock-divider-style, solid) + var(--shell-light-tooldock-divider-color, #e3e4e6); -webkit-box-shadow: none; -webkit-box-shadow: var(--shell-light-tooldock-shadow, none); box-shadow: none; @@ -33355,8 +35549,8 @@ small { .next-shell-light .next-shell-aside .next-shell-tooldockitem:hover { color: #111111; color: var(--shell-light-tooldock-item-color-hover, #111111); - background: #EFF3F8; - background: var(--shell-light-tooldock-item-background-hover, #EFF3F8); + background: #eff3f8; + background: var(--shell-light-tooldock-item-background-hover, #eff3f8); } .next-shell-light .next-shell-aside .next-shell-localnavigation { @@ -33364,8 +35558,9 @@ small { width: var(--shell-light-local-navigation-width, 168px); background: #004080; background: var(--shell-light-local-navigation-background, #004080); - border-right: 1px solid #E3E4E6; - border-right: var(--shell-light-local-navigation-divider-size, 1px) var(--shell-light-local-navigation-divider-style, solid) var(--shell-light-local-navigation-divider-color, #E3E4E6); + border-right: 1px solid #e3e4e6; + border-right: var(--shell-light-local-navigation-divider-size, 1px) + var(--shell-light-local-navigation-divider-style, solid) var(--shell-light-local-navigation-divider-color, #e3e4e6); -webkit-box-shadow: none; -webkit-box-shadow: var(--shell-light-local-navigation-shadow, none); box-shadow: none; @@ -33381,10 +35576,11 @@ small { .next-shell-light .next-shell-aside .next-shell-ancillary { width: 168px; width: var(--shell-light-ancillary-width, 168px); - background: #FFFFFF; - background: var(--shell-light-ancillary-background, #FFFFFF); - border-left: 1px solid #E3E4E6; - border-left: var(--shell-light-ancillary-divider-size, 1px) var(--shell-light-ancillary-divider-style, solid) var(--shell-light-ancillary-divider-color, #E3E4E6); + background: #ffffff; + background: var(--shell-light-ancillary-background, #ffffff); + border-left: 1px solid #e3e4e6; + border-left: var(--shell-light-ancillary-divider-size, 1px) var(--shell-light-ancillary-divider-style, solid) + var(--shell-light-ancillary-divider-color, #e3e4e6); -webkit-box-shadow: none; -webkit-box-shadow: var(--shell-light-ancillary-shadow, none); box-shadow: none; @@ -33409,19 +35605,20 @@ small { } .next-shell-dark .next-shell-aside .ancillary-trigger { - background: #FFFFFF; - background: var(--shell-dark-ancillary-background, #FFFFFF); + background: #ffffff; + background: var(--shell-dark-ancillary-background, #ffffff); } .next-shell-dark .next-shell-header { - color: #FFFFFF; - color: var(--shell-dark-header-color, #FFFFFF); + color: #ffffff; + color: var(--shell-dark-header-color, #ffffff); height: 52px; height: var(--shell-dark-header-height, 52px); background: #000000; background: var(--shell-dark-header-background, #000000); - border-bottom: 1px solid #1F1F1F; - border-bottom: var(--shell-dark-header-divider-size, 1px) var(--shell-dark-header-divider-style, solid) var(--shell-dark-header-divider-color, #1F1F1F); + border-bottom: 1px solid #1f1f1f; + border-bottom: var(--shell-dark-header-divider-size, 1px) var(--shell-dark-header-divider-style, solid) + var(--shell-dark-header-divider-color, #1f1f1f); -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16); -webkit-box-shadow: var(--shell-dark-header-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.16)); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16); @@ -33446,10 +35643,11 @@ small { width: 100%; min-height: 40px; min-height: var(--shell-dark-multitask-min-height, 40px); - background: #FFFFFF; - background: var(--shell-dark-multitask-background, #FFFFFF); - border-bottom: 1px solid #E3E4E6; - border-bottom: var(--shell-dark-multitask-divider-size, 1px) var(--shell-dark-multitask-divider-style, solid) var(--shell-dark-multitask-divider-color, #E3E4E6); + background: #ffffff; + background: var(--shell-dark-multitask-background, #ffffff); + border-bottom: 1px solid #e3e4e6; + border-bottom: var(--shell-dark-multitask-divider-size, 1px) var(--shell-dark-multitask-divider-style, solid) + var(--shell-dark-multitask-divider-color, #e3e4e6); -webkit-box-shadow: none; -webkit-box-shadow: var(--shell-dark-multitask-shadow, none); box-shadow: none; @@ -33460,17 +35658,18 @@ small { } .next-shell-dark .next-shell-main { - background: #EFF3F8; - background: var(--shell-dark-content-background, #EFF3F8); + background: #eff3f8; + background: var(--shell-dark-content-background, #eff3f8); } .next-shell-dark .next-shell-main .next-shell-appbar { min-height: 48px; min-height: var(--shell-dark-appbar-min-height, 48px); - background: #FFFFFF; - background: var(--shell-dark-appbar-background, #FFFFFF); - border-bottom: 1px solid #E3E4E6; - border-bottom: var(--shell-dark-appbar-divider-size, 1px) var(--shell-dark-appbar-divider-style, solid) var(--shell-dark-appbar-divider-color, #E3E4E6); + background: #ffffff; + background: var(--shell-dark-appbar-background, #ffffff); + border-bottom: 1px solid #e3e4e6; + border-bottom: var(--shell-dark-appbar-divider-size, 1px) var(--shell-dark-appbar-divider-style, solid) + var(--shell-dark-appbar-divider-color, #e3e4e6); -webkit-box-shadow: none; -webkit-box-shadow: var(--shell-dark-appbar-shadow, none); box-shadow: none; @@ -33489,8 +35688,8 @@ small { background: var(--shell-dark-footer-background, transparent); min-height: 56px; min-height: var(--shell-dark-footer-min-height, 56px); - color: #C1C1C1; - color: var(--shell-dark-footer-color, #C1C1C1); + color: #c1c1c1; + color: var(--shell-dark-footer-color, #c1c1c1); font-size: 14px; font-size: var(--shell-dark-footer-font-size, 14px); } @@ -33500,8 +35699,9 @@ small { width: var(--shell-dark-navigation-ver-width, 168px); background: #111111; background: var(--shell-dark-navigation-ver-background, #111111); - border-right: 1px solid #E3E4E6; - border-right: var(--shell-dark-navigation-ver-divider-size, 1px) var(--shell-dark-navigation-ver-divider-style, solid) var(--shell-dark-navigation-ver-divider-color, #E3E4E6); + border-right: 1px solid #e3e4e6; + border-right: var(--shell-dark-navigation-ver-divider-size, 1px) var(--shell-dark-navigation-ver-divider-style, solid) + var(--shell-dark-navigation-ver-divider-color, #e3e4e6); -webkit-box-shadow: none; -webkit-box-shadow: var(--shell-dark-navigation-ver-shadow, none); box-shadow: none; @@ -33524,8 +35724,9 @@ small { width: var(--shell-dark-tooldock-width, 52px); background: #004080; background: var(--shell-dark-tooldock-background, #004080); - border-left: 1px solid #E3E4E6; - border-left: var(--shell-dark-tooldock-divider-size, 1px) var(--shell-dark-tooldock-divider-style, solid) var(--shell-dark-tooldock-divider-color, #E3E4E6); + border-left: 1px solid #e3e4e6; + border-left: var(--shell-dark-tooldock-divider-size, 1px) var(--shell-dark-tooldock-divider-style, solid) + var(--shell-dark-tooldock-divider-color, #e3e4e6); -webkit-box-shadow: none; -webkit-box-shadow: var(--shell-dark-tooldock-shadow, none); box-shadow: none; @@ -33546,8 +35747,8 @@ small { .next-shell-dark .next-shell-aside .next-shell-tooldockitem:hover { color: #111111; color: var(--shell-dark-tooldock-item-color-hover, #111111); - background: #EFF3F8; - background: var(--shell-dark-tooldock-item-background-hover, #EFF3F8); + background: #eff3f8; + background: var(--shell-dark-tooldock-item-background-hover, #eff3f8); } .next-shell-dark .next-shell-aside .next-shell-localnavigation { @@ -33555,8 +35756,9 @@ small { width: var(--shell-dark-local-navigation-width, 168px); background: #004080; background: var(--shell-dark-local-navigation-background, #004080); - border-right: 1px solid #E3E4E6; - border-right: var(--shell-dark-local-navigation-divider-size, 1px) var(--shell-dark-local-navigation-divider-style, solid) var(--shell-dark-local-navigation-divider-color, #E3E4E6); + border-right: 1px solid #e3e4e6; + border-right: var(--shell-dark-local-navigation-divider-size, 1px) + var(--shell-dark-local-navigation-divider-style, solid) var(--shell-dark-local-navigation-divider-color, #e3e4e6); -webkit-box-shadow: none; -webkit-box-shadow: var(--shell-dark-local-navigation-shadow, none); box-shadow: none; @@ -33572,10 +35774,11 @@ small { .next-shell-dark .next-shell-aside .next-shell-ancillary { width: 168px; width: var(--shell-dark-ancillary-width, 168px); - background: #FFFFFF; - background: var(--shell-dark-ancillary-background, #FFFFFF); - border-left: 1px solid #E3E4E6; - border-left: var(--shell-dark-ancillary-divider-size, 1px) var(--shell-dark-ancillary-divider-style, solid) var(--shell-dark-ancillary-divider-color, #E3E4E6); + background: #ffffff; + background: var(--shell-dark-ancillary-background, #ffffff); + border-left: 1px solid #e3e4e6; + border-left: var(--shell-dark-ancillary-divider-size, 1px) var(--shell-dark-ancillary-divider-style, solid) + var(--shell-dark-ancillary-divider-color, #e3e4e6); -webkit-box-shadow: none; -webkit-box-shadow: var(--shell-dark-ancillary-shadow, none); box-shadow: none; @@ -33590,8 +35793,8 @@ small { .next-shell-brand .next-shell-header .dock-trigger, .next-shell-brand .next-shell-header .nav-trigger { - background: #0064C8; - background: var(--shell-brand-header-background, #0064C8); + background: #0064c8; + background: var(--shell-brand-header-background, #0064c8); } .next-shell-brand .next-shell-aside .local-nav-trigger { @@ -33600,19 +35803,20 @@ small { } .next-shell-brand .next-shell-aside .ancillary-trigger { - background: #FFFFFF; - background: var(--shell-brand-ancillary-background, #FFFFFF); + background: #ffffff; + background: var(--shell-brand-ancillary-background, #ffffff); } .next-shell-brand .next-shell-header { - color: #FFFFFF; - color: var(--shell-brand-header-color, #FFFFFF); + color: #ffffff; + color: var(--shell-brand-header-color, #ffffff); height: 52px; height: var(--shell-brand-header-height, 52px); - background: #0064C8; - background: var(--shell-brand-header-background, #0064C8); - border-bottom: 1px solid #E3E4E6; - border-bottom: var(--shell-brand-header-divider-size, 1px) var(--shell-brand-header-divider-style, solid) var(--shell-brand-header-divider-color, #E3E4E6); + background: #0064c8; + background: var(--shell-brand-header-background, #0064c8); + border-bottom: 1px solid #e3e4e6; + border-bottom: var(--shell-brand-header-divider-size, 1px) var(--shell-brand-header-divider-style, solid) + var(--shell-brand-header-divider-color, #e3e4e6); -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16); -webkit-box-shadow: var(--shell-brand-header-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.16)); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16); @@ -33637,10 +35841,11 @@ small { width: 100%; min-height: 40px; min-height: var(--shell-brand-multitask-min-height, 40px); - background: #FFFFFF; - background: var(--shell-brand-multitask-background, #FFFFFF); - border-bottom: 1px solid #E3E4E6; - border-bottom: var(--shell-brand-multitask-divider-size, 1px) var(--shell-brand-multitask-divider-style, solid) var(--shell-brand-multitask-divider-color, #E3E4E6); + background: #ffffff; + background: var(--shell-brand-multitask-background, #ffffff); + border-bottom: 1px solid #e3e4e6; + border-bottom: var(--shell-brand-multitask-divider-size, 1px) var(--shell-brand-multitask-divider-style, solid) + var(--shell-brand-multitask-divider-color, #e3e4e6); -webkit-box-shadow: none; -webkit-box-shadow: var(--shell-brand-multitask-shadow, none); box-shadow: none; @@ -33651,17 +35856,18 @@ small { } .next-shell-brand .next-shell-main { - background: #EFF3F8; - background: var(--shell-brand-content-background, #EFF3F8); + background: #eff3f8; + background: var(--shell-brand-content-background, #eff3f8); } .next-shell-brand .next-shell-main .next-shell-appbar { min-height: 48px; min-height: var(--shell-brand-appbar-min-height, 48px); - background: #FFFFFF; - background: var(--shell-brand-appbar-background, #FFFFFF); - border-bottom: 1px solid #E3E4E6; - border-bottom: var(--shell-brand-appbar-divider-size, 1px) var(--shell-brand-appbar-divider-style, solid) var(--shell-brand-appbar-divider-color, #E3E4E6); + background: #ffffff; + background: var(--shell-brand-appbar-background, #ffffff); + border-bottom: 1px solid #e3e4e6; + border-bottom: var(--shell-brand-appbar-divider-size, 1px) var(--shell-brand-appbar-divider-style, solid) + var(--shell-brand-appbar-divider-color, #e3e4e6); -webkit-box-shadow: none; -webkit-box-shadow: var(--shell-brand-appbar-shadow, none); box-shadow: none; @@ -33680,8 +35886,8 @@ small { background: var(--shell-brand-footer-background, transparent); min-height: 56px; min-height: var(--shell-brand-footer-min-height, 56px); - color: #C1C1C1; - color: var(--shell-brand-footer-color, #C1C1C1); + color: #c1c1c1; + color: var(--shell-brand-footer-color, #c1c1c1); font-size: 14px; font-size: var(--shell-brand-footer-font-size, 14px); } @@ -33689,10 +35895,11 @@ small { .next-shell-brand .next-shell-aside.next-shell-navigation { width: 168px; width: var(--shell-brand-navigation-ver-width, 168px); - background: #FFFFFF; - background: var(--shell-brand-navigation-ver-background, #FFFFFF); - border-right: 1px solid #E3E4E6; - border-right: var(--shell-brand-navigation-ver-divider-size, 1px) var(--shell-brand-navigation-ver-divider-style, solid) var(--shell-brand-navigation-ver-divider-color, #E3E4E6); + background: #ffffff; + background: var(--shell-brand-navigation-ver-background, #ffffff); + border-right: 1px solid #e3e4e6; + border-right: var(--shell-brand-navigation-ver-divider-size, 1px) + var(--shell-brand-navigation-ver-divider-style, solid) var(--shell-brand-navigation-ver-divider-color, #e3e4e6); -webkit-box-shadow: none; -webkit-box-shadow: var(--shell-brand-navigation-ver-shadow, none); box-shadow: none; @@ -33715,8 +35922,9 @@ small { width: var(--shell-brand-tooldock-width, 52px); background: #004080; background: var(--shell-brand-tooldock-background, #004080); - border-left: 1px solid #E3E4E6; - border-left: var(--shell-brand-tooldock-divider-size, 1px) var(--shell-brand-tooldock-divider-style, solid) var(--shell-brand-tooldock-divider-color, #E3E4E6); + border-left: 1px solid #e3e4e6; + border-left: var(--shell-brand-tooldock-divider-size, 1px) var(--shell-brand-tooldock-divider-style, solid) + var(--shell-brand-tooldock-divider-color, #e3e4e6); -webkit-box-shadow: none; -webkit-box-shadow: var(--shell-brand-tooldock-shadow, none); box-shadow: none; @@ -33737,8 +35945,8 @@ small { .next-shell-brand .next-shell-aside .next-shell-tooldockitem:hover { color: #111111; color: var(--shell-brand-tooldock-item-color-hover, #111111); - background: #EFF3F8; - background: var(--shell-brand-tooldock-item-background-hover, #EFF3F8); + background: #eff3f8; + background: var(--shell-brand-tooldock-item-background-hover, #eff3f8); } .next-shell-brand .next-shell-aside .next-shell-localnavigation { @@ -33746,8 +35954,9 @@ small { width: var(--shell-brand-local-navigation-width, 168px); background: #004080; background: var(--shell-brand-local-navigation-background, #004080); - border-right: 1px solid #E3E4E6; - border-right: var(--shell-brand-local-navigation-divider-size, 1px) var(--shell-brand-local-navigation-divider-style, solid) var(--shell-brand-local-navigation-divider-color, #E3E4E6); + border-right: 1px solid #e3e4e6; + border-right: var(--shell-brand-local-navigation-divider-size, 1px) + var(--shell-brand-local-navigation-divider-style, solid) var(--shell-brand-local-navigation-divider-color, #e3e4e6); -webkit-box-shadow: none; -webkit-box-shadow: var(--shell-brand-local-navigation-shadow, none); box-shadow: none; @@ -33763,10 +35972,11 @@ small { .next-shell-brand .next-shell-aside .next-shell-ancillary { width: 168px; width: var(--shell-brand-ancillary-width, 168px); - background: #FFFFFF; - background: var(--shell-brand-ancillary-background, #FFFFFF); - border-left: 1px solid #E3E4E6; - border-left: var(--shell-brand-ancillary-divider-size, 1px) var(--shell-brand-ancillary-divider-style, solid) var(--shell-brand-ancillary-divider-color, #E3E4E6); + background: #ffffff; + background: var(--shell-brand-ancillary-background, #ffffff); + border-left: 1px solid #e3e4e6; + border-left: var(--shell-brand-ancillary-divider-size, 1px) var(--shell-brand-ancillary-divider-style, solid) + var(--shell-brand-ancillary-divider-color, #e3e4e6); -webkit-box-shadow: none; -webkit-box-shadow: var(--shell-brand-ancillary-shadow, none); box-shadow: none; @@ -33847,17 +36057,20 @@ small { transition: all 0.2s ease; } -.next-shell.next-shell-tablet .next-shell-aside.next-aside-ancillary, .next-shell.next-shell-phone .next-shell-aside.next-aside-ancillary { +.next-shell.next-shell-tablet .next-shell-aside.next-aside-ancillary, +.next-shell.next-shell-phone .next-shell-aside.next-aside-ancillary { width: 0; } -.next-shell.next-shell-tablet .next-shell-ancillary, .next-shell.next-shell-phone .next-shell-ancillary { +.next-shell.next-shell-tablet .next-shell-ancillary, +.next-shell.next-shell-phone .next-shell-ancillary { -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); } -.next-shell.next-shell-tablet .next-shell-aside.next-aside-localnavigation, .next-shell.next-shell-phone .next-shell-aside.next-aside-localnavigation { +.next-shell.next-shell-tablet .next-shell-aside.next-aside-localnavigation, +.next-shell.next-shell-phone .next-shell-aside.next-aside-localnavigation { width: 0; } @@ -33947,8 +36160,8 @@ small { .next-typography mark { padding: 0; - background: #FAC800; - background: var(--typography-text-mark-background, #FAC800); + background: #fac800; + background: var(--typography-text-mark-background, #fac800); color: #333333; color: var(--typography-text-mark-color, #333333); } @@ -33959,12 +36172,12 @@ small { } .next-typography code { - background-color: #EFF3F8; - background-color: var(--typography-text-code-background, #EFF3F8); + background-color: #eff3f8; + background-color: var(--typography-text-code-background, #eff3f8); color: #333333; color: var(--typography-text-code-color, #333333); - border: 1px solid #C0C6CC; - border: 1px solid var(--typography-text-code-border-color, #C0C6CC); + border: 1px solid #c0c6cc; + border: 1px solid var(--typography-text-code-border-color, #c0c6cc); margin: 0 0.2em; padding: 0.2em 0.4em 0.1em; font-size: 85%; @@ -33989,24 +36202,24 @@ small { } .next-typography a:link { - color: #0064C8; - color: var(--color-link-1, #0064C8); + color: #0064c8; + color: var(--color-link-1, #0064c8); } .next-typography a:visited { - color: #0064C8; - color: var(--color-link-2, #0064C8); + color: #0064c8; + color: var(--color-link-2, #0064c8); } .next-typography a:hover { - color: #0064C8; - color: var(--color-link-3, #0064C8); + color: #0064c8; + color: var(--color-link-3, #0064c8); } .next-typography a:active { text-decoration: underline; - color: #0064C8; - color: var(--color-link-3, #0064C8); + color: #0064c8; + color: var(--color-link-3, #0064c8); } h1.next-typography-title { @@ -34051,8 +36264,8 @@ h6.next-typography-title { font-variant: tabular-nums; -webkit-font-feature-settings: "tnum"; font-feature-settings: "tnum"; - background: #E3E4E6; - background: var(--divider-hoz-color, #E3E4E6); + background: #e3e4e6; + background: var(--divider-hoz-color, #e3e4e6); border-collapse: separate; } @@ -34065,8 +36278,8 @@ h6.next-typography-title { .next-divider-dashed { background: none; - border-color: #E3E4E6; - border-color: var(--divider-hoz-color, #E3E4E6); + border-color: #e3e4e6; + border-color: var(--divider-hoz-color, #e3e4e6); border-style: dashed; border-width: 1px 0 0; border-width: var(--divider-hoz-size, 1px) 0 0; @@ -34089,15 +36302,17 @@ h6.next-typography-title { display: inline-block; width: 1px; width: var(--divider-ver-size, 1px); - background: #C0C6CC; - background: var(--divider-ver-color, #C0C6CC); + background: #c0c6cc; + background: var(--divider-ver-color, #c0c6cc); height: 0.9em; margin: 0 8px; margin: 0 var(--divider-ver-marginLeft, 8px); vertical-align: middle; } -.next-divider-hoz.next-divider-with-text-center, .next-divider-hoz.next-divider-with-text-left, .next-divider-hoz.next-divider-with-text-right { +.next-divider-hoz.next-divider-with-text-center, +.next-divider-hoz.next-divider-with-text-left, +.next-divider-hoz.next-divider-with-text-right { display: table; margin: 16px 0; margin: var(--divider-hoz-text-marginTop, 16px) 0; @@ -34112,27 +36327,40 @@ h6.next-typography-title { background: transparent; } -.next-divider-hoz.next-divider-with-text-center::before, .next-divider-hoz.next-divider-with-text-center::after, .next-divider-hoz.next-divider-with-text-left::before, .next-divider-hoz.next-divider-with-text-left::after, .next-divider-hoz.next-divider-with-text-right::before, .next-divider-hoz.next-divider-with-text-right::after { +.next-divider-hoz.next-divider-with-text-center::before, +.next-divider-hoz.next-divider-with-text-center::after, +.next-divider-hoz.next-divider-with-text-left::before, +.next-divider-hoz.next-divider-with-text-left::after, +.next-divider-hoz.next-divider-with-text-right::before, +.next-divider-hoz.next-divider-with-text-right::after { top: 50%; display: table-cell; width: 50%; - border-top: 1px solid #E3E4E6; - border-top: var(--divider-hoz-size, 1px) solid var(--divider-hoz-color, #E3E4E6); + border-top: 1px solid #e3e4e6; + border-top: var(--divider-hoz-size, 1px) solid var(--divider-hoz-color, #e3e4e6); -webkit-transform: translateY(50%); -ms-transform: translateY(50%); transform: translateY(50%); content: ""; } -.next-divider-hoz.next-divider-with-text-center.next-divider-dashed, .next-divider-hoz.next-divider-with-text-left.next-divider-dashed, .next-divider-hoz.next-divider-with-text-right.next-divider-dashed { +.next-divider-hoz.next-divider-with-text-center.next-divider-dashed, +.next-divider-hoz.next-divider-with-text-left.next-divider-dashed, +.next-divider-hoz.next-divider-with-text-right.next-divider-dashed { border-top: 0; } -.next-divider-hoz.next-divider-with-text-center.next-divider-dashed::before, .next-divider-hoz.next-divider-with-text-center.next-divider-dashed::after, .next-divider-hoz.next-divider-with-text-left.next-divider-dashed::before, .next-divider-hoz.next-divider-with-text-left.next-divider-dashed::after, .next-divider-hoz.next-divider-with-text-right.next-divider-dashed::before, .next-divider-hoz.next-divider-with-text-right.next-divider-dashed::after { +.next-divider-hoz.next-divider-with-text-center.next-divider-dashed::before, +.next-divider-hoz.next-divider-with-text-center.next-divider-dashed::after, +.next-divider-hoz.next-divider-with-text-left.next-divider-dashed::before, +.next-divider-hoz.next-divider-with-text-left.next-divider-dashed::after, +.next-divider-hoz.next-divider-with-text-right.next-divider-dashed::before, +.next-divider-hoz.next-divider-with-text-right.next-divider-dashed::after { border-style: dashed none none; } -.next-divider-hoz.next-divider-with-text-left .next-divider-inner-text, .next-divider-hoz.next-divider-with-text-right .next-divider-inner-text { +.next-divider-hoz.next-divider-with-text-left .next-divider-inner-text, +.next-divider-hoz.next-divider-with-text-right .next-divider-inner-text { display: inline-block; padding: 0 16px; padding: 0 var(--divider-hoz-text-left-paddingLeft, 16px); @@ -34166,8 +36394,8 @@ h6.next-typography-title { .next-divider-dashed { background: none; - border-color: #E3E4E6; - border-color: var(--divider-hoz-color, #E3E4E6); + border-color: #e3e4e6; + border-color: var(--divider-hoz-color, #e3e4e6); border-style: dashed; border-width: 1px 0 0; border-width: var(--divider-hoz-size, 1px) 0 0; @@ -34207,10 +36435,12 @@ h6.next-typography-title { border-bottom-left-radius: var(--table-header-corner-bottom, 0); border-bottom-right-radius: 0; border-bottom-right-radius: var(--table-header-corner-bottom, 0); - border-top: 1px solid #E3E4E6; - border-top: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #E3E4E6); - border-left: 1px solid #E3E4E6; - border-left: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #E3E4E6); + border-top: 1px solid #e3e4e6; + border-top: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) + var(--table-normal-border-color, #e3e4e6); + border-left: 1px solid #e3e4e6; + border-left: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) + var(--table-normal-border-color, #e3e4e6); } .next-table *, @@ -34270,8 +36500,8 @@ h6.next-typography-title { border-collapse: separate; border-spacing: 0; width: 100%; - background: #FFFFFF; - background: var(--table-row-bg, #FFFFFF); + background: #ffffff; + background: var(--table-row-bg, #ffffff); border-top-left-radius: 0; border-top-left-radius: var(--table-header-corner-top, 0); border-top-right-radius: 0; @@ -34288,17 +36518,19 @@ h6.next-typography-title { .next-table th { padding: 0; - background: #EFF3F8; - background: var(--table-th-bg, #EFF3F8); + background: #eff3f8; + background: var(--table-th-bg, #eff3f8); color: #333333; color: var(--table-th-color, #333333); text-align: left; font-weight: normal; font-weight: var(--table-th-font-weight, normal); - border-right: 1px solid #E3E4E6; - border-right: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #E3E4E6); - border-bottom: 1px solid #E3E4E6; - border-bottom: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #E3E4E6); + border-right: 1px solid #e3e4e6; + border-right: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) + var(--table-normal-border-color, #e3e4e6); + border-bottom: 1px solid #e3e4e6; + border-bottom: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) + var(--table-normal-border-color, #e3e4e6); } .next-table th .next-table-cell-wrapper { @@ -34317,7 +36549,8 @@ h6.next-typography-title { word-break: break-word; } -.next-table th.next-table-fix-left, .next-table th.next-table-fix-right { +.next-table th.next-table-fix-left, +.next-table th.next-table-fix-right { z-index: 1; } @@ -34356,8 +36589,8 @@ h6.next-typography-title { .next-table-header-resizable .next-table-resize-handler:hover::after { z-index: 1; - background: #0064C8; - background: var(--color-brand1-6, #0064C8); + background: #0064c8; + background: var(--color-brand1-6, #0064c8); } .next-table.next-table-lock-left .next-table-header-resizable .next-table-resize-handler, @@ -34372,10 +36605,12 @@ h6.next-typography-title { .next-table td { padding: 0; - border-right: 1px solid #E3E4E6; - border-right: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #E3E4E6); - border-bottom: 1px solid #E3E4E6; - border-bottom: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #E3E4E6); + border-right: 1px solid #e3e4e6; + border-right: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) + var(--table-normal-border-color, #e3e4e6); + border-bottom: 1px solid #e3e4e6; + border-bottom: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) + var(--table-normal-border-color, #e3e4e6); } .next-table td .next-table-cell-wrapper { @@ -34467,32 +36702,32 @@ h6.next-typography-title { } .next-table.zebra tr:nth-child(odd) td { - background: #FFFFFF; - background: var(--table-td-normal, #FFFFFF); + background: #ffffff; + background: var(--table-td-normal, #ffffff); } .next-table.zebra tr:nth-child(even) td { - background: #F8F8F9; - background: var(--table-td-gray, #F8F8F9); + background: #f8f8f9; + background: var(--table-td-gray, #f8f8f9); } .next-table.zebra .next-table-row.hovered td { - background: #F7F9FA; - background: var(--table-row-hover-bg, #F7F9FA); + background: #f7f9fa; + background: var(--table-row-hover-bg, #f7f9fa); color: #333333; color: var(--table-row-hover-color, #333333); } .next-table.zebra .next-table-cell.hovered { - background: #F7F9FA; - background: var(--table-row-hover-bg, #F7F9FA); + background: #f7f9fa; + background: var(--table-row-hover-bg, #f7f9fa); color: #333333; color: var(--table-row-hover-color, #333333); } .next-table.zebra .next-table-row.selected td { - background: #EFF3F8; - background: var(--table-row-selected-bg, #EFF3F8); + background: #eff3f8; + background: var(--table-row-selected-bg, #eff3f8); color: #333333; color: var(--table-row-selected-color, #333333); } @@ -34530,12 +36765,15 @@ h6.next-typography-title { border-left: 0; } -.next-table-expanded-row .next-table th, .next-table-expanded-row .next-table td { - border-right: 1px solid #E3E4E6; - border-right: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #E3E4E6); +.next-table-expanded-row .next-table th, +.next-table-expanded-row .next-table td { + border-right: 1px solid #e3e4e6; + border-right: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) + var(--table-normal-border-color, #e3e4e6); } -.next-table-expanded-row .next-table.only-bottom-border th, .next-table-expanded-row .next-table.only-bottom-border td { +.next-table-expanded-row .next-table.only-bottom-border th, +.next-table-expanded-row .next-table.only-bottom-border td { border-right: 0; } @@ -34559,8 +36797,8 @@ h6.next-typography-title { .next-table-row { -webkit-transition: all 100ms linear; transition: all 100ms linear; - background: #FFFFFF; - background: var(--table-row-bg, #FFFFFF); + background: #ffffff; + background: var(--table-row-bg, #ffffff); color: #333333; color: var(--table-row-color, #333333); } @@ -34570,22 +36808,22 @@ h6.next-typography-title { } .next-table-row.hovered { - background: #F7F9FA; - background: var(--table-row-hover-bg, #F7F9FA); + background: #f7f9fa; + background: var(--table-row-hover-bg, #f7f9fa); color: #333333; color: var(--table-row-hover-color, #333333); } .next-table-row.selected { - background: #EFF3F8; - background: var(--table-row-selected-bg, #EFF3F8); + background: #eff3f8; + background: var(--table-row-selected-bg, #eff3f8); color: #333333; color: var(--table-row-selected-color, #333333); } .next-table-cell.hovered { - background: #F7F9FA; - background: var(--table-row-hover-bg, #F7F9FA); + background: #f7f9fa; + background: var(--table-row-hover-bg, #f7f9fa); color: #333333; color: var(--table-row-hover-color, #333333); } @@ -34611,8 +36849,8 @@ h6.next-typography-title { top: 0; bottom: 0; width: 0; - border-left: 2px solid #0064C8; - border-left: var(--line-2, 2px) solid var(--color-brand1-6, #0064C8); + border-left: 2px solid #0064c8; + border-left: var(--line-2, 2px) solid var(--color-brand1-6, #0064c8); z-index: 10; display: none; } @@ -34644,10 +36882,12 @@ h6.next-typography-title { } .next-table-fixed { - border-right: 1px solid #E3E4E6; - border-right: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #E3E4E6); - border-bottom: 1px solid #E3E4E6; - border-bottom: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #E3E4E6); + border-right: 1px solid #e3e4e6; + border-right: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) + var(--table-normal-border-color, #e3e4e6); + border-bottom: 1px solid #e3e4e6; + border-bottom: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) + var(--table-normal-border-color, #e3e4e6); } .next-table-fixed table { @@ -34655,8 +36895,8 @@ h6.next-typography-title { } .next-table-fixed .next-table-header { - background: #EFF3F8; - background: var(--table-th-bg, #EFF3F8); + background: #eff3f8; + background: var(--table-th-bg, #eff3f8); } .next-table-fixed table tr td:first-child, @@ -34756,10 +36996,12 @@ h6.next-typography-title { } .next-table-group .next-table-body table { - border-top: 1px solid #E3E4E6; - border-top: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #E3E4E6); - border-left: 1px solid #E3E4E6; - border-left: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #E3E4E6); + border-top: 1px solid #e3e4e6; + border-top: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) + var(--table-normal-border-color, #e3e4e6); + border-left: 1px solid #e3e4e6; + border-left: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) + var(--table-normal-border-color, #e3e4e6); margin-bottom: 8px; margin-bottom: var(--table-group-split, 8px); } @@ -34773,15 +37015,17 @@ h6.next-typography-title { } .next-table-group .next-table-header table { - border-top: 1px solid #E3E4E6; - border-top: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #E3E4E6); - border-left: 1px solid #E3E4E6; - border-left: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #E3E4E6); + border-top: 1px solid #e3e4e6; + border-top: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) + var(--table-normal-border-color, #e3e4e6); + border-left: 1px solid #e3e4e6; + border-left: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) + var(--table-normal-border-color, #e3e4e6); } .next-table-group .next-table-group-header td { - background: #F7F9FA; - background: var(--table-group-th-bg, #F7F9FA); + background: #f7f9fa; + background: var(--table-group-th-bg, #f7f9fa); color: #111111; color: var(--table-group-th-color, #111111); } @@ -34801,8 +37045,8 @@ h6.next-typography-title { } .next-table-group .next-table-group-footer td { - background: #F7F9FA; - background: var(--table-group-footer-bg, #F7F9FA); + background: #f7f9fa; + background: var(--table-group-footer-bg, #f7f9fa); color: #111111; color: var(--table-group-footer-color, #111111); } @@ -34823,8 +37067,8 @@ h6.next-typography-title { .next-table-group .next-table-row.hovered, .next-table-group .next-table-row.selected { - background: #FFFFFF; - background: var(--table-row-bg, #FFFFFF); + background: #ffffff; + background: var(--table-row-bg, #ffffff); color: #333333; color: var(--table-row-color, #333333); } @@ -34848,8 +37092,8 @@ h6.next-typography-title { border-bottom-right-radius: 0; border-bottom-right-radius: var(--table-header-corner-bottom, 0); width: 15px; - background: #EFF3F8; - background: var(--table-th-bg, #EFF3F8); + background: #eff3f8; + background: var(--table-th-bg, #eff3f8); position: absolute; right: 0; height: 100%; @@ -34880,7 +37124,9 @@ h6.next-typography-title { -webkit-transition: -webkit-box-shadow 0.3s ease; transition: -webkit-box-shadow 0.3s ease; transition: box-shadow 0.3s ease; - transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; + transition: + box-shadow 0.3s ease, + -webkit-box-shadow 0.3s ease; overflow: hidden; } @@ -34964,8 +37210,8 @@ h6.next-typography-title { } .next-table-sort .current .next-icon { - color: #0064C8; - color: var(--table-sort-color-current, #0064C8); + color: #0064c8; + color: var(--table-sort-color-current, #0064c8); } .next-table-sort .next-icon-ascending { @@ -34995,8 +37241,8 @@ h6.next-typography-title { } .next-table-filter .next-table-filter-active { - color: #0064C8; - color: var(--color-brand1-6, #0064C8); + color: #0064c8; + color: var(--color-brand1-6, #0064c8); } .next-table-filter-menu .next-menu-content { @@ -35045,7 +37291,8 @@ h6.next-typography-title { content: var(--table-expand-fold-icon-content, "\e620"); } -.next-table-fix-left, .next-table-fix-right { +.next-table-fix-left, +.next-table-fix-right { background: inherit; position: sticky; z-index: 1; @@ -35072,7 +37319,9 @@ h6.next-typography-title { width: 30px; content: ""; pointer-events: none; - transition: box-shadow 0.3s, -webkit-box-shadow 0.3s; + transition: + box-shadow 0.3s, + -webkit-box-shadow 0.3s; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); @@ -35093,13 +37342,16 @@ h6.next-typography-title { width: 30px; content: ""; pointer-events: none; - transition: box-shadow 0.3s, -webkit-box-shadow 0.3s; + transition: + box-shadow 0.3s, + -webkit-box-shadow 0.3s; -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); } -.next-table-fixed.next-table-scrolling-to-right::after, .next-table-lock.next-table-scrolling-to-right::after { +.next-table-fixed.next-table-scrolling-to-right::after, +.next-table-lock.next-table-scrolling-to-right::after { -webkit-box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15); box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15); position: absolute; @@ -35109,112 +37361,115 @@ h6.next-typography-title { width: 30px; content: ""; pointer-events: none; - transition: box-shadow 0.3s, -webkit-box-shadow 0.3s; + transition: + box-shadow 0.3s, + -webkit-box-shadow 0.3s; -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); } -.next-table-fixed.only-bottom-border, .next-table-lock.only-bottom-border { +.next-table-fixed.only-bottom-border, +.next-table-lock.only-bottom-border { border-right: 0; } -.next-table[dir=rtl] th { +.next-table[dir="rtl"] th { text-align: right; } -.next-table[dir=rtl] .next-table-header-resizable .next-table-resize-handler { +.next-table[dir="rtl"] .next-table-header-resizable .next-table-resize-handler { right: auto; left: 0; } -.next-table[dir=rtl] td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow, -.next-table[dir=rtl] td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow, -.next-table[dir=rtl] td .next-table-cell-wrapper .next-table-tree-placeholder { +.next-table[dir="rtl"] td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow, +.next-table[dir="rtl"] td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow, +.next-table[dir="rtl"] td .next-table-cell-wrapper .next-table-tree-placeholder { margin-left: 3px; margin-right: 0; float: right; } -.next-table[dir=rtl] .next-table-expanded-row td:first-child { +.next-table[dir="rtl"] .next-table-expanded-row td:first-child { border-left-width: 0; border-right-width: 1px; } -.next-table[dir=rtl] .next-table-expanded-row td:last-child { +.next-table[dir="rtl"] .next-table-expanded-row td:last-child { border-left-width: 1px; border-right-width: 0; } -.next-table[dir=rtl].only-bottom-border .next-table-expanded-row th { +.next-table[dir="rtl"].only-bottom-border .next-table-expanded-row th { border-width: 0 0 1px 0; border-width: 0 0 var(--table-normal-border-width, 1px) 0; } -.next-table[dir=rtl].only-bottom-border .next-table-expanded-row td { +.next-table[dir="rtl"].only-bottom-border .next-table-expanded-row td { border-width: 0 0 1px 0; border-width: 0 0 var(--table-normal-border-width, 1px) 0; } -.next-table[dir=rtl] .next-table-filter-footer button { +.next-table[dir="rtl"] .next-table-filter-footer button { margin-left: 5px; margin-right: 0; } -.next-table[dir=rtl] .next-table-lock-left, -.next-table[dir=rtl] .next-table-lock-right { +.next-table[dir="rtl"] .next-table-lock-left, +.next-table[dir="rtl"] .next-table-lock-right { left: auto; right: 0; } -.next-table[dir=rtl] .next-table-lock-right { +.next-table[dir="rtl"] .next-table-lock-right { right: auto; left: 0; } -.next-table[dir=rtl] .next-table-lock-right table tr td:first-child, -.next-table[dir=rtl] .next-table-lock-right table tr th:first-child { +.next-table[dir="rtl"] .next-table-lock-right table tr td:first-child, +.next-table[dir="rtl"] .next-table-lock-right table tr th:first-child { border-right-width: 1px; } -.next-table[dir=rtl] .next-table-lock-right.shadow { +.next-table[dir="rtl"] .next-table-lock-right.shadow { -webkit-box-shadow: 2px 0 3px rgba(0, 0, 0, 0.12); box-shadow: 2px 0 3px rgba(0, 0, 0, 0.12); } -.next-table[dir=rtl] .next-table-lock-left.shadow { +.next-table[dir="rtl"] .next-table-lock-left.shadow { -webkit-box-shadow: -2px 0 3px rgba(0, 0, 0, 0.12); box-shadow: -2px 0 3px rgba(0, 0, 0, 0.12); } -.next-table[dir=rtl] .next-table-sort .next-icon { +.next-table[dir="rtl"] .next-table-sort .next-icon { right: 0; left: auto; } -.next-table[dir=rtl] .next-table-sort .next-icon-ascending { +.next-table[dir="rtl"] .next-table-sort .next-icon-ascending { right: 4px; left: auto; } -.next-table[dir=rtl] .next-table-filter { +.next-table[dir="rtl"] .next-table-filter { margin-right: 5px; margin-left: 0; } -.next-table-fixed[dir=rtl] table tr td:first-child, -.next-table-fixed[dir=rtl] table tr th:first-child { +.next-table-fixed[dir="rtl"] table tr td:first-child, +.next-table-fixed[dir="rtl"] table tr th:first-child { border-left-width: 1px; border-left-width: var(--table-normal-border-width, 1px); border-right-width: 0; } -.next-table-fixed[dir=rtl] .next-table-header tr th:last-child { +.next-table-fixed[dir="rtl"] .next-table-header tr th:last-child { border-left-width: 1px; border-left-width: var(--table-normal-border-width, 1px); } -.next-table-fixed[dir=rtl] .next-table-body tr td:last-child { +.next-table-fixed[dir="rtl"] .next-table-body tr td:last-child { border-left-width: 1px; border-left-width: var(--table-normal-border-width, 1px); } @@ -35241,22 +37496,29 @@ h6.next-typography-title { padding: 0; } -div[dir=rtl].next-calendar2-fullscreen .next-calendar2-header-actions, div[dir=rtl].next-calendar2-panel .next-calendar2-header-actions, div[dir=rtl].next-calendar2-card .next-calendar2-header-actions { +div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-header-actions, +div[dir="rtl"].next-calendar2-panel .next-calendar2-header-actions, +div[dir="rtl"].next-calendar2-card .next-calendar2-header-actions { margin-right: auto; margin-left: 0; } -div[dir=rtl].next-calendar2-fullscreen .next-calendar2-header-ranges > *:not(:first-child), div[dir=rtl].next-calendar2-fullscreen .next-calendar2-header-actions > *:not(:first-child), div[dir=rtl].next-calendar2-panel .next-calendar2-header-ranges > *:not(:first-child), div[dir=rtl].next-calendar2-panel .next-calendar2-header-actions > *:not(:first-child), div[dir=rtl].next-calendar2-card .next-calendar2-header-ranges > *:not(:first-child), div[dir=rtl].next-calendar2-card .next-calendar2-header-actions > *:not(:first-child) { +div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-header-ranges > *:not(:first-child), +div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-header-actions > *:not(:first-child), +div[dir="rtl"].next-calendar2-panel .next-calendar2-header-ranges > *:not(:first-child), +div[dir="rtl"].next-calendar2-panel .next-calendar2-header-actions > *:not(:first-child), +div[dir="rtl"].next-calendar2-card .next-calendar2-header-ranges > *:not(:first-child), +div[dir="rtl"].next-calendar2-card .next-calendar2-header-actions > *:not(:first-child) { margin-right: 8px; margin-left: 0; } -div[dir=rtl].next-calendar2-fullscreen .next-calendar2-cell-value, -div[dir=rtl].next-calendar2-fullscreen .next-calendar2-table th { +div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-cell-value, +div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th { text-align: left; } -div[dir=rtl].next-calendar2-fullscreen .next-calendar2-table th { +div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th { padding: 0 0 5px 12px; } @@ -35266,7 +37528,7 @@ div[dir=rtl].next-calendar2-fullscreen .next-calendar2-table th { -moz-user-select: none; -ms-user-select: none; user-select: none; - background: #FFFFFF; + background: #ffffff; } .next-calendar2-header { @@ -35283,13 +37545,17 @@ div[dir=rtl].next-calendar2-fullscreen .next-calendar2-table th { .next-calendar2-cell { cursor: pointer; position: relative; - -webkit-transition: background-color 0.2s, border 0.2s; - transition: background-color 0.2s, border 0.2s; + -webkit-transition: + background-color 0.2s, + border 0.2s; + transition: + background-color 0.2s, + border 0.2s; } .next-calendar2 .next-calendar2-cell-inner { - color: #C1C1C1; - color: var(--color-text1-1, #C1C1C1); + color: #c1c1c1; + color: var(--color-text1-1, #c1c1c1); outline: none; min-width: 24px; position: relative; @@ -35297,33 +37563,53 @@ div[dir=rtl].next-calendar2-fullscreen .next-calendar2-table th { } .next-calendar2-cell-disabled::before { - color: #C1C1C1; - color: var(--color-text1-1, #C1C1C1); - background: #F8F8F9; - background: var(--color-fill1-1, #F8F8F9); + color: #c1c1c1; + color: var(--color-text1-1, #c1c1c1); + background: #f8f8f9; + background: var(--color-fill1-1, #f8f8f9); } -.next-calendar2-fullscreen .next-calendar2-header-actions, .next-calendar2-panel .next-calendar2-header-actions, .next-calendar2-card .next-calendar2-header-actions { +.next-calendar2-fullscreen .next-calendar2-header-actions, +.next-calendar2-panel .next-calendar2-header-actions, +.next-calendar2-card .next-calendar2-header-actions { margin-left: auto; } -.next-calendar2-fullscreen .next-calendar2-header-ranges > *:not(:first-child), .next-calendar2-fullscreen .next-calendar2-header-actions > *:not(:first-child), .next-calendar2-panel .next-calendar2-header-ranges > *:not(:first-child), .next-calendar2-panel .next-calendar2-header-actions > *:not(:first-child), .next-calendar2-card .next-calendar2-header-ranges > *:not(:first-child), .next-calendar2-card .next-calendar2-header-actions > *:not(:first-child) { +.next-calendar2-fullscreen .next-calendar2-header-ranges > *:not(:first-child), +.next-calendar2-fullscreen .next-calendar2-header-actions > *:not(:first-child), +.next-calendar2-panel .next-calendar2-header-ranges > *:not(:first-child), +.next-calendar2-panel .next-calendar2-header-actions > *:not(:first-child), +.next-calendar2-card .next-calendar2-header-ranges > *:not(:first-child), +.next-calendar2-card .next-calendar2-header-actions > *:not(:first-child) { margin-left: 8px; } -.next-calendar2-fullscreen .next-calendar2-header-select-year, .next-calendar2-fullscreen .next-calendar2-header-select-month, .next-calendar2-panel .next-calendar2-header-select-year, .next-calendar2-panel .next-calendar2-header-select-month, .next-calendar2-card .next-calendar2-header-select-year, .next-calendar2-card .next-calendar2-header-select-month { +.next-calendar2-fullscreen .next-calendar2-header-select-year, +.next-calendar2-fullscreen .next-calendar2-header-select-month, +.next-calendar2-panel .next-calendar2-header-select-year, +.next-calendar2-panel .next-calendar2-header-select-month, +.next-calendar2-card .next-calendar2-header-select-year, +.next-calendar2-card .next-calendar2-header-select-month { min-width: 88px; } -.next-calendar2-fullscreen .next-calendar2-header-select-year .next-input, .next-calendar2-fullscreen .next-calendar2-header-select-month .next-input, .next-calendar2-panel .next-calendar2-header-select-year .next-input, .next-calendar2-panel .next-calendar2-header-select-month .next-input, .next-calendar2-card .next-calendar2-header-select-year .next-input, .next-calendar2-card .next-calendar2-header-select-month .next-input { +.next-calendar2-fullscreen .next-calendar2-header-select-year .next-input, +.next-calendar2-fullscreen .next-calendar2-header-select-month .next-input, +.next-calendar2-panel .next-calendar2-header-select-year .next-input, +.next-calendar2-panel .next-calendar2-header-select-month .next-input, +.next-calendar2-card .next-calendar2-header-select-year .next-input, +.next-calendar2-card .next-calendar2-header-select-month .next-input { min-width: auto; } -.next-calendar2-fullscreen .next-calendar2-body, .next-calendar2-panel .next-calendar2-body, .next-calendar2-card .next-calendar2-body { +.next-calendar2-fullscreen .next-calendar2-body, +.next-calendar2-panel .next-calendar2-body, +.next-calendar2-card .next-calendar2-body { padding: 8px 0; } -.next-calendar2-card .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-cell-inner { +.next-calendar2-card .next-calendar2-cell-inner, +.next-calendar2-panel .next-calendar2-cell-inner { z-index: 2; height: 24px; line-height: 22px; @@ -35331,67 +37617,112 @@ div[dir=rtl].next-calendar2-fullscreen .next-calendar2-table th { display: inline-block; } -.next-calendar2-card .next-calendar2, .next-calendar2-panel .next-calendar2 { +.next-calendar2-card .next-calendar2, +.next-calendar2-panel .next-calendar2 { min-height: 150px; } -.next-calendar2-card .next-calendar2-table thead > tr, .next-calendar2-panel .next-calendar2-table thead > tr { +.next-calendar2-card .next-calendar2-table thead > tr, +.next-calendar2-panel .next-calendar2-table thead > tr { height: 24px; color: #888888; color: var(--color-text1-2, #888888); } .next-calendar2-card .next-calendar2-table th, -.next-calendar2-card .next-calendar2-table td, .next-calendar2-panel .next-calendar2-table th, +.next-calendar2-card .next-calendar2-table td, +.next-calendar2-panel .next-calendar2-table th, .next-calendar2-panel .next-calendar2-table td { font-weight: 400; text-align: center; padding: 4px 0; } -.next-calendar2-card .next-calendar2-table th, .next-calendar2-panel .next-calendar2-table th { +.next-calendar2-card .next-calendar2-table th, +.next-calendar2-panel .next-calendar2-table th { height: 32px; } -.next-calendar2-card .next-calendar2-table-month, .next-calendar2-card .next-calendar2-table-year, .next-calendar2-card .next-calendar2-table-decade, .next-calendar2-panel .next-calendar2-table-month, .next-calendar2-panel .next-calendar2-table-year, .next-calendar2-panel .next-calendar2-table-decade { +.next-calendar2-card .next-calendar2-table-month, +.next-calendar2-card .next-calendar2-table-year, +.next-calendar2-card .next-calendar2-table-decade, +.next-calendar2-panel .next-calendar2-table-month, +.next-calendar2-panel .next-calendar2-table-year, +.next-calendar2-panel .next-calendar2-table-decade { height: 145px; } -.next-calendar2-card .next-calendar2-table-month .next-calendar2-cell-inner, .next-calendar2-card .next-calendar2-table-year .next-calendar2-cell-inner, .next-calendar2-card .next-calendar2-table-decade .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-table-month .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-table-year .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-table-decade .next-calendar2-cell-inner { +.next-calendar2-card .next-calendar2-table-month .next-calendar2-cell-inner, +.next-calendar2-card .next-calendar2-table-year .next-calendar2-cell-inner, +.next-calendar2-card .next-calendar2-table-decade .next-calendar2-cell-inner, +.next-calendar2-panel .next-calendar2-table-month .next-calendar2-cell-inner, +.next-calendar2-panel .next-calendar2-table-year .next-calendar2-cell-inner, +.next-calendar2-panel .next-calendar2-table-decade .next-calendar2-cell-inner { min-width: 56px; } -.next-calendar2-card .next-calendar2-table-quarter, .next-calendar2-panel .next-calendar2-table-quarter { +.next-calendar2-card .next-calendar2-table-quarter, +.next-calendar2-panel .next-calendar2-table-quarter { height: 50px; } -.next-calendar2-card .next-calendar2-table-quarter .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-table-quarter .next-calendar2-cell-inner { +.next-calendar2-card .next-calendar2-table-quarter .next-calendar2-cell-inner, +.next-calendar2-panel .next-calendar2-table-quarter .next-calendar2-cell-inner { min-width: 56px; } -.next-calendar2-card .next-calendar2-table-decade .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-table-decade .next-calendar2-cell-inner { +.next-calendar2-card .next-calendar2-table-decade .next-calendar2-cell-inner, +.next-calendar2-panel .next-calendar2-table-decade .next-calendar2-cell-inner { min-width: 80px; } -.next-calendar2-card .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not(.next-calendar2-cell-today) .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not(.next-calendar2-cell-today) .next-calendar2-cell-inner { +.next-calendar2-card + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not( + .next-calendar2-cell-today + ) + .next-calendar2-cell-inner, +.next-calendar2-panel + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not( + .next-calendar2-cell-today + ) + .next-calendar2-cell-inner { color: #555555; color: var(--color-text1-3, #555555); } -.next-calendar2-card .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not(.next-calendar2-cell-today):hover:not(.next-calendar2-cell-hover) .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not(.next-calendar2-cell-today):hover:not(.next-calendar2-cell-hover) .next-calendar2-cell-inner { - background: #F7F9FA; - background: var(--color-fill1-2, #F7F9FA); -} - -.next-calendar2-card .next-calendar2-cell-current.next-calendar2-cell-today:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-cell-current.next-calendar2-cell-today:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner { - color: #0064C8; - color: var(--color-brand1-6, #0064C8); +.next-calendar2-card + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not( + .next-calendar2-cell-today + ):hover:not(.next-calendar2-cell-hover) + .next-calendar2-cell-inner, +.next-calendar2-panel + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not( + .next-calendar2-cell-today + ):hover:not(.next-calendar2-cell-hover) + .next-calendar2-cell-inner { + background: #f7f9fa; + background: var(--color-fill1-2, #f7f9fa); +} + +.next-calendar2-card + .next-calendar2-cell-current.next-calendar2-cell-today:not(.next-calendar2-cell-disabled) + .next-calendar2-cell-inner, +.next-calendar2-panel + .next-calendar2-cell-current.next-calendar2-cell-today:not(.next-calendar2-cell-disabled) + .next-calendar2-cell-inner { + color: #0064c8; + color: var(--color-brand1-6, #0064c8); } -.next-calendar2-card .next-calendar2-cell-current.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-cell-current.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner { - color: #FFFFFF; - background: #0064C8; - background: var(--color-brand1-6, #0064C8); +.next-calendar2-card + .next-calendar2-cell-current.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) + .next-calendar2-cell-inner, +.next-calendar2-panel + .next-calendar2-cell-current.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) + .next-calendar2-cell-inner { + color: #ffffff; + background: #0064c8; + background: var(--color-brand1-6, #0064c8); } .next-calendar2-fullscreen .next-calendar2-cell-value, @@ -35405,58 +37736,68 @@ div[dir=rtl].next-calendar2-fullscreen .next-calendar2-table th { .next-calendar2-fullscreen .next-calendar2-cell-inner { height: 80px; - border-top: 2px solid #E3E4E6; - border-top: 2px solid var(--color-line1-1, #E3E4E6); + border-top: 2px solid #e3e4e6; + border-top: 2px solid var(--color-line1-1, #e3e4e6); margin: 0 4px; padding: 4px 8px 0; } .next-calendar2-fullscreen td .next-calendar2-cell-inner { height: 80px; - border-top: 2px solid #E3E4E6; - border-top: 2px solid var(--color-line1-1, #E3E4E6); + border-top: 2px solid #e3e4e6; + border-top: 2px solid var(--color-line1-1, #e3e4e6); } .next-calendar2-fullscreen .next-calendar2-cell-disabled .next-calendar2-cell-inner { - color: #C1C1C1; - color: var(--color-text1-1, #C1C1C1); - background: #F8F8F9; - background: var(--color-fill1-1, #F8F8F9); + color: #c1c1c1; + color: var(--color-text1-1, #c1c1c1); + background: #f8f8f9; + background: var(--color-fill1-1, #f8f8f9); } -.next-calendar2-fullscreen .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not(.next-calendar2-cell-today) .next-calendar2-cell-inner { +.next-calendar2-fullscreen + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not( + .next-calendar2-cell-today + ) + .next-calendar2-cell-inner { color: #555555; color: var(--color-text1-3, #555555); } -.next-calendar2-fullscreen .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not(.next-calendar2-cell-today):hover .next-calendar2-cell-inner { - background-color: #F7F9FA; - background-color: var(--color-fill1-2, #F7F9FA); +.next-calendar2-fullscreen + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not( + .next-calendar2-cell-today + ):hover + .next-calendar2-cell-inner { + background-color: #f7f9fa; + background-color: var(--color-fill1-2, #f7f9fa); } .next-calendar2-fullscreen .next-calendar2-cell-current.next-calendar2-cell-today .next-calendar2-cell-inner { - color: #0064C8; - color: var(--color-brand1-6, #0064C8); + color: #0064c8; + color: var(--color-brand1-6, #0064c8); } .next-calendar2-fullscreen .next-calendar2-cell-current .next-calendar2-cell-inner { - background-color: #FFFFFF; + background-color: #ffffff; } -.next-calendar2-fullscreen .next-calendar2-cell-current.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner { - border-top-color: #0064C8; - border-top-color: var(--color-brand1-6, #0064C8); +.next-calendar2-fullscreen + .next-calendar2-cell-current.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) + .next-calendar2-cell-inner { + border-top-color: #0064c8; + border-top-color: var(--color-brand1-6, #0064c8); font-weight: bold; - color: #0064C8; - color: var(--color-brand1-6, #0064C8); - background: #F7F9FA; - background: var(--color-brand1-1, #F7F9FA); + color: #0064c8; + color: var(--color-brand1-6, #0064c8); + background: #f7f9fa; + background: var(--color-brand1-1, #f7f9fa); } .next-calendar2-card .next-calendar2-header { padding: 8px 8px; - border-bottom: 1px solid #E3E4E6; - border-bottom: 1px solid var(--color-line1-1, #E3E4E6); + border-bottom: 1px solid #e3e4e6; + border-bottom: 1px solid var(--color-line1-1, #e3e4e6); } .next-calendar2-panel .next-calendar2-header { @@ -35467,8 +37808,8 @@ div[dir=rtl].next-calendar2-fullscreen .next-calendar2-table th { -webkit-box-align: center; -ms-flex-align: center; align-items: center; - border-bottom: 1px solid #E3E4E6; - border-bottom: 1px solid var(--color-line1-1, #E3E4E6); + border-bottom: 1px solid #e3e4e6; + border-bottom: 1px solid var(--color-line1-1, #e3e4e6); } .next-calendar2-panel .next-calendar2-header-btn { @@ -35481,7 +37822,8 @@ div[dir=rtl].next-calendar2-fullscreen .next-calendar2-table th { border-radius: 2px; } -.next-calendar2-panel .next-calendar2-header-btn > span, .next-calendar2-panel .next-calendar2-header-text-field { +.next-calendar2-panel .next-calendar2-header-btn > span, +.next-calendar2-panel .next-calendar2-header-text-field { text-align: center; font-size: 14px; color: #111111; @@ -35492,13 +37834,14 @@ div[dir=rtl].next-calendar2-fullscreen .next-calendar2-table th { .next-calendar2-panel .next-calendar2-header-btn:hover, .next-calendar2-panel .next-calendar2-header-btn:hover > span { - color: #0064C8; - color: var(--color-brand1-6, #0064C8); + color: #0064c8; + color: var(--color-brand1-6, #0064c8); } -.next-calendar2-panel .next-calendar2-header-right-btn:hover, .next-calendar2-panel .next-calendar2-header-left-btn:hover { - background: #F7F9FA; - background: var(--color-fill1-2, #F7F9FA); +.next-calendar2-panel .next-calendar2-header-right-btn:hover, +.next-calendar2-panel .next-calendar2-header-left-btn:hover { + background: #f7f9fa; + background: var(--color-fill1-2, #f7f9fa); } .next-calendar2-panel .next-calendar2-header-text-field { @@ -35525,8 +37868,8 @@ div[dir=rtl].next-calendar2-fullscreen .next-calendar2-table th { } .next-time-picker2-menu:not(:last-child) { - border-right: 1px solid #C0C6CC; - border-right: var(--line-1, 1px) var(--line-solid, solid) var(--color-line1-2, #C0C6CC); + border-right: 1px solid #c0c6cc; + border-right: var(--line-1, 1px) var(--line-solid, solid) var(--color-line1-2, #c0c6cc); } .next-time-picker2-menu-title { @@ -35539,7 +37882,7 @@ div[dir=rtl].next-calendar2-fullscreen .next-calendar2-table th { font-weight: var(--font-weight-2, normal); color: #888888; color: var(--color-text1-2, #888888); - background: #FFFFFF; + background: #ffffff; } .next-time-picker2-menu ul { @@ -35579,7 +37922,7 @@ div[dir=rtl].next-calendar2-fullscreen .next-calendar2-table th { transition: background 100ms linear; color: #555555; color: var(--color-text1-3, #555555); - background: #FFFFFF; + background: #ffffff; outline: none; -webkit-touch-callout: none; -webkit-user-select: none; @@ -35591,23 +37934,23 @@ div[dir=rtl].next-calendar2-fullscreen .next-calendar2-table th { .next-time-picker2-menu-item:hover { color: #111111; color: var(--color-text1-4, #111111); - background: #F7F9FA; - background: var(--color-fill1-2, #F7F9FA); + background: #f7f9fa; + background: var(--color-fill1-2, #f7f9fa); } .next-time-picker2-menu-item.next-selected { color: #555555; color: var(--color-text1-3, #555555); - background: #F7F9FA; - background: var(--color-brand1-1, #F7F9FA); + background: #f7f9fa; + background: var(--color-brand1-1, #f7f9fa); } .next-time-picker2-menu-item.next-disabled { cursor: not-allowed; - color: #C1C1C1; - color: var(--color-text1-1, #C1C1C1); - background: #F8F8F9; - background: var(--color-fill1-1, #F8F8F9); + color: #c1c1c1; + color: var(--color-text1-1, #c1c1c1); + background: #f8f8f9; + background: var(--color-fill1-1, #f8f8f9); } .next-time-picker2-panel { @@ -35635,8 +37978,8 @@ div[dir=rtl].next-calendar2-fullscreen .next-calendar2-table th { } .next-time-picker2-panel-header { - border-bottom: 1px solid #C0C6CC; - border-bottom: var(--line-1, 1px) var(--line-solid, solid) var(--popup-local-border-color, #C0C6CC); + border-bottom: 1px solid #c0c6cc; + border-bottom: var(--line-1, 1px) var(--line-solid, solid) var(--popup-local-border-color, #c0c6cc); } .next-time-picker2-panel-input.next-input { @@ -35660,7 +38003,7 @@ div[dir=rtl].next-calendar2-fullscreen .next-calendar2-table th { -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; - border-top: 1px solid #F0F0F0; + border-top: 1px solid #f0f0f0; padding: 4px 12px; display: -webkit-box; display: -ms-flexbox; @@ -35677,14 +38020,14 @@ div[dir=rtl].next-calendar2-fullscreen .next-calendar2-table th { margin-left: auto; } -.next-time-picker2-wrapper[dir=rtl] .next-time-picker2-menu { +.next-time-picker2-wrapper[dir="rtl"] .next-time-picker2-menu { float: right; } -.next-time-picker2-wrapper[dir=rtl] .next-time-picker2-menu:not(:last-child) { +.next-time-picker2-wrapper[dir="rtl"] .next-time-picker2-menu:not(:last-child) { border-right: none; - border-left: 1px solid #C0C6CC; - border-left: var(--line-1, 1px) var(--line-solid, solid) var(--color-line1-2, #C0C6CC); + border-left: 1px solid #c0c6cc; + border-left: var(--line-1, 1px) var(--line-solid, solid) var(--color-line1-2, #c0c6cc); } .next-time-picker2 { @@ -35710,11 +38053,12 @@ div[dir=rtl].next-calendar2-fullscreen .next-calendar2-table th { .next-time-picker2-body { overflow: hidden; - border: 1px solid #C0C6CC; - border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #C0C6CC); + border: 1px solid #c0c6cc; + border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) + var(--popup-local-border-color, #c0c6cc); border-radius: 2px; border-radius: var(--popup-local-corner, 2px); - background: #FFFFFF; + background: #ffffff; -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16); -webkit-box-shadow: var(--popup-local-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.16)); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16); @@ -35726,17 +38070,17 @@ div[dir=rtl].next-calendar2-fullscreen .next-calendar2-table th { content: var(--icon-content-clock, "\e621"); } -div[dir=rtl] .next-date-picker2-footer-preset > .next-btn { +div[dir="rtl"] .next-date-picker2-footer-preset > .next-btn { margin-left: 8px; margin-right: 0; } -div[dir=rtl] .next-date-picker2-footer-actions { +div[dir="rtl"] .next-date-picker2-footer-actions { margin-left: 0; margin-right: auto; } -div[dir=rtl] .next-date-picker2-wrapper .next-calendar2-cell:last-child::before { +div[dir="rtl"] .next-date-picker2-wrapper .next-calendar2-cell:last-child::before { border-top-right-radius: 0; border-bottom-right-radius: 0; right: 0; @@ -35745,7 +38089,7 @@ div[dir=rtl] .next-date-picker2-wrapper .next-calendar2-cell:last-child::before left: 8px; } -div[dir=rtl] .next-date-picker2-wrapper .next-calendar2-cell:first-child::before { +div[dir="rtl"] .next-date-picker2-wrapper .next-calendar2-cell:first-child::before { border-top-left-radius: 0; border-bottom-left-radius: 0; left: 0; @@ -35754,54 +38098,104 @@ div[dir=rtl] .next-date-picker2-wrapper .next-calendar2-cell:first-child::before right: 8px; } -div[dir=rtl] .next-date-time-picker-wrapper { - border-right: 1px solid #E3E4E6; - border-right: 1px solid var(--color-line1-1, #E3E4E6); +div[dir="rtl"] .next-date-time-picker-wrapper { + border-right: 1px solid #e3e4e6; + border-right: 1px solid var(--color-line1-1, #e3e4e6); border-left: node; } -div[dir=rtl] .next-date-time-picker-wrapper .next-time-picker2-menu:not(:last-child) { - border-left: 1px solid #DCDEE3; +div[dir="rtl"] .next-date-time-picker-wrapper .next-time-picker2-menu:not(:last-child) { + border-left: 1px solid #dcdee3; border-right: none; } -div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected.next-calendar2-cell-range-begin::before { +div[dir="rtl"] + .next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not( + .next-calendar2-cell-disabled + ).next-calendar2-cell-selected.next-calendar2-cell-range-begin::before { right: 50%; left: 0; } -div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected.next-calendar2-cell-range-end::before { +div[dir="rtl"] + .next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not( + .next-calendar2-cell-disabled + ).next-calendar2-cell-selected.next-calendar2-cell-range-end::before { left: 50%; right: 0; } -div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-hover-begin::after, div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:first-child::after { +div[dir="rtl"] + .next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not( + .next-calendar2-cell-disabled + ).next-calendar2-cell-hover.next-calendar2-cell-hover-begin::after, +div[dir="rtl"] + .next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:first-child::after { right: 8px; } -div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-hover-begin:not(:last-child)::after, div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:first-child:not(.next-calendar2-cell-hover-end)::after { +div[dir="rtl"] + .next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not( + .next-calendar2-cell-disabled + ).next-calendar2-cell-hover.next-calendar2-cell-hover-begin:not(:last-child)::after, +div[dir="rtl"] + .next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:first-child:not( + .next-calendar2-cell-hover-end + )::after { left: 0; } -div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-hover-end::after, div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:last-child::after { +div[dir="rtl"] + .next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not( + .next-calendar2-cell-disabled + ).next-calendar2-cell-hover.next-calendar2-cell-hover-end::after, +div[dir="rtl"] + .next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:last-child::after { left: 8px; } -div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-hover-end:not(:first-child)::after, div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:last-child:not(.next-calendar2-cell-hover-begin)::after { +div[dir="rtl"] + .next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not( + .next-calendar2-cell-disabled + ).next-calendar2-cell-hover.next-calendar2-cell-hover-end:not(:first-child)::after, +div[dir="rtl"] + .next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:last-child:not( + .next-calendar2-cell-hover-begin + )::after { right: 0; } -div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-selected.next-calendar2-cell-hover-begin::after { +div[dir="rtl"] + .next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not( + .next-calendar2-cell-disabled + ).next-calendar2-cell-hover.next-calendar2-cell-selected.next-calendar2-cell-hover-begin::after { left: 0; right: 7px; } -div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-selected.next-calendar2-cell-hover-end::after { +div[dir="rtl"] + .next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not( + .next-calendar2-cell-disabled + ).next-calendar2-cell-hover.next-calendar2-cell-selected.next-calendar2-cell-hover-end::after { right: 0; left: 7px; } -div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:first-of-type::after { +div[dir="rtl"] + .next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:first-of-type::after { border-top-left-radius: 0; border-bottom-left-radius: 0; border-left: none; @@ -35811,7 +38205,9 @@ div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .ne border-right: 1px dashed var(--color-brand1-9, #002850); } -div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:last-of-type::after { +div[dir="rtl"] + .next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:last-of-type::after { border-top-right-radius: 0; border-bottom-right-radius: 0; border-right: none; @@ -35821,12 +38217,21 @@ div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .ne border-left: 1px dashed var(--color-brand1-9, #002850); } -div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-edge-end::before, div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-edge-end::after { +div[dir="rtl"] + .next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-edge-end::before, +div[dir="rtl"] + .next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-edge-end::after { right: 0; left: 8px; } -div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-edge-end.next-calendar2-cell-hover::after { +div[dir="rtl"] + .next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not( + .next-calendar2-cell-disabled + ).next-calendar2-cell-edge-end.next-calendar2-cell-hover::after { border-top-right-radius: 0; border-bottom-right-radius: 0; border-right: none; @@ -35836,7 +38241,9 @@ div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .ne border-left: 1px dashed var(--color-brand1-9, #002850); } -div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover-begin::after { +div[dir="rtl"] + .next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover-begin::after { border-left: none; border-top-left-radius: 0; border-bottom-left-radius: 0; @@ -35846,7 +38253,9 @@ div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .ne border-bottom-right-radius: 2px; } -div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover-end::after { +div[dir="rtl"] + .next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover-end::after { border-right: none; border-top-right-radius: 0; border-bottom-right-radius: 0; @@ -35856,12 +38265,22 @@ div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .ne border-bottom-left-radius: 2px; } -div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled)::before, div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled)::after { +div[dir="rtl"] + .next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-edge-end + + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled)::before, +div[dir="rtl"] + .next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-edge-end + + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled)::after { right: 8px; left: 0; } -div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover::after { +div[dir="rtl"] + .next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-edge-end + + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover::after { right: 8px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; @@ -35869,18 +38288,29 @@ div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .ne border-right: 1px dashed var(--color-brand1-9, #002850); } -div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:not(.next-calendar2-cell-hover-end):not(.next-calendar2-cell-hover-begin)::after { +div[dir="rtl"] + .next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-edge-end + + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:not( + .next-calendar2-cell-hover-end + ):not(.next-calendar2-cell-hover-begin)::after { border-top-left-radius: 0; border-bottom-left-radius: 0; border-left: none; } -div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:nth-child(2)::before { +div[dir="rtl"] + .next-calendar2-table-week + .next-calendar2-week-current + .next-calendar2-cell.next-calendar2-cell-selected:nth-child(2)::before { right: 50%; left: 0; } -div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:last-child::before { +div[dir="rtl"] + .next-calendar2-table-week + .next-calendar2-week-current + .next-calendar2-cell.next-calendar2-cell-selected:last-child::before { left: 50%; right: 0; } @@ -35900,8 +38330,8 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; - border-top: 1px solid #E3E4E6; - border-top: 1px solid var(--color-line1-1, #E3E4E6); + border-top: 1px solid #e3e4e6; + border-top: 1px solid var(--color-line1-1, #e3e4e6); padding: 4px 12px; display: -webkit-box; display: -ms-flexbox; @@ -35939,9 +38369,9 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen .next-date-picker2-wrapper { -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - border: 1px solid #E3E4E6; - border: 1px solid var(--color-line1-1, #E3E4E6); + background-color: #ffffff; + border: 1px solid #e3e4e6; + border: 1px solid var(--color-line1-1, #e3e4e6); border-radius: 2px; border-radius: var(--corner-1, 2px); } @@ -35990,12 +38420,12 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen outline: none; -webkit-box-sizing: border-box; box-sizing: border-box; - border: 1px solid #C0C6CC; - border: var(--input-border-width, 1px) solid var(--input-border-color, #C0C6CC); + border: 1px solid #c0c6cc; + border: var(--input-border-width, 1px) solid var(--input-border-color, #c0c6cc); vertical-align: middle; width: inherit; - background-color: #FFFFFF; - background-color: var(--input-bg-color, #FFFFFF); + background-color: #ffffff; + background-color: var(--input-bg-color, #ffffff); } .next-date-picker2-input .next-input { @@ -36042,8 +38472,8 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen .next-date-picker2-input.next-date-picker2-input-small input { height: 22px; height: calc(var(--form-element-small-height, 24px) - var(--input-border-width, 1px) * 2); - line-height: 22px \0 ; - line-height: calc(var(--form-element-small-height, 24px) - var(--input-border-width, 1px) * 2) \0 ; + line-height: 22px \0; + line-height: calc(var(--form-element-small-height, 24px) - var(--input-border-width, 1px) * 2) \0; padding: 0 12px; padding: 0 var(--input-s-padding, 12px); font-size: 12px; @@ -36125,8 +38555,8 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen .next-date-picker2-input.next-date-picker2-input-medium input { height: 30px; height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px) * 2); - line-height: 30px \0 ; - line-height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px) * 2) \0 ; + line-height: 30px \0; + line-height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px) * 2) \0; padding: 0 12px; padding: 0 var(--input-m-padding, 12px); font-size: 12px; @@ -36208,8 +38638,8 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen .next-date-picker2-input.next-date-picker2-input-large input { height: 34px; height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px) * 2); - line-height: 34px \0 ; - line-height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px) * 2) \0 ; + line-height: 34px \0; + line-height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px) * 2) \0; padding: 0 12px; padding: 0 var(--input-l-padding, 12px); font-size: 14px; @@ -36260,17 +38690,17 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen } .next-date-picker2-input:hover { - border-color: #C0C6CC; - border-color: var(--input-hover-border-color, #C0C6CC); - background-color: #FFFFFF; - background-color: var(--input-hover-bg-color, #FFFFFF); + border-color: #c0c6cc; + border-color: var(--input-hover-border-color, #c0c6cc); + background-color: #ffffff; + background-color: var(--input-hover-bg-color, #ffffff); } .next-date-picker2-input.next-date-picker2-input-focus { - border-color: #0064C8; - border-color: var(--input-focus-border-color, #0064C8); - background-color: #FFFFFF; - background-color: var(--input-focus-bg-color, #FFFFFF); + border-color: #0064c8; + border-color: var(--input-focus-border-color, #0064c8); + background-color: #ffffff; + background-color: var(--input-focus-bg-color, #ffffff); -webkit-box-shadow: 0 0 0 0px rgba(0, 100, 200, 0.2); box-shadow: 0 0 0 0px rgba(0, 100, 200, 0.2); } @@ -36284,23 +38714,23 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen .next-date-picker2-input.next-date-picker2-input-disabled { color: #b3b3b3; color: var(--input-disabled-color, #b3b3b3); - border-color: #C0C6CC; - border-color: var(--input-disabled-border-color, #C0C6CC); - background-color: #F7F9FA; - background-color: var(--input-disabled-bg-color, #F7F9FA); + border-color: #c0c6cc; + border-color: var(--input-disabled-border-color, #c0c6cc); + background-color: #f7f9fa; + background-color: var(--input-disabled-bg-color, #f7f9fa); cursor: not-allowed; } .next-date-picker2-input.next-date-picker2-input-disabled:hover { - border-color: #C0C6CC; - border-color: var(--input-disabled-border-color, #C0C6CC); - background-color: #F7F9FA; - background-color: var(--input-disabled-bg-color, #F7F9FA); + border-color: #c0c6cc; + border-color: var(--input-disabled-border-color, #c0c6cc); + background-color: #f7f9fa; + background-color: var(--input-disabled-bg-color, #f7f9fa); } .next-date-picker2-input-separator { - color: #C0C6CC; - color: var(--input-border-color, #C0C6CC); + color: #c0c6cc; + color: var(--input-border-color, #c0c6cc); font-size: 12px; line-height: 12px; display: inline-block; @@ -36308,14 +38738,19 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen text-align: center; } -.next-range-picker2-panel, .next-date-picker2-panel { +.next-range-picker2-panel, +.next-date-picker2-panel { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; } -.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-range-picker-right .next-calendar2-header-left-btn, -.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-range-picker-left .next-calendar2-header-right-btn { +.next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-range-picker-right + .next-calendar2-header-left-btn, +.next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-range-picker-left + .next-calendar2-header-right-btn { visibility: hidden; } @@ -36329,13 +38764,13 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen width: 10px; height: 10px; margin-left: 16.5px; - border-color: #E3E4E6 #E3E4E6 transparent transparent; - border-color: var(--color-line1-1, #E3E4E6) var(--color-line1-1, #E3E4E6) transparent transparent; + border-color: #e3e4e6 #e3e4e6 transparent transparent; + border-color: var(--color-line1-1, #e3e4e6) var(--color-line1-1, #e3e4e6) transparent transparent; border-style: solid; border-width: 1px; -webkit-transition: left 0.3s ease-out; transition: left 0.3s ease-out; - background: #FFFFFF; + background: #ffffff; } .next-date-picker2-tl-bl .next-range-picker2-arrow { @@ -36350,8 +38785,8 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen } .next-date-time-picker-wrapper { - border-left: 1px solid #E3E4E6; - border-left: 1px solid var(--color-line1-1, #E3E4E6); + border-left: 1px solid #e3e4e6; + border-left: 1px solid var(--color-line1-1, #e3e4e6); } .next-date-time-picker-wrapper .next-calendar2-body { @@ -36359,46 +38794,74 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen padding-left: 0px; } -.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-disabled .next-calendar2-cell-inner { - color: #C1C1C1; - color: var(--color-text1-1, #C1C1C1); - background: #F8F8F9; - background: var(--color-fill1-1, #F8F8F9); +.next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-disabled + .next-calendar2-cell-inner { + color: #c1c1c1; + color: var(--color-text1-1, #c1c1c1); + background: #f8f8f9; + background: var(--color-fill1-1, #f8f8f9); } -.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected::before { +.next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected::before { color: #555555; color: var(--color-text1-3, #555555); - background: #F7F9FA; - background: var(--color-brand1-1, #F7F9FA); + background: #f7f9fa; + background: var(--color-brand1-1, #f7f9fa); } -.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected .next-calendar2-cell-inner { +.next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected + .next-calendar2-cell-inner { color: #555555; color: var(--color-text1-3, #555555); background: transparent; } -.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected.next-calendar2-cell-range-begin .next-calendar2-cell-inner, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected.next-calendar2-cell-range-end .next-calendar2-cell-inner { +.next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not( + .next-calendar2-cell-disabled + ).next-calendar2-cell-selected.next-calendar2-cell-range-begin + .next-calendar2-cell-inner, +.next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not( + .next-calendar2-cell-disabled + ).next-calendar2-cell-selected.next-calendar2-cell-range-end + .next-calendar2-cell-inner { z-index: 10; - color: #FFFFFF; - background: #0064C8; - background: var(--color-brand1-6, #0064C8); + color: #ffffff; + background: #0064c8; + background: var(--color-brand1-6, #0064c8); } -.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected.next-calendar2-cell-range-begin::before { +.next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not( + .next-calendar2-cell-disabled + ).next-calendar2-cell-selected.next-calendar2-cell-range-begin::before { left: 50%; } -.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected.next-calendar2-cell-range-end::before { +.next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not( + .next-calendar2-cell-disabled + ).next-calendar2-cell-selected.next-calendar2-cell-range-end::before { right: 50%; } -.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected.next-calendar2-cell-range-begin-single::before, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected.next-calendar2-cell-range-end-single::before { +.next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not( + .next-calendar2-cell-disabled + ).next-calendar2-cell-selected.next-calendar2-cell-range-begin-single::before, +.next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not( + .next-calendar2-cell-disabled + ).next-calendar2-cell-selected.next-calendar2-cell-range-end-single::before { display: none; } -.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover::after { +.next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover::after { content: ""; position: absolute; top: 50%; @@ -36415,52 +38878,76 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen border-width: 1px; } -.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-hover-begin::after, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:first-child::after { +.next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not( + .next-calendar2-cell-disabled + ).next-calendar2-cell-hover.next-calendar2-cell-hover-begin::after, +.next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:first-child::after { left: 8px; } -.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-hover-end::after, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:last-child::after { +.next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not( + .next-calendar2-cell-disabled + ).next-calendar2-cell-hover.next-calendar2-cell-hover-end::after, +.next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:last-child::after { right: 8px; } -.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-selected.next-calendar2-cell-hover-begin::after { +.next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not( + .next-calendar2-cell-disabled + ).next-calendar2-cell-hover.next-calendar2-cell-selected.next-calendar2-cell-hover-begin::after { left: 8px; } -.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-selected.next-calendar2-cell-hover-end::after { +.next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not( + .next-calendar2-cell-disabled + ).next-calendar2-cell-hover.next-calendar2-cell-selected.next-calendar2-cell-hover-end::after { right: 8px; } -.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:first-of-type::after { +.next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:first-of-type::after { border-top-left-radius: 2px; border-bottom-left-radius: 2px; border-left: 1px dashed #002850; border-left: 1px dashed var(--color-brand1-9, #002850); } -.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:last-of-type::after { +.next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:last-of-type::after { border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-right: 1px dashed #002850; border-right: 1px dashed var(--color-brand1-9, #002850); } -.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-edge-end::before { +.next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-edge-end::before { right: 8px; } -.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-edge-end::after { +.next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-edge-end::after { right: 8px; } -.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-edge-end.next-calendar2-cell-hover::after { +.next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not( + .next-calendar2-cell-disabled + ).next-calendar2-cell-edge-end.next-calendar2-cell-hover::after { border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-right: 1px dashed #002850; border-right: 1px dashed var(--color-brand1-9, #002850); } -.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover-begin::after { +.next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover-begin::after { border-top: 1px dashed #002850; border-top: 1px dashed var(--color-brand1-9, #002850); border-left: 1px dashed #002850; @@ -36469,7 +38956,8 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen border-bottom-left-radius: 2px; } -.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover-end::after { +.next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover-end::after { border-top: 1px dashed #002850; border-top: 1px dashed var(--color-brand1-9, #002850); border-right: 1px dashed #002850; @@ -36478,11 +38966,18 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen border-bottom-right-radius: 2px; } -.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled)::before, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled)::after { +.next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-edge-end + + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled)::before, +.next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-edge-end + + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled)::after { left: 8px; } -.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover::after { +.next-range-picker2-panel:not(.next-range-picker2-panel-single) + .next-calendar2-cell-edge-end + + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover::after { border-top-left-radius: 2px; border-bottom-left-radius: 2px; border-left: 1px dashed #002850; @@ -36493,51 +38988,94 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen display: none; } -.next-calendar2-table-week tr:hover .next-calendar2-cell:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected)::before { - background: #F7F9FA; - background: var(--color-fill1-2, #F7F9FA); +.next-calendar2-table-week + tr:hover + .next-calendar2-cell:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected)::before { + background: #f7f9fa; + background: var(--color-fill1-2, #f7f9fa); } .next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected::before, -.next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected .next-calendar2-cell-inner { +.next-calendar2-table-week + .next-calendar2-week-current + .next-calendar2-cell.next-calendar2-cell-selected + .next-calendar2-cell-inner { color: #555555; color: var(--color-text1-3, #555555); - background-color: #F7F9FA; - background-color: var(--color-brand1-1, #F7F9FA); -} - -.next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:last-child .next-calendar2-cell-inner, .next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:nth-child(2) .next-calendar2-cell-inner { - color: #FFFFFF; - background: #0064C8; - background: var(--color-brand1-6, #0064C8); + background-color: #f7f9fa; + background-color: var(--color-brand1-1, #f7f9fa); +} + +.next-calendar2-table-week + .next-calendar2-week-current + .next-calendar2-cell.next-calendar2-cell-selected:last-child + .next-calendar2-cell-inner, +.next-calendar2-table-week + .next-calendar2-week-current + .next-calendar2-cell.next-calendar2-cell-selected:nth-child(2) + .next-calendar2-cell-inner { + color: #ffffff; + background: #0064c8; + background: var(--color-brand1-6, #0064c8); } -.next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:nth-child(2)::before { +.next-calendar2-table-week + .next-calendar2-week-current + .next-calendar2-cell.next-calendar2-cell-selected:nth-child(2)::before { left: 50%; } -.next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:last-child::before { +.next-calendar2-table-week + .next-calendar2-week-current + .next-calendar2-cell.next-calendar2-cell-selected:last-child::before { right: 50%; } -.next-calendar2-table-week tr:not(.next-calendar2-week-current) td.next-calendar2-cell.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled)::before, -.next-calendar2-table-week tr:not(.next-calendar2-week-current) td.next-calendar2-cell.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner { +.next-calendar2-table-week + tr:not(.next-calendar2-week-current) + td.next-calendar2-cell.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled)::before, +.next-calendar2-table-week + tr:not(.next-calendar2-week-current) + td.next-calendar2-cell.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) + .next-calendar2-cell-inner { background-color: transparent; - color: #C1C1C1; - color: var(--color-text1-1, #C1C1C1); -} - -.next-range-picker2-panel .next-calendar2-week-current .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled):last-child .next-calendar2-cell-inner, .next-range-picker2-panel .next-calendar2-week-current .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled):nth-child(2) .next-calendar2-cell-inner { - background-color: #F7F9FA; - background-color: var(--color-brand1-1, #F7F9FA); + color: #c1c1c1; + color: var(--color-text1-1, #c1c1c1); +} + +.next-range-picker2-panel + .next-calendar2-week-current + .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled):last-child + .next-calendar2-cell-inner, +.next-range-picker2-panel + .next-calendar2-week-current + .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled):nth-child(2) + .next-calendar2-cell-inner { + background-color: #f7f9fa; + background-color: var(--color-brand1-1, #f7f9fa); color: #555555; color: var(--color-text1-3, #555555); } -.next-range-picker2-panel .next-calendar2-week-current .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled).next-calendar2-cell-week-range-begin:last-child .next-calendar2-cell-inner, .next-range-picker2-panel .next-calendar2-week-current .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled).next-calendar2-cell-week-range-begin:nth-child(2) .next-calendar2-cell-inner, .next-range-picker2-panel .next-calendar2-week-current .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled).next-calendar2-cell-week-range-end:last-child .next-calendar2-cell-inner, .next-range-picker2-panel .next-calendar2-week-current .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled).next-calendar2-cell-week-range-end:nth-child(2) .next-calendar2-cell-inner { - color: #FFFFFF; - background: #0064C8; - background: var(--color-brand1-6, #0064C8); +.next-range-picker2-panel + .next-calendar2-week-current + .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled).next-calendar2-cell-week-range-begin:last-child + .next-calendar2-cell-inner, +.next-range-picker2-panel + .next-calendar2-week-current + .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled).next-calendar2-cell-week-range-begin:nth-child(2) + .next-calendar2-cell-inner, +.next-range-picker2-panel + .next-calendar2-week-current + .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled).next-calendar2-cell-week-range-end:last-child + .next-calendar2-cell-inner, +.next-range-picker2-panel + .next-calendar2-week-current + .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled).next-calendar2-cell-week-range-end:nth-child(2) + .next-calendar2-cell-inner { + color: #ffffff; + background: #0064c8; + background: var(--color-brand1-6, #0064c8); } .next-icon-d-up-for-component::before { @@ -41648,11 +44186,16 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen @font-face { font-family: WindIcon; src: url("//at.alicdn.com/t/font_1435786_ccri5b3kw0n.eot"); - src: url("//at.alicdn.com/t/font_1435786_ccri5b3kw0n.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_1435786_ccri5b3kw0n.woff2") format("woff2"), url("//at.alicdn.com/t/font_1435786_ccri5b3kw0n.woff") format("woff"), url("//at.alicdn.com/t/font_1435786_ccri5b3kw0n.ttf") format("truetype"), url("//at.alicdn.com/t/font_1435786_ccri5b3kw0n.svg#NextIcon") format("svg"); + src: + url("//at.alicdn.com/t/font_1435786_ccri5b3kw0n.eot?#iefix") format("embedded-opentype"), + url("//at.alicdn.com/t/font_1435786_ccri5b3kw0n.woff2") format("woff2"), + url("//at.alicdn.com/t/font_1435786_ccri5b3kw0n.woff") format("woff"), + url("//at.alicdn.com/t/font_1435786_ccri5b3kw0n.ttf") format("truetype"), + url("//at.alicdn.com/t/font_1435786_ccri5b3kw0n.svg#NextIcon") format("svg"); } .next-icon { font-family: NextIcon; - font-family: var(--xconsole-icon-font-family, NextIcon); + /* font-family: var(--xconsole-icon-font-family, NextIcon); */ } .next-icon-more::before { @@ -41925,39 +44468,55 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen .next-timeline-item.next-timeline-item-done .next-timeline-item-dot { border-radius: 50%; - background: var(--timeline-item-done-background, #C0C6CC); + background: var(--timeline-item-done-background, #c0c6cc); border: var(--timeline-item-done-border); } .next-balloon.next-balloon.next-balloon::after { box-shadow: none; } -.next-balloon.next-balloon-bottom-right::after, .next-balloon.next-balloon-bottom-left::after, .next-balloon.next-balloon-bottom::after { +.next-balloon.next-balloon-bottom-right::after, +.next-balloon.next-balloon-bottom-left::after, +.next-balloon.next-balloon-bottom::after { border-bottom-right-radius: var(--balloon-arrow-border-radius, 2px); } -.next-balloon.next-balloon-top-right::after, .next-balloon.next-balloon-top-left::after, .next-balloon.next-balloon-top::after { +.next-balloon.next-balloon-top-right::after, +.next-balloon.next-balloon-top-left::after, +.next-balloon.next-balloon-top::after { border-top-left-radius: var(--balloon-arrow-border-radius, 2px); } -.next-balloon.next-balloon-right-top::after, .next-balloon.next-balloon-right-bottom::after, .next-balloon.next-balloon-right::after { +.next-balloon.next-balloon-right-top::after, +.next-balloon.next-balloon-right-bottom::after, +.next-balloon.next-balloon-right::after { border-top-right-radius: var(--balloon-arrow-border-radius, 2px); } -.next-balloon.next-balloon-left-top::after, .next-balloon.next-balloon-left-bottom::after, .next-balloon.next-balloon-left::after { +.next-balloon.next-balloon-left-top::after, +.next-balloon.next-balloon-left-bottom::after, +.next-balloon.next-balloon-left::after { border-bottom-left-radius: var(--balloon-arrow-border-radius, 2px); } .next-balloon-tooltip.next-balloon-tooltip.next-balloon-tooltip::after { box-shadow: none; } -.next-balloon-tooltip.next-balloon-tooltip-bottom-right::after, .next-balloon-tooltip.next-balloon-tooltip-bottom-left::after, .next-balloon-tooltip.next-balloon-tooltip-bottom::after { +.next-balloon-tooltip.next-balloon-tooltip-bottom-right::after, +.next-balloon-tooltip.next-balloon-tooltip-bottom-left::after, +.next-balloon-tooltip.next-balloon-tooltip-bottom::after { border-bottom-right-radius: var(--balloon-arrow-border-radius, 2px); } -.next-balloon-tooltip.next-balloon-tooltip-top-right::after, .next-balloon-tooltip.next-balloon-tooltip-top-left::after, .next-balloon-tooltip.next-balloon-tooltip-top::after { +.next-balloon-tooltip.next-balloon-tooltip-top-right::after, +.next-balloon-tooltip.next-balloon-tooltip-top-left::after, +.next-balloon-tooltip.next-balloon-tooltip-top::after { border-top-left-radius: var(--balloon-arrow-border-radius, 2px); } -.next-balloon-tooltip.next-balloon-tooltip-right-top::after, .next-balloon-tooltip.next-balloon-tooltip-right-bottom::after, .next-balloon-tooltip.next-balloon-tooltip-right::after { +.next-balloon-tooltip.next-balloon-tooltip-right-top::after, +.next-balloon-tooltip.next-balloon-tooltip-right-bottom::after, +.next-balloon-tooltip.next-balloon-tooltip-right::after { border-top-right-radius: var(--balloon-arrow-border-radius, 2px); } -.next-balloon-tooltip.next-balloon-tooltip-left-top::after, .next-balloon-tooltip.next-balloon-tooltip-left-bottom::after, .next-balloon-tooltip.next-balloon-tooltip-left::after { +.next-balloon-tooltip.next-balloon-tooltip-left-top::after, +.next-balloon-tooltip.next-balloon-tooltip-left-bottom::after, +.next-balloon-tooltip.next-balloon-tooltip-left::after { border-bottom-left-radius: var(--balloon-arrow-border-radius, 2px); } @@ -41968,16 +44527,20 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen .next-btn[disabled]:hover { box-shadow: none; } -.next-btn-primary:hover, .next-btn-primary:focus-visible { +.next-btn-primary:hover, +.next-btn-primary:focus-visible { box-shadow: var(--btn-primary-hover-shadow); } .next-btn-primary:active { box-shadow: var(--btn-primary-active-shadow); } -.next-btn.next-btn-text:hover, .next-btn.next-btn-text:focus-visible, .next-btn.next-btn-text:active { +.next-btn.next-btn-text:hover, +.next-btn.next-btn-text:focus-visible, +.next-btn.next-btn-text:active { box-shadow: none; } -.next-btn-normal:hover, .next-btn-normal:focus-visible { +.next-btn-normal:hover, +.next-btn-normal:focus-visible { box-shadow: var(--btn-normal-hover-shadow); } .next-btn-normal:active { @@ -42068,7 +44631,8 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen .next-pagination .next-pagination-item.next-current.next-current.next-current { z-index: 2; } -.next-pagination .next-pagination-item:not(.next-current):hover, .next-pagination .next-pagination-item:not(.next-current):focus-visible { +.next-pagination .next-pagination-item:not(.next-current):hover, +.next-pagination .next-pagination-item:not(.next-current):focus-visible { background-color: var(--pagination-item-hover-bg, #fff); } .next-pagination .next-pagination-item.next-pagination-item.next-pagination-item.next-btn { @@ -42077,14 +44641,17 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen .next-pagination .next-pagination-item.next-pagination-item.next-pagination-item.next-btn.next-small { min-width: 24px; } -.next-pagination .next-pagination-item.next-pagination-item.next-pagination-item.next-btn.next-prev, .next-pagination .next-pagination-item.next-pagination-item.next-pagination-item.next-btn.next-next { +.next-pagination .next-pagination-item.next-pagination-item.next-pagination-item.next-btn.next-prev, +.next-pagination .next-pagination-item.next-pagination-item.next-pagination-item.next-btn.next-next { border-color: var(--pagination-item-border-color, transparent); } -.next-pagination .next-pagination-item.next-pagination-item.next-pagination-item.next-btn.next-prev[disabled]:hover, .next-pagination .next-pagination-item.next-pagination-item.next-pagination-item.next-btn.next-next[disabled]:hover { +.next-pagination .next-pagination-item.next-pagination-item.next-pagination-item.next-btn.next-prev[disabled]:hover, +.next-pagination .next-pagination-item.next-pagination-item.next-pagination-item.next-btn.next-next[disabled]:hover { background-color: var(--pagination-item-disabled-bg, #fff); } -.next-pagination-size-selector-popup .next-select-menu-item.next-select-menu-item.next-select-menu-item.next-select-menu-item.next-select-menu-item { +.next-pagination-size-selector-popup + .next-select-menu-item.next-select-menu-item.next-select-menu-item.next-select-menu-item.next-select-menu-item { padding-right: 0; } @@ -42114,7 +44681,8 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen .next-transfer-operations .next-transfer-operation.next-transfer-operation.next-transfer-operation.next-btn { min-width: unset; } -.next-transfer-operations .next-transfer-operation.next-transfer-operation.next-transfer-operation[disabled], .next-transfer-operations .next-transfer-operation.next-transfer-operation.next-transfer-operation[disabled]:hover { +.next-transfer-operations .next-transfer-operation.next-transfer-operation.next-transfer-operation[disabled], +.next-transfer-operations .next-transfer-operation.next-transfer-operation.next-transfer-operation[disabled]:hover { color: var(--btn-pure-primary-color-disabled, #ffffff); background-color: var(--btn-pure-primary-bg-disabled, #d1d5d9); border-color: var(--btn-pure-primary-border-color-disabled, transparent); @@ -42132,7 +44700,8 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen .next-date-picker .next-date-picker-trigger { transition: box-shadow var(--active-transition); } -.next-date-picker .next-date-picker-trigger:hover, .next-date-picker .next-date-picker-trigger[aria-expanded=true] { +.next-date-picker .next-date-picker-trigger:hover, +.next-date-picker .next-date-picker-trigger[aria-expanded="true"] { box-shadow: var(--active-shadow); } .next-date-picker .next-date-picker-trigger .next-date-picker-trigger-input { @@ -42142,7 +44711,8 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen .next-range-picker .next-range-picker-trigger { transition: box-shadow var(--active-transition); } -.next-range-picker .next-range-picker-trigger:hover, .next-range-picker .next-range-picker-trigger[aria-expanded=true] { +.next-range-picker .next-range-picker-trigger:hover, +.next-range-picker .next-range-picker-trigger[aria-expanded="true"] { box-shadow: var(--active-shadow); } .next-range-picker .next-range-picker-trigger .next-range-picker-trigger-input { @@ -42152,7 +44722,8 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen .next-month-picker .next-month-picker-trigger { transition: box-shadow var(--active-transition); } -.next-month-picker .next-month-picker-trigger:hover, .next-month-picker .next-month-picker-trigger[aria-expanded=true] { +.next-month-picker .next-month-picker-trigger:hover, +.next-month-picker .next-month-picker-trigger[aria-expanded="true"] { box-shadow: var(--active-shadow); } .next-month-picker .next-month-picker-trigger .next-month-picker-trigger-input { @@ -42162,7 +44733,8 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen .next-year-picker .next-year-picker-trigger { transition: box-shadow var(--active-transition); } -.next-year-picker .next-year-picker-trigger:hover, .next-year-picker .next-year-picker-trigger[aria-expanded=true] { +.next-year-picker .next-year-picker-trigger:hover, +.next-year-picker .next-year-picker-trigger[aria-expanded="true"] { box-shadow: var(--active-shadow); } .next-year-picker .next-year-picker-trigger .next-year-picker-trigger-input { @@ -42172,7 +44744,8 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen .next-week-picker .next-week-picker-trigger { transition: box-shadow var(--active-transition); } -.next-week-picker .next-week-picker-trigger:hover, .next-week-picker .next-week-picker-trigger[aria-expanded=true] { +.next-week-picker .next-week-picker-trigger:hover, +.next-week-picker .next-week-picker-trigger[aria-expanded="true"] { box-shadow: var(--active-shadow); } .next-week-picker .next-week-picker-trigger .next-week-picker-trigger-input { @@ -42204,7 +44777,9 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen .next-search { transition: box-shadow var(--active-transition); } -.next-search.next-search.next-search:hover, .next-search.next-search.next-search.focusing, .next-search.next-search.next-search.visible { +.next-search.next-search.next-search:hover, +.next-search.next-search.next-search.focusing, +.next-search.next-search.next-search.visible { box-shadow: var(--active-shadow); } .next-search.next-search.next-search.disabled { @@ -42247,14 +44822,17 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen padding-right: 0; width: auto; } -.next-search.next-normal.disabled .next-input-group, .next-search.next-search-normal.disabled .next-input-group { +.next-search.next-normal.disabled .next-input-group, +.next-search.next-search-normal.disabled .next-input-group { border-color: var(--search-simple-normal-color, #dedede); } -.next-search.next-normal .next-after .next-btn-normal, .next-search.next-search-normal .next-after .next-btn-normal { +.next-search.next-normal .next-after .next-btn-normal, +.next-search.next-search-normal .next-after .next-btn-normal { padding: 0 8px; margin-right: -1px; } -.next-search.next-normal .next-after .next-btn-normal .next-icon-search, .next-search.next-search-normal .next-after .next-btn-normal .next-icon-search { +.next-search.next-normal .next-after .next-btn-normal .next-icon-search, +.next-search.next-search-normal .next-after .next-btn-normal .next-icon-search { margin-right: 0; } .next-search.next-normal.custom-search-text .next-after .next-btn-normal { @@ -42267,10 +44845,12 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen .next-input.next-disabled { cursor: not-allowed; } -.next-input.next-disabled > input, .next-input.next-disabled > textarea { +.next-input.next-disabled > input, +.next-input.next-disabled > textarea { cursor: not-allowed; } -.next-input:hover, .next-input.next-focus { +.next-input:hover, +.next-input.next-focus { box-shadow: var(--active-shadow); } .next-input.next-disabled { @@ -42305,7 +44885,8 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen z-index: 1; } -.next-input.next-noborder:hover, .next-input.next-noborder.next-focus { +.next-input.next-noborder:hover, +.next-input.next-noborder.next-focus { box-shadow: none; } @@ -42314,7 +44895,8 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen border-color: var(--input-focus-border-color, #0064c8); } -.next-select-menu.next-select-single-menu .next-icon-select, .next-select-menu.next-select-single-menu .next-icon-selected, +.next-select-menu.next-select-single-menu .next-icon-select, +.next-select-menu.next-select-single-menu .next-icon-selected, .next-select-menu.next-select-multiple-menu .next-icon-select, .next-select-menu.next-select-multiple-menu .next-icon-selected, .next-select-menu.next-select-tag-menu .next-icon-select, @@ -42343,7 +44925,10 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen .next-menu-item { border-radius: var(--corner-1); } -.next-menu-selectable-multiple .next-menu-item:not([role=menuitemcheckbox]):not([role=menuitemradio]):not(.next-nav-item), .next-menu-selectable-single .next-menu-item:not([role=menuitemcheckbox]):not([role=menuitemradio]):not(.next-nav-item) { +.next-menu-selectable-multiple + .next-menu-item:not([role="menuitemcheckbox"]):not([role="menuitemradio"]):not(.next-nav-item), +.next-menu-selectable-single + .next-menu-item:not([role="menuitemcheckbox"]):not([role="menuitemradio"]):not(.next-nav-item) { padding: 0 var(--menu-padding-horizontal) 0 var(--menu-padding-horizontal-selectable, var(--menu-padding-horizontal)); } .next-menu-item-inner .next-checkbox, @@ -42366,10 +44951,16 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen min-width: unset; border: var(--number-picker-handler-btn-border, none); } -.next-number-picker > .next-input .next-number-picker-handler .next-btn.next-btn.next-btn.next-btn:not(.disabled):hover { +.next-number-picker + > .next-input + .next-number-picker-handler + .next-btn.next-btn.next-btn.next-btn:not(.disabled):hover { border: var(--number-picker-handler-btn-border-hover, none); } -.next-number-picker > .next-input .next-number-picker-handler .next-btn.next-btn.next-btn.next-btn.next-btn:first-child { +.next-number-picker + > .next-input + .next-number-picker-handler + .next-btn.next-btn.next-btn.next-btn.next-btn:first-child { border-right: none; border-top: none; } @@ -42558,7 +45149,8 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen border: none; } -.next-table-fix-left, .next-table-fix-right { +.next-table-fix-left, +.next-table-fix-right { background-clip: padding-box; } @@ -42584,7 +45176,8 @@ div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calen margin-left: 0; } .next-dialog.next-dialog-quick.quick-show .next-dialog-body { - padding: var(--dialog-content-padding-top, 0px) var(--dialog-content-padding-left-right, 24px) var(--dialog-content-padding-bottom, 16px) var(--dialog-content-padding-left-right, 24px); + padding: var(--dialog-content-padding-top, 0px) var(--dialog-content-padding-left-right, 24px) + var(--dialog-content-padding-bottom, 16px) var(--dialog-content-padding-left-right, 24px); } .next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner > .next-icon { @@ -42675,7 +45268,8 @@ body.next-modal-open { overflow: hidden; display: flex; } -.next-modal-body .next-modal-children, .next-modal-body .next-modal-side-drawer { +.next-modal-body .next-modal-children, +.next-modal-body .next-modal-side-drawer { height: 100%; overflow: auto; } @@ -42705,7 +45299,8 @@ body.next-modal-open { transform: translateY(var(--modal-title-icon-transform-top, 2px)); } -.next-badge .next-badge-count, .next-badge .next-badge-dot { +.next-badge .next-badge-count, +.next-badge .next-badge-dot { box-shadow: 0 0 0 2px var(--badge-border-color, #fff); } @@ -42742,18 +45337,21 @@ body.next-modal-open { position: absolute; bottom: 0; width: 100%; - padding: var(--drawer-footer-padding-top, 10px) var(--drawer-footer-padding-right, 16px) var(--drawer-footer-padding-bottom, 10px) var(--drawer-footer-padding-left, 16px); + padding: var(--drawer-footer-padding-top, 10px) var(--drawer-footer-padding-right, 16px) + var(--drawer-footer-padding-bottom, 10px) var(--drawer-footer-padding-left, 16px); left: 0; background: var(--drawer-title-bg-color, var(--drawer-bg)); border-radius: 0 0 4px 4px; z-index: 3; } .next-drawer-footer-line { - border-top: var(--drawer-footer-border-width, 1px) var(--line-solid, solid) var(--drawer-footer-border-color, var(--color-line1-1)); + border-top: var(--drawer-footer-border-width, 1px) var(--line-solid, solid) + var(--drawer-footer-border-color, var(--color-line1-1)); } .next-drawer-footer-has-shadow { box-shadow: var(--shadow-1-up); - border-top: var(--drawer-footer-border-width, 1px) var(--line-solid, solid) var(--drawer-footer-border-color, var(--color-line1-1)); + border-top: var(--drawer-footer-border-width, 1px) var(--line-solid, solid) + var(--drawer-footer-border-color, var(--color-line1-1)); } .next-drawer-footer-right { text-align: right; @@ -42774,7 +45372,10 @@ body.next-modal-open { .next-drawer-has-footer .next-drawer-body { margin-bottom: var(--drawer-has-footer-margin-bottom, 40px); - padding-bottom: calc(var(--drawer-content-padding-bottom, 20px) + var(--drawer-has-footer-margin-bottom, 40px) + var(--drawer-footer-padding-bottom, 10px)); + padding-bottom: calc( + var(--drawer-content-padding-bottom, 20px) + var(--drawer-has-footer-margin-bottom, 40px) + + var(--drawer-footer-padding-bottom, 10px) + ); } .next-overlay-wrapper .next-overlay-inner::-webkit-scrollbar { @@ -42796,11 +45397,17 @@ body { line-height: 1.5; } -code, kbd, pre, samp { +code, +kbd, +pre, +samp { font-family: Consolas, Menlo, Courier, monospace; } -a:link, a:visited, a:hover, a:active { +a:link, +a:visited, +a:hover, +a:active { text-decoration: none; } @@ -42811,20 +45418,23 @@ body { } body.lang-ja { - font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", Arial, sans-serif; + font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", + "Helvetica Neue", "Helvetica", Arial, sans-serif; } .next-checkbox-inner { position: relative; } -.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner > .next-icon { +.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner + > .next-icon { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) scale(var(--checkbox-icon-scale, 0.8)); margin: 0; } -.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner > .next-icon::before { +.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner + > .next-icon::before { display: inline-block; width: var(--checkbox-icon-size, 16px); height: var(--checkbox-icon-size, 16px); @@ -43135,12 +45745,15 @@ body.lang-ja { .next-pagination.is-wind .next-btn:not(.next-pagination-jump-go):not(.next-current) { background: #fff; } -.next-pagination.is-wind .next-btn.next-btn-normal:not([disabled]):not(.next-current):not(.next-pagination-jump-go):hover { +.next-pagination.is-wind + .next-btn.next-btn-normal:not([disabled]):not(.next-current):not(.next-pagination-jump-go):hover { color: var(--color-text1-5); border-color: var(--color-line1-4); z-index: 1; } -.next-pagination.is-wind .next-btn.next-btn-normal:not([disabled]):not(.next-current):not(.next-pagination-jump-go):hover .next-icon { +.next-pagination.is-wind + .next-btn.next-btn-normal:not([disabled]):not(.next-current):not(.next-pagination-jump-go):hover + .next-icon { color: var(--color-text1-5); } .next-pagination.is-wind .next-btn.next-current { @@ -43190,22 +45803,40 @@ body.lang-ja { .next-step.is-wind .next-step-item-content { color: var(--color-text1-2) !important; } -.next-step.is-wind.next-step-circle.next-enhanced-step-size-small.next-step-horizontal .next-step-item-node-placeholder, .next-step.is-wind.next-step-circle.next-enhanced-step-size-small.next-step-vertical .next-step-item-node-placeholder { +.next-step.is-wind.next-step-circle.next-enhanced-step-size-small.next-step-horizontal .next-step-item-node-placeholder, +.next-step.is-wind.next-step-circle.next-enhanced-step-size-small.next-step-vertical .next-step-item-node-placeholder { height: 24px; width: 24px; } -.next-step.is-wind.next-step-circle.next-enhanced-step-size-small.next-step-horizontal .next-step-item-node-placeholder .next-step-item-node-circle, .next-step.is-wind.next-step-circle.next-enhanced-step-size-small.next-step-vertical .next-step-item-node-placeholder .next-step-item-node-circle { +.next-step.is-wind.next-step-circle.next-enhanced-step-size-small.next-step-horizontal + .next-step-item-node-placeholder + .next-step-item-node-circle, +.next-step.is-wind.next-step-circle.next-enhanced-step-size-small.next-step-vertical + .next-step-item-node-placeholder + .next-step-item-node-circle { height: 24px; width: 24px; line-height: calc(24px - 2px); } -.next-step.is-wind.next-step-circle.next-enhanced-step-size-small.next-step-horizontal .next-step-item-node-placeholder .next-step-item-node-circle .next-icon:before, .next-step.is-wind.next-step-circle.next-enhanced-step-size-small.next-step-vertical .next-step-item-node-placeholder .next-step-item-node-circle .next-icon:before { +.next-step.is-wind.next-step-circle.next-enhanced-step-size-small.next-step-horizontal + .next-step-item-node-placeholder + .next-step-item-node-circle + .next-icon:before, +.next-step.is-wind.next-step-circle.next-enhanced-step-size-small.next-step-vertical + .next-step-item-node-placeholder + .next-step-item-node-circle + .next-icon:before { font-size: 12px; } -.next-step.is-wind.next-step-circle.next-enhanced-step-size-small.next-step-vertical .next-step-item-body > .next-step-item-title { +.next-step.is-wind.next-step-circle.next-enhanced-step-size-small.next-step-vertical + .next-step-item-body + > .next-step-item-title { margin-top: 4px; } -.next-step.is-wind.next-step-circle.next-step-dot-circle-hoz-placement.next-step-label-horizontal.next-enhanced-step-size-small > .next-step-item .next-step-item-body .next-step-item-title { +.next-step.is-wind.next-step-circle.next-step-dot-circle-hoz-placement.next-step-label-horizontal.next-enhanced-step-size-small + > .next-step-item + .next-step-item-body + .next-step-item-title { margin-top: 3px; } .next-step.is-wind.next-step-vertical > .next-step-item { @@ -43272,7 +45903,8 @@ body.lang-ja { } .next-tabs.next-tabs-pure .next-tabs-tab { - border-bottom: var(--line-solid, solid) var(--tab-pure-divider-line-width, 1px) var(--tab-pure-divider-border-color, #e3e4e6); + border-bottom: var(--line-solid, solid) var(--tab-pure-divider-line-width, 1px) + var(--tab-pure-divider-border-color, #e3e4e6); } .next-tabs.next-tabs-pure .next-tabs-tab.active::before { bottom: -1px; @@ -43329,7 +45961,8 @@ body.lang-ja { color: var(--menu-group-label-color, #888888); } -.next-search.next-normal .next-after .next-btn-normal, .next-search.next-search-normal .next-after .next-btn-normal { +.next-search.next-normal .next-after .next-btn-normal, +.next-search.next-search-normal .next-after .next-btn-normal { --btn-medium-min-width: 32px; } @@ -43376,7 +46009,7 @@ body.lang-ja { margin: 0; vertical-align: top; } -.next-radio-wrapper input[type=radio] { +.next-radio-wrapper input[type="radio"] { width: var(--radio-box-size, 14px) !important; height: var(--radio-box-size, 14px) !important; } @@ -43385,13 +46018,15 @@ body.lang-ja { text-align: center; } -.next-btn-secondary:hover, .next-btn-secondary:focus-visible { +.next-btn-secondary:hover, +.next-btn-secondary:focus-visible { box-shadow: var(--btn-normal-hover-shadow); } .next-btn-secondary:active { box-shadow: var(--btn-normal-active-shadow); } -.next-btn-secondary.next-btn-text:hover, .next-btn-secondary.next-btn-text:focus-visible { +.next-btn-secondary.next-btn-text:hover, +.next-btn-secondary.next-btn-text:focus-visible { background-color: var(--btn-text-secondary-bg-hover); } .next-btn-secondary.next-btn-text:active { @@ -44169,14 +46804,14 @@ body.lang-ja { /* ------------------------ popup ------------------------ */ --popup-global-shadow: var(--shadow-2-down, 0px 2px 8px 0px rgba(0, 0, 0, 0.13)); --popup-global-corner: var(--corner-1, 0px); - --popup-global-border-color: var(--color-line1-2, #C9C9C9); + --popup-global-border-color: var(--color-line1-2, #c9c9c9); --popup-global-border-style: var(--line-solid, solid); --popup-global-border-width: var(--line-zero, 0px); --popup-local-corner: var(--corner-1, 0px); --popup-local-border-style: var(--line-solid, solid); --popup-local-border-width: var(--line-1, 1px); --popup-local-shadow: var(--shadow-2, 2px 2px 8px 0px rgba(0, 0, 0, 0.13)); - --popup-local-border-color: var(--color-line1-5, #EBEBEB); + --popup-local-border-color: var(--color-line1-5, #ebebeb); /* ------------------------ mask ------------------------ */ --mask-background: var(--color-black, #000000); --mask-opacity: 0.45; @@ -44302,7 +46937,8 @@ body.lang-ja { --font-weight-medium: 500; --font-weight-light: 300; --font-weight-thin: 200; - --font-family-base: -apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif; + --font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", + "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; --font-lineheight-5: 2; --font-lineheight-4: 1.8; --font-weight-3: bold; @@ -44330,80 +46966,80 @@ body.lang-ja { --corner-2: 2px; --corner-1: 0px; /* ------------------------ color ------------------------ */ - --color-data1-8: #18B1F7; - --color-data1-7: #4DDE6D; - --color-data1-6: #FFD74D; - --color-data1-5: #FF934D; - --color-data1-4: #FF445F; - --color-data1-3: #AE66FC; - --color-data1-2: #506FED; - --color-data1-1: #00DCCD; - --color-brand1-2: #E0F1FF; - --color-fill1-9: #1C1C1C; + --color-data1-8: #18b1f7; + --color-data1-7: #4dde6d; + --color-data1-6: #ffd74d; + --color-data1-5: #ff934d; + --color-data1-4: #ff445f; + --color-data1-3: #ae66fc; + --color-data1-2: #506fed; + --color-data1-1: #00dccd; + --color-brand1-2: #e0f1ff; + --color-fill1-9: #1c1c1c; --color-fill1-8: #737373; - --color-line1-5: #EBEBEB; - --color-brand1-10: #001A2F; - --color-brand1-8: #00457E; - --color-brand1-7: #005AA5; - --color-brand1-5: #43AAFF; - --color-brand1-4: #7EC5FF; - --color-brand1-3: #B8DFFF; - --color-brand2-6: #FF6A00; - --color-brand7-9: #2D559C; - --color-brand7-6: #4F74B3; - --color-brand7-4: #A9BAD0; - --color-brand7-5: #657C99; + --color-line1-5: #ebebeb; + --color-brand1-10: #001a2f; + --color-brand1-8: #00457e; + --color-brand1-7: #005aa5; + --color-brand1-5: #43aaff; + --color-brand1-4: #7ec5ff; + --color-brand1-3: #b8dfff; + --color-brand2-6: #ff6a00; + --color-brand7-9: #2d559c; + --color-brand7-6: #4f74b3; + --color-brand7-4: #a9bad0; + --color-brand7-5: #657c99; --color-text1-5: #333333; - --color-success-5: #ACDCBA; - --color-fill1-7: #A8A8A8; - --color-fill1-6: #C9C9C9; - --color-fill1-5: #DEDEDE; + --color-success-5: #acdcba; + --color-fill1-7: #a8a8a8; + --color-fill1-6: #c9c9c9; + --color-fill1-5: #dedede; --color-text1-4: #111111; --color-text1-3: #555555; --color-text1-2: #888888; - --color-text1-1: #C1C1C1; - --color-fill1-4: #EBEBEB; - --color-fill1-3: #F5F5F5; - --color-fill1-2: #F7F7F7; - --color-fill1-1: #FAFAFA; + --color-text1-1: #c1c1c1; + --color-fill1-4: #ebebeb; + --color-fill1-3: #f5f5f5; + --color-fill1-2: #f7f7f7; + --color-fill1-1: #fafafa; --color-line1-4: #737373; - --color-line1-3: #A8A8A8; - --color-line1-2: #C9C9C9; - --color-line1-1: #DEDEDE; - --color-other-3: #FFFFFF; - --color-other-2: #FFFFFF; - --color-other-1: #0070CC; - --color-link-3: #0070CC; - --color-link-2: #0070CC; - --color-link-1: #0070CC; + --color-line1-3: #a8a8a8; + --color-line1-2: #c9c9c9; + --color-line1-1: #dedede; + --color-other-3: #ffffff; + --color-other-2: #ffffff; + --color-other-1: #0070cc; + --color-link-3: #0070cc; + --color-link-2: #0070cc; + --color-link-1: #0070cc; --color-help-4: #333333; --color-help-3: #888888; - --color-help-2: #C9C9C9; - --color-help-1: #F5F5F5; - --color-error-4: #B82920; - --color-error-3: #D93026; - --color-error-2: #FFC4C0; - --color-error-1: #FCEBEA; - --color-warning-4: #F1A600; - --color-warning-3: #FFC440; - --color-warning-2: #FFE2A2; - --color-warning-1: #FFF7DB; - --color-notice-4: #005AA5; - --color-notice-3: #0070CC; - --color-notice-2: #A0CDED; - --color-notice-1: #E5F3FF; - --color-success-4: #176E30; - --color-success-3: #1E8E3E; - --color-success-2: #ACDCBA; - --color-success-1: #DFF4E5; + --color-help-2: #c9c9c9; + --color-help-1: #f5f5f5; + --color-error-4: #b82920; + --color-error-3: #d93026; + --color-error-2: #ffc4c0; + --color-error-1: #fcebea; + --color-warning-4: #f1a600; + --color-warning-3: #ffc440; + --color-warning-2: #ffe2a2; + --color-warning-1: #fff7db; + --color-notice-4: #005aa5; + --color-notice-3: #0070cc; + --color-notice-2: #a0cded; + --color-notice-1: #e5f3ff; + --color-success-4: #176e30; + --color-success-3: #1e8e3e; + --color-success-2: #acdcba; + --color-success-1: #dff4e5; --color-transparent: transparent; --color-black: #000000; - --color-white: #FFFFFF; - --color-brand1-9: #003A6A; - --color-brand1-6: #0070CC; - --color-brand1-1: #F3FAFF; + --color-white: #ffffff; + --color-brand1-9: #003a6a; + --color-brand1-6: #0070cc; + --color-brand1-1: #f3faff; /* ------------------------ balloon ------------------------ */ - --balloon-primary-color: var(--color-warning-3, #FFC440); + --balloon-primary-color: var(--color-warning-3, #ffc440); --balloon-size-padding-top: var(--s-2, 8px); --balloon-size-padding-closable-right: var(--s-10, 40px); --balloon-size-close-margin-top: var(--s-2, 8px); @@ -44411,15 +47047,15 @@ body.lang-ja { --balloon-size-arrow-size: var(--s-2, 8px); --balloon-tooltip-size-padding-right: var(--s-4, 16px); --balloon-tooltip-size-padding-left: var(--s-4, 16px); - --balloon-normal-color-border: var(--color-line1-5, #EBEBEB); + --balloon-normal-color-border: var(--color-line1-5, #ebebeb); --balloon-normal-shadow: var(--shadow-1-down, 0px 1px 4px 0px rgba(0, 0, 0, 0.13)); --balloon-normal-color: var(--color-text1-5, #333333); - --balloon-primary-color-bg: var(--color-white, #FFFFFF); - --balloon-primary-color-border: var(--color-line1-5, #EBEBEB); - --balloon-tooltip-color-bg: var(--color-white, #FFFFFF); - --balloon-tooltip-color-border: var(--color-line1-5, #EBEBEB); + --balloon-primary-color-bg: var(--color-white, #ffffff); + --balloon-primary-color-border: var(--color-line1-5, #ebebeb); + --balloon-tooltip-color-bg: var(--color-white, #ffffff); + --balloon-tooltip-color-border: var(--color-line1-5, #ebebeb); --balloon-tooltip-color: var(--color-text1-5, #333333); - --balloon-normal-color-bg: var(--color-white, #FFFFFF); + --balloon-normal-color-bg: var(--color-white, #ffffff); --balloon-size-max-width: 300px; --balloon-size-padding-right: var(--s-4, 16px); --balloon-content-font-size: var(--font-size-body-1, 12px); @@ -44455,70 +47091,70 @@ body.lang-ja { --btn-size-l-font: var(--font-size-body-2, 14px); --btn-size-l-icon-size: var(--icon-s, 16px); --btn-size-l-icon-margin: var(--s-2, 8px); - --btn-pure-color-disabled: var(--color-text1-1, #C1C1C1); - --btn-pure-bg-disabled: var(--color-fill1-4, #EBEBEB); + --btn-pure-color-disabled: var(--color-text1-1, #c1c1c1); + --btn-pure-bg-disabled: var(--color-fill1-4, #ebebeb); --btn-pure-border-color-disabled: var(--color-transparent, transparent); --btn-pure-normal-color: var(--color-text1-5, #333333); --btn-pure-normal-color-hover: var(--color-text1-5, #333333); - --btn-pure-normal-bg: var(--color-fill1-1, #FAFAFA); - --btn-pure-normal-bg-hover: var(--color-white, #FFFFFF); - --btn-pure-normal-border-color: var(--color-line1-1, #DEDEDE); + --btn-pure-normal-bg: var(--color-fill1-1, #fafafa); + --btn-pure-normal-bg-hover: var(--color-white, #ffffff); + --btn-pure-normal-border-color: var(--color-line1-1, #dedede); --btn-pure-normal-border-color-hover: var(--color-line1-4, #737373); - --btn-pure-secondary-color: var(--color-brand1-6, #0070CC); + --btn-pure-secondary-color: var(--color-brand1-6, #0070cc); --btn-pure-secondary-bg: var(--color-transparent, transparent); - --btn-pure-secondary-bg-hover: var(--color-brand1-6, #0070CC); - --btn-pure-secondary-border-color: var(--color-brand1-6, #0070CC); + --btn-pure-secondary-bg-hover: var(--color-brand1-6, #0070cc); + --btn-pure-secondary-border-color: var(--color-brand1-6, #0070cc); --btn-pure-secondary-border-color-hover: var(--color-transparent, transparent); - --btn-pure-primary-bg: var(--color-brand1-6, #0070CC); - --btn-pure-primary-bg-hover: var(--color-brand1-7, #005AA5); + --btn-pure-primary-bg: var(--color-brand1-6, #0070cc); + --btn-pure-primary-bg-hover: var(--color-brand1-7, #005aa5); --btn-ghost-dark-bg-hover-opacity: 0.29; --btn-ghost-dark-color-disabled-opacity: 0.25; --btn-ghost-dark-border-color-disabled-opacity: 0.15; - --btn-ghost-light-color: var(--color-brand1-6, #0070CC); - --btn-ghost-light-border-color: var(--color-brand1-6, #0070CC); - --btn-ghost-light-bg: var(--color-white, #FFFFFF); + --btn-ghost-light-color: var(--color-brand1-6, #0070cc); + --btn-ghost-light-border-color: var(--color-brand1-6, #0070cc); + --btn-ghost-light-bg: var(--color-white, #ffffff); --btn-ghost-light-bg-opacity: 1; - --btn-ghost-light-color-hover: var(--color-white, #FFFFFF); + --btn-ghost-light-color-hover: var(--color-white, #ffffff); --btn-ghost-light-border-color-hover: var(--color-transparent, transparent); - --btn-ghost-light-bg-hover-rgb: var(--color-brand1-7, #005AA5); + --btn-ghost-light-bg-hover-rgb: var(--color-brand1-7, #005aa5); --btn-ghost-light-bg-hover-opacity: 1; - --btn-ghost-light-color-disabled-rgb: var(--color-text1-1, #C1C1C1); + --btn-ghost-light-color-disabled-rgb: var(--color-text1-1, #c1c1c1); --btn-ghost-light-color-disabled-opacity: 1; - --btn-ghost-light-bg-disabled: var(--color-fill1-2, #F7F7F7); - --btn-ghost-light-border-color-disabled-rgb: var(--color-white, #FFFFFF); + --btn-ghost-light-bg-disabled: var(--color-fill1-2, #f7f7f7); + --btn-ghost-light-border-color-disabled-rgb: var(--color-white, #ffffff); --btn-ghost-light-border-color-disabled-opacity: 1; - --btn-warning-primary-border-color: var(--color-error-3, #D93026); - --btn-warning-primary-color-disabled: var(--color-text1-1, #C1C1C1); - --btn-warning-primary-border-color-disabled: var(--color-white, #FFFFFF); - --btn-warning-primary-bg-disabled: var(--color-fill1-2, #F7F7F7); - --btn-warning-normal-border-color-hover: var(--color-error-4, #B82920); + --btn-warning-primary-border-color: var(--color-error-3, #d93026); + --btn-warning-primary-color-disabled: var(--color-text1-1, #c1c1c1); + --btn-warning-primary-border-color-disabled: var(--color-white, #ffffff); + --btn-warning-primary-bg-disabled: var(--color-fill1-2, #f7f7f7); + --btn-warning-normal-border-color-hover: var(--color-error-4, #b82920); --btn-warning-normal-bg: var(--color-transparent, transparent); - --btn-warning-normal-bg-hover: var(--color-error-4, #B82920); - --btn-warning-normal-color-disabled: var(--color-text1-1, #C1C1C1); - --btn-warning-normal-border-color-disabled: var(--color-white, #FFFFFF); - --btn-warning-normal-bg-disabled: var(--color-fill1-2, #F7F7F7); - --btn-text-primary-color-hover: var(--color-link-3, #0070CC); + --btn-warning-normal-bg-hover: var(--color-error-4, #b82920); + --btn-warning-normal-color-disabled: var(--color-text1-1, #c1c1c1); + --btn-warning-normal-border-color-disabled: var(--color-white, #ffffff); + --btn-warning-normal-bg-disabled: var(--color-fill1-2, #f7f7f7); + --btn-text-primary-color-hover: var(--color-link-3, #0070cc); --btn-text-secondary-color: var(--color-text1-3, #555555); --btn-text-secondary-color-hover: var(--color-text1-2, #888888); --btn-text-normal-color: var(--color-text1-5, #333333); --btn-text-normal-color-hover: var(--color-text1-3, #555555); - --btn-pure-normal-color-disabled: var(--color-text1-1, #C1C1C1); - --btn-pure-normal-bg-disabled: var(--color-fill1-4, #EBEBEB); + --btn-pure-normal-color-disabled: var(--color-text1-1, #c1c1c1); + --btn-pure-normal-bg-disabled: var(--color-fill1-4, #ebebeb); --btn-pure-normal-border-color-disabled: var(--color-transparent, transparent); --btn-pure-normal-color-active: var(--color-text1-5, #333333); - --btn-pure-normal-bg-active: var(--color-white, #FFFFFF); + --btn-pure-normal-bg-active: var(--color-white, #ffffff); --btn-pure-normal-border-color-active: var(--color-line1-4, #737373); - --btn-pure-secondary-color-disabled: var(--color-text1-1, #C1C1C1); - --btn-pure-secondary-bg-disabled: var(--color-fill1-4, #EBEBEB); + --btn-pure-secondary-color-disabled: var(--color-text1-1, #c1c1c1); + --btn-pure-secondary-bg-disabled: var(--color-fill1-4, #ebebeb); --btn-pure-secondary-border-color-disabled: var(--color-transparent, transparent); - --btn-pure-secondary-bg-active: var(--color-brand1-6, #0070CC); + --btn-pure-secondary-bg-active: var(--color-brand1-6, #0070cc); --btn-pure-secondary-border-color-active: var(--color-transparent, transparent); - --btn-pure-primary-color-disabled: var(--color-text1-1, #C1C1C1); - --btn-pure-primary-bg-disabled: var(--color-fill1-4, #EBEBEB); + --btn-pure-primary-color-disabled: var(--color-text1-1, #c1c1c1); + --btn-pure-primary-bg-disabled: var(--color-fill1-4, #ebebeb); --btn-pure-primary-border-color-disabled: var(--color-transparent, transparent); - --btn-pure-primary-bg-active: var(--color-brand1-7, #005AA5); - --btn-warning-normal-border-color-active: var(--color-error-4, #B82920); - --btn-warning-normal-bg-active: var(--color-error-4, #B82920); + --btn-pure-primary-bg-active: var(--color-brand1-7, #005aa5); + --btn-warning-normal-border-color-active: var(--color-error-4, #b82920); + --btn-warning-normal-bg-active: var(--color-error-4, #b82920); --btn-shadow: var(--shadow-zero, none); --btn-shadow-hover: var(--shadow-zero, none); --btn-size-s-padding: var(--s-2, 8px); @@ -44534,42 +47170,42 @@ body.lang-ja { --btn-size-l-icon-split-size: var(--icon-s, 16px); --btn-size-l-corner: var(--corner-1, 0px); --btn-pure-normal-border-style: var(--line-solid, solid); - --btn-pure-secondary-color-hover: var(--color-white, #FFFFFF); - --btn-pure-secondary-color-active: var(--color-white, #FFFFFF); + --btn-pure-secondary-color-hover: var(--color-white, #ffffff); + --btn-pure-secondary-color-active: var(--color-white, #ffffff); --btn-pure-secondary-border-style: var(--line-solid, solid); - --btn-pure-primary-color: var(--color-white, #FFFFFF); - --btn-pure-primary-color-hover: var(--color-white, #FFFFFF); - --btn-pure-primary-color-active: var(--color-white, #FFFFFF); + --btn-pure-primary-color: var(--color-white, #ffffff); + --btn-pure-primary-color-hover: var(--color-white, #ffffff); + --btn-pure-primary-color-active: var(--color-white, #ffffff); --btn-pure-primary-border-color: var(--color-transparent, transparent); --btn-pure-primary-border-color-hover: var(--color-transparent, transparent); --btn-pure-primary-border-color-active: var(--color-transparent, transparent); --btn-pure-primary-border-style: var(--line-solid, solid); --btn-ghost-border-style: var(--line-solid, solid); - --btn-ghost-dark-color: var(--color-white, #FFFFFF); - --btn-ghost-dark-border-color: var(--color-white, #FFFFFF); - --btn-ghost-dark-color-hover: var(--color-white, #FFFFFF); + --btn-ghost-dark-color: var(--color-white, #ffffff); + --btn-ghost-dark-border-color: var(--color-white, #ffffff); + --btn-ghost-dark-color-hover: var(--color-white, #ffffff); --btn-ghost-dark-bg: var(--color-transparent, transparent); --btn-ghost-dark-bg-opacity: 0; - --btn-ghost-dark-bg-hover-rgb: var(--color-white, #FFFFFF); - --btn-ghost-dark-border-color-hover: var(--color-white, #FFFFFF); - --btn-ghost-dark-color-disabled-rgb: var(--color-white, #FFFFFF); + --btn-ghost-dark-bg-hover-rgb: var(--color-white, #ffffff); + --btn-ghost-dark-border-color-hover: var(--color-white, #ffffff); + --btn-ghost-dark-color-disabled-rgb: var(--color-white, #ffffff); --btn-ghost-dark-bg-disabled: var(--color-transparent, transparent); - --btn-ghost-dark-border-color-disabled-rgb: var(--color-white, #FFFFFF); + --btn-ghost-dark-border-color-disabled-rgb: var(--color-white, #ffffff); --btn-warning-border-style: var(--line-solid, solid); - --btn-warning-primary-color: var(--color-white, #FFFFFF); - --btn-warning-primary-color-hover: var(--color-white, #FFFFFF); - --btn-warning-primary-color-active: var(--color-white, #FFFFFF); - --btn-warning-primary-border-color-hover: var(--color-error-4, #B82920); - --btn-warning-primary-border-color-active: var(--color-error-4, #B82920); - --btn-warning-primary-bg: var(--color-error-3, #D93026); - --btn-warning-primary-bg-hover: var(--color-error-4, #B82920); - --btn-warning-primary-bg-active: var(--color-error-4, #B82920); - --btn-warning-normal-color: var(--color-error-3, #D93026); - --btn-warning-normal-color-hover: var(--color-white, #FFFFFF); - --btn-warning-normal-color-active: var(--color-white, #FFFFFF); - --btn-warning-normal-border-color: var(--color-error-3, #D93026); - --btn-text-primary-color: var(--color-link-1, #0070CC); - --btn-text-disabled-color: var(--color-text1-1, #C1C1C1); + --btn-warning-primary-color: var(--color-white, #ffffff); + --btn-warning-primary-color-hover: var(--color-white, #ffffff); + --btn-warning-primary-color-active: var(--color-white, #ffffff); + --btn-warning-primary-border-color-hover: var(--color-error-4, #b82920); + --btn-warning-primary-border-color-active: var(--color-error-4, #b82920); + --btn-warning-primary-bg: var(--color-error-3, #d93026); + --btn-warning-primary-bg-hover: var(--color-error-4, #b82920); + --btn-warning-primary-bg-active: var(--color-error-4, #b82920); + --btn-warning-normal-color: var(--color-error-3, #d93026); + --btn-warning-normal-color-hover: var(--color-white, #ffffff); + --btn-warning-normal-color-active: var(--color-white, #ffffff); + --btn-warning-normal-border-color: var(--color-error-3, #d93026); + --btn-text-primary-color: var(--color-link-1, #0070cc); + --btn-text-disabled-color: var(--color-text1-1, #c1c1c1); --btn-text-loading-color: var(--color-text1-4, #111111); --btn-text-size-s-height: var(--s-4, 16px); --btn-text-size-s-font: var(--font-size-caption, 12px); @@ -44585,37 +47221,37 @@ body.lang-ja { --btn-text-icon-l-margin: var(--s-1, 4px); /* ------------------------ calendar ------------------------ */ --calendar-card-table-cell-font-size: var(--font-size-body-1, 12px); - --calendar-panel-header-background: var(--color-white, #FFFFFF); + --calendar-panel-header-background: var(--color-white, #ffffff); --calendar-btn-arrow-size: var(--icon-s, 16px); --calendar-btn-arrow-color: var(--color-text1-2, #888888); --calendar-btn-arrow-color-hover: var(--color-text1-3, #555555); --calendar-btn-date-color: var(--color-text1-3, #555555); --calendar-fullscreen-table-head-color: var(--color-text1-2, #888888); --calendar-fullscreen-table-cell-normal-color: var(--color-text1-5, #333333); - --calendar-fullscreen-table-cell-normal-border-color: var(--color-line1-1, #DEDEDE); - --calendar-fullscreen-table-cell-hover-background: var(--color-brand1-1, #F3FAFF); - --calendar-fullscreen-table-cell-hover-color: var(--color-brand1-6, #0070CC); - --calendar-fullscreen-table-cell-hover-border-color: var(--color-brand1-6, #0070CC); - --calendar-fullscreen-table-cell-select-background: var(--color-brand1-1, #F3FAFF); - --calendar-fullscreen-table-cell-select-color: var(--color-brand1-6, #0070CC); - --calendar-fullscreen-table-cell-select-border-color: var(--color-brand1-6, #0070CC); - --calendar-fullscreen-table-cell-current-color: var(--color-brand1-6, #0070CC); - --calendar-fullscreen-table-cell-current-border-color: var(--color-brand1-6, #0070CC); - --calendar-fullscreen-table-cell-disabled-background: var(--color-fill1-2, #F7F7F7); - --calendar-card-table-cell-hover-background: var(--color-brand1-1, #F3FAFF); - --calendar-card-table-cell-hover-color: var(--color-brand1-6, #0070CC); + --calendar-fullscreen-table-cell-normal-border-color: var(--color-line1-1, #dedede); + --calendar-fullscreen-table-cell-hover-background: var(--color-brand1-1, #f3faff); + --calendar-fullscreen-table-cell-hover-color: var(--color-brand1-6, #0070cc); + --calendar-fullscreen-table-cell-hover-border-color: var(--color-brand1-6, #0070cc); + --calendar-fullscreen-table-cell-select-background: var(--color-brand1-1, #f3faff); + --calendar-fullscreen-table-cell-select-color: var(--color-brand1-6, #0070cc); + --calendar-fullscreen-table-cell-select-border-color: var(--color-brand1-6, #0070cc); + --calendar-fullscreen-table-cell-current-color: var(--color-brand1-6, #0070cc); + --calendar-fullscreen-table-cell-current-border-color: var(--color-brand1-6, #0070cc); + --calendar-fullscreen-table-cell-disabled-background: var(--color-fill1-2, #f7f7f7); + --calendar-card-table-cell-hover-background: var(--color-brand1-1, #f3faff); + --calendar-card-table-cell-hover-color: var(--color-brand1-6, #0070cc); --calendar-card-table-cell-hover-border-color: var(--color-transparent, transparent); - --calendar-card-table-cell-select-background: var(--color-brand1-6, #0070CC); - --calendar-card-table-cell-select-border-color: var(--color-brand1-6, #0070CC); - --calendar-card-table-cell-disabled-background: var(--color-fill1-2, #F7F7F7); + --calendar-card-table-cell-select-background: var(--color-brand1-6, #0070cc); + --calendar-card-table-cell-select-border-color: var(--color-brand1-6, #0070cc); + --calendar-card-table-cell-disabled-background: var(--color-fill1-2, #f7f7f7); --calendar-card-table-cell-disabled-border-color: var(--color-transparent, transparent); - --calendar-card-table-cell-current-color: var(--color-brand1-6, #0070CC); - --calendar-card-table-cell-current-border-color: var(--color-line1-1, #DEDEDE); - --calendar-card-table-cell-inrange-background: var(--color-brand1-1, #F3FAFF); - --calendar-card-table-cell-inrange-color: var(--color-brand1-6, #0070CC); + --calendar-card-table-cell-current-color: var(--color-brand1-6, #0070cc); + --calendar-card-table-cell-current-border-color: var(--color-line1-1, #dedede); + --calendar-card-table-cell-inrange-background: var(--color-brand1-1, #f3faff); + --calendar-card-table-cell-inrange-color: var(--color-brand1-6, #0070cc); --calendar-card-table-cell-inrange-border-color: var(--color-transparent, transparent); - --calendar-panel-header-border-bottom-color: var(--color-white, #FFFFFF); - --calendar-btn-date-color-hover: var(--color-brand1-6, #0070CC); + --calendar-panel-header-border-bottom-color: var(--color-white, #ffffff); + --calendar-btn-date-color-hover: var(--color-brand1-6, #0070cc); --calendar-fullscreen-header-margin-bottom: var(--s-2, 8px); --calendar-fullscreen-table-head-font-weight: var(--font-weight-3, bold); --calendar-fullscreen-table-head-font-size: var(--font-size-subhead, 14px); @@ -44628,15 +47264,15 @@ body.lang-ja { --calendar-fullscreen-table-cell-padding-tb: var(--s-1, 4px); --calendar-fullscreen-table-cell-padding-lr: var(--s-2, 8px); --calendar-fullscreen-table-cell-min-height: var(--s-20, 80px); - --calendar-fullscreen-table-cell-normal-background: var(--color-white, #FFFFFF); + --calendar-fullscreen-table-cell-normal-background: var(--color-white, #ffffff); --calendar-fullscreen-table-cell-select-font-weight: var(--font-weight-3, bold); - --calendar-fullscreen-table-cell-current-background: var(--color-white, #FFFFFF); + --calendar-fullscreen-table-cell-current-background: var(--color-white, #ffffff); --calendar-fullscreen-table-cell-current-font-weight: var(--font-weight-3, bold); --calendar-fullscreen-table-cell-other-background: var(--color-transparent, transparent); - --calendar-fullscreen-table-cell-other-color: var(--color-text1-1, #C1C1C1); + --calendar-fullscreen-table-cell-other-color: var(--color-text1-1, #c1c1c1); --calendar-fullscreen-table-cell-other-border-color: var(--color-transparent, transparent); - --calendar-fullscreen-table-cell-disabled-color: var(--color-text1-1, #C1C1C1); - --calendar-fullscreen-table-cell-disabled-border-color: var(--color-line1-1, #DEDEDE); + --calendar-fullscreen-table-cell-disabled-color: var(--color-text1-1, #c1c1c1); + --calendar-fullscreen-table-cell-disabled-border-color: var(--color-line1-1, #dedede); --calendar-card-header-margin-bottom: var(--s-2, 8px); --calendar-card-table-head-font-size: var(--font-size-caption, 12px); --calendar-card-table-head-font-weight: var(--font-weight-2, normal); @@ -44651,16 +47287,16 @@ body.lang-ja { --calendar-card-table-cell-year-height: var(--s-6, 24px); --calendar-card-table-head-color: var(--color-text1-2, #888888); --calendar-card-table-cell-corner: var(--corner-zero, 0); - --calendar-card-table-cell-normal-background: var(--color-white, #FFFFFF); + --calendar-card-table-cell-normal-background: var(--color-white, #ffffff); --calendar-card-table-cell-normal-color: var(--color-text1-3, #555555); - --calendar-card-table-cell-normal-border-color: var(--color-white, #FFFFFF); - --calendar-card-table-cell-select-color: var(--color-white, #FFFFFF); + --calendar-card-table-cell-normal-border-color: var(--color-white, #ffffff); + --calendar-card-table-cell-select-color: var(--color-white, #ffffff); --calendar-card-table-cell-select-font-weight: var(--font-weight-3, bold); - --calendar-card-table-cell-other-background: var(--color-white, #FFFFFF); - --calendar-card-table-cell-other-color: var(--color-text1-1, #C1C1C1); - --calendar-card-table-cell-other-border-color: var(--color-white, #FFFFFF); - --calendar-card-table-cell-disabled-color: var(--color-text1-1, #C1C1C1); - --calendar-card-table-cell-current-background: var(--color-white, #FFFFFF); + --calendar-card-table-cell-other-background: var(--color-white, #ffffff); + --calendar-card-table-cell-other-color: var(--color-text1-1, #c1c1c1); + --calendar-card-table-cell-other-border-color: var(--color-white, #ffffff); + --calendar-card-table-cell-disabled-color: var(--color-text1-1, #c1c1c1); + --calendar-card-table-cell-current-background: var(--color-white, #ffffff); --calendar-card-table-cell-current-font-weight: var(--font-weight-3, bold); --calendar-panel-header-margin-bottom: var(--s-2, 8px); --calendar-panel-header-height: var(--s-8, 32px); @@ -44676,9 +47312,9 @@ body.lang-ja { /* ------------------------ breadcrumb ------------------------ */ --breadcrumb-text-color: var(--color-text1-5, #333333); --breadcrumb-text-current-color: var(--color-text1-2, #888888); - --breadcrumb-text-keyword-color: var(--color-link-1, #0070CC); + --breadcrumb-text-keyword-color: var(--color-link-1, #0070cc); --breadcrumb-icon-color: var(--color-text1-2, #888888); - --breadcrumb-text-color-hover: var(--color-link-3, #0070CC); + --breadcrumb-text-color-hover: var(--color-link-3, #0070cc); --breadcrumb-size-m-font-size: var(--font-size-caption, 12px); --breadcrumb-size-ellipsis-font-size: var(--font-size-caption, 12px); --breadcrumb-size-m-icon-size: var(--icon-xxs, 8px); @@ -44686,36 +47322,36 @@ body.lang-ja { --breadcrumb-text-current-weight: var(--font-weight-2, normal); --breadcrumb-text-ellipsis-color: var(--color-text1-3, #555555); --breadcrumb-icon-sep-content: var(--icon-content-arrow-right, ""); - --breadcrumb-text-current-color-hover: var(--color-brand1-6, #0070CC); - --breadcrumb-text-keyword-color-hover: var(--color-brand1-6, #0070CC); + --breadcrumb-text-current-color-hover: var(--color-brand1-6, #0070cc); + --breadcrumb-text-keyword-color-hover: var(--color-brand1-6, #0070cc); /* ------------------------ checkbox ------------------------ */ --checkbox-size: var(--s-3, 12px); --checkbox-circle-size: var(--icon-xs, 12px); - --checkbox-border-color: var(--color-line1-1, #DEDEDE); + --checkbox-border-color: var(--color-line1-1, #dedede); --checkbox-hovered-border-color: var(--color-line1-4, #737373); - --checkbox-disabled-border-color: var(--color-line1-1, #DEDEDE); - --checkbox-checked-bg-color: var(--color-brand1-6, #0070CC); + --checkbox-disabled-border-color: var(--color-line1-1, #dedede); + --checkbox-checked-bg-color: var(--color-brand1-6, #0070cc); --checkbox-hovered-bg-color: var(--color-transparent, transparent); - --checkbox-checked-hovered-bg-color: var(--color-brand1-7, #005AA5); - --checkbox-disabled-bg-color: var(--color-fill1-4, #EBEBEB); + --checkbox-checked-hovered-bg-color: var(--color-brand1-7, #005aa5); + --checkbox-disabled-bg-color: var(--color-fill1-4, #ebebeb); --checkbox-border-radius: var(--corner-1, 0px); --checkbox-border-width: var(--line-1, 1px); --checkbox-shadow: var(--shadow-zero, none); --checkbox-checked-border-color: var(--color-transparent, transparent); --checkbox-checked-hovered-border-color: var(--color-transparent, transparent); - --checkbox-checked-circle-color: var(--color-white, #FFFFFF); + --checkbox-checked-circle-color: var(--color-white, #ffffff); --checkbox-label-color: var(--color-text1-4, #111111); - --checkbox-disabled-label-color: var(--color-text1-1, #C1C1C1); - --checkbox-disabled-circle-color: var(--color-text1-1, #C1C1C1); - --checkbox-checked-hovered-circle-color: var(--color-white, #FFFFFF); - --checkbox-bg-color: var(--color-white, #FFFFFF); + --checkbox-disabled-label-color: var(--color-text1-1, #c1c1c1); + --checkbox-disabled-circle-color: var(--color-text1-1, #c1c1c1); + --checkbox-checked-hovered-circle-color: var(--color-white, #ffffff); + --checkbox-bg-color: var(--color-white, #ffffff); --checkbox-font-size: var(--font-size-body-1, 12px); --checkbox-margin-left: var(--s-1, 4px); --checkbox-semi-select-icon-content: var(--icon-content-semi-select, ""); --checkbox-select-icon-content: var(--icon-content-select, ""); /* ------------------------ cascader ------------------------ */ --cascader-menu-icon-expand-size: var(--icon-xs, 12px); - --cascader-menu-border-color: var(--color-line1-1, #DEDEDE); + --cascader-menu-border-color: var(--color-line1-1, #dedede); --cascader-menu-icon-expand-color: var(--color-text1-2, #888888); --cascader-menu-icon-hover-expand-color: var(--color-text1-3, #555555); --cascader-menu-item-expanded-color: var(--color-text1-5, #333333); @@ -44723,14 +47359,14 @@ body.lang-ja { --cascader-menu-width: var(--s-25, 100px); --cascader-menu-height: var(--s-48, 192px); --cascader-menu-border-radius: var(--corner-1, 0px); - --cascader-menu-item-expanded-background-color: var(--color-fill1-2, #F7F7F7); + --cascader-menu-item-expanded-background-color: var(--color-fill1-2, #f7f7f7); /* ------------------------ card ------------------------ */ --card-head-bottom-border-width: var(--line-1, 1px); --card-head-main-height: var(--s-6, 24px); --card-head-main-margin-top: var(--s-3, 12px); --card-head-main-margin-bottom: var(--s-3, 12px); --card-shadow: var(--shadow-1, 1px 1px 4px 0px rgba(0, 0, 0, 0.13)); - --card-border-color: var(--color-line1-1, #DEDEDE); + --card-border-color: var(--color-line1-1, #dedede); --card-title-color: var(--color-text1-5, #333333); --card-corner: var(--corner-1, 0px); --card-padding-lr: var(--s-4, 16px); @@ -44753,23 +47389,23 @@ body.lang-ja { --card-more-btn-padding-top: var(--s-2, 8px); --card-more-btn-font-size: var(--font-size-body-1, 12px); --card-border-style: var(--line-solid, solid); - --card-background: var(--color-white, #FFFFFF); - --card-header-background: var(--color-white, #FFFFFF); + --card-background: var(--color-white, #ffffff); + --card-header-background: var(--color-white, #ffffff); --card-sub-title-color: var(--color-text1-3, #555555); - --card-title-extra-color: var(--color-link-1, #0070CC); - --card-title-bullet-color: var(--color-brand1-6, #0070CC); + --card-title-extra-color: var(--color-link-1, #0070cc); + --card-title-bullet-color: var(--color-brand1-6, #0070cc); --card-content-color: var(--color-text1-3, #555555); - --card-head-bottom-border-color: var(--color-line1-1, #DEDEDE); - --card-more-btn-color: var(--color-link-1, #0070CC); - --card-more-btn-background: var(--color-white, #FFFFFF); + --card-head-bottom-border-color: var(--color-line1-1, #dedede); + --card-more-btn-color: var(--color-link-1, #0070cc); + --card-more-btn-background: var(--color-white, #ffffff); /* ------------------------ collapse ------------------------ */ - --collapse-border-color: var(--color-white, #FFFFFF); - --collapse-panel-border-color: var(--color-white, #FFFFFF); - --collapse-disabled-border-color: var(--color-white, #FFFFFF); + --collapse-border-color: var(--color-white, #ffffff); + --collapse-panel-border-color: var(--color-white, #ffffff); + --collapse-disabled-border-color: var(--color-white, #ffffff); --collapse-title-border-width: var(--line-2, 2px); --collapse-title-height: var(--s-6, 24px); - --collapse-title-bg-color: var(--color-fill1-2, #F7F7F7); - --collapse-title-hover-bg-color: var(--color-fill1-4, #EBEBEB); + --collapse-title-bg-color: var(--color-fill1-2, #f7f7f7); + --collapse-title-hover-bg-color: var(--color-fill1-4, #ebebeb); --collapse-title-font-color: var(--color-text1-5, #333333); --collapse-title-hover-font-color: var(--color-text1-5, #333333); --collapse-title-font-size: var(--font-size-body-1, 12px); @@ -44781,39 +47417,39 @@ body.lang-ja { --collapse-content-color: var(--color-text1-5, #333333); --collapse-border-width: var(--line-zero, 0px); --collapse-border-corner: var(--corner-1, 0px); - --collapse-title-disabled-bg-color: var(--color-fill1-2, #F7F7F7); - --collapse-title-font-disabled-color: var(--color-text1-1, #C1C1C1); + --collapse-title-disabled-bg-color: var(--color-fill1-2, #f7f7f7); + --collapse-title-font-disabled-color: var(--color-text1-1, #c1c1c1); --collapse-title-font-weight: var(--font-weight-2, normal); --collapse-title-hover-font-weight: var(--font-weight-2, normal); --collapse-title-padding-tb: var(--s-2, 8px); --collapse-icon-margin-r: var(--s-2, 8px); - --collapse-content-bg-color: var(--color-white, #FFFFFF); + --collapse-content-bg-color: var(--color-white, #ffffff); --collapse-content-padding-x: var(--s-4, 16px); --collapse-content-font-size: var(--font-size-body-1, 12px); --collapse-fold-icon-content: var(--icon-content-arrow-right, ""); --collapse-unfold-icon-content: var(--icon-reset, var(--icon-reset)); /* ------------------------ menu-button ------------------------ */ - --menu-btn-pure-text-secondary-icon-color: var(--color-brand1-6, #0070CC); - --menu-btn-ghost-light-icon-color: var(--color-brand1-6, #0070CC); + --menu-btn-pure-text-secondary-icon-color: var(--color-brand1-6, #0070cc); + --menu-btn-ghost-light-icon-color: var(--color-brand1-6, #0070cc); --menu-btn-text-text-normal-icon-color: var(--color-text1-5, #333333); - --menu-btn-disabled-icon-color: var(--color-text1-1, #C1C1C1); + --menu-btn-disabled-icon-color: var(--color-text1-1, #c1c1c1); --menu-btn-ghost-light-disabled-icon-color: var(--btn-ghost-light-color-disabled, #c1c1c1); --menu-btn-ghost-dark-disabled-icon-color: var(--btn-ghost-dark-color-disabled, rgba(255, 255, 255, 0.25)); --menu-btn-pure-text-normal-icon-color: var(--color-text1-2, #888888); - --menu-btn-pure-text-primary-icon-color: var(--color-white, #FFFFFF); - --menu-btn-text-text-primary-icon-color: var(--color-link-1, #0070CC); - --menu-btn-ghost-dark-icon-color: var(--color-white, #FFFFFF); + --menu-btn-pure-text-primary-icon-color: var(--color-white, #ffffff); + --menu-btn-text-text-primary-icon-color: var(--color-link-1, #0070cc); + --menu-btn-ghost-dark-icon-color: var(--color-white, #ffffff); --menu-btn-fold-icon-content: var(--icon-content-arrow-down, ""); --menu-btn-unfold-icon-content: var(--icon-reset, var(--icon-reset)); /* ------------------------ input ------------------------ */ --input-text-color: var(--color-text1-5, #333333); - --input-border-color: var(--color-line1-1, #DEDEDE); + --input-border-color: var(--color-line1-1, #dedede); --input-focus-border-color: var(--color-line1-4, #737373); - --input-disabled-border-color: var(--color-fill1-3, #F5F5F5); - --input-disabled-bg-color: var(--color-fill1-2, #F7F7F7); + --input-disabled-border-color: var(--color-fill1-3, #f5f5f5); + --input-disabled-bg-color: var(--color-fill1-2, #f7f7f7); --input-multiple-padding-lr: var(--s-4, 16px); --input-multiple-padding-tb: var(--s-3, 12px); - --input-addon-bg-color: var(--color-fill1-1, #FAFAFA); + --input-addon-bg-color: var(--color-fill1-1, #fafafa); --input-l-padding: var(--s-4, 16px); --input-m-padding: var(--s-4, 16px); --input-feedback-loading-color: var(--color-text1-2, #888888); @@ -44822,13 +47458,13 @@ body.lang-ja { --input-m-label-padding-left: var(--s-4, 16px); --input-label-color: var(--color-text1-3, #555555); --input-hover-border-color: var(--color-line1-4, #737373); - --input-hover-bg-color: var(--color-white, #FFFFFF); - --input-focus-bg-color: var(--color-white, #FFFFFF); + --input-hover-bg-color: var(--color-white, #ffffff); + --input-focus-bg-color: var(--color-white, #ffffff); --input-focus-shadow-spread: var(--line-2, 2px); --input-border-width: var(--line-1, 1px); - --input-bg-color: var(--color-white, #FFFFFF); + --input-bg-color: var(--color-white, #ffffff); --input-placeholder-color: var(--color-text1-2, #888888); - --input-disabled-color: var(--color-text1-1, #C1C1C1); + --input-disabled-color: var(--color-text1-1, #c1c1c1); --input-multiple-font-size: var(--font-size-body-1, 12px); --input-multiple-corner: var(--corner-1, 0px); --input-addon-text-color: var(--color-text1-2, #888888); @@ -44837,15 +47473,15 @@ body.lang-ja { --input-m-icon-padding-right: var(--s-2, 8px); --input-s-label-padding-left: var(--s-2, 8px); --input-s-icon-padding-right: var(--s-1, 4px); - --input-feedback-warning-border-color: var(--color-warning-3, #FFC440); - --input-feedback-warning-bg-color: var(--color-white, #FFFFFF); - --input-feedback-warning-color: var(--color-warning-3, #FFC440); - --input-feedback-success-color: var(--color-success-3, #1E8E3E); + --input-feedback-warning-border-color: var(--color-warning-3, #ffc440); + --input-feedback-warning-bg-color: var(--color-white, #ffffff); + --input-feedback-warning-color: var(--color-warning-3, #ffc440); + --input-feedback-success-color: var(--color-success-3, #1e8e3e); --input-feedback-loading-icon: var(--icon-content-loading, ""); - --input-feedback-error-border-color: var(--color-error-3, #D93026); - --input-feedback-error-bg-color: var(--color-white, #FFFFFF); - --input-maxlen-error-color: var(--color-error-3, #D93026); - --input-maxlen-warning-color: var(--color-warning-3, #FFC440); + --input-feedback-error-border-color: var(--color-error-3, #d93026); + --input-feedback-error-bg-color: var(--color-white, #ffffff); + --input-maxlen-error-color: var(--color-error-3, #d93026); + --input-maxlen-warning-color: var(--color-warning-3, #ffc440); --input-maxlen-color: var(--color-text1-2, #888888); --input-maxlen-font-size: var(--font-size-caption, 12px); --input-hint-color: var(--color-text1-2, #888888); @@ -44865,11 +47501,11 @@ body.lang-ja { --form-inline-s-item-margin-r: var(--s-4, 16px); --form-help-margin-top: var(--s-1, 4px); --form-help-font-size: var(--font-size-caption, 12px); - --form-error-color: var(--color-error-3, #D93026); - --form-warning-color: var(--color-warning-3, #FFC440); + --form-error-color: var(--color-error-3, #d93026); + --form-warning-color: var(--color-warning-3, #ffc440); --form-top-label-margin-b: 2px; /* ------------------------ loading ------------------------ */ - --loading-dot-color: var(--color-brand1-6, #0070CC); + --loading-dot-color: var(--color-brand1-6, #0070cc); --loading-icon-size: var(--icon-xl, 32px); --loading-large-size: var(--s-12, 48px); --loading-large-dot-size: var(--icon-xs, 12px); @@ -44887,14 +47523,14 @@ body.lang-ja { --message-success-color-border-inline: var(--color-transparent, transparent); --message-success-color-title-inline: var(--color-text1-5, #333333); --message-success-color-content-inline: var(--color-text1-3, #555555); - --message-success-color-icon-inline: var(--color-success-3, #1E8E3E); + --message-success-color-icon-inline: var(--color-success-3, #1e8e3e); --message-error-color-border-inline: var(--color-transparent, transparent); - --message-error-color-title-inline: var(--color-error-3, #D93026); - --message-error-color-content-inline: var(--color-error-3, #D93026); + --message-error-color-title-inline: var(--color-error-3, #d93026); + --message-error-color-content-inline: var(--color-error-3, #d93026); --message-warning-color-border-inline: var(--color-transparent, transparent); --message-warning-color-title-inline: var(--color-text1-5, #333333); - --message-warning-color-icon-inline: var(--color-warning-3, #FFC440); - --message-notice-color-bg-inline: var(--color-notice-1, #E5F3FF); + --message-warning-color-icon-inline: var(--color-warning-3, #ffc440); + --message-notice-color-bg-inline: var(--color-notice-1, #e5f3ff); --message-notice-color-border-inline: var(--color-transparent, transparent); --message-notice-color-title-inline: var(--color-text1-5, #333333); --message-help-color-border-inline: var(--color-transparent, transparent); @@ -44917,7 +47553,7 @@ body.lang-ja { --message-notice-color-title-toast: var(--color-text1-5, #333333); --message-help-color-title-addon: var(--color-text1-5, #333333); --message-help-color-title-toast: var(--color-text1-5, #333333); - --message-loading-color-border-inline: var(--color-line1-1, #DEDEDE); + --message-loading-color-border-inline: var(--color-line1-1, #dedede); --message-loading-color-title-inline: var(--color-text1-5, #333333); --message-loading-color-title-addon: var(--color-text1-5, #333333); --message-loading-color-title-toast: var(--color-text1-5, #333333); @@ -44937,54 +47573,54 @@ body.lang-ja { --message-border-style: var(--line-solid, solid); --message-border-style-toast: var(--line-solid, solid); --message-shadow-toast: var(--shadow-2-down, 0px 2px 8px 0px rgba(0, 0, 0, 0.13)); - --message-success-color-bg-inline: var(--color-success-1, #DFF4E5); + --message-success-color-bg-inline: var(--color-success-1, #dff4e5); --message-success-color-bg-addon: var(--color-transparent, transparent); - --message-success-color-bg-toast: var(--color-white, #FFFFFF); - --message-success-color-border-toast: var(--color-white, #FFFFFF); + --message-success-color-bg-toast: var(--color-white, #ffffff); + --message-success-color-border-toast: var(--color-white, #ffffff); --message-success-color-content-addon: var(--color-text1-3, #555555); --message-success-color-content-toast: var(--color-text1-3, #555555); - --message-success-color-icon-addon: var(--color-success-3, #1E8E3E); - --message-success-color-icon-toast: var(--color-success-3, #1E8E3E); - --message-error-color-bg-inline: var(--color-error-1, #FCEBEA); + --message-success-color-icon-addon: var(--color-success-3, #1e8e3e); + --message-success-color-icon-toast: var(--color-success-3, #1e8e3e); + --message-error-color-bg-inline: var(--color-error-1, #fcebea); --message-error-color-bg-addon: var(--color-transparent, transparent); - --message-error-color-bg-toast: var(--color-white, #FFFFFF); - --message-error-color-border-toast: var(--color-white, #FFFFFF); + --message-error-color-bg-toast: var(--color-white, #ffffff); + --message-error-color-border-toast: var(--color-white, #ffffff); --message-error-color-content-addon: var(--color-text1-3, #555555); --message-error-color-content-toast: var(--color-text1-3, #555555); - --message-error-color-icon-inline: var(--color-error-3, #D93026); - --message-error-color-icon-addon: var(--color-error-3, #D93026); - --message-error-color-icon-toast: var(--color-error-3, #D93026); - --message-warning-color-bg-inline: var(--color-warning-1, #FFF7DB); + --message-error-color-icon-inline: var(--color-error-3, #d93026); + --message-error-color-icon-addon: var(--color-error-3, #d93026); + --message-error-color-icon-toast: var(--color-error-3, #d93026); + --message-warning-color-bg-inline: var(--color-warning-1, #fff7db); --message-warning-color-bg-addon: var(--color-transparent, transparent); - --message-warning-color-bg-toast: var(--color-white, #FFFFFF); - --message-warning-color-border-toast: var(--color-white, #FFFFFF); + --message-warning-color-bg-toast: var(--color-white, #ffffff); + --message-warning-color-border-toast: var(--color-white, #ffffff); --message-warning-color-content-inline: var(--color-text1-3, #555555); --message-warning-color-content-addon: var(--color-text1-3, #555555); --message-warning-color-content-toast: var(--color-text1-3, #555555); - --message-warning-color-icon-addon: var(--color-warning-3, #FFC440); - --message-warning-color-icon-toast: var(--color-warning-3, #FFC440); + --message-warning-color-icon-addon: var(--color-warning-3, #ffc440); + --message-warning-color-icon-toast: var(--color-warning-3, #ffc440); --message-notice-color-bg-addon: var(--color-transparent, transparent); - --message-notice-color-bg-toast: var(--color-white, #FFFFFF); - --message-notice-color-border-toast: var(--color-white, #FFFFFF); + --message-notice-color-bg-toast: var(--color-white, #ffffff); + --message-notice-color-border-toast: var(--color-white, #ffffff); --message-notice-color-title-addon: var(--color-text1-4, #111111); --message-notice-color-content-inline: var(--color-text1-3, #555555); --message-notice-color-content-addon: var(--color-text1-3, #555555); --message-notice-color-content-toast: var(--color-text1-3, #555555); - --message-notice-color-icon-inline: var(--color-notice-3, #0070CC); - --message-notice-color-icon-addon: var(--color-notice-3, #0070CC); - --message-notice-color-icon-toast: var(--color-notice-3, #0070CC); - --message-help-color-bg-inline: var(--color-help-1, #F5F5F5); + --message-notice-color-icon-inline: var(--color-notice-3, #0070cc); + --message-notice-color-icon-addon: var(--color-notice-3, #0070cc); + --message-notice-color-icon-toast: var(--color-notice-3, #0070cc); + --message-help-color-bg-inline: var(--color-help-1, #f5f5f5); --message-help-color-bg-addon: var(--color-transparent, transparent); - --message-help-color-bg-toast: var(--color-white, #FFFFFF); - --message-help-color-border-toast: var(--color-white, #FFFFFF); + --message-help-color-bg-toast: var(--color-white, #ffffff); + --message-help-color-border-toast: var(--color-white, #ffffff); --message-help-color-title-inline: var(--color-text1-4, #111111); --message-help-color-content-inline: var(--color-text1-3, #555555); --message-help-color-content-addon: var(--color-text1-3, #555555); --message-help-color-content-toast: var(--color-text1-3, #555555); - --message-loading-color-bg-inline: var(--color-white, #FFFFFF); + --message-loading-color-bg-inline: var(--color-white, #ffffff); --message-loading-color-bg-addon: var(--color-transparent, transparent); - --message-loading-color-bg-toast: var(--color-white, #FFFFFF); - --message-loading-color-border-toast: var(--color-white, #FFFFFF); + --message-loading-color-bg-toast: var(--color-white, #ffffff); + --message-loading-color-border-toast: var(--color-white, #ffffff); --message-loading-color-content-inline: var(--color-text1-3, #555555); --message-loading-color-content-addon: var(--color-text1-3, #555555); --message-loading-color-content-toast: var(--color-text1-3, #555555); @@ -45008,13 +47644,13 @@ body.lang-ja { --dialog-border-color: var(--color-transparent, transparent); --dialog-shadow: var(--shadow-3-down, 0px 4px 16px 0px rgba(0, 0, 0, 0.21)); --dialog-title-color: var(--color-text1-5, #333333); - --dialog-title-bg-color: var(--color-white, #FFFFFF); - --dialog-title-border-color: var(--color-white, #FFFFFF); + --dialog-title-bg-color: var(--color-white, #ffffff); + --dialog-title-border-color: var(--color-white, #ffffff); --dialog-content-color: var(--color-text1-5, #333333); - --dialog-footer-bg-color: var(--color-white, #FFFFFF); - --dialog-footer-border-color: var(--color-white, #FFFFFF); + --dialog-footer-bg-color: var(--color-white, #ffffff); + --dialog-footer-border-color: var(--color-white, #ffffff); --dialog-close-color-hovered: var(--color-text1-3, #555555); - --dialog-close-bg-hovered: var(--color-white, #FFFFFF); + --dialog-close-bg-hovered: var(--color-white, #ffffff); --dialog-message-title-padding-top: var(--s-4, 16px); --dialog-message-title-padding-bottom: var(--s-4, 16px); --dialog-message-title-padding-left-right: var(--s-6, 24px); @@ -45030,7 +47666,7 @@ body.lang-ja { --dialog-footer-border-width: var(--line-zero, 0px); --dialog-footer-button-spacing: var(--s-1, 4px); --dialog-close-width: var(--s-4, 16px); - --dialog-bg: var(--color-white, #FFFFFF); + --dialog-bg: var(--color-white, #ffffff); --dialog-border-style: var(--line-solid, solid); --dialog-corner: var(--corner-1, 0px); --dialog-close-color: var(--color-text1-2, #888888); @@ -45040,17 +47676,17 @@ body.lang-ja { --menu-icon-selected-size: var(--icon-xs, 12px); --menu-icon-size: var(--icon-xs, 12px); --menu-color: var(--color-text1-5, #333333); - --menu-arrow-color: var(--color-fill1-7, #A8A8A8); - --menu-background-selected: var(--color-brand1-1, #F3FAFF); - --menu-background-hover: var(--color-fill1-4, #EBEBEB); + --menu-arrow-color: var(--color-fill1-7, #a8a8a8); + --menu-background-selected: var(--color-brand1-1, #f3faff); + --menu-background-hover: var(--color-fill1-4, #ebebeb); --menu-color-hover: var(--color-text1-5, #333333); --menu-arrow-color-hover: var(--color-text1-3, #555555); - --menu-icon-selected-hover-color: var(--color-brand1-6, #0070CC); + --menu-icon-selected-hover-color: var(--color-brand1-6, #0070cc); --menu-padding-horizontal: var(--s-4, 16px); --menu-item-padding-ver-padding-l: var(--s-4, 16px); --menu-item-padding-ver-padding-r: var(--s-4, 16px); --menu-item-padding-hoz-padding-lr: var(--s-4, 16px); - --menu-icon-selected-color: var(--color-brand1-6, #0070CC); + --menu-icon-selected-color: var(--color-brand1-6, #0070cc); --menu-padding-ver-padding-lr: var(--s-zero, 0px); --menu-padding-ver-padding-tb: var(--s-2, 8px); --menu-padding-hoz-padding-lr: var(--s-zero, 0px); @@ -45067,10 +47703,10 @@ body.lang-ja { --menu-icon-margin: var(--s-1, 4px); --menu-shadow: var(--shadow-1-down, 0px 1px 4px 0px rgba(0, 0, 0, 0.13)); --menu-divider-style: var(--line-solid, solid); - --menu-divider-color: var(--color-line1-1, #DEDEDE); - --menu-background: var(--color-white, #FFFFFF); + --menu-divider-color: var(--color-line1-1, #dedede); + --menu-background: var(--color-white, #ffffff); --menu-color-selected: var(--color-text1-4, #111111); - --menu-color-disabled: var(--color-text1-1, #C1C1C1); + --menu-color-disabled: var(--color-text1-1, #c1c1c1); --menu-select-icon-content: var(--icon-content-select, ""); --menu-fold-icon-content: var(--icon-content-arrow-down, ""); --menu-unfold-icon-content: var(--icon-reset, var(--icon-reset)); @@ -45078,20 +47714,20 @@ body.lang-ja { /* ------------------------ date-picker ------------------------ */ --date-picker-panel-footer-padding-lr: var(--s-4, 16px); --date-picker-panel-footer-padding-tb: var(--s-2, 8px); - --date-picker-panel-background: var(--color-white, #FFFFFF); - --date-picker-panel-time-panel-separator-color: var(--color-line1-2, #C9C9C9); + --date-picker-panel-background: var(--color-white, #ffffff); + --date-picker-panel-time-panel-separator-color: var(--color-line1-2, #c9c9c9); --date-picker-calendar-icon: var(--icon-content-calendar, ""); /* ------------------------ range ------------------------ */ - --range-normal-unselected-color: var(--color-fill1-3, #F5F5F5); - --range-normal-selected-color: var(--color-brand1-6, #0070CC); - --range-normal-unselected-color-hover: var(--color-fill1-3, #F5F5F5); - --range-normal-selected-color-hover: var(--color-brand1-6, #0070CC); + --range-normal-unselected-color: var(--color-fill1-3, #f5f5f5); + --range-normal-selected-color: var(--color-brand1-6, #0070cc); + --range-normal-unselected-color-hover: var(--color-fill1-3, #f5f5f5); + --range-normal-selected-color-hover: var(--color-brand1-6, #0070cc); --range-size-m-slider-shadow-hover: var(--shadow-1, 1px 1px 4px 0px rgba(0, 0, 0, 0.13)); - --range-normal-unselected-color-disabled: var(--color-fill1-4, #EBEBEB); - --range-normal-selected-color-disabled: var(--color-line1-2, #C9C9C9); - --range-normal-slider-bg-color-disabled: var(--color-fill1-4, #EBEBEB); - --range-normal-slider-border-color: var(--color-line1-1, #DEDEDE); - --range-normal-slider-border-color-disabled: var(--color-line1-1, #DEDEDE); + --range-normal-unselected-color-disabled: var(--color-fill1-4, #ebebeb); + --range-normal-selected-color-disabled: var(--color-line1-2, #c9c9c9); + --range-normal-slider-bg-color-disabled: var(--color-fill1-4, #ebebeb); + --range-normal-slider-border-color: var(--color-line1-1, #dedede); + --range-normal-slider-border-color-disabled: var(--color-line1-1, #dedede); --range-size-m-track-height: var(--s-1, 4px); --range-size-m-scale-height: var(--s-3, 12px); --range-size-m-scale-item-border-width: var(--line-1, 1px); @@ -45105,22 +47741,22 @@ body.lang-ja { --range-size-m-track-radius: var(--corner-zero, 0); --range-size-m-scale-radius: var(--corner-zero, 0); --range-size-m-slider-shadow-moving: var(--shadow-2, 2px 2px 8px 0px rgba(0, 0, 0, 0.13)); - --range-normal-slider-bg-color: var(--color-white, #FFFFFF); + --range-normal-slider-bg-color: var(--color-white, #ffffff); --range-normal-mark-color: var(--color-text1-2, #888888); --range-normal-mark-selected-color: var(--color-text1-4, #111111); - --range-normal-slider-bg-color-hover: var(--color-white, #FFFFFF); + --range-normal-slider-bg-color-hover: var(--color-white, #ffffff); --range-size-m-slider-shadow: var(--shadow-1, 1px 1px 4px 0px rgba(0, 0, 0, 0.13)); --range-normal-mark-color-hover: var(--color-text1-2, #888888); --range-normal-mark-selected-color-hover: var(--color-text1-4, #111111); --range-normal-slider-border-color-hover: var(--color-transparent, transparent); - --range-normal-mark-color-disabled: var(--color-text1-1, #C1C1C1); + --range-normal-mark-color-disabled: var(--color-text1-1, #c1c1c1); --range-normal-mark-selected-color-disabled: var(--color-text1-2, #888888); /* ------------------------ rating ------------------------ */ - --rating-normal-underlay-color: var(--color-fill1-5, #DEDEDE); - --rating-normal-overlay-hover-color: var(--color-brand1-6, #0070CC); - --rating-grade-low-overlay-color: var(--color-brand1-6, #0070CC); - --rating-grade-high-overlay-color: var(--color-brand1-6, #0070CC); - --rating-grade-high-overlay-hover-color: var(--color-brand1-6, #0070CC); + --rating-normal-underlay-color: var(--color-fill1-5, #dedede); + --rating-normal-overlay-hover-color: var(--color-brand1-6, #0070cc); + --rating-grade-low-overlay-color: var(--color-brand1-6, #0070cc); + --rating-grade-high-overlay-color: var(--color-brand1-6, #0070cc); + --rating-grade-high-overlay-hover-color: var(--color-brand1-6, #0070cc); --rating-small-text-margin-left: var(--s-2, 8px); --rating-small-icon-size: var(--icon-xs, 12px); --rating-small-font-size: var(--font-size-caption, 12px); @@ -45130,7 +47766,7 @@ body.lang-ja { --rating-large-text-margin-left: var(--s-4, 16px); --rating-large-icon-size: var(--icon-m, 20px); --rating-large-font-size: var(--font-size-subhead, 14px); - --rating-normal-overlay-color: var(--color-brand1-6, #0070CC); + --rating-normal-overlay-color: var(--color-brand1-6, #0070cc); --rating-grade-low-overlay-hover-color: var(--color-text1-2, #888888); --rating-grade-icon-content: var(--icon-content-favorites-filling, ""); /* ------------------------ search ------------------------ */ @@ -45138,69 +47774,69 @@ body.lang-ja { --search-normal-primary-l-height: var(--s-9, 36px); --search-normal-primary-l-icon-size: var(--icon-s, 16px); --search-normal-primary-m-height: var(--s-8, 32px); - --search-normal-secondary-color: var(--color-line1-1, #DEDEDE); - --search-normal-secondary-hover-color: var(--color-brand1-7, #005AA5); - --search-normal-secondary-btn-hover-bg-color: var(--color-brand1-7, #005AA5); + --search-normal-secondary-color: var(--color-line1-1, #dedede); + --search-normal-secondary-hover-color: var(--color-brand1-7, #005aa5); + --search-normal-secondary-btn-hover-bg-color: var(--color-brand1-7, #005aa5); --search-normal-secondary-l-height: var(--s-9, 36px); --search-normal-secondary-l-icon-size: var(--icon-s, 16px); --search-normal-secondary-m-height: var(--s-8, 32px); --search-normal-normal-l-height: var(--s-9, 36px); --search-normal-normal-l-icon-size: var(--icon-s, 16px); --search-normal-normal-m-height: var(--s-8, 32px); - --search-normal-dark-btn-hover-bg-color: var(--color-brand1-7, #005AA5); + --search-normal-dark-btn-hover-bg-color: var(--color-brand1-7, #005aa5); --search-normal-dark-l-height: var(--s-9, 36px); --search-normal-dark-l-icon-size: var(--icon-s, 16px); --search-normal-dark-m-height: var(--s-8, 32px); - --search-simple-normal-color: var(--color-line1-1, #DEDEDE); + --search-simple-normal-color: var(--color-line1-1, #dedede); --search-simple-normal-m-icon-size: var(--icon-s, 16px); --search-simple-dark-m-icon-size: var(--icon-s, 16px); - --search-normal-primary-color: var(--color-brand1-6, #0070CC); - --search-normal-primary-hover-color: var(--color-brand1-7, #005AA5); - --search-normal-secondary-btn-bg-color: var(--color-brand1-6, #0070CC); - --search-normal-normal-color: var(--color-line1-1, #DEDEDE); + --search-normal-primary-color: var(--color-brand1-6, #0070cc); + --search-normal-primary-hover-color: var(--color-brand1-7, #005aa5); + --search-normal-secondary-btn-bg-color: var(--color-brand1-6, #0070cc); + --search-normal-normal-color: var(--color-line1-1, #dedede); --search-normal-normal-btn-text-color: var(--color-text1-5, #333333); - --search-normal-normal-btn-hover-bg-color: var(--color-fill1-1, #FAFAFA); + --search-normal-normal-btn-hover-bg-color: var(--color-fill1-1, #fafafa); --search-normal-normal-btn-hover-text-color: var(--color-text1-5, #333333); - --search-normal-dark-color: var(--color-brand1-6, #0070CC); - --search-normal-dark-hover-color: var(--color-brand1-7, #005AA5); - --search-simple-normal-split-color: var(--color-line1-1, #DEDEDE); + --search-normal-dark-color: var(--color-brand1-6, #0070cc); + --search-normal-dark-hover-color: var(--color-brand1-7, #005aa5); + --search-simple-normal-split-color: var(--color-line1-1, #dedede); --search-simple-normal-icon-text-color: var(--color-text1-2, #888888); --search-simple-normal-l-icon-size: var(--icon-s, 16px); --search-simple-dark-l-icon-size: var(--icon-s, 16px); - --search-normal-primary-btn-hover-bg-color: var(--color-brand1-7, #005AA5); + --search-normal-primary-btn-hover-bg-color: var(--color-brand1-7, #005aa5); --search-normal-corner: var(--corner-1, 0px); - --search-normal-primary-split-color: var(--color-line1-1, #DEDEDE); + --search-normal-primary-split-color: var(--color-line1-1, #dedede); --search-normal-primary-shadow: var(--shadow-zero, none); - --search-normal-primary-btn-text-color: var(--color-white, #FFFFFF); - --search-normal-primary-btn-hover-text-color: var(--color-white, #FFFFFF); + --search-normal-primary-btn-text-color: var(--color-white, #ffffff); + --search-normal-primary-btn-hover-text-color: var(--color-white, #ffffff); --search-normal-primary-btn-text-padding-left: var(--s-zero, 0px); --search-normal-primary-l-btn-text-size: var(--font-size-subhead, 14px); --search-normal-primary-m-icon-size: var(--icon-s, 16px); --search-normal-primary-m-btn-text-size: var(--font-size-subhead, 14px); - --search-normal-secondary-split-color: var(--color-line1-1, #DEDEDE); + --search-normal-secondary-split-color: var(--color-line1-1, #dedede); --search-normal-secondary-shadow: var(--shadow-zero, none); - --search-normal-secondary-btn-text-color: var(--color-white, #FFFFFF); - --search-normal-secondary-btn-hover-text-color: var(--color-white, #FFFFFF); + --search-normal-secondary-btn-text-color: var(--color-white, #ffffff); + --search-normal-secondary-btn-hover-text-color: var(--color-white, #ffffff); --search-normal-secondary-border-width: var(--line-1, 1px); --search-normal-secondary-btn-text-padding-left: var(--s-zero, 0px); --search-normal-secondary-l-btn-text-size: var(--font-size-subhead, 14px); --search-normal-secondary-m-icon-size: var(--icon-s, 16px); --search-normal-secondary-m-btn-text-size: var(--font-size-subhead, 14px); - --search-normal-normal-split-color: var(--color-line1-1, #DEDEDE); + --search-normal-normal-split-color: var(--color-line1-1, #dedede); --search-normal-normal-hover-color: var(--color-line1-4, #737373); --search-normal-normal-shadow: var(--shadow-zero, none); - --search-normal-normal-btn-bg-color: var(--color-fill1-1, #FAFAFA); + --search-normal-normal-btn-bg-color: var(--color-fill1-1, #fafafa); --search-normal-normal-border-width: var(--line-1, 1px); --search-normal-normal-btn-text-padding-left: var(--s-zero, 0px); --search-normal-normal-l-btn-text-size: var(--font-size-subhead, 14px); --search-normal-normal-m-icon-size: var(--icon-s, 16px); --search-normal-normal-m-btn-text-size: var(--font-size-subhead, 14px); - --search-normal-dark-text-color: var(--color-white, #FFFFFF); - --search-normal-dark-bg-color: var(--color-white, #FFFFFF); + --search-normal-dark-text-color: var(--color-white, #ffffff); + --search-normal-dark-bg-color: var(--color-white, #ffffff); --search-normal-dark-bg-opacity: 0; --search-normal-dark-shadow: var(--shadow-zero, none); - --search-normal-dark-btn-text-color: var(--color-white, #FFFFFF); - --search-normal-dark-btn-hover-text-color: var(--color-white, #FFFFFF); + --search-normal-dark-btn-text-color: var(--color-white, #ffffff); + --search-normal-dark-btn-hover-text-color: var(--color-white, #ffffff); --search-normal-dark-border-width: var(--line-1, 1px); --search-normal-dark-btn-text-padding-left: var(--s-zero, 0px); --search-normal-dark-l-btn-text-size: var(--font-size-subhead, 14px); @@ -45214,30 +47850,30 @@ body.lang-ja { --search-simple-normal-icon-hover-text-color: var(--color-text1-3, #555555); --search-simple-normal-border-width: var(--line-1, 1px); --search-simple-normal-btn-text-padding-left: var(--s-zero, 0px); - --search-simple-dark-color: var(--color-line1-3, #A8A8A8); - --search-simple-dark-hover-color: var(--color-line1-3, #A8A8A8); - --search-simple-dark-bg-color: var(--color-white, #FFFFFF); + --search-simple-dark-color: var(--color-line1-3, #a8a8a8); + --search-simple-dark-hover-color: var(--color-line1-3, #a8a8a8); + --search-simple-dark-bg-color: var(--color-white, #ffffff); --search-simple-dark-bg-opacity: 0; - --search-simple-dark-text-color: var(--color-white, #FFFFFF); + --search-simple-dark-text-color: var(--color-white, #ffffff); --search-simple-dark-shadow: var(--shadow-zero, none); --search-simple-dark-icon-text-color: var(--color-text1-2, #888888); --search-simple-dark-icon-hover-text-color: var(--color-text1-3, #555555); --search-simple-dark-btn-text-padding-left: var(--s-zero, 0px); - --search-simple-dark-split-color: var(--color-line1-3, #A8A8A8); + --search-simple-dark-split-color: var(--color-line1-3, #a8a8a8); --search-simple-dark-border-width: var(--line-1, 1px); --search-search-icon-content: var(--icon-content-search, ""); /* ------------------------ progress ------------------------ */ - --progress-line-underlay-color: var(--color-fill1-3, #F5F5F5); + --progress-line-underlay-color: var(--color-fill1-3, #f5f5f5); --progress-line-radius-l: var(--corner-1, 0px); --progress-line-radius-m: var(--corner-1, 0px); --progress-line-radius-s: var(--corner-1, 0px); - --progress-line-normal-color: var(--color-brand1-6, #0070CC); - --progress-line-started-color: var(--color-brand1-6, #0070CC); - --progress-line-middle-color: var(--color-brand1-6, #0070CC); - --progress-line-finishing-color: var(--color-brand1-6, #0070CC); - --progress-circle-started-color: var(--color-brand1-6, #0070CC); - --progress-circle-middle-color: var(--color-brand1-6, #0070CC); - --progress-circle-finishing-color: var(--color-brand1-6, #0070CC); + --progress-line-normal-color: var(--color-brand1-6, #0070cc); + --progress-line-started-color: var(--color-brand1-6, #0070cc); + --progress-line-middle-color: var(--color-brand1-6, #0070cc); + --progress-line-finishing-color: var(--color-brand1-6, #0070cc); + --progress-circle-started-color: var(--color-brand1-6, #0070cc); + --progress-circle-middle-color: var(--color-brand1-6, #0070cc); + --progress-circle-finishing-color: var(--color-brand1-6, #0070cc); --progress-line-height-size-l: var(--s-3, 12px); --progress-line-height-size-m: var(--s-2, 8px); --progress-line-height-size-s: var(--s-1, 4px); @@ -45245,10 +47881,10 @@ body.lang-ja { --progress-line-font-l: var(--font-size-body-1, 12px); --progress-line-font-m: var(--font-size-caption, 12px); --progress-line-font-s: var(--font-size-caption, 12px); - --progress-line-underlay-border-color: var(--color-line1-2, #C9C9C9); + --progress-line-underlay-border-color: var(--color-line1-2, #c9c9c9); --progress-line-font-color: var(--color-text1-4, #111111); - --progress-line-error-color: var(--color-error-3, #D93026); - --progress-line-success-color: var(--color-success-3, #1E8E3E); + --progress-line-error-color: var(--color-error-3, #d93026); + --progress-line-success-color: var(--color-success-3, #1e8e3e); --progress-circle-size-l: var(--s-33, 132px); --progress-circle-size-m: var(--s-29, 116px); --progress-circle-size-s: var(--s-25, 100px); @@ -45257,31 +47893,31 @@ body.lang-ja { --progress-circle-font-l: var(--font-size-display-1, 24px); --progress-circle-font-m: var(--font-size-headline, 18px); --progress-circle-font-s: var(--font-size-title, 16px); - --progress-circle-underlay-color: var(--color-fill1-3, #F5F5F5); + --progress-circle-underlay-color: var(--color-fill1-3, #f5f5f5); --progress-circle-text-color: var(--color-text1-4, #111111); --progress-circle-corner: round; - --progress-circle-normal-color: var(--color-brand1-6, #0070CC); - --progress-circle-error-color: var(--color-error-3, #D93026); - --progress-circle-success-color: var(--color-success-3, #1E8E3E); + --progress-circle-normal-color: var(--color-brand1-6, #0070cc); + --progress-circle-error-color: var(--color-error-3, #d93026); + --progress-circle-success-color: var(--color-success-3, #1e8e3e); /* ------------------------ pagination ------------------------ */ --pagination-large-item-split: var(--s-2, 8px); --pagination-small-item-split: var(--s-1, 4px); - --pagination-current-color: var(--color-brand1-6, #0070CC); + --pagination-current-color: var(--color-brand1-6, #0070cc); --pagination-total-color: var(--color-text1-5, #333333); - --pagination-size-selector-filter-current-color: var(--color-brand1-6, #0070CC); - --pagination-item-border-color: var(--color-line1-1, #DEDEDE); + --pagination-size-selector-filter-current-color: var(--color-brand1-6, #0070cc); + --pagination-item-border-color: var(--color-line1-1, #dedede); --pagination-item-color: var(--color-text1-5, #333333); - --pagination-item-bg: var(--color-fill1-1, #FAFAFA); - --pagination-item-current-border-color: var(--color-brand1-6, #0070CC); - --pagination-item-current-color: var(--color-brand1-6, #0070CC); - --pagination-item-current-bg: var(--color-white, #FFFFFF); + --pagination-item-bg: var(--color-fill1-1, #fafafa); + --pagination-item-current-border-color: var(--color-brand1-6, #0070cc); + --pagination-item-current-color: var(--color-brand1-6, #0070cc); + --pagination-item-current-bg: var(--color-white, #ffffff); --pagination-item-hover-border-color: var(--color-line1-4, #737373); --pagination-item-hover-color: var(--color-text1-5, #333333); - --pagination-item-hover-bg: var(--color-white, #FFFFFF); + --pagination-item-hover-bg: var(--color-white, #ffffff); --pagination-arrow-color: var(--color-text1-2, #888888); - --pagination-item-current-hover-border-color: var(--color-brand1-6, #0070CC); - --pagination-item-current-hover-color: var(--color-brand1-6, #0070CC); - --pagination-item-current-hover-bg: var(--color-white, #FFFFFF); + --pagination-item-current-hover-border-color: var(--color-brand1-6, #0070cc); + --pagination-item-current-hover-color: var(--color-brand1-6, #0070cc); + --pagination-item-current-hover-bg: var(--color-white, #ffffff); --pagination-arrow-hover-color: var(--color-text1-3, #555555); --pagination-item-border-style: var(--line-solid, solid); --pagination-item-border-width: var(--line-1, 1px); @@ -45321,46 +47957,46 @@ body.lang-ja { --pagination-icon-next-content: var(--icon-content-arrow-right, ""); --pagination-icon-ellipsis-content: var(--icon-content-ellipsis, ""); --pagination-item-current-hover-shadow: var(--shadow-zero, none); - --pagination-arrow-hover-color-noboder: var(--color-brand1-6, #0070CC); + --pagination-arrow-hover-color-noboder: var(--color-brand1-6, #0070cc); --pagination-item-split: var(--s-1, 4px); --pagination-input-margin: var(--s-1, 4px); /* ------------------------ radio ------------------------ */ --radio-width: var(--s-4, 16px); --radio-circle-size: var(--s-2, 8px); --radio-hovered-bg-color: var(--color-transparent, transparent); - --radio-checked-bg-color: var(--color-white, #FFFFFF); - --radio-disabled-bg-color: var(--color-fill1-2, #F7F7F7); - --radio-checked-hovered-bg-color: var(--color-white, #FFFFFF); + --radio-checked-bg-color: var(--color-white, #ffffff); + --radio-disabled-bg-color: var(--color-fill1-2, #f7f7f7); + --radio-checked-hovered-bg-color: var(--color-white, #ffffff); --radio-hovered-border-color: var(--color-line1-4, #737373); - --radio-checked-border-color: var(--color-brand1-6, #0070CC); - --radio-disabled-border-color: var(--color-fill1-4, #EBEBEB); - --radio-checked-disabled-border-color: var(--color-fill1-4, #EBEBEB); - --radio-checked-hovered-border-color: var(--color-brand1-7, #005AA5); - --radio-checked-circle-color: var(--color-brand1-6, #0070CC); - --radio-checked-hovered-circle-color: var(--color-brand1-7, #005AA5); + --radio-checked-border-color: var(--color-brand1-6, #0070cc); + --radio-disabled-border-color: var(--color-fill1-4, #ebebeb); + --radio-checked-disabled-border-color: var(--color-fill1-4, #ebebeb); + --radio-checked-hovered-border-color: var(--color-brand1-7, #005aa5); + --radio-checked-circle-color: var(--color-brand1-6, #0070cc); + --radio-checked-hovered-circle-color: var(--color-brand1-7, #005aa5); --radio-button-height-large: var(--s-9, 36px); --radio-button-height-medium: var(--s-8, 32px); --radio-button-height-small: var(--s-6, 24px); --radio-button-font-size-large: var(--font-size-body-2, 14px); - --radio-button-bg-color-hovered: var(--color-white, #FFFFFF); - --radio-button-bg-color-checked-disabled: var(--color-fill1-4, #EBEBEB); - --radio-button-border-color: var(--color-line1-2, #C9C9C9); + --radio-button-bg-color-hovered: var(--color-white, #ffffff); + --radio-button-bg-color-checked-disabled: var(--color-fill1-4, #ebebeb); + --radio-button-border-color: var(--color-line1-2, #c9c9c9); --radio-button-border-color-hovered: var(--color-line1-4, #737373); - --radio-button-border-color-checked: var(--color-brand1-6, #0070CC); + --radio-button-border-color-checked: var(--color-brand1-6, #0070cc); --radio-button-font-color: var(--color-text1-3, #555555); - --radio-button-font-color-checked: var(--color-brand1-6, #0070CC); - --radio-checked-disabled-bg-color: var(--color-fill1-2, #F7F7F7); + --radio-button-font-color-checked: var(--color-brand1-6, #0070cc); + --radio-checked-disabled-bg-color: var(--color-fill1-2, #f7f7f7); --radio-circle-border-width: var(--line-1, 1px); --radio-font-margin-left: var(--s-1, 4px); --radio-font-size: var(--font-size-body-1, 12px); --radio-shadow: var(--shadow-zero, none); --radio-radius-size: var(--corner-circle, 50%); - --radio-bg-color: var(--color-white, #FFFFFF); - --radio-border-color: var(--color-line1-3, #A8A8A8); - --radio-disabled-circle-color: var(--color-text1-1, #C1C1C1); - --radio-checked-disabled-circle-color: var(--color-text1-1, #C1C1C1); + --radio-bg-color: var(--color-white, #ffffff); + --radio-border-color: var(--color-line1-3, #a8a8a8); + --radio-disabled-circle-color: var(--color-text1-1, #c1c1c1); + --radio-checked-disabled-circle-color: var(--color-text1-1, #c1c1c1); --radio-normal-font-color: var(--color-text1-4, #111111); - --radio-normal-font-color-disabled: var(--color-text1-1, #C1C1C1); + --radio-normal-font-color-disabled: var(--color-text1-1, #c1c1c1); --radio-button-padding-large: var(--s-2, 8px); --radio-button-padding-medium: var(--s-2, 8px); --radio-button-padding-small: var(--s-2, 8px); @@ -45369,33 +48005,33 @@ body.lang-ja { --radio-button-corner-small: var(--corner-1, 0px); --radio-button-font-size-medium: var(--font-size-body-1, 12px); --radio-button-font-size-small: var(--font-size-caption, 12px); - --radio-button-bg-color: var(--color-white, #FFFFFF); - --radio-button-bg-color-checked: var(--color-white, #FFFFFF); - --radio-button-bg-color-disabled: var(--color-fill1-1, #FAFAFA); - --radio-button-border-color-disabled: var(--color-line1-1, #DEDEDE); - --radio-button-border-color-checked-disabled: var(--color-line1-1, #DEDEDE); + --radio-button-bg-color: var(--color-white, #ffffff); + --radio-button-bg-color-checked: var(--color-white, #ffffff); + --radio-button-bg-color-disabled: var(--color-fill1-1, #fafafa); + --radio-button-border-color-disabled: var(--color-line1-1, #dedede); + --radio-button-border-color-checked-disabled: var(--color-line1-1, #dedede); --radio-button-font-color-hovered: var(--color-text1-4, #111111); - --radio-button-font-color-disabled: var(--color-text1-1, #C1C1C1); - --radio-button-font-color-checked-disabled: var(--color-text1-1, #C1C1C1); + --radio-button-font-color-disabled: var(--color-text1-1, #c1c1c1); + --radio-button-font-color-checked-disabled: var(--color-text1-1, #c1c1c1); /* ------------------------ switch ------------------------ */ --switch-size-m-width: var(--s-11, 44px); --switch-size-m-trigger: var(--s-5, 20px); --switch-size-m-radius-trigger: var(--corner-circle, 50%); --switch-size-s-width: var(--s-8, 32px); --switch-size-s-radius-trigger: var(--corner-circle, 50%); - --switch-disabled-on-trigger-bg-color: var(--color-white, #FFFFFF); + --switch-disabled-on-trigger-bg-color: var(--color-white, #ffffff); --switch-normal-off-bg-color: var(--color-text1-2, #888888); --switch-hover-off-bg-color: var(--color-fill1-8, #737373); - --switch-disabled-off-bg-color: var(--color-fill1-4, #EBEBEB); + --switch-disabled-off-bg-color: var(--color-fill1-4, #ebebeb); --switch-handle-disabled-border-color: var(--color-transparent, transparent); - --switch-normal-off-color-font: var(--color-fill1-1, #FAFAFA); + --switch-normal-off-color-font: var(--color-fill1-1, #fafafa); --switch-normal-off-border-color: var(--color-transparent, transparent); --switch-hover-off-border-color: var(--color-transparent, transparent); - --switch-disabled-on-bg-color: var(--color-brand1-4, #7EC5FF); + --switch-disabled-on-bg-color: var(--color-brand1-4, #7ec5ff); --switch-size-s-trigger: var(--s-4, 16px); --switch-border-width-container: var(--line-1, 1px); - --switch-normal-on-bg-color: var(--color-success-3, #1E8E3E); - --switch-hover-on-bg-color: var(--color-success-4, #176E30); + --switch-normal-on-bg-color: var(--color-success-3, #1e8e3e); + --switch-hover-on-bg-color: var(--color-success-4, #176e30); --switch-size-m-radius-container: var(--corner-3, 12px); --switch-size-s-radius-container: var(--corner-3, 12px); --switch-text-on-left: var(--s-2, 8px); @@ -45403,17 +48039,17 @@ body.lang-ja { --switch-text-off-right: var(--s-2, 8px); --switch-size-s-text-off-right: var(--s-1, 4px); --switch-border-width-trigger: var(--line-1, 1px); - --switch-normal-on-trigger-bg-color: var(--color-white, #FFFFFF); - --switch-hover-on-trigger-bg-color: var(--color-white, #FFFFFF); - --switch-normal-on-color-font: var(--color-white, #FFFFFF); - --switch-disabled-on-color-font: var(--color-text1-1, #C1C1C1); - --switch-disabled-on-border-color: var(--color-line1-3, #A8A8A8); + --switch-normal-on-trigger-bg-color: var(--color-white, #ffffff); + --switch-hover-on-trigger-bg-color: var(--color-white, #ffffff); + --switch-normal-on-color-font: var(--color-white, #ffffff); + --switch-disabled-on-color-font: var(--color-text1-1, #c1c1c1); + --switch-disabled-on-border-color: var(--color-line1-3, #a8a8a8); --switch-handle-on-border-color: var(--color-transparent, transparent); --switch-on-shadow: var(--shadow-1, 1px 1px 4px 0px rgba(0, 0, 0, 0.13)); - --switch-normal-off-trigger-bg-color: var(--color-white, #FFFFFF); - --switch-hover-off-trigger-bg-color: var(--color-white, #FFFFFF); - --switch-disabled-off-trigger-bg-color: var(--color-fill1-1, #FAFAFA); - --switch-disabled-off-color-font: var(--color-line1-3, #A8A8A8); + --switch-normal-off-trigger-bg-color: var(--color-white, #ffffff); + --switch-hover-off-trigger-bg-color: var(--color-white, #ffffff); + --switch-disabled-off-trigger-bg-color: var(--color-fill1-1, #fafafa); + --switch-disabled-off-color-font: var(--color-line1-3, #a8a8a8); --switch-handle-off-border-color: var(--color-transparent, transparent); --switch-off-shadow: var(--shadow-1, 1px 1px 4px 0px rgba(0, 0, 0, 0.13)); --switch-rtl-on-shadow: var(--shadow-1-left, -1px 0px 4px 0px rgba(0, 0, 0, 0.13)); @@ -45421,7 +48057,7 @@ body.lang-ja { --select-color: var(--color-text1-5, #333333); --select-s-lineheight: 16px; --select-hint-color: var(--color-text1-2, #888888); - --select-highlight-color: var(--color-brand1-6, #0070CC); + --select-highlight-color: var(--color-brand1-6, #0070cc); --select-highlight-font: var(--font-size-body-1, 12px); --select-l-lineheight: var(--s-6, 24px); --select-m-lineheight: var(--s-5, 20px); @@ -45454,80 +48090,80 @@ body.lang-ja { --slick-ver-track-padding-tb: var(--s-6, 24px); --slick-dots-background-color-normal: var(--color-black, #000000); --slick-dots-background-color-hover: var(--color-black, #000000); - --slick-dots-background-color-selected: var(--color-brand1-6, #0070CC); - --slick-dots-background-opacity-normal: .32; - --slick-dots-background-opacity-hover: .32; + --slick-dots-background-color-selected: var(--color-brand1-6, #0070cc); + --slick-dots-background-opacity-normal: 0.32; + --slick-dots-background-opacity-hover: 0.32; --slick-dots-background-opacity-selected: 1; --slick-dots-border-width: var(--line-zero, 0px); --slick-dots-border-radius: var(--corner-circle, 50%); - --slick-dots-border-color-normal: var(--color-white, #FFFFFF); - --slick-dots-border-color-hover: var(--color-white, #FFFFFF); - --slick-dots-border-color-selected: var(--color-white, #FFFFFF); + --slick-dots-border-color-normal: var(--color-white, #ffffff); + --slick-dots-border-color-hover: var(--color-white, #ffffff); + --slick-dots-border-color-selected: var(--color-white, #ffffff); --slick-dots-border-opacity-normal: 1; --slick-dots-border-opacity-hover: 1; --slick-dots-border-opacity-selected: 1; - --slick-arrow-icon-color-normal: var(--color-white, #FFFFFF); + --slick-arrow-icon-color-normal: var(--color-white, #ffffff); --slick-arrow-icon-color-normal-outer: var(--color-text1-3, #555555); - --slick-arrow-icon-color-hover: var(--color-white, #FFFFFF); + --slick-arrow-icon-color-hover: var(--color-white, #ffffff); --slick-arrow-icon-color-hover-outer: var(--color-text1-4, #111111); - --slick-arrow-icon-color-disabled: var(--color-text1-1, #C1C1C1); - --slick-arrow-icon-color-disabled-outer: var(--color-text1-1, #C1C1C1); + --slick-arrow-icon-color-disabled: var(--color-text1-1, #c1c1c1); + --slick-arrow-icon-color-disabled-outer: var(--color-text1-1, #c1c1c1); --slick-arrow-bg-color-normal: var(--color-black, #000000); --slick-arrow-bg-color-hover: var(--color-black, #000000); - --slick-arrow-bg-opacity-normal: .2; - --slick-arrow-bg-opacity-hover: .4; + --slick-arrow-bg-opacity-normal: 0.2; + --slick-arrow-bg-opacity-hover: 0.4; --slick-arrow-bg-color-normal-outer: var(--color-transparent, transparent); --slick-arrow-bg-color-hover-outer: var(--color-transparent, transparent); --slick-arrow-bg-color-disabled-outer: var(--color-transparent, transparent); - --slick-arrow-bg-opacity-normal-outer: .32; - --slick-arrow-bg-opacity-hover-outer: .32; - --slick-arrow-bg-opacity-disabled-outer: .32; + --slick-arrow-bg-opacity-normal-outer: 0.32; + --slick-arrow-bg-opacity-hover-outer: 0.32; + --slick-arrow-bg-opacity-disabled-outer: 0.32; --slick-arrow-corner-radius-outer: var(--s-zero, 0px); /* ------------------------ step ------------------------ */ --step-arrow-item-title-weight: var(--font-weight-2, normal); - --step-arrow-item-wait-background: var(--color-fill1-2, #F7F7F7); - --step-arrow-item-process-background: var(--color-brand1-6, #0070CC); - --step-arrow-item-finish-background: var(--color-brand1-6, #0070CC); - --step-arrow-item-title-finish-color: var(--color-white, #FFFFFF); + --step-arrow-item-wait-background: var(--color-fill1-2, #f7f7f7); + --step-arrow-item-process-background: var(--color-brand1-6, #0070cc); + --step-arrow-item-finish-background: var(--color-brand1-6, #0070cc); + --step-arrow-item-title-finish-color: var(--color-white, #ffffff); --step-circle-item-node-padding: var(--s-3, 12px); --step-circle-item-node-icon-size: var(--icon-s, 16px); --step-circle-item-node-font-size: var(--font-size-body-1, 12px); --step-circle-item-content-font-size: var(--font-size-body-1, 12px); --step-circle-item-body-width: var(--s-24, 96px); - --step-circle-item-tail-wait-color: var(--color-line1-1, #DEDEDE); - --step-circle-item-tail-process-color: var(--color-line1-1, #DEDEDE); - --step-circle-item-tail-finish-color: var(--color-brand1-6, #0070CC); + --step-circle-item-tail-wait-color: var(--color-line1-1, #dedede); + --step-circle-item-tail-process-color: var(--color-line1-1, #dedede); + --step-circle-item-tail-finish-color: var(--color-brand1-6, #0070cc); --step-circle-item-title-wait-color: var(--color-text1-2, #888888); --step-circle-item-title-process-color: var(--color-text1-5, #333333); --step-circle-item-title-finish-color: var(--color-text1-5, #333333); - --step-circle-item-title-disabled-color: var(--color-fill1-4, #EBEBEB); - --step-circle-item-node-wait-border-color: var(--color-line1-1, #DEDEDE); + --step-circle-item-title-disabled-color: var(--color-fill1-4, #ebebeb); + --step-circle-item-node-wait-border-color: var(--color-line1-1, #dedede); --step-circle-item-node-wait-color: var(--color-text1-2, #888888); - --step-circle-item-node-process-border-color: var(--color-brand1-6, #0070CC); - --step-circle-item-node-process-background: var(--color-brand1-6, #0070CC); - --step-circle-item-node-process-percent-color: var(--color-brand1-6, #0070CC); + --step-circle-item-node-process-border-color: var(--color-brand1-6, #0070cc); + --step-circle-item-node-process-background: var(--color-brand1-6, #0070cc); + --step-circle-item-node-process-percent-color: var(--color-brand1-6, #0070cc); --step-circle-item-node-process-percent-size: var(--font-size-body-1, 12px); - --step-circle-item-node-finish-border-color: var(--color-brand1-6, #0070CC); - --step-circle-item-node-finish-color: var(--color-brand1-6, #0070CC); + --step-circle-item-node-finish-border-color: var(--color-brand1-6, #0070cc); + --step-circle-item-node-finish-color: var(--color-brand1-6, #0070cc); --step-dot-item-dot-icon-size: var(--icon-s, 16px); --step-dot-item-body-width: var(--s-24, 96px); - --step-dot-item-tail-wait-color: var(--color-line1-1, #DEDEDE); - --step-dot-item-tail-process-color: var(--color-line1-1, #DEDEDE); - --step-dot-item-tail-finish-color: var(--color-brand1-6, #0070CC); + --step-dot-item-tail-wait-color: var(--color-line1-1, #dedede); + --step-dot-item-tail-process-color: var(--color-line1-1, #dedede); + --step-dot-item-tail-finish-color: var(--color-brand1-6, #0070cc); --step-dot-item-title-wait-color: var(--color-text1-2, #888888); --step-dot-item-title-process-color: var(--color-text1-5, #333333); --step-dot-item-title-finish-color: var(--color-text1-5, #333333); - --step-dot-item-node-wait-border-color: var(--color-line1-1, #DEDEDE); - --step-dot-item-node-process-color: var(--color-brand1-6, #0070CC); - --step-dot-item-node-finish-border-color: var(--color-brand1-6, #0070CC); - --step-dot-item-node-finish-color: var(--color-brand1-6, #0070CC); - --step-dot-item-tail-bg-color: var(--color-fill1-1, #FAFAFA); + --step-dot-item-node-wait-border-color: var(--color-line1-1, #dedede); + --step-dot-item-node-process-color: var(--color-brand1-6, #0070cc); + --step-dot-item-node-finish-border-color: var(--color-brand1-6, #0070cc); + --step-dot-item-node-finish-color: var(--color-brand1-6, #0070cc); + --step-dot-item-tail-bg-color: var(--color-fill1-1, #fafafa); --step-arrow-item-height: var(--s-8, 32px); --step-arrow-item-title-size: var(--font-size-body-2, 14px); --step-arrow-item-title-wait-color: var(--color-text1-2, #888888); - --step-arrow-item-title-process-color: var(--color-white, #FFFFFF); - --step-arrow-item-disabled-background: var(--color-fill1-1, #FAFAFA); - --step-arrow-item-title-disabled-color: var(--color-text1-1, #C1C1C1); + --step-arrow-item-title-process-color: var(--color-white, #ffffff); + --step-arrow-item-disabled-background: var(--color-fill1-1, #fafafa); + --step-arrow-item-title-disabled-color: var(--color-text1-1, #c1c1c1); --step-circle-item-node-border-width: var(--line-1, 1px); --step-circle-item-node-corner: var(--corner-circle, 50%); --step-circle-item-tail-size: var(--line-1, 1px); @@ -45539,23 +48175,23 @@ body.lang-ja { --step-circle-item-node-process-size: var(--s-8, 32px); --step-circle-item-node-finish-size: var(--s-8, 32px); --step-circle-item-node-disabled-size: var(--s-8, 32px); - --step-circle-item-tail-disabled-color: var(--color-line1-1, #DEDEDE); + --step-circle-item-tail-disabled-color: var(--color-line1-1, #dedede); --step-circle-item-node-wait-font-weight: var(--font-weight-2, normal); --step-circle-item-node-process-font-weight: var(--font-weight-2, normal); --step-circle-item-node-disabled-font-weight: var(--font-weight-2, normal); --step-circle-item-node-finish-font-weight: var(--font-weight-2, normal); - --step-circle-item-node-wait-background: var(--color-white, #FFFFFF); - --step-circle-item-node-process-color: var(--color-white, #FFFFFF); - --step-circle-item-node-finish-background: var(--color-white, #FFFFFF); - --step-circle-item-node-disabled-border-color: var(--color-line1-1, #DEDEDE); - --step-circle-item-node-disabled-background: var(--color-white, #FFFFFF); - --step-circle-item-node-disabled-color: var(--color-text1-1, #C1C1C1); + --step-circle-item-node-wait-background: var(--color-white, #ffffff); + --step-circle-item-node-process-color: var(--color-white, #ffffff); + --step-circle-item-node-finish-background: var(--color-white, #ffffff); + --step-circle-item-node-disabled-border-color: var(--color-line1-1, #dedede); + --step-circle-item-node-disabled-background: var(--color-white, #ffffff); + --step-circle-item-node-disabled-color: var(--color-text1-1, #c1c1c1); --step-circle-vertical-item-node-padding: var(--s-2, 8px); --step-circle-vertical-item-body-margin-left: var(--s-4, 16px); --step-circle-vertical-item-title-margin-top: var(--s-2, 8px); --step-circle-vertical-item-content-margin-top: var(--s-1, 4px); --step-circle-item-content-color: var(--color-text1-3, #555555); - --step-circle-item-tail-bg-color: var(--color-line1-1, #DEDEDE); + --step-circle-item-tail-bg-color: var(--color-line1-1, #dedede); --step-circle-vertical-item-tail-size: var(--line-1, 1px); --step-dot-item-dot-padding: var(--s-2, 8px); --step-dot-item-dot-border-width: var(--line-1, 1px); @@ -45569,16 +48205,16 @@ body.lang-ja { --step-dot-item-dot-process-size: var(--s-3, 12px); --step-dot-item-dot-finish-size: var(--s-3, 12px); --step-dot-item-dot-disabled-size: var(--s-3, 12px); - --step-dot-item-tail-disabled-color: var(--color-line1-1, #DEDEDE); - --step-dot-item-title-disabled-color: var(--color-text1-1, #C1C1C1); - --step-dot-item-node-wait-background: var(--color-white, #FFFFFF); + --step-dot-item-tail-disabled-color: var(--color-line1-1, #dedede); + --step-dot-item-title-disabled-color: var(--color-text1-1, #c1c1c1); + --step-dot-item-node-wait-background: var(--color-white, #ffffff); --step-dot-item-node-wait-color: var(--color-text1-2, #888888); - --step-dot-item-node-process-border-color: var(--color-brand1-6, #0070CC); - --step-dot-item-node-process-background: var(--color-brand1-6, #0070CC); - --step-dot-item-node-finish-background: var(--color-white, #FFFFFF); - --step-dot-item-node-disabled-border-color: var(--color-line1-2, #C9C9C9); - --step-dot-item-node-disabled-background: var(--color-white, #FFFFFF); - --step-dot-item-node-disabled-color: var(--color-line1-1, #DEDEDE); + --step-dot-item-node-process-border-color: var(--color-brand1-6, #0070cc); + --step-dot-item-node-process-background: var(--color-brand1-6, #0070cc); + --step-dot-item-node-finish-background: var(--color-white, #ffffff); + --step-dot-item-node-disabled-border-color: var(--color-line1-2, #c9c9c9); + --step-dot-item-node-disabled-background: var(--color-white, #ffffff); + --step-dot-item-node-disabled-color: var(--color-line1-1, #dedede); --step-dot-vertical-item-node-padding: var(--s-2, 8px); --step-dot-vertical-item-body-margin-left: var(--s-4, 16px); --step-dot-vertical-item-title-margin-top: var(--s-zero, 0px); @@ -45592,35 +48228,35 @@ body.lang-ja { --tab-item-padding-tb-size-m: var(--s-2, 8px); --tab-item-text-size-m: var(--font-size-body-2, 14px); --tab-item-text-size-s: var(--font-size-body-1, 12px); - --tab-pure-text-color-hover: var(--color-brand1-6, #0070CC); - --tab-wrapped-border-line-color: var(--color-line1-1, #DEDEDE); - --tab-wrapped-bg-color: var(--color-white, #FFFFFF); - --tab-wrapped-bg-color-hover: var(--color-fill1-1, #FAFAFA); - --tab-wrapped-border-line-color-hover: var(--color-line1-1, #DEDEDE); + --tab-pure-text-color-hover: var(--color-brand1-6, #0070cc); + --tab-wrapped-border-line-color: var(--color-line1-1, #dedede); + --tab-wrapped-bg-color: var(--color-white, #ffffff); + --tab-wrapped-bg-color-hover: var(--color-fill1-1, #fafafa); + --tab-wrapped-border-line-color-hover: var(--color-line1-1, #dedede); --tab-capsule-text-color: var(--color-text1-3, #555555); - --tab-capsule-text-color-selected: var(--color-brand1-6, #0070CC); - --tab-capsule-bg-color: var(--color-white, #FFFFFF); - --tab-capsule-bg-color-hover: var(--color-fill1-1, #FAFAFA); - --tab-capsule-bg-color-selected: var(--color-white, #FFFFFF); - --tab-capsule-tab-border-line-color: var(--color-line1-1, #DEDEDE); + --tab-capsule-text-color-selected: var(--color-brand1-6, #0070cc); + --tab-capsule-bg-color: var(--color-white, #ffffff); + --tab-capsule-bg-color-hover: var(--color-fill1-1, #fafafa); + --tab-capsule-bg-color-selected: var(--color-white, #ffffff); + --tab-capsule-tab-border-line-color: var(--color-line1-1, #dedede); --tab-item-padding-tb-size-s: var(--s-1, 4px); --tab-nav-arrow-color-normal: var(--color-text1-2, #888888); --tab-nav-arrow-color-hover: var(--color-text1-3, #555555); - --tab-nav-arrow-color-disabled: var(--color-text1-1, #C1C1C1); - --tab-pure-text-color-selected: var(--color-brand1-6, #0070CC); - --tab-pure-ink-bar-color: var(--color-brand1-6, #0070CC); - --tab-pure-divider-border-color: var(--color-line1-1, #DEDEDE); + --tab-nav-arrow-color-disabled: var(--color-text1-1, #c1c1c1); + --tab-pure-text-color-selected: var(--color-brand1-6, #0070cc); + --tab-pure-ink-bar-color: var(--color-brand1-6, #0070cc); + --tab-pure-divider-border-color: var(--color-line1-1, #dedede); --tab-wrapped-bar-bg-color: var(--color-transparent, transparent); - --tab-wrapped-ink-bar-color: var(--color-brand1-6, #0070CC); + --tab-wrapped-ink-bar-color: var(--color-brand1-6, #0070cc); --tab-wrapped-text-color-hover: var(--color-text1-5, #333333); - --tab-wrapped-text-color-selected: var(--color-brand1-6, #0070CC); - --tab-wrapped-bg-color-selected: var(--color-white, #FFFFFF); + --tab-wrapped-text-color-selected: var(--color-brand1-6, #0070cc); + --tab-wrapped-bg-color-selected: var(--color-white, #ffffff); --tab-capsule-text-color-hover: var(--color-text1-5, #333333); - --tab-capsule-tab-border-line-color-active: var(--color-brand1-6, #0070CC); + --tab-capsule-tab-border-line-color-active: var(--color-brand1-6, #0070cc); --tab-text-item-sep-height: var(--s-3, 12px); - --tab-text-text-color-hover: var(--color-brand1-6, #0070CC); - --tab-text-text-color-selected: var(--color-brand1-6, #0070CC); - --tab-capsule-tab-border-line-color-hover: var(--color-brand1-6, #0070CC); + --tab-text-text-color-hover: var(--color-brand1-6, #0070cc); + --tab-text-text-color-selected: var(--color-brand1-6, #0070cc); + --tab-capsule-tab-border-line-color-hover: var(--color-brand1-6, #0070cc); --tab-wrapped-tab-margin-right: -1px; --tab-nav-scroll-padding-right-m: var(--s-15, 60px); --tab-nav-scroll-padding-right-s: var(--s-14, 56px); @@ -45635,14 +48271,14 @@ body.lang-ja { --tab-item-padding-lr-size-s: var(--s-3, 12px); --tab-close-icon-color: var(--color-text1-3, #555555); --tab-close-icon-color-hover: var(--color-text1-4, #111111); - --tab-close-icon-color-selected: var(--color-brand1-6, #0070CC); - --tab-close-icon-color-disabled: var(--color-line1-2, #C9C9C9); + --tab-close-icon-color-selected: var(--color-brand1-6, #0070cc); + --tab-close-icon-color-disabled: var(--color-line1-2, #c9c9c9); --tab-item-font-weight-selected: var(--font-weight-2, normal); --tab-pure-divider-line-width: var(--line-1, 1px); --tab-pure-ink-bar-width: var(--line-2, 2px); --tab-pure-text-color-normal: var(--color-text1-3, #555555); --tab-pure-bg-color: var(--color-transparent, transparent); - --tab-pure-text-color-disabled: var(--color-line1-2, #C9C9C9); + --tab-pure-text-color-disabled: var(--color-line1-2, #c9c9c9); --tab-pure-divider-shadow: var(--shadow-zero, none); --tab-wrapped-border-line-style: var(--line-solid, solid); --tab-wrapped-border-line-width: var(--line-1, 1px); @@ -45650,23 +48286,23 @@ body.lang-ja { --tab-wrapped-tab-corner-radius: var(--corner-1, 0px); --tab-wrapped-tab-margin-bottom: var(--s-1, 4px); --tab-wrapped-ink-bar-width: var(--line-2, 2px); - --tab-wrapped-nav-item-border-color-active: var(--color-brand1-6, #0070CC); + --tab-wrapped-nav-item-border-color-active: var(--color-brand1-6, #0070cc); --tab-wrapped-content-border-line-width: var(--line-1, 1px); --tab-wrapped-content-border-line-style: var(--line-solid, solid); - --tab-wrapped-content-border-line-color: var(--color-line1-2, #C9C9C9); + --tab-wrapped-content-border-line-color: var(--color-line1-2, #c9c9c9); --tab-wrapped-text-color: var(--color-text1-3, #555555); - --tab-wrapped-text-color-disabled: var(--color-text1-1, #C1C1C1); - --tab-wrapped-bg-color-disabled: var(--color-fill1-1, #FAFAFA); - --tab-capsule-text-color-disabled: var(--color-text1-1, #C1C1C1); - --tab-capsule-bg-color-disabled: var(--color-fill1-1, #FAFAFA); - --tab-capsule-tab-border-line-color-disabled: var(--color-line1-1, #DEDEDE); + --tab-wrapped-text-color-disabled: var(--color-text1-1, #c1c1c1); + --tab-wrapped-bg-color-disabled: var(--color-fill1-1, #fafafa); + --tab-capsule-text-color-disabled: var(--color-text1-1, #c1c1c1); + --tab-capsule-bg-color-disabled: var(--color-fill1-1, #fafafa); + --tab-capsule-tab-border-line-color-disabled: var(--color-line1-1, #dedede); --tab-capsule-corner-radius: var(--corner-1, 0px); --tab-capsule-tab-border-line-width: var(--line-1, 1px); --tab-capsule-tab-border-line-style: var(--line-solid, solid); --tab-text-item-sep-width: var(--line-1, 1px); - --tab-text-item-sep-color: var(--color-line1-2, #C9C9C9); + --tab-text-item-sep-color: var(--color-line1-2, #c9c9c9); --tab-text-text-color-normal: var(--color-text1-3, #555555); - --tab-text-text-color-disabled: var(--color-text1-1, #C1C1C1); + --tab-text-text-color-disabled: var(--color-text1-1, #c1c1c1); --tab-icon-dropdown-content: var(--icon-content-arrow-down, ""); --tab-icon-prev-content: var(--icon-content-arrow-left, ""); --tab-icon-next-content: var(--icon-content-arrow-right, ""); @@ -45676,9 +48312,9 @@ body.lang-ja { --timeline-item-time-margin-bottom: var(--s-2, 8px); --timeline-item-body-font-size: var(--font-size-body-1, 12px); --timeline-item-title-color: var(--color-text1-5, #333333); - --timeline-item-tail-color: var(--color-line1-1, #DEDEDE); - --timeline-item-done-background: var(--color-fill1-4, #EBEBEB); - --timeline-item-process-background: var(--color-brand1-6, #0070CC); + --timeline-item-tail-color: var(--color-line1-1, #dedede); + --timeline-item-done-background: var(--color-fill1-4, #ebebeb); + --timeline-item-process-background: var(--color-brand1-6, #0070cc); --timeline-item-node-size: var(--s-4, 16px); --timeline-item-custom-node-size: var(--s-10, 40px); --timeline-item-custom-node-font-size: var(--font-size-caption, 12px); @@ -45700,29 +48336,29 @@ body.lang-ja { --timeline-item-left-body-color: var(--color-text1-2, #888888); --timeline-item-time-color: var(--color-text1-2, #888888); --timeline-item-done-dot-size: var(--s-2, 8px); - --timeline-item-done-color: var(--color-white, #FFFFFF); + --timeline-item-done-color: var(--color-white, #ffffff); --timeline-item-process-dot-size: var(--s-2, 8px); - --timeline-item-process-color: var(--color-white, #FFFFFF); + --timeline-item-process-color: var(--color-white, #ffffff); --timeline-item-success-dot-size: var(--s-2, 8px); - --timeline-item-success-background: var(--color-success-3, #1E8E3E); - --timeline-item-success-color: var(--color-white, #FFFFFF); + --timeline-item-success-background: var(--color-success-3, #1e8e3e); + --timeline-item-success-color: var(--color-white, #ffffff); --timeline-item-error-dot-size: var(--s-2, 8px); - --timeline-item-error-background: var(--color-error-3, #D93026); - --timeline-item-error-color: var(--color-white, #FFFFFF); + --timeline-item-error-background: var(--color-error-3, #d93026); + --timeline-item-error-color: var(--color-white, #ffffff); /* ------------------------ tree ------------------------ */ --tree-switch-icon-size: var(--icon-xs, 12px); --tree-switch-margint-right: var(--s-1, 4px); --tree-node-normal-color: var(--color-text1-5, #333333); --tree-switch-icon-color: var(--color-text1-3, #555555); - --tree-switch-border-color: var(--color-fill1-7, #A8A8A8); - --tree-line-color: var(--color-line1-1, #DEDEDE); + --tree-switch-border-color: var(--color-fill1-7, #a8a8a8); + --tree-line-color: var(--color-line1-1, #dedede); --tree-node-hover-color: var(--color-text1-5, #333333); - --tree-node-hover-bg-color: var(--color-fill1-4, #EBEBEB); + --tree-node-hover-bg-color: var(--color-fill1-4, #ebebeb); --tree-switch-hover-arrow-color: var(--color-text1-3, #555555); --tree-switch-hover-icon-color: var(--color-text1-3, #555555); - --tree-switch-hover-bg-color: var(--color-white, #FFFFFF); + --tree-switch-hover-bg-color: var(--color-white, #ffffff); --tree-switch-hover-border-color: var(--color-text1-3, #555555); - --tree-node-selected-color: var(--color-brand1-6, #0070CC); + --tree-node-selected-color: var(--color-brand1-6, #0070cc); --tree-node-selected-background: var(--color-transparent, transparent); --tree-node-disabled-background: var(--color-transparent, transparent); --tree-node-padding: var(--s-1, 4px); @@ -45733,36 +48369,36 @@ body.lang-ja { --tree-switch-size: var(--s-4, 16px); --tree-switch-border-width: var(--line-1, 1px); --tree-line-width: var(--line-1, 1px); - --tree-node-normal-background: var(--color-white, #FFFFFF); + --tree-node-normal-background: var(--color-white, #ffffff); --tree-node-title-border-radius: var(--corner-1, 0px); --tree-switch-arrow-color: var(--color-text1-2, #888888); - --tree-switch-bg-color: var(--color-white, #FFFFFF); + --tree-switch-bg-color: var(--color-white, #ffffff); --tree-switch-corner: var(--corner-1, 0px); --tree-line-style: var(--line-solid, solid); - --tree-node-disabled-color: var(--color-text1-1, #C1C1C1); + --tree-node-disabled-color: var(--color-text1-1, #c1c1c1); --tree-fold-icon-content: var(--icon-content-arrow-down, ""); --tree-unfold-icon-content: var(--icon-reset, var(--icon-reset)); /* ------------------------ tag ------------------------ */ --tag-size-m-icon-font: var(--icon-xs, 12px); --tag-size-s-icon-font: var(--icon-xs, 12px); - --tag-closable-bordered-bg: var(--color-fill1-1, #FAFAFA); - --tag-fill-bg-color-disabled: var(--color-fill1-2, #F7F7F7); + --tag-closable-bordered-bg: var(--color-fill1-1, #fafafa); + --tag-fill-bg-color-disabled: var(--color-fill1-2, #f7f7f7); --tag-bordered-text-color: var(--color-text1-5, #333333); --tag-bordered-text-color-hover: var(--color-text1-5, #333333); - --tag-secondary-text-color-hover: var(--color-brand1-6, #0070CC); - --tag-bordered-border-color: var(--color-line1-1, #DEDEDE); - --tag-checkable-normal-bg-selected: var(--color-brand1-6, #0070CC); - --tag-secondary-border-color-hover: var(--color-brand1-6, #0070CC); - --tag-checkable-normal-bg-selected-hover: var(--color-brand1-6, #0070CC); - --tag-bordered-bg: var(--color-fill1-1, #FAFAFA); + --tag-secondary-text-color-hover: var(--color-brand1-6, #0070cc); + --tag-bordered-border-color: var(--color-line1-1, #dedede); + --tag-checkable-normal-bg-selected: var(--color-brand1-6, #0070cc); + --tag-secondary-border-color-hover: var(--color-brand1-6, #0070cc); + --tag-checkable-normal-bg-selected-hover: var(--color-brand1-6, #0070cc); + --tag-bordered-bg: var(--color-fill1-1, #fafafa); --tag-checkable-normal-border-selected-disabled: var(--color-transparent, transparent); - --tag-checkable-primary-bg-color: var(--color-brand1-6, #0070CC); - --tag-checkable-primary-border-color: var(--color-brand1-6, #0070CC); - --tag-checkable-primary-bg-color-hover: var(--color-brand1-7, #005AA5); - --tag-checkable-primary-border-color-hover: var(--color-brand1-7, #005AA5); - --tag-checkable-primary-border-color-disabled: var(--color-fill1-2, #F7F7F7); - --tag-checkable-primary-bg-color-disabled: var(--color-fill1-2, #F7F7F7); - --tag-closable-primary-fill-bg-color-disabled: var(--color-fill1-2, #F7F7F7); + --tag-checkable-primary-bg-color: var(--color-brand1-6, #0070cc); + --tag-checkable-primary-border-color: var(--color-brand1-6, #0070cc); + --tag-checkable-primary-bg-color-hover: var(--color-brand1-7, #005aa5); + --tag-checkable-primary-border-color-hover: var(--color-brand1-7, #005aa5); + --tag-checkable-primary-border-color-disabled: var(--color-fill1-2, #f7f7f7); + --tag-checkable-primary-bg-color-disabled: var(--color-fill1-2, #f7f7f7); + --tag-closable-primary-fill-bg-color-disabled: var(--color-fill1-2, #f7f7f7); --tag-size-l-height: var(--s-7, 28px); --tag-size-m-height: var(--s-6, 24px); --tag-size-m-padding-lr: var(--s-2, 8px); @@ -45788,105 +48424,105 @@ body.lang-ja { --tag-size-s-tick-icon-bg-size: var(--s-5, 20px); --tag-normal-text-color: var(--color-text1-4, #111111); --tag-fill-text-color: var(--color-text1-3, #555555); - --tag-closable-normal-icon-color: var(--color-white, #FFFFFF); - --tag-closable-normal-icon-color-hover: var(--color-white, #FFFFFF); - --tag-closable-normal-icon-color-disabled: var(--color-white, #FFFFFF); - --tag-closable-normal-bg: var(--color-line1-3, #A8A8A8); + --tag-closable-normal-icon-color: var(--color-white, #ffffff); + --tag-closable-normal-icon-color-hover: var(--color-white, #ffffff); + --tag-closable-normal-icon-color-disabled: var(--color-white, #ffffff); + --tag-closable-normal-bg: var(--color-line1-3, #a8a8a8); --tag-closable-normal-bg-hover: var(--color-line1-4, #737373); - --tag-closable-normal-bg-disabled: var(--color-line1-1, #DEDEDE); + --tag-closable-normal-bg-disabled: var(--color-line1-1, #dedede); --tag-closable-bordered-text-color: var(--color-text1-3, #555555); - --tag-closable-bordered-border-color: var(--color-line1-3, #A8A8A8); + --tag-closable-bordered-border-color: var(--color-line1-3, #a8a8a8); --tag-closable-bordered-text-color-hover: var(--color-text1-4, #111111); --tag-closable-bordered-border-color-hover: var(--color-line1-4, #737373); --tag-closable-bordered-bg-hover: var(--color-transparent, transparent); --tag-closable-bordered-tail-color: var(--color-text1-3, #555555); --tag-closable-bordered-tail-color-hover: var(--color-text1-4, #111111); - --tag-closable-bordered-tail-color-disabled: var(--color-text1-1, #C1C1C1); - --tag-closable-bordered-border-color-disabled: var(--color-line1-1, #DEDEDE); - --tag-closable-bordered-text-color-disabled: var(--color-text1-1, #C1C1C1); + --tag-closable-bordered-tail-color-disabled: var(--color-text1-1, #c1c1c1); + --tag-closable-bordered-border-color-disabled: var(--color-line1-1, #dedede); + --tag-closable-bordered-text-color-disabled: var(--color-text1-1, #c1c1c1); --tag-closable-bordered-bg-disabled: var(--color-transparent, transparent); --tag-fill-tail-color: var(--color-text1-3, #555555); - --tag-fill-border-color: var(--color-fill1-3, #F5F5F5); - --tag-fill-border-color-hover: var(--color-fill1-4, #EBEBEB); - --tag-fill-text-color-disabled: var(--color-text1-1, #C1C1C1); - --tag-fill-border-color-disabled: var(--color-fill1-1, #FAFAFA); - --tag-fill-tail-color-disabled: var(--color-text1-1, #C1C1C1); + --tag-fill-border-color: var(--color-fill1-3, #f5f5f5); + --tag-fill-border-color-hover: var(--color-fill1-4, #ebebeb); + --tag-fill-text-color-disabled: var(--color-text1-1, #c1c1c1); + --tag-fill-border-color-disabled: var(--color-fill1-1, #fafafa); + --tag-fill-tail-color-disabled: var(--color-text1-1, #c1c1c1); --tag-bordered-tail-color: var(--color-text1-3, #555555); - --tag-secondary-text-color: var(--color-brand1-6, #0070CC); - --tag-normal-text-color-hover: var(--color-brand1-6, #0070CC); + --tag-secondary-text-color: var(--color-brand1-6, #0070cc); + --tag-normal-text-color-hover: var(--color-brand1-6, #0070cc); --tag-fill-text-color-hover: var(--color-text1-4, #111111); --tag-fill-tail-color-hover: var(--color-text1-4, #111111); --tag-bordered-tail-color-hover: var(--color-text1-4, #111111); - --tag-bordered-tail-color-disabled: var(--color-text1-1, #C1C1C1); - --tag-bordered-text-color-disabled: var(--color-text1-1, #C1C1C1); - --tag-bordered-border-color-disabled: var(--color-line1-1, #DEDEDE); - --tag-bordered-bg-disabled: var(--color-fill1-1, #FAFAFA); - --tag-secondary-border-color: var(--color-brand1-6, #0070CC); - --tag-checkable-secondary-bg-selected: var(--color-brand1-6, #0070CC); + --tag-bordered-tail-color-disabled: var(--color-text1-1, #c1c1c1); + --tag-bordered-text-color-disabled: var(--color-text1-1, #c1c1c1); + --tag-bordered-border-color-disabled: var(--color-line1-1, #dedede); + --tag-bordered-bg-disabled: var(--color-fill1-1, #fafafa); + --tag-secondary-border-color: var(--color-brand1-6, #0070cc); + --tag-checkable-secondary-bg-selected: var(--color-brand1-6, #0070cc); --tag-bordered-border-color-hover: var(--color-line1-4, #737373); - --tag-checkable-secondary-bg-selected-hover: var(--color-brand1-9, #003A6A); - --tag-fill-bg-color: var(--color-fill1-3, #F5F5F5); - --tag-primary-background-color: var(--color-brand1-6, #0070CC); + --tag-checkable-secondary-bg-selected-hover: var(--color-brand1-9, #003a6a); + --tag-fill-bg-color: var(--color-fill1-3, #f5f5f5); + --tag-primary-background-color: var(--color-brand1-6, #0070cc); --tag-secondary-bg: var(--color-transparent, transparent); - --tag-fill-bg-color-hover: var(--color-fill1-4, #EBEBEB); + --tag-fill-bg-color-hover: var(--color-fill1-4, #ebebeb); --tag-bordered-bg-hover: var(--color-transparent, transparent); --tag-secondary-bg-hover: var(--color-transparent, transparent); - --tag-text-color-disabled: var(--color-text1-1, #C1C1C1); - --tag-border-color-disabled: var(--color-line1-1, #DEDEDE); + --tag-text-color-disabled: var(--color-text1-1, #c1c1c1); + --tag-border-color-disabled: var(--color-line1-1, #dedede); --tag-checkable-fill-text-color: var(--color-text1-3, #555555); - --tag-checkable-fill-bg-color: var(--color-fill1-3, #F5F5F5); - --tag-checkable-fill-border-color: var(--color-fill1-3, #F5F5F5); + --tag-checkable-fill-bg-color: var(--color-fill1-3, #f5f5f5); + --tag-checkable-fill-border-color: var(--color-fill1-3, #f5f5f5); --tag-checkable-fill-text-color-hover: var(--color-text1-4, #111111); - --tag-checkable-fill-bg-color-hover: var(--color-fill1-4, #EBEBEB); - --tag-checkable-fill-border-color-hover: var(--color-fill1-4, #EBEBEB); + --tag-checkable-fill-bg-color-hover: var(--color-fill1-4, #ebebeb); + --tag-checkable-fill-border-color-hover: var(--color-fill1-4, #ebebeb); --tag-checkable-fill-tail-color: var(--color-text1-3, #555555); --tag-checkable-fill-tail-color-hover: var(--color-text1-4, #111111); - --tag-checkable-fill-tail-color-disabled: var(--color-text1-1, #C1C1C1); - --tag-checkable-fill-text-color-disabled: var(--color-text1-1, #C1C1C1); - --tag-checkable-fill-border-color-disabled: var(--color-fill1-1, #FAFAFA); - --tag-checkable-fill-bg-color-disabled: var(--color-fill1-1, #FAFAFA); + --tag-checkable-fill-tail-color-disabled: var(--color-text1-1, #c1c1c1); + --tag-checkable-fill-text-color-disabled: var(--color-text1-1, #c1c1c1); + --tag-checkable-fill-border-color-disabled: var(--color-fill1-1, #fafafa); + --tag-checkable-fill-bg-color-disabled: var(--color-fill1-1, #fafafa); --tag-checkable-normal-text-color: var(--color-text1-3, #555555); - --tag-checkable-normal-border-color: var(--color-line1-3, #A8A8A8); + --tag-checkable-normal-border-color: var(--color-line1-3, #a8a8a8); --tag-checkable-normal-bg: var(--color-transparent, transparent); --tag-checkable-normal-text-color-hover: var(--color-text1-4, #111111); - --tag-checkable-normal-border-color-hover: var(--color-line1-3, #A8A8A8); + --tag-checkable-normal-border-color-hover: var(--color-line1-3, #a8a8a8); --tag-checkable-normal-bg-hover: var(--color-transparent, transparent); - --tag-checkable-normal-text-selected-disabled: var(--color-text1-1, #C1C1C1); - --tag-checkable-normal-bg-selected-disabled: var(--color-fill1-1, #FAFAFA); - --tag-checkable-normal-tick-bg-selected-disabled: var(--color-line1-1, #DEDEDE); - --tag-checkable-primary-text-color: var(--color-white, #FFFFFF); - --tag-checkable-primary-text-color-disabled: var(--color-text1-1, #C1C1C1); - --tag-checkable-primary-text-color-hover: var(--color-white, #FFFFFF); - --tag-checkable-primary-tail-color: var(--color-white, #FFFFFF); - --tag-checkable-primary-tail-color-hover: var(--color-white, #FFFFFF); - --tag-checkable-secondary-bg-selected-disabled: var(--color-line1-1, #DEDEDE); - --tag-checkable-normal-icon-color-selected: var(--color-white, #FFFFFF); - --tag-checkable-normal-icon-color-selected-hover: var(--color-white, #FFFFFF); - --tag-checkable-normal-icon-color-selected-disabled: var(--color-white, #FFFFFF); - --tag-checkable-secondary-icon-color-selected: var(--color-white, #FFFFFF); - --tag-checkable-secondary-icon-color-selected-hover: var(--color-white, #FFFFFF); - --tag-checkable-secondary-icon-color-selected-disabled: var(--color-white, #FFFFFF); + --tag-checkable-normal-text-selected-disabled: var(--color-text1-1, #c1c1c1); + --tag-checkable-normal-bg-selected-disabled: var(--color-fill1-1, #fafafa); + --tag-checkable-normal-tick-bg-selected-disabled: var(--color-line1-1, #dedede); + --tag-checkable-primary-text-color: var(--color-white, #ffffff); + --tag-checkable-primary-text-color-disabled: var(--color-text1-1, #c1c1c1); + --tag-checkable-primary-text-color-hover: var(--color-white, #ffffff); + --tag-checkable-primary-tail-color: var(--color-white, #ffffff); + --tag-checkable-primary-tail-color-hover: var(--color-white, #ffffff); + --tag-checkable-secondary-bg-selected-disabled: var(--color-line1-1, #dedede); + --tag-checkable-normal-icon-color-selected: var(--color-white, #ffffff); + --tag-checkable-normal-icon-color-selected-hover: var(--color-white, #ffffff); + --tag-checkable-normal-icon-color-selected-disabled: var(--color-white, #ffffff); + --tag-checkable-secondary-icon-color-selected: var(--color-white, #ffffff); + --tag-checkable-secondary-icon-color-selected-hover: var(--color-white, #ffffff); + --tag-checkable-secondary-icon-color-selected-disabled: var(--color-white, #ffffff); --tag-closable-primary-fill-text-color: var(--color-text1-3, #555555); - --tag-closable-primary-fill-border-color: var(--color-fill1-3, #F5F5F5); - --tag-closable-primary-fill-bg-color: var(--color-fill1-3, #F5F5F5); + --tag-closable-primary-fill-border-color: var(--color-fill1-3, #f5f5f5); + --tag-closable-primary-fill-bg-color: var(--color-fill1-3, #f5f5f5); --tag-closable-primary-fill-text-color-hover: var(--color-text1-4, #111111); - --tag-closable-primary-fill-border-color-hover: var(--color-fill1-4, #EBEBEB); - --tag-closable-primary-fill-bg-color-hover: var(--color-fill1-4, #EBEBEB); - --tag-closable-primary-fill-text-color-disabled: var(--color-text1-1, #C1C1C1); - --tag-closable-primary-fill-border-color-disabled: var(--color-fill1-1, #FAFAFA); + --tag-closable-primary-fill-border-color-hover: var(--color-fill1-4, #ebebeb); + --tag-closable-primary-fill-bg-color-hover: var(--color-fill1-4, #ebebeb); + --tag-closable-primary-fill-text-color-disabled: var(--color-text1-1, #c1c1c1); + --tag-closable-primary-fill-border-color-disabled: var(--color-fill1-1, #fafafa); /* ------------------------ table ------------------------ */ --table-cell-padding-top: var(--s-2, 8px); --table-header-padding-top: var(--s-2, 8px); - --table-normal-border-color: var(--color-line1-5, #EBEBEB); - --table-th-bg: var(--color-fill1-1, #FAFAFA); + --table-normal-border-color: var(--color-line1-5, #ebebeb); + --table-th-bg: var(--color-fill1-1, #fafafa); --table-th-color: var(--color-text1-3, #555555); - --table-group-th-bg: var(--color-fill1-2, #F7F7F7); + --table-group-th-bg: var(--color-fill1-2, #f7f7f7); --table-row-color: var(--color-text1-5, #333333); --table-empty-color: var(--color-text1-5, #333333); - --table-group-footer-bg: var(--color-fill1-2, #F7F7F7); - --table-row-hover-bg: var(--color-fill1-1, #FAFAFA); + --table-group-footer-bg: var(--color-fill1-2, #f7f7f7); + --table-row-hover-bg: var(--color-fill1-1, #fafafa); --table-row-hover-color: var(--color-text1-5, #333333); - --table-row-selected-bg: var(--color-brand1-1, #F3FAFF); + --table-row-selected-bg: var(--color-brand1-1, #f3faff); --table-row-selected-color: var(--color-text1-5, #333333); --table-normal-border-width: var(--line-1, 1px); --table-th-font-size: var(--font-size-body-1, 12px); @@ -45908,11 +48544,11 @@ body.lang-ja { --table-normal-border-style: var(--line-solid, solid); --table-sort-color: var(--color-text1-4, #111111); --table-group-th-color: var(--color-text1-4, #111111); - --table-row-bg: var(--color-white, #FFFFFF); - --table-td-gray: var(--color-fill1-1, #FAFAFA); - --table-td-normal: var(--color-white, #FFFFFF); + --table-row-bg: var(--color-white, #ffffff); + --table-td-gray: var(--color-fill1-1, #fafafa); + --table-td-normal: var(--color-white, #ffffff); --table-group-footer-color: var(--color-text1-4, #111111); - --table-sort-color-current: var(--color-brand1-6, #0070CC); + --table-sort-color-current: var(--color-brand1-6, #0070cc); --table-expanded-ctrl-disabled-color: var(--color-text1-2, #888888); --table-tree-fold-icon-content: var(--icon-content-arrow-right, ""); --table-tree-unfold-icon-content: var(--icon-content-arrow-down, ""); @@ -45922,38 +48558,38 @@ body.lang-ja { --upload-text-list-height: var(--s-11, 44px); --upload-text-list-padding-left-right: var(--s-4, 16px); --upload-text-list-close-icon-size: var(--icon-xs, 12px); - --upload-text-list-bg-color: var(--color-fill1-1, #FAFAFA); - --upload-text-list-bg-color-hover: var(--color-fill1-1, #FAFAFA); + --upload-text-list-bg-color: var(--color-fill1-1, #fafafa); + --upload-text-list-bg-color-hover: var(--color-fill1-1, #fafafa); --upload-text-list-name-font-color: var(--color-text1-5, #333333); - --upload-text-list-name-font-color-hover: var(--color-brand1-6, #0070CC); - --upload-text-list-size-font-color-hover: var(--color-brand1-6, #0070CC); - --upload-image-list-item-bg-color: var(--color-fill1-1, #FAFAFA); - --upload-image-list-item-uploading-bg-color: var(--color-fill1-1, #FAFAFA); - --upload-image-list-item-error-bg-color: var(--color-error-1, #FCEBEA); + --upload-text-list-name-font-color-hover: var(--color-brand1-6, #0070cc); + --upload-text-list-size-font-color-hover: var(--color-brand1-6, #0070cc); + --upload-image-list-item-bg-color: var(--color-fill1-1, #fafafa); + --upload-image-list-item-uploading-bg-color: var(--color-fill1-1, #fafafa); + --upload-image-list-item-error-bg-color: var(--color-error-1, #fcebea); --upload-image-list-item-border-color: var(--color-transparent, transparent); --upload-image-list-item-border-color-error: var(--color-transparent, transparent); --upload-image-list-item-border-color-hover: var(--color-transparent, transparent); - --upload-image-list-item-picture-border-color: var(--color-line1-1, #DEDEDE); - --upload-image-list-item-picture-background-color: var(--color-fill1-1, #FAFAFA); - --upload-card-bg-color: var(--color-white, #FFFFFF); - --upload-card-border-color: var(--color-line1-1, #DEDEDE); + --upload-image-list-item-picture-border-color: var(--color-line1-1, #dedede); + --upload-image-list-item-picture-background-color: var(--color-fill1-1, #fafafa); + --upload-card-bg-color: var(--color-white, #ffffff); + --upload-card-border-color: var(--color-line1-1, #dedede); --upload-card-hover-border-color: var(--color-line1-4, #737373); --upload-card-font-color: var(--color-text1-2, #888888); --upload-card-icon-color: var(--color-text1-2, #888888); --upload-card-size: var(--s-26, 104px); --upload-card-hover-font-color: var(--color-text1-3, #555555); - --upload-card-list-border-color: var(--color-line1-1, #DEDEDE); - --upload-card-list-thumbnail-font-color: var(--color-text1-1, #C1C1C1); + --upload-card-list-border-color: var(--color-line1-1, #dedede); + --upload-card-list-thumbnail-font-color: var(--color-text1-1, #c1c1c1); --upload-card-list-thumbnail-icon-size: var(--icon-l, 24px); --upload-card-list-name-font-color: var(--color-text1-5, #333333); --upload-drag-zone-over-border-color: var(--color-line1-4, #737373); - --upload-disable-text-color: var(--color-text1-1, #C1C1C1); - --upload-disable-border-color: var(--color-line1-1, #DEDEDE); + --upload-disable-text-color: var(--color-text1-1, #c1c1c1); + --upload-disable-border-color: var(--color-line1-1, #dedede); --upload-text-list-font-size: var(--font-size-body-1, 12px); --upload-text-list-close-icon-right: var(--s-3, 12px); --upload-text-list-corner: var(--corner-zero, 0); - --upload-text-list-bg-color-error: var(--color-error-1, #FCEBEA); - --upload-text-list-error-text-color: var(--color-error-3, #D93026); + --upload-text-list-bg-color-error: var(--color-error-1, #fcebea); + --upload-text-list-error-text-color: var(--color-error-3, #d93026); --upload-text-list-close-icon-color: var(--color-text1-2, #888888); --upload-text-list-close-icon-color-hover: var(--color-text1-3, #555555); --upload-text-list-size-font-color: var(--color-text1-2, #888888); @@ -45963,7 +48599,7 @@ body.lang-ja { --upload-image-list-item-picture-icon-size: var(--icon-l, 24px); --upload-image-list-item-picture-border-width: var(--line-1, 1px); --upload-image-list-item-picture-corner: var(--corner-zero, 0); - --upload-image-list-item-thumbnail-font-color: var(--color-text1-1, #C1C1C1); + --upload-image-list-item-thumbnail-font-color: var(--color-text1-1, #c1c1c1); --upload-image-list-item-font-size: var(--font-size-body-1, 12px); --upload-image-list-close-icon-size: var(--icon-xs, 12px); --upload-image-list-close-icon-right: var(--s-1, 4px); @@ -45978,19 +48614,19 @@ body.lang-ja { --upload-card-border-style: var(--line-dashed, dashed); --upload-card-add-icon: var(--icon-content-add, ""); --upload-card-list-bg-color: var(--color-transparent, transparent); - --upload-card-list-uploading-bg-color: var(--color-fill1-1, #FAFAFA); - --upload-card-list-bg-color-error: var(--color-fill1-1, #FAFAFA); + --upload-card-list-uploading-bg-color: var(--color-fill1-1, #fafafa); + --upload-card-list-bg-color-error: var(--color-fill1-1, #fafafa); --upload-card-list-margin-right: var(--s-3, 12px); --upload-card-list-padding: var(--s-zero, 0px); --upload-card-list-corner: var(--corner-zero, 0); - --upload-card-list-border-color-error: var(--color-error-3, #D93026); + --upload-card-list-border-color-error: var(--color-error-3, #d93026); --upload-card-list-thumbnail-font-size: var(--font-size-caption, 12px); --upload-card-list-name-margin-top: var(--s-1, 4px); --upload-card-list-name-font-size: var(--font-size-caption, 12px); --upload-card-list-progressbar-height: var(--s-2, 8px); --upload-select-card-tool-bg-color: var(--color-black, #000000); - --upload-select-card-tool-bg-opacity: .7; - --upload-drag-zone-border-color: var(--color-line1-3, #A8A8A8); + --upload-select-card-tool-bg-opacity: 0.7; + --upload-drag-zone-border-color: var(--color-line1-3, #a8a8a8); --upload-drag-zone-corner: var(--corner-1, 0px); --upload-drag-zone-font-size: var(--font-size-body-2, 14px); --upload-drag-zone-icon-size: var(--s-6, 24px); @@ -46006,12 +48642,12 @@ body.lang-ja { --transfer-panel-header-padding-left-right: var(--s-4, 16px); --transfer-panel-footer-padding-left-right: var(--s-4, 16px); --transfer-simple-move-icon-color: var(--color-text1-2, #888888); - --transfer-panel-border-color: var(--color-line1-1, #DEDEDE); + --transfer-panel-border-color: var(--color-line1-1, #dedede); --transfer-panel-header-text-color: var(--color-text1-5, #333333); - --transfer-panel-header-background-color: var(--color-white, #FFFFFF); + --transfer-panel-header-background-color: var(--color-white, #ffffff); --transfer-panel-footer-text-color: var(--color-text1-5, #333333); - --transfer-simple-panel-footer-text-color: var(--color-link-1, #0070CC); - --transfer-simple-panel-item-hover-text-color: var(--color-link-1, #0070CC); + --transfer-simple-panel-footer-text-color: var(--color-link-1, #0070cc); + --transfer-simple-panel-item-hover-text-color: var(--color-link-1, #0070cc); --transfer-operation-margin-gutter: var(--s-2, 8px); --transfer-panel-border-width: var(--line-1, 1px); --transfer-panel-header-padding-top-bottom: var(--s-2, 8px); @@ -46024,30 +48660,30 @@ body.lang-ja { --transfer-panel-footer-padding-top-bottom: var(--s-2, 8px); --transfer-simple-move-icon: var(--icon-content-switch, ""); --transfer-panel-border-corner: var(--corner-1, 0px); - --transfer-panel-background-color: var(--color-white, #FFFFFF); + --transfer-panel-background-color: var(--color-white, #ffffff); --transfer-panel-search-icon-color: var(--color-text1-2, #888888); - --transfer-panel-footer-background-color: var(--color-white, #FFFFFF); + --transfer-panel-footer-background-color: var(--color-white, #ffffff); --transfer-panel-footer-shadow: var(--shadow-zero, none); /* ------------------------ time-picker ------------------------ */ - --time-picker-menu-border-color: var(--color-line1-1, #DEDEDE); + --time-picker-menu-border-color: var(--color-line1-1, #dedede); --time-picker-menu-item-color: var(--color-text1-5, #333333); --time-picker-menu-item-color-hover: var(--color-text1-5, #333333); - --time-picker-menu-item-color-selected: var(--color-brand1-6, #0070CC); - --time-picker-menu-item-background-hover: var(--color-fill1-4, #EBEBEB); - --time-picker-menu-item-background-selected: var(--color-brand1-1, #F3FAFF); + --time-picker-menu-item-color-selected: var(--color-brand1-6, #0070cc); + --time-picker-menu-item-background-hover: var(--color-fill1-4, #ebebeb); + --time-picker-menu-item-background-selected: var(--color-brand1-1, #f3faff); --time-picker-panel-width: var(--s-50, 200px); - --time-picker-panel-background: var(--color-white, #FFFFFF); + --time-picker-panel-background: var(--color-white, #ffffff); --time-picker-menu-border-width: var(--line-1, 1px); --time-picker-menu-title-font-size: var(--font-size-caption, 12px); --time-picker-menu-item-font-size: var(--font-size-caption, 12px); --time-picker-menu-title-height: var(--s-7, 28px); --time-picker-menu-item-height: var(--s-7, 28px); --time-picker-menu-title-color: var(--color-text1-2, #888888); - --time-picker-menu-title-background: var(--color-white, #FFFFFF); + --time-picker-menu-title-background: var(--color-white, #ffffff); --time-pikcer-menu-title-font-weight: var(--font-weight-2, normal); - --time-picker-menu-item-color-disabled: var(--color-text1-1, #C1C1C1); - --time-picker-menu-item-background: var(--color-white, #FFFFFF); - --time-picker-menu-item-background-disabled: var(--color-white, #FFFFFF); + --time-picker-menu-item-color-disabled: var(--color-text1-1, #c1c1c1); + --time-picker-menu-item-background: var(--color-white, #ffffff); + --time-picker-menu-item-background-disabled: var(--color-white, #ffffff); --time-picker-menu-item-font-weight-selected: var(--font-weight-3, bold); --time-picker-clock-icon: var(--icon-content-clock, ""); /* ------------------------ cascader-select ------------------------ */ @@ -46067,10 +48703,10 @@ body.lang-ja { --typography-text-strong-font-weight: var(--font-weight-semi-bold, 600); --typography-text-code-corner: var(--corner-1, 0px); --typography-text-mark-color: var(--color-text1-4, #111111); - --typography-text-mark-background: var(--color-warning-2, #FFE2A2); + --typography-text-mark-background: var(--color-warning-2, #ffe2a2); --typography-text-code-color: var(--color-text1-4, #111111); - --typography-text-code-background: var(--color-fill1-2, #F7F7F7); - --typography-text-code-border-color: var(--color-line1-1, #DEDEDE); + --typography-text-code-background: var(--color-fill1-2, #f7f7f7); + --typography-text-code-border-color: var(--color-line1-1, #dedede); --typography-paragraph-font-size: var(--font-size-body-2, 14px); --typography-paragraph-line-height: var(--font-lineheight-2, 1.5); --typography-title-h1-font-size: var(--font-size-headline, 18px); @@ -46087,9 +48723,9 @@ body.lang-ja { --badge-size-count-padding-lr: var(--s-1, 4px); --badge-size-custom-padding-lr: var(--s-1, 4px); --badge-size-count-font: var(--font-size-caption, 12px); - --badge-color-bg: var(--color-error-3, #D93026); + --badge-color-bg: var(--color-error-3, #d93026); --badge-size-count-border-radius: var(--s-2, 8px); - --badge-dot-color-bg: var(--color-error-3, #D93026); + --badge-dot-color-bg: var(--color-error-3, #d93026); --badge-size-dot-border-radius: var(--s-2, 8px); --badge-size-custom-border-radius: var(--corner-1, 0px); /* ------------------------ drawer ------------------------ */ @@ -46100,15 +48736,15 @@ body.lang-ja { --drawer-content-padding-bottom: var(--s-5, 20px); --drawer-content-padding-left-right: var(--s-5, 20px); --drawer-close-size: var(--icon-xs, 12px); - --drawer-bg: var(--color-white, #FFFFFF); + --drawer-bg: var(--color-white, #ffffff); --drawer-border-width: var(--line-1, 1px); - --drawer-border-color: var(--color-line1-2, #C9C9C9); + --drawer-border-color: var(--color-line1-2, #c9c9c9); --drawer-border-style: var(--line-solid, solid); --drawer-corner: var(--corner-1, 0px); --drawer-shadow: var(--shadow-2-down, 0px 2px 8px 0px rgba(0, 0, 0, 0.13)); --drawer-title-color: var(--color-text1-4, #111111); - --drawer-title-bg-color: var(--color-white, #FFFFFF); - --drawer-title-border-color: var(--color-line1-2, #C9C9C9); + --drawer-title-bg-color: var(--color-white, #ffffff); + --drawer-title-border-color: var(--color-line1-2, #c9c9c9); --drawer-content-color: var(--color-text1-3, #555555); --drawer-close-color: var(--color-text1-2, #888888); --drawer-close-color-hovered: var(--color-text1-4, #111111); @@ -46145,18 +48781,18 @@ body.lang-ja { /* ------------------------ shell ------------------------ */ --shell-light-header-color: var(--color-black, #000000); --shell-light-header-height: var(--s-13, 52px); - --shell-light-header-background: var(--color-white, #FFFFFF); + --shell-light-header-background: var(--color-white, #ffffff); --shell-light-header-shadow: var(--shadow-zero, none); --shell-light-header-divider-size: var(--line-1, 1px); --shell-light-header-divider-style: var(--line-solid, solid); - --shell-light-header-divider-color: var(--color-line1-1, #DEDEDE); + --shell-light-header-divider-color: var(--color-line1-1, #dedede); --shell-light-header-paddingLeft: var(--s-4, 16px); --shell-light-multitask-min-height: var(--s-10, 40px); - --shell-light-multitask-background: var(--color-white, #FFFFFF); + --shell-light-multitask-background: var(--color-white, #ffffff); --shell-light-multitask-shadow: var(--shadow-zero, none); --shell-light-multitask-divider-size: var(--line-1, 1px); --shell-light-multitask-divider-style: var(--line-solid, solid); - --shell-light-multitask-divider-color: var(--color-line1-1, #DEDEDE); + --shell-light-multitask-divider-color: var(--color-line1-1, #dedede); --shell-light-multitask-paddingLeft: var(--s-zero, 0px); --shell-light-navigation-hoz-marginLeft: var(--s-12, 48px); --shell-light-navigation-ver-width: var(--s-42, 168px); @@ -46164,70 +48800,70 @@ body.lang-ja { --shell-light-navigation-ver-paddingTop: var(--s-2, 8px); --shell-light-navigation-ver-paddingBottom: var(--s-2, 8px); --shell-light-navigation-ver-width-mini: var(--s-15, 60px); - --shell-light-navigation-ver-background: var(--color-white, #FFFFFF); + --shell-light-navigation-ver-background: var(--color-white, #ffffff); --shell-light-navigation-ver-divider-size: var(--line-1, 1px); --shell-light-navigation-ver-divider-style: var(--line-solid, solid); - --shell-light-navigation-ver-divider-color: var(--color-line1-1, #DEDEDE); + --shell-light-navigation-ver-divider-color: var(--color-line1-1, #dedede); --shell-light-local-navigation-width: var(--s-42, 168px); - --shell-light-local-navigation-background: var(--color-fill1-4, #EBEBEB); + --shell-light-local-navigation-background: var(--color-fill1-4, #ebebeb); --shell-light-local-navigation-paddingTop: var(--s-2, 8px); --shell-light-local-navigation-paddingBottom: var(--s-2, 8px); --shell-light-local-navigation-shadow: var(--shadow-zero, none); --shell-light-local-navigation-divider-size: var(--line-1, 1px); --shell-light-local-navigation-divider-style: var(--line-solid, solid); - --shell-light-local-navigation-divider-color: var(--color-line1-1, #DEDEDE); - --shell-light-appbar-background: var(--color-white, #FFFFFF); + --shell-light-local-navigation-divider-color: var(--color-line1-1, #dedede); + --shell-light-appbar-background: var(--color-white, #ffffff); --shell-light-appbar-min-height: var(--s-12, 48px); --shell-light-appbar-shadow: var(--shadow-zero, none); --shell-light-appbar-paddingLeft: var(--s-6, 24px); --shell-light-appbar-divider-size: var(--line-1, 1px); --shell-light-appbar-divider-style: var(--line-solid, solid); - --shell-light-appbar-divider-color: var(--color-line1-1, #DEDEDE); - --shell-light-content-background: var(--color-fill1-3, #F5F5F5); + --shell-light-appbar-divider-color: var(--color-line1-1, #dedede); + --shell-light-content-background: var(--color-fill1-3, #f5f5f5); --shell-light-content-paddingLeft: var(--s-5, 20px); --shell-light-content-paddingTop: var(--s-5, 20px); --shell-light-footer-min-height: var(--s-14, 56px); --shell-light-footer-background: var(--color-transparent, transparent); - --shell-light-footer-color: var(--color-text1-1, #C1C1C1); + --shell-light-footer-color: var(--color-text1-1, #c1c1c1); --shell-light-footer-font-size: var(--font-size-body-2, 14px); --shell-light-ancillary-width: var(--s-42, 168px); - --shell-light-ancillary-background: var(--color-white, #FFFFFF); + --shell-light-ancillary-background: var(--color-white, #ffffff); --shell-light-ancillary-paddingTop: var(--s-2, 8px); --shell-light-ancillary-paddingBottom: var(--s-2, 8px); --shell-light-ancillary-shadow: var(--shadow-zero, none); --shell-light-ancillary-divider-size: var(--line-1, 1px); --shell-light-ancillary-divider-style: var(--line-solid, solid); - --shell-light-ancillary-divider-color: var(--color-line1-1, #DEDEDE); + --shell-light-ancillary-divider-color: var(--color-line1-1, #dedede); --shell-light-tooldock-height: var(--s-13, 52px); --shell-light-tooldock-width: var(--s-13, 52px); - --shell-light-tooldock-background: var(--color-fill1-4, #EBEBEB); + --shell-light-tooldock-background: var(--color-fill1-4, #ebebeb); --shell-light-tooldock-paddingTop: var(--s-2, 8px); --shell-light-tooldock-paddingBottom: var(--s-2, 8px); --shell-light-tooldock-shadow: var(--shadow-zero, none); --shell-light-tooldock-divider-size: var(--line-1, 1px); --shell-light-tooldock-divider-style: var(--line-solid, solid); - --shell-light-tooldock-divider-color: var(--color-line1-1, #DEDEDE); + --shell-light-tooldock-divider-color: var(--color-line1-1, #dedede); --shell-light-tooldock-item-paddingTop: var(--s-2, 8px); --shell-light-tooldock-item-color: var(--color-text1-3, #555555); --shell-light-tooldock-item-color-hover: var(--color-text1-4, #111111); --shell-light-tooldock-item-color-active: var(--color-text1-4, #111111); --shell-light-tooldock-item-background: var(--color-transparent, transparent); - --shell-light-tooldock-item-background-hover: var(--color-fill1-3, #F5F5F5); - --shell-light-tooldock-item-background-active: var(--color-fill1-3, #F5F5F5); - --shell-dark-header-color: var(--color-white, #FFFFFF); + --shell-light-tooldock-item-background-hover: var(--color-fill1-3, #f5f5f5); + --shell-light-tooldock-item-background-active: var(--color-fill1-3, #f5f5f5); + --shell-dark-header-color: var(--color-white, #ffffff); --shell-dark-header-height: var(--s-13, 52px); --shell-dark-header-background: var(--color-black, #000000); --shell-dark-header-shadow: var(--shadow-1-down, 0px 1px 4px 0px rgba(0, 0, 0, 0.13)); --shell-dark-header-divider-size: var(--line-1, 1px); --shell-dark-header-divider-style: var(--line-solid, solid); - --shell-dark-header-divider-color: #1F1F1F; + --shell-dark-header-divider-color: #1f1f1f; --shell-dark-header-paddingLeft: var(--s-4, 16px); --shell-dark-multitask-min-height: var(--s-10, 40px); - --shell-dark-multitask-background: var(--color-white, #FFFFFF); + --shell-dark-multitask-background: var(--color-white, #ffffff); --shell-dark-multitask-shadow: var(--shadow-zero, none); --shell-dark-multitask-divider-size: var(--line-1, 1px); --shell-dark-multitask-divider-style: var(--line-solid, solid); - --shell-dark-multitask-divider-color: var(--color-line1-1, #DEDEDE); + --shell-dark-multitask-divider-color: var(--color-line1-1, #dedede); --shell-dark-multitask-paddingLeft: var(--s-zero, 0px); --shell-dark-navigation-hoz-marginLeft: var(--s-12, 48px); --shell-dark-navigation-ver-width: var(--s-42, 168px); @@ -46238,67 +48874,67 @@ body.lang-ja { --shell-dark-navigation-ver-background: var(--color-text1-4, #111111); --shell-dark-navigation-ver-divider-size: var(--line-1, 1px); --shell-dark-navigation-ver-divider-style: var(--line-solid, solid); - --shell-dark-navigation-ver-divider-color: var(--color-line1-1, #DEDEDE); + --shell-dark-navigation-ver-divider-color: var(--color-line1-1, #dedede); --shell-dark-local-navigation-width: var(--s-42, 168px); - --shell-dark-local-navigation-background: var(--color-fill1-4, #EBEBEB); + --shell-dark-local-navigation-background: var(--color-fill1-4, #ebebeb); --shell-dark-local-navigation-paddingTop: var(--s-2, 8px); --shell-dark-local-navigation-paddingBottom: var(--s-2, 8px); --shell-dark-local-navigation-shadow: var(--shadow-zero, none); --shell-dark-local-navigation-divider-size: var(--line-1, 1px); --shell-dark-local-navigation-divider-style: var(--line-solid, solid); - --shell-dark-local-navigation-divider-color: var(--color-line1-1, #DEDEDE); - --shell-dark-appbar-background: var(--color-white, #FFFFFF); + --shell-dark-local-navigation-divider-color: var(--color-line1-1, #dedede); + --shell-dark-appbar-background: var(--color-white, #ffffff); --shell-dark-appbar-min-height: var(--s-12, 48px); --shell-dark-appbar-shadow: var(--shadow-zero, none); --shell-dark-appbar-paddingLeft: var(--s-6, 24px); --shell-dark-appbar-divider-size: var(--line-1, 1px); --shell-dark-appbar-divider-style: var(--line-solid, solid); - --shell-dark-appbar-divider-color: var(--color-line1-1, #DEDEDE); - --shell-dark-content-background: var(--color-fill1-3, #F5F5F5); + --shell-dark-appbar-divider-color: var(--color-line1-1, #dedede); + --shell-dark-content-background: var(--color-fill1-3, #f5f5f5); --shell-dark-content-paddingLeft: var(--s-5, 20px); --shell-dark-content-paddingTop: var(--s-5, 20px); --shell-dark-footer-min-height: var(--s-14, 56px); --shell-dark-footer-background: var(--color-transparent, transparent); - --shell-dark-footer-color: var(--color-text1-1, #C1C1C1); + --shell-dark-footer-color: var(--color-text1-1, #c1c1c1); --shell-dark-footer-font-size: var(--font-size-body-2, 14px); --shell-dark-ancillary-width: var(--s-42, 168px); - --shell-dark-ancillary-background: var(--color-white, #FFFFFF); + --shell-dark-ancillary-background: var(--color-white, #ffffff); --shell-dark-ancillary-paddingTop: var(--s-2, 8px); --shell-dark-ancillary-paddingBottom: var(--s-2, 8px); --shell-dark-ancillary-shadow: var(--shadow-zero, none); --shell-dark-ancillary-divider-size: var(--line-1, 1px); --shell-dark-ancillary-divider-style: var(--line-solid, solid); - --shell-dark-ancillary-divider-color: var(--color-line1-1, #DEDEDE); + --shell-dark-ancillary-divider-color: var(--color-line1-1, #dedede); --shell-dark-tooldock-height: var(--s-13, 52px); --shell-dark-tooldock-width: var(--s-13, 52px); - --shell-dark-tooldock-background: var(--color-fill1-4, #EBEBEB); + --shell-dark-tooldock-background: var(--color-fill1-4, #ebebeb); --shell-dark-tooldock-paddingTop: var(--s-2, 8px); --shell-dark-tooldock-paddingBottom: var(--s-2, 8px); --shell-dark-tooldock-shadow: var(--shadow-zero, none); --shell-dark-tooldock-divider-size: var(--line-1, 1px); --shell-dark-tooldock-divider-style: var(--line-solid, solid); - --shell-dark-tooldock-divider-color: var(--color-line1-1, #DEDEDE); + --shell-dark-tooldock-divider-color: var(--color-line1-1, #dedede); --shell-dark-tooldock-item-paddingTop: var(--s-2, 8px); --shell-dark-tooldock-item-color: var(--color-text1-3, #555555); --shell-dark-tooldock-item-color-hover: var(--color-text1-4, #111111); --shell-dark-tooldock-item-color-active: var(--color-text1-4, #111111); --shell-dark-tooldock-item-background: var(--color-transparent, transparent); - --shell-dark-tooldock-item-background-hover: var(--color-fill1-3, #F5F5F5); - --shell-dark-tooldock-item-background-active: var(--color-fill1-3, #F5F5F5); - --shell-brand-header-color: var(--color-white, #FFFFFF); + --shell-dark-tooldock-item-background-hover: var(--color-fill1-3, #f5f5f5); + --shell-dark-tooldock-item-background-active: var(--color-fill1-3, #f5f5f5); + --shell-brand-header-color: var(--color-white, #ffffff); --shell-brand-header-height: var(--s-13, 52px); - --shell-brand-header-background: var(--color-brand1-6, #0070CC); + --shell-brand-header-background: var(--color-brand1-6, #0070cc); --shell-brand-header-shadow: var(--shadow-1-down, 0px 1px 4px 0px rgba(0, 0, 0, 0.13)); --shell-brand-header-divider-size: var(--line-1, 1px); --shell-brand-header-divider-style: var(--line-solid, solid); - --shell-brand-header-divider-color: var(--color-line1-1, #DEDEDE); + --shell-brand-header-divider-color: var(--color-line1-1, #dedede); --shell-brand-header-paddingLeft: var(--s-4, 16px); --shell-brand-multitask-min-height: var(--s-10, 40px); - --shell-brand-multitask-background: var(--color-white, #FFFFFF); + --shell-brand-multitask-background: var(--color-white, #ffffff); --shell-brand-multitask-shadow: var(--shadow-zero, none); --shell-brand-multitask-divider-size: var(--line-1, 1px); --shell-brand-multitask-divider-style: var(--line-solid, solid); - --shell-brand-multitask-divider-color: var(--color-line1-1, #DEDEDE); + --shell-brand-multitask-divider-color: var(--color-line1-1, #dedede); --shell-brand-multitask-paddingLeft: var(--s-zero, 0px); --shell-brand-navigation-hoz-marginLeft: var(--s-12, 48px); --shell-brand-navigation-ver-width: var(--s-42, 168px); @@ -46306,59 +48942,59 @@ body.lang-ja { --shell-brand-navigation-ver-paddingTop: var(--s-2, 8px); --shell-brand-navigation-ver-paddingBottom: var(--s-2, 8px); --shell-brand-navigation-ver-width-mini: var(--s-15, 60px); - --shell-brand-navigation-ver-background: var(--color-white, #FFFFFF); + --shell-brand-navigation-ver-background: var(--color-white, #ffffff); --shell-brand-navigation-ver-divider-size: var(--line-1, 1px); --shell-brand-navigation-ver-divider-style: var(--line-solid, solid); - --shell-brand-navigation-ver-divider-color: var(--color-line1-1, #DEDEDE); + --shell-brand-navigation-ver-divider-color: var(--color-line1-1, #dedede); --shell-brand-local-navigation-width: var(--s-42, 168px); - --shell-brand-local-navigation-background: var(--color-fill1-4, #EBEBEB); + --shell-brand-local-navigation-background: var(--color-fill1-4, #ebebeb); --shell-brand-local-navigation-paddingTop: var(--s-2, 8px); --shell-brand-local-navigation-paddingBottom: var(--s-2, 8px); --shell-brand-local-navigation-shadow: var(--shadow-zero, none); --shell-brand-local-navigation-divider-size: var(--line-1, 1px); --shell-brand-local-navigation-divider-style: var(--line-solid, solid); - --shell-brand-local-navigation-divider-color: var(--color-line1-1, #DEDEDE); - --shell-brand-appbar-background: var(--color-white, #FFFFFF); + --shell-brand-local-navigation-divider-color: var(--color-line1-1, #dedede); + --shell-brand-appbar-background: var(--color-white, #ffffff); --shell-brand-appbar-min-height: var(--s-12, 48px); --shell-brand-appbar-shadow: var(--shadow-zero, none); --shell-brand-appbar-paddingLeft: var(--s-6, 24px); --shell-brand-appbar-divider-size: var(--line-1, 1px); --shell-brand-appbar-divider-style: var(--line-solid, solid); - --shell-brand-appbar-divider-color: var(--color-line1-1, #DEDEDE); - --shell-brand-content-background: var(--color-fill1-3, #F5F5F5); + --shell-brand-appbar-divider-color: var(--color-line1-1, #dedede); + --shell-brand-content-background: var(--color-fill1-3, #f5f5f5); --shell-brand-content-paddingLeft: var(--s-5, 20px); --shell-brand-content-paddingTop: var(--s-5, 20px); --shell-brand-footer-min-height: var(--s-14, 56px); --shell-brand-footer-background: var(--color-transparent, transparent); - --shell-brand-footer-color: var(--color-text1-1, #C1C1C1); + --shell-brand-footer-color: var(--color-text1-1, #c1c1c1); --shell-brand-footer-font-size: var(--font-size-body-2, 14px); --shell-brand-ancillary-width: var(--s-42, 168px); - --shell-brand-ancillary-background: var(--color-white, #FFFFFF); + --shell-brand-ancillary-background: var(--color-white, #ffffff); --shell-brand-ancillary-paddingTop: var(--s-2, 8px); --shell-brand-ancillary-paddingBottom: var(--s-2, 8px); --shell-brand-ancillary-shadow: var(--shadow-zero, none); --shell-brand-ancillary-divider-size: var(--line-1, 1px); --shell-brand-ancillary-divider-style: var(--line-solid, solid); - --shell-brand-ancillary-divider-color: var(--color-line1-1, #DEDEDE); + --shell-brand-ancillary-divider-color: var(--color-line1-1, #dedede); --shell-brand-tooldock-height: var(--s-13, 52px); --shell-brand-tooldock-width: var(--s-13, 52px); - --shell-brand-tooldock-background: var(--color-fill1-4, #EBEBEB); + --shell-brand-tooldock-background: var(--color-fill1-4, #ebebeb); --shell-brand-tooldock-paddingTop: var(--s-2, 8px); --shell-brand-tooldock-paddingBottom: var(--s-2, 8px); --shell-brand-tooldock-shadow: var(--shadow-zero, none); --shell-brand-tooldock-divider-size: var(--line-1, 1px); --shell-brand-tooldock-divider-style: var(--line-solid, solid); - --shell-brand-tooldock-divider-color: var(--color-line1-1, #DEDEDE); + --shell-brand-tooldock-divider-color: var(--color-line1-1, #dedede); --shell-brand-tooldock-item-paddingTop: var(--s-2, 8px); --shell-brand-tooldock-item-color: var(--color-text1-3, #555555); --shell-brand-tooldock-item-color-hover: var(--color-text1-4, #111111); --shell-brand-tooldock-item-color-active: var(--color-text1-4, #111111); --shell-brand-tooldock-item-background: var(--color-transparent, transparent); - --shell-brand-tooldock-item-background-hover: var(--color-fill1-3, #F5F5F5); - --shell-brand-tooldock-item-background-active: var(--color-fill1-3, #F5F5F5); + --shell-brand-tooldock-item-background-hover: var(--color-fill1-3, #f5f5f5); + --shell-brand-tooldock-item-background-active: var(--color-fill1-3, #f5f5f5); /* ------------------------ divider ------------------------ */ --divider-hoz-size: var(--line-1, 1px); - --divider-hoz-color: var(--color-line1-2, #C9C9C9); + --divider-hoz-color: var(--color-line1-2, #c9c9c9); --divider-hoz-text-center-paddingLeft: var(--s-4, 16px); --divider-hoz-text-left-paddingLeft: var(--s-4, 16px); --divider-hoz-text-marginTop: var(--s-4, 16px); @@ -46367,12 +49003,12 @@ body.lang-ja { --divider-hoz-text-weight: var(--font-weight-2, normal); --divider-hoz-text-color: var(--color-text1-4, #111111); --divider-ver-size: var(--line-1, 1px); - --divider-ver-color: var(--color-line1-2, #C9C9C9); + --divider-ver-color: var(--color-line1-2, #c9c9c9); --divider-ver-marginLeft: var(--s-2, 8px); /* ------------------------ tree-select ------------------------ */ --tree-select-padding-vertical: var(--s-2, 8px); --tree-select-padding-horizontal: var(--s-5, 20px); - --tree-select-background: var(--color-white, #FFFFFF); + --tree-select-background: var(--color-white, #ffffff); /* ------------------------ nav ------------------------ */ --nav-hoz-height: var(--s-11, 44px); --nav-hoz-font-size: var(--font-size-body-1, 12px); @@ -46400,83 +49036,83 @@ body.lang-ja { --nav-primary-bg-color: var(--color-text1-4, #111111); --nav-primary-border-width: var(--line-zero, 0px); --nav-primary-border-color: var(--color-text1-4, #111111); - --nav-primary-text-color: var(--color-white, #FFFFFF); + --nav-primary-text-color: var(--color-white, #ffffff); --nav-primary-text-style: var(--font-weight-2, normal); --nav-primary-shadow: var(--shadow-2, 2px 2px 8px 0px rgba(0, 0, 0, 0.13)); --nav-primary-sub-nav-bg-color: var(--color-text1-4, #111111); - --nav-primary-sub-nav-text-color: var(--color-white, #FFFFFF); + --nav-primary-sub-nav-text-color: var(--color-white, #ffffff); --nav-primary-sub-nav-text-style: var(--font-weight-2, normal); --nav-primary-group-text-color: var(--color-text1-2, #888888); --nav-primary-group-text-style: var(--font-weight-2, normal); --nav-primary-item-hover-bg-color: var(--color-black, #000000); - --nav-primary-item-hover-text-color: var(--color-white, #FFFFFF); + --nav-primary-item-hover-text-color: var(--color-white, #ffffff); --nav-primary-item-hover-text-style: var(--font-weight-2, normal); - --nav-primary-item-hover-active-color: var(--color-brand1-6, #0070CC); + --nav-primary-item-hover-active-color: var(--color-brand1-6, #0070cc); --nav-primary-sub-nav-hover-bg-color: var(--color-black, #000000); - --nav-primary-sub-nav-hover-text-color: var(--color-white, #FFFFFF); + --nav-primary-sub-nav-hover-text-color: var(--color-white, #ffffff); --nav-primary-item-selected-bg-color: var(--color-black, #000000); - --nav-primary-item-selected-text-color: var(--color-white, #FFFFFF); + --nav-primary-item-selected-text-color: var(--color-white, #ffffff); --nav-primary-item-selected-text-style: var(--font-weight-3, bold); - --nav-primary-item-selected-active-color: var(--color-brand1-6, #0070CC); + --nav-primary-item-selected-active-color: var(--color-brand1-6, #0070cc); --nav-primary-sub-nav-selected-bg-color: var(--color-black, #000000); - --nav-primary-sub-nav-selected-text-color: var(--color-white, #FFFFFF); - --nav-primary-sub-nav-active-color: var(--color-brand1-6, #0070CC); + --nav-primary-sub-nav-selected-text-color: var(--color-white, #ffffff); + --nav-primary-sub-nav-active-color: var(--color-brand1-6, #0070cc); --nav-primary-item-opened-bg-color: var(--color-black, #000000); - --nav-primary-item-opened-text-color: var(--color-white, #FFFFFF); - --nav-secondary-bg-color: var(--color-brand1-6, #0070CC); + --nav-primary-item-opened-text-color: var(--color-white, #ffffff); + --nav-secondary-bg-color: var(--color-brand1-6, #0070cc); --nav-secondary-border-width: var(--line-zero, 0px); - --nav-secondary-border-color: var(--color-brand1-6, #0070CC); - --nav-secondary-text-color: var(--color-white, #FFFFFF); + --nav-secondary-border-color: var(--color-brand1-6, #0070cc); + --nav-secondary-text-color: var(--color-white, #ffffff); --nav-secondary-text-style: var(--font-weight-2, normal); --nav-secondary-shadow: var(--shadow-2, 2px 2px 8px 0px rgba(0, 0, 0, 0.13)); - --nav-secondary-sub-nav-bg-color: var(--color-brand1-6, #0070CC); - --nav-secondary-sub-nav-text-color: var(--color-white, #FFFFFF); + --nav-secondary-sub-nav-bg-color: var(--color-brand1-6, #0070cc); + --nav-secondary-sub-nav-text-color: var(--color-white, #ffffff); --nav-secondary-sub-nav-text-style: var(--font-weight-2, normal); - --nav-secondary-group-text-color: var(--color-white, #FFFFFF); + --nav-secondary-group-text-color: var(--color-white, #ffffff); --nav-secondary-group-text-style: var(--font-weight-2, normal); - --nav-secondary-item-hover-bg-color: var(--color-brand1-9, #003A6A); - --nav-secondary-item-hover-text-color: var(--color-white, #FFFFFF); + --nav-secondary-item-hover-bg-color: var(--color-brand1-9, #003a6a); + --nav-secondary-item-hover-text-color: var(--color-white, #ffffff); --nav-secondary-item-hover-text-style: var(--font-weight-2, normal); - --nav-secondary-item-hover-active-color: var(--color-brand1-9, #003A6A); - --nav-secondary-sub-nav-hover-bg-color: var(--color-brand1-9, #003A6A); - --nav-secondary-sub-nav-hover-text-color: var(--color-white, #FFFFFF); - --nav-secondary-item-selected-bg-color: var(--color-brand1-9, #003A6A); - --nav-secondary-item-selected-text-color: var(--color-white, #FFFFFF); + --nav-secondary-item-hover-active-color: var(--color-brand1-9, #003a6a); + --nav-secondary-sub-nav-hover-bg-color: var(--color-brand1-9, #003a6a); + --nav-secondary-sub-nav-hover-text-color: var(--color-white, #ffffff); + --nav-secondary-item-selected-bg-color: var(--color-brand1-9, #003a6a); + --nav-secondary-item-selected-text-color: var(--color-white, #ffffff); --nav-secondary-item-selected-text-style: var(--font-weight-3, bold); - --nav-secondary-item-selected-active-color: var(--color-brand1-9, #003A6A); - --nav-secondary-sub-nav-selected-bg-color: var(--color-brand1-9, #003A6A); - --nav-secondary-sub-nav-selected-text-color: var(--color-white, #FFFFFF); - --nav-secondary-sub-nav-active-color: var(--color-brand1-6, #0070CC); - --nav-secondary-item-opened-bg-color: var(--color-brand1-9, #003A6A); - --nav-secondary-item-opened-text-color: var(--color-white, #FFFFFF); - --nav-normal-bg-color: var(--color-white, #FFFFFF); - --nav-normal-border-color: var(--color-line1-1, #DEDEDE); + --nav-secondary-item-selected-active-color: var(--color-brand1-9, #003a6a); + --nav-secondary-sub-nav-selected-bg-color: var(--color-brand1-9, #003a6a); + --nav-secondary-sub-nav-selected-text-color: var(--color-white, #ffffff); + --nav-secondary-sub-nav-active-color: var(--color-brand1-6, #0070cc); + --nav-secondary-item-opened-bg-color: var(--color-brand1-9, #003a6a); + --nav-secondary-item-opened-text-color: var(--color-white, #ffffff); + --nav-normal-bg-color: var(--color-white, #ffffff); + --nav-normal-border-color: var(--color-line1-1, #dedede); --nav-normal-text-color: var(--color-text1-4, #111111); --nav-normal-text-style: var(--font-weight-2, normal); --nav-normal-border-line: var(--line-1, 1px); --nav-normal-shadow: var(--shadow-2, 2px 2px 8px 0px rgba(0, 0, 0, 0.13)); - --nav-normal-sub-nav-bg-color: var(--color-white, #FFFFFF); + --nav-normal-sub-nav-bg-color: var(--color-white, #ffffff); --nav-normal-sub-nav-text-color: var(--color-text1-4, #111111); --nav-normal-sub-nav-text-style: var(--font-weight-2, normal); --nav-normal-group-text-color: var(--color-text1-2, #888888); --nav-normal-group-text-style: var(--font-weight-2, normal); - --nav-normal-item-hover-bg-color: var(--color-white, #FFFFFF); - --nav-normal-item-hover-text-color: var(--color-brand1-6, #0070CC); + --nav-normal-item-hover-bg-color: var(--color-white, #ffffff); + --nav-normal-item-hover-text-color: var(--color-brand1-6, #0070cc); --nav-normal-item-hover-text-style: var(--font-weight-2, normal); - --nav-normal-item-hover-active-color: var(--color-brand1-6, #0070CC); - --nav-normal-sub-nav-hover-bg-color: var(--color-fill1-2, #F7F7F7); - --nav-normal-sub-nav-hover-text-color: var(--color-brand1-6, #0070CC); - --nav-normal-item-selected-bg-color: var(--color-fill1-2, #F7F7F7); - --nav-normal-item-selected-text-color: var(--color-brand1-6, #0070CC); + --nav-normal-item-hover-active-color: var(--color-brand1-6, #0070cc); + --nav-normal-sub-nav-hover-bg-color: var(--color-fill1-2, #f7f7f7); + --nav-normal-sub-nav-hover-text-color: var(--color-brand1-6, #0070cc); + --nav-normal-item-selected-bg-color: var(--color-fill1-2, #f7f7f7); + --nav-normal-item-selected-text-color: var(--color-brand1-6, #0070cc); --nav-normal-item-selected-text-style: var(--font-weight-3, bold); - --nav-normal-item-selected-active-color: var(--color-brand1-6, #0070CC); - --nav-normal-sub-nav-selected-bg-color: var(--color-fill1-2, #F7F7F7); - --nav-normal-sub-nav-selected-text-color: var(--color-brand1-6, #0070CC); - --nav-normal-sub-nav-active-color: var(--color-brand1-6, #0070CC); - --nav-normal-item-opened-bg-color: var(--color-fill1-2, #F7F7F7); - --nav-normal-item-opened-text-color: var(--color-brand1-6, #0070CC); + --nav-normal-item-selected-active-color: var(--color-brand1-6, #0070cc); + --nav-normal-sub-nav-selected-bg-color: var(--color-fill1-2, #f7f7f7); + --nav-normal-sub-nav-selected-text-color: var(--color-brand1-6, #0070cc); + --nav-normal-sub-nav-active-color: var(--color-brand1-6, #0070cc); + --nav-normal-item-opened-bg-color: var(--color-fill1-2, #f7f7f7); + --nav-normal-item-opened-text-color: var(--color-brand1-6, #0070cc); --nav-line-bg-color: var(--color-transparent, transparent); - --nav-line-border-color: var(--color-line1-2, #C9C9C9); + --nav-line-border-color: var(--color-line1-2, #c9c9c9); --nav-line-text-color: var(--color-text1-4, #111111); --nav-line-text-style: var(--font-weight-2, normal); --nav-line-border-line: var(--line-1, 1px); @@ -46484,20 +49120,20 @@ body.lang-ja { --nav-line-sub-nav-text-color: var(--color-text1-4, #111111); --nav-line-sub-nav-text-style: var(--font-weight-2, normal); --nav-line-item-hover-bg-color: var(--color-transparent, transparent); - --nav-line-item-hover-text-color: var(--color-brand1-6, #0070CC); + --nav-line-item-hover-text-color: var(--color-brand1-6, #0070cc); --nav-line-item-hover-text-style: var(--font-weight-2, normal); - --nav-line-item-hover-active-color: var(--color-brand1-6, #0070CC); + --nav-line-item-hover-active-color: var(--color-brand1-6, #0070cc); --nav-line-sub-nav-hover-bg-color: var(--color-transparent, transparent); - --nav-line-sub-nav-hover-text-color: var(--color-brand1-6, #0070CC); + --nav-line-sub-nav-hover-text-color: var(--color-brand1-6, #0070cc); --nav-line-item-selected-bg-color: var(--color-transparent, transparent); - --nav-line-item-selected-text-color: var(--color-brand1-6, #0070CC); + --nav-line-item-selected-text-color: var(--color-brand1-6, #0070cc); --nav-line-item-selected-text-style: var(--font-weight-3, bold); - --nav-line-item-selected-active-color: var(--color-brand1-6, #0070CC); + --nav-line-item-selected-active-color: var(--color-brand1-6, #0070cc); --nav-line-sub-nav-selected-bg-color: var(--color-transparent, transparent); - --nav-line-sub-nav-selected-text-color: var(--color-brand1-6, #0070CC); - --nav-line-sub-nav-active-color: var(--color-brand1-6, #0070CC); + --nav-line-sub-nav-selected-text-color: var(--color-brand1-6, #0070cc); + --nav-line-sub-nav-active-color: var(--color-brand1-6, #0070cc); --nav-line-item-opened-bg-color: var(--color-transparent, transparent); - --nav-line-item-opened-text-color: var(--color-brand1-6, #0070CC); + --nav-line-item-opened-text-color: var(--color-brand1-6, #0070cc); --nav-line-group-text-color: var(--color-text1-2, #888888); --nav-line-group-text-style: var(--font-weight-2, normal); /* ------------------------ list ------------------------ */ @@ -46521,7 +49157,7 @@ body.lang-ja { --list-size-m-item-title-font-size: var(--font-size-subhead, 14px); --list-size-m-item-title-line-height: var(--font-lineheight-2, 1.5); --list-size-m-item-title-font-weight: var(--font-weight-2, normal); - --list-divider-color: var(--color-line1-2, #C9C9C9); + --list-divider-color: var(--color-line1-2, #c9c9c9); --list-title-color: var(--color-text1-4, #111111); --list-content-color: var(--color-text1-3, #555555); --list-extra-color: var(--color-text1-2, #888888); @@ -46660,7 +49296,14 @@ body.lang-ja { box-sizing: border-box; } .semix-markdown input { - font: 13px/1.4 Helvetica, arial, freesans, clean, sans-serif, Segoe UI Emoji, Segoe UI Symbol; + font: + 13px/1.4 Helvetica, + arial, + freesans, + clean, + sans-serif, + Segoe UI Emoji, + Segoe UI Symbol; } .semix-markdown a { text-decoration: none; @@ -46714,7 +49357,12 @@ body.lang-ja { display: inline-block; padding: 3px 5px; color: #000; - font: 11px Consolas, Liberation Mono, Menlo, Courier, monospace; + font: + 11px Consolas, + Liberation Mono, + Menlo, + Courier, + monospace; line-height: 10px; background-color: #e7e7e7; background-image: -webkit-linear-gradient(#fefefe, #e7e7e7); @@ -48170,7 +50818,7 @@ body.lang-ja { } .semix-markdown .expandable-title::before { display: block; - content: ''; + content: ""; border-width: 6px 8px 6px 8px; border-style: solid; border-color: transparent transparent transparent #333; @@ -48178,7 +50826,7 @@ body.lang-ja { } .semix-markdown .expandable-title.expanded::before { display: block; - content: ''; + content: ""; border-width: 8px 6px 8px 6px; border-style: solid; border-color: #333 transparent transparent transparent; @@ -48979,7 +51627,8 @@ table .semix-markdown p { } body { margin: 0; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", + "Droid Sans", "Helvetica Neue", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } @@ -49388,7 +52037,7 @@ code { justify-content: space-between; font-weight: 500; font-size: 16px; - .more{ + .more { font-weight: 400; font-size: 14px; } @@ -49491,4 +52140,3 @@ pre .active { display: block; } } - diff --git a/media/src/mocks/routerMeta.ts b/media/src/mocks/routerMeta.ts index fc0d26e..95f2a31 100644 --- a/media/src/mocks/routerMeta.ts +++ b/media/src/mocks/routerMeta.ts @@ -1395,7 +1395,7 @@ export const routerMeta = { title: "对文件执行SQL语句并返回结果", }, name: "SelectObject", - pageType: "document", + pageType: "profile", schemaType: "api", code: '// This file is auto-generated, don\'t edit it. Thanks.\npackage demo;\n\nimport com.aliyun.auth.credentials.Credential;\nimport com.aliyun.auth.credentials.provider.StaticCredentialProvider;\nimport com.aliyun.core.http.HttpClient;\nimport com.aliyun.core.http.HttpMethod;\nimport com.aliyun.core.http.ProxyOptions;\nimport com.aliyun.httpcomponent.httpclient.ApacheAsyncHttpClientBuilder;\nimport com.aliyun.sdk.service.oss20190517.models.*;\nimport com.aliyun.sdk.service.oss20190517.*;\nimport com.google.gson.Gson;\nimport darabonba.core.RequestConfiguration;\nimport darabonba.core.client.ClientOverrideConfiguration;\nimport darabonba.core.utils.CommonUtil;\nimport darabonba.core.TeaPair;\n\n//import javax.net.ssl.KeyManager;\n//import javax.net.ssl.X509TrustManager;\nimport java.net.InetSocketAddress;\nimport java.time.Duration;\nimport java.util.*;\nimport java.util.concurrent.CompletableFuture;\n\npublic class SelectObject {\n public static void main(String[] args) throws Exception {\n\n // HttpClient Configuration\n /*HttpClient httpClient = new ApacheAsyncHttpClientBuilder()\n .connectionTimeout(Duration.ofSeconds(10)) // Set the connection timeout time, the default is 10 seconds\n .responseTimeout(Duration.ofSeconds(10)) // Set the response timeout time, the default is 20 seconds\n .maxConnections(128) // Set the connection pool size\n .maxIdleTimeOut(Duration.ofSeconds(50)) // Set the connection pool timeout, the default is 30 seconds\n // Configure the proxy\n .proxy(new ProxyOptions(ProxyOptions.Type.HTTP, new InetSocketAddress("", 9001))\n .setCredentials("", ""))\n // If it is an https connection, you need to configure the certificate, or ignore the certificate(.ignoreSSL(true))\n .x509TrustManagers(new X509TrustManager[]{})\n .keyManagers(new KeyManager[]{})\n .ignoreSSL(false)\n .build();*/\n\n // Configure Credentials authentication information, including ak, secret, token\n StaticCredentialProvider provider = StaticCredentialProvider.create(Credential.builder()\n // Please ensure that the environment variables ALIBABA_CLOUD_ACCESS_KEY_ID and ALIBABA_CLOUD_ACCESS_KEY_SECRET are set.\n .accessKeyId(System.getenv("ALIBABA_CLOUD_ACCESS_KEY_ID"))\n .accessKeySecret(System.getenv("ALIBABA_CLOUD_ACCESS_KEY_SECRET"))\n //.securityToken(System.getenv("ALIBABA_CLOUD_SECURITY_TOKEN")) // use STS token\n .build());\n\n // Configure the Client\n AsyncClient client = AsyncClient.builder()\n //.httpClient(httpClient) // Use the configured HttpClient, otherwise use the default HttpClient (Apache HttpClient)\n .credentialsProvider(provider)\n //.serviceConfiguration(Configuration.create()) // Service-level configuration\n // Client-level configuration rewrite, can set Endpoint, Http request parameters, etc.\n .overrideConfiguration(\n ClientOverrideConfiguration.create()\n // Endpoint 请参考 https://api.aliyun.com/product/Oss\n .setEndpointOverride("oss-cn-qingdao.aliyuncs.com")\n //.setConnectTimeout(Duration.ofSeconds(30))\n )\n .build();\n\n // Parameter settings for API request\n SelectObjectRequest selectObjectRequest = SelectObjectRequest.builder()\n .selectRequest(selectRequest)\n // Request-level configuration rewrite, can set Http request parameters, etc.\n // .requestConfiguration(RequestConfiguration.create().setHttpHeaders(new HttpHeaders()))\n .build();\n\n // Asynchronously get the return value of the API request\n CompletableFuture response = client.selectObject(selectObjectRequest);\n // Synchronously get the return value of the API request\n SelectObjectResponse resp = response.get();\n System.out.println(new Gson().toJson(resp));\n // Asynchronous processing of return values\n /*response.thenAccept(resp -> {\n System.out.println(new Gson().toJson(resp));\n }).exceptionally(throwable -> { // Handling exceptions\n System.out.println(throwable.getMessage());\n return null;\n });*/\n\n // Finally, close the client\n client.close();\n }\n\n}\n', language: "java-async", diff --git a/media/src/service/UIService.ts b/media/src/service/UIService.ts index b1403e4..4429158 100644 --- a/media/src/service/UIService.ts +++ b/media/src/service/UIService.ts @@ -71,4 +71,32 @@ export const PontUIService = { getNoticeFlag: async (): Promise => true, /** 更新体验弹窗弹出的时间 */ updateQuestionnaireExpiration: async (days: number): Promise => {}, + /** get profiles */ + requestProfiles: async () => { + return { current: "", profiles: [] }; + }, + /** 新增 AK 凭证 */ + addNewAKProfile: async (submitValue: { + profileName: string; + accessKey: string; + secretKey: string; + defaultRegionId: string; + }) => { + return { success: true }; + }, + /** 关闭当前tab页*/ + closeCurrentTab: async () => "", + /** 删除 AK 凭证 */ + deleteAKProfile: async (submitValue: { + profileName: string; + accessKey: string; + secretKey: string; + defaultRegionId: string; + }) => { + return { success: true }; + }, + /** 打开 profile 配置 */ + openProfileManager: async () => {}, + /** 选择 profile */ + switchProfile: async () => {}, }; diff --git a/media/tailwind.config.ts b/media/tailwind.config.ts index adf06a6..885eaeb 100644 --- a/media/tailwind.config.ts +++ b/media/tailwind.config.ts @@ -12,6 +12,9 @@ const config: Config = { "gradient-radial": "radial-gradient(var(--tw-gradient-stops))", "gradient-conic": "conic-gradient(from 180deg at 50% 50%, var(--tw-gradient-stops))", }, + colors: { + "alicloud-theme": "#FF6A00", + }, }, }, plugins: [], diff --git a/package.json b/package.json index 690d9ab..5559f8c 100644 --- a/package.json +++ b/package.json @@ -269,7 +269,6 @@ "querystring": "0.2.1", "styled-components": "^6.1.1", "url": "^0.11.0", - "urllib": "^2.36.1", "xml2js": "^0.6.2" }, "icon": "resources/aliyun_logo_128x128.png", @@ -278,7 +277,6 @@ "type": "git" }, "devDependencies": { - "mockjs": "^1.0.1-beta3", "assert": "^2.0.0", "ncc": "^0.3.6", "@types/fs-extra": "^5.1.0", diff --git a/src/Service.ts b/src/Service.ts index b101440..239ae1c 100644 --- a/src/Service.ts +++ b/src/Service.ts @@ -12,6 +12,7 @@ import fs from "fs"; import fsx from "fs/promises"; import os from "os"; import fetch from "node-fetch"; +import { getProfileInfoInstance } from "./profileManager"; export class AlicloudAPIService { pontManager: PontManager; @@ -166,6 +167,15 @@ export class AlicloudAPIService { async openInCode(codeInfo: { code: string; language: string }) { const { language, code } = codeInfo; + const getViewColumn = () => { + if (vscode.window.visibleTextEditors.length > 0) { + return vscode.ViewColumn.One; + } else { + return vscode.ViewColumn.Beside; + } + }; + const column = getViewColumn(); + // 创建新的文件 vscode.workspace .openTextDocument({ @@ -174,7 +184,7 @@ export class AlicloudAPIService { }) .then((newDocument) => { vscode.window.showTextDocument(newDocument, { - viewColumn: vscode.ViewColumn.Beside, + viewColumn: column, }); }); return {}; @@ -376,6 +386,47 @@ export class AlicloudAPIService { return; } + async addNewAKProfile(submitValue: { + profileName: string; + accessKey: string; + secretKey: string; + defaultRegionId: string; + }) { + try { + const profileInfo = await getProfileInfoInstance(); + await profileInfo.addProfile(submitValue); + await profileInfo.refreshProfiles(); + await vscode.commands.executeCommand("alicloud.api.restart"); + return { success: true }; + } catch (e) { + return { success: false, error: e }; + } + } + + /** 打开 profile 配置 */ + async openProfileManager() { + await vscode.commands.executeCommand("alicloud.api.openDocument", { + name: "配置 AK 凭证", + specName: "profile", + pageType: "profile", + column: vscode.ViewColumn.Beside, + }); + return; + } + /** 选择 profile */ + async switchProfile() { + await vscode.commands.executeCommand("alicloud.api.switchProfiles"); + return; + } + + async requestProfiles() { + return await getProfileInfoInstance()?.profileInfo; + } + + async closeCurrentTab() { + vscode.commands.executeCommand("workbench.action.closeActiveEditor"); + } + async requestGenerateSdk() { // await PontManager.generateCode(this.pontManager); } diff --git a/src/explorer.ts b/src/explorer.ts index cb5ead1..aed13b3 100644 --- a/src/explorer.ts +++ b/src/explorer.ts @@ -9,6 +9,7 @@ import { AlicloudApiCommands } from "./commands"; import { getProductRequestInstance } from "./productExplorer"; import { Product } from "./types"; import _ from "lodash"; +import { getProfileInfoInstance } from "./profileManager"; type DiffResult = T; @@ -432,6 +433,61 @@ export class AlicloudApiExplorer implements vscode.TreeDataProvider { + if ((quickPick.selectedItems[0] as any)?.profile) { + vscode.window.showInformationMessage( + `Switching profile to ${(quickPick.selectedItems[0] as any).profile}, done`, + ); + config.current = (quickPick.selectedItems[0] as any).profile; + await profileInstance.saveProfiles(config); + await getProfileInfoInstance(); + vscode.commands.executeCommand("alicloud.api.restart"); + quickPick.dispose(); + } else if ((quickPick.selectedItems[0] as any)?.id === "ADD_NEW_PROFILE") { + vscode.commands.executeCommand("alicloud.api.openDocument", { + name: "配置 AK 凭证", + specName: "profile", + pageType: "profile", + column: vscode.ViewColumn.Beside, + }); + } + }); + + quickPick.show(); + } + constructor( private pontManager: PontManager, private context: vscode.ExtensionContext, @@ -549,6 +605,10 @@ export class AlicloudApiExplorer implements vscode.TreeDataProvider { + this.switchProfile(); + }); } private _onDidChangeTreeData = new vscode.EventEmitter(); @@ -708,18 +768,31 @@ export class AlicloudApiExplorer implements vscode.TreeDataProvider { if (!element) { + const profileManager = getProfileInfoInstance(); return [ + { + label: `${profileManager?.profileInfo?.current?.length ? `当前: ${profileManager?.profileInfo?.current}` : "点击配置您的 AK 信息"}`, + tooltip: "点击切换您的 AK 信息", + contextValue: "alicloudProfiles", + iconPath: new vscode.ThemeIcon("account"), + command: { + command: "alicloud.api.switchProfiles", + title: "open", + }, + }, { label: "阿里云产品", contextValue: "alicloudProducts", resourceUri: vscode.Uri.parse(`pontx-manager://manager`), collapsibleState: vscode.TreeItemCollapsibleState.Collapsed, + tooltip: "阿里云产品", }, { label: "我的订阅", contextValue: "alicloudAPISubscriptions", resourceUri: vscode.Uri.parse(`pontx-manager://manager`), collapsibleState: vscode.TreeItemCollapsibleState.Expanded, + tooltip: "我的订阅", }, ]; } diff --git a/src/extension.ts b/src/extension.ts index 7ebd893..d995aea 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -15,6 +15,7 @@ import { getProductRequestInstance } from "./productExplorer"; import autoCompletion from "./provider/autoCompletion"; import autofix from "./provider/autofix"; import hoverInfo from "./provider/hoverProvider"; +import { getProfileInfoInstance } from "./profileManager"; export async function activate(context: vscode.ExtensionContext) { // if (!vscode.workspace.rootPath) { @@ -29,6 +30,8 @@ export async function activate(context: vscode.ExtensionContext) { // 获取产品列表 await getProductRequestInstance(); + // 获取用户的 profileInfo + await getProfileInfoInstance(); alicloudAPIMessageService.context = context; diff --git a/src/profileManager.ts b/src/profileManager.ts new file mode 100644 index 0000000..763e268 --- /dev/null +++ b/src/profileManager.ts @@ -0,0 +1,108 @@ +import os from "os"; +import fs from "fs"; +import fsx from "fs/promises"; +import path from "path"; + +let profileInfo = null; + +export class ProfileManager { + profileInfo: { + current: string; + profiles: Array<{ + mode: string; + name: string; + output_format: string; + private_key: string; + process_command: string; + ram_role_arn: string; + ram_role_name: string; + ram_session_name: string; + region_id: string; + retry_count: string; + retry_timeout: string; + site: string; + source_profile: string; + sts_region: string; + sts_token: string; + verified: string; + }>; + }; + + async saveProfiles(config) { + const configFilePath = path.join(os.homedir(), ".aliyun/config.json"); + await fsx.writeFile(configFilePath, JSON.stringify(config, null, 2)); + // emitter.fire(); + } + + async refreshProfiles() { + profileInfo = createProfileInfoInstance(); + } + + async addProfile(profile: { profileName: string; accessKey: string; secretKey: string; defaultRegionId: string }) { + const config = await this.loadProfiles(); + config.profiles.push({ + name: profile?.profileName, + mode: "AK", + access_key_id: profile?.accessKey, + access_key_secret: profile?.secretKey, + sts_token: "", + ram_role_name: "", + ram_role_arn: "", + ram_session_name: "", + private_key: "", + key_pair_name: "", + expired_seconds: 0, + verified: "", + region_id: profile?.defaultRegionId, + output_format: "json", + language: "zh", + site: "", + retry_timeout: 0, + retry_count: 0, + }); + config.current = profile?.profileName; + await this.saveProfiles(config); + await this.refreshProfiles(); + } + + async deleteProfile(accessKey: string) { + const config = await this.loadProfiles(); + config.profiles = config.profiles.filter((profile) => profile.access_key_id !== accessKey); + await this.saveProfiles(config); + } + + async loadProfiles() { + const configFilePath = path.join(os.homedir(), ".aliyun/config.json"); + const { R_OK, W_OK } = fs.constants; + try { + await fsx.access(configFilePath, R_OK | W_OK); + const content = await fsx.readFile(configFilePath, "utf-8"); + return JSON.parse(content); + } catch (ex) { + // empty profiles + return { current: "", profiles: [] }; + } + } + + getProfileInfo() { + return this.profileInfo; + } + + constructor() { + this.loadProfiles().then((res) => { + this.profileInfo = res; + }); + } +} + +function createProfileInfoInstance() { + var instance = new ProfileManager(); + return instance; +} + +export function getProfileInfoInstance(): ProfileManager { + if (!profileInfo) { + profileInfo = createProfileInfoInstance(); + } + return profileInfo; +} diff --git a/src/webview.ts b/src/webview.ts index 4aeba38..c172d98 100644 --- a/src/webview.ts +++ b/src/webview.ts @@ -7,8 +7,9 @@ export type PanelConfig = { specName: string; modName: string; name: string; - pageType: "document" | "changes"; - schemaType: "api" | "struct"; + pageType: "document" | "changes" | "profile"; + schemaType: "api" | "struct" | "others"; + column?: number; }; const getPanelKey = (panelConfig: PanelConfig) => { @@ -39,6 +40,12 @@ const getPanelConfig = (panelKey: string) => { } }; +const webviewIconPath = { + api: "resources/api-outline.svg", + struct: "resources/struct-outline.svg", + others: "resources/alibabacloud.svg", +}; + export class AlicloudAPIWebview { static viewType = "alicloud-api-webview"; static webviewPanels = {} as ObjectMap; @@ -66,7 +73,7 @@ export class AlicloudAPIWebview { AlicloudAPIWebview.webviewPanels[panelKey] = vscode.window.createWebviewPanel( AlicloudAPIWebview.viewType, // WebView 面板的标识符 panelConfig.name, // WebView 面板的标题 - column || vscode.ViewColumn.One, // WebView 在编辑器中的显示位置 + panelConfig.column || column || vscode.ViewColumn.One, // WebView 在编辑器中的显示位置 { // Enable javascript in the webview enableScripts: true, @@ -80,10 +87,9 @@ export class AlicloudAPIWebview { delete AlicloudAPIWebview.webviewPanels[panelKey]; }); webview.title = panelConfig.name; - const iconPath = - panelConfig?.schemaType === "api" - ? vscode.Uri.joinPath(extensionUri, "resources/api-outline.svg") - : vscode.Uri.joinPath(extensionUri, "resources/struct-outline.svg"); + const iconPath = panelConfig?.schemaType + ? vscode.Uri.joinPath(extensionUri, webviewIconPath[panelConfig.schemaType]) + : vscode.Uri.joinPath(extensionUri, webviewIconPath["others"]); webview.iconPath = iconPath; webview.webview.html = htmlTemplate( { diff --git a/yarn.lock b/yarn.lock index e18c4f2..cc4b009 100644 --- a/yarn.lock +++ b/yarn.lock @@ -848,11 +848,6 @@ ansi-styles@^6.1.0: resolved "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5" integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug== -any-promise@^1.0.0, any-promise@^1.3.0: - version "1.3.0" - resolved "https://registry.npmmirror.com/any-promise/-/any-promise-1.3.0.tgz#abc6afeedcea52e809cdc0376aed3ce39635d17f" - integrity sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A== - anymatch@~3.1.2: version "3.1.3" resolved "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e" @@ -1203,11 +1198,6 @@ colors@1.2.3: resolved "https://registry.npmmirror.com/colors/-/colors-1.2.3.tgz#1b152a9c4f6c9f74bc4bb96233ad0b7983b79744" integrity sha512-qTfM2pNFeMZcLvf/RbrVAzDEVttZjFhaApfx9dplNjvHSX88Ui66zBRb/4YGob/xUWxDceirgoC1lT676asfCQ== -commander@*: - version "11.1.0" - resolved "https://registry.npmmirror.com/commander/-/commander-11.1.0.tgz#62fdce76006a68e5c1ab3314dc92e800eb83d906" - integrity sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ== - commander@^6.1.0: version "6.2.1" resolved "https://registry.npmmirror.com/commander/-/commander-6.2.1.tgz#0792eb682dfbc325999bb2b84fddddba110ac73c" @@ -1223,11 +1213,6 @@ concat-map@0.0.1: resolved "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== -content-type@^1.0.2: - version "1.0.5" - resolved "https://registry.npmmirror.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918" - integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA== - convert-source-map@^1.7.0: version "1.9.0" resolved "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-1.9.0.tgz#7faae62353fb4213366d0ca98358d22e8368b05f" @@ -1238,11 +1223,6 @@ convert-source-map@^2.0.0: resolved "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a" integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg== -copy-to@^2.0.1: - version "2.0.1" - resolved "https://registry.npmmirror.com/copy-to/-/copy-to-2.0.1.tgz#2680fbb8068a48d08656b6098092bdafc906f4a5" - integrity sha512-3DdaFaU/Zf1AnpLiFDeNCD4TOWe3Zl2RZaTzUvWiIk5ERzcCodOE20Vqq4fzCbNoHURFHT4/us/Lfq+S2zyY4w== - core-util-is@~1.0.0: version "1.0.3" resolved "https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85" @@ -1309,13 +1289,6 @@ debug@4, debug@4.3.4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.0, debug@^4.3.1, de dependencies: ms "2.1.2" -debug@^2.6.9: - version "2.6.9" - resolved "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" - integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== - dependencies: - ms "2.0.0" - debug@^3.2.6: version "3.2.7" resolved "https://registry.npmmirror.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a" @@ -1357,13 +1330,6 @@ default-require-extensions@^3.0.0: dependencies: strip-bom "^4.0.0" -default-user-agent@^1.0.0: - version "1.0.0" - resolved "https://registry.npmmirror.com/default-user-agent/-/default-user-agent-1.0.0.tgz#16c46efdcaba3edc45f24f2bd4868b01b7c2adc6" - integrity sha512-bDF7bg6OSNcSwFWPu4zYKpVkJZQYVrAANMYB8bc9Szem1D0yKdm4sa/rOCs2aC9+2GMqQ7KnwtZRvDhmLF0dXw== - dependencies: - os-name "~1.0.3" - define-data-property@^1.0.1, define-data-property@^1.1.1: version "1.1.1" resolved "https://registry.npmmirror.com/define-data-property/-/define-data-property-1.1.1.tgz#c35f7cd0ab09883480d12ac5cb213715587800b3" @@ -1382,11 +1348,6 @@ define-properties@^1.1.3, define-properties@^1.2.1: has-property-descriptors "^1.0.0" object-keys "^1.1.1" -destroy@^1.0.4: - version "1.2.0" - resolved "https://registry.npmmirror.com/destroy/-/destroy-1.2.0.tgz#4803735509ad8be552934c67df614f94e66fa015" - integrity sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg== - detect-libc@^2.0.0: version "2.0.2" resolved "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.0.2.tgz#8ccf2ba9315350e1241b88d0ac3b0e1fbd99605d" @@ -1397,11 +1358,6 @@ diff@5.0.0: resolved "https://registry.npmmirror.com/diff/-/diff-5.0.0.tgz#7ed6ad76d859d030787ec35855f5b1daf31d852b" integrity sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w== -digest-header@^1.0.0: - version "1.1.0" - resolved "https://registry.npmmirror.com/digest-header/-/digest-header-1.1.0.tgz#e16ab6cf4545bc4eea878c8c35acd1b89664d800" - integrity sha512-glXVh42vz40yZb9Cq2oMOt70FIoWiv+vxNvdKdU8CwjLad25qHM3trLxhl9bVjdr6WaslIXhWpn0NO8T/67Qjg== - dir-glob@^3.0.1: version "3.0.1" resolved "https://registry.npmmirror.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f" @@ -1451,11 +1407,6 @@ eastasianwidth@^0.2.0: resolved "https://registry.npmmirror.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb" integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== -ee-first@~1.1.1: - version "1.1.1" - resolved "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" - integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== - electron-to-chromium@^1.4.601: version "1.4.610" resolved "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.4.610.tgz#e17b22203f4aa2e1ed77759c720546d95a51186f" @@ -1630,11 +1581,6 @@ escalade@^3.1.1: resolved "https://registry.npmmirror.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== -escape-html@^1.0.3: - version "1.0.3" - resolved "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" - integrity sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow== - escape-string-regexp@4.0.0, escape-string-regexp@^4.0.0: version "4.0.0" resolved "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" @@ -1750,13 +1696,6 @@ expand-template@^2.0.3: resolved "https://registry.npmmirror.com/expand-template/-/expand-template-2.0.3.tgz#6e14b3fcee0f3a6340ecb57d2e8918692052a47c" integrity sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg== -extend-shallow@^2.0.1: - version "2.0.1" - resolved "https://registry.npmmirror.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" - integrity sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug== - dependencies: - is-extendable "^0.1.0" - fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: version "3.1.3" resolved "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" @@ -1883,15 +1822,6 @@ format-util@^1.0.3: resolved "https://registry.npmmirror.com/format-util/-/format-util-1.0.5.tgz#1ffb450c8a03e7bccffe40643180918cc297d271" integrity sha512-varLbTj0e0yVyRpqQhuWV+8hlePAgaoFRhNFj50BNjEIrw1/DphHSObtqwskVCPWNgzwPoQrZAbfa/SBiicNeg== -formstream@^1.1.0: - version "1.3.1" - resolved "https://registry.npmmirror.com/formstream/-/formstream-1.3.1.tgz#6c6f53c1c09f0ffc43231022b355b1d5feda3016" - integrity sha512-FkW++ub+VbE5dpwukJVDizNWhSgp8FhmhI65pF7BZSVStBqe6Wgxe2Z9/Vhsn7l7nXCPwP+G1cyYlX8VwWOf0g== - dependencies: - destroy "^1.0.4" - mime "^2.5.2" - pause-stream "~0.0.11" - fromentries@^1.2.0: version "1.3.2" resolved "https://registry.npmmirror.com/fromentries/-/fromentries-1.3.2.tgz#e4bca6808816bf8f93b52750f1127f5a6fd86e3a" @@ -2154,14 +2084,7 @@ httpx@^2.2.0, httpx@^2.2.6: "@types/node" "^20" debug "^4.1.1" -humanize-ms@^1.2.0: - version "1.2.1" - resolved "https://registry.npmmirror.com/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed" - integrity sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ== - dependencies: - ms "^2.0.0" - -iconv-lite@^0.4.15, iconv-lite@^0.4.4: +iconv-lite@^0.4.4: version "0.4.24" resolved "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== @@ -2224,11 +2147,6 @@ ini@^1.3.5, ini@~1.3.0: resolved "https://registry.npmmirror.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c" integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== -ip@^1.1.5: - version "1.1.9" - resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.9.tgz#8dfbcc99a754d07f425310b86a99546b1151e396" - integrity sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ== - is-arguments@^1.0.4: version "1.1.1" resolved "https://registry.npmmirror.com/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b" @@ -2256,11 +2174,6 @@ is-core-module@^2.13.0: dependencies: hasown "^2.0.0" -is-extendable@^0.1.0: - version "0.1.1" - resolved "https://registry.npmmirror.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" - integrity sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw== - is-extglob@^2.1.1: version "2.1.1" resolved "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" @@ -2671,11 +2584,6 @@ mime@^1.3.4: resolved "https://registry.npmmirror.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== -mime@^2.5.2: - version "2.6.0" - resolved "https://registry.npmmirror.com/mime/-/mime-2.6.0.tgz#a2a682a95cd4d0cb1d6257e28f83da7e35800367" - integrity sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg== - mimic-fn@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" @@ -2721,7 +2629,7 @@ minimatch@^9.0.1: dependencies: brace-expansion "^2.0.1" -minimist@^1.1.0, minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.6: +minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.6: version "1.2.8" resolved "https://registry.npmmirror.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c" integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA== @@ -2769,29 +2677,17 @@ mocha@^10.4.0: yargs-parser "20.2.4" yargs-unparser "2.0.0" -mockjs@^1.0.1-beta3: - version "1.1.0" - resolved "https://registry.npmmirror.com/mockjs/-/mockjs-1.1.0.tgz#e6a0c378e91906dbaff20911cc0273b3c7d75b06" - integrity sha512-eQsKcWzIaZzEZ07NuEyO4Nw65g0hdWAyurVol1IPl1gahRwY+svqzfgfey8U8dahLwG44d6/RwEzuK52rSa/JQ== - dependencies: - commander "*" - moment@^2.24.0: version "2.30.1" resolved "https://registry.npmmirror.com/moment/-/moment-2.30.1.tgz#f8c91c07b7a786e30c59926df530b4eac96974ae" integrity sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how== -ms@2.0.0: - version "2.0.0" - resolved "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" - integrity sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A== - ms@2.1.2: version "2.1.2" resolved "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== -ms@2.1.3, ms@^2.0.0, ms@^2.1.1: +ms@2.1.3, ms@^2.1.1: version "2.1.3" resolved "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== @@ -2801,15 +2697,6 @@ mute-stream@~0.0.4: resolved "https://registry.npmmirror.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d" integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA== -mz@^2.7.0: - version "2.7.0" - resolved "https://registry.npmmirror.com/mz/-/mz-2.7.0.tgz#95008057a56cafadc2bc63dde7f9ff6955948e32" - integrity sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q== - dependencies: - any-promise "^1.0.0" - object-assign "^4.0.1" - thenify-all "^1.0.0" - nanoid@^3.3.6, nanoid@^3.3.7: version "3.3.7" resolved "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8" @@ -2925,11 +2812,6 @@ oas-spec-ts@^0.3.83: resolved "https://registry.npmmirror.com/oas-spec-ts/-/oas-spec-ts-0.3.83.tgz#62411728ed72881021beefd5dd53a2a00de81ac6" integrity sha512-P2Eftz3DcngFqDgAZhNTNqcJaCcIHjSsmnghXvyamJfDCgUUyzb6zdNP1kfDDzEWn2596Df4Mcwv3hYtIkPnNQ== -object-assign@^4.0.1: - version "4.1.1" - resolved "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" - integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg== - object-inspect@^1.9.0: version "1.13.1" resolved "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.13.1.tgz#b96c6109324ccfef6b12216a956ca4dc2ff94bc2" @@ -3006,21 +2888,6 @@ ora@^7.0.1: string-width "^6.1.0" strip-ansi "^7.1.0" -os-name@~1.0.3: - version "1.0.3" - resolved "https://registry.npmmirror.com/os-name/-/os-name-1.0.3.tgz#1b379f64835af7c5a7f498b357cb95215c159edf" - integrity sha512-f5estLO2KN8vgtTRaILIgEGBoBrMnZ3JQ7W9TMZCnOIGwHe8TRGSpcagnWDo+Dfhd/z08k9Xe75hvciJJ8Qaew== - dependencies: - osx-release "^1.0.0" - win-release "^1.0.0" - -osx-release@^1.0.0: - version "1.1.0" - resolved "https://registry.npmmirror.com/osx-release/-/osx-release-1.1.0.tgz#f217911a28136949af1bf9308b241e2737d3cd6c" - integrity sha512-ixCMMwnVxyHFQLQnINhmIpWqXIfS2YOXchwQrk+OFzmo6nDjQ0E4KXAyyUh0T0MZgV4bUhkRrAbVqlE4yLVq4A== - dependencies: - minimist "^1.1.0" - p-limit@^2.2.0: version "2.3.0" resolved "https://registry.npmmirror.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1" @@ -3138,13 +3005,6 @@ path-type@^4.0.0: resolved "https://registry.npmmirror.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== -pause-stream@~0.0.11: - version "0.0.11" - resolved "https://registry.npmmirror.com/pause-stream/-/pause-stream-0.0.11.tgz#fe5a34b0cbce12b5aa6a2b403ee2e73b602f1445" - integrity sha512-e3FBlXLmN/D1S+zHzanP4E/4Z60oFAa3O051qt1pxa7DEJWKAyil6upYVXCWadEnuoqa4Pkc9oUx9zsxYeRv8A== - dependencies: - through "~2.3" - pend@~1.2.0: version "1.2.0" resolved "https://registry.npmmirror.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50" @@ -3365,7 +3225,7 @@ punycode@^2.1.0: resolved "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5" integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg== -qs@^6.11.2, qs@^6.4.0, qs@^6.9.1, qs@^6.9.4: +qs@^6.11.2, qs@^6.9.1, qs@^6.9.4: version "6.11.2" resolved "https://registry.npmmirror.com/qs/-/qs-6.11.2.tgz#64bea51f12c1f5da1bc01496f48ffcff7c69d7d9" integrity sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA== @@ -3542,7 +3402,7 @@ sax@>=0.6.0, sax@^1.2.4: resolved "https://registry.npmmirror.com/sax/-/sax-1.3.0.tgz#a5dbe77db3be05c9d1ee7785dbd3ea9de51593d0" integrity sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA== -semver@^5.0.1, semver@^5.1.0: +semver@^5.1.0: version "5.7.2" resolved "https://registry.npmmirror.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8" integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g== @@ -3671,11 +3531,6 @@ sprintf-js@~1.0.2: resolved "https://registry.npmmirror.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g== -statuses@^1.3.1: - version "1.5.0" - resolved "https://registry.npmmirror.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" - integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA== - stdin-discarder@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/stdin-discarder/-/stdin-discarder-0.1.0.tgz#22b3e400393a8e28ebf53f9958f3880622efde21" @@ -3683,16 +3538,8 @@ stdin-discarder@^0.1.0: dependencies: bl "^5.0.0" -"string-width-cjs@npm:string-width@^4.2.0": - version "4.2.3" - resolved "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" - integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== - dependencies: - emoji-regex "^8.0.0" - is-fullwidth-code-point "^3.0.0" - strip-ansi "^6.0.1" - -string-width@^4.1.0, string-width@^4.2.0: +"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0: + name string-width-cjs version "4.2.3" resolved "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -3733,14 +3580,7 @@ string_decoder@~1.1.1: dependencies: safe-buffer "~5.1.0" -"strip-ansi-cjs@npm:strip-ansi@^6.0.1": - version "6.0.1" - resolved "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" - integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== - dependencies: - ansi-regex "^5.0.1" - -strip-ansi@^6.0.0, strip-ansi@^6.0.1: +"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1: version "6.0.1" resolved "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== @@ -3850,25 +3690,6 @@ text-table@^0.2.0: resolved "https://registry.npmmirror.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw== -thenify-all@^1.0.0: - version "1.6.0" - resolved "https://registry.npmmirror.com/thenify-all/-/thenify-all-1.6.0.tgz#1a1918d402d8fc3f98fbf234db0bcc8cc10e9726" - integrity sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA== - dependencies: - thenify ">= 3.1.0 < 4" - -"thenify@>= 3.1.0 < 4": - version "3.3.1" - resolved "https://registry.npmmirror.com/thenify/-/thenify-3.3.1.tgz#8932e686a4066038a016dd9e2ca46add9838a95f" - integrity sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw== - dependencies: - any-promise "^1.0.0" - -through@~2.3: - version "2.3.8" - resolved "https://registry.npmmirror.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" - integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg== - tinytim@0.1.1: version "0.1.1" resolved "https://registry.npmmirror.com/tinytim/-/tinytim-0.1.1.tgz#c968a1e5559ad9553224ef7627bab34e3caef8a8" @@ -4003,13 +3824,6 @@ undici-types@~5.26.4: resolved "https://registry.npmmirror.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== -unescape@^1.0.1: - version "1.0.1" - resolved "https://registry.npmmirror.com/unescape/-/unescape-1.0.1.tgz#956e430f61cad8a4d57d82c518f5e6cc5d0dda96" - integrity sha512-O0+af1Gs50lyH1nUu3ZyYS1cRh01Q/kUKatTOkSs7jukXE6/NebucDVxyiDsA9AQ4JC1V1jUH9EO8JX2nMDgGQ== - dependencies: - extend-shallow "^2.0.1" - universalify@^2.0.0: version "2.0.1" resolved "https://registry.npmmirror.com/universalify/-/universalify-2.0.1.tgz#168efc2180964e6386d061e094df61afe239b18d" @@ -4043,26 +3857,6 @@ url@^0.11.0: punycode "^1.4.1" qs "^6.11.2" -urllib@^2.36.1: - version "2.41.0" - resolved "https://registry.npmmirror.com/urllib/-/urllib-2.41.0.tgz#be15705e62af4eadcafcfeadda1014b526ae2d0d" - integrity sha512-pNXdxEv52L67jahLT+/7QE+Fup1y2Gc6EdmrAhQ6OpQIC2rl14oWwv9hvk1GXOZqEnJNwRXHABuwgPOs1CtL7g== - dependencies: - any-promise "^1.3.0" - content-type "^1.0.2" - debug "^2.6.9" - default-user-agent "^1.0.0" - digest-header "^1.0.0" - ee-first "~1.1.1" - formstream "^1.1.0" - humanize-ms "^1.2.0" - iconv-lite "^0.4.15" - ip "^1.1.5" - pump "^3.0.0" - qs "^6.4.0" - statuses "^1.3.1" - utility "^1.16.1" - util-deprecate@^1.0.1, util-deprecate@~1.0.1: version "1.0.2" resolved "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" @@ -4079,17 +3873,6 @@ util@^0.12.5: is-typed-array "^1.1.3" which-typed-array "^1.1.2" -utility@^1.16.1: - version "1.18.0" - resolved "https://registry.npmmirror.com/utility/-/utility-1.18.0.tgz#af55f62e6d5a272e0cb02b0ab3e7f37c46435f36" - integrity sha512-PYxZDA+6QtvRvm//++aGdmKG/cI07jNwbROz0Ql+VzFV1+Z0Dy55NI4zZ7RHc9KKpBePNFwoErqIuqQv/cjiTA== - dependencies: - copy-to "^2.0.1" - escape-html "^1.0.3" - mkdirp "^0.5.1" - mz "^2.7.0" - unescape "^1.0.1" - uuid@^8.3.2: version "8.3.2" resolved "https://registry.npmmirror.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" @@ -4169,19 +3952,13 @@ which@^2.0.1: dependencies: isexe "^2.0.0" -win-release@^1.0.0: - version "1.1.1" - resolved "https://registry.npmmirror.com/win-release/-/win-release-1.1.1.tgz#5fa55e02be7ca934edfc12665632e849b72e5209" - integrity sha512-iCRnKVvGxOQdsKhcQId2PXV1vV3J/sDPXKA4Oe9+Eti2nb2ESEsYHRYls/UjoUW3bIc5ZDO8dTH50A/5iVN+bw== - dependencies: - semver "^5.0.1" - workerpool@6.2.1: version "6.2.1" resolved "https://registry.npmmirror.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343" integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw== -"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: + name wrap-ansi-cjs version "7.0.0" resolved "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== @@ -4199,15 +3976,6 @@ wrap-ansi@^6.2.0: string-width "^4.1.0" strip-ansi "^6.0.0" -wrap-ansi@^7.0.0: - version "7.0.0" - resolved "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" - integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== - dependencies: - ansi-styles "^4.0.0" - string-width "^4.1.0" - strip-ansi "^6.0.0" - wrap-ansi@^8.1.0: version "8.1.0" resolved "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"