@sarafapp/ant-design 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
- import o from "./SarafDatePicker.vue.es2.js";
1
+ import a from "./SarafDatePicker.vue.es2.js";
2
2
  /* empty css */
3
- import r from "../_virtual/_plugin-vue_export-helper.es.js";
4
- const c = /* @__PURE__ */ r(o, [["__scopeId", "data-v-45912c5e"]]);
3
+ import o from "../_virtual/_plugin-vue_export-helper.es.js";
4
+ const c = /* @__PURE__ */ o(a, [["__scopeId", "data-v-478d0cae"]]);
5
5
  export {
6
6
  c as default
7
7
  };
@@ -1,66 +1,66 @@
1
- import { defineComponent as C, mergeModels as g, useModel as V, computed as a, resolveComponent as k, resolveDirective as x, withDirectives as S, createElementBlock as w, openBlock as z, normalizeClass as M, createVNode as d, unref as y } from "vue";
2
- import { setupJalaliDate as B, DateFormats as o, DateDisabledOptions as T, DateTools as F, DateConverter as N } from "@sarafapp/iron_core";
3
- import { ComponentSize as O } from "../Constants.es.js";
4
- import I from "../node_modules/dayjs/dayjs.min.es.js";
1
+ import { defineComponent as C, mergeModels as g, useModel as k, computed as a, resolveComponent as x, resolveDirective as S, withDirectives as V, createElementBlock as w, openBlock as z, normalizeClass as M, createVNode as d, unref as y } from "vue";
2
+ import B from "../node_modules/dayjs/dayjs.min.es.js";
3
+ import { setupJalaliDate as F, DateFormats as o, DateDisabledOptions as O, DateTools as T } from "@sarafapp/iron_core";
4
+ import { ComponentSize as I } from "../Constants.es.js";
5
5
  import { InputStatus as u } from "../baseForm/model/Constants.es.js";
6
- import E from "../baseForm/SarafFiledInvalidMessage.vue.es.js";
6
+ import N from "../baseForm/SarafFiledInvalidMessage.vue.es.js";
7
7
  const q = /* @__PURE__ */ C({
8
8
  __name: "SarafDatePicker",
9
9
  props: /* @__PURE__ */ g({
10
10
  inputControl: {},
11
11
  placeholder: { default: "تاریخ مورد نظر را انتخاب کنید" },
12
- isClearable: { type: Boolean, default: !0 },
13
12
  disabled: { type: Boolean, default: !1 },
14
- size: { default: O.Large },
13
+ isClearable: { type: Boolean, default: !0 },
14
+ size: { default: I.Large },
15
15
  hasTime: { type: Boolean, default: !1 },
16
+ maxDate: { default: null },
17
+ minDate: { default: null },
16
18
  disabledDates: { default() {
17
19
  return [];
18
- } },
19
- maxDate: { default: null },
20
- minDate: { default: null }
20
+ } }
21
21
  }, {
22
22
  modelValue: {},
23
23
  modelModifiers: {}
24
24
  }),
25
25
  emits: ["update:modelValue"],
26
26
  setup(s) {
27
- B();
28
- const e = s, l = V(s, "modelValue"), i = a(() => e.inputControl.getNotValidMessage()), m = a(() => !i.value), c = a(() => m.value ? u.Default : u.Error), p = a(() => ({
27
+ F();
28
+ const e = s, l = k(s, "modelValue"), i = a(() => e.inputControl.getNotValidMessage()), m = a(() => !i.value), c = a(() => l.value ? B.unix(l.value) : null), f = a(() => m.value ? u.Default : u.Error), p = a(() => ({
29
29
  disabled: e.disabled
30
- })), f = a(() => l.value ? I.unix(l.value) : null), v = a(() => e.hasTime ? {
30
+ })), v = a(() => e.hasTime ? o.ContainsHour : o.Normal), b = a(() => e.hasTime ? {
31
31
  format: o.OnlyHour
32
- } : !1), b = a(() => e.hasTime ? o.ContainsHour : o.Normal);
32
+ } : !1);
33
33
  function D(t) {
34
- const r = new T(
34
+ const r = new O(
35
35
  e.maxDate,
36
36
  e.minDate,
37
37
  e.disabledDates
38
38
  );
39
- return F.isDateDisabled(r, t);
39
+ return T.isDateDisabled(r, t);
40
40
  }
41
41
  function n(t) {
42
- t ? l.value = N.standardToUnix(t) : l.value = null;
42
+ t ? l.value = t.unix() : l.value = null;
43
43
  }
44
44
  return (t, r) => {
45
- const h = k("a-date-picker"), _ = x("touch-sensitive-control");
46
- return S((z(), w("div", {
45
+ const h = x("a-date-picker"), _ = S("touch-sensitive-control");
46
+ return V((z(), w("div", {
47
47
  tabindex: "1",
48
48
  class: M(["input__container", p.value])
49
49
  }, [
50
50
  d(h, {
51
- value: f.value,
51
+ value: c.value,
52
52
  size: e.size,
53
53
  "allow-clear": e.isClearable,
54
54
  placeholder: e.placeholder,
55
- status: c.value,
55
+ status: f.value,
56
56
  disabled: e.disabled,
57
57
  "disabled-date": D,
58
- "show-time": v.value,
59
- format: b.value,
58
+ "show-time": b.value,
59
+ format: v.value,
60
60
  onChange: n,
61
61
  onOk: n
62
62
  }, null, 8, ["value", "size", "allow-clear", "placeholder", "status", "disabled", "show-time", "format"]),
63
- d(y(E), {
63
+ d(y(N), {
64
64
  "invalid-message": i.value,
65
65
  disabled: e.disabled
66
66
  }, null, 8, ["invalid-message", "disabled"])
@@ -1,7 +1,7 @@
1
- import a from "./SarafRangePicker.vue.es2.js";
1
+ import o from "./SarafRangePicker.vue.es2.js";
2
2
  /* empty css */
3
- import o from "../_virtual/_plugin-vue_export-helper.es.js";
4
- const f = /* @__PURE__ */ o(a, [["__scopeId", "data-v-297677ba"]]);
3
+ import r from "../_virtual/_plugin-vue_export-helper.es.js";
4
+ const e = /* @__PURE__ */ r(o, [["__scopeId", "data-v-c6598091"]]);
5
5
  export {
6
- f as default
6
+ e as default
7
7
  };
package/dist/index.d.ts CHANGED
@@ -106,13 +106,13 @@ declare type __VLS_Props_16 = {
106
106
  declare type __VLS_Props_17 = {
107
107
  inputControl: InputControl<Nullable_2<number>>;
108
108
  placeholder?: string;
109
- isClearable?: boolean;
110
109
  disabled?: boolean;
110
+ isClearable?: boolean;
111
111
  size?: ComponentSize;
112
112
  hasTime?: boolean;
113
- disabledDates?: number[];
114
113
  maxDate?: Nullable_2<number>;
115
114
  minDate?: Nullable_2<number>;
115
+ disabledDates?: number[];
116
116
  };
117
117
 
118
118
  declare type __VLS_Props_18 = {
@@ -416,9 +416,9 @@ placeholder: string;
416
416
  size: ComponentSize;
417
417
  isClearable: boolean;
418
418
  hasTime: boolean;
419
- disabledDates: number[];
420
419
  maxDate: Nullable_2<number>;
421
420
  minDate: Nullable_2<number>;
421
+ disabledDates: number[];
422
422
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
423
423
 
424
424
  export declare const SarafDefaultSpinner: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
@@ -488,9 +488,9 @@ disabled: boolean;
488
488
  size: ComponentSize;
489
489
  isClearable: boolean;
490
490
  hasTime: boolean;
491
- disabledDates: number[];
492
491
  maxDate: Nullable_2<number>;
493
492
  minDate: Nullable_2<number>;
493
+ disabledDates: number[];
494
494
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
495
495
 
496
496
  export declare const SarafSearchFiled: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
package/dist/index.js CHANGED
@@ -54,4 +54,4 @@
54
54
  }
55
55
  `;function Be(e){return e&&e.getRootNode&&e.getRootNode()}function zt(e){return RA()?Be(e)instanceof ShadowRoot:!1}function Gt(e){return zt(e)?Be(e):null}var xt=function(){var t=ce(),n=t.prefixCls,a=t.csp,r=A.getCurrentInstance(),o=Rt;n&&(o=o.replace(/anticon/g,n.value)),A.nextTick(function(){if(RA()){var c=r.vnode.el,i=Gt(c);Nt(o,"@ant-design-vue-icons",{prepend:!0,csp:a.value,attachTo:i})}})},Kt=["icon","primaryColor","secondaryColor"];function jt(e,t){if(e==null)return{};var n=Ut(e,t),a,r;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++)a=o[r],!(t.indexOf(a)>=0)&&Object.prototype.propertyIsEnumerable.call(e,a)&&(n[a]=e[a])}return n}function Ut(e,t){if(e==null)return{};var n={},a=Object.keys(e),r,o;for(o=0;o<a.length;o++)r=a[o],!(t.indexOf(r)>=0)&&(n[r]=e[r]);return n}function wA(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?Object(arguments[t]):{},a=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(a=a.concat(Object.getOwnPropertySymbols(n).filter(function(r){return Object.getOwnPropertyDescriptor(n,r).enumerable}))),a.forEach(function(r){Vt(e,r,n[r])})}return e}function Vt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var gA=A.reactive({primaryColor:"#333",secondaryColor:"#E6E6E6",calculated:!1});function Xt(e){var t=e.primaryColor,n=e.secondaryColor;gA.primaryColor=t,gA.secondaryColor=n||fe(t),gA.calculated=!!n}function Ft(){return wA({},gA)}var tA=function(t,n){var a=wA({},t,n.attrs),r=a.icon,o=a.primaryColor,c=a.secondaryColor,i=jt(a,Kt),p=gA;if(o&&(p={primaryColor:o,secondaryColor:c||fe(o)}),Lt(Ae(r),"icon should be icon definiton, but got ".concat(r)),!Ae(r))return null;var C=r;return C&&typeof C.icon=="function"&&(C=wA({},C,{icon:C.icon(p.primaryColor,p.secondaryColor)})),OA(C.icon,"svg-".concat(C.name),wA({},i,{"data-icon":C.name,width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true"}))};tA.props={icon:Object,primaryColor:String,secondaryColor:String,focusable:String};tA.inheritAttrs=!1;tA.displayName="IconBase";tA.getTwoToneColors=Ft;tA.setTwoToneColors=Xt;function Yt(e,t){return _t(e)||qt(e,t)||Wt(e,t)||Zt()}function Zt(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
56
56
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Wt(e,t){if(e){if(typeof e=="string")return ee(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return ee(e,t)}}function ee(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}function qt(e,t){var n=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var a=[],r=!0,o=!1,c,i;try{for(n=n.call(e);!(r=(c=n.next()).done)&&(a.push(c.value),!(t&&a.length===t));r=!0);}catch(p){o=!0,i=p}finally{try{!r&&n.return!=null&&n.return()}finally{if(o)throw i}}return a}}function _t(e){if(Array.isArray(e))return e}function De(e){var t=pe(e),n=Yt(t,2),a=n[0],r=n[1];return tA.setTwoToneColors({primaryColor:a,secondaryColor:r})}function $t(){var e=tA.getTwoToneColors();return e.calculated?[e.primaryColor,e.secondaryColor]:e.primaryColor}var An=A.defineComponent({name:"InsertStyles",setup:function(){return xt(),function(){return null}}}),en=["class","icon","spin","rotate","tabindex","twoToneColor","onClick"];function tn(e,t){return on(e)||rn(e,t)||an(e,t)||nn()}function nn(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
57
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function an(e,t){if(e){if(typeof e=="string")return te(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return te(e,t)}}function te(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}function rn(e,t){var n=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var a=[],r=!0,o=!1,c,i;try{for(n=n.call(e);!(r=(c=n.next()).done)&&(a.push(c.value),!(t&&a.length===t));r=!0);}catch(p){o=!0,i=p}finally{try{!r&&n.return!=null&&n.return()}finally{if(o)throw i}}return a}}function on(e){if(Array.isArray(e))return e}function ne(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?Object(arguments[t]):{},a=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(a=a.concat(Object.getOwnPropertySymbols(n).filter(function(r){return Object.getOwnPropertyDescriptor(n,r).enumerable}))),a.forEach(function(r){uA(e,r,n[r])})}return e}function uA(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ln(e,t){if(e==null)return{};var n=sn(e,t),a,r;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++)a=o[r],!(t.indexOf(a)>=0)&&Object.prototype.propertyIsEnumerable.call(e,a)&&(n[a]=e[a])}return n}function sn(e,t){if(e==null)return{};var n={},a=Object.keys(e),r,o;for(o=0;o<a.length;o++)r=a[o],!(t.indexOf(r)>=0)&&(n[r]=e[r]);return n}De(Et.primary);var nA=function(t,n){var a,r=ne({},t,n.attrs),o=r.class,c=r.icon,i=r.spin,p=r.rotate,C=r.tabindex,I=r.twoToneColor,w=r.onClick,k=ln(r,en),b=ce(),Q=b.prefixCls,J=b.rootClassName,x=(a={},uA(a,J.value,!!J.value),uA(a,Q.value,!0),uA(a,"".concat(Q.value,"-").concat(c.name),!!c.name),uA(a,"".concat(Q.value,"-spin"),!!i||c.name==="loading"),a),P=C;P===void 0&&w&&(P=-1);var K=p?{msTransform:"rotate(".concat(p,"deg)"),transform:"rotate(".concat(p,"deg)")}:void 0,V=pe(I),W=tn(V,2),j=W[0],H=W[1];return A.createVNode("span",ne({role:"img","aria-label":c.name},k,{onClick:w,class:[x,o],tabindex:P}),[A.createVNode(tA,{icon:c,primaryColor:j,secondaryColor:H,style:K},null),A.createVNode(An,null,null)])};nA.props={spin:Boolean,rotate:Number,icon:Object,twoToneColor:[String,Array]};nA.displayName="AntdIcon";nA.inheritAttrs=!1;nA.getTwoToneColor=$t;nA.setTwoToneColor=De;var cn={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M942.2 486.2Q889.47 375.11 816.7 305l-50.88 50.88C807.31 395.53 843.45 447.4 874.7 512 791.5 684.2 673.4 766 512 766q-72.67 0-133.87-22.38L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 000-51.5zm-63.57-320.64L836 122.88a8 8 0 00-11.32 0L715.31 232.2Q624.86 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 000 51.5q56.69 119.4 136.5 191.41L112.48 835a8 8 0 000 11.31L155.17 889a8 8 0 0011.31 0l712.15-712.12a8 8 0 000-11.32zM149.3 512C232.6 339.8 350.7 258 512 258c54.54 0 104.13 9.36 149.12 28.39l-70.3 70.3a176 176 0 00-238.13 238.13l-83.42 83.42C223.1 637.49 183.3 582.28 149.3 512zm246.7 0a112.11 112.11 0 01146.2-106.69L401.31 546.2A112 112 0 01396 512z"}},{tag:"path",attrs:{d:"M508 624c-3.46 0-6.87-.16-10.25-.47l-52.82 52.82a176.09 176.09 0 00227.42-227.42l-52.82 52.82c.31 3.38.47 6.79.47 10.25a111.94 111.94 0 01-112 112z"}}]},name:"eye-invisible",theme:"outlined"};function ae(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?Object(arguments[t]):{},a=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(a=a.concat(Object.getOwnPropertySymbols(n).filter(function(r){return Object.getOwnPropertyDescriptor(n,r).enumerable}))),a.forEach(function(r){dn(e,r,n[r])})}return e}function dn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var GA=function(t,n){var a=ae({},t,n.attrs);return A.createVNode(nA,ae({},a,{icon:cn}),null)};GA.displayName="EyeInvisibleOutlined";GA.inheritAttrs=!1;var un={icon:function(t,n){return{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M81.8 537.8a60.3 60.3 0 010-51.5C176.6 286.5 319.8 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 000 51.5C176.6 737.5 319.9 838 512 838c-192.1 0-335.4-100.5-430.2-300.2z",fill:n}},{tag:"path",attrs:{d:"M512 258c-161.3 0-279.4 81.8-362.7 254C232.6 684.2 350.7 766 512 766c161.4 0 279.5-81.8 362.7-254C791.4 339.8 673.3 258 512 258zm-4 430c-97.2 0-176-78.8-176-176s78.8-176 176-176 176 78.8 176 176-78.8 176-176 176z",fill:n}},{tag:"path",attrs:{d:"M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 000 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258s279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766z",fill:t}},{tag:"path",attrs:{d:"M508 336c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z",fill:t}}]}},name:"eye",theme:"twotone"};function re(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?Object(arguments[t]):{},a=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(a=a.concat(Object.getOwnPropertySymbols(n).filter(function(r){return Object.getOwnPropertyDescriptor(n,r).enumerable}))),a.forEach(function(r){gn(e,r,n[r])})}return e}function gn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var xA=function(t,n){var a=re({},t,n.attrs);return A.createVNode(nA,re({},a,{icon:un}),null)};xA.displayName="EyeTwoTone";xA.inheritAttrs=!1;var fn={icon:{tag:"svg",attrs:{viewBox:"0 0 1024 1024",focusable:"false"},children:[{tag:"path",attrs:{d:"M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 00-94.3-139.9 437.71 437.71 0 00-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z"}}]},name:"loading",theme:"outlined"};function oe(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?Object(arguments[t]):{},a=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(a=a.concat(Object.getOwnPropertySymbols(n).filter(function(r){return Object.getOwnPropertyDescriptor(n,r).enumerable}))),a.forEach(function(r){pn(e,r,n[r])})}return e}function pn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var KA=function(t,n){var a=oe({},t,n.attrs);return A.createVNode(nA,oe({},a,{icon:fn}),null)};KA.displayName="LoadingOutlined";KA.inheritAttrs=!1;const Bn=A.defineComponent({__name:"SarafPasswordFiled",props:A.mergeModels({inputControl:{},size:{default:oA.Large},disabled:{type:Boolean,default:!1},isClearable:{type:Boolean,default:!1}},{modelValue:{},modelModifiers:{}}),emits:["update:modelValue"],setup(e){const t=e,n=A.useModel(e,"modelValue"),a=A.ref(AA.Password),r=A.computed(()=>a.value===AA.Text);function o(c){a.value=c}return(c,i)=>(A.openBlock(),A.createBlock(HA,{modelValue:n.value,"onUpdate:modelValue":i[2]||(i[2]=p=>n.value=p),"input-control":t.inputControl,placeholder:"رمز عبور",size:t.size,disabled:t.disabled,"is-clearable":t.isClearable,type:a.value},{suffix:A.withCtx(()=>[r.value?(A.openBlock(),A.createBlock(A.unref(GA),{key:1,onClick:i[1]||(i[1]=p=>o(A.unref(AA).Password))})):(A.openBlock(),A.createBlock(A.unref(xA),{key:0,onClick:i[0]||(i[0]=p=>o(A.unref(AA).Text))}))]),_:1},8,["modelValue","input-control","size","disabled","is-clearable","type"]))}}),Dn=A.defineComponent({__name:"SarafNumberFiled",props:A.mergeModels({inputControl:{},placeholder:{},size:{default:oA.Large},disabled:{type:Boolean},isClearable:{type:Boolean,default:!1},type:{default:AA.Number},max:{},min:{}},{modelValue:{},modelModifiers:{}}),emits:A.mergeModels(["buttonClick"],["update:modelValue"]),setup(e,{emit:t}){const n=e,a=A.useModel(e,"modelValue"),r=t,o=A.useSlots(),c=A.computed(()=>!!o.button),i=A.computed(()=>!!o.prefix),p=A.computed(()=>!!o.suffix),C=A.computed(()=>n.inputControl.getNotValidMessage()),I=A.computed(()=>!!C.value),w=A.computed(()=>I.value?G.Error:G.Default),k=A.computed(()=>({disabled:n.disabled}));function b(){n.disabled||r("buttonClick")}return(Q,J)=>{const x=A.resolveComponent("a-input-number"),P=A.resolveDirective("touch-sensitive-control");return A.withDirectives((A.openBlock(),A.createElementBlock("div",{tabindex:"1",class:A.normalizeClass(["input__container",k.value])},[A.createVNode(x,{value:a.value,"onUpdate:value":J[0]||(J[0]=K=>a.value=K),status:w.value,size:n.size,placeholder:n.placeholder,disabled:n.disabled,"allow-clear":n.isClearable,type:n.type,max:n.max,min:n.min},A.createSlots({_:2},[i.value?{name:"prefix",fn:A.withCtx(()=>[A.createElementVNode("span",{class:A.normalizeClass(["input--icon",k.value])},[A.renderSlot(Q.$slots,"prefix",{},void 0,!0)],2)]),key:"0"}:void 0,p.value?{name:"suffix",fn:A.withCtx(()=>[A.createElementVNode("span",{class:A.normalizeClass(["input--icon",k.value])},[A.renderSlot(Q.$slots,"suffix",{},void 0,!0)],2)]),key:"1"}:void 0,c.value?{name:"addonAfter",fn:A.withCtx(()=>[A.createElementVNode("span",{class:"input_button",onClick:b},[A.renderSlot(Q.$slots,"button",{},void 0,!0)])]),key:"2"}:void 0]),1032,["value","status","size","placeholder","disabled","allow-clear","type","max","min"]),A.createVNode(sA,{"invalid-message":C.value,disabled:n.disabled},null,8,["invalid-message","disabled"])],2)),[[P,n.inputControl]])}}}),mn=h(Dn,[["__scopeId","data-v-28c2baf7"]]);var fA=(e=>(e.Small="12px",e.Medium="24px",e.Large="36px",e))(fA||{});function Cn(e){return A.h(KA,{style:{fontSize:e},spin:!0})}const MA=A.defineComponent({__name:"SarafDefaultSpinner",props:{size:{default:fA.Medium}},setup(e){const t=e;return(n,a)=>{const r=A.resolveComponent("a-spin");return A.openBlock(),A.createBlock(r,{indicator:A.unref(Cn)(t.size)},null,8,["indicator"])}}}),wn={ref:"spinner",class:"spinner-container"},kn={class:"spinner-container"},vn=A.defineComponent({__name:"SarafSelect",props:A.mergeModels({inputControl:{},totalCount:{},items:{},isMultiple:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},initialItems:{default(){return[]}},placeholder:{default:"لطفا یک مورد را انتخاب کنید"},size:{default:oA.Large},isSearchable:{type:Boolean,default:!1},isLoading:{type:Boolean,default:!1},isClearable:{type:Boolean,default:!1}},{modelValue:{},modelModifiers:{}}),emits:A.mergeModels(["fetchMore","searchStart","search"],["update:modelValue"]),setup(e,{emit:t}){const n=e,a=t;let r="";const o=A.useModel(e,"modelValue"),c=A.ref(new Map),i=A.useTemplateRef("spinner"),p=new f.DebounceService({runImmediate(){W()},runDebounce(){j()}},500),C=new IntersectionObserver(L=>{L[0].isIntersecting&&a("fetchMore")},{threshold:.7}),I=A.computed(()=>n.items.length>0),w=A.computed(()=>n.totalCount!==n.items.length),k=A.computed(()=>w.value&&!n.isLoading),b=A.computed(()=>n.isLoading&&!I.value),Q=A.computed(()=>n.inputControl.getNotValidMessage()),J=A.computed(()=>!Q.value.length),x=A.computed(()=>J.value?G.Default:G.Error),P=A.computed(()=>({disabled:n.disabled})),K=A.computed(()=>n.isMultiple?kA.Multi:kA.Single),V=A.computed(()=>Array.from(c.value.values()));function W(){a("searchStart",r)}function j(){a("search",r)}function H(L){r=L,p.runAction()}function aA(L){for(const E of L)c.value.set(E.value,E)}A.watch(()=>i.value,()=>{i.value&&C.observe(i.value)});function q(){aA(n.items),aA(n.initialItems)}return A.onBeforeMount(()=>{q()}),A.onBeforeUpdate(()=>{q()}),A.onBeforeUnmount(()=>{i.value&&C.unobserve(i.value)}),(L,E)=>{const v=A.resolveComponent("a-select-option"),_=A.resolveComponent("a-select");return A.openBlock(),A.createElementBlock("div",{class:A.normalizeClass(["saraf-select",P.value])},[A.createVNode(_,{value:o.value,"onUpdate:value":E[0]||(E[0]=X=>o.value=X),class:"saraf-select",mode:K.value,disabled:n.disabled,"auto-clear-search-value":!1,"filter-option":!1,"show-search":n.isSearchable,placeholder:n.placeholder,status:x.value,size:n.size,"allow-clear":n.isClearable,onSearch:H},{default:A.withCtx(()=>[(A.openBlock(!0),A.createElementBlock(A.Fragment,null,A.renderList(V.value,X=>(A.openBlock(),A.createBlock(v,{key:X.value,value:X.value},{default:A.withCtx(()=>[A.createTextVNode(A.toDisplayString(X.label),1)]),_:2},1032,["value"]))),128)),k.value?(A.openBlock(),A.createBlock(v,{key:0,disabled:""},{default:A.withCtx(()=>[A.createElementVNode("div",wn,[A.createVNode(A.unref(MA),{size:A.unref(fA).Small},null,8,["size"])],512)]),_:1})):A.createCommentVNode("",!0),b.value?(A.openBlock(),A.createBlock(v,{key:1,disabled:""},{default:A.withCtx(()=>[A.createElementVNode("div",kn,[A.createVNode(A.unref(MA),{size:A.unref(fA).Small},null,8,["size"])])]),_:1})):A.createCommentVNode("",!0)]),_:1},8,["value","mode","disabled","show-search","placeholder","status","size","allow-clear"]),A.createVNode(sA,{"invalid-message":Q.value,disabled:n.disabled},null,8,["invalid-message","disabled"])],2)}}}),Sn=h(vn,[["__scopeId","data-v-ed03e09b"]]);var jA=(e=>(e.Default="default",e.Success="success",e.Danger="danger",e.Warning="warning",e.Info="info",e))(jA||{});const bn={class:"tag-icon"},Qn={class:"tag-icon"},yn=A.defineComponent({__name:"SarafTag",props:{content:{},color:{default:jA.Default},disabled:{type:Boolean,default:!1},hasBorder:{type:Boolean,default:!0}},setup(e){const t=e,n=A.computed(()=>t.disabled?"disabled":t.color),a=A.computed(()=>[n.value,{"tag-border":t.hasBorder,"unset-background":t.hasBorder}]);return(r,o)=>{const c=A.resolveComponent("a-tag");return A.openBlock(),A.createBlock(c,{class:A.normalizeClass(["tag",a.value])},{default:A.withCtx(()=>[A.createElementVNode("span",bn,[A.renderSlot(r.$slots,"before-icon",{},void 0,!0)]),A.createTextVNode(" "+A.toDisplayString(r.content)+" ",1),A.createElementVNode("span",Qn,[A.renderSlot(r.$slots,"after-icon",{},void 0,!0)])]),_:3},8,["class"])}}}),me=h(yn,[["__scopeId","data-v-b949bb47"]]);var lA=(e=>(e.Small="small",e.Medium="medium",e.Large="large",e))(lA||{});const En=A.defineComponent({__name:"SarafTabs",props:A.mergeModels({tabs:{},size:{default:lA.Medium}},{modelValue:{},modelModifiers:{}}),emits:["update:modelValue"],setup(e){const t=e,n=A.useModel(e,"modelValue");return(a,r)=>{const o=A.resolveComponent("a-tab-pane"),c=A.resolveComponent("a-tabs");return A.openBlock(),A.createBlock(c,{"active-key":n.value,"onUpdate:activeKey":r[0]||(r[0]=i=>n.value=i),size:t.size},{default:A.withCtx(()=>[(A.openBlock(!0),A.createElementBlock(A.Fragment,null,A.renderList(t.tabs,i=>(A.openBlock(),A.createBlock(o,{key:i.value,tab:i.title},null,8,["tab"]))),128))]),_:1},8,["active-key","size"])}}}),hn=h(En,[["__scopeId","data-v-377c6e3e"]]),In=A.defineComponent({__name:"SarafSecondaryTabs",props:A.mergeModels({tabs:{},size:{default:lA.Medium}},{modelValue:{},modelModifiers:{}}),emits:["update:modelValue"],setup(e){const t=e,n=A.useModel(e,"modelValue");return(a,r)=>{const o=A.resolveComponent("a-radio-button"),c=A.resolveComponent("a-radio-group");return A.openBlock(),A.createBlock(c,{value:n.value,"onUpdate:value":r[0]||(r[0]=i=>n.value=i),class:"saraf-radio-group",size:t.size},{default:A.withCtx(()=>[(A.openBlock(!0),A.createElementBlock(A.Fragment,null,A.renderList(t.tabs,i=>(A.openBlock(),A.createBlock(o,{key:i.value,value:i.value,disabled:i.isDisabled,class:"saraf-radio-group-item"},{default:A.withCtx(()=>[A.createTextVNode(A.toDisplayString(i.title),1)]),_:2},1032,["value","disabled"]))),128))]),_:1},8,["value","size"])}}}),Tn=h(In,[["__scopeId","data-v-807b9dcc"]]);class Jn{constructor(t,n,a=!1){M(this,"value");M(this,"title");M(this,"isDisabled");this.value=t,this.title=n,this.isDisabled=a}}const On=A.defineComponent({__name:"SarafChart",props:{dataSource:{},width:{default:"100%"},height:{default:"400px"}},setup(e){const t=e;return(n,a)=>(A.openBlock(),A.createBlock(A.unref(Oe),{type:t.dataSource.getType(),options:t.dataSource.getOptions(),series:t.dataSource.getSeries(),width:n.width,height:n.height},null,8,["type","options","series","width","height"]))}});class Ce{constructor(t,n){M(this,"rawData",[]);M(this,"settings");M(this,"options",null);M(this,"series",null);M(this,"chartType");this.chartType=t,this.settings=n}setRawData(t){this.rawData=t,this.checkData(),this.series=this.generateSeries(),this.options=this.generateOptions()}checkData(){this.settings.sensitive?this.validateData():this.rawData=this.completeData()}validateData(){if(!this.isDataValid())throw new Error("Validation failed: Data is incomplete or missing.")}isDataValid(){return this.rawData.every(t=>{var n;return(n=this.settings.xAxisCategories)==null?void 0:n.every(a=>t.some(r=>r.label===a&&r.value!==null))})}generateCommonOptions(){return{chart:{type:this.getType(),toolbar:{show:this.settings.toolbar}},title:{text:this.settings.title,align:"center"},xaxis:{categories:[]}}}getSeries(){return this.series??[]}getOptions(){return this.options}getType(){return this.chartType}}class Mn extends Ce{constructor(t,n){super(t,n)}completeData(){var t;return(t=this.settings.xAxisCategories)!=null&&t.length?this.rawData.map(n=>{const a=new Map(n.map(r=>[r.label,r.value]));return this.settings.xAxisCategories.map(r=>({label:r,value:a.get(r)??null}))}):this.rawData}}var SA=(e=>(e.LINE="line",e.AREA="area",e.BAR="bar",e.PIE="pie",e.DONUT="donut",e))(SA||{});class Nn{constructor(t,n){M(this,"label");M(this,"value");this.label=t,this.value=n}}class Pn{constructor(t,n=!1,a=!1,r=[],o=[]){M(this,"title");M(this,"toolbar");M(this,"sensitive");M(this,"xAxisCategories");M(this,"seriesNames");this.title=t,this.toolbar=n,this.sensitive=a,this.xAxisCategories=r,this.seriesNames=o}}class Hn{constructor(t,n){M(this,"name");M(this,"data");this.name=t,this.data=n}}class Ln extends Mn{constructor(t){super(SA.AREA,t)}generateSeries(){return this.rawData.map((t,n)=>{var a;return{name:((a=this.settings.seriesNames)==null?void 0:a[n])||`Series ${n+1}`,data:t.map(r=>r.value??null)}})}generateOptions(){var n;const t=this.generateCommonOptions();return(n=this.settings.xAxisCategories)!=null&&n.length?t.xaxis={categories:this.settings.xAxisCategories}:this.rawData.forEach(a=>{var r;for(const o of a)(r=t.xaxis)==null||r.categories.push(o.label)}),t}}class Rn extends Ce{constructor(t){super(SA.DONUT,t)}completeData(){var t;return(t=this.settings.xAxisCategories)!=null&&t.length?this.rawData.map(n=>{const a=new Map(n.map(r=>[r.label,r]));return this.settings.xAxisCategories.map(r=>a.get(r)||{label:r,value:null})}):this.rawData}generateSeries(){return this.rawData&&this.rawData.length>0&&this.rawData[0]?this.rawData[0].map(t=>t.value??0):[]}generateOptions(){var n;const t=this.generateCommonOptions();if((n=this.settings.xAxisCategories)!=null&&n.length)t.labels=this.settings.xAxisCategories;else{t.labels=[];const a=this.rawData[0]||[];for(const r of a)t.labels.push(r.label)}return t}setTotalValue(t){this.options.plotOptions={pie:{donut:{background:"#fff1f3",labels:{show:!0,total:{show:!0,showAlways:!0,label:t,fontSize:"14px",fontFamily:"IRANSansX",fontWeight:600,color:"#16191d",formatter:function(n){return f.Formatter.toCurrencyWithDotSeparator(n.globals.seriesTotals.reduce((a,r)=>a+r,0))}}}}}}}}class zn{constructor(){this.getTooltipContainer=this.getTooltipContainer.bind(this),this.createTooltipElement=this.createTooltipElement.bind(this),this.mounted=this.mounted.bind(this),this.removeTooltips=this.removeTooltips.bind(this)}mounted(t,n){t.addEventListener("mouseenter",this.appendTooltipElementToDom.bind(this,t,n.value)),t.addEventListener("mouseleave",this.removeTooltips)}appendTooltipElementToDom(t,n){const a=this.getTooltipContainer(),r=this.createTooltipElement(n),o=t.getBoundingClientRect();r.style.position="absolute",r.style.top=o.y-20+"px",r.style.left=o.right-150+"px",a.appendChild(r)}getTooltipContainer(){return document.querySelector("#tooltip-container")}createTooltipElement(t){const n=document.createElement("div");return n.classList.add("tooltip"),n.innerText=t,n}unMounted(t){this.removeTooltips(),t.removeEventListener("mouseenter",this.appendTooltipElementToDom.bind(this,t,"")),t.removeEventListener("mouseleave",this.removeTooltips)}removeTooltips(){const t=this.getTooltipContainer();t.textContent=""}}const Gn={key:0},xn={key:0},Kn={key:11,class:"saraf-image-cell-wrapper"},jn=["src","alt"],Un={key:1},Vn={key:12},Xn=A.defineComponent({__name:"SarafTable",props:{dataSource:{}},setup(e){const t=e,n=A.ref([]),a=A.ref([]),r=A.ref(),o=A.computed(()=>t.dataSource instanceof f.SelectableTable),c=A.computed(()=>t.dataSource.isLoading()),i=A.computed(()=>n.value.length>f.TableConstants.MINIMAL_LOADABLE_HEADER_COUNT),p=A.computed(()=>t.dataSource.getData()),C=A.computed(()=>({total:p.value.totalItems,current:p.value.currentPage,showLessItems:!0,showTotal(l){return"تعداد کل: "+l},defaultPageSize:f.TableConstants.DEFAULT_ITEM_COUNT_PER_PAGE,pageSize:t.dataSource.getItemCountPerPage(),position:[f.TableConstants.PAGINATION_POSITION]})),I=A.computed(()=>{var l;return((l=n.value[n.value.length-1])==null?void 0:l.cellType)===f.CellType.ACTION}),w=A.computed(()=>o.value?{onSelect:b,onSelectAll:Q,selectedRowKeys:a.value}:null),k=A.computed(()=>!!r.value.summaryItems.length);function b(l){t.dataSource.rowSelect(l)}function Q(){t.dataSource.selectAll()}function J(){a.value=t.dataSource.getSelectedRowIds()}async function x(l,u,s){if(l&&await t.dataSource.paginate(l.current,l.pageSize),s!=null&&s.columnKey){const D=new f.SortDetail(s.columnKey,P(s.order));await t.dataSource.sort(D)}}function P(l){return l===f.SortOrderTableHeader.ASC?f.SortOrder.ASC:f.SortOrder.DESC}async function K(){await t.dataSource.load(),V()}function V(){n.value=t.dataSource.headerSchema;const l=t.dataSource.hasAnyAction();l&&!I.value&&W(),!l&&I.value&&j()}function W(){n.value.push(f.TABLE_ACTION_COLUMN)}function j(){n.value.pop()}function H(l){t.dataSource.handleClick(l)}function aA(l){t.dataSource.handleMetaClick(l)}function q(l){t.dataSource.handleDoubleClick(l)}function L(l){return{onClick(u){u.metaKey?aA(l):H(l)},onDblclick(){q(l)}}}function E(l){return l.id}function v(l,u){return!f.isOnlyOneItem(l)&&!f.isLastItem(l,u)}function _(l,u){return l.getProps?l.getProps(u):null}function X(){o.value&&t.dataSource.selectedRows.attach(J)}function B(){o.value&&t.dataSource.selectedRows.detach(J)}function d(){r.value=t.dataSource.loadSummarySchema()}return A.onBeforeMount(()=>{K(),X(),d()}),A.onBeforeUpdate(()=>{V(),d()}),A.onBeforeUnmount(()=>{t.dataSource.onDestroy(),B()}),(l,u)=>{const s=A.resolveComponent("a-button"),D=A.resolveComponent("a-divider"),m=A.resolveComponent("a-table-summary-cell"),y=A.resolveComponent("a-typography-text"),T=A.resolveComponent("a-table-summary-row"),O=A.resolveComponent("a-table");return A.openBlock(),A.createBlock(O,{columns:n.value,"data-source":p.value.rows,pagination:C.value,"custom-row":L,"row-key":E,loading:c.value,scroll:t.dataSource.getScrollDetail(),"row-selection":w.value,class:"saraf-table",onChange:x},A.createSlots({_:2},[i.value?{name:"headerCell",fn:A.withCtx(({column:g})=>[g.headerType===A.unref(f.HeaderType).Text?(A.openBlock(),A.createElementBlock("span",Gn,A.toDisplayString(g.title),1)):A.createCommentVNode("",!0)]),key:"0"}:void 0,i.value?{name:"bodyCell",fn:A.withCtx(({column:g,record:S})=>[g.cellType===A.unref(f.CellType).Text?(A.openBlock(),A.createElementBlock("span",xn,A.toDisplayString(S[g.path]),1)):g.cellType===A.unref(f.CellType).Tag?(A.openBlock(),A.createBlock(A.unref(me),A.mergeProps({key:1,content:S[g.path]},_(g,S)),null,16,["content"])):g.cellType===A.unref(f.CellType).BankCard?(A.openBlock(),A.createBlock(A.unref(we),{key:2,"card-number":S[g.path]},null,8,["card-number"])):g.cellType===A.unref(f.CellType).Iban?(A.openBlock(),A.createBlock(A.unref(ke),{key:3,iban:S[g.path]},null,8,["iban"])):g.cellType===A.unref(f.CellType).Symbol?(A.openBlock(),A.createBlock(A.unref(ve),{key:4,symbol:S[g.path]},null,8,["symbol"])):g.cellType===A.unref(f.CellType).TradeDetail?(A.openBlock(),A.createBlock(A.unref(Se),{key:5,"symbol-trade-amount-detail":S[g.path]},null,8,["symbol-trade-amount-detail"])):g.cellType===A.unref(f.CellType).SymbolPrice?(A.openBlock(),A.createBlock(A.unref(be),{key:6,"symbol-price-in-trade":S[g.path]},null,8,["symbol-price-in-trade"])):g.cellType===A.unref(f.CellType).TradeSymbol?(A.openBlock(),A.createBlock(A.unref(Ee),{key:7,"symbol-in-trade":S[g.path]},null,8,["symbol-in-trade"])):g.cellType===A.unref(f.CellType).TradeDate?(A.openBlock(),A.createBlock(A.unref(Qe),{key:8,"trade-date":S[g.path]},null,8,["trade-date"])):g.cellType===A.unref(f.CellType).Price?(A.openBlock(),A.createBlock(A.unref(ye),{key:9,price:S[g.path]},null,8,["price"])):g.cellType===A.unref(f.CellType).DynamicCurrencyPrice?(A.openBlock(),A.createBlock(A.unref(he),{key:10,amount:S[g.path]},null,8,["amount"])):g.cellType===A.unref(f.CellType).Image?(A.openBlock(),A.createElementBlock("div",Kn,[S[g.path]?(A.openBlock(),A.createElementBlock("img",{key:0,class:"saraf-image-cell",src:S[g.path],alt:S[g.path]},null,8,jn)):(A.openBlock(),A.createElementBlock("div",Un,"--"))])):g.cellType===A.unref(f.CellType).ACTION?(A.openBlock(),A.createElementBlock("span",Vn,[(A.openBlock(!0),A.createElementBlock(A.Fragment,null,A.renderList(t.dataSource.getAccessedActions(S),(F,Y)=>(A.openBlock(),A.createElementBlock(A.Fragment,{key:F.actionName},[A.createVNode(s,{type:"link",onClick:A.withModifiers(iA=>F.handler(S),["stop"])},{default:A.withCtx(()=>[A.createTextVNode(A.toDisplayString(F.actionName),1)]),_:2},1032,["onClick"]),v(t.dataSource.getAccessedActions(S).length,Y)?(A.openBlock(),A.createBlock(D,{key:0,type:"vertical"})):A.createCommentVNode("",!0)],64))),128))])):A.createCommentVNode("",!0)]),key:"1"}:void 0,t.dataSource.isExpandable()?{name:"expandedRowRender",fn:A.withCtx(({record:g})=>[A.renderSlot(l.$slots,"expandedRowRender",{row:g},void 0,!0)]),key:"2"}:void 0,k.value?{name:"summary",fn:A.withCtx(()=>[A.createVNode(T,null,{default:A.withCtx(()=>[A.createVNode(m,null,{default:A.withCtx(()=>[A.createTextVNode(A.toDisplayString(r.value.summaryTitle),1)]),_:1}),(A.openBlock(!0),A.createElementBlock(A.Fragment,null,A.renderList(r.value.summaryItems,(g,S)=>(A.openBlock(),A.createBlock(m,{key:S,align:g.align},{default:A.withCtx(()=>[A.createVNode(y,null,{default:A.withCtx(()=>[A.createTextVNode(A.toDisplayString(g.data),1)]),_:2},1024)]),_:2},1032,["align"]))),128))]),_:1})]),key:"3"}:void 0]),1032,["columns","data-source","pagination","loading","scroll","row-selection"])}}}),Fn=h(Xn,[["__scopeId","data-v-7c761bee"]]),Yn=["src","alt"],Zn=A.defineComponent({__name:"SarafBankCardTableCell",props:{cardNumber:{}},setup(e){const t=e,n=A.computed(()=>t.cardNumber?f.Formatter.applyBankCardMask(t.cardNumber):"-"),a=A.computed(()=>f.Util.getBankImageBaseOnCardInfo(String(t.cardNumber),"CARD"));function r(){f.Util.copyValueToClipboard(t.cardNumber,"شماره کارت با موفقیت کپی شد")}return(o,c)=>(A.openBlock(),A.createElementBlock("div",{class:"saraf-bank-card-cell",onClick:A.withModifiers(r,["stop"])},[A.createElementVNode("img",{src:a.value,alt:n.value},null,8,Yn),A.createElementVNode("p",null,A.toDisplayString(n.value),1)]))}}),we=h(Zn,[["__scopeId","data-v-30a8729d"]]),Wn=["src","alt"],qn=A.defineComponent({__name:"SarafIbanTableCell",props:{iban:{}},setup(e){const t=e,n=A.computed(()=>f.Formatter.applyIbanMask(t.iban)),a=A.computed(()=>f.Util.getBankImageBaseOnCardInfo(String(t.iban),"IBAN"));function r(){f.Util.copyValueToClipboard(t.iban,"شماره شبا با موفقیت کپی شد")}return(o,c)=>(A.openBlock(),A.createElementBlock("div",{class:"saraf-iban-cell",onClick:A.withModifiers(r,["stop"])},[A.createElementVNode("img",{src:a.value,alt:n.value},null,8,Wn),A.createElementVNode("p",null,"IR-"+A.toDisplayString(n.value),1)]))}}),ke=h(qn,[["__scopeId","data-v-399af1a5"]]),_n={class:"saraf-symbol-cell"},$n=["src","alt"],Aa=A.defineComponent({__name:"SarafSymbolTableCell",props:{symbol:{}},setup(e){const t=e;return(n,a)=>(A.openBlock(),A.createElementBlock("div",_n,[A.createElementVNode("img",{src:t.symbol.image,alt:t.symbol.enName},null,8,$n),A.createElementVNode("p",null,A.toDisplayString(t.symbol.symbol),1)]))}}),ve=h(Aa,[["__scopeId","data-v-fba97f8a"]]),ea={class:"saraf-trade-amount-detail-wrapper"},ta={class:"saraf-trade-amount"},na={class:"price-detail"},aa={class:"symbol"},ra={class:"price"},oa={class:"price-detail"},la={class:"symbol"},ia={class:"price"},sa=A.defineComponent({__name:"SarafTradeAmountTableCell",props:{symbolTradeAmountDetail:{}},setup(e){const t=e;return(n,a)=>(A.openBlock(),A.createElementBlock("div",ea,[A.createVNode(A.unref(LA)),A.createElementVNode("div",ta,[A.createElementVNode("span",na,[A.createElementVNode("span",aa,A.toDisplayString(t.symbolTradeAmountDetail.requestedAmount.symbol),1),A.createElementVNode("span",ra,A.toDisplayString(t.symbolTradeAmountDetail.requestedAmount.truncatedValue),1)]),A.createElementVNode("span",oa,[A.createElementVNode("span",la,A.toDisplayString(t.symbolTradeAmountDetail.executedAmount.symbol),1),A.createElementVNode("span",ia,A.toDisplayString(t.symbolTradeAmountDetail.executedAmount.truncatedValue),1)])])]))}}),Se=h(sa,[["__scopeId","data-v-a4d40524"]]),ca={class:"saraf-symbol-price-in-trade"},da=["src","alt"],ua=["src","alt"],ga=A.defineComponent({__name:"SarafTradeSymbolPriceCell",props:{symbolPriceInTrade:{}},setup(e){const t=e;return(n,a)=>(A.openBlock(),A.createElementBlock("div",ca,[A.createElementVNode("div",null,[A.createElementVNode("img",{src:t.symbolPriceInTrade.symbolImage,alt:t.symbolPriceInTrade.symobl},null,8,da),A.createElementVNode("p",null,A.toDisplayString(t.symbolPriceInTrade.truncatedSymbolPrice),1),a[0]||(a[0]=A.createElementVNode("p",{class:"currency"},"دلار",-1))]),A.createElementVNode("div",null,[A.createElementVNode("img",{src:t.symbolPriceInTrade.USDTImage,alt:A.unref(f.Symbols).USDT},null,8,ua),A.createElementVNode("p",null,A.toDisplayString(t.symbolPriceInTrade.truncatedUSDTPrice),1),a[1]||(a[1]=A.createElementVNode("p",{class:"currency"},"تومان",-1))])]))}}),be=h(ga,[["__scopeId","data-v-60c1412e"]]),fa={class:"saraf-trade-date-cell-container"},pa={class:"date-info"},Ba={class:"date"},Da={class:"time"},ma={class:"date-info"},Ca={class:"date"},wa={class:"time"},ka=A.defineComponent({__name:"SarafTradeDateCell",props:{tradeDate:{}},setup(e){const t=e;return(n,a)=>(A.openBlock(),A.createElementBlock("div",fa,[A.createVNode(A.unref(LA)),A.createElementVNode("div",null,[A.createElementVNode("div",pa,[A.createElementVNode("p",Ba,A.toDisplayString(t.tradeDate.requestedDateInJalali),1),A.createElementVNode("p",Da,A.toDisplayString(t.tradeDate.requestedTime),1)]),A.createElementVNode("div",ma,[A.createElementVNode("p",Ca,A.toDisplayString(t.tradeDate.executedDateInJalali),1),A.createElementVNode("p",wa,A.toDisplayString(t.tradeDate.executedDateTime),1)])])]))}}),Qe=h(ka,[["__scopeId","data-v-70704877"]]),va={class:"saraf-price-cell"},Sa=A.defineComponent({__name:"SarafPriceTableCell",props:{price:{}},setup(e){const t=e,n=A.computed(()=>t.price?f.Formatter.toCurrency(t.price):"0");return(a,r)=>(A.openBlock(),A.createElementBlock("div",va,[A.createElementVNode("p",null,[r[0]||(r[0]=A.createElementVNode("span",null,"IRT",-1)),A.createTextVNode(" "+A.toDisplayString(n.value),1)])]))}}),ye=h(Sa,[["__scopeId","data-v-6a150af5"]]),ba={class:"saraf-symbol-price-in-trade"},Qa=["src","alt"],ya=["src","alt"],Ea=A.defineComponent({__name:"SarafTradeSymbolCell",props:{symbolInTrade:{}},setup(e){const t=e;return(n,a)=>(A.openBlock(),A.createElementBlock("div",ba,[A.createElementVNode("div",null,[A.createElementVNode("img",{src:t.symbolInTrade.soldSymbol.image,alt:t.symbolInTrade.soldSymbol.enName},null,8,Qa),A.createElementVNode("p",null,A.toDisplayString(t.symbolInTrade.soldSymbol.enName),1)]),A.createElementVNode("div",null,[A.createElementVNode("img",{src:t.symbolInTrade.buySymbol.image,alt:t.symbolInTrade.buySymbol.enName},null,8,ya),A.createElementVNode("p",null,A.toDisplayString(t.symbolInTrade.buySymbol.enName),1)])]))}}),Ee=h(Ea,[["__scopeId","data-v-091b1c97"]]),ha={class:"saraf-price-cell"},Ia=A.defineComponent({__name:"SarafDynamicCurrencyPriceTableCell",props:{amount:{}},setup(e){const t=e;return(n,a)=>(A.openBlock(),A.createElementBlock("div",ha,[A.createElementVNode("p",null,[A.createElementVNode("span",null,A.toDisplayString(t.amount.symbol),1),A.createTextVNode(" "+A.toDisplayString(t.amount.truncatedValue),1)])]))}}),he=h(Ia,[["__scopeId","data-v-2558491a"]]),Ta=A.defineComponent({__name:"SarafCheckbox",props:A.mergeModels({label:{default:""},isDisabled:{type:Boolean,default:!1},isIndeterminate:{type:Boolean,default:!1}},{modelValue:{type:Boolean},modelModifiers:{}}),emits:["update:modelValue"],setup(e){const t=e,n=A.useModel(e,"modelValue");return(a,r)=>{const o=A.resolveComponent("a-checkbox");return A.openBlock(),A.createBlock(o,{checked:n.value,"onUpdate:checked":r[0]||(r[0]=c=>n.value=c),class:"saraf-checkbox",disabled:t.isDisabled,indeterminate:t.isIndeterminate},{default:A.withCtx(()=>[A.createTextVNode(A.toDisplayString(t.label),1)]),_:1},8,["checked","disabled","indeterminate"])}}}),Ja=h(Ta,[["__scopeId","data-v-c2c556bb"]]);var Oa=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Ma(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Ie={exports:{}};(function(e,t){(function(n,a){e.exports=a()})(Oa,function(){var n=1e3,a=6e4,r=36e5,o="millisecond",c="second",i="minute",p="hour",C="day",I="week",w="month",k="quarter",b="year",Q="date",J="Invalid Date",x=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,P=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,K={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(B){var d=["th","st","nd","rd"],l=B%100;return"["+B+(d[(l-20)%10]||d[l]||d[0])+"]"}},V=function(B,d,l){var u=String(B);return!u||u.length>=d?B:""+Array(d+1-u.length).join(l)+B},W={s:V,z:function(B){var d=-B.utcOffset(),l=Math.abs(d),u=Math.floor(l/60),s=l%60;return(d<=0?"+":"-")+V(u,2,"0")+":"+V(s,2,"0")},m:function B(d,l){if(d.date()<l.date())return-B(l,d);var u=12*(l.year()-d.year())+(l.month()-d.month()),s=d.clone().add(u,w),D=l-s<0,m=d.clone().add(u+(D?-1:1),w);return+(-(u+(l-s)/(D?s-m:m-s))||0)},a:function(B){return B<0?Math.ceil(B)||0:Math.floor(B)},p:function(B){return{M:w,y:b,w:I,d:C,D:Q,h:p,m:i,s:c,ms:o,Q:k}[B]||String(B||"").toLowerCase().replace(/s$/,"")},u:function(B){return B===void 0}},j="en",H={};H[j]=K;var aA="$isDayjsObject",q=function(B){return B instanceof _||!(!B||!B[aA])},L=function B(d,l,u){var s;if(!d)return j;if(typeof d=="string"){var D=d.toLowerCase();H[D]&&(s=D),l&&(H[D]=l,s=D);var m=d.split("-");if(!s&&m.length>1)return B(m[0])}else{var y=d.name;H[y]=d,s=y}return!u&&s&&(j=s),s||!u&&j},E=function(B,d){if(q(B))return B.clone();var l=typeof d=="object"?d:{};return l.date=B,l.args=arguments,new _(l)},v=W;v.l=L,v.i=q,v.w=function(B,d){return E(B,{locale:d.$L,utc:d.$u,x:d.$x,$offset:d.$offset})};var _=function(){function B(l){this.$L=L(l.locale,null,!0),this.parse(l),this.$x=this.$x||l.x||{},this[aA]=!0}var d=B.prototype;return d.parse=function(l){this.$d=function(u){var s=u.date,D=u.utc;if(s===null)return new Date(NaN);if(v.u(s))return new Date;if(s instanceof Date)return new Date(s);if(typeof s=="string"&&!/Z$/i.test(s)){var m=s.match(x);if(m){var y=m[2]-1||0,T=(m[7]||"0").substring(0,3);return D?new Date(Date.UTC(m[1],y,m[3]||1,m[4]||0,m[5]||0,m[6]||0,T)):new Date(m[1],y,m[3]||1,m[4]||0,m[5]||0,m[6]||0,T)}}return new Date(s)}(l),this.init()},d.init=function(){var l=this.$d;this.$y=l.getFullYear(),this.$M=l.getMonth(),this.$D=l.getDate(),this.$W=l.getDay(),this.$H=l.getHours(),this.$m=l.getMinutes(),this.$s=l.getSeconds(),this.$ms=l.getMilliseconds()},d.$utils=function(){return v},d.isValid=function(){return this.$d.toString()!==J},d.isSame=function(l,u){var s=E(l);return this.startOf(u)<=s&&s<=this.endOf(u)},d.isAfter=function(l,u){return E(l)<this.startOf(u)},d.isBefore=function(l,u){return this.endOf(u)<E(l)},d.$g=function(l,u,s){return v.u(l)?this[u]:this.set(s,l)},d.unix=function(){return Math.floor(this.valueOf()/1e3)},d.valueOf=function(){return this.$d.getTime()},d.startOf=function(l,u){var s=this,D=!!v.u(u)||u,m=v.p(l),y=function(rA,N){var $=v.w(s.$u?Date.UTC(s.$y,N,rA):new Date(s.$y,N,rA),s);return D?$:$.endOf(C)},T=function(rA,N){return v.w(s.toDate()[rA].apply(s.toDate("s"),(D?[0,0,0,0]:[23,59,59,999]).slice(N)),s)},O=this.$W,g=this.$M,S=this.$D,F="set"+(this.$u?"UTC":"");switch(m){case b:return D?y(1,0):y(31,11);case w:return D?y(1,g):y(0,g+1);case I:var Y=this.$locale().weekStart||0,iA=(O<Y?O+7:O)-Y;return y(D?S-iA:S+(6-iA),g);case C:case Q:return T(F+"Hours",0);case p:return T(F+"Minutes",1);case i:return T(F+"Seconds",2);case c:return T(F+"Milliseconds",3);default:return this.clone()}},d.endOf=function(l){return this.startOf(l,!1)},d.$set=function(l,u){var s,D=v.p(l),m="set"+(this.$u?"UTC":""),y=(s={},s[C]=m+"Date",s[Q]=m+"Date",s[w]=m+"Month",s[b]=m+"FullYear",s[p]=m+"Hours",s[i]=m+"Minutes",s[c]=m+"Seconds",s[o]=m+"Milliseconds",s)[D],T=D===C?this.$D+(u-this.$W):u;if(D===w||D===b){var O=this.clone().set(Q,1);O.$d[y](T),O.init(),this.$d=O.set(Q,Math.min(this.$D,O.daysInMonth())).$d}else y&&this.$d[y](T);return this.init(),this},d.set=function(l,u){return this.clone().$set(l,u)},d.get=function(l){return this[v.p(l)]()},d.add=function(l,u){var s,D=this;l=Number(l);var m=v.p(u),y=function(g){var S=E(D);return v.w(S.date(S.date()+Math.round(g*l)),D)};if(m===w)return this.set(w,this.$M+l);if(m===b)return this.set(b,this.$y+l);if(m===C)return y(1);if(m===I)return y(7);var T=(s={},s[i]=a,s[p]=r,s[c]=n,s)[m]||1,O=this.$d.getTime()+l*T;return v.w(O,this)},d.subtract=function(l,u){return this.add(-1*l,u)},d.format=function(l){var u=this,s=this.$locale();if(!this.isValid())return s.invalidDate||J;var D=l||"YYYY-MM-DDTHH:mm:ssZ",m=v.z(this),y=this.$H,T=this.$m,O=this.$M,g=s.weekdays,S=s.months,F=s.meridiem,Y=function(N,$,cA,pA){return N&&(N[$]||N(u,D))||cA[$].slice(0,pA)},iA=function(N){return v.s(y%12||12,N,"0")},rA=F||function(N,$,cA){var pA=N<12?"AM":"PM";return cA?pA.toLowerCase():pA};return D.replace(P,function(N,$){return $||function(cA){switch(cA){case"YY":return String(u.$y).slice(-2);case"YYYY":return v.s(u.$y,4,"0");case"M":return O+1;case"MM":return v.s(O+1,2,"0");case"MMM":return Y(s.monthsShort,O,S,3);case"MMMM":return Y(S,O);case"D":return u.$D;case"DD":return v.s(u.$D,2,"0");case"d":return String(u.$W);case"dd":return Y(s.weekdaysMin,u.$W,g,2);case"ddd":return Y(s.weekdaysShort,u.$W,g,3);case"dddd":return g[u.$W];case"H":return String(y);case"HH":return v.s(y,2,"0");case"h":return iA(1);case"hh":return iA(2);case"a":return rA(y,T,!0);case"A":return rA(y,T,!1);case"m":return String(T);case"mm":return v.s(T,2,"0");case"s":return String(u.$s);case"ss":return v.s(u.$s,2,"0");case"SSS":return v.s(u.$ms,3,"0");case"Z":return m}return null}(N)||m.replace(":","")})},d.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},d.diff=function(l,u,s){var D,m=this,y=v.p(u),T=E(l),O=(T.utcOffset()-this.utcOffset())*a,g=this-T,S=function(){return v.m(m,T)};switch(y){case b:D=S()/12;break;case w:D=S();break;case k:D=S()/3;break;case I:D=(g-O)/6048e5;break;case C:D=(g-O)/864e5;break;case p:D=g/r;break;case i:D=g/a;break;case c:D=g/n;break;default:D=g}return s?D:v.a(D)},d.daysInMonth=function(){return this.endOf(w).$D},d.$locale=function(){return H[this.$L]},d.locale=function(l,u){if(!l)return this.$L;var s=this.clone(),D=L(l,u,!0);return D&&(s.$L=D),s},d.clone=function(){return v.w(this.$d,this)},d.toDate=function(){return new Date(this.valueOf())},d.toJSON=function(){return this.isValid()?this.toISOString():null},d.toISOString=function(){return this.$d.toISOString()},d.toString=function(){return this.$d.toUTCString()},B}(),X=_.prototype;return E.prototype=X,[["$ms",o],["$s",c],["$m",i],["$H",p],["$W",C],["$M",w],["$y",b],["$D",Q]].forEach(function(B){X[B[1]]=function(d){return this.$g(d,B[0],B[1])}}),E.extend=function(B,d){return B.$i||(B(d,_,E),B.$i=!0),E},E.locale=L,E.isDayjs=q,E.unix=function(B){return E(1e3*B)},E.en=H[j],E.Ls=H,E.p={},E})})(Ie);var Na=Ie.exports;const NA=Ma(Na),Pa=A.defineComponent({__name:"SarafDatePicker",props:A.mergeModels({inputControl:{},placeholder:{default:"تاریخ مورد نظر را انتخاب کنید"},isClearable:{type:Boolean,default:!0},disabled:{type:Boolean,default:!1},size:{default:lA.Large},hasTime:{type:Boolean,default:!1},disabledDates:{default(){return[]}},maxDate:{default:null},minDate:{default:null}},{modelValue:{},modelModifiers:{}}),emits:["update:modelValue"],setup(e){f.setupJalaliDate();const t=e,n=A.useModel(e,"modelValue"),a=A.computed(()=>t.inputControl.getNotValidMessage()),r=A.computed(()=>!a.value),o=A.computed(()=>r.value?G.Default:G.Error),c=A.computed(()=>({disabled:t.disabled})),i=A.computed(()=>n.value?NA.unix(n.value):null),p=A.computed(()=>t.hasTime?{format:f.DateFormats.OnlyHour}:!1),C=A.computed(()=>t.hasTime?f.DateFormats.ContainsHour:f.DateFormats.Normal);function I(k){const b=new f.DateDisabledOptions(t.maxDate,t.minDate,t.disabledDates);return f.DateTools.isDateDisabled(b,k)}function w(k){k?n.value=f.DateConverter.standardToUnix(k):n.value=null}return(k,b)=>{const Q=A.resolveComponent("a-date-picker"),J=A.resolveDirective("touch-sensitive-control");return A.withDirectives((A.openBlock(),A.createElementBlock("div",{tabindex:"1",class:A.normalizeClass(["input__container",c.value])},[A.createVNode(Q,{value:i.value,size:t.size,"allow-clear":t.isClearable,placeholder:t.placeholder,status:o.value,disabled:t.disabled,"disabled-date":I,"show-time":p.value,format:C.value,onChange:w,onOk:w},null,8,["value","size","allow-clear","placeholder","status","disabled","show-time","format"]),A.createVNode(A.unref(sA),{"invalid-message":a.value,disabled:t.disabled},null,8,["invalid-message","disabled"])],2)),[[J,t.inputControl]])}}}),Ha=h(Pa,[["__scopeId","data-v-45912c5e"]]),La=A.defineComponent({__name:"SarafRangePicker",props:A.mergeModels({inputControl:{},disabled:{type:Boolean,default:!1},isClearable:{type:Boolean,default:!1},size:{default:lA.Large},hasTime:{type:Boolean,default:!1},maxDate:{default:null},minDate:{default:null},disabledDates:{default(){return[]}}},{modelValue:{},modelModifiers:{}}),emits:["update:modelValue"],setup(e){f.setupJalaliDate();const t=e,n=A.useModel(e,"modelValue"),a=A.computed(()=>t.inputControl.getNotValidMessage()),r=A.computed(()=>!a.value),o=A.computed(()=>n.value?[NA.unix(n.value.start),NA.unix(n.value.end)]:[]),c=A.computed(()=>r.value?G.Default:G.Error),i=A.computed(()=>({disabled:t.disabled})),p=A.computed(()=>t.hasTime?f.DateFormats.ContainsHour:f.DateFormats.Normal),C=A.computed(()=>t.hasTime?{format:f.DateFormats.OnlyHour}:!1);function I(k){const b=new f.DateDisabledOptions(t.maxDate,t.minDate,t.disabledDates);return f.DateTools.isDateDisabled(b,k)}function w(k){if(!k){n.value=null;return}if(!k[0]||!k[1])return;const b=k[0].unix(),Q=k[1].unix();n.value=new f.RangeValue(b,Q)}return(k,b)=>{const Q=A.resolveComponent("a-range-picker"),J=A.resolveDirective("touch-sensitive-control");return A.withDirectives((A.openBlock(),A.createElementBlock("div",{tabindex:"1",class:A.normalizeClass(["range__container",i.value])},[A.createVNode(Q,{value:o.value,status:c.value,disabled:t.disabled,format:p.value,"show-time":C.value,"disabled-date":I,size:t.size,"allow-clear":t.isClearable,onChange:w,onOk:w},null,8,["value","status","disabled","format","show-time","size","allow-clear"]),A.createVNode(A.unref(sA),{"invalid-message":a.value,disabled:t.disabled},null,8,["invalid-message","disabled"])],2)),[[J,t.inputControl]])}}}),Ra=h(La,[["__scopeId","data-v-297677ba"]]);var UA=(e=>(e.Fill="primary",e.Outline="default",e.Text="link",e))(UA||{}),vA=(e=>(e.Primary="primary",e.Danger="danger",e))(vA||{});const za={key:0,class:"saraf-button-content"},Ga=A.defineComponent({__name:"SarafButton",props:{size:{default:lA.Medium},type:{default:UA.Fill},color:{default:vA.Primary},isLoading:{type:Boolean,default:!1},isDisabled:{type:Boolean,default:!1},class:{default:""}},emits:["click"],setup(e,{emit:t}){const n=e,a=t;function r(){a("click")}return(o,c)=>{const i=A.resolveComponent("a-button");return A.openBlock(),A.createBlock(i,{disabled:n.isDisabled,type:n.type,size:n.size,danger:n.color===A.unref(vA).Danger,loading:n.isLoading,class:A.normalizeClass(["saraf-button",[n.class,n.size]]),onClick:r},{default:A.withCtx(()=>[n.isLoading?A.createCommentVNode("",!0):(A.openBlock(),A.createElementBlock("div",za,[A.createElementVNode("span",{class:A.normalizeClass(["saraf-button-icon",n.size])},[A.renderSlot(o.$slots,"beforeIcon",{},void 0,!0)],2),A.renderSlot(o.$slots,"default",{},void 0,!0),A.createElementVNode("span",{class:A.normalizeClass(["saraf-button-icon",n.size])},[A.renderSlot(o.$slots,"afterIcon",{},void 0,!0)],2)]))]),_:3},8,["disabled","type","size","danger","loading","class"])}}}),xa=h(Ga,[["__scopeId","data-v-96c82d44"]]);exports.AreaChartDataSource=Ln;exports.ArrowDownIcon=Ge;exports.ArrowUpIcon=Ke;exports.BasicInputNames=PA;exports.BurgerIcon=Ue;exports.ButtonColor=vA;exports.ButtonType=UA;exports.ChartSeries=Hn;exports.ChartSettings=Pn;exports.ChartType=SA;exports.ComponentSize=lA;exports.DonutChartDataSource=Rn;exports.GiftCardIcon=Ye;exports.InputSizes=oA;exports.InputStatus=G;exports.PlusIcon=_e;exports.RawChartDataPoint=Nn;exports.ResetIcon=tt;exports.SarafArrowIcon=LA;exports.SarafBankCardTableCell=we;exports.SarafButton=xa;exports.SarafChart=On;exports.SarafCheckbox=Ja;exports.SarafDatePicker=Ha;exports.SarafDefaultSpinner=MA;exports.SarafDynamicCurrencyPriceTableCell=he;exports.SarafFiledInvalidMessage=sA;exports.SarafIbanTableCell=ke;exports.SarafInputTypes=AA;exports.SarafLogoIcon=ot;exports.SarafNumberFiled=mn;exports.SarafPasswordFiled=Bn;exports.SarafPriceTableCell=ye;exports.SarafRangePicker=Ra;exports.SarafSearchFiled=ct;exports.SarafSecondaryTabs=Tn;exports.SarafSelect=Sn;exports.SarafSelectMode=kA;exports.SarafSymbolTableCell=ve;exports.SarafTab=Jn;exports.SarafTable=Fn;exports.SarafTabs=hn;exports.SarafTag=me;exports.SarafTextFiled=HA;exports.SarafTradeAmountTableCell=Se;exports.SarafTradeDateCell=Qe;exports.SarafTradeSymbolCell=Ee;exports.SarafTradeSymbolPriceCell=be;exports.SearchIcon=le;exports.SelectItem=Me;exports.SpinnerSizes=fA;exports.TagColors=jA;exports.TooltipDirective=zn;
57
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function an(e,t){if(e){if(typeof e=="string")return te(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return te(e,t)}}function te(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}function rn(e,t){var n=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var a=[],r=!0,o=!1,c,i;try{for(n=n.call(e);!(r=(c=n.next()).done)&&(a.push(c.value),!(t&&a.length===t));r=!0);}catch(p){o=!0,i=p}finally{try{!r&&n.return!=null&&n.return()}finally{if(o)throw i}}return a}}function on(e){if(Array.isArray(e))return e}function ne(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?Object(arguments[t]):{},a=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(a=a.concat(Object.getOwnPropertySymbols(n).filter(function(r){return Object.getOwnPropertyDescriptor(n,r).enumerable}))),a.forEach(function(r){uA(e,r,n[r])})}return e}function uA(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ln(e,t){if(e==null)return{};var n=sn(e,t),a,r;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++)a=o[r],!(t.indexOf(a)>=0)&&Object.prototype.propertyIsEnumerable.call(e,a)&&(n[a]=e[a])}return n}function sn(e,t){if(e==null)return{};var n={},a=Object.keys(e),r,o;for(o=0;o<a.length;o++)r=a[o],!(t.indexOf(r)>=0)&&(n[r]=e[r]);return n}De(Et.primary);var nA=function(t,n){var a,r=ne({},t,n.attrs),o=r.class,c=r.icon,i=r.spin,p=r.rotate,C=r.tabindex,I=r.twoToneColor,w=r.onClick,k=ln(r,en),b=ce(),Q=b.prefixCls,J=b.rootClassName,x=(a={},uA(a,J.value,!!J.value),uA(a,Q.value,!0),uA(a,"".concat(Q.value,"-").concat(c.name),!!c.name),uA(a,"".concat(Q.value,"-spin"),!!i||c.name==="loading"),a),P=C;P===void 0&&w&&(P=-1);var K=p?{msTransform:"rotate(".concat(p,"deg)"),transform:"rotate(".concat(p,"deg)")}:void 0,V=pe(I),W=tn(V,2),j=W[0],H=W[1];return A.createVNode("span",ne({role:"img","aria-label":c.name},k,{onClick:w,class:[x,o],tabindex:P}),[A.createVNode(tA,{icon:c,primaryColor:j,secondaryColor:H,style:K},null),A.createVNode(An,null,null)])};nA.props={spin:Boolean,rotate:Number,icon:Object,twoToneColor:[String,Array]};nA.displayName="AntdIcon";nA.inheritAttrs=!1;nA.getTwoToneColor=$t;nA.setTwoToneColor=De;var cn={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M942.2 486.2Q889.47 375.11 816.7 305l-50.88 50.88C807.31 395.53 843.45 447.4 874.7 512 791.5 684.2 673.4 766 512 766q-72.67 0-133.87-22.38L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 000-51.5zm-63.57-320.64L836 122.88a8 8 0 00-11.32 0L715.31 232.2Q624.86 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 000 51.5q56.69 119.4 136.5 191.41L112.48 835a8 8 0 000 11.31L155.17 889a8 8 0 0011.31 0l712.15-712.12a8 8 0 000-11.32zM149.3 512C232.6 339.8 350.7 258 512 258c54.54 0 104.13 9.36 149.12 28.39l-70.3 70.3a176 176 0 00-238.13 238.13l-83.42 83.42C223.1 637.49 183.3 582.28 149.3 512zm246.7 0a112.11 112.11 0 01146.2-106.69L401.31 546.2A112 112 0 01396 512z"}},{tag:"path",attrs:{d:"M508 624c-3.46 0-6.87-.16-10.25-.47l-52.82 52.82a176.09 176.09 0 00227.42-227.42l-52.82 52.82c.31 3.38.47 6.79.47 10.25a111.94 111.94 0 01-112 112z"}}]},name:"eye-invisible",theme:"outlined"};function ae(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?Object(arguments[t]):{},a=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(a=a.concat(Object.getOwnPropertySymbols(n).filter(function(r){return Object.getOwnPropertyDescriptor(n,r).enumerable}))),a.forEach(function(r){dn(e,r,n[r])})}return e}function dn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var GA=function(t,n){var a=ae({},t,n.attrs);return A.createVNode(nA,ae({},a,{icon:cn}),null)};GA.displayName="EyeInvisibleOutlined";GA.inheritAttrs=!1;var un={icon:function(t,n){return{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M81.8 537.8a60.3 60.3 0 010-51.5C176.6 286.5 319.8 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 000 51.5C176.6 737.5 319.9 838 512 838c-192.1 0-335.4-100.5-430.2-300.2z",fill:n}},{tag:"path",attrs:{d:"M512 258c-161.3 0-279.4 81.8-362.7 254C232.6 684.2 350.7 766 512 766c161.4 0 279.5-81.8 362.7-254C791.4 339.8 673.3 258 512 258zm-4 430c-97.2 0-176-78.8-176-176s78.8-176 176-176 176 78.8 176 176-78.8 176-176 176z",fill:n}},{tag:"path",attrs:{d:"M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 000 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258s279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766z",fill:t}},{tag:"path",attrs:{d:"M508 336c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z",fill:t}}]}},name:"eye",theme:"twotone"};function re(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?Object(arguments[t]):{},a=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(a=a.concat(Object.getOwnPropertySymbols(n).filter(function(r){return Object.getOwnPropertyDescriptor(n,r).enumerable}))),a.forEach(function(r){gn(e,r,n[r])})}return e}function gn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var xA=function(t,n){var a=re({},t,n.attrs);return A.createVNode(nA,re({},a,{icon:un}),null)};xA.displayName="EyeTwoTone";xA.inheritAttrs=!1;var fn={icon:{tag:"svg",attrs:{viewBox:"0 0 1024 1024",focusable:"false"},children:[{tag:"path",attrs:{d:"M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 00-94.3-139.9 437.71 437.71 0 00-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z"}}]},name:"loading",theme:"outlined"};function oe(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?Object(arguments[t]):{},a=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(a=a.concat(Object.getOwnPropertySymbols(n).filter(function(r){return Object.getOwnPropertyDescriptor(n,r).enumerable}))),a.forEach(function(r){pn(e,r,n[r])})}return e}function pn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var KA=function(t,n){var a=oe({},t,n.attrs);return A.createVNode(nA,oe({},a,{icon:fn}),null)};KA.displayName="LoadingOutlined";KA.inheritAttrs=!1;const Bn=A.defineComponent({__name:"SarafPasswordFiled",props:A.mergeModels({inputControl:{},size:{default:oA.Large},disabled:{type:Boolean,default:!1},isClearable:{type:Boolean,default:!1}},{modelValue:{},modelModifiers:{}}),emits:["update:modelValue"],setup(e){const t=e,n=A.useModel(e,"modelValue"),a=A.ref(AA.Password),r=A.computed(()=>a.value===AA.Text);function o(c){a.value=c}return(c,i)=>(A.openBlock(),A.createBlock(HA,{modelValue:n.value,"onUpdate:modelValue":i[2]||(i[2]=p=>n.value=p),"input-control":t.inputControl,placeholder:"رمز عبور",size:t.size,disabled:t.disabled,"is-clearable":t.isClearable,type:a.value},{suffix:A.withCtx(()=>[r.value?(A.openBlock(),A.createBlock(A.unref(GA),{key:1,onClick:i[1]||(i[1]=p=>o(A.unref(AA).Password))})):(A.openBlock(),A.createBlock(A.unref(xA),{key:0,onClick:i[0]||(i[0]=p=>o(A.unref(AA).Text))}))]),_:1},8,["modelValue","input-control","size","disabled","is-clearable","type"]))}}),Dn=A.defineComponent({__name:"SarafNumberFiled",props:A.mergeModels({inputControl:{},placeholder:{},size:{default:oA.Large},disabled:{type:Boolean},isClearable:{type:Boolean,default:!1},type:{default:AA.Number},max:{},min:{}},{modelValue:{},modelModifiers:{}}),emits:A.mergeModels(["buttonClick"],["update:modelValue"]),setup(e,{emit:t}){const n=e,a=A.useModel(e,"modelValue"),r=t,o=A.useSlots(),c=A.computed(()=>!!o.button),i=A.computed(()=>!!o.prefix),p=A.computed(()=>!!o.suffix),C=A.computed(()=>n.inputControl.getNotValidMessage()),I=A.computed(()=>!!C.value),w=A.computed(()=>I.value?G.Error:G.Default),k=A.computed(()=>({disabled:n.disabled}));function b(){n.disabled||r("buttonClick")}return(Q,J)=>{const x=A.resolveComponent("a-input-number"),P=A.resolveDirective("touch-sensitive-control");return A.withDirectives((A.openBlock(),A.createElementBlock("div",{tabindex:"1",class:A.normalizeClass(["input__container",k.value])},[A.createVNode(x,{value:a.value,"onUpdate:value":J[0]||(J[0]=K=>a.value=K),status:w.value,size:n.size,placeholder:n.placeholder,disabled:n.disabled,"allow-clear":n.isClearable,type:n.type,max:n.max,min:n.min},A.createSlots({_:2},[i.value?{name:"prefix",fn:A.withCtx(()=>[A.createElementVNode("span",{class:A.normalizeClass(["input--icon",k.value])},[A.renderSlot(Q.$slots,"prefix",{},void 0,!0)],2)]),key:"0"}:void 0,p.value?{name:"suffix",fn:A.withCtx(()=>[A.createElementVNode("span",{class:A.normalizeClass(["input--icon",k.value])},[A.renderSlot(Q.$slots,"suffix",{},void 0,!0)],2)]),key:"1"}:void 0,c.value?{name:"addonAfter",fn:A.withCtx(()=>[A.createElementVNode("span",{class:"input_button",onClick:b},[A.renderSlot(Q.$slots,"button",{},void 0,!0)])]),key:"2"}:void 0]),1032,["value","status","size","placeholder","disabled","allow-clear","type","max","min"]),A.createVNode(sA,{"invalid-message":C.value,disabled:n.disabled},null,8,["invalid-message","disabled"])],2)),[[P,n.inputControl]])}}}),mn=h(Dn,[["__scopeId","data-v-28c2baf7"]]);var fA=(e=>(e.Small="12px",e.Medium="24px",e.Large="36px",e))(fA||{});function Cn(e){return A.h(KA,{style:{fontSize:e},spin:!0})}const MA=A.defineComponent({__name:"SarafDefaultSpinner",props:{size:{default:fA.Medium}},setup(e){const t=e;return(n,a)=>{const r=A.resolveComponent("a-spin");return A.openBlock(),A.createBlock(r,{indicator:A.unref(Cn)(t.size)},null,8,["indicator"])}}}),wn={ref:"spinner",class:"spinner-container"},kn={class:"spinner-container"},vn=A.defineComponent({__name:"SarafSelect",props:A.mergeModels({inputControl:{},totalCount:{},items:{},isMultiple:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},initialItems:{default(){return[]}},placeholder:{default:"لطفا یک مورد را انتخاب کنید"},size:{default:oA.Large},isSearchable:{type:Boolean,default:!1},isLoading:{type:Boolean,default:!1},isClearable:{type:Boolean,default:!1}},{modelValue:{},modelModifiers:{}}),emits:A.mergeModels(["fetchMore","searchStart","search"],["update:modelValue"]),setup(e,{emit:t}){const n=e,a=t;let r="";const o=A.useModel(e,"modelValue"),c=A.ref(new Map),i=A.useTemplateRef("spinner"),p=new f.DebounceService({runImmediate(){W()},runDebounce(){j()}},500),C=new IntersectionObserver(L=>{L[0].isIntersecting&&a("fetchMore")},{threshold:.7}),I=A.computed(()=>n.items.length>0),w=A.computed(()=>n.totalCount!==n.items.length),k=A.computed(()=>w.value&&!n.isLoading),b=A.computed(()=>n.isLoading&&!I.value),Q=A.computed(()=>n.inputControl.getNotValidMessage()),J=A.computed(()=>!Q.value.length),x=A.computed(()=>J.value?G.Default:G.Error),P=A.computed(()=>({disabled:n.disabled})),K=A.computed(()=>n.isMultiple?kA.Multi:kA.Single),V=A.computed(()=>Array.from(c.value.values()));function W(){a("searchStart",r)}function j(){a("search",r)}function H(L){r=L,p.runAction()}function aA(L){for(const E of L)c.value.set(E.value,E)}A.watch(()=>i.value,()=>{i.value&&C.observe(i.value)});function q(){aA(n.items),aA(n.initialItems)}return A.onBeforeMount(()=>{q()}),A.onBeforeUpdate(()=>{q()}),A.onBeforeUnmount(()=>{i.value&&C.unobserve(i.value)}),(L,E)=>{const v=A.resolveComponent("a-select-option"),_=A.resolveComponent("a-select");return A.openBlock(),A.createElementBlock("div",{class:A.normalizeClass(["saraf-select",P.value])},[A.createVNode(_,{value:o.value,"onUpdate:value":E[0]||(E[0]=X=>o.value=X),class:"saraf-select",mode:K.value,disabled:n.disabled,"auto-clear-search-value":!1,"filter-option":!1,"show-search":n.isSearchable,placeholder:n.placeholder,status:x.value,size:n.size,"allow-clear":n.isClearable,onSearch:H},{default:A.withCtx(()=>[(A.openBlock(!0),A.createElementBlock(A.Fragment,null,A.renderList(V.value,X=>(A.openBlock(),A.createBlock(v,{key:X.value,value:X.value},{default:A.withCtx(()=>[A.createTextVNode(A.toDisplayString(X.label),1)]),_:2},1032,["value"]))),128)),k.value?(A.openBlock(),A.createBlock(v,{key:0,disabled:""},{default:A.withCtx(()=>[A.createElementVNode("div",wn,[A.createVNode(A.unref(MA),{size:A.unref(fA).Small},null,8,["size"])],512)]),_:1})):A.createCommentVNode("",!0),b.value?(A.openBlock(),A.createBlock(v,{key:1,disabled:""},{default:A.withCtx(()=>[A.createElementVNode("div",kn,[A.createVNode(A.unref(MA),{size:A.unref(fA).Small},null,8,["size"])])]),_:1})):A.createCommentVNode("",!0)]),_:1},8,["value","mode","disabled","show-search","placeholder","status","size","allow-clear"]),A.createVNode(sA,{"invalid-message":Q.value,disabled:n.disabled},null,8,["invalid-message","disabled"])],2)}}}),Sn=h(vn,[["__scopeId","data-v-ed03e09b"]]);var jA=(e=>(e.Default="default",e.Success="success",e.Danger="danger",e.Warning="warning",e.Info="info",e))(jA||{});const bn={class:"tag-icon"},Qn={class:"tag-icon"},yn=A.defineComponent({__name:"SarafTag",props:{content:{},color:{default:jA.Default},disabled:{type:Boolean,default:!1},hasBorder:{type:Boolean,default:!0}},setup(e){const t=e,n=A.computed(()=>t.disabled?"disabled":t.color),a=A.computed(()=>[n.value,{"tag-border":t.hasBorder,"unset-background":t.hasBorder}]);return(r,o)=>{const c=A.resolveComponent("a-tag");return A.openBlock(),A.createBlock(c,{class:A.normalizeClass(["tag",a.value])},{default:A.withCtx(()=>[A.createElementVNode("span",bn,[A.renderSlot(r.$slots,"before-icon",{},void 0,!0)]),A.createTextVNode(" "+A.toDisplayString(r.content)+" ",1),A.createElementVNode("span",Qn,[A.renderSlot(r.$slots,"after-icon",{},void 0,!0)])]),_:3},8,["class"])}}}),me=h(yn,[["__scopeId","data-v-b949bb47"]]);var lA=(e=>(e.Small="small",e.Medium="medium",e.Large="large",e))(lA||{});const En=A.defineComponent({__name:"SarafTabs",props:A.mergeModels({tabs:{},size:{default:lA.Medium}},{modelValue:{},modelModifiers:{}}),emits:["update:modelValue"],setup(e){const t=e,n=A.useModel(e,"modelValue");return(a,r)=>{const o=A.resolveComponent("a-tab-pane"),c=A.resolveComponent("a-tabs");return A.openBlock(),A.createBlock(c,{"active-key":n.value,"onUpdate:activeKey":r[0]||(r[0]=i=>n.value=i),size:t.size},{default:A.withCtx(()=>[(A.openBlock(!0),A.createElementBlock(A.Fragment,null,A.renderList(t.tabs,i=>(A.openBlock(),A.createBlock(o,{key:i.value,tab:i.title},null,8,["tab"]))),128))]),_:1},8,["active-key","size"])}}}),hn=h(En,[["__scopeId","data-v-377c6e3e"]]),In=A.defineComponent({__name:"SarafSecondaryTabs",props:A.mergeModels({tabs:{},size:{default:lA.Medium}},{modelValue:{},modelModifiers:{}}),emits:["update:modelValue"],setup(e){const t=e,n=A.useModel(e,"modelValue");return(a,r)=>{const o=A.resolveComponent("a-radio-button"),c=A.resolveComponent("a-radio-group");return A.openBlock(),A.createBlock(c,{value:n.value,"onUpdate:value":r[0]||(r[0]=i=>n.value=i),class:"saraf-radio-group",size:t.size},{default:A.withCtx(()=>[(A.openBlock(!0),A.createElementBlock(A.Fragment,null,A.renderList(t.tabs,i=>(A.openBlock(),A.createBlock(o,{key:i.value,value:i.value,disabled:i.isDisabled,class:"saraf-radio-group-item"},{default:A.withCtx(()=>[A.createTextVNode(A.toDisplayString(i.title),1)]),_:2},1032,["value","disabled"]))),128))]),_:1},8,["value","size"])}}}),Tn=h(In,[["__scopeId","data-v-807b9dcc"]]);class Jn{constructor(t,n,a=!1){M(this,"value");M(this,"title");M(this,"isDisabled");this.value=t,this.title=n,this.isDisabled=a}}const On=A.defineComponent({__name:"SarafChart",props:{dataSource:{},width:{default:"100%"},height:{default:"400px"}},setup(e){const t=e;return(n,a)=>(A.openBlock(),A.createBlock(A.unref(Oe),{type:t.dataSource.getType(),options:t.dataSource.getOptions(),series:t.dataSource.getSeries(),width:n.width,height:n.height},null,8,["type","options","series","width","height"]))}});class Ce{constructor(t,n){M(this,"rawData",[]);M(this,"settings");M(this,"options",null);M(this,"series",null);M(this,"chartType");this.chartType=t,this.settings=n}setRawData(t){this.rawData=t,this.checkData(),this.series=this.generateSeries(),this.options=this.generateOptions()}checkData(){this.settings.sensitive?this.validateData():this.rawData=this.completeData()}validateData(){if(!this.isDataValid())throw new Error("Validation failed: Data is incomplete or missing.")}isDataValid(){return this.rawData.every(t=>{var n;return(n=this.settings.xAxisCategories)==null?void 0:n.every(a=>t.some(r=>r.label===a&&r.value!==null))})}generateCommonOptions(){return{chart:{type:this.getType(),toolbar:{show:this.settings.toolbar}},title:{text:this.settings.title,align:"center"},xaxis:{categories:[]}}}getSeries(){return this.series??[]}getOptions(){return this.options}getType(){return this.chartType}}class Mn extends Ce{constructor(t,n){super(t,n)}completeData(){var t;return(t=this.settings.xAxisCategories)!=null&&t.length?this.rawData.map(n=>{const a=new Map(n.map(r=>[r.label,r.value]));return this.settings.xAxisCategories.map(r=>({label:r,value:a.get(r)??null}))}):this.rawData}}var SA=(e=>(e.LINE="line",e.AREA="area",e.BAR="bar",e.PIE="pie",e.DONUT="donut",e))(SA||{});class Nn{constructor(t,n){M(this,"label");M(this,"value");this.label=t,this.value=n}}class Pn{constructor(t,n=!1,a=!1,r=[],o=[]){M(this,"title");M(this,"toolbar");M(this,"sensitive");M(this,"xAxisCategories");M(this,"seriesNames");this.title=t,this.toolbar=n,this.sensitive=a,this.xAxisCategories=r,this.seriesNames=o}}class Hn{constructor(t,n){M(this,"name");M(this,"data");this.name=t,this.data=n}}class Ln extends Mn{constructor(t){super(SA.AREA,t)}generateSeries(){return this.rawData.map((t,n)=>{var a;return{name:((a=this.settings.seriesNames)==null?void 0:a[n])||`Series ${n+1}`,data:t.map(r=>r.value??null)}})}generateOptions(){var n;const t=this.generateCommonOptions();return(n=this.settings.xAxisCategories)!=null&&n.length?t.xaxis={categories:this.settings.xAxisCategories}:this.rawData.forEach(a=>{var r;for(const o of a)(r=t.xaxis)==null||r.categories.push(o.label)}),t}}class Rn extends Ce{constructor(t){super(SA.DONUT,t)}completeData(){var t;return(t=this.settings.xAxisCategories)!=null&&t.length?this.rawData.map(n=>{const a=new Map(n.map(r=>[r.label,r]));return this.settings.xAxisCategories.map(r=>a.get(r)||{label:r,value:null})}):this.rawData}generateSeries(){return this.rawData&&this.rawData.length>0&&this.rawData[0]?this.rawData[0].map(t=>t.value??0):[]}generateOptions(){var n;const t=this.generateCommonOptions();if((n=this.settings.xAxisCategories)!=null&&n.length)t.labels=this.settings.xAxisCategories;else{t.labels=[];const a=this.rawData[0]||[];for(const r of a)t.labels.push(r.label)}return t}setTotalValue(t){this.options.plotOptions={pie:{donut:{background:"#fff1f3",labels:{show:!0,total:{show:!0,showAlways:!0,label:t,fontSize:"14px",fontFamily:"IRANSansX",fontWeight:600,color:"#16191d",formatter:function(n){return f.Formatter.toCurrencyWithDotSeparator(n.globals.seriesTotals.reduce((a,r)=>a+r,0))}}}}}}}}class zn{constructor(){this.getTooltipContainer=this.getTooltipContainer.bind(this),this.createTooltipElement=this.createTooltipElement.bind(this),this.mounted=this.mounted.bind(this),this.removeTooltips=this.removeTooltips.bind(this)}mounted(t,n){t.addEventListener("mouseenter",this.appendTooltipElementToDom.bind(this,t,n.value)),t.addEventListener("mouseleave",this.removeTooltips)}appendTooltipElementToDom(t,n){const a=this.getTooltipContainer(),r=this.createTooltipElement(n),o=t.getBoundingClientRect();r.style.position="absolute",r.style.top=o.y-20+"px",r.style.left=o.right-150+"px",a.appendChild(r)}getTooltipContainer(){return document.querySelector("#tooltip-container")}createTooltipElement(t){const n=document.createElement("div");return n.classList.add("tooltip"),n.innerText=t,n}unMounted(t){this.removeTooltips(),t.removeEventListener("mouseenter",this.appendTooltipElementToDom.bind(this,t,"")),t.removeEventListener("mouseleave",this.removeTooltips)}removeTooltips(){const t=this.getTooltipContainer();t.textContent=""}}const Gn={key:0},xn={key:0},Kn={key:11,class:"saraf-image-cell-wrapper"},jn=["src","alt"],Un={key:1},Vn={key:12},Xn=A.defineComponent({__name:"SarafTable",props:{dataSource:{}},setup(e){const t=e,n=A.ref([]),a=A.ref([]),r=A.ref(),o=A.computed(()=>t.dataSource instanceof f.SelectableTable),c=A.computed(()=>t.dataSource.isLoading()),i=A.computed(()=>n.value.length>f.TableConstants.MINIMAL_LOADABLE_HEADER_COUNT),p=A.computed(()=>t.dataSource.getData()),C=A.computed(()=>({total:p.value.totalItems,current:p.value.currentPage,showLessItems:!0,showTotal(l){return"تعداد کل: "+l},defaultPageSize:f.TableConstants.DEFAULT_ITEM_COUNT_PER_PAGE,pageSize:t.dataSource.getItemCountPerPage(),position:[f.TableConstants.PAGINATION_POSITION]})),I=A.computed(()=>{var l;return((l=n.value[n.value.length-1])==null?void 0:l.cellType)===f.CellType.ACTION}),w=A.computed(()=>o.value?{onSelect:b,onSelectAll:Q,selectedRowKeys:a.value}:null),k=A.computed(()=>!!r.value.summaryItems.length);function b(l){t.dataSource.rowSelect(l)}function Q(){t.dataSource.selectAll()}function J(){a.value=t.dataSource.getSelectedRowIds()}async function x(l,u,s){if(l&&await t.dataSource.paginate(l.current,l.pageSize),s!=null&&s.columnKey){const D=new f.SortDetail(s.columnKey,P(s.order));await t.dataSource.sort(D)}}function P(l){return l===f.SortOrderTableHeader.ASC?f.SortOrder.ASC:f.SortOrder.DESC}async function K(){await t.dataSource.load(),V()}function V(){n.value=t.dataSource.headerSchema;const l=t.dataSource.hasAnyAction();l&&!I.value&&W(),!l&&I.value&&j()}function W(){n.value.push(f.TABLE_ACTION_COLUMN)}function j(){n.value.pop()}function H(l){t.dataSource.handleClick(l)}function aA(l){t.dataSource.handleMetaClick(l)}function q(l){t.dataSource.handleDoubleClick(l)}function L(l){return{onClick(u){u.metaKey?aA(l):H(l)},onDblclick(){q(l)}}}function E(l){return l.id}function v(l,u){return!f.isOnlyOneItem(l)&&!f.isLastItem(l,u)}function _(l,u){return l.getProps?l.getProps(u):null}function X(){o.value&&t.dataSource.selectedRows.attach(J)}function B(){o.value&&t.dataSource.selectedRows.detach(J)}function d(){r.value=t.dataSource.loadSummarySchema()}return A.onBeforeMount(()=>{K(),X(),d()}),A.onBeforeUpdate(()=>{V(),d()}),A.onBeforeUnmount(()=>{t.dataSource.onDestroy(),B()}),(l,u)=>{const s=A.resolveComponent("a-button"),D=A.resolveComponent("a-divider"),m=A.resolveComponent("a-table-summary-cell"),y=A.resolveComponent("a-typography-text"),T=A.resolveComponent("a-table-summary-row"),O=A.resolveComponent("a-table");return A.openBlock(),A.createBlock(O,{columns:n.value,"data-source":p.value.rows,pagination:C.value,"custom-row":L,"row-key":E,loading:c.value,scroll:t.dataSource.getScrollDetail(),"row-selection":w.value,class:"saraf-table",onChange:x},A.createSlots({_:2},[i.value?{name:"headerCell",fn:A.withCtx(({column:g})=>[g.headerType===A.unref(f.HeaderType).Text?(A.openBlock(),A.createElementBlock("span",Gn,A.toDisplayString(g.title),1)):A.createCommentVNode("",!0)]),key:"0"}:void 0,i.value?{name:"bodyCell",fn:A.withCtx(({column:g,record:S})=>[g.cellType===A.unref(f.CellType).Text?(A.openBlock(),A.createElementBlock("span",xn,A.toDisplayString(S[g.path]),1)):g.cellType===A.unref(f.CellType).Tag?(A.openBlock(),A.createBlock(A.unref(me),A.mergeProps({key:1,content:S[g.path]},_(g,S)),null,16,["content"])):g.cellType===A.unref(f.CellType).BankCard?(A.openBlock(),A.createBlock(A.unref(we),{key:2,"card-number":S[g.path]},null,8,["card-number"])):g.cellType===A.unref(f.CellType).Iban?(A.openBlock(),A.createBlock(A.unref(ke),{key:3,iban:S[g.path]},null,8,["iban"])):g.cellType===A.unref(f.CellType).Symbol?(A.openBlock(),A.createBlock(A.unref(ve),{key:4,symbol:S[g.path]},null,8,["symbol"])):g.cellType===A.unref(f.CellType).TradeDetail?(A.openBlock(),A.createBlock(A.unref(Se),{key:5,"symbol-trade-amount-detail":S[g.path]},null,8,["symbol-trade-amount-detail"])):g.cellType===A.unref(f.CellType).SymbolPrice?(A.openBlock(),A.createBlock(A.unref(be),{key:6,"symbol-price-in-trade":S[g.path]},null,8,["symbol-price-in-trade"])):g.cellType===A.unref(f.CellType).TradeSymbol?(A.openBlock(),A.createBlock(A.unref(Ee),{key:7,"symbol-in-trade":S[g.path]},null,8,["symbol-in-trade"])):g.cellType===A.unref(f.CellType).TradeDate?(A.openBlock(),A.createBlock(A.unref(Qe),{key:8,"trade-date":S[g.path]},null,8,["trade-date"])):g.cellType===A.unref(f.CellType).Price?(A.openBlock(),A.createBlock(A.unref(ye),{key:9,price:S[g.path]},null,8,["price"])):g.cellType===A.unref(f.CellType).DynamicCurrencyPrice?(A.openBlock(),A.createBlock(A.unref(he),{key:10,amount:S[g.path]},null,8,["amount"])):g.cellType===A.unref(f.CellType).Image?(A.openBlock(),A.createElementBlock("div",Kn,[S[g.path]?(A.openBlock(),A.createElementBlock("img",{key:0,class:"saraf-image-cell",src:S[g.path],alt:S[g.path]},null,8,jn)):(A.openBlock(),A.createElementBlock("div",Un,"--"))])):g.cellType===A.unref(f.CellType).ACTION?(A.openBlock(),A.createElementBlock("span",Vn,[(A.openBlock(!0),A.createElementBlock(A.Fragment,null,A.renderList(t.dataSource.getAccessedActions(S),(F,Y)=>(A.openBlock(),A.createElementBlock(A.Fragment,{key:F.actionName},[A.createVNode(s,{type:"link",onClick:A.withModifiers(iA=>F.handler(S),["stop"])},{default:A.withCtx(()=>[A.createTextVNode(A.toDisplayString(F.actionName),1)]),_:2},1032,["onClick"]),v(t.dataSource.getAccessedActions(S).length,Y)?(A.openBlock(),A.createBlock(D,{key:0,type:"vertical"})):A.createCommentVNode("",!0)],64))),128))])):A.createCommentVNode("",!0)]),key:"1"}:void 0,t.dataSource.isExpandable()?{name:"expandedRowRender",fn:A.withCtx(({record:g})=>[A.renderSlot(l.$slots,"expandedRowRender",{row:g},void 0,!0)]),key:"2"}:void 0,k.value?{name:"summary",fn:A.withCtx(()=>[A.createVNode(T,null,{default:A.withCtx(()=>[A.createVNode(m,null,{default:A.withCtx(()=>[A.createTextVNode(A.toDisplayString(r.value.summaryTitle),1)]),_:1}),(A.openBlock(!0),A.createElementBlock(A.Fragment,null,A.renderList(r.value.summaryItems,(g,S)=>(A.openBlock(),A.createBlock(m,{key:S,align:g.align},{default:A.withCtx(()=>[A.createVNode(y,null,{default:A.withCtx(()=>[A.createTextVNode(A.toDisplayString(g.data),1)]),_:2},1024)]),_:2},1032,["align"]))),128))]),_:1})]),key:"3"}:void 0]),1032,["columns","data-source","pagination","loading","scroll","row-selection"])}}}),Fn=h(Xn,[["__scopeId","data-v-7c761bee"]]),Yn=["src","alt"],Zn=A.defineComponent({__name:"SarafBankCardTableCell",props:{cardNumber:{}},setup(e){const t=e,n=A.computed(()=>t.cardNumber?f.Formatter.applyBankCardMask(t.cardNumber):"-"),a=A.computed(()=>f.Util.getBankImageBaseOnCardInfo(String(t.cardNumber),"CARD"));function r(){f.Util.copyValueToClipboard(t.cardNumber,"شماره کارت با موفقیت کپی شد")}return(o,c)=>(A.openBlock(),A.createElementBlock("div",{class:"saraf-bank-card-cell",onClick:A.withModifiers(r,["stop"])},[A.createElementVNode("img",{src:a.value,alt:n.value},null,8,Yn),A.createElementVNode("p",null,A.toDisplayString(n.value),1)]))}}),we=h(Zn,[["__scopeId","data-v-30a8729d"]]),Wn=["src","alt"],qn=A.defineComponent({__name:"SarafIbanTableCell",props:{iban:{}},setup(e){const t=e,n=A.computed(()=>f.Formatter.applyIbanMask(t.iban)),a=A.computed(()=>f.Util.getBankImageBaseOnCardInfo(String(t.iban),"IBAN"));function r(){f.Util.copyValueToClipboard(t.iban,"شماره شبا با موفقیت کپی شد")}return(o,c)=>(A.openBlock(),A.createElementBlock("div",{class:"saraf-iban-cell",onClick:A.withModifiers(r,["stop"])},[A.createElementVNode("img",{src:a.value,alt:n.value},null,8,Wn),A.createElementVNode("p",null,"IR-"+A.toDisplayString(n.value),1)]))}}),ke=h(qn,[["__scopeId","data-v-399af1a5"]]),_n={class:"saraf-symbol-cell"},$n=["src","alt"],Aa=A.defineComponent({__name:"SarafSymbolTableCell",props:{symbol:{}},setup(e){const t=e;return(n,a)=>(A.openBlock(),A.createElementBlock("div",_n,[A.createElementVNode("img",{src:t.symbol.image,alt:t.symbol.enName},null,8,$n),A.createElementVNode("p",null,A.toDisplayString(t.symbol.symbol),1)]))}}),ve=h(Aa,[["__scopeId","data-v-fba97f8a"]]),ea={class:"saraf-trade-amount-detail-wrapper"},ta={class:"saraf-trade-amount"},na={class:"price-detail"},aa={class:"symbol"},ra={class:"price"},oa={class:"price-detail"},la={class:"symbol"},ia={class:"price"},sa=A.defineComponent({__name:"SarafTradeAmountTableCell",props:{symbolTradeAmountDetail:{}},setup(e){const t=e;return(n,a)=>(A.openBlock(),A.createElementBlock("div",ea,[A.createVNode(A.unref(LA)),A.createElementVNode("div",ta,[A.createElementVNode("span",na,[A.createElementVNode("span",aa,A.toDisplayString(t.symbolTradeAmountDetail.requestedAmount.symbol),1),A.createElementVNode("span",ra,A.toDisplayString(t.symbolTradeAmountDetail.requestedAmount.truncatedValue),1)]),A.createElementVNode("span",oa,[A.createElementVNode("span",la,A.toDisplayString(t.symbolTradeAmountDetail.executedAmount.symbol),1),A.createElementVNode("span",ia,A.toDisplayString(t.symbolTradeAmountDetail.executedAmount.truncatedValue),1)])])]))}}),Se=h(sa,[["__scopeId","data-v-a4d40524"]]),ca={class:"saraf-symbol-price-in-trade"},da=["src","alt"],ua=["src","alt"],ga=A.defineComponent({__name:"SarafTradeSymbolPriceCell",props:{symbolPriceInTrade:{}},setup(e){const t=e;return(n,a)=>(A.openBlock(),A.createElementBlock("div",ca,[A.createElementVNode("div",null,[A.createElementVNode("img",{src:t.symbolPriceInTrade.symbolImage,alt:t.symbolPriceInTrade.symobl},null,8,da),A.createElementVNode("p",null,A.toDisplayString(t.symbolPriceInTrade.truncatedSymbolPrice),1),a[0]||(a[0]=A.createElementVNode("p",{class:"currency"},"دلار",-1))]),A.createElementVNode("div",null,[A.createElementVNode("img",{src:t.symbolPriceInTrade.USDTImage,alt:A.unref(f.Symbols).USDT},null,8,ua),A.createElementVNode("p",null,A.toDisplayString(t.symbolPriceInTrade.truncatedUSDTPrice),1),a[1]||(a[1]=A.createElementVNode("p",{class:"currency"},"تومان",-1))])]))}}),be=h(ga,[["__scopeId","data-v-60c1412e"]]),fa={class:"saraf-trade-date-cell-container"},pa={class:"date-info"},Ba={class:"date"},Da={class:"time"},ma={class:"date-info"},Ca={class:"date"},wa={class:"time"},ka=A.defineComponent({__name:"SarafTradeDateCell",props:{tradeDate:{}},setup(e){const t=e;return(n,a)=>(A.openBlock(),A.createElementBlock("div",fa,[A.createVNode(A.unref(LA)),A.createElementVNode("div",null,[A.createElementVNode("div",pa,[A.createElementVNode("p",Ba,A.toDisplayString(t.tradeDate.requestedDateInJalali),1),A.createElementVNode("p",Da,A.toDisplayString(t.tradeDate.requestedTime),1)]),A.createElementVNode("div",ma,[A.createElementVNode("p",Ca,A.toDisplayString(t.tradeDate.executedDateInJalali),1),A.createElementVNode("p",wa,A.toDisplayString(t.tradeDate.executedDateTime),1)])])]))}}),Qe=h(ka,[["__scopeId","data-v-70704877"]]),va={class:"saraf-price-cell"},Sa=A.defineComponent({__name:"SarafPriceTableCell",props:{price:{}},setup(e){const t=e,n=A.computed(()=>t.price?f.Formatter.toCurrency(t.price):"0");return(a,r)=>(A.openBlock(),A.createElementBlock("div",va,[A.createElementVNode("p",null,[r[0]||(r[0]=A.createElementVNode("span",null,"IRT",-1)),A.createTextVNode(" "+A.toDisplayString(n.value),1)])]))}}),ye=h(Sa,[["__scopeId","data-v-6a150af5"]]),ba={class:"saraf-symbol-price-in-trade"},Qa=["src","alt"],ya=["src","alt"],Ea=A.defineComponent({__name:"SarafTradeSymbolCell",props:{symbolInTrade:{}},setup(e){const t=e;return(n,a)=>(A.openBlock(),A.createElementBlock("div",ba,[A.createElementVNode("div",null,[A.createElementVNode("img",{src:t.symbolInTrade.soldSymbol.image,alt:t.symbolInTrade.soldSymbol.enName},null,8,Qa),A.createElementVNode("p",null,A.toDisplayString(t.symbolInTrade.soldSymbol.enName),1)]),A.createElementVNode("div",null,[A.createElementVNode("img",{src:t.symbolInTrade.buySymbol.image,alt:t.symbolInTrade.buySymbol.enName},null,8,ya),A.createElementVNode("p",null,A.toDisplayString(t.symbolInTrade.buySymbol.enName),1)])]))}}),Ee=h(Ea,[["__scopeId","data-v-091b1c97"]]),ha={class:"saraf-price-cell"},Ia=A.defineComponent({__name:"SarafDynamicCurrencyPriceTableCell",props:{amount:{}},setup(e){const t=e;return(n,a)=>(A.openBlock(),A.createElementBlock("div",ha,[A.createElementVNode("p",null,[A.createElementVNode("span",null,A.toDisplayString(t.amount.symbol),1),A.createTextVNode(" "+A.toDisplayString(t.amount.truncatedValue),1)])]))}}),he=h(Ia,[["__scopeId","data-v-2558491a"]]),Ta=A.defineComponent({__name:"SarafCheckbox",props:A.mergeModels({label:{default:""},isDisabled:{type:Boolean,default:!1},isIndeterminate:{type:Boolean,default:!1}},{modelValue:{type:Boolean},modelModifiers:{}}),emits:["update:modelValue"],setup(e){const t=e,n=A.useModel(e,"modelValue");return(a,r)=>{const o=A.resolveComponent("a-checkbox");return A.openBlock(),A.createBlock(o,{checked:n.value,"onUpdate:checked":r[0]||(r[0]=c=>n.value=c),class:"saraf-checkbox",disabled:t.isDisabled,indeterminate:t.isIndeterminate},{default:A.withCtx(()=>[A.createTextVNode(A.toDisplayString(t.label),1)]),_:1},8,["checked","disabled","indeterminate"])}}}),Ja=h(Ta,[["__scopeId","data-v-c2c556bb"]]);var Oa=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Ma(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Ie={exports:{}};(function(e,t){(function(n,a){e.exports=a()})(Oa,function(){var n=1e3,a=6e4,r=36e5,o="millisecond",c="second",i="minute",p="hour",C="day",I="week",w="month",k="quarter",b="year",Q="date",J="Invalid Date",x=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,P=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,K={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(B){var d=["th","st","nd","rd"],l=B%100;return"["+B+(d[(l-20)%10]||d[l]||d[0])+"]"}},V=function(B,d,l){var u=String(B);return!u||u.length>=d?B:""+Array(d+1-u.length).join(l)+B},W={s:V,z:function(B){var d=-B.utcOffset(),l=Math.abs(d),u=Math.floor(l/60),s=l%60;return(d<=0?"+":"-")+V(u,2,"0")+":"+V(s,2,"0")},m:function B(d,l){if(d.date()<l.date())return-B(l,d);var u=12*(l.year()-d.year())+(l.month()-d.month()),s=d.clone().add(u,w),D=l-s<0,m=d.clone().add(u+(D?-1:1),w);return+(-(u+(l-s)/(D?s-m:m-s))||0)},a:function(B){return B<0?Math.ceil(B)||0:Math.floor(B)},p:function(B){return{M:w,y:b,w:I,d:C,D:Q,h:p,m:i,s:c,ms:o,Q:k}[B]||String(B||"").toLowerCase().replace(/s$/,"")},u:function(B){return B===void 0}},j="en",H={};H[j]=K;var aA="$isDayjsObject",q=function(B){return B instanceof _||!(!B||!B[aA])},L=function B(d,l,u){var s;if(!d)return j;if(typeof d=="string"){var D=d.toLowerCase();H[D]&&(s=D),l&&(H[D]=l,s=D);var m=d.split("-");if(!s&&m.length>1)return B(m[0])}else{var y=d.name;H[y]=d,s=y}return!u&&s&&(j=s),s||!u&&j},E=function(B,d){if(q(B))return B.clone();var l=typeof d=="object"?d:{};return l.date=B,l.args=arguments,new _(l)},v=W;v.l=L,v.i=q,v.w=function(B,d){return E(B,{locale:d.$L,utc:d.$u,x:d.$x,$offset:d.$offset})};var _=function(){function B(l){this.$L=L(l.locale,null,!0),this.parse(l),this.$x=this.$x||l.x||{},this[aA]=!0}var d=B.prototype;return d.parse=function(l){this.$d=function(u){var s=u.date,D=u.utc;if(s===null)return new Date(NaN);if(v.u(s))return new Date;if(s instanceof Date)return new Date(s);if(typeof s=="string"&&!/Z$/i.test(s)){var m=s.match(x);if(m){var y=m[2]-1||0,T=(m[7]||"0").substring(0,3);return D?new Date(Date.UTC(m[1],y,m[3]||1,m[4]||0,m[5]||0,m[6]||0,T)):new Date(m[1],y,m[3]||1,m[4]||0,m[5]||0,m[6]||0,T)}}return new Date(s)}(l),this.init()},d.init=function(){var l=this.$d;this.$y=l.getFullYear(),this.$M=l.getMonth(),this.$D=l.getDate(),this.$W=l.getDay(),this.$H=l.getHours(),this.$m=l.getMinutes(),this.$s=l.getSeconds(),this.$ms=l.getMilliseconds()},d.$utils=function(){return v},d.isValid=function(){return this.$d.toString()!==J},d.isSame=function(l,u){var s=E(l);return this.startOf(u)<=s&&s<=this.endOf(u)},d.isAfter=function(l,u){return E(l)<this.startOf(u)},d.isBefore=function(l,u){return this.endOf(u)<E(l)},d.$g=function(l,u,s){return v.u(l)?this[u]:this.set(s,l)},d.unix=function(){return Math.floor(this.valueOf()/1e3)},d.valueOf=function(){return this.$d.getTime()},d.startOf=function(l,u){var s=this,D=!!v.u(u)||u,m=v.p(l),y=function(rA,N){var $=v.w(s.$u?Date.UTC(s.$y,N,rA):new Date(s.$y,N,rA),s);return D?$:$.endOf(C)},T=function(rA,N){return v.w(s.toDate()[rA].apply(s.toDate("s"),(D?[0,0,0,0]:[23,59,59,999]).slice(N)),s)},O=this.$W,g=this.$M,S=this.$D,F="set"+(this.$u?"UTC":"");switch(m){case b:return D?y(1,0):y(31,11);case w:return D?y(1,g):y(0,g+1);case I:var Y=this.$locale().weekStart||0,iA=(O<Y?O+7:O)-Y;return y(D?S-iA:S+(6-iA),g);case C:case Q:return T(F+"Hours",0);case p:return T(F+"Minutes",1);case i:return T(F+"Seconds",2);case c:return T(F+"Milliseconds",3);default:return this.clone()}},d.endOf=function(l){return this.startOf(l,!1)},d.$set=function(l,u){var s,D=v.p(l),m="set"+(this.$u?"UTC":""),y=(s={},s[C]=m+"Date",s[Q]=m+"Date",s[w]=m+"Month",s[b]=m+"FullYear",s[p]=m+"Hours",s[i]=m+"Minutes",s[c]=m+"Seconds",s[o]=m+"Milliseconds",s)[D],T=D===C?this.$D+(u-this.$W):u;if(D===w||D===b){var O=this.clone().set(Q,1);O.$d[y](T),O.init(),this.$d=O.set(Q,Math.min(this.$D,O.daysInMonth())).$d}else y&&this.$d[y](T);return this.init(),this},d.set=function(l,u){return this.clone().$set(l,u)},d.get=function(l){return this[v.p(l)]()},d.add=function(l,u){var s,D=this;l=Number(l);var m=v.p(u),y=function(g){var S=E(D);return v.w(S.date(S.date()+Math.round(g*l)),D)};if(m===w)return this.set(w,this.$M+l);if(m===b)return this.set(b,this.$y+l);if(m===C)return y(1);if(m===I)return y(7);var T=(s={},s[i]=a,s[p]=r,s[c]=n,s)[m]||1,O=this.$d.getTime()+l*T;return v.w(O,this)},d.subtract=function(l,u){return this.add(-1*l,u)},d.format=function(l){var u=this,s=this.$locale();if(!this.isValid())return s.invalidDate||J;var D=l||"YYYY-MM-DDTHH:mm:ssZ",m=v.z(this),y=this.$H,T=this.$m,O=this.$M,g=s.weekdays,S=s.months,F=s.meridiem,Y=function(N,$,cA,pA){return N&&(N[$]||N(u,D))||cA[$].slice(0,pA)},iA=function(N){return v.s(y%12||12,N,"0")},rA=F||function(N,$,cA){var pA=N<12?"AM":"PM";return cA?pA.toLowerCase():pA};return D.replace(P,function(N,$){return $||function(cA){switch(cA){case"YY":return String(u.$y).slice(-2);case"YYYY":return v.s(u.$y,4,"0");case"M":return O+1;case"MM":return v.s(O+1,2,"0");case"MMM":return Y(s.monthsShort,O,S,3);case"MMMM":return Y(S,O);case"D":return u.$D;case"DD":return v.s(u.$D,2,"0");case"d":return String(u.$W);case"dd":return Y(s.weekdaysMin,u.$W,g,2);case"ddd":return Y(s.weekdaysShort,u.$W,g,3);case"dddd":return g[u.$W];case"H":return String(y);case"HH":return v.s(y,2,"0");case"h":return iA(1);case"hh":return iA(2);case"a":return rA(y,T,!0);case"A":return rA(y,T,!1);case"m":return String(T);case"mm":return v.s(T,2,"0");case"s":return String(u.$s);case"ss":return v.s(u.$s,2,"0");case"SSS":return v.s(u.$ms,3,"0");case"Z":return m}return null}(N)||m.replace(":","")})},d.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},d.diff=function(l,u,s){var D,m=this,y=v.p(u),T=E(l),O=(T.utcOffset()-this.utcOffset())*a,g=this-T,S=function(){return v.m(m,T)};switch(y){case b:D=S()/12;break;case w:D=S();break;case k:D=S()/3;break;case I:D=(g-O)/6048e5;break;case C:D=(g-O)/864e5;break;case p:D=g/r;break;case i:D=g/a;break;case c:D=g/n;break;default:D=g}return s?D:v.a(D)},d.daysInMonth=function(){return this.endOf(w).$D},d.$locale=function(){return H[this.$L]},d.locale=function(l,u){if(!l)return this.$L;var s=this.clone(),D=L(l,u,!0);return D&&(s.$L=D),s},d.clone=function(){return v.w(this.$d,this)},d.toDate=function(){return new Date(this.valueOf())},d.toJSON=function(){return this.isValid()?this.toISOString():null},d.toISOString=function(){return this.$d.toISOString()},d.toString=function(){return this.$d.toUTCString()},B}(),X=_.prototype;return E.prototype=X,[["$ms",o],["$s",c],["$m",i],["$H",p],["$W",C],["$M",w],["$y",b],["$D",Q]].forEach(function(B){X[B[1]]=function(d){return this.$g(d,B[0],B[1])}}),E.extend=function(B,d){return B.$i||(B(d,_,E),B.$i=!0),E},E.locale=L,E.isDayjs=q,E.unix=function(B){return E(1e3*B)},E.en=H[j],E.Ls=H,E.p={},E})})(Ie);var Na=Ie.exports;const NA=Ma(Na),Pa=A.defineComponent({__name:"SarafDatePicker",props:A.mergeModels({inputControl:{},placeholder:{default:"تاریخ مورد نظر را انتخاب کنید"},disabled:{type:Boolean,default:!1},isClearable:{type:Boolean,default:!0},size:{default:lA.Large},hasTime:{type:Boolean,default:!1},maxDate:{default:null},minDate:{default:null},disabledDates:{default(){return[]}}},{modelValue:{},modelModifiers:{}}),emits:["update:modelValue"],setup(e){f.setupJalaliDate();const t=e,n=A.useModel(e,"modelValue"),a=A.computed(()=>t.inputControl.getNotValidMessage()),r=A.computed(()=>!a.value),o=A.computed(()=>n.value?NA.unix(n.value):null),c=A.computed(()=>r.value?G.Default:G.Error),i=A.computed(()=>({disabled:t.disabled})),p=A.computed(()=>t.hasTime?f.DateFormats.ContainsHour:f.DateFormats.Normal),C=A.computed(()=>t.hasTime?{format:f.DateFormats.OnlyHour}:!1);function I(k){const b=new f.DateDisabledOptions(t.maxDate,t.minDate,t.disabledDates);return f.DateTools.isDateDisabled(b,k)}function w(k){k?n.value=k.unix():n.value=null}return(k,b)=>{const Q=A.resolveComponent("a-date-picker"),J=A.resolveDirective("touch-sensitive-control");return A.withDirectives((A.openBlock(),A.createElementBlock("div",{tabindex:"1",class:A.normalizeClass(["input__container",i.value])},[A.createVNode(Q,{value:o.value,size:t.size,"allow-clear":t.isClearable,placeholder:t.placeholder,status:c.value,disabled:t.disabled,"disabled-date":I,"show-time":C.value,format:p.value,onChange:w,onOk:w},null,8,["value","size","allow-clear","placeholder","status","disabled","show-time","format"]),A.createVNode(A.unref(sA),{"invalid-message":a.value,disabled:t.disabled},null,8,["invalid-message","disabled"])],2)),[[J,t.inputControl]])}}}),Ha=h(Pa,[["__scopeId","data-v-478d0cae"]]),La=A.defineComponent({__name:"SarafRangePicker",props:A.mergeModels({inputControl:{},disabled:{type:Boolean,default:!1},isClearable:{type:Boolean,default:!1},size:{default:lA.Large},hasTime:{type:Boolean,default:!1},maxDate:{default:null},minDate:{default:null},disabledDates:{default(){return[]}}},{modelValue:{},modelModifiers:{}}),emits:["update:modelValue"],setup(e){f.setupJalaliDate();const t=e,n=A.useModel(e,"modelValue"),a=A.computed(()=>t.inputControl.getNotValidMessage()),r=A.computed(()=>!a.value),o=A.computed(()=>n.value?[NA.unix(n.value.start),NA.unix(n.value.end)]:[]),c=A.computed(()=>r.value?G.Default:G.Error),i=A.computed(()=>({disabled:t.disabled})),p=A.computed(()=>t.hasTime?f.DateFormats.ContainsHour:f.DateFormats.Normal),C=A.computed(()=>t.hasTime?{format:f.DateFormats.OnlyHour}:!1);function I(k){const b=new f.DateDisabledOptions(t.maxDate,t.minDate,t.disabledDates);return f.DateTools.isDateDisabled(b,k)}function w(k){if(!k){n.value=null;return}if(!k[0]||!k[1])return;const b=k[0].unix(),Q=k[1].unix();n.value=new f.RangeValue(b,Q)}return(k,b)=>{const Q=A.resolveComponent("a-range-picker"),J=A.resolveDirective("touch-sensitive-control");return A.withDirectives((A.openBlock(),A.createElementBlock("div",{tabindex:"1",class:A.normalizeClass(["range__container",i.value])},[A.createVNode(Q,{value:o.value,status:c.value,disabled:t.disabled,format:p.value,"show-time":C.value,"disabled-date":I,size:t.size,"allow-clear":t.isClearable,onChange:w,onOk:w},null,8,["value","status","disabled","format","show-time","size","allow-clear"]),A.createVNode(A.unref(sA),{"invalid-message":a.value,disabled:t.disabled},null,8,["invalid-message","disabled"])],2)),[[J,t.inputControl]])}}}),Ra=h(La,[["__scopeId","data-v-c6598091"]]);var UA=(e=>(e.Fill="primary",e.Outline="default",e.Text="link",e))(UA||{}),vA=(e=>(e.Primary="primary",e.Danger="danger",e))(vA||{});const za={key:0,class:"saraf-button-content"},Ga=A.defineComponent({__name:"SarafButton",props:{size:{default:lA.Medium},type:{default:UA.Fill},color:{default:vA.Primary},isLoading:{type:Boolean,default:!1},isDisabled:{type:Boolean,default:!1},class:{default:""}},emits:["click"],setup(e,{emit:t}){const n=e,a=t;function r(){a("click")}return(o,c)=>{const i=A.resolveComponent("a-button");return A.openBlock(),A.createBlock(i,{disabled:n.isDisabled,type:n.type,size:n.size,danger:n.color===A.unref(vA).Danger,loading:n.isLoading,class:A.normalizeClass(["saraf-button",[n.class,n.size]]),onClick:r},{default:A.withCtx(()=>[n.isLoading?A.createCommentVNode("",!0):(A.openBlock(),A.createElementBlock("div",za,[A.createElementVNode("span",{class:A.normalizeClass(["saraf-button-icon",n.size])},[A.renderSlot(o.$slots,"beforeIcon",{},void 0,!0)],2),A.renderSlot(o.$slots,"default",{},void 0,!0),A.createElementVNode("span",{class:A.normalizeClass(["saraf-button-icon",n.size])},[A.renderSlot(o.$slots,"afterIcon",{},void 0,!0)],2)]))]),_:3},8,["disabled","type","size","danger","loading","class"])}}}),xa=h(Ga,[["__scopeId","data-v-96c82d44"]]);exports.AreaChartDataSource=Ln;exports.ArrowDownIcon=Ge;exports.ArrowUpIcon=Ke;exports.BasicInputNames=PA;exports.BurgerIcon=Ue;exports.ButtonColor=vA;exports.ButtonType=UA;exports.ChartSeries=Hn;exports.ChartSettings=Pn;exports.ChartType=SA;exports.ComponentSize=lA;exports.DonutChartDataSource=Rn;exports.GiftCardIcon=Ye;exports.InputSizes=oA;exports.InputStatus=G;exports.PlusIcon=_e;exports.RawChartDataPoint=Nn;exports.ResetIcon=tt;exports.SarafArrowIcon=LA;exports.SarafBankCardTableCell=we;exports.SarafButton=xa;exports.SarafChart=On;exports.SarafCheckbox=Ja;exports.SarafDatePicker=Ha;exports.SarafDefaultSpinner=MA;exports.SarafDynamicCurrencyPriceTableCell=he;exports.SarafFiledInvalidMessage=sA;exports.SarafIbanTableCell=ke;exports.SarafInputTypes=AA;exports.SarafLogoIcon=ot;exports.SarafNumberFiled=mn;exports.SarafPasswordFiled=Bn;exports.SarafPriceTableCell=ye;exports.SarafRangePicker=Ra;exports.SarafSearchFiled=ct;exports.SarafSecondaryTabs=Tn;exports.SarafSelect=Sn;exports.SarafSelectMode=kA;exports.SarafSymbolTableCell=ve;exports.SarafTab=Jn;exports.SarafTable=Fn;exports.SarafTabs=hn;exports.SarafTag=me;exports.SarafTextFiled=HA;exports.SarafTradeAmountTableCell=Se;exports.SarafTradeDateCell=Qe;exports.SarafTradeSymbolCell=Ee;exports.SarafTradeSymbolPriceCell=be;exports.SearchIcon=le;exports.SelectItem=Me;exports.SpinnerSizes=fA;exports.TagColors=jA;exports.TooltipDirective=zn;
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .input--state--invalid[data-v-96190af5]{color:var(--danger-default)}.input--state--invalid.disabled[data-v-96190af5]{color:var(--background-nautral-disabled)}.input__container.disabled[data-v-0d9950b8] .ant-input-group-addon{background-color:var(--foreground-neutral-disabled);color:var(--on-foreground-neutral-disabled);border:none}[data-v-0d9950b8] .ant-input-group-addon{background-color:var(--foreground-primary-default);color:var(--on-foreground-primary-default);border:none}.input_button[data-v-0d9950b8]{cursor:pointer;-webkit-user-select:none;user-select:none}[data-v-0d9950b8] .ant-input-affix-wrapper-disabled{background-color:var(--background-neatral-3-default)}[data-v-0d9950b8] .ant-input-affix-wrapper-disabled .ant-input{color:var(--on-foreground-neutral-disabled)}[data-v-0d9950b8] .ant-input-affix-wrapper-disabled .ant-input::placeholder{color:var(--on-foreground-neutral-disabled)}.input--icon[data-v-0d9950b8]{min-width:15px;min-height:15px;max-width:15px;max-height:15px;display:flex;align-items:center;justify-content:center}.input--icon[data-v-0d9950b8] *{color:var(--on-foreground-neutral-disabled);fill:var(--on-foreground-neutral-disabled)}.input__container.disabled[data-v-28c2baf7] .ant-input-group-addon{background-color:var(--foreground-neutral-disabled);color:var(--on-foreground-neutral-disabled);border:none}[data-v-28c2baf7] .ant-input-group-addon{background-color:var(--foreground-primary-default);color:var(--on-foreground-primary-default);border:none}.input_button[data-v-28c2baf7]{cursor:pointer;-webkit-user-select:none;user-select:none}[data-v-28c2baf7] .ant-input-affix-wrapper-disabled{background-color:var(--background-neatral-3-default)}[data-v-28c2baf7] .ant-input-affix-wrapper-disabled .ant-input{color:var(--on-foreground-neutral-disabled)}[data-v-28c2baf7] .ant-input-affix-wrapper-disabled .ant-input::placeholder{color:var(--on-foreground-neutral-disabled)}[data-v-28c2baf7] .ant-input-number{width:100%}.input--icon[data-v-28c2baf7]{min-width:15px;min-height:15px;max-width:15px;max-height:15px;display:flex;align-items:center;justify-content:center}.input--icon[data-v-28c2baf7] *{color:var(--on-foreground-neutral-disabled);fill:var(--on-foreground-neutral-disabled)}.saraf-select[data-v-ed03e09b]{width:100%}.saraf-select.disabled[data-v-ed03e09b] .ant-select{background-color:var(--background-neatral-3-default)}.saraf-select.disabled[data-v-ed03e09b] .ant-select .ant-select-selection-placeholder{color:var(--on-foreground-neutral-disabled)}.saraf-select.disabled[data-v-ed03e09b] .ant-select .ant-select-selection-placeholder::placeholder{color:var(--on-foreground-neutral-disabled)}.spinner-container[data-v-ed03e09b]{display:flex;justify-content:center}[data-v-ed03e09b] svg{color:var(--on-foreground-neutral-disabled);fill:var(--on-foreground-neutral-disabled)}.tag[data-v-b949bb47]{display:flex;align-items:center;justify-content:center;gap:.5rem;width:fit-content;min-width:max-content;border-radius:.375rem;padding:.125rem .5rem!important}.tag .tag-icon[data-v-b949bb47] *{width:15px;height:15px}.tag[data-v-b949bb47] *{margin:0!important}.default[data-v-b949bb47]{background-color:var(--background-tag);border-color:var(--background-tag);color:var(--text-default)}.default.tag-border[data-v-b949bb47]{border-color:var(--border-default)}.disabled[data-v-b949bb47]{background-color:var(--background-disabled);border-color:var(--background-disabled);color:var(--text-disabled)}.disabled.tag-border[data-v-b949bb47]{border-color:var(--border-disabled)}.success[data-v-b949bb47]{background-color:var(--success-light);border-color:var(--success-light);color:var(--success-default)}.success.tag-border[data-v-b949bb47]{border-color:var(--success-default)}.danger[data-v-b949bb47]{background-color:var(--danger-light);border-color:var(--danger-light);color:var(--danger-default)}.danger.tag-border[data-v-b949bb47]{border-color:var(--danger-default)}.warning[data-v-b949bb47]{background-color:var(--warning-light);border-color:var(--warning-light);color:var(--warning-default)}.warning.tag-border[data-v-b949bb47]{border-color:var(--warning-default)}.info[data-v-b949bb47]{background-color:var(--info-light);border-color:var(--info-light);color:var(--info-default)}.info.tag-border[data-v-b949bb47]{border-color:var(--info-default)}.unset-background[data-v-b949bb47]{background-color:unset}[data-v-377c6e3e] .ant-tabs-nav-list{gap:10px}.saraf-radio-group[data-v-807b9dcc]{background-color:var(--background-neatral-3-default);padding:3px;border-radius:var(--radius-sm)}.saraf-radio-group-item[data-v-807b9dcc]{background-color:transparent;border:none;color:var(--on-background-neutral-default)!important;cursor:pointer}.saraf-radio-group-item[data-v-807b9dcc]:before{display:none}.saraf-radio-group-item.ant-radio-button-wrapper-checked[data-v-807b9dcc]{background-color:#fff;border-radius:var(--radius-xs)}.saraf-table[data-v-7c761bee]{-webkit-user-select:none!important;user-select:none!important}.saraf-table[data-v-7c761bee] th{background-color:#edf2f7!important}.saraf-image-cell[data-v-7c761bee]{height:40px}.saraf-image-cell-wrapper[data-v-7c761bee]{width:100%;min-height:100%!important;display:grid;grid-template-rows:1fr;align-items:center;justify-content:center}.saraf-bank-card-cell[data-v-30a8729d]{display:flex;gap:5px;align-items:center;cursor:pointer}.saraf-bank-card-cell img[data-v-30a8729d]{width:16px;height:16px;border-radius:50%}.saraf-iban-cell[data-v-399af1a5]{display:flex;gap:5px;align-items:center;cursor:pointer}.saraf-iban-cell p[data-v-399af1a5]{white-space:nowrap}.saraf-iban-cell img[data-v-399af1a5]{width:16px;height:16px;border-radius:50%}.saraf-symbol-cell[data-v-fba97f8a]{display:flex;align-items:center;gap:5px}.saraf-symbol-cell img[data-v-fba97f8a]{width:16px;height:16px;border-radius:50%}.saraf-symbol-cell p[data-v-fba97f8a]{font-size:14px;font-weight:400}.saraf-trade-amount-detail-wrapper[data-v-a4d40524]{display:flex;align-items:center;gap:5px}.saraf-trade-amount[data-v-a4d40524]{display:flex;flex-direction:column}.price-detail[data-v-a4d40524]{font-size:14px;display:flex;align-items:center;gap:5px}.price-detail .symbol[data-v-a4d40524]{color:var(--on-background-neutral-subdued)}.saraf-symbol-price-in-trade[data-v-60c1412e]{display:flex;flex-direction:column;justify-items:center}.saraf-symbol-price-in-trade div[data-v-60c1412e]{display:flex;align-items:center;gap:5px}.saraf-symbol-price-in-trade div img[data-v-60c1412e]{width:16px;height:16px;border-radius:50%}.saraf-symbol-price-in-trade div .currency[data-v-60c1412e]{color:var(--on-background-neutral-subdued);font-size:14px}.saraf-trade-date-cell-container[data-v-70704877]{display:flex;align-items:center;gap:5px}.date-info[data-v-70704877]{display:flex;gap:5px}.date-info .date[data-v-70704877]{color:var(--on-background-neutral-subdued)}.saraf-price-cell[data-v-6a150af5]{display:flex;gap:5px;align-items:center;cursor:pointer}.saraf-price-cell p[data-v-6a150af5]{display:flex;gap:.25rem}.saraf-price-cell p span[data-v-6a150af5]{color:var(--text-disabled)}.saraf-symbol-price-in-trade[data-v-091b1c97]{display:flex;flex-direction:column;justify-items:center}.saraf-symbol-price-in-trade div[data-v-091b1c97]{display:flex;align-items:center;gap:5px}.saraf-symbol-price-in-trade div img[data-v-091b1c97]{width:16px;height:16px;border-radius:50%}.saraf-symbol-price-in-trade div .currency[data-v-091b1c97]{color:var(--on-background-neutral-subdued);font-size:14px}.saraf-price-cell[data-v-2558491a]{display:flex;gap:5px;align-items:center;cursor:pointer}.saraf-price-cell p[data-v-2558491a]{display:flex;gap:.25rem}.saraf-price-cell p span[data-v-2558491a]{color:var(--text-disabled)}.saraf-checkbox[data-v-c2c556bb]{-webkit-user-select:none;user-select:none}.input__container[data-v-45912c5e]{display:flex;flex-direction:column}.input__container.disabled[data-v-45912c5e] .ant-picker{background-color:var(--foreground-neutral-disabled);color:var(--on-foreground-neutral-disabled);border:none}[data-v-45912c5e] .ant-picker-suffix *{color:var(--on-foreground-neutral-disabled);fill:var(--on-foreground-neutral-disabled)}.range__container[data-v-297677ba]{display:flex;flex-direction:column}.range__container.disabled[data-v-297677ba] .ant-picker{background-color:var(--foreground-neutral-disabled);color:var(--on-foreground-neutral-disabled);border:none}[data-v-297677ba] .ant-picker-suffix *{color:var(--on-foreground-neutral-disabled);fill:var(--on-foreground-neutral-disabled)}.saraf-button[data-v-96c82d44]{border-radius:8px}.saraf-button.small[data-v-96c82d44]{max-height:24px;font-size:14px}.saraf-button.medium[data-v-96c82d44]{max-height:32px;font-size:16px}.saraf-button.large[data-v-96c82d44]{max-height:40px;font-size:18px}.saraf-button-content[data-v-96c82d44]{display:flex;align-items:center;justify-content:space-evenly;min-width:max-content}.saraf-button-icon.small[data-v-96c82d44]{max-height:10px;max-width:10px}.saraf-button-icon.medium[data-v-96c82d44]{max-height:12px;max-width:12px}.saraf-button-icon.large[data-v-96c82d44]{max-height:16px;max-width:16px}.saraf-button-icon[data-v-96c82d44] *{width:100%;height:100%}:root{--identity: #ffd60a;--success: #31ba96;--danger: #ed5b75;--white: #ffffff;--gray-50: #d9e5e9;--gray-100: #9ebac8;--gray-200: #6995ab;--gray-300: #375462;--gray-400: #2c434e;--gray-500: #21323b;--space-sm: 4px;--space-md: 8px;--space-lg: 16px;--space-xl: 32px;--space-2xl: 48px}html[data-theme=light]{--primary-default: #3498db;--secondary-default: #2ecc71;--success-default: #408941;--success-light: #cef7ca;--warning-default: #a78b17;--warning-light: #fef3c7;--danger-default: #95241b;--danger-light: #ffdbdb;--info-default: #1c85be;--info-light: #c4effd;--text-default: #16191d;--text-muted: #6c757d;--text-disabled: #a1b5d3;--background-default: #ffffff;--background-tag: #f6f8fc;--background-disabled: #edf2f7;--background-muted: #f8f9fa;--border-default: #cad5e8;--border-disabled: #e4eaf4;--border-hover: #2980b9;--red-tint-disabled: #ffdbdb;--foreground-neutral-disabled: #d3ddec;--on-foreground-neutral-disabled: #6e8ebe;--foreground-primary-default: #191c21;--on-foreground-primary-default: #ffffff;--background-neatral-3-default: #edf2f7}html[data-theme=dark]{--primary-default: #1abc9c;--secondary-default: #9b59b6;--success-default: #2ecc71;--success-light: #cef7ca;--warning-default: #f39c12;--warning-light: #fef3c7;--danger-default: #e74c3c;--danger-light: #ffdbdb;--info-default: #3498db;--info-light: #c4effd;--text-default: #ecf0f1;--text-disabled: #a1b5d3;--text-muted: #bdc3c7;--background-default: #2c3e50;--background-tag: #f6f8fc;--background-disabled: #edf2f7;--background-muted: #34495e;--border-default: #34495e;--border-disabled: #e4eaf4;--border-hover: #16a085;--red-tint-disabled: #ffdbdb;--foreground-neutral-disabled: #d3ddec;--on-foreground-neutral-disabled: #6e8ebe;--foreground-primary-default: #191c21;--on-foreground-primary-default: #ffffff;--background-neatral-3-default: #edf2f7}.p-0{padding:0}@media (min-width: 0){.p-xs-0{padding:0}}@media (min-width: 576px){.p-sm-0{padding:0}}@media (min-width: 768px){.p-md-0{padding:0}}@media (min-width: 992px){.p-lg-0{padding:0}}@media (min-width: 1200px){.p-xl-0{padding:0}}@media (min-width: 1400px){.p-2xl-0{padding:0}}.p-1{padding:.25rem}@media (min-width: 0){.p-xs-1{padding:.25rem}}@media (min-width: 576px){.p-sm-1{padding:.25rem}}@media (min-width: 768px){.p-md-1{padding:.25rem}}@media (min-width: 992px){.p-lg-1{padding:.25rem}}@media (min-width: 1200px){.p-xl-1{padding:.25rem}}@media (min-width: 1400px){.p-2xl-1{padding:.25rem}}.p-2{padding:.5rem}@media (min-width: 0){.p-xs-2{padding:.5rem}}@media (min-width: 576px){.p-sm-2{padding:.5rem}}@media (min-width: 768px){.p-md-2{padding:.5rem}}@media (min-width: 992px){.p-lg-2{padding:.5rem}}@media (min-width: 1200px){.p-xl-2{padding:.5rem}}@media (min-width: 1400px){.p-2xl-2{padding:.5rem}}.p-3{padding:1rem}@media (min-width: 0){.p-xs-3{padding:1rem}}@media (min-width: 576px){.p-sm-3{padding:1rem}}@media (min-width: 768px){.p-md-3{padding:1rem}}@media (min-width: 992px){.p-lg-3{padding:1rem}}@media (min-width: 1200px){.p-xl-3{padding:1rem}}@media (min-width: 1400px){.p-2xl-3{padding:1rem}}.p-4{padding:1.5rem}@media (min-width: 0){.p-xs-4{padding:1.5rem}}@media (min-width: 576px){.p-sm-4{padding:1.5rem}}@media (min-width: 768px){.p-md-4{padding:1.5rem}}@media (min-width: 992px){.p-lg-4{padding:1.5rem}}@media (min-width: 1200px){.p-xl-4{padding:1.5rem}}@media (min-width: 1400px){.p-2xl-4{padding:1.5rem}}.p-5{padding:2rem}@media (min-width: 0){.p-xs-5{padding:2rem}}@media (min-width: 576px){.p-sm-5{padding:2rem}}@media (min-width: 768px){.p-md-5{padding:2rem}}@media (min-width: 992px){.p-lg-5{padding:2rem}}@media (min-width: 1200px){.p-xl-5{padding:2rem}}@media (min-width: 1400px){.p-2xl-5{padding:2rem}}.p-6{padding:3rem}@media (min-width: 0){.p-xs-6{padding:3rem}}@media (min-width: 576px){.p-sm-6{padding:3rem}}@media (min-width: 768px){.p-md-6{padding:3rem}}@media (min-width: 992px){.p-lg-6{padding:3rem}}@media (min-width: 1200px){.p-xl-6{padding:3rem}}@media (min-width: 1400px){.p-2xl-6{padding:3rem}}.pl-0{padding-left:0}@media (min-width: 0){.pl-xs-0{padding-left:0}}@media (min-width: 576px){.pl-sm-0{padding-left:0}}@media (min-width: 768px){.pl-md-0{padding-left:0}}@media (min-width: 992px){.pl-lg-0{padding-left:0}}@media (min-width: 1200px){.pl-xl-0{padding-left:0}}@media (min-width: 1400px){.pl-2xl-0{padding-left:0}}.pl-1{padding-left:.25rem}@media (min-width: 0){.pl-xs-1{padding-left:.25rem}}@media (min-width: 576px){.pl-sm-1{padding-left:.25rem}}@media (min-width: 768px){.pl-md-1{padding-left:.25rem}}@media (min-width: 992px){.pl-lg-1{padding-left:.25rem}}@media (min-width: 1200px){.pl-xl-1{padding-left:.25rem}}@media (min-width: 1400px){.pl-2xl-1{padding-left:.25rem}}.pl-2{padding-left:.5rem}@media (min-width: 0){.pl-xs-2{padding-left:.5rem}}@media (min-width: 576px){.pl-sm-2{padding-left:.5rem}}@media (min-width: 768px){.pl-md-2{padding-left:.5rem}}@media (min-width: 992px){.pl-lg-2{padding-left:.5rem}}@media (min-width: 1200px){.pl-xl-2{padding-left:.5rem}}@media (min-width: 1400px){.pl-2xl-2{padding-left:.5rem}}.pl-3{padding-left:1rem}@media (min-width: 0){.pl-xs-3{padding-left:1rem}}@media (min-width: 576px){.pl-sm-3{padding-left:1rem}}@media (min-width: 768px){.pl-md-3{padding-left:1rem}}@media (min-width: 992px){.pl-lg-3{padding-left:1rem}}@media (min-width: 1200px){.pl-xl-3{padding-left:1rem}}@media (min-width: 1400px){.pl-2xl-3{padding-left:1rem}}.pl-4{padding-left:1.5rem}@media (min-width: 0){.pl-xs-4{padding-left:1.5rem}}@media (min-width: 576px){.pl-sm-4{padding-left:1.5rem}}@media (min-width: 768px){.pl-md-4{padding-left:1.5rem}}@media (min-width: 992px){.pl-lg-4{padding-left:1.5rem}}@media (min-width: 1200px){.pl-xl-4{padding-left:1.5rem}}@media (min-width: 1400px){.pl-2xl-4{padding-left:1.5rem}}.pl-5{padding-left:2rem}@media (min-width: 0){.pl-xs-5{padding-left:2rem}}@media (min-width: 576px){.pl-sm-5{padding-left:2rem}}@media (min-width: 768px){.pl-md-5{padding-left:2rem}}@media (min-width: 992px){.pl-lg-5{padding-left:2rem}}@media (min-width: 1200px){.pl-xl-5{padding-left:2rem}}@media (min-width: 1400px){.pl-2xl-5{padding-left:2rem}}.pl-6{padding-left:3rem}@media (min-width: 0){.pl-xs-6{padding-left:3rem}}@media (min-width: 576px){.pl-sm-6{padding-left:3rem}}@media (min-width: 768px){.pl-md-6{padding-left:3rem}}@media (min-width: 992px){.pl-lg-6{padding-left:3rem}}@media (min-width: 1200px){.pl-xl-6{padding-left:3rem}}@media (min-width: 1400px){.pl-2xl-6{padding-left:3rem}}.pr-0{padding-right:0}@media (min-width: 0){.pr-xs-0{padding-right:0}}@media (min-width: 576px){.pr-sm-0{padding-right:0}}@media (min-width: 768px){.pr-md-0{padding-right:0}}@media (min-width: 992px){.pr-lg-0{padding-right:0}}@media (min-width: 1200px){.pr-xl-0{padding-right:0}}@media (min-width: 1400px){.pr-2xl-0{padding-right:0}}.pr-1{padding-right:.25rem}@media (min-width: 0){.pr-xs-1{padding-right:.25rem}}@media (min-width: 576px){.pr-sm-1{padding-right:.25rem}}@media (min-width: 768px){.pr-md-1{padding-right:.25rem}}@media (min-width: 992px){.pr-lg-1{padding-right:.25rem}}@media (min-width: 1200px){.pr-xl-1{padding-right:.25rem}}@media (min-width: 1400px){.pr-2xl-1{padding-right:.25rem}}.pr-2{padding-right:.5rem}@media (min-width: 0){.pr-xs-2{padding-right:.5rem}}@media (min-width: 576px){.pr-sm-2{padding-right:.5rem}}@media (min-width: 768px){.pr-md-2{padding-right:.5rem}}@media (min-width: 992px){.pr-lg-2{padding-right:.5rem}}@media (min-width: 1200px){.pr-xl-2{padding-right:.5rem}}@media (min-width: 1400px){.pr-2xl-2{padding-right:.5rem}}.pr-3{padding-right:1rem}@media (min-width: 0){.pr-xs-3{padding-right:1rem}}@media (min-width: 576px){.pr-sm-3{padding-right:1rem}}@media (min-width: 768px){.pr-md-3{padding-right:1rem}}@media (min-width: 992px){.pr-lg-3{padding-right:1rem}}@media (min-width: 1200px){.pr-xl-3{padding-right:1rem}}@media (min-width: 1400px){.pr-2xl-3{padding-right:1rem}}.pr-4{padding-right:1.5rem}@media (min-width: 0){.pr-xs-4{padding-right:1.5rem}}@media (min-width: 576px){.pr-sm-4{padding-right:1.5rem}}@media (min-width: 768px){.pr-md-4{padding-right:1.5rem}}@media (min-width: 992px){.pr-lg-4{padding-right:1.5rem}}@media (min-width: 1200px){.pr-xl-4{padding-right:1.5rem}}@media (min-width: 1400px){.pr-2xl-4{padding-right:1.5rem}}.pr-5{padding-right:2rem}@media (min-width: 0){.pr-xs-5{padding-right:2rem}}@media (min-width: 576px){.pr-sm-5{padding-right:2rem}}@media (min-width: 768px){.pr-md-5{padding-right:2rem}}@media (min-width: 992px){.pr-lg-5{padding-right:2rem}}@media (min-width: 1200px){.pr-xl-5{padding-right:2rem}}@media (min-width: 1400px){.pr-2xl-5{padding-right:2rem}}.pr-6{padding-right:3rem}@media (min-width: 0){.pr-xs-6{padding-right:3rem}}@media (min-width: 576px){.pr-sm-6{padding-right:3rem}}@media (min-width: 768px){.pr-md-6{padding-right:3rem}}@media (min-width: 992px){.pr-lg-6{padding-right:3rem}}@media (min-width: 1200px){.pr-xl-6{padding-right:3rem}}@media (min-width: 1400px){.pr-2xl-6{padding-right:3rem}}.pt-0{padding-top:0}@media (min-width: 0){.pt-xs-0{padding-top:0}}@media (min-width: 576px){.pt-sm-0{padding-top:0}}@media (min-width: 768px){.pt-md-0{padding-top:0}}@media (min-width: 992px){.pt-lg-0{padding-top:0}}@media (min-width: 1200px){.pt-xl-0{padding-top:0}}@media (min-width: 1400px){.pt-2xl-0{padding-top:0}}.pt-1{padding-top:.25rem}@media (min-width: 0){.pt-xs-1{padding-top:.25rem}}@media (min-width: 576px){.pt-sm-1{padding-top:.25rem}}@media (min-width: 768px){.pt-md-1{padding-top:.25rem}}@media (min-width: 992px){.pt-lg-1{padding-top:.25rem}}@media (min-width: 1200px){.pt-xl-1{padding-top:.25rem}}@media (min-width: 1400px){.pt-2xl-1{padding-top:.25rem}}.pt-2{padding-top:.5rem}@media (min-width: 0){.pt-xs-2{padding-top:.5rem}}@media (min-width: 576px){.pt-sm-2{padding-top:.5rem}}@media (min-width: 768px){.pt-md-2{padding-top:.5rem}}@media (min-width: 992px){.pt-lg-2{padding-top:.5rem}}@media (min-width: 1200px){.pt-xl-2{padding-top:.5rem}}@media (min-width: 1400px){.pt-2xl-2{padding-top:.5rem}}.pt-3{padding-top:1rem}@media (min-width: 0){.pt-xs-3{padding-top:1rem}}@media (min-width: 576px){.pt-sm-3{padding-top:1rem}}@media (min-width: 768px){.pt-md-3{padding-top:1rem}}@media (min-width: 992px){.pt-lg-3{padding-top:1rem}}@media (min-width: 1200px){.pt-xl-3{padding-top:1rem}}@media (min-width: 1400px){.pt-2xl-3{padding-top:1rem}}.pt-4{padding-top:1.5rem}@media (min-width: 0){.pt-xs-4{padding-top:1.5rem}}@media (min-width: 576px){.pt-sm-4{padding-top:1.5rem}}@media (min-width: 768px){.pt-md-4{padding-top:1.5rem}}@media (min-width: 992px){.pt-lg-4{padding-top:1.5rem}}@media (min-width: 1200px){.pt-xl-4{padding-top:1.5rem}}@media (min-width: 1400px){.pt-2xl-4{padding-top:1.5rem}}.pt-5{padding-top:2rem}@media (min-width: 0){.pt-xs-5{padding-top:2rem}}@media (min-width: 576px){.pt-sm-5{padding-top:2rem}}@media (min-width: 768px){.pt-md-5{padding-top:2rem}}@media (min-width: 992px){.pt-lg-5{padding-top:2rem}}@media (min-width: 1200px){.pt-xl-5{padding-top:2rem}}@media (min-width: 1400px){.pt-2xl-5{padding-top:2rem}}.pt-6{padding-top:3rem}@media (min-width: 0){.pt-xs-6{padding-top:3rem}}@media (min-width: 576px){.pt-sm-6{padding-top:3rem}}@media (min-width: 768px){.pt-md-6{padding-top:3rem}}@media (min-width: 992px){.pt-lg-6{padding-top:3rem}}@media (min-width: 1200px){.pt-xl-6{padding-top:3rem}}@media (min-width: 1400px){.pt-2xl-6{padding-top:3rem}}.pb-0{padding-bottom:0}@media (min-width: 0){.pb-xs-0{padding-bottom:0}}@media (min-width: 576px){.pb-sm-0{padding-bottom:0}}@media (min-width: 768px){.pb-md-0{padding-bottom:0}}@media (min-width: 992px){.pb-lg-0{padding-bottom:0}}@media (min-width: 1200px){.pb-xl-0{padding-bottom:0}}@media (min-width: 1400px){.pb-2xl-0{padding-bottom:0}}.pb-1{padding-bottom:.25rem}@media (min-width: 0){.pb-xs-1{padding-bottom:.25rem}}@media (min-width: 576px){.pb-sm-1{padding-bottom:.25rem}}@media (min-width: 768px){.pb-md-1{padding-bottom:.25rem}}@media (min-width: 992px){.pb-lg-1{padding-bottom:.25rem}}@media (min-width: 1200px){.pb-xl-1{padding-bottom:.25rem}}@media (min-width: 1400px){.pb-2xl-1{padding-bottom:.25rem}}.pb-2{padding-bottom:.5rem}@media (min-width: 0){.pb-xs-2{padding-bottom:.5rem}}@media (min-width: 576px){.pb-sm-2{padding-bottom:.5rem}}@media (min-width: 768px){.pb-md-2{padding-bottom:.5rem}}@media (min-width: 992px){.pb-lg-2{padding-bottom:.5rem}}@media (min-width: 1200px){.pb-xl-2{padding-bottom:.5rem}}@media (min-width: 1400px){.pb-2xl-2{padding-bottom:.5rem}}.pb-3{padding-bottom:1rem}@media (min-width: 0){.pb-xs-3{padding-bottom:1rem}}@media (min-width: 576px){.pb-sm-3{padding-bottom:1rem}}@media (min-width: 768px){.pb-md-3{padding-bottom:1rem}}@media (min-width: 992px){.pb-lg-3{padding-bottom:1rem}}@media (min-width: 1200px){.pb-xl-3{padding-bottom:1rem}}@media (min-width: 1400px){.pb-2xl-3{padding-bottom:1rem}}.pb-4{padding-bottom:1.5rem}@media (min-width: 0){.pb-xs-4{padding-bottom:1.5rem}}@media (min-width: 576px){.pb-sm-4{padding-bottom:1.5rem}}@media (min-width: 768px){.pb-md-4{padding-bottom:1.5rem}}@media (min-width: 992px){.pb-lg-4{padding-bottom:1.5rem}}@media (min-width: 1200px){.pb-xl-4{padding-bottom:1.5rem}}@media (min-width: 1400px){.pb-2xl-4{padding-bottom:1.5rem}}.pb-5{padding-bottom:2rem}@media (min-width: 0){.pb-xs-5{padding-bottom:2rem}}@media (min-width: 576px){.pb-sm-5{padding-bottom:2rem}}@media (min-width: 768px){.pb-md-5{padding-bottom:2rem}}@media (min-width: 992px){.pb-lg-5{padding-bottom:2rem}}@media (min-width: 1200px){.pb-xl-5{padding-bottom:2rem}}@media (min-width: 1400px){.pb-2xl-5{padding-bottom:2rem}}.pb-6{padding-bottom:3rem}@media (min-width: 0){.pb-xs-6{padding-bottom:3rem}}@media (min-width: 576px){.pb-sm-6{padding-bottom:3rem}}@media (min-width: 768px){.pb-md-6{padding-bottom:3rem}}@media (min-width: 992px){.pb-lg-6{padding-bottom:3rem}}@media (min-width: 1200px){.pb-xl-6{padding-bottom:3rem}}@media (min-width: 1400px){.pb-2xl-6{padding-bottom:3rem}}.m-0{margin:0}@media (min-width: 0){.m-xs-0{margin:0}}@media (min-width: 576px){.m-sm-0{margin:0}}@media (min-width: 768px){.m-md-0{margin:0}}@media (min-width: 992px){.m-lg-0{margin:0}}@media (min-width: 1200px){.m-xl-0{margin:0}}@media (min-width: 1400px){.m-2xl-0{margin:0}}.m-1{margin:.25rem}@media (min-width: 0){.m-xs-1{margin:.25rem}}@media (min-width: 576px){.m-sm-1{margin:.25rem}}@media (min-width: 768px){.m-md-1{margin:.25rem}}@media (min-width: 992px){.m-lg-1{margin:.25rem}}@media (min-width: 1200px){.m-xl-1{margin:.25rem}}@media (min-width: 1400px){.m-2xl-1{margin:.25rem}}.m-2{margin:.5rem}@media (min-width: 0){.m-xs-2{margin:.5rem}}@media (min-width: 576px){.m-sm-2{margin:.5rem}}@media (min-width: 768px){.m-md-2{margin:.5rem}}@media (min-width: 992px){.m-lg-2{margin:.5rem}}@media (min-width: 1200px){.m-xl-2{margin:.5rem}}@media (min-width: 1400px){.m-2xl-2{margin:.5rem}}.m-3{margin:1rem}@media (min-width: 0){.m-xs-3{margin:1rem}}@media (min-width: 576px){.m-sm-3{margin:1rem}}@media (min-width: 768px){.m-md-3{margin:1rem}}@media (min-width: 992px){.m-lg-3{margin:1rem}}@media (min-width: 1200px){.m-xl-3{margin:1rem}}@media (min-width: 1400px){.m-2xl-3{margin:1rem}}.m-4{margin:1.5rem}@media (min-width: 0){.m-xs-4{margin:1.5rem}}@media (min-width: 576px){.m-sm-4{margin:1.5rem}}@media (min-width: 768px){.m-md-4{margin:1.5rem}}@media (min-width: 992px){.m-lg-4{margin:1.5rem}}@media (min-width: 1200px){.m-xl-4{margin:1.5rem}}@media (min-width: 1400px){.m-2xl-4{margin:1.5rem}}.m-5{margin:2rem}@media (min-width: 0){.m-xs-5{margin:2rem}}@media (min-width: 576px){.m-sm-5{margin:2rem}}@media (min-width: 768px){.m-md-5{margin:2rem}}@media (min-width: 992px){.m-lg-5{margin:2rem}}@media (min-width: 1200px){.m-xl-5{margin:2rem}}@media (min-width: 1400px){.m-2xl-5{margin:2rem}}.m-6{margin:3rem}@media (min-width: 0){.m-xs-6{margin:3rem}}@media (min-width: 576px){.m-sm-6{margin:3rem}}@media (min-width: 768px){.m-md-6{margin:3rem}}@media (min-width: 992px){.m-lg-6{margin:3rem}}@media (min-width: 1200px){.m-xl-6{margin:3rem}}@media (min-width: 1400px){.m-2xl-6{margin:3rem}}.ml-0{margin-left:0}@media (min-width: 0){.ml-xs-0{margin-left:0}}@media (min-width: 576px){.ml-sm-0{margin-left:0}}@media (min-width: 768px){.ml-md-0{margin-left:0}}@media (min-width: 992px){.ml-lg-0{margin-left:0}}@media (min-width: 1200px){.ml-xl-0{margin-left:0}}@media (min-width: 1400px){.ml-2xl-0{margin-left:0}}.ml-1{margin-left:.25rem}@media (min-width: 0){.ml-xs-1{margin-left:.25rem}}@media (min-width: 576px){.ml-sm-1{margin-left:.25rem}}@media (min-width: 768px){.ml-md-1{margin-left:.25rem}}@media (min-width: 992px){.ml-lg-1{margin-left:.25rem}}@media (min-width: 1200px){.ml-xl-1{margin-left:.25rem}}@media (min-width: 1400px){.ml-2xl-1{margin-left:.25rem}}.ml-2{margin-left:.5rem}@media (min-width: 0){.ml-xs-2{margin-left:.5rem}}@media (min-width: 576px){.ml-sm-2{margin-left:.5rem}}@media (min-width: 768px){.ml-md-2{margin-left:.5rem}}@media (min-width: 992px){.ml-lg-2{margin-left:.5rem}}@media (min-width: 1200px){.ml-xl-2{margin-left:.5rem}}@media (min-width: 1400px){.ml-2xl-2{margin-left:.5rem}}.ml-3{margin-left:1rem}@media (min-width: 0){.ml-xs-3{margin-left:1rem}}@media (min-width: 576px){.ml-sm-3{margin-left:1rem}}@media (min-width: 768px){.ml-md-3{margin-left:1rem}}@media (min-width: 992px){.ml-lg-3{margin-left:1rem}}@media (min-width: 1200px){.ml-xl-3{margin-left:1rem}}@media (min-width: 1400px){.ml-2xl-3{margin-left:1rem}}.ml-4{margin-left:1.5rem}@media (min-width: 0){.ml-xs-4{margin-left:1.5rem}}@media (min-width: 576px){.ml-sm-4{margin-left:1.5rem}}@media (min-width: 768px){.ml-md-4{margin-left:1.5rem}}@media (min-width: 992px){.ml-lg-4{margin-left:1.5rem}}@media (min-width: 1200px){.ml-xl-4{margin-left:1.5rem}}@media (min-width: 1400px){.ml-2xl-4{margin-left:1.5rem}}.ml-5{margin-left:2rem}@media (min-width: 0){.ml-xs-5{margin-left:2rem}}@media (min-width: 576px){.ml-sm-5{margin-left:2rem}}@media (min-width: 768px){.ml-md-5{margin-left:2rem}}@media (min-width: 992px){.ml-lg-5{margin-left:2rem}}@media (min-width: 1200px){.ml-xl-5{margin-left:2rem}}@media (min-width: 1400px){.ml-2xl-5{margin-left:2rem}}.ml-6{margin-left:3rem}@media (min-width: 0){.ml-xs-6{margin-left:3rem}}@media (min-width: 576px){.ml-sm-6{margin-left:3rem}}@media (min-width: 768px){.ml-md-6{margin-left:3rem}}@media (min-width: 992px){.ml-lg-6{margin-left:3rem}}@media (min-width: 1200px){.ml-xl-6{margin-left:3rem}}@media (min-width: 1400px){.ml-2xl-6{margin-left:3rem}}.btn-0{margin:0}@media (min-width: 0){.btn-xs-0{margin:0}}@media (min-width: 576px){.btn-sm-0{margin:0}}@media (min-width: 768px){.btn-md-0{margin:0}}@media (min-width: 992px){.btn-lg-0{margin:0}}@media (min-width: 1200px){.btn-xl-0{margin:0}}@media (min-width: 1400px){.btn-2xl-0{margin:0}}.btn-1{margin:.25rem}@media (min-width: 0){.btn-xs-1{margin:.25rem}}@media (min-width: 576px){.btn-sm-1{margin:.25rem}}@media (min-width: 768px){.btn-md-1{margin:.25rem}}@media (min-width: 992px){.btn-lg-1{margin:.25rem}}@media (min-width: 1200px){.btn-xl-1{margin:.25rem}}@media (min-width: 1400px){.btn-2xl-1{margin:.25rem}}.btn-2{margin:.5rem}@media (min-width: 0){.btn-xs-2{margin:.5rem}}@media (min-width: 576px){.btn-sm-2{margin:.5rem}}@media (min-width: 768px){.btn-md-2{margin:.5rem}}@media (min-width: 992px){.btn-lg-2{margin:.5rem}}@media (min-width: 1200px){.btn-xl-2{margin:.5rem}}@media (min-width: 1400px){.btn-2xl-2{margin:.5rem}}.btn-3{margin:1rem}@media (min-width: 0){.btn-xs-3{margin:1rem}}@media (min-width: 576px){.btn-sm-3{margin:1rem}}@media (min-width: 768px){.btn-md-3{margin:1rem}}@media (min-width: 992px){.btn-lg-3{margin:1rem}}@media (min-width: 1200px){.btn-xl-3{margin:1rem}}@media (min-width: 1400px){.btn-2xl-3{margin:1rem}}.btn-4{margin:1.5rem}@media (min-width: 0){.btn-xs-4{margin:1.5rem}}@media (min-width: 576px){.btn-sm-4{margin:1.5rem}}@media (min-width: 768px){.btn-md-4{margin:1.5rem}}@media (min-width: 992px){.btn-lg-4{margin:1.5rem}}@media (min-width: 1200px){.btn-xl-4{margin:1.5rem}}@media (min-width: 1400px){.btn-2xl-4{margin:1.5rem}}.btn-5{margin:2rem}@media (min-width: 0){.btn-xs-5{margin:2rem}}@media (min-width: 576px){.btn-sm-5{margin:2rem}}@media (min-width: 768px){.btn-md-5{margin:2rem}}@media (min-width: 992px){.btn-lg-5{margin:2rem}}@media (min-width: 1200px){.btn-xl-5{margin:2rem}}@media (min-width: 1400px){.btn-2xl-5{margin:2rem}}.btn-6{margin:3rem}@media (min-width: 0){.btn-xs-6{margin:3rem}}@media (min-width: 576px){.btn-sm-6{margin:3rem}}@media (min-width: 768px){.btn-md-6{margin:3rem}}@media (min-width: 992px){.btn-lg-6{margin:3rem}}@media (min-width: 1200px){.btn-xl-6{margin:3rem}}@media (min-width: 1400px){.btn-2xl-6{margin:3rem}}.btn-0{margin-left:0}@media (min-width: 0){.btn-xs-0{margin-left:0}}@media (min-width: 576px){.btn-sm-0{margin-left:0}}@media (min-width: 768px){.btn-md-0{margin-left:0}}@media (min-width: 992px){.btn-lg-0{margin-left:0}}@media (min-width: 1200px){.btn-xl-0{margin-left:0}}@media (min-width: 1400px){.btn-2xl-0{margin-left:0}}.btn-1{margin-left:.25rem}@media (min-width: 0){.btn-xs-1{margin-left:.25rem}}@media (min-width: 576px){.btn-sm-1{margin-left:.25rem}}@media (min-width: 768px){.btn-md-1{margin-left:.25rem}}@media (min-width: 992px){.btn-lg-1{margin-left:.25rem}}@media (min-width: 1200px){.btn-xl-1{margin-left:.25rem}}@media (min-width: 1400px){.btn-2xl-1{margin-left:.25rem}}.btn-2{margin-left:.5rem}@media (min-width: 0){.btn-xs-2{margin-left:.5rem}}@media (min-width: 576px){.btn-sm-2{margin-left:.5rem}}@media (min-width: 768px){.btn-md-2{margin-left:.5rem}}@media (min-width: 992px){.btn-lg-2{margin-left:.5rem}}@media (min-width: 1200px){.btn-xl-2{margin-left:.5rem}}@media (min-width: 1400px){.btn-2xl-2{margin-left:.5rem}}.btn-3{margin-left:1rem}@media (min-width: 0){.btn-xs-3{margin-left:1rem}}@media (min-width: 576px){.btn-sm-3{margin-left:1rem}}@media (min-width: 768px){.btn-md-3{margin-left:1rem}}@media (min-width: 992px){.btn-lg-3{margin-left:1rem}}@media (min-width: 1200px){.btn-xl-3{margin-left:1rem}}@media (min-width: 1400px){.btn-2xl-3{margin-left:1rem}}.btn-4{margin-left:1.5rem}@media (min-width: 0){.btn-xs-4{margin-left:1.5rem}}@media (min-width: 576px){.btn-sm-4{margin-left:1.5rem}}@media (min-width: 768px){.btn-md-4{margin-left:1.5rem}}@media (min-width: 992px){.btn-lg-4{margin-left:1.5rem}}@media (min-width: 1200px){.btn-xl-4{margin-left:1.5rem}}@media (min-width: 1400px){.btn-2xl-4{margin-left:1.5rem}}.btn-5{margin-left:2rem}@media (min-width: 0){.btn-xs-5{margin-left:2rem}}@media (min-width: 576px){.btn-sm-5{margin-left:2rem}}@media (min-width: 768px){.btn-md-5{margin-left:2rem}}@media (min-width: 992px){.btn-lg-5{margin-left:2rem}}@media (min-width: 1200px){.btn-xl-5{margin-left:2rem}}@media (min-width: 1400px){.btn-2xl-5{margin-left:2rem}}.btn-6{margin-left:3rem}@media (min-width: 0){.btn-xs-6{margin-left:3rem}}@media (min-width: 576px){.btn-sm-6{margin-left:3rem}}@media (min-width: 768px){.btn-md-6{margin-left:3rem}}@media (min-width: 992px){.btn-lg-6{margin-left:3rem}}@media (min-width: 1200px){.btn-xl-6{margin-left:3rem}}@media (min-width: 1400px){.btn-2xl-6{margin-left:3rem}}.mr-0{margin-right:0}@media (min-width: 0){.mr-xs-0{margin-right:0}}@media (min-width: 576px){.mr-sm-0{margin-right:0}}@media (min-width: 768px){.mr-md-0{margin-right:0}}@media (min-width: 992px){.mr-lg-0{margin-right:0}}@media (min-width: 1200px){.mr-xl-0{margin-right:0}}@media (min-width: 1400px){.mr-2xl-0{margin-right:0}}.mr-1{margin-right:.25rem}@media (min-width: 0){.mr-xs-1{margin-right:.25rem}}@media (min-width: 576px){.mr-sm-1{margin-right:.25rem}}@media (min-width: 768px){.mr-md-1{margin-right:.25rem}}@media (min-width: 992px){.mr-lg-1{margin-right:.25rem}}@media (min-width: 1200px){.mr-xl-1{margin-right:.25rem}}@media (min-width: 1400px){.mr-2xl-1{margin-right:.25rem}}.mr-2{margin-right:.5rem}@media (min-width: 0){.mr-xs-2{margin-right:.5rem}}@media (min-width: 576px){.mr-sm-2{margin-right:.5rem}}@media (min-width: 768px){.mr-md-2{margin-right:.5rem}}@media (min-width: 992px){.mr-lg-2{margin-right:.5rem}}@media (min-width: 1200px){.mr-xl-2{margin-right:.5rem}}@media (min-width: 1400px){.mr-2xl-2{margin-right:.5rem}}.mr-3{margin-right:1rem}@media (min-width: 0){.mr-xs-3{margin-right:1rem}}@media (min-width: 576px){.mr-sm-3{margin-right:1rem}}@media (min-width: 768px){.mr-md-3{margin-right:1rem}}@media (min-width: 992px){.mr-lg-3{margin-right:1rem}}@media (min-width: 1200px){.mr-xl-3{margin-right:1rem}}@media (min-width: 1400px){.mr-2xl-3{margin-right:1rem}}.mr-4{margin-right:1.5rem}@media (min-width: 0){.mr-xs-4{margin-right:1.5rem}}@media (min-width: 576px){.mr-sm-4{margin-right:1.5rem}}@media (min-width: 768px){.mr-md-4{margin-right:1.5rem}}@media (min-width: 992px){.mr-lg-4{margin-right:1.5rem}}@media (min-width: 1200px){.mr-xl-4{margin-right:1.5rem}}@media (min-width: 1400px){.mr-2xl-4{margin-right:1.5rem}}.mr-5{margin-right:2rem}@media (min-width: 0){.mr-xs-5{margin-right:2rem}}@media (min-width: 576px){.mr-sm-5{margin-right:2rem}}@media (min-width: 768px){.mr-md-5{margin-right:2rem}}@media (min-width: 992px){.mr-lg-5{margin-right:2rem}}@media (min-width: 1200px){.mr-xl-5{margin-right:2rem}}@media (min-width: 1400px){.mr-2xl-5{margin-right:2rem}}.mr-6{margin-right:3rem}@media (min-width: 0){.mr-xs-6{margin-right:3rem}}@media (min-width: 576px){.mr-sm-6{margin-right:3rem}}@media (min-width: 768px){.mr-md-6{margin-right:3rem}}@media (min-width: 992px){.mr-lg-6{margin-right:3rem}}@media (min-width: 1200px){.mr-xl-6{margin-right:3rem}}@media (min-width: 1400px){.mr-2xl-6{margin-right:3rem}}.mt-0{margin-top:0}@media (min-width: 0){.mt-xs-0{margin-top:0}}@media (min-width: 576px){.mt-sm-0{margin-top:0}}@media (min-width: 768px){.mt-md-0{margin-top:0}}@media (min-width: 992px){.mt-lg-0{margin-top:0}}@media (min-width: 1200px){.mt-xl-0{margin-top:0}}@media (min-width: 1400px){.mt-2xl-0{margin-top:0}}.mt-1{margin-top:.25rem}@media (min-width: 0){.mt-xs-1{margin-top:.25rem}}@media (min-width: 576px){.mt-sm-1{margin-top:.25rem}}@media (min-width: 768px){.mt-md-1{margin-top:.25rem}}@media (min-width: 992px){.mt-lg-1{margin-top:.25rem}}@media (min-width: 1200px){.mt-xl-1{margin-top:.25rem}}@media (min-width: 1400px){.mt-2xl-1{margin-top:.25rem}}.mt-2{margin-top:.5rem}@media (min-width: 0){.mt-xs-2{margin-top:.5rem}}@media (min-width: 576px){.mt-sm-2{margin-top:.5rem}}@media (min-width: 768px){.mt-md-2{margin-top:.5rem}}@media (min-width: 992px){.mt-lg-2{margin-top:.5rem}}@media (min-width: 1200px){.mt-xl-2{margin-top:.5rem}}@media (min-width: 1400px){.mt-2xl-2{margin-top:.5rem}}.mt-3{margin-top:1rem}@media (min-width: 0){.mt-xs-3{margin-top:1rem}}@media (min-width: 576px){.mt-sm-3{margin-top:1rem}}@media (min-width: 768px){.mt-md-3{margin-top:1rem}}@media (min-width: 992px){.mt-lg-3{margin-top:1rem}}@media (min-width: 1200px){.mt-xl-3{margin-top:1rem}}@media (min-width: 1400px){.mt-2xl-3{margin-top:1rem}}.mt-4{margin-top:1.5rem}@media (min-width: 0){.mt-xs-4{margin-top:1.5rem}}@media (min-width: 576px){.mt-sm-4{margin-top:1.5rem}}@media (min-width: 768px){.mt-md-4{margin-top:1.5rem}}@media (min-width: 992px){.mt-lg-4{margin-top:1.5rem}}@media (min-width: 1200px){.mt-xl-4{margin-top:1.5rem}}@media (min-width: 1400px){.mt-2xl-4{margin-top:1.5rem}}.mt-5{margin-top:2rem}@media (min-width: 0){.mt-xs-5{margin-top:2rem}}@media (min-width: 576px){.mt-sm-5{margin-top:2rem}}@media (min-width: 768px){.mt-md-5{margin-top:2rem}}@media (min-width: 992px){.mt-lg-5{margin-top:2rem}}@media (min-width: 1200px){.mt-xl-5{margin-top:2rem}}@media (min-width: 1400px){.mt-2xl-5{margin-top:2rem}}.mt-6{margin-top:3rem}@media (min-width: 0){.mt-xs-6{margin-top:3rem}}@media (min-width: 576px){.mt-sm-6{margin-top:3rem}}@media (min-width: 768px){.mt-md-6{margin-top:3rem}}@media (min-width: 992px){.mt-lg-6{margin-top:3rem}}@media (min-width: 1200px){.mt-xl-6{margin-top:3rem}}@media (min-width: 1400px){.mt-2xl-6{margin-top:3rem}}.mb-0{margin-bottom:0}@media (min-width: 0){.mb-xs-0{margin-bottom:0}}@media (min-width: 576px){.mb-sm-0{margin-bottom:0}}@media (min-width: 768px){.mb-md-0{margin-bottom:0}}@media (min-width: 992px){.mb-lg-0{margin-bottom:0}}@media (min-width: 1200px){.mb-xl-0{margin-bottom:0}}@media (min-width: 1400px){.mb-2xl-0{margin-bottom:0}}.mb-1{margin-bottom:.25rem}@media (min-width: 0){.mb-xs-1{margin-bottom:.25rem}}@media (min-width: 576px){.mb-sm-1{margin-bottom:.25rem}}@media (min-width: 768px){.mb-md-1{margin-bottom:.25rem}}@media (min-width: 992px){.mb-lg-1{margin-bottom:.25rem}}@media (min-width: 1200px){.mb-xl-1{margin-bottom:.25rem}}@media (min-width: 1400px){.mb-2xl-1{margin-bottom:.25rem}}.mb-2{margin-bottom:.5rem}@media (min-width: 0){.mb-xs-2{margin-bottom:.5rem}}@media (min-width: 576px){.mb-sm-2{margin-bottom:.5rem}}@media (min-width: 768px){.mb-md-2{margin-bottom:.5rem}}@media (min-width: 992px){.mb-lg-2{margin-bottom:.5rem}}@media (min-width: 1200px){.mb-xl-2{margin-bottom:.5rem}}@media (min-width: 1400px){.mb-2xl-2{margin-bottom:.5rem}}.mb-3{margin-bottom:1rem}@media (min-width: 0){.mb-xs-3{margin-bottom:1rem}}@media (min-width: 576px){.mb-sm-3{margin-bottom:1rem}}@media (min-width: 768px){.mb-md-3{margin-bottom:1rem}}@media (min-width: 992px){.mb-lg-3{margin-bottom:1rem}}@media (min-width: 1200px){.mb-xl-3{margin-bottom:1rem}}@media (min-width: 1400px){.mb-2xl-3{margin-bottom:1rem}}.mb-4{margin-bottom:1.5rem}@media (min-width: 0){.mb-xs-4{margin-bottom:1.5rem}}@media (min-width: 576px){.mb-sm-4{margin-bottom:1.5rem}}@media (min-width: 768px){.mb-md-4{margin-bottom:1.5rem}}@media (min-width: 992px){.mb-lg-4{margin-bottom:1.5rem}}@media (min-width: 1200px){.mb-xl-4{margin-bottom:1.5rem}}@media (min-width: 1400px){.mb-2xl-4{margin-bottom:1.5rem}}.mb-5{margin-bottom:2rem}@media (min-width: 0){.mb-xs-5{margin-bottom:2rem}}@media (min-width: 576px){.mb-sm-5{margin-bottom:2rem}}@media (min-width: 768px){.mb-md-5{margin-bottom:2rem}}@media (min-width: 992px){.mb-lg-5{margin-bottom:2rem}}@media (min-width: 1200px){.mb-xl-5{margin-bottom:2rem}}@media (min-width: 1400px){.mb-2xl-5{margin-bottom:2rem}}.mb-6{margin-bottom:3rem}@media (min-width: 0){.mb-xs-6{margin-bottom:3rem}}@media (min-width: 576px){.mb-sm-6{margin-bottom:3rem}}@media (min-width: 768px){.mb-md-6{margin-bottom:3rem}}@media (min-width: 992px){.mb-lg-6{margin-bottom:3rem}}@media (min-width: 1200px){.mb-xl-6{margin-bottom:3rem}}@media (min-width: 1400px){.mb-2xl-6{margin-bottom:3rem}}.border-0{border:0}@media (min-width: 0){.border-xs-0{border:0}}@media (min-width: 576px){.border-sm-0{border:0}}@media (min-width: 768px){.border-md-0{border:0}}@media (min-width: 992px){.border-lg-0{border:0}}@media (min-width: 1200px){.border-xl-0{border:0}}@media (min-width: 1400px){.border-2xl-0{border:0}}.border-1{border:.125rem}@media (min-width: 0){.border-xs-1{border:.125rem}}@media (min-width: 576px){.border-sm-1{border:.125rem}}@media (min-width: 768px){.border-md-1{border:.125rem}}@media (min-width: 992px){.border-lg-1{border:.125rem}}@media (min-width: 1200px){.border-xl-1{border:.125rem}}@media (min-width: 1400px){.border-2xl-1{border:.125rem}}.border-2{border:.25rem}@media (min-width: 0){.border-xs-2{border:.25rem}}@media (min-width: 576px){.border-sm-2{border:.25rem}}@media (min-width: 768px){.border-md-2{border:.25rem}}@media (min-width: 992px){.border-lg-2{border:.25rem}}@media (min-width: 1200px){.border-xl-2{border:.25rem}}@media (min-width: 1400px){.border-2xl-2{border:.25rem}}.border-3{border:.375rem}@media (min-width: 0){.border-xs-3{border:.375rem}}@media (min-width: 576px){.border-sm-3{border:.375rem}}@media (min-width: 768px){.border-md-3{border:.375rem}}@media (min-width: 992px){.border-lg-3{border:.375rem}}@media (min-width: 1200px){.border-xl-3{border:.375rem}}@media (min-width: 1400px){.border-2xl-3{border:.375rem}}.border-4{border:.5rem}@media (min-width: 0){.border-xs-4{border:.5rem}}@media (min-width: 576px){.border-sm-4{border:.5rem}}@media (min-width: 768px){.border-md-4{border:.5rem}}@media (min-width: 992px){.border-lg-4{border:.5rem}}@media (min-width: 1200px){.border-xl-4{border:.5rem}}@media (min-width: 1400px){.border-2xl-4{border:.5rem}}.border-5{border:.75rem}@media (min-width: 0){.border-xs-5{border:.75rem}}@media (min-width: 576px){.border-sm-5{border:.75rem}}@media (min-width: 768px){.border-md-5{border:.75rem}}@media (min-width: 992px){.border-lg-5{border:.75rem}}@media (min-width: 1200px){.border-xl-5{border:.75rem}}@media (min-width: 1400px){.border-2xl-5{border:.75rem}}.shadow-1{box-shadow:0 1px 2px #0000001a}@media (min-width: 0){.shadow-xs-1{box-shadow:0 1px 2px #0000001a}}@media (min-width: 576px){.shadow-sm-1{box-shadow:0 1px 2px #0000001a}}@media (min-width: 768px){.shadow-md-1{box-shadow:0 1px 2px #0000001a}}@media (min-width: 992px){.shadow-lg-1{box-shadow:0 1px 2px #0000001a}}@media (min-width: 1200px){.shadow-xl-1{box-shadow:0 1px 2px #0000001a}}@media (min-width: 1400px){.shadow-2xl-1{box-shadow:0 1px 2px #0000001a}}.shadow-2{box-shadow:0 2px 4px #0003}@media (min-width: 0){.shadow-xs-2{box-shadow:0 2px 4px #0003}}@media (min-width: 576px){.shadow-sm-2{box-shadow:0 2px 4px #0003}}@media (min-width: 768px){.shadow-md-2{box-shadow:0 2px 4px #0003}}@media (min-width: 992px){.shadow-lg-2{box-shadow:0 2px 4px #0003}}@media (min-width: 1200px){.shadow-xl-2{box-shadow:0 2px 4px #0003}}@media (min-width: 1400px){.shadow-2xl-2{box-shadow:0 2px 4px #0003}}.shadow-3{box-shadow:0 4px 6px #0003}@media (min-width: 0){.shadow-xs-3{box-shadow:0 4px 6px #0003}}@media (min-width: 576px){.shadow-sm-3{box-shadow:0 4px 6px #0003}}@media (min-width: 768px){.shadow-md-3{box-shadow:0 4px 6px #0003}}@media (min-width: 992px){.shadow-lg-3{box-shadow:0 4px 6px #0003}}@media (min-width: 1200px){.shadow-xl-3{box-shadow:0 4px 6px #0003}}@media (min-width: 1400px){.shadow-2xl-3{box-shadow:0 4px 6px #0003}}.shadow-4{box-shadow:0 10px 20px #0000004d}@media (min-width: 0){.shadow-xs-4{box-shadow:0 10px 20px #0000004d}}@media (min-width: 576px){.shadow-sm-4{box-shadow:0 10px 20px #0000004d}}@media (min-width: 768px){.shadow-md-4{box-shadow:0 10px 20px #0000004d}}@media (min-width: 992px){.shadow-lg-4{box-shadow:0 10px 20px #0000004d}}@media (min-width: 1200px){.shadow-xl-4{box-shadow:0 10px 20px #0000004d}}@media (min-width: 1400px){.shadow-2xl-4{box-shadow:0 10px 20px #0000004d}}.text-1{font-size:.5rem}@media (min-width: 0){.text-xs-1{font-size:.5rem}}@media (min-width: 576px){.text-sm-1{font-size:.5rem}}@media (min-width: 768px){.text-md-1{font-size:.5rem}}@media (min-width: 992px){.text-lg-1{font-size:.5rem}}@media (min-width: 1200px){.text-xl-1{font-size:.5rem}}@media (min-width: 1400px){.text-2xl-1{font-size:.5rem}}.text-2{font-size:.75rem}@media (min-width: 0){.text-xs-2{font-size:.75rem}}@media (min-width: 576px){.text-sm-2{font-size:.75rem}}@media (min-width: 768px){.text-md-2{font-size:.75rem}}@media (min-width: 992px){.text-lg-2{font-size:.75rem}}@media (min-width: 1200px){.text-xl-2{font-size:.75rem}}@media (min-width: 1400px){.text-2xl-2{font-size:.75rem}}.text-3{font-size:.875rem}@media (min-width: 0){.text-xs-3{font-size:.875rem}}@media (min-width: 576px){.text-sm-3{font-size:.875rem}}@media (min-width: 768px){.text-md-3{font-size:.875rem}}@media (min-width: 992px){.text-lg-3{font-size:.875rem}}@media (min-width: 1200px){.text-xl-3{font-size:.875rem}}@media (min-width: 1400px){.text-2xl-3{font-size:.875rem}}.text-4{font-size:1rem}@media (min-width: 0){.text-xs-4{font-size:1rem}}@media (min-width: 576px){.text-sm-4{font-size:1rem}}@media (min-width: 768px){.text-md-4{font-size:1rem}}@media (min-width: 992px){.text-lg-4{font-size:1rem}}@media (min-width: 1200px){.text-xl-4{font-size:1rem}}@media (min-width: 1400px){.text-2xl-4{font-size:1rem}}.text-5{font-size:1.125rem}@media (min-width: 0){.text-xs-5{font-size:1.125rem}}@media (min-width: 576px){.text-sm-5{font-size:1.125rem}}@media (min-width: 768px){.text-md-5{font-size:1.125rem}}@media (min-width: 992px){.text-lg-5{font-size:1.125rem}}@media (min-width: 1200px){.text-xl-5{font-size:1.125rem}}@media (min-width: 1400px){.text-2xl-5{font-size:1.125rem}}.text-6{font-size:1.25rem}@media (min-width: 0){.text-xs-6{font-size:1.25rem}}@media (min-width: 576px){.text-sm-6{font-size:1.25rem}}@media (min-width: 768px){.text-md-6{font-size:1.25rem}}@media (min-width: 992px){.text-lg-6{font-size:1.25rem}}@media (min-width: 1200px){.text-xl-6{font-size:1.25rem}}@media (min-width: 1400px){.text-2xl-6{font-size:1.25rem}}.text-7{font-size:1.5rem}@media (min-width: 0){.text-xs-7{font-size:1.5rem}}@media (min-width: 576px){.text-sm-7{font-size:1.5rem}}@media (min-width: 768px){.text-md-7{font-size:1.5rem}}@media (min-width: 992px){.text-lg-7{font-size:1.5rem}}@media (min-width: 1200px){.text-xl-7{font-size:1.5rem}}@media (min-width: 1400px){.text-2xl-7{font-size:1.5rem}}.text-8{font-size:1.875rem}@media (min-width: 0){.text-xs-8{font-size:1.875rem}}@media (min-width: 576px){.text-sm-8{font-size:1.875rem}}@media (min-width: 768px){.text-md-8{font-size:1.875rem}}@media (min-width: 992px){.text-lg-8{font-size:1.875rem}}@media (min-width: 1200px){.text-xl-8{font-size:1.875rem}}@media (min-width: 1400px){.text-2xl-8{font-size:1.875rem}}.text-9{font-size:2.25rem}@media (min-width: 0){.text-xs-9{font-size:2.25rem}}@media (min-width: 576px){.text-sm-9{font-size:2.25rem}}@media (min-width: 768px){.text-md-9{font-size:2.25rem}}@media (min-width: 992px){.text-lg-9{font-size:2.25rem}}@media (min-width: 1200px){.text-xl-9{font-size:2.25rem}}@media (min-width: 1400px){.text-2xl-9{font-size:2.25rem}}.text-10{font-size:3rem}@media (min-width: 0){.text-xs-10{font-size:3rem}}@media (min-width: 576px){.text-sm-10{font-size:3rem}}@media (min-width: 768px){.text-md-10{font-size:3rem}}@media (min-width: 992px){.text-lg-10{font-size:3rem}}@media (min-width: 1200px){.text-xl-10{font-size:3rem}}@media (min-width: 1400px){.text-2xl-10{font-size:3rem}}.rounded-none{border-radius:0}@media (min-width: 0){.rounded-xs-none{border-radius:0}}@media (min-width: 576px){.rounded-sm-none{border-radius:0}}@media (min-width: 768px){.rounded-md-none{border-radius:0}}@media (min-width: 992px){.rounded-lg-none{border-radius:0}}@media (min-width: 1200px){.rounded-xl-none{border-radius:0}}@media (min-width: 1400px){.rounded-2xl-none{border-radius:0}}.rounded-1{border-radius:1px}@media (min-width: 0){.rounded-xs-1{border-radius:1px}}@media (min-width: 576px){.rounded-sm-1{border-radius:1px}}@media (min-width: 768px){.rounded-md-1{border-radius:1px}}@media (min-width: 992px){.rounded-lg-1{border-radius:1px}}@media (min-width: 1200px){.rounded-xl-1{border-radius:1px}}@media (min-width: 1400px){.rounded-2xl-1{border-radius:1px}}.rounded-2{border-radius:2px}@media (min-width: 0){.rounded-xs-2{border-radius:2px}}@media (min-width: 576px){.rounded-sm-2{border-radius:2px}}@media (min-width: 768px){.rounded-md-2{border-radius:2px}}@media (min-width: 992px){.rounded-lg-2{border-radius:2px}}@media (min-width: 1200px){.rounded-xl-2{border-radius:2px}}@media (min-width: 1400px){.rounded-2xl-2{border-radius:2px}}.rounded-3{border-radius:3px}@media (min-width: 0){.rounded-xs-3{border-radius:3px}}@media (min-width: 576px){.rounded-sm-3{border-radius:3px}}@media (min-width: 768px){.rounded-md-3{border-radius:3px}}@media (min-width: 992px){.rounded-lg-3{border-radius:3px}}@media (min-width: 1200px){.rounded-xl-3{border-radius:3px}}@media (min-width: 1400px){.rounded-2xl-3{border-radius:3px}}.rounded-4{border-radius:4px}@media (min-width: 0){.rounded-xs-4{border-radius:4px}}@media (min-width: 576px){.rounded-sm-4{border-radius:4px}}@media (min-width: 768px){.rounded-md-4{border-radius:4px}}@media (min-width: 992px){.rounded-lg-4{border-radius:4px}}@media (min-width: 1200px){.rounded-xl-4{border-radius:4px}}@media (min-width: 1400px){.rounded-2xl-4{border-radius:4px}}.rounded-5{border-radius:5px}@media (min-width: 0){.rounded-xs-5{border-radius:5px}}@media (min-width: 576px){.rounded-sm-5{border-radius:5px}}@media (min-width: 768px){.rounded-md-5{border-radius:5px}}@media (min-width: 992px){.rounded-lg-5{border-radius:5px}}@media (min-width: 1200px){.rounded-xl-5{border-radius:5px}}@media (min-width: 1400px){.rounded-2xl-5{border-radius:5px}}.rounded-6{border-radius:6px}@media (min-width: 0){.rounded-xs-6{border-radius:6px}}@media (min-width: 576px){.rounded-sm-6{border-radius:6px}}@media (min-width: 768px){.rounded-md-6{border-radius:6px}}@media (min-width: 992px){.rounded-lg-6{border-radius:6px}}@media (min-width: 1200px){.rounded-xl-6{border-radius:6px}}@media (min-width: 1400px){.rounded-2xl-6{border-radius:6px}}.rounded-7{border-radius:7px}@media (min-width: 0){.rounded-xs-7{border-radius:7px}}@media (min-width: 576px){.rounded-sm-7{border-radius:7px}}@media (min-width: 768px){.rounded-md-7{border-radius:7px}}@media (min-width: 992px){.rounded-lg-7{border-radius:7px}}@media (min-width: 1200px){.rounded-xl-7{border-radius:7px}}@media (min-width: 1400px){.rounded-2xl-7{border-radius:7px}}.rounded-8{border-radius:8px}@media (min-width: 0){.rounded-xs-8{border-radius:8px}}@media (min-width: 576px){.rounded-sm-8{border-radius:8px}}@media (min-width: 768px){.rounded-md-8{border-radius:8px}}@media (min-width: 992px){.rounded-lg-8{border-radius:8px}}@media (min-width: 1200px){.rounded-xl-8{border-radius:8px}}@media (min-width: 1400px){.rounded-2xl-8{border-radius:8px}}.rounded-25{border-radius:50px}@media (min-width: 0){.rounded-xs-25{border-radius:50px}}@media (min-width: 576px){.rounded-sm-25{border-radius:50px}}@media (min-width: 768px){.rounded-md-25{border-radius:50px}}@media (min-width: 992px){.rounded-lg-25{border-radius:50px}}@media (min-width: 1200px){.rounded-xl-25{border-radius:50px}}@media (min-width: 1400px){.rounded-2xl-25{border-radius:50px}}.rounded-50{border-radius:50%}@media (min-width: 0){.rounded-xs-50{border-radius:50%}}@media (min-width: 576px){.rounded-sm-50{border-radius:50%}}@media (min-width: 768px){.rounded-md-50{border-radius:50%}}@media (min-width: 992px){.rounded-lg-50{border-radius:50%}}@media (min-width: 1200px){.rounded-xl-50{border-radius:50%}}@media (min-width: 1400px){.rounded-2xl-50{border-radius:50%}}.rounded-tl-none{border-top-left-radius:0}@media (min-width: 0){.rounded-tl-xs-none{border-top-left-radius:0}}@media (min-width: 576px){.rounded-tl-sm-none{border-top-left-radius:0}}@media (min-width: 768px){.rounded-tl-md-none{border-top-left-radius:0}}@media (min-width: 992px){.rounded-tl-lg-none{border-top-left-radius:0}}@media (min-width: 1200px){.rounded-tl-xl-none{border-top-left-radius:0}}@media (min-width: 1400px){.rounded-tl-2xl-none{border-top-left-radius:0}}.rounded-tl-1{border-top-left-radius:1px}@media (min-width: 0){.rounded-tl-xs-1{border-top-left-radius:1px}}@media (min-width: 576px){.rounded-tl-sm-1{border-top-left-radius:1px}}@media (min-width: 768px){.rounded-tl-md-1{border-top-left-radius:1px}}@media (min-width: 992px){.rounded-tl-lg-1{border-top-left-radius:1px}}@media (min-width: 1200px){.rounded-tl-xl-1{border-top-left-radius:1px}}@media (min-width: 1400px){.rounded-tl-2xl-1{border-top-left-radius:1px}}.rounded-tl-2{border-top-left-radius:2px}@media (min-width: 0){.rounded-tl-xs-2{border-top-left-radius:2px}}@media (min-width: 576px){.rounded-tl-sm-2{border-top-left-radius:2px}}@media (min-width: 768px){.rounded-tl-md-2{border-top-left-radius:2px}}@media (min-width: 992px){.rounded-tl-lg-2{border-top-left-radius:2px}}@media (min-width: 1200px){.rounded-tl-xl-2{border-top-left-radius:2px}}@media (min-width: 1400px){.rounded-tl-2xl-2{border-top-left-radius:2px}}.rounded-tl-3{border-top-left-radius:3px}@media (min-width: 0){.rounded-tl-xs-3{border-top-left-radius:3px}}@media (min-width: 576px){.rounded-tl-sm-3{border-top-left-radius:3px}}@media (min-width: 768px){.rounded-tl-md-3{border-top-left-radius:3px}}@media (min-width: 992px){.rounded-tl-lg-3{border-top-left-radius:3px}}@media (min-width: 1200px){.rounded-tl-xl-3{border-top-left-radius:3px}}@media (min-width: 1400px){.rounded-tl-2xl-3{border-top-left-radius:3px}}.rounded-tl-4{border-top-left-radius:4px}@media (min-width: 0){.rounded-tl-xs-4{border-top-left-radius:4px}}@media (min-width: 576px){.rounded-tl-sm-4{border-top-left-radius:4px}}@media (min-width: 768px){.rounded-tl-md-4{border-top-left-radius:4px}}@media (min-width: 992px){.rounded-tl-lg-4{border-top-left-radius:4px}}@media (min-width: 1200px){.rounded-tl-xl-4{border-top-left-radius:4px}}@media (min-width: 1400px){.rounded-tl-2xl-4{border-top-left-radius:4px}}.rounded-tl-5{border-top-left-radius:5px}@media (min-width: 0){.rounded-tl-xs-5{border-top-left-radius:5px}}@media (min-width: 576px){.rounded-tl-sm-5{border-top-left-radius:5px}}@media (min-width: 768px){.rounded-tl-md-5{border-top-left-radius:5px}}@media (min-width: 992px){.rounded-tl-lg-5{border-top-left-radius:5px}}@media (min-width: 1200px){.rounded-tl-xl-5{border-top-left-radius:5px}}@media (min-width: 1400px){.rounded-tl-2xl-5{border-top-left-radius:5px}}.rounded-tl-6{border-top-left-radius:6px}@media (min-width: 0){.rounded-tl-xs-6{border-top-left-radius:6px}}@media (min-width: 576px){.rounded-tl-sm-6{border-top-left-radius:6px}}@media (min-width: 768px){.rounded-tl-md-6{border-top-left-radius:6px}}@media (min-width: 992px){.rounded-tl-lg-6{border-top-left-radius:6px}}@media (min-width: 1200px){.rounded-tl-xl-6{border-top-left-radius:6px}}@media (min-width: 1400px){.rounded-tl-2xl-6{border-top-left-radius:6px}}.rounded-tl-7{border-top-left-radius:7px}@media (min-width: 0){.rounded-tl-xs-7{border-top-left-radius:7px}}@media (min-width: 576px){.rounded-tl-sm-7{border-top-left-radius:7px}}@media (min-width: 768px){.rounded-tl-md-7{border-top-left-radius:7px}}@media (min-width: 992px){.rounded-tl-lg-7{border-top-left-radius:7px}}@media (min-width: 1200px){.rounded-tl-xl-7{border-top-left-radius:7px}}@media (min-width: 1400px){.rounded-tl-2xl-7{border-top-left-radius:7px}}.rounded-tl-8{border-top-left-radius:8px}@media (min-width: 0){.rounded-tl-xs-8{border-top-left-radius:8px}}@media (min-width: 576px){.rounded-tl-sm-8{border-top-left-radius:8px}}@media (min-width: 768px){.rounded-tl-md-8{border-top-left-radius:8px}}@media (min-width: 992px){.rounded-tl-lg-8{border-top-left-radius:8px}}@media (min-width: 1200px){.rounded-tl-xl-8{border-top-left-radius:8px}}@media (min-width: 1400px){.rounded-tl-2xl-8{border-top-left-radius:8px}}.rounded-tl-25{border-top-left-radius:50px}@media (min-width: 0){.rounded-tl-xs-25{border-top-left-radius:50px}}@media (min-width: 576px){.rounded-tl-sm-25{border-top-left-radius:50px}}@media (min-width: 768px){.rounded-tl-md-25{border-top-left-radius:50px}}@media (min-width: 992px){.rounded-tl-lg-25{border-top-left-radius:50px}}@media (min-width: 1200px){.rounded-tl-xl-25{border-top-left-radius:50px}}@media (min-width: 1400px){.rounded-tl-2xl-25{border-top-left-radius:50px}}.rounded-tl-50{border-top-left-radius:50%}@media (min-width: 0){.rounded-tl-xs-50{border-top-left-radius:50%}}@media (min-width: 576px){.rounded-tl-sm-50{border-top-left-radius:50%}}@media (min-width: 768px){.rounded-tl-md-50{border-top-left-radius:50%}}@media (min-width: 992px){.rounded-tl-lg-50{border-top-left-radius:50%}}@media (min-width: 1200px){.rounded-tl-xl-50{border-top-left-radius:50%}}@media (min-width: 1400px){.rounded-tl-2xl-50{border-top-left-radius:50%}}.rounded-tr-none{border-top-right-radius:0}@media (min-width: 0){.rounded-tr-xs-none{border-top-right-radius:0}}@media (min-width: 576px){.rounded-tr-sm-none{border-top-right-radius:0}}@media (min-width: 768px){.rounded-tr-md-none{border-top-right-radius:0}}@media (min-width: 992px){.rounded-tr-lg-none{border-top-right-radius:0}}@media (min-width: 1200px){.rounded-tr-xl-none{border-top-right-radius:0}}@media (min-width: 1400px){.rounded-tr-2xl-none{border-top-right-radius:0}}.rounded-tr-1{border-top-right-radius:1px}@media (min-width: 0){.rounded-tr-xs-1{border-top-right-radius:1px}}@media (min-width: 576px){.rounded-tr-sm-1{border-top-right-radius:1px}}@media (min-width: 768px){.rounded-tr-md-1{border-top-right-radius:1px}}@media (min-width: 992px){.rounded-tr-lg-1{border-top-right-radius:1px}}@media (min-width: 1200px){.rounded-tr-xl-1{border-top-right-radius:1px}}@media (min-width: 1400px){.rounded-tr-2xl-1{border-top-right-radius:1px}}.rounded-tr-2{border-top-right-radius:2px}@media (min-width: 0){.rounded-tr-xs-2{border-top-right-radius:2px}}@media (min-width: 576px){.rounded-tr-sm-2{border-top-right-radius:2px}}@media (min-width: 768px){.rounded-tr-md-2{border-top-right-radius:2px}}@media (min-width: 992px){.rounded-tr-lg-2{border-top-right-radius:2px}}@media (min-width: 1200px){.rounded-tr-xl-2{border-top-right-radius:2px}}@media (min-width: 1400px){.rounded-tr-2xl-2{border-top-right-radius:2px}}.rounded-tr-3{border-top-right-radius:3px}@media (min-width: 0){.rounded-tr-xs-3{border-top-right-radius:3px}}@media (min-width: 576px){.rounded-tr-sm-3{border-top-right-radius:3px}}@media (min-width: 768px){.rounded-tr-md-3{border-top-right-radius:3px}}@media (min-width: 992px){.rounded-tr-lg-3{border-top-right-radius:3px}}@media (min-width: 1200px){.rounded-tr-xl-3{border-top-right-radius:3px}}@media (min-width: 1400px){.rounded-tr-2xl-3{border-top-right-radius:3px}}.rounded-tr-4{border-top-right-radius:4px}@media (min-width: 0){.rounded-tr-xs-4{border-top-right-radius:4px}}@media (min-width: 576px){.rounded-tr-sm-4{border-top-right-radius:4px}}@media (min-width: 768px){.rounded-tr-md-4{border-top-right-radius:4px}}@media (min-width: 992px){.rounded-tr-lg-4{border-top-right-radius:4px}}@media (min-width: 1200px){.rounded-tr-xl-4{border-top-right-radius:4px}}@media (min-width: 1400px){.rounded-tr-2xl-4{border-top-right-radius:4px}}.rounded-tr-5{border-top-right-radius:5px}@media (min-width: 0){.rounded-tr-xs-5{border-top-right-radius:5px}}@media (min-width: 576px){.rounded-tr-sm-5{border-top-right-radius:5px}}@media (min-width: 768px){.rounded-tr-md-5{border-top-right-radius:5px}}@media (min-width: 992px){.rounded-tr-lg-5{border-top-right-radius:5px}}@media (min-width: 1200px){.rounded-tr-xl-5{border-top-right-radius:5px}}@media (min-width: 1400px){.rounded-tr-2xl-5{border-top-right-radius:5px}}.rounded-tr-6{border-top-right-radius:6px}@media (min-width: 0){.rounded-tr-xs-6{border-top-right-radius:6px}}@media (min-width: 576px){.rounded-tr-sm-6{border-top-right-radius:6px}}@media (min-width: 768px){.rounded-tr-md-6{border-top-right-radius:6px}}@media (min-width: 992px){.rounded-tr-lg-6{border-top-right-radius:6px}}@media (min-width: 1200px){.rounded-tr-xl-6{border-top-right-radius:6px}}@media (min-width: 1400px){.rounded-tr-2xl-6{border-top-right-radius:6px}}.rounded-tr-7{border-top-right-radius:7px}@media (min-width: 0){.rounded-tr-xs-7{border-top-right-radius:7px}}@media (min-width: 576px){.rounded-tr-sm-7{border-top-right-radius:7px}}@media (min-width: 768px){.rounded-tr-md-7{border-top-right-radius:7px}}@media (min-width: 992px){.rounded-tr-lg-7{border-top-right-radius:7px}}@media (min-width: 1200px){.rounded-tr-xl-7{border-top-right-radius:7px}}@media (min-width: 1400px){.rounded-tr-2xl-7{border-top-right-radius:7px}}.rounded-tr-8{border-top-right-radius:8px}@media (min-width: 0){.rounded-tr-xs-8{border-top-right-radius:8px}}@media (min-width: 576px){.rounded-tr-sm-8{border-top-right-radius:8px}}@media (min-width: 768px){.rounded-tr-md-8{border-top-right-radius:8px}}@media (min-width: 992px){.rounded-tr-lg-8{border-top-right-radius:8px}}@media (min-width: 1200px){.rounded-tr-xl-8{border-top-right-radius:8px}}@media (min-width: 1400px){.rounded-tr-2xl-8{border-top-right-radius:8px}}.rounded-tr-25{border-top-right-radius:50px}@media (min-width: 0){.rounded-tr-xs-25{border-top-right-radius:50px}}@media (min-width: 576px){.rounded-tr-sm-25{border-top-right-radius:50px}}@media (min-width: 768px){.rounded-tr-md-25{border-top-right-radius:50px}}@media (min-width: 992px){.rounded-tr-lg-25{border-top-right-radius:50px}}@media (min-width: 1200px){.rounded-tr-xl-25{border-top-right-radius:50px}}@media (min-width: 1400px){.rounded-tr-2xl-25{border-top-right-radius:50px}}.rounded-tr-50{border-top-right-radius:50%}@media (min-width: 0){.rounded-tr-xs-50{border-top-right-radius:50%}}@media (min-width: 576px){.rounded-tr-sm-50{border-top-right-radius:50%}}@media (min-width: 768px){.rounded-tr-md-50{border-top-right-radius:50%}}@media (min-width: 992px){.rounded-tr-lg-50{border-top-right-radius:50%}}@media (min-width: 1200px){.rounded-tr-xl-50{border-top-right-radius:50%}}@media (min-width: 1400px){.rounded-tr-2xl-50{border-top-right-radius:50%}}.rounded-bl-none{border-bottom-left-radius:0}@media (min-width: 0){.rounded-bl-xs-none{border-bottom-left-radius:0}}@media (min-width: 576px){.rounded-bl-sm-none{border-bottom-left-radius:0}}@media (min-width: 768px){.rounded-bl-md-none{border-bottom-left-radius:0}}@media (min-width: 992px){.rounded-bl-lg-none{border-bottom-left-radius:0}}@media (min-width: 1200px){.rounded-bl-xl-none{border-bottom-left-radius:0}}@media (min-width: 1400px){.rounded-bl-2xl-none{border-bottom-left-radius:0}}.rounded-bl-1{border-bottom-left-radius:1px}@media (min-width: 0){.rounded-bl-xs-1{border-bottom-left-radius:1px}}@media (min-width: 576px){.rounded-bl-sm-1{border-bottom-left-radius:1px}}@media (min-width: 768px){.rounded-bl-md-1{border-bottom-left-radius:1px}}@media (min-width: 992px){.rounded-bl-lg-1{border-bottom-left-radius:1px}}@media (min-width: 1200px){.rounded-bl-xl-1{border-bottom-left-radius:1px}}@media (min-width: 1400px){.rounded-bl-2xl-1{border-bottom-left-radius:1px}}.rounded-bl-2{border-bottom-left-radius:2px}@media (min-width: 0){.rounded-bl-xs-2{border-bottom-left-radius:2px}}@media (min-width: 576px){.rounded-bl-sm-2{border-bottom-left-radius:2px}}@media (min-width: 768px){.rounded-bl-md-2{border-bottom-left-radius:2px}}@media (min-width: 992px){.rounded-bl-lg-2{border-bottom-left-radius:2px}}@media (min-width: 1200px){.rounded-bl-xl-2{border-bottom-left-radius:2px}}@media (min-width: 1400px){.rounded-bl-2xl-2{border-bottom-left-radius:2px}}.rounded-bl-3{border-bottom-left-radius:3px}@media (min-width: 0){.rounded-bl-xs-3{border-bottom-left-radius:3px}}@media (min-width: 576px){.rounded-bl-sm-3{border-bottom-left-radius:3px}}@media (min-width: 768px){.rounded-bl-md-3{border-bottom-left-radius:3px}}@media (min-width: 992px){.rounded-bl-lg-3{border-bottom-left-radius:3px}}@media (min-width: 1200px){.rounded-bl-xl-3{border-bottom-left-radius:3px}}@media (min-width: 1400px){.rounded-bl-2xl-3{border-bottom-left-radius:3px}}.rounded-bl-4{border-bottom-left-radius:4px}@media (min-width: 0){.rounded-bl-xs-4{border-bottom-left-radius:4px}}@media (min-width: 576px){.rounded-bl-sm-4{border-bottom-left-radius:4px}}@media (min-width: 768px){.rounded-bl-md-4{border-bottom-left-radius:4px}}@media (min-width: 992px){.rounded-bl-lg-4{border-bottom-left-radius:4px}}@media (min-width: 1200px){.rounded-bl-xl-4{border-bottom-left-radius:4px}}@media (min-width: 1400px){.rounded-bl-2xl-4{border-bottom-left-radius:4px}}.rounded-bl-5{border-bottom-left-radius:5px}@media (min-width: 0){.rounded-bl-xs-5{border-bottom-left-radius:5px}}@media (min-width: 576px){.rounded-bl-sm-5{border-bottom-left-radius:5px}}@media (min-width: 768px){.rounded-bl-md-5{border-bottom-left-radius:5px}}@media (min-width: 992px){.rounded-bl-lg-5{border-bottom-left-radius:5px}}@media (min-width: 1200px){.rounded-bl-xl-5{border-bottom-left-radius:5px}}@media (min-width: 1400px){.rounded-bl-2xl-5{border-bottom-left-radius:5px}}.rounded-bl-6{border-bottom-left-radius:6px}@media (min-width: 0){.rounded-bl-xs-6{border-bottom-left-radius:6px}}@media (min-width: 576px){.rounded-bl-sm-6{border-bottom-left-radius:6px}}@media (min-width: 768px){.rounded-bl-md-6{border-bottom-left-radius:6px}}@media (min-width: 992px){.rounded-bl-lg-6{border-bottom-left-radius:6px}}@media (min-width: 1200px){.rounded-bl-xl-6{border-bottom-left-radius:6px}}@media (min-width: 1400px){.rounded-bl-2xl-6{border-bottom-left-radius:6px}}.rounded-bl-7{border-bottom-left-radius:7px}@media (min-width: 0){.rounded-bl-xs-7{border-bottom-left-radius:7px}}@media (min-width: 576px){.rounded-bl-sm-7{border-bottom-left-radius:7px}}@media (min-width: 768px){.rounded-bl-md-7{border-bottom-left-radius:7px}}@media (min-width: 992px){.rounded-bl-lg-7{border-bottom-left-radius:7px}}@media (min-width: 1200px){.rounded-bl-xl-7{border-bottom-left-radius:7px}}@media (min-width: 1400px){.rounded-bl-2xl-7{border-bottom-left-radius:7px}}.rounded-bl-8{border-bottom-left-radius:8px}@media (min-width: 0){.rounded-bl-xs-8{border-bottom-left-radius:8px}}@media (min-width: 576px){.rounded-bl-sm-8{border-bottom-left-radius:8px}}@media (min-width: 768px){.rounded-bl-md-8{border-bottom-left-radius:8px}}@media (min-width: 992px){.rounded-bl-lg-8{border-bottom-left-radius:8px}}@media (min-width: 1200px){.rounded-bl-xl-8{border-bottom-left-radius:8px}}@media (min-width: 1400px){.rounded-bl-2xl-8{border-bottom-left-radius:8px}}.rounded-bl-25{border-bottom-left-radius:50px}@media (min-width: 0){.rounded-bl-xs-25{border-bottom-left-radius:50px}}@media (min-width: 576px){.rounded-bl-sm-25{border-bottom-left-radius:50px}}@media (min-width: 768px){.rounded-bl-md-25{border-bottom-left-radius:50px}}@media (min-width: 992px){.rounded-bl-lg-25{border-bottom-left-radius:50px}}@media (min-width: 1200px){.rounded-bl-xl-25{border-bottom-left-radius:50px}}@media (min-width: 1400px){.rounded-bl-2xl-25{border-bottom-left-radius:50px}}.rounded-bl-50{border-bottom-left-radius:50%}@media (min-width: 0){.rounded-bl-xs-50{border-bottom-left-radius:50%}}@media (min-width: 576px){.rounded-bl-sm-50{border-bottom-left-radius:50%}}@media (min-width: 768px){.rounded-bl-md-50{border-bottom-left-radius:50%}}@media (min-width: 992px){.rounded-bl-lg-50{border-bottom-left-radius:50%}}@media (min-width: 1200px){.rounded-bl-xl-50{border-bottom-left-radius:50%}}@media (min-width: 1400px){.rounded-bl-2xl-50{border-bottom-left-radius:50%}}.rounded-br-none{border-bottom-right-radius:0}@media (min-width: 0){.rounded-br-xs-none{border-bottom-right-radius:0}}@media (min-width: 576px){.rounded-br-sm-none{border-bottom-right-radius:0}}@media (min-width: 768px){.rounded-br-md-none{border-bottom-right-radius:0}}@media (min-width: 992px){.rounded-br-lg-none{border-bottom-right-radius:0}}@media (min-width: 1200px){.rounded-br-xl-none{border-bottom-right-radius:0}}@media (min-width: 1400px){.rounded-br-2xl-none{border-bottom-right-radius:0}}.rounded-br-1{border-bottom-right-radius:1px}@media (min-width: 0){.rounded-br-xs-1{border-bottom-right-radius:1px}}@media (min-width: 576px){.rounded-br-sm-1{border-bottom-right-radius:1px}}@media (min-width: 768px){.rounded-br-md-1{border-bottom-right-radius:1px}}@media (min-width: 992px){.rounded-br-lg-1{border-bottom-right-radius:1px}}@media (min-width: 1200px){.rounded-br-xl-1{border-bottom-right-radius:1px}}@media (min-width: 1400px){.rounded-br-2xl-1{border-bottom-right-radius:1px}}.rounded-br-2{border-bottom-right-radius:2px}@media (min-width: 0){.rounded-br-xs-2{border-bottom-right-radius:2px}}@media (min-width: 576px){.rounded-br-sm-2{border-bottom-right-radius:2px}}@media (min-width: 768px){.rounded-br-md-2{border-bottom-right-radius:2px}}@media (min-width: 992px){.rounded-br-lg-2{border-bottom-right-radius:2px}}@media (min-width: 1200px){.rounded-br-xl-2{border-bottom-right-radius:2px}}@media (min-width: 1400px){.rounded-br-2xl-2{border-bottom-right-radius:2px}}.rounded-br-3{border-bottom-right-radius:3px}@media (min-width: 0){.rounded-br-xs-3{border-bottom-right-radius:3px}}@media (min-width: 576px){.rounded-br-sm-3{border-bottom-right-radius:3px}}@media (min-width: 768px){.rounded-br-md-3{border-bottom-right-radius:3px}}@media (min-width: 992px){.rounded-br-lg-3{border-bottom-right-radius:3px}}@media (min-width: 1200px){.rounded-br-xl-3{border-bottom-right-radius:3px}}@media (min-width: 1400px){.rounded-br-2xl-3{border-bottom-right-radius:3px}}.rounded-br-4{border-bottom-right-radius:4px}@media (min-width: 0){.rounded-br-xs-4{border-bottom-right-radius:4px}}@media (min-width: 576px){.rounded-br-sm-4{border-bottom-right-radius:4px}}@media (min-width: 768px){.rounded-br-md-4{border-bottom-right-radius:4px}}@media (min-width: 992px){.rounded-br-lg-4{border-bottom-right-radius:4px}}@media (min-width: 1200px){.rounded-br-xl-4{border-bottom-right-radius:4px}}@media (min-width: 1400px){.rounded-br-2xl-4{border-bottom-right-radius:4px}}.rounded-br-5{border-bottom-right-radius:5px}@media (min-width: 0){.rounded-br-xs-5{border-bottom-right-radius:5px}}@media (min-width: 576px){.rounded-br-sm-5{border-bottom-right-radius:5px}}@media (min-width: 768px){.rounded-br-md-5{border-bottom-right-radius:5px}}@media (min-width: 992px){.rounded-br-lg-5{border-bottom-right-radius:5px}}@media (min-width: 1200px){.rounded-br-xl-5{border-bottom-right-radius:5px}}@media (min-width: 1400px){.rounded-br-2xl-5{border-bottom-right-radius:5px}}.rounded-br-6{border-bottom-right-radius:6px}@media (min-width: 0){.rounded-br-xs-6{border-bottom-right-radius:6px}}@media (min-width: 576px){.rounded-br-sm-6{border-bottom-right-radius:6px}}@media (min-width: 768px){.rounded-br-md-6{border-bottom-right-radius:6px}}@media (min-width: 992px){.rounded-br-lg-6{border-bottom-right-radius:6px}}@media (min-width: 1200px){.rounded-br-xl-6{border-bottom-right-radius:6px}}@media (min-width: 1400px){.rounded-br-2xl-6{border-bottom-right-radius:6px}}.rounded-br-7{border-bottom-right-radius:7px}@media (min-width: 0){.rounded-br-xs-7{border-bottom-right-radius:7px}}@media (min-width: 576px){.rounded-br-sm-7{border-bottom-right-radius:7px}}@media (min-width: 768px){.rounded-br-md-7{border-bottom-right-radius:7px}}@media (min-width: 992px){.rounded-br-lg-7{border-bottom-right-radius:7px}}@media (min-width: 1200px){.rounded-br-xl-7{border-bottom-right-radius:7px}}@media (min-width: 1400px){.rounded-br-2xl-7{border-bottom-right-radius:7px}}.rounded-br-8{border-bottom-right-radius:8px}@media (min-width: 0){.rounded-br-xs-8{border-bottom-right-radius:8px}}@media (min-width: 576px){.rounded-br-sm-8{border-bottom-right-radius:8px}}@media (min-width: 768px){.rounded-br-md-8{border-bottom-right-radius:8px}}@media (min-width: 992px){.rounded-br-lg-8{border-bottom-right-radius:8px}}@media (min-width: 1200px){.rounded-br-xl-8{border-bottom-right-radius:8px}}@media (min-width: 1400px){.rounded-br-2xl-8{border-bottom-right-radius:8px}}.rounded-br-25{border-bottom-right-radius:50px}@media (min-width: 0){.rounded-br-xs-25{border-bottom-right-radius:50px}}@media (min-width: 576px){.rounded-br-sm-25{border-bottom-right-radius:50px}}@media (min-width: 768px){.rounded-br-md-25{border-bottom-right-radius:50px}}@media (min-width: 992px){.rounded-br-lg-25{border-bottom-right-radius:50px}}@media (min-width: 1200px){.rounded-br-xl-25{border-bottom-right-radius:50px}}@media (min-width: 1400px){.rounded-br-2xl-25{border-bottom-right-radius:50px}}.rounded-br-50{border-bottom-right-radius:50%}@media (min-width: 0){.rounded-br-xs-50{border-bottom-right-radius:50%}}@media (min-width: 576px){.rounded-br-sm-50{border-bottom-right-radius:50%}}@media (min-width: 768px){.rounded-br-md-50{border-bottom-right-radius:50%}}@media (min-width: 992px){.rounded-br-lg-50{border-bottom-right-radius:50%}}@media (min-width: 1200px){.rounded-br-xl-50{border-bottom-right-radius:50%}}@media (min-width: 1400px){.rounded-br-2xl-50{border-bottom-right-radius:50%}}.h-auto{height:auto}@media (min-width: 0){.h-xs-auto{height:auto}}@media (min-width: 576px){.h-sm-auto{height:auto}}@media (min-width: 768px){.h-md-auto{height:auto}}@media (min-width: 992px){.h-lg-auto{height:auto}}@media (min-width: 1200px){.h-xl-auto{height:auto}}@media (min-width: 1400px){.h-2xl-auto{height:auto}}.h-0{height:0}@media (min-width: 0){.h-xs-0{height:0}}@media (min-width: 576px){.h-sm-0{height:0}}@media (min-width: 768px){.h-md-0{height:0}}@media (min-width: 992px){.h-lg-0{height:0}}@media (min-width: 1200px){.h-xl-0{height:0}}@media (min-width: 1400px){.h-2xl-0{height:0}}.h-10{height:10%}@media (min-width: 0){.h-xs-10{height:10%}}@media (min-width: 576px){.h-sm-10{height:10%}}@media (min-width: 768px){.h-md-10{height:10%}}@media (min-width: 992px){.h-lg-10{height:10%}}@media (min-width: 1200px){.h-xl-10{height:10%}}@media (min-width: 1400px){.h-2xl-10{height:10%}}.h-25{height:25%}@media (min-width: 0){.h-xs-25{height:25%}}@media (min-width: 576px){.h-sm-25{height:25%}}@media (min-width: 768px){.h-md-25{height:25%}}@media (min-width: 992px){.h-lg-25{height:25%}}@media (min-width: 1200px){.h-xl-25{height:25%}}@media (min-width: 1400px){.h-2xl-25{height:25%}}.h-50{height:50%}@media (min-width: 0){.h-xs-50{height:50%}}@media (min-width: 576px){.h-sm-50{height:50%}}@media (min-width: 768px){.h-md-50{height:50%}}@media (min-width: 992px){.h-lg-50{height:50%}}@media (min-width: 1200px){.h-xl-50{height:50%}}@media (min-width: 1400px){.h-2xl-50{height:50%}}.h-75{height:75%}@media (min-width: 0){.h-xs-75{height:75%}}@media (min-width: 576px){.h-sm-75{height:75%}}@media (min-width: 768px){.h-md-75{height:75%}}@media (min-width: 992px){.h-lg-75{height:75%}}@media (min-width: 1200px){.h-xl-75{height:75%}}@media (min-width: 1400px){.h-2xl-75{height:75%}}.h-100{height:100%}@media (min-width: 0){.h-xs-100{height:100%}}@media (min-width: 576px){.h-sm-100{height:100%}}@media (min-width: 768px){.h-md-100{height:100%}}@media (min-width: 992px){.h-lg-100{height:100%}}@media (min-width: 1200px){.h-xl-100{height:100%}}@media (min-width: 1400px){.h-2xl-100{height:100%}}.h-1rem{height:1rem}@media (min-width: 0){.h-xs-1rem{height:1rem}}@media (min-width: 576px){.h-sm-1rem{height:1rem}}@media (min-width: 768px){.h-md-1rem{height:1rem}}@media (min-width: 992px){.h-lg-1rem{height:1rem}}@media (min-width: 1200px){.h-xl-1rem{height:1rem}}@media (min-width: 1400px){.h-2xl-1rem{height:1rem}}.h-2rem{height:2rem}@media (min-width: 0){.h-xs-2rem{height:2rem}}@media (min-width: 576px){.h-sm-2rem{height:2rem}}@media (min-width: 768px){.h-md-2rem{height:2rem}}@media (min-width: 992px){.h-lg-2rem{height:2rem}}@media (min-width: 1200px){.h-xl-2rem{height:2rem}}@media (min-width: 1400px){.h-2xl-2rem{height:2rem}}.h-4rem{height:4rem}@media (min-width: 0){.h-xs-4rem{height:4rem}}@media (min-width: 576px){.h-sm-4rem{height:4rem}}@media (min-width: 768px){.h-md-4rem{height:4rem}}@media (min-width: 992px){.h-lg-4rem{height:4rem}}@media (min-width: 1200px){.h-xl-4rem{height:4rem}}@media (min-width: 1400px){.h-2xl-4rem{height:4rem}}.w-auto{width:auto}@media (min-width: 0){.w-xs-auto{width:auto}}@media (min-width: 576px){.w-sm-auto{width:auto}}@media (min-width: 768px){.w-md-auto{width:auto}}@media (min-width: 992px){.w-lg-auto{width:auto}}@media (min-width: 1200px){.w-xl-auto{width:auto}}@media (min-width: 1400px){.w-2xl-auto{width:auto}}.w-0{width:0}@media (min-width: 0){.w-xs-0{width:0}}@media (min-width: 576px){.w-sm-0{width:0}}@media (min-width: 768px){.w-md-0{width:0}}@media (min-width: 992px){.w-lg-0{width:0}}@media (min-width: 1200px){.w-xl-0{width:0}}@media (min-width: 1400px){.w-2xl-0{width:0}}.w-10{width:10%}@media (min-width: 0){.w-xs-10{width:10%}}@media (min-width: 576px){.w-sm-10{width:10%}}@media (min-width: 768px){.w-md-10{width:10%}}@media (min-width: 992px){.w-lg-10{width:10%}}@media (min-width: 1200px){.w-xl-10{width:10%}}@media (min-width: 1400px){.w-2xl-10{width:10%}}.w-25{width:25%}@media (min-width: 0){.w-xs-25{width:25%}}@media (min-width: 576px){.w-sm-25{width:25%}}@media (min-width: 768px){.w-md-25{width:25%}}@media (min-width: 992px){.w-lg-25{width:25%}}@media (min-width: 1200px){.w-xl-25{width:25%}}@media (min-width: 1400px){.w-2xl-25{width:25%}}.w-50{width:50%}@media (min-width: 0){.w-xs-50{width:50%}}@media (min-width: 576px){.w-sm-50{width:50%}}@media (min-width: 768px){.w-md-50{width:50%}}@media (min-width: 992px){.w-lg-50{width:50%}}@media (min-width: 1200px){.w-xl-50{width:50%}}@media (min-width: 1400px){.w-2xl-50{width:50%}}.w-75{width:75%}@media (min-width: 0){.w-xs-75{width:75%}}@media (min-width: 576px){.w-sm-75{width:75%}}@media (min-width: 768px){.w-md-75{width:75%}}@media (min-width: 992px){.w-lg-75{width:75%}}@media (min-width: 1200px){.w-xl-75{width:75%}}@media (min-width: 1400px){.w-2xl-75{width:75%}}.w-100{width:100%}@media (min-width: 0){.w-xs-100{width:100%}}@media (min-width: 576px){.w-sm-100{width:100%}}@media (min-width: 768px){.w-md-100{width:100%}}@media (min-width: 992px){.w-lg-100{width:100%}}@media (min-width: 1200px){.w-xl-100{width:100%}}@media (min-width: 1400px){.w-2xl-100{width:100%}}.w-1rem{width:1rem}@media (min-width: 0){.w-xs-1rem{width:1rem}}@media (min-width: 576px){.w-sm-1rem{width:1rem}}@media (min-width: 768px){.w-md-1rem{width:1rem}}@media (min-width: 992px){.w-lg-1rem{width:1rem}}@media (min-width: 1200px){.w-xl-1rem{width:1rem}}@media (min-width: 1400px){.w-2xl-1rem{width:1rem}}.w-2rem{width:2rem}@media (min-width: 0){.w-xs-2rem{width:2rem}}@media (min-width: 576px){.w-sm-2rem{width:2rem}}@media (min-width: 768px){.w-md-2rem{width:2rem}}@media (min-width: 992px){.w-lg-2rem{width:2rem}}@media (min-width: 1200px){.w-xl-2rem{width:2rem}}@media (min-width: 1400px){.w-2xl-2rem{width:2rem}}.w-4rem{width:4rem}@media (min-width: 0){.w-xs-4rem{width:4rem}}@media (min-width: 576px){.w-sm-4rem{width:4rem}}@media (min-width: 768px){.w-md-4rem{width:4rem}}@media (min-width: 992px){.w-lg-4rem{width:4rem}}@media (min-width: 1200px){.w-xl-4rem{width:4rem}}@media (min-width: 1400px){.w-2xl-4rem{width:4rem}}.flex-row{flex-direction:row}@media (min-width: 0){.flex-xs-row{flex-direction:row}}@media (min-width: 576px){.flex-sm-row{flex-direction:row}}@media (min-width: 768px){.flex-md-row{flex-direction:row}}@media (min-width: 992px){.flex-lg-row{flex-direction:row}}@media (min-width: 1200px){.flex-xl-row{flex-direction:row}}@media (min-width: 1400px){.flex-2xl-row{flex-direction:row}}.flex-row-reverse{flex-direction:row-reverse}@media (min-width: 0){.flex-xs-row-reverse{flex-direction:row-reverse}}@media (min-width: 576px){.flex-sm-row-reverse{flex-direction:row-reverse}}@media (min-width: 768px){.flex-md-row-reverse{flex-direction:row-reverse}}@media (min-width: 992px){.flex-lg-row-reverse{flex-direction:row-reverse}}@media (min-width: 1200px){.flex-xl-row-reverse{flex-direction:row-reverse}}@media (min-width: 1400px){.flex-2xl-row-reverse{flex-direction:row-reverse}}.flex-column{flex-direction:column}@media (min-width: 0){.flex-xs-column{flex-direction:column}}@media (min-width: 576px){.flex-sm-column{flex-direction:column}}@media (min-width: 768px){.flex-md-column{flex-direction:column}}@media (min-width: 992px){.flex-lg-column{flex-direction:column}}@media (min-width: 1200px){.flex-xl-column{flex-direction:column}}@media (min-width: 1400px){.flex-2xl-column{flex-direction:column}}.flex-column-reverse{flex-direction:column-reverse}@media (min-width: 0){.flex-xs-column-reverse{flex-direction:column-reverse}}@media (min-width: 576px){.flex-sm-column-reverse{flex-direction:column-reverse}}@media (min-width: 768px){.flex-md-column-reverse{flex-direction:column-reverse}}@media (min-width: 992px){.flex-lg-column-reverse{flex-direction:column-reverse}}@media (min-width: 1200px){.flex-xl-column-reverse{flex-direction:column-reverse}}@media (min-width: 1400px){.flex-2xl-column-reverse{flex-direction:column-reverse}}.flex-start{flex-direction:flex-start}@media (min-width: 0){.flex-xs-start{flex-direction:flex-start}}@media (min-width: 576px){.flex-sm-start{flex-direction:flex-start}}@media (min-width: 768px){.flex-md-start{flex-direction:flex-start}}@media (min-width: 992px){.flex-lg-start{flex-direction:flex-start}}@media (min-width: 1200px){.flex-xl-start{flex-direction:flex-start}}@media (min-width: 1400px){.flex-2xl-start{flex-direction:flex-start}}.flex-end{flex-direction:flex-end}@media (min-width: 0){.flex-xs-end{flex-direction:flex-end}}@media (min-width: 576px){.flex-sm-end{flex-direction:flex-end}}@media (min-width: 768px){.flex-md-end{flex-direction:flex-end}}@media (min-width: 992px){.flex-lg-end{flex-direction:flex-end}}@media (min-width: 1200px){.flex-xl-end{flex-direction:flex-end}}@media (min-width: 1400px){.flex-2xl-end{flex-direction:flex-end}}.flex-center{flex-direction:center}@media (min-width: 0){.flex-xs-center{flex-direction:center}}@media (min-width: 576px){.flex-sm-center{flex-direction:center}}@media (min-width: 768px){.flex-md-center{flex-direction:center}}@media (min-width: 992px){.flex-lg-center{flex-direction:center}}@media (min-width: 1200px){.flex-xl-center{flex-direction:center}}@media (min-width: 1400px){.flex-2xl-center{flex-direction:center}}.flex-between{flex-direction:space-between}@media (min-width: 0){.flex-xs-between{flex-direction:space-between}}@media (min-width: 576px){.flex-sm-between{flex-direction:space-between}}@media (min-width: 768px){.flex-md-between{flex-direction:space-between}}@media (min-width: 992px){.flex-lg-between{flex-direction:space-between}}@media (min-width: 1200px){.flex-xl-between{flex-direction:space-between}}@media (min-width: 1400px){.flex-2xl-between{flex-direction:space-between}}.flex-around{flex-direction:space-around}@media (min-width: 0){.flex-xs-around{flex-direction:space-around}}@media (min-width: 576px){.flex-sm-around{flex-direction:space-around}}@media (min-width: 768px){.flex-md-around{flex-direction:space-around}}@media (min-width: 992px){.flex-lg-around{flex-direction:space-around}}@media (min-width: 1200px){.flex-xl-around{flex-direction:space-around}}@media (min-width: 1400px){.flex-2xl-around{flex-direction:space-around}}.flex-evenly{flex-direction:space-evenly}@media (min-width: 0){.flex-xs-evenly{flex-direction:space-evenly}}@media (min-width: 576px){.flex-sm-evenly{flex-direction:space-evenly}}@media (min-width: 768px){.flex-md-evenly{flex-direction:space-evenly}}@media (min-width: 992px){.flex-lg-evenly{flex-direction:space-evenly}}@media (min-width: 1200px){.flex-xl-evenly{flex-direction:space-evenly}}@media (min-width: 1400px){.flex-2xl-evenly{flex-direction:space-evenly}}.flex-stretch{flex-direction:stretch}@media (min-width: 0){.flex-xs-stretch{flex-direction:stretch}}@media (min-width: 576px){.flex-sm-stretch{flex-direction:stretch}}@media (min-width: 768px){.flex-md-stretch{flex-direction:stretch}}@media (min-width: 992px){.flex-lg-stretch{flex-direction:stretch}}@media (min-width: 1200px){.flex-xl-stretch{flex-direction:stretch}}@media (min-width: 1400px){.flex-2xl-stretch{flex-direction:stretch}}.flex-baseline{flex-direction:baseline}@media (min-width: 0){.flex-xs-baseline{flex-direction:baseline}}@media (min-width: 576px){.flex-sm-baseline{flex-direction:baseline}}@media (min-width: 768px){.flex-md-baseline{flex-direction:baseline}}@media (min-width: 992px){.flex-lg-baseline{flex-direction:baseline}}@media (min-width: 1200px){.flex-xl-baseline{flex-direction:baseline}}@media (min-width: 1400px){.flex-2xl-baseline{flex-direction:baseline}}.flex-nowrap{flex-direction:nowrap}@media (min-width: 0){.flex-xs-nowrap{flex-direction:nowrap}}@media (min-width: 576px){.flex-sm-nowrap{flex-direction:nowrap}}@media (min-width: 768px){.flex-md-nowrap{flex-direction:nowrap}}@media (min-width: 992px){.flex-lg-nowrap{flex-direction:nowrap}}@media (min-width: 1200px){.flex-xl-nowrap{flex-direction:nowrap}}@media (min-width: 1400px){.flex-2xl-nowrap{flex-direction:nowrap}}.flex-wrap{flex-direction:wrap}@media (min-width: 0){.flex-xs-wrap{flex-direction:wrap}}@media (min-width: 576px){.flex-sm-wrap{flex-direction:wrap}}@media (min-width: 768px){.flex-md-wrap{flex-direction:wrap}}@media (min-width: 992px){.flex-lg-wrap{flex-direction:wrap}}@media (min-width: 1200px){.flex-xl-wrap{flex-direction:wrap}}@media (min-width: 1400px){.flex-2xl-wrap{flex-direction:wrap}}.flex-wrap-reverse{flex-direction:wrap-reverse}@media (min-width: 0){.flex-xs-wrap-reverse{flex-direction:wrap-reverse}}@media (min-width: 576px){.flex-sm-wrap-reverse{flex-direction:wrap-reverse}}@media (min-width: 768px){.flex-md-wrap-reverse{flex-direction:wrap-reverse}}@media (min-width: 992px){.flex-lg-wrap-reverse{flex-direction:wrap-reverse}}@media (min-width: 1200px){.flex-xl-wrap-reverse{flex-direction:wrap-reverse}}@media (min-width: 1400px){.flex-2xl-wrap-reverse{flex-direction:wrap-reverse}}.justify-row{justify-content:row}@media (min-width: 0){.justify-xs-row{justify-content:row}}@media (min-width: 576px){.justify-sm-row{justify-content:row}}@media (min-width: 768px){.justify-md-row{justify-content:row}}@media (min-width: 992px){.justify-lg-row{justify-content:row}}@media (min-width: 1200px){.justify-xl-row{justify-content:row}}@media (min-width: 1400px){.justify-2xl-row{justify-content:row}}.justify-row-reverse{justify-content:row-reverse}@media (min-width: 0){.justify-xs-row-reverse{justify-content:row-reverse}}@media (min-width: 576px){.justify-sm-row-reverse{justify-content:row-reverse}}@media (min-width: 768px){.justify-md-row-reverse{justify-content:row-reverse}}@media (min-width: 992px){.justify-lg-row-reverse{justify-content:row-reverse}}@media (min-width: 1200px){.justify-xl-row-reverse{justify-content:row-reverse}}@media (min-width: 1400px){.justify-2xl-row-reverse{justify-content:row-reverse}}.justify-column{justify-content:column}@media (min-width: 0){.justify-xs-column{justify-content:column}}@media (min-width: 576px){.justify-sm-column{justify-content:column}}@media (min-width: 768px){.justify-md-column{justify-content:column}}@media (min-width: 992px){.justify-lg-column{justify-content:column}}@media (min-width: 1200px){.justify-xl-column{justify-content:column}}@media (min-width: 1400px){.justify-2xl-column{justify-content:column}}.justify-column-reverse{justify-content:column-reverse}@media (min-width: 0){.justify-xs-column-reverse{justify-content:column-reverse}}@media (min-width: 576px){.justify-sm-column-reverse{justify-content:column-reverse}}@media (min-width: 768px){.justify-md-column-reverse{justify-content:column-reverse}}@media (min-width: 992px){.justify-lg-column-reverse{justify-content:column-reverse}}@media (min-width: 1200px){.justify-xl-column-reverse{justify-content:column-reverse}}@media (min-width: 1400px){.justify-2xl-column-reverse{justify-content:column-reverse}}.justify-start{justify-content:flex-start}@media (min-width: 0){.justify-xs-start{justify-content:flex-start}}@media (min-width: 576px){.justify-sm-start{justify-content:flex-start}}@media (min-width: 768px){.justify-md-start{justify-content:flex-start}}@media (min-width: 992px){.justify-lg-start{justify-content:flex-start}}@media (min-width: 1200px){.justify-xl-start{justify-content:flex-start}}@media (min-width: 1400px){.justify-2xl-start{justify-content:flex-start}}.justify-end{justify-content:flex-end}@media (min-width: 0){.justify-xs-end{justify-content:flex-end}}@media (min-width: 576px){.justify-sm-end{justify-content:flex-end}}@media (min-width: 768px){.justify-md-end{justify-content:flex-end}}@media (min-width: 992px){.justify-lg-end{justify-content:flex-end}}@media (min-width: 1200px){.justify-xl-end{justify-content:flex-end}}@media (min-width: 1400px){.justify-2xl-end{justify-content:flex-end}}.justify-center{justify-content:center}@media (min-width: 0){.justify-xs-center{justify-content:center}}@media (min-width: 576px){.justify-sm-center{justify-content:center}}@media (min-width: 768px){.justify-md-center{justify-content:center}}@media (min-width: 992px){.justify-lg-center{justify-content:center}}@media (min-width: 1200px){.justify-xl-center{justify-content:center}}@media (min-width: 1400px){.justify-2xl-center{justify-content:center}}.justify-between{justify-content:space-between}@media (min-width: 0){.justify-xs-between{justify-content:space-between}}@media (min-width: 576px){.justify-sm-between{justify-content:space-between}}@media (min-width: 768px){.justify-md-between{justify-content:space-between}}@media (min-width: 992px){.justify-lg-between{justify-content:space-between}}@media (min-width: 1200px){.justify-xl-between{justify-content:space-between}}@media (min-width: 1400px){.justify-2xl-between{justify-content:space-between}}.justify-around{justify-content:space-around}@media (min-width: 0){.justify-xs-around{justify-content:space-around}}@media (min-width: 576px){.justify-sm-around{justify-content:space-around}}@media (min-width: 768px){.justify-md-around{justify-content:space-around}}@media (min-width: 992px){.justify-lg-around{justify-content:space-around}}@media (min-width: 1200px){.justify-xl-around{justify-content:space-around}}@media (min-width: 1400px){.justify-2xl-around{justify-content:space-around}}.justify-evenly{justify-content:space-evenly}@media (min-width: 0){.justify-xs-evenly{justify-content:space-evenly}}@media (min-width: 576px){.justify-sm-evenly{justify-content:space-evenly}}@media (min-width: 768px){.justify-md-evenly{justify-content:space-evenly}}@media (min-width: 992px){.justify-lg-evenly{justify-content:space-evenly}}@media (min-width: 1200px){.justify-xl-evenly{justify-content:space-evenly}}@media (min-width: 1400px){.justify-2xl-evenly{justify-content:space-evenly}}.justify-stretch{justify-content:stretch}@media (min-width: 0){.justify-xs-stretch{justify-content:stretch}}@media (min-width: 576px){.justify-sm-stretch{justify-content:stretch}}@media (min-width: 768px){.justify-md-stretch{justify-content:stretch}}@media (min-width: 992px){.justify-lg-stretch{justify-content:stretch}}@media (min-width: 1200px){.justify-xl-stretch{justify-content:stretch}}@media (min-width: 1400px){.justify-2xl-stretch{justify-content:stretch}}.justify-baseline{justify-content:baseline}@media (min-width: 0){.justify-xs-baseline{justify-content:baseline}}@media (min-width: 576px){.justify-sm-baseline{justify-content:baseline}}@media (min-width: 768px){.justify-md-baseline{justify-content:baseline}}@media (min-width: 992px){.justify-lg-baseline{justify-content:baseline}}@media (min-width: 1200px){.justify-xl-baseline{justify-content:baseline}}@media (min-width: 1400px){.justify-2xl-baseline{justify-content:baseline}}.justify-nowrap{justify-content:nowrap}@media (min-width: 0){.justify-xs-nowrap{justify-content:nowrap}}@media (min-width: 576px){.justify-sm-nowrap{justify-content:nowrap}}@media (min-width: 768px){.justify-md-nowrap{justify-content:nowrap}}@media (min-width: 992px){.justify-lg-nowrap{justify-content:nowrap}}@media (min-width: 1200px){.justify-xl-nowrap{justify-content:nowrap}}@media (min-width: 1400px){.justify-2xl-nowrap{justify-content:nowrap}}.justify-wrap{justify-content:wrap}@media (min-width: 0){.justify-xs-wrap{justify-content:wrap}}@media (min-width: 576px){.justify-sm-wrap{justify-content:wrap}}@media (min-width: 768px){.justify-md-wrap{justify-content:wrap}}@media (min-width: 992px){.justify-lg-wrap{justify-content:wrap}}@media (min-width: 1200px){.justify-xl-wrap{justify-content:wrap}}@media (min-width: 1400px){.justify-2xl-wrap{justify-content:wrap}}.justify-wrap-reverse{justify-content:wrap-reverse}@media (min-width: 0){.justify-xs-wrap-reverse{justify-content:wrap-reverse}}@media (min-width: 576px){.justify-sm-wrap-reverse{justify-content:wrap-reverse}}@media (min-width: 768px){.justify-md-wrap-reverse{justify-content:wrap-reverse}}@media (min-width: 992px){.justify-lg-wrap-reverse{justify-content:wrap-reverse}}@media (min-width: 1200px){.justify-xl-wrap-reverse{justify-content:wrap-reverse}}@media (min-width: 1400px){.justify-2xl-wrap-reverse{justify-content:wrap-reverse}}.items-row{align-items:row}@media (min-width: 0){.items-xs-row{align-items:row}}@media (min-width: 576px){.items-sm-row{align-items:row}}@media (min-width: 768px){.items-md-row{align-items:row}}@media (min-width: 992px){.items-lg-row{align-items:row}}@media (min-width: 1200px){.items-xl-row{align-items:row}}@media (min-width: 1400px){.items-2xl-row{align-items:row}}.items-row-reverse{align-items:row-reverse}@media (min-width: 0){.items-xs-row-reverse{align-items:row-reverse}}@media (min-width: 576px){.items-sm-row-reverse{align-items:row-reverse}}@media (min-width: 768px){.items-md-row-reverse{align-items:row-reverse}}@media (min-width: 992px){.items-lg-row-reverse{align-items:row-reverse}}@media (min-width: 1200px){.items-xl-row-reverse{align-items:row-reverse}}@media (min-width: 1400px){.items-2xl-row-reverse{align-items:row-reverse}}.items-column{align-items:column}@media (min-width: 0){.items-xs-column{align-items:column}}@media (min-width: 576px){.items-sm-column{align-items:column}}@media (min-width: 768px){.items-md-column{align-items:column}}@media (min-width: 992px){.items-lg-column{align-items:column}}@media (min-width: 1200px){.items-xl-column{align-items:column}}@media (min-width: 1400px){.items-2xl-column{align-items:column}}.items-column-reverse{align-items:column-reverse}@media (min-width: 0){.items-xs-column-reverse{align-items:column-reverse}}@media (min-width: 576px){.items-sm-column-reverse{align-items:column-reverse}}@media (min-width: 768px){.items-md-column-reverse{align-items:column-reverse}}@media (min-width: 992px){.items-lg-column-reverse{align-items:column-reverse}}@media (min-width: 1200px){.items-xl-column-reverse{align-items:column-reverse}}@media (min-width: 1400px){.items-2xl-column-reverse{align-items:column-reverse}}.items-start{align-items:flex-start}@media (min-width: 0){.items-xs-start{align-items:flex-start}}@media (min-width: 576px){.items-sm-start{align-items:flex-start}}@media (min-width: 768px){.items-md-start{align-items:flex-start}}@media (min-width: 992px){.items-lg-start{align-items:flex-start}}@media (min-width: 1200px){.items-xl-start{align-items:flex-start}}@media (min-width: 1400px){.items-2xl-start{align-items:flex-start}}.items-end{align-items:flex-end}@media (min-width: 0){.items-xs-end{align-items:flex-end}}@media (min-width: 576px){.items-sm-end{align-items:flex-end}}@media (min-width: 768px){.items-md-end{align-items:flex-end}}@media (min-width: 992px){.items-lg-end{align-items:flex-end}}@media (min-width: 1200px){.items-xl-end{align-items:flex-end}}@media (min-width: 1400px){.items-2xl-end{align-items:flex-end}}.items-center{align-items:center}@media (min-width: 0){.items-xs-center{align-items:center}}@media (min-width: 576px){.items-sm-center{align-items:center}}@media (min-width: 768px){.items-md-center{align-items:center}}@media (min-width: 992px){.items-lg-center{align-items:center}}@media (min-width: 1200px){.items-xl-center{align-items:center}}@media (min-width: 1400px){.items-2xl-center{align-items:center}}.items-between{align-items:space-between}@media (min-width: 0){.items-xs-between{align-items:space-between}}@media (min-width: 576px){.items-sm-between{align-items:space-between}}@media (min-width: 768px){.items-md-between{align-items:space-between}}@media (min-width: 992px){.items-lg-between{align-items:space-between}}@media (min-width: 1200px){.items-xl-between{align-items:space-between}}@media (min-width: 1400px){.items-2xl-between{align-items:space-between}}.items-around{align-items:space-around}@media (min-width: 0){.items-xs-around{align-items:space-around}}@media (min-width: 576px){.items-sm-around{align-items:space-around}}@media (min-width: 768px){.items-md-around{align-items:space-around}}@media (min-width: 992px){.items-lg-around{align-items:space-around}}@media (min-width: 1200px){.items-xl-around{align-items:space-around}}@media (min-width: 1400px){.items-2xl-around{align-items:space-around}}.items-evenly{align-items:space-evenly}@media (min-width: 0){.items-xs-evenly{align-items:space-evenly}}@media (min-width: 576px){.items-sm-evenly{align-items:space-evenly}}@media (min-width: 768px){.items-md-evenly{align-items:space-evenly}}@media (min-width: 992px){.items-lg-evenly{align-items:space-evenly}}@media (min-width: 1200px){.items-xl-evenly{align-items:space-evenly}}@media (min-width: 1400px){.items-2xl-evenly{align-items:space-evenly}}.items-stretch{align-items:stretch}@media (min-width: 0){.items-xs-stretch{align-items:stretch}}@media (min-width: 576px){.items-sm-stretch{align-items:stretch}}@media (min-width: 768px){.items-md-stretch{align-items:stretch}}@media (min-width: 992px){.items-lg-stretch{align-items:stretch}}@media (min-width: 1200px){.items-xl-stretch{align-items:stretch}}@media (min-width: 1400px){.items-2xl-stretch{align-items:stretch}}.items-baseline{align-items:baseline}@media (min-width: 0){.items-xs-baseline{align-items:baseline}}@media (min-width: 576px){.items-sm-baseline{align-items:baseline}}@media (min-width: 768px){.items-md-baseline{align-items:baseline}}@media (min-width: 992px){.items-lg-baseline{align-items:baseline}}@media (min-width: 1200px){.items-xl-baseline{align-items:baseline}}@media (min-width: 1400px){.items-2xl-baseline{align-items:baseline}}.items-nowrap{align-items:nowrap}@media (min-width: 0){.items-xs-nowrap{align-items:nowrap}}@media (min-width: 576px){.items-sm-nowrap{align-items:nowrap}}@media (min-width: 768px){.items-md-nowrap{align-items:nowrap}}@media (min-width: 992px){.items-lg-nowrap{align-items:nowrap}}@media (min-width: 1200px){.items-xl-nowrap{align-items:nowrap}}@media (min-width: 1400px){.items-2xl-nowrap{align-items:nowrap}}.items-wrap{align-items:wrap}@media (min-width: 0){.items-xs-wrap{align-items:wrap}}@media (min-width: 576px){.items-sm-wrap{align-items:wrap}}@media (min-width: 768px){.items-md-wrap{align-items:wrap}}@media (min-width: 992px){.items-lg-wrap{align-items:wrap}}@media (min-width: 1200px){.items-xl-wrap{align-items:wrap}}@media (min-width: 1400px){.items-2xl-wrap{align-items:wrap}}.items-wrap-reverse{align-items:wrap-reverse}@media (min-width: 0){.items-xs-wrap-reverse{align-items:wrap-reverse}}@media (min-width: 576px){.items-sm-wrap-reverse{align-items:wrap-reverse}}@media (min-width: 768px){.items-md-wrap-reverse{align-items:wrap-reverse}}@media (min-width: 992px){.items-lg-wrap-reverse{align-items:wrap-reverse}}@media (min-width: 1200px){.items-xl-wrap-reverse{align-items:wrap-reverse}}@media (min-width: 1400px){.items-2xl-wrap-reverse{align-items:wrap-reverse}}.wrap-row{flex-wrap:row}@media (min-width: 0){.wrap-xs-row{flex-wrap:row}}@media (min-width: 576px){.wrap-sm-row{flex-wrap:row}}@media (min-width: 768px){.wrap-md-row{flex-wrap:row}}@media (min-width: 992px){.wrap-lg-row{flex-wrap:row}}@media (min-width: 1200px){.wrap-xl-row{flex-wrap:row}}@media (min-width: 1400px){.wrap-2xl-row{flex-wrap:row}}.wrap-row-reverse{flex-wrap:row-reverse}@media (min-width: 0){.wrap-xs-row-reverse{flex-wrap:row-reverse}}@media (min-width: 576px){.wrap-sm-row-reverse{flex-wrap:row-reverse}}@media (min-width: 768px){.wrap-md-row-reverse{flex-wrap:row-reverse}}@media (min-width: 992px){.wrap-lg-row-reverse{flex-wrap:row-reverse}}@media (min-width: 1200px){.wrap-xl-row-reverse{flex-wrap:row-reverse}}@media (min-width: 1400px){.wrap-2xl-row-reverse{flex-wrap:row-reverse}}.wrap-column{flex-wrap:column}@media (min-width: 0){.wrap-xs-column{flex-wrap:column}}@media (min-width: 576px){.wrap-sm-column{flex-wrap:column}}@media (min-width: 768px){.wrap-md-column{flex-wrap:column}}@media (min-width: 992px){.wrap-lg-column{flex-wrap:column}}@media (min-width: 1200px){.wrap-xl-column{flex-wrap:column}}@media (min-width: 1400px){.wrap-2xl-column{flex-wrap:column}}.wrap-column-reverse{flex-wrap:column-reverse}@media (min-width: 0){.wrap-xs-column-reverse{flex-wrap:column-reverse}}@media (min-width: 576px){.wrap-sm-column-reverse{flex-wrap:column-reverse}}@media (min-width: 768px){.wrap-md-column-reverse{flex-wrap:column-reverse}}@media (min-width: 992px){.wrap-lg-column-reverse{flex-wrap:column-reverse}}@media (min-width: 1200px){.wrap-xl-column-reverse{flex-wrap:column-reverse}}@media (min-width: 1400px){.wrap-2xl-column-reverse{flex-wrap:column-reverse}}.wrap-start{flex-wrap:flex-start}@media (min-width: 0){.wrap-xs-start{flex-wrap:flex-start}}@media (min-width: 576px){.wrap-sm-start{flex-wrap:flex-start}}@media (min-width: 768px){.wrap-md-start{flex-wrap:flex-start}}@media (min-width: 992px){.wrap-lg-start{flex-wrap:flex-start}}@media (min-width: 1200px){.wrap-xl-start{flex-wrap:flex-start}}@media (min-width: 1400px){.wrap-2xl-start{flex-wrap:flex-start}}.wrap-end{flex-wrap:flex-end}@media (min-width: 0){.wrap-xs-end{flex-wrap:flex-end}}@media (min-width: 576px){.wrap-sm-end{flex-wrap:flex-end}}@media (min-width: 768px){.wrap-md-end{flex-wrap:flex-end}}@media (min-width: 992px){.wrap-lg-end{flex-wrap:flex-end}}@media (min-width: 1200px){.wrap-xl-end{flex-wrap:flex-end}}@media (min-width: 1400px){.wrap-2xl-end{flex-wrap:flex-end}}.wrap-center{flex-wrap:center}@media (min-width: 0){.wrap-xs-center{flex-wrap:center}}@media (min-width: 576px){.wrap-sm-center{flex-wrap:center}}@media (min-width: 768px){.wrap-md-center{flex-wrap:center}}@media (min-width: 992px){.wrap-lg-center{flex-wrap:center}}@media (min-width: 1200px){.wrap-xl-center{flex-wrap:center}}@media (min-width: 1400px){.wrap-2xl-center{flex-wrap:center}}.wrap-between{flex-wrap:space-between}@media (min-width: 0){.wrap-xs-between{flex-wrap:space-between}}@media (min-width: 576px){.wrap-sm-between{flex-wrap:space-between}}@media (min-width: 768px){.wrap-md-between{flex-wrap:space-between}}@media (min-width: 992px){.wrap-lg-between{flex-wrap:space-between}}@media (min-width: 1200px){.wrap-xl-between{flex-wrap:space-between}}@media (min-width: 1400px){.wrap-2xl-between{flex-wrap:space-between}}.wrap-around{flex-wrap:space-around}@media (min-width: 0){.wrap-xs-around{flex-wrap:space-around}}@media (min-width: 576px){.wrap-sm-around{flex-wrap:space-around}}@media (min-width: 768px){.wrap-md-around{flex-wrap:space-around}}@media (min-width: 992px){.wrap-lg-around{flex-wrap:space-around}}@media (min-width: 1200px){.wrap-xl-around{flex-wrap:space-around}}@media (min-width: 1400px){.wrap-2xl-around{flex-wrap:space-around}}.wrap-evenly{flex-wrap:space-evenly}@media (min-width: 0){.wrap-xs-evenly{flex-wrap:space-evenly}}@media (min-width: 576px){.wrap-sm-evenly{flex-wrap:space-evenly}}@media (min-width: 768px){.wrap-md-evenly{flex-wrap:space-evenly}}@media (min-width: 992px){.wrap-lg-evenly{flex-wrap:space-evenly}}@media (min-width: 1200px){.wrap-xl-evenly{flex-wrap:space-evenly}}@media (min-width: 1400px){.wrap-2xl-evenly{flex-wrap:space-evenly}}.wrap-stretch{flex-wrap:stretch}@media (min-width: 0){.wrap-xs-stretch{flex-wrap:stretch}}@media (min-width: 576px){.wrap-sm-stretch{flex-wrap:stretch}}@media (min-width: 768px){.wrap-md-stretch{flex-wrap:stretch}}@media (min-width: 992px){.wrap-lg-stretch{flex-wrap:stretch}}@media (min-width: 1200px){.wrap-xl-stretch{flex-wrap:stretch}}@media (min-width: 1400px){.wrap-2xl-stretch{flex-wrap:stretch}}.wrap-baseline{flex-wrap:baseline}@media (min-width: 0){.wrap-xs-baseline{flex-wrap:baseline}}@media (min-width: 576px){.wrap-sm-baseline{flex-wrap:baseline}}@media (min-width: 768px){.wrap-md-baseline{flex-wrap:baseline}}@media (min-width: 992px){.wrap-lg-baseline{flex-wrap:baseline}}@media (min-width: 1200px){.wrap-xl-baseline{flex-wrap:baseline}}@media (min-width: 1400px){.wrap-2xl-baseline{flex-wrap:baseline}}.wrap-nowrap{flex-wrap:nowrap}@media (min-width: 0){.wrap-xs-nowrap{flex-wrap:nowrap}}@media (min-width: 576px){.wrap-sm-nowrap{flex-wrap:nowrap}}@media (min-width: 768px){.wrap-md-nowrap{flex-wrap:nowrap}}@media (min-width: 992px){.wrap-lg-nowrap{flex-wrap:nowrap}}@media (min-width: 1200px){.wrap-xl-nowrap{flex-wrap:nowrap}}@media (min-width: 1400px){.wrap-2xl-nowrap{flex-wrap:nowrap}}.wrap-wrap{flex-wrap:wrap}@media (min-width: 0){.wrap-xs-wrap{flex-wrap:wrap}}@media (min-width: 576px){.wrap-sm-wrap{flex-wrap:wrap}}@media (min-width: 768px){.wrap-md-wrap{flex-wrap:wrap}}@media (min-width: 992px){.wrap-lg-wrap{flex-wrap:wrap}}@media (min-width: 1200px){.wrap-xl-wrap{flex-wrap:wrap}}@media (min-width: 1400px){.wrap-2xl-wrap{flex-wrap:wrap}}.wrap-wrap-reverse{flex-wrap:wrap-reverse}@media (min-width: 0){.wrap-xs-wrap-reverse{flex-wrap:wrap-reverse}}@media (min-width: 576px){.wrap-sm-wrap-reverse{flex-wrap:wrap-reverse}}@media (min-width: 768px){.wrap-md-wrap-reverse{flex-wrap:wrap-reverse}}@media (min-width: 992px){.wrap-lg-wrap-reverse{flex-wrap:wrap-reverse}}@media (min-width: 1200px){.wrap-xl-wrap-reverse{flex-wrap:wrap-reverse}}@media (min-width: 1400px){.wrap-2xl-wrap-reverse{flex-wrap:wrap-reverse}}.row{display:flex;flex-wrap:wrap}.col-1{flex-basis:8.33%}@media (min-width: 0){.col-xs-1{flex-basis:8.33%}}@media (min-width: 576px){.col-sm-1{flex-basis:8.33%}}@media (min-width: 768px){.col-md-1{flex-basis:8.33%}}@media (min-width: 992px){.col-lg-1{flex-basis:8.33%}}@media (min-width: 1200px){.col-xl-1{flex-basis:8.33%}}@media (min-width: 1400px){.col-2xl-1{flex-basis:8.33%}}.col-2{flex-basis:16.66%}@media (min-width: 0){.col-xs-2{flex-basis:16.66%}}@media (min-width: 576px){.col-sm-2{flex-basis:16.66%}}@media (min-width: 768px){.col-md-2{flex-basis:16.66%}}@media (min-width: 992px){.col-lg-2{flex-basis:16.66%}}@media (min-width: 1200px){.col-xl-2{flex-basis:16.66%}}@media (min-width: 1400px){.col-2xl-2{flex-basis:16.66%}}.col-3{flex-basis:25%}@media (min-width: 0){.col-xs-3{flex-basis:25%}}@media (min-width: 576px){.col-sm-3{flex-basis:25%}}@media (min-width: 768px){.col-md-3{flex-basis:25%}}@media (min-width: 992px){.col-lg-3{flex-basis:25%}}@media (min-width: 1200px){.col-xl-3{flex-basis:25%}}@media (min-width: 1400px){.col-2xl-3{flex-basis:25%}}.col-4{flex-basis:33.33%}@media (min-width: 0){.col-xs-4{flex-basis:33.33%}}@media (min-width: 576px){.col-sm-4{flex-basis:33.33%}}@media (min-width: 768px){.col-md-4{flex-basis:33.33%}}@media (min-width: 992px){.col-lg-4{flex-basis:33.33%}}@media (min-width: 1200px){.col-xl-4{flex-basis:33.33%}}@media (min-width: 1400px){.col-2xl-4{flex-basis:33.33%}}.col-5{flex-basis:41.66%}@media (min-width: 0){.col-xs-5{flex-basis:41.66%}}@media (min-width: 576px){.col-sm-5{flex-basis:41.66%}}@media (min-width: 768px){.col-md-5{flex-basis:41.66%}}@media (min-width: 992px){.col-lg-5{flex-basis:41.66%}}@media (min-width: 1200px){.col-xl-5{flex-basis:41.66%}}@media (min-width: 1400px){.col-2xl-5{flex-basis:41.66%}}.col-6{flex-basis:50%}@media (min-width: 0){.col-xs-6{flex-basis:50%}}@media (min-width: 576px){.col-sm-6{flex-basis:50%}}@media (min-width: 768px){.col-md-6{flex-basis:50%}}@media (min-width: 992px){.col-lg-6{flex-basis:50%}}@media (min-width: 1200px){.col-xl-6{flex-basis:50%}}@media (min-width: 1400px){.col-2xl-6{flex-basis:50%}}.col-7{flex-basis:58.33%}@media (min-width: 0){.col-xs-7{flex-basis:58.33%}}@media (min-width: 576px){.col-sm-7{flex-basis:58.33%}}@media (min-width: 768px){.col-md-7{flex-basis:58.33%}}@media (min-width: 992px){.col-lg-7{flex-basis:58.33%}}@media (min-width: 1200px){.col-xl-7{flex-basis:58.33%}}@media (min-width: 1400px){.col-2xl-7{flex-basis:58.33%}}.col-8{flex-basis:66.66%}@media (min-width: 0){.col-xs-8{flex-basis:66.66%}}@media (min-width: 576px){.col-sm-8{flex-basis:66.66%}}@media (min-width: 768px){.col-md-8{flex-basis:66.66%}}@media (min-width: 992px){.col-lg-8{flex-basis:66.66%}}@media (min-width: 1200px){.col-xl-8{flex-basis:66.66%}}@media (min-width: 1400px){.col-2xl-8{flex-basis:66.66%}}.col-9{flex-basis:75%}@media (min-width: 0){.col-xs-9{flex-basis:75%}}@media (min-width: 576px){.col-sm-9{flex-basis:75%}}@media (min-width: 768px){.col-md-9{flex-basis:75%}}@media (min-width: 992px){.col-lg-9{flex-basis:75%}}@media (min-width: 1200px){.col-xl-9{flex-basis:75%}}@media (min-width: 1400px){.col-2xl-9{flex-basis:75%}}.col-10{flex-basis:83.33%}@media (min-width: 0){.col-xs-10{flex-basis:83.33%}}@media (min-width: 576px){.col-sm-10{flex-basis:83.33%}}@media (min-width: 768px){.col-md-10{flex-basis:83.33%}}@media (min-width: 992px){.col-lg-10{flex-basis:83.33%}}@media (min-width: 1200px){.col-xl-10{flex-basis:83.33%}}@media (min-width: 1400px){.col-2xl-10{flex-basis:83.33%}}.col-11{flex-basis:91.66%}@media (min-width: 0){.col-xs-11{flex-basis:91.66%}}@media (min-width: 576px){.col-sm-11{flex-basis:91.66%}}@media (min-width: 768px){.col-md-11{flex-basis:91.66%}}@media (min-width: 992px){.col-lg-11{flex-basis:91.66%}}@media (min-width: 1200px){.col-xl-11{flex-basis:91.66%}}@media (min-width: 1400px){.col-2xl-11{flex-basis:91.66%}}.col-12{flex-basis:100%}@media (min-width: 0){.col-xs-12{flex-basis:100%}}@media (min-width: 576px){.col-sm-12{flex-basis:100%}}@media (min-width: 768px){.col-md-12{flex-basis:100%}}@media (min-width: 992px){.col-lg-12{flex-basis:100%}}@media (min-width: 1200px){.col-xl-12{flex-basis:100%}}@media (min-width: 1400px){.col-2xl-12{flex-basis:100%}}.gutter-0{gap:0}@media (min-width: 0){.gutter-xs-0{gap:0}}@media (min-width: 576px){.gutter-sm-0{gap:0}}@media (min-width: 768px){.gutter-md-0{gap:0}}@media (min-width: 992px){.gutter-lg-0{gap:0}}@media (min-width: 1200px){.gutter-xl-0{gap:0}}@media (min-width: 1400px){.gutter-2xl-0{gap:0}}.gutter-1{gap:.25rem}@media (min-width: 0){.gutter-xs-1{gap:.25rem}}@media (min-width: 576px){.gutter-sm-1{gap:.25rem}}@media (min-width: 768px){.gutter-md-1{gap:.25rem}}@media (min-width: 992px){.gutter-lg-1{gap:.25rem}}@media (min-width: 1200px){.gutter-xl-1{gap:.25rem}}@media (min-width: 1400px){.gutter-2xl-1{gap:.25rem}}.gutter-2{gap:.5rem}@media (min-width: 0){.gutter-xs-2{gap:.5rem}}@media (min-width: 576px){.gutter-sm-2{gap:.5rem}}@media (min-width: 768px){.gutter-md-2{gap:.5rem}}@media (min-width: 992px){.gutter-lg-2{gap:.5rem}}@media (min-width: 1200px){.gutter-xl-2{gap:.5rem}}@media (min-width: 1400px){.gutter-2xl-2{gap:.5rem}}.gutter-3{gap:1rem}@media (min-width: 0){.gutter-xs-3{gap:1rem}}@media (min-width: 576px){.gutter-sm-3{gap:1rem}}@media (min-width: 768px){.gutter-md-3{gap:1rem}}@media (min-width: 992px){.gutter-lg-3{gap:1rem}}@media (min-width: 1200px){.gutter-xl-3{gap:1rem}}@media (min-width: 1400px){.gutter-2xl-3{gap:1rem}}.gutter-4{gap:1.5rem}@media (min-width: 0){.gutter-xs-4{gap:1.5rem}}@media (min-width: 576px){.gutter-sm-4{gap:1.5rem}}@media (min-width: 768px){.gutter-md-4{gap:1.5rem}}@media (min-width: 992px){.gutter-lg-4{gap:1.5rem}}@media (min-width: 1200px){.gutter-xl-4{gap:1.5rem}}@media (min-width: 1400px){.gutter-2xl-4{gap:1.5rem}}.gutter-5{gap:2rem}@media (min-width: 0){.gutter-xs-5{gap:2rem}}@media (min-width: 576px){.gutter-sm-5{gap:2rem}}@media (min-width: 768px){.gutter-md-5{gap:2rem}}@media (min-width: 992px){.gutter-lg-5{gap:2rem}}@media (min-width: 1200px){.gutter-xl-5{gap:2rem}}@media (min-width: 1400px){.gutter-2xl-5{gap:2rem}}.gutter-6{gap:3rem}@media (min-width: 0){.gutter-xs-6{gap:3rem}}@media (min-width: 576px){.gutter-sm-6{gap:3rem}}@media (min-width: 768px){.gutter-md-6{gap:3rem}}@media (min-width: 992px){.gutter-lg-6{gap:3rem}}@media (min-width: 1200px){.gutter-xl-6{gap:3rem}}@media (min-width: 1400px){.gutter-2xl-6{gap:3rem}}.tooltip{width:max-content;background:#191c21;padding:0 .5rem;border-radius:5px;color:#fff;font-size:14px}
1
+ .input--state--invalid[data-v-96190af5]{color:var(--danger-default)}.input--state--invalid.disabled[data-v-96190af5]{color:var(--background-nautral-disabled)}.input__container.disabled[data-v-0d9950b8] .ant-input-group-addon{background-color:var(--foreground-neutral-disabled);color:var(--on-foreground-neutral-disabled);border:none}[data-v-0d9950b8] .ant-input-group-addon{background-color:var(--foreground-primary-default);color:var(--on-foreground-primary-default);border:none}.input_button[data-v-0d9950b8]{cursor:pointer;-webkit-user-select:none;user-select:none}[data-v-0d9950b8] .ant-input-affix-wrapper-disabled{background-color:var(--background-neatral-3-default)}[data-v-0d9950b8] .ant-input-affix-wrapper-disabled .ant-input{color:var(--on-foreground-neutral-disabled)}[data-v-0d9950b8] .ant-input-affix-wrapper-disabled .ant-input::placeholder{color:var(--on-foreground-neutral-disabled)}.input--icon[data-v-0d9950b8]{min-width:15px;min-height:15px;max-width:15px;max-height:15px;display:flex;align-items:center;justify-content:center}.input--icon[data-v-0d9950b8] *{color:var(--on-foreground-neutral-disabled);fill:var(--on-foreground-neutral-disabled)}.input__container.disabled[data-v-28c2baf7] .ant-input-group-addon{background-color:var(--foreground-neutral-disabled);color:var(--on-foreground-neutral-disabled);border:none}[data-v-28c2baf7] .ant-input-group-addon{background-color:var(--foreground-primary-default);color:var(--on-foreground-primary-default);border:none}.input_button[data-v-28c2baf7]{cursor:pointer;-webkit-user-select:none;user-select:none}[data-v-28c2baf7] .ant-input-affix-wrapper-disabled{background-color:var(--background-neatral-3-default)}[data-v-28c2baf7] .ant-input-affix-wrapper-disabled .ant-input{color:var(--on-foreground-neutral-disabled)}[data-v-28c2baf7] .ant-input-affix-wrapper-disabled .ant-input::placeholder{color:var(--on-foreground-neutral-disabled)}[data-v-28c2baf7] .ant-input-number{width:100%}.input--icon[data-v-28c2baf7]{min-width:15px;min-height:15px;max-width:15px;max-height:15px;display:flex;align-items:center;justify-content:center}.input--icon[data-v-28c2baf7] *{color:var(--on-foreground-neutral-disabled);fill:var(--on-foreground-neutral-disabled)}.saraf-select[data-v-ed03e09b]{width:100%}.saraf-select.disabled[data-v-ed03e09b] .ant-select{background-color:var(--background-neatral-3-default)}.saraf-select.disabled[data-v-ed03e09b] .ant-select .ant-select-selection-placeholder{color:var(--on-foreground-neutral-disabled)}.saraf-select.disabled[data-v-ed03e09b] .ant-select .ant-select-selection-placeholder::placeholder{color:var(--on-foreground-neutral-disabled)}.spinner-container[data-v-ed03e09b]{display:flex;justify-content:center}[data-v-ed03e09b] svg{color:var(--on-foreground-neutral-disabled);fill:var(--on-foreground-neutral-disabled)}.tag[data-v-b949bb47]{display:flex;align-items:center;justify-content:center;gap:.5rem;width:fit-content;min-width:max-content;border-radius:.375rem;padding:.125rem .5rem!important}.tag .tag-icon[data-v-b949bb47] *{width:15px;height:15px}.tag[data-v-b949bb47] *{margin:0!important}.default[data-v-b949bb47]{background-color:var(--background-tag);border-color:var(--background-tag);color:var(--text-default)}.default.tag-border[data-v-b949bb47]{border-color:var(--border-default)}.disabled[data-v-b949bb47]{background-color:var(--background-disabled);border-color:var(--background-disabled);color:var(--text-disabled)}.disabled.tag-border[data-v-b949bb47]{border-color:var(--border-disabled)}.success[data-v-b949bb47]{background-color:var(--success-light);border-color:var(--success-light);color:var(--success-default)}.success.tag-border[data-v-b949bb47]{border-color:var(--success-default)}.danger[data-v-b949bb47]{background-color:var(--danger-light);border-color:var(--danger-light);color:var(--danger-default)}.danger.tag-border[data-v-b949bb47]{border-color:var(--danger-default)}.warning[data-v-b949bb47]{background-color:var(--warning-light);border-color:var(--warning-light);color:var(--warning-default)}.warning.tag-border[data-v-b949bb47]{border-color:var(--warning-default)}.info[data-v-b949bb47]{background-color:var(--info-light);border-color:var(--info-light);color:var(--info-default)}.info.tag-border[data-v-b949bb47]{border-color:var(--info-default)}.unset-background[data-v-b949bb47]{background-color:unset}[data-v-377c6e3e] .ant-tabs-nav-list{gap:10px}.saraf-radio-group[data-v-807b9dcc]{background-color:var(--background-neatral-3-default);padding:3px;border-radius:var(--radius-sm)}.saraf-radio-group-item[data-v-807b9dcc]{background-color:transparent;border:none;color:var(--on-background-neutral-default)!important;cursor:pointer}.saraf-radio-group-item[data-v-807b9dcc]:before{display:none}.saraf-radio-group-item.ant-radio-button-wrapper-checked[data-v-807b9dcc]{background-color:#fff;border-radius:var(--radius-xs)}.saraf-table[data-v-7c761bee]{-webkit-user-select:none!important;user-select:none!important}.saraf-table[data-v-7c761bee] th{background-color:#edf2f7!important}.saraf-image-cell[data-v-7c761bee]{height:40px}.saraf-image-cell-wrapper[data-v-7c761bee]{width:100%;min-height:100%!important;display:grid;grid-template-rows:1fr;align-items:center;justify-content:center}.saraf-bank-card-cell[data-v-30a8729d]{display:flex;gap:5px;align-items:center;cursor:pointer}.saraf-bank-card-cell img[data-v-30a8729d]{width:16px;height:16px;border-radius:50%}.saraf-iban-cell[data-v-399af1a5]{display:flex;gap:5px;align-items:center;cursor:pointer}.saraf-iban-cell p[data-v-399af1a5]{white-space:nowrap}.saraf-iban-cell img[data-v-399af1a5]{width:16px;height:16px;border-radius:50%}.saraf-symbol-cell[data-v-fba97f8a]{display:flex;align-items:center;gap:5px}.saraf-symbol-cell img[data-v-fba97f8a]{width:16px;height:16px;border-radius:50%}.saraf-symbol-cell p[data-v-fba97f8a]{font-size:14px;font-weight:400}.saraf-trade-amount-detail-wrapper[data-v-a4d40524]{display:flex;align-items:center;gap:5px}.saraf-trade-amount[data-v-a4d40524]{display:flex;flex-direction:column}.price-detail[data-v-a4d40524]{font-size:14px;display:flex;align-items:center;gap:5px}.price-detail .symbol[data-v-a4d40524]{color:var(--on-background-neutral-subdued)}.saraf-symbol-price-in-trade[data-v-60c1412e]{display:flex;flex-direction:column;justify-items:center}.saraf-symbol-price-in-trade div[data-v-60c1412e]{display:flex;align-items:center;gap:5px}.saraf-symbol-price-in-trade div img[data-v-60c1412e]{width:16px;height:16px;border-radius:50%}.saraf-symbol-price-in-trade div .currency[data-v-60c1412e]{color:var(--on-background-neutral-subdued);font-size:14px}.saraf-trade-date-cell-container[data-v-70704877]{display:flex;align-items:center;gap:5px}.date-info[data-v-70704877]{display:flex;gap:5px}.date-info .date[data-v-70704877]{color:var(--on-background-neutral-subdued)}.saraf-price-cell[data-v-6a150af5]{display:flex;gap:5px;align-items:center;cursor:pointer}.saraf-price-cell p[data-v-6a150af5]{display:flex;gap:.25rem}.saraf-price-cell p span[data-v-6a150af5]{color:var(--text-disabled)}.saraf-symbol-price-in-trade[data-v-091b1c97]{display:flex;flex-direction:column;justify-items:center}.saraf-symbol-price-in-trade div[data-v-091b1c97]{display:flex;align-items:center;gap:5px}.saraf-symbol-price-in-trade div img[data-v-091b1c97]{width:16px;height:16px;border-radius:50%}.saraf-symbol-price-in-trade div .currency[data-v-091b1c97]{color:var(--on-background-neutral-subdued);font-size:14px}.saraf-price-cell[data-v-2558491a]{display:flex;gap:5px;align-items:center;cursor:pointer}.saraf-price-cell p[data-v-2558491a]{display:flex;gap:.25rem}.saraf-price-cell p span[data-v-2558491a]{color:var(--text-disabled)}.saraf-checkbox[data-v-c2c556bb]{-webkit-user-select:none;user-select:none}.input__container[data-v-478d0cae]{display:flex;flex-direction:column}.input__container.disabled[data-v-478d0cae] .ant-picker{background-color:var(--foreground-neutral-disabled);color:var(--on-foreground-neutral-disabled);border:none}[data-v-478d0cae] .ant-picker-suffix *{color:var(--on-foreground-neutral-disabled);fill:var(--on-foreground-neutral-disabled)}.range__container[data-v-c6598091]{display:flex;flex-direction:column}.range__container.disabled[data-v-c6598091] .ant-picker{background-color:var(--foreground-neutral-disabled);color:var(--on-foreground-neutral-disabled);border:none}[data-v-c6598091] .ant-picker-suffix *{color:var(--on-foreground-neutral-disabled);fill:var(--on-foreground-neutral-disabled)}.saraf-button[data-v-96c82d44]{border-radius:8px}.saraf-button.small[data-v-96c82d44]{max-height:24px;font-size:14px}.saraf-button.medium[data-v-96c82d44]{max-height:32px;font-size:16px}.saraf-button.large[data-v-96c82d44]{max-height:40px;font-size:18px}.saraf-button-content[data-v-96c82d44]{display:flex;align-items:center;justify-content:space-evenly;min-width:max-content}.saraf-button-icon.small[data-v-96c82d44]{max-height:10px;max-width:10px}.saraf-button-icon.medium[data-v-96c82d44]{max-height:12px;max-width:12px}.saraf-button-icon.large[data-v-96c82d44]{max-height:16px;max-width:16px}.saraf-button-icon[data-v-96c82d44] *{width:100%;height:100%}:root{--identity: #ffd60a;--success: #31ba96;--danger: #ed5b75;--white: #ffffff;--gray-50: #d9e5e9;--gray-100: #9ebac8;--gray-200: #6995ab;--gray-300: #375462;--gray-400: #2c434e;--gray-500: #21323b;--space-sm: 4px;--space-md: 8px;--space-lg: 16px;--space-xl: 32px;--space-2xl: 48px}html[data-theme=light]{--primary-default: #3498db;--secondary-default: #2ecc71;--success-default: #408941;--success-light: #cef7ca;--warning-default: #a78b17;--warning-light: #fef3c7;--danger-default: #95241b;--danger-light: #ffdbdb;--info-default: #1c85be;--info-light: #c4effd;--text-default: #16191d;--text-muted: #6c757d;--text-disabled: #a1b5d3;--background-default: #ffffff;--background-tag: #f6f8fc;--background-disabled: #edf2f7;--background-muted: #f8f9fa;--border-default: #cad5e8;--border-disabled: #e4eaf4;--border-hover: #2980b9;--red-tint-disabled: #ffdbdb;--foreground-neutral-disabled: #d3ddec;--on-foreground-neutral-disabled: #6e8ebe;--foreground-primary-default: #191c21;--on-foreground-primary-default: #ffffff;--background-neatral-3-default: #edf2f7}html[data-theme=dark]{--primary-default: #1abc9c;--secondary-default: #9b59b6;--success-default: #2ecc71;--success-light: #cef7ca;--warning-default: #f39c12;--warning-light: #fef3c7;--danger-default: #e74c3c;--danger-light: #ffdbdb;--info-default: #3498db;--info-light: #c4effd;--text-default: #ecf0f1;--text-disabled: #a1b5d3;--text-muted: #bdc3c7;--background-default: #2c3e50;--background-tag: #f6f8fc;--background-disabled: #edf2f7;--background-muted: #34495e;--border-default: #34495e;--border-disabled: #e4eaf4;--border-hover: #16a085;--red-tint-disabled: #ffdbdb;--foreground-neutral-disabled: #d3ddec;--on-foreground-neutral-disabled: #6e8ebe;--foreground-primary-default: #191c21;--on-foreground-primary-default: #ffffff;--background-neatral-3-default: #edf2f7}.p-0{padding:0}@media (min-width: 0){.p-xs-0{padding:0}}@media (min-width: 576px){.p-sm-0{padding:0}}@media (min-width: 768px){.p-md-0{padding:0}}@media (min-width: 992px){.p-lg-0{padding:0}}@media (min-width: 1200px){.p-xl-0{padding:0}}@media (min-width: 1400px){.p-2xl-0{padding:0}}.p-1{padding:.25rem}@media (min-width: 0){.p-xs-1{padding:.25rem}}@media (min-width: 576px){.p-sm-1{padding:.25rem}}@media (min-width: 768px){.p-md-1{padding:.25rem}}@media (min-width: 992px){.p-lg-1{padding:.25rem}}@media (min-width: 1200px){.p-xl-1{padding:.25rem}}@media (min-width: 1400px){.p-2xl-1{padding:.25rem}}.p-2{padding:.5rem}@media (min-width: 0){.p-xs-2{padding:.5rem}}@media (min-width: 576px){.p-sm-2{padding:.5rem}}@media (min-width: 768px){.p-md-2{padding:.5rem}}@media (min-width: 992px){.p-lg-2{padding:.5rem}}@media (min-width: 1200px){.p-xl-2{padding:.5rem}}@media (min-width: 1400px){.p-2xl-2{padding:.5rem}}.p-3{padding:1rem}@media (min-width: 0){.p-xs-3{padding:1rem}}@media (min-width: 576px){.p-sm-3{padding:1rem}}@media (min-width: 768px){.p-md-3{padding:1rem}}@media (min-width: 992px){.p-lg-3{padding:1rem}}@media (min-width: 1200px){.p-xl-3{padding:1rem}}@media (min-width: 1400px){.p-2xl-3{padding:1rem}}.p-4{padding:1.5rem}@media (min-width: 0){.p-xs-4{padding:1.5rem}}@media (min-width: 576px){.p-sm-4{padding:1.5rem}}@media (min-width: 768px){.p-md-4{padding:1.5rem}}@media (min-width: 992px){.p-lg-4{padding:1.5rem}}@media (min-width: 1200px){.p-xl-4{padding:1.5rem}}@media (min-width: 1400px){.p-2xl-4{padding:1.5rem}}.p-5{padding:2rem}@media (min-width: 0){.p-xs-5{padding:2rem}}@media (min-width: 576px){.p-sm-5{padding:2rem}}@media (min-width: 768px){.p-md-5{padding:2rem}}@media (min-width: 992px){.p-lg-5{padding:2rem}}@media (min-width: 1200px){.p-xl-5{padding:2rem}}@media (min-width: 1400px){.p-2xl-5{padding:2rem}}.p-6{padding:3rem}@media (min-width: 0){.p-xs-6{padding:3rem}}@media (min-width: 576px){.p-sm-6{padding:3rem}}@media (min-width: 768px){.p-md-6{padding:3rem}}@media (min-width: 992px){.p-lg-6{padding:3rem}}@media (min-width: 1200px){.p-xl-6{padding:3rem}}@media (min-width: 1400px){.p-2xl-6{padding:3rem}}.pl-0{padding-left:0}@media (min-width: 0){.pl-xs-0{padding-left:0}}@media (min-width: 576px){.pl-sm-0{padding-left:0}}@media (min-width: 768px){.pl-md-0{padding-left:0}}@media (min-width: 992px){.pl-lg-0{padding-left:0}}@media (min-width: 1200px){.pl-xl-0{padding-left:0}}@media (min-width: 1400px){.pl-2xl-0{padding-left:0}}.pl-1{padding-left:.25rem}@media (min-width: 0){.pl-xs-1{padding-left:.25rem}}@media (min-width: 576px){.pl-sm-1{padding-left:.25rem}}@media (min-width: 768px){.pl-md-1{padding-left:.25rem}}@media (min-width: 992px){.pl-lg-1{padding-left:.25rem}}@media (min-width: 1200px){.pl-xl-1{padding-left:.25rem}}@media (min-width: 1400px){.pl-2xl-1{padding-left:.25rem}}.pl-2{padding-left:.5rem}@media (min-width: 0){.pl-xs-2{padding-left:.5rem}}@media (min-width: 576px){.pl-sm-2{padding-left:.5rem}}@media (min-width: 768px){.pl-md-2{padding-left:.5rem}}@media (min-width: 992px){.pl-lg-2{padding-left:.5rem}}@media (min-width: 1200px){.pl-xl-2{padding-left:.5rem}}@media (min-width: 1400px){.pl-2xl-2{padding-left:.5rem}}.pl-3{padding-left:1rem}@media (min-width: 0){.pl-xs-3{padding-left:1rem}}@media (min-width: 576px){.pl-sm-3{padding-left:1rem}}@media (min-width: 768px){.pl-md-3{padding-left:1rem}}@media (min-width: 992px){.pl-lg-3{padding-left:1rem}}@media (min-width: 1200px){.pl-xl-3{padding-left:1rem}}@media (min-width: 1400px){.pl-2xl-3{padding-left:1rem}}.pl-4{padding-left:1.5rem}@media (min-width: 0){.pl-xs-4{padding-left:1.5rem}}@media (min-width: 576px){.pl-sm-4{padding-left:1.5rem}}@media (min-width: 768px){.pl-md-4{padding-left:1.5rem}}@media (min-width: 992px){.pl-lg-4{padding-left:1.5rem}}@media (min-width: 1200px){.pl-xl-4{padding-left:1.5rem}}@media (min-width: 1400px){.pl-2xl-4{padding-left:1.5rem}}.pl-5{padding-left:2rem}@media (min-width: 0){.pl-xs-5{padding-left:2rem}}@media (min-width: 576px){.pl-sm-5{padding-left:2rem}}@media (min-width: 768px){.pl-md-5{padding-left:2rem}}@media (min-width: 992px){.pl-lg-5{padding-left:2rem}}@media (min-width: 1200px){.pl-xl-5{padding-left:2rem}}@media (min-width: 1400px){.pl-2xl-5{padding-left:2rem}}.pl-6{padding-left:3rem}@media (min-width: 0){.pl-xs-6{padding-left:3rem}}@media (min-width: 576px){.pl-sm-6{padding-left:3rem}}@media (min-width: 768px){.pl-md-6{padding-left:3rem}}@media (min-width: 992px){.pl-lg-6{padding-left:3rem}}@media (min-width: 1200px){.pl-xl-6{padding-left:3rem}}@media (min-width: 1400px){.pl-2xl-6{padding-left:3rem}}.pr-0{padding-right:0}@media (min-width: 0){.pr-xs-0{padding-right:0}}@media (min-width: 576px){.pr-sm-0{padding-right:0}}@media (min-width: 768px){.pr-md-0{padding-right:0}}@media (min-width: 992px){.pr-lg-0{padding-right:0}}@media (min-width: 1200px){.pr-xl-0{padding-right:0}}@media (min-width: 1400px){.pr-2xl-0{padding-right:0}}.pr-1{padding-right:.25rem}@media (min-width: 0){.pr-xs-1{padding-right:.25rem}}@media (min-width: 576px){.pr-sm-1{padding-right:.25rem}}@media (min-width: 768px){.pr-md-1{padding-right:.25rem}}@media (min-width: 992px){.pr-lg-1{padding-right:.25rem}}@media (min-width: 1200px){.pr-xl-1{padding-right:.25rem}}@media (min-width: 1400px){.pr-2xl-1{padding-right:.25rem}}.pr-2{padding-right:.5rem}@media (min-width: 0){.pr-xs-2{padding-right:.5rem}}@media (min-width: 576px){.pr-sm-2{padding-right:.5rem}}@media (min-width: 768px){.pr-md-2{padding-right:.5rem}}@media (min-width: 992px){.pr-lg-2{padding-right:.5rem}}@media (min-width: 1200px){.pr-xl-2{padding-right:.5rem}}@media (min-width: 1400px){.pr-2xl-2{padding-right:.5rem}}.pr-3{padding-right:1rem}@media (min-width: 0){.pr-xs-3{padding-right:1rem}}@media (min-width: 576px){.pr-sm-3{padding-right:1rem}}@media (min-width: 768px){.pr-md-3{padding-right:1rem}}@media (min-width: 992px){.pr-lg-3{padding-right:1rem}}@media (min-width: 1200px){.pr-xl-3{padding-right:1rem}}@media (min-width: 1400px){.pr-2xl-3{padding-right:1rem}}.pr-4{padding-right:1.5rem}@media (min-width: 0){.pr-xs-4{padding-right:1.5rem}}@media (min-width: 576px){.pr-sm-4{padding-right:1.5rem}}@media (min-width: 768px){.pr-md-4{padding-right:1.5rem}}@media (min-width: 992px){.pr-lg-4{padding-right:1.5rem}}@media (min-width: 1200px){.pr-xl-4{padding-right:1.5rem}}@media (min-width: 1400px){.pr-2xl-4{padding-right:1.5rem}}.pr-5{padding-right:2rem}@media (min-width: 0){.pr-xs-5{padding-right:2rem}}@media (min-width: 576px){.pr-sm-5{padding-right:2rem}}@media (min-width: 768px){.pr-md-5{padding-right:2rem}}@media (min-width: 992px){.pr-lg-5{padding-right:2rem}}@media (min-width: 1200px){.pr-xl-5{padding-right:2rem}}@media (min-width: 1400px){.pr-2xl-5{padding-right:2rem}}.pr-6{padding-right:3rem}@media (min-width: 0){.pr-xs-6{padding-right:3rem}}@media (min-width: 576px){.pr-sm-6{padding-right:3rem}}@media (min-width: 768px){.pr-md-6{padding-right:3rem}}@media (min-width: 992px){.pr-lg-6{padding-right:3rem}}@media (min-width: 1200px){.pr-xl-6{padding-right:3rem}}@media (min-width: 1400px){.pr-2xl-6{padding-right:3rem}}.pt-0{padding-top:0}@media (min-width: 0){.pt-xs-0{padding-top:0}}@media (min-width: 576px){.pt-sm-0{padding-top:0}}@media (min-width: 768px){.pt-md-0{padding-top:0}}@media (min-width: 992px){.pt-lg-0{padding-top:0}}@media (min-width: 1200px){.pt-xl-0{padding-top:0}}@media (min-width: 1400px){.pt-2xl-0{padding-top:0}}.pt-1{padding-top:.25rem}@media (min-width: 0){.pt-xs-1{padding-top:.25rem}}@media (min-width: 576px){.pt-sm-1{padding-top:.25rem}}@media (min-width: 768px){.pt-md-1{padding-top:.25rem}}@media (min-width: 992px){.pt-lg-1{padding-top:.25rem}}@media (min-width: 1200px){.pt-xl-1{padding-top:.25rem}}@media (min-width: 1400px){.pt-2xl-1{padding-top:.25rem}}.pt-2{padding-top:.5rem}@media (min-width: 0){.pt-xs-2{padding-top:.5rem}}@media (min-width: 576px){.pt-sm-2{padding-top:.5rem}}@media (min-width: 768px){.pt-md-2{padding-top:.5rem}}@media (min-width: 992px){.pt-lg-2{padding-top:.5rem}}@media (min-width: 1200px){.pt-xl-2{padding-top:.5rem}}@media (min-width: 1400px){.pt-2xl-2{padding-top:.5rem}}.pt-3{padding-top:1rem}@media (min-width: 0){.pt-xs-3{padding-top:1rem}}@media (min-width: 576px){.pt-sm-3{padding-top:1rem}}@media (min-width: 768px){.pt-md-3{padding-top:1rem}}@media (min-width: 992px){.pt-lg-3{padding-top:1rem}}@media (min-width: 1200px){.pt-xl-3{padding-top:1rem}}@media (min-width: 1400px){.pt-2xl-3{padding-top:1rem}}.pt-4{padding-top:1.5rem}@media (min-width: 0){.pt-xs-4{padding-top:1.5rem}}@media (min-width: 576px){.pt-sm-4{padding-top:1.5rem}}@media (min-width: 768px){.pt-md-4{padding-top:1.5rem}}@media (min-width: 992px){.pt-lg-4{padding-top:1.5rem}}@media (min-width: 1200px){.pt-xl-4{padding-top:1.5rem}}@media (min-width: 1400px){.pt-2xl-4{padding-top:1.5rem}}.pt-5{padding-top:2rem}@media (min-width: 0){.pt-xs-5{padding-top:2rem}}@media (min-width: 576px){.pt-sm-5{padding-top:2rem}}@media (min-width: 768px){.pt-md-5{padding-top:2rem}}@media (min-width: 992px){.pt-lg-5{padding-top:2rem}}@media (min-width: 1200px){.pt-xl-5{padding-top:2rem}}@media (min-width: 1400px){.pt-2xl-5{padding-top:2rem}}.pt-6{padding-top:3rem}@media (min-width: 0){.pt-xs-6{padding-top:3rem}}@media (min-width: 576px){.pt-sm-6{padding-top:3rem}}@media (min-width: 768px){.pt-md-6{padding-top:3rem}}@media (min-width: 992px){.pt-lg-6{padding-top:3rem}}@media (min-width: 1200px){.pt-xl-6{padding-top:3rem}}@media (min-width: 1400px){.pt-2xl-6{padding-top:3rem}}.pb-0{padding-bottom:0}@media (min-width: 0){.pb-xs-0{padding-bottom:0}}@media (min-width: 576px){.pb-sm-0{padding-bottom:0}}@media (min-width: 768px){.pb-md-0{padding-bottom:0}}@media (min-width: 992px){.pb-lg-0{padding-bottom:0}}@media (min-width: 1200px){.pb-xl-0{padding-bottom:0}}@media (min-width: 1400px){.pb-2xl-0{padding-bottom:0}}.pb-1{padding-bottom:.25rem}@media (min-width: 0){.pb-xs-1{padding-bottom:.25rem}}@media (min-width: 576px){.pb-sm-1{padding-bottom:.25rem}}@media (min-width: 768px){.pb-md-1{padding-bottom:.25rem}}@media (min-width: 992px){.pb-lg-1{padding-bottom:.25rem}}@media (min-width: 1200px){.pb-xl-1{padding-bottom:.25rem}}@media (min-width: 1400px){.pb-2xl-1{padding-bottom:.25rem}}.pb-2{padding-bottom:.5rem}@media (min-width: 0){.pb-xs-2{padding-bottom:.5rem}}@media (min-width: 576px){.pb-sm-2{padding-bottom:.5rem}}@media (min-width: 768px){.pb-md-2{padding-bottom:.5rem}}@media (min-width: 992px){.pb-lg-2{padding-bottom:.5rem}}@media (min-width: 1200px){.pb-xl-2{padding-bottom:.5rem}}@media (min-width: 1400px){.pb-2xl-2{padding-bottom:.5rem}}.pb-3{padding-bottom:1rem}@media (min-width: 0){.pb-xs-3{padding-bottom:1rem}}@media (min-width: 576px){.pb-sm-3{padding-bottom:1rem}}@media (min-width: 768px){.pb-md-3{padding-bottom:1rem}}@media (min-width: 992px){.pb-lg-3{padding-bottom:1rem}}@media (min-width: 1200px){.pb-xl-3{padding-bottom:1rem}}@media (min-width: 1400px){.pb-2xl-3{padding-bottom:1rem}}.pb-4{padding-bottom:1.5rem}@media (min-width: 0){.pb-xs-4{padding-bottom:1.5rem}}@media (min-width: 576px){.pb-sm-4{padding-bottom:1.5rem}}@media (min-width: 768px){.pb-md-4{padding-bottom:1.5rem}}@media (min-width: 992px){.pb-lg-4{padding-bottom:1.5rem}}@media (min-width: 1200px){.pb-xl-4{padding-bottom:1.5rem}}@media (min-width: 1400px){.pb-2xl-4{padding-bottom:1.5rem}}.pb-5{padding-bottom:2rem}@media (min-width: 0){.pb-xs-5{padding-bottom:2rem}}@media (min-width: 576px){.pb-sm-5{padding-bottom:2rem}}@media (min-width: 768px){.pb-md-5{padding-bottom:2rem}}@media (min-width: 992px){.pb-lg-5{padding-bottom:2rem}}@media (min-width: 1200px){.pb-xl-5{padding-bottom:2rem}}@media (min-width: 1400px){.pb-2xl-5{padding-bottom:2rem}}.pb-6{padding-bottom:3rem}@media (min-width: 0){.pb-xs-6{padding-bottom:3rem}}@media (min-width: 576px){.pb-sm-6{padding-bottom:3rem}}@media (min-width: 768px){.pb-md-6{padding-bottom:3rem}}@media (min-width: 992px){.pb-lg-6{padding-bottom:3rem}}@media (min-width: 1200px){.pb-xl-6{padding-bottom:3rem}}@media (min-width: 1400px){.pb-2xl-6{padding-bottom:3rem}}.m-0{margin:0}@media (min-width: 0){.m-xs-0{margin:0}}@media (min-width: 576px){.m-sm-0{margin:0}}@media (min-width: 768px){.m-md-0{margin:0}}@media (min-width: 992px){.m-lg-0{margin:0}}@media (min-width: 1200px){.m-xl-0{margin:0}}@media (min-width: 1400px){.m-2xl-0{margin:0}}.m-1{margin:.25rem}@media (min-width: 0){.m-xs-1{margin:.25rem}}@media (min-width: 576px){.m-sm-1{margin:.25rem}}@media (min-width: 768px){.m-md-1{margin:.25rem}}@media (min-width: 992px){.m-lg-1{margin:.25rem}}@media (min-width: 1200px){.m-xl-1{margin:.25rem}}@media (min-width: 1400px){.m-2xl-1{margin:.25rem}}.m-2{margin:.5rem}@media (min-width: 0){.m-xs-2{margin:.5rem}}@media (min-width: 576px){.m-sm-2{margin:.5rem}}@media (min-width: 768px){.m-md-2{margin:.5rem}}@media (min-width: 992px){.m-lg-2{margin:.5rem}}@media (min-width: 1200px){.m-xl-2{margin:.5rem}}@media (min-width: 1400px){.m-2xl-2{margin:.5rem}}.m-3{margin:1rem}@media (min-width: 0){.m-xs-3{margin:1rem}}@media (min-width: 576px){.m-sm-3{margin:1rem}}@media (min-width: 768px){.m-md-3{margin:1rem}}@media (min-width: 992px){.m-lg-3{margin:1rem}}@media (min-width: 1200px){.m-xl-3{margin:1rem}}@media (min-width: 1400px){.m-2xl-3{margin:1rem}}.m-4{margin:1.5rem}@media (min-width: 0){.m-xs-4{margin:1.5rem}}@media (min-width: 576px){.m-sm-4{margin:1.5rem}}@media (min-width: 768px){.m-md-4{margin:1.5rem}}@media (min-width: 992px){.m-lg-4{margin:1.5rem}}@media (min-width: 1200px){.m-xl-4{margin:1.5rem}}@media (min-width: 1400px){.m-2xl-4{margin:1.5rem}}.m-5{margin:2rem}@media (min-width: 0){.m-xs-5{margin:2rem}}@media (min-width: 576px){.m-sm-5{margin:2rem}}@media (min-width: 768px){.m-md-5{margin:2rem}}@media (min-width: 992px){.m-lg-5{margin:2rem}}@media (min-width: 1200px){.m-xl-5{margin:2rem}}@media (min-width: 1400px){.m-2xl-5{margin:2rem}}.m-6{margin:3rem}@media (min-width: 0){.m-xs-6{margin:3rem}}@media (min-width: 576px){.m-sm-6{margin:3rem}}@media (min-width: 768px){.m-md-6{margin:3rem}}@media (min-width: 992px){.m-lg-6{margin:3rem}}@media (min-width: 1200px){.m-xl-6{margin:3rem}}@media (min-width: 1400px){.m-2xl-6{margin:3rem}}.ml-0{margin-left:0}@media (min-width: 0){.ml-xs-0{margin-left:0}}@media (min-width: 576px){.ml-sm-0{margin-left:0}}@media (min-width: 768px){.ml-md-0{margin-left:0}}@media (min-width: 992px){.ml-lg-0{margin-left:0}}@media (min-width: 1200px){.ml-xl-0{margin-left:0}}@media (min-width: 1400px){.ml-2xl-0{margin-left:0}}.ml-1{margin-left:.25rem}@media (min-width: 0){.ml-xs-1{margin-left:.25rem}}@media (min-width: 576px){.ml-sm-1{margin-left:.25rem}}@media (min-width: 768px){.ml-md-1{margin-left:.25rem}}@media (min-width: 992px){.ml-lg-1{margin-left:.25rem}}@media (min-width: 1200px){.ml-xl-1{margin-left:.25rem}}@media (min-width: 1400px){.ml-2xl-1{margin-left:.25rem}}.ml-2{margin-left:.5rem}@media (min-width: 0){.ml-xs-2{margin-left:.5rem}}@media (min-width: 576px){.ml-sm-2{margin-left:.5rem}}@media (min-width: 768px){.ml-md-2{margin-left:.5rem}}@media (min-width: 992px){.ml-lg-2{margin-left:.5rem}}@media (min-width: 1200px){.ml-xl-2{margin-left:.5rem}}@media (min-width: 1400px){.ml-2xl-2{margin-left:.5rem}}.ml-3{margin-left:1rem}@media (min-width: 0){.ml-xs-3{margin-left:1rem}}@media (min-width: 576px){.ml-sm-3{margin-left:1rem}}@media (min-width: 768px){.ml-md-3{margin-left:1rem}}@media (min-width: 992px){.ml-lg-3{margin-left:1rem}}@media (min-width: 1200px){.ml-xl-3{margin-left:1rem}}@media (min-width: 1400px){.ml-2xl-3{margin-left:1rem}}.ml-4{margin-left:1.5rem}@media (min-width: 0){.ml-xs-4{margin-left:1.5rem}}@media (min-width: 576px){.ml-sm-4{margin-left:1.5rem}}@media (min-width: 768px){.ml-md-4{margin-left:1.5rem}}@media (min-width: 992px){.ml-lg-4{margin-left:1.5rem}}@media (min-width: 1200px){.ml-xl-4{margin-left:1.5rem}}@media (min-width: 1400px){.ml-2xl-4{margin-left:1.5rem}}.ml-5{margin-left:2rem}@media (min-width: 0){.ml-xs-5{margin-left:2rem}}@media (min-width: 576px){.ml-sm-5{margin-left:2rem}}@media (min-width: 768px){.ml-md-5{margin-left:2rem}}@media (min-width: 992px){.ml-lg-5{margin-left:2rem}}@media (min-width: 1200px){.ml-xl-5{margin-left:2rem}}@media (min-width: 1400px){.ml-2xl-5{margin-left:2rem}}.ml-6{margin-left:3rem}@media (min-width: 0){.ml-xs-6{margin-left:3rem}}@media (min-width: 576px){.ml-sm-6{margin-left:3rem}}@media (min-width: 768px){.ml-md-6{margin-left:3rem}}@media (min-width: 992px){.ml-lg-6{margin-left:3rem}}@media (min-width: 1200px){.ml-xl-6{margin-left:3rem}}@media (min-width: 1400px){.ml-2xl-6{margin-left:3rem}}.btn-0{margin:0}@media (min-width: 0){.btn-xs-0{margin:0}}@media (min-width: 576px){.btn-sm-0{margin:0}}@media (min-width: 768px){.btn-md-0{margin:0}}@media (min-width: 992px){.btn-lg-0{margin:0}}@media (min-width: 1200px){.btn-xl-0{margin:0}}@media (min-width: 1400px){.btn-2xl-0{margin:0}}.btn-1{margin:.25rem}@media (min-width: 0){.btn-xs-1{margin:.25rem}}@media (min-width: 576px){.btn-sm-1{margin:.25rem}}@media (min-width: 768px){.btn-md-1{margin:.25rem}}@media (min-width: 992px){.btn-lg-1{margin:.25rem}}@media (min-width: 1200px){.btn-xl-1{margin:.25rem}}@media (min-width: 1400px){.btn-2xl-1{margin:.25rem}}.btn-2{margin:.5rem}@media (min-width: 0){.btn-xs-2{margin:.5rem}}@media (min-width: 576px){.btn-sm-2{margin:.5rem}}@media (min-width: 768px){.btn-md-2{margin:.5rem}}@media (min-width: 992px){.btn-lg-2{margin:.5rem}}@media (min-width: 1200px){.btn-xl-2{margin:.5rem}}@media (min-width: 1400px){.btn-2xl-2{margin:.5rem}}.btn-3{margin:1rem}@media (min-width: 0){.btn-xs-3{margin:1rem}}@media (min-width: 576px){.btn-sm-3{margin:1rem}}@media (min-width: 768px){.btn-md-3{margin:1rem}}@media (min-width: 992px){.btn-lg-3{margin:1rem}}@media (min-width: 1200px){.btn-xl-3{margin:1rem}}@media (min-width: 1400px){.btn-2xl-3{margin:1rem}}.btn-4{margin:1.5rem}@media (min-width: 0){.btn-xs-4{margin:1.5rem}}@media (min-width: 576px){.btn-sm-4{margin:1.5rem}}@media (min-width: 768px){.btn-md-4{margin:1.5rem}}@media (min-width: 992px){.btn-lg-4{margin:1.5rem}}@media (min-width: 1200px){.btn-xl-4{margin:1.5rem}}@media (min-width: 1400px){.btn-2xl-4{margin:1.5rem}}.btn-5{margin:2rem}@media (min-width: 0){.btn-xs-5{margin:2rem}}@media (min-width: 576px){.btn-sm-5{margin:2rem}}@media (min-width: 768px){.btn-md-5{margin:2rem}}@media (min-width: 992px){.btn-lg-5{margin:2rem}}@media (min-width: 1200px){.btn-xl-5{margin:2rem}}@media (min-width: 1400px){.btn-2xl-5{margin:2rem}}.btn-6{margin:3rem}@media (min-width: 0){.btn-xs-6{margin:3rem}}@media (min-width: 576px){.btn-sm-6{margin:3rem}}@media (min-width: 768px){.btn-md-6{margin:3rem}}@media (min-width: 992px){.btn-lg-6{margin:3rem}}@media (min-width: 1200px){.btn-xl-6{margin:3rem}}@media (min-width: 1400px){.btn-2xl-6{margin:3rem}}.btn-0{margin-left:0}@media (min-width: 0){.btn-xs-0{margin-left:0}}@media (min-width: 576px){.btn-sm-0{margin-left:0}}@media (min-width: 768px){.btn-md-0{margin-left:0}}@media (min-width: 992px){.btn-lg-0{margin-left:0}}@media (min-width: 1200px){.btn-xl-0{margin-left:0}}@media (min-width: 1400px){.btn-2xl-0{margin-left:0}}.btn-1{margin-left:.25rem}@media (min-width: 0){.btn-xs-1{margin-left:.25rem}}@media (min-width: 576px){.btn-sm-1{margin-left:.25rem}}@media (min-width: 768px){.btn-md-1{margin-left:.25rem}}@media (min-width: 992px){.btn-lg-1{margin-left:.25rem}}@media (min-width: 1200px){.btn-xl-1{margin-left:.25rem}}@media (min-width: 1400px){.btn-2xl-1{margin-left:.25rem}}.btn-2{margin-left:.5rem}@media (min-width: 0){.btn-xs-2{margin-left:.5rem}}@media (min-width: 576px){.btn-sm-2{margin-left:.5rem}}@media (min-width: 768px){.btn-md-2{margin-left:.5rem}}@media (min-width: 992px){.btn-lg-2{margin-left:.5rem}}@media (min-width: 1200px){.btn-xl-2{margin-left:.5rem}}@media (min-width: 1400px){.btn-2xl-2{margin-left:.5rem}}.btn-3{margin-left:1rem}@media (min-width: 0){.btn-xs-3{margin-left:1rem}}@media (min-width: 576px){.btn-sm-3{margin-left:1rem}}@media (min-width: 768px){.btn-md-3{margin-left:1rem}}@media (min-width: 992px){.btn-lg-3{margin-left:1rem}}@media (min-width: 1200px){.btn-xl-3{margin-left:1rem}}@media (min-width: 1400px){.btn-2xl-3{margin-left:1rem}}.btn-4{margin-left:1.5rem}@media (min-width: 0){.btn-xs-4{margin-left:1.5rem}}@media (min-width: 576px){.btn-sm-4{margin-left:1.5rem}}@media (min-width: 768px){.btn-md-4{margin-left:1.5rem}}@media (min-width: 992px){.btn-lg-4{margin-left:1.5rem}}@media (min-width: 1200px){.btn-xl-4{margin-left:1.5rem}}@media (min-width: 1400px){.btn-2xl-4{margin-left:1.5rem}}.btn-5{margin-left:2rem}@media (min-width: 0){.btn-xs-5{margin-left:2rem}}@media (min-width: 576px){.btn-sm-5{margin-left:2rem}}@media (min-width: 768px){.btn-md-5{margin-left:2rem}}@media (min-width: 992px){.btn-lg-5{margin-left:2rem}}@media (min-width: 1200px){.btn-xl-5{margin-left:2rem}}@media (min-width: 1400px){.btn-2xl-5{margin-left:2rem}}.btn-6{margin-left:3rem}@media (min-width: 0){.btn-xs-6{margin-left:3rem}}@media (min-width: 576px){.btn-sm-6{margin-left:3rem}}@media (min-width: 768px){.btn-md-6{margin-left:3rem}}@media (min-width: 992px){.btn-lg-6{margin-left:3rem}}@media (min-width: 1200px){.btn-xl-6{margin-left:3rem}}@media (min-width: 1400px){.btn-2xl-6{margin-left:3rem}}.mr-0{margin-right:0}@media (min-width: 0){.mr-xs-0{margin-right:0}}@media (min-width: 576px){.mr-sm-0{margin-right:0}}@media (min-width: 768px){.mr-md-0{margin-right:0}}@media (min-width: 992px){.mr-lg-0{margin-right:0}}@media (min-width: 1200px){.mr-xl-0{margin-right:0}}@media (min-width: 1400px){.mr-2xl-0{margin-right:0}}.mr-1{margin-right:.25rem}@media (min-width: 0){.mr-xs-1{margin-right:.25rem}}@media (min-width: 576px){.mr-sm-1{margin-right:.25rem}}@media (min-width: 768px){.mr-md-1{margin-right:.25rem}}@media (min-width: 992px){.mr-lg-1{margin-right:.25rem}}@media (min-width: 1200px){.mr-xl-1{margin-right:.25rem}}@media (min-width: 1400px){.mr-2xl-1{margin-right:.25rem}}.mr-2{margin-right:.5rem}@media (min-width: 0){.mr-xs-2{margin-right:.5rem}}@media (min-width: 576px){.mr-sm-2{margin-right:.5rem}}@media (min-width: 768px){.mr-md-2{margin-right:.5rem}}@media (min-width: 992px){.mr-lg-2{margin-right:.5rem}}@media (min-width: 1200px){.mr-xl-2{margin-right:.5rem}}@media (min-width: 1400px){.mr-2xl-2{margin-right:.5rem}}.mr-3{margin-right:1rem}@media (min-width: 0){.mr-xs-3{margin-right:1rem}}@media (min-width: 576px){.mr-sm-3{margin-right:1rem}}@media (min-width: 768px){.mr-md-3{margin-right:1rem}}@media (min-width: 992px){.mr-lg-3{margin-right:1rem}}@media (min-width: 1200px){.mr-xl-3{margin-right:1rem}}@media (min-width: 1400px){.mr-2xl-3{margin-right:1rem}}.mr-4{margin-right:1.5rem}@media (min-width: 0){.mr-xs-4{margin-right:1.5rem}}@media (min-width: 576px){.mr-sm-4{margin-right:1.5rem}}@media (min-width: 768px){.mr-md-4{margin-right:1.5rem}}@media (min-width: 992px){.mr-lg-4{margin-right:1.5rem}}@media (min-width: 1200px){.mr-xl-4{margin-right:1.5rem}}@media (min-width: 1400px){.mr-2xl-4{margin-right:1.5rem}}.mr-5{margin-right:2rem}@media (min-width: 0){.mr-xs-5{margin-right:2rem}}@media (min-width: 576px){.mr-sm-5{margin-right:2rem}}@media (min-width: 768px){.mr-md-5{margin-right:2rem}}@media (min-width: 992px){.mr-lg-5{margin-right:2rem}}@media (min-width: 1200px){.mr-xl-5{margin-right:2rem}}@media (min-width: 1400px){.mr-2xl-5{margin-right:2rem}}.mr-6{margin-right:3rem}@media (min-width: 0){.mr-xs-6{margin-right:3rem}}@media (min-width: 576px){.mr-sm-6{margin-right:3rem}}@media (min-width: 768px){.mr-md-6{margin-right:3rem}}@media (min-width: 992px){.mr-lg-6{margin-right:3rem}}@media (min-width: 1200px){.mr-xl-6{margin-right:3rem}}@media (min-width: 1400px){.mr-2xl-6{margin-right:3rem}}.mt-0{margin-top:0}@media (min-width: 0){.mt-xs-0{margin-top:0}}@media (min-width: 576px){.mt-sm-0{margin-top:0}}@media (min-width: 768px){.mt-md-0{margin-top:0}}@media (min-width: 992px){.mt-lg-0{margin-top:0}}@media (min-width: 1200px){.mt-xl-0{margin-top:0}}@media (min-width: 1400px){.mt-2xl-0{margin-top:0}}.mt-1{margin-top:.25rem}@media (min-width: 0){.mt-xs-1{margin-top:.25rem}}@media (min-width: 576px){.mt-sm-1{margin-top:.25rem}}@media (min-width: 768px){.mt-md-1{margin-top:.25rem}}@media (min-width: 992px){.mt-lg-1{margin-top:.25rem}}@media (min-width: 1200px){.mt-xl-1{margin-top:.25rem}}@media (min-width: 1400px){.mt-2xl-1{margin-top:.25rem}}.mt-2{margin-top:.5rem}@media (min-width: 0){.mt-xs-2{margin-top:.5rem}}@media (min-width: 576px){.mt-sm-2{margin-top:.5rem}}@media (min-width: 768px){.mt-md-2{margin-top:.5rem}}@media (min-width: 992px){.mt-lg-2{margin-top:.5rem}}@media (min-width: 1200px){.mt-xl-2{margin-top:.5rem}}@media (min-width: 1400px){.mt-2xl-2{margin-top:.5rem}}.mt-3{margin-top:1rem}@media (min-width: 0){.mt-xs-3{margin-top:1rem}}@media (min-width: 576px){.mt-sm-3{margin-top:1rem}}@media (min-width: 768px){.mt-md-3{margin-top:1rem}}@media (min-width: 992px){.mt-lg-3{margin-top:1rem}}@media (min-width: 1200px){.mt-xl-3{margin-top:1rem}}@media (min-width: 1400px){.mt-2xl-3{margin-top:1rem}}.mt-4{margin-top:1.5rem}@media (min-width: 0){.mt-xs-4{margin-top:1.5rem}}@media (min-width: 576px){.mt-sm-4{margin-top:1.5rem}}@media (min-width: 768px){.mt-md-4{margin-top:1.5rem}}@media (min-width: 992px){.mt-lg-4{margin-top:1.5rem}}@media (min-width: 1200px){.mt-xl-4{margin-top:1.5rem}}@media (min-width: 1400px){.mt-2xl-4{margin-top:1.5rem}}.mt-5{margin-top:2rem}@media (min-width: 0){.mt-xs-5{margin-top:2rem}}@media (min-width: 576px){.mt-sm-5{margin-top:2rem}}@media (min-width: 768px){.mt-md-5{margin-top:2rem}}@media (min-width: 992px){.mt-lg-5{margin-top:2rem}}@media (min-width: 1200px){.mt-xl-5{margin-top:2rem}}@media (min-width: 1400px){.mt-2xl-5{margin-top:2rem}}.mt-6{margin-top:3rem}@media (min-width: 0){.mt-xs-6{margin-top:3rem}}@media (min-width: 576px){.mt-sm-6{margin-top:3rem}}@media (min-width: 768px){.mt-md-6{margin-top:3rem}}@media (min-width: 992px){.mt-lg-6{margin-top:3rem}}@media (min-width: 1200px){.mt-xl-6{margin-top:3rem}}@media (min-width: 1400px){.mt-2xl-6{margin-top:3rem}}.mb-0{margin-bottom:0}@media (min-width: 0){.mb-xs-0{margin-bottom:0}}@media (min-width: 576px){.mb-sm-0{margin-bottom:0}}@media (min-width: 768px){.mb-md-0{margin-bottom:0}}@media (min-width: 992px){.mb-lg-0{margin-bottom:0}}@media (min-width: 1200px){.mb-xl-0{margin-bottom:0}}@media (min-width: 1400px){.mb-2xl-0{margin-bottom:0}}.mb-1{margin-bottom:.25rem}@media (min-width: 0){.mb-xs-1{margin-bottom:.25rem}}@media (min-width: 576px){.mb-sm-1{margin-bottom:.25rem}}@media (min-width: 768px){.mb-md-1{margin-bottom:.25rem}}@media (min-width: 992px){.mb-lg-1{margin-bottom:.25rem}}@media (min-width: 1200px){.mb-xl-1{margin-bottom:.25rem}}@media (min-width: 1400px){.mb-2xl-1{margin-bottom:.25rem}}.mb-2{margin-bottom:.5rem}@media (min-width: 0){.mb-xs-2{margin-bottom:.5rem}}@media (min-width: 576px){.mb-sm-2{margin-bottom:.5rem}}@media (min-width: 768px){.mb-md-2{margin-bottom:.5rem}}@media (min-width: 992px){.mb-lg-2{margin-bottom:.5rem}}@media (min-width: 1200px){.mb-xl-2{margin-bottom:.5rem}}@media (min-width: 1400px){.mb-2xl-2{margin-bottom:.5rem}}.mb-3{margin-bottom:1rem}@media (min-width: 0){.mb-xs-3{margin-bottom:1rem}}@media (min-width: 576px){.mb-sm-3{margin-bottom:1rem}}@media (min-width: 768px){.mb-md-3{margin-bottom:1rem}}@media (min-width: 992px){.mb-lg-3{margin-bottom:1rem}}@media (min-width: 1200px){.mb-xl-3{margin-bottom:1rem}}@media (min-width: 1400px){.mb-2xl-3{margin-bottom:1rem}}.mb-4{margin-bottom:1.5rem}@media (min-width: 0){.mb-xs-4{margin-bottom:1.5rem}}@media (min-width: 576px){.mb-sm-4{margin-bottom:1.5rem}}@media (min-width: 768px){.mb-md-4{margin-bottom:1.5rem}}@media (min-width: 992px){.mb-lg-4{margin-bottom:1.5rem}}@media (min-width: 1200px){.mb-xl-4{margin-bottom:1.5rem}}@media (min-width: 1400px){.mb-2xl-4{margin-bottom:1.5rem}}.mb-5{margin-bottom:2rem}@media (min-width: 0){.mb-xs-5{margin-bottom:2rem}}@media (min-width: 576px){.mb-sm-5{margin-bottom:2rem}}@media (min-width: 768px){.mb-md-5{margin-bottom:2rem}}@media (min-width: 992px){.mb-lg-5{margin-bottom:2rem}}@media (min-width: 1200px){.mb-xl-5{margin-bottom:2rem}}@media (min-width: 1400px){.mb-2xl-5{margin-bottom:2rem}}.mb-6{margin-bottom:3rem}@media (min-width: 0){.mb-xs-6{margin-bottom:3rem}}@media (min-width: 576px){.mb-sm-6{margin-bottom:3rem}}@media (min-width: 768px){.mb-md-6{margin-bottom:3rem}}@media (min-width: 992px){.mb-lg-6{margin-bottom:3rem}}@media (min-width: 1200px){.mb-xl-6{margin-bottom:3rem}}@media (min-width: 1400px){.mb-2xl-6{margin-bottom:3rem}}.border-0{border:0}@media (min-width: 0){.border-xs-0{border:0}}@media (min-width: 576px){.border-sm-0{border:0}}@media (min-width: 768px){.border-md-0{border:0}}@media (min-width: 992px){.border-lg-0{border:0}}@media (min-width: 1200px){.border-xl-0{border:0}}@media (min-width: 1400px){.border-2xl-0{border:0}}.border-1{border:.125rem}@media (min-width: 0){.border-xs-1{border:.125rem}}@media (min-width: 576px){.border-sm-1{border:.125rem}}@media (min-width: 768px){.border-md-1{border:.125rem}}@media (min-width: 992px){.border-lg-1{border:.125rem}}@media (min-width: 1200px){.border-xl-1{border:.125rem}}@media (min-width: 1400px){.border-2xl-1{border:.125rem}}.border-2{border:.25rem}@media (min-width: 0){.border-xs-2{border:.25rem}}@media (min-width: 576px){.border-sm-2{border:.25rem}}@media (min-width: 768px){.border-md-2{border:.25rem}}@media (min-width: 992px){.border-lg-2{border:.25rem}}@media (min-width: 1200px){.border-xl-2{border:.25rem}}@media (min-width: 1400px){.border-2xl-2{border:.25rem}}.border-3{border:.375rem}@media (min-width: 0){.border-xs-3{border:.375rem}}@media (min-width: 576px){.border-sm-3{border:.375rem}}@media (min-width: 768px){.border-md-3{border:.375rem}}@media (min-width: 992px){.border-lg-3{border:.375rem}}@media (min-width: 1200px){.border-xl-3{border:.375rem}}@media (min-width: 1400px){.border-2xl-3{border:.375rem}}.border-4{border:.5rem}@media (min-width: 0){.border-xs-4{border:.5rem}}@media (min-width: 576px){.border-sm-4{border:.5rem}}@media (min-width: 768px){.border-md-4{border:.5rem}}@media (min-width: 992px){.border-lg-4{border:.5rem}}@media (min-width: 1200px){.border-xl-4{border:.5rem}}@media (min-width: 1400px){.border-2xl-4{border:.5rem}}.border-5{border:.75rem}@media (min-width: 0){.border-xs-5{border:.75rem}}@media (min-width: 576px){.border-sm-5{border:.75rem}}@media (min-width: 768px){.border-md-5{border:.75rem}}@media (min-width: 992px){.border-lg-5{border:.75rem}}@media (min-width: 1200px){.border-xl-5{border:.75rem}}@media (min-width: 1400px){.border-2xl-5{border:.75rem}}.shadow-1{box-shadow:0 1px 2px #0000001a}@media (min-width: 0){.shadow-xs-1{box-shadow:0 1px 2px #0000001a}}@media (min-width: 576px){.shadow-sm-1{box-shadow:0 1px 2px #0000001a}}@media (min-width: 768px){.shadow-md-1{box-shadow:0 1px 2px #0000001a}}@media (min-width: 992px){.shadow-lg-1{box-shadow:0 1px 2px #0000001a}}@media (min-width: 1200px){.shadow-xl-1{box-shadow:0 1px 2px #0000001a}}@media (min-width: 1400px){.shadow-2xl-1{box-shadow:0 1px 2px #0000001a}}.shadow-2{box-shadow:0 2px 4px #0003}@media (min-width: 0){.shadow-xs-2{box-shadow:0 2px 4px #0003}}@media (min-width: 576px){.shadow-sm-2{box-shadow:0 2px 4px #0003}}@media (min-width: 768px){.shadow-md-2{box-shadow:0 2px 4px #0003}}@media (min-width: 992px){.shadow-lg-2{box-shadow:0 2px 4px #0003}}@media (min-width: 1200px){.shadow-xl-2{box-shadow:0 2px 4px #0003}}@media (min-width: 1400px){.shadow-2xl-2{box-shadow:0 2px 4px #0003}}.shadow-3{box-shadow:0 4px 6px #0003}@media (min-width: 0){.shadow-xs-3{box-shadow:0 4px 6px #0003}}@media (min-width: 576px){.shadow-sm-3{box-shadow:0 4px 6px #0003}}@media (min-width: 768px){.shadow-md-3{box-shadow:0 4px 6px #0003}}@media (min-width: 992px){.shadow-lg-3{box-shadow:0 4px 6px #0003}}@media (min-width: 1200px){.shadow-xl-3{box-shadow:0 4px 6px #0003}}@media (min-width: 1400px){.shadow-2xl-3{box-shadow:0 4px 6px #0003}}.shadow-4{box-shadow:0 10px 20px #0000004d}@media (min-width: 0){.shadow-xs-4{box-shadow:0 10px 20px #0000004d}}@media (min-width: 576px){.shadow-sm-4{box-shadow:0 10px 20px #0000004d}}@media (min-width: 768px){.shadow-md-4{box-shadow:0 10px 20px #0000004d}}@media (min-width: 992px){.shadow-lg-4{box-shadow:0 10px 20px #0000004d}}@media (min-width: 1200px){.shadow-xl-4{box-shadow:0 10px 20px #0000004d}}@media (min-width: 1400px){.shadow-2xl-4{box-shadow:0 10px 20px #0000004d}}.text-1{font-size:.5rem}@media (min-width: 0){.text-xs-1{font-size:.5rem}}@media (min-width: 576px){.text-sm-1{font-size:.5rem}}@media (min-width: 768px){.text-md-1{font-size:.5rem}}@media (min-width: 992px){.text-lg-1{font-size:.5rem}}@media (min-width: 1200px){.text-xl-1{font-size:.5rem}}@media (min-width: 1400px){.text-2xl-1{font-size:.5rem}}.text-2{font-size:.75rem}@media (min-width: 0){.text-xs-2{font-size:.75rem}}@media (min-width: 576px){.text-sm-2{font-size:.75rem}}@media (min-width: 768px){.text-md-2{font-size:.75rem}}@media (min-width: 992px){.text-lg-2{font-size:.75rem}}@media (min-width: 1200px){.text-xl-2{font-size:.75rem}}@media (min-width: 1400px){.text-2xl-2{font-size:.75rem}}.text-3{font-size:.875rem}@media (min-width: 0){.text-xs-3{font-size:.875rem}}@media (min-width: 576px){.text-sm-3{font-size:.875rem}}@media (min-width: 768px){.text-md-3{font-size:.875rem}}@media (min-width: 992px){.text-lg-3{font-size:.875rem}}@media (min-width: 1200px){.text-xl-3{font-size:.875rem}}@media (min-width: 1400px){.text-2xl-3{font-size:.875rem}}.text-4{font-size:1rem}@media (min-width: 0){.text-xs-4{font-size:1rem}}@media (min-width: 576px){.text-sm-4{font-size:1rem}}@media (min-width: 768px){.text-md-4{font-size:1rem}}@media (min-width: 992px){.text-lg-4{font-size:1rem}}@media (min-width: 1200px){.text-xl-4{font-size:1rem}}@media (min-width: 1400px){.text-2xl-4{font-size:1rem}}.text-5{font-size:1.125rem}@media (min-width: 0){.text-xs-5{font-size:1.125rem}}@media (min-width: 576px){.text-sm-5{font-size:1.125rem}}@media (min-width: 768px){.text-md-5{font-size:1.125rem}}@media (min-width: 992px){.text-lg-5{font-size:1.125rem}}@media (min-width: 1200px){.text-xl-5{font-size:1.125rem}}@media (min-width: 1400px){.text-2xl-5{font-size:1.125rem}}.text-6{font-size:1.25rem}@media (min-width: 0){.text-xs-6{font-size:1.25rem}}@media (min-width: 576px){.text-sm-6{font-size:1.25rem}}@media (min-width: 768px){.text-md-6{font-size:1.25rem}}@media (min-width: 992px){.text-lg-6{font-size:1.25rem}}@media (min-width: 1200px){.text-xl-6{font-size:1.25rem}}@media (min-width: 1400px){.text-2xl-6{font-size:1.25rem}}.text-7{font-size:1.5rem}@media (min-width: 0){.text-xs-7{font-size:1.5rem}}@media (min-width: 576px){.text-sm-7{font-size:1.5rem}}@media (min-width: 768px){.text-md-7{font-size:1.5rem}}@media (min-width: 992px){.text-lg-7{font-size:1.5rem}}@media (min-width: 1200px){.text-xl-7{font-size:1.5rem}}@media (min-width: 1400px){.text-2xl-7{font-size:1.5rem}}.text-8{font-size:1.875rem}@media (min-width: 0){.text-xs-8{font-size:1.875rem}}@media (min-width: 576px){.text-sm-8{font-size:1.875rem}}@media (min-width: 768px){.text-md-8{font-size:1.875rem}}@media (min-width: 992px){.text-lg-8{font-size:1.875rem}}@media (min-width: 1200px){.text-xl-8{font-size:1.875rem}}@media (min-width: 1400px){.text-2xl-8{font-size:1.875rem}}.text-9{font-size:2.25rem}@media (min-width: 0){.text-xs-9{font-size:2.25rem}}@media (min-width: 576px){.text-sm-9{font-size:2.25rem}}@media (min-width: 768px){.text-md-9{font-size:2.25rem}}@media (min-width: 992px){.text-lg-9{font-size:2.25rem}}@media (min-width: 1200px){.text-xl-9{font-size:2.25rem}}@media (min-width: 1400px){.text-2xl-9{font-size:2.25rem}}.text-10{font-size:3rem}@media (min-width: 0){.text-xs-10{font-size:3rem}}@media (min-width: 576px){.text-sm-10{font-size:3rem}}@media (min-width: 768px){.text-md-10{font-size:3rem}}@media (min-width: 992px){.text-lg-10{font-size:3rem}}@media (min-width: 1200px){.text-xl-10{font-size:3rem}}@media (min-width: 1400px){.text-2xl-10{font-size:3rem}}.rounded-none{border-radius:0}@media (min-width: 0){.rounded-xs-none{border-radius:0}}@media (min-width: 576px){.rounded-sm-none{border-radius:0}}@media (min-width: 768px){.rounded-md-none{border-radius:0}}@media (min-width: 992px){.rounded-lg-none{border-radius:0}}@media (min-width: 1200px){.rounded-xl-none{border-radius:0}}@media (min-width: 1400px){.rounded-2xl-none{border-radius:0}}.rounded-1{border-radius:1px}@media (min-width: 0){.rounded-xs-1{border-radius:1px}}@media (min-width: 576px){.rounded-sm-1{border-radius:1px}}@media (min-width: 768px){.rounded-md-1{border-radius:1px}}@media (min-width: 992px){.rounded-lg-1{border-radius:1px}}@media (min-width: 1200px){.rounded-xl-1{border-radius:1px}}@media (min-width: 1400px){.rounded-2xl-1{border-radius:1px}}.rounded-2{border-radius:2px}@media (min-width: 0){.rounded-xs-2{border-radius:2px}}@media (min-width: 576px){.rounded-sm-2{border-radius:2px}}@media (min-width: 768px){.rounded-md-2{border-radius:2px}}@media (min-width: 992px){.rounded-lg-2{border-radius:2px}}@media (min-width: 1200px){.rounded-xl-2{border-radius:2px}}@media (min-width: 1400px){.rounded-2xl-2{border-radius:2px}}.rounded-3{border-radius:3px}@media (min-width: 0){.rounded-xs-3{border-radius:3px}}@media (min-width: 576px){.rounded-sm-3{border-radius:3px}}@media (min-width: 768px){.rounded-md-3{border-radius:3px}}@media (min-width: 992px){.rounded-lg-3{border-radius:3px}}@media (min-width: 1200px){.rounded-xl-3{border-radius:3px}}@media (min-width: 1400px){.rounded-2xl-3{border-radius:3px}}.rounded-4{border-radius:4px}@media (min-width: 0){.rounded-xs-4{border-radius:4px}}@media (min-width: 576px){.rounded-sm-4{border-radius:4px}}@media (min-width: 768px){.rounded-md-4{border-radius:4px}}@media (min-width: 992px){.rounded-lg-4{border-radius:4px}}@media (min-width: 1200px){.rounded-xl-4{border-radius:4px}}@media (min-width: 1400px){.rounded-2xl-4{border-radius:4px}}.rounded-5{border-radius:5px}@media (min-width: 0){.rounded-xs-5{border-radius:5px}}@media (min-width: 576px){.rounded-sm-5{border-radius:5px}}@media (min-width: 768px){.rounded-md-5{border-radius:5px}}@media (min-width: 992px){.rounded-lg-5{border-radius:5px}}@media (min-width: 1200px){.rounded-xl-5{border-radius:5px}}@media (min-width: 1400px){.rounded-2xl-5{border-radius:5px}}.rounded-6{border-radius:6px}@media (min-width: 0){.rounded-xs-6{border-radius:6px}}@media (min-width: 576px){.rounded-sm-6{border-radius:6px}}@media (min-width: 768px){.rounded-md-6{border-radius:6px}}@media (min-width: 992px){.rounded-lg-6{border-radius:6px}}@media (min-width: 1200px){.rounded-xl-6{border-radius:6px}}@media (min-width: 1400px){.rounded-2xl-6{border-radius:6px}}.rounded-7{border-radius:7px}@media (min-width: 0){.rounded-xs-7{border-radius:7px}}@media (min-width: 576px){.rounded-sm-7{border-radius:7px}}@media (min-width: 768px){.rounded-md-7{border-radius:7px}}@media (min-width: 992px){.rounded-lg-7{border-radius:7px}}@media (min-width: 1200px){.rounded-xl-7{border-radius:7px}}@media (min-width: 1400px){.rounded-2xl-7{border-radius:7px}}.rounded-8{border-radius:8px}@media (min-width: 0){.rounded-xs-8{border-radius:8px}}@media (min-width: 576px){.rounded-sm-8{border-radius:8px}}@media (min-width: 768px){.rounded-md-8{border-radius:8px}}@media (min-width: 992px){.rounded-lg-8{border-radius:8px}}@media (min-width: 1200px){.rounded-xl-8{border-radius:8px}}@media (min-width: 1400px){.rounded-2xl-8{border-radius:8px}}.rounded-25{border-radius:50px}@media (min-width: 0){.rounded-xs-25{border-radius:50px}}@media (min-width: 576px){.rounded-sm-25{border-radius:50px}}@media (min-width: 768px){.rounded-md-25{border-radius:50px}}@media (min-width: 992px){.rounded-lg-25{border-radius:50px}}@media (min-width: 1200px){.rounded-xl-25{border-radius:50px}}@media (min-width: 1400px){.rounded-2xl-25{border-radius:50px}}.rounded-50{border-radius:50%}@media (min-width: 0){.rounded-xs-50{border-radius:50%}}@media (min-width: 576px){.rounded-sm-50{border-radius:50%}}@media (min-width: 768px){.rounded-md-50{border-radius:50%}}@media (min-width: 992px){.rounded-lg-50{border-radius:50%}}@media (min-width: 1200px){.rounded-xl-50{border-radius:50%}}@media (min-width: 1400px){.rounded-2xl-50{border-radius:50%}}.rounded-tl-none{border-top-left-radius:0}@media (min-width: 0){.rounded-tl-xs-none{border-top-left-radius:0}}@media (min-width: 576px){.rounded-tl-sm-none{border-top-left-radius:0}}@media (min-width: 768px){.rounded-tl-md-none{border-top-left-radius:0}}@media (min-width: 992px){.rounded-tl-lg-none{border-top-left-radius:0}}@media (min-width: 1200px){.rounded-tl-xl-none{border-top-left-radius:0}}@media (min-width: 1400px){.rounded-tl-2xl-none{border-top-left-radius:0}}.rounded-tl-1{border-top-left-radius:1px}@media (min-width: 0){.rounded-tl-xs-1{border-top-left-radius:1px}}@media (min-width: 576px){.rounded-tl-sm-1{border-top-left-radius:1px}}@media (min-width: 768px){.rounded-tl-md-1{border-top-left-radius:1px}}@media (min-width: 992px){.rounded-tl-lg-1{border-top-left-radius:1px}}@media (min-width: 1200px){.rounded-tl-xl-1{border-top-left-radius:1px}}@media (min-width: 1400px){.rounded-tl-2xl-1{border-top-left-radius:1px}}.rounded-tl-2{border-top-left-radius:2px}@media (min-width: 0){.rounded-tl-xs-2{border-top-left-radius:2px}}@media (min-width: 576px){.rounded-tl-sm-2{border-top-left-radius:2px}}@media (min-width: 768px){.rounded-tl-md-2{border-top-left-radius:2px}}@media (min-width: 992px){.rounded-tl-lg-2{border-top-left-radius:2px}}@media (min-width: 1200px){.rounded-tl-xl-2{border-top-left-radius:2px}}@media (min-width: 1400px){.rounded-tl-2xl-2{border-top-left-radius:2px}}.rounded-tl-3{border-top-left-radius:3px}@media (min-width: 0){.rounded-tl-xs-3{border-top-left-radius:3px}}@media (min-width: 576px){.rounded-tl-sm-3{border-top-left-radius:3px}}@media (min-width: 768px){.rounded-tl-md-3{border-top-left-radius:3px}}@media (min-width: 992px){.rounded-tl-lg-3{border-top-left-radius:3px}}@media (min-width: 1200px){.rounded-tl-xl-3{border-top-left-radius:3px}}@media (min-width: 1400px){.rounded-tl-2xl-3{border-top-left-radius:3px}}.rounded-tl-4{border-top-left-radius:4px}@media (min-width: 0){.rounded-tl-xs-4{border-top-left-radius:4px}}@media (min-width: 576px){.rounded-tl-sm-4{border-top-left-radius:4px}}@media (min-width: 768px){.rounded-tl-md-4{border-top-left-radius:4px}}@media (min-width: 992px){.rounded-tl-lg-4{border-top-left-radius:4px}}@media (min-width: 1200px){.rounded-tl-xl-4{border-top-left-radius:4px}}@media (min-width: 1400px){.rounded-tl-2xl-4{border-top-left-radius:4px}}.rounded-tl-5{border-top-left-radius:5px}@media (min-width: 0){.rounded-tl-xs-5{border-top-left-radius:5px}}@media (min-width: 576px){.rounded-tl-sm-5{border-top-left-radius:5px}}@media (min-width: 768px){.rounded-tl-md-5{border-top-left-radius:5px}}@media (min-width: 992px){.rounded-tl-lg-5{border-top-left-radius:5px}}@media (min-width: 1200px){.rounded-tl-xl-5{border-top-left-radius:5px}}@media (min-width: 1400px){.rounded-tl-2xl-5{border-top-left-radius:5px}}.rounded-tl-6{border-top-left-radius:6px}@media (min-width: 0){.rounded-tl-xs-6{border-top-left-radius:6px}}@media (min-width: 576px){.rounded-tl-sm-6{border-top-left-radius:6px}}@media (min-width: 768px){.rounded-tl-md-6{border-top-left-radius:6px}}@media (min-width: 992px){.rounded-tl-lg-6{border-top-left-radius:6px}}@media (min-width: 1200px){.rounded-tl-xl-6{border-top-left-radius:6px}}@media (min-width: 1400px){.rounded-tl-2xl-6{border-top-left-radius:6px}}.rounded-tl-7{border-top-left-radius:7px}@media (min-width: 0){.rounded-tl-xs-7{border-top-left-radius:7px}}@media (min-width: 576px){.rounded-tl-sm-7{border-top-left-radius:7px}}@media (min-width: 768px){.rounded-tl-md-7{border-top-left-radius:7px}}@media (min-width: 992px){.rounded-tl-lg-7{border-top-left-radius:7px}}@media (min-width: 1200px){.rounded-tl-xl-7{border-top-left-radius:7px}}@media (min-width: 1400px){.rounded-tl-2xl-7{border-top-left-radius:7px}}.rounded-tl-8{border-top-left-radius:8px}@media (min-width: 0){.rounded-tl-xs-8{border-top-left-radius:8px}}@media (min-width: 576px){.rounded-tl-sm-8{border-top-left-radius:8px}}@media (min-width: 768px){.rounded-tl-md-8{border-top-left-radius:8px}}@media (min-width: 992px){.rounded-tl-lg-8{border-top-left-radius:8px}}@media (min-width: 1200px){.rounded-tl-xl-8{border-top-left-radius:8px}}@media (min-width: 1400px){.rounded-tl-2xl-8{border-top-left-radius:8px}}.rounded-tl-25{border-top-left-radius:50px}@media (min-width: 0){.rounded-tl-xs-25{border-top-left-radius:50px}}@media (min-width: 576px){.rounded-tl-sm-25{border-top-left-radius:50px}}@media (min-width: 768px){.rounded-tl-md-25{border-top-left-radius:50px}}@media (min-width: 992px){.rounded-tl-lg-25{border-top-left-radius:50px}}@media (min-width: 1200px){.rounded-tl-xl-25{border-top-left-radius:50px}}@media (min-width: 1400px){.rounded-tl-2xl-25{border-top-left-radius:50px}}.rounded-tl-50{border-top-left-radius:50%}@media (min-width: 0){.rounded-tl-xs-50{border-top-left-radius:50%}}@media (min-width: 576px){.rounded-tl-sm-50{border-top-left-radius:50%}}@media (min-width: 768px){.rounded-tl-md-50{border-top-left-radius:50%}}@media (min-width: 992px){.rounded-tl-lg-50{border-top-left-radius:50%}}@media (min-width: 1200px){.rounded-tl-xl-50{border-top-left-radius:50%}}@media (min-width: 1400px){.rounded-tl-2xl-50{border-top-left-radius:50%}}.rounded-tr-none{border-top-right-radius:0}@media (min-width: 0){.rounded-tr-xs-none{border-top-right-radius:0}}@media (min-width: 576px){.rounded-tr-sm-none{border-top-right-radius:0}}@media (min-width: 768px){.rounded-tr-md-none{border-top-right-radius:0}}@media (min-width: 992px){.rounded-tr-lg-none{border-top-right-radius:0}}@media (min-width: 1200px){.rounded-tr-xl-none{border-top-right-radius:0}}@media (min-width: 1400px){.rounded-tr-2xl-none{border-top-right-radius:0}}.rounded-tr-1{border-top-right-radius:1px}@media (min-width: 0){.rounded-tr-xs-1{border-top-right-radius:1px}}@media (min-width: 576px){.rounded-tr-sm-1{border-top-right-radius:1px}}@media (min-width: 768px){.rounded-tr-md-1{border-top-right-radius:1px}}@media (min-width: 992px){.rounded-tr-lg-1{border-top-right-radius:1px}}@media (min-width: 1200px){.rounded-tr-xl-1{border-top-right-radius:1px}}@media (min-width: 1400px){.rounded-tr-2xl-1{border-top-right-radius:1px}}.rounded-tr-2{border-top-right-radius:2px}@media (min-width: 0){.rounded-tr-xs-2{border-top-right-radius:2px}}@media (min-width: 576px){.rounded-tr-sm-2{border-top-right-radius:2px}}@media (min-width: 768px){.rounded-tr-md-2{border-top-right-radius:2px}}@media (min-width: 992px){.rounded-tr-lg-2{border-top-right-radius:2px}}@media (min-width: 1200px){.rounded-tr-xl-2{border-top-right-radius:2px}}@media (min-width: 1400px){.rounded-tr-2xl-2{border-top-right-radius:2px}}.rounded-tr-3{border-top-right-radius:3px}@media (min-width: 0){.rounded-tr-xs-3{border-top-right-radius:3px}}@media (min-width: 576px){.rounded-tr-sm-3{border-top-right-radius:3px}}@media (min-width: 768px){.rounded-tr-md-3{border-top-right-radius:3px}}@media (min-width: 992px){.rounded-tr-lg-3{border-top-right-radius:3px}}@media (min-width: 1200px){.rounded-tr-xl-3{border-top-right-radius:3px}}@media (min-width: 1400px){.rounded-tr-2xl-3{border-top-right-radius:3px}}.rounded-tr-4{border-top-right-radius:4px}@media (min-width: 0){.rounded-tr-xs-4{border-top-right-radius:4px}}@media (min-width: 576px){.rounded-tr-sm-4{border-top-right-radius:4px}}@media (min-width: 768px){.rounded-tr-md-4{border-top-right-radius:4px}}@media (min-width: 992px){.rounded-tr-lg-4{border-top-right-radius:4px}}@media (min-width: 1200px){.rounded-tr-xl-4{border-top-right-radius:4px}}@media (min-width: 1400px){.rounded-tr-2xl-4{border-top-right-radius:4px}}.rounded-tr-5{border-top-right-radius:5px}@media (min-width: 0){.rounded-tr-xs-5{border-top-right-radius:5px}}@media (min-width: 576px){.rounded-tr-sm-5{border-top-right-radius:5px}}@media (min-width: 768px){.rounded-tr-md-5{border-top-right-radius:5px}}@media (min-width: 992px){.rounded-tr-lg-5{border-top-right-radius:5px}}@media (min-width: 1200px){.rounded-tr-xl-5{border-top-right-radius:5px}}@media (min-width: 1400px){.rounded-tr-2xl-5{border-top-right-radius:5px}}.rounded-tr-6{border-top-right-radius:6px}@media (min-width: 0){.rounded-tr-xs-6{border-top-right-radius:6px}}@media (min-width: 576px){.rounded-tr-sm-6{border-top-right-radius:6px}}@media (min-width: 768px){.rounded-tr-md-6{border-top-right-radius:6px}}@media (min-width: 992px){.rounded-tr-lg-6{border-top-right-radius:6px}}@media (min-width: 1200px){.rounded-tr-xl-6{border-top-right-radius:6px}}@media (min-width: 1400px){.rounded-tr-2xl-6{border-top-right-radius:6px}}.rounded-tr-7{border-top-right-radius:7px}@media (min-width: 0){.rounded-tr-xs-7{border-top-right-radius:7px}}@media (min-width: 576px){.rounded-tr-sm-7{border-top-right-radius:7px}}@media (min-width: 768px){.rounded-tr-md-7{border-top-right-radius:7px}}@media (min-width: 992px){.rounded-tr-lg-7{border-top-right-radius:7px}}@media (min-width: 1200px){.rounded-tr-xl-7{border-top-right-radius:7px}}@media (min-width: 1400px){.rounded-tr-2xl-7{border-top-right-radius:7px}}.rounded-tr-8{border-top-right-radius:8px}@media (min-width: 0){.rounded-tr-xs-8{border-top-right-radius:8px}}@media (min-width: 576px){.rounded-tr-sm-8{border-top-right-radius:8px}}@media (min-width: 768px){.rounded-tr-md-8{border-top-right-radius:8px}}@media (min-width: 992px){.rounded-tr-lg-8{border-top-right-radius:8px}}@media (min-width: 1200px){.rounded-tr-xl-8{border-top-right-radius:8px}}@media (min-width: 1400px){.rounded-tr-2xl-8{border-top-right-radius:8px}}.rounded-tr-25{border-top-right-radius:50px}@media (min-width: 0){.rounded-tr-xs-25{border-top-right-radius:50px}}@media (min-width: 576px){.rounded-tr-sm-25{border-top-right-radius:50px}}@media (min-width: 768px){.rounded-tr-md-25{border-top-right-radius:50px}}@media (min-width: 992px){.rounded-tr-lg-25{border-top-right-radius:50px}}@media (min-width: 1200px){.rounded-tr-xl-25{border-top-right-radius:50px}}@media (min-width: 1400px){.rounded-tr-2xl-25{border-top-right-radius:50px}}.rounded-tr-50{border-top-right-radius:50%}@media (min-width: 0){.rounded-tr-xs-50{border-top-right-radius:50%}}@media (min-width: 576px){.rounded-tr-sm-50{border-top-right-radius:50%}}@media (min-width: 768px){.rounded-tr-md-50{border-top-right-radius:50%}}@media (min-width: 992px){.rounded-tr-lg-50{border-top-right-radius:50%}}@media (min-width: 1200px){.rounded-tr-xl-50{border-top-right-radius:50%}}@media (min-width: 1400px){.rounded-tr-2xl-50{border-top-right-radius:50%}}.rounded-bl-none{border-bottom-left-radius:0}@media (min-width: 0){.rounded-bl-xs-none{border-bottom-left-radius:0}}@media (min-width: 576px){.rounded-bl-sm-none{border-bottom-left-radius:0}}@media (min-width: 768px){.rounded-bl-md-none{border-bottom-left-radius:0}}@media (min-width: 992px){.rounded-bl-lg-none{border-bottom-left-radius:0}}@media (min-width: 1200px){.rounded-bl-xl-none{border-bottom-left-radius:0}}@media (min-width: 1400px){.rounded-bl-2xl-none{border-bottom-left-radius:0}}.rounded-bl-1{border-bottom-left-radius:1px}@media (min-width: 0){.rounded-bl-xs-1{border-bottom-left-radius:1px}}@media (min-width: 576px){.rounded-bl-sm-1{border-bottom-left-radius:1px}}@media (min-width: 768px){.rounded-bl-md-1{border-bottom-left-radius:1px}}@media (min-width: 992px){.rounded-bl-lg-1{border-bottom-left-radius:1px}}@media (min-width: 1200px){.rounded-bl-xl-1{border-bottom-left-radius:1px}}@media (min-width: 1400px){.rounded-bl-2xl-1{border-bottom-left-radius:1px}}.rounded-bl-2{border-bottom-left-radius:2px}@media (min-width: 0){.rounded-bl-xs-2{border-bottom-left-radius:2px}}@media (min-width: 576px){.rounded-bl-sm-2{border-bottom-left-radius:2px}}@media (min-width: 768px){.rounded-bl-md-2{border-bottom-left-radius:2px}}@media (min-width: 992px){.rounded-bl-lg-2{border-bottom-left-radius:2px}}@media (min-width: 1200px){.rounded-bl-xl-2{border-bottom-left-radius:2px}}@media (min-width: 1400px){.rounded-bl-2xl-2{border-bottom-left-radius:2px}}.rounded-bl-3{border-bottom-left-radius:3px}@media (min-width: 0){.rounded-bl-xs-3{border-bottom-left-radius:3px}}@media (min-width: 576px){.rounded-bl-sm-3{border-bottom-left-radius:3px}}@media (min-width: 768px){.rounded-bl-md-3{border-bottom-left-radius:3px}}@media (min-width: 992px){.rounded-bl-lg-3{border-bottom-left-radius:3px}}@media (min-width: 1200px){.rounded-bl-xl-3{border-bottom-left-radius:3px}}@media (min-width: 1400px){.rounded-bl-2xl-3{border-bottom-left-radius:3px}}.rounded-bl-4{border-bottom-left-radius:4px}@media (min-width: 0){.rounded-bl-xs-4{border-bottom-left-radius:4px}}@media (min-width: 576px){.rounded-bl-sm-4{border-bottom-left-radius:4px}}@media (min-width: 768px){.rounded-bl-md-4{border-bottom-left-radius:4px}}@media (min-width: 992px){.rounded-bl-lg-4{border-bottom-left-radius:4px}}@media (min-width: 1200px){.rounded-bl-xl-4{border-bottom-left-radius:4px}}@media (min-width: 1400px){.rounded-bl-2xl-4{border-bottom-left-radius:4px}}.rounded-bl-5{border-bottom-left-radius:5px}@media (min-width: 0){.rounded-bl-xs-5{border-bottom-left-radius:5px}}@media (min-width: 576px){.rounded-bl-sm-5{border-bottom-left-radius:5px}}@media (min-width: 768px){.rounded-bl-md-5{border-bottom-left-radius:5px}}@media (min-width: 992px){.rounded-bl-lg-5{border-bottom-left-radius:5px}}@media (min-width: 1200px){.rounded-bl-xl-5{border-bottom-left-radius:5px}}@media (min-width: 1400px){.rounded-bl-2xl-5{border-bottom-left-radius:5px}}.rounded-bl-6{border-bottom-left-radius:6px}@media (min-width: 0){.rounded-bl-xs-6{border-bottom-left-radius:6px}}@media (min-width: 576px){.rounded-bl-sm-6{border-bottom-left-radius:6px}}@media (min-width: 768px){.rounded-bl-md-6{border-bottom-left-radius:6px}}@media (min-width: 992px){.rounded-bl-lg-6{border-bottom-left-radius:6px}}@media (min-width: 1200px){.rounded-bl-xl-6{border-bottom-left-radius:6px}}@media (min-width: 1400px){.rounded-bl-2xl-6{border-bottom-left-radius:6px}}.rounded-bl-7{border-bottom-left-radius:7px}@media (min-width: 0){.rounded-bl-xs-7{border-bottom-left-radius:7px}}@media (min-width: 576px){.rounded-bl-sm-7{border-bottom-left-radius:7px}}@media (min-width: 768px){.rounded-bl-md-7{border-bottom-left-radius:7px}}@media (min-width: 992px){.rounded-bl-lg-7{border-bottom-left-radius:7px}}@media (min-width: 1200px){.rounded-bl-xl-7{border-bottom-left-radius:7px}}@media (min-width: 1400px){.rounded-bl-2xl-7{border-bottom-left-radius:7px}}.rounded-bl-8{border-bottom-left-radius:8px}@media (min-width: 0){.rounded-bl-xs-8{border-bottom-left-radius:8px}}@media (min-width: 576px){.rounded-bl-sm-8{border-bottom-left-radius:8px}}@media (min-width: 768px){.rounded-bl-md-8{border-bottom-left-radius:8px}}@media (min-width: 992px){.rounded-bl-lg-8{border-bottom-left-radius:8px}}@media (min-width: 1200px){.rounded-bl-xl-8{border-bottom-left-radius:8px}}@media (min-width: 1400px){.rounded-bl-2xl-8{border-bottom-left-radius:8px}}.rounded-bl-25{border-bottom-left-radius:50px}@media (min-width: 0){.rounded-bl-xs-25{border-bottom-left-radius:50px}}@media (min-width: 576px){.rounded-bl-sm-25{border-bottom-left-radius:50px}}@media (min-width: 768px){.rounded-bl-md-25{border-bottom-left-radius:50px}}@media (min-width: 992px){.rounded-bl-lg-25{border-bottom-left-radius:50px}}@media (min-width: 1200px){.rounded-bl-xl-25{border-bottom-left-radius:50px}}@media (min-width: 1400px){.rounded-bl-2xl-25{border-bottom-left-radius:50px}}.rounded-bl-50{border-bottom-left-radius:50%}@media (min-width: 0){.rounded-bl-xs-50{border-bottom-left-radius:50%}}@media (min-width: 576px){.rounded-bl-sm-50{border-bottom-left-radius:50%}}@media (min-width: 768px){.rounded-bl-md-50{border-bottom-left-radius:50%}}@media (min-width: 992px){.rounded-bl-lg-50{border-bottom-left-radius:50%}}@media (min-width: 1200px){.rounded-bl-xl-50{border-bottom-left-radius:50%}}@media (min-width: 1400px){.rounded-bl-2xl-50{border-bottom-left-radius:50%}}.rounded-br-none{border-bottom-right-radius:0}@media (min-width: 0){.rounded-br-xs-none{border-bottom-right-radius:0}}@media (min-width: 576px){.rounded-br-sm-none{border-bottom-right-radius:0}}@media (min-width: 768px){.rounded-br-md-none{border-bottom-right-radius:0}}@media (min-width: 992px){.rounded-br-lg-none{border-bottom-right-radius:0}}@media (min-width: 1200px){.rounded-br-xl-none{border-bottom-right-radius:0}}@media (min-width: 1400px){.rounded-br-2xl-none{border-bottom-right-radius:0}}.rounded-br-1{border-bottom-right-radius:1px}@media (min-width: 0){.rounded-br-xs-1{border-bottom-right-radius:1px}}@media (min-width: 576px){.rounded-br-sm-1{border-bottom-right-radius:1px}}@media (min-width: 768px){.rounded-br-md-1{border-bottom-right-radius:1px}}@media (min-width: 992px){.rounded-br-lg-1{border-bottom-right-radius:1px}}@media (min-width: 1200px){.rounded-br-xl-1{border-bottom-right-radius:1px}}@media (min-width: 1400px){.rounded-br-2xl-1{border-bottom-right-radius:1px}}.rounded-br-2{border-bottom-right-radius:2px}@media (min-width: 0){.rounded-br-xs-2{border-bottom-right-radius:2px}}@media (min-width: 576px){.rounded-br-sm-2{border-bottom-right-radius:2px}}@media (min-width: 768px){.rounded-br-md-2{border-bottom-right-radius:2px}}@media (min-width: 992px){.rounded-br-lg-2{border-bottom-right-radius:2px}}@media (min-width: 1200px){.rounded-br-xl-2{border-bottom-right-radius:2px}}@media (min-width: 1400px){.rounded-br-2xl-2{border-bottom-right-radius:2px}}.rounded-br-3{border-bottom-right-radius:3px}@media (min-width: 0){.rounded-br-xs-3{border-bottom-right-radius:3px}}@media (min-width: 576px){.rounded-br-sm-3{border-bottom-right-radius:3px}}@media (min-width: 768px){.rounded-br-md-3{border-bottom-right-radius:3px}}@media (min-width: 992px){.rounded-br-lg-3{border-bottom-right-radius:3px}}@media (min-width: 1200px){.rounded-br-xl-3{border-bottom-right-radius:3px}}@media (min-width: 1400px){.rounded-br-2xl-3{border-bottom-right-radius:3px}}.rounded-br-4{border-bottom-right-radius:4px}@media (min-width: 0){.rounded-br-xs-4{border-bottom-right-radius:4px}}@media (min-width: 576px){.rounded-br-sm-4{border-bottom-right-radius:4px}}@media (min-width: 768px){.rounded-br-md-4{border-bottom-right-radius:4px}}@media (min-width: 992px){.rounded-br-lg-4{border-bottom-right-radius:4px}}@media (min-width: 1200px){.rounded-br-xl-4{border-bottom-right-radius:4px}}@media (min-width: 1400px){.rounded-br-2xl-4{border-bottom-right-radius:4px}}.rounded-br-5{border-bottom-right-radius:5px}@media (min-width: 0){.rounded-br-xs-5{border-bottom-right-radius:5px}}@media (min-width: 576px){.rounded-br-sm-5{border-bottom-right-radius:5px}}@media (min-width: 768px){.rounded-br-md-5{border-bottom-right-radius:5px}}@media (min-width: 992px){.rounded-br-lg-5{border-bottom-right-radius:5px}}@media (min-width: 1200px){.rounded-br-xl-5{border-bottom-right-radius:5px}}@media (min-width: 1400px){.rounded-br-2xl-5{border-bottom-right-radius:5px}}.rounded-br-6{border-bottom-right-radius:6px}@media (min-width: 0){.rounded-br-xs-6{border-bottom-right-radius:6px}}@media (min-width: 576px){.rounded-br-sm-6{border-bottom-right-radius:6px}}@media (min-width: 768px){.rounded-br-md-6{border-bottom-right-radius:6px}}@media (min-width: 992px){.rounded-br-lg-6{border-bottom-right-radius:6px}}@media (min-width: 1200px){.rounded-br-xl-6{border-bottom-right-radius:6px}}@media (min-width: 1400px){.rounded-br-2xl-6{border-bottom-right-radius:6px}}.rounded-br-7{border-bottom-right-radius:7px}@media (min-width: 0){.rounded-br-xs-7{border-bottom-right-radius:7px}}@media (min-width: 576px){.rounded-br-sm-7{border-bottom-right-radius:7px}}@media (min-width: 768px){.rounded-br-md-7{border-bottom-right-radius:7px}}@media (min-width: 992px){.rounded-br-lg-7{border-bottom-right-radius:7px}}@media (min-width: 1200px){.rounded-br-xl-7{border-bottom-right-radius:7px}}@media (min-width: 1400px){.rounded-br-2xl-7{border-bottom-right-radius:7px}}.rounded-br-8{border-bottom-right-radius:8px}@media (min-width: 0){.rounded-br-xs-8{border-bottom-right-radius:8px}}@media (min-width: 576px){.rounded-br-sm-8{border-bottom-right-radius:8px}}@media (min-width: 768px){.rounded-br-md-8{border-bottom-right-radius:8px}}@media (min-width: 992px){.rounded-br-lg-8{border-bottom-right-radius:8px}}@media (min-width: 1200px){.rounded-br-xl-8{border-bottom-right-radius:8px}}@media (min-width: 1400px){.rounded-br-2xl-8{border-bottom-right-radius:8px}}.rounded-br-25{border-bottom-right-radius:50px}@media (min-width: 0){.rounded-br-xs-25{border-bottom-right-radius:50px}}@media (min-width: 576px){.rounded-br-sm-25{border-bottom-right-radius:50px}}@media (min-width: 768px){.rounded-br-md-25{border-bottom-right-radius:50px}}@media (min-width: 992px){.rounded-br-lg-25{border-bottom-right-radius:50px}}@media (min-width: 1200px){.rounded-br-xl-25{border-bottom-right-radius:50px}}@media (min-width: 1400px){.rounded-br-2xl-25{border-bottom-right-radius:50px}}.rounded-br-50{border-bottom-right-radius:50%}@media (min-width: 0){.rounded-br-xs-50{border-bottom-right-radius:50%}}@media (min-width: 576px){.rounded-br-sm-50{border-bottom-right-radius:50%}}@media (min-width: 768px){.rounded-br-md-50{border-bottom-right-radius:50%}}@media (min-width: 992px){.rounded-br-lg-50{border-bottom-right-radius:50%}}@media (min-width: 1200px){.rounded-br-xl-50{border-bottom-right-radius:50%}}@media (min-width: 1400px){.rounded-br-2xl-50{border-bottom-right-radius:50%}}.h-auto{height:auto}@media (min-width: 0){.h-xs-auto{height:auto}}@media (min-width: 576px){.h-sm-auto{height:auto}}@media (min-width: 768px){.h-md-auto{height:auto}}@media (min-width: 992px){.h-lg-auto{height:auto}}@media (min-width: 1200px){.h-xl-auto{height:auto}}@media (min-width: 1400px){.h-2xl-auto{height:auto}}.h-0{height:0}@media (min-width: 0){.h-xs-0{height:0}}@media (min-width: 576px){.h-sm-0{height:0}}@media (min-width: 768px){.h-md-0{height:0}}@media (min-width: 992px){.h-lg-0{height:0}}@media (min-width: 1200px){.h-xl-0{height:0}}@media (min-width: 1400px){.h-2xl-0{height:0}}.h-10{height:10%}@media (min-width: 0){.h-xs-10{height:10%}}@media (min-width: 576px){.h-sm-10{height:10%}}@media (min-width: 768px){.h-md-10{height:10%}}@media (min-width: 992px){.h-lg-10{height:10%}}@media (min-width: 1200px){.h-xl-10{height:10%}}@media (min-width: 1400px){.h-2xl-10{height:10%}}.h-25{height:25%}@media (min-width: 0){.h-xs-25{height:25%}}@media (min-width: 576px){.h-sm-25{height:25%}}@media (min-width: 768px){.h-md-25{height:25%}}@media (min-width: 992px){.h-lg-25{height:25%}}@media (min-width: 1200px){.h-xl-25{height:25%}}@media (min-width: 1400px){.h-2xl-25{height:25%}}.h-50{height:50%}@media (min-width: 0){.h-xs-50{height:50%}}@media (min-width: 576px){.h-sm-50{height:50%}}@media (min-width: 768px){.h-md-50{height:50%}}@media (min-width: 992px){.h-lg-50{height:50%}}@media (min-width: 1200px){.h-xl-50{height:50%}}@media (min-width: 1400px){.h-2xl-50{height:50%}}.h-75{height:75%}@media (min-width: 0){.h-xs-75{height:75%}}@media (min-width: 576px){.h-sm-75{height:75%}}@media (min-width: 768px){.h-md-75{height:75%}}@media (min-width: 992px){.h-lg-75{height:75%}}@media (min-width: 1200px){.h-xl-75{height:75%}}@media (min-width: 1400px){.h-2xl-75{height:75%}}.h-100{height:100%}@media (min-width: 0){.h-xs-100{height:100%}}@media (min-width: 576px){.h-sm-100{height:100%}}@media (min-width: 768px){.h-md-100{height:100%}}@media (min-width: 992px){.h-lg-100{height:100%}}@media (min-width: 1200px){.h-xl-100{height:100%}}@media (min-width: 1400px){.h-2xl-100{height:100%}}.h-1rem{height:1rem}@media (min-width: 0){.h-xs-1rem{height:1rem}}@media (min-width: 576px){.h-sm-1rem{height:1rem}}@media (min-width: 768px){.h-md-1rem{height:1rem}}@media (min-width: 992px){.h-lg-1rem{height:1rem}}@media (min-width: 1200px){.h-xl-1rem{height:1rem}}@media (min-width: 1400px){.h-2xl-1rem{height:1rem}}.h-2rem{height:2rem}@media (min-width: 0){.h-xs-2rem{height:2rem}}@media (min-width: 576px){.h-sm-2rem{height:2rem}}@media (min-width: 768px){.h-md-2rem{height:2rem}}@media (min-width: 992px){.h-lg-2rem{height:2rem}}@media (min-width: 1200px){.h-xl-2rem{height:2rem}}@media (min-width: 1400px){.h-2xl-2rem{height:2rem}}.h-4rem{height:4rem}@media (min-width: 0){.h-xs-4rem{height:4rem}}@media (min-width: 576px){.h-sm-4rem{height:4rem}}@media (min-width: 768px){.h-md-4rem{height:4rem}}@media (min-width: 992px){.h-lg-4rem{height:4rem}}@media (min-width: 1200px){.h-xl-4rem{height:4rem}}@media (min-width: 1400px){.h-2xl-4rem{height:4rem}}.w-auto{width:auto}@media (min-width: 0){.w-xs-auto{width:auto}}@media (min-width: 576px){.w-sm-auto{width:auto}}@media (min-width: 768px){.w-md-auto{width:auto}}@media (min-width: 992px){.w-lg-auto{width:auto}}@media (min-width: 1200px){.w-xl-auto{width:auto}}@media (min-width: 1400px){.w-2xl-auto{width:auto}}.w-0{width:0}@media (min-width: 0){.w-xs-0{width:0}}@media (min-width: 576px){.w-sm-0{width:0}}@media (min-width: 768px){.w-md-0{width:0}}@media (min-width: 992px){.w-lg-0{width:0}}@media (min-width: 1200px){.w-xl-0{width:0}}@media (min-width: 1400px){.w-2xl-0{width:0}}.w-10{width:10%}@media (min-width: 0){.w-xs-10{width:10%}}@media (min-width: 576px){.w-sm-10{width:10%}}@media (min-width: 768px){.w-md-10{width:10%}}@media (min-width: 992px){.w-lg-10{width:10%}}@media (min-width: 1200px){.w-xl-10{width:10%}}@media (min-width: 1400px){.w-2xl-10{width:10%}}.w-25{width:25%}@media (min-width: 0){.w-xs-25{width:25%}}@media (min-width: 576px){.w-sm-25{width:25%}}@media (min-width: 768px){.w-md-25{width:25%}}@media (min-width: 992px){.w-lg-25{width:25%}}@media (min-width: 1200px){.w-xl-25{width:25%}}@media (min-width: 1400px){.w-2xl-25{width:25%}}.w-50{width:50%}@media (min-width: 0){.w-xs-50{width:50%}}@media (min-width: 576px){.w-sm-50{width:50%}}@media (min-width: 768px){.w-md-50{width:50%}}@media (min-width: 992px){.w-lg-50{width:50%}}@media (min-width: 1200px){.w-xl-50{width:50%}}@media (min-width: 1400px){.w-2xl-50{width:50%}}.w-75{width:75%}@media (min-width: 0){.w-xs-75{width:75%}}@media (min-width: 576px){.w-sm-75{width:75%}}@media (min-width: 768px){.w-md-75{width:75%}}@media (min-width: 992px){.w-lg-75{width:75%}}@media (min-width: 1200px){.w-xl-75{width:75%}}@media (min-width: 1400px){.w-2xl-75{width:75%}}.w-100{width:100%}@media (min-width: 0){.w-xs-100{width:100%}}@media (min-width: 576px){.w-sm-100{width:100%}}@media (min-width: 768px){.w-md-100{width:100%}}@media (min-width: 992px){.w-lg-100{width:100%}}@media (min-width: 1200px){.w-xl-100{width:100%}}@media (min-width: 1400px){.w-2xl-100{width:100%}}.w-1rem{width:1rem}@media (min-width: 0){.w-xs-1rem{width:1rem}}@media (min-width: 576px){.w-sm-1rem{width:1rem}}@media (min-width: 768px){.w-md-1rem{width:1rem}}@media (min-width: 992px){.w-lg-1rem{width:1rem}}@media (min-width: 1200px){.w-xl-1rem{width:1rem}}@media (min-width: 1400px){.w-2xl-1rem{width:1rem}}.w-2rem{width:2rem}@media (min-width: 0){.w-xs-2rem{width:2rem}}@media (min-width: 576px){.w-sm-2rem{width:2rem}}@media (min-width: 768px){.w-md-2rem{width:2rem}}@media (min-width: 992px){.w-lg-2rem{width:2rem}}@media (min-width: 1200px){.w-xl-2rem{width:2rem}}@media (min-width: 1400px){.w-2xl-2rem{width:2rem}}.w-4rem{width:4rem}@media (min-width: 0){.w-xs-4rem{width:4rem}}@media (min-width: 576px){.w-sm-4rem{width:4rem}}@media (min-width: 768px){.w-md-4rem{width:4rem}}@media (min-width: 992px){.w-lg-4rem{width:4rem}}@media (min-width: 1200px){.w-xl-4rem{width:4rem}}@media (min-width: 1400px){.w-2xl-4rem{width:4rem}}.flex-row{flex-direction:row}@media (min-width: 0){.flex-xs-row{flex-direction:row}}@media (min-width: 576px){.flex-sm-row{flex-direction:row}}@media (min-width: 768px){.flex-md-row{flex-direction:row}}@media (min-width: 992px){.flex-lg-row{flex-direction:row}}@media (min-width: 1200px){.flex-xl-row{flex-direction:row}}@media (min-width: 1400px){.flex-2xl-row{flex-direction:row}}.flex-row-reverse{flex-direction:row-reverse}@media (min-width: 0){.flex-xs-row-reverse{flex-direction:row-reverse}}@media (min-width: 576px){.flex-sm-row-reverse{flex-direction:row-reverse}}@media (min-width: 768px){.flex-md-row-reverse{flex-direction:row-reverse}}@media (min-width: 992px){.flex-lg-row-reverse{flex-direction:row-reverse}}@media (min-width: 1200px){.flex-xl-row-reverse{flex-direction:row-reverse}}@media (min-width: 1400px){.flex-2xl-row-reverse{flex-direction:row-reverse}}.flex-column{flex-direction:column}@media (min-width: 0){.flex-xs-column{flex-direction:column}}@media (min-width: 576px){.flex-sm-column{flex-direction:column}}@media (min-width: 768px){.flex-md-column{flex-direction:column}}@media (min-width: 992px){.flex-lg-column{flex-direction:column}}@media (min-width: 1200px){.flex-xl-column{flex-direction:column}}@media (min-width: 1400px){.flex-2xl-column{flex-direction:column}}.flex-column-reverse{flex-direction:column-reverse}@media (min-width: 0){.flex-xs-column-reverse{flex-direction:column-reverse}}@media (min-width: 576px){.flex-sm-column-reverse{flex-direction:column-reverse}}@media (min-width: 768px){.flex-md-column-reverse{flex-direction:column-reverse}}@media (min-width: 992px){.flex-lg-column-reverse{flex-direction:column-reverse}}@media (min-width: 1200px){.flex-xl-column-reverse{flex-direction:column-reverse}}@media (min-width: 1400px){.flex-2xl-column-reverse{flex-direction:column-reverse}}.flex-start{flex-direction:flex-start}@media (min-width: 0){.flex-xs-start{flex-direction:flex-start}}@media (min-width: 576px){.flex-sm-start{flex-direction:flex-start}}@media (min-width: 768px){.flex-md-start{flex-direction:flex-start}}@media (min-width: 992px){.flex-lg-start{flex-direction:flex-start}}@media (min-width: 1200px){.flex-xl-start{flex-direction:flex-start}}@media (min-width: 1400px){.flex-2xl-start{flex-direction:flex-start}}.flex-end{flex-direction:flex-end}@media (min-width: 0){.flex-xs-end{flex-direction:flex-end}}@media (min-width: 576px){.flex-sm-end{flex-direction:flex-end}}@media (min-width: 768px){.flex-md-end{flex-direction:flex-end}}@media (min-width: 992px){.flex-lg-end{flex-direction:flex-end}}@media (min-width: 1200px){.flex-xl-end{flex-direction:flex-end}}@media (min-width: 1400px){.flex-2xl-end{flex-direction:flex-end}}.flex-center{flex-direction:center}@media (min-width: 0){.flex-xs-center{flex-direction:center}}@media (min-width: 576px){.flex-sm-center{flex-direction:center}}@media (min-width: 768px){.flex-md-center{flex-direction:center}}@media (min-width: 992px){.flex-lg-center{flex-direction:center}}@media (min-width: 1200px){.flex-xl-center{flex-direction:center}}@media (min-width: 1400px){.flex-2xl-center{flex-direction:center}}.flex-between{flex-direction:space-between}@media (min-width: 0){.flex-xs-between{flex-direction:space-between}}@media (min-width: 576px){.flex-sm-between{flex-direction:space-between}}@media (min-width: 768px){.flex-md-between{flex-direction:space-between}}@media (min-width: 992px){.flex-lg-between{flex-direction:space-between}}@media (min-width: 1200px){.flex-xl-between{flex-direction:space-between}}@media (min-width: 1400px){.flex-2xl-between{flex-direction:space-between}}.flex-around{flex-direction:space-around}@media (min-width: 0){.flex-xs-around{flex-direction:space-around}}@media (min-width: 576px){.flex-sm-around{flex-direction:space-around}}@media (min-width: 768px){.flex-md-around{flex-direction:space-around}}@media (min-width: 992px){.flex-lg-around{flex-direction:space-around}}@media (min-width: 1200px){.flex-xl-around{flex-direction:space-around}}@media (min-width: 1400px){.flex-2xl-around{flex-direction:space-around}}.flex-evenly{flex-direction:space-evenly}@media (min-width: 0){.flex-xs-evenly{flex-direction:space-evenly}}@media (min-width: 576px){.flex-sm-evenly{flex-direction:space-evenly}}@media (min-width: 768px){.flex-md-evenly{flex-direction:space-evenly}}@media (min-width: 992px){.flex-lg-evenly{flex-direction:space-evenly}}@media (min-width: 1200px){.flex-xl-evenly{flex-direction:space-evenly}}@media (min-width: 1400px){.flex-2xl-evenly{flex-direction:space-evenly}}.flex-stretch{flex-direction:stretch}@media (min-width: 0){.flex-xs-stretch{flex-direction:stretch}}@media (min-width: 576px){.flex-sm-stretch{flex-direction:stretch}}@media (min-width: 768px){.flex-md-stretch{flex-direction:stretch}}@media (min-width: 992px){.flex-lg-stretch{flex-direction:stretch}}@media (min-width: 1200px){.flex-xl-stretch{flex-direction:stretch}}@media (min-width: 1400px){.flex-2xl-stretch{flex-direction:stretch}}.flex-baseline{flex-direction:baseline}@media (min-width: 0){.flex-xs-baseline{flex-direction:baseline}}@media (min-width: 576px){.flex-sm-baseline{flex-direction:baseline}}@media (min-width: 768px){.flex-md-baseline{flex-direction:baseline}}@media (min-width: 992px){.flex-lg-baseline{flex-direction:baseline}}@media (min-width: 1200px){.flex-xl-baseline{flex-direction:baseline}}@media (min-width: 1400px){.flex-2xl-baseline{flex-direction:baseline}}.flex-nowrap{flex-direction:nowrap}@media (min-width: 0){.flex-xs-nowrap{flex-direction:nowrap}}@media (min-width: 576px){.flex-sm-nowrap{flex-direction:nowrap}}@media (min-width: 768px){.flex-md-nowrap{flex-direction:nowrap}}@media (min-width: 992px){.flex-lg-nowrap{flex-direction:nowrap}}@media (min-width: 1200px){.flex-xl-nowrap{flex-direction:nowrap}}@media (min-width: 1400px){.flex-2xl-nowrap{flex-direction:nowrap}}.flex-wrap{flex-direction:wrap}@media (min-width: 0){.flex-xs-wrap{flex-direction:wrap}}@media (min-width: 576px){.flex-sm-wrap{flex-direction:wrap}}@media (min-width: 768px){.flex-md-wrap{flex-direction:wrap}}@media (min-width: 992px){.flex-lg-wrap{flex-direction:wrap}}@media (min-width: 1200px){.flex-xl-wrap{flex-direction:wrap}}@media (min-width: 1400px){.flex-2xl-wrap{flex-direction:wrap}}.flex-wrap-reverse{flex-direction:wrap-reverse}@media (min-width: 0){.flex-xs-wrap-reverse{flex-direction:wrap-reverse}}@media (min-width: 576px){.flex-sm-wrap-reverse{flex-direction:wrap-reverse}}@media (min-width: 768px){.flex-md-wrap-reverse{flex-direction:wrap-reverse}}@media (min-width: 992px){.flex-lg-wrap-reverse{flex-direction:wrap-reverse}}@media (min-width: 1200px){.flex-xl-wrap-reverse{flex-direction:wrap-reverse}}@media (min-width: 1400px){.flex-2xl-wrap-reverse{flex-direction:wrap-reverse}}.justify-row{justify-content:row}@media (min-width: 0){.justify-xs-row{justify-content:row}}@media (min-width: 576px){.justify-sm-row{justify-content:row}}@media (min-width: 768px){.justify-md-row{justify-content:row}}@media (min-width: 992px){.justify-lg-row{justify-content:row}}@media (min-width: 1200px){.justify-xl-row{justify-content:row}}@media (min-width: 1400px){.justify-2xl-row{justify-content:row}}.justify-row-reverse{justify-content:row-reverse}@media (min-width: 0){.justify-xs-row-reverse{justify-content:row-reverse}}@media (min-width: 576px){.justify-sm-row-reverse{justify-content:row-reverse}}@media (min-width: 768px){.justify-md-row-reverse{justify-content:row-reverse}}@media (min-width: 992px){.justify-lg-row-reverse{justify-content:row-reverse}}@media (min-width: 1200px){.justify-xl-row-reverse{justify-content:row-reverse}}@media (min-width: 1400px){.justify-2xl-row-reverse{justify-content:row-reverse}}.justify-column{justify-content:column}@media (min-width: 0){.justify-xs-column{justify-content:column}}@media (min-width: 576px){.justify-sm-column{justify-content:column}}@media (min-width: 768px){.justify-md-column{justify-content:column}}@media (min-width: 992px){.justify-lg-column{justify-content:column}}@media (min-width: 1200px){.justify-xl-column{justify-content:column}}@media (min-width: 1400px){.justify-2xl-column{justify-content:column}}.justify-column-reverse{justify-content:column-reverse}@media (min-width: 0){.justify-xs-column-reverse{justify-content:column-reverse}}@media (min-width: 576px){.justify-sm-column-reverse{justify-content:column-reverse}}@media (min-width: 768px){.justify-md-column-reverse{justify-content:column-reverse}}@media (min-width: 992px){.justify-lg-column-reverse{justify-content:column-reverse}}@media (min-width: 1200px){.justify-xl-column-reverse{justify-content:column-reverse}}@media (min-width: 1400px){.justify-2xl-column-reverse{justify-content:column-reverse}}.justify-start{justify-content:flex-start}@media (min-width: 0){.justify-xs-start{justify-content:flex-start}}@media (min-width: 576px){.justify-sm-start{justify-content:flex-start}}@media (min-width: 768px){.justify-md-start{justify-content:flex-start}}@media (min-width: 992px){.justify-lg-start{justify-content:flex-start}}@media (min-width: 1200px){.justify-xl-start{justify-content:flex-start}}@media (min-width: 1400px){.justify-2xl-start{justify-content:flex-start}}.justify-end{justify-content:flex-end}@media (min-width: 0){.justify-xs-end{justify-content:flex-end}}@media (min-width: 576px){.justify-sm-end{justify-content:flex-end}}@media (min-width: 768px){.justify-md-end{justify-content:flex-end}}@media (min-width: 992px){.justify-lg-end{justify-content:flex-end}}@media (min-width: 1200px){.justify-xl-end{justify-content:flex-end}}@media (min-width: 1400px){.justify-2xl-end{justify-content:flex-end}}.justify-center{justify-content:center}@media (min-width: 0){.justify-xs-center{justify-content:center}}@media (min-width: 576px){.justify-sm-center{justify-content:center}}@media (min-width: 768px){.justify-md-center{justify-content:center}}@media (min-width: 992px){.justify-lg-center{justify-content:center}}@media (min-width: 1200px){.justify-xl-center{justify-content:center}}@media (min-width: 1400px){.justify-2xl-center{justify-content:center}}.justify-between{justify-content:space-between}@media (min-width: 0){.justify-xs-between{justify-content:space-between}}@media (min-width: 576px){.justify-sm-between{justify-content:space-between}}@media (min-width: 768px){.justify-md-between{justify-content:space-between}}@media (min-width: 992px){.justify-lg-between{justify-content:space-between}}@media (min-width: 1200px){.justify-xl-between{justify-content:space-between}}@media (min-width: 1400px){.justify-2xl-between{justify-content:space-between}}.justify-around{justify-content:space-around}@media (min-width: 0){.justify-xs-around{justify-content:space-around}}@media (min-width: 576px){.justify-sm-around{justify-content:space-around}}@media (min-width: 768px){.justify-md-around{justify-content:space-around}}@media (min-width: 992px){.justify-lg-around{justify-content:space-around}}@media (min-width: 1200px){.justify-xl-around{justify-content:space-around}}@media (min-width: 1400px){.justify-2xl-around{justify-content:space-around}}.justify-evenly{justify-content:space-evenly}@media (min-width: 0){.justify-xs-evenly{justify-content:space-evenly}}@media (min-width: 576px){.justify-sm-evenly{justify-content:space-evenly}}@media (min-width: 768px){.justify-md-evenly{justify-content:space-evenly}}@media (min-width: 992px){.justify-lg-evenly{justify-content:space-evenly}}@media (min-width: 1200px){.justify-xl-evenly{justify-content:space-evenly}}@media (min-width: 1400px){.justify-2xl-evenly{justify-content:space-evenly}}.justify-stretch{justify-content:stretch}@media (min-width: 0){.justify-xs-stretch{justify-content:stretch}}@media (min-width: 576px){.justify-sm-stretch{justify-content:stretch}}@media (min-width: 768px){.justify-md-stretch{justify-content:stretch}}@media (min-width: 992px){.justify-lg-stretch{justify-content:stretch}}@media (min-width: 1200px){.justify-xl-stretch{justify-content:stretch}}@media (min-width: 1400px){.justify-2xl-stretch{justify-content:stretch}}.justify-baseline{justify-content:baseline}@media (min-width: 0){.justify-xs-baseline{justify-content:baseline}}@media (min-width: 576px){.justify-sm-baseline{justify-content:baseline}}@media (min-width: 768px){.justify-md-baseline{justify-content:baseline}}@media (min-width: 992px){.justify-lg-baseline{justify-content:baseline}}@media (min-width: 1200px){.justify-xl-baseline{justify-content:baseline}}@media (min-width: 1400px){.justify-2xl-baseline{justify-content:baseline}}.justify-nowrap{justify-content:nowrap}@media (min-width: 0){.justify-xs-nowrap{justify-content:nowrap}}@media (min-width: 576px){.justify-sm-nowrap{justify-content:nowrap}}@media (min-width: 768px){.justify-md-nowrap{justify-content:nowrap}}@media (min-width: 992px){.justify-lg-nowrap{justify-content:nowrap}}@media (min-width: 1200px){.justify-xl-nowrap{justify-content:nowrap}}@media (min-width: 1400px){.justify-2xl-nowrap{justify-content:nowrap}}.justify-wrap{justify-content:wrap}@media (min-width: 0){.justify-xs-wrap{justify-content:wrap}}@media (min-width: 576px){.justify-sm-wrap{justify-content:wrap}}@media (min-width: 768px){.justify-md-wrap{justify-content:wrap}}@media (min-width: 992px){.justify-lg-wrap{justify-content:wrap}}@media (min-width: 1200px){.justify-xl-wrap{justify-content:wrap}}@media (min-width: 1400px){.justify-2xl-wrap{justify-content:wrap}}.justify-wrap-reverse{justify-content:wrap-reverse}@media (min-width: 0){.justify-xs-wrap-reverse{justify-content:wrap-reverse}}@media (min-width: 576px){.justify-sm-wrap-reverse{justify-content:wrap-reverse}}@media (min-width: 768px){.justify-md-wrap-reverse{justify-content:wrap-reverse}}@media (min-width: 992px){.justify-lg-wrap-reverse{justify-content:wrap-reverse}}@media (min-width: 1200px){.justify-xl-wrap-reverse{justify-content:wrap-reverse}}@media (min-width: 1400px){.justify-2xl-wrap-reverse{justify-content:wrap-reverse}}.items-row{align-items:row}@media (min-width: 0){.items-xs-row{align-items:row}}@media (min-width: 576px){.items-sm-row{align-items:row}}@media (min-width: 768px){.items-md-row{align-items:row}}@media (min-width: 992px){.items-lg-row{align-items:row}}@media (min-width: 1200px){.items-xl-row{align-items:row}}@media (min-width: 1400px){.items-2xl-row{align-items:row}}.items-row-reverse{align-items:row-reverse}@media (min-width: 0){.items-xs-row-reverse{align-items:row-reverse}}@media (min-width: 576px){.items-sm-row-reverse{align-items:row-reverse}}@media (min-width: 768px){.items-md-row-reverse{align-items:row-reverse}}@media (min-width: 992px){.items-lg-row-reverse{align-items:row-reverse}}@media (min-width: 1200px){.items-xl-row-reverse{align-items:row-reverse}}@media (min-width: 1400px){.items-2xl-row-reverse{align-items:row-reverse}}.items-column{align-items:column}@media (min-width: 0){.items-xs-column{align-items:column}}@media (min-width: 576px){.items-sm-column{align-items:column}}@media (min-width: 768px){.items-md-column{align-items:column}}@media (min-width: 992px){.items-lg-column{align-items:column}}@media (min-width: 1200px){.items-xl-column{align-items:column}}@media (min-width: 1400px){.items-2xl-column{align-items:column}}.items-column-reverse{align-items:column-reverse}@media (min-width: 0){.items-xs-column-reverse{align-items:column-reverse}}@media (min-width: 576px){.items-sm-column-reverse{align-items:column-reverse}}@media (min-width: 768px){.items-md-column-reverse{align-items:column-reverse}}@media (min-width: 992px){.items-lg-column-reverse{align-items:column-reverse}}@media (min-width: 1200px){.items-xl-column-reverse{align-items:column-reverse}}@media (min-width: 1400px){.items-2xl-column-reverse{align-items:column-reverse}}.items-start{align-items:flex-start}@media (min-width: 0){.items-xs-start{align-items:flex-start}}@media (min-width: 576px){.items-sm-start{align-items:flex-start}}@media (min-width: 768px){.items-md-start{align-items:flex-start}}@media (min-width: 992px){.items-lg-start{align-items:flex-start}}@media (min-width: 1200px){.items-xl-start{align-items:flex-start}}@media (min-width: 1400px){.items-2xl-start{align-items:flex-start}}.items-end{align-items:flex-end}@media (min-width: 0){.items-xs-end{align-items:flex-end}}@media (min-width: 576px){.items-sm-end{align-items:flex-end}}@media (min-width: 768px){.items-md-end{align-items:flex-end}}@media (min-width: 992px){.items-lg-end{align-items:flex-end}}@media (min-width: 1200px){.items-xl-end{align-items:flex-end}}@media (min-width: 1400px){.items-2xl-end{align-items:flex-end}}.items-center{align-items:center}@media (min-width: 0){.items-xs-center{align-items:center}}@media (min-width: 576px){.items-sm-center{align-items:center}}@media (min-width: 768px){.items-md-center{align-items:center}}@media (min-width: 992px){.items-lg-center{align-items:center}}@media (min-width: 1200px){.items-xl-center{align-items:center}}@media (min-width: 1400px){.items-2xl-center{align-items:center}}.items-between{align-items:space-between}@media (min-width: 0){.items-xs-between{align-items:space-between}}@media (min-width: 576px){.items-sm-between{align-items:space-between}}@media (min-width: 768px){.items-md-between{align-items:space-between}}@media (min-width: 992px){.items-lg-between{align-items:space-between}}@media (min-width: 1200px){.items-xl-between{align-items:space-between}}@media (min-width: 1400px){.items-2xl-between{align-items:space-between}}.items-around{align-items:space-around}@media (min-width: 0){.items-xs-around{align-items:space-around}}@media (min-width: 576px){.items-sm-around{align-items:space-around}}@media (min-width: 768px){.items-md-around{align-items:space-around}}@media (min-width: 992px){.items-lg-around{align-items:space-around}}@media (min-width: 1200px){.items-xl-around{align-items:space-around}}@media (min-width: 1400px){.items-2xl-around{align-items:space-around}}.items-evenly{align-items:space-evenly}@media (min-width: 0){.items-xs-evenly{align-items:space-evenly}}@media (min-width: 576px){.items-sm-evenly{align-items:space-evenly}}@media (min-width: 768px){.items-md-evenly{align-items:space-evenly}}@media (min-width: 992px){.items-lg-evenly{align-items:space-evenly}}@media (min-width: 1200px){.items-xl-evenly{align-items:space-evenly}}@media (min-width: 1400px){.items-2xl-evenly{align-items:space-evenly}}.items-stretch{align-items:stretch}@media (min-width: 0){.items-xs-stretch{align-items:stretch}}@media (min-width: 576px){.items-sm-stretch{align-items:stretch}}@media (min-width: 768px){.items-md-stretch{align-items:stretch}}@media (min-width: 992px){.items-lg-stretch{align-items:stretch}}@media (min-width: 1200px){.items-xl-stretch{align-items:stretch}}@media (min-width: 1400px){.items-2xl-stretch{align-items:stretch}}.items-baseline{align-items:baseline}@media (min-width: 0){.items-xs-baseline{align-items:baseline}}@media (min-width: 576px){.items-sm-baseline{align-items:baseline}}@media (min-width: 768px){.items-md-baseline{align-items:baseline}}@media (min-width: 992px){.items-lg-baseline{align-items:baseline}}@media (min-width: 1200px){.items-xl-baseline{align-items:baseline}}@media (min-width: 1400px){.items-2xl-baseline{align-items:baseline}}.items-nowrap{align-items:nowrap}@media (min-width: 0){.items-xs-nowrap{align-items:nowrap}}@media (min-width: 576px){.items-sm-nowrap{align-items:nowrap}}@media (min-width: 768px){.items-md-nowrap{align-items:nowrap}}@media (min-width: 992px){.items-lg-nowrap{align-items:nowrap}}@media (min-width: 1200px){.items-xl-nowrap{align-items:nowrap}}@media (min-width: 1400px){.items-2xl-nowrap{align-items:nowrap}}.items-wrap{align-items:wrap}@media (min-width: 0){.items-xs-wrap{align-items:wrap}}@media (min-width: 576px){.items-sm-wrap{align-items:wrap}}@media (min-width: 768px){.items-md-wrap{align-items:wrap}}@media (min-width: 992px){.items-lg-wrap{align-items:wrap}}@media (min-width: 1200px){.items-xl-wrap{align-items:wrap}}@media (min-width: 1400px){.items-2xl-wrap{align-items:wrap}}.items-wrap-reverse{align-items:wrap-reverse}@media (min-width: 0){.items-xs-wrap-reverse{align-items:wrap-reverse}}@media (min-width: 576px){.items-sm-wrap-reverse{align-items:wrap-reverse}}@media (min-width: 768px){.items-md-wrap-reverse{align-items:wrap-reverse}}@media (min-width: 992px){.items-lg-wrap-reverse{align-items:wrap-reverse}}@media (min-width: 1200px){.items-xl-wrap-reverse{align-items:wrap-reverse}}@media (min-width: 1400px){.items-2xl-wrap-reverse{align-items:wrap-reverse}}.wrap-row{flex-wrap:row}@media (min-width: 0){.wrap-xs-row{flex-wrap:row}}@media (min-width: 576px){.wrap-sm-row{flex-wrap:row}}@media (min-width: 768px){.wrap-md-row{flex-wrap:row}}@media (min-width: 992px){.wrap-lg-row{flex-wrap:row}}@media (min-width: 1200px){.wrap-xl-row{flex-wrap:row}}@media (min-width: 1400px){.wrap-2xl-row{flex-wrap:row}}.wrap-row-reverse{flex-wrap:row-reverse}@media (min-width: 0){.wrap-xs-row-reverse{flex-wrap:row-reverse}}@media (min-width: 576px){.wrap-sm-row-reverse{flex-wrap:row-reverse}}@media (min-width: 768px){.wrap-md-row-reverse{flex-wrap:row-reverse}}@media (min-width: 992px){.wrap-lg-row-reverse{flex-wrap:row-reverse}}@media (min-width: 1200px){.wrap-xl-row-reverse{flex-wrap:row-reverse}}@media (min-width: 1400px){.wrap-2xl-row-reverse{flex-wrap:row-reverse}}.wrap-column{flex-wrap:column}@media (min-width: 0){.wrap-xs-column{flex-wrap:column}}@media (min-width: 576px){.wrap-sm-column{flex-wrap:column}}@media (min-width: 768px){.wrap-md-column{flex-wrap:column}}@media (min-width: 992px){.wrap-lg-column{flex-wrap:column}}@media (min-width: 1200px){.wrap-xl-column{flex-wrap:column}}@media (min-width: 1400px){.wrap-2xl-column{flex-wrap:column}}.wrap-column-reverse{flex-wrap:column-reverse}@media (min-width: 0){.wrap-xs-column-reverse{flex-wrap:column-reverse}}@media (min-width: 576px){.wrap-sm-column-reverse{flex-wrap:column-reverse}}@media (min-width: 768px){.wrap-md-column-reverse{flex-wrap:column-reverse}}@media (min-width: 992px){.wrap-lg-column-reverse{flex-wrap:column-reverse}}@media (min-width: 1200px){.wrap-xl-column-reverse{flex-wrap:column-reverse}}@media (min-width: 1400px){.wrap-2xl-column-reverse{flex-wrap:column-reverse}}.wrap-start{flex-wrap:flex-start}@media (min-width: 0){.wrap-xs-start{flex-wrap:flex-start}}@media (min-width: 576px){.wrap-sm-start{flex-wrap:flex-start}}@media (min-width: 768px){.wrap-md-start{flex-wrap:flex-start}}@media (min-width: 992px){.wrap-lg-start{flex-wrap:flex-start}}@media (min-width: 1200px){.wrap-xl-start{flex-wrap:flex-start}}@media (min-width: 1400px){.wrap-2xl-start{flex-wrap:flex-start}}.wrap-end{flex-wrap:flex-end}@media (min-width: 0){.wrap-xs-end{flex-wrap:flex-end}}@media (min-width: 576px){.wrap-sm-end{flex-wrap:flex-end}}@media (min-width: 768px){.wrap-md-end{flex-wrap:flex-end}}@media (min-width: 992px){.wrap-lg-end{flex-wrap:flex-end}}@media (min-width: 1200px){.wrap-xl-end{flex-wrap:flex-end}}@media (min-width: 1400px){.wrap-2xl-end{flex-wrap:flex-end}}.wrap-center{flex-wrap:center}@media (min-width: 0){.wrap-xs-center{flex-wrap:center}}@media (min-width: 576px){.wrap-sm-center{flex-wrap:center}}@media (min-width: 768px){.wrap-md-center{flex-wrap:center}}@media (min-width: 992px){.wrap-lg-center{flex-wrap:center}}@media (min-width: 1200px){.wrap-xl-center{flex-wrap:center}}@media (min-width: 1400px){.wrap-2xl-center{flex-wrap:center}}.wrap-between{flex-wrap:space-between}@media (min-width: 0){.wrap-xs-between{flex-wrap:space-between}}@media (min-width: 576px){.wrap-sm-between{flex-wrap:space-between}}@media (min-width: 768px){.wrap-md-between{flex-wrap:space-between}}@media (min-width: 992px){.wrap-lg-between{flex-wrap:space-between}}@media (min-width: 1200px){.wrap-xl-between{flex-wrap:space-between}}@media (min-width: 1400px){.wrap-2xl-between{flex-wrap:space-between}}.wrap-around{flex-wrap:space-around}@media (min-width: 0){.wrap-xs-around{flex-wrap:space-around}}@media (min-width: 576px){.wrap-sm-around{flex-wrap:space-around}}@media (min-width: 768px){.wrap-md-around{flex-wrap:space-around}}@media (min-width: 992px){.wrap-lg-around{flex-wrap:space-around}}@media (min-width: 1200px){.wrap-xl-around{flex-wrap:space-around}}@media (min-width: 1400px){.wrap-2xl-around{flex-wrap:space-around}}.wrap-evenly{flex-wrap:space-evenly}@media (min-width: 0){.wrap-xs-evenly{flex-wrap:space-evenly}}@media (min-width: 576px){.wrap-sm-evenly{flex-wrap:space-evenly}}@media (min-width: 768px){.wrap-md-evenly{flex-wrap:space-evenly}}@media (min-width: 992px){.wrap-lg-evenly{flex-wrap:space-evenly}}@media (min-width: 1200px){.wrap-xl-evenly{flex-wrap:space-evenly}}@media (min-width: 1400px){.wrap-2xl-evenly{flex-wrap:space-evenly}}.wrap-stretch{flex-wrap:stretch}@media (min-width: 0){.wrap-xs-stretch{flex-wrap:stretch}}@media (min-width: 576px){.wrap-sm-stretch{flex-wrap:stretch}}@media (min-width: 768px){.wrap-md-stretch{flex-wrap:stretch}}@media (min-width: 992px){.wrap-lg-stretch{flex-wrap:stretch}}@media (min-width: 1200px){.wrap-xl-stretch{flex-wrap:stretch}}@media (min-width: 1400px){.wrap-2xl-stretch{flex-wrap:stretch}}.wrap-baseline{flex-wrap:baseline}@media (min-width: 0){.wrap-xs-baseline{flex-wrap:baseline}}@media (min-width: 576px){.wrap-sm-baseline{flex-wrap:baseline}}@media (min-width: 768px){.wrap-md-baseline{flex-wrap:baseline}}@media (min-width: 992px){.wrap-lg-baseline{flex-wrap:baseline}}@media (min-width: 1200px){.wrap-xl-baseline{flex-wrap:baseline}}@media (min-width: 1400px){.wrap-2xl-baseline{flex-wrap:baseline}}.wrap-nowrap{flex-wrap:nowrap}@media (min-width: 0){.wrap-xs-nowrap{flex-wrap:nowrap}}@media (min-width: 576px){.wrap-sm-nowrap{flex-wrap:nowrap}}@media (min-width: 768px){.wrap-md-nowrap{flex-wrap:nowrap}}@media (min-width: 992px){.wrap-lg-nowrap{flex-wrap:nowrap}}@media (min-width: 1200px){.wrap-xl-nowrap{flex-wrap:nowrap}}@media (min-width: 1400px){.wrap-2xl-nowrap{flex-wrap:nowrap}}.wrap-wrap{flex-wrap:wrap}@media (min-width: 0){.wrap-xs-wrap{flex-wrap:wrap}}@media (min-width: 576px){.wrap-sm-wrap{flex-wrap:wrap}}@media (min-width: 768px){.wrap-md-wrap{flex-wrap:wrap}}@media (min-width: 992px){.wrap-lg-wrap{flex-wrap:wrap}}@media (min-width: 1200px){.wrap-xl-wrap{flex-wrap:wrap}}@media (min-width: 1400px){.wrap-2xl-wrap{flex-wrap:wrap}}.wrap-wrap-reverse{flex-wrap:wrap-reverse}@media (min-width: 0){.wrap-xs-wrap-reverse{flex-wrap:wrap-reverse}}@media (min-width: 576px){.wrap-sm-wrap-reverse{flex-wrap:wrap-reverse}}@media (min-width: 768px){.wrap-md-wrap-reverse{flex-wrap:wrap-reverse}}@media (min-width: 992px){.wrap-lg-wrap-reverse{flex-wrap:wrap-reverse}}@media (min-width: 1200px){.wrap-xl-wrap-reverse{flex-wrap:wrap-reverse}}@media (min-width: 1400px){.wrap-2xl-wrap-reverse{flex-wrap:wrap-reverse}}.row{display:flex;flex-wrap:wrap}.col-1{flex-basis:8.33%}@media (min-width: 0){.col-xs-1{flex-basis:8.33%}}@media (min-width: 576px){.col-sm-1{flex-basis:8.33%}}@media (min-width: 768px){.col-md-1{flex-basis:8.33%}}@media (min-width: 992px){.col-lg-1{flex-basis:8.33%}}@media (min-width: 1200px){.col-xl-1{flex-basis:8.33%}}@media (min-width: 1400px){.col-2xl-1{flex-basis:8.33%}}.col-2{flex-basis:16.66%}@media (min-width: 0){.col-xs-2{flex-basis:16.66%}}@media (min-width: 576px){.col-sm-2{flex-basis:16.66%}}@media (min-width: 768px){.col-md-2{flex-basis:16.66%}}@media (min-width: 992px){.col-lg-2{flex-basis:16.66%}}@media (min-width: 1200px){.col-xl-2{flex-basis:16.66%}}@media (min-width: 1400px){.col-2xl-2{flex-basis:16.66%}}.col-3{flex-basis:25%}@media (min-width: 0){.col-xs-3{flex-basis:25%}}@media (min-width: 576px){.col-sm-3{flex-basis:25%}}@media (min-width: 768px){.col-md-3{flex-basis:25%}}@media (min-width: 992px){.col-lg-3{flex-basis:25%}}@media (min-width: 1200px){.col-xl-3{flex-basis:25%}}@media (min-width: 1400px){.col-2xl-3{flex-basis:25%}}.col-4{flex-basis:33.33%}@media (min-width: 0){.col-xs-4{flex-basis:33.33%}}@media (min-width: 576px){.col-sm-4{flex-basis:33.33%}}@media (min-width: 768px){.col-md-4{flex-basis:33.33%}}@media (min-width: 992px){.col-lg-4{flex-basis:33.33%}}@media (min-width: 1200px){.col-xl-4{flex-basis:33.33%}}@media (min-width: 1400px){.col-2xl-4{flex-basis:33.33%}}.col-5{flex-basis:41.66%}@media (min-width: 0){.col-xs-5{flex-basis:41.66%}}@media (min-width: 576px){.col-sm-5{flex-basis:41.66%}}@media (min-width: 768px){.col-md-5{flex-basis:41.66%}}@media (min-width: 992px){.col-lg-5{flex-basis:41.66%}}@media (min-width: 1200px){.col-xl-5{flex-basis:41.66%}}@media (min-width: 1400px){.col-2xl-5{flex-basis:41.66%}}.col-6{flex-basis:50%}@media (min-width: 0){.col-xs-6{flex-basis:50%}}@media (min-width: 576px){.col-sm-6{flex-basis:50%}}@media (min-width: 768px){.col-md-6{flex-basis:50%}}@media (min-width: 992px){.col-lg-6{flex-basis:50%}}@media (min-width: 1200px){.col-xl-6{flex-basis:50%}}@media (min-width: 1400px){.col-2xl-6{flex-basis:50%}}.col-7{flex-basis:58.33%}@media (min-width: 0){.col-xs-7{flex-basis:58.33%}}@media (min-width: 576px){.col-sm-7{flex-basis:58.33%}}@media (min-width: 768px){.col-md-7{flex-basis:58.33%}}@media (min-width: 992px){.col-lg-7{flex-basis:58.33%}}@media (min-width: 1200px){.col-xl-7{flex-basis:58.33%}}@media (min-width: 1400px){.col-2xl-7{flex-basis:58.33%}}.col-8{flex-basis:66.66%}@media (min-width: 0){.col-xs-8{flex-basis:66.66%}}@media (min-width: 576px){.col-sm-8{flex-basis:66.66%}}@media (min-width: 768px){.col-md-8{flex-basis:66.66%}}@media (min-width: 992px){.col-lg-8{flex-basis:66.66%}}@media (min-width: 1200px){.col-xl-8{flex-basis:66.66%}}@media (min-width: 1400px){.col-2xl-8{flex-basis:66.66%}}.col-9{flex-basis:75%}@media (min-width: 0){.col-xs-9{flex-basis:75%}}@media (min-width: 576px){.col-sm-9{flex-basis:75%}}@media (min-width: 768px){.col-md-9{flex-basis:75%}}@media (min-width: 992px){.col-lg-9{flex-basis:75%}}@media (min-width: 1200px){.col-xl-9{flex-basis:75%}}@media (min-width: 1400px){.col-2xl-9{flex-basis:75%}}.col-10{flex-basis:83.33%}@media (min-width: 0){.col-xs-10{flex-basis:83.33%}}@media (min-width: 576px){.col-sm-10{flex-basis:83.33%}}@media (min-width: 768px){.col-md-10{flex-basis:83.33%}}@media (min-width: 992px){.col-lg-10{flex-basis:83.33%}}@media (min-width: 1200px){.col-xl-10{flex-basis:83.33%}}@media (min-width: 1400px){.col-2xl-10{flex-basis:83.33%}}.col-11{flex-basis:91.66%}@media (min-width: 0){.col-xs-11{flex-basis:91.66%}}@media (min-width: 576px){.col-sm-11{flex-basis:91.66%}}@media (min-width: 768px){.col-md-11{flex-basis:91.66%}}@media (min-width: 992px){.col-lg-11{flex-basis:91.66%}}@media (min-width: 1200px){.col-xl-11{flex-basis:91.66%}}@media (min-width: 1400px){.col-2xl-11{flex-basis:91.66%}}.col-12{flex-basis:100%}@media (min-width: 0){.col-xs-12{flex-basis:100%}}@media (min-width: 576px){.col-sm-12{flex-basis:100%}}@media (min-width: 768px){.col-md-12{flex-basis:100%}}@media (min-width: 992px){.col-lg-12{flex-basis:100%}}@media (min-width: 1200px){.col-xl-12{flex-basis:100%}}@media (min-width: 1400px){.col-2xl-12{flex-basis:100%}}.gutter-0{gap:0}@media (min-width: 0){.gutter-xs-0{gap:0}}@media (min-width: 576px){.gutter-sm-0{gap:0}}@media (min-width: 768px){.gutter-md-0{gap:0}}@media (min-width: 992px){.gutter-lg-0{gap:0}}@media (min-width: 1200px){.gutter-xl-0{gap:0}}@media (min-width: 1400px){.gutter-2xl-0{gap:0}}.gutter-1{gap:.25rem}@media (min-width: 0){.gutter-xs-1{gap:.25rem}}@media (min-width: 576px){.gutter-sm-1{gap:.25rem}}@media (min-width: 768px){.gutter-md-1{gap:.25rem}}@media (min-width: 992px){.gutter-lg-1{gap:.25rem}}@media (min-width: 1200px){.gutter-xl-1{gap:.25rem}}@media (min-width: 1400px){.gutter-2xl-1{gap:.25rem}}.gutter-2{gap:.5rem}@media (min-width: 0){.gutter-xs-2{gap:.5rem}}@media (min-width: 576px){.gutter-sm-2{gap:.5rem}}@media (min-width: 768px){.gutter-md-2{gap:.5rem}}@media (min-width: 992px){.gutter-lg-2{gap:.5rem}}@media (min-width: 1200px){.gutter-xl-2{gap:.5rem}}@media (min-width: 1400px){.gutter-2xl-2{gap:.5rem}}.gutter-3{gap:1rem}@media (min-width: 0){.gutter-xs-3{gap:1rem}}@media (min-width: 576px){.gutter-sm-3{gap:1rem}}@media (min-width: 768px){.gutter-md-3{gap:1rem}}@media (min-width: 992px){.gutter-lg-3{gap:1rem}}@media (min-width: 1200px){.gutter-xl-3{gap:1rem}}@media (min-width: 1400px){.gutter-2xl-3{gap:1rem}}.gutter-4{gap:1.5rem}@media (min-width: 0){.gutter-xs-4{gap:1.5rem}}@media (min-width: 576px){.gutter-sm-4{gap:1.5rem}}@media (min-width: 768px){.gutter-md-4{gap:1.5rem}}@media (min-width: 992px){.gutter-lg-4{gap:1.5rem}}@media (min-width: 1200px){.gutter-xl-4{gap:1.5rem}}@media (min-width: 1400px){.gutter-2xl-4{gap:1.5rem}}.gutter-5{gap:2rem}@media (min-width: 0){.gutter-xs-5{gap:2rem}}@media (min-width: 576px){.gutter-sm-5{gap:2rem}}@media (min-width: 768px){.gutter-md-5{gap:2rem}}@media (min-width: 992px){.gutter-lg-5{gap:2rem}}@media (min-width: 1200px){.gutter-xl-5{gap:2rem}}@media (min-width: 1400px){.gutter-2xl-5{gap:2rem}}.gutter-6{gap:3rem}@media (min-width: 0){.gutter-xs-6{gap:3rem}}@media (min-width: 576px){.gutter-sm-6{gap:3rem}}@media (min-width: 768px){.gutter-md-6{gap:3rem}}@media (min-width: 992px){.gutter-lg-6{gap:3rem}}@media (min-width: 1200px){.gutter-xl-6{gap:3rem}}@media (min-width: 1400px){.gutter-2xl-6{gap:3rem}}.tooltip{width:max-content;background:#191c21;padding:0 .5rem;border-radius:5px;color:#fff;font-size:14px}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sarafapp/ant-design",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Saraf AntDesign Components Library",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",