﻿:where(.css-1p3hq3p) a {
            color: #1677ff;
            text-decoration: none;
            background-color: transparent;
            outline: none;
            cursor: pointer;
            transition: color 0.3s;
            -webkit-text-decoration-skip: objects;
        }
        :where(.css-1p3hq3p) a:hover {
            color: #69b1ff;
        }
        :where(.css-1p3hq3p) a:active {
            color: #0958d9;
        }
        :where(.css-1p3hq3p) a:active,
        :where(.css-1p3hq3p) a:hover {
            text-decoration: none;
            outline: 0;
        }
        :where(.css-1p3hq3p) a:focus {
            text-decoration: none;
            outline: 0;
        }
        :where(.css-1p3hq3p) a[disabled] {
            color: rgba(0, 0, 0, 0.25);
            cursor: not-allowed;
        }
        :where(.css-1p3hq3p)[class^="ant-tooltip"],
        :where(.css-1p3hq3p)[class*=" ant-tooltip"] {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
            font-size: 14px;
            box-sizing: border-box;
        }
        :where(.css-1p3hq3p)[class^="ant-tooltip"]::before,
        :where(.css-1p3hq3p)[class*=" ant-tooltip"]::before,
        :where(.css-1p3hq3p)[class^="ant-tooltip"]::after,
        :where(.css-1p3hq3p)[class*=" ant-tooltip"]::after {
            box-sizing: border-box;
        }
        :where(.css-1p3hq3p)[class^="ant-tooltip"] [class^="ant-tooltip"],
        :where(.css-1p3hq3p)[class*=" ant-tooltip"] [class^="ant-tooltip"],
        :where(.css-1p3hq3p)[class^="ant-tooltip"] [class*=" ant-tooltip"],
        :where(.css-1p3hq3p)[class*=" ant-tooltip"] [class*=" ant-tooltip"] {
            box-sizing: border-box;
        }
        :where(.css-1p3hq3p)[class^="ant-tooltip"] [class^="ant-tooltip"]::before,
        :where(.css-1p3hq3p)[class*=" ant-tooltip"] [class^="ant-tooltip"]::before,
        :where(.css-1p3hq3p)[class^="ant-tooltip"] [class*=" ant-tooltip"]::before,
        :where(.css-1p3hq3p)[class*=" ant-tooltip"] [class*=" ant-tooltip"]::before,
        :where(.css-1p3hq3p)[class^="ant-tooltip"] [class^="ant-tooltip"]::after,
        :where(.css-1p3hq3p)[class*=" ant-tooltip"] [class^="ant-tooltip"]::after,
        :where(.css-1p3hq3p)[class^="ant-tooltip"] [class*=" ant-tooltip"]::after,
        :where(.css-1p3hq3p)[class*=" ant-tooltip"] [class*=" ant-tooltip"]::after {
            box-sizing: border-box;
        }
        :where(.css-1p3hq3p).ant-tooltip {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            color: rgba(0, 0, 0, 0.88);
            font-size: 14px;
            line-height: 1.5714285714285714;
            list-style: none;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
            position: absolute;
            z-index: 1070;
            display: block;
            max-width: 250px;
            visibility: visible;
            --antd-arrow-background-color: rgba(0, 0, 0, 0.85);
        }
        :where(.css-1p3hq3p).ant-tooltip {
            width: max-content;
            width: intrinsic;
        }
        :where(.css-1p3hq3p).ant-tooltip-hidden {
            display: none;
        }
        :where(.css-1p3hq3p).ant-tooltip .ant-tooltip-inner {
            min-width: 32px;
            min-height: 32px;
            padding: 6px 8px;
            color: #fff;
            text-align: start;
            text-decoration: none;
            word-wrap: break-word;
            background-color: rgba(0, 0, 0, 0.85);
            border-radius: 6px;
            box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
        }
        :where(.css-1p3hq3p).ant-tooltip-placement-left .ant-tooltip-inner,
        :where(.css-1p3hq3p).ant-tooltip-placement-leftTop .ant-tooltip-inner,
        :where(.css-1p3hq3p).ant-tooltip-placement-leftBottom .ant-tooltip-inner,
        :where(.css-1p3hq3p).ant-tooltip-placement-right .ant-tooltip-inner,
        :where(.css-1p3hq3p).ant-tooltip-placement-rightTop .ant-tooltip-inner,
        :where(.css-1p3hq3p).ant-tooltip-placement-rightBottom .ant-tooltip-inner {
            border-radius: 6px;
        }
        :where(.css-1p3hq3p).ant-tooltip .ant-tooltip-content {
            position: relative;
        }
        :where(.css-1p3hq3p).ant-tooltip.ant-tooltip-blue .ant-tooltip-inner {
            background-color: #1677ff;
        }
        :where(.css-1p3hq3p).ant-tooltip.ant-tooltip-blue .ant-tooltip-arrow {
            --antd-arrow-background-color: #1677ff;
        }
        :where(.css-1p3hq3p).ant-tooltip.ant-tooltip-purple .ant-tooltip-inner {
            background-color: #722ed1;
        }
        :where(.css-1p3hq3p).ant-tooltip.ant-tooltip-purple .ant-tooltip-arrow {
            --antd-arrow-background-color: #722ed1;
        }
        :where(.css-1p3hq3p).ant-tooltip.ant-tooltip-cyan .ant-tooltip-inner {
            background-color: #13c2c2;
        }
        :where(.css-1p3hq3p).ant-tooltip.ant-tooltip-cyan .ant-tooltip-arrow {
            --antd-arrow-background-color: #13c2c2;
        }
        :where(.css-1p3hq3p).ant-tooltip.ant-tooltip-green .ant-tooltip-inner {
            background-color: #52c41a;
        }
        :where(.css-1p3hq3p).ant-tooltip.ant-tooltip-green .ant-tooltip-arrow {
            --antd-arrow-background-color: #52c41a;
        }
        :where(.css-1p3hq3p).ant-tooltip.ant-tooltip-magenta .ant-tooltip-inner {
            background-color: #eb2f96;
        }
        :where(.css-1p3hq3p).ant-tooltip.ant-tooltip-magenta .ant-tooltip-arrow {
            --antd-arrow-background-color: #eb2f96;
        }
        :where(.css-1p3hq3p).ant-tooltip.ant-tooltip-pink .ant-tooltip-inner {
            background-color: #eb2f96;
        }
        :where(.css-1p3hq3p).ant-tooltip.ant-tooltip-pink .ant-tooltip-arrow {
            --antd-arrow-background-color: #eb2f96;
        }
        :where(.css-1p3hq3p).ant-tooltip.ant-tooltip-red .ant-tooltip-inner {
            background-color: #f5222d;
        }
        :where(.css-1p3hq3p).ant-tooltip.ant-tooltip-red .ant-tooltip-arrow {
            --antd-arrow-background-color: #f5222d;
        }
        :where(.css-1p3hq3p).ant-tooltip.ant-tooltip-orange .ant-tooltip-inner {
            background-color: #fa8c16;
        }
        :where(.css-1p3hq3p).ant-tooltip.ant-tooltip-orange .ant-tooltip-arrow {
            --antd-arrow-background-color: #fa8c16;
        }
        :where(.css-1p3hq3p).ant-tooltip.ant-tooltip-yellow .ant-tooltip-inner {
            background-color: #fadb14;
        }
        :where(.css-1p3hq3p).ant-tooltip.ant-tooltip-yellow .ant-tooltip-arrow {
            --antd-arrow-background-color: #fadb14;
        }
        :where(.css-1p3hq3p).ant-tooltip.ant-tooltip-volcano .ant-tooltip-inner {
            background-color: #fa541c;
        }
        :where(.css-1p3hq3p).ant-tooltip.ant-tooltip-volcano .ant-tooltip-arrow {
            --antd-arrow-background-color: #fa541c;
        }
        :where(.css-1p3hq3p).ant-tooltip.ant-tooltip-geekblue .ant-tooltip-inner {
            background-color: #2f54eb;
        }
        :where(.css-1p3hq3p).ant-tooltip.ant-tooltip-geekblue .ant-tooltip-arrow {
            --antd-arrow-background-color: #2f54eb;
        }
        :where(.css-1p3hq3p).ant-tooltip.ant-tooltip-lime .ant-tooltip-inner {
            background-color: #a0d911;
        }
        :where(.css-1p3hq3p).ant-tooltip.ant-tooltip-lime .ant-tooltip-arrow {
            --antd-arrow-background-color: #a0d911;
        }
        :where(.css-1p3hq3p).ant-tooltip.ant-tooltip-gold .ant-tooltip-inner {
            background-color: #faad14;
        }
        :where(.css-1p3hq3p).ant-tooltip.ant-tooltip-gold .ant-tooltip-arrow {
            --antd-arrow-background-color: #faad14;
        }
        :where(.css-1p3hq3p).ant-tooltip-rtl {
            direction: rtl;
        }
        :where(.css-1p3hq3p).ant-tooltip .ant-tooltip-arrow {
            position: absolute;
            z-index: 1;
            display: block;
            pointer-events: none;
            width: 16px;
            height: 16px;
            overflow: hidden;
        }
        :where(.css-1p3hq3p).ant-tooltip .ant-tooltip-arrow::after {
            content: "";
            position: absolute;
            width: 8.970562748477143px;
            height: 8.970562748477143px;
            bottom: 0;
            inset-inline: 0;
            margin: auto;
            border-radius: 0 0 2px 0;
            transform: translateY(50%) rotate(-135deg);
            box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
            z-index: 0;
            background: transparent;
        }
        :where(.css-1p3hq3p).ant-tooltip .ant-tooltip-arrow::before {
            position: absolute;
            bottom: 0;
            inset-inline-start: 0;
            width: 16px;
            height: 8px;
            background: var(--antd-arrow-background-color);
            clip-path: polygon(1.6568542494923806px 100%, 50% 1.6568542494923806px, 14.34314575050762px 100%, 1.6568542494923806px 100%);
            clip-path: path('M 0 8 A 4 4 0 0 0 2.82842712474619 6.82842712474619 L 6.585786437626905 3.0710678118654755 A 2 2 0 0 1 9.414213562373096 3.0710678118654755 L 13.17157287525381 6.82842712474619 A 4 4 0 0 0 16 8 Z');
            content: "";
        }
        :where(.css-1p3hq3p).ant-tooltip .ant-tooltip-arrow:before {
            background: var(--antd-arrow-background-color);
        }
        :where(.css-1p3hq3p).ant-tooltip-placement-top .ant-tooltip-arrow,
        :where(.css-1p3hq3p).ant-tooltip-placement-topLeft .ant-tooltip-arrow,
        :where(.css-1p3hq3p).ant-tooltip-placement-topRight .ant-tooltip-arrow {
            bottom: 0;
            transform: translateY(100%) rotate(180deg);
        }
        :where(.css-1p3hq3p).ant-tooltip-placement-top .ant-tooltip-arrow {
            left: 50%;
            transform: translateX(-50%) translateY(100%) rotate(180deg);
        }
        :where(.css-1p3hq3p).ant-tooltip-placement-topLeft .ant-tooltip-arrow {
            left: 6px;
        }
        :where(.css-1p3hq3p).ant-tooltip-placement-topRight .ant-tooltip-arrow {
            right: 6px;
        }
        :where(.css-1p3hq3p).ant-tooltip-placement-bottom .ant-tooltip-arrow,
        :where(.css-1p3hq3p).ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
        :where(.css-1p3hq3p).ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
            top: 0;
            transform: translateY(-100%);
        }
        :where(.css-1p3hq3p).ant-tooltip-placement-bottom .ant-tooltip-arrow {
            left: 50%;
            transform: translateX(-50%) translateY(-100%);
        }
        :where(.css-1p3hq3p).ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
            left: 6px;
        }
        :where(.css-1p3hq3p).ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
            right: 6px;
        }
        :where(.css-1p3hq3p).ant-tooltip-placement-left .ant-tooltip-arrow,
        :where(.css-1p3hq3p).ant-tooltip-placement-leftTop .ant-tooltip-arrow,
        :where(.css-1p3hq3p).ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
            right: 0;
            transform: translateX(100%) rotate(90deg);
        }
        :where(.css-1p3hq3p).ant-tooltip-placement-left .ant-tooltip-arrow {
            top: 50%;
            transform: translateY(-50%) translateX(100%) rotate(90deg);
        }
        :where(.css-1p3hq3p).ant-tooltip-placement-leftTop .ant-tooltip-arrow {
            top: 2px;
        }
        :where(.css-1p3hq3p).ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
            bottom: 2px;
        }
        :where(.css-1p3hq3p).ant-tooltip-placement-right .ant-tooltip-arrow,
        :where(.css-1p3hq3p).ant-tooltip-placement-rightTop .ant-tooltip-arrow,
        :where(.css-1p3hq3p).ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
            left: 0;
            transform: translateX(-100%) rotate(-90deg);
        }
        :where(.css-1p3hq3p).ant-tooltip-placement-right .ant-tooltip-arrow {
            top: 50%;
            transform: translateY(-50%) translateX(-100%) rotate(-90deg);
        }
        :where(.css-1p3hq3p).ant-tooltip-placement-rightTop .ant-tooltip-arrow {
            top: 2px;
        }
        :where(.css-1p3hq3p).ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
            bottom: 2px;
        }
        :where(.css-1p3hq3p).ant-tooltip-placement-topLeft:not(:where(.css-1p3hq3p).ant-tooltip-arrow-hidden),
        :where(.css-1p3hq3p).ant-tooltip-placement-top:not(:where(.css-1p3hq3p).ant-tooltip-arrow-hidden),
        :where(.css-1p3hq3p).ant-tooltip-placement-topRight:not(:where(.css-1p3hq3p).ant-tooltip-arrow-hidden) {
            padding-bottom: 12px;
        }
        :where(.css-1p3hq3p).ant-tooltip-placement-bottomLeft:not(:where(.css-1p3hq3p).ant-tooltip-arrow-hidden),
        :where(.css-1p3hq3p).ant-tooltip-placement-bottom:not(:where(.css-1p3hq3p).ant-tooltip-arrow-hidden),
        :where(.css-1p3hq3p).ant-tooltip-placement-bottomRight:not(:where(.css-1p3hq3p).ant-tooltip-arrow-hidden) {
            padding-top: 12px;
        }
        :where(.css-1p3hq3p).ant-tooltip-placement-leftTop:not(:where(.css-1p3hq3p).ant-tooltip-arrow-hidden),
        :where(.css-1p3hq3p).ant-tooltip-placement-left:not(:where(.css-1p3hq3p).ant-tooltip-arrow-hidden),
        :where(.css-1p3hq3p).ant-tooltip-placement-leftBottom:not(:where(.css-1p3hq3p).ant-tooltip-arrow-hidden) {
            padding-right: 12px;
        }
        :where(.css-1p3hq3p).ant-tooltip-placement-rightTop:not(:where(.css-1p3hq3p).ant-tooltip-arrow-hidden),
        :where(.css-1p3hq3p).ant-tooltip-placement-right:not(:where(.css-1p3hq3p).ant-tooltip-arrow-hidden),
        :where(.css-1p3hq3p).ant-tooltip-placement-rightBottom:not(:where(.css-1p3hq3p).ant-tooltip-arrow-hidden) {
            padding-left: 12px;
        }
        :where(.css-1p3hq3p).ant-tooltip-pure {
            position: relative;
            max-width: none;
        }
        :where(.css-1p3hq3p).ant-zoom-big-fast-enter,
        :where(.css-1p3hq3p).ant-zoom-big-fast-appear {
            animation-duration: 0.1s;
            animation-fill-mode: both;
            animation-play-state: paused;
        }
        :where(.css-1p3hq3p).ant-zoom-big-fast-leave {
            animation-duration: 0.1s;
            animation-fill-mode: both;
            animation-play-state: paused;
        }
        :where(.css-1p3hq3p).ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,
        :where(.css-1p3hq3p).ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active {
            animation-name: css-1p3hq3p-antZoomBigIn;
            animation-play-state: running;
        }
        :where(.css-1p3hq3p).ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
            animation-name: css-1p3hq3p-antZoomBigOut;
            animation-play-state: running;
            pointer-events: none;
        }
        :where(.css-1p3hq3p).ant-zoom-big-fast-enter,
        :where(.css-1p3hq3p).ant-zoom-big-fast-appear {
            transform: scale(0);
            opacity: 0;
            animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
        }
        :where(.css-1p3hq3p).ant-zoom-big-fast-enter-prepare,
        :where(.css-1p3hq3p).ant-zoom-big-fast-appear-prepare {
            transform: none;
        }
        :where(.css-1p3hq3p).ant-zoom-big-fast-leave {
            animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
          @keyframes css-1p3hq3p-antZoomBigIn {
	0% {
		transform: scale(0.8);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}
          @keyframes css-1p3hq3p-antZoomBigOut {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0.8);
		opacity: 0;
	}