diff --git a/.gitignore b/.gitignore index c6cc0de..9b0d458 100644 --- a/.gitignore +++ b/.gitignore @@ -10,9 +10,10 @@ hs_err_pid* # maven target/ +lib/mvn-deps/ # ivy -lib/mvn-deps/ -logs/ +classes/ src_dataClasses/ src_wsproc/ +logs/ diff --git a/MY-PRODUCT-NAME-product/README.md b/MY-PRODUCT-NAME-product/README.md deleted file mode 100644 index ee9062a..0000000 --- a/MY-PRODUCT-NAME-product/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# MY-PRODUCT-NAME - -YOUR DESCRIPTION GOES HERE - -## Demo - -YOUR DEMO DESCRIPTION GOES HERE - -## Setup - -YOUR SETUP DESCRIPTION GOES HERE - -``` -@variables.yaml@ -``` \ No newline at end of file diff --git a/MY-PRODUCT-NAME-product/pom.xml b/MY-PRODUCT-NAME-product/pom.xml deleted file mode 100644 index dd59011..0000000 --- a/MY-PRODUCT-NAME-product/pom.xml +++ /dev/null @@ -1,67 +0,0 @@ - - 4.0.0 - com.axonivy.market - MY-PRODUCT-NAME-product - 10.0.0-SNAPSHOT - pom - - - ../MY-PRODUCT-NAME/config/variables.yaml - - - - - - org.apache.maven.plugins - maven-assembly-plugin - 3.3.0 - - - package - - single - - - false - - zip.xml - - - - - - - maven-antrun-plugin - 1.7 - - - generate-sources - - ${skip-readme} - - - - - - - - - - - run - - - - - - - - - org.apache.maven.plugins - maven-deploy-plugin - 3.0.0-M1 - - - - - diff --git a/MY-PRODUCT-NAME-product/zip.xml b/MY-PRODUCT-NAME-product/zip.xml deleted file mode 100644 index 003f06c..0000000 --- a/MY-PRODUCT-NAME-product/zip.xml +++ /dev/null @@ -1,26 +0,0 @@ - - zip - false - - - zip - - - - - . - - product.json - openapi.json - **/*.png - - - - target - / - - README.md - - - - diff --git a/README.md b/README.md index 0f94020..ed1f7e3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ -# MY-PRODUCT-NAME +# Salesforce Connector +[![CI Build](https://github.com/axonivy-market/salesforce-connector/actions/workflows/ci.yml/badge.svg)](https://github.com/axonivy-market/salesforce-connector/actions/workflows/ci.yml) -[![CI Build](https://github.com/axonivy-market/REPO-NAME/actions/workflows/ci.yml/badge.svg)](https://github.com/axonivy-market/REPO-NAME/actions/workflows/ci.yml) +This connector builds the REST API and provides a means to access Salesforce's resources. A client can utilize the REST API to manipulate Salesforce (SF) objects. -"YOUR SHORT DESCRIPTION GOES HERE" - -Read our [documentation](MY-PRODUCT-NAME-product/README.md). +Read our [documentation](salesforce-connector-product/README.md). \ No newline at end of file diff --git a/pom.xml b/pom.xml index 517336b..65a35a9 100644 --- a/pom.xml +++ b/pom.xml @@ -1,9 +1,9 @@ 4.0.0 - com.axonivy.market - my-product - my-product-modules - 10.0.0-SNAPSHOT + com.axonivy.connector.salesforce + salesforce-connector + salesforce-connector-modules + 10.0.12-SNAPSHOT pom diff --git a/salesforce-connector-demo/.classpath b/salesforce-connector-demo/.classpath new file mode 100644 index 0000000..45a97e4 --- /dev/null +++ b/salesforce-connector-demo/.classpath @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/salesforce-connector-demo/.gitignore b/salesforce-connector-demo/.gitignore new file mode 100644 index 0000000..9b0d458 --- /dev/null +++ b/salesforce-connector-demo/.gitignore @@ -0,0 +1,19 @@ +# general +Thumbs.db +.DS_Store +*~ +*.log + +# java +*.class +hs_err_pid* + +# maven +target/ +lib/mvn-deps/ + +# ivy +classes/ +src_dataClasses/ +src_wsproc/ +logs/ diff --git a/salesforce-connector-demo/.project b/salesforce-connector-demo/.project new file mode 100644 index 0000000..b8adfa3 --- /dev/null +++ b/salesforce-connector-demo/.project @@ -0,0 +1,49 @@ + + + salesforce-connector-demo + + + + + + ch.ivyteam.ivy.designer.dataClasses.ui.ivyDataClassBuilder + + + + + ch.ivyteam.ivy.designer.process.ui.ivyWebServiceProcessClassBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.wst.common.project.facet.core.builder + + + + + ch.ivyteam.ivy.designer.ide.ivyModelValidationBuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + ch.ivyteam.ivy.project.IvyProjectNature + org.eclipse.wst.common.modulecore.ModuleCoreNature + org.eclipse.jem.workbench.JavaEMFNature + org.eclipse.jdt.core.javanature + org.eclipse.m2e.core.maven2Nature + org.eclipse.jem.beaninfo.BeanInfoNature + org.eclipse.wst.common.project.facet.core.nature + org.eclipse.wst.jsdt.core.jsNature + + diff --git a/salesforce-connector-demo/.settings/.jsdtscope b/salesforce-connector-demo/.settings/.jsdtscope new file mode 100644 index 0000000..869c01d --- /dev/null +++ b/salesforce-connector-demo/.settings/.jsdtscope @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/salesforce-connector-demo/.settings/ch.ivyteam.ivy.designer.prefs b/salesforce-connector-demo/.settings/ch.ivyteam.ivy.designer.prefs new file mode 100644 index 0000000..7b4c031 --- /dev/null +++ b/salesforce-connector-demo/.settings/ch.ivyteam.ivy.designer.prefs @@ -0,0 +1,5 @@ +ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:DEFAULT_DATA_CLASS=salesforce.connector.demo.Data +ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:DEFAULT_NAMESPACE=salesforce.connector.demo +ch.ivyteam.ivy.project.preferences\:PRIMEFACES_VERSION=11 +ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=100000 +eclipse.preferences.version=1 diff --git a/salesforce-connector-demo/.settings/org.eclipse.jdt.core.prefs b/salesforce-connector-demo/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..d4540a5 --- /dev/null +++ b/salesforce-connector-demo/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,10 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=17 +org.eclipse.jdt.core.compiler.compliance=17 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning +org.eclipse.jdt.core.compiler.release=enabled +org.eclipse.jdt.core.compiler.source=17 diff --git a/salesforce-connector-demo/.settings/org.eclipse.wst.common.component b/salesforce-connector-demo/.settings/org.eclipse.wst.common.component new file mode 100644 index 0000000..e017937 --- /dev/null +++ b/salesforce-connector-demo/.settings/org.eclipse.wst.common.component @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/salesforce-connector-demo/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml b/salesforce-connector-demo/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml new file mode 100644 index 0000000..9b4b9fc --- /dev/null +++ b/salesforce-connector-demo/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/salesforce-connector-demo/.settings/org.eclipse.wst.common.project.facet.core.xml b/salesforce-connector-demo/.settings/org.eclipse.wst.common.project.facet.core.xml new file mode 100644 index 0000000..156ecdb --- /dev/null +++ b/salesforce-connector-demo/.settings/org.eclipse.wst.common.project.facet.core.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/salesforce-connector-demo/.settings/org.eclipse.wst.css.core.prefs b/salesforce-connector-demo/.settings/org.eclipse.wst.css.core.prefs new file mode 100644 index 0000000..5ddc6bd --- /dev/null +++ b/salesforce-connector-demo/.settings/org.eclipse.wst.css.core.prefs @@ -0,0 +1,2 @@ +css-profile/=org.eclipse.wst.css.core.cssprofile.css3 +eclipse.preferences.version=1 diff --git a/salesforce-connector-demo/.settings/org.eclipse.wst.jsdt.ui.superType.container b/salesforce-connector-demo/.settings/org.eclipse.wst.jsdt.ui.superType.container new file mode 100644 index 0000000..3bd5d0a --- /dev/null +++ b/salesforce-connector-demo/.settings/org.eclipse.wst.jsdt.ui.superType.container @@ -0,0 +1 @@ +org.eclipse.wst.jsdt.launching.baseBrowserLibrary \ No newline at end of file diff --git a/salesforce-connector-demo/.settings/org.eclipse.wst.jsdt.ui.superType.name b/salesforce-connector-demo/.settings/org.eclipse.wst.jsdt.ui.superType.name new file mode 100644 index 0000000..05bd71b --- /dev/null +++ b/salesforce-connector-demo/.settings/org.eclipse.wst.jsdt.ui.superType.name @@ -0,0 +1 @@ +Window \ No newline at end of file diff --git a/salesforce-connector-demo/cms/cms_en.yaml b/salesforce-connector-demo/cms/cms_en.yaml new file mode 100644 index 0000000..f74f3af --- /dev/null +++ b/salesforce-connector-demo/cms/cms_en.yaml @@ -0,0 +1,10 @@ +Dialogs: + listOpps: + accName: Account Name + action: Action + amount: Amount + chart: Chart + closeDate: Close Date + listOpps: List Opportunities + oppName: Opportunity Name + stage: Stage diff --git a/salesforce-connector-demo/config/custom-fields.yaml b/salesforce-connector-demo/config/custom-fields.yaml new file mode 100644 index 0000000..aa19ae0 --- /dev/null +++ b/salesforce-connector-demo/config/custom-fields.yaml @@ -0,0 +1,20 @@ +# == Custom Fields Information == +# +# You can define here your project custom fields. +# Have a look at our documentation for more information. +# +CustomFields: +# Tasks: +# MyTaskCustomField: +# Label: My task custom field +# Description: This new task custom field can be used to ... +# Type: STRING +# Cases: +# MyCaseCustomField: +# Label: My case custom field +# Description: This new case custom field can be used to ... +# Type: STRING +# Starts: +# MyStartCustomField: +# Label: My start custom field +# Description: This new start custom field can be used to ... diff --git a/salesforce-connector-demo/config/databases.yaml b/salesforce-connector-demo/config/databases.yaml new file mode 100644 index 0000000..247b128 --- /dev/null +++ b/salesforce-connector-demo/config/databases.yaml @@ -0,0 +1 @@ +Databases: diff --git a/salesforce-connector-demo/config/overrides.any b/salesforce-connector-demo/config/overrides.any new file mode 100644 index 0000000..f59ec20 --- /dev/null +++ b/salesforce-connector-demo/config/overrides.any @@ -0,0 +1 @@ +* \ No newline at end of file diff --git a/salesforce-connector-demo/config/persistence.xml b/salesforce-connector-demo/config/persistence.xml new file mode 100644 index 0000000..d6b96d7 --- /dev/null +++ b/salesforce-connector-demo/config/persistence.xml @@ -0,0 +1,2 @@ + + diff --git a/salesforce-connector-demo/config/rest-clients.yaml b/salesforce-connector-demo/config/rest-clients.yaml new file mode 100644 index 0000000..8e85296 --- /dev/null +++ b/salesforce-connector-demo/config/rest-clients.yaml @@ -0,0 +1 @@ +RestClients: diff --git a/salesforce-connector-demo/config/roles.xml b/salesforce-connector-demo/config/roles.xml new file mode 100644 index 0000000..59892fe --- /dev/null +++ b/salesforce-connector-demo/config/roles.xml @@ -0,0 +1,4 @@ + + + Everybody + diff --git a/salesforce-connector-demo/config/users.xml b/salesforce-connector-demo/config/users.xml new file mode 100644 index 0000000..51a6906 --- /dev/null +++ b/salesforce-connector-demo/config/users.xml @@ -0,0 +1,2 @@ + + diff --git a/salesforce-connector-demo/config/variables.yaml b/salesforce-connector-demo/config/variables.yaml new file mode 100644 index 0000000..64c8fa0 --- /dev/null +++ b/salesforce-connector-demo/config/variables.yaml @@ -0,0 +1,9 @@ +# == Variables == +# +# You can define here your project Variables. +# If you want to define/override a Variable for a specific Environment, +# add an additional ‘variables.yaml’ file in a subdirectory in the ‘Config’ folder: +# '/Config/_/variables.yaml +# +Variables: +# myVariable: value diff --git a/salesforce-connector-demo/config/webservice-clients.yaml b/salesforce-connector-demo/config/webservice-clients.yaml new file mode 100644 index 0000000..060b018 --- /dev/null +++ b/salesforce-connector-demo/config/webservice-clients.yaml @@ -0,0 +1 @@ +WebServiceClients: diff --git a/salesforce-connector-demo/dataclasses/com/axonivy/connector/salesforce/Data.ivyClass b/salesforce-connector-demo/dataclasses/com/axonivy/connector/salesforce/Data.ivyClass new file mode 100644 index 0000000..a2daf06 --- /dev/null +++ b/salesforce-connector-demo/dataclasses/com/axonivy/connector/salesforce/Data.ivyClass @@ -0,0 +1,7 @@ +Data #class +com.axonivy.connector.salesforce #namespace +opps java.util.List #field +id String #field +id PERSISTENT #fieldModifier +acc com.axonivy.connector.salesforce.model.Account #field +accs java.util.List #field diff --git a/salesforce-connector-demo/dataclasses/com/axonivy/connector/salesforce/FindAllEventByOpportunityIdData.ivyClass b/salesforce-connector-demo/dataclasses/com/axonivy/connector/salesforce/FindAllEventByOpportunityIdData.ivyClass new file mode 100644 index 0000000..b16c5bd --- /dev/null +++ b/salesforce-connector-demo/dataclasses/com/axonivy/connector/salesforce/FindAllEventByOpportunityIdData.ivyClass @@ -0,0 +1,4 @@ +FindAllEventByOpportunityIdData #class +com.axonivy.connector.salesforce #namespace +events java.util.List #field +oppId String #field diff --git a/salesforce-connector-demo/dataclasses/com/axonivy/connector/salesforce/FindAllTaskByOpportunityIdData.ivyClass b/salesforce-connector-demo/dataclasses/com/axonivy/connector/salesforce/FindAllTaskByOpportunityIdData.ivyClass new file mode 100644 index 0000000..e81e479 --- /dev/null +++ b/salesforce-connector-demo/dataclasses/com/axonivy/connector/salesforce/FindAllTaskByOpportunityIdData.ivyClass @@ -0,0 +1,4 @@ +FindAllTaskByOpportunityIdData #class +com.axonivy.connector.salesforce #namespace +tasks java.util.List #field +oppId String #field diff --git a/salesforce-connector-demo/dataclasses/com/axonivy/connector/salesforce/GetOppotunityData.ivyClass b/salesforce-connector-demo/dataclasses/com/axonivy/connector/salesforce/GetOppotunityData.ivyClass new file mode 100644 index 0000000..2072cb3 --- /dev/null +++ b/salesforce-connector-demo/dataclasses/com/axonivy/connector/salesforce/GetOppotunityData.ivyClass @@ -0,0 +1,4 @@ +GetOppotunityData #class +com.axonivy.connector.salesforce #namespace +opp com.axonivy.connector.salesforce.model.Opportunity #field +id String #field diff --git a/salesforce-connector-demo/pom.xml b/salesforce-connector-demo/pom.xml new file mode 100644 index 0000000..522fdc3 --- /dev/null +++ b/salesforce-connector-demo/pom.xml @@ -0,0 +1,27 @@ + + + 4.0.0 + com.axonivy.connector.salesforce + salesforce-connector-demo + 10.0.12-SNAPSHOT + iar + + + com.axonivy.connector.salesforce + salesforce-connector + ${project.version} + iar + + + + + + com.axonivy.ivy.ci + project-build-plugin + 10.0.16 + true + + + + diff --git a/salesforce-connector-demo/processes/ChartDemo.p.json b/salesforce-connector-demo/processes/ChartDemo.p.json new file mode 100644 index 0000000..026c15c --- /dev/null +++ b/salesforce-connector-demo/processes/ChartDemo.p.json @@ -0,0 +1,47 @@ +{ + "format" : "10.0.0", + "id" : "18C19135AC79638F", + "config" : { + "data" : "com.axonivy.connector.salesforce.Data" + }, + "elements" : [ { + "id" : "f0", + "type" : "RequestStart", + "name" : "start.ivp", + "config" : { + "callSignature" : "start", + "outLink" : "start.ivp" + }, + "visual" : { + "at" : { "x" : 96, "y" : 64 } + }, + "connect" : { "id" : "f3", "to" : "f2" } + }, { + "id" : "f1", + "type" : "TaskEnd", + "visual" : { + "at" : { "x" : 472, "y" : 64 } + } + }, { + "id" : "f2", + "type" : "UserTask", + "name" : "ChartDemo", + "config" : { + "dialogId" : "salesforce.connector.demo.Chart", + "startMethod" : "start()", + "case" : { + "name" : "ChartDemo", + "description" : "Chart Demo" + }, + "task" : { + "name" : "ChartDemo", + "description" : "Chart Demo", + "skipTasklist" : true + } + }, + "visual" : { + "at" : { "x" : 288, "y" : 64 } + }, + "connect" : { "id" : "f4", "to" : "f1" } + } ] +} \ No newline at end of file diff --git a/salesforce-connector-demo/processes/Functional Processes/findAllEventByOpportunityId.p.json b/salesforce-connector-demo/processes/Functional Processes/findAllEventByOpportunityId.p.json new file mode 100644 index 0000000..e9c27e9 --- /dev/null +++ b/salesforce-connector-demo/processes/Functional Processes/findAllEventByOpportunityId.p.json @@ -0,0 +1,66 @@ +{ + "format" : "10.0.0", + "id" : "18C19E836CE959F3", + "kind" : "CALLABLE_SUB", + "config" : { + "data" : "com.axonivy.connector.salesforce.FindAllEventByOpportunityIdData" + }, + "elements" : [ { + "id" : "f0", + "type" : "CallSubStart", + "name" : "findEvent(String)", + "config" : { + "callSignature" : "findEvent", + "input" : { + "params" : [ + { "name" : "oppId", "type" : "String" } + ], + "map" : { + "out.oppId" : "param.oppId" + } + }, + "result" : { + "params" : [ + { "name" : "events", "type" : "java.util.List" } + ], + "map" : { + "result.events" : "in.events" + } + } + }, + "visual" : { + "at" : { "x" : 96, "y" : 64 } + }, + "connect" : { "id" : "f4", "to" : "f3" } + }, { + "id" : "f1", + "type" : "CallSubEnd", + "visual" : { + "at" : { "x" : 416, "y" : 64 } + } + }, { + "id" : "f3", + "type" : "SubProcessCall", + "name" : "QueryService", + "config" : { + "call" : { + "params" : [ + { "name" : "query", "type" : "String" } + ], + "code" : "param.query = \"Select FIELDS(ALL) from Event where WhatId='\"+ in.oppId +\"' LIMIT 200\";" + }, + "processCall" : "QueryService:call(String)", + "output" : { + "code" : [ + "import com.axonivy.connector.salesforce.utils.ConvertUtils;", + "", + "in.events = ConvertUtils.convertToListEvent(result.jsonNode);" + ] + } + }, + "visual" : { + "at" : { "x" : 264, "y" : 64 } + }, + "connect" : { "id" : "f2", "to" : "f1" } + } ] +} \ No newline at end of file diff --git a/salesforce-connector-demo/processes/Functional Processes/findAllTaskByOpportunityId.p.json b/salesforce-connector-demo/processes/Functional Processes/findAllTaskByOpportunityId.p.json new file mode 100644 index 0000000..10d683c --- /dev/null +++ b/salesforce-connector-demo/processes/Functional Processes/findAllTaskByOpportunityId.p.json @@ -0,0 +1,66 @@ +{ + "format" : "10.0.0", + "id" : "18C19E6F2ADC725A", + "kind" : "CALLABLE_SUB", + "config" : { + "data" : "com.axonivy.connector.salesforce.FindAllTaskByOpportunityIdData" + }, + "elements" : [ { + "id" : "f0", + "type" : "CallSubStart", + "name" : "findTask(String)", + "config" : { + "callSignature" : "findTask", + "input" : { + "params" : [ + { "name" : "oppId", "type" : "String" } + ], + "map" : { + "out.oppId" : "param.oppId" + } + }, + "result" : { + "params" : [ + { "name" : "tasks", "type" : "java.util.List" } + ], + "map" : { + "result.tasks" : "in.tasks" + } + } + }, + "visual" : { + "at" : { "x" : 96, "y" : 64 } + }, + "connect" : { "id" : "f4", "to" : "f3" } + }, { + "id" : "f1", + "type" : "CallSubEnd", + "visual" : { + "at" : { "x" : 408, "y" : 64 } + } + }, { + "id" : "f3", + "type" : "SubProcessCall", + "name" : "QueryService", + "config" : { + "call" : { + "params" : [ + { "name" : "query", "type" : "String" } + ], + "code" : "param.query = \"Select FIELDS(ALL) from Task where WhatId='\"+ in.oppId +\"' LIMIT 200\";" + }, + "processCall" : "QueryService:call(String)", + "output" : { + "code" : [ + "import com.axonivy.connector.salesforce.utils.ConvertUtils;", + "", + "in.tasks = ConvertUtils.convertToListTask(result.jsonNode);" + ] + } + }, + "visual" : { + "at" : { "x" : 264, "y" : 64 } + }, + "connect" : { "id" : "f2", "to" : "f1" } + } ] +} \ No newline at end of file diff --git a/salesforce-connector-demo/processes/Functional Processes/getAccount.p.json b/salesforce-connector-demo/processes/Functional Processes/getAccount.p.json new file mode 100644 index 0000000..a5ba848 --- /dev/null +++ b/salesforce-connector-demo/processes/Functional Processes/getAccount.p.json @@ -0,0 +1,67 @@ +{ + "format" : "10.0.0", + "id" : "18BB792E496189BE", + "kind" : "CALLABLE_SUB", + "config" : { + "data" : "com.axonivy.connector.salesforce.Data" + }, + "elements" : [ { + "id" : "f3", + "type" : "CallSubStart", + "name" : "getAccount(String)", + "config" : { + "callSignature" : "getAccount", + "input" : { + "params" : [ + { "name" : "id", "type" : "String" } + ], + "map" : { + "out.id" : "param.id" + } + }, + "result" : { + "params" : [ + { "name" : "acc", "type" : "com.axonivy.connector.salesforce.model.Account" } + ], + "map" : { + "result.acc" : "in.acc" + } + } + }, + "visual" : { + "at" : { "x" : 184, "y" : 224 } + }, + "connect" : { "id" : "f1", "to" : "f0" } + }, { + "id" : "f5", + "type" : "CallSubEnd", + "visual" : { + "at" : { "x" : 560, "y" : 224 } + } + }, { + "id" : "f0", + "type" : "SubProcessCall", + "name" : "GetAccService", + "config" : { + "processCall" : "GetAccService:call(String)", + "output" : { + "map" : { + "out" : "in", + "out.acc" : "result.acc" + } + }, + "call" : { + "params" : [ + { "name" : "id", "type" : "String" } + ], + "map" : { + "param.id" : "in.id" + } + } + }, + "visual" : { + "at" : { "x" : 376, "y" : 224 } + }, + "connect" : { "id" : "f2", "to" : "f5" } + } ] +} \ No newline at end of file diff --git a/salesforce-connector-demo/processes/Functional Processes/getAccounts.p.json b/salesforce-connector-demo/processes/Functional Processes/getAccounts.p.json new file mode 100644 index 0000000..07f3efc --- /dev/null +++ b/salesforce-connector-demo/processes/Functional Processes/getAccounts.p.json @@ -0,0 +1,57 @@ +{ + "format" : "10.0.0", + "id" : "18BF4F8754BA3BE2", + "kind" : "CALLABLE_SUB", + "config" : { + "data" : "com.axonivy.connector.salesforce.Data" + }, + "elements" : [ { + "id" : "f0", + "type" : "CallSubStart", + "name" : "getAllAccounts()", + "config" : { + "callSignature" : "getAllAccounts", + "result" : { + "params" : [ + { "name" : "accs", "type" : "java.util.List" } + ], + "map" : { + "result.accs" : "in.accs" + } + } + }, + "visual" : { + "at" : { "x" : 96, "y" : 64 } + }, + "connect" : { "id" : "f4", "to" : "f3" } + }, { + "id" : "f1", + "type" : "CallSubEnd", + "visual" : { + "at" : { "x" : 384, "y" : 64 } + } + }, { + "id" : "f3", + "type" : "SubProcessCall", + "name" : "QueryService", + "config" : { + "call" : { + "params" : [ + { "name" : "query", "type" : "String" } + ], + "code" : "param.query = ivy.html.escape(\"Select FIELDS(ALL) from Account LIMIT 200\");" + }, + "processCall" : "QueryService:call(String)", + "output" : { + "code" : [ + "import com.axonivy.connector.salesforce.utils.ConvertUtils;", + "out.accs = ConvertUtils.convertToListAccounts(result.jsonNode);" + ] + } + }, + "visual" : { + "at" : { "x" : 256, "y" : 64 } + }, + "connect" : { "id" : "f2", "to" : "f1" } + } ] +} \ No newline at end of file diff --git a/salesforce-connector-demo/processes/Functional Processes/getAllOpps.p.json b/salesforce-connector-demo/processes/Functional Processes/getAllOpps.p.json new file mode 100644 index 0000000..15c7bc0 --- /dev/null +++ b/salesforce-connector-demo/processes/Functional Processes/getAllOpps.p.json @@ -0,0 +1,57 @@ +{ + "format" : "10.0.0", + "id" : "18BEBE0550975A33", + "kind" : "CALLABLE_SUB", + "config" : { + "data" : "com.axonivy.connector.salesforce.Data" + }, + "elements" : [ { + "id" : "f0", + "type" : "CallSubStart", + "name" : "getAllOpps()", + "config" : { + "callSignature" : "getAllOpps", + "result" : { + "params" : [ + { "name" : "opps", "type" : "java.util.List" } + ], + "map" : { + "result.opps" : "in.opps" + } + } + }, + "visual" : { + "at" : { "x" : 96, "y" : 64 } + }, + "connect" : { "id" : "f3", "to" : "f2" } + }, { + "id" : "f1", + "type" : "CallSubEnd", + "visual" : { + "at" : { "x" : 432, "y" : 64 } + } + }, { + "id" : "f2", + "type" : "SubProcessCall", + "name" : "QueryService", + "config" : { + "call" : { + "params" : [ + { "name" : "query", "type" : "String" } + ], + "code" : "param.query = ivy.html.escape(\"Select FIELDS(ALL) from Opportunity LIMIT 200\");" + }, + "processCall" : "QueryService:call(String)", + "output" : { + "code" : [ + "import com.axonivy.connector.salesforce.utils.ConvertUtils;", + "out.opps = ConvertUtils.convertToListOpportunity(result.jsonNode);" + ] + } + }, + "visual" : { + "at" : { "x" : 272, "y" : 64 } + }, + "connect" : { "id" : "f4", "to" : "f1" } + } ] +} \ No newline at end of file diff --git a/salesforce-connector-demo/processes/Functional Processes/getOpportunity.p.json b/salesforce-connector-demo/processes/Functional Processes/getOpportunity.p.json new file mode 100644 index 0000000..b7382ec --- /dev/null +++ b/salesforce-connector-demo/processes/Functional Processes/getOpportunity.p.json @@ -0,0 +1,67 @@ +{ + "format" : "10.0.0", + "id" : "18BB87D903C86664", + "kind" : "CALLABLE_SUB", + "config" : { + "data" : "com.axonivy.connector.salesforce.GetOppotunityData" + }, + "elements" : [ { + "id" : "f0", + "type" : "CallSubStart", + "name" : "getOpportunity(String)", + "config" : { + "callSignature" : "getOpportunity", + "input" : { + "params" : [ + { "name" : "id", "type" : "String" } + ], + "map" : { + "out.id" : "param.id" + } + }, + "result" : { + "params" : [ + { "name" : "opp", "type" : "com.axonivy.connector.salesforce.model.Opportunity" } + ], + "map" : { + "result.opp" : "in.opp" + } + } + }, + "visual" : { + "at" : { "x" : 96, "y" : 64 } + }, + "connect" : { "id" : "f4", "to" : "f3" } + }, { + "id" : "f1", + "type" : "CallSubEnd", + "visual" : { + "at" : { "x" : 424, "y" : 64 } + } + }, { + "id" : "f3", + "type" : "SubProcessCall", + "name" : "GetOppService", + "config" : { + "processCall" : "GetOppService:call(String)", + "output" : { + "map" : { + "out" : "in", + "out.opp" : "result.opportunity" + } + }, + "call" : { + "params" : [ + { "name" : "id", "type" : "String" } + ], + "map" : { + "param.id" : "in.id" + } + } + }, + "visual" : { + "at" : { "x" : 272, "y" : 64 } + }, + "connect" : { "id" : "f2", "to" : "f1" } + } ] +} \ No newline at end of file diff --git a/salesforce-connector-demo/processes/ListDemo.p.json b/salesforce-connector-demo/processes/ListDemo.p.json new file mode 100644 index 0000000..b19798b --- /dev/null +++ b/salesforce-connector-demo/processes/ListDemo.p.json @@ -0,0 +1,47 @@ +{ + "format" : "10.0.0", + "id" : "18BB73FF80B2F1D9", + "config" : { + "data" : "com.axonivy.connector.salesforce.Data" + }, + "elements" : [ { + "id" : "f0", + "type" : "RequestStart", + "name" : "start.ivp", + "config" : { + "callSignature" : "start", + "outLink" : "start.ivp" + }, + "visual" : { + "at" : { "x" : 96, "y" : 64 } + }, + "connect" : { "id" : "f3", "to" : "f5" } + }, { + "id" : "f1", + "type" : "TaskEnd", + "visual" : { + "at" : { "x" : 440, "y" : 64 } + } + }, { + "id" : "f5", + "type" : "UserTask", + "name" : "ListOpps", + "config" : { + "dialogId" : "salesforce.connector.demo.ListOpps", + "startMethod" : "start()", + "case" : { + "name" : "Opportunities", + "description" : "List Opportunities" + }, + "task" : { + "name" : "Opportunities", + "description" : "List Opportunities", + "skipTasklist" : true + } + }, + "visual" : { + "at" : { "x" : 272, "y" : 64 } + }, + "connect" : { "id" : "f2", "to" : "f1" } + } ] +} \ No newline at end of file diff --git a/salesforce-connector-demo/recources/sf-chart.png b/salesforce-connector-demo/recources/sf-chart.png new file mode 100644 index 0000000..a9d9752 Binary files /dev/null and b/salesforce-connector-demo/recources/sf-chart.png differ diff --git a/salesforce-connector-demo/recources/sf-list.png b/salesforce-connector-demo/recources/sf-list.png new file mode 100644 index 0000000..4a7cd90 Binary files /dev/null and b/salesforce-connector-demo/recources/sf-list.png differ diff --git a/salesforce-connector-demo/recources/sf-query.png b/salesforce-connector-demo/recources/sf-query.png new file mode 100644 index 0000000..7b20d4a Binary files /dev/null and b/salesforce-connector-demo/recources/sf-query.png differ diff --git a/salesforce-connector-demo/src/com/axonivy/connector/salesforce/ChartBean.java b/salesforce-connector-demo/src/com/axonivy/connector/salesforce/ChartBean.java new file mode 100644 index 0000000..a2c89c7 --- /dev/null +++ b/salesforce-connector-demo/src/com/axonivy/connector/salesforce/ChartBean.java @@ -0,0 +1,149 @@ +package com.axonivy.connector.salesforce; + +import java.util.ArrayList; +import java.util.List; +import java.util.stream.Collectors; + +import org.primefaces.model.charts.ChartData; +import org.primefaces.model.charts.axes.cartesian.CartesianScales; +import org.primefaces.model.charts.axes.cartesian.linear.CartesianLinearAxes; +import org.primefaces.model.charts.axes.cartesian.linear.CartesianLinearTicks; +import org.primefaces.model.charts.bar.BarChartDataSet; +import org.primefaces.model.charts.bar.BarChartModel; +import org.primefaces.model.charts.bar.BarChartOptions; +import org.primefaces.model.charts.optionconfig.animation.Animation; +import org.primefaces.model.charts.optionconfig.legend.Legend; +import org.primefaces.model.charts.optionconfig.legend.LegendLabel; +import org.primefaces.model.charts.optionconfig.title.Title; + +import com.axonivy.connector.salesforce.model.Opportunity; + +import com.axonivy.connector.salesforce.dto.OpportunityDTO; +import com.axonivy.connector.salesforce.enums.Stage; + +public class ChartBean { + List opportunities; + List opps; + private BarChartModel barModel; + + public ChartBean() { + opps = new ArrayList<>(); + opportunities = Utils.getAllOpps(); + + opps = Utils.convertToOppDTO(opportunities); + + createBarChartModel(); + } + + public void createBarChartModel() { + barModel = new BarChartModel(); + ChartData data = new ChartData(); + + BarChartDataSet dataSet = new BarChartDataSet(); + dataSet.setLabel("Opportunities"); + + List values = new ArrayList<>(); + values.add(countByStage(Stage.PROSPECTING.label)); + values.add(countByStage(Stage.QUALIFICATION.label)); + values.add(countByStage(Stage.NEEDS_ANALYSIS.label)); + values.add(countByStage(Stage.VALUE_PROPOSITION.label)); + values.add(countByStage(Stage.DECISION_MAKERS.label)); + values.add(countByStage(Stage.PERCEPTION_ANALYSIS.label)); + values.add(countByStage(Stage.PROPOSAL_PRICE_QUOTE.label)); + values.add(countByStage(Stage.NEGOTIATION_REVIEW.label)); + values.add(countByStage(Stage.CLOSED_WON.label)); + values.add(countByStage(Stage.CLOSED_LOST.label)); + dataSet.setData(values); + + List bgColors = new ArrayList<>(); + bgColors.add("rgb(255, 99, 132)"); + bgColors.add("rgb(75, 192, 192)"); + bgColors.add("rgb(255, 205, 86)"); + bgColors.add("rgb(201, 203, 207)"); + bgColors.add("rgb(54, 162, 235)"); + + bgColors.add("rgb(153, 102, 255)"); + bgColors.add("rgb(153, 102, 51)"); + bgColors.add("rgb(255, 51, 204)"); + bgColors.add("rgb(204, 153, 0)"); + bgColors.add("rgb(51, 153, 51)"); + dataSet.setBackgroundColor(bgColors); + + data.addChartDataSet(dataSet); + List labels = new ArrayList<>(); + labels.add(Stage.PROSPECTING.label); + labels.add(Stage.QUALIFICATION.label); + labels.add(Stage.NEEDS_ANALYSIS.label); + labels.add(Stage.VALUE_PROPOSITION.label); + labels.add(Stage.DECISION_MAKERS.label); + labels.add(Stage.PERCEPTION_ANALYSIS.label); + labels.add(Stage.PROPOSAL_PRICE_QUOTE.label); + labels.add(Stage.NEGOTIATION_REVIEW.label); + labels.add(Stage.CLOSED_WON.label); + labels.add(Stage.CLOSED_LOST.label); + data.setLabels(labels); + + barModel.setData(data); + + // Options + BarChartOptions options = new BarChartOptions(); + CartesianScales cScales = new CartesianScales(); + CartesianLinearAxes linearAxes = new CartesianLinearAxes(); + linearAxes.setOffset(true); + CartesianLinearTicks ticks = new CartesianLinearTicks(); + linearAxes.setTicks(ticks); + cScales.addYAxesData(linearAxes); + options.setScales(cScales); + + Title title = new Title(); + title.setDisplay(true); + title.setText("Opportunities"); + options.setTitle(title); + + Legend legend = new Legend(); + legend.setDisplay(false); + legend.setPosition("top"); + LegendLabel legendLabels = new LegendLabel(); + legendLabels.setFontStyle("italic"); + legendLabels.setFontColor("#2980B9"); + legendLabels.setFontSize(24); + legend.setLabels(legendLabels); + options.setLegend(legend); + + // disable animation + Animation animation = new Animation(); + animation.setDuration(0); + options.setAnimation(animation); + + barModel.setOptions(options); + } + + private int countByStage(String stageName) { + return opps.stream().filter(o -> o.getStage().equals(stageName)).collect(Collectors.toList()).size(); + } + + public List getOpportunities() { + return opportunities; + } + + public void setOpportunities(List opportunities) { + this.opportunities = opportunities; + } + + public List getOpps() { + return opps; + } + + public void setOpps(List opps) { + this.opps = opps; + } + + public BarChartModel getBarModel() { + return barModel; + } + + public void setBarModel(BarChartModel barModel) { + this.barModel = barModel; + } + +} diff --git a/salesforce-connector-demo/src/com/axonivy/connector/salesforce/ListOppsBean.java b/salesforce-connector-demo/src/com/axonivy/connector/salesforce/ListOppsBean.java new file mode 100644 index 0000000..b08d1a4 --- /dev/null +++ b/salesforce-connector-demo/src/com/axonivy/connector/salesforce/ListOppsBean.java @@ -0,0 +1,243 @@ +package com.axonivy.connector.salesforce; + +import java.lang.reflect.InvocationTargetException; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.List; +import java.util.Locale; +import java.util.OptionalInt; +import java.util.stream.Collectors; +import java.util.stream.IntStream; + +import org.primefaces.model.charts.bar.BarChartModel; +import org.primefaces.util.LangUtils; + +import com.axonivy.connector.salesforce.model.Account; +import com.axonivy.connector.salesforce.model.Opportunity; +import com.axonivy.connector.salesforce.model.OpportunityUpdateDTO; +import com.axonivy.connector.salesforce.utils.ConvertUtils; + +import ch.ivyteam.ivy.process.call.SubProcessCall; +import com.axonivy.connector.salesforce.dto.ActivityDTO; +import com.axonivy.connector.salesforce.dto.OpportunityDTO; +import com.axonivy.connector.salesforce.enums.Stage; + +public class ListOppsBean { + private List opportunities; + private List opps; + private List filterOpps; + private Opportunity selectedOpp; + private String accountName; + private BarChartModel barModel; + private String ownerId; + private List accs; + private List stages; + private OpportunityUpdateDTO updateDTO; + private ActivityDTO activityDTO; + + public ListOppsBean() { + ownerId = "0055h000009a4XMAAY"; + opps = new ArrayList<>(); + getAllOpps(); + + opps = Utils.convertToOppDTO(opportunities); + + } + + public void openOpportunityDetail(String id) { + selectedOpp = SubProcessCall.withPath("Functional Processes/getOpportunity") + .withStartSignature("getOpportunity(String)").withParam("id", id).call().get("opp", Opportunity.class); + accountName = Utils.getAccName(selectedOpp.getAccountId()); + getActivities(); + } + + private void getActivities() { + activityDTO = new ActivityDTO(); + activityDTO.setTasks(Utils.getAllTasks(selectedOpp.getId())); + activityDTO.setEvents(Utils.getAllEvents(selectedOpp.getId())); + } + + public void getAllOpps() { + opportunities = Utils.getAllOpps(); + } + + @SuppressWarnings("unchecked") + public void getAllAccounts() { + accs = (List) SubProcessCall.withPath("Functional Processes/getAccounts") + .withStartSignature("getAllAccounts()").call().get("accs", Account.class); + } + + public void addNewOppotunity() { + accountName = null; + selectedOpp = new Opportunity(); + selectedOpp.setOwnerId(ownerId); + getAllAccounts(); + getListStages(); + } + + public void updateOppotunity(String id) { + updateDTO = new OpportunityUpdateDTO(); + openOpportunityDetail(id); + getAllAccounts(); + getListStages(); + } + + public void convertToUpdateDTO() throws IllegalAccessException, InvocationTargetException { + selectedOpp.setAccountId(getAccountIdByName(accountName)); + updateDTO = ConvertUtils.convertToOpportunityObjUpdate(selectedOpp); + } + + public void updateCurrentListAfterUpdate() { + OptionalInt result = IntStream.range(0, opps.size()) + .filter(x -> selectedOpp.getId().equals(opps.get(x).getId())).findFirst(); + if (result.isPresent()) { + int index = result.getAsInt(); + opps.set(index, Utils.convertToOppDTO(selectedOpp, updateDTO)); + } + } + + public void beforeDelete(String id) { + selectedOpp = SubProcessCall.withPath("Functional Processes/getOpportunity") + .withStartSignature("getOpportunity(String)").withParam("id", id).call().get("opp", Opportunity.class); + } + + public void updateCurrentListAfterDelete() { + OptionalInt result = IntStream.range(0, opps.size()) + .filter(x -> selectedOpp.getId().equals(opps.get(x).getId())).findFirst(); + if (result.isPresent()) { + int index = result.getAsInt(); + opps.remove(index); + } + } + + private void getListStages() { + stages = Arrays.stream(Stage.values()).map(e -> e.getLabel()).collect(Collectors.toList()); + } + + public List completeAccount(String query) { + String queryLowerCase = query.toLowerCase(); + List accountList = new ArrayList<>(); + List acccountList = accs; + for (Account acc : acccountList) { + accountList.add(acc.getName()); + } + + return accountList.stream().filter(t -> t.toLowerCase().startsWith(queryLowerCase)) + .collect(Collectors.toList()); + } + + public String getAccountIdByName(String name) { + String accId = null; + Account acc = accs.stream().filter(t -> t.getName().equals(name)).findFirst().orElse(null); + if (acc != null) + accId = acc.getId(); + return accId; + } + + public void reset() { + selectedOpp = new Opportunity(); + accountName = null; + } + + public boolean globalFilterFunction(Object value, Object filter, Locale locale) { + String filterText = (filter == null) ? null : filter.toString().trim().toLowerCase(); + if (LangUtils.isBlank(filterText)) { + return true; + } + + OpportunityDTO opp = (OpportunityDTO) value; + return opp.getOppName().toLowerCase().contains(filterText) + || opp.getAccName().toLowerCase().contains(filterText) + || opp.getStage().toLowerCase().contains(filterText) + || opp.getCloseDate().toString().toLowerCase().contains(filterText); + } + + public String getAccountName(String id) { + return Utils.getAccName(id); + } + + public List getOpportunities() { + return opportunities; + } + + public void setOpportunities(List opportunities) { + this.opportunities = opportunities; + } + + public List getOpps() { + return opps; + } + + public void setOpps(List opps) { + this.opps = opps; + } + + public Opportunity getSelectedOpp() { + return selectedOpp; + } + + public void setSelectedOpp(Opportunity selectedOpp) { + this.selectedOpp = selectedOpp; + } + + public String getAccountName() { + return accountName; + } + + public void setAccountName(String accountName) { + this.accountName = accountName; + } + + public BarChartModel getBarModel() { + return barModel; + } + + public void setBarModel(BarChartModel barModel) { + this.barModel = barModel; + } + + public String getOwnerId() { + return ownerId; + } + + public void setOwnerId(String ownerId) { + this.ownerId = ownerId; + } + + public List getAccs() { + return accs; + } + + public void setAccs(List accs) { + this.accs = accs; + } + + public List getStages() { + return stages; + } + + public OpportunityUpdateDTO getUpdateDTO() { + return updateDTO; + } + + public void setUpdateDTO(OpportunityUpdateDTO updateDTO) { + this.updateDTO = updateDTO; + } + + public List getFilterOpps() { + return filterOpps; + } + + public void setFilterOpps(List filterOpps) { + this.filterOpps = filterOpps; + } + + public ActivityDTO getActivityDTO() { + return activityDTO; + } + + public void setActivityDTO(ActivityDTO activityDTO) { + this.activityDTO = activityDTO; + } + +} diff --git a/salesforce-connector-demo/src/com/axonivy/connector/salesforce/Utils.java b/salesforce-connector-demo/src/com/axonivy/connector/salesforce/Utils.java new file mode 100644 index 0000000..d6815de --- /dev/null +++ b/salesforce-connector-demo/src/com/axonivy/connector/salesforce/Utils.java @@ -0,0 +1,73 @@ +package com.axonivy.connector.salesforce; + +import java.util.ArrayList; +import java.util.List; +import java.util.stream.Collectors; + +import com.axonivy.connector.salesforce.dto.OpportunityDTO; +import com.axonivy.connector.salesforce.model.Account; +import com.axonivy.connector.salesforce.model.Event; +import com.axonivy.connector.salesforce.model.Opportunity; +import com.axonivy.connector.salesforce.model.OpportunityUpdateDTO; +import com.axonivy.connector.salesforce.model.Task; + +import ch.ivyteam.ivy.process.call.SubProcessCall; + +public class Utils { + public static String getAccName(String accountId) { + Account acc = SubProcessCall.withPath("Functional Processes/getAccount") + .withStartSignature("getAccount(String)") + .withParam("id", accountId) + .call() + .get("acc", Account.class); + + return acc.getName(); + } + + @SuppressWarnings("unchecked") + public static List getAllOpps() { + List opportunities = new ArrayList<>(); + opportunities = (List) SubProcessCall.withPath("Functional Processes/getAllOpps") + .withStartSignature("getAllOpps()") + .call() + .get("opps", Opportunity.class); + + return opportunities; + } + + @SuppressWarnings("unchecked") + public static List getAllTasks(String oppId) { + List tasks = new ArrayList<>(); + tasks = (List) SubProcessCall.withPath("Functional Processes/findAllTaskByOpportunityId") + .withStartSignature("findTask(String)") + .withParam("oppId", oppId) + .call() + .get("tasks", Task.class); + + return tasks; + } + + @SuppressWarnings("unchecked") + public static List getAllEvents(String oppId) { + List events = new ArrayList<>(); + events = (List) SubProcessCall.withPath("Functional Processes/findAllEventByOpportunityId") + .withStartSignature("findEvent(String)") + .withParam("oppId", oppId) + .call() + .get("events", Event.class); + + return events; + } + + public static List convertToOppDTO(List list) { + return list.stream().map( o -> new OpportunityDTO(o.getId(), o.getName(), getAccName(o.getAccountId()), o.getAmount(), o.getCloseDate(), o.getStageName())).collect(Collectors.toList()); + } + + public static OpportunityDTO convertToOppDTO(Opportunity o) { + return new OpportunityDTO(o.getId(), o.getName(), getAccName(o.getAccountId()), o.getAmount(), o.getCloseDate(), o.getStageName()); + } + + public static OpportunityDTO convertToOppDTO(Opportunity o, OpportunityUpdateDTO o1) { + return new OpportunityDTO(o.getId(), o1.getName(), getAccName(o1.getAccountId()), o1.getAmount(), o1.getCloseDate(), o1.getStageName()); + } +} diff --git a/salesforce-connector-demo/src/com/axonivy/connector/salesforce/dto/ActivityDTO.java b/salesforce-connector-demo/src/com/axonivy/connector/salesforce/dto/ActivityDTO.java new file mode 100644 index 0000000..71f9e20 --- /dev/null +++ b/salesforce-connector-demo/src/com/axonivy/connector/salesforce/dto/ActivityDTO.java @@ -0,0 +1,29 @@ +package com.axonivy.connector.salesforce.dto; + +import java.util.List; + +import com.axonivy.connector.salesforce.model.Event; +import com.axonivy.connector.salesforce.model.Task; + +public class ActivityDTO { + + private List tasks; + private List events; + + public List getTasks() { + return tasks; + } + + public void setTasks(List tasks) { + this.tasks = tasks; + } + + public List getEvents() { + return events; + } + + public void setEvents(List events) { + this.events = events; + } + +} diff --git a/salesforce-connector-demo/src/com/axonivy/connector/salesforce/dto/OpportunityDTO.java b/salesforce-connector-demo/src/com/axonivy/connector/salesforce/dto/OpportunityDTO.java new file mode 100644 index 0000000..ee7da3f --- /dev/null +++ b/salesforce-connector-demo/src/com/axonivy/connector/salesforce/dto/OpportunityDTO.java @@ -0,0 +1,71 @@ +package com.axonivy.connector.salesforce.dto; + +import java.util.Date; + +public class OpportunityDTO { + private String id; + private String oppName; + private String accName; + private Double amount; + private Date closeDate; + private String stage; + + public OpportunityDTO(String id, String oppName, String accName, Double amount, Date closeDate, String stage) { + super(); + this.id = id; + this.oppName = oppName; + this.accName = accName; + this.amount = amount; + this.closeDate = closeDate; + this.stage = stage; + } + + public String getId() { + return id; + } + + public void setId(String id) { + this.id = id; + } + + public String getOppName() { + return oppName; + } + + public void setOppName(String oppName) { + this.oppName = oppName; + } + + public String getAccName() { + return accName; + } + + public void setAccName(String accName) { + this.accName = accName; + } + + public Double getAmount() { + return amount; + } + + public void setAmount(Double amount) { + this.amount = amount; + } + + public Date getCloseDate() { + return closeDate; + } + + public void setCloseDate(Date closeDate) { + this.closeDate = closeDate; + } + + public String getStage() { + return stage; + } + + public void setStage(String stage) { + this.stage = stage; + } + +} diff --git a/salesforce-connector-demo/src/com/axonivy/connector/salesforce/enums/Stage.java b/salesforce-connector-demo/src/com/axonivy/connector/salesforce/enums/Stage.java new file mode 100644 index 0000000..6f7ec6a --- /dev/null +++ b/salesforce-connector-demo/src/com/axonivy/connector/salesforce/enums/Stage.java @@ -0,0 +1,24 @@ +package com.axonivy.connector.salesforce.enums; + +public enum Stage { + PROSPECTING("Prospecting"), + QUALIFICATION("Qualification"), + NEEDS_ANALYSIS("Needs Analysis"), + VALUE_PROPOSITION("Value Proposition"), + DECISION_MAKERS("Id. Decision Makers"), + PERCEPTION_ANALYSIS("Perception Analysis"), + PROPOSAL_PRICE_QUOTE("Proposal/Price Quote"), + NEGOTIATION_REVIEW("Negotiation/Review"), + CLOSED_WON("Closed Won"), + CLOSED_LOST("Closed Lost"); + + public final String label; + + Stage(String label) { + this.label = label; + } + + public String getLabel() { + return label; + } +} diff --git a/salesforce-connector-demo/src_hd/salesforce/connector/demo/Chart/Chart.rddescriptor b/salesforce-connector-demo/src_hd/salesforce/connector/demo/Chart/Chart.rddescriptor new file mode 100644 index 0000000..ae605f0 --- /dev/null +++ b/salesforce-connector-demo/src_hd/salesforce/connector/demo/Chart/Chart.rddescriptor @@ -0,0 +1,7 @@ + + + + viewTechnology + JSF + + diff --git a/salesforce-connector-demo/src_hd/salesforce/connector/demo/Chart/Chart.xhtml b/salesforce-connector-demo/src_hd/salesforce/connector/demo/Chart/Chart.xhtml new file mode 100644 index 0000000..cdf9409 --- /dev/null +++ b/salesforce-connector-demo/src_hd/salesforce/connector/demo/Chart/Chart.xhtml @@ -0,0 +1,35 @@ + + + + #{ivy.cms.co('/Dialogs/listOpps/chart')} + + +
+
+
+
+ +
+
+
+
+
+
+ +
+ +
+
+ +
+
+
+ + \ No newline at end of file diff --git a/salesforce-connector-demo/src_hd/salesforce/connector/demo/Chart/ChartData.ivyClass b/salesforce-connector-demo/src_hd/salesforce/connector/demo/Chart/ChartData.ivyClass new file mode 100644 index 0000000..10cb5d4 --- /dev/null +++ b/salesforce-connector-demo/src_hd/salesforce/connector/demo/Chart/ChartData.ivyClass @@ -0,0 +1,4 @@ +ChartData #class +salesforce.connector.demo.Chart #namespace +bean com.axonivy.connector.salesforce.ChartBean #field +bean PERSISTENT #fieldModifier diff --git a/salesforce-connector-demo/src_hd/salesforce/connector/demo/Chart/ChartProcess.p.json b/salesforce-connector-demo/src_hd/salesforce/connector/demo/Chart/ChartProcess.p.json new file mode 100644 index 0000000..7732028 --- /dev/null +++ b/salesforce-connector-demo/src_hd/salesforce/connector/demo/Chart/ChartProcess.p.json @@ -0,0 +1,51 @@ +{ + "format" : "10.0.0", + "id" : "18C191426FF13FE2", + "kind" : "HTML_DIALOG", + "config" : { + "data" : "salesforce.connector.demo.Chart.ChartData" + }, + "elements" : [ { + "id" : "f0", + "type" : "HtmlDialogStart", + "name" : "start()", + "config" : { + "callSignature" : "start", + "input" : { + "code" : [ + "import com.axonivy.connector.salesforce.ChartBean;", + "", + "out.bean = new ChartBean();" + ] + }, + "guid" : "18C191426FFAC7F4" + }, + "visual" : { + "at" : { "x" : 96, "y" : 64 } + }, + "connect" : { "id" : "f2", "to" : "f1" } + }, { + "id" : "f1", + "type" : "HtmlDialogEnd", + "visual" : { + "at" : { "x" : 224, "y" : 64 } + } + }, { + "id" : "f3", + "type" : "HtmlDialogEventStart", + "name" : "close", + "config" : { + "guid" : "18C19142700E968F" + }, + "visual" : { + "at" : { "x" : 96, "y" : 160 } + }, + "connect" : { "id" : "f5", "to" : "f4" } + }, { + "id" : "f4", + "type" : "HtmlDialogExit", + "visual" : { + "at" : { "x" : 224, "y" : 160 } + } + } ] +} \ No newline at end of file diff --git a/salesforce-connector-demo/src_hd/salesforce/connector/demo/ListOpps/CreateOppotunity.xhtml b/salesforce-connector-demo/src_hd/salesforce/connector/demo/ListOpps/CreateOppotunity.xhtml new file mode 100644 index 0000000..3413b77 --- /dev/null +++ b/salesforce-connector-demo/src_hd/salesforce/connector/demo/ListOpps/CreateOppotunity.xhtml @@ -0,0 +1,185 @@ + + + + + +
+ +
+
+
+
+ +
+
+ +
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+
+ +
+
+ + + + +
+
+
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+ + + +
+
+ + +
+
+ + +
+ + + \ No newline at end of file diff --git a/salesforce-connector-demo/src_hd/salesforce/connector/demo/ListOpps/ListOpps.rddescriptor b/salesforce-connector-demo/src_hd/salesforce/connector/demo/ListOpps/ListOpps.rddescriptor new file mode 100644 index 0000000..ae605f0 --- /dev/null +++ b/salesforce-connector-demo/src_hd/salesforce/connector/demo/ListOpps/ListOpps.rddescriptor @@ -0,0 +1,7 @@ + + + + viewTechnology + JSF + + diff --git a/salesforce-connector-demo/src_hd/salesforce/connector/demo/ListOpps/ListOpps.xhtml b/salesforce-connector-demo/src_hd/salesforce/connector/demo/ListOpps/ListOpps.xhtml new file mode 100644 index 0000000..63707ca --- /dev/null +++ b/salesforce-connector-demo/src_hd/salesforce/connector/demo/ListOpps/ListOpps.xhtml @@ -0,0 +1,120 @@ + + + + #{ivy.cms.co('/Dialogs/listOpps/listOpps')} + + + +
+
+
+
+
+
+
+
+
+
+ + +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+ +
+
+ + + + + + + + + + +
+
+
+ + \ No newline at end of file diff --git a/salesforce-connector-demo/src_hd/salesforce/connector/demo/ListOpps/ListOppsData.ivyClass b/salesforce-connector-demo/src_hd/salesforce/connector/demo/ListOpps/ListOppsData.ivyClass new file mode 100644 index 0000000..74f4f77 --- /dev/null +++ b/salesforce-connector-demo/src_hd/salesforce/connector/demo/ListOpps/ListOppsData.ivyClass @@ -0,0 +1,6 @@ +ListOppsData #class +salesforce.connector.demo.ListOpps #namespace +bean com.axonivy.connector.salesforce.ListOppsBean #field +bean PERSISTENT #fieldModifier +id String #field +id PERSISTENT #fieldModifier diff --git a/salesforce-connector-demo/src_hd/salesforce/connector/demo/ListOpps/ListOppsProcess.p.json b/salesforce-connector-demo/src_hd/salesforce/connector/demo/ListOpps/ListOppsProcess.p.json new file mode 100644 index 0000000..b2abc77 --- /dev/null +++ b/salesforce-connector-demo/src_hd/salesforce/connector/demo/ListOpps/ListOppsProcess.p.json @@ -0,0 +1,289 @@ +{ + "format" : "10.0.0", + "id" : "18BB743AA45B474E", + "kind" : "HTML_DIALOG", + "config" : { + "data" : "salesforce.connector.demo.ListOpps.ListOppsData" + }, + "elements" : [ { + "id" : "f0", + "type" : "HtmlDialogStart", + "name" : "start()", + "config" : { + "callSignature" : "start", + "input" : { + "code" : [ + "import com.axonivy.connector.salesforce.ListOppsBean;", + "", + "out.bean = new ListOppsBean();" + ] + }, + "guid" : "18BB743AA48ECFFA" + }, + "visual" : { + "at" : { "x" : 96, "y" : 64 } + }, + "connect" : { "id" : "f2", "to" : "f1" } + }, { + "id" : "f1", + "type" : "HtmlDialogEnd", + "visual" : { + "at" : { "x" : 224, "y" : 64 } + } + }, { + "id" : "f3", + "type" : "HtmlDialogEventStart", + "name" : "close", + "config" : { + "guid" : "18BB743AA4C21A0F" + }, + "visual" : { + "at" : { "x" : 96, "y" : 160 } + }, + "connect" : { "id" : "f5", "to" : "f4" } + }, { + "id" : "f4", + "type" : "HtmlDialogExit", + "visual" : { + "at" : { "x" : 224, "y" : 160 } + } + }, { + "id" : "f6", + "type" : "HtmlDialogMethodStart", + "name" : "save()", + "config" : { + "callSignature" : "save", + "guid" : "18BEBBEEF1B67B0D" + }, + "visual" : { + "at" : { "x" : 96, "y" : 280 } + }, + "connect" : { "id" : "f14", "to" : "f13" } + }, { + "id" : "f7", + "type" : "SubProcessCall", + "name" : "AddOppService", + "config" : { + "processCall" : "AddOppService:call(com.axonivy.connector.salesforce.model.Opportunity)", + "output" : { + "map" : { + "out" : "in", + "out.bean.selectedOpp.id" : "result.opp.id" + } + }, + "call" : { + "params" : [ + { "name" : "oppotunity", "type" : "com.axonivy.connector.salesforce.model.Opportunity" } + ], + "map" : { + "param.opportunity" : "in.bean.selectedOpp" + } + } + }, + "visual" : { + "at" : { "x" : 384, "y" : 280 } + }, + "boundaries" : [ { + "id" : "f24", + "type" : "ErrorBoundaryEvent", + "visual" : { + "at" : { "x" : 416, "y" : 320 } + }, + "connect" : { "id" : "f25", "to" : "f9", "via" : [ { "x" : 672, "y" : 320 } ] } + } ], + "connect" : { "id" : "f12", "to" : "f11" } + }, { + "id" : "f9", + "type" : "HtmlDialogEnd", + "visual" : { + "at" : { "x" : 672, "y" : 280 } + } + }, { + "id" : "f11", + "type" : "Script", + "name" : "add to current List", + "config" : { + "output" : { + "code" : [ + "import com.axonivy.connector.salesforce.Utils;", + "Utils utils = new Utils();", + "", + "", + "in.bean.opportunities.add(0,in.bean.selectedOpp);", + "in.bean.opps.add(0,utils.convertToOppDTO(in.bean.selectedOpp));", + "", + "in.bean.reset();" + ] + } + }, + "visual" : { + "at" : { "x" : 544, "y" : 280 } + }, + "connect" : { "id" : "f10", "to" : "f9" } + }, { + "id" : "f13", + "type" : "Script", + "name" : "set Account to Oppotunity", + "config" : { + "output" : { + "code" : "in.bean.selectedOpp.accountId = in.bean.getAccountIdByName(in.bean.accountName);" + } + }, + "visual" : { + "at" : { "x" : 224, "y" : 280 } + }, + "connect" : { "id" : "f8", "to" : "f7" } + }, { + "id" : "f15", + "type" : "HtmlDialogMethodStart", + "name" : "update()", + "config" : { + "callSignature" : "update", + "guid" : "18BF5BD97C43B688" + }, + "visual" : { + "at" : { "x" : 88, "y" : 416 } + }, + "connect" : { "id" : "f21", "to" : "f20" } + }, { + "id" : "f17", + "type" : "HtmlDialogEnd", + "visual" : { + "at" : { "x" : 712, "y" : 416 } + } + }, { + "id" : "f16", + "type" : "SubProcessCall", + "name" : "UpdateOppService", + "config" : { + "processCall" : "UpdateOppService:call(String,com.axonivy.connector.salesforce.model.OpportunityUpdateDTO)", + "call" : { + "params" : [ + { "name" : "id", "type" : "String" }, + { "name" : "opportunityUpdateDTO", "type" : "com.axonivy.connector.salesforce.model.OpportunityUpdateDTO" } + ], + "map" : { + "param.id" : "in.bean.selectedOpp.id", + "param.opportunityUpdateDTO" : "in.bean.updateDTO" + } + } + }, + "visual" : { + "at" : { "x" : 424, "y" : 416 } + }, + "boundaries" : [ { + "id" : "f26", + "type" : "ErrorBoundaryEvent", + "visual" : { + "at" : { "x" : 456, "y" : 456 } + }, + "connect" : { "id" : "f27", "to" : "f17", "via" : [ { "x" : 712, "y" : 456 } ] } + } ], + "connect" : { "id" : "f23", "to" : "f22" } + }, { + "id" : "f20", + "type" : "Script", + "name" : "convet to Update obj DTO", + "config" : { + "output" : { + "code" : "in.bean.convertToUpdateDTO();" + } + }, + "visual" : { + "at" : { "x" : 224, "y" : 416 } + }, + "connect" : { "id" : "f18", "to" : "f16" } + }, { + "id" : "f22", + "type" : "Script", + "name" : "Update current List", + "config" : { + "output" : { + "code" : "in.bean.updateCurrentListAfterUpdate();" + } + }, + "visual" : { + "at" : { "x" : 584, "y" : 416 } + }, + "connect" : { "id" : "f19", "to" : "f17" } + }, { + "id" : "f28", + "type" : "HtmlDialogMethodStart", + "name" : "delete(String)", + "config" : { + "callSignature" : "delete", + "input" : { + "params" : [ + { "name" : "id", "type" : "String" } + ], + "map" : { + "out.id" : "param.id" + } + }, + "guid" : "18BFA40935E44D5A" + }, + "visual" : { + "at" : { "x" : 88, "y" : 544 } + }, + "connect" : { "id" : "f36", "to" : "f35" } + }, { + "id" : "f29", + "type" : "SubProcessCall", + "name" : "DeleteOppService", + "config" : { + "processCall" : "DeleteOppService:call(String)", + "call" : { + "params" : [ + { "name" : "id", "type" : "String" } + ], + "map" : { + "param.id" : "in.id" + } + } + }, + "visual" : { + "at" : { "x" : 416, "y" : 544 } + }, + "boundaries" : [ { + "id" : "f37", + "type" : "ErrorBoundaryEvent", + "visual" : { + "at" : { "x" : 448, "y" : 584 } + }, + "connect" : { "id" : "f38", "to" : "f31", "via" : [ { "x" : 720, "y" : 584 } ] } + } ], + "connect" : { "id" : "f34", "to" : "f33" } + }, { + "id" : "f31", + "type" : "HtmlDialogEnd", + "visual" : { + "at" : { "x" : 720, "y" : 544 } + } + }, { + "id" : "f33", + "type" : "Script", + "name" : "Update current list", + "config" : { + "output" : { + "code" : "in.bean.updateCurrentListAfterDelete();" + } + }, + "visual" : { + "at" : { "x" : 600, "y" : 544 } + }, + "connect" : { "id" : "f32", "to" : "f31" } + }, { + "id" : "f35", + "type" : "Script", + "name" : "before delete", + "config" : { + "output" : { + "code" : "in.bean.beforeDelete(in.id);" + } + }, + "visual" : { + "at" : { "x" : 224, "y" : 544 } + }, + "connect" : { "id" : "f30", "to" : "f29" } + } ] +} \ No newline at end of file diff --git a/salesforce-connector-demo/src_hd/salesforce/connector/demo/ListOpps/OppDetail.xhtml b/salesforce-connector-demo/src_hd/salesforce/connector/demo/ListOpps/OppDetail.xhtml new file mode 100644 index 0000000..94371d8 --- /dev/null +++ b/salesforce-connector-demo/src_hd/salesforce/connector/demo/ListOpps/OppDetail.xhtml @@ -0,0 +1,304 @@ + + + + +
+ + + +
+
+
+
+ +
+
+ +
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+
+ +
+
+ + + +
+
+
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+ +
+
+

Tasks

+ + +
+
+
+ #{task.ownerId} +
+
+ #{task.subject} +
+
+ + + + +
+ +
+
+
+ #{task.status} +
+
+ #{task.name} +
+
+ #{data.bean.selectedOpp.name} +
+
+
+
+
+ +
+
+
+
+
+ #{task.description} +
+
+
+
+
+
+
+
+
+

Events

+ + +
+
+
+ #{event.ownerId} +
+
+ #{event.subject} +
+
+ #{event.name} +
+
+ #{data.bean.selectedOpp.name} +
+ +
+
+
+ #{event.location} +
+
+ + + + +
+
+ + + + +
+
+ + +
+
+
+
+
+ + +
+
+
+
+
+ #{event.description} +
+
+
+
+
+
+
+
+
+ +
+
+
+
+ + +
+
+ +
+ + + + \ No newline at end of file diff --git a/salesforce-connector-demo/src_hd/salesforce/connector/demo/ListOpps/UpdateOppotunity.xhtml b/salesforce-connector-demo/src_hd/salesforce/connector/demo/ListOpps/UpdateOppotunity.xhtml new file mode 100644 index 0000000..16ffaf4 --- /dev/null +++ b/salesforce-connector-demo/src_hd/salesforce/connector/demo/ListOpps/UpdateOppotunity.xhtml @@ -0,0 +1,194 @@ + + + + + +
+ +
+
+
+
+ +
+
+ +
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+
+ +
+
+ + + + +
+
+
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+ + + +
+
+ + +
+
+ + +
+ + + \ No newline at end of file diff --git a/salesforce-connector-demo/webContent/layouts/basic-10.xhtml b/salesforce-connector-demo/webContent/layouts/basic-10.xhtml new file mode 100644 index 0000000..1c84682 --- /dev/null +++ b/salesforce-connector-demo/webContent/layouts/basic-10.xhtml @@ -0,0 +1,66 @@ + + + + + + + + + + <ui:insert name="title">Ivy Html Dialog</ui:insert> + + + + + + + + + + + + + + + + +
+ + default content + + + +
+
+ +
+
+
+ + + + + +
+ \ No newline at end of file diff --git a/salesforce-connector-demo/webContent/layouts/frame-10.xhtml b/salesforce-connector-demo/webContent/layouts/frame-10.xhtml new file mode 100644 index 0000000..602c286 --- /dev/null +++ b/salesforce-connector-demo/webContent/layouts/frame-10.xhtml @@ -0,0 +1,62 @@ + + + + + + + + + + <ui:insert name="title">Ivy Html Dialog</ui:insert> + + + + + + + + + + + +
+ + default content + +
+ + + + + + + +
+ \ No newline at end of file diff --git a/salesforce-connector-demo/webContent/layouts/includes/exception-details.xhtml b/salesforce-connector-demo/webContent/layouts/includes/exception-details.xhtml new file mode 100644 index 0000000..a4979dc --- /dev/null +++ b/salesforce-connector-demo/webContent/layouts/includes/exception-details.xhtml @@ -0,0 +1,109 @@ + + + + + + +

+ +

+ + +

Error id

+

#{errorPage.exceptionId}

+

Error Timestamp

+

#{errorPage.createdAt}

+
+ + + + +

Attributes

+
+ + + + + + + + + + + + + + + +
NameValue
+
+
+

Thrown by

+

Process: + +
Element: + +

+
+ + +

Process call stack

+ +
#{caller.callerElement}
+
+
+ +

Technical cause

+
#{causedBy.class.simpleName}: #{causedBy.message.trim()}
+
+
+ +

Request Uri

+

#{errorPage.getRequestUri()}

+
+

Servlet

+

#{errorPage.getServletName()}

+
+ +

Application

+

#{errorPage.applicationName}

+
+ + +

Thread local values

+
+ + + + + + + + + + + + + + + +
KeyValue
+
+
+
+ +

Stack-Trace

+
#{errorPage.getStackTrace()}
+
+ diff --git a/salesforce-connector-demo/webContent/layouts/includes/exception.xhtml b/salesforce-connector-demo/webContent/layouts/includes/exception.xhtml new file mode 100644 index 0000000..2303e7c --- /dev/null +++ b/salesforce-connector-demo/webContent/layouts/includes/exception.xhtml @@ -0,0 +1,47 @@ + + + + + + + + + +
+
+ + +
+ + + + + + + + + +
+ + \ No newline at end of file diff --git a/salesforce-connector-demo/webContent/layouts/includes/footer.xhtml b/salesforce-connector-demo/webContent/layouts/includes/footer.xhtml new file mode 100644 index 0000000..3eb052b --- /dev/null +++ b/salesforce-connector-demo/webContent/layouts/includes/footer.xhtml @@ -0,0 +1,18 @@ + + + +
+ + #{ivyAdvisor.applicationName} + + +
+
+ + \ No newline at end of file diff --git a/salesforce-connector-demo/webContent/layouts/includes/progress-loader.xhtml b/salesforce-connector-demo/webContent/layouts/includes/progress-loader.xhtml new file mode 100644 index 0000000..0d68a75 --- /dev/null +++ b/salesforce-connector-demo/webContent/layouts/includes/progress-loader.xhtml @@ -0,0 +1,15 @@ + + + + +
+
+
Loading...
+
+
+ + + +
+
\ No newline at end of file diff --git a/salesforce-connector-demo/webContent/layouts/styles/primeflex.css b/salesforce-connector-demo/webContent/layouts/styles/primeflex.css new file mode 100644 index 0000000..fe51697 --- /dev/null +++ b/salesforce-connector-demo/webContent/layouts/styles/primeflex.css @@ -0,0 +1,20117 @@ +.grid { + display: flex; + flex-wrap: wrap; + margin-right: -0.5rem; + margin-left: -0.5rem; + margin-top: -0.5rem; +} + +.grid > .col, +.grid > [class*=col] { + box-sizing: border-box; +} + +.grid-nogutter { + margin-right: 0; + margin-left: 0; + margin-top: 0; +} + +.grid-nogutter > .col, +.grid-nogutter > [class*=col-] { + padding: 0; +} + +.col { + flex-grow: 1; + flex-basis: 0; + padding: 0.5rem; +} + +.col-fixed { + flex: 0 0 auto; + padding: 0.5rem; +} + +.col-1 { + flex: 0 0 auto; + padding: 0.5rem; + width: 8.3333%; +} + +.col-2 { + flex: 0 0 auto; + padding: 0.5rem; + width: 16.6667%; +} + +.col-3 { + flex: 0 0 auto; + padding: 0.5rem; + width: 25%; +} + +.col-4 { + flex: 0 0 auto; + padding: 0.5rem; + width: 33.3333%; +} + +.col-5 { + flex: 0 0 auto; + padding: 0.5rem; + width: 41.6667%; +} + +.col-6 { + flex: 0 0 auto; + padding: 0.5rem; + width: 50%; +} + +.col-7 { + flex: 0 0 auto; + padding: 0.5rem; + width: 58.3333%; +} + +.col-8 { + flex: 0 0 auto; + padding: 0.5rem; + width: 66.6667%; +} + +.col-9 { + flex: 0 0 auto; + padding: 0.5rem; + width: 75%; +} + +.col-10 { + flex: 0 0 auto; + padding: 0.5rem; + width: 83.3333%; +} + +.col-11 { + flex: 0 0 auto; + padding: 0.5rem; + width: 91.6667%; +} + +.col-12 { + flex: 0 0 auto; + padding: 0.5rem; + width: 100%; +} + +@media screen and (min-width: 576px) { + .sm\:col { + flex-grow: 1; + flex-basis: 0; + padding: 0.5rem; + } + .sm\:col-fixed { + flex: 0 0 auto; + padding: 0.5rem; + } + .sm\:col-1 { + flex: 0 0 auto; + padding: 0.5rem; + width: 8.3333%; + } + .sm\:col-2 { + flex: 0 0 auto; + padding: 0.5rem; + width: 16.6667%; + } + .sm\:col-3 { + flex: 0 0 auto; + padding: 0.5rem; + width: 25%; + } + .sm\:col-4 { + flex: 0 0 auto; + padding: 0.5rem; + width: 33.3333%; + } + .sm\:col-5 { + flex: 0 0 auto; + padding: 0.5rem; + width: 41.6667%; + } + .sm\:col-6 { + flex: 0 0 auto; + padding: 0.5rem; + width: 50%; + } + .sm\:col-7 { + flex: 0 0 auto; + padding: 0.5rem; + width: 58.3333%; + } + .sm\:col-8 { + flex: 0 0 auto; + padding: 0.5rem; + width: 66.6667%; + } + .sm\:col-9 { + flex: 0 0 auto; + padding: 0.5rem; + width: 75%; + } + .sm\:col-10 { + flex: 0 0 auto; + padding: 0.5rem; + width: 83.3333%; + } + .sm\:col-11 { + flex: 0 0 auto; + padding: 0.5rem; + width: 91.6667%; + } + .sm\:col-12 { + flex: 0 0 auto; + padding: 0.5rem; + width: 100%; + } +} +@media screen and (min-width: 768px) { + .md\:col { + flex-grow: 1; + flex-basis: 0; + padding: 0.5rem; + } + .md\:col-fixed { + flex: 0 0 auto; + padding: 0.5rem; + } + .md\:col-1 { + flex: 0 0 auto; + padding: 0.5rem; + width: 8.3333%; + } + .md\:col-2 { + flex: 0 0 auto; + padding: 0.5rem; + width: 16.6667%; + } + .md\:col-3 { + flex: 0 0 auto; + padding: 0.5rem; + width: 25%; + } + .md\:col-4 { + flex: 0 0 auto; + padding: 0.5rem; + width: 33.3333%; + } + .md\:col-5 { + flex: 0 0 auto; + padding: 0.5rem; + width: 41.6667%; + } + .md\:col-6 { + flex: 0 0 auto; + padding: 0.5rem; + width: 50%; + } + .md\:col-7 { + flex: 0 0 auto; + padding: 0.5rem; + width: 58.3333%; + } + .md\:col-8 { + flex: 0 0 auto; + padding: 0.5rem; + width: 66.6667%; + } + .md\:col-9 { + flex: 0 0 auto; + padding: 0.5rem; + width: 75%; + } + .md\:col-10 { + flex: 0 0 auto; + padding: 0.5rem; + width: 83.3333%; + } + .md\:col-11 { + flex: 0 0 auto; + padding: 0.5rem; + width: 91.6667%; + } + .md\:col-12 { + flex: 0 0 auto; + padding: 0.5rem; + width: 100%; + } +} +@media screen and (min-width: 992px) { + .lg\:col { + flex-grow: 1; + flex-basis: 0; + padding: 0.5rem; + } + .lg\:col-fixed { + flex: 0 0 auto; + padding: 0.5rem; + } + .lg\:col-1 { + flex: 0 0 auto; + padding: 0.5rem; + width: 8.3333%; + } + .lg\:col-2 { + flex: 0 0 auto; + padding: 0.5rem; + width: 16.6667%; + } + .lg\:col-3 { + flex: 0 0 auto; + padding: 0.5rem; + width: 25%; + } + .lg\:col-4 { + flex: 0 0 auto; + padding: 0.5rem; + width: 33.3333%; + } + .lg\:col-5 { + flex: 0 0 auto; + padding: 0.5rem; + width: 41.6667%; + } + .lg\:col-6 { + flex: 0 0 auto; + padding: 0.5rem; + width: 50%; + } + .lg\:col-7 { + flex: 0 0 auto; + padding: 0.5rem; + width: 58.3333%; + } + .lg\:col-8 { + flex: 0 0 auto; + padding: 0.5rem; + width: 66.6667%; + } + .lg\:col-9 { + flex: 0 0 auto; + padding: 0.5rem; + width: 75%; + } + .lg\:col-10 { + flex: 0 0 auto; + padding: 0.5rem; + width: 83.3333%; + } + .lg\:col-11 { + flex: 0 0 auto; + padding: 0.5rem; + width: 91.6667%; + } + .lg\:col-12 { + flex: 0 0 auto; + padding: 0.5rem; + width: 100%; + } +} +@media screen and (min-width: 1200px) { + .xl\:col { + flex-grow: 1; + flex-basis: 0; + padding: 0.5rem; + } + .xl\:col-fixed { + flex: 0 0 auto; + padding: 0.5rem; + } + .xl\:col-1 { + flex: 0 0 auto; + padding: 0.5rem; + width: 8.3333%; + } + .xl\:col-2 { + flex: 0 0 auto; + padding: 0.5rem; + width: 16.6667%; + } + .xl\:col-3 { + flex: 0 0 auto; + padding: 0.5rem; + width: 25%; + } + .xl\:col-4 { + flex: 0 0 auto; + padding: 0.5rem; + width: 33.3333%; + } + .xl\:col-5 { + flex: 0 0 auto; + padding: 0.5rem; + width: 41.6667%; + } + .xl\:col-6 { + flex: 0 0 auto; + padding: 0.5rem; + width: 50%; + } + .xl\:col-7 { + flex: 0 0 auto; + padding: 0.5rem; + width: 58.3333%; + } + .xl\:col-8 { + flex: 0 0 auto; + padding: 0.5rem; + width: 66.6667%; + } + .xl\:col-9 { + flex: 0 0 auto; + padding: 0.5rem; + width: 75%; + } + .xl\:col-10 { + flex: 0 0 auto; + padding: 0.5rem; + width: 83.3333%; + } + .xl\:col-11 { + flex: 0 0 auto; + padding: 0.5rem; + width: 91.6667%; + } + .xl\:col-12 { + flex: 0 0 auto; + padding: 0.5rem; + width: 100%; + } +} +.col-offset-0 { + margin-left: 0 !important; +} + +.col-offset-1 { + margin-left: 8.3333% !important; +} + +.col-offset-2 { + margin-left: 16.6667% !important; +} + +.col-offset-3 { + margin-left: 25% !important; +} + +.col-offset-4 { + margin-left: 33.3333% !important; +} + +.col-offset-5 { + margin-left: 41.6667% !important; +} + +.col-offset-6 { + margin-left: 50% !important; +} + +.col-offset-7 { + margin-left: 58.3333% !important; +} + +.col-offset-8 { + margin-left: 66.6667% !important; +} + +.col-offset-9 { + margin-left: 75% !important; +} + +.col-offset-10 { + margin-left: 83.3333% !important; +} + +.col-offset-11 { + margin-left: 91.6667% !important; +} + +.col-offset-12 { + margin-left: 100% !important; +} + +@media screen and (min-width: 576px) { + .sm\:col-offset-0 { + margin-left: 0 !important; + } + .sm\:col-offset-1 { + margin-left: 8.3333% !important; + } + .sm\:col-offset-2 { + margin-left: 16.6667% !important; + } + .sm\:col-offset-3 { + margin-left: 25% !important; + } + .sm\:col-offset-4 { + margin-left: 33.3333% !important; + } + .sm\:col-offset-5 { + margin-left: 41.6667% !important; + } + .sm\:col-offset-6 { + margin-left: 50% !important; + } + .sm\:col-offset-7 { + margin-left: 58.3333% !important; + } + .sm\:col-offset-8 { + margin-left: 66.6667% !important; + } + .sm\:col-offset-9 { + margin-left: 75% !important; + } + .sm\:col-offset-10 { + margin-left: 83.3333% !important; + } + .sm\:col-offset-11 { + margin-left: 91.6667% !important; + } + .sm\:col-offset-12 { + margin-left: 100% !important; + } +} +@media screen and (min-width: 768px) { + .md\:col-offset-0 { + margin-left: 0 !important; + } + .md\:col-offset-1 { + margin-left: 8.3333% !important; + } + .md\:col-offset-2 { + margin-left: 16.6667% !important; + } + .md\:col-offset-3 { + margin-left: 25% !important; + } + .md\:col-offset-4 { + margin-left: 33.3333% !important; + } + .md\:col-offset-5 { + margin-left: 41.6667% !important; + } + .md\:col-offset-6 { + margin-left: 50% !important; + } + .md\:col-offset-7 { + margin-left: 58.3333% !important; + } + .md\:col-offset-8 { + margin-left: 66.6667% !important; + } + .md\:col-offset-9 { + margin-left: 75% !important; + } + .md\:col-offset-10 { + margin-left: 83.3333% !important; + } + .md\:col-offset-11 { + margin-left: 91.6667% !important; + } + .md\:col-offset-12 { + margin-left: 100% !important; + } +} +@media screen and (min-width: 992px) { + .lg\:col-offset-0 { + margin-left: 0 !important; + } + .lg\:col-offset-1 { + margin-left: 8.3333% !important; + } + .lg\:col-offset-2 { + margin-left: 16.6667% !important; + } + .lg\:col-offset-3 { + margin-left: 25% !important; + } + .lg\:col-offset-4 { + margin-left: 33.3333% !important; + } + .lg\:col-offset-5 { + margin-left: 41.6667% !important; + } + .lg\:col-offset-6 { + margin-left: 50% !important; + } + .lg\:col-offset-7 { + margin-left: 58.3333% !important; + } + .lg\:col-offset-8 { + margin-left: 66.6667% !important; + } + .lg\:col-offset-9 { + margin-left: 75% !important; + } + .lg\:col-offset-10 { + margin-left: 83.3333% !important; + } + .lg\:col-offset-11 { + margin-left: 91.6667% !important; + } + .lg\:col-offset-12 { + margin-left: 100% !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:col-offset-0 { + margin-left: 0 !important; + } + .xl\:col-offset-1 { + margin-left: 8.3333% !important; + } + .xl\:col-offset-2 { + margin-left: 16.6667% !important; + } + .xl\:col-offset-3 { + margin-left: 25% !important; + } + .xl\:col-offset-4 { + margin-left: 33.3333% !important; + } + .xl\:col-offset-5 { + margin-left: 41.6667% !important; + } + .xl\:col-offset-6 { + margin-left: 50% !important; + } + .xl\:col-offset-7 { + margin-left: 58.3333% !important; + } + .xl\:col-offset-8 { + margin-left: 66.6667% !important; + } + .xl\:col-offset-9 { + margin-left: 75% !important; + } + .xl\:col-offset-10 { + margin-left: 83.3333% !important; + } + .xl\:col-offset-11 { + margin-left: 91.6667% !important; + } + .xl\:col-offset-12 { + margin-left: 100% !important; + } +} +.text-0 { + color: var(--surface-0) !important; +} + +.text-50 { + color: var(--surface-50) !important; +} + +.text-100 { + color: var(--surface-100) !important; +} + +.text-200 { + color: var(--surface-200) !important; +} + +.text-300 { + color: var(--surface-300) !important; +} + +.text-400 { + color: var(--surface-400) !important; +} + +.text-500 { + color: var(--surface-500) !important; +} + +.text-600 { + color: var(--surface-600) !important; +} + +.text-700 { + color: var(--surface-700) !important; +} + +.text-800 { + color: var(--surface-800) !important; +} + +.text-900 { + color: var(--surface-900) !important; +} + +.focus\:text-0:focus { + color: var(--surface-0) !important; +} + +.hover\:text-0:hover { + color: var(--surface-0) !important; +} + +.active\:text-0:active { + color: var(--surface-0) !important; +} + +.focus\:text-50:focus { + color: var(--surface-50) !important; +} + +.hover\:text-50:hover { + color: var(--surface-50) !important; +} + +.active\:text-50:active { + color: var(--surface-50) !important; +} + +.focus\:text-100:focus { + color: var(--surface-100) !important; +} + +.hover\:text-100:hover { + color: var(--surface-100) !important; +} + +.active\:text-100:active { + color: var(--surface-100) !important; +} + +.focus\:text-200:focus { + color: var(--surface-200) !important; +} + +.hover\:text-200:hover { + color: var(--surface-200) !important; +} + +.active\:text-200:active { + color: var(--surface-200) !important; +} + +.focus\:text-300:focus { + color: var(--surface-300) !important; +} + +.hover\:text-300:hover { + color: var(--surface-300) !important; +} + +.active\:text-300:active { + color: var(--surface-300) !important; +} + +.focus\:text-400:focus { + color: var(--surface-400) !important; +} + +.hover\:text-400:hover { + color: var(--surface-400) !important; +} + +.active\:text-400:active { + color: var(--surface-400) !important; +} + +.focus\:text-500:focus { + color: var(--surface-500) !important; +} + +.hover\:text-500:hover { + color: var(--surface-500) !important; +} + +.active\:text-500:active { + color: var(--surface-500) !important; +} + +.focus\:text-600:focus { + color: var(--surface-600) !important; +} + +.hover\:text-600:hover { + color: var(--surface-600) !important; +} + +.active\:text-600:active { + color: var(--surface-600) !important; +} + +.focus\:text-700:focus { + color: var(--surface-700) !important; +} + +.hover\:text-700:hover { + color: var(--surface-700) !important; +} + +.active\:text-700:active { + color: var(--surface-700) !important; +} + +.focus\:text-800:focus { + color: var(--surface-800) !important; +} + +.hover\:text-800:hover { + color: var(--surface-800) !important; +} + +.active\:text-800:active { + color: var(--surface-800) !important; +} + +.focus\:text-900:focus { + color: var(--surface-900) !important; +} + +.hover\:text-900:hover { + color: var(--surface-900) !important; +} + +.active\:text-900:active { + color: var(--surface-900) !important; +} + +.surface-0 { + background-color: var(--surface-0) !important; +} + +.surface-50 { + background-color: var(--surface-50) !important; +} + +.surface-100 { + background-color: var(--surface-100) !important; +} + +.surface-200 { + background-color: var(--surface-200) !important; +} + +.surface-300 { + background-color: var(--surface-300) !important; +} + +.surface-400 { + background-color: var(--surface-400) !important; +} + +.surface-500 { + background-color: var(--surface-500) !important; +} + +.surface-600 { + background-color: var(--surface-600) !important; +} + +.surface-700 { + background-color: var(--surface-700) !important; +} + +.surface-800 { + background-color: var(--surface-800) !important; +} + +.surface-900 { + background-color: var(--surface-900) !important; +} + +.focus\:surface-0:focus { + background-color: var(--surface-0) !important; +} + +.hover\:surface-0:hover { + background-color: var(--surface-0) !important; +} + +.active\:surface-0:active { + background-color: var(--surface-0) !important; +} + +.focus\:surface-50:focus { + background-color: var(--surface-50) !important; +} + +.hover\:surface-50:hover { + background-color: var(--surface-50) !important; +} + +.active\:surface-50:active { + background-color: var(--surface-50) !important; +} + +.focus\:surface-100:focus { + background-color: var(--surface-100) !important; +} + +.hover\:surface-100:hover { + background-color: var(--surface-100) !important; +} + +.active\:surface-100:active { + background-color: var(--surface-100) !important; +} + +.focus\:surface-200:focus { + background-color: var(--surface-200) !important; +} + +.hover\:surface-200:hover { + background-color: var(--surface-200) !important; +} + +.active\:surface-200:active { + background-color: var(--surface-200) !important; +} + +.focus\:surface-300:focus { + background-color: var(--surface-300) !important; +} + +.hover\:surface-300:hover { + background-color: var(--surface-300) !important; +} + +.active\:surface-300:active { + background-color: var(--surface-300) !important; +} + +.focus\:surface-400:focus { + background-color: var(--surface-400) !important; +} + +.hover\:surface-400:hover { + background-color: var(--surface-400) !important; +} + +.active\:surface-400:active { + background-color: var(--surface-400) !important; +} + +.focus\:surface-500:focus { + background-color: var(--surface-500) !important; +} + +.hover\:surface-500:hover { + background-color: var(--surface-500) !important; +} + +.active\:surface-500:active { + background-color: var(--surface-500) !important; +} + +.focus\:surface-600:focus { + background-color: var(--surface-600) !important; +} + +.hover\:surface-600:hover { + background-color: var(--surface-600) !important; +} + +.active\:surface-600:active { + background-color: var(--surface-600) !important; +} + +.focus\:surface-700:focus { + background-color: var(--surface-700) !important; +} + +.hover\:surface-700:hover { + background-color: var(--surface-700) !important; +} + +.active\:surface-700:active { + background-color: var(--surface-700) !important; +} + +.focus\:surface-800:focus { + background-color: var(--surface-800) !important; +} + +.hover\:surface-800:hover { + background-color: var(--surface-800) !important; +} + +.active\:surface-800:active { + background-color: var(--surface-800) !important; +} + +.focus\:surface-900:focus { + background-color: var(--surface-900) !important; +} + +.hover\:surface-900:hover { + background-color: var(--surface-900) !important; +} + +.active\:surface-900:active { + background-color: var(--surface-900) !important; +} + +.border-0 { + border-color: var(--surface-0) !important; +} + +.border-50 { + border-color: var(--surface-50) !important; +} + +.border-100 { + border-color: var(--surface-100) !important; +} + +.border-200 { + border-color: var(--surface-200) !important; +} + +.border-300 { + border-color: var(--surface-300) !important; +} + +.border-400 { + border-color: var(--surface-400) !important; +} + +.border-500 { + border-color: var(--surface-500) !important; +} + +.border-600 { + border-color: var(--surface-600) !important; +} + +.border-700 { + border-color: var(--surface-700) !important; +} + +.border-800 { + border-color: var(--surface-800) !important; +} + +.border-900 { + border-color: var(--surface-900) !important; +} + +.focus\:border-0:focus { + border-color: var(--surface-0) !important; +} + +.hover\:border-0:hover { + border-color: var(--surface-0) !important; +} + +.active\:border-0:active { + border-color: var(--surface-0) !important; +} + +.focus\:border-50:focus { + border-color: var(--surface-50) !important; +} + +.hover\:border-50:hover { + border-color: var(--surface-50) !important; +} + +.active\:border-50:active { + border-color: var(--surface-50) !important; +} + +.focus\:border-100:focus { + border-color: var(--surface-100) !important; +} + +.hover\:border-100:hover { + border-color: var(--surface-100) !important; +} + +.active\:border-100:active { + border-color: var(--surface-100) !important; +} + +.focus\:border-200:focus { + border-color: var(--surface-200) !important; +} + +.hover\:border-200:hover { + border-color: var(--surface-200) !important; +} + +.active\:border-200:active { + border-color: var(--surface-200) !important; +} + +.focus\:border-300:focus { + border-color: var(--surface-300) !important; +} + +.hover\:border-300:hover { + border-color: var(--surface-300) !important; +} + +.active\:border-300:active { + border-color: var(--surface-300) !important; +} + +.focus\:border-400:focus { + border-color: var(--surface-400) !important; +} + +.hover\:border-400:hover { + border-color: var(--surface-400) !important; +} + +.active\:border-400:active { + border-color: var(--surface-400) !important; +} + +.focus\:border-500:focus { + border-color: var(--surface-500) !important; +} + +.hover\:border-500:hover { + border-color: var(--surface-500) !important; +} + +.active\:border-500:active { + border-color: var(--surface-500) !important; +} + +.focus\:border-600:focus { + border-color: var(--surface-600) !important; +} + +.hover\:border-600:hover { + border-color: var(--surface-600) !important; +} + +.active\:border-600:active { + border-color: var(--surface-600) !important; +} + +.focus\:border-700:focus { + border-color: var(--surface-700) !important; +} + +.hover\:border-700:hover { + border-color: var(--surface-700) !important; +} + +.active\:border-700:active { + border-color: var(--surface-700) !important; +} + +.focus\:border-800:focus { + border-color: var(--surface-800) !important; +} + +.hover\:border-800:hover { + border-color: var(--surface-800) !important; +} + +.active\:border-800:active { + border-color: var(--surface-800) !important; +} + +.focus\:border-900:focus { + border-color: var(--surface-900) !important; +} + +.hover\:border-900:hover { + border-color: var(--surface-900) !important; +} + +.active\:border-900:active { + border-color: var(--surface-900) !important; +} + +.bg-transparent { + background-color: transparent !important; +} + +@media screen and (min-width: 576px) { + .sm\:bg-transparent { + background-color: transparent !important; + } +} +@media screen and (min-width: 768px) { + .md\:bg-transparent { + background-color: transparent !important; + } +} +@media screen and (min-width: 992px) { + .lg\:bg-transparent { + background-color: transparent !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:bg-transparent { + background-color: transparent !important; + } +} +.border-transparent { + border-color: transparent !important; +} + +@media screen and (min-width: 576px) { + .sm\:border-transparent { + border-color: transparent !important; + } +} +@media screen and (min-width: 768px) { + .md\:border-transparent { + border-color: transparent !important; + } +} +@media screen and (min-width: 992px) { + .lg\:border-transparent { + border-color: transparent !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:border-transparent { + border-color: transparent !important; + } +} +.text-blue-50 { + color: var(--blue-50) !important; +} +.text-blue-100 { + color: var(--blue-100) !important; +} +.text-blue-200 { + color: var(--blue-200) !important; +} +.text-blue-300 { + color: var(--blue-300) !important; +} +.text-blue-400 { + color: var(--blue-400) !important; +} +.text-blue-500 { + color: var(--blue-500) !important; +} +.text-blue-600 { + color: var(--blue-600) !important; +} +.text-blue-700 { + color: var(--blue-700) !important; +} +.text-blue-800 { + color: var(--blue-800) !important; +} +.text-blue-900 { + color: var(--blue-900) !important; +} + +.focus\:text-blue-50:focus { + color: var(--blue-50) !important; +} +.focus\:text-blue-100:focus { + color: var(--blue-100) !important; +} +.focus\:text-blue-200:focus { + color: var(--blue-200) !important; +} +.focus\:text-blue-300:focus { + color: var(--blue-300) !important; +} +.focus\:text-blue-400:focus { + color: var(--blue-400) !important; +} +.focus\:text-blue-500:focus { + color: var(--blue-500) !important; +} +.focus\:text-blue-600:focus { + color: var(--blue-600) !important; +} +.focus\:text-blue-700:focus { + color: var(--blue-700) !important; +} +.focus\:text-blue-800:focus { + color: var(--blue-800) !important; +} +.focus\:text-blue-900:focus { + color: var(--blue-900) !important; +} + +.hover\:text-blue-50:hover { + color: var(--blue-50) !important; +} +.hover\:text-blue-100:hover { + color: var(--blue-100) !important; +} +.hover\:text-blue-200:hover { + color: var(--blue-200) !important; +} +.hover\:text-blue-300:hover { + color: var(--blue-300) !important; +} +.hover\:text-blue-400:hover { + color: var(--blue-400) !important; +} +.hover\:text-blue-500:hover { + color: var(--blue-500) !important; +} +.hover\:text-blue-600:hover { + color: var(--blue-600) !important; +} +.hover\:text-blue-700:hover { + color: var(--blue-700) !important; +} +.hover\:text-blue-800:hover { + color: var(--blue-800) !important; +} +.hover\:text-blue-900:hover { + color: var(--blue-900) !important; +} + +.active\:text-blue-50:active { + color: var(--blue-50) !important; +} +.active\:text-blue-100:active { + color: var(--blue-100) !important; +} +.active\:text-blue-200:active { + color: var(--blue-200) !important; +} +.active\:text-blue-300:active { + color: var(--blue-300) !important; +} +.active\:text-blue-400:active { + color: var(--blue-400) !important; +} +.active\:text-blue-500:active { + color: var(--blue-500) !important; +} +.active\:text-blue-600:active { + color: var(--blue-600) !important; +} +.active\:text-blue-700:active { + color: var(--blue-700) !important; +} +.active\:text-blue-800:active { + color: var(--blue-800) !important; +} +.active\:text-blue-900:active { + color: var(--blue-900) !important; +} + +.text-green-50 { + color: var(--green-50) !important; +} +.text-green-100 { + color: var(--green-100) !important; +} +.text-green-200 { + color: var(--green-200) !important; +} +.text-green-300 { + color: var(--green-300) !important; +} +.text-green-400 { + color: var(--green-400) !important; +} +.text-green-500 { + color: var(--green-500) !important; +} +.text-green-600 { + color: var(--green-600) !important; +} +.text-green-700 { + color: var(--green-700) !important; +} +.text-green-800 { + color: var(--green-800) !important; +} +.text-green-900 { + color: var(--green-900) !important; +} + +.focus\:text-green-50:focus { + color: var(--green-50) !important; +} +.focus\:text-green-100:focus { + color: var(--green-100) !important; +} +.focus\:text-green-200:focus { + color: var(--green-200) !important; +} +.focus\:text-green-300:focus { + color: var(--green-300) !important; +} +.focus\:text-green-400:focus { + color: var(--green-400) !important; +} +.focus\:text-green-500:focus { + color: var(--green-500) !important; +} +.focus\:text-green-600:focus { + color: var(--green-600) !important; +} +.focus\:text-green-700:focus { + color: var(--green-700) !important; +} +.focus\:text-green-800:focus { + color: var(--green-800) !important; +} +.focus\:text-green-900:focus { + color: var(--green-900) !important; +} + +.hover\:text-green-50:hover { + color: var(--green-50) !important; +} +.hover\:text-green-100:hover { + color: var(--green-100) !important; +} +.hover\:text-green-200:hover { + color: var(--green-200) !important; +} +.hover\:text-green-300:hover { + color: var(--green-300) !important; +} +.hover\:text-green-400:hover { + color: var(--green-400) !important; +} +.hover\:text-green-500:hover { + color: var(--green-500) !important; +} +.hover\:text-green-600:hover { + color: var(--green-600) !important; +} +.hover\:text-green-700:hover { + color: var(--green-700) !important; +} +.hover\:text-green-800:hover { + color: var(--green-800) !important; +} +.hover\:text-green-900:hover { + color: var(--green-900) !important; +} + +.active\:text-green-50:active { + color: var(--green-50) !important; +} +.active\:text-green-100:active { + color: var(--green-100) !important; +} +.active\:text-green-200:active { + color: var(--green-200) !important; +} +.active\:text-green-300:active { + color: var(--green-300) !important; +} +.active\:text-green-400:active { + color: var(--green-400) !important; +} +.active\:text-green-500:active { + color: var(--green-500) !important; +} +.active\:text-green-600:active { + color: var(--green-600) !important; +} +.active\:text-green-700:active { + color: var(--green-700) !important; +} +.active\:text-green-800:active { + color: var(--green-800) !important; +} +.active\:text-green-900:active { + color: var(--green-900) !important; +} + +.text-yellow-50 { + color: var(--yellow-50) !important; +} +.text-yellow-100 { + color: var(--yellow-100) !important; +} +.text-yellow-200 { + color: var(--yellow-200) !important; +} +.text-yellow-300 { + color: var(--yellow-300) !important; +} +.text-yellow-400 { + color: var(--yellow-400) !important; +} +.text-yellow-500 { + color: var(--yellow-500) !important; +} +.text-yellow-600 { + color: var(--yellow-600) !important; +} +.text-yellow-700 { + color: var(--yellow-700) !important; +} +.text-yellow-800 { + color: var(--yellow-800) !important; +} +.text-yellow-900 { + color: var(--yellow-900) !important; +} + +.focus\:text-yellow-50:focus { + color: var(--yellow-50) !important; +} +.focus\:text-yellow-100:focus { + color: var(--yellow-100) !important; +} +.focus\:text-yellow-200:focus { + color: var(--yellow-200) !important; +} +.focus\:text-yellow-300:focus { + color: var(--yellow-300) !important; +} +.focus\:text-yellow-400:focus { + color: var(--yellow-400) !important; +} +.focus\:text-yellow-500:focus { + color: var(--yellow-500) !important; +} +.focus\:text-yellow-600:focus { + color: var(--yellow-600) !important; +} +.focus\:text-yellow-700:focus { + color: var(--yellow-700) !important; +} +.focus\:text-yellow-800:focus { + color: var(--yellow-800) !important; +} +.focus\:text-yellow-900:focus { + color: var(--yellow-900) !important; +} + +.hover\:text-yellow-50:hover { + color: var(--yellow-50) !important; +} +.hover\:text-yellow-100:hover { + color: var(--yellow-100) !important; +} +.hover\:text-yellow-200:hover { + color: var(--yellow-200) !important; +} +.hover\:text-yellow-300:hover { + color: var(--yellow-300) !important; +} +.hover\:text-yellow-400:hover { + color: var(--yellow-400) !important; +} +.hover\:text-yellow-500:hover { + color: var(--yellow-500) !important; +} +.hover\:text-yellow-600:hover { + color: var(--yellow-600) !important; +} +.hover\:text-yellow-700:hover { + color: var(--yellow-700) !important; +} +.hover\:text-yellow-800:hover { + color: var(--yellow-800) !important; +} +.hover\:text-yellow-900:hover { + color: var(--yellow-900) !important; +} + +.active\:text-yellow-50:active { + color: var(--yellow-50) !important; +} +.active\:text-yellow-100:active { + color: var(--yellow-100) !important; +} +.active\:text-yellow-200:active { + color: var(--yellow-200) !important; +} +.active\:text-yellow-300:active { + color: var(--yellow-300) !important; +} +.active\:text-yellow-400:active { + color: var(--yellow-400) !important; +} +.active\:text-yellow-500:active { + color: var(--yellow-500) !important; +} +.active\:text-yellow-600:active { + color: var(--yellow-600) !important; +} +.active\:text-yellow-700:active { + color: var(--yellow-700) !important; +} +.active\:text-yellow-800:active { + color: var(--yellow-800) !important; +} +.active\:text-yellow-900:active { + color: var(--yellow-900) !important; +} + +.text-cyan-50 { + color: var(--cyan-50) !important; +} +.text-cyan-100 { + color: var(--cyan-100) !important; +} +.text-cyan-200 { + color: var(--cyan-200) !important; +} +.text-cyan-300 { + color: var(--cyan-300) !important; +} +.text-cyan-400 { + color: var(--cyan-400) !important; +} +.text-cyan-500 { + color: var(--cyan-500) !important; +} +.text-cyan-600 { + color: var(--cyan-600) !important; +} +.text-cyan-700 { + color: var(--cyan-700) !important; +} +.text-cyan-800 { + color: var(--cyan-800) !important; +} +.text-cyan-900 { + color: var(--cyan-900) !important; +} + +.focus\:text-cyan-50:focus { + color: var(--cyan-50) !important; +} +.focus\:text-cyan-100:focus { + color: var(--cyan-100) !important; +} +.focus\:text-cyan-200:focus { + color: var(--cyan-200) !important; +} +.focus\:text-cyan-300:focus { + color: var(--cyan-300) !important; +} +.focus\:text-cyan-400:focus { + color: var(--cyan-400) !important; +} +.focus\:text-cyan-500:focus { + color: var(--cyan-500) !important; +} +.focus\:text-cyan-600:focus { + color: var(--cyan-600) !important; +} +.focus\:text-cyan-700:focus { + color: var(--cyan-700) !important; +} +.focus\:text-cyan-800:focus { + color: var(--cyan-800) !important; +} +.focus\:text-cyan-900:focus { + color: var(--cyan-900) !important; +} + +.hover\:text-cyan-50:hover { + color: var(--cyan-50) !important; +} +.hover\:text-cyan-100:hover { + color: var(--cyan-100) !important; +} +.hover\:text-cyan-200:hover { + color: var(--cyan-200) !important; +} +.hover\:text-cyan-300:hover { + color: var(--cyan-300) !important; +} +.hover\:text-cyan-400:hover { + color: var(--cyan-400) !important; +} +.hover\:text-cyan-500:hover { + color: var(--cyan-500) !important; +} +.hover\:text-cyan-600:hover { + color: var(--cyan-600) !important; +} +.hover\:text-cyan-700:hover { + color: var(--cyan-700) !important; +} +.hover\:text-cyan-800:hover { + color: var(--cyan-800) !important; +} +.hover\:text-cyan-900:hover { + color: var(--cyan-900) !important; +} + +.active\:text-cyan-50:active { + color: var(--cyan-50) !important; +} +.active\:text-cyan-100:active { + color: var(--cyan-100) !important; +} +.active\:text-cyan-200:active { + color: var(--cyan-200) !important; +} +.active\:text-cyan-300:active { + color: var(--cyan-300) !important; +} +.active\:text-cyan-400:active { + color: var(--cyan-400) !important; +} +.active\:text-cyan-500:active { + color: var(--cyan-500) !important; +} +.active\:text-cyan-600:active { + color: var(--cyan-600) !important; +} +.active\:text-cyan-700:active { + color: var(--cyan-700) !important; +} +.active\:text-cyan-800:active { + color: var(--cyan-800) !important; +} +.active\:text-cyan-900:active { + color: var(--cyan-900) !important; +} + +.text-pink-50 { + color: var(--pink-50) !important; +} +.text-pink-100 { + color: var(--pink-100) !important; +} +.text-pink-200 { + color: var(--pink-200) !important; +} +.text-pink-300 { + color: var(--pink-300) !important; +} +.text-pink-400 { + color: var(--pink-400) !important; +} +.text-pink-500 { + color: var(--pink-500) !important; +} +.text-pink-600 { + color: var(--pink-600) !important; +} +.text-pink-700 { + color: var(--pink-700) !important; +} +.text-pink-800 { + color: var(--pink-800) !important; +} +.text-pink-900 { + color: var(--pink-900) !important; +} + +.focus\:text-pink-50:focus { + color: var(--pink-50) !important; +} +.focus\:text-pink-100:focus { + color: var(--pink-100) !important; +} +.focus\:text-pink-200:focus { + color: var(--pink-200) !important; +} +.focus\:text-pink-300:focus { + color: var(--pink-300) !important; +} +.focus\:text-pink-400:focus { + color: var(--pink-400) !important; +} +.focus\:text-pink-500:focus { + color: var(--pink-500) !important; +} +.focus\:text-pink-600:focus { + color: var(--pink-600) !important; +} +.focus\:text-pink-700:focus { + color: var(--pink-700) !important; +} +.focus\:text-pink-800:focus { + color: var(--pink-800) !important; +} +.focus\:text-pink-900:focus { + color: var(--pink-900) !important; +} + +.hover\:text-pink-50:hover { + color: var(--pink-50) !important; +} +.hover\:text-pink-100:hover { + color: var(--pink-100) !important; +} +.hover\:text-pink-200:hover { + color: var(--pink-200) !important; +} +.hover\:text-pink-300:hover { + color: var(--pink-300) !important; +} +.hover\:text-pink-400:hover { + color: var(--pink-400) !important; +} +.hover\:text-pink-500:hover { + color: var(--pink-500) !important; +} +.hover\:text-pink-600:hover { + color: var(--pink-600) !important; +} +.hover\:text-pink-700:hover { + color: var(--pink-700) !important; +} +.hover\:text-pink-800:hover { + color: var(--pink-800) !important; +} +.hover\:text-pink-900:hover { + color: var(--pink-900) !important; +} + +.active\:text-pink-50:active { + color: var(--pink-50) !important; +} +.active\:text-pink-100:active { + color: var(--pink-100) !important; +} +.active\:text-pink-200:active { + color: var(--pink-200) !important; +} +.active\:text-pink-300:active { + color: var(--pink-300) !important; +} +.active\:text-pink-400:active { + color: var(--pink-400) !important; +} +.active\:text-pink-500:active { + color: var(--pink-500) !important; +} +.active\:text-pink-600:active { + color: var(--pink-600) !important; +} +.active\:text-pink-700:active { + color: var(--pink-700) !important; +} +.active\:text-pink-800:active { + color: var(--pink-800) !important; +} +.active\:text-pink-900:active { + color: var(--pink-900) !important; +} + +.text-indigo-50 { + color: var(--indigo-50) !important; +} +.text-indigo-100 { + color: var(--indigo-100) !important; +} +.text-indigo-200 { + color: var(--indigo-200) !important; +} +.text-indigo-300 { + color: var(--indigo-300) !important; +} +.text-indigo-400 { + color: var(--indigo-400) !important; +} +.text-indigo-500 { + color: var(--indigo-500) !important; +} +.text-indigo-600 { + color: var(--indigo-600) !important; +} +.text-indigo-700 { + color: var(--indigo-700) !important; +} +.text-indigo-800 { + color: var(--indigo-800) !important; +} +.text-indigo-900 { + color: var(--indigo-900) !important; +} + +.focus\:text-indigo-50:focus { + color: var(--indigo-50) !important; +} +.focus\:text-indigo-100:focus { + color: var(--indigo-100) !important; +} +.focus\:text-indigo-200:focus { + color: var(--indigo-200) !important; +} +.focus\:text-indigo-300:focus { + color: var(--indigo-300) !important; +} +.focus\:text-indigo-400:focus { + color: var(--indigo-400) !important; +} +.focus\:text-indigo-500:focus { + color: var(--indigo-500) !important; +} +.focus\:text-indigo-600:focus { + color: var(--indigo-600) !important; +} +.focus\:text-indigo-700:focus { + color: var(--indigo-700) !important; +} +.focus\:text-indigo-800:focus { + color: var(--indigo-800) !important; +} +.focus\:text-indigo-900:focus { + color: var(--indigo-900) !important; +} + +.hover\:text-indigo-50:hover { + color: var(--indigo-50) !important; +} +.hover\:text-indigo-100:hover { + color: var(--indigo-100) !important; +} +.hover\:text-indigo-200:hover { + color: var(--indigo-200) !important; +} +.hover\:text-indigo-300:hover { + color: var(--indigo-300) !important; +} +.hover\:text-indigo-400:hover { + color: var(--indigo-400) !important; +} +.hover\:text-indigo-500:hover { + color: var(--indigo-500) !important; +} +.hover\:text-indigo-600:hover { + color: var(--indigo-600) !important; +} +.hover\:text-indigo-700:hover { + color: var(--indigo-700) !important; +} +.hover\:text-indigo-800:hover { + color: var(--indigo-800) !important; +} +.hover\:text-indigo-900:hover { + color: var(--indigo-900) !important; +} + +.active\:text-indigo-50:active { + color: var(--indigo-50) !important; +} +.active\:text-indigo-100:active { + color: var(--indigo-100) !important; +} +.active\:text-indigo-200:active { + color: var(--indigo-200) !important; +} +.active\:text-indigo-300:active { + color: var(--indigo-300) !important; +} +.active\:text-indigo-400:active { + color: var(--indigo-400) !important; +} +.active\:text-indigo-500:active { + color: var(--indigo-500) !important; +} +.active\:text-indigo-600:active { + color: var(--indigo-600) !important; +} +.active\:text-indigo-700:active { + color: var(--indigo-700) !important; +} +.active\:text-indigo-800:active { + color: var(--indigo-800) !important; +} +.active\:text-indigo-900:active { + color: var(--indigo-900) !important; +} + +.text-teal-50 { + color: var(--teal-50) !important; +} +.text-teal-100 { + color: var(--teal-100) !important; +} +.text-teal-200 { + color: var(--teal-200) !important; +} +.text-teal-300 { + color: var(--teal-300) !important; +} +.text-teal-400 { + color: var(--teal-400) !important; +} +.text-teal-500 { + color: var(--teal-500) !important; +} +.text-teal-600 { + color: var(--teal-600) !important; +} +.text-teal-700 { + color: var(--teal-700) !important; +} +.text-teal-800 { + color: var(--teal-800) !important; +} +.text-teal-900 { + color: var(--teal-900) !important; +} + +.focus\:text-teal-50:focus { + color: var(--teal-50) !important; +} +.focus\:text-teal-100:focus { + color: var(--teal-100) !important; +} +.focus\:text-teal-200:focus { + color: var(--teal-200) !important; +} +.focus\:text-teal-300:focus { + color: var(--teal-300) !important; +} +.focus\:text-teal-400:focus { + color: var(--teal-400) !important; +} +.focus\:text-teal-500:focus { + color: var(--teal-500) !important; +} +.focus\:text-teal-600:focus { + color: var(--teal-600) !important; +} +.focus\:text-teal-700:focus { + color: var(--teal-700) !important; +} +.focus\:text-teal-800:focus { + color: var(--teal-800) !important; +} +.focus\:text-teal-900:focus { + color: var(--teal-900) !important; +} + +.hover\:text-teal-50:hover { + color: var(--teal-50) !important; +} +.hover\:text-teal-100:hover { + color: var(--teal-100) !important; +} +.hover\:text-teal-200:hover { + color: var(--teal-200) !important; +} +.hover\:text-teal-300:hover { + color: var(--teal-300) !important; +} +.hover\:text-teal-400:hover { + color: var(--teal-400) !important; +} +.hover\:text-teal-500:hover { + color: var(--teal-500) !important; +} +.hover\:text-teal-600:hover { + color: var(--teal-600) !important; +} +.hover\:text-teal-700:hover { + color: var(--teal-700) !important; +} +.hover\:text-teal-800:hover { + color: var(--teal-800) !important; +} +.hover\:text-teal-900:hover { + color: var(--teal-900) !important; +} + +.active\:text-teal-50:active { + color: var(--teal-50) !important; +} +.active\:text-teal-100:active { + color: var(--teal-100) !important; +} +.active\:text-teal-200:active { + color: var(--teal-200) !important; +} +.active\:text-teal-300:active { + color: var(--teal-300) !important; +} +.active\:text-teal-400:active { + color: var(--teal-400) !important; +} +.active\:text-teal-500:active { + color: var(--teal-500) !important; +} +.active\:text-teal-600:active { + color: var(--teal-600) !important; +} +.active\:text-teal-700:active { + color: var(--teal-700) !important; +} +.active\:text-teal-800:active { + color: var(--teal-800) !important; +} +.active\:text-teal-900:active { + color: var(--teal-900) !important; +} + +.text-orange-50 { + color: var(--orange-50) !important; +} +.text-orange-100 { + color: var(--orange-100) !important; +} +.text-orange-200 { + color: var(--orange-200) !important; +} +.text-orange-300 { + color: var(--orange-300) !important; +} +.text-orange-400 { + color: var(--orange-400) !important; +} +.text-orange-500 { + color: var(--orange-500) !important; +} +.text-orange-600 { + color: var(--orange-600) !important; +} +.text-orange-700 { + color: var(--orange-700) !important; +} +.text-orange-800 { + color: var(--orange-800) !important; +} +.text-orange-900 { + color: var(--orange-900) !important; +} + +.focus\:text-orange-50:focus { + color: var(--orange-50) !important; +} +.focus\:text-orange-100:focus { + color: var(--orange-100) !important; +} +.focus\:text-orange-200:focus { + color: var(--orange-200) !important; +} +.focus\:text-orange-300:focus { + color: var(--orange-300) !important; +} +.focus\:text-orange-400:focus { + color: var(--orange-400) !important; +} +.focus\:text-orange-500:focus { + color: var(--orange-500) !important; +} +.focus\:text-orange-600:focus { + color: var(--orange-600) !important; +} +.focus\:text-orange-700:focus { + color: var(--orange-700) !important; +} +.focus\:text-orange-800:focus { + color: var(--orange-800) !important; +} +.focus\:text-orange-900:focus { + color: var(--orange-900) !important; +} + +.hover\:text-orange-50:hover { + color: var(--orange-50) !important; +} +.hover\:text-orange-100:hover { + color: var(--orange-100) !important; +} +.hover\:text-orange-200:hover { + color: var(--orange-200) !important; +} +.hover\:text-orange-300:hover { + color: var(--orange-300) !important; +} +.hover\:text-orange-400:hover { + color: var(--orange-400) !important; +} +.hover\:text-orange-500:hover { + color: var(--orange-500) !important; +} +.hover\:text-orange-600:hover { + color: var(--orange-600) !important; +} +.hover\:text-orange-700:hover { + color: var(--orange-700) !important; +} +.hover\:text-orange-800:hover { + color: var(--orange-800) !important; +} +.hover\:text-orange-900:hover { + color: var(--orange-900) !important; +} + +.active\:text-orange-50:active { + color: var(--orange-50) !important; +} +.active\:text-orange-100:active { + color: var(--orange-100) !important; +} +.active\:text-orange-200:active { + color: var(--orange-200) !important; +} +.active\:text-orange-300:active { + color: var(--orange-300) !important; +} +.active\:text-orange-400:active { + color: var(--orange-400) !important; +} +.active\:text-orange-500:active { + color: var(--orange-500) !important; +} +.active\:text-orange-600:active { + color: var(--orange-600) !important; +} +.active\:text-orange-700:active { + color: var(--orange-700) !important; +} +.active\:text-orange-800:active { + color: var(--orange-800) !important; +} +.active\:text-orange-900:active { + color: var(--orange-900) !important; +} + +.text-bluegray-50 { + color: var(--bluegray-50) !important; +} +.text-bluegray-100 { + color: var(--bluegray-100) !important; +} +.text-bluegray-200 { + color: var(--bluegray-200) !important; +} +.text-bluegray-300 { + color: var(--bluegray-300) !important; +} +.text-bluegray-400 { + color: var(--bluegray-400) !important; +} +.text-bluegray-500 { + color: var(--bluegray-500) !important; +} +.text-bluegray-600 { + color: var(--bluegray-600) !important; +} +.text-bluegray-700 { + color: var(--bluegray-700) !important; +} +.text-bluegray-800 { + color: var(--bluegray-800) !important; +} +.text-bluegray-900 { + color: var(--bluegray-900) !important; +} + +.focus\:text-bluegray-50:focus { + color: var(--bluegray-50) !important; +} +.focus\:text-bluegray-100:focus { + color: var(--bluegray-100) !important; +} +.focus\:text-bluegray-200:focus { + color: var(--bluegray-200) !important; +} +.focus\:text-bluegray-300:focus { + color: var(--bluegray-300) !important; +} +.focus\:text-bluegray-400:focus { + color: var(--bluegray-400) !important; +} +.focus\:text-bluegray-500:focus { + color: var(--bluegray-500) !important; +} +.focus\:text-bluegray-600:focus { + color: var(--bluegray-600) !important; +} +.focus\:text-bluegray-700:focus { + color: var(--bluegray-700) !important; +} +.focus\:text-bluegray-800:focus { + color: var(--bluegray-800) !important; +} +.focus\:text-bluegray-900:focus { + color: var(--bluegray-900) !important; +} + +.hover\:text-bluegray-50:hover { + color: var(--bluegray-50) !important; +} +.hover\:text-bluegray-100:hover { + color: var(--bluegray-100) !important; +} +.hover\:text-bluegray-200:hover { + color: var(--bluegray-200) !important; +} +.hover\:text-bluegray-300:hover { + color: var(--bluegray-300) !important; +} +.hover\:text-bluegray-400:hover { + color: var(--bluegray-400) !important; +} +.hover\:text-bluegray-500:hover { + color: var(--bluegray-500) !important; +} +.hover\:text-bluegray-600:hover { + color: var(--bluegray-600) !important; +} +.hover\:text-bluegray-700:hover { + color: var(--bluegray-700) !important; +} +.hover\:text-bluegray-800:hover { + color: var(--bluegray-800) !important; +} +.hover\:text-bluegray-900:hover { + color: var(--bluegray-900) !important; +} + +.active\:text-bluegray-50:active { + color: var(--bluegray-50) !important; +} +.active\:text-bluegray-100:active { + color: var(--bluegray-100) !important; +} +.active\:text-bluegray-200:active { + color: var(--bluegray-200) !important; +} +.active\:text-bluegray-300:active { + color: var(--bluegray-300) !important; +} +.active\:text-bluegray-400:active { + color: var(--bluegray-400) !important; +} +.active\:text-bluegray-500:active { + color: var(--bluegray-500) !important; +} +.active\:text-bluegray-600:active { + color: var(--bluegray-600) !important; +} +.active\:text-bluegray-700:active { + color: var(--bluegray-700) !important; +} +.active\:text-bluegray-800:active { + color: var(--bluegray-800) !important; +} +.active\:text-bluegray-900:active { + color: var(--bluegray-900) !important; +} + +.text-purple-50 { + color: var(--purple-50) !important; +} +.text-purple-100 { + color: var(--purple-100) !important; +} +.text-purple-200 { + color: var(--purple-200) !important; +} +.text-purple-300 { + color: var(--purple-300) !important; +} +.text-purple-400 { + color: var(--purple-400) !important; +} +.text-purple-500 { + color: var(--purple-500) !important; +} +.text-purple-600 { + color: var(--purple-600) !important; +} +.text-purple-700 { + color: var(--purple-700) !important; +} +.text-purple-800 { + color: var(--purple-800) !important; +} +.text-purple-900 { + color: var(--purple-900) !important; +} + +.focus\:text-purple-50:focus { + color: var(--purple-50) !important; +} +.focus\:text-purple-100:focus { + color: var(--purple-100) !important; +} +.focus\:text-purple-200:focus { + color: var(--purple-200) !important; +} +.focus\:text-purple-300:focus { + color: var(--purple-300) !important; +} +.focus\:text-purple-400:focus { + color: var(--purple-400) !important; +} +.focus\:text-purple-500:focus { + color: var(--purple-500) !important; +} +.focus\:text-purple-600:focus { + color: var(--purple-600) !important; +} +.focus\:text-purple-700:focus { + color: var(--purple-700) !important; +} +.focus\:text-purple-800:focus { + color: var(--purple-800) !important; +} +.focus\:text-purple-900:focus { + color: var(--purple-900) !important; +} + +.hover\:text-purple-50:hover { + color: var(--purple-50) !important; +} +.hover\:text-purple-100:hover { + color: var(--purple-100) !important; +} +.hover\:text-purple-200:hover { + color: var(--purple-200) !important; +} +.hover\:text-purple-300:hover { + color: var(--purple-300) !important; +} +.hover\:text-purple-400:hover { + color: var(--purple-400) !important; +} +.hover\:text-purple-500:hover { + color: var(--purple-500) !important; +} +.hover\:text-purple-600:hover { + color: var(--purple-600) !important; +} +.hover\:text-purple-700:hover { + color: var(--purple-700) !important; +} +.hover\:text-purple-800:hover { + color: var(--purple-800) !important; +} +.hover\:text-purple-900:hover { + color: var(--purple-900) !important; +} + +.active\:text-purple-50:active { + color: var(--purple-50) !important; +} +.active\:text-purple-100:active { + color: var(--purple-100) !important; +} +.active\:text-purple-200:active { + color: var(--purple-200) !important; +} +.active\:text-purple-300:active { + color: var(--purple-300) !important; +} +.active\:text-purple-400:active { + color: var(--purple-400) !important; +} +.active\:text-purple-500:active { + color: var(--purple-500) !important; +} +.active\:text-purple-600:active { + color: var(--purple-600) !important; +} +.active\:text-purple-700:active { + color: var(--purple-700) !important; +} +.active\:text-purple-800:active { + color: var(--purple-800) !important; +} +.active\:text-purple-900:active { + color: var(--purple-900) !important; +} + +.text-gray-50 { + color: var(--gray-50) !important; +} +.text-gray-100 { + color: var(--gray-100) !important; +} +.text-gray-200 { + color: var(--gray-200) !important; +} +.text-gray-300 { + color: var(--gray-300) !important; +} +.text-gray-400 { + color: var(--gray-400) !important; +} +.text-gray-500 { + color: var(--gray-500) !important; +} +.text-gray-600 { + color: var(--gray-600) !important; +} +.text-gray-700 { + color: var(--gray-700) !important; +} +.text-gray-800 { + color: var(--gray-800) !important; +} +.text-gray-900 { + color: var(--gray-900) !important; +} + +.focus\:text-gray-50:focus { + color: var(--gray-50) !important; +} +.focus\:text-gray-100:focus { + color: var(--gray-100) !important; +} +.focus\:text-gray-200:focus { + color: var(--gray-200) !important; +} +.focus\:text-gray-300:focus { + color: var(--gray-300) !important; +} +.focus\:text-gray-400:focus { + color: var(--gray-400) !important; +} +.focus\:text-gray-500:focus { + color: var(--gray-500) !important; +} +.focus\:text-gray-600:focus { + color: var(--gray-600) !important; +} +.focus\:text-gray-700:focus { + color: var(--gray-700) !important; +} +.focus\:text-gray-800:focus { + color: var(--gray-800) !important; +} +.focus\:text-gray-900:focus { + color: var(--gray-900) !important; +} + +.hover\:text-gray-50:hover { + color: var(--gray-50) !important; +} +.hover\:text-gray-100:hover { + color: var(--gray-100) !important; +} +.hover\:text-gray-200:hover { + color: var(--gray-200) !important; +} +.hover\:text-gray-300:hover { + color: var(--gray-300) !important; +} +.hover\:text-gray-400:hover { + color: var(--gray-400) !important; +} +.hover\:text-gray-500:hover { + color: var(--gray-500) !important; +} +.hover\:text-gray-600:hover { + color: var(--gray-600) !important; +} +.hover\:text-gray-700:hover { + color: var(--gray-700) !important; +} +.hover\:text-gray-800:hover { + color: var(--gray-800) !important; +} +.hover\:text-gray-900:hover { + color: var(--gray-900) !important; +} + +.active\:text-gray-50:active { + color: var(--gray-50) !important; +} +.active\:text-gray-100:active { + color: var(--gray-100) !important; +} +.active\:text-gray-200:active { + color: var(--gray-200) !important; +} +.active\:text-gray-300:active { + color: var(--gray-300) !important; +} +.active\:text-gray-400:active { + color: var(--gray-400) !important; +} +.active\:text-gray-500:active { + color: var(--gray-500) !important; +} +.active\:text-gray-600:active { + color: var(--gray-600) !important; +} +.active\:text-gray-700:active { + color: var(--gray-700) !important; +} +.active\:text-gray-800:active { + color: var(--gray-800) !important; +} +.active\:text-gray-900:active { + color: var(--gray-900) !important; +} + +.text-red-50 { + color: var(--red-50) !important; +} +.text-red-100 { + color: var(--red-100) !important; +} +.text-red-200 { + color: var(--red-200) !important; +} +.text-red-300 { + color: var(--red-300) !important; +} +.text-red-400 { + color: var(--red-400) !important; +} +.text-red-500 { + color: var(--red-500) !important; +} +.text-red-600 { + color: var(--red-600) !important; +} +.text-red-700 { + color: var(--red-700) !important; +} +.text-red-800 { + color: var(--red-800) !important; +} +.text-red-900 { + color: var(--red-900) !important; +} + +.focus\:text-red-50:focus { + color: var(--red-50) !important; +} +.focus\:text-red-100:focus { + color: var(--red-100) !important; +} +.focus\:text-red-200:focus { + color: var(--red-200) !important; +} +.focus\:text-red-300:focus { + color: var(--red-300) !important; +} +.focus\:text-red-400:focus { + color: var(--red-400) !important; +} +.focus\:text-red-500:focus { + color: var(--red-500) !important; +} +.focus\:text-red-600:focus { + color: var(--red-600) !important; +} +.focus\:text-red-700:focus { + color: var(--red-700) !important; +} +.focus\:text-red-800:focus { + color: var(--red-800) !important; +} +.focus\:text-red-900:focus { + color: var(--red-900) !important; +} + +.hover\:text-red-50:hover { + color: var(--red-50) !important; +} +.hover\:text-red-100:hover { + color: var(--red-100) !important; +} +.hover\:text-red-200:hover { + color: var(--red-200) !important; +} +.hover\:text-red-300:hover { + color: var(--red-300) !important; +} +.hover\:text-red-400:hover { + color: var(--red-400) !important; +} +.hover\:text-red-500:hover { + color: var(--red-500) !important; +} +.hover\:text-red-600:hover { + color: var(--red-600) !important; +} +.hover\:text-red-700:hover { + color: var(--red-700) !important; +} +.hover\:text-red-800:hover { + color: var(--red-800) !important; +} +.hover\:text-red-900:hover { + color: var(--red-900) !important; +} + +.active\:text-red-50:active { + color: var(--red-50) !important; +} +.active\:text-red-100:active { + color: var(--red-100) !important; +} +.active\:text-red-200:active { + color: var(--red-200) !important; +} +.active\:text-red-300:active { + color: var(--red-300) !important; +} +.active\:text-red-400:active { + color: var(--red-400) !important; +} +.active\:text-red-500:active { + color: var(--red-500) !important; +} +.active\:text-red-600:active { + color: var(--red-600) !important; +} +.active\:text-red-700:active { + color: var(--red-700) !important; +} +.active\:text-red-800:active { + color: var(--red-800) !important; +} +.active\:text-red-900:active { + color: var(--red-900) !important; +} + +.text-primary-50 { + color: var(--primary-50) !important; +} +.text-primary-100 { + color: var(--primary-100) !important; +} +.text-primary-200 { + color: var(--primary-200) !important; +} +.text-primary-300 { + color: var(--primary-300) !important; +} +.text-primary-400 { + color: var(--primary-400) !important; +} +.text-primary-500 { + color: var(--primary-500) !important; +} +.text-primary-600 { + color: var(--primary-600) !important; +} +.text-primary-700 { + color: var(--primary-700) !important; +} +.text-primary-800 { + color: var(--primary-800) !important; +} +.text-primary-900 { + color: var(--primary-900) !important; +} + +.focus\:text-primary-50:focus { + color: var(--primary-50) !important; +} +.focus\:text-primary-100:focus { + color: var(--primary-100) !important; +} +.focus\:text-primary-200:focus { + color: var(--primary-200) !important; +} +.focus\:text-primary-300:focus { + color: var(--primary-300) !important; +} +.focus\:text-primary-400:focus { + color: var(--primary-400) !important; +} +.focus\:text-primary-500:focus { + color: var(--primary-500) !important; +} +.focus\:text-primary-600:focus { + color: var(--primary-600) !important; +} +.focus\:text-primary-700:focus { + color: var(--primary-700) !important; +} +.focus\:text-primary-800:focus { + color: var(--primary-800) !important; +} +.focus\:text-primary-900:focus { + color: var(--primary-900) !important; +} + +.hover\:text-primary-50:hover { + color: var(--primary-50) !important; +} +.hover\:text-primary-100:hover { + color: var(--primary-100) !important; +} +.hover\:text-primary-200:hover { + color: var(--primary-200) !important; +} +.hover\:text-primary-300:hover { + color: var(--primary-300) !important; +} +.hover\:text-primary-400:hover { + color: var(--primary-400) !important; +} +.hover\:text-primary-500:hover { + color: var(--primary-500) !important; +} +.hover\:text-primary-600:hover { + color: var(--primary-600) !important; +} +.hover\:text-primary-700:hover { + color: var(--primary-700) !important; +} +.hover\:text-primary-800:hover { + color: var(--primary-800) !important; +} +.hover\:text-primary-900:hover { + color: var(--primary-900) !important; +} + +.active\:text-primary-50:active { + color: var(--primary-50) !important; +} +.active\:text-primary-100:active { + color: var(--primary-100) !important; +} +.active\:text-primary-200:active { + color: var(--primary-200) !important; +} +.active\:text-primary-300:active { + color: var(--primary-300) !important; +} +.active\:text-primary-400:active { + color: var(--primary-400) !important; +} +.active\:text-primary-500:active { + color: var(--primary-500) !important; +} +.active\:text-primary-600:active { + color: var(--primary-600) !important; +} +.active\:text-primary-700:active { + color: var(--primary-700) !important; +} +.active\:text-primary-800:active { + color: var(--primary-800) !important; +} +.active\:text-primary-900:active { + color: var(--primary-900) !important; +} + +.bg-blue-50 { + background-color: var(--blue-50) !important; +} +.bg-blue-100 { + background-color: var(--blue-100) !important; +} +.bg-blue-200 { + background-color: var(--blue-200) !important; +} +.bg-blue-300 { + background-color: var(--blue-300) !important; +} +.bg-blue-400 { + background-color: var(--blue-400) !important; +} +.bg-blue-500 { + background-color: var(--blue-500) !important; +} +.bg-blue-600 { + background-color: var(--blue-600) !important; +} +.bg-blue-700 { + background-color: var(--blue-700) !important; +} +.bg-blue-800 { + background-color: var(--blue-800) !important; +} +.bg-blue-900 { + background-color: var(--blue-900) !important; +} + +.focus\:bg-blue-50:focus { + background-color: var(--blue-50) !important; +} +.focus\:bg-blue-100:focus { + background-color: var(--blue-100) !important; +} +.focus\:bg-blue-200:focus { + background-color: var(--blue-200) !important; +} +.focus\:bg-blue-300:focus { + background-color: var(--blue-300) !important; +} +.focus\:bg-blue-400:focus { + background-color: var(--blue-400) !important; +} +.focus\:bg-blue-500:focus { + background-color: var(--blue-500) !important; +} +.focus\:bg-blue-600:focus { + background-color: var(--blue-600) !important; +} +.focus\:bg-blue-700:focus { + background-color: var(--blue-700) !important; +} +.focus\:bg-blue-800:focus { + background-color: var(--blue-800) !important; +} +.focus\:bg-blue-900:focus { + background-color: var(--blue-900) !important; +} + +.hover\:bg-blue-50:hover { + background-color: var(--blue-50) !important; +} +.hover\:bg-blue-100:hover { + background-color: var(--blue-100) !important; +} +.hover\:bg-blue-200:hover { + background-color: var(--blue-200) !important; +} +.hover\:bg-blue-300:hover { + background-color: var(--blue-300) !important; +} +.hover\:bg-blue-400:hover { + background-color: var(--blue-400) !important; +} +.hover\:bg-blue-500:hover { + background-color: var(--blue-500) !important; +} +.hover\:bg-blue-600:hover { + background-color: var(--blue-600) !important; +} +.hover\:bg-blue-700:hover { + background-color: var(--blue-700) !important; +} +.hover\:bg-blue-800:hover { + background-color: var(--blue-800) !important; +} +.hover\:bg-blue-900:hover { + background-color: var(--blue-900) !important; +} + +.active\:bg-blue-50:active { + background-color: var(--blue-50) !important; +} +.active\:bg-blue-100:active { + background-color: var(--blue-100) !important; +} +.active\:bg-blue-200:active { + background-color: var(--blue-200) !important; +} +.active\:bg-blue-300:active { + background-color: var(--blue-300) !important; +} +.active\:bg-blue-400:active { + background-color: var(--blue-400) !important; +} +.active\:bg-blue-500:active { + background-color: var(--blue-500) !important; +} +.active\:bg-blue-600:active { + background-color: var(--blue-600) !important; +} +.active\:bg-blue-700:active { + background-color: var(--blue-700) !important; +} +.active\:bg-blue-800:active { + background-color: var(--blue-800) !important; +} +.active\:bg-blue-900:active { + background-color: var(--blue-900) !important; +} + +.bg-green-50 { + background-color: var(--green-50) !important; +} +.bg-green-100 { + background-color: var(--green-100) !important; +} +.bg-green-200 { + background-color: var(--green-200) !important; +} +.bg-green-300 { + background-color: var(--green-300) !important; +} +.bg-green-400 { + background-color: var(--green-400) !important; +} +.bg-green-500 { + background-color: var(--green-500) !important; +} +.bg-green-600 { + background-color: var(--green-600) !important; +} +.bg-green-700 { + background-color: var(--green-700) !important; +} +.bg-green-800 { + background-color: var(--green-800) !important; +} +.bg-green-900 { + background-color: var(--green-900) !important; +} + +.focus\:bg-green-50:focus { + background-color: var(--green-50) !important; +} +.focus\:bg-green-100:focus { + background-color: var(--green-100) !important; +} +.focus\:bg-green-200:focus { + background-color: var(--green-200) !important; +} +.focus\:bg-green-300:focus { + background-color: var(--green-300) !important; +} +.focus\:bg-green-400:focus { + background-color: var(--green-400) !important; +} +.focus\:bg-green-500:focus { + background-color: var(--green-500) !important; +} +.focus\:bg-green-600:focus { + background-color: var(--green-600) !important; +} +.focus\:bg-green-700:focus { + background-color: var(--green-700) !important; +} +.focus\:bg-green-800:focus { + background-color: var(--green-800) !important; +} +.focus\:bg-green-900:focus { + background-color: var(--green-900) !important; +} + +.hover\:bg-green-50:hover { + background-color: var(--green-50) !important; +} +.hover\:bg-green-100:hover { + background-color: var(--green-100) !important; +} +.hover\:bg-green-200:hover { + background-color: var(--green-200) !important; +} +.hover\:bg-green-300:hover { + background-color: var(--green-300) !important; +} +.hover\:bg-green-400:hover { + background-color: var(--green-400) !important; +} +.hover\:bg-green-500:hover { + background-color: var(--green-500) !important; +} +.hover\:bg-green-600:hover { + background-color: var(--green-600) !important; +} +.hover\:bg-green-700:hover { + background-color: var(--green-700) !important; +} +.hover\:bg-green-800:hover { + background-color: var(--green-800) !important; +} +.hover\:bg-green-900:hover { + background-color: var(--green-900) !important; +} + +.active\:bg-green-50:active { + background-color: var(--green-50) !important; +} +.active\:bg-green-100:active { + background-color: var(--green-100) !important; +} +.active\:bg-green-200:active { + background-color: var(--green-200) !important; +} +.active\:bg-green-300:active { + background-color: var(--green-300) !important; +} +.active\:bg-green-400:active { + background-color: var(--green-400) !important; +} +.active\:bg-green-500:active { + background-color: var(--green-500) !important; +} +.active\:bg-green-600:active { + background-color: var(--green-600) !important; +} +.active\:bg-green-700:active { + background-color: var(--green-700) !important; +} +.active\:bg-green-800:active { + background-color: var(--green-800) !important; +} +.active\:bg-green-900:active { + background-color: var(--green-900) !important; +} + +.bg-yellow-50 { + background-color: var(--yellow-50) !important; +} +.bg-yellow-100 { + background-color: var(--yellow-100) !important; +} +.bg-yellow-200 { + background-color: var(--yellow-200) !important; +} +.bg-yellow-300 { + background-color: var(--yellow-300) !important; +} +.bg-yellow-400 { + background-color: var(--yellow-400) !important; +} +.bg-yellow-500 { + background-color: var(--yellow-500) !important; +} +.bg-yellow-600 { + background-color: var(--yellow-600) !important; +} +.bg-yellow-700 { + background-color: var(--yellow-700) !important; +} +.bg-yellow-800 { + background-color: var(--yellow-800) !important; +} +.bg-yellow-900 { + background-color: var(--yellow-900) !important; +} + +.focus\:bg-yellow-50:focus { + background-color: var(--yellow-50) !important; +} +.focus\:bg-yellow-100:focus { + background-color: var(--yellow-100) !important; +} +.focus\:bg-yellow-200:focus { + background-color: var(--yellow-200) !important; +} +.focus\:bg-yellow-300:focus { + background-color: var(--yellow-300) !important; +} +.focus\:bg-yellow-400:focus { + background-color: var(--yellow-400) !important; +} +.focus\:bg-yellow-500:focus { + background-color: var(--yellow-500) !important; +} +.focus\:bg-yellow-600:focus { + background-color: var(--yellow-600) !important; +} +.focus\:bg-yellow-700:focus { + background-color: var(--yellow-700) !important; +} +.focus\:bg-yellow-800:focus { + background-color: var(--yellow-800) !important; +} +.focus\:bg-yellow-900:focus { + background-color: var(--yellow-900) !important; +} + +.hover\:bg-yellow-50:hover { + background-color: var(--yellow-50) !important; +} +.hover\:bg-yellow-100:hover { + background-color: var(--yellow-100) !important; +} +.hover\:bg-yellow-200:hover { + background-color: var(--yellow-200) !important; +} +.hover\:bg-yellow-300:hover { + background-color: var(--yellow-300) !important; +} +.hover\:bg-yellow-400:hover { + background-color: var(--yellow-400) !important; +} +.hover\:bg-yellow-500:hover { + background-color: var(--yellow-500) !important; +} +.hover\:bg-yellow-600:hover { + background-color: var(--yellow-600) !important; +} +.hover\:bg-yellow-700:hover { + background-color: var(--yellow-700) !important; +} +.hover\:bg-yellow-800:hover { + background-color: var(--yellow-800) !important; +} +.hover\:bg-yellow-900:hover { + background-color: var(--yellow-900) !important; +} + +.active\:bg-yellow-50:active { + background-color: var(--yellow-50) !important; +} +.active\:bg-yellow-100:active { + background-color: var(--yellow-100) !important; +} +.active\:bg-yellow-200:active { + background-color: var(--yellow-200) !important; +} +.active\:bg-yellow-300:active { + background-color: var(--yellow-300) !important; +} +.active\:bg-yellow-400:active { + background-color: var(--yellow-400) !important; +} +.active\:bg-yellow-500:active { + background-color: var(--yellow-500) !important; +} +.active\:bg-yellow-600:active { + background-color: var(--yellow-600) !important; +} +.active\:bg-yellow-700:active { + background-color: var(--yellow-700) !important; +} +.active\:bg-yellow-800:active { + background-color: var(--yellow-800) !important; +} +.active\:bg-yellow-900:active { + background-color: var(--yellow-900) !important; +} + +.bg-cyan-50 { + background-color: var(--cyan-50) !important; +} +.bg-cyan-100 { + background-color: var(--cyan-100) !important; +} +.bg-cyan-200 { + background-color: var(--cyan-200) !important; +} +.bg-cyan-300 { + background-color: var(--cyan-300) !important; +} +.bg-cyan-400 { + background-color: var(--cyan-400) !important; +} +.bg-cyan-500 { + background-color: var(--cyan-500) !important; +} +.bg-cyan-600 { + background-color: var(--cyan-600) !important; +} +.bg-cyan-700 { + background-color: var(--cyan-700) !important; +} +.bg-cyan-800 { + background-color: var(--cyan-800) !important; +} +.bg-cyan-900 { + background-color: var(--cyan-900) !important; +} + +.focus\:bg-cyan-50:focus { + background-color: var(--cyan-50) !important; +} +.focus\:bg-cyan-100:focus { + background-color: var(--cyan-100) !important; +} +.focus\:bg-cyan-200:focus { + background-color: var(--cyan-200) !important; +} +.focus\:bg-cyan-300:focus { + background-color: var(--cyan-300) !important; +} +.focus\:bg-cyan-400:focus { + background-color: var(--cyan-400) !important; +} +.focus\:bg-cyan-500:focus { + background-color: var(--cyan-500) !important; +} +.focus\:bg-cyan-600:focus { + background-color: var(--cyan-600) !important; +} +.focus\:bg-cyan-700:focus { + background-color: var(--cyan-700) !important; +} +.focus\:bg-cyan-800:focus { + background-color: var(--cyan-800) !important; +} +.focus\:bg-cyan-900:focus { + background-color: var(--cyan-900) !important; +} + +.hover\:bg-cyan-50:hover { + background-color: var(--cyan-50) !important; +} +.hover\:bg-cyan-100:hover { + background-color: var(--cyan-100) !important; +} +.hover\:bg-cyan-200:hover { + background-color: var(--cyan-200) !important; +} +.hover\:bg-cyan-300:hover { + background-color: var(--cyan-300) !important; +} +.hover\:bg-cyan-400:hover { + background-color: var(--cyan-400) !important; +} +.hover\:bg-cyan-500:hover { + background-color: var(--cyan-500) !important; +} +.hover\:bg-cyan-600:hover { + background-color: var(--cyan-600) !important; +} +.hover\:bg-cyan-700:hover { + background-color: var(--cyan-700) !important; +} +.hover\:bg-cyan-800:hover { + background-color: var(--cyan-800) !important; +} +.hover\:bg-cyan-900:hover { + background-color: var(--cyan-900) !important; +} + +.active\:bg-cyan-50:active { + background-color: var(--cyan-50) !important; +} +.active\:bg-cyan-100:active { + background-color: var(--cyan-100) !important; +} +.active\:bg-cyan-200:active { + background-color: var(--cyan-200) !important; +} +.active\:bg-cyan-300:active { + background-color: var(--cyan-300) !important; +} +.active\:bg-cyan-400:active { + background-color: var(--cyan-400) !important; +} +.active\:bg-cyan-500:active { + background-color: var(--cyan-500) !important; +} +.active\:bg-cyan-600:active { + background-color: var(--cyan-600) !important; +} +.active\:bg-cyan-700:active { + background-color: var(--cyan-700) !important; +} +.active\:bg-cyan-800:active { + background-color: var(--cyan-800) !important; +} +.active\:bg-cyan-900:active { + background-color: var(--cyan-900) !important; +} + +.bg-pink-50 { + background-color: var(--pink-50) !important; +} +.bg-pink-100 { + background-color: var(--pink-100) !important; +} +.bg-pink-200 { + background-color: var(--pink-200) !important; +} +.bg-pink-300 { + background-color: var(--pink-300) !important; +} +.bg-pink-400 { + background-color: var(--pink-400) !important; +} +.bg-pink-500 { + background-color: var(--pink-500) !important; +} +.bg-pink-600 { + background-color: var(--pink-600) !important; +} +.bg-pink-700 { + background-color: var(--pink-700) !important; +} +.bg-pink-800 { + background-color: var(--pink-800) !important; +} +.bg-pink-900 { + background-color: var(--pink-900) !important; +} + +.focus\:bg-pink-50:focus { + background-color: var(--pink-50) !important; +} +.focus\:bg-pink-100:focus { + background-color: var(--pink-100) !important; +} +.focus\:bg-pink-200:focus { + background-color: var(--pink-200) !important; +} +.focus\:bg-pink-300:focus { + background-color: var(--pink-300) !important; +} +.focus\:bg-pink-400:focus { + background-color: var(--pink-400) !important; +} +.focus\:bg-pink-500:focus { + background-color: var(--pink-500) !important; +} +.focus\:bg-pink-600:focus { + background-color: var(--pink-600) !important; +} +.focus\:bg-pink-700:focus { + background-color: var(--pink-700) !important; +} +.focus\:bg-pink-800:focus { + background-color: var(--pink-800) !important; +} +.focus\:bg-pink-900:focus { + background-color: var(--pink-900) !important; +} + +.hover\:bg-pink-50:hover { + background-color: var(--pink-50) !important; +} +.hover\:bg-pink-100:hover { + background-color: var(--pink-100) !important; +} +.hover\:bg-pink-200:hover { + background-color: var(--pink-200) !important; +} +.hover\:bg-pink-300:hover { + background-color: var(--pink-300) !important; +} +.hover\:bg-pink-400:hover { + background-color: var(--pink-400) !important; +} +.hover\:bg-pink-500:hover { + background-color: var(--pink-500) !important; +} +.hover\:bg-pink-600:hover { + background-color: var(--pink-600) !important; +} +.hover\:bg-pink-700:hover { + background-color: var(--pink-700) !important; +} +.hover\:bg-pink-800:hover { + background-color: var(--pink-800) !important; +} +.hover\:bg-pink-900:hover { + background-color: var(--pink-900) !important; +} + +.active\:bg-pink-50:active { + background-color: var(--pink-50) !important; +} +.active\:bg-pink-100:active { + background-color: var(--pink-100) !important; +} +.active\:bg-pink-200:active { + background-color: var(--pink-200) !important; +} +.active\:bg-pink-300:active { + background-color: var(--pink-300) !important; +} +.active\:bg-pink-400:active { + background-color: var(--pink-400) !important; +} +.active\:bg-pink-500:active { + background-color: var(--pink-500) !important; +} +.active\:bg-pink-600:active { + background-color: var(--pink-600) !important; +} +.active\:bg-pink-700:active { + background-color: var(--pink-700) !important; +} +.active\:bg-pink-800:active { + background-color: var(--pink-800) !important; +} +.active\:bg-pink-900:active { + background-color: var(--pink-900) !important; +} + +.bg-indigo-50 { + background-color: var(--indigo-50) !important; +} +.bg-indigo-100 { + background-color: var(--indigo-100) !important; +} +.bg-indigo-200 { + background-color: var(--indigo-200) !important; +} +.bg-indigo-300 { + background-color: var(--indigo-300) !important; +} +.bg-indigo-400 { + background-color: var(--indigo-400) !important; +} +.bg-indigo-500 { + background-color: var(--indigo-500) !important; +} +.bg-indigo-600 { + background-color: var(--indigo-600) !important; +} +.bg-indigo-700 { + background-color: var(--indigo-700) !important; +} +.bg-indigo-800 { + background-color: var(--indigo-800) !important; +} +.bg-indigo-900 { + background-color: var(--indigo-900) !important; +} + +.focus\:bg-indigo-50:focus { + background-color: var(--indigo-50) !important; +} +.focus\:bg-indigo-100:focus { + background-color: var(--indigo-100) !important; +} +.focus\:bg-indigo-200:focus { + background-color: var(--indigo-200) !important; +} +.focus\:bg-indigo-300:focus { + background-color: var(--indigo-300) !important; +} +.focus\:bg-indigo-400:focus { + background-color: var(--indigo-400) !important; +} +.focus\:bg-indigo-500:focus { + background-color: var(--indigo-500) !important; +} +.focus\:bg-indigo-600:focus { + background-color: var(--indigo-600) !important; +} +.focus\:bg-indigo-700:focus { + background-color: var(--indigo-700) !important; +} +.focus\:bg-indigo-800:focus { + background-color: var(--indigo-800) !important; +} +.focus\:bg-indigo-900:focus { + background-color: var(--indigo-900) !important; +} + +.hover\:bg-indigo-50:hover { + background-color: var(--indigo-50) !important; +} +.hover\:bg-indigo-100:hover { + background-color: var(--indigo-100) !important; +} +.hover\:bg-indigo-200:hover { + background-color: var(--indigo-200) !important; +} +.hover\:bg-indigo-300:hover { + background-color: var(--indigo-300) !important; +} +.hover\:bg-indigo-400:hover { + background-color: var(--indigo-400) !important; +} +.hover\:bg-indigo-500:hover { + background-color: var(--indigo-500) !important; +} +.hover\:bg-indigo-600:hover { + background-color: var(--indigo-600) !important; +} +.hover\:bg-indigo-700:hover { + background-color: var(--indigo-700) !important; +} +.hover\:bg-indigo-800:hover { + background-color: var(--indigo-800) !important; +} +.hover\:bg-indigo-900:hover { + background-color: var(--indigo-900) !important; +} + +.active\:bg-indigo-50:active { + background-color: var(--indigo-50) !important; +} +.active\:bg-indigo-100:active { + background-color: var(--indigo-100) !important; +} +.active\:bg-indigo-200:active { + background-color: var(--indigo-200) !important; +} +.active\:bg-indigo-300:active { + background-color: var(--indigo-300) !important; +} +.active\:bg-indigo-400:active { + background-color: var(--indigo-400) !important; +} +.active\:bg-indigo-500:active { + background-color: var(--indigo-500) !important; +} +.active\:bg-indigo-600:active { + background-color: var(--indigo-600) !important; +} +.active\:bg-indigo-700:active { + background-color: var(--indigo-700) !important; +} +.active\:bg-indigo-800:active { + background-color: var(--indigo-800) !important; +} +.active\:bg-indigo-900:active { + background-color: var(--indigo-900) !important; +} + +.bg-teal-50 { + background-color: var(--teal-50) !important; +} +.bg-teal-100 { + background-color: var(--teal-100) !important; +} +.bg-teal-200 { + background-color: var(--teal-200) !important; +} +.bg-teal-300 { + background-color: var(--teal-300) !important; +} +.bg-teal-400 { + background-color: var(--teal-400) !important; +} +.bg-teal-500 { + background-color: var(--teal-500) !important; +} +.bg-teal-600 { + background-color: var(--teal-600) !important; +} +.bg-teal-700 { + background-color: var(--teal-700) !important; +} +.bg-teal-800 { + background-color: var(--teal-800) !important; +} +.bg-teal-900 { + background-color: var(--teal-900) !important; +} + +.focus\:bg-teal-50:focus { + background-color: var(--teal-50) !important; +} +.focus\:bg-teal-100:focus { + background-color: var(--teal-100) !important; +} +.focus\:bg-teal-200:focus { + background-color: var(--teal-200) !important; +} +.focus\:bg-teal-300:focus { + background-color: var(--teal-300) !important; +} +.focus\:bg-teal-400:focus { + background-color: var(--teal-400) !important; +} +.focus\:bg-teal-500:focus { + background-color: var(--teal-500) !important; +} +.focus\:bg-teal-600:focus { + background-color: var(--teal-600) !important; +} +.focus\:bg-teal-700:focus { + background-color: var(--teal-700) !important; +} +.focus\:bg-teal-800:focus { + background-color: var(--teal-800) !important; +} +.focus\:bg-teal-900:focus { + background-color: var(--teal-900) !important; +} + +.hover\:bg-teal-50:hover { + background-color: var(--teal-50) !important; +} +.hover\:bg-teal-100:hover { + background-color: var(--teal-100) !important; +} +.hover\:bg-teal-200:hover { + background-color: var(--teal-200) !important; +} +.hover\:bg-teal-300:hover { + background-color: var(--teal-300) !important; +} +.hover\:bg-teal-400:hover { + background-color: var(--teal-400) !important; +} +.hover\:bg-teal-500:hover { + background-color: var(--teal-500) !important; +} +.hover\:bg-teal-600:hover { + background-color: var(--teal-600) !important; +} +.hover\:bg-teal-700:hover { + background-color: var(--teal-700) !important; +} +.hover\:bg-teal-800:hover { + background-color: var(--teal-800) !important; +} +.hover\:bg-teal-900:hover { + background-color: var(--teal-900) !important; +} + +.active\:bg-teal-50:active { + background-color: var(--teal-50) !important; +} +.active\:bg-teal-100:active { + background-color: var(--teal-100) !important; +} +.active\:bg-teal-200:active { + background-color: var(--teal-200) !important; +} +.active\:bg-teal-300:active { + background-color: var(--teal-300) !important; +} +.active\:bg-teal-400:active { + background-color: var(--teal-400) !important; +} +.active\:bg-teal-500:active { + background-color: var(--teal-500) !important; +} +.active\:bg-teal-600:active { + background-color: var(--teal-600) !important; +} +.active\:bg-teal-700:active { + background-color: var(--teal-700) !important; +} +.active\:bg-teal-800:active { + background-color: var(--teal-800) !important; +} +.active\:bg-teal-900:active { + background-color: var(--teal-900) !important; +} + +.bg-orange-50 { + background-color: var(--orange-50) !important; +} +.bg-orange-100 { + background-color: var(--orange-100) !important; +} +.bg-orange-200 { + background-color: var(--orange-200) !important; +} +.bg-orange-300 { + background-color: var(--orange-300) !important; +} +.bg-orange-400 { + background-color: var(--orange-400) !important; +} +.bg-orange-500 { + background-color: var(--orange-500) !important; +} +.bg-orange-600 { + background-color: var(--orange-600) !important; +} +.bg-orange-700 { + background-color: var(--orange-700) !important; +} +.bg-orange-800 { + background-color: var(--orange-800) !important; +} +.bg-orange-900 { + background-color: var(--orange-900) !important; +} + +.focus\:bg-orange-50:focus { + background-color: var(--orange-50) !important; +} +.focus\:bg-orange-100:focus { + background-color: var(--orange-100) !important; +} +.focus\:bg-orange-200:focus { + background-color: var(--orange-200) !important; +} +.focus\:bg-orange-300:focus { + background-color: var(--orange-300) !important; +} +.focus\:bg-orange-400:focus { + background-color: var(--orange-400) !important; +} +.focus\:bg-orange-500:focus { + background-color: var(--orange-500) !important; +} +.focus\:bg-orange-600:focus { + background-color: var(--orange-600) !important; +} +.focus\:bg-orange-700:focus { + background-color: var(--orange-700) !important; +} +.focus\:bg-orange-800:focus { + background-color: var(--orange-800) !important; +} +.focus\:bg-orange-900:focus { + background-color: var(--orange-900) !important; +} + +.hover\:bg-orange-50:hover { + background-color: var(--orange-50) !important; +} +.hover\:bg-orange-100:hover { + background-color: var(--orange-100) !important; +} +.hover\:bg-orange-200:hover { + background-color: var(--orange-200) !important; +} +.hover\:bg-orange-300:hover { + background-color: var(--orange-300) !important; +} +.hover\:bg-orange-400:hover { + background-color: var(--orange-400) !important; +} +.hover\:bg-orange-500:hover { + background-color: var(--orange-500) !important; +} +.hover\:bg-orange-600:hover { + background-color: var(--orange-600) !important; +} +.hover\:bg-orange-700:hover { + background-color: var(--orange-700) !important; +} +.hover\:bg-orange-800:hover { + background-color: var(--orange-800) !important; +} +.hover\:bg-orange-900:hover { + background-color: var(--orange-900) !important; +} + +.active\:bg-orange-50:active { + background-color: var(--orange-50) !important; +} +.active\:bg-orange-100:active { + background-color: var(--orange-100) !important; +} +.active\:bg-orange-200:active { + background-color: var(--orange-200) !important; +} +.active\:bg-orange-300:active { + background-color: var(--orange-300) !important; +} +.active\:bg-orange-400:active { + background-color: var(--orange-400) !important; +} +.active\:bg-orange-500:active { + background-color: var(--orange-500) !important; +} +.active\:bg-orange-600:active { + background-color: var(--orange-600) !important; +} +.active\:bg-orange-700:active { + background-color: var(--orange-700) !important; +} +.active\:bg-orange-800:active { + background-color: var(--orange-800) !important; +} +.active\:bg-orange-900:active { + background-color: var(--orange-900) !important; +} + +.bg-bluegray-50 { + background-color: var(--bluegray-50) !important; +} +.bg-bluegray-100 { + background-color: var(--bluegray-100) !important; +} +.bg-bluegray-200 { + background-color: var(--bluegray-200) !important; +} +.bg-bluegray-300 { + background-color: var(--bluegray-300) !important; +} +.bg-bluegray-400 { + background-color: var(--bluegray-400) !important; +} +.bg-bluegray-500 { + background-color: var(--bluegray-500) !important; +} +.bg-bluegray-600 { + background-color: var(--bluegray-600) !important; +} +.bg-bluegray-700 { + background-color: var(--bluegray-700) !important; +} +.bg-bluegray-800 { + background-color: var(--bluegray-800) !important; +} +.bg-bluegray-900 { + background-color: var(--bluegray-900) !important; +} + +.focus\:bg-bluegray-50:focus { + background-color: var(--bluegray-50) !important; +} +.focus\:bg-bluegray-100:focus { + background-color: var(--bluegray-100) !important; +} +.focus\:bg-bluegray-200:focus { + background-color: var(--bluegray-200) !important; +} +.focus\:bg-bluegray-300:focus { + background-color: var(--bluegray-300) !important; +} +.focus\:bg-bluegray-400:focus { + background-color: var(--bluegray-400) !important; +} +.focus\:bg-bluegray-500:focus { + background-color: var(--bluegray-500) !important; +} +.focus\:bg-bluegray-600:focus { + background-color: var(--bluegray-600) !important; +} +.focus\:bg-bluegray-700:focus { + background-color: var(--bluegray-700) !important; +} +.focus\:bg-bluegray-800:focus { + background-color: var(--bluegray-800) !important; +} +.focus\:bg-bluegray-900:focus { + background-color: var(--bluegray-900) !important; +} + +.hover\:bg-bluegray-50:hover { + background-color: var(--bluegray-50) !important; +} +.hover\:bg-bluegray-100:hover { + background-color: var(--bluegray-100) !important; +} +.hover\:bg-bluegray-200:hover { + background-color: var(--bluegray-200) !important; +} +.hover\:bg-bluegray-300:hover { + background-color: var(--bluegray-300) !important; +} +.hover\:bg-bluegray-400:hover { + background-color: var(--bluegray-400) !important; +} +.hover\:bg-bluegray-500:hover { + background-color: var(--bluegray-500) !important; +} +.hover\:bg-bluegray-600:hover { + background-color: var(--bluegray-600) !important; +} +.hover\:bg-bluegray-700:hover { + background-color: var(--bluegray-700) !important; +} +.hover\:bg-bluegray-800:hover { + background-color: var(--bluegray-800) !important; +} +.hover\:bg-bluegray-900:hover { + background-color: var(--bluegray-900) !important; +} + +.active\:bg-bluegray-50:active { + background-color: var(--bluegray-50) !important; +} +.active\:bg-bluegray-100:active { + background-color: var(--bluegray-100) !important; +} +.active\:bg-bluegray-200:active { + background-color: var(--bluegray-200) !important; +} +.active\:bg-bluegray-300:active { + background-color: var(--bluegray-300) !important; +} +.active\:bg-bluegray-400:active { + background-color: var(--bluegray-400) !important; +} +.active\:bg-bluegray-500:active { + background-color: var(--bluegray-500) !important; +} +.active\:bg-bluegray-600:active { + background-color: var(--bluegray-600) !important; +} +.active\:bg-bluegray-700:active { + background-color: var(--bluegray-700) !important; +} +.active\:bg-bluegray-800:active { + background-color: var(--bluegray-800) !important; +} +.active\:bg-bluegray-900:active { + background-color: var(--bluegray-900) !important; +} + +.bg-purple-50 { + background-color: var(--purple-50) !important; +} +.bg-purple-100 { + background-color: var(--purple-100) !important; +} +.bg-purple-200 { + background-color: var(--purple-200) !important; +} +.bg-purple-300 { + background-color: var(--purple-300) !important; +} +.bg-purple-400 { + background-color: var(--purple-400) !important; +} +.bg-purple-500 { + background-color: var(--purple-500) !important; +} +.bg-purple-600 { + background-color: var(--purple-600) !important; +} +.bg-purple-700 { + background-color: var(--purple-700) !important; +} +.bg-purple-800 { + background-color: var(--purple-800) !important; +} +.bg-purple-900 { + background-color: var(--purple-900) !important; +} + +.focus\:bg-purple-50:focus { + background-color: var(--purple-50) !important; +} +.focus\:bg-purple-100:focus { + background-color: var(--purple-100) !important; +} +.focus\:bg-purple-200:focus { + background-color: var(--purple-200) !important; +} +.focus\:bg-purple-300:focus { + background-color: var(--purple-300) !important; +} +.focus\:bg-purple-400:focus { + background-color: var(--purple-400) !important; +} +.focus\:bg-purple-500:focus { + background-color: var(--purple-500) !important; +} +.focus\:bg-purple-600:focus { + background-color: var(--purple-600) !important; +} +.focus\:bg-purple-700:focus { + background-color: var(--purple-700) !important; +} +.focus\:bg-purple-800:focus { + background-color: var(--purple-800) !important; +} +.focus\:bg-purple-900:focus { + background-color: var(--purple-900) !important; +} + +.hover\:bg-purple-50:hover { + background-color: var(--purple-50) !important; +} +.hover\:bg-purple-100:hover { + background-color: var(--purple-100) !important; +} +.hover\:bg-purple-200:hover { + background-color: var(--purple-200) !important; +} +.hover\:bg-purple-300:hover { + background-color: var(--purple-300) !important; +} +.hover\:bg-purple-400:hover { + background-color: var(--purple-400) !important; +} +.hover\:bg-purple-500:hover { + background-color: var(--purple-500) !important; +} +.hover\:bg-purple-600:hover { + background-color: var(--purple-600) !important; +} +.hover\:bg-purple-700:hover { + background-color: var(--purple-700) !important; +} +.hover\:bg-purple-800:hover { + background-color: var(--purple-800) !important; +} +.hover\:bg-purple-900:hover { + background-color: var(--purple-900) !important; +} + +.active\:bg-purple-50:active { + background-color: var(--purple-50) !important; +} +.active\:bg-purple-100:active { + background-color: var(--purple-100) !important; +} +.active\:bg-purple-200:active { + background-color: var(--purple-200) !important; +} +.active\:bg-purple-300:active { + background-color: var(--purple-300) !important; +} +.active\:bg-purple-400:active { + background-color: var(--purple-400) !important; +} +.active\:bg-purple-500:active { + background-color: var(--purple-500) !important; +} +.active\:bg-purple-600:active { + background-color: var(--purple-600) !important; +} +.active\:bg-purple-700:active { + background-color: var(--purple-700) !important; +} +.active\:bg-purple-800:active { + background-color: var(--purple-800) !important; +} +.active\:bg-purple-900:active { + background-color: var(--purple-900) !important; +} + +.bg-gray-50 { + background-color: var(--gray-50) !important; +} +.bg-gray-100 { + background-color: var(--gray-100) !important; +} +.bg-gray-200 { + background-color: var(--gray-200) !important; +} +.bg-gray-300 { + background-color: var(--gray-300) !important; +} +.bg-gray-400 { + background-color: var(--gray-400) !important; +} +.bg-gray-500 { + background-color: var(--gray-500) !important; +} +.bg-gray-600 { + background-color: var(--gray-600) !important; +} +.bg-gray-700 { + background-color: var(--gray-700) !important; +} +.bg-gray-800 { + background-color: var(--gray-800) !important; +} +.bg-gray-900 { + background-color: var(--gray-900) !important; +} + +.focus\:bg-gray-50:focus { + background-color: var(--gray-50) !important; +} +.focus\:bg-gray-100:focus { + background-color: var(--gray-100) !important; +} +.focus\:bg-gray-200:focus { + background-color: var(--gray-200) !important; +} +.focus\:bg-gray-300:focus { + background-color: var(--gray-300) !important; +} +.focus\:bg-gray-400:focus { + background-color: var(--gray-400) !important; +} +.focus\:bg-gray-500:focus { + background-color: var(--gray-500) !important; +} +.focus\:bg-gray-600:focus { + background-color: var(--gray-600) !important; +} +.focus\:bg-gray-700:focus { + background-color: var(--gray-700) !important; +} +.focus\:bg-gray-800:focus { + background-color: var(--gray-800) !important; +} +.focus\:bg-gray-900:focus { + background-color: var(--gray-900) !important; +} + +.hover\:bg-gray-50:hover { + background-color: var(--gray-50) !important; +} +.hover\:bg-gray-100:hover { + background-color: var(--gray-100) !important; +} +.hover\:bg-gray-200:hover { + background-color: var(--gray-200) !important; +} +.hover\:bg-gray-300:hover { + background-color: var(--gray-300) !important; +} +.hover\:bg-gray-400:hover { + background-color: var(--gray-400) !important; +} +.hover\:bg-gray-500:hover { + background-color: var(--gray-500) !important; +} +.hover\:bg-gray-600:hover { + background-color: var(--gray-600) !important; +} +.hover\:bg-gray-700:hover { + background-color: var(--gray-700) !important; +} +.hover\:bg-gray-800:hover { + background-color: var(--gray-800) !important; +} +.hover\:bg-gray-900:hover { + background-color: var(--gray-900) !important; +} + +.active\:bg-gray-50:active { + background-color: var(--gray-50) !important; +} +.active\:bg-gray-100:active { + background-color: var(--gray-100) !important; +} +.active\:bg-gray-200:active { + background-color: var(--gray-200) !important; +} +.active\:bg-gray-300:active { + background-color: var(--gray-300) !important; +} +.active\:bg-gray-400:active { + background-color: var(--gray-400) !important; +} +.active\:bg-gray-500:active { + background-color: var(--gray-500) !important; +} +.active\:bg-gray-600:active { + background-color: var(--gray-600) !important; +} +.active\:bg-gray-700:active { + background-color: var(--gray-700) !important; +} +.active\:bg-gray-800:active { + background-color: var(--gray-800) !important; +} +.active\:bg-gray-900:active { + background-color: var(--gray-900) !important; +} + +.bg-red-50 { + background-color: var(--red-50) !important; +} +.bg-red-100 { + background-color: var(--red-100) !important; +} +.bg-red-200 { + background-color: var(--red-200) !important; +} +.bg-red-300 { + background-color: var(--red-300) !important; +} +.bg-red-400 { + background-color: var(--red-400) !important; +} +.bg-red-500 { + background-color: var(--red-500) !important; +} +.bg-red-600 { + background-color: var(--red-600) !important; +} +.bg-red-700 { + background-color: var(--red-700) !important; +} +.bg-red-800 { + background-color: var(--red-800) !important; +} +.bg-red-900 { + background-color: var(--red-900) !important; +} + +.focus\:bg-red-50:focus { + background-color: var(--red-50) !important; +} +.focus\:bg-red-100:focus { + background-color: var(--red-100) !important; +} +.focus\:bg-red-200:focus { + background-color: var(--red-200) !important; +} +.focus\:bg-red-300:focus { + background-color: var(--red-300) !important; +} +.focus\:bg-red-400:focus { + background-color: var(--red-400) !important; +} +.focus\:bg-red-500:focus { + background-color: var(--red-500) !important; +} +.focus\:bg-red-600:focus { + background-color: var(--red-600) !important; +} +.focus\:bg-red-700:focus { + background-color: var(--red-700) !important; +} +.focus\:bg-red-800:focus { + background-color: var(--red-800) !important; +} +.focus\:bg-red-900:focus { + background-color: var(--red-900) !important; +} + +.hover\:bg-red-50:hover { + background-color: var(--red-50) !important; +} +.hover\:bg-red-100:hover { + background-color: var(--red-100) !important; +} +.hover\:bg-red-200:hover { + background-color: var(--red-200) !important; +} +.hover\:bg-red-300:hover { + background-color: var(--red-300) !important; +} +.hover\:bg-red-400:hover { + background-color: var(--red-400) !important; +} +.hover\:bg-red-500:hover { + background-color: var(--red-500) !important; +} +.hover\:bg-red-600:hover { + background-color: var(--red-600) !important; +} +.hover\:bg-red-700:hover { + background-color: var(--red-700) !important; +} +.hover\:bg-red-800:hover { + background-color: var(--red-800) !important; +} +.hover\:bg-red-900:hover { + background-color: var(--red-900) !important; +} + +.active\:bg-red-50:active { + background-color: var(--red-50) !important; +} +.active\:bg-red-100:active { + background-color: var(--red-100) !important; +} +.active\:bg-red-200:active { + background-color: var(--red-200) !important; +} +.active\:bg-red-300:active { + background-color: var(--red-300) !important; +} +.active\:bg-red-400:active { + background-color: var(--red-400) !important; +} +.active\:bg-red-500:active { + background-color: var(--red-500) !important; +} +.active\:bg-red-600:active { + background-color: var(--red-600) !important; +} +.active\:bg-red-700:active { + background-color: var(--red-700) !important; +} +.active\:bg-red-800:active { + background-color: var(--red-800) !important; +} +.active\:bg-red-900:active { + background-color: var(--red-900) !important; +} + +.bg-primary-50 { + background-color: var(--primary-50) !important; +} +.bg-primary-100 { + background-color: var(--primary-100) !important; +} +.bg-primary-200 { + background-color: var(--primary-200) !important; +} +.bg-primary-300 { + background-color: var(--primary-300) !important; +} +.bg-primary-400 { + background-color: var(--primary-400) !important; +} +.bg-primary-500 { + background-color: var(--primary-500) !important; +} +.bg-primary-600 { + background-color: var(--primary-600) !important; +} +.bg-primary-700 { + background-color: var(--primary-700) !important; +} +.bg-primary-800 { + background-color: var(--primary-800) !important; +} +.bg-primary-900 { + background-color: var(--primary-900) !important; +} + +.focus\:bg-primary-50:focus { + background-color: var(--primary-50) !important; +} +.focus\:bg-primary-100:focus { + background-color: var(--primary-100) !important; +} +.focus\:bg-primary-200:focus { + background-color: var(--primary-200) !important; +} +.focus\:bg-primary-300:focus { + background-color: var(--primary-300) !important; +} +.focus\:bg-primary-400:focus { + background-color: var(--primary-400) !important; +} +.focus\:bg-primary-500:focus { + background-color: var(--primary-500) !important; +} +.focus\:bg-primary-600:focus { + background-color: var(--primary-600) !important; +} +.focus\:bg-primary-700:focus { + background-color: var(--primary-700) !important; +} +.focus\:bg-primary-800:focus { + background-color: var(--primary-800) !important; +} +.focus\:bg-primary-900:focus { + background-color: var(--primary-900) !important; +} + +.hover\:bg-primary-50:hover { + background-color: var(--primary-50) !important; +} +.hover\:bg-primary-100:hover { + background-color: var(--primary-100) !important; +} +.hover\:bg-primary-200:hover { + background-color: var(--primary-200) !important; +} +.hover\:bg-primary-300:hover { + background-color: var(--primary-300) !important; +} +.hover\:bg-primary-400:hover { + background-color: var(--primary-400) !important; +} +.hover\:bg-primary-500:hover { + background-color: var(--primary-500) !important; +} +.hover\:bg-primary-600:hover { + background-color: var(--primary-600) !important; +} +.hover\:bg-primary-700:hover { + background-color: var(--primary-700) !important; +} +.hover\:bg-primary-800:hover { + background-color: var(--primary-800) !important; +} +.hover\:bg-primary-900:hover { + background-color: var(--primary-900) !important; +} + +.active\:bg-primary-50:active { + background-color: var(--primary-50) !important; +} +.active\:bg-primary-100:active { + background-color: var(--primary-100) !important; +} +.active\:bg-primary-200:active { + background-color: var(--primary-200) !important; +} +.active\:bg-primary-300:active { + background-color: var(--primary-300) !important; +} +.active\:bg-primary-400:active { + background-color: var(--primary-400) !important; +} +.active\:bg-primary-500:active { + background-color: var(--primary-500) !important; +} +.active\:bg-primary-600:active { + background-color: var(--primary-600) !important; +} +.active\:bg-primary-700:active { + background-color: var(--primary-700) !important; +} +.active\:bg-primary-800:active { + background-color: var(--primary-800) !important; +} +.active\:bg-primary-900:active { + background-color: var(--primary-900) !important; +} + +.border-blue-50 { + border-color: var(--blue-50) !important; +} +.border-blue-100 { + border-color: var(--blue-100) !important; +} +.border-blue-200 { + border-color: var(--blue-200) !important; +} +.border-blue-300 { + border-color: var(--blue-300) !important; +} +.border-blue-400 { + border-color: var(--blue-400) !important; +} +.border-blue-500 { + border-color: var(--blue-500) !important; +} +.border-blue-600 { + border-color: var(--blue-600) !important; +} +.border-blue-700 { + border-color: var(--blue-700) !important; +} +.border-blue-800 { + border-color: var(--blue-800) !important; +} +.border-blue-900 { + border-color: var(--blue-900) !important; +} + +.focus\:border-blue-50:focus { + border-color: var(--blue-50) !important; +} +.focus\:border-blue-100:focus { + border-color: var(--blue-100) !important; +} +.focus\:border-blue-200:focus { + border-color: var(--blue-200) !important; +} +.focus\:border-blue-300:focus { + border-color: var(--blue-300) !important; +} +.focus\:border-blue-400:focus { + border-color: var(--blue-400) !important; +} +.focus\:border-blue-500:focus { + border-color: var(--blue-500) !important; +} +.focus\:border-blue-600:focus { + border-color: var(--blue-600) !important; +} +.focus\:border-blue-700:focus { + border-color: var(--blue-700) !important; +} +.focus\:border-blue-800:focus { + border-color: var(--blue-800) !important; +} +.focus\:border-blue-900:focus { + border-color: var(--blue-900) !important; +} + +.hover\:border-blue-50:hover { + border-color: var(--blue-50) !important; +} +.hover\:border-blue-100:hover { + border-color: var(--blue-100) !important; +} +.hover\:border-blue-200:hover { + border-color: var(--blue-200) !important; +} +.hover\:border-blue-300:hover { + border-color: var(--blue-300) !important; +} +.hover\:border-blue-400:hover { + border-color: var(--blue-400) !important; +} +.hover\:border-blue-500:hover { + border-color: var(--blue-500) !important; +} +.hover\:border-blue-600:hover { + border-color: var(--blue-600) !important; +} +.hover\:border-blue-700:hover { + border-color: var(--blue-700) !important; +} +.hover\:border-blue-800:hover { + border-color: var(--blue-800) !important; +} +.hover\:border-blue-900:hover { + border-color: var(--blue-900) !important; +} + +.active\:border-blue-50:active { + border-color: var(--blue-50) !important; +} +.active\:border-blue-100:active { + border-color: var(--blue-100) !important; +} +.active\:border-blue-200:active { + border-color: var(--blue-200) !important; +} +.active\:border-blue-300:active { + border-color: var(--blue-300) !important; +} +.active\:border-blue-400:active { + border-color: var(--blue-400) !important; +} +.active\:border-blue-500:active { + border-color: var(--blue-500) !important; +} +.active\:border-blue-600:active { + border-color: var(--blue-600) !important; +} +.active\:border-blue-700:active { + border-color: var(--blue-700) !important; +} +.active\:border-blue-800:active { + border-color: var(--blue-800) !important; +} +.active\:border-blue-900:active { + border-color: var(--blue-900) !important; +} + +.border-green-50 { + border-color: var(--green-50) !important; +} +.border-green-100 { + border-color: var(--green-100) !important; +} +.border-green-200 { + border-color: var(--green-200) !important; +} +.border-green-300 { + border-color: var(--green-300) !important; +} +.border-green-400 { + border-color: var(--green-400) !important; +} +.border-green-500 { + border-color: var(--green-500) !important; +} +.border-green-600 { + border-color: var(--green-600) !important; +} +.border-green-700 { + border-color: var(--green-700) !important; +} +.border-green-800 { + border-color: var(--green-800) !important; +} +.border-green-900 { + border-color: var(--green-900) !important; +} + +.focus\:border-green-50:focus { + border-color: var(--green-50) !important; +} +.focus\:border-green-100:focus { + border-color: var(--green-100) !important; +} +.focus\:border-green-200:focus { + border-color: var(--green-200) !important; +} +.focus\:border-green-300:focus { + border-color: var(--green-300) !important; +} +.focus\:border-green-400:focus { + border-color: var(--green-400) !important; +} +.focus\:border-green-500:focus { + border-color: var(--green-500) !important; +} +.focus\:border-green-600:focus { + border-color: var(--green-600) !important; +} +.focus\:border-green-700:focus { + border-color: var(--green-700) !important; +} +.focus\:border-green-800:focus { + border-color: var(--green-800) !important; +} +.focus\:border-green-900:focus { + border-color: var(--green-900) !important; +} + +.hover\:border-green-50:hover { + border-color: var(--green-50) !important; +} +.hover\:border-green-100:hover { + border-color: var(--green-100) !important; +} +.hover\:border-green-200:hover { + border-color: var(--green-200) !important; +} +.hover\:border-green-300:hover { + border-color: var(--green-300) !important; +} +.hover\:border-green-400:hover { + border-color: var(--green-400) !important; +} +.hover\:border-green-500:hover { + border-color: var(--green-500) !important; +} +.hover\:border-green-600:hover { + border-color: var(--green-600) !important; +} +.hover\:border-green-700:hover { + border-color: var(--green-700) !important; +} +.hover\:border-green-800:hover { + border-color: var(--green-800) !important; +} +.hover\:border-green-900:hover { + border-color: var(--green-900) !important; +} + +.active\:border-green-50:active { + border-color: var(--green-50) !important; +} +.active\:border-green-100:active { + border-color: var(--green-100) !important; +} +.active\:border-green-200:active { + border-color: var(--green-200) !important; +} +.active\:border-green-300:active { + border-color: var(--green-300) !important; +} +.active\:border-green-400:active { + border-color: var(--green-400) !important; +} +.active\:border-green-500:active { + border-color: var(--green-500) !important; +} +.active\:border-green-600:active { + border-color: var(--green-600) !important; +} +.active\:border-green-700:active { + border-color: var(--green-700) !important; +} +.active\:border-green-800:active { + border-color: var(--green-800) !important; +} +.active\:border-green-900:active { + border-color: var(--green-900) !important; +} + +.border-yellow-50 { + border-color: var(--yellow-50) !important; +} +.border-yellow-100 { + border-color: var(--yellow-100) !important; +} +.border-yellow-200 { + border-color: var(--yellow-200) !important; +} +.border-yellow-300 { + border-color: var(--yellow-300) !important; +} +.border-yellow-400 { + border-color: var(--yellow-400) !important; +} +.border-yellow-500 { + border-color: var(--yellow-500) !important; +} +.border-yellow-600 { + border-color: var(--yellow-600) !important; +} +.border-yellow-700 { + border-color: var(--yellow-700) !important; +} +.border-yellow-800 { + border-color: var(--yellow-800) !important; +} +.border-yellow-900 { + border-color: var(--yellow-900) !important; +} + +.focus\:border-yellow-50:focus { + border-color: var(--yellow-50) !important; +} +.focus\:border-yellow-100:focus { + border-color: var(--yellow-100) !important; +} +.focus\:border-yellow-200:focus { + border-color: var(--yellow-200) !important; +} +.focus\:border-yellow-300:focus { + border-color: var(--yellow-300) !important; +} +.focus\:border-yellow-400:focus { + border-color: var(--yellow-400) !important; +} +.focus\:border-yellow-500:focus { + border-color: var(--yellow-500) !important; +} +.focus\:border-yellow-600:focus { + border-color: var(--yellow-600) !important; +} +.focus\:border-yellow-700:focus { + border-color: var(--yellow-700) !important; +} +.focus\:border-yellow-800:focus { + border-color: var(--yellow-800) !important; +} +.focus\:border-yellow-900:focus { + border-color: var(--yellow-900) !important; +} + +.hover\:border-yellow-50:hover { + border-color: var(--yellow-50) !important; +} +.hover\:border-yellow-100:hover { + border-color: var(--yellow-100) !important; +} +.hover\:border-yellow-200:hover { + border-color: var(--yellow-200) !important; +} +.hover\:border-yellow-300:hover { + border-color: var(--yellow-300) !important; +} +.hover\:border-yellow-400:hover { + border-color: var(--yellow-400) !important; +} +.hover\:border-yellow-500:hover { + border-color: var(--yellow-500) !important; +} +.hover\:border-yellow-600:hover { + border-color: var(--yellow-600) !important; +} +.hover\:border-yellow-700:hover { + border-color: var(--yellow-700) !important; +} +.hover\:border-yellow-800:hover { + border-color: var(--yellow-800) !important; +} +.hover\:border-yellow-900:hover { + border-color: var(--yellow-900) !important; +} + +.active\:border-yellow-50:active { + border-color: var(--yellow-50) !important; +} +.active\:border-yellow-100:active { + border-color: var(--yellow-100) !important; +} +.active\:border-yellow-200:active { + border-color: var(--yellow-200) !important; +} +.active\:border-yellow-300:active { + border-color: var(--yellow-300) !important; +} +.active\:border-yellow-400:active { + border-color: var(--yellow-400) !important; +} +.active\:border-yellow-500:active { + border-color: var(--yellow-500) !important; +} +.active\:border-yellow-600:active { + border-color: var(--yellow-600) !important; +} +.active\:border-yellow-700:active { + border-color: var(--yellow-700) !important; +} +.active\:border-yellow-800:active { + border-color: var(--yellow-800) !important; +} +.active\:border-yellow-900:active { + border-color: var(--yellow-900) !important; +} + +.border-cyan-50 { + border-color: var(--cyan-50) !important; +} +.border-cyan-100 { + border-color: var(--cyan-100) !important; +} +.border-cyan-200 { + border-color: var(--cyan-200) !important; +} +.border-cyan-300 { + border-color: var(--cyan-300) !important; +} +.border-cyan-400 { + border-color: var(--cyan-400) !important; +} +.border-cyan-500 { + border-color: var(--cyan-500) !important; +} +.border-cyan-600 { + border-color: var(--cyan-600) !important; +} +.border-cyan-700 { + border-color: var(--cyan-700) !important; +} +.border-cyan-800 { + border-color: var(--cyan-800) !important; +} +.border-cyan-900 { + border-color: var(--cyan-900) !important; +} + +.focus\:border-cyan-50:focus { + border-color: var(--cyan-50) !important; +} +.focus\:border-cyan-100:focus { + border-color: var(--cyan-100) !important; +} +.focus\:border-cyan-200:focus { + border-color: var(--cyan-200) !important; +} +.focus\:border-cyan-300:focus { + border-color: var(--cyan-300) !important; +} +.focus\:border-cyan-400:focus { + border-color: var(--cyan-400) !important; +} +.focus\:border-cyan-500:focus { + border-color: var(--cyan-500) !important; +} +.focus\:border-cyan-600:focus { + border-color: var(--cyan-600) !important; +} +.focus\:border-cyan-700:focus { + border-color: var(--cyan-700) !important; +} +.focus\:border-cyan-800:focus { + border-color: var(--cyan-800) !important; +} +.focus\:border-cyan-900:focus { + border-color: var(--cyan-900) !important; +} + +.hover\:border-cyan-50:hover { + border-color: var(--cyan-50) !important; +} +.hover\:border-cyan-100:hover { + border-color: var(--cyan-100) !important; +} +.hover\:border-cyan-200:hover { + border-color: var(--cyan-200) !important; +} +.hover\:border-cyan-300:hover { + border-color: var(--cyan-300) !important; +} +.hover\:border-cyan-400:hover { + border-color: var(--cyan-400) !important; +} +.hover\:border-cyan-500:hover { + border-color: var(--cyan-500) !important; +} +.hover\:border-cyan-600:hover { + border-color: var(--cyan-600) !important; +} +.hover\:border-cyan-700:hover { + border-color: var(--cyan-700) !important; +} +.hover\:border-cyan-800:hover { + border-color: var(--cyan-800) !important; +} +.hover\:border-cyan-900:hover { + border-color: var(--cyan-900) !important; +} + +.active\:border-cyan-50:active { + border-color: var(--cyan-50) !important; +} +.active\:border-cyan-100:active { + border-color: var(--cyan-100) !important; +} +.active\:border-cyan-200:active { + border-color: var(--cyan-200) !important; +} +.active\:border-cyan-300:active { + border-color: var(--cyan-300) !important; +} +.active\:border-cyan-400:active { + border-color: var(--cyan-400) !important; +} +.active\:border-cyan-500:active { + border-color: var(--cyan-500) !important; +} +.active\:border-cyan-600:active { + border-color: var(--cyan-600) !important; +} +.active\:border-cyan-700:active { + border-color: var(--cyan-700) !important; +} +.active\:border-cyan-800:active { + border-color: var(--cyan-800) !important; +} +.active\:border-cyan-900:active { + border-color: var(--cyan-900) !important; +} + +.border-pink-50 { + border-color: var(--pink-50) !important; +} +.border-pink-100 { + border-color: var(--pink-100) !important; +} +.border-pink-200 { + border-color: var(--pink-200) !important; +} +.border-pink-300 { + border-color: var(--pink-300) !important; +} +.border-pink-400 { + border-color: var(--pink-400) !important; +} +.border-pink-500 { + border-color: var(--pink-500) !important; +} +.border-pink-600 { + border-color: var(--pink-600) !important; +} +.border-pink-700 { + border-color: var(--pink-700) !important; +} +.border-pink-800 { + border-color: var(--pink-800) !important; +} +.border-pink-900 { + border-color: var(--pink-900) !important; +} + +.focus\:border-pink-50:focus { + border-color: var(--pink-50) !important; +} +.focus\:border-pink-100:focus { + border-color: var(--pink-100) !important; +} +.focus\:border-pink-200:focus { + border-color: var(--pink-200) !important; +} +.focus\:border-pink-300:focus { + border-color: var(--pink-300) !important; +} +.focus\:border-pink-400:focus { + border-color: var(--pink-400) !important; +} +.focus\:border-pink-500:focus { + border-color: var(--pink-500) !important; +} +.focus\:border-pink-600:focus { + border-color: var(--pink-600) !important; +} +.focus\:border-pink-700:focus { + border-color: var(--pink-700) !important; +} +.focus\:border-pink-800:focus { + border-color: var(--pink-800) !important; +} +.focus\:border-pink-900:focus { + border-color: var(--pink-900) !important; +} + +.hover\:border-pink-50:hover { + border-color: var(--pink-50) !important; +} +.hover\:border-pink-100:hover { + border-color: var(--pink-100) !important; +} +.hover\:border-pink-200:hover { + border-color: var(--pink-200) !important; +} +.hover\:border-pink-300:hover { + border-color: var(--pink-300) !important; +} +.hover\:border-pink-400:hover { + border-color: var(--pink-400) !important; +} +.hover\:border-pink-500:hover { + border-color: var(--pink-500) !important; +} +.hover\:border-pink-600:hover { + border-color: var(--pink-600) !important; +} +.hover\:border-pink-700:hover { + border-color: var(--pink-700) !important; +} +.hover\:border-pink-800:hover { + border-color: var(--pink-800) !important; +} +.hover\:border-pink-900:hover { + border-color: var(--pink-900) !important; +} + +.active\:border-pink-50:active { + border-color: var(--pink-50) !important; +} +.active\:border-pink-100:active { + border-color: var(--pink-100) !important; +} +.active\:border-pink-200:active { + border-color: var(--pink-200) !important; +} +.active\:border-pink-300:active { + border-color: var(--pink-300) !important; +} +.active\:border-pink-400:active { + border-color: var(--pink-400) !important; +} +.active\:border-pink-500:active { + border-color: var(--pink-500) !important; +} +.active\:border-pink-600:active { + border-color: var(--pink-600) !important; +} +.active\:border-pink-700:active { + border-color: var(--pink-700) !important; +} +.active\:border-pink-800:active { + border-color: var(--pink-800) !important; +} +.active\:border-pink-900:active { + border-color: var(--pink-900) !important; +} + +.border-indigo-50 { + border-color: var(--indigo-50) !important; +} +.border-indigo-100 { + border-color: var(--indigo-100) !important; +} +.border-indigo-200 { + border-color: var(--indigo-200) !important; +} +.border-indigo-300 { + border-color: var(--indigo-300) !important; +} +.border-indigo-400 { + border-color: var(--indigo-400) !important; +} +.border-indigo-500 { + border-color: var(--indigo-500) !important; +} +.border-indigo-600 { + border-color: var(--indigo-600) !important; +} +.border-indigo-700 { + border-color: var(--indigo-700) !important; +} +.border-indigo-800 { + border-color: var(--indigo-800) !important; +} +.border-indigo-900 { + border-color: var(--indigo-900) !important; +} + +.focus\:border-indigo-50:focus { + border-color: var(--indigo-50) !important; +} +.focus\:border-indigo-100:focus { + border-color: var(--indigo-100) !important; +} +.focus\:border-indigo-200:focus { + border-color: var(--indigo-200) !important; +} +.focus\:border-indigo-300:focus { + border-color: var(--indigo-300) !important; +} +.focus\:border-indigo-400:focus { + border-color: var(--indigo-400) !important; +} +.focus\:border-indigo-500:focus { + border-color: var(--indigo-500) !important; +} +.focus\:border-indigo-600:focus { + border-color: var(--indigo-600) !important; +} +.focus\:border-indigo-700:focus { + border-color: var(--indigo-700) !important; +} +.focus\:border-indigo-800:focus { + border-color: var(--indigo-800) !important; +} +.focus\:border-indigo-900:focus { + border-color: var(--indigo-900) !important; +} + +.hover\:border-indigo-50:hover { + border-color: var(--indigo-50) !important; +} +.hover\:border-indigo-100:hover { + border-color: var(--indigo-100) !important; +} +.hover\:border-indigo-200:hover { + border-color: var(--indigo-200) !important; +} +.hover\:border-indigo-300:hover { + border-color: var(--indigo-300) !important; +} +.hover\:border-indigo-400:hover { + border-color: var(--indigo-400) !important; +} +.hover\:border-indigo-500:hover { + border-color: var(--indigo-500) !important; +} +.hover\:border-indigo-600:hover { + border-color: var(--indigo-600) !important; +} +.hover\:border-indigo-700:hover { + border-color: var(--indigo-700) !important; +} +.hover\:border-indigo-800:hover { + border-color: var(--indigo-800) !important; +} +.hover\:border-indigo-900:hover { + border-color: var(--indigo-900) !important; +} + +.active\:border-indigo-50:active { + border-color: var(--indigo-50) !important; +} +.active\:border-indigo-100:active { + border-color: var(--indigo-100) !important; +} +.active\:border-indigo-200:active { + border-color: var(--indigo-200) !important; +} +.active\:border-indigo-300:active { + border-color: var(--indigo-300) !important; +} +.active\:border-indigo-400:active { + border-color: var(--indigo-400) !important; +} +.active\:border-indigo-500:active { + border-color: var(--indigo-500) !important; +} +.active\:border-indigo-600:active { + border-color: var(--indigo-600) !important; +} +.active\:border-indigo-700:active { + border-color: var(--indigo-700) !important; +} +.active\:border-indigo-800:active { + border-color: var(--indigo-800) !important; +} +.active\:border-indigo-900:active { + border-color: var(--indigo-900) !important; +} + +.border-teal-50 { + border-color: var(--teal-50) !important; +} +.border-teal-100 { + border-color: var(--teal-100) !important; +} +.border-teal-200 { + border-color: var(--teal-200) !important; +} +.border-teal-300 { + border-color: var(--teal-300) !important; +} +.border-teal-400 { + border-color: var(--teal-400) !important; +} +.border-teal-500 { + border-color: var(--teal-500) !important; +} +.border-teal-600 { + border-color: var(--teal-600) !important; +} +.border-teal-700 { + border-color: var(--teal-700) !important; +} +.border-teal-800 { + border-color: var(--teal-800) !important; +} +.border-teal-900 { + border-color: var(--teal-900) !important; +} + +.focus\:border-teal-50:focus { + border-color: var(--teal-50) !important; +} +.focus\:border-teal-100:focus { + border-color: var(--teal-100) !important; +} +.focus\:border-teal-200:focus { + border-color: var(--teal-200) !important; +} +.focus\:border-teal-300:focus { + border-color: var(--teal-300) !important; +} +.focus\:border-teal-400:focus { + border-color: var(--teal-400) !important; +} +.focus\:border-teal-500:focus { + border-color: var(--teal-500) !important; +} +.focus\:border-teal-600:focus { + border-color: var(--teal-600) !important; +} +.focus\:border-teal-700:focus { + border-color: var(--teal-700) !important; +} +.focus\:border-teal-800:focus { + border-color: var(--teal-800) !important; +} +.focus\:border-teal-900:focus { + border-color: var(--teal-900) !important; +} + +.hover\:border-teal-50:hover { + border-color: var(--teal-50) !important; +} +.hover\:border-teal-100:hover { + border-color: var(--teal-100) !important; +} +.hover\:border-teal-200:hover { + border-color: var(--teal-200) !important; +} +.hover\:border-teal-300:hover { + border-color: var(--teal-300) !important; +} +.hover\:border-teal-400:hover { + border-color: var(--teal-400) !important; +} +.hover\:border-teal-500:hover { + border-color: var(--teal-500) !important; +} +.hover\:border-teal-600:hover { + border-color: var(--teal-600) !important; +} +.hover\:border-teal-700:hover { + border-color: var(--teal-700) !important; +} +.hover\:border-teal-800:hover { + border-color: var(--teal-800) !important; +} +.hover\:border-teal-900:hover { + border-color: var(--teal-900) !important; +} + +.active\:border-teal-50:active { + border-color: var(--teal-50) !important; +} +.active\:border-teal-100:active { + border-color: var(--teal-100) !important; +} +.active\:border-teal-200:active { + border-color: var(--teal-200) !important; +} +.active\:border-teal-300:active { + border-color: var(--teal-300) !important; +} +.active\:border-teal-400:active { + border-color: var(--teal-400) !important; +} +.active\:border-teal-500:active { + border-color: var(--teal-500) !important; +} +.active\:border-teal-600:active { + border-color: var(--teal-600) !important; +} +.active\:border-teal-700:active { + border-color: var(--teal-700) !important; +} +.active\:border-teal-800:active { + border-color: var(--teal-800) !important; +} +.active\:border-teal-900:active { + border-color: var(--teal-900) !important; +} + +.border-orange-50 { + border-color: var(--orange-50) !important; +} +.border-orange-100 { + border-color: var(--orange-100) !important; +} +.border-orange-200 { + border-color: var(--orange-200) !important; +} +.border-orange-300 { + border-color: var(--orange-300) !important; +} +.border-orange-400 { + border-color: var(--orange-400) !important; +} +.border-orange-500 { + border-color: var(--orange-500) !important; +} +.border-orange-600 { + border-color: var(--orange-600) !important; +} +.border-orange-700 { + border-color: var(--orange-700) !important; +} +.border-orange-800 { + border-color: var(--orange-800) !important; +} +.border-orange-900 { + border-color: var(--orange-900) !important; +} + +.focus\:border-orange-50:focus { + border-color: var(--orange-50) !important; +} +.focus\:border-orange-100:focus { + border-color: var(--orange-100) !important; +} +.focus\:border-orange-200:focus { + border-color: var(--orange-200) !important; +} +.focus\:border-orange-300:focus { + border-color: var(--orange-300) !important; +} +.focus\:border-orange-400:focus { + border-color: var(--orange-400) !important; +} +.focus\:border-orange-500:focus { + border-color: var(--orange-500) !important; +} +.focus\:border-orange-600:focus { + border-color: var(--orange-600) !important; +} +.focus\:border-orange-700:focus { + border-color: var(--orange-700) !important; +} +.focus\:border-orange-800:focus { + border-color: var(--orange-800) !important; +} +.focus\:border-orange-900:focus { + border-color: var(--orange-900) !important; +} + +.hover\:border-orange-50:hover { + border-color: var(--orange-50) !important; +} +.hover\:border-orange-100:hover { + border-color: var(--orange-100) !important; +} +.hover\:border-orange-200:hover { + border-color: var(--orange-200) !important; +} +.hover\:border-orange-300:hover { + border-color: var(--orange-300) !important; +} +.hover\:border-orange-400:hover { + border-color: var(--orange-400) !important; +} +.hover\:border-orange-500:hover { + border-color: var(--orange-500) !important; +} +.hover\:border-orange-600:hover { + border-color: var(--orange-600) !important; +} +.hover\:border-orange-700:hover { + border-color: var(--orange-700) !important; +} +.hover\:border-orange-800:hover { + border-color: var(--orange-800) !important; +} +.hover\:border-orange-900:hover { + border-color: var(--orange-900) !important; +} + +.active\:border-orange-50:active { + border-color: var(--orange-50) !important; +} +.active\:border-orange-100:active { + border-color: var(--orange-100) !important; +} +.active\:border-orange-200:active { + border-color: var(--orange-200) !important; +} +.active\:border-orange-300:active { + border-color: var(--orange-300) !important; +} +.active\:border-orange-400:active { + border-color: var(--orange-400) !important; +} +.active\:border-orange-500:active { + border-color: var(--orange-500) !important; +} +.active\:border-orange-600:active { + border-color: var(--orange-600) !important; +} +.active\:border-orange-700:active { + border-color: var(--orange-700) !important; +} +.active\:border-orange-800:active { + border-color: var(--orange-800) !important; +} +.active\:border-orange-900:active { + border-color: var(--orange-900) !important; +} + +.border-bluegray-50 { + border-color: var(--bluegray-50) !important; +} +.border-bluegray-100 { + border-color: var(--bluegray-100) !important; +} +.border-bluegray-200 { + border-color: var(--bluegray-200) !important; +} +.border-bluegray-300 { + border-color: var(--bluegray-300) !important; +} +.border-bluegray-400 { + border-color: var(--bluegray-400) !important; +} +.border-bluegray-500 { + border-color: var(--bluegray-500) !important; +} +.border-bluegray-600 { + border-color: var(--bluegray-600) !important; +} +.border-bluegray-700 { + border-color: var(--bluegray-700) !important; +} +.border-bluegray-800 { + border-color: var(--bluegray-800) !important; +} +.border-bluegray-900 { + border-color: var(--bluegray-900) !important; +} + +.focus\:border-bluegray-50:focus { + border-color: var(--bluegray-50) !important; +} +.focus\:border-bluegray-100:focus { + border-color: var(--bluegray-100) !important; +} +.focus\:border-bluegray-200:focus { + border-color: var(--bluegray-200) !important; +} +.focus\:border-bluegray-300:focus { + border-color: var(--bluegray-300) !important; +} +.focus\:border-bluegray-400:focus { + border-color: var(--bluegray-400) !important; +} +.focus\:border-bluegray-500:focus { + border-color: var(--bluegray-500) !important; +} +.focus\:border-bluegray-600:focus { + border-color: var(--bluegray-600) !important; +} +.focus\:border-bluegray-700:focus { + border-color: var(--bluegray-700) !important; +} +.focus\:border-bluegray-800:focus { + border-color: var(--bluegray-800) !important; +} +.focus\:border-bluegray-900:focus { + border-color: var(--bluegray-900) !important; +} + +.hover\:border-bluegray-50:hover { + border-color: var(--bluegray-50) !important; +} +.hover\:border-bluegray-100:hover { + border-color: var(--bluegray-100) !important; +} +.hover\:border-bluegray-200:hover { + border-color: var(--bluegray-200) !important; +} +.hover\:border-bluegray-300:hover { + border-color: var(--bluegray-300) !important; +} +.hover\:border-bluegray-400:hover { + border-color: var(--bluegray-400) !important; +} +.hover\:border-bluegray-500:hover { + border-color: var(--bluegray-500) !important; +} +.hover\:border-bluegray-600:hover { + border-color: var(--bluegray-600) !important; +} +.hover\:border-bluegray-700:hover { + border-color: var(--bluegray-700) !important; +} +.hover\:border-bluegray-800:hover { + border-color: var(--bluegray-800) !important; +} +.hover\:border-bluegray-900:hover { + border-color: var(--bluegray-900) !important; +} + +.active\:border-bluegray-50:active { + border-color: var(--bluegray-50) !important; +} +.active\:border-bluegray-100:active { + border-color: var(--bluegray-100) !important; +} +.active\:border-bluegray-200:active { + border-color: var(--bluegray-200) !important; +} +.active\:border-bluegray-300:active { + border-color: var(--bluegray-300) !important; +} +.active\:border-bluegray-400:active { + border-color: var(--bluegray-400) !important; +} +.active\:border-bluegray-500:active { + border-color: var(--bluegray-500) !important; +} +.active\:border-bluegray-600:active { + border-color: var(--bluegray-600) !important; +} +.active\:border-bluegray-700:active { + border-color: var(--bluegray-700) !important; +} +.active\:border-bluegray-800:active { + border-color: var(--bluegray-800) !important; +} +.active\:border-bluegray-900:active { + border-color: var(--bluegray-900) !important; +} + +.border-purple-50 { + border-color: var(--purple-50) !important; +} +.border-purple-100 { + border-color: var(--purple-100) !important; +} +.border-purple-200 { + border-color: var(--purple-200) !important; +} +.border-purple-300 { + border-color: var(--purple-300) !important; +} +.border-purple-400 { + border-color: var(--purple-400) !important; +} +.border-purple-500 { + border-color: var(--purple-500) !important; +} +.border-purple-600 { + border-color: var(--purple-600) !important; +} +.border-purple-700 { + border-color: var(--purple-700) !important; +} +.border-purple-800 { + border-color: var(--purple-800) !important; +} +.border-purple-900 { + border-color: var(--purple-900) !important; +} + +.focus\:border-purple-50:focus { + border-color: var(--purple-50) !important; +} +.focus\:border-purple-100:focus { + border-color: var(--purple-100) !important; +} +.focus\:border-purple-200:focus { + border-color: var(--purple-200) !important; +} +.focus\:border-purple-300:focus { + border-color: var(--purple-300) !important; +} +.focus\:border-purple-400:focus { + border-color: var(--purple-400) !important; +} +.focus\:border-purple-500:focus { + border-color: var(--purple-500) !important; +} +.focus\:border-purple-600:focus { + border-color: var(--purple-600) !important; +} +.focus\:border-purple-700:focus { + border-color: var(--purple-700) !important; +} +.focus\:border-purple-800:focus { + border-color: var(--purple-800) !important; +} +.focus\:border-purple-900:focus { + border-color: var(--purple-900) !important; +} + +.hover\:border-purple-50:hover { + border-color: var(--purple-50) !important; +} +.hover\:border-purple-100:hover { + border-color: var(--purple-100) !important; +} +.hover\:border-purple-200:hover { + border-color: var(--purple-200) !important; +} +.hover\:border-purple-300:hover { + border-color: var(--purple-300) !important; +} +.hover\:border-purple-400:hover { + border-color: var(--purple-400) !important; +} +.hover\:border-purple-500:hover { + border-color: var(--purple-500) !important; +} +.hover\:border-purple-600:hover { + border-color: var(--purple-600) !important; +} +.hover\:border-purple-700:hover { + border-color: var(--purple-700) !important; +} +.hover\:border-purple-800:hover { + border-color: var(--purple-800) !important; +} +.hover\:border-purple-900:hover { + border-color: var(--purple-900) !important; +} + +.active\:border-purple-50:active { + border-color: var(--purple-50) !important; +} +.active\:border-purple-100:active { + border-color: var(--purple-100) !important; +} +.active\:border-purple-200:active { + border-color: var(--purple-200) !important; +} +.active\:border-purple-300:active { + border-color: var(--purple-300) !important; +} +.active\:border-purple-400:active { + border-color: var(--purple-400) !important; +} +.active\:border-purple-500:active { + border-color: var(--purple-500) !important; +} +.active\:border-purple-600:active { + border-color: var(--purple-600) !important; +} +.active\:border-purple-700:active { + border-color: var(--purple-700) !important; +} +.active\:border-purple-800:active { + border-color: var(--purple-800) !important; +} +.active\:border-purple-900:active { + border-color: var(--purple-900) !important; +} + +.border-gray-50 { + border-color: var(--gray-50) !important; +} +.border-gray-100 { + border-color: var(--gray-100) !important; +} +.border-gray-200 { + border-color: var(--gray-200) !important; +} +.border-gray-300 { + border-color: var(--gray-300) !important; +} +.border-gray-400 { + border-color: var(--gray-400) !important; +} +.border-gray-500 { + border-color: var(--gray-500) !important; +} +.border-gray-600 { + border-color: var(--gray-600) !important; +} +.border-gray-700 { + border-color: var(--gray-700) !important; +} +.border-gray-800 { + border-color: var(--gray-800) !important; +} +.border-gray-900 { + border-color: var(--gray-900) !important; +} + +.focus\:border-gray-50:focus { + border-color: var(--gray-50) !important; +} +.focus\:border-gray-100:focus { + border-color: var(--gray-100) !important; +} +.focus\:border-gray-200:focus { + border-color: var(--gray-200) !important; +} +.focus\:border-gray-300:focus { + border-color: var(--gray-300) !important; +} +.focus\:border-gray-400:focus { + border-color: var(--gray-400) !important; +} +.focus\:border-gray-500:focus { + border-color: var(--gray-500) !important; +} +.focus\:border-gray-600:focus { + border-color: var(--gray-600) !important; +} +.focus\:border-gray-700:focus { + border-color: var(--gray-700) !important; +} +.focus\:border-gray-800:focus { + border-color: var(--gray-800) !important; +} +.focus\:border-gray-900:focus { + border-color: var(--gray-900) !important; +} + +.hover\:border-gray-50:hover { + border-color: var(--gray-50) !important; +} +.hover\:border-gray-100:hover { + border-color: var(--gray-100) !important; +} +.hover\:border-gray-200:hover { + border-color: var(--gray-200) !important; +} +.hover\:border-gray-300:hover { + border-color: var(--gray-300) !important; +} +.hover\:border-gray-400:hover { + border-color: var(--gray-400) !important; +} +.hover\:border-gray-500:hover { + border-color: var(--gray-500) !important; +} +.hover\:border-gray-600:hover { + border-color: var(--gray-600) !important; +} +.hover\:border-gray-700:hover { + border-color: var(--gray-700) !important; +} +.hover\:border-gray-800:hover { + border-color: var(--gray-800) !important; +} +.hover\:border-gray-900:hover { + border-color: var(--gray-900) !important; +} + +.active\:border-gray-50:active { + border-color: var(--gray-50) !important; +} +.active\:border-gray-100:active { + border-color: var(--gray-100) !important; +} +.active\:border-gray-200:active { + border-color: var(--gray-200) !important; +} +.active\:border-gray-300:active { + border-color: var(--gray-300) !important; +} +.active\:border-gray-400:active { + border-color: var(--gray-400) !important; +} +.active\:border-gray-500:active { + border-color: var(--gray-500) !important; +} +.active\:border-gray-600:active { + border-color: var(--gray-600) !important; +} +.active\:border-gray-700:active { + border-color: var(--gray-700) !important; +} +.active\:border-gray-800:active { + border-color: var(--gray-800) !important; +} +.active\:border-gray-900:active { + border-color: var(--gray-900) !important; +} + +.border-red-50 { + border-color: var(--red-50) !important; +} +.border-red-100 { + border-color: var(--red-100) !important; +} +.border-red-200 { + border-color: var(--red-200) !important; +} +.border-red-300 { + border-color: var(--red-300) !important; +} +.border-red-400 { + border-color: var(--red-400) !important; +} +.border-red-500 { + border-color: var(--red-500) !important; +} +.border-red-600 { + border-color: var(--red-600) !important; +} +.border-red-700 { + border-color: var(--red-700) !important; +} +.border-red-800 { + border-color: var(--red-800) !important; +} +.border-red-900 { + border-color: var(--red-900) !important; +} + +.focus\:border-red-50:focus { + border-color: var(--red-50) !important; +} +.focus\:border-red-100:focus { + border-color: var(--red-100) !important; +} +.focus\:border-red-200:focus { + border-color: var(--red-200) !important; +} +.focus\:border-red-300:focus { + border-color: var(--red-300) !important; +} +.focus\:border-red-400:focus { + border-color: var(--red-400) !important; +} +.focus\:border-red-500:focus { + border-color: var(--red-500) !important; +} +.focus\:border-red-600:focus { + border-color: var(--red-600) !important; +} +.focus\:border-red-700:focus { + border-color: var(--red-700) !important; +} +.focus\:border-red-800:focus { + border-color: var(--red-800) !important; +} +.focus\:border-red-900:focus { + border-color: var(--red-900) !important; +} + +.hover\:border-red-50:hover { + border-color: var(--red-50) !important; +} +.hover\:border-red-100:hover { + border-color: var(--red-100) !important; +} +.hover\:border-red-200:hover { + border-color: var(--red-200) !important; +} +.hover\:border-red-300:hover { + border-color: var(--red-300) !important; +} +.hover\:border-red-400:hover { + border-color: var(--red-400) !important; +} +.hover\:border-red-500:hover { + border-color: var(--red-500) !important; +} +.hover\:border-red-600:hover { + border-color: var(--red-600) !important; +} +.hover\:border-red-700:hover { + border-color: var(--red-700) !important; +} +.hover\:border-red-800:hover { + border-color: var(--red-800) !important; +} +.hover\:border-red-900:hover { + border-color: var(--red-900) !important; +} + +.active\:border-red-50:active { + border-color: var(--red-50) !important; +} +.active\:border-red-100:active { + border-color: var(--red-100) !important; +} +.active\:border-red-200:active { + border-color: var(--red-200) !important; +} +.active\:border-red-300:active { + border-color: var(--red-300) !important; +} +.active\:border-red-400:active { + border-color: var(--red-400) !important; +} +.active\:border-red-500:active { + border-color: var(--red-500) !important; +} +.active\:border-red-600:active { + border-color: var(--red-600) !important; +} +.active\:border-red-700:active { + border-color: var(--red-700) !important; +} +.active\:border-red-800:active { + border-color: var(--red-800) !important; +} +.active\:border-red-900:active { + border-color: var(--red-900) !important; +} + +.border-primary-50 { + border-color: var(--primary-50) !important; +} +.border-primary-100 { + border-color: var(--primary-100) !important; +} +.border-primary-200 { + border-color: var(--primary-200) !important; +} +.border-primary-300 { + border-color: var(--primary-300) !important; +} +.border-primary-400 { + border-color: var(--primary-400) !important; +} +.border-primary-500 { + border-color: var(--primary-500) !important; +} +.border-primary-600 { + border-color: var(--primary-600) !important; +} +.border-primary-700 { + border-color: var(--primary-700) !important; +} +.border-primary-800 { + border-color: var(--primary-800) !important; +} +.border-primary-900 { + border-color: var(--primary-900) !important; +} + +.focus\:border-primary-50:focus { + border-color: var(--primary-50) !important; +} +.focus\:border-primary-100:focus { + border-color: var(--primary-100) !important; +} +.focus\:border-primary-200:focus { + border-color: var(--primary-200) !important; +} +.focus\:border-primary-300:focus { + border-color: var(--primary-300) !important; +} +.focus\:border-primary-400:focus { + border-color: var(--primary-400) !important; +} +.focus\:border-primary-500:focus { + border-color: var(--primary-500) !important; +} +.focus\:border-primary-600:focus { + border-color: var(--primary-600) !important; +} +.focus\:border-primary-700:focus { + border-color: var(--primary-700) !important; +} +.focus\:border-primary-800:focus { + border-color: var(--primary-800) !important; +} +.focus\:border-primary-900:focus { + border-color: var(--primary-900) !important; +} + +.hover\:border-primary-50:hover { + border-color: var(--primary-50) !important; +} +.hover\:border-primary-100:hover { + border-color: var(--primary-100) !important; +} +.hover\:border-primary-200:hover { + border-color: var(--primary-200) !important; +} +.hover\:border-primary-300:hover { + border-color: var(--primary-300) !important; +} +.hover\:border-primary-400:hover { + border-color: var(--primary-400) !important; +} +.hover\:border-primary-500:hover { + border-color: var(--primary-500) !important; +} +.hover\:border-primary-600:hover { + border-color: var(--primary-600) !important; +} +.hover\:border-primary-700:hover { + border-color: var(--primary-700) !important; +} +.hover\:border-primary-800:hover { + border-color: var(--primary-800) !important; +} +.hover\:border-primary-900:hover { + border-color: var(--primary-900) !important; +} + +.active\:border-primary-50:active { + border-color: var(--primary-50) !important; +} +.active\:border-primary-100:active { + border-color: var(--primary-100) !important; +} +.active\:border-primary-200:active { + border-color: var(--primary-200) !important; +} +.active\:border-primary-300:active { + border-color: var(--primary-300) !important; +} +.active\:border-primary-400:active { + border-color: var(--primary-400) !important; +} +.active\:border-primary-500:active { + border-color: var(--primary-500) !important; +} +.active\:border-primary-600:active { + border-color: var(--primary-600) !important; +} +.active\:border-primary-700:active { + border-color: var(--primary-700) !important; +} +.active\:border-primary-800:active { + border-color: var(--primary-800) !important; +} +.active\:border-primary-900:active { + border-color: var(--primary-900) !important; +} + +.bg-white-alpha-10 { + background-color: rgba(255,255,255,0.1) !important; +} +.bg-white-alpha-20 { + background-color: rgba(255,255,255,0.2) !important; +} +.bg-white-alpha-30 { + background-color: rgba(255,255,255,0.3) !important; +} +.bg-white-alpha-40 { + background-color: rgba(255,255,255,0.4) !important; +} +.bg-white-alpha-50 { + background-color: rgba(255,255,255,0.5) !important; +} +.bg-white-alpha-60 { + background-color: rgba(255,255,255,0.6) !important; +} +.bg-white-alpha-70 { + background-color: rgba(255,255,255,0.7) !important; +} +.bg-white-alpha-80 { + background-color: rgba(255,255,255,0.8) !important; +} +.bg-white-alpha-90 { + background-color: rgba(255,255,255,0.9) !important; +} + +.hover\:bg-white-alpha-10:hover { + background-color: rgba(255,255,255,0.1) !important; +} +.hover\:bg-white-alpha-20:hover { + background-color: rgba(255,255,255,0.2) !important; +} +.hover\:bg-white-alpha-30:hover { + background-color: rgba(255,255,255,0.3) !important; +} +.hover\:bg-white-alpha-40:hover { + background-color: rgba(255,255,255,0.4) !important; +} +.hover\:bg-white-alpha-50:hover { + background-color: rgba(255,255,255,0.5) !important; +} +.hover\:bg-white-alpha-60:hover { + background-color: rgba(255,255,255,0.6) !important; +} +.hover\:bg-white-alpha-70:hover { + background-color: rgba(255,255,255,0.7) !important; +} +.hover\:bg-white-alpha-80:hover { + background-color: rgba(255,255,255,0.8) !important; +} +.hover\:bg-white-alpha-90:hover { + background-color: rgba(255,255,255,0.9) !important; +} + +.focus\:bg-white-alpha-10:focus { + background-color: rgba(255,255,255,0.1) !important; +} +.focus\:bg-white-alpha-20:focus { + background-color: rgba(255,255,255,0.2) !important; +} +.focus\:bg-white-alpha-30:focus { + background-color: rgba(255,255,255,0.3) !important; +} +.focus\:bg-white-alpha-40:focus { + background-color: rgba(255,255,255,0.4) !important; +} +.focus\:bg-white-alpha-50:focus { + background-color: rgba(255,255,255,0.5) !important; +} +.focus\:bg-white-alpha-60:focus { + background-color: rgba(255,255,255,0.6) !important; +} +.focus\:bg-white-alpha-70:focus { + background-color: rgba(255,255,255,0.7) !important; +} +.focus\:bg-white-alpha-80:focus { + background-color: rgba(255,255,255,0.8) !important; +} +.focus\:bg-white-alpha-90:focus { + background-color: rgba(255,255,255,0.9) !important; +} + +.active\:bg-white-alpha-10:active { + background-color: rgba(255,255,255,0.1) !important; +} +.active\:bg-white-alpha-20:active { + background-color: rgba(255,255,255,0.2) !important; +} +.active\:bg-white-alpha-30:active { + background-color: rgba(255,255,255,0.3) !important; +} +.active\:bg-white-alpha-40:active { + background-color: rgba(255,255,255,0.4) !important; +} +.active\:bg-white-alpha-50:active { + background-color: rgba(255,255,255,0.5) !important; +} +.active\:bg-white-alpha-60:active { + background-color: rgba(255,255,255,0.6) !important; +} +.active\:bg-white-alpha-70:active { + background-color: rgba(255,255,255,0.7) !important; +} +.active\:bg-white-alpha-80:active { + background-color: rgba(255,255,255,0.8) !important; +} +.active\:bg-white-alpha-90:active { + background-color: rgba(255,255,255,0.9) !important; +} + +.bg-black-alpha-10 { + background-color: rgba(0,0,0,0.1) !important; +} +.bg-black-alpha-20 { + background-color: rgba(0,0,0,0.2) !important; +} +.bg-black-alpha-30 { + background-color: rgba(0,0,0,0.3) !important; +} +.bg-black-alpha-40 { + background-color: rgba(0,0,0,0.4) !important; +} +.bg-black-alpha-50 { + background-color: rgba(0,0,0,0.5) !important; +} +.bg-black-alpha-60 { + background-color: rgba(0,0,0,0.6) !important; +} +.bg-black-alpha-70 { + background-color: rgba(0,0,0,0.7) !important; +} +.bg-black-alpha-80 { + background-color: rgba(0,0,0,0.8) !important; +} +.bg-black-alpha-90 { + background-color: rgba(0,0,0,0.9) !important; +} + +.hover\:bg-black-alpha-10:hover { + background-color: rgba(0,0,0,0.1) !important; +} +.hover\:bg-black-alpha-20:hover { + background-color: rgba(0,0,0,0.2) !important; +} +.hover\:bg-black-alpha-30:hover { + background-color: rgba(0,0,0,0.3) !important; +} +.hover\:bg-black-alpha-40:hover { + background-color: rgba(0,0,0,0.4) !important; +} +.hover\:bg-black-alpha-50:hover { + background-color: rgba(0,0,0,0.5) !important; +} +.hover\:bg-black-alpha-60:hover { + background-color: rgba(0,0,0,0.6) !important; +} +.hover\:bg-black-alpha-70:hover { + background-color: rgba(0,0,0,0.7) !important; +} +.hover\:bg-black-alpha-80:hover { + background-color: rgba(0,0,0,0.8) !important; +} +.hover\:bg-black-alpha-90:hover { + background-color: rgba(0,0,0,0.9) !important; +} + +.focus\:bg-black-alpha-10:focus { + background-color: rgba(0,0,0,0.1) !important; +} +.focus\:bg-black-alpha-20:focus { + background-color: rgba(0,0,0,0.2) !important; +} +.focus\:bg-black-alpha-30:focus { + background-color: rgba(0,0,0,0.3) !important; +} +.focus\:bg-black-alpha-40:focus { + background-color: rgba(0,0,0,0.4) !important; +} +.focus\:bg-black-alpha-50:focus { + background-color: rgba(0,0,0,0.5) !important; +} +.focus\:bg-black-alpha-60:focus { + background-color: rgba(0,0,0,0.6) !important; +} +.focus\:bg-black-alpha-70:focus { + background-color: rgba(0,0,0,0.7) !important; +} +.focus\:bg-black-alpha-80:focus { + background-color: rgba(0,0,0,0.8) !important; +} +.focus\:bg-black-alpha-90:focus { + background-color: rgba(0,0,0,0.9) !important; +} + +.active\:bg-black-alpha-10:active { + background-color: rgba(0,0,0,0.1) !important; +} +.active\:bg-black-alpha-20:active { + background-color: rgba(0,0,0,0.2) !important; +} +.active\:bg-black-alpha-30:active { + background-color: rgba(0,0,0,0.3) !important; +} +.active\:bg-black-alpha-40:active { + background-color: rgba(0,0,0,0.4) !important; +} +.active\:bg-black-alpha-50:active { + background-color: rgba(0,0,0,0.5) !important; +} +.active\:bg-black-alpha-60:active { + background-color: rgba(0,0,0,0.6) !important; +} +.active\:bg-black-alpha-70:active { + background-color: rgba(0,0,0,0.7) !important; +} +.active\:bg-black-alpha-80:active { + background-color: rgba(0,0,0,0.8) !important; +} +.active\:bg-black-alpha-90:active { + background-color: rgba(0,0,0,0.9) !important; +} + +.border-white-alpha-10 { + border-color: rgba(255,255,255,0.1) !important; +} +.border-white-alpha-20 { + border-color: rgba(255,255,255,0.2) !important; +} +.border-white-alpha-30 { + border-color: rgba(255,255,255,0.3) !important; +} +.border-white-alpha-40 { + border-color: rgba(255,255,255,0.4) !important; +} +.border-white-alpha-50 { + border-color: rgba(255,255,255,0.5) !important; +} +.border-white-alpha-60 { + border-color: rgba(255,255,255,0.6) !important; +} +.border-white-alpha-70 { + border-color: rgba(255,255,255,0.7) !important; +} +.border-white-alpha-80 { + border-color: rgba(255,255,255,0.8) !important; +} +.border-white-alpha-90 { + border-color: rgba(255,255,255,0.9) !important; +} + +.hover\:border-white-alpha-10:hover { + border-color: rgba(255,255,255,0.1) !important; +} +.hover\:border-white-alpha-20:hover { + border-color: rgba(255,255,255,0.2) !important; +} +.hover\:border-white-alpha-30:hover { + border-color: rgba(255,255,255,0.3) !important; +} +.hover\:border-white-alpha-40:hover { + border-color: rgba(255,255,255,0.4) !important; +} +.hover\:border-white-alpha-50:hover { + border-color: rgba(255,255,255,0.5) !important; +} +.hover\:border-white-alpha-60:hover { + border-color: rgba(255,255,255,0.6) !important; +} +.hover\:border-white-alpha-70:hover { + border-color: rgba(255,255,255,0.7) !important; +} +.hover\:border-white-alpha-80:hover { + border-color: rgba(255,255,255,0.8) !important; +} +.hover\:border-white-alpha-90:hover { + border-color: rgba(255,255,255,0.9) !important; +} + +.focus\:border-white-alpha-10:focus { + border-color: rgba(255,255,255,0.1) !important; +} +.focus\:border-white-alpha-20:focus { + border-color: rgba(255,255,255,0.2) !important; +} +.focus\:border-white-alpha-30:focus { + border-color: rgba(255,255,255,0.3) !important; +} +.focus\:border-white-alpha-40:focus { + border-color: rgba(255,255,255,0.4) !important; +} +.focus\:border-white-alpha-50:focus { + border-color: rgba(255,255,255,0.5) !important; +} +.focus\:border-white-alpha-60:focus { + border-color: rgba(255,255,255,0.6) !important; +} +.focus\:border-white-alpha-70:focus { + border-color: rgba(255,255,255,0.7) !important; +} +.focus\:border-white-alpha-80:focus { + border-color: rgba(255,255,255,0.8) !important; +} +.focus\:border-white-alpha-90:focus { + border-color: rgba(255,255,255,0.9) !important; +} + +.active\:border-white-alpha-10:active { + border-color: rgba(255,255,255,0.1) !important; +} +.active\:border-white-alpha-20:active { + border-color: rgba(255,255,255,0.2) !important; +} +.active\:border-white-alpha-30:active { + border-color: rgba(255,255,255,0.3) !important; +} +.active\:border-white-alpha-40:active { + border-color: rgba(255,255,255,0.4) !important; +} +.active\:border-white-alpha-50:active { + border-color: rgba(255,255,255,0.5) !important; +} +.active\:border-white-alpha-60:active { + border-color: rgba(255,255,255,0.6) !important; +} +.active\:border-white-alpha-70:active { + border-color: rgba(255,255,255,0.7) !important; +} +.active\:border-white-alpha-80:active { + border-color: rgba(255,255,255,0.8) !important; +} +.active\:border-white-alpha-90:active { + border-color: rgba(255,255,255,0.9) !important; +} + +.border-black-alpha-10 { + border-color: rgba(0,0,0,0.1) !important; +} +.border-black-alpha-20 { + border-color: rgba(0,0,0,0.2) !important; +} +.border-black-alpha-30 { + border-color: rgba(0,0,0,0.3) !important; +} +.border-black-alpha-40 { + border-color: rgba(0,0,0,0.4) !important; +} +.border-black-alpha-50 { + border-color: rgba(0,0,0,0.5) !important; +} +.border-black-alpha-60 { + border-color: rgba(0,0,0,0.6) !important; +} +.border-black-alpha-70 { + border-color: rgba(0,0,0,0.7) !important; +} +.border-black-alpha-80 { + border-color: rgba(0,0,0,0.8) !important; +} +.border-black-alpha-90 { + border-color: rgba(0,0,0,0.9) !important; +} + +.hover\:border-black-alpha-10:hover { + border-color: rgba(0,0,0,0.1) !important; +} +.hover\:border-black-alpha-20:hover { + border-color: rgba(0,0,0,0.2) !important; +} +.hover\:border-black-alpha-30:hover { + border-color: rgba(0,0,0,0.3) !important; +} +.hover\:border-black-alpha-40:hover { + border-color: rgba(0,0,0,0.4) !important; +} +.hover\:border-black-alpha-50:hover { + border-color: rgba(0,0,0,0.5) !important; +} +.hover\:border-black-alpha-60:hover { + border-color: rgba(0,0,0,0.6) !important; +} +.hover\:border-black-alpha-70:hover { + border-color: rgba(0,0,0,0.7) !important; +} +.hover\:border-black-alpha-80:hover { + border-color: rgba(0,0,0,0.8) !important; +} +.hover\:border-black-alpha-90:hover { + border-color: rgba(0,0,0,0.9) !important; +} + +.focus\:border-black-alpha-10:focus { + border-color: rgba(0,0,0,0.1) !important; +} +.focus\:border-black-alpha-20:focus { + border-color: rgba(0,0,0,0.2) !important; +} +.focus\:border-black-alpha-30:focus { + border-color: rgba(0,0,0,0.3) !important; +} +.focus\:border-black-alpha-40:focus { + border-color: rgba(0,0,0,0.4) !important; +} +.focus\:border-black-alpha-50:focus { + border-color: rgba(0,0,0,0.5) !important; +} +.focus\:border-black-alpha-60:focus { + border-color: rgba(0,0,0,0.6) !important; +} +.focus\:border-black-alpha-70:focus { + border-color: rgba(0,0,0,0.7) !important; +} +.focus\:border-black-alpha-80:focus { + border-color: rgba(0,0,0,0.8) !important; +} +.focus\:border-black-alpha-90:focus { + border-color: rgba(0,0,0,0.9) !important; +} + +.active\:border-black-alpha-10:active { + border-color: rgba(0,0,0,0.1) !important; +} +.active\:border-black-alpha-20:active { + border-color: rgba(0,0,0,0.2) !important; +} +.active\:border-black-alpha-30:active { + border-color: rgba(0,0,0,0.3) !important; +} +.active\:border-black-alpha-40:active { + border-color: rgba(0,0,0,0.4) !important; +} +.active\:border-black-alpha-50:active { + border-color: rgba(0,0,0,0.5) !important; +} +.active\:border-black-alpha-60:active { + border-color: rgba(0,0,0,0.6) !important; +} +.active\:border-black-alpha-70:active { + border-color: rgba(0,0,0,0.7) !important; +} +.active\:border-black-alpha-80:active { + border-color: rgba(0,0,0,0.8) !important; +} +.active\:border-black-alpha-90:active { + border-color: rgba(0,0,0,0.9) !important; +} + +.text-white-alpha-10 { + color: rgba(255,255,255,0.1) !important; +} +.text-white-alpha-20 { + color: rgba(255,255,255,0.2) !important; +} +.text-white-alpha-30 { + color: rgba(255,255,255,0.3) !important; +} +.text-white-alpha-40 { + color: rgba(255,255,255,0.4) !important; +} +.text-white-alpha-50 { + color: rgba(255,255,255,0.5) !important; +} +.text-white-alpha-60 { + color: rgba(255,255,255,0.6) !important; +} +.text-white-alpha-70 { + color: rgba(255,255,255,0.7) !important; +} +.text-white-alpha-80 { + color: rgba(255,255,255,0.8) !important; +} +.text-white-alpha-90 { + color: rgba(255,255,255,0.9) !important; +} + +.hover\:text-white-alpha-10:hover { + color: rgba(255,255,255,0.1) !important; +} +.hover\:text-white-alpha-20:hover { + color: rgba(255,255,255,0.2) !important; +} +.hover\:text-white-alpha-30:hover { + color: rgba(255,255,255,0.3) !important; +} +.hover\:text-white-alpha-40:hover { + color: rgba(255,255,255,0.4) !important; +} +.hover\:text-white-alpha-50:hover { + color: rgba(255,255,255,0.5) !important; +} +.hover\:text-white-alpha-60:hover { + color: rgba(255,255,255,0.6) !important; +} +.hover\:text-white-alpha-70:hover { + color: rgba(255,255,255,0.7) !important; +} +.hover\:text-white-alpha-80:hover { + color: rgba(255,255,255,0.8) !important; +} +.hover\:text-white-alpha-90:hover { + color: rgba(255,255,255,0.9) !important; +} + +.focus\:text-white-alpha-10:focus { + color: rgba(255,255,255,0.1) !important; +} +.focus\:text-white-alpha-20:focus { + color: rgba(255,255,255,0.2) !important; +} +.focus\:text-white-alpha-30:focus { + color: rgba(255,255,255,0.3) !important; +} +.focus\:text-white-alpha-40:focus { + color: rgba(255,255,255,0.4) !important; +} +.focus\:text-white-alpha-50:focus { + color: rgba(255,255,255,0.5) !important; +} +.focus\:text-white-alpha-60:focus { + color: rgba(255,255,255,0.6) !important; +} +.focus\:text-white-alpha-70:focus { + color: rgba(255,255,255,0.7) !important; +} +.focus\:text-white-alpha-80:focus { + color: rgba(255,255,255,0.8) !important; +} +.focus\:text-white-alpha-90:focus { + color: rgba(255,255,255,0.9) !important; +} + +.active\:text-white-alpha-10:active { + color: rgba(255,255,255,0.1) !important; +} +.active\:text-white-alpha-20:active { + color: rgba(255,255,255,0.2) !important; +} +.active\:text-white-alpha-30:active { + color: rgba(255,255,255,0.3) !important; +} +.active\:text-white-alpha-40:active { + color: rgba(255,255,255,0.4) !important; +} +.active\:text-white-alpha-50:active { + color: rgba(255,255,255,0.5) !important; +} +.active\:text-white-alpha-60:active { + color: rgba(255,255,255,0.6) !important; +} +.active\:text-white-alpha-70:active { + color: rgba(255,255,255,0.7) !important; +} +.active\:text-white-alpha-80:active { + color: rgba(255,255,255,0.8) !important; +} +.active\:text-white-alpha-90:active { + color: rgba(255,255,255,0.9) !important; +} + +.text-black-alpha-10 { + color: rgba(0,0,0,0.1) !important; +} +.text-black-alpha-20 { + color: rgba(0,0,0,0.2) !important; +} +.text-black-alpha-30 { + color: rgba(0,0,0,0.3) !important; +} +.text-black-alpha-40 { + color: rgba(0,0,0,0.4) !important; +} +.text-black-alpha-50 { + color: rgba(0,0,0,0.5) !important; +} +.text-black-alpha-60 { + color: rgba(0,0,0,0.6) !important; +} +.text-black-alpha-70 { + color: rgba(0,0,0,0.7) !important; +} +.text-black-alpha-80 { + color: rgba(0,0,0,0.8) !important; +} +.text-black-alpha-90 { + color: rgba(0,0,0,0.9) !important; +} + +.hover\:text-black-alpha-10:hover { + color: rgba(0,0,0,0.1) !important; +} +.hover\:text-black-alpha-20:hover { + color: rgba(0,0,0,0.2) !important; +} +.hover\:text-black-alpha-30:hover { + color: rgba(0,0,0,0.3) !important; +} +.hover\:text-black-alpha-40:hover { + color: rgba(0,0,0,0.4) !important; +} +.hover\:text-black-alpha-50:hover { + color: rgba(0,0,0,0.5) !important; +} +.hover\:text-black-alpha-60:hover { + color: rgba(0,0,0,0.6) !important; +} +.hover\:text-black-alpha-70:hover { + color: rgba(0,0,0,0.7) !important; +} +.hover\:text-black-alpha-80:hover { + color: rgba(0,0,0,0.8) !important; +} +.hover\:text-black-alpha-90:hover { + color: rgba(0,0,0,0.9) !important; +} + +.focus\:text-black-alpha-10:focus { + color: rgba(0,0,0,0.1) !important; +} +.focus\:text-black-alpha-20:focus { + color: rgba(0,0,0,0.2) !important; +} +.focus\:text-black-alpha-30:focus { + color: rgba(0,0,0,0.3) !important; +} +.focus\:text-black-alpha-40:focus { + color: rgba(0,0,0,0.4) !important; +} +.focus\:text-black-alpha-50:focus { + color: rgba(0,0,0,0.5) !important; +} +.focus\:text-black-alpha-60:focus { + color: rgba(0,0,0,0.6) !important; +} +.focus\:text-black-alpha-70:focus { + color: rgba(0,0,0,0.7) !important; +} +.focus\:text-black-alpha-80:focus { + color: rgba(0,0,0,0.8) !important; +} +.focus\:text-black-alpha-90:focus { + color: rgba(0,0,0,0.9) !important; +} + +.active\:text-black-alpha-10:active { + color: rgba(0,0,0,0.1) !important; +} +.active\:text-black-alpha-20:active { + color: rgba(0,0,0,0.2) !important; +} +.active\:text-black-alpha-30:active { + color: rgba(0,0,0,0.3) !important; +} +.active\:text-black-alpha-40:active { + color: rgba(0,0,0,0.4) !important; +} +.active\:text-black-alpha-50:active { + color: rgba(0,0,0,0.5) !important; +} +.active\:text-black-alpha-60:active { + color: rgba(0,0,0,0.6) !important; +} +.active\:text-black-alpha-70:active { + color: rgba(0,0,0,0.7) !important; +} +.active\:text-black-alpha-80:active { + color: rgba(0,0,0,0.8) !important; +} +.active\:text-black-alpha-90:active { + color: rgba(0,0,0,0.9) !important; +} + +.text-primary { + color: var(--primary-color) !important; +} + +.bg-primary { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; +} + +.bg-primary-reverse { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; +} + +.bg-white { + background-color: #ffffff !important; +} + +.border-primary { + border-color: var(--primary-color) !important; +} + +.text-white { + color: #ffffff !important; +} + +.border-white { + border-color: #ffffff !important; +} + +.text-color { + color: var(--text-color) !important; +} + +.text-color-secondary { + color: var(--text-color-secondary) !important; +} + +.surface-ground { + background-color: var(--surface-ground) !important; +} + +.surface-section { + background-color: var(--surface-section) !important; +} + +.surface-card { + background-color: var(--surface-card) !important; +} + +.surface-overlay { + background-color: var(--surface-overlay) !important; +} + +.surface-hover { + background-color: var(--surface-hover) !important; +} + +.surface-border { + border-color: var(--surface-border) !important; +} + +.focus\:text-primary:focus { + color: var(--primary-color) !important; +} + +.hover\:text-primary:hover { + color: var(--primary-color) !important; +} + +.active\:text-primary:active { + color: var(--primary-color) !important; +} + +.focus\:bg-primary:focus { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; +} + +.hover\:bg-primary:hover { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; +} + +.active\:bg-primary:active { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; +} + +.focus\:bg-primary-reverse:focus { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; +} + +.hover\:bg-primary-reverse:hover { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; +} + +.active\:bg-primary-reverse:active { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; +} + +.focus\:bg-white:focus { + background-color: #ffffff !important; +} + +.hover\:bg-white:hover { + background-color: #ffffff !important; +} + +.active\:bg-white:active { + background-color: #ffffff !important; +} + +.focus\:border-primary:focus { + border-color: var(--primary-color) !important; +} + +.hover\:border-primary:hover { + border-color: var(--primary-color) !important; +} + +.active\:border-primary:active { + border-color: var(--primary-color) !important; +} + +.focus\:text-white:focus { + color: #ffffff !important; +} + +.hover\:text-white:hover { + color: #ffffff !important; +} + +.active\:text-white:active { + color: #ffffff !important; +} + +.focus\:border-white:focus { + border-color: #ffffff !important; +} + +.hover\:border-white:hover { + border-color: #ffffff !important; +} + +.active\:border-white:active { + border-color: #ffffff !important; +} + +.focus\:text-color:focus { + color: var(--text-color) !important; +} + +.hover\:text-color:hover { + color: var(--text-color) !important; +} + +.active\:text-color:active { + color: var(--text-color) !important; +} + +.focus\:text-color-secondary:focus { + color: var(--text-color-secondary) !important; +} + +.hover\:text-color-secondary:hover { + color: var(--text-color-secondary) !important; +} + +.active\:text-color-secondary:active { + color: var(--text-color-secondary) !important; +} + +.focus\:surface-ground:focus { + background-color: var(--surface-ground) !important; +} + +.hover\:surface-ground:hover { + background-color: var(--surface-ground) !important; +} + +.active\:surface-ground:active { + background-color: var(--surface-ground) !important; +} + +.focus\:surface-section:focus { + background-color: var(--surface-section) !important; +} + +.hover\:surface-section:hover { + background-color: var(--surface-section) !important; +} + +.active\:surface-section:active { + background-color: var(--surface-section) !important; +} + +.focus\:surface-card:focus { + background-color: var(--surface-card) !important; +} + +.hover\:surface-card:hover { + background-color: var(--surface-card) !important; +} + +.active\:surface-card:active { + background-color: var(--surface-card) !important; +} + +.focus\:surface-overlay:focus { + background-color: var(--surface-overlay) !important; +} + +.hover\:surface-overlay:hover { + background-color: var(--surface-overlay) !important; +} + +.active\:surface-overlay:active { + background-color: var(--surface-overlay) !important; +} + +.focus\:surface-hover:focus { + background-color: var(--surface-hover) !important; +} + +.hover\:surface-hover:hover { + background-color: var(--surface-hover) !important; +} + +.active\:surface-hover:active { + background-color: var(--surface-hover) !important; +} + +.focus\:surface-border:focus { + border-color: var(--surface-border) !important; +} + +.hover\:surface-border:hover { + border-color: var(--surface-border) !important; +} + +.active\:surface-border:active { + border-color: var(--surface-border) !important; +} + +@media screen and (min-width: 576px) { + .sm\:text-primary { + color: var(--primary-color) !important; + } + .sm\:bg-primary { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .sm\:bg-primary-reverse { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .sm\:bg-white { + background-color: #ffffff !important; + } + .sm\:border-primary { + border-color: var(--primary-color) !important; + } + .sm\:text-white { + color: #ffffff !important; + } + .sm\:border-white { + border-color: #ffffff !important; + } + .sm\:text-color { + color: var(--text-color) !important; + } + .sm\:text-color-secondary { + color: var(--text-color-secondary) !important; + } + .sm\:surface-ground { + background-color: var(--surface-ground) !important; + } + .sm\:surface-section { + background-color: var(--surface-section) !important; + } + .sm\:surface-card { + background-color: var(--surface-card) !important; + } + .sm\:surface-overlay { + background-color: var(--surface-overlay) !important; + } + .sm\:surface-hover { + background-color: var(--surface-hover) !important; + } + .sm\:surface-border { + border-color: var(--surface-border) !important; + } + .sm\:focus\:text-primary:focus { + color: var(--primary-color) !important; + } + .sm\:hover\:text-primary:hover { + color: var(--primary-color) !important; + } + .sm\:active\:text-primary:active { + color: var(--primary-color) !important; + } + .sm\:focus\:bg-primary:focus { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .sm\:hover\:bg-primary:hover { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .sm\:active\:bg-primary:active { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .sm\:focus\:bg-primary-reverse:focus { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .sm\:hover\:bg-primary-reverse:hover { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .sm\:active\:bg-primary-reverse:active { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .sm\:focus\:bg-white:focus { + background-color: #ffffff !important; + } + .sm\:hover\:bg-white:hover { + background-color: #ffffff !important; + } + .sm\:active\:bg-white:active { + background-color: #ffffff !important; + } + .sm\:focus\:border-primary:focus { + border-color: var(--primary-color) !important; + } + .sm\:hover\:border-primary:hover { + border-color: var(--primary-color) !important; + } + .sm\:active\:border-primary:active { + border-color: var(--primary-color) !important; + } + .sm\:focus\:text-white:focus { + color: #ffffff !important; + } + .sm\:hover\:text-white:hover { + color: #ffffff !important; + } + .sm\:active\:text-white:active { + color: #ffffff !important; + } + .sm\:focus\:border-white:focus { + border-color: #ffffff !important; + } + .sm\:hover\:border-white:hover { + border-color: #ffffff !important; + } + .sm\:active\:border-white:active { + border-color: #ffffff !important; + } + .sm\:focus\:text-color:focus { + color: var(--text-color) !important; + } + .sm\:hover\:text-color:hover { + color: var(--text-color) !important; + } + .sm\:active\:text-color:active { + color: var(--text-color) !important; + } + .sm\:focus\:text-color-secondary:focus { + color: var(--text-color-secondary) !important; + } + .sm\:hover\:text-color-secondary:hover { + color: var(--text-color-secondary) !important; + } + .sm\:active\:text-color-secondary:active { + color: var(--text-color-secondary) !important; + } + .sm\:focus\:surface-ground:focus { + background-color: var(--surface-ground) !important; + } + .sm\:hover\:surface-ground:hover { + background-color: var(--surface-ground) !important; + } + .sm\:active\:surface-ground:active { + background-color: var(--surface-ground) !important; + } + .sm\:focus\:surface-section:focus { + background-color: var(--surface-section) !important; + } + .sm\:hover\:surface-section:hover { + background-color: var(--surface-section) !important; + } + .sm\:active\:surface-section:active { + background-color: var(--surface-section) !important; + } + .sm\:focus\:surface-card:focus { + background-color: var(--surface-card) !important; + } + .sm\:hover\:surface-card:hover { + background-color: var(--surface-card) !important; + } + .sm\:active\:surface-card:active { + background-color: var(--surface-card) !important; + } + .sm\:focus\:surface-overlay:focus { + background-color: var(--surface-overlay) !important; + } + .sm\:hover\:surface-overlay:hover { + background-color: var(--surface-overlay) !important; + } + .sm\:active\:surface-overlay:active { + background-color: var(--surface-overlay) !important; + } + .sm\:focus\:surface-hover:focus { + background-color: var(--surface-hover) !important; + } + .sm\:hover\:surface-hover:hover { + background-color: var(--surface-hover) !important; + } + .sm\:active\:surface-hover:active { + background-color: var(--surface-hover) !important; + } + .sm\:focus\:surface-border:focus { + border-color: var(--surface-border) !important; + } + .sm\:hover\:surface-border:hover { + border-color: var(--surface-border) !important; + } + .sm\:active\:surface-border:active { + border-color: var(--surface-border) !important; + } +} +@media screen and (min-width: 768px) { + .md\:text-primary { + color: var(--primary-color) !important; + } + .md\:bg-primary { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .md\:bg-primary-reverse { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .md\:bg-white { + background-color: #ffffff !important; + } + .md\:border-primary { + border-color: var(--primary-color) !important; + } + .md\:text-white { + color: #ffffff !important; + } + .md\:border-white { + border-color: #ffffff !important; + } + .md\:text-color { + color: var(--text-color) !important; + } + .md\:text-color-secondary { + color: var(--text-color-secondary) !important; + } + .md\:surface-ground { + background-color: var(--surface-ground) !important; + } + .md\:surface-section { + background-color: var(--surface-section) !important; + } + .md\:surface-card { + background-color: var(--surface-card) !important; + } + .md\:surface-overlay { + background-color: var(--surface-overlay) !important; + } + .md\:surface-hover { + background-color: var(--surface-hover) !important; + } + .md\:surface-border { + border-color: var(--surface-border) !important; + } + .md\:focus\:text-primary:focus { + color: var(--primary-color) !important; + } + .md\:hover\:text-primary:hover { + color: var(--primary-color) !important; + } + .md\:active\:text-primary:active { + color: var(--primary-color) !important; + } + .md\:focus\:bg-primary:focus { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .md\:hover\:bg-primary:hover { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .md\:active\:bg-primary:active { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .md\:focus\:bg-primary-reverse:focus { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .md\:hover\:bg-primary-reverse:hover { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .md\:active\:bg-primary-reverse:active { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .md\:focus\:bg-white:focus { + background-color: #ffffff !important; + } + .md\:hover\:bg-white:hover { + background-color: #ffffff !important; + } + .md\:active\:bg-white:active { + background-color: #ffffff !important; + } + .md\:focus\:border-primary:focus { + border-color: var(--primary-color) !important; + } + .md\:hover\:border-primary:hover { + border-color: var(--primary-color) !important; + } + .md\:active\:border-primary:active { + border-color: var(--primary-color) !important; + } + .md\:focus\:text-white:focus { + color: #ffffff !important; + } + .md\:hover\:text-white:hover { + color: #ffffff !important; + } + .md\:active\:text-white:active { + color: #ffffff !important; + } + .md\:focus\:border-white:focus { + border-color: #ffffff !important; + } + .md\:hover\:border-white:hover { + border-color: #ffffff !important; + } + .md\:active\:border-white:active { + border-color: #ffffff !important; + } + .md\:focus\:text-color:focus { + color: var(--text-color) !important; + } + .md\:hover\:text-color:hover { + color: var(--text-color) !important; + } + .md\:active\:text-color:active { + color: var(--text-color) !important; + } + .md\:focus\:text-color-secondary:focus { + color: var(--text-color-secondary) !important; + } + .md\:hover\:text-color-secondary:hover { + color: var(--text-color-secondary) !important; + } + .md\:active\:text-color-secondary:active { + color: var(--text-color-secondary) !important; + } + .md\:focus\:surface-ground:focus { + background-color: var(--surface-ground) !important; + } + .md\:hover\:surface-ground:hover { + background-color: var(--surface-ground) !important; + } + .md\:active\:surface-ground:active { + background-color: var(--surface-ground) !important; + } + .md\:focus\:surface-section:focus { + background-color: var(--surface-section) !important; + } + .md\:hover\:surface-section:hover { + background-color: var(--surface-section) !important; + } + .md\:active\:surface-section:active { + background-color: var(--surface-section) !important; + } + .md\:focus\:surface-card:focus { + background-color: var(--surface-card) !important; + } + .md\:hover\:surface-card:hover { + background-color: var(--surface-card) !important; + } + .md\:active\:surface-card:active { + background-color: var(--surface-card) !important; + } + .md\:focus\:surface-overlay:focus { + background-color: var(--surface-overlay) !important; + } + .md\:hover\:surface-overlay:hover { + background-color: var(--surface-overlay) !important; + } + .md\:active\:surface-overlay:active { + background-color: var(--surface-overlay) !important; + } + .md\:focus\:surface-hover:focus { + background-color: var(--surface-hover) !important; + } + .md\:hover\:surface-hover:hover { + background-color: var(--surface-hover) !important; + } + .md\:active\:surface-hover:active { + background-color: var(--surface-hover) !important; + } + .md\:focus\:surface-border:focus { + border-color: var(--surface-border) !important; + } + .md\:hover\:surface-border:hover { + border-color: var(--surface-border) !important; + } + .md\:active\:surface-border:active { + border-color: var(--surface-border) !important; + } +} +@media screen and (min-width: 992px) { + .lg\:text-primary { + color: var(--primary-color) !important; + } + .lg\:bg-primary { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .lg\:bg-primary-reverse { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .lg\:bg-white { + background-color: #ffffff !important; + } + .lg\:border-primary { + border-color: var(--primary-color) !important; + } + .lg\:text-white { + color: #ffffff !important; + } + .lg\:border-white { + border-color: #ffffff !important; + } + .lg\:text-color { + color: var(--text-color) !important; + } + .lg\:text-color-secondary { + color: var(--text-color-secondary) !important; + } + .lg\:surface-ground { + background-color: var(--surface-ground) !important; + } + .lg\:surface-section { + background-color: var(--surface-section) !important; + } + .lg\:surface-card { + background-color: var(--surface-card) !important; + } + .lg\:surface-overlay { + background-color: var(--surface-overlay) !important; + } + .lg\:surface-hover { + background-color: var(--surface-hover) !important; + } + .lg\:surface-border { + border-color: var(--surface-border) !important; + } + .lg\:focus\:text-primary:focus { + color: var(--primary-color) !important; + } + .lg\:hover\:text-primary:hover { + color: var(--primary-color) !important; + } + .lg\:active\:text-primary:active { + color: var(--primary-color) !important; + } + .lg\:focus\:bg-primary:focus { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .lg\:hover\:bg-primary:hover { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .lg\:active\:bg-primary:active { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .lg\:focus\:bg-primary-reverse:focus { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .lg\:hover\:bg-primary-reverse:hover { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .lg\:active\:bg-primary-reverse:active { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .lg\:focus\:bg-white:focus { + background-color: #ffffff !important; + } + .lg\:hover\:bg-white:hover { + background-color: #ffffff !important; + } + .lg\:active\:bg-white:active { + background-color: #ffffff !important; + } + .lg\:focus\:border-primary:focus { + border-color: var(--primary-color) !important; + } + .lg\:hover\:border-primary:hover { + border-color: var(--primary-color) !important; + } + .lg\:active\:border-primary:active { + border-color: var(--primary-color) !important; + } + .lg\:focus\:text-white:focus { + color: #ffffff !important; + } + .lg\:hover\:text-white:hover { + color: #ffffff !important; + } + .lg\:active\:text-white:active { + color: #ffffff !important; + } + .lg\:focus\:border-white:focus { + border-color: #ffffff !important; + } + .lg\:hover\:border-white:hover { + border-color: #ffffff !important; + } + .lg\:active\:border-white:active { + border-color: #ffffff !important; + } + .lg\:focus\:text-color:focus { + color: var(--text-color) !important; + } + .lg\:hover\:text-color:hover { + color: var(--text-color) !important; + } + .lg\:active\:text-color:active { + color: var(--text-color) !important; + } + .lg\:focus\:text-color-secondary:focus { + color: var(--text-color-secondary) !important; + } + .lg\:hover\:text-color-secondary:hover { + color: var(--text-color-secondary) !important; + } + .lg\:active\:text-color-secondary:active { + color: var(--text-color-secondary) !important; + } + .lg\:focus\:surface-ground:focus { + background-color: var(--surface-ground) !important; + } + .lg\:hover\:surface-ground:hover { + background-color: var(--surface-ground) !important; + } + .lg\:active\:surface-ground:active { + background-color: var(--surface-ground) !important; + } + .lg\:focus\:surface-section:focus { + background-color: var(--surface-section) !important; + } + .lg\:hover\:surface-section:hover { + background-color: var(--surface-section) !important; + } + .lg\:active\:surface-section:active { + background-color: var(--surface-section) !important; + } + .lg\:focus\:surface-card:focus { + background-color: var(--surface-card) !important; + } + .lg\:hover\:surface-card:hover { + background-color: var(--surface-card) !important; + } + .lg\:active\:surface-card:active { + background-color: var(--surface-card) !important; + } + .lg\:focus\:surface-overlay:focus { + background-color: var(--surface-overlay) !important; + } + .lg\:hover\:surface-overlay:hover { + background-color: var(--surface-overlay) !important; + } + .lg\:active\:surface-overlay:active { + background-color: var(--surface-overlay) !important; + } + .lg\:focus\:surface-hover:focus { + background-color: var(--surface-hover) !important; + } + .lg\:hover\:surface-hover:hover { + background-color: var(--surface-hover) !important; + } + .lg\:active\:surface-hover:active { + background-color: var(--surface-hover) !important; + } + .lg\:focus\:surface-border:focus { + border-color: var(--surface-border) !important; + } + .lg\:hover\:surface-border:hover { + border-color: var(--surface-border) !important; + } + .lg\:active\:surface-border:active { + border-color: var(--surface-border) !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:text-primary { + color: var(--primary-color) !important; + } + .xl\:bg-primary { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .xl\:bg-primary-reverse { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .xl\:bg-white { + background-color: #ffffff !important; + } + .xl\:border-primary { + border-color: var(--primary-color) !important; + } + .xl\:text-white { + color: #ffffff !important; + } + .xl\:border-white { + border-color: #ffffff !important; + } + .xl\:text-color { + color: var(--text-color) !important; + } + .xl\:text-color-secondary { + color: var(--text-color-secondary) !important; + } + .xl\:surface-ground { + background-color: var(--surface-ground) !important; + } + .xl\:surface-section { + background-color: var(--surface-section) !important; + } + .xl\:surface-card { + background-color: var(--surface-card) !important; + } + .xl\:surface-overlay { + background-color: var(--surface-overlay) !important; + } + .xl\:surface-hover { + background-color: var(--surface-hover) !important; + } + .xl\:surface-border { + border-color: var(--surface-border) !important; + } + .xl\:focus\:text-primary:focus { + color: var(--primary-color) !important; + } + .xl\:hover\:text-primary:hover { + color: var(--primary-color) !important; + } + .xl\:active\:text-primary:active { + color: var(--primary-color) !important; + } + .xl\:focus\:bg-primary:focus { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .xl\:hover\:bg-primary:hover { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .xl\:active\:bg-primary:active { + color: var(--primary-color-text) !important; + background-color: var(--primary-color) !important; + } + .xl\:focus\:bg-primary-reverse:focus { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .xl\:hover\:bg-primary-reverse:hover { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .xl\:active\:bg-primary-reverse:active { + color: var(--primary-color) !important; + background-color: var(--primary-color-text) !important; + } + .xl\:focus\:bg-white:focus { + background-color: #ffffff !important; + } + .xl\:hover\:bg-white:hover { + background-color: #ffffff !important; + } + .xl\:active\:bg-white:active { + background-color: #ffffff !important; + } + .xl\:focus\:border-primary:focus { + border-color: var(--primary-color) !important; + } + .xl\:hover\:border-primary:hover { + border-color: var(--primary-color) !important; + } + .xl\:active\:border-primary:active { + border-color: var(--primary-color) !important; + } + .xl\:focus\:text-white:focus { + color: #ffffff !important; + } + .xl\:hover\:text-white:hover { + color: #ffffff !important; + } + .xl\:active\:text-white:active { + color: #ffffff !important; + } + .xl\:focus\:border-white:focus { + border-color: #ffffff !important; + } + .xl\:hover\:border-white:hover { + border-color: #ffffff !important; + } + .xl\:active\:border-white:active { + border-color: #ffffff !important; + } + .xl\:focus\:text-color:focus { + color: var(--text-color) !important; + } + .xl\:hover\:text-color:hover { + color: var(--text-color) !important; + } + .xl\:active\:text-color:active { + color: var(--text-color) !important; + } + .xl\:focus\:text-color-secondary:focus { + color: var(--text-color-secondary) !important; + } + .xl\:hover\:text-color-secondary:hover { + color: var(--text-color-secondary) !important; + } + .xl\:active\:text-color-secondary:active { + color: var(--text-color-secondary) !important; + } + .xl\:focus\:surface-ground:focus { + background-color: var(--surface-ground) !important; + } + .xl\:hover\:surface-ground:hover { + background-color: var(--surface-ground) !important; + } + .xl\:active\:surface-ground:active { + background-color: var(--surface-ground) !important; + } + .xl\:focus\:surface-section:focus { + background-color: var(--surface-section) !important; + } + .xl\:hover\:surface-section:hover { + background-color: var(--surface-section) !important; + } + .xl\:active\:surface-section:active { + background-color: var(--surface-section) !important; + } + .xl\:focus\:surface-card:focus { + background-color: var(--surface-card) !important; + } + .xl\:hover\:surface-card:hover { + background-color: var(--surface-card) !important; + } + .xl\:active\:surface-card:active { + background-color: var(--surface-card) !important; + } + .xl\:focus\:surface-overlay:focus { + background-color: var(--surface-overlay) !important; + } + .xl\:hover\:surface-overlay:hover { + background-color: var(--surface-overlay) !important; + } + .xl\:active\:surface-overlay:active { + background-color: var(--surface-overlay) !important; + } + .xl\:focus\:surface-hover:focus { + background-color: var(--surface-hover) !important; + } + .xl\:hover\:surface-hover:hover { + background-color: var(--surface-hover) !important; + } + .xl\:active\:surface-hover:active { + background-color: var(--surface-hover) !important; + } + .xl\:focus\:surface-border:focus { + border-color: var(--surface-border) !important; + } + .xl\:hover\:surface-border:hover { + border-color: var(--surface-border) !important; + } + .xl\:active\:surface-border:active { + border-color: var(--surface-border) !important; + } +} +.field { + margin-bottom: 1rem; +} + +.field > label { + display: inline-block; + margin-bottom: 0.5rem; +} + +.field.grid > label { + display: flex; + align-items: center; +} + +.field > small { + margin-top: 0.25rem; +} + +.field.grid, +.formgrid.grid { + margin-top: 0; +} + +.field.grid .col-fixed, +.formgrid.grid .col-fixed, +.field.grid .col, +.formgrid.grid .col, +.field.grid .col-1, +.formgrid.grid .col-1, +.field.grid .col-2, +.formgrid.grid .col-2, +.field.grid .col-3, +.formgrid.grid .col-3, +.field.grid .col-4, +.formgrid.grid .col-4, +.field.grid .col-5, +.formgrid.grid .col-5, +.field.grid .col-6, +.formgrid.grid .col-6, +.field.grid .col-7, +.formgrid.grid .col-7, +.field.grid .col-8, +.formgrid.grid .col-8, +.field.grid .col-9, +.formgrid.grid .col-9, +.field.grid .col-10, +.formgrid.grid .col-10, +.field.grid .col-11, +.formgrid.grid .col-11, +.field.grid .col-12, +.formgrid.grid .col-12 { + padding-top: 0; + padding-bottom: 0; +} + +.formgroup-inline { + display: flex; + flex-wrap: wrap; + align-items: flex-start; +} + +.formgroup-inline .field, +.formgroup-inline .field-checkbox, +.formgroup-inline .field-radiobutton { + margin-right: 1rem; +} + +.formgroup-inline .field > label, +.formgroup-inline .field-checkbox > label, +.formgroup-inline .field-radiobutton > label { + margin-right: 0.5rem; + margin-bottom: 0; +} + +.field-checkbox, +.field-radiobutton { + margin-bottom: 1rem; + display: flex; + align-items: center; +} + +.field-checkbox > label, +.field-radiobutton > label { + margin-left: 0.5rem; + line-height: 1; +} + +.hidden { + display: none !important; +} + +.block { + display: block !important; +} + +.inline { + display: inline !important; +} + +.inline-block { + display: inline-block !important; +} + +.flex { + display: flex !important; +} + +.inline-flex { + display: inline-flex !important; +} + +@media screen and (min-width: 576px) { + .sm\:hidden { + display: none !important; + } + .sm\:block { + display: block !important; + } + .sm\:inline { + display: inline !important; + } + .sm\:inline-block { + display: inline-block !important; + } + .sm\:flex { + display: flex !important; + } + .sm\:inline-flex { + display: inline-flex !important; + } +} +@media screen and (min-width: 768px) { + .md\:hidden { + display: none !important; + } + .md\:block { + display: block !important; + } + .md\:inline { + display: inline !important; + } + .md\:inline-block { + display: inline-block !important; + } + .md\:flex { + display: flex !important; + } + .md\:inline-flex { + display: inline-flex !important; + } +} +@media screen and (min-width: 992px) { + .lg\:hidden { + display: none !important; + } + .lg\:block { + display: block !important; + } + .lg\:inline { + display: inline !important; + } + .lg\:inline-block { + display: inline-block !important; + } + .lg\:flex { + display: flex !important; + } + .lg\:inline-flex { + display: inline-flex !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:hidden { + display: none !important; + } + .xl\:block { + display: block !important; + } + .xl\:inline { + display: inline !important; + } + .xl\:inline-block { + display: inline-block !important; + } + .xl\:flex { + display: flex !important; + } + .xl\:inline-flex { + display: inline-flex !important; + } +} +.text-center { + text-align: center !important; +} + +.text-justify { + text-align: justify !important; +} + +.text-left { + text-align: left !important; +} + +.text-right { + text-align: right !important; +} + +@media screen and (min-width: 576px) { + .sm\:text-center { + text-align: center !important; + } + .sm\:text-justify { + text-align: justify !important; + } + .sm\:text-left { + text-align: left !important; + } + .sm\:text-right { + text-align: right !important; + } +} +@media screen and (min-width: 768px) { + .md\:text-center { + text-align: center !important; + } + .md\:text-justify { + text-align: justify !important; + } + .md\:text-left { + text-align: left !important; + } + .md\:text-right { + text-align: right !important; + } +} +@media screen and (min-width: 992px) { + .lg\:text-center { + text-align: center !important; + } + .lg\:text-justify { + text-align: justify !important; + } + .lg\:text-left { + text-align: left !important; + } + .lg\:text-right { + text-align: right !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:text-center { + text-align: center !important; + } + .xl\:text-justify { + text-align: justify !important; + } + .xl\:text-left { + text-align: left !important; + } + .xl\:text-right { + text-align: right !important; + } +} +.underline { + text-decoration: underline !important; +} + +.line-through { + text-decoration: line-through !important; +} + +.no-underline { + text-decoration: none !important; +} + +.focus\:underline:focus { + text-decoration: underline !important; +} + +.hover\:underline:hover { + text-decoration: underline !important; +} + +.active\:underline:active { + text-decoration: underline !important; +} + +.focus\:line-through:focus { + text-decoration: line-through !important; +} + +.hover\:line-through:hover { + text-decoration: line-through !important; +} + +.active\:line-through:active { + text-decoration: line-through !important; +} + +.focus\:no-underline:focus { + text-decoration: none !important; +} + +.hover\:no-underline:hover { + text-decoration: none !important; +} + +.active\:no-underline:active { + text-decoration: none !important; +} + +.lowercase { + text-transform: lowercase !important; +} + +.uppercase { + text-transform: uppercase !important; +} + +.capitalize { + text-transform: capitalize !important; +} + +.text-overflow-clip { + text-overflow: clip !important; +} + +.text-overflow-ellipsis { + text-overflow: ellipsis !important; +} + +@media screen and (min-width: 576px) { + .sm\:text-overflow-clip { + text-overflow: clip !important; + } + .sm\:text-overflow-ellipsis { + text-overflow: ellipsis !important; + } +} +@media screen and (min-width: 768px) { + .md\:text-overflow-clip { + text-overflow: clip !important; + } + .md\:text-overflow-ellipsis { + text-overflow: ellipsis !important; + } +} +@media screen and (min-width: 992px) { + .lg\:text-overflow-clip { + text-overflow: clip !important; + } + .lg\:text-overflow-ellipsis { + text-overflow: ellipsis !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:text-overflow-clip { + text-overflow: clip !important; + } + .xl\:text-overflow-ellipsis { + text-overflow: ellipsis !important; + } +} +.font-light { + font-weight: 300 !important; +} + +.font-normal { + font-weight: 400 !important; +} + +.font-medium { + font-weight: 500 !important; +} + +.font-semibold { + font-weight: 600 !important; +} + +.font-bold { + font-weight: 700 !important; +} + +@media screen and (min-width: 576px) { + .sm\:font-light { + font-weight: 300 !important; + } + .sm\:font-normal { + font-weight: 400 !important; + } + .sm\:font-medium { + font-weight: 500 !important; + } + .sm\:font-semibold { + font-weight: 600 !important; + } + .sm\:font-bold { + font-weight: 700 !important; + } +} +@media screen and (min-width: 768px) { + .md\:font-light { + font-weight: 300 !important; + } + .md\:font-normal { + font-weight: 400 !important; + } + .md\:font-medium { + font-weight: 500 !important; + } + .md\:font-semibold { + font-weight: 600 !important; + } + .md\:font-bold { + font-weight: 700 !important; + } +} +@media screen and (min-width: 992px) { + .lg\:font-light { + font-weight: 300 !important; + } + .lg\:font-normal { + font-weight: 400 !important; + } + .lg\:font-medium { + font-weight: 500 !important; + } + .lg\:font-semibold { + font-weight: 600 !important; + } + .lg\:font-bold { + font-weight: 700 !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:font-light { + font-weight: 300 !important; + } + .xl\:font-normal { + font-weight: 400 !important; + } + .xl\:font-medium { + font-weight: 500 !important; + } + .xl\:font-semibold { + font-weight: 600 !important; + } + .xl\:font-bold { + font-weight: 700 !important; + } +} +.font-italic { + font-style: italic !important; +} + +.text-xs { + font-size: 0.75rem !important; +} + +.text-sm { + font-size: 0.875rem !important; +} + +.text-base { + font-size: 1rem !important; +} + +.text-lg { + font-size: 1.125rem !important; +} + +.text-xl { + font-size: 1.25rem !important; +} + +.text-2xl { + font-size: 1.5rem !important; +} + +.text-3xl { + font-size: 1.75rem !important; +} + +.text-4xl { + font-size: 2rem !important; +} + +.text-5xl { + font-size: 2.5rem !important; +} + +.text-6xl { + font-size: 3rem !important; +} + +.text-7xl { + font-size: 4rem !important; +} + +.text-8xl { + font-size: 6rem !important; +} + +@media screen and (min-width: 576px) { + .sm\:text-xs { + font-size: 0.75rem !important; + } + .sm\:text-sm { + font-size: 0.875rem !important; + } + .sm\:text-base { + font-size: 1rem !important; + } + .sm\:text-lg { + font-size: 1.125rem !important; + } + .sm\:text-xl { + font-size: 1.25rem !important; + } + .sm\:text-2xl { + font-size: 1.5rem !important; + } + .sm\:text-3xl { + font-size: 1.75rem !important; + } + .sm\:text-4xl { + font-size: 2rem !important; + } + .sm\:text-5xl { + font-size: 2.5rem !important; + } + .sm\:text-6xl { + font-size: 3rem !important; + } + .sm\:text-7xl { + font-size: 4rem !important; + } + .sm\:text-8xl { + font-size: 6rem !important; + } +} +@media screen and (min-width: 768px) { + .md\:text-xs { + font-size: 0.75rem !important; + } + .md\:text-sm { + font-size: 0.875rem !important; + } + .md\:text-base { + font-size: 1rem !important; + } + .md\:text-lg { + font-size: 1.125rem !important; + } + .md\:text-xl { + font-size: 1.25rem !important; + } + .md\:text-2xl { + font-size: 1.5rem !important; + } + .md\:text-3xl { + font-size: 1.75rem !important; + } + .md\:text-4xl { + font-size: 2rem !important; + } + .md\:text-5xl { + font-size: 2.5rem !important; + } + .md\:text-6xl { + font-size: 3rem !important; + } + .md\:text-7xl { + font-size: 4rem !important; + } + .md\:text-8xl { + font-size: 6rem !important; + } +} +@media screen and (min-width: 992px) { + .lg\:text-xs { + font-size: 0.75rem !important; + } + .lg\:text-sm { + font-size: 0.875rem !important; + } + .lg\:text-base { + font-size: 1rem !important; + } + .lg\:text-lg { + font-size: 1.125rem !important; + } + .lg\:text-xl { + font-size: 1.25rem !important; + } + .lg\:text-2xl { + font-size: 1.5rem !important; + } + .lg\:text-3xl { + font-size: 1.75rem !important; + } + .lg\:text-4xl { + font-size: 2rem !important; + } + .lg\:text-5xl { + font-size: 2.5rem !important; + } + .lg\:text-6xl { + font-size: 3rem !important; + } + .lg\:text-7xl { + font-size: 4rem !important; + } + .lg\:text-8xl { + font-size: 6rem !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:text-xs { + font-size: 0.75rem !important; + } + .xl\:text-sm { + font-size: 0.875rem !important; + } + .xl\:text-base { + font-size: 1rem !important; + } + .xl\:text-lg { + font-size: 1.125rem !important; + } + .xl\:text-xl { + font-size: 1.25rem !important; + } + .xl\:text-2xl { + font-size: 1.5rem !important; + } + .xl\:text-3xl { + font-size: 1.75rem !important; + } + .xl\:text-4xl { + font-size: 2rem !important; + } + .xl\:text-5xl { + font-size: 2.5rem !important; + } + .xl\:text-6xl { + font-size: 3rem !important; + } + .xl\:text-7xl { + font-size: 4rem !important; + } + .xl\:text-8xl { + font-size: 6rem !important; + } +} +.line-height-1 { + line-height: 1 !important; +} + +.line-height-2 { + line-height: 1.25 !important; +} + +.line-height-3 { + line-height: 1.5 !important; +} + +.line-height-4 { + line-height: 2 !important; +} + +.white-space-normal { + white-space: normal !important; +} + +.white-space-nowrap { + white-space: nowrap !important; +} + +.vertical-align-baseline { + vertical-align: baseline !important; +} + +.vertical-align-top { + vertical-align: top !important; +} + +.vertical-align-middle { + vertical-align: middle !important; +} + +.vertical-align-bottom { + vertical-align: bottom !important; +} + +.vertical-align-text-top { + vertical-align: text-top !important; +} + +.vertical-align-text-bottom { + vertical-align: text-bottom !important; +} + +.vertical-align-sub { + vertical-align: sub !important; +} + +.vertical-align-super { + vertical-align: super !important; +} + +@media screen and (min-width: 576px) { + .sm\:vertical-align-baseline { + vertical-align: baseline !important; + } + .sm\:vertical-align-top { + vertical-align: top !important; + } + .sm\:vertical-align-middle { + vertical-align: middle !important; + } + .sm\:vertical-align-bottom { + vertical-align: bottom !important; + } + .sm\:vertical-align-text-top { + vertical-align: text-top !important; + } + .sm\:vertical-align-text-bottom { + vertical-align: text-bottom !important; + } + .sm\:vertical-align-sub { + vertical-align: sub !important; + } + .sm\:vertical-align-super { + vertical-align: super !important; + } +} +@media screen and (min-width: 768px) { + .md\:vertical-align-baseline { + vertical-align: baseline !important; + } + .md\:vertical-align-top { + vertical-align: top !important; + } + .md\:vertical-align-middle { + vertical-align: middle !important; + } + .md\:vertical-align-bottom { + vertical-align: bottom !important; + } + .md\:vertical-align-text-top { + vertical-align: text-top !important; + } + .md\:vertical-align-text-bottom { + vertical-align: text-bottom !important; + } + .md\:vertical-align-sub { + vertical-align: sub !important; + } + .md\:vertical-align-super { + vertical-align: super !important; + } +} +@media screen and (min-width: 992px) { + .lg\:vertical-align-baseline { + vertical-align: baseline !important; + } + .lg\:vertical-align-top { + vertical-align: top !important; + } + .lg\:vertical-align-middle { + vertical-align: middle !important; + } + .lg\:vertical-align-bottom { + vertical-align: bottom !important; + } + .lg\:vertical-align-text-top { + vertical-align: text-top !important; + } + .lg\:vertical-align-text-bottom { + vertical-align: text-bottom !important; + } + .lg\:vertical-align-sub { + vertical-align: sub !important; + } + .lg\:vertical-align-super { + vertical-align: super !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:vertical-align-baseline { + vertical-align: baseline !important; + } + .xl\:vertical-align-top { + vertical-align: top !important; + } + .xl\:vertical-align-middle { + vertical-align: middle !important; + } + .xl\:vertical-align-bottom { + vertical-align: bottom !important; + } + .xl\:vertical-align-text-top { + vertical-align: text-top !important; + } + .xl\:vertical-align-text-bottom { + vertical-align: text-bottom !important; + } + .xl\:vertical-align-sub { + vertical-align: sub !important; + } + .xl\:vertical-align-super { + vertical-align: super !important; + } +} +.flex-row { + flex-direction: row !important; +} + +.flex-row-reverse { + flex-direction: row-reverse !important; +} + +.flex-column { + flex-direction: column !important; +} + +.flex-column-reverse { + flex-direction: column-reverse !important; +} + +@media screen and (min-width: 576px) { + .sm\:flex-row { + flex-direction: row !important; + } + .sm\:flex-row-reverse { + flex-direction: row-reverse !important; + } + .sm\:flex-column { + flex-direction: column !important; + } + .sm\:flex-column-reverse { + flex-direction: column-reverse !important; + } +} +@media screen and (min-width: 768px) { + .md\:flex-row { + flex-direction: row !important; + } + .md\:flex-row-reverse { + flex-direction: row-reverse !important; + } + .md\:flex-column { + flex-direction: column !important; + } + .md\:flex-column-reverse { + flex-direction: column-reverse !important; + } +} +@media screen and (min-width: 992px) { + .lg\:flex-row { + flex-direction: row !important; + } + .lg\:flex-row-reverse { + flex-direction: row-reverse !important; + } + .lg\:flex-column { + flex-direction: column !important; + } + .lg\:flex-column-reverse { + flex-direction: column-reverse !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:flex-row { + flex-direction: row !important; + } + .xl\:flex-row-reverse { + flex-direction: row-reverse !important; + } + .xl\:flex-column { + flex-direction: column !important; + } + .xl\:flex-column-reverse { + flex-direction: column-reverse !important; + } +} +.flex-wrap { + flex-wrap: wrap !important; +} + +.flex-wrap-reverse { + flex-wrap: wrap-reverse !important; +} + +.flex-nowrap { + flex-wrap: nowrap !important; +} + +@media screen and (min-width: 576px) { + .sm\:flex-wrap { + flex-wrap: wrap !important; + } + .sm\:flex-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .sm\:flex-nowrap { + flex-wrap: nowrap !important; + } +} +@media screen and (min-width: 768px) { + .md\:flex-wrap { + flex-wrap: wrap !important; + } + .md\:flex-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .md\:flex-nowrap { + flex-wrap: nowrap !important; + } +} +@media screen and (min-width: 992px) { + .lg\:flex-wrap { + flex-wrap: wrap !important; + } + .lg\:flex-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .lg\:flex-nowrap { + flex-wrap: nowrap !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:flex-wrap { + flex-wrap: wrap !important; + } + .xl\:flex-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .xl\:flex-nowrap { + flex-wrap: nowrap !important; + } +} +.justify-content-start { + justify-content: flex-start !important; +} + +.justify-content-end { + justify-content: flex-end !important; +} + +.justify-content-center { + justify-content: center !important; +} + +.justify-content-between { + justify-content: space-between !important; +} + +.justify-content-around { + justify-content: space-around !important; +} + +.justify-content-evenly { + justify-content: space-evenly !important; +} + +@media screen and (min-width: 576px) { + .sm\:justify-content-start { + justify-content: flex-start !important; + } + .sm\:justify-content-end { + justify-content: flex-end !important; + } + .sm\:justify-content-center { + justify-content: center !important; + } + .sm\:justify-content-between { + justify-content: space-between !important; + } + .sm\:justify-content-around { + justify-content: space-around !important; + } + .sm\:justify-content-evenly { + justify-content: space-evenly !important; + } +} +@media screen and (min-width: 768px) { + .md\:justify-content-start { + justify-content: flex-start !important; + } + .md\:justify-content-end { + justify-content: flex-end !important; + } + .md\:justify-content-center { + justify-content: center !important; + } + .md\:justify-content-between { + justify-content: space-between !important; + } + .md\:justify-content-around { + justify-content: space-around !important; + } + .md\:justify-content-evenly { + justify-content: space-evenly !important; + } +} +@media screen and (min-width: 992px) { + .lg\:justify-content-start { + justify-content: flex-start !important; + } + .lg\:justify-content-end { + justify-content: flex-end !important; + } + .lg\:justify-content-center { + justify-content: center !important; + } + .lg\:justify-content-between { + justify-content: space-between !important; + } + .lg\:justify-content-around { + justify-content: space-around !important; + } + .lg\:justify-content-evenly { + justify-content: space-evenly !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:justify-content-start { + justify-content: flex-start !important; + } + .xl\:justify-content-end { + justify-content: flex-end !important; + } + .xl\:justify-content-center { + justify-content: center !important; + } + .xl\:justify-content-between { + justify-content: space-between !important; + } + .xl\:justify-content-around { + justify-content: space-around !important; + } + .xl\:justify-content-evenly { + justify-content: space-evenly !important; + } +} +.align-content-start { + align-content: flex-start !important; +} + +.align-content-end { + align-content: flex-end !important; +} + +.align-content-center { + align-content: center !important; +} + +.align-content-between { + align-content: space-between !important; +} + +.align-content-around { + align-content: space-around !important; +} + +.align-content-evenly { + align-content: space-evenly !important; +} + +@media screen and (min-width: 576px) { + .sm\:align-content-start { + align-content: flex-start !important; + } + .sm\:align-content-end { + align-content: flex-end !important; + } + .sm\:align-content-center { + align-content: center !important; + } + .sm\:align-content-between { + align-content: space-between !important; + } + .sm\:align-content-around { + align-content: space-around !important; + } + .sm\:align-content-evenly { + align-content: space-evenly !important; + } +} +@media screen and (min-width: 768px) { + .md\:align-content-start { + align-content: flex-start !important; + } + .md\:align-content-end { + align-content: flex-end !important; + } + .md\:align-content-center { + align-content: center !important; + } + .md\:align-content-between { + align-content: space-between !important; + } + .md\:align-content-around { + align-content: space-around !important; + } + .md\:align-content-evenly { + align-content: space-evenly !important; + } +} +@media screen and (min-width: 992px) { + .lg\:align-content-start { + align-content: flex-start !important; + } + .lg\:align-content-end { + align-content: flex-end !important; + } + .lg\:align-content-center { + align-content: center !important; + } + .lg\:align-content-between { + align-content: space-between !important; + } + .lg\:align-content-around { + align-content: space-around !important; + } + .lg\:align-content-evenly { + align-content: space-evenly !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:align-content-start { + align-content: flex-start !important; + } + .xl\:align-content-end { + align-content: flex-end !important; + } + .xl\:align-content-center { + align-content: center !important; + } + .xl\:align-content-between { + align-content: space-between !important; + } + .xl\:align-content-around { + align-content: space-around !important; + } + .xl\:align-content-evenly { + align-content: space-evenly !important; + } +} +.align-items-stretch { + align-items: stretch !important; +} + +.align-items-start { + align-items: flex-start !important; +} + +.align-items-center { + align-items: center !important; +} + +.align-items-end { + align-items: flex-end !important; +} + +.align-items-baseline { + align-items: baseline !important; +} + +@media screen and (min-width: 576px) { + .sm\:align-items-stretch { + align-items: stretch !important; + } + .sm\:align-items-start { + align-items: flex-start !important; + } + .sm\:align-items-center { + align-items: center !important; + } + .sm\:align-items-end { + align-items: flex-end !important; + } + .sm\:align-items-baseline { + align-items: baseline !important; + } +} +@media screen and (min-width: 768px) { + .md\:align-items-stretch { + align-items: stretch !important; + } + .md\:align-items-start { + align-items: flex-start !important; + } + .md\:align-items-center { + align-items: center !important; + } + .md\:align-items-end { + align-items: flex-end !important; + } + .md\:align-items-baseline { + align-items: baseline !important; + } +} +@media screen and (min-width: 992px) { + .lg\:align-items-stretch { + align-items: stretch !important; + } + .lg\:align-items-start { + align-items: flex-start !important; + } + .lg\:align-items-center { + align-items: center !important; + } + .lg\:align-items-end { + align-items: flex-end !important; + } + .lg\:align-items-baseline { + align-items: baseline !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:align-items-stretch { + align-items: stretch !important; + } + .xl\:align-items-start { + align-items: flex-start !important; + } + .xl\:align-items-center { + align-items: center !important; + } + .xl\:align-items-end { + align-items: flex-end !important; + } + .xl\:align-items-baseline { + align-items: baseline !important; + } +} +.align-self-auto { + align-self: auto !important; +} + +.align-self-start { + align-self: flex-start !important; +} + +.align-self-end { + align-self: flex-end !important; +} + +.align-self-center { + align-self: center !important; +} + +.align-self-stretch { + align-self: stretch !important; +} + +.align-self-baseline { + align-self: baseline !important; +} + +@media screen and (min-width: 576px) { + .sm\:align-self-auto { + align-self: auto !important; + } + .sm\:align-self-start { + align-self: flex-start !important; + } + .sm\:align-self-end { + align-self: flex-end !important; + } + .sm\:align-self-center { + align-self: center !important; + } + .sm\:align-self-stretch { + align-self: stretch !important; + } + .sm\:align-self-baseline { + align-self: baseline !important; + } +} +@media screen and (min-width: 768px) { + .md\:align-self-auto { + align-self: auto !important; + } + .md\:align-self-start { + align-self: flex-start !important; + } + .md\:align-self-end { + align-self: flex-end !important; + } + .md\:align-self-center { + align-self: center !important; + } + .md\:align-self-stretch { + align-self: stretch !important; + } + .md\:align-self-baseline { + align-self: baseline !important; + } +} +@media screen and (min-width: 992px) { + .lg\:align-self-auto { + align-self: auto !important; + } + .lg\:align-self-start { + align-self: flex-start !important; + } + .lg\:align-self-end { + align-self: flex-end !important; + } + .lg\:align-self-center { + align-self: center !important; + } + .lg\:align-self-stretch { + align-self: stretch !important; + } + .lg\:align-self-baseline { + align-self: baseline !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:align-self-auto { + align-self: auto !important; + } + .xl\:align-self-start { + align-self: flex-start !important; + } + .xl\:align-self-end { + align-self: flex-end !important; + } + .xl\:align-self-center { + align-self: center !important; + } + .xl\:align-self-stretch { + align-self: stretch !important; + } + .xl\:align-self-baseline { + align-self: baseline !important; + } +} +.flex-order-0 { + order: 0 !important; +} + +.flex-order-1 { + order: 1 !important; +} + +.flex-order-2 { + order: 2 !important; +} + +.flex-order-3 { + order: 3 !important; +} + +.flex-order-4 { + order: 4 !important; +} + +.flex-order-5 { + order: 5 !important; +} + +.flex-order-6 { + order: 6 !important; +} + +@media screen and (min-width: 576px) { + .sm\:flex-order-0 { + order: 0 !important; + } + .sm\:flex-order-1 { + order: 1 !important; + } + .sm\:flex-order-2 { + order: 2 !important; + } + .sm\:flex-order-3 { + order: 3 !important; + } + .sm\:flex-order-4 { + order: 4 !important; + } + .sm\:flex-order-5 { + order: 5 !important; + } + .sm\:flex-order-6 { + order: 6 !important; + } +} +@media screen and (min-width: 768px) { + .md\:flex-order-0 { + order: 0 !important; + } + .md\:flex-order-1 { + order: 1 !important; + } + .md\:flex-order-2 { + order: 2 !important; + } + .md\:flex-order-3 { + order: 3 !important; + } + .md\:flex-order-4 { + order: 4 !important; + } + .md\:flex-order-5 { + order: 5 !important; + } + .md\:flex-order-6 { + order: 6 !important; + } +} +@media screen and (min-width: 992px) { + .lg\:flex-order-0 { + order: 0 !important; + } + .lg\:flex-order-1 { + order: 1 !important; + } + .lg\:flex-order-2 { + order: 2 !important; + } + .lg\:flex-order-3 { + order: 3 !important; + } + .lg\:flex-order-4 { + order: 4 !important; + } + .lg\:flex-order-5 { + order: 5 !important; + } + .lg\:flex-order-6 { + order: 6 !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:flex-order-0 { + order: 0 !important; + } + .xl\:flex-order-1 { + order: 1 !important; + } + .xl\:flex-order-2 { + order: 2 !important; + } + .xl\:flex-order-3 { + order: 3 !important; + } + .xl\:flex-order-4 { + order: 4 !important; + } + .xl\:flex-order-5 { + order: 5 !important; + } + .xl\:flex-order-6 { + order: 6 !important; + } +} +.flex-1 { + flex: 1 1 0% !important; +} + +.flex-auto { + flex: 1 1 auto !important; +} + +.flex-initial { + flex: 0 1 auto !important; +} + +.flex-none { + flex: none !important; +} + +@media screen and (min-width: 576px) { + .sm\:flex-1 { + flex: 1 1 0% !important; + } + .sm\:flex-auto { + flex: 1 1 auto !important; + } + .sm\:flex-initial { + flex: 0 1 auto !important; + } + .sm\:flex-none { + flex: none !important; + } +} +@media screen and (min-width: 768px) { + .md\:flex-1 { + flex: 1 1 0% !important; + } + .md\:flex-auto { + flex: 1 1 auto !important; + } + .md\:flex-initial { + flex: 0 1 auto !important; + } + .md\:flex-none { + flex: none !important; + } +} +@media screen and (min-width: 992px) { + .lg\:flex-1 { + flex: 1 1 0% !important; + } + .lg\:flex-auto { + flex: 1 1 auto !important; + } + .lg\:flex-initial { + flex: 0 1 auto !important; + } + .lg\:flex-none { + flex: none !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:flex-1 { + flex: 1 1 0% !important; + } + .xl\:flex-auto { + flex: 1 1 auto !important; + } + .xl\:flex-initial { + flex: 0 1 auto !important; + } + .xl\:flex-none { + flex: none !important; + } +} +.flex-grow-0 { + flex-grow: 0 !important; +} + +.flex-grow-1 { + flex-grow: 1 !important; +} + +@media screen and (min-width: 576px) { + .sm\:flex-grow-0 { + flex-grow: 0 !important; + } + .sm\:flex-grow-1 { + flex-grow: 1 !important; + } +} +@media screen and (min-width: 768px) { + .md\:flex-grow-0 { + flex-grow: 0 !important; + } + .md\:flex-grow-1 { + flex-grow: 1 !important; + } +} +@media screen and (min-width: 992px) { + .lg\:flex-grow-0 { + flex-grow: 0 !important; + } + .lg\:flex-grow-1 { + flex-grow: 1 !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:flex-grow-0 { + flex-grow: 0 !important; + } + .xl\:flex-grow-1 { + flex-grow: 1 !important; + } +} +.flex-shrink-0 { + flex-shrink: 0 !important; +} + +.flex-shrink-1 { + flex-shrink: 1 !important; +} + +@media screen and (min-width: 576px) { + .sm\:flex-shrink-0 { + flex-shrink: 0 !important; + } + .sm\:flex-shrink-1 { + flex-shrink: 1 !important; + } +} +@media screen and (min-width: 768px) { + .md\:flex-shrink-0 { + flex-shrink: 0 !important; + } + .md\:flex-shrink-1 { + flex-shrink: 1 !important; + } +} +@media screen and (min-width: 992px) { + .lg\:flex-shrink-0 { + flex-shrink: 0 !important; + } + .lg\:flex-shrink-1 { + flex-shrink: 1 !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:flex-shrink-0 { + flex-shrink: 0 !important; + } + .xl\:flex-shrink-1 { + flex-shrink: 1 !important; + } +} +.gap-0 { + gap: 0rem !important; +} + +.gap-1 { + gap: 0.25rem !important; +} + +.gap-2 { + gap: 0.5rem !important; +} + +.gap-3 { + gap: 1rem !important; +} + +.gap-4 { + gap: 1.5rem !important; +} + +.gap-5 { + gap: 2rem !important; +} + +.gap-6 { + gap: 3rem !important; +} + +.gap-7 { + gap: 4rem !important; +} + +.gap-8 { + gap: 5rem !important; +} + +.row-gap-0 { + row-gap: 0rem !important; +} + +.row-gap-1 { + row-gap: 0.25rem !important; +} + +.row-gap-2 { + row-gap: 0.5rem !important; +} + +.row-gap-3 { + row-gap: 1rem !important; +} + +.row-gap-4 { + row-gap: 1.5rem !important; +} + +.row-gap-5 { + row-gap: 2rem !important; +} + +.row-gap-6 { + row-gap: 3rem !important; +} + +.row-gap-7 { + row-gap: 4rem !important; +} + +.row-gap-8 { + row-gap: 5rem !important; +} + +.column-gap-0 { + column-gap: 0rem !important; +} + +.column-gap-1 { + column-gap: 0.25rem !important; +} + +.column-gap-2 { + column-gap: 0.5rem !important; +} + +.column-gap-3 { + column-gap: 1rem !important; +} + +.column-gap-4 { + column-gap: 1.5rem !important; +} + +.column-gap-5 { + column-gap: 2rem !important; +} + +.column-gap-6 { + column-gap: 3rem !important; +} + +.column-gap-7 { + column-gap: 4rem !important; +} + +.column-gap-8 { + column-gap: 5rem !important; +} + +@media screen and (min-width: 576px) { + .sm\:gap-0 { + gap: 0rem !important; + } + .sm\:gap-1 { + gap: 0.25rem !important; + } + .sm\:gap-2 { + gap: 0.5rem !important; + } + .sm\:gap-3 { + gap: 1rem !important; + } + .sm\:gap-4 { + gap: 1.5rem !important; + } + .sm\:gap-5 { + gap: 2rem !important; + } + .sm\:gap-6 { + gap: 3rem !important; + } + .sm\:gap-7 { + gap: 4rem !important; + } + .sm\:gap-8 { + gap: 5rem !important; + } + .sm\:row-gap-0 { + row-gap: 0rem !important; + } + .sm\:row-gap-1 { + row-gap: 0.25rem !important; + } + .sm\:row-gap-2 { + row-gap: 0.5rem !important; + } + .sm\:row-gap-3 { + row-gap: 1rem !important; + } + .sm\:row-gap-4 { + row-gap: 1.5rem !important; + } + .sm\:row-gap-5 { + row-gap: 2rem !important; + } + .sm\:row-gap-6 { + row-gap: 3rem !important; + } + .sm\:row-gap-7 { + row-gap: 4rem !important; + } + .sm\:row-gap-8 { + row-gap: 5rem !important; + } + .sm\:column-gap-0 { + column-gap: 0rem !important; + } + .sm\:column-gap-1 { + column-gap: 0.25rem !important; + } + .sm\:column-gap-2 { + column-gap: 0.5rem !important; + } + .sm\:column-gap-3 { + column-gap: 1rem !important; + } + .sm\:column-gap-4 { + column-gap: 1.5rem !important; + } + .sm\:column-gap-5 { + column-gap: 2rem !important; + } + .sm\:column-gap-6 { + column-gap: 3rem !important; + } + .sm\:column-gap-7 { + column-gap: 4rem !important; + } + .sm\:column-gap-8 { + column-gap: 5rem !important; + } +} +@media screen and (min-width: 768px) { + .md\:gap-0 { + gap: 0rem !important; + } + .md\:gap-1 { + gap: 0.25rem !important; + } + .md\:gap-2 { + gap: 0.5rem !important; + } + .md\:gap-3 { + gap: 1rem !important; + } + .md\:gap-4 { + gap: 1.5rem !important; + } + .md\:gap-5 { + gap: 2rem !important; + } + .md\:gap-6 { + gap: 3rem !important; + } + .md\:gap-7 { + gap: 4rem !important; + } + .md\:gap-8 { + gap: 5rem !important; + } + .md\:row-gap-0 { + row-gap: 0rem !important; + } + .md\:row-gap-1 { + row-gap: 0.25rem !important; + } + .md\:row-gap-2 { + row-gap: 0.5rem !important; + } + .md\:row-gap-3 { + row-gap: 1rem !important; + } + .md\:row-gap-4 { + row-gap: 1.5rem !important; + } + .md\:row-gap-5 { + row-gap: 2rem !important; + } + .md\:row-gap-6 { + row-gap: 3rem !important; + } + .md\:row-gap-7 { + row-gap: 4rem !important; + } + .md\:row-gap-8 { + row-gap: 5rem !important; + } + .md\:column-gap-0 { + column-gap: 0rem !important; + } + .md\:column-gap-1 { + column-gap: 0.25rem !important; + } + .md\:column-gap-2 { + column-gap: 0.5rem !important; + } + .md\:column-gap-3 { + column-gap: 1rem !important; + } + .md\:column-gap-4 { + column-gap: 1.5rem !important; + } + .md\:column-gap-5 { + column-gap: 2rem !important; + } + .md\:column-gap-6 { + column-gap: 3rem !important; + } + .md\:column-gap-7 { + column-gap: 4rem !important; + } + .md\:column-gap-8 { + column-gap: 5rem !important; + } +} +@media screen and (min-width: 992px) { + .lg\:gap-0 { + gap: 0rem !important; + } + .lg\:gap-1 { + gap: 0.25rem !important; + } + .lg\:gap-2 { + gap: 0.5rem !important; + } + .lg\:gap-3 { + gap: 1rem !important; + } + .lg\:gap-4 { + gap: 1.5rem !important; + } + .lg\:gap-5 { + gap: 2rem !important; + } + .lg\:gap-6 { + gap: 3rem !important; + } + .lg\:gap-7 { + gap: 4rem !important; + } + .lg\:gap-8 { + gap: 5rem !important; + } + .lg\:row-gap-0 { + row-gap: 0rem !important; + } + .lg\:row-gap-1 { + row-gap: 0.25rem !important; + } + .lg\:row-gap-2 { + row-gap: 0.5rem !important; + } + .lg\:row-gap-3 { + row-gap: 1rem !important; + } + .lg\:row-gap-4 { + row-gap: 1.5rem !important; + } + .lg\:row-gap-5 { + row-gap: 2rem !important; + } + .lg\:row-gap-6 { + row-gap: 3rem !important; + } + .lg\:row-gap-7 { + row-gap: 4rem !important; + } + .lg\:row-gap-8 { + row-gap: 5rem !important; + } + .lg\:column-gap-0 { + column-gap: 0rem !important; + } + .lg\:column-gap-1 { + column-gap: 0.25rem !important; + } + .lg\:column-gap-2 { + column-gap: 0.5rem !important; + } + .lg\:column-gap-3 { + column-gap: 1rem !important; + } + .lg\:column-gap-4 { + column-gap: 1.5rem !important; + } + .lg\:column-gap-5 { + column-gap: 2rem !important; + } + .lg\:column-gap-6 { + column-gap: 3rem !important; + } + .lg\:column-gap-7 { + column-gap: 4rem !important; + } + .lg\:column-gap-8 { + column-gap: 5rem !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:gap-0 { + gap: 0rem !important; + } + .xl\:gap-1 { + gap: 0.25rem !important; + } + .xl\:gap-2 { + gap: 0.5rem !important; + } + .xl\:gap-3 { + gap: 1rem !important; + } + .xl\:gap-4 { + gap: 1.5rem !important; + } + .xl\:gap-5 { + gap: 2rem !important; + } + .xl\:gap-6 { + gap: 3rem !important; + } + .xl\:gap-7 { + gap: 4rem !important; + } + .xl\:gap-8 { + gap: 5rem !important; + } + .xl\:row-gap-0 { + row-gap: 0rem !important; + } + .xl\:row-gap-1 { + row-gap: 0.25rem !important; + } + .xl\:row-gap-2 { + row-gap: 0.5rem !important; + } + .xl\:row-gap-3 { + row-gap: 1rem !important; + } + .xl\:row-gap-4 { + row-gap: 1.5rem !important; + } + .xl\:row-gap-5 { + row-gap: 2rem !important; + } + .xl\:row-gap-6 { + row-gap: 3rem !important; + } + .xl\:row-gap-7 { + row-gap: 4rem !important; + } + .xl\:row-gap-8 { + row-gap: 5rem !important; + } + .xl\:column-gap-0 { + column-gap: 0rem !important; + } + .xl\:column-gap-1 { + column-gap: 0.25rem !important; + } + .xl\:column-gap-2 { + column-gap: 0.5rem !important; + } + .xl\:column-gap-3 { + column-gap: 1rem !important; + } + .xl\:column-gap-4 { + column-gap: 1.5rem !important; + } + .xl\:column-gap-5 { + column-gap: 2rem !important; + } + .xl\:column-gap-6 { + column-gap: 3rem !important; + } + .xl\:column-gap-7 { + column-gap: 4rem !important; + } + .xl\:column-gap-8 { + column-gap: 5rem !important; + } +} +.p-0 { + padding: 0rem !important; +} + +.p-1 { + padding: 0.25rem !important; +} + +.p-2 { + padding: 0.5rem !important; +} + +.p-3 { + padding: 1rem !important; +} + +.p-4 { + padding: 1.5rem !important; +} + +.p-5 { + padding: 2rem !important; +} + +.p-6 { + padding: 3rem !important; +} + +.p-7 { + padding: 4rem !important; +} + +.p-8 { + padding: 5rem !important; +} + +.pt-0 { + padding-top: 0rem !important; +} + +.pt-1 { + padding-top: 0.25rem !important; +} + +.pt-2 { + padding-top: 0.5rem !important; +} + +.pt-3 { + padding-top: 1rem !important; +} + +.pt-4 { + padding-top: 1.5rem !important; +} + +.pt-5 { + padding-top: 2rem !important; +} + +.pt-6 { + padding-top: 3rem !important; +} + +.pt-7 { + padding-top: 4rem !important; +} + +.pt-8 { + padding-top: 5rem !important; +} + +.pr-0 { + padding-right: 0rem !important; +} + +.pr-1 { + padding-right: 0.25rem !important; +} + +.pr-2 { + padding-right: 0.5rem !important; +} + +.pr-3 { + padding-right: 1rem !important; +} + +.pr-4 { + padding-right: 1.5rem !important; +} + +.pr-5 { + padding-right: 2rem !important; +} + +.pr-6 { + padding-right: 3rem !important; +} + +.pr-7 { + padding-right: 4rem !important; +} + +.pr-8 { + padding-right: 5rem !important; +} + +.pl-0 { + padding-left: 0rem !important; +} + +.pl-1 { + padding-left: 0.25rem !important; +} + +.pl-2 { + padding-left: 0.5rem !important; +} + +.pl-3 { + padding-left: 1rem !important; +} + +.pl-4 { + padding-left: 1.5rem !important; +} + +.pl-5 { + padding-left: 2rem !important; +} + +.pl-6 { + padding-left: 3rem !important; +} + +.pl-7 { + padding-left: 4rem !important; +} + +.pl-8 { + padding-left: 5rem !important; +} + +.pb-0 { + padding-bottom: 0rem !important; +} + +.pb-1 { + padding-bottom: 0.25rem !important; +} + +.pb-2 { + padding-bottom: 0.5rem !important; +} + +.pb-3 { + padding-bottom: 1rem !important; +} + +.pb-4 { + padding-bottom: 1.5rem !important; +} + +.pb-5 { + padding-bottom: 2rem !important; +} + +.pb-6 { + padding-bottom: 3rem !important; +} + +.pb-7 { + padding-bottom: 4rem !important; +} + +.pb-8 { + padding-bottom: 5rem !important; +} + +.px-0 { + padding-left: 0rem !important; + padding-right: 0rem !important; +} + +.px-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; +} + +.px-2 { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; +} + +.px-3 { + padding-left: 1rem !important; + padding-right: 1rem !important; +} + +.px-4 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; +} + +.px-5 { + padding-left: 2rem !important; + padding-right: 2rem !important; +} + +.px-6 { + padding-left: 3rem !important; + padding-right: 3rem !important; +} + +.px-7 { + padding-left: 4rem !important; + padding-right: 4rem !important; +} + +.px-8 { + padding-left: 5rem !important; + padding-right: 5rem !important; +} + +.py-0 { + padding-top: 0rem !important; + padding-bottom: 0rem !important; +} + +.py-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; +} + +.py-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; +} + +.py-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; +} + +.py-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; +} + +.py-5 { + padding-top: 2rem !important; + padding-bottom: 2rem !important; +} + +.py-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; +} + +.py-7 { + padding-top: 4rem !important; + padding-bottom: 4rem !important; +} + +.py-8 { + padding-top: 5rem !important; + padding-bottom: 5rem !important; +} + +@media screen and (min-width: 576px) { + .sm\:p-0 { + padding: 0rem !important; + } + .sm\:p-1 { + padding: 0.25rem !important; + } + .sm\:p-2 { + padding: 0.5rem !important; + } + .sm\:p-3 { + padding: 1rem !important; + } + .sm\:p-4 { + padding: 1.5rem !important; + } + .sm\:p-5 { + padding: 2rem !important; + } + .sm\:p-6 { + padding: 3rem !important; + } + .sm\:p-7 { + padding: 4rem !important; + } + .sm\:p-8 { + padding: 5rem !important; + } + .sm\:pt-0 { + padding-top: 0rem !important; + } + .sm\:pt-1 { + padding-top: 0.25rem !important; + } + .sm\:pt-2 { + padding-top: 0.5rem !important; + } + .sm\:pt-3 { + padding-top: 1rem !important; + } + .sm\:pt-4 { + padding-top: 1.5rem !important; + } + .sm\:pt-5 { + padding-top: 2rem !important; + } + .sm\:pt-6 { + padding-top: 3rem !important; + } + .sm\:pt-7 { + padding-top: 4rem !important; + } + .sm\:pt-8 { + padding-top: 5rem !important; + } + .sm\:pr-0 { + padding-right: 0rem !important; + } + .sm\:pr-1 { + padding-right: 0.25rem !important; + } + .sm\:pr-2 { + padding-right: 0.5rem !important; + } + .sm\:pr-3 { + padding-right: 1rem !important; + } + .sm\:pr-4 { + padding-right: 1.5rem !important; + } + .sm\:pr-5 { + padding-right: 2rem !important; + } + .sm\:pr-6 { + padding-right: 3rem !important; + } + .sm\:pr-7 { + padding-right: 4rem !important; + } + .sm\:pr-8 { + padding-right: 5rem !important; + } + .sm\:pl-0 { + padding-left: 0rem !important; + } + .sm\:pl-1 { + padding-left: 0.25rem !important; + } + .sm\:pl-2 { + padding-left: 0.5rem !important; + } + .sm\:pl-3 { + padding-left: 1rem !important; + } + .sm\:pl-4 { + padding-left: 1.5rem !important; + } + .sm\:pl-5 { + padding-left: 2rem !important; + } + .sm\:pl-6 { + padding-left: 3rem !important; + } + .sm\:pl-7 { + padding-left: 4rem !important; + } + .sm\:pl-8 { + padding-left: 5rem !important; + } + .sm\:pb-0 { + padding-bottom: 0rem !important; + } + .sm\:pb-1 { + padding-bottom: 0.25rem !important; + } + .sm\:pb-2 { + padding-bottom: 0.5rem !important; + } + .sm\:pb-3 { + padding-bottom: 1rem !important; + } + .sm\:pb-4 { + padding-bottom: 1.5rem !important; + } + .sm\:pb-5 { + padding-bottom: 2rem !important; + } + .sm\:pb-6 { + padding-bottom: 3rem !important; + } + .sm\:pb-7 { + padding-bottom: 4rem !important; + } + .sm\:pb-8 { + padding-bottom: 5rem !important; + } + .sm\:px-0 { + padding-left: 0rem !important; + padding-right: 0rem !important; + } + .sm\:px-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; + } + .sm\:px-2 { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; + } + .sm\:px-3 { + padding-left: 1rem !important; + padding-right: 1rem !important; + } + .sm\:px-4 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; + } + .sm\:px-5 { + padding-left: 2rem !important; + padding-right: 2rem !important; + } + .sm\:px-6 { + padding-left: 3rem !important; + padding-right: 3rem !important; + } + .sm\:px-7 { + padding-left: 4rem !important; + padding-right: 4rem !important; + } + .sm\:px-8 { + padding-left: 5rem !important; + padding-right: 5rem !important; + } + .sm\:py-0 { + padding-top: 0rem !important; + padding-bottom: 0rem !important; + } + .sm\:py-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + .sm\:py-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + .sm\:py-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + .sm\:py-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .sm\:py-5 { + padding-top: 2rem !important; + padding-bottom: 2rem !important; + } + .sm\:py-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .sm\:py-7 { + padding-top: 4rem !important; + padding-bottom: 4rem !important; + } + .sm\:py-8 { + padding-top: 5rem !important; + padding-bottom: 5rem !important; + } +} +@media screen and (min-width: 768px) { + .md\:p-0 { + padding: 0rem !important; + } + .md\:p-1 { + padding: 0.25rem !important; + } + .md\:p-2 { + padding: 0.5rem !important; + } + .md\:p-3 { + padding: 1rem !important; + } + .md\:p-4 { + padding: 1.5rem !important; + } + .md\:p-5 { + padding: 2rem !important; + } + .md\:p-6 { + padding: 3rem !important; + } + .md\:p-7 { + padding: 4rem !important; + } + .md\:p-8 { + padding: 5rem !important; + } + .md\:pt-0 { + padding-top: 0rem !important; + } + .md\:pt-1 { + padding-top: 0.25rem !important; + } + .md\:pt-2 { + padding-top: 0.5rem !important; + } + .md\:pt-3 { + padding-top: 1rem !important; + } + .md\:pt-4 { + padding-top: 1.5rem !important; + } + .md\:pt-5 { + padding-top: 2rem !important; + } + .md\:pt-6 { + padding-top: 3rem !important; + } + .md\:pt-7 { + padding-top: 4rem !important; + } + .md\:pt-8 { + padding-top: 5rem !important; + } + .md\:pr-0 { + padding-right: 0rem !important; + } + .md\:pr-1 { + padding-right: 0.25rem !important; + } + .md\:pr-2 { + padding-right: 0.5rem !important; + } + .md\:pr-3 { + padding-right: 1rem !important; + } + .md\:pr-4 { + padding-right: 1.5rem !important; + } + .md\:pr-5 { + padding-right: 2rem !important; + } + .md\:pr-6 { + padding-right: 3rem !important; + } + .md\:pr-7 { + padding-right: 4rem !important; + } + .md\:pr-8 { + padding-right: 5rem !important; + } + .md\:pl-0 { + padding-left: 0rem !important; + } + .md\:pl-1 { + padding-left: 0.25rem !important; + } + .md\:pl-2 { + padding-left: 0.5rem !important; + } + .md\:pl-3 { + padding-left: 1rem !important; + } + .md\:pl-4 { + padding-left: 1.5rem !important; + } + .md\:pl-5 { + padding-left: 2rem !important; + } + .md\:pl-6 { + padding-left: 3rem !important; + } + .md\:pl-7 { + padding-left: 4rem !important; + } + .md\:pl-8 { + padding-left: 5rem !important; + } + .md\:pb-0 { + padding-bottom: 0rem !important; + } + .md\:pb-1 { + padding-bottom: 0.25rem !important; + } + .md\:pb-2 { + padding-bottom: 0.5rem !important; + } + .md\:pb-3 { + padding-bottom: 1rem !important; + } + .md\:pb-4 { + padding-bottom: 1.5rem !important; + } + .md\:pb-5 { + padding-bottom: 2rem !important; + } + .md\:pb-6 { + padding-bottom: 3rem !important; + } + .md\:pb-7 { + padding-bottom: 4rem !important; + } + .md\:pb-8 { + padding-bottom: 5rem !important; + } + .md\:px-0 { + padding-left: 0rem !important; + padding-right: 0rem !important; + } + .md\:px-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; + } + .md\:px-2 { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; + } + .md\:px-3 { + padding-left: 1rem !important; + padding-right: 1rem !important; + } + .md\:px-4 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; + } + .md\:px-5 { + padding-left: 2rem !important; + padding-right: 2rem !important; + } + .md\:px-6 { + padding-left: 3rem !important; + padding-right: 3rem !important; + } + .md\:px-7 { + padding-left: 4rem !important; + padding-right: 4rem !important; + } + .md\:px-8 { + padding-left: 5rem !important; + padding-right: 5rem !important; + } + .md\:py-0 { + padding-top: 0rem !important; + padding-bottom: 0rem !important; + } + .md\:py-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + .md\:py-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + .md\:py-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + .md\:py-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .md\:py-5 { + padding-top: 2rem !important; + padding-bottom: 2rem !important; + } + .md\:py-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .md\:py-7 { + padding-top: 4rem !important; + padding-bottom: 4rem !important; + } + .md\:py-8 { + padding-top: 5rem !important; + padding-bottom: 5rem !important; + } +} +@media screen and (min-width: 992px) { + .lg\:p-0 { + padding: 0rem !important; + } + .lg\:p-1 { + padding: 0.25rem !important; + } + .lg\:p-2 { + padding: 0.5rem !important; + } + .lg\:p-3 { + padding: 1rem !important; + } + .lg\:p-4 { + padding: 1.5rem !important; + } + .lg\:p-5 { + padding: 2rem !important; + } + .lg\:p-6 { + padding: 3rem !important; + } + .lg\:p-7 { + padding: 4rem !important; + } + .lg\:p-8 { + padding: 5rem !important; + } + .lg\:pt-0 { + padding-top: 0rem !important; + } + .lg\:pt-1 { + padding-top: 0.25rem !important; + } + .lg\:pt-2 { + padding-top: 0.5rem !important; + } + .lg\:pt-3 { + padding-top: 1rem !important; + } + .lg\:pt-4 { + padding-top: 1.5rem !important; + } + .lg\:pt-5 { + padding-top: 2rem !important; + } + .lg\:pt-6 { + padding-top: 3rem !important; + } + .lg\:pt-7 { + padding-top: 4rem !important; + } + .lg\:pt-8 { + padding-top: 5rem !important; + } + .lg\:pr-0 { + padding-right: 0rem !important; + } + .lg\:pr-1 { + padding-right: 0.25rem !important; + } + .lg\:pr-2 { + padding-right: 0.5rem !important; + } + .lg\:pr-3 { + padding-right: 1rem !important; + } + .lg\:pr-4 { + padding-right: 1.5rem !important; + } + .lg\:pr-5 { + padding-right: 2rem !important; + } + .lg\:pr-6 { + padding-right: 3rem !important; + } + .lg\:pr-7 { + padding-right: 4rem !important; + } + .lg\:pr-8 { + padding-right: 5rem !important; + } + .lg\:pl-0 { + padding-left: 0rem !important; + } + .lg\:pl-1 { + padding-left: 0.25rem !important; + } + .lg\:pl-2 { + padding-left: 0.5rem !important; + } + .lg\:pl-3 { + padding-left: 1rem !important; + } + .lg\:pl-4 { + padding-left: 1.5rem !important; + } + .lg\:pl-5 { + padding-left: 2rem !important; + } + .lg\:pl-6 { + padding-left: 3rem !important; + } + .lg\:pl-7 { + padding-left: 4rem !important; + } + .lg\:pl-8 { + padding-left: 5rem !important; + } + .lg\:pb-0 { + padding-bottom: 0rem !important; + } + .lg\:pb-1 { + padding-bottom: 0.25rem !important; + } + .lg\:pb-2 { + padding-bottom: 0.5rem !important; + } + .lg\:pb-3 { + padding-bottom: 1rem !important; + } + .lg\:pb-4 { + padding-bottom: 1.5rem !important; + } + .lg\:pb-5 { + padding-bottom: 2rem !important; + } + .lg\:pb-6 { + padding-bottom: 3rem !important; + } + .lg\:pb-7 { + padding-bottom: 4rem !important; + } + .lg\:pb-8 { + padding-bottom: 5rem !important; + } + .lg\:px-0 { + padding-left: 0rem !important; + padding-right: 0rem !important; + } + .lg\:px-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; + } + .lg\:px-2 { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; + } + .lg\:px-3 { + padding-left: 1rem !important; + padding-right: 1rem !important; + } + .lg\:px-4 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; + } + .lg\:px-5 { + padding-left: 2rem !important; + padding-right: 2rem !important; + } + .lg\:px-6 { + padding-left: 3rem !important; + padding-right: 3rem !important; + } + .lg\:px-7 { + padding-left: 4rem !important; + padding-right: 4rem !important; + } + .lg\:px-8 { + padding-left: 5rem !important; + padding-right: 5rem !important; + } + .lg\:py-0 { + padding-top: 0rem !important; + padding-bottom: 0rem !important; + } + .lg\:py-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + .lg\:py-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + .lg\:py-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + .lg\:py-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .lg\:py-5 { + padding-top: 2rem !important; + padding-bottom: 2rem !important; + } + .lg\:py-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .lg\:py-7 { + padding-top: 4rem !important; + padding-bottom: 4rem !important; + } + .lg\:py-8 { + padding-top: 5rem !important; + padding-bottom: 5rem !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:p-0 { + padding: 0rem !important; + } + .xl\:p-1 { + padding: 0.25rem !important; + } + .xl\:p-2 { + padding: 0.5rem !important; + } + .xl\:p-3 { + padding: 1rem !important; + } + .xl\:p-4 { + padding: 1.5rem !important; + } + .xl\:p-5 { + padding: 2rem !important; + } + .xl\:p-6 { + padding: 3rem !important; + } + .xl\:p-7 { + padding: 4rem !important; + } + .xl\:p-8 { + padding: 5rem !important; + } + .xl\:pt-0 { + padding-top: 0rem !important; + } + .xl\:pt-1 { + padding-top: 0.25rem !important; + } + .xl\:pt-2 { + padding-top: 0.5rem !important; + } + .xl\:pt-3 { + padding-top: 1rem !important; + } + .xl\:pt-4 { + padding-top: 1.5rem !important; + } + .xl\:pt-5 { + padding-top: 2rem !important; + } + .xl\:pt-6 { + padding-top: 3rem !important; + } + .xl\:pt-7 { + padding-top: 4rem !important; + } + .xl\:pt-8 { + padding-top: 5rem !important; + } + .xl\:pr-0 { + padding-right: 0rem !important; + } + .xl\:pr-1 { + padding-right: 0.25rem !important; + } + .xl\:pr-2 { + padding-right: 0.5rem !important; + } + .xl\:pr-3 { + padding-right: 1rem !important; + } + .xl\:pr-4 { + padding-right: 1.5rem !important; + } + .xl\:pr-5 { + padding-right: 2rem !important; + } + .xl\:pr-6 { + padding-right: 3rem !important; + } + .xl\:pr-7 { + padding-right: 4rem !important; + } + .xl\:pr-8 { + padding-right: 5rem !important; + } + .xl\:pl-0 { + padding-left: 0rem !important; + } + .xl\:pl-1 { + padding-left: 0.25rem !important; + } + .xl\:pl-2 { + padding-left: 0.5rem !important; + } + .xl\:pl-3 { + padding-left: 1rem !important; + } + .xl\:pl-4 { + padding-left: 1.5rem !important; + } + .xl\:pl-5 { + padding-left: 2rem !important; + } + .xl\:pl-6 { + padding-left: 3rem !important; + } + .xl\:pl-7 { + padding-left: 4rem !important; + } + .xl\:pl-8 { + padding-left: 5rem !important; + } + .xl\:pb-0 { + padding-bottom: 0rem !important; + } + .xl\:pb-1 { + padding-bottom: 0.25rem !important; + } + .xl\:pb-2 { + padding-bottom: 0.5rem !important; + } + .xl\:pb-3 { + padding-bottom: 1rem !important; + } + .xl\:pb-4 { + padding-bottom: 1.5rem !important; + } + .xl\:pb-5 { + padding-bottom: 2rem !important; + } + .xl\:pb-6 { + padding-bottom: 3rem !important; + } + .xl\:pb-7 { + padding-bottom: 4rem !important; + } + .xl\:pb-8 { + padding-bottom: 5rem !important; + } + .xl\:px-0 { + padding-left: 0rem !important; + padding-right: 0rem !important; + } + .xl\:px-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; + } + .xl\:px-2 { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; + } + .xl\:px-3 { + padding-left: 1rem !important; + padding-right: 1rem !important; + } + .xl\:px-4 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; + } + .xl\:px-5 { + padding-left: 2rem !important; + padding-right: 2rem !important; + } + .xl\:px-6 { + padding-left: 3rem !important; + padding-right: 3rem !important; + } + .xl\:px-7 { + padding-left: 4rem !important; + padding-right: 4rem !important; + } + .xl\:px-8 { + padding-left: 5rem !important; + padding-right: 5rem !important; + } + .xl\:py-0 { + padding-top: 0rem !important; + padding-bottom: 0rem !important; + } + .xl\:py-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + .xl\:py-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + .xl\:py-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + .xl\:py-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .xl\:py-5 { + padding-top: 2rem !important; + padding-bottom: 2rem !important; + } + .xl\:py-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .xl\:py-7 { + padding-top: 4rem !important; + padding-bottom: 4rem !important; + } + .xl\:py-8 { + padding-top: 5rem !important; + padding-bottom: 5rem !important; + } +} +.m-0 { + margin: 0rem !important; +} + +.m-1 { + margin: 0.25rem !important; +} + +.m-2 { + margin: 0.5rem !important; +} + +.m-3 { + margin: 1rem !important; +} + +.m-4 { + margin: 1.5rem !important; +} + +.m-5 { + margin: 2rem !important; +} + +.m-6 { + margin: 3rem !important; +} + +.m-7 { + margin: 4rem !important; +} + +.m-8 { + margin: 5rem !important; +} + +.-m-1 { + margin: -0.25rem !important; +} + +.-m-2 { + margin: -0.5rem !important; +} + +.-m-3 { + margin: -1rem !important; +} + +.-m-4 { + margin: -1.5rem !important; +} + +.-m-5 { + margin: -2rem !important; +} + +.-m-6 { + margin: -3rem !important; +} + +.-m-7 { + margin: -4rem !important; +} + +.-m-8 { + margin: -5rem !important; +} + +.m-auto { + margin: auto !important; +} + +.mt-0 { + margin-top: 0rem !important; +} + +.mt-1 { + margin-top: 0.25rem !important; +} + +.mt-2 { + margin-top: 0.5rem !important; +} + +.mt-3 { + margin-top: 1rem !important; +} + +.mt-4 { + margin-top: 1.5rem !important; +} + +.mt-5 { + margin-top: 2rem !important; +} + +.mt-6 { + margin-top: 3rem !important; +} + +.mt-7 { + margin-top: 4rem !important; +} + +.mt-8 { + margin-top: 5rem !important; +} + +.-mt-1 { + margin-top: -0.25rem !important; +} + +.-mt-2 { + margin-top: -0.5rem !important; +} + +.-mt-3 { + margin-top: -1rem !important; +} + +.-mt-4 { + margin-top: -1.5rem !important; +} + +.-mt-5 { + margin-top: -2rem !important; +} + +.-mt-6 { + margin-top: -3rem !important; +} + +.-mt-7 { + margin-top: -4rem !important; +} + +.-mt-8 { + margin-top: -5rem !important; +} + +.mt-auto { + margin-top: auto !important; +} + +.mr-0 { + margin-right: 0rem !important; +} + +.mr-1 { + margin-right: 0.25rem !important; +} + +.mr-2 { + margin-right: 0.5rem !important; +} + +.mr-3 { + margin-right: 1rem !important; +} + +.mr-4 { + margin-right: 1.5rem !important; +} + +.mr-5 { + margin-right: 2rem !important; +} + +.mr-6 { + margin-right: 3rem !important; +} + +.mr-7 { + margin-right: 4rem !important; +} + +.mr-8 { + margin-right: 5rem !important; +} + +.-mr-1 { + margin-right: -0.25rem !important; +} + +.-mr-2 { + margin-right: -0.5rem !important; +} + +.-mr-3 { + margin-right: -1rem !important; +} + +.-mr-4 { + margin-right: -1.5rem !important; +} + +.-mr-5 { + margin-right: -2rem !important; +} + +.-mr-6 { + margin-right: -3rem !important; +} + +.-mr-7 { + margin-right: -4rem !important; +} + +.-mr-8 { + margin-right: -5rem !important; +} + +.mr-auto { + margin-right: auto !important; +} + +.ml-0 { + margin-left: 0rem !important; +} + +.ml-1 { + margin-left: 0.25rem !important; +} + +.ml-2 { + margin-left: 0.5rem !important; +} + +.ml-3 { + margin-left: 1rem !important; +} + +.ml-4 { + margin-left: 1.5rem !important; +} + +.ml-5 { + margin-left: 2rem !important; +} + +.ml-6 { + margin-left: 3rem !important; +} + +.ml-7 { + margin-left: 4rem !important; +} + +.ml-8 { + margin-left: 5rem !important; +} + +.-ml-1 { + margin-left: -0.25rem !important; +} + +.-ml-2 { + margin-left: -0.5rem !important; +} + +.-ml-3 { + margin-left: -1rem !important; +} + +.-ml-4 { + margin-left: -1.5rem !important; +} + +.-ml-5 { + margin-left: -2rem !important; +} + +.-ml-6 { + margin-left: -3rem !important; +} + +.-ml-7 { + margin-left: -4rem !important; +} + +.-ml-8 { + margin-left: -5rem !important; +} + +.ml-auto { + margin-left: auto !important; +} + +.mb-0 { + margin-bottom: 0rem !important; +} + +.mb-1 { + margin-bottom: 0.25rem !important; +} + +.mb-2 { + margin-bottom: 0.5rem !important; +} + +.mb-3 { + margin-bottom: 1rem !important; +} + +.mb-4 { + margin-bottom: 1.5rem !important; +} + +.mb-5 { + margin-bottom: 2rem !important; +} + +.mb-6 { + margin-bottom: 3rem !important; +} + +.mb-7 { + margin-bottom: 4rem !important; +} + +.mb-8 { + margin-bottom: 5rem !important; +} + +.-mb-1 { + margin-bottom: -0.25rem !important; +} + +.-mb-2 { + margin-bottom: -0.5rem !important; +} + +.-mb-3 { + margin-bottom: -1rem !important; +} + +.-mb-4 { + margin-bottom: -1.5rem !important; +} + +.-mb-5 { + margin-bottom: -2rem !important; +} + +.-mb-6 { + margin-bottom: -3rem !important; +} + +.-mb-7 { + margin-bottom: -4rem !important; +} + +.-mb-8 { + margin-bottom: -5rem !important; +} + +.mb-auto { + margin-bottom: auto !important; +} + +.mx-0 { + margin-left: 0rem !important; + margin-right: 0rem !important; +} + +.mx-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; +} + +.mx-2 { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; +} + +.mx-3 { + margin-left: 1rem !important; + margin-right: 1rem !important; +} + +.mx-4 { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; +} + +.mx-5 { + margin-left: 2rem !important; + margin-right: 2rem !important; +} + +.mx-6 { + margin-left: 3rem !important; + margin-right: 3rem !important; +} + +.mx-7 { + margin-left: 4rem !important; + margin-right: 4rem !important; +} + +.mx-8 { + margin-left: 5rem !important; + margin-right: 5rem !important; +} + +.-mx-1 { + margin-left: -0.25rem !important; + margin-right: -0.25rem !important; +} + +.-mx-2 { + margin-left: -0.5rem !important; + margin-right: -0.5rem !important; +} + +.-mx-3 { + margin-left: -1rem !important; + margin-right: -1rem !important; +} + +.-mx-4 { + margin-left: -1.5rem !important; + margin-right: -1.5rem !important; +} + +.-mx-5 { + margin-left: -2rem !important; + margin-right: -2rem !important; +} + +.-mx-6 { + margin-left: -3rem !important; + margin-right: -3rem !important; +} + +.-mx-7 { + margin-left: -4rem !important; + margin-right: -4rem !important; +} + +.-mx-8 { + margin-left: -5rem !important; + margin-right: -5rem !important; +} + +.mx-auto { + margin-left: auto !important; + margin-right: auto !important; +} + +.my-0 { + margin-top: 0rem !important; + margin-bottom: 0rem !important; +} + +.my-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; +} + +.my-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; +} + +.my-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; +} + +.my-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; +} + +.my-5 { + margin-top: 2rem !important; + margin-bottom: 2rem !important; +} + +.my-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; +} + +.my-7 { + margin-top: 4rem !important; + margin-bottom: 4rem !important; +} + +.my-8 { + margin-top: 5rem !important; + margin-bottom: 5rem !important; +} + +.-my-1 { + margin-top: -0.25rem !important; + margin-bottom: -0.25rem !important; +} + +.-my-2 { + margin-top: -0.5rem !important; + margin-bottom: -0.5rem !important; +} + +.-my-3 { + margin-top: -1rem !important; + margin-bottom: -1rem !important; +} + +.-my-4 { + margin-top: -1.5rem !important; + margin-bottom: -1.5rem !important; +} + +.-my-5 { + margin-top: -2rem !important; + margin-bottom: -2rem !important; +} + +.-my-6 { + margin-top: -3rem !important; + margin-bottom: -3rem !important; +} + +.-my-7 { + margin-top: -4rem !important; + margin-bottom: -4rem !important; +} + +.-my-8 { + margin-top: -5rem !important; + margin-bottom: -5rem !important; +} + +.my-auto { + margin-top: auto !important; + margin-bottom: auto !important; +} + +@media screen and (min-width: 576px) { + .sm\:m-0 { + margin: 0rem !important; + } + .sm\:m-1 { + margin: 0.25rem !important; + } + .sm\:m-2 { + margin: 0.5rem !important; + } + .sm\:m-3 { + margin: 1rem !important; + } + .sm\:m-4 { + margin: 1.5rem !important; + } + .sm\:m-5 { + margin: 2rem !important; + } + .sm\:m-6 { + margin: 3rem !important; + } + .sm\:m-7 { + margin: 4rem !important; + } + .sm\:m-8 { + margin: 5rem !important; + } + .sm\:-m-1 { + margin: -0.25rem !important; + } + .sm\:-m-2 { + margin: -0.5rem !important; + } + .sm\:-m-3 { + margin: -1rem !important; + } + .sm\:-m-4 { + margin: -1.5rem !important; + } + .sm\:-m-5 { + margin: -2rem !important; + } + .sm\:-m-6 { + margin: -3rem !important; + } + .sm\:-m-7 { + margin: -4rem !important; + } + .sm\:-m-8 { + margin: -5rem !important; + } + .sm\:m-auto { + margin: auto !important; + } + .sm\:mt-0 { + margin-top: 0rem !important; + } + .sm\:mt-1 { + margin-top: 0.25rem !important; + } + .sm\:mt-2 { + margin-top: 0.5rem !important; + } + .sm\:mt-3 { + margin-top: 1rem !important; + } + .sm\:mt-4 { + margin-top: 1.5rem !important; + } + .sm\:mt-5 { + margin-top: 2rem !important; + } + .sm\:mt-6 { + margin-top: 3rem !important; + } + .sm\:mt-7 { + margin-top: 4rem !important; + } + .sm\:mt-8 { + margin-top: 5rem !important; + } + .sm\:-mt-1 { + margin-top: -0.25rem !important; + } + .sm\:-mt-2 { + margin-top: -0.5rem !important; + } + .sm\:-mt-3 { + margin-top: -1rem !important; + } + .sm\:-mt-4 { + margin-top: -1.5rem !important; + } + .sm\:-mt-5 { + margin-top: -2rem !important; + } + .sm\:-mt-6 { + margin-top: -3rem !important; + } + .sm\:-mt-7 { + margin-top: -4rem !important; + } + .sm\:-mt-8 { + margin-top: -5rem !important; + } + .sm\:mt-auto { + margin-top: auto !important; + } + .sm\:mr-0 { + margin-right: 0rem !important; + } + .sm\:mr-1 { + margin-right: 0.25rem !important; + } + .sm\:mr-2 { + margin-right: 0.5rem !important; + } + .sm\:mr-3 { + margin-right: 1rem !important; + } + .sm\:mr-4 { + margin-right: 1.5rem !important; + } + .sm\:mr-5 { + margin-right: 2rem !important; + } + .sm\:mr-6 { + margin-right: 3rem !important; + } + .sm\:mr-7 { + margin-right: 4rem !important; + } + .sm\:mr-8 { + margin-right: 5rem !important; + } + .sm\:-mr-1 { + margin-right: -0.25rem !important; + } + .sm\:-mr-2 { + margin-right: -0.5rem !important; + } + .sm\:-mr-3 { + margin-right: -1rem !important; + } + .sm\:-mr-4 { + margin-right: -1.5rem !important; + } + .sm\:-mr-5 { + margin-right: -2rem !important; + } + .sm\:-mr-6 { + margin-right: -3rem !important; + } + .sm\:-mr-7 { + margin-right: -4rem !important; + } + .sm\:-mr-8 { + margin-right: -5rem !important; + } + .sm\:mr-auto { + margin-right: auto !important; + } + .sm\:ml-0 { + margin-left: 0rem !important; + } + .sm\:ml-1 { + margin-left: 0.25rem !important; + } + .sm\:ml-2 { + margin-left: 0.5rem !important; + } + .sm\:ml-3 { + margin-left: 1rem !important; + } + .sm\:ml-4 { + margin-left: 1.5rem !important; + } + .sm\:ml-5 { + margin-left: 2rem !important; + } + .sm\:ml-6 { + margin-left: 3rem !important; + } + .sm\:ml-7 { + margin-left: 4rem !important; + } + .sm\:ml-8 { + margin-left: 5rem !important; + } + .sm\:-ml-1 { + margin-left: -0.25rem !important; + } + .sm\:-ml-2 { + margin-left: -0.5rem !important; + } + .sm\:-ml-3 { + margin-left: -1rem !important; + } + .sm\:-ml-4 { + margin-left: -1.5rem !important; + } + .sm\:-ml-5 { + margin-left: -2rem !important; + } + .sm\:-ml-6 { + margin-left: -3rem !important; + } + .sm\:-ml-7 { + margin-left: -4rem !important; + } + .sm\:-ml-8 { + margin-left: -5rem !important; + } + .sm\:ml-auto { + margin-left: auto !important; + } + .sm\:mb-0 { + margin-bottom: 0rem !important; + } + .sm\:mb-1 { + margin-bottom: 0.25rem !important; + } + .sm\:mb-2 { + margin-bottom: 0.5rem !important; + } + .sm\:mb-3 { + margin-bottom: 1rem !important; + } + .sm\:mb-4 { + margin-bottom: 1.5rem !important; + } + .sm\:mb-5 { + margin-bottom: 2rem !important; + } + .sm\:mb-6 { + margin-bottom: 3rem !important; + } + .sm\:mb-7 { + margin-bottom: 4rem !important; + } + .sm\:mb-8 { + margin-bottom: 5rem !important; + } + .sm\:-mb-1 { + margin-bottom: -0.25rem !important; + } + .sm\:-mb-2 { + margin-bottom: -0.5rem !important; + } + .sm\:-mb-3 { + margin-bottom: -1rem !important; + } + .sm\:-mb-4 { + margin-bottom: -1.5rem !important; + } + .sm\:-mb-5 { + margin-bottom: -2rem !important; + } + .sm\:-mb-6 { + margin-bottom: -3rem !important; + } + .sm\:-mb-7 { + margin-bottom: -4rem !important; + } + .sm\:-mb-8 { + margin-bottom: -5rem !important; + } + .sm\:mb-auto { + margin-bottom: auto !important; + } + .sm\:mx-0 { + margin-left: 0rem !important; + margin-right: 0rem !important; + } + .sm\:mx-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; + } + .sm\:mx-2 { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; + } + .sm\:mx-3 { + margin-left: 1rem !important; + margin-right: 1rem !important; + } + .sm\:mx-4 { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; + } + .sm\:mx-5 { + margin-left: 2rem !important; + margin-right: 2rem !important; + } + .sm\:mx-6 { + margin-left: 3rem !important; + margin-right: 3rem !important; + } + .sm\:mx-7 { + margin-left: 4rem !important; + margin-right: 4rem !important; + } + .sm\:mx-8 { + margin-left: 5rem !important; + margin-right: 5rem !important; + } + .sm\:-mx-1 { + margin-left: -0.25rem !important; + margin-right: -0.25rem !important; + } + .sm\:-mx-2 { + margin-left: -0.5rem !important; + margin-right: -0.5rem !important; + } + .sm\:-mx-3 { + margin-left: -1rem !important; + margin-right: -1rem !important; + } + .sm\:-mx-4 { + margin-left: -1.5rem !important; + margin-right: -1.5rem !important; + } + .sm\:-mx-5 { + margin-left: -2rem !important; + margin-right: -2rem !important; + } + .sm\:-mx-6 { + margin-left: -3rem !important; + margin-right: -3rem !important; + } + .sm\:-mx-7 { + margin-left: -4rem !important; + margin-right: -4rem !important; + } + .sm\:-mx-8 { + margin-left: -5rem !important; + margin-right: -5rem !important; + } + .sm\:mx-auto { + margin-left: auto !important; + margin-right: auto !important; + } + .sm\:my-0 { + margin-top: 0rem !important; + margin-bottom: 0rem !important; + } + .sm\:my-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + .sm\:my-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + .sm\:my-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + .sm\:my-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .sm\:my-5 { + margin-top: 2rem !important; + margin-bottom: 2rem !important; + } + .sm\:my-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .sm\:my-7 { + margin-top: 4rem !important; + margin-bottom: 4rem !important; + } + .sm\:my-8 { + margin-top: 5rem !important; + margin-bottom: 5rem !important; + } + .sm\:-my-1 { + margin-top: -0.25rem !important; + margin-bottom: -0.25rem !important; + } + .sm\:-my-2 { + margin-top: -0.5rem !important; + margin-bottom: -0.5rem !important; + } + .sm\:-my-3 { + margin-top: -1rem !important; + margin-bottom: -1rem !important; + } + .sm\:-my-4 { + margin-top: -1.5rem !important; + margin-bottom: -1.5rem !important; + } + .sm\:-my-5 { + margin-top: -2rem !important; + margin-bottom: -2rem !important; + } + .sm\:-my-6 { + margin-top: -3rem !important; + margin-bottom: -3rem !important; + } + .sm\:-my-7 { + margin-top: -4rem !important; + margin-bottom: -4rem !important; + } + .sm\:-my-8 { + margin-top: -5rem !important; + margin-bottom: -5rem !important; + } + .sm\:my-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } +} +@media screen and (min-width: 768px) { + .md\:m-0 { + margin: 0rem !important; + } + .md\:m-1 { + margin: 0.25rem !important; + } + .md\:m-2 { + margin: 0.5rem !important; + } + .md\:m-3 { + margin: 1rem !important; + } + .md\:m-4 { + margin: 1.5rem !important; + } + .md\:m-5 { + margin: 2rem !important; + } + .md\:m-6 { + margin: 3rem !important; + } + .md\:m-7 { + margin: 4rem !important; + } + .md\:m-8 { + margin: 5rem !important; + } + .md\:-m-1 { + margin: -0.25rem !important; + } + .md\:-m-2 { + margin: -0.5rem !important; + } + .md\:-m-3 { + margin: -1rem !important; + } + .md\:-m-4 { + margin: -1.5rem !important; + } + .md\:-m-5 { + margin: -2rem !important; + } + .md\:-m-6 { + margin: -3rem !important; + } + .md\:-m-7 { + margin: -4rem !important; + } + .md\:-m-8 { + margin: -5rem !important; + } + .md\:m-auto { + margin: auto !important; + } + .md\:mt-0 { + margin-top: 0rem !important; + } + .md\:mt-1 { + margin-top: 0.25rem !important; + } + .md\:mt-2 { + margin-top: 0.5rem !important; + } + .md\:mt-3 { + margin-top: 1rem !important; + } + .md\:mt-4 { + margin-top: 1.5rem !important; + } + .md\:mt-5 { + margin-top: 2rem !important; + } + .md\:mt-6 { + margin-top: 3rem !important; + } + .md\:mt-7 { + margin-top: 4rem !important; + } + .md\:mt-8 { + margin-top: 5rem !important; + } + .md\:-mt-1 { + margin-top: -0.25rem !important; + } + .md\:-mt-2 { + margin-top: -0.5rem !important; + } + .md\:-mt-3 { + margin-top: -1rem !important; + } + .md\:-mt-4 { + margin-top: -1.5rem !important; + } + .md\:-mt-5 { + margin-top: -2rem !important; + } + .md\:-mt-6 { + margin-top: -3rem !important; + } + .md\:-mt-7 { + margin-top: -4rem !important; + } + .md\:-mt-8 { + margin-top: -5rem !important; + } + .md\:mt-auto { + margin-top: auto !important; + } + .md\:mr-0 { + margin-right: 0rem !important; + } + .md\:mr-1 { + margin-right: 0.25rem !important; + } + .md\:mr-2 { + margin-right: 0.5rem !important; + } + .md\:mr-3 { + margin-right: 1rem !important; + } + .md\:mr-4 { + margin-right: 1.5rem !important; + } + .md\:mr-5 { + margin-right: 2rem !important; + } + .md\:mr-6 { + margin-right: 3rem !important; + } + .md\:mr-7 { + margin-right: 4rem !important; + } + .md\:mr-8 { + margin-right: 5rem !important; + } + .md\:-mr-1 { + margin-right: -0.25rem !important; + } + .md\:-mr-2 { + margin-right: -0.5rem !important; + } + .md\:-mr-3 { + margin-right: -1rem !important; + } + .md\:-mr-4 { + margin-right: -1.5rem !important; + } + .md\:-mr-5 { + margin-right: -2rem !important; + } + .md\:-mr-6 { + margin-right: -3rem !important; + } + .md\:-mr-7 { + margin-right: -4rem !important; + } + .md\:-mr-8 { + margin-right: -5rem !important; + } + .md\:mr-auto { + margin-right: auto !important; + } + .md\:ml-0 { + margin-left: 0rem !important; + } + .md\:ml-1 { + margin-left: 0.25rem !important; + } + .md\:ml-2 { + margin-left: 0.5rem !important; + } + .md\:ml-3 { + margin-left: 1rem !important; + } + .md\:ml-4 { + margin-left: 1.5rem !important; + } + .md\:ml-5 { + margin-left: 2rem !important; + } + .md\:ml-6 { + margin-left: 3rem !important; + } + .md\:ml-7 { + margin-left: 4rem !important; + } + .md\:ml-8 { + margin-left: 5rem !important; + } + .md\:-ml-1 { + margin-left: -0.25rem !important; + } + .md\:-ml-2 { + margin-left: -0.5rem !important; + } + .md\:-ml-3 { + margin-left: -1rem !important; + } + .md\:-ml-4 { + margin-left: -1.5rem !important; + } + .md\:-ml-5 { + margin-left: -2rem !important; + } + .md\:-ml-6 { + margin-left: -3rem !important; + } + .md\:-ml-7 { + margin-left: -4rem !important; + } + .md\:-ml-8 { + margin-left: -5rem !important; + } + .md\:ml-auto { + margin-left: auto !important; + } + .md\:mb-0 { + margin-bottom: 0rem !important; + } + .md\:mb-1 { + margin-bottom: 0.25rem !important; + } + .md\:mb-2 { + margin-bottom: 0.5rem !important; + } + .md\:mb-3 { + margin-bottom: 1rem !important; + } + .md\:mb-4 { + margin-bottom: 1.5rem !important; + } + .md\:mb-5 { + margin-bottom: 2rem !important; + } + .md\:mb-6 { + margin-bottom: 3rem !important; + } + .md\:mb-7 { + margin-bottom: 4rem !important; + } + .md\:mb-8 { + margin-bottom: 5rem !important; + } + .md\:-mb-1 { + margin-bottom: -0.25rem !important; + } + .md\:-mb-2 { + margin-bottom: -0.5rem !important; + } + .md\:-mb-3 { + margin-bottom: -1rem !important; + } + .md\:-mb-4 { + margin-bottom: -1.5rem !important; + } + .md\:-mb-5 { + margin-bottom: -2rem !important; + } + .md\:-mb-6 { + margin-bottom: -3rem !important; + } + .md\:-mb-7 { + margin-bottom: -4rem !important; + } + .md\:-mb-8 { + margin-bottom: -5rem !important; + } + .md\:mb-auto { + margin-bottom: auto !important; + } + .md\:mx-0 { + margin-left: 0rem !important; + margin-right: 0rem !important; + } + .md\:mx-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; + } + .md\:mx-2 { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; + } + .md\:mx-3 { + margin-left: 1rem !important; + margin-right: 1rem !important; + } + .md\:mx-4 { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; + } + .md\:mx-5 { + margin-left: 2rem !important; + margin-right: 2rem !important; + } + .md\:mx-6 { + margin-left: 3rem !important; + margin-right: 3rem !important; + } + .md\:mx-7 { + margin-left: 4rem !important; + margin-right: 4rem !important; + } + .md\:mx-8 { + margin-left: 5rem !important; + margin-right: 5rem !important; + } + .md\:-mx-1 { + margin-left: -0.25rem !important; + margin-right: -0.25rem !important; + } + .md\:-mx-2 { + margin-left: -0.5rem !important; + margin-right: -0.5rem !important; + } + .md\:-mx-3 { + margin-left: -1rem !important; + margin-right: -1rem !important; + } + .md\:-mx-4 { + margin-left: -1.5rem !important; + margin-right: -1.5rem !important; + } + .md\:-mx-5 { + margin-left: -2rem !important; + margin-right: -2rem !important; + } + .md\:-mx-6 { + margin-left: -3rem !important; + margin-right: -3rem !important; + } + .md\:-mx-7 { + margin-left: -4rem !important; + margin-right: -4rem !important; + } + .md\:-mx-8 { + margin-left: -5rem !important; + margin-right: -5rem !important; + } + .md\:mx-auto { + margin-left: auto !important; + margin-right: auto !important; + } + .md\:my-0 { + margin-top: 0rem !important; + margin-bottom: 0rem !important; + } + .md\:my-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + .md\:my-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + .md\:my-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + .md\:my-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .md\:my-5 { + margin-top: 2rem !important; + margin-bottom: 2rem !important; + } + .md\:my-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .md\:my-7 { + margin-top: 4rem !important; + margin-bottom: 4rem !important; + } + .md\:my-8 { + margin-top: 5rem !important; + margin-bottom: 5rem !important; + } + .md\:-my-1 { + margin-top: -0.25rem !important; + margin-bottom: -0.25rem !important; + } + .md\:-my-2 { + margin-top: -0.5rem !important; + margin-bottom: -0.5rem !important; + } + .md\:-my-3 { + margin-top: -1rem !important; + margin-bottom: -1rem !important; + } + .md\:-my-4 { + margin-top: -1.5rem !important; + margin-bottom: -1.5rem !important; + } + .md\:-my-5 { + margin-top: -2rem !important; + margin-bottom: -2rem !important; + } + .md\:-my-6 { + margin-top: -3rem !important; + margin-bottom: -3rem !important; + } + .md\:-my-7 { + margin-top: -4rem !important; + margin-bottom: -4rem !important; + } + .md\:-my-8 { + margin-top: -5rem !important; + margin-bottom: -5rem !important; + } + .md\:my-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } +} +@media screen and (min-width: 992px) { + .lg\:m-0 { + margin: 0rem !important; + } + .lg\:m-1 { + margin: 0.25rem !important; + } + .lg\:m-2 { + margin: 0.5rem !important; + } + .lg\:m-3 { + margin: 1rem !important; + } + .lg\:m-4 { + margin: 1.5rem !important; + } + .lg\:m-5 { + margin: 2rem !important; + } + .lg\:m-6 { + margin: 3rem !important; + } + .lg\:m-7 { + margin: 4rem !important; + } + .lg\:m-8 { + margin: 5rem !important; + } + .lg\:-m-1 { + margin: -0.25rem !important; + } + .lg\:-m-2 { + margin: -0.5rem !important; + } + .lg\:-m-3 { + margin: -1rem !important; + } + .lg\:-m-4 { + margin: -1.5rem !important; + } + .lg\:-m-5 { + margin: -2rem !important; + } + .lg\:-m-6 { + margin: -3rem !important; + } + .lg\:-m-7 { + margin: -4rem !important; + } + .lg\:-m-8 { + margin: -5rem !important; + } + .lg\:m-auto { + margin: auto !important; + } + .lg\:mt-0 { + margin-top: 0rem !important; + } + .lg\:mt-1 { + margin-top: 0.25rem !important; + } + .lg\:mt-2 { + margin-top: 0.5rem !important; + } + .lg\:mt-3 { + margin-top: 1rem !important; + } + .lg\:mt-4 { + margin-top: 1.5rem !important; + } + .lg\:mt-5 { + margin-top: 2rem !important; + } + .lg\:mt-6 { + margin-top: 3rem !important; + } + .lg\:mt-7 { + margin-top: 4rem !important; + } + .lg\:mt-8 { + margin-top: 5rem !important; + } + .lg\:-mt-1 { + margin-top: -0.25rem !important; + } + .lg\:-mt-2 { + margin-top: -0.5rem !important; + } + .lg\:-mt-3 { + margin-top: -1rem !important; + } + .lg\:-mt-4 { + margin-top: -1.5rem !important; + } + .lg\:-mt-5 { + margin-top: -2rem !important; + } + .lg\:-mt-6 { + margin-top: -3rem !important; + } + .lg\:-mt-7 { + margin-top: -4rem !important; + } + .lg\:-mt-8 { + margin-top: -5rem !important; + } + .lg\:mt-auto { + margin-top: auto !important; + } + .lg\:mr-0 { + margin-right: 0rem !important; + } + .lg\:mr-1 { + margin-right: 0.25rem !important; + } + .lg\:mr-2 { + margin-right: 0.5rem !important; + } + .lg\:mr-3 { + margin-right: 1rem !important; + } + .lg\:mr-4 { + margin-right: 1.5rem !important; + } + .lg\:mr-5 { + margin-right: 2rem !important; + } + .lg\:mr-6 { + margin-right: 3rem !important; + } + .lg\:mr-7 { + margin-right: 4rem !important; + } + .lg\:mr-8 { + margin-right: 5rem !important; + } + .lg\:-mr-1 { + margin-right: -0.25rem !important; + } + .lg\:-mr-2 { + margin-right: -0.5rem !important; + } + .lg\:-mr-3 { + margin-right: -1rem !important; + } + .lg\:-mr-4 { + margin-right: -1.5rem !important; + } + .lg\:-mr-5 { + margin-right: -2rem !important; + } + .lg\:-mr-6 { + margin-right: -3rem !important; + } + .lg\:-mr-7 { + margin-right: -4rem !important; + } + .lg\:-mr-8 { + margin-right: -5rem !important; + } + .lg\:mr-auto { + margin-right: auto !important; + } + .lg\:ml-0 { + margin-left: 0rem !important; + } + .lg\:ml-1 { + margin-left: 0.25rem !important; + } + .lg\:ml-2 { + margin-left: 0.5rem !important; + } + .lg\:ml-3 { + margin-left: 1rem !important; + } + .lg\:ml-4 { + margin-left: 1.5rem !important; + } + .lg\:ml-5 { + margin-left: 2rem !important; + } + .lg\:ml-6 { + margin-left: 3rem !important; + } + .lg\:ml-7 { + margin-left: 4rem !important; + } + .lg\:ml-8 { + margin-left: 5rem !important; + } + .lg\:-ml-1 { + margin-left: -0.25rem !important; + } + .lg\:-ml-2 { + margin-left: -0.5rem !important; + } + .lg\:-ml-3 { + margin-left: -1rem !important; + } + .lg\:-ml-4 { + margin-left: -1.5rem !important; + } + .lg\:-ml-5 { + margin-left: -2rem !important; + } + .lg\:-ml-6 { + margin-left: -3rem !important; + } + .lg\:-ml-7 { + margin-left: -4rem !important; + } + .lg\:-ml-8 { + margin-left: -5rem !important; + } + .lg\:ml-auto { + margin-left: auto !important; + } + .lg\:mb-0 { + margin-bottom: 0rem !important; + } + .lg\:mb-1 { + margin-bottom: 0.25rem !important; + } + .lg\:mb-2 { + margin-bottom: 0.5rem !important; + } + .lg\:mb-3 { + margin-bottom: 1rem !important; + } + .lg\:mb-4 { + margin-bottom: 1.5rem !important; + } + .lg\:mb-5 { + margin-bottom: 2rem !important; + } + .lg\:mb-6 { + margin-bottom: 3rem !important; + } + .lg\:mb-7 { + margin-bottom: 4rem !important; + } + .lg\:mb-8 { + margin-bottom: 5rem !important; + } + .lg\:-mb-1 { + margin-bottom: -0.25rem !important; + } + .lg\:-mb-2 { + margin-bottom: -0.5rem !important; + } + .lg\:-mb-3 { + margin-bottom: -1rem !important; + } + .lg\:-mb-4 { + margin-bottom: -1.5rem !important; + } + .lg\:-mb-5 { + margin-bottom: -2rem !important; + } + .lg\:-mb-6 { + margin-bottom: -3rem !important; + } + .lg\:-mb-7 { + margin-bottom: -4rem !important; + } + .lg\:-mb-8 { + margin-bottom: -5rem !important; + } + .lg\:mb-auto { + margin-bottom: auto !important; + } + .lg\:mx-0 { + margin-left: 0rem !important; + margin-right: 0rem !important; + } + .lg\:mx-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; + } + .lg\:mx-2 { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; + } + .lg\:mx-3 { + margin-left: 1rem !important; + margin-right: 1rem !important; + } + .lg\:mx-4 { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; + } + .lg\:mx-5 { + margin-left: 2rem !important; + margin-right: 2rem !important; + } + .lg\:mx-6 { + margin-left: 3rem !important; + margin-right: 3rem !important; + } + .lg\:mx-7 { + margin-left: 4rem !important; + margin-right: 4rem !important; + } + .lg\:mx-8 { + margin-left: 5rem !important; + margin-right: 5rem !important; + } + .lg\:-mx-1 { + margin-left: -0.25rem !important; + margin-right: -0.25rem !important; + } + .lg\:-mx-2 { + margin-left: -0.5rem !important; + margin-right: -0.5rem !important; + } + .lg\:-mx-3 { + margin-left: -1rem !important; + margin-right: -1rem !important; + } + .lg\:-mx-4 { + margin-left: -1.5rem !important; + margin-right: -1.5rem !important; + } + .lg\:-mx-5 { + margin-left: -2rem !important; + margin-right: -2rem !important; + } + .lg\:-mx-6 { + margin-left: -3rem !important; + margin-right: -3rem !important; + } + .lg\:-mx-7 { + margin-left: -4rem !important; + margin-right: -4rem !important; + } + .lg\:-mx-8 { + margin-left: -5rem !important; + margin-right: -5rem !important; + } + .lg\:mx-auto { + margin-left: auto !important; + margin-right: auto !important; + } + .lg\:my-0 { + margin-top: 0rem !important; + margin-bottom: 0rem !important; + } + .lg\:my-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + .lg\:my-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + .lg\:my-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + .lg\:my-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .lg\:my-5 { + margin-top: 2rem !important; + margin-bottom: 2rem !important; + } + .lg\:my-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .lg\:my-7 { + margin-top: 4rem !important; + margin-bottom: 4rem !important; + } + .lg\:my-8 { + margin-top: 5rem !important; + margin-bottom: 5rem !important; + } + .lg\:-my-1 { + margin-top: -0.25rem !important; + margin-bottom: -0.25rem !important; + } + .lg\:-my-2 { + margin-top: -0.5rem !important; + margin-bottom: -0.5rem !important; + } + .lg\:-my-3 { + margin-top: -1rem !important; + margin-bottom: -1rem !important; + } + .lg\:-my-4 { + margin-top: -1.5rem !important; + margin-bottom: -1.5rem !important; + } + .lg\:-my-5 { + margin-top: -2rem !important; + margin-bottom: -2rem !important; + } + .lg\:-my-6 { + margin-top: -3rem !important; + margin-bottom: -3rem !important; + } + .lg\:-my-7 { + margin-top: -4rem !important; + margin-bottom: -4rem !important; + } + .lg\:-my-8 { + margin-top: -5rem !important; + margin-bottom: -5rem !important; + } + .lg\:my-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:m-0 { + margin: 0rem !important; + } + .xl\:m-1 { + margin: 0.25rem !important; + } + .xl\:m-2 { + margin: 0.5rem !important; + } + .xl\:m-3 { + margin: 1rem !important; + } + .xl\:m-4 { + margin: 1.5rem !important; + } + .xl\:m-5 { + margin: 2rem !important; + } + .xl\:m-6 { + margin: 3rem !important; + } + .xl\:m-7 { + margin: 4rem !important; + } + .xl\:m-8 { + margin: 5rem !important; + } + .xl\:-m-1 { + margin: -0.25rem !important; + } + .xl\:-m-2 { + margin: -0.5rem !important; + } + .xl\:-m-3 { + margin: -1rem !important; + } + .xl\:-m-4 { + margin: -1.5rem !important; + } + .xl\:-m-5 { + margin: -2rem !important; + } + .xl\:-m-6 { + margin: -3rem !important; + } + .xl\:-m-7 { + margin: -4rem !important; + } + .xl\:-m-8 { + margin: -5rem !important; + } + .xl\:m-auto { + margin: auto !important; + } + .xl\:mt-0 { + margin-top: 0rem !important; + } + .xl\:mt-1 { + margin-top: 0.25rem !important; + } + .xl\:mt-2 { + margin-top: 0.5rem !important; + } + .xl\:mt-3 { + margin-top: 1rem !important; + } + .xl\:mt-4 { + margin-top: 1.5rem !important; + } + .xl\:mt-5 { + margin-top: 2rem !important; + } + .xl\:mt-6 { + margin-top: 3rem !important; + } + .xl\:mt-7 { + margin-top: 4rem !important; + } + .xl\:mt-8 { + margin-top: 5rem !important; + } + .xl\:-mt-1 { + margin-top: -0.25rem !important; + } + .xl\:-mt-2 { + margin-top: -0.5rem !important; + } + .xl\:-mt-3 { + margin-top: -1rem !important; + } + .xl\:-mt-4 { + margin-top: -1.5rem !important; + } + .xl\:-mt-5 { + margin-top: -2rem !important; + } + .xl\:-mt-6 { + margin-top: -3rem !important; + } + .xl\:-mt-7 { + margin-top: -4rem !important; + } + .xl\:-mt-8 { + margin-top: -5rem !important; + } + .xl\:mt-auto { + margin-top: auto !important; + } + .xl\:mr-0 { + margin-right: 0rem !important; + } + .xl\:mr-1 { + margin-right: 0.25rem !important; + } + .xl\:mr-2 { + margin-right: 0.5rem !important; + } + .xl\:mr-3 { + margin-right: 1rem !important; + } + .xl\:mr-4 { + margin-right: 1.5rem !important; + } + .xl\:mr-5 { + margin-right: 2rem !important; + } + .xl\:mr-6 { + margin-right: 3rem !important; + } + .xl\:mr-7 { + margin-right: 4rem !important; + } + .xl\:mr-8 { + margin-right: 5rem !important; + } + .xl\:-mr-1 { + margin-right: -0.25rem !important; + } + .xl\:-mr-2 { + margin-right: -0.5rem !important; + } + .xl\:-mr-3 { + margin-right: -1rem !important; + } + .xl\:-mr-4 { + margin-right: -1.5rem !important; + } + .xl\:-mr-5 { + margin-right: -2rem !important; + } + .xl\:-mr-6 { + margin-right: -3rem !important; + } + .xl\:-mr-7 { + margin-right: -4rem !important; + } + .xl\:-mr-8 { + margin-right: -5rem !important; + } + .xl\:mr-auto { + margin-right: auto !important; + } + .xl\:ml-0 { + margin-left: 0rem !important; + } + .xl\:ml-1 { + margin-left: 0.25rem !important; + } + .xl\:ml-2 { + margin-left: 0.5rem !important; + } + .xl\:ml-3 { + margin-left: 1rem !important; + } + .xl\:ml-4 { + margin-left: 1.5rem !important; + } + .xl\:ml-5 { + margin-left: 2rem !important; + } + .xl\:ml-6 { + margin-left: 3rem !important; + } + .xl\:ml-7 { + margin-left: 4rem !important; + } + .xl\:ml-8 { + margin-left: 5rem !important; + } + .xl\:-ml-1 { + margin-left: -0.25rem !important; + } + .xl\:-ml-2 { + margin-left: -0.5rem !important; + } + .xl\:-ml-3 { + margin-left: -1rem !important; + } + .xl\:-ml-4 { + margin-left: -1.5rem !important; + } + .xl\:-ml-5 { + margin-left: -2rem !important; + } + .xl\:-ml-6 { + margin-left: -3rem !important; + } + .xl\:-ml-7 { + margin-left: -4rem !important; + } + .xl\:-ml-8 { + margin-left: -5rem !important; + } + .xl\:ml-auto { + margin-left: auto !important; + } + .xl\:mb-0 { + margin-bottom: 0rem !important; + } + .xl\:mb-1 { + margin-bottom: 0.25rem !important; + } + .xl\:mb-2 { + margin-bottom: 0.5rem !important; + } + .xl\:mb-3 { + margin-bottom: 1rem !important; + } + .xl\:mb-4 { + margin-bottom: 1.5rem !important; + } + .xl\:mb-5 { + margin-bottom: 2rem !important; + } + .xl\:mb-6 { + margin-bottom: 3rem !important; + } + .xl\:mb-7 { + margin-bottom: 4rem !important; + } + .xl\:mb-8 { + margin-bottom: 5rem !important; + } + .xl\:-mb-1 { + margin-bottom: -0.25rem !important; + } + .xl\:-mb-2 { + margin-bottom: -0.5rem !important; + } + .xl\:-mb-3 { + margin-bottom: -1rem !important; + } + .xl\:-mb-4 { + margin-bottom: -1.5rem !important; + } + .xl\:-mb-5 { + margin-bottom: -2rem !important; + } + .xl\:-mb-6 { + margin-bottom: -3rem !important; + } + .xl\:-mb-7 { + margin-bottom: -4rem !important; + } + .xl\:-mb-8 { + margin-bottom: -5rem !important; + } + .xl\:mb-auto { + margin-bottom: auto !important; + } + .xl\:mx-0 { + margin-left: 0rem !important; + margin-right: 0rem !important; + } + .xl\:mx-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; + } + .xl\:mx-2 { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; + } + .xl\:mx-3 { + margin-left: 1rem !important; + margin-right: 1rem !important; + } + .xl\:mx-4 { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; + } + .xl\:mx-5 { + margin-left: 2rem !important; + margin-right: 2rem !important; + } + .xl\:mx-6 { + margin-left: 3rem !important; + margin-right: 3rem !important; + } + .xl\:mx-7 { + margin-left: 4rem !important; + margin-right: 4rem !important; + } + .xl\:mx-8 { + margin-left: 5rem !important; + margin-right: 5rem !important; + } + .xl\:-mx-1 { + margin-left: -0.25rem !important; + margin-right: -0.25rem !important; + } + .xl\:-mx-2 { + margin-left: -0.5rem !important; + margin-right: -0.5rem !important; + } + .xl\:-mx-3 { + margin-left: -1rem !important; + margin-right: -1rem !important; + } + .xl\:-mx-4 { + margin-left: -1.5rem !important; + margin-right: -1.5rem !important; + } + .xl\:-mx-5 { + margin-left: -2rem !important; + margin-right: -2rem !important; + } + .xl\:-mx-6 { + margin-left: -3rem !important; + margin-right: -3rem !important; + } + .xl\:-mx-7 { + margin-left: -4rem !important; + margin-right: -4rem !important; + } + .xl\:-mx-8 { + margin-left: -5rem !important; + margin-right: -5rem !important; + } + .xl\:mx-auto { + margin-left: auto !important; + margin-right: auto !important; + } + .xl\:my-0 { + margin-top: 0rem !important; + margin-bottom: 0rem !important; + } + .xl\:my-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + .xl\:my-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + .xl\:my-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + .xl\:my-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .xl\:my-5 { + margin-top: 2rem !important; + margin-bottom: 2rem !important; + } + .xl\:my-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .xl\:my-7 { + margin-top: 4rem !important; + margin-bottom: 4rem !important; + } + .xl\:my-8 { + margin-top: 5rem !important; + margin-bottom: 5rem !important; + } + .xl\:-my-1 { + margin-top: -0.25rem !important; + margin-bottom: -0.25rem !important; + } + .xl\:-my-2 { + margin-top: -0.5rem !important; + margin-bottom: -0.5rem !important; + } + .xl\:-my-3 { + margin-top: -1rem !important; + margin-bottom: -1rem !important; + } + .xl\:-my-4 { + margin-top: -1.5rem !important; + margin-bottom: -1.5rem !important; + } + .xl\:-my-5 { + margin-top: -2rem !important; + margin-bottom: -2rem !important; + } + .xl\:-my-6 { + margin-top: -3rem !important; + margin-bottom: -3rem !important; + } + .xl\:-my-7 { + margin-top: -4rem !important; + margin-bottom: -4rem !important; + } + .xl\:-my-8 { + margin-top: -5rem !important; + margin-bottom: -5rem !important; + } + .xl\:my-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } +} +.shadow-none { + box-shadow: none !important; +} + +.shadow-1 { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important; +} + +.shadow-2 { + box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important; +} + +.shadow-3 { + box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important; +} + +.shadow-4 { + box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important; +} + +.shadow-5 { + box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important; +} + +.shadow-6 { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important; +} + +.shadow-7 { + box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important; +} + +.shadow-8 { + box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important; +} + +.focus\:shadow-none:focus { + box-shadow: none !important; +} + +.hover\:shadow-none:hover { + box-shadow: none !important; +} + +.active\:shadow-none:active { + box-shadow: none !important; +} + +.focus\:shadow-1:focus { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important; +} + +.hover\:shadow-1:hover { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important; +} + +.active\:shadow-1:active { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important; +} + +.focus\:shadow-2:focus { + box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important; +} + +.hover\:shadow-2:hover { + box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important; +} + +.active\:shadow-2:active { + box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important; +} + +.focus\:shadow-3:focus { + box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important; +} + +.hover\:shadow-3:hover { + box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important; +} + +.active\:shadow-3:active { + box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important; +} + +.focus\:shadow-4:focus { + box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important; +} + +.hover\:shadow-4:hover { + box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important; +} + +.active\:shadow-4:active { + box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important; +} + +.focus\:shadow-5:focus { + box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important; +} + +.hover\:shadow-5:hover { + box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important; +} + +.active\:shadow-5:active { + box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important; +} + +.focus\:shadow-6:focus { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important; +} + +.hover\:shadow-6:hover { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important; +} + +.active\:shadow-6:active { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important; +} + +.focus\:shadow-7:focus { + box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important; +} + +.hover\:shadow-7:hover { + box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important; +} + +.active\:shadow-7:active { + box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important; +} + +.focus\:shadow-8:focus { + box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important; +} + +.hover\:shadow-8:hover { + box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important; +} + +.active\:shadow-8:active { + box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important; +} + +@media screen and (min-width: 576px) { + .sm\:shadow-none { + box-shadow: none !important; + } + .sm\:shadow-1 { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .sm\:shadow-2 { + box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .sm\:shadow-3 { + box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .sm\:shadow-4 { + box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .sm\:shadow-5 { + box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .sm\:shadow-6 { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .sm\:shadow-7 { + box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .sm\:shadow-8 { + box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important; + } + .sm\:focus\:shadow-none:focus { + box-shadow: none !important; + } + .sm\:hover\:shadow-none:hover { + box-shadow: none !important; + } + .sm\:active\:shadow-none:active { + box-shadow: none !important; + } + .sm\:focus\:shadow-1:focus { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .sm\:hover\:shadow-1:hover { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .sm\:active\:shadow-1:active { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .sm\:focus\:shadow-2:focus { + box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .sm\:hover\:shadow-2:hover { + box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .sm\:active\:shadow-2:active { + box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .sm\:focus\:shadow-3:focus { + box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .sm\:hover\:shadow-3:hover { + box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .sm\:active\:shadow-3:active { + box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .sm\:focus\:shadow-4:focus { + box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .sm\:hover\:shadow-4:hover { + box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .sm\:active\:shadow-4:active { + box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .sm\:focus\:shadow-5:focus { + box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .sm\:hover\:shadow-5:hover { + box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .sm\:active\:shadow-5:active { + box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .sm\:focus\:shadow-6:focus { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .sm\:hover\:shadow-6:hover { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .sm\:active\:shadow-6:active { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .sm\:focus\:shadow-7:focus { + box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .sm\:hover\:shadow-7:hover { + box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .sm\:active\:shadow-7:active { + box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .sm\:focus\:shadow-8:focus { + box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important; + } + .sm\:hover\:shadow-8:hover { + box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important; + } + .sm\:active\:shadow-8:active { + box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important; + } +} +@media screen and (min-width: 768px) { + .md\:shadow-none { + box-shadow: none !important; + } + .md\:shadow-1 { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .md\:shadow-2 { + box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .md\:shadow-3 { + box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .md\:shadow-4 { + box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .md\:shadow-5 { + box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .md\:shadow-6 { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .md\:shadow-7 { + box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .md\:shadow-8 { + box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important; + } + .md\:focus\:shadow-none:focus { + box-shadow: none !important; + } + .md\:hover\:shadow-none:hover { + box-shadow: none !important; + } + .md\:active\:shadow-none:active { + box-shadow: none !important; + } + .md\:focus\:shadow-1:focus { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .md\:hover\:shadow-1:hover { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .md\:active\:shadow-1:active { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .md\:focus\:shadow-2:focus { + box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .md\:hover\:shadow-2:hover { + box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .md\:active\:shadow-2:active { + box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .md\:focus\:shadow-3:focus { + box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .md\:hover\:shadow-3:hover { + box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .md\:active\:shadow-3:active { + box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .md\:focus\:shadow-4:focus { + box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .md\:hover\:shadow-4:hover { + box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .md\:active\:shadow-4:active { + box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .md\:focus\:shadow-5:focus { + box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .md\:hover\:shadow-5:hover { + box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .md\:active\:shadow-5:active { + box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .md\:focus\:shadow-6:focus { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .md\:hover\:shadow-6:hover { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .md\:active\:shadow-6:active { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .md\:focus\:shadow-7:focus { + box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .md\:hover\:shadow-7:hover { + box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .md\:active\:shadow-7:active { + box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .md\:focus\:shadow-8:focus { + box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important; + } + .md\:hover\:shadow-8:hover { + box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important; + } + .md\:active\:shadow-8:active { + box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important; + } +} +@media screen and (min-width: 992px) { + .lg\:shadow-none { + box-shadow: none !important; + } + .lg\:shadow-1 { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .lg\:shadow-2 { + box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .lg\:shadow-3 { + box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .lg\:shadow-4 { + box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .lg\:shadow-5 { + box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .lg\:shadow-6 { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .lg\:shadow-7 { + box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .lg\:shadow-8 { + box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important; + } + .lg\:focus\:shadow-none:focus { + box-shadow: none !important; + } + .lg\:hover\:shadow-none:hover { + box-shadow: none !important; + } + .lg\:active\:shadow-none:active { + box-shadow: none !important; + } + .lg\:focus\:shadow-1:focus { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .lg\:hover\:shadow-1:hover { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .lg\:active\:shadow-1:active { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .lg\:focus\:shadow-2:focus { + box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .lg\:hover\:shadow-2:hover { + box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .lg\:active\:shadow-2:active { + box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .lg\:focus\:shadow-3:focus { + box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .lg\:hover\:shadow-3:hover { + box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .lg\:active\:shadow-3:active { + box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .lg\:focus\:shadow-4:focus { + box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .lg\:hover\:shadow-4:hover { + box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .lg\:active\:shadow-4:active { + box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .lg\:focus\:shadow-5:focus { + box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .lg\:hover\:shadow-5:hover { + box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .lg\:active\:shadow-5:active { + box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .lg\:focus\:shadow-6:focus { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .lg\:hover\:shadow-6:hover { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .lg\:active\:shadow-6:active { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .lg\:focus\:shadow-7:focus { + box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .lg\:hover\:shadow-7:hover { + box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .lg\:active\:shadow-7:active { + box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .lg\:focus\:shadow-8:focus { + box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important; + } + .lg\:hover\:shadow-8:hover { + box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important; + } + .lg\:active\:shadow-8:active { + box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:shadow-none { + box-shadow: none !important; + } + .xl\:shadow-1 { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .xl\:shadow-2 { + box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .xl\:shadow-3 { + box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .xl\:shadow-4 { + box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .xl\:shadow-5 { + box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .xl\:shadow-6 { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .xl\:shadow-7 { + box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .xl\:shadow-8 { + box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important; + } + .xl\:focus\:shadow-none:focus { + box-shadow: none !important; + } + .xl\:hover\:shadow-none:hover { + box-shadow: none !important; + } + .xl\:active\:shadow-none:active { + box-shadow: none !important; + } + .xl\:focus\:shadow-1:focus { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .xl\:hover\:shadow-1:hover { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .xl\:active\:shadow-1:active { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important; + } + .xl\:focus\:shadow-2:focus { + box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .xl\:hover\:shadow-2:hover { + box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .xl\:active\:shadow-2:active { + box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important; + } + .xl\:focus\:shadow-3:focus { + box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .xl\:hover\:shadow-3:hover { + box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .xl\:active\:shadow-3:active { + box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important; + } + .xl\:focus\:shadow-4:focus { + box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .xl\:hover\:shadow-4:hover { + box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .xl\:active\:shadow-4:active { + box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important; + } + .xl\:focus\:shadow-5:focus { + box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .xl\:hover\:shadow-5:hover { + box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .xl\:active\:shadow-5:active { + box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important; + } + .xl\:focus\:shadow-6:focus { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .xl\:hover\:shadow-6:hover { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .xl\:active\:shadow-6:active { + box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important; + } + .xl\:focus\:shadow-7:focus { + box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .xl\:hover\:shadow-7:hover { + box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .xl\:active\:shadow-7:active { + box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important; + } + .xl\:focus\:shadow-8:focus { + box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important; + } + .xl\:hover\:shadow-8:hover { + box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important; + } + .xl\:active\:shadow-8:active { + box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important; + } +} +.border-none { + border-width: 0px !important; + border-style: none; +} + +.border-1 { + border-width: 1px !important; + border-style: solid; +} + +.border-2 { + border-width: 2px !important; + border-style: solid; +} + +.border-3 { + border-width: 3px !important; + border-style: solid; +} + +.border-top-none { + border-top-width: 0px !important; + border-top-style: none; +} + +.border-top-1 { + border-top-width: 1px !important; + border-top-style: solid; +} + +.border-top-2 { + border-top-width: 2px !important; + border-top-style: solid; +} + +.border-top-3 { + border-top-width: 3px !important; + border-top-style: solid; +} + +.border-right-none { + border-right-width: 0px !important; + border-right-style: none; +} + +.border-right-1 { + border-right-width: 1px !important; + border-right-style: solid; +} + +.border-right-2 { + border-right-width: 2px !important; + border-right-style: solid; +} + +.border-right-3 { + border-right-width: 3px !important; + border-right-style: solid; +} + +.border-left-none { + border-left-width: 0px !important; + border-left-style: none; +} + +.border-left-1 { + border-left-width: 1px !important; + border-left-style: solid; +} + +.border-left-2 { + border-left-width: 2px !important; + border-left-style: solid; +} + +.border-left-3 { + border-left-width: 3px !important; + border-left-style: solid; +} + +.border-bottom-none { + border-bottom-width: 0px !important; + border-bottom-style: none; +} + +.border-bottom-1 { + border-bottom-width: 1px !important; + border-bottom-style: solid; +} + +.border-bottom-2 { + border-bottom-width: 2px !important; + border-bottom-style: solid; +} + +.border-bottom-3 { + border-bottom-width: 3px !important; + border-bottom-style: solid; +} + +.border-x-none { + border-left-width: 0px !important; + border-left-style: none; + border-right-width: 0px !important; + border-right-style: none; +} + +.border-x-1 { + border-left-width: 1px !important; + border-left-style: solid; + border-right-width: 1px !important; + border-right-style: solid; +} + +.border-x-2 { + border-left-width: 2px !important; + border-left-style: solid; + border-right-width: 2px !important; + border-right-style: solid; +} + +.border-x-3 { + border-left-width: 3px !important; + border-left-style: solid; + border-right-width: 3px !important; + border-right-style: solid; +} + +.border-y-none { + border-top-width: 0px !important; + border-top-style: none; + border-bottom-width: 0px !important; + border-bottom-style: none; +} + +.border-y-1 { + border-top-width: 1px !important; + border-top-style: solid; + border-bottom-width: 1px !important; + border-bottom-style: solid; +} + +.border-y-2 { + border-top-width: 2px !important; + border-top-style: solid; + border-bottom-width: 2px !important; + border-bottom-style: solid; +} + +.border-y-3 { + border-top-width: 3px !important; + border-top-style: solid; + border-bottom-width: 3px !important; + border-bottom-style: solid; +} + +@media screen and (min-width: 576px) { + .sm\:border-none { + border-width: 0px !important; + border-style: none; + } + .sm\:border-1 { + border-width: 1px !important; + border-style: solid; + } + .sm\:border-2 { + border-width: 2px !important; + border-style: solid; + } + .sm\:border-3 { + border-width: 3px !important; + border-style: solid; + } + .sm\:border-top-none { + border-top-width: 0px !important; + border-top-style: none; + } + .sm\:border-top-1 { + border-top-width: 1px !important; + border-top-style: solid; + } + .sm\:border-top-2 { + border-top-width: 2px !important; + border-top-style: solid; + } + .sm\:border-top-3 { + border-top-width: 3px !important; + border-top-style: solid; + } + .sm\:border-right-none { + border-right-width: 0px !important; + border-right-style: none; + } + .sm\:border-right-1 { + border-right-width: 1px !important; + border-right-style: solid; + } + .sm\:border-right-2 { + border-right-width: 2px !important; + border-right-style: solid; + } + .sm\:border-right-3 { + border-right-width: 3px !important; + border-right-style: solid; + } + .sm\:border-left-none { + border-left-width: 0px !important; + border-left-style: none; + } + .sm\:border-left-1 { + border-left-width: 1px !important; + border-left-style: solid; + } + .sm\:border-left-2 { + border-left-width: 2px !important; + border-left-style: solid; + } + .sm\:border-left-3 { + border-left-width: 3px !important; + border-left-style: solid; + } + .sm\:border-bottom-none { + border-bottom-width: 0px !important; + border-bottom-style: none; + } + .sm\:border-bottom-1 { + border-bottom-width: 1px !important; + border-bottom-style: solid; + } + .sm\:border-bottom-2 { + border-bottom-width: 2px !important; + border-bottom-style: solid; + } + .sm\:border-bottom-3 { + border-bottom-width: 3px !important; + border-bottom-style: solid; + } + .sm\:border-x-none { + border-left-width: 0px !important; + border-left-style: none; + border-right-width: 0px !important; + border-right-style: none; + } + .sm\:border-x-1 { + border-left-width: 1px !important; + border-left-style: solid; + border-right-width: 1px !important; + border-right-style: solid; + } + .sm\:border-x-2 { + border-left-width: 2px !important; + border-left-style: solid; + border-right-width: 2px !important; + border-right-style: solid; + } + .sm\:border-x-3 { + border-left-width: 3px !important; + border-left-style: solid; + border-right-width: 3px !important; + border-right-style: solid; + } + .sm\:border-y-none { + border-top-width: 0px !important; + border-top-style: none; + border-bottom-width: 0px !important; + border-bottom-style: none; + } + .sm\:border-y-1 { + border-top-width: 1px !important; + border-top-style: solid; + border-bottom-width: 1px !important; + border-bottom-style: solid; + } + .sm\:border-y-2 { + border-top-width: 2px !important; + border-top-style: solid; + border-bottom-width: 2px !important; + border-bottom-style: solid; + } + .sm\:border-y-3 { + border-top-width: 3px !important; + border-top-style: solid; + border-bottom-width: 3px !important; + border-bottom-style: solid; + } +} +@media screen and (min-width: 768px) { + .md\:border-none { + border-width: 0px !important; + border-style: none; + } + .md\:border-1 { + border-width: 1px !important; + border-style: solid; + } + .md\:border-2 { + border-width: 2px !important; + border-style: solid; + } + .md\:border-3 { + border-width: 3px !important; + border-style: solid; + } + .md\:border-top-none { + border-top-width: 0px !important; + border-top-style: none; + } + .md\:border-top-1 { + border-top-width: 1px !important; + border-top-style: solid; + } + .md\:border-top-2 { + border-top-width: 2px !important; + border-top-style: solid; + } + .md\:border-top-3 { + border-top-width: 3px !important; + border-top-style: solid; + } + .md\:border-right-none { + border-right-width: 0px !important; + border-right-style: none; + } + .md\:border-right-1 { + border-right-width: 1px !important; + border-right-style: solid; + } + .md\:border-right-2 { + border-right-width: 2px !important; + border-right-style: solid; + } + .md\:border-right-3 { + border-right-width: 3px !important; + border-right-style: solid; + } + .md\:border-left-none { + border-left-width: 0px !important; + border-left-style: none; + } + .md\:border-left-1 { + border-left-width: 1px !important; + border-left-style: solid; + } + .md\:border-left-2 { + border-left-width: 2px !important; + border-left-style: solid; + } + .md\:border-left-3 { + border-left-width: 3px !important; + border-left-style: solid; + } + .md\:border-bottom-none { + border-bottom-width: 0px !important; + border-bottom-style: none; + } + .md\:border-bottom-1 { + border-bottom-width: 1px !important; + border-bottom-style: solid; + } + .md\:border-bottom-2 { + border-bottom-width: 2px !important; + border-bottom-style: solid; + } + .md\:border-bottom-3 { + border-bottom-width: 3px !important; + border-bottom-style: solid; + } + .md\:border-x-none { + border-left-width: 0px !important; + border-left-style: none; + border-right-width: 0px !important; + border-right-style: none; + } + .md\:border-x-1 { + border-left-width: 1px !important; + border-left-style: solid; + border-right-width: 1px !important; + border-right-style: solid; + } + .md\:border-x-2 { + border-left-width: 2px !important; + border-left-style: solid; + border-right-width: 2px !important; + border-right-style: solid; + } + .md\:border-x-3 { + border-left-width: 3px !important; + border-left-style: solid; + border-right-width: 3px !important; + border-right-style: solid; + } + .md\:border-y-none { + border-top-width: 0px !important; + border-top-style: none; + border-bottom-width: 0px !important; + border-bottom-style: none; + } + .md\:border-y-1 { + border-top-width: 1px !important; + border-top-style: solid; + border-bottom-width: 1px !important; + border-bottom-style: solid; + } + .md\:border-y-2 { + border-top-width: 2px !important; + border-top-style: solid; + border-bottom-width: 2px !important; + border-bottom-style: solid; + } + .md\:border-y-3 { + border-top-width: 3px !important; + border-top-style: solid; + border-bottom-width: 3px !important; + border-bottom-style: solid; + } +} +@media screen and (min-width: 992px) { + .lg\:border-none { + border-width: 0px !important; + border-style: none; + } + .lg\:border-1 { + border-width: 1px !important; + border-style: solid; + } + .lg\:border-2 { + border-width: 2px !important; + border-style: solid; + } + .lg\:border-3 { + border-width: 3px !important; + border-style: solid; + } + .lg\:border-top-none { + border-top-width: 0px !important; + border-top-style: none; + } + .lg\:border-top-1 { + border-top-width: 1px !important; + border-top-style: solid; + } + .lg\:border-top-2 { + border-top-width: 2px !important; + border-top-style: solid; + } + .lg\:border-top-3 { + border-top-width: 3px !important; + border-top-style: solid; + } + .lg\:border-right-none { + border-right-width: 0px !important; + border-right-style: none; + } + .lg\:border-right-1 { + border-right-width: 1px !important; + border-right-style: solid; + } + .lg\:border-right-2 { + border-right-width: 2px !important; + border-right-style: solid; + } + .lg\:border-right-3 { + border-right-width: 3px !important; + border-right-style: solid; + } + .lg\:border-left-none { + border-left-width: 0px !important; + border-left-style: none; + } + .lg\:border-left-1 { + border-left-width: 1px !important; + border-left-style: solid; + } + .lg\:border-left-2 { + border-left-width: 2px !important; + border-left-style: solid; + } + .lg\:border-left-3 { + border-left-width: 3px !important; + border-left-style: solid; + } + .lg\:border-bottom-none { + border-bottom-width: 0px !important; + border-bottom-style: none; + } + .lg\:border-bottom-1 { + border-bottom-width: 1px !important; + border-bottom-style: solid; + } + .lg\:border-bottom-2 { + border-bottom-width: 2px !important; + border-bottom-style: solid; + } + .lg\:border-bottom-3 { + border-bottom-width: 3px !important; + border-bottom-style: solid; + } + .lg\:border-x-none { + border-left-width: 0px !important; + border-left-style: none; + border-right-width: 0px !important; + border-right-style: none; + } + .lg\:border-x-1 { + border-left-width: 1px !important; + border-left-style: solid; + border-right-width: 1px !important; + border-right-style: solid; + } + .lg\:border-x-2 { + border-left-width: 2px !important; + border-left-style: solid; + border-right-width: 2px !important; + border-right-style: solid; + } + .lg\:border-x-3 { + border-left-width: 3px !important; + border-left-style: solid; + border-right-width: 3px !important; + border-right-style: solid; + } + .lg\:border-y-none { + border-top-width: 0px !important; + border-top-style: none; + border-bottom-width: 0px !important; + border-bottom-style: none; + } + .lg\:border-y-1 { + border-top-width: 1px !important; + border-top-style: solid; + border-bottom-width: 1px !important; + border-bottom-style: solid; + } + .lg\:border-y-2 { + border-top-width: 2px !important; + border-top-style: solid; + border-bottom-width: 2px !important; + border-bottom-style: solid; + } + .lg\:border-y-3 { + border-top-width: 3px !important; + border-top-style: solid; + border-bottom-width: 3px !important; + border-bottom-style: solid; + } +} +@media screen and (min-width: 1200px) { + .xl\:border-none { + border-width: 0px !important; + border-style: none; + } + .xl\:border-1 { + border-width: 1px !important; + border-style: solid; + } + .xl\:border-2 { + border-width: 2px !important; + border-style: solid; + } + .xl\:border-3 { + border-width: 3px !important; + border-style: solid; + } + .xl\:border-top-none { + border-top-width: 0px !important; + border-top-style: none; + } + .xl\:border-top-1 { + border-top-width: 1px !important; + border-top-style: solid; + } + .xl\:border-top-2 { + border-top-width: 2px !important; + border-top-style: solid; + } + .xl\:border-top-3 { + border-top-width: 3px !important; + border-top-style: solid; + } + .xl\:border-right-none { + border-right-width: 0px !important; + border-right-style: none; + } + .xl\:border-right-1 { + border-right-width: 1px !important; + border-right-style: solid; + } + .xl\:border-right-2 { + border-right-width: 2px !important; + border-right-style: solid; + } + .xl\:border-right-3 { + border-right-width: 3px !important; + border-right-style: solid; + } + .xl\:border-left-none { + border-left-width: 0px !important; + border-left-style: none; + } + .xl\:border-left-1 { + border-left-width: 1px !important; + border-left-style: solid; + } + .xl\:border-left-2 { + border-left-width: 2px !important; + border-left-style: solid; + } + .xl\:border-left-3 { + border-left-width: 3px !important; + border-left-style: solid; + } + .xl\:border-bottom-none { + border-bottom-width: 0px !important; + border-bottom-style: none; + } + .xl\:border-bottom-1 { + border-bottom-width: 1px !important; + border-bottom-style: solid; + } + .xl\:border-bottom-2 { + border-bottom-width: 2px !important; + border-bottom-style: solid; + } + .xl\:border-bottom-3 { + border-bottom-width: 3px !important; + border-bottom-style: solid; + } + .xl\:border-x-none { + border-left-width: 0px !important; + border-left-style: none; + border-right-width: 0px !important; + border-right-style: none; + } + .xl\:border-x-1 { + border-left-width: 1px !important; + border-left-style: solid; + border-right-width: 1px !important; + border-right-style: solid; + } + .xl\:border-x-2 { + border-left-width: 2px !important; + border-left-style: solid; + border-right-width: 2px !important; + border-right-style: solid; + } + .xl\:border-x-3 { + border-left-width: 3px !important; + border-left-style: solid; + border-right-width: 3px !important; + border-right-style: solid; + } + .xl\:border-y-none { + border-top-width: 0px !important; + border-top-style: none; + border-bottom-width: 0px !important; + border-bottom-style: none; + } + .xl\:border-y-1 { + border-top-width: 1px !important; + border-top-style: solid; + border-bottom-width: 1px !important; + border-bottom-style: solid; + } + .xl\:border-y-2 { + border-top-width: 2px !important; + border-top-style: solid; + border-bottom-width: 2px !important; + border-bottom-style: solid; + } + .xl\:border-y-3 { + border-top-width: 3px !important; + border-top-style: solid; + border-bottom-width: 3px !important; + border-bottom-style: solid; + } +} +.border-solid { + border-style: solid !important; +} + +.border-dashed { + border-style: dashed !important; +} + +.border-dotted { + border-style: dotted !important; +} + +.border-double { + border-style: double !important; +} + +@media screen and (min-width: 576px) { + .sm\:border-solid { + border-style: solid !important; + } + .sm\:border-dashed { + border-style: dashed !important; + } + .sm\:border-dotted { + border-style: dotted !important; + } + .sm\:border-double { + border-style: double !important; + } +} +@media screen and (min-width: 768px) { + .md\:border-solid { + border-style: solid !important; + } + .md\:border-dashed { + border-style: dashed !important; + } + .md\:border-dotted { + border-style: dotted !important; + } + .md\:border-double { + border-style: double !important; + } +} +@media screen and (min-width: 992px) { + .lg\:border-solid { + border-style: solid !important; + } + .lg\:border-dashed { + border-style: dashed !important; + } + .lg\:border-dotted { + border-style: dotted !important; + } + .lg\:border-double { + border-style: double !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:border-solid { + border-style: solid !important; + } + .xl\:border-dashed { + border-style: dashed !important; + } + .xl\:border-dotted { + border-style: dotted !important; + } + .xl\:border-double { + border-style: double !important; + } +} +.border-noround { + border-radius: 0 !important; +} + +.border-round { + border-radius: var(--border-radius) !important; +} + +.border-round-xs { + border-radius: 0.125rem !important; +} + +.border-round-sm { + border-radius: 0.25rem !important; +} + +.border-round-md { + border-radius: 0.375rem !important; +} + +.border-round-lg { + border-radius: 0.5rem !important; +} + +.border-round-xl { + border-radius: 0.75rem !important; +} + +.border-round-2xl { + border-radius: 1rem !important; +} + +.border-round-3xl { + border-radius: 1.5rem !important; +} + +.border-circle { + border-radius: 50% !important; +} + +@media screen and (min-width: 576px) { + .sm\:border-noround { + border-radius: 0 !important; + } + .sm\:border-round { + border-radius: var(--border-radius) !important; + } + .sm\:border-round-xs { + border-radius: 0.125rem !important; + } + .sm\:border-round-sm { + border-radius: 0.25rem !important; + } + .sm\:border-round-md { + border-radius: 0.375rem !important; + } + .sm\:border-round-lg { + border-radius: 0.5rem !important; + } + .sm\:border-round-xl { + border-radius: 0.75rem !important; + } + .sm\:border-round-2xl { + border-radius: 1rem !important; + } + .sm\:border-round-3xl { + border-radius: 1.5rem !important; + } + .sm\:border-circle { + border-radius: 50% !important; + } +} +@media screen and (min-width: 768px) { + .md\:border-noround { + border-radius: 0 !important; + } + .md\:border-round { + border-radius: var(--border-radius) !important; + } + .md\:border-round-xs { + border-radius: 0.125rem !important; + } + .md\:border-round-sm { + border-radius: 0.25rem !important; + } + .md\:border-round-md { + border-radius: 0.375rem !important; + } + .md\:border-round-lg { + border-radius: 0.5rem !important; + } + .md\:border-round-xl { + border-radius: 0.75rem !important; + } + .md\:border-round-2xl { + border-radius: 1rem !important; + } + .md\:border-round-3xl { + border-radius: 1.5rem !important; + } + .md\:border-circle { + border-radius: 50% !important; + } +} +@media screen and (min-width: 992px) { + .lg\:border-noround { + border-radius: 0 !important; + } + .lg\:border-round { + border-radius: var(--border-radius) !important; + } + .lg\:border-round-xs { + border-radius: 0.125rem !important; + } + .lg\:border-round-sm { + border-radius: 0.25rem !important; + } + .lg\:border-round-md { + border-radius: 0.375rem !important; + } + .lg\:border-round-lg { + border-radius: 0.5rem !important; + } + .lg\:border-round-xl { + border-radius: 0.75rem !important; + } + .lg\:border-round-2xl { + border-radius: 1rem !important; + } + .lg\:border-round-3xl { + border-radius: 1.5rem !important; + } + .lg\:border-circle { + border-radius: 50% !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:border-noround { + border-radius: 0 !important; + } + .xl\:border-round { + border-radius: var(--border-radius) !important; + } + .xl\:border-round-xs { + border-radius: 0.125rem !important; + } + .xl\:border-round-sm { + border-radius: 0.25rem !important; + } + .xl\:border-round-md { + border-radius: 0.375rem !important; + } + .xl\:border-round-lg { + border-radius: 0.5rem !important; + } + .xl\:border-round-xl { + border-radius: 0.75rem !important; + } + .xl\:border-round-2xl { + border-radius: 1rem !important; + } + .xl\:border-round-3xl { + border-radius: 1.5rem !important; + } + .xl\:border-circle { + border-radius: 50% !important; + } +} +.border-noround-left { + border-top-left-radius: 0 !important; + border-bottom-left-radius: 0 !important; +} + +.border-noround-top { + border-top-left-radius: 0 !important; + border-top-right-radius: 0 !important; +} + +.border-noround-right { + border-top-right-radius: 0 !important; + border-bottom-right-radius: 0 !important; +} + +.border-noround-bottom { + border-bottom-left-radius: 0 !important; + border-bottom-right-radius: 0 !important; +} + +.border-round-left { + border-top-left-radius: var(--border-radius) !important; + border-bottom-left-radius: var(--border-radius) !important; +} + +.border-round-top { + border-top-left-radius: var(--border-radius) !important; + border-top-right-radius: var(--border-radius) !important; +} + +.border-round-right { + border-top-right-radius: var(--border-radius) !important; + border-bottom-right-radius: var(--border-radius) !important; +} + +.border-round-bottom { + border-bottom-left-radius: var(--border-radius) !important; + border-bottom-right-radius: var(--border-radius) !important; +} + +.border-round-left-xs { + border-top-left-radius: 0.125rem !important; + border-bottom-left-radius: 0.125rem !important; +} + +.border-round-top-xs { + border-top-left-radius: 0.125rem !important; + border-top-right-radius: 0.125rem !important; +} + +.border-round-right-xs { + border-top-right-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; +} + +.border-round-bottom-xs { + border-bottom-left-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; +} + +.border-round-left-sm { + border-top-left-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; +} + +.border-round-top-sm { + border-top-left-radius: 0.25rem !important; + border-top-right-radius: 0.25rem !important; +} + +.border-round-right-sm { + border-top-right-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; +} + +.border-round-bottom-sm { + border-bottom-left-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; +} + +.border-round-left-md { + border-top-left-radius: 0.375rem !important; + border-bottom-left-radius: 0.375rem !important; +} + +.border-round-top-md { + border-top-left-radius: 0.375rem !important; + border-top-right-radius: 0.375rem !important; +} + +.border-round-right-md { + border-top-right-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; +} + +.border-round-bottom-md { + border-bottom-left-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; +} + +.border-round-left-lg { + border-top-left-radius: 0.5rem !important; + border-bottom-left-radius: 0.5rem !important; +} + +.border-round-top-lg { + border-top-left-radius: 0.5rem !important; + border-top-right-radius: 0.5rem !important; +} + +.border-round-right-lg { + border-top-right-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; +} + +.border-round-bottom-lg { + border-bottom-left-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; +} + +.border-round-left-xl { + border-top-left-radius: 0.75rem !important; + border-bottom-left-radius: 0.75rem !important; +} + +.border-round-top-xl { + border-top-left-radius: 0.75rem !important; + border-top-right-radius: 0.75rem !important; +} + +.border-round-right-xl { + border-top-right-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; +} + +.border-round-bottom-xl { + border-bottom-left-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; +} + +.border-round-left-2xl { + border-top-left-radius: 1rem !important; + border-bottom-left-radius: 1rem !important; +} + +.border-round-top-2xl { + border-top-left-radius: 1rem !important; + border-top-right-radius: 1rem !important; +} + +.border-round-right-2xl { + border-top-right-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; +} + +.border-round-bottom-2xl { + border-bottom-left-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; +} + +.border-round-left-3xl { + border-top-left-radius: 1.5rem !important; + border-bottom-left-radius: 1.5rem !important; +} + +.border-round-top-3xl { + border-top-left-radius: 1.5rem !important; + border-top-right-radius: 1.5rem !important; +} + +.border-round-right-3xl { + border-top-right-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; +} + +.border-round-bottom-3xl { + border-bottom-left-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; +} + +.border-circle-left { + border-top-left-radius: 50% !important; + border-bottom-left-radius: 50% !important; +} + +.border-circle-top { + border-top-left-radius: 50% !important; + border-top-right-radius: 50% !important; +} + +.border-circle-right { + border-top-right-radius: 50% !important; + border-bottom-right-radius: 50% !important; +} + +.border-circle-bottom { + border-bottom-left-radius: 50% !important; + border-bottom-right-radius: 50% !important; +} + +@media screen and (min-width: 576px) { + .sm\:border-noround-left { + border-top-left-radius: 0 !important; + border-bottom-left-radius: 0 !important; + } + .sm\:border-noround-top { + border-top-left-radius: 0 !important; + border-top-right-radius: 0 !important; + } + .sm\:border-noround-right { + border-top-right-radius: 0 !important; + border-bottom-right-radius: 0 !important; + } + .sm\:border-noround-bottom { + border-bottom-left-radius: 0 !important; + border-bottom-right-radius: 0 !important; + } + .sm\:border-round-left { + border-top-left-radius: var(--border-radius) !important; + border-bottom-left-radius: var(--border-radius) !important; + } + .sm\:border-round-top { + border-top-left-radius: var(--border-radius) !important; + border-top-right-radius: var(--border-radius) !important; + } + .sm\:border-round-right { + border-top-right-radius: var(--border-radius) !important; + border-bottom-right-radius: var(--border-radius) !important; + } + .sm\:border-round-bottom { + border-bottom-left-radius: var(--border-radius) !important; + border-bottom-right-radius: var(--border-radius) !important; + } + .sm\:border-round-left-xs { + border-top-left-radius: 0.125rem !important; + border-bottom-left-radius: 0.125rem !important; + } + .sm\:border-round-top-xs { + border-top-left-radius: 0.125rem !important; + border-top-right-radius: 0.125rem !important; + } + .sm\:border-round-right-xs { + border-top-right-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; + } + .sm\:border-round-bottom-xs { + border-bottom-left-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; + } + .sm\:border-round-left-sm { + border-top-left-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; + } + .sm\:border-round-top-sm { + border-top-left-radius: 0.25rem !important; + border-top-right-radius: 0.25rem !important; + } + .sm\:border-round-right-sm { + border-top-right-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; + } + .sm\:border-round-bottom-sm { + border-bottom-left-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; + } + .sm\:border-round-left-md { + border-top-left-radius: 0.375rem !important; + border-bottom-left-radius: 0.375rem !important; + } + .sm\:border-round-top-md { + border-top-left-radius: 0.375rem !important; + border-top-right-radius: 0.375rem !important; + } + .sm\:border-round-right-md { + border-top-right-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; + } + .sm\:border-round-bottom-md { + border-bottom-left-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; + } + .sm\:border-round-left-lg { + border-top-left-radius: 0.5rem !important; + border-bottom-left-radius: 0.5rem !important; + } + .sm\:border-round-top-lg { + border-top-left-radius: 0.5rem !important; + border-top-right-radius: 0.5rem !important; + } + .sm\:border-round-right-lg { + border-top-right-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; + } + .sm\:border-round-bottom-lg { + border-bottom-left-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; + } + .sm\:border-round-left-xl { + border-top-left-radius: 0.75rem !important; + border-bottom-left-radius: 0.75rem !important; + } + .sm\:border-round-top-xl { + border-top-left-radius: 0.75rem !important; + border-top-right-radius: 0.75rem !important; + } + .sm\:border-round-right-xl { + border-top-right-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; + } + .sm\:border-round-bottom-xl { + border-bottom-left-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; + } + .sm\:border-round-left-2xl { + border-top-left-radius: 1rem !important; + border-bottom-left-radius: 1rem !important; + } + .sm\:border-round-top-2xl { + border-top-left-radius: 1rem !important; + border-top-right-radius: 1rem !important; + } + .sm\:border-round-right-2xl { + border-top-right-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; + } + .sm\:border-round-bottom-2xl { + border-bottom-left-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; + } + .sm\:border-round-left-3xl { + border-top-left-radius: 1.5rem !important; + border-bottom-left-radius: 1.5rem !important; + } + .sm\:border-round-top-3xl { + border-top-left-radius: 1.5rem !important; + border-top-right-radius: 1.5rem !important; + } + .sm\:border-round-right-3xl { + border-top-right-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; + } + .sm\:border-round-bottom-3xl { + border-bottom-left-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; + } + .sm\:border-circle-left { + border-top-left-radius: 50% !important; + border-bottom-left-radius: 50% !important; + } + .sm\:border-circle-top { + border-top-left-radius: 50% !important; + border-top-right-radius: 50% !important; + } + .sm\:border-circle-right { + border-top-right-radius: 50% !important; + border-bottom-right-radius: 50% !important; + } + .sm\:border-circle-bottom { + border-bottom-left-radius: 50% !important; + border-bottom-right-radius: 50% !important; + } +} +@media screen and (min-width: 768px) { + .md\:border-noround-left { + border-top-left-radius: 0 !important; + border-bottom-left-radius: 0 !important; + } + .md\:border-noround-top { + border-top-left-radius: 0 !important; + border-top-right-radius: 0 !important; + } + .md\:border-noround-right { + border-top-right-radius: 0 !important; + border-bottom-right-radius: 0 !important; + } + .md\:border-noround-bottom { + border-bottom-left-radius: 0 !important; + border-bottom-right-radius: 0 !important; + } + .md\:border-round-left { + border-top-left-radius: var(--border-radius) !important; + border-bottom-left-radius: var(--border-radius) !important; + } + .md\:border-round-top { + border-top-left-radius: var(--border-radius) !important; + border-top-right-radius: var(--border-radius) !important; + } + .md\:border-round-right { + border-top-right-radius: var(--border-radius) !important; + border-bottom-right-radius: var(--border-radius) !important; + } + .md\:border-round-bottom { + border-bottom-left-radius: var(--border-radius) !important; + border-bottom-right-radius: var(--border-radius) !important; + } + .md\:border-round-left-xs { + border-top-left-radius: 0.125rem !important; + border-bottom-left-radius: 0.125rem !important; + } + .md\:border-round-top-xs { + border-top-left-radius: 0.125rem !important; + border-top-right-radius: 0.125rem !important; + } + .md\:border-round-right-xs { + border-top-right-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; + } + .md\:border-round-bottom-xs { + border-bottom-left-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; + } + .md\:border-round-left-sm { + border-top-left-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; + } + .md\:border-round-top-sm { + border-top-left-radius: 0.25rem !important; + border-top-right-radius: 0.25rem !important; + } + .md\:border-round-right-sm { + border-top-right-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; + } + .md\:border-round-bottom-sm { + border-bottom-left-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; + } + .md\:border-round-left-md { + border-top-left-radius: 0.375rem !important; + border-bottom-left-radius: 0.375rem !important; + } + .md\:border-round-top-md { + border-top-left-radius: 0.375rem !important; + border-top-right-radius: 0.375rem !important; + } + .md\:border-round-right-md { + border-top-right-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; + } + .md\:border-round-bottom-md { + border-bottom-left-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; + } + .md\:border-round-left-lg { + border-top-left-radius: 0.5rem !important; + border-bottom-left-radius: 0.5rem !important; + } + .md\:border-round-top-lg { + border-top-left-radius: 0.5rem !important; + border-top-right-radius: 0.5rem !important; + } + .md\:border-round-right-lg { + border-top-right-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; + } + .md\:border-round-bottom-lg { + border-bottom-left-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; + } + .md\:border-round-left-xl { + border-top-left-radius: 0.75rem !important; + border-bottom-left-radius: 0.75rem !important; + } + .md\:border-round-top-xl { + border-top-left-radius: 0.75rem !important; + border-top-right-radius: 0.75rem !important; + } + .md\:border-round-right-xl { + border-top-right-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; + } + .md\:border-round-bottom-xl { + border-bottom-left-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; + } + .md\:border-round-left-2xl { + border-top-left-radius: 1rem !important; + border-bottom-left-radius: 1rem !important; + } + .md\:border-round-top-2xl { + border-top-left-radius: 1rem !important; + border-top-right-radius: 1rem !important; + } + .md\:border-round-right-2xl { + border-top-right-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; + } + .md\:border-round-bottom-2xl { + border-bottom-left-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; + } + .md\:border-round-left-3xl { + border-top-left-radius: 1.5rem !important; + border-bottom-left-radius: 1.5rem !important; + } + .md\:border-round-top-3xl { + border-top-left-radius: 1.5rem !important; + border-top-right-radius: 1.5rem !important; + } + .md\:border-round-right-3xl { + border-top-right-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; + } + .md\:border-round-bottom-3xl { + border-bottom-left-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; + } + .md\:border-circle-left { + border-top-left-radius: 50% !important; + border-bottom-left-radius: 50% !important; + } + .md\:border-circle-top { + border-top-left-radius: 50% !important; + border-top-right-radius: 50% !important; + } + .md\:border-circle-right { + border-top-right-radius: 50% !important; + border-bottom-right-radius: 50% !important; + } + .md\:border-circle-bottom { + border-bottom-left-radius: 50% !important; + border-bottom-right-radius: 50% !important; + } +} +@media screen and (min-width: 992px) { + .lg\:border-noround-left { + border-top-left-radius: 0 !important; + border-bottom-left-radius: 0 !important; + } + .lg\:border-noround-top { + border-top-left-radius: 0 !important; + border-top-right-radius: 0 !important; + } + .lg\:border-noround-right { + border-top-right-radius: 0 !important; + border-bottom-right-radius: 0 !important; + } + .lg\:border-noround-bottom { + border-bottom-left-radius: 0 !important; + border-bottom-right-radius: 0 !important; + } + .lg\:border-round-left { + border-top-left-radius: var(--border-radius) !important; + border-bottom-left-radius: var(--border-radius) !important; + } + .lg\:border-round-top { + border-top-left-radius: var(--border-radius) !important; + border-top-right-radius: var(--border-radius) !important; + } + .lg\:border-round-right { + border-top-right-radius: var(--border-radius) !important; + border-bottom-right-radius: var(--border-radius) !important; + } + .lg\:border-round-bottom { + border-bottom-left-radius: var(--border-radius) !important; + border-bottom-right-radius: var(--border-radius) !important; + } + .lg\:border-round-left-xs { + border-top-left-radius: 0.125rem !important; + border-bottom-left-radius: 0.125rem !important; + } + .lg\:border-round-top-xs { + border-top-left-radius: 0.125rem !important; + border-top-right-radius: 0.125rem !important; + } + .lg\:border-round-right-xs { + border-top-right-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; + } + .lg\:border-round-bottom-xs { + border-bottom-left-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; + } + .lg\:border-round-left-sm { + border-top-left-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; + } + .lg\:border-round-top-sm { + border-top-left-radius: 0.25rem !important; + border-top-right-radius: 0.25rem !important; + } + .lg\:border-round-right-sm { + border-top-right-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; + } + .lg\:border-round-bottom-sm { + border-bottom-left-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; + } + .lg\:border-round-left-md { + border-top-left-radius: 0.375rem !important; + border-bottom-left-radius: 0.375rem !important; + } + .lg\:border-round-top-md { + border-top-left-radius: 0.375rem !important; + border-top-right-radius: 0.375rem !important; + } + .lg\:border-round-right-md { + border-top-right-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; + } + .lg\:border-round-bottom-md { + border-bottom-left-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; + } + .lg\:border-round-left-lg { + border-top-left-radius: 0.5rem !important; + border-bottom-left-radius: 0.5rem !important; + } + .lg\:border-round-top-lg { + border-top-left-radius: 0.5rem !important; + border-top-right-radius: 0.5rem !important; + } + .lg\:border-round-right-lg { + border-top-right-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; + } + .lg\:border-round-bottom-lg { + border-bottom-left-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; + } + .lg\:border-round-left-xl { + border-top-left-radius: 0.75rem !important; + border-bottom-left-radius: 0.75rem !important; + } + .lg\:border-round-top-xl { + border-top-left-radius: 0.75rem !important; + border-top-right-radius: 0.75rem !important; + } + .lg\:border-round-right-xl { + border-top-right-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; + } + .lg\:border-round-bottom-xl { + border-bottom-left-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; + } + .lg\:border-round-left-2xl { + border-top-left-radius: 1rem !important; + border-bottom-left-radius: 1rem !important; + } + .lg\:border-round-top-2xl { + border-top-left-radius: 1rem !important; + border-top-right-radius: 1rem !important; + } + .lg\:border-round-right-2xl { + border-top-right-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; + } + .lg\:border-round-bottom-2xl { + border-bottom-left-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; + } + .lg\:border-round-left-3xl { + border-top-left-radius: 1.5rem !important; + border-bottom-left-radius: 1.5rem !important; + } + .lg\:border-round-top-3xl { + border-top-left-radius: 1.5rem !important; + border-top-right-radius: 1.5rem !important; + } + .lg\:border-round-right-3xl { + border-top-right-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; + } + .lg\:border-round-bottom-3xl { + border-bottom-left-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; + } + .lg\:border-circle-left { + border-top-left-radius: 50% !important; + border-bottom-left-radius: 50% !important; + } + .lg\:border-circle-top { + border-top-left-radius: 50% !important; + border-top-right-radius: 50% !important; + } + .lg\:border-circle-right { + border-top-right-radius: 50% !important; + border-bottom-right-radius: 50% !important; + } + .lg\:border-circle-bottom { + border-bottom-left-radius: 50% !important; + border-bottom-right-radius: 50% !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:border-noround-left { + border-top-left-radius: 0 !important; + border-bottom-left-radius: 0 !important; + } + .xl\:border-noround-top { + border-top-left-radius: 0 !important; + border-top-right-radius: 0 !important; + } + .xl\:border-noround-right { + border-top-right-radius: 0 !important; + border-bottom-right-radius: 0 !important; + } + .xl\:border-noround-bottom { + border-bottom-left-radius: 0 !important; + border-bottom-right-radius: 0 !important; + } + .xl\:border-round-left { + border-top-left-radius: var(--border-radius) !important; + border-bottom-left-radius: var(--border-radius) !important; + } + .xl\:border-round-top { + border-top-left-radius: var(--border-radius) !important; + border-top-right-radius: var(--border-radius) !important; + } + .xl\:border-round-right { + border-top-right-radius: var(--border-radius) !important; + border-bottom-right-radius: var(--border-radius) !important; + } + .xl\:border-round-bottom { + border-bottom-left-radius: var(--border-radius) !important; + border-bottom-right-radius: var(--border-radius) !important; + } + .xl\:border-round-left-xs { + border-top-left-radius: 0.125rem !important; + border-bottom-left-radius: 0.125rem !important; + } + .xl\:border-round-top-xs { + border-top-left-radius: 0.125rem !important; + border-top-right-radius: 0.125rem !important; + } + .xl\:border-round-right-xs { + border-top-right-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; + } + .xl\:border-round-bottom-xs { + border-bottom-left-radius: 0.125rem !important; + border-bottom-right-radius: 0.125rem !important; + } + .xl\:border-round-left-sm { + border-top-left-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; + } + .xl\:border-round-top-sm { + border-top-left-radius: 0.25rem !important; + border-top-right-radius: 0.25rem !important; + } + .xl\:border-round-right-sm { + border-top-right-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; + } + .xl\:border-round-bottom-sm { + border-bottom-left-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; + } + .xl\:border-round-left-md { + border-top-left-radius: 0.375rem !important; + border-bottom-left-radius: 0.375rem !important; + } + .xl\:border-round-top-md { + border-top-left-radius: 0.375rem !important; + border-top-right-radius: 0.375rem !important; + } + .xl\:border-round-right-md { + border-top-right-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; + } + .xl\:border-round-bottom-md { + border-bottom-left-radius: 0.375rem !important; + border-bottom-right-radius: 0.375rem !important; + } + .xl\:border-round-left-lg { + border-top-left-radius: 0.5rem !important; + border-bottom-left-radius: 0.5rem !important; + } + .xl\:border-round-top-lg { + border-top-left-radius: 0.5rem !important; + border-top-right-radius: 0.5rem !important; + } + .xl\:border-round-right-lg { + border-top-right-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; + } + .xl\:border-round-bottom-lg { + border-bottom-left-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; + } + .xl\:border-round-left-xl { + border-top-left-radius: 0.75rem !important; + border-bottom-left-radius: 0.75rem !important; + } + .xl\:border-round-top-xl { + border-top-left-radius: 0.75rem !important; + border-top-right-radius: 0.75rem !important; + } + .xl\:border-round-right-xl { + border-top-right-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; + } + .xl\:border-round-bottom-xl { + border-bottom-left-radius: 0.75rem !important; + border-bottom-right-radius: 0.75rem !important; + } + .xl\:border-round-left-2xl { + border-top-left-radius: 1rem !important; + border-bottom-left-radius: 1rem !important; + } + .xl\:border-round-top-2xl { + border-top-left-radius: 1rem !important; + border-top-right-radius: 1rem !important; + } + .xl\:border-round-right-2xl { + border-top-right-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; + } + .xl\:border-round-bottom-2xl { + border-bottom-left-radius: 1rem !important; + border-bottom-right-radius: 1rem !important; + } + .xl\:border-round-left-3xl { + border-top-left-radius: 1.5rem !important; + border-bottom-left-radius: 1.5rem !important; + } + .xl\:border-round-top-3xl { + border-top-left-radius: 1.5rem !important; + border-top-right-radius: 1.5rem !important; + } + .xl\:border-round-right-3xl { + border-top-right-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; + } + .xl\:border-round-bottom-3xl { + border-bottom-left-radius: 1.5rem !important; + border-bottom-right-radius: 1.5rem !important; + } + .xl\:border-circle-left { + border-top-left-radius: 50% !important; + border-bottom-left-radius: 50% !important; + } + .xl\:border-circle-top { + border-top-left-radius: 50% !important; + border-top-right-radius: 50% !important; + } + .xl\:border-circle-right { + border-top-right-radius: 50% !important; + border-bottom-right-radius: 50% !important; + } + .xl\:border-circle-bottom { + border-bottom-left-radius: 50% !important; + border-bottom-right-radius: 50% !important; + } +} +.w-full { + width: 100% !important; +} + +.w-screen { + width: 100vw !important; +} + +.w-auto { + width: auto !important; +} + +.w-1 { + width: 8.3333% !important; +} + +.w-2 { + width: 16.6667% !important; +} + +.w-3 { + width: 25% !important; +} + +.w-4 { + width: 33.3333% !important; +} + +.w-5 { + width: 41.6667% !important; +} + +.w-6 { + width: 50% !important; +} + +.w-7 { + width: 58.3333% !important; +} + +.w-8 { + width: 66.6667% !important; +} + +.w-9 { + width: 75% !important; +} + +.w-10 { + width: 83.3333% !important; +} + +.w-11 { + width: 91.6667% !important; +} + +.w-12 { + width: 100% !important; +} + +.w-min { + width: min-content !important; +} + +.w-max { + width: max-content !important; +} + +.w-fit { + width: fit-content !important; +} + +.w-1rem { + width: 1rem !important; +} + +.w-2rem { + width: 2rem !important; +} + +.w-3rem { + width: 3rem !important; +} + +.w-4rem { + width: 4rem !important; +} + +.w-5rem { + width: 5rem !important; +} + +.w-6rem { + width: 6rem !important; +} + +.w-7rem { + width: 7rem !important; +} + +.w-8rem { + width: 8rem !important; +} + +.w-9rem { + width: 9rem !important; +} + +.w-10rem { + width: 10rem !important; +} + +.w-11rem { + width: 11rem !important; +} + +.w-12rem { + width: 12rem !important; +} + +.w-13rem { + width: 13rem !important; +} + +.w-14rem { + width: 14rem !important; +} + +.w-15rem { + width: 15rem !important; +} + +.w-16rem { + width: 16rem !important; +} + +.w-17rem { + width: 17rem !important; +} + +.w-18rem { + width: 18rem !important; +} + +.w-19rem { + width: 19rem !important; +} + +.w-20rem { + width: 20rem !important; +} + +.w-21rem { + width: 21rem !important; +} + +.w-22rem { + width: 22rem !important; +} + +.w-23rem { + width: 23rem !important; +} + +.w-24rem { + width: 24rem !important; +} + +.w-25rem { + width: 25rem !important; +} + +.w-26rem { + width: 26rem !important; +} + +.w-27rem { + width: 27rem !important; +} + +.w-28rem { + width: 28rem !important; +} + +.w-29rem { + width: 29rem !important; +} + +.w-30rem { + width: 30rem !important; +} + +@media screen and (min-width: 576px) { + .sm\:w-full { + width: 100% !important; + } + .sm\:w-screen { + width: 100vw !important; + } + .sm\:w-auto { + width: auto !important; + } + .sm\:w-1 { + width: 8.3333% !important; + } + .sm\:w-2 { + width: 16.6667% !important; + } + .sm\:w-3 { + width: 25% !important; + } + .sm\:w-4 { + width: 33.3333% !important; + } + .sm\:w-5 { + width: 41.6667% !important; + } + .sm\:w-6 { + width: 50% !important; + } + .sm\:w-7 { + width: 58.3333% !important; + } + .sm\:w-8 { + width: 66.6667% !important; + } + .sm\:w-9 { + width: 75% !important; + } + .sm\:w-10 { + width: 83.3333% !important; + } + .sm\:w-11 { + width: 91.6667% !important; + } + .sm\:w-12 { + width: 100% !important; + } + .sm\:w-min { + width: min-content !important; + } + .sm\:w-max { + width: max-content !important; + } + .sm\:w-fit { + width: fit-content !important; + } + .sm\:w-1rem { + width: 1rem !important; + } + .sm\:w-2rem { + width: 2rem !important; + } + .sm\:w-3rem { + width: 3rem !important; + } + .sm\:w-4rem { + width: 4rem !important; + } + .sm\:w-5rem { + width: 5rem !important; + } + .sm\:w-6rem { + width: 6rem !important; + } + .sm\:w-7rem { + width: 7rem !important; + } + .sm\:w-8rem { + width: 8rem !important; + } + .sm\:w-9rem { + width: 9rem !important; + } + .sm\:w-10rem { + width: 10rem !important; + } + .sm\:w-11rem { + width: 11rem !important; + } + .sm\:w-12rem { + width: 12rem !important; + } + .sm\:w-13rem { + width: 13rem !important; + } + .sm\:w-14rem { + width: 14rem !important; + } + .sm\:w-15rem { + width: 15rem !important; + } + .sm\:w-16rem { + width: 16rem !important; + } + .sm\:w-17rem { + width: 17rem !important; + } + .sm\:w-18rem { + width: 18rem !important; + } + .sm\:w-19rem { + width: 19rem !important; + } + .sm\:w-20rem { + width: 20rem !important; + } + .sm\:w-21rem { + width: 21rem !important; + } + .sm\:w-22rem { + width: 22rem !important; + } + .sm\:w-23rem { + width: 23rem !important; + } + .sm\:w-24rem { + width: 24rem !important; + } + .sm\:w-25rem { + width: 25rem !important; + } + .sm\:w-26rem { + width: 26rem !important; + } + .sm\:w-27rem { + width: 27rem !important; + } + .sm\:w-28rem { + width: 28rem !important; + } + .sm\:w-29rem { + width: 29rem !important; + } + .sm\:w-30rem { + width: 30rem !important; + } +} +@media screen and (min-width: 768px) { + .md\:w-full { + width: 100% !important; + } + .md\:w-screen { + width: 100vw !important; + } + .md\:w-auto { + width: auto !important; + } + .md\:w-1 { + width: 8.3333% !important; + } + .md\:w-2 { + width: 16.6667% !important; + } + .md\:w-3 { + width: 25% !important; + } + .md\:w-4 { + width: 33.3333% !important; + } + .md\:w-5 { + width: 41.6667% !important; + } + .md\:w-6 { + width: 50% !important; + } + .md\:w-7 { + width: 58.3333% !important; + } + .md\:w-8 { + width: 66.6667% !important; + } + .md\:w-9 { + width: 75% !important; + } + .md\:w-10 { + width: 83.3333% !important; + } + .md\:w-11 { + width: 91.6667% !important; + } + .md\:w-12 { + width: 100% !important; + } + .md\:w-min { + width: min-content !important; + } + .md\:w-max { + width: max-content !important; + } + .md\:w-fit { + width: fit-content !important; + } + .md\:w-1rem { + width: 1rem !important; + } + .md\:w-2rem { + width: 2rem !important; + } + .md\:w-3rem { + width: 3rem !important; + } + .md\:w-4rem { + width: 4rem !important; + } + .md\:w-5rem { + width: 5rem !important; + } + .md\:w-6rem { + width: 6rem !important; + } + .md\:w-7rem { + width: 7rem !important; + } + .md\:w-8rem { + width: 8rem !important; + } + .md\:w-9rem { + width: 9rem !important; + } + .md\:w-10rem { + width: 10rem !important; + } + .md\:w-11rem { + width: 11rem !important; + } + .md\:w-12rem { + width: 12rem !important; + } + .md\:w-13rem { + width: 13rem !important; + } + .md\:w-14rem { + width: 14rem !important; + } + .md\:w-15rem { + width: 15rem !important; + } + .md\:w-16rem { + width: 16rem !important; + } + .md\:w-17rem { + width: 17rem !important; + } + .md\:w-18rem { + width: 18rem !important; + } + .md\:w-19rem { + width: 19rem !important; + } + .md\:w-20rem { + width: 20rem !important; + } + .md\:w-21rem { + width: 21rem !important; + } + .md\:w-22rem { + width: 22rem !important; + } + .md\:w-23rem { + width: 23rem !important; + } + .md\:w-24rem { + width: 24rem !important; + } + .md\:w-25rem { + width: 25rem !important; + } + .md\:w-26rem { + width: 26rem !important; + } + .md\:w-27rem { + width: 27rem !important; + } + .md\:w-28rem { + width: 28rem !important; + } + .md\:w-29rem { + width: 29rem !important; + } + .md\:w-30rem { + width: 30rem !important; + } +} +@media screen and (min-width: 992px) { + .lg\:w-full { + width: 100% !important; + } + .lg\:w-screen { + width: 100vw !important; + } + .lg\:w-auto { + width: auto !important; + } + .lg\:w-1 { + width: 8.3333% !important; + } + .lg\:w-2 { + width: 16.6667% !important; + } + .lg\:w-3 { + width: 25% !important; + } + .lg\:w-4 { + width: 33.3333% !important; + } + .lg\:w-5 { + width: 41.6667% !important; + } + .lg\:w-6 { + width: 50% !important; + } + .lg\:w-7 { + width: 58.3333% !important; + } + .lg\:w-8 { + width: 66.6667% !important; + } + .lg\:w-9 { + width: 75% !important; + } + .lg\:w-10 { + width: 83.3333% !important; + } + .lg\:w-11 { + width: 91.6667% !important; + } + .lg\:w-12 { + width: 100% !important; + } + .lg\:w-min { + width: min-content !important; + } + .lg\:w-max { + width: max-content !important; + } + .lg\:w-fit { + width: fit-content !important; + } + .lg\:w-1rem { + width: 1rem !important; + } + .lg\:w-2rem { + width: 2rem !important; + } + .lg\:w-3rem { + width: 3rem !important; + } + .lg\:w-4rem { + width: 4rem !important; + } + .lg\:w-5rem { + width: 5rem !important; + } + .lg\:w-6rem { + width: 6rem !important; + } + .lg\:w-7rem { + width: 7rem !important; + } + .lg\:w-8rem { + width: 8rem !important; + } + .lg\:w-9rem { + width: 9rem !important; + } + .lg\:w-10rem { + width: 10rem !important; + } + .lg\:w-11rem { + width: 11rem !important; + } + .lg\:w-12rem { + width: 12rem !important; + } + .lg\:w-13rem { + width: 13rem !important; + } + .lg\:w-14rem { + width: 14rem !important; + } + .lg\:w-15rem { + width: 15rem !important; + } + .lg\:w-16rem { + width: 16rem !important; + } + .lg\:w-17rem { + width: 17rem !important; + } + .lg\:w-18rem { + width: 18rem !important; + } + .lg\:w-19rem { + width: 19rem !important; + } + .lg\:w-20rem { + width: 20rem !important; + } + .lg\:w-21rem { + width: 21rem !important; + } + .lg\:w-22rem { + width: 22rem !important; + } + .lg\:w-23rem { + width: 23rem !important; + } + .lg\:w-24rem { + width: 24rem !important; + } + .lg\:w-25rem { + width: 25rem !important; + } + .lg\:w-26rem { + width: 26rem !important; + } + .lg\:w-27rem { + width: 27rem !important; + } + .lg\:w-28rem { + width: 28rem !important; + } + .lg\:w-29rem { + width: 29rem !important; + } + .lg\:w-30rem { + width: 30rem !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:w-full { + width: 100% !important; + } + .xl\:w-screen { + width: 100vw !important; + } + .xl\:w-auto { + width: auto !important; + } + .xl\:w-1 { + width: 8.3333% !important; + } + .xl\:w-2 { + width: 16.6667% !important; + } + .xl\:w-3 { + width: 25% !important; + } + .xl\:w-4 { + width: 33.3333% !important; + } + .xl\:w-5 { + width: 41.6667% !important; + } + .xl\:w-6 { + width: 50% !important; + } + .xl\:w-7 { + width: 58.3333% !important; + } + .xl\:w-8 { + width: 66.6667% !important; + } + .xl\:w-9 { + width: 75% !important; + } + .xl\:w-10 { + width: 83.3333% !important; + } + .xl\:w-11 { + width: 91.6667% !important; + } + .xl\:w-12 { + width: 100% !important; + } + .xl\:w-min { + width: min-content !important; + } + .xl\:w-max { + width: max-content !important; + } + .xl\:w-fit { + width: fit-content !important; + } + .xl\:w-1rem { + width: 1rem !important; + } + .xl\:w-2rem { + width: 2rem !important; + } + .xl\:w-3rem { + width: 3rem !important; + } + .xl\:w-4rem { + width: 4rem !important; + } + .xl\:w-5rem { + width: 5rem !important; + } + .xl\:w-6rem { + width: 6rem !important; + } + .xl\:w-7rem { + width: 7rem !important; + } + .xl\:w-8rem { + width: 8rem !important; + } + .xl\:w-9rem { + width: 9rem !important; + } + .xl\:w-10rem { + width: 10rem !important; + } + .xl\:w-11rem { + width: 11rem !important; + } + .xl\:w-12rem { + width: 12rem !important; + } + .xl\:w-13rem { + width: 13rem !important; + } + .xl\:w-14rem { + width: 14rem !important; + } + .xl\:w-15rem { + width: 15rem !important; + } + .xl\:w-16rem { + width: 16rem !important; + } + .xl\:w-17rem { + width: 17rem !important; + } + .xl\:w-18rem { + width: 18rem !important; + } + .xl\:w-19rem { + width: 19rem !important; + } + .xl\:w-20rem { + width: 20rem !important; + } + .xl\:w-21rem { + width: 21rem !important; + } + .xl\:w-22rem { + width: 22rem !important; + } + .xl\:w-23rem { + width: 23rem !important; + } + .xl\:w-24rem { + width: 24rem !important; + } + .xl\:w-25rem { + width: 25rem !important; + } + .xl\:w-26rem { + width: 26rem !important; + } + .xl\:w-27rem { + width: 27rem !important; + } + .xl\:w-28rem { + width: 28rem !important; + } + .xl\:w-29rem { + width: 29rem !important; + } + .xl\:w-30rem { + width: 30rem !important; + } +} +.h-full { + height: 100% !important; +} + +.h-screen { + height: 100vh !important; +} + +.h-auto { + height: auto !important; +} + +.h-min { + height: min-content !important; +} + +.h-max { + height: max-content !important; +} + +.h-fit { + height: fit-content !important; +} + +.h-1rem { + height: 1rem !important; +} + +.h-2rem { + height: 2rem !important; +} + +.h-3rem { + height: 3rem !important; +} + +.h-4rem { + height: 4rem !important; +} + +.h-5rem { + height: 5rem !important; +} + +.h-6rem { + height: 6rem !important; +} + +.h-7rem { + height: 7rem !important; +} + +.h-8rem { + height: 8rem !important; +} + +.h-9rem { + height: 9rem !important; +} + +.h-10rem { + height: 10rem !important; +} + +.h-11rem { + height: 11rem !important; +} + +.h-12rem { + height: 12rem !important; +} + +.h-13rem { + height: 13rem !important; +} + +.h-14rem { + height: 14rem !important; +} + +.h-15rem { + height: 15rem !important; +} + +.h-16rem { + height: 16rem !important; +} + +.h-17rem { + height: 17rem !important; +} + +.h-18rem { + height: 18rem !important; +} + +.h-19rem { + height: 19rem !important; +} + +.h-20rem { + height: 20rem !important; +} + +.h-21rem { + height: 21rem !important; +} + +.h-22rem { + height: 22rem !important; +} + +.h-23rem { + height: 23rem !important; +} + +.h-24rem { + height: 24rem !important; +} + +.h-25rem { + height: 25rem !important; +} + +.h-26rem { + height: 26rem !important; +} + +.h-27rem { + height: 27rem !important; +} + +.h-28rem { + height: 28rem !important; +} + +.h-29rem { + height: 29rem !important; +} + +.h-30rem { + height: 30rem !important; +} + +@media screen and (min-width: 576px) { + .sm\:h-full { + height: 100% !important; + } + .sm\:h-screen { + height: 100vh !important; + } + .sm\:h-auto { + height: auto !important; + } + .sm\:h-min { + height: min-content !important; + } + .sm\:h-max { + height: max-content !important; + } + .sm\:h-fit { + height: fit-content !important; + } + .sm\:h-1rem { + height: 1rem !important; + } + .sm\:h-2rem { + height: 2rem !important; + } + .sm\:h-3rem { + height: 3rem !important; + } + .sm\:h-4rem { + height: 4rem !important; + } + .sm\:h-5rem { + height: 5rem !important; + } + .sm\:h-6rem { + height: 6rem !important; + } + .sm\:h-7rem { + height: 7rem !important; + } + .sm\:h-8rem { + height: 8rem !important; + } + .sm\:h-9rem { + height: 9rem !important; + } + .sm\:h-10rem { + height: 10rem !important; + } + .sm\:h-11rem { + height: 11rem !important; + } + .sm\:h-12rem { + height: 12rem !important; + } + .sm\:h-13rem { + height: 13rem !important; + } + .sm\:h-14rem { + height: 14rem !important; + } + .sm\:h-15rem { + height: 15rem !important; + } + .sm\:h-16rem { + height: 16rem !important; + } + .sm\:h-17rem { + height: 17rem !important; + } + .sm\:h-18rem { + height: 18rem !important; + } + .sm\:h-19rem { + height: 19rem !important; + } + .sm\:h-20rem { + height: 20rem !important; + } + .sm\:h-21rem { + height: 21rem !important; + } + .sm\:h-22rem { + height: 22rem !important; + } + .sm\:h-23rem { + height: 23rem !important; + } + .sm\:h-24rem { + height: 24rem !important; + } + .sm\:h-25rem { + height: 25rem !important; + } + .sm\:h-26rem { + height: 26rem !important; + } + .sm\:h-27rem { + height: 27rem !important; + } + .sm\:h-28rem { + height: 28rem !important; + } + .sm\:h-29rem { + height: 29rem !important; + } + .sm\:h-30rem { + height: 30rem !important; + } +} +@media screen and (min-width: 768px) { + .md\:h-full { + height: 100% !important; + } + .md\:h-screen { + height: 100vh !important; + } + .md\:h-auto { + height: auto !important; + } + .md\:h-min { + height: min-content !important; + } + .md\:h-max { + height: max-content !important; + } + .md\:h-fit { + height: fit-content !important; + } + .md\:h-1rem { + height: 1rem !important; + } + .md\:h-2rem { + height: 2rem !important; + } + .md\:h-3rem { + height: 3rem !important; + } + .md\:h-4rem { + height: 4rem !important; + } + .md\:h-5rem { + height: 5rem !important; + } + .md\:h-6rem { + height: 6rem !important; + } + .md\:h-7rem { + height: 7rem !important; + } + .md\:h-8rem { + height: 8rem !important; + } + .md\:h-9rem { + height: 9rem !important; + } + .md\:h-10rem { + height: 10rem !important; + } + .md\:h-11rem { + height: 11rem !important; + } + .md\:h-12rem { + height: 12rem !important; + } + .md\:h-13rem { + height: 13rem !important; + } + .md\:h-14rem { + height: 14rem !important; + } + .md\:h-15rem { + height: 15rem !important; + } + .md\:h-16rem { + height: 16rem !important; + } + .md\:h-17rem { + height: 17rem !important; + } + .md\:h-18rem { + height: 18rem !important; + } + .md\:h-19rem { + height: 19rem !important; + } + .md\:h-20rem { + height: 20rem !important; + } + .md\:h-21rem { + height: 21rem !important; + } + .md\:h-22rem { + height: 22rem !important; + } + .md\:h-23rem { + height: 23rem !important; + } + .md\:h-24rem { + height: 24rem !important; + } + .md\:h-25rem { + height: 25rem !important; + } + .md\:h-26rem { + height: 26rem !important; + } + .md\:h-27rem { + height: 27rem !important; + } + .md\:h-28rem { + height: 28rem !important; + } + .md\:h-29rem { + height: 29rem !important; + } + .md\:h-30rem { + height: 30rem !important; + } +} +@media screen and (min-width: 992px) { + .lg\:h-full { + height: 100% !important; + } + .lg\:h-screen { + height: 100vh !important; + } + .lg\:h-auto { + height: auto !important; + } + .lg\:h-min { + height: min-content !important; + } + .lg\:h-max { + height: max-content !important; + } + .lg\:h-fit { + height: fit-content !important; + } + .lg\:h-1rem { + height: 1rem !important; + } + .lg\:h-2rem { + height: 2rem !important; + } + .lg\:h-3rem { + height: 3rem !important; + } + .lg\:h-4rem { + height: 4rem !important; + } + .lg\:h-5rem { + height: 5rem !important; + } + .lg\:h-6rem { + height: 6rem !important; + } + .lg\:h-7rem { + height: 7rem !important; + } + .lg\:h-8rem { + height: 8rem !important; + } + .lg\:h-9rem { + height: 9rem !important; + } + .lg\:h-10rem { + height: 10rem !important; + } + .lg\:h-11rem { + height: 11rem !important; + } + .lg\:h-12rem { + height: 12rem !important; + } + .lg\:h-13rem { + height: 13rem !important; + } + .lg\:h-14rem { + height: 14rem !important; + } + .lg\:h-15rem { + height: 15rem !important; + } + .lg\:h-16rem { + height: 16rem !important; + } + .lg\:h-17rem { + height: 17rem !important; + } + .lg\:h-18rem { + height: 18rem !important; + } + .lg\:h-19rem { + height: 19rem !important; + } + .lg\:h-20rem { + height: 20rem !important; + } + .lg\:h-21rem { + height: 21rem !important; + } + .lg\:h-22rem { + height: 22rem !important; + } + .lg\:h-23rem { + height: 23rem !important; + } + .lg\:h-24rem { + height: 24rem !important; + } + .lg\:h-25rem { + height: 25rem !important; + } + .lg\:h-26rem { + height: 26rem !important; + } + .lg\:h-27rem { + height: 27rem !important; + } + .lg\:h-28rem { + height: 28rem !important; + } + .lg\:h-29rem { + height: 29rem !important; + } + .lg\:h-30rem { + height: 30rem !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:h-full { + height: 100% !important; + } + .xl\:h-screen { + height: 100vh !important; + } + .xl\:h-auto { + height: auto !important; + } + .xl\:h-min { + height: min-content !important; + } + .xl\:h-max { + height: max-content !important; + } + .xl\:h-fit { + height: fit-content !important; + } + .xl\:h-1rem { + height: 1rem !important; + } + .xl\:h-2rem { + height: 2rem !important; + } + .xl\:h-3rem { + height: 3rem !important; + } + .xl\:h-4rem { + height: 4rem !important; + } + .xl\:h-5rem { + height: 5rem !important; + } + .xl\:h-6rem { + height: 6rem !important; + } + .xl\:h-7rem { + height: 7rem !important; + } + .xl\:h-8rem { + height: 8rem !important; + } + .xl\:h-9rem { + height: 9rem !important; + } + .xl\:h-10rem { + height: 10rem !important; + } + .xl\:h-11rem { + height: 11rem !important; + } + .xl\:h-12rem { + height: 12rem !important; + } + .xl\:h-13rem { + height: 13rem !important; + } + .xl\:h-14rem { + height: 14rem !important; + } + .xl\:h-15rem { + height: 15rem !important; + } + .xl\:h-16rem { + height: 16rem !important; + } + .xl\:h-17rem { + height: 17rem !important; + } + .xl\:h-18rem { + height: 18rem !important; + } + .xl\:h-19rem { + height: 19rem !important; + } + .xl\:h-20rem { + height: 20rem !important; + } + .xl\:h-21rem { + height: 21rem !important; + } + .xl\:h-22rem { + height: 22rem !important; + } + .xl\:h-23rem { + height: 23rem !important; + } + .xl\:h-24rem { + height: 24rem !important; + } + .xl\:h-25rem { + height: 25rem !important; + } + .xl\:h-26rem { + height: 26rem !important; + } + .xl\:h-27rem { + height: 27rem !important; + } + .xl\:h-28rem { + height: 28rem !important; + } + .xl\:h-29rem { + height: 29rem !important; + } + .xl\:h-30rem { + height: 30rem !important; + } +} +.min-w-0 { + min-width: 0px !important; +} + +.min-w-full { + min-width: 100% !important; +} + +.min-w-screen { + min-width: 100vw !important; +} + +.min-w-min { + min-width: min-content !important; +} + +.min-w-max { + min-width: max-content !important; +} + +@media screen and (min-width: 576px) { + .sm\:min-w-0 { + min-width: 0px !important; + } + .sm\:min-w-full { + min-width: 100% !important; + } + .sm\:min-w-screen { + min-width: 100vw !important; + } + .sm\:min-w-min { + min-width: min-content !important; + } + .sm\:min-w-max { + min-width: max-content !important; + } +} +@media screen and (min-width: 768px) { + .md\:min-w-0 { + min-width: 0px !important; + } + .md\:min-w-full { + min-width: 100% !important; + } + .md\:min-w-screen { + min-width: 100vw !important; + } + .md\:min-w-min { + min-width: min-content !important; + } + .md\:min-w-max { + min-width: max-content !important; + } +} +@media screen and (min-width: 992px) { + .lg\:min-w-0 { + min-width: 0px !important; + } + .lg\:min-w-full { + min-width: 100% !important; + } + .lg\:min-w-screen { + min-width: 100vw !important; + } + .lg\:min-w-min { + min-width: min-content !important; + } + .lg\:min-w-max { + min-width: max-content !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:min-w-0 { + min-width: 0px !important; + } + .xl\:min-w-full { + min-width: 100% !important; + } + .xl\:min-w-screen { + min-width: 100vw !important; + } + .xl\:min-w-min { + min-width: min-content !important; + } + .xl\:min-w-max { + min-width: max-content !important; + } +} +.max-w-0 { + max-width: 0px !important; +} + +.max-w-full { + max-width: 100% !important; +} + +.max-w-screen { + max-width: 100vw !important; +} + +.max-w-min { + max-width: min-content !important; +} + +.max-w-max { + max-width: max-content !important; +} + +.max-w-fit { + max-width: fit-content !important; +} + +.max-w-1rem { + max-width: 1rem !important; +} + +.max-w-2rem { + max-width: 2rem !important; +} + +.max-w-3rem { + max-width: 3rem !important; +} + +.max-w-4rem { + max-width: 4rem !important; +} + +.max-w-5rem { + max-width: 5rem !important; +} + +.max-w-6rem { + max-width: 6rem !important; +} + +.max-w-7rem { + max-width: 7rem !important; +} + +.max-w-8rem { + max-width: 8rem !important; +} + +.max-w-9rem { + max-width: 9rem !important; +} + +.max-w-10rem { + max-width: 10rem !important; +} + +.max-w-11rem { + max-width: 11rem !important; +} + +.max-w-12rem { + max-width: 12rem !important; +} + +.max-w-13rem { + max-width: 13rem !important; +} + +.max-w-14rem { + max-width: 14rem !important; +} + +.max-w-15rem { + max-width: 15rem !important; +} + +.max-w-16rem { + max-width: 16rem !important; +} + +.max-w-17rem { + max-width: 17rem !important; +} + +.max-w-18rem { + max-width: 18rem !important; +} + +.max-w-19rem { + max-width: 19rem !important; +} + +.max-w-20rem { + max-width: 20rem !important; +} + +.max-w-21rem { + max-width: 21rem !important; +} + +.max-w-22rem { + max-width: 22rem !important; +} + +.max-w-23rem { + max-width: 23rem !important; +} + +.max-w-24rem { + max-width: 24rem !important; +} + +.max-w-25rem { + max-width: 25rem !important; +} + +.max-w-26rem { + max-width: 26rem !important; +} + +.max-w-27rem { + max-width: 27rem !important; +} + +.max-w-28rem { + max-width: 28rem !important; +} + +.max-w-29rem { + max-width: 29rem !important; +} + +.max-w-30rem { + max-width: 30rem !important; +} + +@media screen and (min-width: 576px) { + .sm\:max-w-0 { + max-width: 0px !important; + } + .sm\:max-w-full { + max-width: 100% !important; + } + .sm\:max-w-screen { + max-width: 100vw !important; + } + .sm\:max-w-min { + max-width: min-content !important; + } + .sm\:max-w-max { + max-width: max-content !important; + } + .sm\:max-w-fit { + max-width: fit-content !important; + } + .sm\:max-w-1rem { + max-width: 1rem !important; + } + .sm\:max-w-2rem { + max-width: 2rem !important; + } + .sm\:max-w-3rem { + max-width: 3rem !important; + } + .sm\:max-w-4rem { + max-width: 4rem !important; + } + .sm\:max-w-5rem { + max-width: 5rem !important; + } + .sm\:max-w-6rem { + max-width: 6rem !important; + } + .sm\:max-w-7rem { + max-width: 7rem !important; + } + .sm\:max-w-8rem { + max-width: 8rem !important; + } + .sm\:max-w-9rem { + max-width: 9rem !important; + } + .sm\:max-w-10rem { + max-width: 10rem !important; + } + .sm\:max-w-11rem { + max-width: 11rem !important; + } + .sm\:max-w-12rem { + max-width: 12rem !important; + } + .sm\:max-w-13rem { + max-width: 13rem !important; + } + .sm\:max-w-14rem { + max-width: 14rem !important; + } + .sm\:max-w-15rem { + max-width: 15rem !important; + } + .sm\:max-w-16rem { + max-width: 16rem !important; + } + .sm\:max-w-17rem { + max-width: 17rem !important; + } + .sm\:max-w-18rem { + max-width: 18rem !important; + } + .sm\:max-w-19rem { + max-width: 19rem !important; + } + .sm\:max-w-20rem { + max-width: 20rem !important; + } + .sm\:max-w-21rem { + max-width: 21rem !important; + } + .sm\:max-w-22rem { + max-width: 22rem !important; + } + .sm\:max-w-23rem { + max-width: 23rem !important; + } + .sm\:max-w-24rem { + max-width: 24rem !important; + } + .sm\:max-w-25rem { + max-width: 25rem !important; + } + .sm\:max-w-26rem { + max-width: 26rem !important; + } + .sm\:max-w-27rem { + max-width: 27rem !important; + } + .sm\:max-w-28rem { + max-width: 28rem !important; + } + .sm\:max-w-29rem { + max-width: 29rem !important; + } + .sm\:max-w-30rem { + max-width: 30rem !important; + } +} +@media screen and (min-width: 768px) { + .md\:max-w-0 { + max-width: 0px !important; + } + .md\:max-w-full { + max-width: 100% !important; + } + .md\:max-w-screen { + max-width: 100vw !important; + } + .md\:max-w-min { + max-width: min-content !important; + } + .md\:max-w-max { + max-width: max-content !important; + } + .md\:max-w-fit { + max-width: fit-content !important; + } + .md\:max-w-1rem { + max-width: 1rem !important; + } + .md\:max-w-2rem { + max-width: 2rem !important; + } + .md\:max-w-3rem { + max-width: 3rem !important; + } + .md\:max-w-4rem { + max-width: 4rem !important; + } + .md\:max-w-5rem { + max-width: 5rem !important; + } + .md\:max-w-6rem { + max-width: 6rem !important; + } + .md\:max-w-7rem { + max-width: 7rem !important; + } + .md\:max-w-8rem { + max-width: 8rem !important; + } + .md\:max-w-9rem { + max-width: 9rem !important; + } + .md\:max-w-10rem { + max-width: 10rem !important; + } + .md\:max-w-11rem { + max-width: 11rem !important; + } + .md\:max-w-12rem { + max-width: 12rem !important; + } + .md\:max-w-13rem { + max-width: 13rem !important; + } + .md\:max-w-14rem { + max-width: 14rem !important; + } + .md\:max-w-15rem { + max-width: 15rem !important; + } + .md\:max-w-16rem { + max-width: 16rem !important; + } + .md\:max-w-17rem { + max-width: 17rem !important; + } + .md\:max-w-18rem { + max-width: 18rem !important; + } + .md\:max-w-19rem { + max-width: 19rem !important; + } + .md\:max-w-20rem { + max-width: 20rem !important; + } + .md\:max-w-21rem { + max-width: 21rem !important; + } + .md\:max-w-22rem { + max-width: 22rem !important; + } + .md\:max-w-23rem { + max-width: 23rem !important; + } + .md\:max-w-24rem { + max-width: 24rem !important; + } + .md\:max-w-25rem { + max-width: 25rem !important; + } + .md\:max-w-26rem { + max-width: 26rem !important; + } + .md\:max-w-27rem { + max-width: 27rem !important; + } + .md\:max-w-28rem { + max-width: 28rem !important; + } + .md\:max-w-29rem { + max-width: 29rem !important; + } + .md\:max-w-30rem { + max-width: 30rem !important; + } +} +@media screen and (min-width: 992px) { + .lg\:max-w-0 { + max-width: 0px !important; + } + .lg\:max-w-full { + max-width: 100% !important; + } + .lg\:max-w-screen { + max-width: 100vw !important; + } + .lg\:max-w-min { + max-width: min-content !important; + } + .lg\:max-w-max { + max-width: max-content !important; + } + .lg\:max-w-fit { + max-width: fit-content !important; + } + .lg\:max-w-1rem { + max-width: 1rem !important; + } + .lg\:max-w-2rem { + max-width: 2rem !important; + } + .lg\:max-w-3rem { + max-width: 3rem !important; + } + .lg\:max-w-4rem { + max-width: 4rem !important; + } + .lg\:max-w-5rem { + max-width: 5rem !important; + } + .lg\:max-w-6rem { + max-width: 6rem !important; + } + .lg\:max-w-7rem { + max-width: 7rem !important; + } + .lg\:max-w-8rem { + max-width: 8rem !important; + } + .lg\:max-w-9rem { + max-width: 9rem !important; + } + .lg\:max-w-10rem { + max-width: 10rem !important; + } + .lg\:max-w-11rem { + max-width: 11rem !important; + } + .lg\:max-w-12rem { + max-width: 12rem !important; + } + .lg\:max-w-13rem { + max-width: 13rem !important; + } + .lg\:max-w-14rem { + max-width: 14rem !important; + } + .lg\:max-w-15rem { + max-width: 15rem !important; + } + .lg\:max-w-16rem { + max-width: 16rem !important; + } + .lg\:max-w-17rem { + max-width: 17rem !important; + } + .lg\:max-w-18rem { + max-width: 18rem !important; + } + .lg\:max-w-19rem { + max-width: 19rem !important; + } + .lg\:max-w-20rem { + max-width: 20rem !important; + } + .lg\:max-w-21rem { + max-width: 21rem !important; + } + .lg\:max-w-22rem { + max-width: 22rem !important; + } + .lg\:max-w-23rem { + max-width: 23rem !important; + } + .lg\:max-w-24rem { + max-width: 24rem !important; + } + .lg\:max-w-25rem { + max-width: 25rem !important; + } + .lg\:max-w-26rem { + max-width: 26rem !important; + } + .lg\:max-w-27rem { + max-width: 27rem !important; + } + .lg\:max-w-28rem { + max-width: 28rem !important; + } + .lg\:max-w-29rem { + max-width: 29rem !important; + } + .lg\:max-w-30rem { + max-width: 30rem !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:max-w-0 { + max-width: 0px !important; + } + .xl\:max-w-full { + max-width: 100% !important; + } + .xl\:max-w-screen { + max-width: 100vw !important; + } + .xl\:max-w-min { + max-width: min-content !important; + } + .xl\:max-w-max { + max-width: max-content !important; + } + .xl\:max-w-fit { + max-width: fit-content !important; + } + .xl\:max-w-1rem { + max-width: 1rem !important; + } + .xl\:max-w-2rem { + max-width: 2rem !important; + } + .xl\:max-w-3rem { + max-width: 3rem !important; + } + .xl\:max-w-4rem { + max-width: 4rem !important; + } + .xl\:max-w-5rem { + max-width: 5rem !important; + } + .xl\:max-w-6rem { + max-width: 6rem !important; + } + .xl\:max-w-7rem { + max-width: 7rem !important; + } + .xl\:max-w-8rem { + max-width: 8rem !important; + } + .xl\:max-w-9rem { + max-width: 9rem !important; + } + .xl\:max-w-10rem { + max-width: 10rem !important; + } + .xl\:max-w-11rem { + max-width: 11rem !important; + } + .xl\:max-w-12rem { + max-width: 12rem !important; + } + .xl\:max-w-13rem { + max-width: 13rem !important; + } + .xl\:max-w-14rem { + max-width: 14rem !important; + } + .xl\:max-w-15rem { + max-width: 15rem !important; + } + .xl\:max-w-16rem { + max-width: 16rem !important; + } + .xl\:max-w-17rem { + max-width: 17rem !important; + } + .xl\:max-w-18rem { + max-width: 18rem !important; + } + .xl\:max-w-19rem { + max-width: 19rem !important; + } + .xl\:max-w-20rem { + max-width: 20rem !important; + } + .xl\:max-w-21rem { + max-width: 21rem !important; + } + .xl\:max-w-22rem { + max-width: 22rem !important; + } + .xl\:max-w-23rem { + max-width: 23rem !important; + } + .xl\:max-w-24rem { + max-width: 24rem !important; + } + .xl\:max-w-25rem { + max-width: 25rem !important; + } + .xl\:max-w-26rem { + max-width: 26rem !important; + } + .xl\:max-w-27rem { + max-width: 27rem !important; + } + .xl\:max-w-28rem { + max-width: 28rem !important; + } + .xl\:max-w-29rem { + max-width: 29rem !important; + } + .xl\:max-w-30rem { + max-width: 30rem !important; + } +} +.min-h-0 { + min-height: 0px !important; +} + +.min-h-full { + min-height: 100% !important; +} + +.min-h-screen { + min-height: 100vh !important; +} + +@media screen and (min-width: 576px) { + .sm\:min-h-0 { + min-height: 0px !important; + } + .sm\:min-h-full { + min-height: 100% !important; + } + .sm\:min-h-screen { + min-height: 100vh !important; + } +} +@media screen and (min-width: 768px) { + .md\:min-h-0 { + min-height: 0px !important; + } + .md\:min-h-full { + min-height: 100% !important; + } + .md\:min-h-screen { + min-height: 100vh !important; + } +} +@media screen and (min-width: 992px) { + .lg\:min-h-0 { + min-height: 0px !important; + } + .lg\:min-h-full { + min-height: 100% !important; + } + .lg\:min-h-screen { + min-height: 100vh !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:min-h-0 { + min-height: 0px !important; + } + .xl\:min-h-full { + min-height: 100% !important; + } + .xl\:min-h-screen { + min-height: 100vh !important; + } +} +.max-h-0 { + max-height: 0px !important; +} + +.max-h-full { + max-height: 100% !important; +} + +.max-h-screen { + max-height: 100vh !important; +} + +.max-h-min { + max-height: min-content !important; +} + +.max-h-max { + max-height: max-content !important; +} + +.max-h-fit { + max-height: fit-content !important; +} + +.max-h-1rem { + max-height: 1rem !important; +} + +.max-h-2rem { + max-height: 2rem !important; +} + +.max-h-3rem { + max-height: 3rem !important; +} + +.max-h-4rem { + max-height: 4rem !important; +} + +.max-h-5rem { + max-height: 5rem !important; +} + +.max-h-6rem { + max-height: 6rem !important; +} + +.max-h-7rem { + max-height: 7rem !important; +} + +.max-h-8rem { + max-height: 8rem !important; +} + +.max-h-9rem { + max-height: 9rem !important; +} + +.max-h-10rem { + max-height: 10rem !important; +} + +.max-h-11rem { + max-height: 11rem !important; +} + +.max-h-12rem { + max-height: 12rem !important; +} + +.max-h-13rem { + max-height: 13rem !important; +} + +.max-h-14rem { + max-height: 14rem !important; +} + +.max-h-15rem { + max-height: 15rem !important; +} + +.max-h-16rem { + max-height: 16rem !important; +} + +.max-h-17rem { + max-height: 17rem !important; +} + +.max-h-18rem { + max-height: 18rem !important; +} + +.max-h-19rem { + max-height: 19rem !important; +} + +.max-h-20rem { + max-height: 20rem !important; +} + +.max-h-21rem { + max-height: 21rem !important; +} + +.max-h-22rem { + max-height: 22rem !important; +} + +.max-h-23rem { + max-height: 23rem !important; +} + +.max-h-24rem { + max-height: 24rem !important; +} + +.max-h-25rem { + max-height: 25rem !important; +} + +.max-h-26rem { + max-height: 26rem !important; +} + +.max-h-27rem { + max-height: 27rem !important; +} + +.max-h-28rem { + max-height: 28rem !important; +} + +.max-h-29rem { + max-height: 29rem !important; +} + +.max-h-30rem { + max-height: 30rem !important; +} + +@media screen and (min-width: 576px) { + .sm\:max-h-0 { + max-height: 0px !important; + } + .sm\:max-h-full { + max-height: 100% !important; + } + .sm\:max-h-screen { + max-height: 100vh !important; + } + .sm\:max-h-min { + max-height: min-content !important; + } + .sm\:max-h-max { + max-height: max-content !important; + } + .sm\:max-h-fit { + max-height: fit-content !important; + } + .sm\:max-h-1rem { + max-height: 1rem !important; + } + .sm\:max-h-2rem { + max-height: 2rem !important; + } + .sm\:max-h-3rem { + max-height: 3rem !important; + } + .sm\:max-h-4rem { + max-height: 4rem !important; + } + .sm\:max-h-5rem { + max-height: 5rem !important; + } + .sm\:max-h-6rem { + max-height: 6rem !important; + } + .sm\:max-h-7rem { + max-height: 7rem !important; + } + .sm\:max-h-8rem { + max-height: 8rem !important; + } + .sm\:max-h-9rem { + max-height: 9rem !important; + } + .sm\:max-h-10rem { + max-height: 10rem !important; + } + .sm\:max-h-11rem { + max-height: 11rem !important; + } + .sm\:max-h-12rem { + max-height: 12rem !important; + } + .sm\:max-h-13rem { + max-height: 13rem !important; + } + .sm\:max-h-14rem { + max-height: 14rem !important; + } + .sm\:max-h-15rem { + max-height: 15rem !important; + } + .sm\:max-h-16rem { + max-height: 16rem !important; + } + .sm\:max-h-17rem { + max-height: 17rem !important; + } + .sm\:max-h-18rem { + max-height: 18rem !important; + } + .sm\:max-h-19rem { + max-height: 19rem !important; + } + .sm\:max-h-20rem { + max-height: 20rem !important; + } + .sm\:max-h-21rem { + max-height: 21rem !important; + } + .sm\:max-h-22rem { + max-height: 22rem !important; + } + .sm\:max-h-23rem { + max-height: 23rem !important; + } + .sm\:max-h-24rem { + max-height: 24rem !important; + } + .sm\:max-h-25rem { + max-height: 25rem !important; + } + .sm\:max-h-26rem { + max-height: 26rem !important; + } + .sm\:max-h-27rem { + max-height: 27rem !important; + } + .sm\:max-h-28rem { + max-height: 28rem !important; + } + .sm\:max-h-29rem { + max-height: 29rem !important; + } + .sm\:max-h-30rem { + max-height: 30rem !important; + } +} +@media screen and (min-width: 768px) { + .md\:max-h-0 { + max-height: 0px !important; + } + .md\:max-h-full { + max-height: 100% !important; + } + .md\:max-h-screen { + max-height: 100vh !important; + } + .md\:max-h-min { + max-height: min-content !important; + } + .md\:max-h-max { + max-height: max-content !important; + } + .md\:max-h-fit { + max-height: fit-content !important; + } + .md\:max-h-1rem { + max-height: 1rem !important; + } + .md\:max-h-2rem { + max-height: 2rem !important; + } + .md\:max-h-3rem { + max-height: 3rem !important; + } + .md\:max-h-4rem { + max-height: 4rem !important; + } + .md\:max-h-5rem { + max-height: 5rem !important; + } + .md\:max-h-6rem { + max-height: 6rem !important; + } + .md\:max-h-7rem { + max-height: 7rem !important; + } + .md\:max-h-8rem { + max-height: 8rem !important; + } + .md\:max-h-9rem { + max-height: 9rem !important; + } + .md\:max-h-10rem { + max-height: 10rem !important; + } + .md\:max-h-11rem { + max-height: 11rem !important; + } + .md\:max-h-12rem { + max-height: 12rem !important; + } + .md\:max-h-13rem { + max-height: 13rem !important; + } + .md\:max-h-14rem { + max-height: 14rem !important; + } + .md\:max-h-15rem { + max-height: 15rem !important; + } + .md\:max-h-16rem { + max-height: 16rem !important; + } + .md\:max-h-17rem { + max-height: 17rem !important; + } + .md\:max-h-18rem { + max-height: 18rem !important; + } + .md\:max-h-19rem { + max-height: 19rem !important; + } + .md\:max-h-20rem { + max-height: 20rem !important; + } + .md\:max-h-21rem { + max-height: 21rem !important; + } + .md\:max-h-22rem { + max-height: 22rem !important; + } + .md\:max-h-23rem { + max-height: 23rem !important; + } + .md\:max-h-24rem { + max-height: 24rem !important; + } + .md\:max-h-25rem { + max-height: 25rem !important; + } + .md\:max-h-26rem { + max-height: 26rem !important; + } + .md\:max-h-27rem { + max-height: 27rem !important; + } + .md\:max-h-28rem { + max-height: 28rem !important; + } + .md\:max-h-29rem { + max-height: 29rem !important; + } + .md\:max-h-30rem { + max-height: 30rem !important; + } +} +@media screen and (min-width: 992px) { + .lg\:max-h-0 { + max-height: 0px !important; + } + .lg\:max-h-full { + max-height: 100% !important; + } + .lg\:max-h-screen { + max-height: 100vh !important; + } + .lg\:max-h-min { + max-height: min-content !important; + } + .lg\:max-h-max { + max-height: max-content !important; + } + .lg\:max-h-fit { + max-height: fit-content !important; + } + .lg\:max-h-1rem { + max-height: 1rem !important; + } + .lg\:max-h-2rem { + max-height: 2rem !important; + } + .lg\:max-h-3rem { + max-height: 3rem !important; + } + .lg\:max-h-4rem { + max-height: 4rem !important; + } + .lg\:max-h-5rem { + max-height: 5rem !important; + } + .lg\:max-h-6rem { + max-height: 6rem !important; + } + .lg\:max-h-7rem { + max-height: 7rem !important; + } + .lg\:max-h-8rem { + max-height: 8rem !important; + } + .lg\:max-h-9rem { + max-height: 9rem !important; + } + .lg\:max-h-10rem { + max-height: 10rem !important; + } + .lg\:max-h-11rem { + max-height: 11rem !important; + } + .lg\:max-h-12rem { + max-height: 12rem !important; + } + .lg\:max-h-13rem { + max-height: 13rem !important; + } + .lg\:max-h-14rem { + max-height: 14rem !important; + } + .lg\:max-h-15rem { + max-height: 15rem !important; + } + .lg\:max-h-16rem { + max-height: 16rem !important; + } + .lg\:max-h-17rem { + max-height: 17rem !important; + } + .lg\:max-h-18rem { + max-height: 18rem !important; + } + .lg\:max-h-19rem { + max-height: 19rem !important; + } + .lg\:max-h-20rem { + max-height: 20rem !important; + } + .lg\:max-h-21rem { + max-height: 21rem !important; + } + .lg\:max-h-22rem { + max-height: 22rem !important; + } + .lg\:max-h-23rem { + max-height: 23rem !important; + } + .lg\:max-h-24rem { + max-height: 24rem !important; + } + .lg\:max-h-25rem { + max-height: 25rem !important; + } + .lg\:max-h-26rem { + max-height: 26rem !important; + } + .lg\:max-h-27rem { + max-height: 27rem !important; + } + .lg\:max-h-28rem { + max-height: 28rem !important; + } + .lg\:max-h-29rem { + max-height: 29rem !important; + } + .lg\:max-h-30rem { + max-height: 30rem !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:max-h-0 { + max-height: 0px !important; + } + .xl\:max-h-full { + max-height: 100% !important; + } + .xl\:max-h-screen { + max-height: 100vh !important; + } + .xl\:max-h-min { + max-height: min-content !important; + } + .xl\:max-h-max { + max-height: max-content !important; + } + .xl\:max-h-fit { + max-height: fit-content !important; + } + .xl\:max-h-1rem { + max-height: 1rem !important; + } + .xl\:max-h-2rem { + max-height: 2rem !important; + } + .xl\:max-h-3rem { + max-height: 3rem !important; + } + .xl\:max-h-4rem { + max-height: 4rem !important; + } + .xl\:max-h-5rem { + max-height: 5rem !important; + } + .xl\:max-h-6rem { + max-height: 6rem !important; + } + .xl\:max-h-7rem { + max-height: 7rem !important; + } + .xl\:max-h-8rem { + max-height: 8rem !important; + } + .xl\:max-h-9rem { + max-height: 9rem !important; + } + .xl\:max-h-10rem { + max-height: 10rem !important; + } + .xl\:max-h-11rem { + max-height: 11rem !important; + } + .xl\:max-h-12rem { + max-height: 12rem !important; + } + .xl\:max-h-13rem { + max-height: 13rem !important; + } + .xl\:max-h-14rem { + max-height: 14rem !important; + } + .xl\:max-h-15rem { + max-height: 15rem !important; + } + .xl\:max-h-16rem { + max-height: 16rem !important; + } + .xl\:max-h-17rem { + max-height: 17rem !important; + } + .xl\:max-h-18rem { + max-height: 18rem !important; + } + .xl\:max-h-19rem { + max-height: 19rem !important; + } + .xl\:max-h-20rem { + max-height: 20rem !important; + } + .xl\:max-h-21rem { + max-height: 21rem !important; + } + .xl\:max-h-22rem { + max-height: 22rem !important; + } + .xl\:max-h-23rem { + max-height: 23rem !important; + } + .xl\:max-h-24rem { + max-height: 24rem !important; + } + .xl\:max-h-25rem { + max-height: 25rem !important; + } + .xl\:max-h-26rem { + max-height: 26rem !important; + } + .xl\:max-h-27rem { + max-height: 27rem !important; + } + .xl\:max-h-28rem { + max-height: 28rem !important; + } + .xl\:max-h-29rem { + max-height: 29rem !important; + } + .xl\:max-h-30rem { + max-height: 30rem !important; + } +} +.static { + position: static !important; +} + +.fixed { + position: fixed !important; +} + +.absolute { + position: absolute !important; +} + +.relative { + position: relative !important; +} + +.sticky { + position: sticky !important; +} + +@media screen and (min-width: 576px) { + .sm\:static { + position: static !important; + } + .sm\:fixed { + position: fixed !important; + } + .sm\:absolute { + position: absolute !important; + } + .sm\:relative { + position: relative !important; + } + .sm\:sticky { + position: sticky !important; + } +} +@media screen and (min-width: 768px) { + .md\:static { + position: static !important; + } + .md\:fixed { + position: fixed !important; + } + .md\:absolute { + position: absolute !important; + } + .md\:relative { + position: relative !important; + } + .md\:sticky { + position: sticky !important; + } +} +@media screen and (min-width: 992px) { + .lg\:static { + position: static !important; + } + .lg\:fixed { + position: fixed !important; + } + .lg\:absolute { + position: absolute !important; + } + .lg\:relative { + position: relative !important; + } + .lg\:sticky { + position: sticky !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:static { + position: static !important; + } + .xl\:fixed { + position: fixed !important; + } + .xl\:absolute { + position: absolute !important; + } + .xl\:relative { + position: relative !important; + } + .xl\:sticky { + position: sticky !important; + } +} +.top-auto { + top: auto !important; +} + +.top-0 { + top: 0px !important; +} + +.top-50 { + top: 50% !important; +} + +.top-100 { + top: 100% !important; +} + +@media screen and (min-width: 576px) { + .sm\:top-auto { + top: auto !important; + } + .sm\:top-0 { + top: 0px !important; + } + .sm\:top-50 { + top: 50% !important; + } + .sm\:top-100 { + top: 100% !important; + } +} +@media screen and (min-width: 768px) { + .md\:top-auto { + top: auto !important; + } + .md\:top-0 { + top: 0px !important; + } + .md\:top-50 { + top: 50% !important; + } + .md\:top-100 { + top: 100% !important; + } +} +@media screen and (min-width: 992px) { + .lg\:top-auto { + top: auto !important; + } + .lg\:top-0 { + top: 0px !important; + } + .lg\:top-50 { + top: 50% !important; + } + .lg\:top-100 { + top: 100% !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:top-auto { + top: auto !important; + } + .xl\:top-0 { + top: 0px !important; + } + .xl\:top-50 { + top: 50% !important; + } + .xl\:top-100 { + top: 100% !important; + } +} +.left-auto { + left: auto !important; +} + +.left-0 { + left: 0px !important; +} + +.left-50 { + left: 50% !important; +} + +.left-100 { + left: 100% !important; +} + +@media screen and (min-width: 576px) { + .sm\:left-auto { + left: auto !important; + } + .sm\:left-0 { + left: 0px !important; + } + .sm\:left-50 { + left: 50% !important; + } + .sm\:left-100 { + left: 100% !important; + } +} +@media screen and (min-width: 768px) { + .md\:left-auto { + left: auto !important; + } + .md\:left-0 { + left: 0px !important; + } + .md\:left-50 { + left: 50% !important; + } + .md\:left-100 { + left: 100% !important; + } +} +@media screen and (min-width: 992px) { + .lg\:left-auto { + left: auto !important; + } + .lg\:left-0 { + left: 0px !important; + } + .lg\:left-50 { + left: 50% !important; + } + .lg\:left-100 { + left: 100% !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:left-auto { + left: auto !important; + } + .xl\:left-0 { + left: 0px !important; + } + .xl\:left-50 { + left: 50% !important; + } + .xl\:left-100 { + left: 100% !important; + } +} +.right-auto { + right: auto !important; +} + +.right-0 { + right: 0px !important; +} + +.right-50 { + right: 50% !important; +} + +.right-100 { + right: 100% !important; +} + +@media screen and (min-width: 576px) { + .sm\:right-auto { + right: auto !important; + } + .sm\:right-0 { + right: 0px !important; + } + .sm\:right-50 { + right: 50% !important; + } + .sm\:right-100 { + right: 100% !important; + } +} +@media screen and (min-width: 768px) { + .md\:right-auto { + right: auto !important; + } + .md\:right-0 { + right: 0px !important; + } + .md\:right-50 { + right: 50% !important; + } + .md\:right-100 { + right: 100% !important; + } +} +@media screen and (min-width: 992px) { + .lg\:right-auto { + right: auto !important; + } + .lg\:right-0 { + right: 0px !important; + } + .lg\:right-50 { + right: 50% !important; + } + .lg\:right-100 { + right: 100% !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:right-auto { + right: auto !important; + } + .xl\:right-0 { + right: 0px !important; + } + .xl\:right-50 { + right: 50% !important; + } + .xl\:right-100 { + right: 100% !important; + } +} +.bottom-auto { + bottom: auto !important; +} + +.bottom-0 { + bottom: 0px !important; +} + +.bottom-50 { + bottom: 50% !important; +} + +.bottom-100 { + bottom: 100% !important; +} + +@media screen and (min-width: 576px) { + .sm\:bottom-auto { + bottom: auto !important; + } + .sm\:bottom-0 { + bottom: 0px !important; + } + .sm\:bottom-50 { + bottom: 50% !important; + } + .sm\:bottom-100 { + bottom: 100% !important; + } +} +@media screen and (min-width: 768px) { + .md\:bottom-auto { + bottom: auto !important; + } + .md\:bottom-0 { + bottom: 0px !important; + } + .md\:bottom-50 { + bottom: 50% !important; + } + .md\:bottom-100 { + bottom: 100% !important; + } +} +@media screen and (min-width: 992px) { + .lg\:bottom-auto { + bottom: auto !important; + } + .lg\:bottom-0 { + bottom: 0px !important; + } + .lg\:bottom-50 { + bottom: 50% !important; + } + .lg\:bottom-100 { + bottom: 100% !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:bottom-auto { + bottom: auto !important; + } + .xl\:bottom-0 { + bottom: 0px !important; + } + .xl\:bottom-50 { + bottom: 50% !important; + } + .xl\:bottom-100 { + bottom: 100% !important; + } +} +.overflow-auto { + overflow: auto !important; +} + +.overflow-hidden { + overflow: hidden !important; +} + +.overflow-visible { + overflow: visible !important; +} + +.overflow-scroll { + overflow: scroll !important; +} + +@media screen and (min-width: 576px) { + .sm\:overflow-auto { + overflow: auto !important; + } + .sm\:overflow-hidden { + overflow: hidden !important; + } + .sm\:overflow-visible { + overflow: visible !important; + } + .sm\:overflow-scroll { + overflow: scroll !important; + } +} +@media screen and (min-width: 768px) { + .md\:overflow-auto { + overflow: auto !important; + } + .md\:overflow-hidden { + overflow: hidden !important; + } + .md\:overflow-visible { + overflow: visible !important; + } + .md\:overflow-scroll { + overflow: scroll !important; + } +} +@media screen and (min-width: 992px) { + .lg\:overflow-auto { + overflow: auto !important; + } + .lg\:overflow-hidden { + overflow: hidden !important; + } + .lg\:overflow-visible { + overflow: visible !important; + } + .lg\:overflow-scroll { + overflow: scroll !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:overflow-auto { + overflow: auto !important; + } + .xl\:overflow-hidden { + overflow: hidden !important; + } + .xl\:overflow-visible { + overflow: visible !important; + } + .xl\:overflow-scroll { + overflow: scroll !important; + } +} +.overflow-x-auto { + overflow-x: auto !important; +} + +.overflow-x-hidden { + overflow-x: hidden !important; +} + +.overflow-x-visible { + overflow-x: visible !important; +} + +.overflow-x-scroll { + overflow-x: scroll !important; +} + +@media screen and (min-width: 576px) { + .sm\:overflow-x-auto { + overflow-x: auto !important; + } + .sm\:overflow-x-hidden { + overflow-x: hidden !important; + } + .sm\:overflow-x-visible { + overflow-x: visible !important; + } + .sm\:overflow-x-scroll { + overflow-x: scroll !important; + } +} +@media screen and (min-width: 768px) { + .md\:overflow-x-auto { + overflow-x: auto !important; + } + .md\:overflow-x-hidden { + overflow-x: hidden !important; + } + .md\:overflow-x-visible { + overflow-x: visible !important; + } + .md\:overflow-x-scroll { + overflow-x: scroll !important; + } +} +@media screen and (min-width: 992px) { + .lg\:overflow-x-auto { + overflow-x: auto !important; + } + .lg\:overflow-x-hidden { + overflow-x: hidden !important; + } + .lg\:overflow-x-visible { + overflow-x: visible !important; + } + .lg\:overflow-x-scroll { + overflow-x: scroll !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:overflow-x-auto { + overflow-x: auto !important; + } + .xl\:overflow-x-hidden { + overflow-x: hidden !important; + } + .xl\:overflow-x-visible { + overflow-x: visible !important; + } + .xl\:overflow-x-scroll { + overflow-x: scroll !important; + } +} +.overflow-y-auto { + overflow-y: auto !important; +} + +.overflow-y-hidden { + overflow-y: hidden !important; +} + +.overflow-y-visible { + overflow-y: visible !important; +} + +.overflow-y-scroll { + overflow-y: scroll !important; +} + +@media screen and (min-width: 576px) { + .sm\:overflow-y-auto { + overflow-y: auto !important; + } + .sm\:overflow-y-hidden { + overflow-y: hidden !important; + } + .sm\:overflow-y-visible { + overflow-y: visible !important; + } + .sm\:overflow-y-scroll { + overflow-y: scroll !important; + } +} +@media screen and (min-width: 768px) { + .md\:overflow-y-auto { + overflow-y: auto !important; + } + .md\:overflow-y-hidden { + overflow-y: hidden !important; + } + .md\:overflow-y-visible { + overflow-y: visible !important; + } + .md\:overflow-y-scroll { + overflow-y: scroll !important; + } +} +@media screen and (min-width: 992px) { + .lg\:overflow-y-auto { + overflow-y: auto !important; + } + .lg\:overflow-y-hidden { + overflow-y: hidden !important; + } + .lg\:overflow-y-visible { + overflow-y: visible !important; + } + .lg\:overflow-y-scroll { + overflow-y: scroll !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:overflow-y-auto { + overflow-y: auto !important; + } + .xl\:overflow-y-hidden { + overflow-y: hidden !important; + } + .xl\:overflow-y-visible { + overflow-y: visible !important; + } + .xl\:overflow-y-scroll { + overflow-y: scroll !important; + } +} +.z-auto { + z-index: auto !important; +} + +.z-0 { + z-index: 0 !important; +} + +.z-1 { + z-index: 1 !important; +} + +.z-2 { + z-index: 2 !important; +} + +.z-3 { + z-index: 3 !important; +} + +.z-4 { + z-index: 4 !important; +} + +.z-5 { + z-index: 5 !important; +} + +@media screen and (min-width: 576px) { + .sm\:z-auto { + z-index: auto !important; + } + .sm\:z-0 { + z-index: 0 !important; + } + .sm\:z-1 { + z-index: 1 !important; + } + .sm\:z-2 { + z-index: 2 !important; + } + .sm\:z-3 { + z-index: 3 !important; + } + .sm\:z-4 { + z-index: 4 !important; + } + .sm\:z-5 { + z-index: 5 !important; + } +} +@media screen and (min-width: 768px) { + .md\:z-auto { + z-index: auto !important; + } + .md\:z-0 { + z-index: 0 !important; + } + .md\:z-1 { + z-index: 1 !important; + } + .md\:z-2 { + z-index: 2 !important; + } + .md\:z-3 { + z-index: 3 !important; + } + .md\:z-4 { + z-index: 4 !important; + } + .md\:z-5 { + z-index: 5 !important; + } +} +@media screen and (min-width: 992px) { + .lg\:z-auto { + z-index: auto !important; + } + .lg\:z-0 { + z-index: 0 !important; + } + .lg\:z-1 { + z-index: 1 !important; + } + .lg\:z-2 { + z-index: 2 !important; + } + .lg\:z-3 { + z-index: 3 !important; + } + .lg\:z-4 { + z-index: 4 !important; + } + .lg\:z-5 { + z-index: 5 !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:z-auto { + z-index: auto !important; + } + .xl\:z-0 { + z-index: 0 !important; + } + .xl\:z-1 { + z-index: 1 !important; + } + .xl\:z-2 { + z-index: 2 !important; + } + .xl\:z-3 { + z-index: 3 !important; + } + .xl\:z-4 { + z-index: 4 !important; + } + .xl\:z-5 { + z-index: 5 !important; + } +} +.bg-repeat { + background-repeat: repeat !important; +} + +.bg-no-repeat { + background-repeat: no-repeat !important; +} + +.bg-repeat-x { + background-repeat: repeat-x !important; +} + +.bg-repeat-y { + background-repeat: repeat-y !important; +} + +.bg-repeat-round { + background-repeat: round !important; +} + +.bg-repeat-space { + background-repeat: space !important; +} + +@media screen and (min-width: 576px) { + .sm\:bg-repeat { + background-repeat: repeat !important; + } + .sm\:bg-no-repeat { + background-repeat: no-repeat !important; + } + .sm\:bg-repeat-x { + background-repeat: repeat-x !important; + } + .sm\:bg-repeat-y { + background-repeat: repeat-y !important; + } + .sm\:bg-repeat-round { + background-repeat: round !important; + } + .sm\:bg-repeat-space { + background-repeat: space !important; + } +} +@media screen and (min-width: 768px) { + .md\:bg-repeat { + background-repeat: repeat !important; + } + .md\:bg-no-repeat { + background-repeat: no-repeat !important; + } + .md\:bg-repeat-x { + background-repeat: repeat-x !important; + } + .md\:bg-repeat-y { + background-repeat: repeat-y !important; + } + .md\:bg-repeat-round { + background-repeat: round !important; + } + .md\:bg-repeat-space { + background-repeat: space !important; + } +} +@media screen and (min-width: 992px) { + .lg\:bg-repeat { + background-repeat: repeat !important; + } + .lg\:bg-no-repeat { + background-repeat: no-repeat !important; + } + .lg\:bg-repeat-x { + background-repeat: repeat-x !important; + } + .lg\:bg-repeat-y { + background-repeat: repeat-y !important; + } + .lg\:bg-repeat-round { + background-repeat: round !important; + } + .lg\:bg-repeat-space { + background-repeat: space !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:bg-repeat { + background-repeat: repeat !important; + } + .xl\:bg-no-repeat { + background-repeat: no-repeat !important; + } + .xl\:bg-repeat-x { + background-repeat: repeat-x !important; + } + .xl\:bg-repeat-y { + background-repeat: repeat-y !important; + } + .xl\:bg-repeat-round { + background-repeat: round !important; + } + .xl\:bg-repeat-space { + background-repeat: space !important; + } +} +.bg-auto { + background-size: auto !important; +} + +.bg-cover { + background-size: cover !important; +} + +.bg-contain { + background-size: contain !important; +} + +@media screen and (min-width: 576px) { + .sm\:bg-auto { + background-size: auto !important; + } + .sm\:bg-cover { + background-size: cover !important; + } + .sm\:bg-contain { + background-size: contain !important; + } +} +@media screen and (min-width: 768px) { + .md\:bg-auto { + background-size: auto !important; + } + .md\:bg-cover { + background-size: cover !important; + } + .md\:bg-contain { + background-size: contain !important; + } +} +@media screen and (min-width: 992px) { + .lg\:bg-auto { + background-size: auto !important; + } + .lg\:bg-cover { + background-size: cover !important; + } + .lg\:bg-contain { + background-size: contain !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:bg-auto { + background-size: auto !important; + } + .xl\:bg-cover { + background-size: cover !important; + } + .xl\:bg-contain { + background-size: contain !important; + } +} +.bg-bottom { + background-position: bottom !important; +} + +.bg-center { + background-position: center !important; +} + +.bg-left { + background-position: left !important; +} + +.bg-left-bottom { + background-position: left bottom !important; +} + +.bg-left-top { + background-position: left top !important; +} + +.bg-right { + background-position: right !important; +} + +.bg-right-bottom { + background-position: right bottom !important; +} + +.bg-right-top { + background-position: right top !important; +} + +.bg-top { + background-position: top !important; +} + +@media screen and (min-width: 576px) { + .sm\:bg-bottom { + background-position: bottom !important; + } + .sm\:bg-center { + background-position: center !important; + } + .sm\:bg-left { + background-position: left !important; + } + .sm\:bg-left-bottom { + background-position: left bottom !important; + } + .sm\:bg-left-top { + background-position: left top !important; + } + .sm\:bg-right { + background-position: right !important; + } + .sm\:bg-right-bottom { + background-position: right bottom !important; + } + .sm\:bg-right-top { + background-position: right top !important; + } + .sm\:bg-top { + background-position: top !important; + } +} +@media screen and (min-width: 768px) { + .md\:bg-bottom { + background-position: bottom !important; + } + .md\:bg-center { + background-position: center !important; + } + .md\:bg-left { + background-position: left !important; + } + .md\:bg-left-bottom { + background-position: left bottom !important; + } + .md\:bg-left-top { + background-position: left top !important; + } + .md\:bg-right { + background-position: right !important; + } + .md\:bg-right-bottom { + background-position: right bottom !important; + } + .md\:bg-right-top { + background-position: right top !important; + } + .md\:bg-top { + background-position: top !important; + } +} +@media screen and (min-width: 992px) { + .lg\:bg-bottom { + background-position: bottom !important; + } + .lg\:bg-center { + background-position: center !important; + } + .lg\:bg-left { + background-position: left !important; + } + .lg\:bg-left-bottom { + background-position: left bottom !important; + } + .lg\:bg-left-top { + background-position: left top !important; + } + .lg\:bg-right { + background-position: right !important; + } + .lg\:bg-right-bottom { + background-position: right bottom !important; + } + .lg\:bg-right-top { + background-position: right top !important; + } + .lg\:bg-top { + background-position: top !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:bg-bottom { + background-position: bottom !important; + } + .xl\:bg-center { + background-position: center !important; + } + .xl\:bg-left { + background-position: left !important; + } + .xl\:bg-left-bottom { + background-position: left bottom !important; + } + .xl\:bg-left-top { + background-position: left top !important; + } + .xl\:bg-right { + background-position: right !important; + } + .xl\:bg-right-bottom { + background-position: right bottom !important; + } + .xl\:bg-right-top { + background-position: right top !important; + } + .xl\:bg-top { + background-position: top !important; + } +} +.select-none { + user-select: none !important; +} + +.select-text { + user-select: text !important; +} + +.select-all { + user-select: all !important; +} + +.select-auto { + user-select: auto !important; +} + +.list-none { + list-style: none !important; +} + +.list-disc { + list-style: disc !important; +} + +.list-decimal { + list-style: decimal !important; +} + +.appearance-none { + appearance: none !important; +} + +.outline-none { + outline: none !important; +} + +.pointer-events-none { + pointer-events: none !important; +} + +.pointer-events-auto { + pointer-events: auto !important; +} + +.cursor-auto { + cursor: auto !important; +} + +.cursor-pointer { + cursor: pointer !important; +} + +.cursor-wait { + cursor: wait !important; +} + +.cursor-move { + cursor: move !important; +} + +.select-none { + user-select: none !important; +} + +.select-text { + user-select: text !important; +} + +.select-all { + user-select: all !important; +} + +.select-auto { + user-select: auto !important; +} + +.opacity-0 { + opacity: 0 !important; +} + +.opacity-10 { + opacity: .1 !important; +} + +.opacity-20 { + opacity: .2 !important; +} + +.opacity-30 { + opacity: .3 !important; +} + +.opacity-40 { + opacity: .4 !important; +} + +.opacity-50 { + opacity: .5 !important; +} + +.opacity-60 { + opacity: .6 !important; +} + +.opacity-70 { + opacity: .7 !important; +} + +.opacity-80 { + opacity: .8 !important; +} + +.opacity-90 { + opacity: .9 !important; +} + +.opacity-100 { + opacity: 1 !important; +} + +.reset { + all: unset; +} + +.transition-none { + transition-property: none !important; +} + +.transition-all { + transition-property: all !important; +} + +.transition-colors { + transition-property: background-color,border-color,color !important; +} + +.transition-transform { + transition-property: transform !important; +} + +.transition-duration-100 { + transition-duration: 100ms !important; +} + +.transition-duration-150 { + transition-duration: 150ms !important; +} + +.transition-duration-200 { + transition-duration: 200ms !important; +} + +.transition-duration-300 { + transition-duration: 300ms !important; +} + +.transition-duration-400 { + transition-duration: 400ms !important; +} + +.transition-duration-500 { + transition-duration: 500ms !important; +} + +.transition-duration-1000 { + transition-duration: 1000ms !important; +} + +.transition-duration-2000 { + transition-duration: 2000ms !important; +} + +.transition-duration-3000 { + transition-duration: 3000ms !important; +} + +.transition-linear { + transition-timing-function: linear !important; +} + +.transition-ease-in { + transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important; +} + +.transition-ease-out { + transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important; +} + +.transition-ease-in-out { + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; +} + +.transition-delay-100 { + transition-delay: 100ms !important; +} + +.transition-delay-150 { + transition-delay: 150ms !important; +} + +.transition-delay-200 { + transition-delay: 200ms !important; +} + +.transition-delay-300 { + transition-delay: 300ms !important; +} + +.transition-delay-400 { + transition-delay: 400ms !important; +} + +.transition-delay-500 { + transition-delay: 500ms !important; +} + +.transition-delay-1000 { + transition-delay: 1000ms !important; +} + +.translate-x-0 { + transform: translateX(0%) !important; +} + +.translate-x-100 { + transform: translateX(100%) !important; +} + +.-translate-x-100 { + transform: translateX(-100%) !important; +} + +.translate-y-0 { + transform: translateY(0%) !important; +} + +.translate-y-100 { + transform: translateY(100%) !important; +} + +.-translate-y-100 { + transform: translateY(-100%) !important; +} + +@media screen and (min-width: 576px) { + .sm\:translate-x-0 { + transform: translateX(0%) !important; + } + .sm\:translate-x-100 { + transform: translateX(100%) !important; + } + .sm\:-translate-x-100 { + transform: translateX(-100%) !important; + } + .sm\:translate-y-0 { + transform: translateY(0%) !important; + } + .sm\:translate-y-100 { + transform: translateY(100%) !important; + } + .sm\:-translate-y-100 { + transform: translateY(-100%) !important; + } +} +@media screen and (min-width: 768px) { + .md\:translate-x-0 { + transform: translateX(0%) !important; + } + .md\:translate-x-100 { + transform: translateX(100%) !important; + } + .md\:-translate-x-100 { + transform: translateX(-100%) !important; + } + .md\:translate-y-0 { + transform: translateY(0%) !important; + } + .md\:translate-y-100 { + transform: translateY(100%) !important; + } + .md\:-translate-y-100 { + transform: translateY(-100%) !important; + } +} +@media screen and (min-width: 992px) { + .lg\:translate-x-0 { + transform: translateX(0%) !important; + } + .lg\:translate-x-100 { + transform: translateX(100%) !important; + } + .lg\:-translate-x-100 { + transform: translateX(-100%) !important; + } + .lg\:translate-y-0 { + transform: translateY(0%) !important; + } + .lg\:translate-y-100 { + transform: translateY(100%) !important; + } + .lg\:-translate-y-100 { + transform: translateY(-100%) !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:translate-x-0 { + transform: translateX(0%) !important; + } + .xl\:translate-x-100 { + transform: translateX(100%) !important; + } + .xl\:-translate-x-100 { + transform: translateX(-100%) !important; + } + .xl\:translate-y-0 { + transform: translateY(0%) !important; + } + .xl\:translate-y-100 { + transform: translateY(100%) !important; + } + .xl\:-translate-y-100 { + transform: translateY(-100%) !important; + } +} +.rotate-45 { + transform: rotate(45deg) !important; +} + +.-rotate-45 { + transform: rotate(-45deg) !important; +} + +.rotate-90 { + transform: rotate(90deg) !important; +} + +.-rotate-90 { + transform: rotate(-90deg) !important; +} + +.rotate-180 { + transform: rotate(180deg) !important; +} + +.-rotate-180 { + transform: rotate(-180deg) !important; +} + +@media screen and (min-width: 576px) { + .sm\:rotate-45 { + transform: rotate(45deg) !important; + } + .sm\:-rotate-45 { + transform: rotate(-45deg) !important; + } + .sm\:rotate-90 { + transform: rotate(90deg) !important; + } + .sm\:-rotate-90 { + transform: rotate(-90deg) !important; + } + .sm\:rotate-180 { + transform: rotate(180deg) !important; + } + .sm\:-rotate-180 { + transform: rotate(-180deg) !important; + } +} +@media screen and (min-width: 768px) { + .md\:rotate-45 { + transform: rotate(45deg) !important; + } + .md\:-rotate-45 { + transform: rotate(-45deg) !important; + } + .md\:rotate-90 { + transform: rotate(90deg) !important; + } + .md\:-rotate-90 { + transform: rotate(-90deg) !important; + } + .md\:rotate-180 { + transform: rotate(180deg) !important; + } + .md\:-rotate-180 { + transform: rotate(-180deg) !important; + } +} +@media screen and (min-width: 992px) { + .lg\:rotate-45 { + transform: rotate(45deg) !important; + } + .lg\:-rotate-45 { + transform: rotate(-45deg) !important; + } + .lg\:rotate-90 { + transform: rotate(90deg) !important; + } + .lg\:-rotate-90 { + transform: rotate(-90deg) !important; + } + .lg\:rotate-180 { + transform: rotate(180deg) !important; + } + .lg\:-rotate-180 { + transform: rotate(-180deg) !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:rotate-45 { + transform: rotate(45deg) !important; + } + .xl\:-rotate-45 { + transform: rotate(-45deg) !important; + } + .xl\:rotate-90 { + transform: rotate(90deg) !important; + } + .xl\:-rotate-90 { + transform: rotate(-90deg) !important; + } + .xl\:rotate-180 { + transform: rotate(180deg) !important; + } + .xl\:-rotate-180 { + transform: rotate(-180deg) !important; + } +} +.origin-center { + transform-origin: center !important; +} + +.origin-top { + transform-origin: top !important; +} + +.origin-top-right { + transform-origin: top right !important; +} + +.origin-right { + transform-origin: right !important; +} + +.origin-bottom-right { + transform-origin: bottom right !important; +} + +.origin-bottom { + transform-origin: bottom !important; +} + +.origin-bottom-left { + transform-origin: bottom left !important; +} + +.origin-left { + transform-origin: left !important; +} + +.origin-top-left { + transform-origin: top-left !important; +} + +@media screen and (min-width: 576px) { + .sm\:origin-center { + transform-origin: center !important; + } + .sm\:origin-top { + transform-origin: top !important; + } + .sm\:origin-top-right { + transform-origin: top right !important; + } + .sm\:origin-right { + transform-origin: right !important; + } + .sm\:origin-bottom-right { + transform-origin: bottom right !important; + } + .sm\:origin-bottom { + transform-origin: bottom !important; + } + .sm\:origin-bottom-left { + transform-origin: bottom left !important; + } + .sm\:origin-left { + transform-origin: left !important; + } + .sm\:origin-top-left { + transform-origin: top-left !important; + } +} +@media screen and (min-width: 768px) { + .md\:origin-center { + transform-origin: center !important; + } + .md\:origin-top { + transform-origin: top !important; + } + .md\:origin-top-right { + transform-origin: top right !important; + } + .md\:origin-right { + transform-origin: right !important; + } + .md\:origin-bottom-right { + transform-origin: bottom right !important; + } + .md\:origin-bottom { + transform-origin: bottom !important; + } + .md\:origin-bottom-left { + transform-origin: bottom left !important; + } + .md\:origin-left { + transform-origin: left !important; + } + .md\:origin-top-left { + transform-origin: top-left !important; + } +} +@media screen and (min-width: 992px) { + .lg\:origin-center { + transform-origin: center !important; + } + .lg\:origin-top { + transform-origin: top !important; + } + .lg\:origin-top-right { + transform-origin: top right !important; + } + .lg\:origin-right { + transform-origin: right !important; + } + .lg\:origin-bottom-right { + transform-origin: bottom right !important; + } + .lg\:origin-bottom { + transform-origin: bottom !important; + } + .lg\:origin-bottom-left { + transform-origin: bottom left !important; + } + .lg\:origin-left { + transform-origin: left !important; + } + .lg\:origin-top-left { + transform-origin: top-left !important; + } +} +@media screen and (min-width: 1200px) { + .xl\:origin-center { + transform-origin: center !important; + } + .xl\:origin-top { + transform-origin: top !important; + } + .xl\:origin-top-right { + transform-origin: top right !important; + } + .xl\:origin-right { + transform-origin: right !important; + } + .xl\:origin-bottom-right { + transform-origin: bottom right !important; + } + .xl\:origin-bottom { + transform-origin: bottom !important; + } + .xl\:origin-bottom-left { + transform-origin: bottom left !important; + } + .xl\:origin-left { + transform-origin: left !important; + } + .xl\:origin-top-left { + transform-origin: top-left !important; + } +} +@keyframes fadein { + 0% { + opacity: 0; + } + 100% { + opacity: 1; + } +} +@keyframes fadeout { + 0% { + opacity: 1; + } + 100% { + opacity: 0; + } +} +@keyframes scalein { + 0% { + opacity: 0; + transform: scaleY(0.8); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + 100% { + opacity: 1; + transform: scaleY(1); + } +} +@keyframes slidedown { + 0% { + max-height: 0; + } + 100% { + max-height: auto; + } +} +@keyframes slideup { + 0% { + max-height: 1000px; + } + 100% { + max-height: 0; + } +} +@keyframes fadeinleft { + 0% { + opacity: 0; + transform: translateX(-100%); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + 100% { + opacity: 1; + transform: translateX(0%); + } +} +@keyframes fadeoutleft { + 0% { + opacity: 1; + transform: translateX(0%); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + 100% { + opacity: 0; + transform: translateX(-100%); + } +} +@keyframes fadeinright { + 0% { + opacity: 0; + transform: translateX(100%); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + 100% { + opacity: 1; + transform: translateX(0%); + } +} +@keyframes fadeoutright { + 0% { + opacity: 1; + transform: translateX(0%); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + 100% { + opacity: 0; + transform: translateX(100%); + } +} +@keyframes fadeinup { + 0% { + opacity: 0; + transform: translateY(-100%); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + 100% { + opacity: 1; + transform: translateY(0%); + } +} +@keyframes fadeoutup { + 0% { + opacity: 1; + transform: translateY(0%); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + 100% { + opacity: 0; + transform: translateY(-100%); + } +} +@keyframes fadeindown { + 0% { + opacity: 0; + transform: translateY(100%); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + 100% { + opacity: 1; + transform: translateY(0%); + } +} +@keyframes fadeoutdown { + 0% { + opacity: 1; + transform: translateY(0%); + transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1); + } + 100% { + opacity: 0; + transform: translateY(100%); + } +} +@keyframes animate-width { + 0% { + width: 0; + } + 100% { + width: 100%; + } +} +@keyframes flip { + from { + transform: perspective(2000px) rotateX(-100deg); + } + to { + transform: perspective(2000px) rotateX(0); + } +} +@keyframes flipleft { + from { + transform: perspective(2000px) rotateY(-100deg); + opacity: 0; + } + to { + transform: perspective(2000px) rotateY(0); + opacity: 1; + } +} +@keyframes flipright { + from { + transform: perspective(2000px) rotateY(100deg); + opacity: 0; + } + to { + transform: perspective(2000px) rotateY(0); + opacity: 1; + } +} +@keyframes flipup { + from { + transform: perspective(2000px) rotateX(-100deg); + opacity: 0; + } + to { + transform: perspective(2000px) rotateX(0); + opacity: 1; + } +} +@keyframes zoomin { + from { + opacity: 0; + transform: scale3d(0.3, 0.3, 0.3); + } + 50% { + opacity: 1; + } +} +@keyframes zoomindown { + from { + opacity: 0; + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + } + 60% { + opacity: 1; + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + } +} +@keyframes zoominleft { + from { + opacity: 0; + transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + } + 60% { + opacity: 1; + transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + } +} +@keyframes zoominright { + from { + opacity: 0; + transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + } + 60% { + opacity: 1; + transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + } +} +@keyframes zoominup { + from { + opacity: 0; + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + } + 60% { + opacity: 1; + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + } +} +.fadein { + animation: fadein 0.15s linear; +} + +.fadeout { + animation: fadeout 0.15s linear; +} + +.slidedown { + animation: slidedown 0.45s ease-in-out; +} + +.slideup { + animation: slideup 0.45s cubic-bezier(0, 1, 0, 1); +} + +.scalein { + animation: scalein 0.15s linear; +} + +.fadeinleft { + animation: fadeinleft 0.15s linear; +} + +.fadeoutleft { + animation: fadeoutleft 0.15s linear; +} + +.fadeinright { + animation: fadeinright 0.15s linear; +} + +.fadeoutright { + animation: fadeoutright 0.15s linear; +} + +.fadeinup { + animation: fadeinup 0.15s linear; +} + +.fadeoutup { + animation: fadeoutup 0.15s linear; +} + +.fadeindown { + animation: fadeindown 0.15s linear; +} + +.fadeoutdown { + animation: fadeoutdown 0.15s linear; +} + +.animate-width { + animation: animate-width 1000ms linear; +} + +.flip { + backface-visibility: visible; + animation: flip 0.15s linear; +} + +.flipup { + backface-visibility: visible; + animation: flipup 0.15s linear; +} + +.flipleft { + backface-visibility: visible; + animation: flipleft 0.15s linear; +} + +.flipright { + backface-visibility: visible; + animation: flipright 0.15s linear; +} + +.zoomin { + animation: zoomin 0.15s linear; +} + +.zoomindown { + animation: zoomindown 0.15s linear; +} + +.zoominleft { + animation: zoominleft 0.15s linear; +} + +.zoominright { + animation: zoominright 0.15s linear; +} + +.zoominup { + animation: zoominup 0.15s linear; +} + +.animation-duration-100 { + animation-duration: 100ms !important; +} + +.animation-duration-150 { + animation-duration: 150ms !important; +} + +.animation-duration-200 { + animation-duration: 200ms !important; +} + +.animation-duration-300 { + animation-duration: 300ms !important; +} + +.animation-duration-400 { + animation-duration: 400ms !important; +} + +.animation-duration-500 { + animation-duration: 500ms !important; +} + +.animation-duration-1000 { + animation-duration: 1000ms !important; +} + +.animation-duration-2000 { + animation-duration: 2000ms !important; +} + +.animation-duration-3000 { + animation-duration: 3000ms !important; +} + +.animation-delay-100 { + animation-delay: 100ms !important; +} + +.animation-delay-150 { + animation-delay: 150ms !important; +} + +.animation-delay-200 { + animation-delay: 200ms !important; +} + +.animation-delay-300 { + animation-delay: 300ms !important; +} + +.animation-delay-400 { + animation-delay: 400ms !important; +} + +.animation-delay-500 { + animation-delay: 500ms !important; +} + +.animation-delay-1000 { + animation-delay: 1000ms !important; +} + +.animation-iteration-1 { + animation-iteration-count: 1 !important; +} + +.animation-iteration-2 { + animation-iteration-count: 2 !important; +} + +.animation-iteration-infinite { + animation-iteration-count: infinite !important; +} + +.animation-linear { + animation-timing-function: linear !important; +} + +.animation-ease-in { + animation-timing-function: cubic-bezier(0.4, 0, 1, 1) !important; +} + +.animation-ease-out { + animation-timing-function: cubic-bezier(0, 0, 0.2, 1) !important; +} + +.animation-ease-in-out { + animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; +} + +.animation-fill-none { + animation-fill-mode: none !important; +} + +.animation-fill-forwards { + animation-fill-mode: forwards !important; +} + +.animation-fill-backwards { + animation-fill-mode: backwards !important; +} + +.animation-fill-both { + animation-fill-mode: both !important; +} diff --git a/salesforce-connector-demo/webContent/layouts/styles/style.css b/salesforce-connector-demo/webContent/layouts/styles/style.css new file mode 100644 index 0000000..07a8f83 --- /dev/null +++ b/salesforce-connector-demo/webContent/layouts/styles/style.css @@ -0,0 +1,3 @@ +.width-300-px { + width:300px !important; +} \ No newline at end of file diff --git a/salesforce-connector-product/README.md b/salesforce-connector-product/README.md new file mode 100644 index 0000000..7e68e54 --- /dev/null +++ b/salesforce-connector-product/README.md @@ -0,0 +1,102 @@ +# Salesforce-connector + +This connector builds the REST API and provides a means to access Salesforce's resources. A client can utilize the REST API to manipulate Salesforce (SF) objects. For instance, to perform **CRUD** operations on an Opportunity object or to query and retrieve data. Salesforce Connector: + +- Provides the standard set of Rest APIs to manipulate one specific object of SalesForce Opportunity. +- Track the status and the number of each status Opportunity. +- Manipulate the object Opportunity. +- Build a standard Rest client to apply Salesforce Object Query Language (SOQL). + +## Demo + + 1. Login to the Axon Ivy + 2. Click **Starts** in the Axon Ivy menu to open the Full Process List + 3. On the Full Process List, click on **ChartDemo**. + + ![process-start-chart](/salesforce-connector-product/doc/img/sf-start-chart.png) + + 4. A simple chart for statistical analysis: + + ![simple-chart](/salesforce-connector-product/doc/img/sf-chart.png) + + 5. On the Full Process List, click on **ListDemo**. + + ![process-start-list](/salesforce-connector-product/doc/img/sf-start-list.png) + + 6. Opportunity Overview: + + ![list-opportunity](/salesforce-connector-product/doc/img/sf-list.png) + + 7. Click on the Add New button: + + ![add-new-opportunity](/salesforce-connector-product/doc/img/sf-start-addNew.png) + + 8. Add new Opportunity: + + ![add-new-opportunity-popup](/salesforce-connector-product/doc/img/sf-addNew.png) + + 9. Click on Opportunity Name to view details: + + ![add-new-opportunity-summary](/salesforce-connector-product/doc/img/sf-start-detail.png) + + 10. Opportunity details: + + ![opportunity-details-dialog](/salesforce-connector-product/doc/img/sf-detail.png) + + 11. Opportunity details Activity: + + ![opportunity-details-activity](/salesforce-connector-product/doc/img/sf-detail-activity.png) + + 12. Click on the icon Pencil to Update an Opportunity: + + ![modify-opportunity](/salesforce-connector-product/doc/img/sf-start-edit.png) + + 13. Edit Opportunity: + + ![modify-opportunity-popup](/salesforce-connector-product/doc/img/sf-edit.png) + + 14. Click on the icon Trash to remove an Opportunity: + + ![delete-opportunity](/salesforce-connector-product/doc/img/sf-start-delete.png) + + 15. Delete Opportunity: + + ![delete-opportunity-popup](/salesforce-connector-product/doc/img/sf-delete.png) + + +## Setup + +### Configure on the SF Application + For a client application to access REST API resources, it must be authorized as a trusted visitor. To implement this authorization, utilize a **Connected App** and employ the **OAuth 2.0** authorization flow. + + **Important steps** + + - Create a Connected App to generate the necessary authentication information. + - Configure authentication providers for your application. + - Activate the required settings in OAuth and OpenID Connect settings to facilitate secure authentication. + - Set up Named Credentials to manage and secure access to external services. + + +### Integrate Connector into the Project + The **Consumer Key** and **Consumer Secret** are retrieved from the **Connected App** and placed in the `variables.yaml` file. + + Authentication information is set up as a global variable and can be updated anytime. + + + | Variable name | Note |Example | + |--------------------------------------------|-----------------------------------------------|--------------------------------------------------------------------------------------| + |salesforce-connector.auth.subdomain |The domain that Salesforce provides to consumers for authentication |axonactive3-dev-ed.develop | + |salesforce-connector.auth.clientId |Consumer Id |3MVG95mg0lk4bathQF4Z_F1GcZZPr8ztvo29c53HhwOXnCKBkP8LkxHnb5KlydXj3Oomw0VHsY | + |salesforce-connector.auth.clientSecret |Consumer Secret |56C6CA448B49032828FE4C4DF16D1AF4804B8CC734E066B255A5B31A | + |salesforce-connector.auth.useAppPermissions |OAuth2 Grantype |true (client_credentials) | + |salesforce-connector.auth.url |Salesforce Rest URI |https://axonactive3-dev-ed.develop.my.salesforce.com/services/data/v58.0 | + + +### Resources +[Developer](https://developer.salesforce.com/docs) + +[Connected App](https://help.salesforce.com/s/articleView?id=sf.connected_app_client_credentials_setup.htm&type=5) + +[Salesforce SOQL](https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql.htm) + + diff --git a/salesforce-connector-product/doc/img/sf-addNew.png b/salesforce-connector-product/doc/img/sf-addNew.png new file mode 100644 index 0000000..80d246d Binary files /dev/null and b/salesforce-connector-product/doc/img/sf-addNew.png differ diff --git a/salesforce-connector-product/doc/img/sf-chart.png b/salesforce-connector-product/doc/img/sf-chart.png new file mode 100644 index 0000000..a9d9752 Binary files /dev/null and b/salesforce-connector-product/doc/img/sf-chart.png differ diff --git a/salesforce-connector-product/doc/img/sf-connected-app-01.png b/salesforce-connector-product/doc/img/sf-connected-app-01.png new file mode 100644 index 0000000..98d5ea8 Binary files /dev/null and b/salesforce-connector-product/doc/img/sf-connected-app-01.png differ diff --git a/salesforce-connector-product/doc/img/sf-connected-app-02.png b/salesforce-connector-product/doc/img/sf-connected-app-02.png new file mode 100644 index 0000000..ad3dcd0 Binary files /dev/null and b/salesforce-connector-product/doc/img/sf-connected-app-02.png differ diff --git a/salesforce-connector-product/doc/img/sf-delete.png b/salesforce-connector-product/doc/img/sf-delete.png new file mode 100644 index 0000000..a9469bb Binary files /dev/null and b/salesforce-connector-product/doc/img/sf-delete.png differ diff --git a/salesforce-connector-product/doc/img/sf-detail-activity.png b/salesforce-connector-product/doc/img/sf-detail-activity.png new file mode 100644 index 0000000..9368035 Binary files /dev/null and b/salesforce-connector-product/doc/img/sf-detail-activity.png differ diff --git a/salesforce-connector-product/doc/img/sf-detail.png b/salesforce-connector-product/doc/img/sf-detail.png new file mode 100644 index 0000000..7a2e80e Binary files /dev/null and b/salesforce-connector-product/doc/img/sf-detail.png differ diff --git a/salesforce-connector-product/doc/img/sf-edit.png b/salesforce-connector-product/doc/img/sf-edit.png new file mode 100644 index 0000000..3c0d179 Binary files /dev/null and b/salesforce-connector-product/doc/img/sf-edit.png differ diff --git a/salesforce-connector-product/doc/img/sf-list.png b/salesforce-connector-product/doc/img/sf-list.png new file mode 100644 index 0000000..4a7cd90 Binary files /dev/null and b/salesforce-connector-product/doc/img/sf-list.png differ diff --git a/salesforce-connector-product/doc/img/sf-name-credentials.png b/salesforce-connector-product/doc/img/sf-name-credentials.png new file mode 100644 index 0000000..980e17d Binary files /dev/null and b/salesforce-connector-product/doc/img/sf-name-credentials.png differ diff --git a/salesforce-connector-product/doc/img/sf-oauth-providers.png b/salesforce-connector-product/doc/img/sf-oauth-providers.png new file mode 100644 index 0000000..ce1adbb Binary files /dev/null and b/salesforce-connector-product/doc/img/sf-oauth-providers.png differ diff --git a/salesforce-connector-product/doc/img/sf-oauth-settings.png b/salesforce-connector-product/doc/img/sf-oauth-settings.png new file mode 100644 index 0000000..2aa8952 Binary files /dev/null and b/salesforce-connector-product/doc/img/sf-oauth-settings.png differ diff --git a/salesforce-connector-product/doc/img/sf-query.png b/salesforce-connector-product/doc/img/sf-query.png new file mode 100644 index 0000000..7b20d4a Binary files /dev/null and b/salesforce-connector-product/doc/img/sf-query.png differ diff --git a/salesforce-connector-product/doc/img/sf-start-addNew.png b/salesforce-connector-product/doc/img/sf-start-addNew.png new file mode 100644 index 0000000..d69f4ec Binary files /dev/null and b/salesforce-connector-product/doc/img/sf-start-addNew.png differ diff --git a/salesforce-connector-product/doc/img/sf-start-chart.png b/salesforce-connector-product/doc/img/sf-start-chart.png new file mode 100644 index 0000000..9a06f0f Binary files /dev/null and b/salesforce-connector-product/doc/img/sf-start-chart.png differ diff --git a/salesforce-connector-product/doc/img/sf-start-delete.png b/salesforce-connector-product/doc/img/sf-start-delete.png new file mode 100644 index 0000000..9feb2be Binary files /dev/null and b/salesforce-connector-product/doc/img/sf-start-delete.png differ diff --git a/salesforce-connector-product/doc/img/sf-start-detail.png b/salesforce-connector-product/doc/img/sf-start-detail.png new file mode 100644 index 0000000..53adcce Binary files /dev/null and b/salesforce-connector-product/doc/img/sf-start-detail.png differ diff --git a/salesforce-connector-product/doc/img/sf-start-edit.png b/salesforce-connector-product/doc/img/sf-start-edit.png new file mode 100644 index 0000000..5db8f03 Binary files /dev/null and b/salesforce-connector-product/doc/img/sf-start-edit.png differ diff --git a/salesforce-connector-product/doc/img/sf-start-list.png b/salesforce-connector-product/doc/img/sf-start-list.png new file mode 100644 index 0000000..dd470bb Binary files /dev/null and b/salesforce-connector-product/doc/img/sf-start-list.png differ diff --git a/salesforce-connector-product/pom.xml b/salesforce-connector-product/pom.xml new file mode 100644 index 0000000..4c9b2fd --- /dev/null +++ b/salesforce-connector-product/pom.xml @@ -0,0 +1,7 @@ + + 4.0.0 + com.axonivy.connector.salesforce + salesforce-product + 10.0.12-SNAPSHOT + pom + \ No newline at end of file diff --git a/MY-PRODUCT-NAME-product/product.json b/salesforce-connector-product/product.json similarity index 58% rename from MY-PRODUCT-NAME-product/product.json rename to salesforce-connector-product/product.json index a5a4b33..f9a4fd1 100644 --- a/MY-PRODUCT-NAME-product/product.json +++ b/salesforce-connector-product/product.json @@ -6,8 +6,8 @@ "data": { "projects": [ { - "groupId": "MY-GROUP-ID", - "artifactId": "MY-PRODUCT-NAME-demo", + "groupId": "com.axonivy.connector.salesforce", + "artifactId": "salesforce-connector-demo", "version": "${version}", "type": "iar" } @@ -28,8 +28,8 @@ "data": { "dependencies": [ { - "groupId": "MY-GROUP-ID", - "artifactId": "MY-PRODUCT-NAME", + "groupId": "com.axonivy.connector.salesforce", + "artifactId": "salesforce-connector", "version": "${version}", "type": "iar" } @@ -44,27 +44,6 @@ } ] } - }, - { - "id": "maven-dropins", - "data": { - "dependencies": [ - { - "groupId": "MY-GROUP-ID", - "artifactId": "MY-PRODUCT-NAME", - "version": "${version}" - } - ], - "repositories": [ - { - "id": "maven.axonivy.com", - "url": "https://maven.axonivy.com", - "snapshots": { - "enabled": "true" - } - } - ] - } } ] } diff --git a/salesforce-connector-product/setup.md b/salesforce-connector-product/setup.md new file mode 100644 index 0000000..4b3ed0b --- /dev/null +++ b/salesforce-connector-product/setup.md @@ -0,0 +1,34 @@ +## Setup + +### Variables + +To use this product, you need to configure multiple variables. Please add the following block to the `config/variables.yaml` file of our main Business Project, which will make use of this product: + +``` +@variables.yaml@ +``` + +Afterwards, set the Consumer Key, Consumer Secret, and App Domain as shown in the Salesforce App setup below. + +Example App domain: axonactive3-dev-ed.develop + + +### Salesforce App + +1. Create the Connected App to generate authentication information + +![plot](/salesforce-connector-product/doc/img/sf-connected-app-01.png) + +![plot](/salesforce-connector-product/doc/img/sf-connected-app-02.png) + +2. Set up Auth. Providers + +![plot](/salesforce-connector-product/doc/img/sf-oauth-providers.png) + +3. Enable some settings for OAuth2.0 + +![plot](/salesforce-connector-product/doc/img/sf-oauth-settings.png) + +3. Set up Named Credentials + +![plot](/salesforce-connector-product/doc/img/sf-name-credentials.png) diff --git a/salesforce-connector-test/.classpath b/salesforce-connector-test/.classpath new file mode 100644 index 0000000..e938886 --- /dev/null +++ b/salesforce-connector-test/.classpath @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/salesforce-connector-test/.gitignore b/salesforce-connector-test/.gitignore new file mode 100644 index 0000000..9b0d458 --- /dev/null +++ b/salesforce-connector-test/.gitignore @@ -0,0 +1,19 @@ +# general +Thumbs.db +.DS_Store +*~ +*.log + +# java +*.class +hs_err_pid* + +# maven +target/ +lib/mvn-deps/ + +# ivy +classes/ +src_dataClasses/ +src_wsproc/ +logs/ diff --git a/salesforce-connector-test/.project b/salesforce-connector-test/.project new file mode 100644 index 0000000..f3c1b9d --- /dev/null +++ b/salesforce-connector-test/.project @@ -0,0 +1,49 @@ + + + salesforce-connector-test + + + + + + ch.ivyteam.ivy.designer.dataClasses.ui.ivyDataClassBuilder + + + + + ch.ivyteam.ivy.designer.process.ui.ivyWebServiceProcessClassBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.wst.common.project.facet.core.builder + + + + + ch.ivyteam.ivy.designer.ide.ivyModelValidationBuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + ch.ivyteam.ivy.project.IvyProjectNature + org.eclipse.wst.common.modulecore.ModuleCoreNature + org.eclipse.jem.workbench.JavaEMFNature + org.eclipse.jdt.core.javanature + org.eclipse.m2e.core.maven2Nature + org.eclipse.jem.beaninfo.BeanInfoNature + org.eclipse.wst.common.project.facet.core.nature + org.eclipse.wst.jsdt.core.jsNature + + diff --git a/salesforce-connector-test/.settings/.jsdtscope b/salesforce-connector-test/.settings/.jsdtscope new file mode 100644 index 0000000..869c01d --- /dev/null +++ b/salesforce-connector-test/.settings/.jsdtscope @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/salesforce-connector-test/.settings/ch.ivyteam.ivy.designer.prefs b/salesforce-connector-test/.settings/ch.ivyteam.ivy.designer.prefs new file mode 100644 index 0000000..8d9a97b --- /dev/null +++ b/salesforce-connector-test/.settings/ch.ivyteam.ivy.designer.prefs @@ -0,0 +1,5 @@ +ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:DEFAULT_DATA_CLASS=com.axonivy.connector.salesforce.test.Data +ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:DEFAULT_NAMESPACE=com.axonivy.connector.salesforce.test +ch.ivyteam.ivy.project.preferences\:PRIMEFACES_VERSION=11 +ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=100000 +eclipse.preferences.version=1 diff --git a/salesforce-connector-test/.settings/org.eclipse.jdt.core.prefs b/salesforce-connector-test/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..d4540a5 --- /dev/null +++ b/salesforce-connector-test/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,10 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=17 +org.eclipse.jdt.core.compiler.compliance=17 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning +org.eclipse.jdt.core.compiler.release=enabled +org.eclipse.jdt.core.compiler.source=17 diff --git a/salesforce-connector-test/.settings/org.eclipse.wst.common.component b/salesforce-connector-test/.settings/org.eclipse.wst.common.component new file mode 100644 index 0000000..b860c58 --- /dev/null +++ b/salesforce-connector-test/.settings/org.eclipse.wst.common.component @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/salesforce-connector-test/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml b/salesforce-connector-test/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml new file mode 100644 index 0000000..9b4b9fc --- /dev/null +++ b/salesforce-connector-test/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/salesforce-connector-test/.settings/org.eclipse.wst.common.project.facet.core.xml b/salesforce-connector-test/.settings/org.eclipse.wst.common.project.facet.core.xml new file mode 100644 index 0000000..156ecdb --- /dev/null +++ b/salesforce-connector-test/.settings/org.eclipse.wst.common.project.facet.core.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/salesforce-connector-test/.settings/org.eclipse.wst.css.core.prefs b/salesforce-connector-test/.settings/org.eclipse.wst.css.core.prefs new file mode 100644 index 0000000..5ddc6bd --- /dev/null +++ b/salesforce-connector-test/.settings/org.eclipse.wst.css.core.prefs @@ -0,0 +1,2 @@ +css-profile/=org.eclipse.wst.css.core.cssprofile.css3 +eclipse.preferences.version=1 diff --git a/salesforce-connector-test/.settings/org.eclipse.wst.jsdt.ui.superType.container b/salesforce-connector-test/.settings/org.eclipse.wst.jsdt.ui.superType.container new file mode 100644 index 0000000..3bd5d0a --- /dev/null +++ b/salesforce-connector-test/.settings/org.eclipse.wst.jsdt.ui.superType.container @@ -0,0 +1 @@ +org.eclipse.wst.jsdt.launching.baseBrowserLibrary \ No newline at end of file diff --git a/salesforce-connector-test/.settings/org.eclipse.wst.jsdt.ui.superType.name b/salesforce-connector-test/.settings/org.eclipse.wst.jsdt.ui.superType.name new file mode 100644 index 0000000..05bd71b --- /dev/null +++ b/salesforce-connector-test/.settings/org.eclipse.wst.jsdt.ui.superType.name @@ -0,0 +1 @@ +Window \ No newline at end of file diff --git a/salesforce-connector-test/config/custom-fields.yaml b/salesforce-connector-test/config/custom-fields.yaml new file mode 100644 index 0000000..aa19ae0 --- /dev/null +++ b/salesforce-connector-test/config/custom-fields.yaml @@ -0,0 +1,20 @@ +# == Custom Fields Information == +# +# You can define here your project custom fields. +# Have a look at our documentation for more information. +# +CustomFields: +# Tasks: +# MyTaskCustomField: +# Label: My task custom field +# Description: This new task custom field can be used to ... +# Type: STRING +# Cases: +# MyCaseCustomField: +# Label: My case custom field +# Description: This new case custom field can be used to ... +# Type: STRING +# Starts: +# MyStartCustomField: +# Label: My start custom field +# Description: This new start custom field can be used to ... diff --git a/salesforce-connector-test/config/databases.yaml b/salesforce-connector-test/config/databases.yaml new file mode 100644 index 0000000..247b128 --- /dev/null +++ b/salesforce-connector-test/config/databases.yaml @@ -0,0 +1 @@ +Databases: diff --git a/salesforce-connector-test/config/overrides.any b/salesforce-connector-test/config/overrides.any new file mode 100644 index 0000000..f59ec20 --- /dev/null +++ b/salesforce-connector-test/config/overrides.any @@ -0,0 +1 @@ +* \ No newline at end of file diff --git a/salesforce-connector-test/config/persistence.xml b/salesforce-connector-test/config/persistence.xml new file mode 100644 index 0000000..d6b96d7 --- /dev/null +++ b/salesforce-connector-test/config/persistence.xml @@ -0,0 +1,2 @@ + + diff --git a/salesforce-connector-test/config/rest-clients.yaml b/salesforce-connector-test/config/rest-clients.yaml new file mode 100644 index 0000000..8e85296 --- /dev/null +++ b/salesforce-connector-test/config/rest-clients.yaml @@ -0,0 +1 @@ +RestClients: diff --git a/salesforce-connector-test/config/roles.xml b/salesforce-connector-test/config/roles.xml new file mode 100644 index 0000000..59892fe --- /dev/null +++ b/salesforce-connector-test/config/roles.xml @@ -0,0 +1,4 @@ + + + Everybody + diff --git a/salesforce-connector-test/config/users.xml b/salesforce-connector-test/config/users.xml new file mode 100644 index 0000000..51a6906 --- /dev/null +++ b/salesforce-connector-test/config/users.xml @@ -0,0 +1,2 @@ + + diff --git a/salesforce-connector-test/config/variables.yaml b/salesforce-connector-test/config/variables.yaml new file mode 100644 index 0000000..07f42c8 --- /dev/null +++ b/salesforce-connector-test/config/variables.yaml @@ -0,0 +1,15 @@ +# == Variables == +# +# You can define here your project Variables. +# If you want to define/override a Variable for a specific Environment, +# add an additional ‘variables.yaml’ file in a subdirectory in the ‘Config’ folder: +# '/Config/_/variables.yaml +# +Variables: +# myVariable: value + salesforce-connector: + auth: + subdomain: + clientId: + clientSecret: + useAppPermissions: true \ No newline at end of file diff --git a/salesforce-connector-test/config/webservice-clients.yaml b/salesforce-connector-test/config/webservice-clients.yaml new file mode 100644 index 0000000..060b018 --- /dev/null +++ b/salesforce-connector-test/config/webservice-clients.yaml @@ -0,0 +1 @@ +WebServiceClients: diff --git a/salesforce-connector-test/dataclasses/com/axonivy/connector/salesforce/test/Data.ivyClass b/salesforce-connector-test/dataclasses/com/axonivy/connector/salesforce/test/Data.ivyClass new file mode 100644 index 0000000..0575f8b --- /dev/null +++ b/salesforce-connector-test/dataclasses/com/axonivy/connector/salesforce/test/Data.ivyClass @@ -0,0 +1,3 @@ +Data #class +com.axonivy.connector.salesforce.test #namespace +opps java.util.List #field diff --git a/salesforce-connector-test/pom.xml b/salesforce-connector-test/pom.xml new file mode 100644 index 0000000..c89c105 --- /dev/null +++ b/salesforce-connector-test/pom.xml @@ -0,0 +1,40 @@ + + + 4.0.0 + com.axonivy.connector.salesforce + salesforce-connector-test + 10.0.12-SNAPSHOT + iar-integration-test + + + com.axonivy.connector.salesforce + salesforce-connector + ${project.version} + iar + + + com.axonivy.ivy.test + unit-tester + 10.0.0 + test + + + com.axonivy.ivy.webtest + web-tester + 10.0.0 + test + + + + src_test + + + com.axonivy.ivy.ci + project-build-plugin + 10.0.16 + true + + + + diff --git a/salesforce-connector-test/src/com/axonivy/connector/salesforce/SalesforceMock.java b/salesforce-connector-test/src/com/axonivy/connector/salesforce/SalesforceMock.java new file mode 100644 index 0000000..8c17885 --- /dev/null +++ b/salesforce-connector-test/src/com/axonivy/connector/salesforce/SalesforceMock.java @@ -0,0 +1,80 @@ +package com.axonivy.connector.salesforce; + +import java.io.IOException; +import java.io.InputStream; +import java.nio.charset.StandardCharsets; + +import javax.annotation.security.PermitAll; +import javax.ws.rs.DELETE; +import javax.ws.rs.GET; +import javax.ws.rs.PATCH; +import javax.ws.rs.POST; +import javax.ws.rs.Path; +import javax.ws.rs.PathParam; +import javax.ws.rs.Produces; +import javax.ws.rs.QueryParam; +import javax.ws.rs.core.MediaType; +import javax.ws.rs.core.Response; + +import org.apache.commons.io.IOUtils; + +import com.fasterxml.jackson.databind.JsonNode; + +import io.swagger.v3.oas.annotations.Hidden; + +@Path("salesforceMock") +@PermitAll +@Hidden +public class SalesforceMock { + + @GET + @Path("query") + @Produces(MediaType.APPLICATION_JSON) + public Response getListOpps(@QueryParam("q") String q) { + return Response.status(200).entity(load("json/oppLists.json")).build(); + } + + @POST + @Path("sobjects/Opportunity") + @Produces(MediaType.APPLICATION_JSON) + public Response createNewOpp(JsonNode jsonNode) { + return Response.status(201).entity(load("json/createNewOppResponse.json")).build(); + } + + @PATCH + @Path("sobjects/Opportunity/{id}") + @Produces(MediaType.APPLICATION_JSON) + public Response UpdateOpp(@PathParam("id") String id, JsonNode jsonNode) { + return Response.status(204).entity("").build(); + } + + @GET + @Path("sobjects/Account/{id}") + @Produces(MediaType.APPLICATION_JSON) + public Response getAccount(@PathParam("id") String id) { + return Response.status(200).entity(load("json/account.json")).build(); + } + + @GET + @Path("sobjects/Opportunity/{id}") + @Produces(MediaType.APPLICATION_JSON) + public Response getOpportunity(@PathParam("id") String id) { + return Response.status(200).entity(load("json/opportunity.json")).build(); + } + + @DELETE + @Path("sobjects/Opportunity/{id}") + @Produces(MediaType.APPLICATION_JSON) + public Response deleteOpportunity(@PathParam("id") String id) { + return Response.status(204).entity("").build(); + } + + private static String load(String path) { + try (InputStream is = SalesforceMock.class.getResourceAsStream(path)) { + return IOUtils.toString(is, StandardCharsets.UTF_8); + } catch (IOException ex) { + throw new RuntimeException("Failed to read resource: " + path); + } + } + +} diff --git a/salesforce-connector-test/src/com/axonivy/connector/salesforce/json/account.json b/salesforce-connector-test/src/com/axonivy/connector/salesforce/json/account.json new file mode 100644 index 0000000..b6cea2a --- /dev/null +++ b/salesforce-connector-test/src/com/axonivy/connector/salesforce/json/account.json @@ -0,0 +1,72 @@ +{ + "attributes": { + "type": "Account", + "url": "/services/data/v58.0/sobjects/Account/0015h00001WFoe4AAD" + }, + "Id": "0015h00001WFoe4AAD", + "IsDeleted": false, + "MasterRecordId": null, + "Name": "Acc test1", + "Type": "Prospect", + "ParentId": null, + "BillingStreet": null, + "BillingCity": null, + "BillingState": null, + "BillingPostalCode": null, + "BillingCountry": null, + "BillingLatitude": null, + "BillingLongitude": null, + "BillingGeocodeAccuracy": null, + "BillingAddress": null, + "ShippingStreet": null, + "ShippingCity": null, + "ShippingState": null, + "ShippingPostalCode": null, + "ShippingCountry": null, + "ShippingLatitude": null, + "ShippingLongitude": null, + "ShippingGeocodeAccuracy": null, + "ShippingAddress": null, + "Phone": null, + "Fax": null, + "AccountNumber": "123", + "Website": null, + "PhotoUrl": "/services/images/photo/0015h00001WFoe4AAD", + "Sic": null, + "Industry": "Agriculture", + "AnnualRevenue": null, + "NumberOfEmployees": null, + "Ownership": "Public", + "TickerSymbol": null, + "Description": null, + "Rating": "Warm", + "Site": null, + "OwnerId": "0055h000009a4XMAAY", + "CreatedDate": "2023-11-01T08:12:08.000+0000", + "CreatedById": "0055h000009a4XMAAY", + "LastModifiedDate": "2023-11-01T08:12:08.000+0000", + "LastModifiedById": "0055h000009a4XMAAY", + "SystemModstamp": "2023-11-29T02:42:32.000+0000", + "LastActivityDate": "2023-12-30", + "LastViewedDate": "2023-12-26T07:58:04.000+0000", + "LastReferencedDate": "2023-12-26T07:58:04.000+0000", + "Jigsaw": null, + "JigsawCompanyId": null, + "CleanStatus": "Pending", + "AccountSource": null, + "DunsNumber": null, + "Tradestyle": null, + "NaicsCode": null, + "NaicsDesc": null, + "YearStarted": null, + "SicDesc": null, + "DandbCompanyId": null, + "OperatingHoursId": null, + "CustomerPriority__c": null, + "SLA__c": null, + "Active__c": null, + "NumberofLocations__c": null, + "UpsellOpportunity__c": null, + "SLASerialNumber__c": null, + "SLAExpirationDate__c": null +} diff --git a/salesforce-connector-test/src/com/axonivy/connector/salesforce/json/createNewOppResponse.json b/salesforce-connector-test/src/com/axonivy/connector/salesforce/json/createNewOppResponse.json new file mode 100644 index 0000000..ab0c803 --- /dev/null +++ b/salesforce-connector-test/src/com/axonivy/connector/salesforce/json/createNewOppResponse.json @@ -0,0 +1,6 @@ +{ + "id": "0065h00000OxIEAAA3", + "success": true, + "errors": [ + ] +} diff --git a/salesforce-connector-test/src/com/axonivy/connector/salesforce/json/oppLists.json b/salesforce-connector-test/src/com/axonivy/connector/salesforce/json/oppLists.json new file mode 100644 index 0000000..fd53664 --- /dev/null +++ b/salesforce-connector-test/src/com/axonivy/connector/salesforce/json/oppLists.json @@ -0,0 +1,165 @@ +{ + "totalSize": 3, + "done": true, + "records": [ + { + "attributes": { + "type": "Opportunity", + "url": "/services/data/v58.0/sobjects/Opportunity/0065h00000Nn6SdAAJ" + }, + "Id": "0065h00000Nn6SdAAJ", + "IsDeleted": false, + "AccountId": null, + "IsPrivate": false, + "Name": "Test 1", + "Description": "Kim Kim", + "StageName": "Value Proposition", + "Amount": 99.0, + "Probability": 0.0, + "ExpectedRevenue": 0.0, + "TotalOpportunityQuantity": null, + "CloseDate": "2024-01-16", + "Type": null, + "NextStep": null, + "LeadSource": null, + "IsClosed": false, + "IsWon": false, + "ForecastCategory": "Pipeline", + "ForecastCategoryName": "Pipeline", + "CampaignId": null, + "HasOpportunityLineItem": false, + "Pricebook2Id": null, + "OwnerId": "0055h000009a4XMAAY", + "CreatedDate": "2023-12-15T08:39:45.000+0000", + "CreatedById": "0055h000009a4XMAAY", + "LastModifiedDate": "2023-12-15T08:39:45.000+0000", + "LastModifiedById": "0055h000009a4XMAAY", + "SystemModstamp": "2023-12-15T08:39:46.000+0000", + "LastActivityDate": null, + "PushCount": 0, + "LastStageChangeDate": null, + "FiscalQuarter": 1, + "FiscalYear": 2024, + "Fiscal": "2024 1", + "ContactId": null, + "LastViewedDate": "2023-12-22T03:40:30.000+0000", + "LastReferencedDate": "2023-12-22T03:40:30.000+0000", + "HasOpenActivity": true, + "HasOverdueTask": true, + "LastAmountChangedHistoryId": null, + "LastCloseDateChangedHistoryId": null, + "DeliveryInstallationStatus__c": null, + "TrackingNumber__c": null, + "OrderNumber__c": null, + "CurrentGenerators__c": null, + "MainCompetitors__c": null, + "customField__c": null + }, + { + "attributes": { + "type": "Opportunity", + "url": "/services/data/v58.0/sobjects/Opportunity/0065h00000Nkzm5AAB" + }, + "Id": "0065h00000Nkzm5AAB", + "IsDeleted": false, + "AccountId": "0015h00001WFoe4AAD", + "IsPrivate": false, + "Name": "Opp test Kim", + "Description": "des 2 Kim Test", + "StageName": "Closed Lost", + "Amount": 12222.0, + "Probability": 100.0, + "ExpectedRevenue": 12222.0, + "TotalOpportunityQuantity": null, + "CloseDate": "2024-12-28", + "Type": "Web", + "NextStep": null, + "LeadSource": "Lead", + "IsClosed": true, + "IsWon": false, + "ForecastCategory": "Omitted", + "ForecastCategoryName": "Omitted", + "CampaignId": null, + "HasOpportunityLineItem": false, + "Pricebook2Id": null, + "OwnerId": "0055h000009a4XMAAY", + "CreatedDate": "2023-11-24T03:24:00.000+0000", + "CreatedById": "0055h000009a4XMAAY", + "LastModifiedDate": "2023-12-15T08:35:05.000+0000", + "LastModifiedById": "0055h000009a4XMAAY", + "SystemModstamp": "2023-12-15T08:35:05.000+0000", + "LastActivityDate": "2023-12-30", + "PushCount": 1, + "LastStageChangeDate": "2023-11-27T03:22:53.000+0000", + "FiscalQuarter": 4, + "FiscalYear": 2024, + "Fiscal": "2024 4", + "ContactId": null, + "LastViewedDate": "2023-12-22T03:40:00.000+0000", + "LastReferencedDate": "2023-12-22T03:40:00.000+0000", + "HasOpenActivity": false, + "HasOverdueTask": false, + "LastAmountChangedHistoryId": "0085h00001vbdtcAAA", + "LastCloseDateChangedHistoryId": "0085h00001vbdtcAAA", + "DeliveryInstallationStatus__c": null, + "TrackingNumber__c": null, + "OrderNumber__c": null, + "CurrentGenerators__c": null, + "MainCompetitors__c": null, + "customField__c": null + }, + { + "attributes": { + "type": "Opportunity", + "url": "/services/data/v58.0/sobjects/Opportunity/0065h00000Nm4dJAAR" + }, + "Id": "0065h00000Nm4dJAAR", + "IsDeleted": false, + "AccountId": "0015h00001WFoe4AAD", + "IsPrivate": false, + "Name": "Opp test 1", + "Description": "test 1", + "StageName": "Prospecting", + "Amount": 2000.0, + "Probability": 10.0, + "ExpectedRevenue": 200.0, + "TotalOpportunityQuantity": null, + "CloseDate": "2023-12-29", + "Type": "Web", + "NextStep": null, + "LeadSource": null, + "IsClosed": false, + "IsWon": false, + "ForecastCategory": "Pipeline", + "ForecastCategoryName": "Pipeline", + "CampaignId": null, + "HasOpportunityLineItem": false, + "Pricebook2Id": null, + "OwnerId": "0055h000009a4XMAAY", + "CreatedDate": "2023-12-05T02:29:37.000+0000", + "CreatedById": "0055h000009a4XMAAY", + "LastModifiedDate": "2023-12-05T02:30:05.000+0000", + "LastModifiedById": "0055h000009a4XMAAY", + "SystemModstamp": "2023-12-05T02:30:05.000+0000", + "LastActivityDate": null, + "PushCount": 0, + "LastStageChangeDate": null, + "FiscalQuarter": 4, + "FiscalYear": 2023, + "Fiscal": "2023 4", + "ContactId": null, + "LastViewedDate": "2023-12-22T03:39:52.000+0000", + "LastReferencedDate": "2023-12-22T03:39:52.000+0000", + "HasOpenActivity": false, + "HasOverdueTask": false, + "LastAmountChangedHistoryId": null, + "LastCloseDateChangedHistoryId": "0085h00001sX5jBAAS", + "DeliveryInstallationStatus__c": null, + "TrackingNumber__c": null, + "OrderNumber__c": null, + "CurrentGenerators__c": null, + "MainCompetitors__c": null, + "customField__c": null + } + ] +} diff --git a/salesforce-connector-test/src/com/axonivy/connector/salesforce/json/opportunity.json b/salesforce-connector-test/src/com/axonivy/connector/salesforce/json/opportunity.json new file mode 100644 index 0000000..76baee7 --- /dev/null +++ b/salesforce-connector-test/src/com/axonivy/connector/salesforce/json/opportunity.json @@ -0,0 +1,53 @@ +{ + "attributes": { + "type": "Opportunity", + "url": "/services/data/v58.0/sobjects/Opportunity/0065h00000Nn6SdAAJ" + }, + "Id": "0065h00000Nn6SdAAJ", + "IsDeleted": false, + "AccountId": null, + "IsPrivate": false, + "Name": "Test 1", + "Description": "Kim Kim", + "StageName": "Value Proposition", + "Amount": 99.0, + "Probability": 0.0, + "ExpectedRevenue": 0.0, + "TotalOpportunityQuantity": null, + "CloseDate": "2024-01-16", + "Type": null, + "NextStep": null, + "LeadSource": null, + "IsClosed": false, + "IsWon": false, + "ForecastCategory": "Pipeline", + "ForecastCategoryName": "Pipeline", + "CampaignId": null, + "HasOpportunityLineItem": false, + "Pricebook2Id": null, + "OwnerId": "0055h000009a4XMAAY", + "CreatedDate": "2023-12-15T08:39:45.000+0000", + "CreatedById": "0055h000009a4XMAAY", + "LastModifiedDate": "2023-12-15T08:39:45.000+0000", + "LastModifiedById": "0055h000009a4XMAAY", + "SystemModstamp": "2023-12-15T08:39:46.000+0000", + "LastActivityDate": null, + "PushCount": 0, + "LastStageChangeDate": null, + "FiscalQuarter": 1, + "FiscalYear": 2024, + "Fiscal": "2024 1", + "ContactId": null, + "LastViewedDate": "2023-12-22T03:40:30.000+0000", + "LastReferencedDate": "2023-12-22T03:40:30.000+0000", + "HasOpenActivity": true, + "HasOverdueTask": true, + "LastAmountChangedHistoryId": null, + "LastCloseDateChangedHistoryId": null, + "DeliveryInstallationStatus__c": null, + "TrackingNumber__c": null, + "OrderNumber__c": null, + "CurrentGenerators__c": null, + "MainCompetitors__c": null, + "customField__c": null +} diff --git a/salesforce-connector-test/src_test/com/axonivy/connector/salesforce/test/AddOppServiceAPITest.java b/salesforce-connector-test/src_test/com/axonivy/connector/salesforce/test/AddOppServiceAPITest.java new file mode 100644 index 0000000..f2e23bf --- /dev/null +++ b/salesforce-connector-test/src_test/com/axonivy/connector/salesforce/test/AddOppServiceAPITest.java @@ -0,0 +1,39 @@ +package com.axonivy.connector.salesforce.test; + +import static org.assertj.core.api.Assertions.assertThat; + +import java.io.IOException; +import java.util.Date; + +import org.junit.jupiter.api.Test; + +import com.axonivy.connector.salesforce.model.Opportunity; +import com.axonivy.connector.salesforce.response.CreateOppResponse; +import com.fasterxml.jackson.core.exc.StreamReadException; +import com.fasterxml.jackson.databind.DatabindException; + +import ch.ivyteam.ivy.bpm.engine.client.BpmClient; +import ch.ivyteam.ivy.bpm.engine.client.ExecutionResult; +import ch.ivyteam.ivy.bpm.engine.client.element.BpmElement; +import ch.ivyteam.ivy.bpm.engine.client.element.BpmProcess; +import ch.ivyteam.ivy.bpm.exec.client.IvyProcessTest; + +@IvyProcessTest +public class AddOppServiceAPITest extends BaseTest { + private static final BpmProcess ADDOPPSERVICE_PROCESS = BpmProcess.path("AddOppService"); + + @Test + void addNewOpp(BpmClient bpmClient) + throws NoSuchFieldException, StreamReadException, DatabindException, IOException { + Opportunity opportunity = new Opportunity(); + opportunity.setName("Test 1"); + opportunity.setStageName("Stage Name test 1"); + opportunity.setCloseDate(new Date()); + BpmElement startable = ADDOPPSERVICE_PROCESS.elementName("call(Opportunity)"); + + ExecutionResult result = bpmClient.start().subProcess(startable).execute(opportunity); + CreateOppResponse response = (CreateOppResponse) result.data().last().get("oppResponse"); + + assertThat(response.getId()).isEqualTo("0065h00000OxIEAAA3"); + } +} diff --git a/salesforce-connector-test/src_test/com/axonivy/connector/salesforce/test/BaseTest.java b/salesforce-connector-test/src_test/com/axonivy/connector/salesforce/test/BaseTest.java new file mode 100644 index 0000000..5667eba --- /dev/null +++ b/salesforce-connector-test/src_test/com/axonivy/connector/salesforce/test/BaseTest.java @@ -0,0 +1,16 @@ +package com.axonivy.connector.salesforce.test; + +import org.junit.jupiter.api.BeforeEach; + +import ch.ivyteam.ivy.bpm.exec.client.IvyProcessTest; +import ch.ivyteam.ivy.environment.AppFixture; + +@IvyProcessTest +public class BaseTest { + @BeforeEach + void beforeEach(AppFixture fixture) { + // Disable OAuth feature for mock rest service + fixture.config("RestClients.SalesforceAPI.Features", "ch.ivyteam.ivy.rest.client.mapper.JsonFeature"); + fixture.var("salesforce-connector.auth.url", "http://localhost:8081/designer/api/salesforceMock"); + } +} diff --git a/salesforce-connector-test/src_test/com/axonivy/connector/salesforce/test/DeleteOppServiceAPITest.java b/salesforce-connector-test/src_test/com/axonivy/connector/salesforce/test/DeleteOppServiceAPITest.java new file mode 100644 index 0000000..a55c3ad --- /dev/null +++ b/salesforce-connector-test/src_test/com/axonivy/connector/salesforce/test/DeleteOppServiceAPITest.java @@ -0,0 +1,33 @@ +package com.axonivy.connector.salesforce.test; + +import static org.assertj.core.api.Assertions.assertThat; + +import java.io.IOException; + +import org.junit.jupiter.api.Test; + +import com.fasterxml.jackson.core.exc.StreamReadException; +import com.fasterxml.jackson.databind.DatabindException; + +import ch.ivyteam.ivy.bpm.engine.client.BpmClient; +import ch.ivyteam.ivy.bpm.engine.client.ExecutionResult; +import ch.ivyteam.ivy.bpm.engine.client.element.BpmElement; +import ch.ivyteam.ivy.bpm.engine.client.element.BpmProcess; +import ch.ivyteam.ivy.bpm.exec.client.IvyProcessTest; + +@IvyProcessTest +public class DeleteOppServiceAPITest extends BaseTest { + private static final BpmProcess DELETEOPPSERVICE_PROCESS = BpmProcess.path("DeleteOppService"); + + @Test + void deleteOpportunity(BpmClient bpmClient) + throws NoSuchFieldException, StreamReadException, DatabindException, IOException { + + BpmElement startable = DELETEOPPSERVICE_PROCESS.elementName("call(String)"); + + ExecutionResult result = bpmClient.start().subProcess(startable).execute("123456789"); + + String id = (String) result.data().last().get("id"); + assertThat(id).isEqualTo("123456789"); + } +} diff --git a/salesforce-connector-test/src_test/com/axonivy/connector/salesforce/test/GetAccServiceAPITest.java b/salesforce-connector-test/src_test/com/axonivy/connector/salesforce/test/GetAccServiceAPITest.java new file mode 100644 index 0000000..aba8859 --- /dev/null +++ b/salesforce-connector-test/src_test/com/axonivy/connector/salesforce/test/GetAccServiceAPITest.java @@ -0,0 +1,33 @@ +package com.axonivy.connector.salesforce.test; + +import static org.assertj.core.api.Assertions.assertThat; + +import java.io.IOException; + +import org.junit.jupiter.api.Test; + +import com.axonivy.connector.salesforce.model.Account; +import com.fasterxml.jackson.core.exc.StreamReadException; +import com.fasterxml.jackson.databind.DatabindException; + +import ch.ivyteam.ivy.bpm.engine.client.BpmClient; +import ch.ivyteam.ivy.bpm.engine.client.ExecutionResult; +import ch.ivyteam.ivy.bpm.engine.client.element.BpmElement; +import ch.ivyteam.ivy.bpm.engine.client.element.BpmProcess; +import ch.ivyteam.ivy.bpm.exec.client.IvyProcessTest; + +@IvyProcessTest +public class GetAccServiceAPITest extends BaseTest { + private static final BpmProcess GETACCSERVICE_PROCESS = BpmProcess.path("GetAccService"); + + @Test + void getAccount(BpmClient bpmClient) + throws NoSuchFieldException, StreamReadException, DatabindException, IOException { + BpmElement startable = GETACCSERVICE_PROCESS.elementName("call(String)"); + + ExecutionResult result = bpmClient.start().subProcess(startable).execute("123456789"); + Account response = (Account) result.data().last().get("acc"); + + assertThat(response.getName()).isEqualTo("Acc test1"); + } +} diff --git a/salesforce-connector-test/src_test/com/axonivy/connector/salesforce/test/GetOppServiceAPITest.java b/salesforce-connector-test/src_test/com/axonivy/connector/salesforce/test/GetOppServiceAPITest.java new file mode 100644 index 0000000..0969f6e --- /dev/null +++ b/salesforce-connector-test/src_test/com/axonivy/connector/salesforce/test/GetOppServiceAPITest.java @@ -0,0 +1,33 @@ +package com.axonivy.connector.salesforce.test; + +import static org.assertj.core.api.Assertions.assertThat; + +import java.io.IOException; + +import org.junit.jupiter.api.Test; + +import com.axonivy.connector.salesforce.model.Opportunity; +import com.fasterxml.jackson.core.exc.StreamReadException; +import com.fasterxml.jackson.databind.DatabindException; + +import ch.ivyteam.ivy.bpm.engine.client.BpmClient; +import ch.ivyteam.ivy.bpm.engine.client.ExecutionResult; +import ch.ivyteam.ivy.bpm.engine.client.element.BpmElement; +import ch.ivyteam.ivy.bpm.engine.client.element.BpmProcess; +import ch.ivyteam.ivy.bpm.exec.client.IvyProcessTest; + +@IvyProcessTest +public class GetOppServiceAPITest extends BaseTest { + private static final BpmProcess GETOPPSERVICE_PROCESS = BpmProcess.path("GetOppService"); + + @Test + void getOpportunity(BpmClient bpmClient) + throws NoSuchFieldException, StreamReadException, DatabindException, IOException { + BpmElement startable = GETOPPSERVICE_PROCESS.elementName("call(String)"); + + ExecutionResult result = bpmClient.start().subProcess(startable).execute("123456789"); + Opportunity response = (Opportunity) result.data().last().get("opportunity"); + + assertThat(response.getName()).isEqualTo("Test 1"); + } +} diff --git a/salesforce-connector-test/src_test/com/axonivy/connector/salesforce/test/QueryServiceAPITest.java b/salesforce-connector-test/src_test/com/axonivy/connector/salesforce/test/QueryServiceAPITest.java new file mode 100644 index 0000000..70153a6 --- /dev/null +++ b/salesforce-connector-test/src_test/com/axonivy/connector/salesforce/test/QueryServiceAPITest.java @@ -0,0 +1,39 @@ +package com.axonivy.connector.salesforce.test; + +import static org.assertj.core.api.Assertions.assertThat; + +import java.io.IOException; +import java.util.List; + +import org.junit.jupiter.api.Test; + +import com.axonivy.connector.salesforce.model.Opportunity; +import com.axonivy.connector.salesforce.utils.ConvertUtils; +import com.fasterxml.jackson.core.exc.StreamReadException; +import com.fasterxml.jackson.databind.DatabindException; +import com.fasterxml.jackson.databind.JsonNode; + +import ch.ivyteam.ivy.bpm.engine.client.BpmClient; +import ch.ivyteam.ivy.bpm.engine.client.ExecutionResult; +import ch.ivyteam.ivy.bpm.engine.client.element.BpmElement; +import ch.ivyteam.ivy.bpm.engine.client.element.BpmProcess; +import ch.ivyteam.ivy.bpm.exec.client.IvyProcessTest; + +@IvyProcessTest +public class QueryServiceAPITest extends BaseTest { + private static final BpmProcess QUERYSERVICE_PROCESS = BpmProcess.path("QueryService"); + + @Test + void getAllOpps(BpmClient bpmClient) + throws NoSuchFieldException, StreamReadException, DatabindException, IOException { + BpmElement startable = QUERYSERVICE_PROCESS.elementName("call(String)"); + ExecutionResult result = bpmClient.start().subProcess(startable) + .execute("Select FIELDS(ALL) from Opportunity LIMIT 200"); + JsonNode jsonNode = (JsonNode) result.data().last().get("jsonNode"); + + List opps = ConvertUtils.convertToListOpportunity(jsonNode); + + assertThat(opps.size()).isEqualTo(3); + assertThat(opps.get(0).getName()).isEqualTo("Test 1"); + } +} diff --git a/salesforce-connector-test/src_test/com/axonivy/connector/salesforce/test/UpdateOppServiceAPITest.java b/salesforce-connector-test/src_test/com/axonivy/connector/salesforce/test/UpdateOppServiceAPITest.java new file mode 100644 index 0000000..212014c --- /dev/null +++ b/salesforce-connector-test/src_test/com/axonivy/connector/salesforce/test/UpdateOppServiceAPITest.java @@ -0,0 +1,38 @@ +package com.axonivy.connector.salesforce.test; + +import static org.assertj.core.api.Assertions.assertThat; + +import java.io.IOException; +import java.util.Date; + +import org.junit.jupiter.api.Test; + +import com.axonivy.connector.salesforce.model.OpportunityUpdateDTO; +import com.fasterxml.jackson.core.exc.StreamReadException; +import com.fasterxml.jackson.databind.DatabindException; + +import ch.ivyteam.ivy.bpm.engine.client.BpmClient; +import ch.ivyteam.ivy.bpm.engine.client.ExecutionResult; +import ch.ivyteam.ivy.bpm.engine.client.element.BpmElement; +import ch.ivyteam.ivy.bpm.engine.client.element.BpmProcess; +import ch.ivyteam.ivy.bpm.exec.client.IvyProcessTest; + +@IvyProcessTest +public class UpdateOppServiceAPITest extends BaseTest { + private static final BpmProcess UPPDATEOPPSERVICE_PROCESS = BpmProcess.path("UpdateOppService"); + + @Test + void updateOpp(BpmClient bpmClient) + throws NoSuchFieldException, StreamReadException, DatabindException, IOException { + OpportunityUpdateDTO opportunity = new OpportunityUpdateDTO(); + opportunity.setName("Test 1"); + opportunity.setStageName("Stage Name test 1"); + opportunity.setCloseDate(new Date()); + BpmElement startable = UPPDATEOPPSERVICE_PROCESS.elementName("call(String,OpportunityUpdateDTO)"); + + ExecutionResult result = bpmClient.start().subProcess(startable).execute("123456789", opportunity); + OpportunityUpdateDTO response = (OpportunityUpdateDTO) result.data().last().get("opportunity"); + + assertThat(response.getName()).isEqualTo("Test 1"); + } +} diff --git a/salesforce-connector/.classpath b/salesforce-connector/.classpath new file mode 100644 index 0000000..45a97e4 --- /dev/null +++ b/salesforce-connector/.classpath @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/salesforce-connector/.gitignore b/salesforce-connector/.gitignore new file mode 100644 index 0000000..9b0d458 --- /dev/null +++ b/salesforce-connector/.gitignore @@ -0,0 +1,19 @@ +# general +Thumbs.db +.DS_Store +*~ +*.log + +# java +*.class +hs_err_pid* + +# maven +target/ +lib/mvn-deps/ + +# ivy +classes/ +src_dataClasses/ +src_wsproc/ +logs/ diff --git a/salesforce-connector/.project b/salesforce-connector/.project new file mode 100644 index 0000000..c8ccf39 --- /dev/null +++ b/salesforce-connector/.project @@ -0,0 +1,49 @@ + + + salesforce-connector + + + + + + ch.ivyteam.ivy.designer.dataClasses.ui.ivyDataClassBuilder + + + + + ch.ivyteam.ivy.designer.process.ui.ivyWebServiceProcessClassBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.wst.common.project.facet.core.builder + + + + + ch.ivyteam.ivy.designer.ide.ivyModelValidationBuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + ch.ivyteam.ivy.project.IvyProjectNature + org.eclipse.wst.common.modulecore.ModuleCoreNature + org.eclipse.jem.workbench.JavaEMFNature + org.eclipse.jdt.core.javanature + org.eclipse.m2e.core.maven2Nature + org.eclipse.jem.beaninfo.BeanInfoNature + org.eclipse.wst.common.project.facet.core.nature + org.eclipse.wst.jsdt.core.jsNature + + diff --git a/salesforce-connector/.settings/.jsdtscope b/salesforce-connector/.settings/.jsdtscope new file mode 100644 index 0000000..869c01d --- /dev/null +++ b/salesforce-connector/.settings/.jsdtscope @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/salesforce-connector/.settings/ch.ivyteam.ivy.designer.prefs b/salesforce-connector/.settings/ch.ivyteam.ivy.designer.prefs new file mode 100644 index 0000000..a0280b0 --- /dev/null +++ b/salesforce-connector/.settings/ch.ivyteam.ivy.designer.prefs @@ -0,0 +1,5 @@ +ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:DEFAULT_DATA_CLASS=com.axonivy.connector.salesforce.connector.Data +ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:DEFAULT_NAMESPACE=com.axonivy.connector.salesforce.connector +ch.ivyteam.ivy.project.preferences\:PRIMEFACES_VERSION=11 +ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=100000 +eclipse.preferences.version=1 diff --git a/salesforce-connector/.settings/org.eclipse.jdt.core.prefs b/salesforce-connector/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..d4540a5 --- /dev/null +++ b/salesforce-connector/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,10 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=17 +org.eclipse.jdt.core.compiler.compliance=17 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning +org.eclipse.jdt.core.compiler.release=enabled +org.eclipse.jdt.core.compiler.source=17 diff --git a/salesforce-connector/.settings/org.eclipse.wst.common.component b/salesforce-connector/.settings/org.eclipse.wst.common.component new file mode 100644 index 0000000..5c51ba5 --- /dev/null +++ b/salesforce-connector/.settings/org.eclipse.wst.common.component @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/salesforce-connector/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml b/salesforce-connector/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml new file mode 100644 index 0000000..9b4b9fc --- /dev/null +++ b/salesforce-connector/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/salesforce-connector/.settings/org.eclipse.wst.common.project.facet.core.xml b/salesforce-connector/.settings/org.eclipse.wst.common.project.facet.core.xml new file mode 100644 index 0000000..156ecdb --- /dev/null +++ b/salesforce-connector/.settings/org.eclipse.wst.common.project.facet.core.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/salesforce-connector/.settings/org.eclipse.wst.css.core.prefs b/salesforce-connector/.settings/org.eclipse.wst.css.core.prefs new file mode 100644 index 0000000..5ddc6bd --- /dev/null +++ b/salesforce-connector/.settings/org.eclipse.wst.css.core.prefs @@ -0,0 +1,2 @@ +css-profile/=org.eclipse.wst.css.core.cssprofile.css3 +eclipse.preferences.version=1 diff --git a/salesforce-connector/.settings/org.eclipse.wst.jsdt.ui.superType.container b/salesforce-connector/.settings/org.eclipse.wst.jsdt.ui.superType.container new file mode 100644 index 0000000..3bd5d0a --- /dev/null +++ b/salesforce-connector/.settings/org.eclipse.wst.jsdt.ui.superType.container @@ -0,0 +1 @@ +org.eclipse.wst.jsdt.launching.baseBrowserLibrary \ No newline at end of file diff --git a/salesforce-connector/.settings/org.eclipse.wst.jsdt.ui.superType.name b/salesforce-connector/.settings/org.eclipse.wst.jsdt.ui.superType.name new file mode 100644 index 0000000..05bd71b --- /dev/null +++ b/salesforce-connector/.settings/org.eclipse.wst.jsdt.ui.superType.name @@ -0,0 +1 @@ +Window \ No newline at end of file diff --git a/salesforce-connector/config/custom-fields.yaml b/salesforce-connector/config/custom-fields.yaml new file mode 100644 index 0000000..aa19ae0 --- /dev/null +++ b/salesforce-connector/config/custom-fields.yaml @@ -0,0 +1,20 @@ +# == Custom Fields Information == +# +# You can define here your project custom fields. +# Have a look at our documentation for more information. +# +CustomFields: +# Tasks: +# MyTaskCustomField: +# Label: My task custom field +# Description: This new task custom field can be used to ... +# Type: STRING +# Cases: +# MyCaseCustomField: +# Label: My case custom field +# Description: This new case custom field can be used to ... +# Type: STRING +# Starts: +# MyStartCustomField: +# Label: My start custom field +# Description: This new start custom field can be used to ... diff --git a/salesforce-connector/config/databases.yaml b/salesforce-connector/config/databases.yaml new file mode 100644 index 0000000..247b128 --- /dev/null +++ b/salesforce-connector/config/databases.yaml @@ -0,0 +1 @@ +Databases: diff --git a/salesforce-connector/config/overrides.any b/salesforce-connector/config/overrides.any new file mode 100644 index 0000000..f59ec20 --- /dev/null +++ b/salesforce-connector/config/overrides.any @@ -0,0 +1 @@ +* \ No newline at end of file diff --git a/salesforce-connector/config/persistence.xml b/salesforce-connector/config/persistence.xml new file mode 100644 index 0000000..d6b96d7 --- /dev/null +++ b/salesforce-connector/config/persistence.xml @@ -0,0 +1,2 @@ + + diff --git a/salesforce-connector/config/rest-clients.yaml b/salesforce-connector/config/rest-clients.yaml new file mode 100644 index 0000000..0fe11e3 --- /dev/null +++ b/salesforce-connector/config/rest-clients.yaml @@ -0,0 +1,13 @@ +RestClients: + SalesforceAPI: + UUID: a8bd1ef0-7283-4211-9672-3231654ad15f + Url: ${ivy.var.salesforce-connector.auth.url} + Icon: res:/webContent/icons/Salesforce-logo.jpg + Features: + - ch.ivyteam.ivy.rest.client.mapper.JsonFeature + - com.axonivy.connector.salesforce.auth.OAuth2Feature + Properties: + AUTH.baseUri: https://${ivy.var.salesforce-connector.auth.subdomain}.my.salesforce.com/services/oauth2 + AUTH.appId: ${ivy.var.salesforce-connector.auth.clientId} + AUTH.secretKey: ${ivy.var.salesforce-connector.auth.clientSecret} + AUTH.useAppPermissions: ${ivy.var.salesforce-connector.auth.useAppPermissions} diff --git a/salesforce-connector/config/roles.xml b/salesforce-connector/config/roles.xml new file mode 100644 index 0000000..59892fe --- /dev/null +++ b/salesforce-connector/config/roles.xml @@ -0,0 +1,4 @@ + + + Everybody + diff --git a/salesforce-connector/config/users.xml b/salesforce-connector/config/users.xml new file mode 100644 index 0000000..51a6906 --- /dev/null +++ b/salesforce-connector/config/users.xml @@ -0,0 +1,2 @@ + + diff --git a/salesforce-connector/config/variables.yaml b/salesforce-connector/config/variables.yaml new file mode 100644 index 0000000..d147f24 --- /dev/null +++ b/salesforce-connector/config/variables.yaml @@ -0,0 +1,25 @@ +# == Variables == +# +# You can define here your project Variables. +# If you want to define/override a Variable for a specific Environment, +# add an additional ‘variables.yaml’ file in a subdirectory in the ‘Config’ folder: +# '/Config/_/variables.yaml +# +Variables: +# myVariable: value + salesforce-connector: + auth: + # Url to the Salesforce user application + url: '' + + # Subdomain of the User application + subdomain: '' + + # Consumer Id to authentication + clientId: '' + + # Consumer Secret to authentication + clientSecret: '' + + # GrantType + useAppPermissions: true \ No newline at end of file diff --git a/salesforce-connector/config/webservice-clients.yaml b/salesforce-connector/config/webservice-clients.yaml new file mode 100644 index 0000000..060b018 --- /dev/null +++ b/salesforce-connector/config/webservice-clients.yaml @@ -0,0 +1 @@ +WebServiceClients: diff --git a/salesforce-connector/dataclasses/com/axonivy/connector/salesforce/AddServiceData.ivyClass b/salesforce-connector/dataclasses/com/axonivy/connector/salesforce/AddServiceData.ivyClass new file mode 100644 index 0000000..b24d72a --- /dev/null +++ b/salesforce-connector/dataclasses/com/axonivy/connector/salesforce/AddServiceData.ivyClass @@ -0,0 +1,4 @@ +AddServiceData #class +com.axonivy.connector.salesforce #namespace +opportunity com.axonivy.connector.salesforce.model.Opportunity #field +oppResponse com.axonivy.connector.salesforce.response.CreateOppResponse #field diff --git a/salesforce-connector/dataclasses/com/axonivy/connector/salesforce/Data.ivyClass b/salesforce-connector/dataclasses/com/axonivy/connector/salesforce/Data.ivyClass new file mode 100644 index 0000000..6cb3fde --- /dev/null +++ b/salesforce-connector/dataclasses/com/axonivy/connector/salesforce/Data.ivyClass @@ -0,0 +1,2 @@ +Data #class +com.axonivy.connector.salesforce #namespace diff --git a/salesforce-connector/dataclasses/com/axonivy/connector/salesforce/DeleteServiceData.ivyClass b/salesforce-connector/dataclasses/com/axonivy/connector/salesforce/DeleteServiceData.ivyClass new file mode 100644 index 0000000..4279ed9 --- /dev/null +++ b/salesforce-connector/dataclasses/com/axonivy/connector/salesforce/DeleteServiceData.ivyClass @@ -0,0 +1,4 @@ +DeleteServiceData #class +com.axonivy.connector.salesforce #namespace +id String #field +id PERSISTENT #fieldModifier diff --git a/salesforce-connector/dataclasses/com/axonivy/connector/salesforce/GetAccountServiceData.ivyClass b/salesforce-connector/dataclasses/com/axonivy/connector/salesforce/GetAccountServiceData.ivyClass new file mode 100644 index 0000000..11c7844 --- /dev/null +++ b/salesforce-connector/dataclasses/com/axonivy/connector/salesforce/GetAccountServiceData.ivyClass @@ -0,0 +1,4 @@ +GetAccountServiceData #class +com.axonivy.connector.salesforce #namespace +id String #field +acc com.axonivy.connector.salesforce.model.Account #field diff --git a/salesforce-connector/dataclasses/com/axonivy/connector/salesforce/GetServiceData.ivyClass b/salesforce-connector/dataclasses/com/axonivy/connector/salesforce/GetServiceData.ivyClass new file mode 100644 index 0000000..2ded7f2 --- /dev/null +++ b/salesforce-connector/dataclasses/com/axonivy/connector/salesforce/GetServiceData.ivyClass @@ -0,0 +1,4 @@ +GetServiceData #class +com.axonivy.connector.salesforce #namespace +id String #field +opportunity com.axonivy.connector.salesforce.model.Opportunity #field diff --git a/salesforce-connector/dataclasses/com/axonivy/connector/salesforce/ListAccountServiceData.ivyClass b/salesforce-connector/dataclasses/com/axonivy/connector/salesforce/ListAccountServiceData.ivyClass new file mode 100644 index 0000000..0f59d56 --- /dev/null +++ b/salesforce-connector/dataclasses/com/axonivy/connector/salesforce/ListAccountServiceData.ivyClass @@ -0,0 +1,4 @@ +ListAccountServiceData #class +com.axonivy.connector.salesforce #namespace +query String #field +accs java.util.List #field diff --git a/salesforce-connector/dataclasses/com/axonivy/connector/salesforce/ListServiceData.ivyClass b/salesforce-connector/dataclasses/com/axonivy/connector/salesforce/ListServiceData.ivyClass new file mode 100644 index 0000000..955af53 --- /dev/null +++ b/salesforce-connector/dataclasses/com/axonivy/connector/salesforce/ListServiceData.ivyClass @@ -0,0 +1,4 @@ +ListServiceData #class +com.axonivy.connector.salesforce #namespace +query String #field +opps java.util.List #field diff --git a/salesforce-connector/dataclasses/com/axonivy/connector/salesforce/QueryServiceData.ivyClass b/salesforce-connector/dataclasses/com/axonivy/connector/salesforce/QueryServiceData.ivyClass new file mode 100644 index 0000000..4f7b3a0 --- /dev/null +++ b/salesforce-connector/dataclasses/com/axonivy/connector/salesforce/QueryServiceData.ivyClass @@ -0,0 +1,4 @@ +QueryServiceData #class +com.axonivy.connector.salesforce #namespace +query String #field +jsonNode com.fasterxml.jackson.databind.JsonNode #field diff --git a/salesforce-connector/dataclasses/com/axonivy/connector/salesforce/UpdateServiceData.ivyClass b/salesforce-connector/dataclasses/com/axonivy/connector/salesforce/UpdateServiceData.ivyClass new file mode 100644 index 0000000..efde6e9 --- /dev/null +++ b/salesforce-connector/dataclasses/com/axonivy/connector/salesforce/UpdateServiceData.ivyClass @@ -0,0 +1,4 @@ +UpdateServiceData #class +com.axonivy.connector.salesforce #namespace +id String #field +opportunity com.axonivy.connector.salesforce.model.OpportunityUpdateDTO #field diff --git a/salesforce-connector/pom.xml b/salesforce-connector/pom.xml new file mode 100644 index 0000000..2b1614c --- /dev/null +++ b/salesforce-connector/pom.xml @@ -0,0 +1,19 @@ + + + 4.0.0 + com.axonivy.connector.salesforce + salesforce-connector + 10.0.12-SNAPSHOT + iar + + + + com.axonivy.ivy.ci + project-build-plugin + 10.0.16 + true + + + + diff --git a/salesforce-connector/processes/AddOppService.p.json b/salesforce-connector/processes/AddOppService.p.json new file mode 100644 index 0000000..56ddee9 --- /dev/null +++ b/salesforce-connector/processes/AddOppService.p.json @@ -0,0 +1,73 @@ +{ + "format" : "10.0.0", + "id" : "18BA88DC14AB7EE5", + "kind" : "CALLABLE_SUB", + "config" : { + "data" : "com.axonivy.connector.salesforce.AddServiceData" + }, + "elements" : [ { + "id" : "f0", + "type" : "CallSubStart", + "name" : "call(Opportunity)", + "config" : { + "callSignature" : "call", + "input" : { + "params" : [ + { "name" : "opportunity", "type" : "com.axonivy.connector.salesforce.model.Opportunity" } + ], + "map" : { + "out.opportunity" : "param.opportunity" + } + }, + "result" : { + "params" : [ + { "name" : "opp", "type" : "com.axonivy.connector.salesforce.response.CreateOppResponse" } + ], + "map" : { + "result.opp" : "in.oppResponse" + } + } + }, + "visual" : { + "at" : { "x" : 96, "y" : 64 } + }, + "connect" : { "id" : "f3", "to" : "f2" } + }, { + "id" : "f1", + "type" : "CallSubEnd", + "visual" : { + "at" : { "x" : 456, "y" : 64 } + } + }, { + "id" : "f2", + "type" : "RestClientCall", + "name" : "Create Opportunity", + "config" : { + "path" : "/sobjects/Opportunity", + "headers" : { + "Accept" : "*/*", + "X-Requested-By" : "in.opportunity" + }, + "bodyObjectMapping" : { + "param" : "in.opportunity" + }, + "clientId" : "a8bd1ef0-7283-4211-9672-3231654ad15f", + "clientErrorCode" : "ivy:error:rest:client", + "method" : "POST", + "statusErrorCode" : "ivy:error:rest:client", + "bodyObjectType" : "com.axonivy.connector.salesforce.model.Opportunity", + "resultType" : "com.fasterxml.jackson.databind.JsonNode", + "bodyInputType" : "ENTITY", + "responseCode" : [ + "import com.axonivy.connector.salesforce.utils.ConvertUtils;", + "", + "in.oppResponse = ConvertUtils.convertToOpportunityResponse(result);" + ] + }, + "visual" : { + "at" : { "x" : 288, "y" : 64 }, + "icon" : "res:/webContent/icons/Salesforce-logo.jpg" + }, + "connect" : { "id" : "f4", "to" : "f1" } + } ] +} \ No newline at end of file diff --git a/salesforce-connector/processes/DeleteOppService.p.json b/salesforce-connector/processes/DeleteOppService.p.json new file mode 100644 index 0000000..ca2ab06 --- /dev/null +++ b/salesforce-connector/processes/DeleteOppService.p.json @@ -0,0 +1,59 @@ +{ + "format" : "10.0.0", + "id" : "18BA91A960F33F4A", + "kind" : "CALLABLE_SUB", + "config" : { + "data" : "com.axonivy.connector.salesforce.DeleteServiceData" + }, + "elements" : [ { + "id" : "f0", + "type" : "CallSubStart", + "name" : "call(String)", + "config" : { + "callSignature" : "call", + "input" : { + "params" : [ + { "name" : "id", "type" : "String" } + ], + "map" : { + "out.id" : "param.id" + } + } + }, + "visual" : { + "at" : { "x" : 96, "y" : 64 } + }, + "connect" : { "id" : "f4", "to" : "f3" } + }, { + "id" : "f1", + "type" : "CallSubEnd", + "visual" : { + "at" : { "x" : 352, "y" : 64 } + } + }, { + "id" : "f3", + "type" : "RestClientCall", + "name" : "Delete opportunity", + "config" : { + "path" : "/sobjects/Opportunity/{id}", + "headers" : { + "Accept" : "*/*", + "X-Requested-By" : "in.id" + }, + "clientId" : "a8bd1ef0-7283-4211-9672-3231654ad15f", + "clientErrorCode" : "ivy:error:rest:client", + "method" : "DELETE", + "statusErrorCode" : "ivy:error:rest:client", + "templateParams" : { + "subdomain" : "", + "id" : "in.id" + }, + "resultType" : "com.fasterxml.jackson.databind.JsonNode" + }, + "visual" : { + "at" : { "x" : 224, "y" : 64 }, + "icon" : "res:/webContent/icons/Salesforce-logo.jpg" + }, + "connect" : { "id" : "f2", "to" : "f1" } + } ] +} \ No newline at end of file diff --git a/salesforce-connector/processes/GetAccService.p.json b/salesforce-connector/processes/GetAccService.p.json new file mode 100644 index 0000000..3210592 --- /dev/null +++ b/salesforce-connector/processes/GetAccService.p.json @@ -0,0 +1,67 @@ +{ + "format" : "10.0.0", + "id" : "18BB73309E53F2DD", + "kind" : "CALLABLE_SUB", + "config" : { + "data" : "com.axonivy.connector.salesforce.GetAccountServiceData" + }, + "elements" : [ { + "id" : "f0", + "type" : "CallSubStart", + "name" : "call(String)", + "config" : { + "callSignature" : "call", + "input" : { + "params" : [ + { "name" : "id", "type" : "String" } + ], + "map" : { + "out.id" : "param.id" + } + }, + "result" : { + "params" : [ + { "name" : "acc", "type" : "com.axonivy.connector.salesforce.model.Account" } + ], + "map" : { + "result.acc" : "in.acc" + } + } + }, + "visual" : { + "at" : { "x" : 96, "y" : 64 } + }, + "connect" : { "id" : "f3", "to" : "f2" } + }, { + "id" : "f1", + "type" : "CallSubEnd", + "visual" : { + "at" : { "x" : 472, "y" : 64 } + } + }, { + "id" : "f2", + "type" : "RestClientCall", + "name" : "get Account", + "config" : { + "path" : "/sobjects/Account/{id}", + "clientId" : "a8bd1ef0-7283-4211-9672-3231654ad15f", + "clientErrorCode" : "ivy:error:rest:client", + "statusErrorCode" : "ivy:error:rest:client", + "templateParams" : { + "subdomain" : "", + "id" : "in.id" + }, + "resultType" : "com.fasterxml.jackson.databind.JsonNode", + "responseCode" : [ + "import com.axonivy.connector.salesforce.utils.ConvertUtils;", + "", + "in.acc = ConvertUtils.convertToAccount(result);" + ] + }, + "visual" : { + "at" : { "x" : 288, "y" : 64 }, + "icon" : "res:/webContent/icons/Salesforce-logo.jpg" + }, + "connect" : { "id" : "f4", "to" : "f1" } + } ] +} \ No newline at end of file diff --git a/salesforce-connector/processes/GetOppService.p.json b/salesforce-connector/processes/GetOppService.p.json new file mode 100644 index 0000000..d502c9b --- /dev/null +++ b/salesforce-connector/processes/GetOppService.p.json @@ -0,0 +1,67 @@ +{ + "format" : "10.0.0", + "id" : "18BA2F3BE385F8DB", + "kind" : "CALLABLE_SUB", + "config" : { + "data" : "com.axonivy.connector.salesforce.GetServiceData" + }, + "elements" : [ { + "id" : "f0", + "type" : "CallSubStart", + "name" : "call(String)", + "config" : { + "callSignature" : "call", + "input" : { + "params" : [ + { "name" : "id", "type" : "String" } + ], + "map" : { + "out.id" : "param.id" + } + }, + "result" : { + "params" : [ + { "name" : "opportunity", "type" : "com.axonivy.connector.salesforce.model.Opportunity" } + ], + "map" : { + "result.opportunity" : "in.opportunity" + } + } + }, + "visual" : { + "at" : { "x" : 96, "y" : 64 } + }, + "connect" : { "id" : "f4", "to" : "f3" } + }, { + "id" : "f1", + "type" : "CallSubEnd", + "visual" : { + "at" : { "x" : 352, "y" : 64 } + } + }, { + "id" : "f3", + "type" : "RestClientCall", + "name" : "Get Opportunity", + "config" : { + "path" : "/sobjects/Opportunity/{id}", + "clientId" : "a8bd1ef0-7283-4211-9672-3231654ad15f", + "clientErrorCode" : "ivy:error:rest:client", + "statusErrorCode" : "ivy:error:rest:client", + "templateParams" : { + "subdomain" : "", + "id" : "in.id" + }, + "resultType" : "com.fasterxml.jackson.databind.JsonNode", + "responseCode" : [ + "import com.axonivy.connector.salesforce.utils.ConvertUtils;", + "", + "in.opportunity = ConvertUtils.convertToOpportunity(result);" + ] + }, + "visual" : { + "at" : { "x" : 224, "y" : 64 }, + "icon" : "res:/webContent/icons/Salesforce-logo.jpg" + }, + "connect" : { "id" : "f2", "to" : "f1" } + } ] +} \ No newline at end of file diff --git a/salesforce-connector/processes/QueryService.p.json b/salesforce-connector/processes/QueryService.p.json new file mode 100644 index 0000000..1c446a0 --- /dev/null +++ b/salesforce-connector/processes/QueryService.p.json @@ -0,0 +1,68 @@ +{ + "format" : "10.0.0", + "id" : "18C0022FCA6F8CC0", + "kind" : "CALLABLE_SUB", + "config" : { + "data" : "com.axonivy.connector.salesforce.QueryServiceData" + }, + "elements" : [ { + "id" : "f0", + "type" : "CallSubStart", + "name" : "call(String)", + "config" : { + "callSignature" : "call", + "input" : { + "params" : [ + { "name" : "query", "type" : "String" } + ], + "map" : { + "out.query" : "param.query" + } + }, + "result" : { + "params" : [ + { "name" : "jsonNode", "type" : "com.fasterxml.jackson.databind.JsonNode" } + ], + "map" : { + "result.jsonNode" : "in.jsonNode" + } + } + }, + "visual" : { + "at" : { "x" : 96, "y" : 64 } + }, + "connect" : { "id" : "f4", "to" : "f3" } + }, { + "id" : "f1", + "type" : "CallSubEnd", + "visual" : { + "at" : { "x" : 416, "y" : 64 } + } + }, { + "id" : "f3", + "type" : "RestClientCall", + "name" : "Query API", + "config" : { + "path" : "/query", + "clientId" : "a8bd1ef0-7283-4211-9672-3231654ad15f", + "clientErrorCode" : "ivy:error:rest:client", + "queryParams" : { + "q" : "in.query" + }, + "statusErrorCode" : "ivy:error:rest:client", + "responseMapping" : { + "out.jsonNode" : "result" + }, + "templateParams" : { + "subdomain" : "", + "ivy.var.salesforce-connector.auth.url" : "" + }, + "resultType" : "com.fasterxml.jackson.databind.JsonNode" + }, + "visual" : { + "at" : { "x" : 264, "y" : 64 }, + "icon" : "res:/webContent/icons/Salesforce-logo.jpg" + }, + "connect" : { "id" : "f2", "to" : "f1" } + } ] +} \ No newline at end of file diff --git a/salesforce-connector/processes/UpdateOppService.p.json b/salesforce-connector/processes/UpdateOppService.p.json new file mode 100644 index 0000000..545b806 --- /dev/null +++ b/salesforce-connector/processes/UpdateOppService.p.json @@ -0,0 +1,71 @@ +{ + "format" : "10.0.0", + "id" : "18BA90B58BA33FBC", + "kind" : "CALLABLE_SUB", + "config" : { + "data" : "com.axonivy.connector.salesforce.UpdateServiceData" + }, + "elements" : [ { + "id" : "f0", + "type" : "CallSubStart", + "name" : "call(String,OpportunityUpdateDTO)", + "config" : { + "callSignature" : "call", + "input" : { + "params" : [ + { "name" : "id", "type" : "String" }, + { "name" : "opportunityUpdateDTO", "type" : "com.axonivy.connector.salesforce.model.OpportunityUpdateDTO" } + ], + "map" : { + "out.id" : "param.id", + "out.opportunity" : "param.opportunityUpdateDTO" + } + }, + "result" : { + "params" : [ + { "name" : "opp", "type" : "com.axonivy.connector.salesforce.model.OpportunityUpdateDTO" } + ] + } + }, + "visual" : { + "at" : { "x" : 96, "y" : 64 } + }, + "connect" : { "id" : "f4", "to" : "f3" } + }, { + "id" : "f1", + "type" : "CallSubEnd", + "visual" : { + "at" : { "x" : 472, "y" : 64 } + } + }, { + "id" : "f3", + "type" : "RestClientCall", + "name" : "Update Opportunity", + "config" : { + "path" : "/sobjects/Opportunity/{id}", + "headers" : { + "Accept" : "*/*", + "X-Requested-By" : "in.opportunity" + }, + "bodyObjectMapping" : { + "param" : "in.opportunity" + }, + "clientId" : "a8bd1ef0-7283-4211-9672-3231654ad15f", + "clientErrorCode" : "ivy:error:rest:client", + "method" : "PATCH", + "statusErrorCode" : "ivy:error:rest:client", + "bodyObjectType" : "com.axonivy.connector.salesforce.model.OpportunityUpdateDTO", + "templateParams" : { + "subdomain" : "", + "id" : "in.id" + }, + "resultType" : "com.fasterxml.jackson.databind.JsonNode", + "bodyInputType" : "ENTITY" + }, + "visual" : { + "at" : { "x" : 288, "y" : 64 }, + "icon" : "res:/webContent/icons/Salesforce-logo.jpg" + }, + "connect" : { "id" : "f2", "to" : "f1" } + } ] +} \ No newline at end of file diff --git a/salesforce-connector/src/com/axonivy/connector/salesforce/auth/AuthConstant.java b/salesforce-connector/src/com/axonivy/connector/salesforce/auth/AuthConstant.java new file mode 100644 index 0000000..b46b3f3 --- /dev/null +++ b/salesforce-connector/src/com/axonivy/connector/salesforce/auth/AuthConstant.java @@ -0,0 +1,23 @@ +package com.axonivy.connector.salesforce.auth; + +public class AuthConstant { + public static final String AUTH = "AUTH"; + public static final String DOT = "."; + public static final String APP_ID = "appId"; + public static final String SECRET_KEY = "secretKey"; + public static final String SCOPE = "scope"; + public static final String AUTH_BASE_URI = "baseUri"; + public static final String USE_APP_PERMISSIONS = "useAppPermissions"; + public static final String USE_USER_PASS_FLOW = "userPassFlow"; + public static final String USER = "user"; + public static final String PASS = "password"; + + public static final String CLIENT_ID = "client_id"; + public static final String CLIENT_SECRET = "client_secret"; + public static final String GRANT_TYPE = "grant_type"; + public static final String REDIRECT_URI = "redirect_uri"; + public static final String REFRESH_TOKEN = "refresh_token"; + + public static final String USER_NAME = "username"; + public static final String PASSWORD = "password"; +} diff --git a/salesforce-connector/src/com/axonivy/connector/salesforce/auth/OAuth2Feature.java b/salesforce-connector/src/com/axonivy/connector/salesforce/auth/OAuth2Feature.java new file mode 100644 index 0000000..f0735a8 --- /dev/null +++ b/salesforce-connector/src/com/axonivy/connector/salesforce/auth/OAuth2Feature.java @@ -0,0 +1,147 @@ +package com.axonivy.connector.salesforce.auth; + +import java.net.URI; +import java.util.Optional; + +import javax.ws.rs.Priorities; +import javax.ws.rs.client.Entity; +import javax.ws.rs.core.Feature; +import javax.ws.rs.core.FeatureContext; +import javax.ws.rs.core.Form; +import javax.ws.rs.core.MediaType; +import javax.ws.rs.core.Response; +import javax.ws.rs.core.UriBuilder; + +import ch.ivyteam.ivy.bpm.error.BpmPublicErrorBuilder; +import ch.ivyteam.ivy.rest.client.FeatureConfig; +import ch.ivyteam.ivy.rest.client.oauth2.OAuth2BearerFilter; +import ch.ivyteam.ivy.rest.client.oauth2.OAuth2RedirectErrorBuilder; +import ch.ivyteam.ivy.rest.client.oauth2.OAuth2TokenRequester.AuthContext; +import ch.ivyteam.ivy.rest.client.oauth2.uri.OAuth2CallbackUriBuilder; +import ch.ivyteam.ivy.rest.client.oauth2.uri.OAuth2UriProperty; + +public class OAuth2Feature implements Feature { + public static interface Default { + String AUTH_URI = "https://login.salesforce.com/services/oauth2/token"; + } + + public static interface Property { + String APP_ID = AuthConstant.AUTH + AuthConstant.DOT + AuthConstant.APP_ID; + String SECRET_KEY = AuthConstant.AUTH + AuthConstant.DOT + AuthConstant.SECRET_KEY; + String SCOPE = AuthConstant.AUTH + AuthConstant.DOT + AuthConstant.SCOPE; + String AUTH_BASE_URI = AuthConstant.AUTH + AuthConstant.DOT + AuthConstant.AUTH_BASE_URI; + String USE_APP_PERMISSIONS = AuthConstant.AUTH + AuthConstant.DOT + AuthConstant.USE_APP_PERMISSIONS; + String USE_USER_PASS_FLOW = AuthConstant.AUTH + AuthConstant.DOT + AuthConstant.USE_USER_PASS_FLOW; + + String USER = AuthConstant.AUTH + AuthConstant.DOT + AuthConstant.USER; + String PASS = AuthConstant.AUTH + AuthConstant.DOT + AuthConstant.PASS; + } + + @Override + public boolean configure(FeatureContext context) { + var config = new FeatureConfig(context.getConfiguration(), OAuth2Feature.class); + var graphUri = new OAuth2UriProperty(config, Property.AUTH_BASE_URI, Default.AUTH_URI); + var oauth2 = new OAuth2BearerFilter(ctxt -> requestToken(ctxt, graphUri), graphUri); + oauth2.tokenSuffix(() -> GrantType.of(config).type); + context.register(oauth2, Priorities.AUTHORIZATION); + return true; + } + + private static Response requestToken(AuthContext ctxt, OAuth2UriProperty uriFactory) { + FeatureConfig config = ctxt.config; + var authCode = ctxt.authCode(); + var refreshToken = ctxt.refreshToken(); + GrantType grant = GrantType.of(config); + if (authCode.isEmpty() && refreshToken.isEmpty() && GrantType.AUTH_CODE == grant) { + authError(config, uriFactory).withMessage("missing permission from user to act in his name.").throwError(); + } + + Form form = createTokenPayload(config, authCode, refreshToken); + var response = ctxt.target.request().accept(MediaType.WILDCARD).post(Entity.form(form)); + return response; + } + + static Form createTokenPayload(FeatureConfig config, Optional authCode, Optional refreshToken) { + Form form = new Form(); + form.param(AuthConstant.CLIENT_ID, config.readMandatory(Property.APP_ID)); + form.param(AuthConstant.CLIENT_SECRET, config.readMandatory(Property.SECRET_KEY)); + GrantType grant = GrantType.of(config); + form.param(AuthConstant.GRANT_TYPE, grant.type); + configureGrant(config, authCode, form, grant); + if (refreshToken.isPresent()) { + form.param(AuthConstant.REDIRECT_URI, ivyCallbackUri().toASCIIString()); + form.param(AuthConstant.REFRESH_TOKEN, refreshToken.get()); + form.asMap().putSingle(AuthConstant.GRANT_TYPE, AuthConstant.REFRESH_TOKEN); + } + return form; + } + + private static void configureGrant(FeatureConfig config, Optional authCode, Form form, GrantType grant) { + switch (grant) { + case APPLICATION: + break; + case PASSWORD: + form.param(AuthConstant.USER_NAME, config.readMandatory(Property.USER)); + form.param(AuthConstant.PASSWORD, config.readMandatory(Property.PASS)); + break; + default: + case AUTH_CODE: + form.param(AuthConstant.REDIRECT_URI, ivyCallbackUri().toASCIIString()); + authCode.ifPresent(code -> form.param("code", code)); + } + } + + private static BpmPublicErrorBuilder authError(FeatureConfig config, OAuth2UriProperty uriFactory) { + var uri = createMsAuthCodeUri(config, uriFactory); + return OAuth2RedirectErrorBuilder.create(uri).withMessage("Missing permission from user to act in his name."); + } + + private static URI createMsAuthCodeUri(FeatureConfig config, OAuth2UriProperty uriFactory) { + return UriBuilder.fromUri(uriFactory.getUri("authorize")) + .queryParam("client_id", config.readMandatory(Property.APP_ID)) + .queryParam("response_type", "code").queryParam("response_mode", "query").build(); + } + + private static URI ivyCallbackUri() { + return OAuth2CallbackUriBuilder.create().toUrl(); + } + + private static enum GrantType { + /** work in the name of a user: requires user consent **/ + AUTH_CODE("authorization_code"), + + APPLICATION("client_credentials"), + + /** weak security: app acts as pre-configured personal user! **/ + PASSWORD("password"); + + private String type; + + GrantType(String type) { + this.type = type; + } + + static GrantType of(FeatureConfig config) { + if (isAppAuth(config)) { + return GrantType.APPLICATION; + } + if (isUserPassAuth(config)) { + return GrantType.PASSWORD; + } + return GrantType.AUTH_CODE; + } + + private static boolean isAppAuth(FeatureConfig config) { + return toBoolean(config.read(Property.USE_APP_PERMISSIONS)); + } + + private static boolean isUserPassAuth(FeatureConfig config) { + return toBoolean(config.read(Property.USE_USER_PASS_FLOW)); + } + + private static boolean toBoolean(Optional value) { + return value.map(Boolean::parseBoolean).orElse(Boolean.FALSE); + } + } + +} diff --git a/salesforce-connector/src/com/axonivy/connector/salesforce/model/Account.java b/salesforce-connector/src/com/axonivy/connector/salesforce/model/Account.java new file mode 100644 index 0000000..ddf8f83 --- /dev/null +++ b/salesforce-connector/src/com/axonivy/connector/salesforce/model/Account.java @@ -0,0 +1,47 @@ +package com.axonivy.connector.salesforce.model; + +import java.io.Serializable; + +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; +import com.fasterxml.jackson.annotation.JsonProperty; + +@JsonInclude(JsonInclude.Include.NON_EMPTY) +@JsonIgnoreProperties(ignoreUnknown = true) +public class Account implements Serializable { + private static final long serialVersionUID = 1L; + + @JsonProperty("Id") + private String id; + + @JsonProperty("IsDeleted") + private Boolean isDeleted; + + @JsonProperty("Name") + private String name; + + public String getId() { + return id; + } + + public void setId(String id) { + this.id = id; + } + + public Boolean getIsDeleted() { + return isDeleted; + } + + public void setIsDeleted(Boolean isDeleted) { + this.isDeleted = isDeleted; + } + + public String getName() { + return name; + } + + public void setName(String name) { + this.name = name; + } + +} diff --git a/salesforce-connector/src/com/axonivy/connector/salesforce/model/Event.java b/salesforce-connector/src/com/axonivy/connector/salesforce/model/Event.java new file mode 100644 index 0000000..f91f69b --- /dev/null +++ b/salesforce-connector/src/com/axonivy/connector/salesforce/model/Event.java @@ -0,0 +1,291 @@ +package com.axonivy.connector.salesforce.model; + +import java.io.Serializable; +import java.util.Date; + +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; +import com.fasterxml.jackson.annotation.JsonProperty; + +@JsonInclude(JsonInclude.Include.NON_EMPTY) +@JsonIgnoreProperties(ignoreUnknown = true) +public class Event implements Serializable { + + private static final long serialVersionUID = 1L; + + @JsonProperty("Id") + private String id; + + @JsonProperty("WhatId") + private String whatId; + + @JsonProperty("Subject") + private String subject; + + @JsonProperty("Location") + private String location; + + @JsonProperty("IsAllDayEvent") + private Boolean isAllDayEvent; + + @JsonProperty("ActivityDate") + private Date activityDate; + + @JsonProperty("DurationInMinutes") + private Integer durationInMinutes; + + @JsonProperty("StartDateTime") + private Date startDateTime; + + @JsonProperty("EndDateTime") + private Date endDateTime; + + @JsonProperty("Description") + private String description; + + @JsonProperty("AccountId") + private String accountId; + + @JsonProperty("OwnerId") + private String ownerId; + + @JsonProperty("IsPrivate") + private Boolean isPrivate; + + @JsonProperty("ShowAs") + private String showAs; + + @JsonProperty("IsDeleted") + private Boolean isDeleted; + + @JsonProperty("IsChild") + private Boolean isChild; + + @JsonProperty("IsGroupEvent") + private Boolean isGroupEvent; + + @JsonProperty("IsArchived") + private Boolean isArchived; + + @JsonProperty("IsRecurrence") + private Boolean isRecurrence; + + @JsonProperty("EventSubtype") + private String eventSubtype; + + @JsonProperty("IsReminderSet") + private Boolean isReminderSet; + + @JsonProperty("IsRecurrence2Exclusion") + private Boolean isRecurrence2Exclusion; + + @JsonProperty("IsRecurrence2") + private Boolean isRecurrence2; + + @JsonProperty("IsRecurrence2Exception") + private Boolean isRecurrence2Exception; + + @JsonProperty("Name") + private String name; + + public String getId() { + return id; + } + + public void setId(String id) { + this.id = id; + } + + public String getWhatId() { + return whatId; + } + + public void setWhatId(String whatId) { + this.whatId = whatId; + } + + public String getSubject() { + return subject; + } + + public void setSubject(String subject) { + this.subject = subject; + } + + public String getLocation() { + return location; + } + + public void setLocation(String location) { + this.location = location; + } + + public Boolean getIsAllDayEvent() { + return isAllDayEvent; + } + + public void setIsAllDayEvent(Boolean isAllDayEvent) { + this.isAllDayEvent = isAllDayEvent; + } + + public Date getActivityDate() { + return activityDate; + } + + public void setActivityDate(Date activityDate) { + this.activityDate = activityDate; + } + + public Integer getDurationInMinutes() { + return durationInMinutes; + } + + public void setDurationInMinutes(Integer durationInMinutes) { + this.durationInMinutes = durationInMinutes; + } + + public Date getStartDateTime() { + return startDateTime; + } + + public void setStartDateTime(Date startDateTime) { + this.startDateTime = startDateTime; + } + + public Date getEndDateTime() { + return endDateTime; + } + + public void setEndDateTime(Date endDateTime) { + this.endDateTime = endDateTime; + } + + public String getDescription() { + return description; + } + + public void setDescription(String description) { + this.description = description; + } + + public String getAccountId() { + return accountId; + } + + public void setAccountId(String accountId) { + this.accountId = accountId; + } + + public String getOwnerId() { + return ownerId; + } + + public void setOwnerId(String ownerId) { + this.ownerId = ownerId; + } + + public Boolean getIsPrivate() { + return isPrivate; + } + + public void setIsPrivate(Boolean isPrivate) { + this.isPrivate = isPrivate; + } + + public String getShowAs() { + return showAs; + } + + public void setShowAs(String showAs) { + this.showAs = showAs; + } + + public Boolean getIsDeleted() { + return isDeleted; + } + + public void setIsDeleted(Boolean isDeleted) { + this.isDeleted = isDeleted; + } + + public Boolean getIsChild() { + return isChild; + } + + public void setIsChild(Boolean isChild) { + this.isChild = isChild; + } + + public Boolean getIsGroupEvent() { + return isGroupEvent; + } + + public void setIsGroupEvent(Boolean isGroupEvent) { + this.isGroupEvent = isGroupEvent; + } + + public Boolean getIsArchived() { + return isArchived; + } + + public void setIsArchived(Boolean isArchived) { + this.isArchived = isArchived; + } + + public Boolean getIsRecurrence() { + return isRecurrence; + } + + public void setIsRecurrence(Boolean isRecurrence) { + this.isRecurrence = isRecurrence; + } + + public String getEventSubtype() { + return eventSubtype; + } + + public void setEventSubtype(String eventSubtype) { + this.eventSubtype = eventSubtype; + } + + public Boolean getIsReminderSet() { + return isReminderSet; + } + + public void setIsReminderSet(Boolean isReminderSet) { + this.isReminderSet = isReminderSet; + } + + public Boolean getIsRecurrence2Exclusion() { + return isRecurrence2Exclusion; + } + + public void setIsRecurrence2Exclusion(Boolean isRecurrence2Exclusion) { + this.isRecurrence2Exclusion = isRecurrence2Exclusion; + } + + public Boolean getIsRecurrence2() { + return isRecurrence2; + } + + public void setIsRecurrence2(Boolean isRecurrence2) { + this.isRecurrence2 = isRecurrence2; + } + + public Boolean getIsRecurrence2Exception() { + return isRecurrence2Exception; + } + + public void setIsRecurrence2Exception(Boolean isRecurrence2Exception) { + this.isRecurrence2Exception = isRecurrence2Exception; + } + + public String getName() { + return name; + } + + public void setName(String name) { + this.name = name; + } + +} diff --git a/salesforce-connector/src/com/axonivy/connector/salesforce/model/Opportunity.java b/salesforce-connector/src/com/axonivy/connector/salesforce/model/Opportunity.java new file mode 100644 index 0000000..0eb0792 --- /dev/null +++ b/salesforce-connector/src/com/axonivy/connector/salesforce/model/Opportunity.java @@ -0,0 +1,522 @@ +package com.axonivy.connector.salesforce.model; + +import java.io.Serializable; +import java.util.Date; + +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; +import com.fasterxml.jackson.annotation.JsonProperty; + +@JsonInclude(JsonInclude.Include.NON_EMPTY) +@JsonIgnoreProperties(ignoreUnknown = true) +public class Opportunity implements Serializable { + + private static final long serialVersionUID = 1L; + + @JsonProperty("Id") + private String id; + + @JsonProperty("IsDeleted") + private Boolean isDeleted; + + @JsonProperty("AccountId") + private String accountId; + + @JsonProperty("IsPrivate") + private Boolean isPrivate; + + @JsonProperty("Name") + private String name; + + @JsonProperty("Description") + private String description; + + @JsonProperty("StageName") + private String stageName; + + @JsonProperty("Amount") + private Double amount; + + @JsonProperty("Probability") + private Double probability; + + @JsonProperty("ExpectedRevenue") + private Double expectedRevenue; + + @JsonProperty("TotalOpportunityQuantity") + private Long totalOpportunityQuantity; + + @JsonProperty("CloseDate") + private Date closeDate; + + @JsonProperty("Type") + private String type; + + @JsonProperty("NextStep") + private String nextStep; + + @JsonProperty("LeadSource") + private String leadSource; + + @JsonProperty("IsClosed") + private Boolean isClosed; + + @JsonProperty("IsWon") + private Boolean isWon; + + @JsonProperty("ForecastCategory") + private String forecastCategory; + + @JsonProperty("ForecastCategoryName") + private String forecastCategoryName; + + @JsonProperty("CampaignId") + private String campaignId; + + @JsonProperty("HasOpportunityLineItem") + private Boolean hasOpportunityLineItem; + + @JsonProperty("Pricebook2Id") + private String pricebook2Id; + + @JsonProperty("OwnerId") + private String ownerId; + + @JsonProperty("CreatedDate") + private Date createdDate; + + @JsonProperty("CreatedById") + private String createdById; + + @JsonProperty("LastModifiedDate") + private Date lastModifiedDate; + + @JsonProperty("LastModifiedById") + private String lastModifiedById; + + @JsonProperty("SystemModstamp") + private Date systemModstamp; + + @JsonProperty("LastActivityDate") + private Date lastActivityDate; + + @JsonProperty("PushCount") + private Integer pushCount; + + @JsonProperty("LastStageChangeDate") + private Date lastStageChangeDate; + + @JsonProperty("FiscalQuarter") + private Integer fiscalQuarter; + + @JsonProperty("FiscalYear") + private Integer fiscalYear; + + @JsonProperty("Fiscal") + private String fiscal; + + @JsonProperty("ContactId") + private String contactId; + + @JsonProperty("LastViewedDate") + private Date lastViewedDate; + + @JsonProperty("LastReferencedDate") + private Date lastReferencedDate; + + @JsonProperty("HasOpenActivity") + private Boolean hasOpenActivity; + + @JsonProperty("HasOverdueTask") + private Boolean hasOverdueTask; + + @JsonProperty("LastAmountChangedHistoryId") + private String lastAmountChangedHistoryId; + + @JsonProperty("LastCloseDateChangedHistoryId") + private String lastCloseDateChangedHistoryId; + + @JsonProperty("DeliveryInstallationStatus__c") + private String deliveryInstallationStatus__c; + + @JsonProperty("TrackingNumber__c") + private String trackingNumber__c; + + @JsonProperty("OrderNumber__c") + private String orderNumber__c; + + @JsonProperty("CurrentGenerators__c") + private String currentGenerators__c; + + @JsonProperty("MainCompetitors__c") + private String mainCompetitors__c; + + public String getId() { + return id; + } + + public void setId(String id) { + this.id = id; + } + + public Boolean getIsDeleted() { + return isDeleted; + } + + public void setIsDeleted(Boolean isDeleted) { + this.isDeleted = isDeleted; + } + + public String getAccountId() { + return accountId; + } + + public void setAccountId(String accountId) { + this.accountId = accountId; + } + + public Boolean getIsPrivate() { + return isPrivate; + } + + public void setIsPrivate(Boolean isPrivate) { + this.isPrivate = isPrivate; + } + + public String getName() { + return name; + } + + public void setName(String name) { + this.name = name; + } + + public String getDescription() { + return description; + } + + public void setDescription(String description) { + this.description = description; + } + + public String getStageName() { + return stageName; + } + + public void setStageName(String stageName) { + this.stageName = stageName; + } + + public Double getAmount() { + return amount; + } + + public void setAmount(Double amount) { + this.amount = amount; + } + + public Double getProbability() { + return probability; + } + + public void setProbability(Double probability) { + this.probability = probability; + } + + public Double getExpectedRevenue() { + return expectedRevenue; + } + + public void setExpectedRevenue(Double expectedRevenue) { + this.expectedRevenue = expectedRevenue; + } + + public Long getTotalOpportunityQuantity() { + return totalOpportunityQuantity; + } + + public void setTotalOpportunityQuantity(Long totalOpportunityQuantity) { + this.totalOpportunityQuantity = totalOpportunityQuantity; + } + + public Date getCloseDate() { + return closeDate; + } + + public void setCloseDate(Date closeDate) { + this.closeDate = closeDate; + } + + public String getType() { + return type; + } + + public void setType(String type) { + this.type = type; + } + + public String getNextStep() { + return nextStep; + } + + public void setNextStep(String nextStep) { + this.nextStep = nextStep; + } + + public String getLeadSource() { + return leadSource; + } + + public void setLeadSource(String leadSource) { + this.leadSource = leadSource; + } + + public Boolean getIsClosed() { + return isClosed; + } + + public void setIsClosed(Boolean isClosed) { + this.isClosed = isClosed; + } + + public Boolean getIsWon() { + return isWon; + } + + public void setIsWon(Boolean isWon) { + this.isWon = isWon; + } + + public String getForecastCategory() { + return forecastCategory; + } + + public void setForecastCategory(String forecastCategory) { + this.forecastCategory = forecastCategory; + } + + public String getForecastCategoryName() { + return forecastCategoryName; + } + + public void setForecastCategoryName(String forecastCategoryName) { + this.forecastCategoryName = forecastCategoryName; + } + + public String getCampaignId() { + return campaignId; + } + + public void setCampaignId(String campaignId) { + this.campaignId = campaignId; + } + + public Boolean getHasOpportunityLineItem() { + return hasOpportunityLineItem; + } + + public void setHasOpportunityLineItem(Boolean hasOpportunityLineItem) { + this.hasOpportunityLineItem = hasOpportunityLineItem; + } + + public String getPricebook2Id() { + return pricebook2Id; + } + + public void setPricebook2Id(String pricebook2Id) { + this.pricebook2Id = pricebook2Id; + } + + public String getOwnerId() { + return ownerId; + } + + public void setOwnerId(String ownerId) { + this.ownerId = ownerId; + } + + public Date getCreatedDate() { + return createdDate; + } + + public void setCreatedDate(Date createdDate) { + this.createdDate = createdDate; + } + + public String getCreatedById() { + return createdById; + } + + public void setCreatedById(String createdById) { + this.createdById = createdById; + } + + public Date getLastModifiedDate() { + return lastModifiedDate; + } + + public void setLastModifiedDate(Date lastModifiedDate) { + this.lastModifiedDate = lastModifiedDate; + } + + public String getLastModifiedById() { + return lastModifiedById; + } + + public void setLastModifiedById(String lastModifiedById) { + this.lastModifiedById = lastModifiedById; + } + + public Date getSystemModstamp() { + return systemModstamp; + } + + public void setSystemModstamp(Date systemModstamp) { + this.systemModstamp = systemModstamp; + } + + public Date getLastActivityDate() { + return lastActivityDate; + } + + public void setLastActivityDate(Date lastActivityDate) { + this.lastActivityDate = lastActivityDate; + } + + public Integer getPushCount() { + return pushCount; + } + + public void setPushCount(Integer pushCount) { + this.pushCount = pushCount; + } + + public Date getLastStageChangeDate() { + return lastStageChangeDate; + } + + public void setLastStageChangeDate(Date lastStageChangeDate) { + this.lastStageChangeDate = lastStageChangeDate; + } + + public Integer getFiscalQuarter() { + return fiscalQuarter; + } + + public void setFiscalQuarter(Integer fiscalQuarter) { + this.fiscalQuarter = fiscalQuarter; + } + + public Integer getFiscalYear() { + return fiscalYear; + } + + public void setFiscalYear(Integer fiscalYear) { + this.fiscalYear = fiscalYear; + } + + public String getFiscal() { + return fiscal; + } + + public void setFiscal(String fiscal) { + this.fiscal = fiscal; + } + + public String getContactId() { + return contactId; + } + + public void setContactId(String contactId) { + this.contactId = contactId; + } + + public Date getLastViewedDate() { + return lastViewedDate; + } + + public void setLastViewedDate(Date lastViewedDate) { + this.lastViewedDate = lastViewedDate; + } + + public Date getLastReferencedDate() { + return lastReferencedDate; + } + + public void setLastReferencedDate(Date lastReferencedDate) { + this.lastReferencedDate = lastReferencedDate; + } + + public Boolean getHasOpenActivity() { + return hasOpenActivity; + } + + public void setHasOpenActivity(Boolean hasOpenActivity) { + this.hasOpenActivity = hasOpenActivity; + } + + public Boolean getHasOverdueTask() { + return hasOverdueTask; + } + + public void setHasOverdueTask(Boolean hasOverdueTask) { + this.hasOverdueTask = hasOverdueTask; + } + + public String getLastAmountChangedHistoryId() { + return lastAmountChangedHistoryId; + } + + public void setLastAmountChangedHistoryId(String lastAmountChangedHistoryId) { + this.lastAmountChangedHistoryId = lastAmountChangedHistoryId; + } + + public String getLastCloseDateChangedHistoryId() { + return lastCloseDateChangedHistoryId; + } + + public void setLastCloseDateChangedHistoryId(String lastCloseDateChangedHistoryId) { + this.lastCloseDateChangedHistoryId = lastCloseDateChangedHistoryId; + } + + public String getDeliveryInstallationStatus__c() { + return deliveryInstallationStatus__c; + } + + public void setDeliveryInstallationStatus__c(String deliveryInstallationStatus__c) { + this.deliveryInstallationStatus__c = deliveryInstallationStatus__c; + } + + public String getTrackingNumber__c() { + return trackingNumber__c; + } + + public void setTrackingNumber__c(String trackingNumber__c) { + this.trackingNumber__c = trackingNumber__c; + } + + public String getOrderNumber__c() { + return orderNumber__c; + } + + public void setOrderNumber__c(String orderNumber__c) { + this.orderNumber__c = orderNumber__c; + } + + public String getCurrentGenerators__c() { + return currentGenerators__c; + } + + public void setCurrentGenerators__c(String currentGenerators__c) { + this.currentGenerators__c = currentGenerators__c; + } + + public String getMainCompetitors__c() { + return mainCompetitors__c; + } + + public void setMainCompetitors__c(String mainCompetitors__c) { + this.mainCompetitors__c = mainCompetitors__c; + } + +} diff --git a/salesforce-connector/src/com/axonivy/connector/salesforce/model/OpportunityUpdateDTO.java b/salesforce-connector/src/com/axonivy/connector/salesforce/model/OpportunityUpdateDTO.java new file mode 100644 index 0000000..c30e3a2 --- /dev/null +++ b/salesforce-connector/src/com/axonivy/connector/salesforce/model/OpportunityUpdateDTO.java @@ -0,0 +1,262 @@ +package com.axonivy.connector.salesforce.model; + +import java.io.Serializable; +import java.util.Date; + +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; +import com.fasterxml.jackson.annotation.JsonProperty; + +@JsonInclude(JsonInclude.Include.NON_EMPTY) +@JsonIgnoreProperties(ignoreUnknown = true) +public class OpportunityUpdateDTO implements Serializable { + + private static final long serialVersionUID = 1L; + + @JsonProperty("AccountId") + private String accountId; + + @JsonProperty("IsPrivate") + private Boolean isPrivate; + + @JsonProperty("Name") + private String name; + + @JsonProperty("Description") + private String description; + + @JsonProperty("StageName") + private String stageName; + + @JsonProperty("Amount") + private Double amount; + + @JsonProperty("Probability") + private Double probability; + + @JsonProperty("TotalOpportunityQuantity") + private Long totalOpportunityQuantity; + + @JsonProperty("CloseDate") + private Date closeDate; + + @JsonProperty("Type") + private String type; + + @JsonProperty("NextStep") + private String nextStep; + + @JsonProperty("LeadSource") + private String leadSource; + + @JsonProperty("ForecastCategoryName") + private String forecastCategoryName; + + @JsonProperty("CampaignId") + private String campaignId; + + @JsonProperty("Pricebook2Id") + private String pricebook2Id; + + @JsonProperty("OwnerId") + private String ownerId; + + @JsonProperty("ContactId") + private String contactId; + + @JsonProperty("DeliveryInstallationStatus__c") + private String deliveryInstallationStatus__c; + + @JsonProperty("TrackingNumber__c") + private String trackingNumber__c; + + @JsonProperty("OrderNumber__c") + private String orderNumber__c; + + @JsonProperty("CurrentGenerators__c") + private String currentGenerators__c; + + @JsonProperty("MainCompetitors__c") + private String mainCompetitors__c; + + public String getAccountId() { + return accountId; + } + + public void setAccountId(String accountId) { + this.accountId = accountId; + } + + public Boolean getIsPrivate() { + return isPrivate; + } + + public void setIsPrivate(Boolean isPrivate) { + this.isPrivate = isPrivate; + } + + public String getName() { + return name; + } + + public void setName(String name) { + this.name = name; + } + + public String getDescription() { + return description; + } + + public void setDescription(String description) { + this.description = description; + } + + public String getStageName() { + return stageName; + } + + public void setStageName(String stageName) { + this.stageName = stageName; + } + + public Double getAmount() { + return amount; + } + + public void setAmount(Double amount) { + this.amount = amount; + } + + public Double getProbability() { + return probability; + } + + public void setProbability(Double probability) { + this.probability = probability; + } + + public Long getTotalOpportunityQuantity() { + return totalOpportunityQuantity; + } + + public void setTotalOpportunityQuantity(Long totalOpportunityQuantity) { + this.totalOpportunityQuantity = totalOpportunityQuantity; + } + + public Date getCloseDate() { + return closeDate; + } + + public void setCloseDate(Date closeDate) { + this.closeDate = closeDate; + } + + public String getType() { + return type; + } + + public void setType(String type) { + this.type = type; + } + + public String getNextStep() { + return nextStep; + } + + public void setNextStep(String nextStep) { + this.nextStep = nextStep; + } + + public String getLeadSource() { + return leadSource; + } + + public void setLeadSource(String leadSource) { + this.leadSource = leadSource; + } + + public String getForecastCategoryName() { + return forecastCategoryName; + } + + public void setForecastCategoryName(String forecastCategoryName) { + this.forecastCategoryName = forecastCategoryName; + } + + public String getCampaignId() { + return campaignId; + } + + public void setCampaignId(String campaignId) { + this.campaignId = campaignId; + } + + public String getPricebook2Id() { + return pricebook2Id; + } + + public void setPricebook2Id(String pricebook2Id) { + this.pricebook2Id = pricebook2Id; + } + + public String getOwnerId() { + return ownerId; + } + + public void setOwnerId(String ownerId) { + this.ownerId = ownerId; + } + + public String getContactId() { + return contactId; + } + + public void setContactId(String contactId) { + this.contactId = contactId; + } + + public String getDeliveryInstallationStatus__c() { + return deliveryInstallationStatus__c; + } + + public void setDeliveryInstallationStatus__c(String deliveryInstallationStatus__c) { + this.deliveryInstallationStatus__c = deliveryInstallationStatus__c; + } + + public String getTrackingNumber__c() { + return trackingNumber__c; + } + + public void setTrackingNumber__c(String trackingNumber__c) { + this.trackingNumber__c = trackingNumber__c; + } + + public String getOrderNumber__c() { + return orderNumber__c; + } + + public void setOrderNumber__c(String orderNumber__c) { + this.orderNumber__c = orderNumber__c; + } + + public String getCurrentGenerators__c() { + return currentGenerators__c; + } + + public void setCurrentGenerators__c(String currentGenerators__c) { + this.currentGenerators__c = currentGenerators__c; + } + + public String getMainCompetitors__c() { + return mainCompetitors__c; + } + + public void setMainCompetitors__c(String mainCompetitors__c) { + this.mainCompetitors__c = mainCompetitors__c; + } + + public static long getSerialversionuid() { + return serialVersionUID; + } + +} diff --git a/salesforce-connector/src/com/axonivy/connector/salesforce/model/Task.java b/salesforce-connector/src/com/axonivy/connector/salesforce/model/Task.java new file mode 100644 index 0000000..24a4ee5 --- /dev/null +++ b/salesforce-connector/src/com/axonivy/connector/salesforce/model/Task.java @@ -0,0 +1,238 @@ +package com.axonivy.connector.salesforce.model; + +import java.io.Serializable; +import java.util.Date; + +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; +import com.fasterxml.jackson.annotation.JsonProperty; + +@JsonInclude(JsonInclude.Include.NON_EMPTY) +@JsonIgnoreProperties(ignoreUnknown = true) +public class Task implements Serializable { + + private static final long serialVersionUID = 1L; + + @JsonProperty("Id") + private String id; + + @JsonProperty("WhatId") + private String whatId; + + @JsonProperty("Subject") + private String subject; + + @JsonProperty("ActivityDate") + private Date activityDate; + + @JsonProperty("Status") + private String status; + + @JsonProperty("Priority") + private String priority; + + @JsonProperty("IsHighPriority") + private Boolean isHighPriority; + + @JsonProperty("OwnerId") + private String ownerId; + + @JsonProperty("AccountId") + private String accountId; + + @JsonProperty("Description") + private String description; + + @JsonProperty("IsDeleted") + private Boolean isDeleted; + + @JsonProperty("IsClosed") + private Boolean isClosed; + + @JsonProperty("IsArchived") + private Boolean isArchived; + + @JsonProperty("TaskSubtype") + private String taskSubtype; + + @JsonProperty("CompletedDateTime") + private Date completedDateTime; + + @JsonProperty("IsReminderSet") + private Boolean isReminderSet; + + @JsonProperty("IsRecurrence") + private Boolean isRecurrence; + + @JsonProperty("Name") + private String name; + + public String getId() { + return id; + } + + public void setId(String id) { + this.id = id; + } + + public String getWhatId() { + return whatId; + } + + public void setWhatId(String whatId) { + this.whatId = whatId; + } + + public String getSubject() { + return subject; + } + + public void setSubject(String subject) { + this.subject = subject; + } + + public Date getActivityDate() { + return activityDate; + } + + public void setActivityDate(Date activityDate) { + this.activityDate = activityDate; + } + + public String getStatus() { + return status; + } + + public void setStatus(String status) { + this.status = status; + } + + public String getPriority() { + return priority; + } + + public void setPriority(String priority) { + this.priority = priority; + } + + public Boolean isHighPriority() { + return isHighPriority; + } + + public void setHighPriority(Boolean isHighPriority) { + this.isHighPriority = isHighPriority; + } + + public String getOwnerId() { + return ownerId; + } + + public void setOwnerId(String ownerId) { + this.ownerId = ownerId; + } + + public String getDescription() { + return description; + } + + public void setDescription(String description) { + this.description = description; + } + + public Boolean isClosed() { + return isClosed; + } + + public void setClosed(Boolean isClosed) { + this.isClosed = isClosed; + } + + public Boolean isArchived() { + return isArchived; + } + + public void setArchived(Boolean isArchived) { + this.isArchived = isArchived; + } + + public String getTaskSubtype() { + return taskSubtype; + } + + public void setTaskSubtype(String taskSubtype) { + this.taskSubtype = taskSubtype; + } + + public Date getCompletedDateTime() { + return completedDateTime; + } + + public void setCompletedDateTime(Date completedDateTime) { + this.completedDateTime = completedDateTime; + } + + public Boolean getIsHighPriority() { + return isHighPriority; + } + + public void setIsHighPriority(Boolean isHighPriority) { + this.isHighPriority = isHighPriority; + } + + public String getAccountId() { + return accountId; + } + + public void setAccountId(String accountId) { + this.accountId = accountId; + } + + public Boolean getIsDeleted() { + return isDeleted; + } + + public void setIsDeleted(Boolean isDeleted) { + this.isDeleted = isDeleted; + } + + public Boolean getIsClosed() { + return isClosed; + } + + public void setIsClosed(Boolean isClosed) { + this.isClosed = isClosed; + } + + public Boolean getIsArchived() { + return isArchived; + } + + public void setIsArchived(Boolean isArchived) { + this.isArchived = isArchived; + } + + public Boolean getIsReminderSet() { + return isReminderSet; + } + + public void setIsReminderSet(Boolean isReminderSet) { + this.isReminderSet = isReminderSet; + } + + public Boolean getIsRecurrence() { + return isRecurrence; + } + + public void setIsRecurrence(Boolean isRecurrence) { + this.isRecurrence = isRecurrence; + } + + public String getName() { + return name; + } + + public void setName(String name) { + this.name = name; + } + +} diff --git a/salesforce-connector/src/com/axonivy/connector/salesforce/response/CreateOppResponse.java b/salesforce-connector/src/com/axonivy/connector/salesforce/response/CreateOppResponse.java new file mode 100644 index 0000000..92a0fe3 --- /dev/null +++ b/salesforce-connector/src/com/axonivy/connector/salesforce/response/CreateOppResponse.java @@ -0,0 +1,23 @@ +package com.axonivy.connector.salesforce.response; + +import java.io.Serializable; + +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; + +@JsonInclude(JsonInclude.Include.NON_EMPTY) +@JsonIgnoreProperties(ignoreUnknown = true) +public class CreateOppResponse implements Serializable { + private static final long serialVersionUID = 1L; + + private String id; + + public String getId() { + return id; + } + + public void setId(String id) { + this.id = id; + } + +} diff --git a/salesforce-connector/src/com/axonivy/connector/salesforce/utils/ConvertUtils.java b/salesforce-connector/src/com/axonivy/connector/salesforce/utils/ConvertUtils.java new file mode 100644 index 0000000..0c42818 --- /dev/null +++ b/salesforce-connector/src/com/axonivy/connector/salesforce/utils/ConvertUtils.java @@ -0,0 +1,74 @@ +package com.axonivy.connector.salesforce.utils; + +import java.io.IOException; +import java.lang.reflect.InvocationTargetException; +import java.util.List; + +import org.apache.commons.beanutils.BeanUtils; + +import com.axonivy.connector.salesforce.model.Account; +import com.axonivy.connector.salesforce.model.Event; +import com.axonivy.connector.salesforce.model.Opportunity; +import com.axonivy.connector.salesforce.model.OpportunityUpdateDTO; +import com.axonivy.connector.salesforce.model.Task; +import com.axonivy.connector.salesforce.response.CreateOppResponse; +import com.fasterxml.jackson.core.exc.StreamReadException; +import com.fasterxml.jackson.core.type.TypeReference; +import com.fasterxml.jackson.databind.DatabindException; +import com.fasterxml.jackson.databind.JsonNode; +import com.fasterxml.jackson.databind.ObjectMapper; + +public class ConvertUtils { + private static final ObjectMapper mapper = new ObjectMapper(); + private static final String RECORDS = "records"; + + public static Opportunity convertToOpportunity(JsonNode jsonNode) + throws StreamReadException, DatabindException, IOException { + return mapper.readValue(mapper.treeAsTokens(jsonNode), Opportunity.class); + } + + public static List convertToListOpportunity(JsonNode jsonNode) + throws StreamReadException, DatabindException, IOException { + JsonNode node = jsonNode.findValue(RECORDS); + + return mapper.readValue(mapper.treeAsTokens(node), new TypeReference>() {}); + } + + public static Account convertToAccount(JsonNode jsonNode) + throws StreamReadException, DatabindException, IOException { + return mapper.readValue(mapper.treeAsTokens(jsonNode), Account.class); + } + + public static List convertToListAccounts(JsonNode jsonNode) + throws StreamReadException, DatabindException, IOException { + JsonNode node = jsonNode.findValue(RECORDS); + + return mapper.readValue(mapper.treeAsTokens(node), new TypeReference>() {}); + } + + public static List convertToListTask(JsonNode jsonNode) + throws StreamReadException, DatabindException, IOException { + JsonNode node = jsonNode.findValue(RECORDS); + + return mapper.readValue(mapper.treeAsTokens(node), new TypeReference>() {}); + } + + public static List convertToListEvent(JsonNode jsonNode) + throws StreamReadException, DatabindException, IOException { + JsonNode node = jsonNode.findValue(RECORDS); + + return mapper.readValue(mapper.treeAsTokens(node), new TypeReference>() {}); + } + + public static OpportunityUpdateDTO convertToOpportunityObjUpdate(Opportunity opportunity) + throws IllegalAccessException, InvocationTargetException { + OpportunityUpdateDTO dto = new OpportunityUpdateDTO(); + BeanUtils.copyProperties(dto, opportunity); + return dto; + } + + public static CreateOppResponse convertToOpportunityResponse(JsonNode jsonNode) + throws StreamReadException, DatabindException, IOException { + return mapper.readValue(mapper.treeAsTokens(jsonNode), CreateOppResponse.class); + } +} diff --git a/salesforce-connector/webContent/icons/Salesforce-logo.jpg b/salesforce-connector/webContent/icons/Salesforce-logo.jpg new file mode 100644 index 0000000..deea036 Binary files /dev/null and b/salesforce-connector/webContent/icons/Salesforce-logo.jpg differ