/*Erisna - Cascading Style Sheets (CSS)*/
.erisna-blue {
  color: #1245A8;
}
.erisna-blue-light {
  color: #708FCA;
}
.erisna-blue-light-2 {
  color: #A9BBDF;
}
.erisna-pink {
  color: #FF6584;
}
.erisna-gray {
  color: #A9A9A9;
}
.erisna-gray-mid {
  color: #878787;
}
.erisna-gray-dark {
  color: #545454;
}
.erisna-green {
  color: #198C19;
}
.erisna-green-light {
  color: #76CBA1;
}
.erisna-green-light-2 {
  color: #73AD21;
}
.erisna-green-light-3 {
  color: #01ED64;
}
.erisna-amber {
  color: #FFBF00;
}
.erisna-red {
  color: #E50000;
}
.erisna-white {
  color: #FFFFFF;
}
.erisna-black {
  color: #000000;
}
.erisna-blue-rectangle {
  width: 60px;  /* Set width */
  height: 20px; /* Set height */
  background-color: #1245A8; /* Green background */
  border-radius: 5px;
}
.erisna-pink-rectangle {
  width: 60px;  /* Set width */
  height: 20px; /* Set height */
  background-color: #FF6584; /* Green background */
  border-radius: 5px;
}
.erisna-blue-rectangle-2 {
  width: 20px;  /* Set width */
  height: 20px; /* Set height */
  background-color: #1245A8; /* Green background */
  border-radius: 5px;
}
.erisna-pink-rectangle-2 {
  width: 20px;  /* Set width */
  height: 20px; /* Set height */
  background-color: #FF6584; /* Green background */
  border-radius: 5px;
}
.erisna-welcome {
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.erisna-text-underline {
  text-decoration: underline !important;
}
.erisna-text-underline-2 {
  text-decoration: underline !important;
  text-decoration-thickness: 3px !important;
}
.erisna-text-lowercase {
  text-transform: lowercase !important;
}
.erisna-incomplete-cell {
  background: #FFEFF2;
}
.erisna-base {
  background-color: #F9F9F9;
}
/* .erisna-image-small {
  max-width: 20px;
  max-height: auto;
} */
/* .erisna-base-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
} */
.erisna-base-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  /* bottom: 50%;
  right: 50%; */
  transform: translate(-50%,-50%);
  z-index: -1;
  overflow: hidden;
}
.erisna-base-overlay {
  position: fixed;
  bottom: 0;
  color: #f1f1f1;
  /* width: 100%; */
  /* padding: 50px; */
}
.erisna-dataset-history {
  text-align: right;
}
.erisna-logo {
  width: 145px;
  height: 38px;
}
.erisna-integration-slack-logo {
  width: 128px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.erisna-integration-slack-logo-2 {
  width: 32px;
  height: 29px;
  margin-left: auto;
  margin-right: auto;
}
.erisna-integration-microsoft-teams-logo {
  width: 128px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.erisna-integration-microsoft-teams-logo-2 {
  width: 32px;
  height: 29px;
  margin-left: auto;
  margin-right: auto;
}
.erisna-integration-gcp-bigquery-logo {
  width: 128px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.erisna-integration-gcp-bigquery-logo-2 {
  width: 32px;
  height: 29px;
  margin-left: auto;
  margin-right: auto;
}
.erisna-integration-postgres-logo {
  width: 128px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.erisna-integration-postgres-logo-2 {
  width: 32px;
  height: 29px;
  margin-left: auto;
  margin-right: auto;
}
.erisna-integration-aws-redshift-logo {
  width: 128px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.erisna-integration-aws-redshift-logo-2 {
  width: 32px;
  height: 29px;
  margin-left: auto;
  margin-right: auto;
}
.erisna-integration-azure-synapse-analytics-logo {
  width: 110px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.erisna-integration-azure-synapse-analytics-logo-2 {
  width: 32px;
  height: 34px;
  margin-left: auto;
  margin-right: auto;
}
.erisna-integration-sql-server-logo {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.erisna-integration-sql-server-logo-2 {
  width: 32px;
  height: 34px;
  margin-left: auto;
  margin-right: auto;
}
.erisna-integration-snowflake-logo {
  width: 128px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.erisna-integration-snowflake-logo-2 {
  width: 32px;
  height: 29px;
  margin-left: auto;
  margin-right: auto;
}
.erisna-integration-databricks-logo {
  width: 128px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.erisna-integration-databricks-logo-2 {
  width: 32px;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
}
.erisna-integration-sap-logo {
  width: 128px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.erisna-integration-sap-logo-2 {
  width: 32px;
  height: 34px;
  margin-left: auto;
  margin-right: auto;
}
.erisna-integration-oracle-logo {
  width: 128px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.erisna-integration-oracle-logo-2 {
  width: 32px;
  height: 34px;
  margin-left: auto;
  margin-right: auto;
}
.erisna-integration-fabric-logo-2 {
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
}
.erisna-integration-fabric-logo-3 {
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
}
.erisna-integration-mongodb-logo-2 {
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
}
.erisna-integration-erisna-api-logo {
  width: 128px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.erisna-integration-parquet-logo {
  width: 140px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.erisna-integration-parquet-logo-2 {
  width: 32px;
  height: 31px;
  margin-left: auto;
  margin-right: auto;
}
.erisna-integration-csv-logo {
  width: 128px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.erisna-integration-json-logo {
  width: 128px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.erisna-integration-txt-logo {
  width: 128px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.erisna-integration-email-logo {
  width: 128px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.erisna-guide-text {
  color: #000000;
  text-align: left;
}
.erisna-guide-text-normal {
  color: #545454;
  font-weight: normal;
}
.erisna-guide-image-home {
  width: 400px;
  height: 180px;
}
.erisna-guide-image-home-2 {
  width: 400px;
  height: 300px;
}
.erisna-guide-image-create {
  width: 500px;
  height: 215px;
}
.erisna-guide-image-create-business-glossary {
  width: 450px;
  height: 210px;
}
.erisna-guide-image-new-business-term {
  width: 450px;
  height: 210px;
}
.erisna-guide-image-create-data-provider {
  width: 450px;
  height: 210px;
}
.erisna-guide-image-create-data-provider-2 {
  width: 450px;
  height: 275px;
}
.erisna-guide-image-integrations-database {
  width: 450px;
  height: 600px;
}
.erisna-guide-image-integrations-database-postgres {
  width: 150px;
  height: 250px;
}
.erisna-guide-image-create-data-dictionary {
  width: 450px;
  height: 210px;
}
.erisna-guide-image-create-data-dictionary-file {
  width: 450px;
  height: 210px;
}
.erisna-guide-image-create-data-dictionary-file-metadata {
  width: 500px;
  height: 450px;
}
.erisna-guide-image-create-data-dictionary-file-field-metadata {
  width: 500px;
  height: 180px;
}
.erisna-guide-image-select-data-feed-format {
  width: 450px;
  height: 175px;
}
.erisna-guide-image-select-database {
  width: 450px;
  height: 175px;
}
.erisna-guide-image-data-dictionary {
  width: 480px;
  height: 780px;
}
.erisna-guide-image-settings-upgrade-subscription {
  width: 500px;
  height: 250px;
}
.erisna-guide-image-members {
  width: 500px;
  height: 300px;
}
.erisna-guide-image-data-quality-score {
  width: 500px;
  height: 250px;
}
.erisna-guide-image-sample-files {
  width: 500px;
  height: 300px;
}
.erisna-guide-image-settings-view-profile-contact-us {
  width: 500px;
  height: 250px;
}
.erisna-guide-image-settings {
  width: 500px;
  height: 250px;
}
.erisna-underline {
  text-decoration: underline;
}
.erisna-no-underline {
  text-decoration: none;
}
.erisna-text-gray-bold-mid {
  color: #A9A9A9;
  font-weight: bold;
}
.erisna-text-blue-bold-mid {
  color: #1245A8;
  font-weight: bold;
}
.erisna-text-normal {
  font-weight: normal;
}
.erisna-text-normal-2 {
  font-weight: normal;
  color: #545454;
  font-weight: 400;
}
.erisna-text-bold {
  font-weight: 500;
}
.erisna-text-bolder {
  font-weight: bolder;
}
.erisna-text-small {
  color: #545454;
  font-weight: 300;
}
.erisna-text-small-2 {
  font-weight: 300;
}
.erisna-text-small-3 {
  color: #545454;
  font-weight: 300;
  font-size: smaller;
}
.erisna-text-small-4 {
  color: #A9A9A9;
  font-weight: 300;
  font-size: smaller;
}
.erisna-text-small-white {
  color: #FFFFFF;
  font-weight: 300;
}
.erisna-text-small-blue {
  color: #1245A8;
  font-weight: 300;
}
.erisna-text-smaller-blue {
  color: #1245A8;
  font-weight: 300;
  font-size: 12px;
}
.erisna-text-smaller-gray-dark {
  color: #545454;
  font-weight: 300;
  font-size: 12px;
}
.erisna-text-smaller-2-gray-dark {
  color: #545454;
  font-weight: 300;
  font-size: 16px;
}
.erisna-text-small-gray-dark {
  color: #545454;
  font-weight: 300;
}
.erisna-text-small-red {
  color: #E50000;
  font-weight: 300;
}
.erisna-text-small-pink {
  color: #FF6584;
  font-weight: 300;
}
.erisna-text-small-gray {
  color: #A9A9A9;
  font-weight: 300;
}
.erisna-per-month-text {
  /* color: #1245A8; */
  font-size: large;
  /* font-weight: bold; */
}
.erisna-vertical-align {
  vertical-align: middle;
}
.erisna-vertical-align-bottom {
  vertical-align: bottom;
}
.erisna-password-helper {
  color: #C6C6C6;
  font-weight: 400;
  font-size: x-small;
  padding-top: 10px;
}
.erisna-add-column {
  color: #1245A8;
  text-align: center;
}
.erisna-content-right-cog {
  position: relative;
  left: 50px;
}
.erisna-content-right-user {
  position: relative;
  left: 100px;
}
.erisna-content-right-info {
  position: relative;
  left: 150px;
}
.erisna-edit {
  color: #1245A8;
  float: left;
  width: 35%;
  text-align: center;
}
.erisna-delete {
  color: #1245A8;
  float: right;
  width: 0%;
}
.erisna-comment-delete {
  color: #1245A8;
  float: left;
  width: 70%;
  text-align: center;
}
.erisna-discount-25 {
  color: #1245A8;
  font-weight: 700;
}
.erisna-membership-bold {
  color: #545454;
  font-weight: 700;
}
.erisna-membership-bold-blue {
  color: #1245A8;
  font-weight: 700;
}
.erisna-border-none {
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.erisna-border-bottom-none {
  border-bottom: none;
}
.erisna-header-button {
  color: #1245A8;
}
.erisna-header-button:hover, .erisna-header-button:focus {
  color: #1245A8;
  text-decoration: underline;
}
.erisna-delete-pink {
  color: #FF6584;
}
.erisna-delete-pink:hover, .erisna-delete-pink:focus {
  color: #E50000;
}
.erisna-brand-name {
  font-family: 'Courier New', monospace;
  font-size: 2vw;
  color: #1245a8;
}
.erisna-brand-name:hover {
  font-family: 'Courier New', monospace;
  font-size: 2vw;
  color: #1245A8;
}
.erisna-footer {
  color: #808080;
  text-align: center;
  font-weight: 400;
}
.erisna-square {
  height: 16.0em;
  width: auto;
  border: 1px solid;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-radius: 5px;
  align-self: center;
  margin: 5px;
}
.erisna-manage-subscription-square {
  height: 16.0em;
  width: 16.0em;
  border: 1px solid;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-radius: 5px;
  align-self: center;
  margin: 5px;
}
.erisna-settings-square {
  height: 16.0em;
  width: auto;
  border: 1px solid;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-radius: 5px;
  align-self: center;
  margin: 5px;
}
.erisna-square-big {
  height: 18.0em;
  width: 18.0em;
  border: 1px solid;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-radius: 5px;
  align-self: center;
  margin: 5px;
  padding: 25px;
}
.erisna-home-square-big {
  height: 18.0em;
  width: auto;
  border: 1px solid;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-radius: 5px;
  align-self: center;
  margin: 5px;
  padding: 25px;
}
.erisna-home-rectangle {
  height: 13.0em;
  width: auto;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  align-self: center;
  padding-top: 25px;
  padding-right: 50px;
  padding-bottom: 25px;
  padding-left: 50px;
}
.erisna-completeness-score {
  height: 30.0em;
  width: fit-content;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  align-self: center;
  padding-top: 13px;
  padding-right: 5px;
  padding-bottom: 25px;
  padding-left: 5px;
}
.erisna-home-summary-rectangle {
  /* height: 13.0em; */
  height: auto;
  width: auto;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  align-self: center;
  padding-top: 25px;
  padding-right: 50px;
  padding-bottom: 25px;
  padding-left: 50px;
}
.erisna-home-rectangle-small-box {
  height: 7.0em;
  width: auto;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  align-self: center;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}
.erisna-home-summary-rectangle-small-box {
  height: 7.0em;
  width: auto;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  align-self: center;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}
.erisna-center .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.erisna-pagination-rectangle {
  /* height: 13.0em; */
  height: auto;
  width: auto;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-style: solid;
  /* border-width: 1px; */
  border-radius: 5px;
  align-self: center;
  padding-top: 25px;
  padding-right: 50px;
  padding-bottom: 25px;
  padding-left: 50px;
}
.erisna-project-rectangle {
  height: 12.0em;
  width: auto;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  align-self: center;
  padding-top: 25px;
  padding-right: 50px;
  padding-bottom: 25px;
  padding-left: 50px;
}
.erisna-data-provider-rectangle {
  /* height: 25.0em; */
  height: auto;
  width: auto;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  align-self: center;
  padding-top: 25px;
  padding-right: 50px;
  padding-bottom: 25px;
  padding-left: 50px;
}
.erisna-data-provider-rectangle-small-box {
  height: 8.0em;
  width: auto;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  align-self: center;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}
.erisna-data-feed-rectangle {
  height: 16em;
  width: auto;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  align-self: center;
  padding-top: 25px;
  padding-right: 50px;
  padding-bottom: 25px;
  padding-left: 50px;
}
.erisna-data-feed-rectangle-small-box {
  height: 10em;
  width: auto;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  align-self: center;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}
.erisna-data-feed-rectangle-2 {
  height: 16.0em;
  width: auto;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  align-self: center;
  padding-top: 25px;
  padding-right: 50px;
  padding-bottom: 25px;
  padding-left: 50px;
}
.erisna-data-feed-rectangle-2-small-box {
  height: 10.0em;
  width: auto;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  align-self: center;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}
.erisna-data-feed-rectangle-3 {
  height: auto;
  width: auto;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  align-self: center;
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
}
.erisna-data-feed-rectangle-4 {
  height: auto;
  width: 100%;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  align-self: center;
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
}

.erisna-data-feed-rectangle-5 {
  height: auto;
  width: auto;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  align-self: center;
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 12px;
}

.erisna-data-observability-rectangle-title {
  height: auto;
  width: auto;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  align-self: center;
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 0px;
  padding-left: 25px;
}
.erisna-data-observability-rectangle {
  height: 18em;
  width: auto;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  align-self: center;
  padding-top: 25px;
  padding-right: 50px;
  padding-bottom: 25px;
  padding-left: 50px;
}
.erisna-data-observability-rectangle-2 {
  height: 22em;
  width: auto;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  align-self: center;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
}
.erisna-data-observability-rectangle-3 {
  height: 22em;
  width: auto;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  align-self: center;
  padding-top: 25px;
  padding-right: 50px;
  padding-bottom: 25px;
  padding-left: 50px;
}
.erisna-data-observability-rectangle-4 {
  height: 22em;
  width: auto;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  align-self: center;
  padding-top: 25px;
  padding-right: 5px;
  padding-bottom: 45px;
  padding-left: 5px;
}
.erisna-change-request-rectangle {
  height: auto;
  width: auto;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  align-self: center;
  padding-top: 25px;
  padding-right: 50px;
  padding-bottom: 25px;
  padding-left: 50px;
}
.erisna-change-request-rectangle-small-box {
  height: 17.5em;
  width: auto;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  align-self: center;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}
.erisna-comment-rectangle {
  height: 24.5em;
  width: auto;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  align-self: center;
  padding-top: 25px;
  padding-right: 50px;
  padding-bottom: 25px;
  padding-left: 50px;
}
.erisna-comment-rectangle-small-box {
  height: 17.5em;
  width: auto;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  align-self: center;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}
.erisna-signup-box {
  height: 100%;
  max-width: 30.0em;
  background-color: #FFFFFF;
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #F9F9F9;
  align-self: center;
  margin: 5px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.erisna-signin-box {
  height: 100%;
  max-width: 30.0em;
  background-color: #FFFFFF;
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #F9F9F9;
  align-self: center;
  margin: 5px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.erisna-reset-password-box {
  height: 100%;
  max-width: 30.0em;
  background-color: #FFFFFF;
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #F9F9F9;
  align-self: center;
  margin: 5px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.erisna-password-reset-sent-box {
  height: 100%;
  max-width: 30.0em;
  background-color: #FFFFFF;
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #F9F9F9;
  align-self: center;
  margin: 5px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.erisna-new-data-mapping-box {
  height: 100%;
  width: 35em;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  align-self: center;
  padding-top: 25px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}
.erisna-map-field-box-1 {
  height: 100%;
  width: auto;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  align-self: center;
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
}
.erisna-map-field-box-2 {
  height: 100%;
  width: auto;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  align-self: center;
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
}
.erisna-scorecard {
  height: 16.0em;
  width: 32.0em;
  border: 1px solid;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-radius: 5px;
  align-self: center;
  margin: 15px;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
.erisna-data-lineage {
  height: 100%;
  width: 100%;
  border: 1px solid;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-radius: 5px;
  align-self: center;
  text-align: center;
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
}
.erisna-progress {
  height: 2em;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
}
/* .erisna-progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .erisna-progress-bar {
    transition: none;
  }
} */
.erisna-progress-bar-blue {
  background-color: #1245A8;
  /* color: #FFFFFF; */
}
.erisna-progress-bar-striped-blue {
  background-image: linear-gradient(45deg, rgba(18, 69, 168, 0.50) 25%, transparent 25%, transparent 50%, rgba(18, 69, 168, 0.50) 50%, rgba(18, 69, 168, 0.50) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
  background-color: #E7ECF6;
}
.erisna-progress-bar-striped-green {
  background-image: linear-gradient(45deg, rgba(25, 140, 25, 0.50) 25%, transparent 25%, transparent 50%, rgba(25, 140, 25, 0.50) 50%, rgba(25, 140, 25, 0.50) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
  background-color: #E8F3E8;
}
.erisna-progress-bar-striped-yellow {
  background-image: linear-gradient(45deg, rgba(255, 191, 0, 0.90) 25%, transparent 25%, transparent 50%, rgba(255, 191, 0, 0.90) 50%, rgba(255, 191, 0, 0.90) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
  background-color: #FFF8E5;
}
.erisna-progress-bar-striped-red {
  background-image: linear-gradient(45deg, rgba(229, 0, 0, 0.50) 25%, transparent 25%, transparent 50%, rgba(229, 0, 0, 0.50) 50%, rgba(229, 0, 0, 0.50) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
  background-color: #FCE5E5;
}
.erisna-progress-bar-animated {
  -webkit-animation: 1.5s linear infinite progress-bar-stripes;
  animation: 1.5s linear infinite progress-bar-stripes;
}
.erisna-progress-bar-animated-2 {
  -webkit-animation: 1.5s linear infinite progress-bar-stripes;
  animation: 1.5s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .erisna-progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
  .erisna-progress-bar-animated-2 {
    -webkit-animation: none;
    animation: none;
  }
}
.erisna-scorecard-text {
  font-weight: bold;
  font-size: 3em;
}
.erisna-scorecard-red {
  color: #E50000;
}
.erisna-scorecard-amber {
  color: #FFBF00;
}
.erisna-scorecard-green {
  color: #198C19;
}
.erisna-scorecard-blue {
  color: #1245A8;
}
.erisna-scorecard-key-red {
  font-weight: bold;
  width: 13em;
  border-radius: 5px;
  color: #E50000;
  background-color: transparent;
  border-color: #E50000;
  border: 2px;
  border-style:solid;
  width: 100%;
}
.erisna-scorecard-key-amber {
  font-weight: bold;
  width: 13em;
  border-radius: 5px;
  color: #FFBF00;
  background-color: transparent;
  border-color: #FFBF00;
  border: 2px;
  border-style:solid;
  width: 100%;
}
.erisna-scorecard-key-green {
  font-weight: bold;
  width: 13em;
  border-radius: 5px;
  color: #198C19;
  background-color: transparent;
  border-color: #198C19;
  border: 2px;
  border-style:solid;
  width: 100%;
}
.erisna-scorecard-key-blue {
  font-weight: bold;
  width: 13em;
  border-radius: 5px;
  color: #1245A8;
  background-color: transparent;
  border-color: #1245A8;
  border: 2px;
  border-style:solid;
  width: 100%;
}
.erisna-export {
  height: 14.0em;
  width: 14.0em;
  border: 1px solid;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-radius: 5px;
  align-self: center;
  margin: 5px;
}
.erisna-page-header {
  color: #545454;
  text-align: center;
}
.erisna-header-1 {
  color: #1245A8;
}
.erisna-download-icon {
  color: #1245A8;
}
.erisna-download-icon:hover, .erisna-download-icon:focus {
  color: #0A58CA;
}
.erisna-font-awesome {
  font-size: 8.0em;
  color: #1245A8;
  margin-top: 30px;
  text-align: center;
}
.erisna-font-awesome:hover, .erisna-font-awesome:focus {
  font-size: 8.0em;
  color: #0A58CA;
  margin-top: 30px;
  text-align: center;
}
.erisna-font-awesome-settings {
  font-size: 7.0em;
  color: #1245A8;
  margin-top: 30px;
  text-align: center;
}
.erisna-font-awesome-settings:hover, .erisna-font-awesome-settings:focus {
  font-size: 7.0em;
  color: #0A58CA;
  margin-top: 30px;
  text-align: center;
}
.erisna-font-awesome-header {
  font-size: 8.0em;
  color: #FFFFFF;
  margin-top: 30px;
  text-align: center;
}
.erisna-font-awesome-header:hover, .erisna-font-awesome-header:focus {
  font-size: 8.0em;
  color: #FFFFFF;
  margin-top: 30px;
  text-align: center;
}
.erisna-font-awesome-green {
  font-size: 8.0em;
  color: #00B300;
  margin-top: 30px;
  text-align: center;
}
.erisna-font-awesome-green:hover, .erisna-font-awesome-green:focus {
  font-size: 8.0em;
  color: #00CD00;
  margin-top: 30px;
  text-align: center;
}
.erisna-font-awesome-red {
  font-size: 8.0em;
  color: #E50000;
  margin-top: 30px;
  text-align: center;
}
.erisna-font-awesome-red:hover, .erisna-font-awesome-red:focus {
  font-size: 8.0em;
  color: #FF0000;
  margin-top: 30px;
  text-align: center;
}
.erisna-font-awesome-integrations {
  font-size: 5.0em;
  color: #1245A8;
  margin-top: 65px;
  text-align: center;
}
.erisna-font-awesome-integrations:hover, .erisna-font-awesome-integrations:focus {
  font-size: 5.0em;
  color: #0A58CA;
  margin-top: 65px;
  text-align: center;
}
.erisna-home-font-awesome {
  color: #1245A8;
}
.erisna-home-font-awesome:hover, .erisna-home-font-awesome:focus {
  color: #0A58CA;
}
.erisna-center {
  margin-left: auto;
  margin-right: auto;
}
.erisna-center-max-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.erisna-support-view-button {
  font-weight: bold;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  height: 2em;
  width: 5em;
  color: #FFFFFF;
  background-color: #A9A9A9;
  border-color: #A9A9A9;
}
.erisna-button {
  font-weight: bold;
  width: 10em;
  color: #FFFFFF;
  background-color: #1245A8;
  border-color: #1245A8;
}
.erisna-button-3 {
  font-weight: bold;
  width: 6em;
  color: #FFFFFF;
  background-color: #1245A8;
  border-color: #1245A8;
}
.erisna-button-green {
  font-weight: bold;
  width: 10em;
  color: #FFFFFF;
  background-color: #6AB690;
  border-color: #6AB690;
}
.erisna-button-green:hover, .erisna-button-green:focus {
  font-weight: bold;
  width: 10em;
  color: #FFFFFF;
  background-color: #76CBA1;
  border-color: #76CBA1;
}
.erisna-nav-button-base {
  font-weight: bold;
  width: 10.5em;
  color: #1245A8;
  background-color: transparent;
  border-color: transparent;
  margin-left: 10px;
}
.erisna-nav-button-base:hover, .erisna-nav-button-base:focus {
  font-weight: bold;
  width: 10.5em;
  color: #FFFFFF;
  background-color: #1245A8;
  border-color: #1245A8;
  margin-left: 10px;
}
.erisna-nav-button-base-2 {
  font-weight: bold;
  width: 10.5em;
  color: #1245A8;
  background-color: transparent;
  border-color: #1245A8;
  border-width: 2px;
}
.erisna-nav-button-base-2:hover, .erisna-nav-button-base-2s:focus {
  font-weight: bold;
  width: 10.5em;
  color: #FFFFFF;
  background-color: #1245A8;
  border-color: #1245A8;
}
.erisna-nav-button-white-1 {
  font-weight: bold;
  width: 9.5em;
  color: #1245A8;
  background-color: transparent;
  border-color: transparent;
  margin-left: 10px;
}
.erisna-nav-button-white-1:hover, .erisna-nav-button-white-1:focus {
  font-weight: bold;
  width: 9.5em;
  color: #FFFFFF;
  background-color: #1245A8;
  border-color: #1245A8;
  margin-left: 10px;
}
.erisna-button-white-1 {
  font-weight: bold;
  width: 13em;
  color: #1245A8;
  /* background-color: #FFFFFF; */
  background-color: transparent;
  border-color: transparent;
  margin-left: 10px;
}
.erisna-button-white-1:hover, .erisna-button-white-1:focus {
  font-weight: bold;
  width: 13em;
  color: #FFFFFF;
  background-color: #1245A8;
  border-color: #1245A8;
  margin-left: 10px;
}
.erisna-button-white-2 {
  font-weight: bold;
  width: 10em;
  color: #1245A8;
  background-color: transparent;
  border-color: transparent;
}
.erisna-button-white-2:hover, .erisna-button-white-2:focus {
  font-weight: bold;
  width: 10em;
  color: #FFFFFF;
  background-color: #1245A8;
  border-color: #1245A8;
}
.erisna-button-white-green {
  font-weight: bold;
  width: 100%;
  color: #198C19;
  background-color: transparent;
  border-color: #198C19;
  border-width: 2px;
}
.erisna-button-white-green:hover, .erisna-button-white-green:focus {
  font-weight: bold;
  width: 100%;
  color: #FFFFFF;
  background-color: #198C19;
  border-color: #198C19;
}
.erisna-nav-button-white-blue {
  font-weight: bold;
  width: 9em;
  color: #1245A8;
  background-color: transparent;
  border-color: #1245A8;
  border-width: 2px;
}
.erisna-nav-button-white-blue:hover, .erisna-nav-button-white-blue:focus {
  font-weight: bold;
  width: 9em;
  color: #FFFFFF;
  background-color: #1245A8;
  border-color: #1245A8;
}
.erisna-nav-button-white-blue-2 {
  font-weight: bold;
  height: 2em;
  width: 7em;
  color: #FFFFFF;
  background-color: #1245A8;
  border-color: #1245A8;
  border-width: 2px;
  padding-top: 2px;
  padding-bottom: 0;
}
.erisna-nav-button-white-blue-2:hover, .erisna-nav-button-white-blue-2:focus {
  font-weight: bold;
  height: 2em;
  width: 7em;
  color: #FFFFFF;
  background-color: #1245A8;
  border-color: #1245A8;
  padding-top: 2px;
  padding-bottom: 0;
}
.erisna-button-white-blue {
  font-weight: bold;
  width: 10em;
  color: #1245A8;
  background-color: transparent;
  border-color: #1245A8;
  border-width: 2px;
}
.erisna-button-white-blue:hover, .erisna-button-white-blue:focus {
  font-weight: bold;
  width: 10em;
  color: #FFFFFF;
  background-color: #1245A8;
  border-color: #1245A8;
}
.erisna-button-white-blue-2 {
  font-weight: bold;
  width: 15em;
  color: #1245A8;
  background-color: transparent;
  border-color: #1245A8;
  border-width: 2px;
}
.erisna-button-white-blue-2:hover, .erisna-button-white-blue-2:focus {
  font-weight: bold;
  width: 15em;
  color: #FFFFFF;
  background-color: #1245A8;
  border-color: #1245A8;
}
.erisna-button-white-blue-3 {
  font-weight: bold;
  width: 10em;
  color: #1245A8;
  background-color: transparent;
  border-color: #1245A8;
  border-width: 2px;
}
.erisna-button-white-blue-3:hover, .erisna-button-white-blue-3:focus {
  font-weight: bold;
  width: 10em;
  color: #FF6584;
  background-color: #FFFFFF;
  border-color: #FF6584;
}
.erisna-button-white-blue-4 {
  font-weight: bold;
  width: 11em;
  color: #1245A8;
  background-color: transparent;
  border-color: #1245A8;
  border-width: 2px;
}
.erisna-button-white-blue-4:hover, .erisna-button-white-blue-4:focus {
  font-weight: bold;
  width: 11em;
  color: #FFFFFF;
  background-color: #1245A8;
  border-color: #1245A8;
}
.erisna-button-white-blue-5 {
  font-weight: bold;
  width: 100%;
  color: #1245A8;
  background-color: transparent;
  border-color: #1245A8;
  border-width: 2px;
}
.erisna-button-white-blue-5:hover, .erisna-button-white-blue-5:focus {
  font-weight: bold;
  width: 100%;
  color: #FFFFFF;
  background-color: #1245A8;
  border-color: #1245A8;
}
.erisna-button-white-blue-6 {
  font-weight: bold;
  width: 5.5em;
  color: #1245A8;
  background-color: transparent;
  border-color: #1245A8;
  /* border-width: 2px; */
}
.erisna-button-white-blue-6:hover, .erisna-button-white-blue-6:focus {
  font-weight: bold;
  width: 5.5em;
  color: #FFFFFF;
  background-color: #1245A8;
  border-color: #1245A8;
}
.erisna-button-white-blue-7 {
  font-weight: bold;
  width: 15em;
  color: #1245A8;
  background-color: transparent;
  border-color: #1245A8;
  border-width: 2px;
}
.erisna-button-white-blue-7:hover, .erisna-button-white-blue-7:focus {
  font-weight: bold;
  width: 15em;
  color: #FFFFFF;
  background-color: #1245A8;
  border-color: #1245A8;
}
.erisna-button-white-blue-8 {
  font-weight: bold;
  width: 3em;
  color: #1245A8;
  background-color: transparent;
  border-color: #1245A8;
  border-width: 2px;
}
.erisna-button-white-blue-8:hover, .erisna-button-white-blue-8:focus {
  font-weight: bold;
  width: 3em;
  color: #FFFFFF;
  background-color: #1245A8;
  border-color: #1245A8;
}
.erisna-button-white-blue-9 {
  font-weight: bold;
  width: 11em;
  color: #1245A8;
  background-color: transparent;
  border-color: #1245A8;
  border-width: 2px;
}
.erisna-button-white-blue-9:hover, .erisna-button-white-blue-9:focus {
  font-weight: bold;
  width: 11em;
  color: #FFFFFF;
  background-color: #1245A8;
  border-color: #1245A8;
}
.erisna-button-white-blue-10 {
  font-weight: bold;
  width: 13em;
  color: #1245A8;
  background-color: transparent;
  border-color: #1245A8;
  border-width: 2px;
}
.erisna-button-white-blue-10:hover, .erisna-button-white-blue-10:focus {
  font-weight: bold;
  width: 13em;
  color: #FFFFFF;
  background-color: #1245A8;
  border-color: #1245A8;
}
.erisna-button-white-blue-11 {
  font-weight: bold;
  width: 18em;
  color: #1245A8;
  background-color: transparent;
  border-color: #1245A8;
  border-width: 2px;
}
.erisna-button-white-blue-11:hover, .erisna-button-white-blue-11:focus {
  font-weight: bold;
  width: 18em;
  color: #FFFFFF;
  background-color: #1245A8;
  border-color: #1245A8;
}
.erisna-button-white-blue-12 {
  font-weight: bold;
  width: 2.5em;
  height: 2em;
  color: #1245A8;
  background-color: transparent;
  border-color: #1245A8;
  border-width: 2px;
  padding:1px;
}
.erisna-button-white-blue-12:hover, .erisna-button-white-blue-12:focus {
  font-weight: bold;
  width: 2.5em;
  height: 2em;
  color: #FFFFFF;
  background-color: #1245A8;
  border-color: #1245A8;
  padding:1px;
}
.erisna-button-blue-transparent {
  font-weight: bold;
  color: #1245A8;
  background-color: transparent;
  border-color: transparent;
}
.erisna-button-blue-transparent:hover, .erisna-button-blue-transparent:focus {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #1245A8;
}
.erisna-button-blue-transparent-2 {
  font-weight: bold;
  color: #1245A8;
  background-color: transparent;
  border-color: transparent;
}
.erisna-button-blue-transparent-2:hover, .erisna-button-blue-transparent-2:focus {
  font-weight: bold;
  color: #FFFFFF;
  background-color: transparent;
  border-color: transparent;
}
.erisna-button-pink-transparent {
  font-weight: bold;
  color: #FF6584;
  background-color: transparent;
  border-color: transparent;
}
.erisna-button-pink-transparent:hover, .erisna-button-pink-transparent:focus {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #FF6584;
  border-color: transparent;
}
.erisna-button-change-permission {
  color: #1245A8;
  font-weight: bold;
  font-size: 15px;
  border-radius: 25px;
  border: 1px solid #1245A8;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  vertical-align: 6px;
}
.erisna-button-change-permission:hover, .erisna-button-change-permission:focus {
  color: #0A58CA;
  font-weight: bold;
  font-size: 15px;
  border-radius: 25px;
  border: 1px solid #0A58CA;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  vertical-align: 6px;
}
/* .erisna-seat-badge {
  color: #198C19;
  font-weight: bold;
  font-size: 15px;
  border-radius: 25px;
  border: 1px solid #198C19;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  vertical-align: 6px;
} */
.erisna-button-add-to-seat {
  font-weight: bold;
  width: 13em;
  color: #1245A8;
  background-color: transparent;
  border-color: #1245A8;
  border-width: 2px;
}
.erisna-button-add-to-seat:hover, .erisna-button-add-to-seat:focus {
  font-weight: bold;
  width: 13em;
  color: #FFFFFF;
  background-color: #1245A8;
  border-color: #1245A8;
}
.erisna-button-remove-from-seat {
  font-weight: bold;
  width: 13em;
  color: #A9A9A9;
  background-color: transparent;
  border-color: #A9A9A9;
  border-width: 2px;
}
.erisna-button-remove-from-seat:hover, .erisna-button-remove-from-seat:focus {
  font-weight: bold;
  width: 13em;
  color: #FFFFFF;
  background-color: #A9A9A9;
  border-color: #A9A9A9;
  border-width: 2px;
}
.erisna-button-enable-email-notification {
  font-weight: bold;
  width: 13em;
  color: #1245A8;
  background-color: transparent;
  border-color: #1245A8;
  border-width: 2px;
}
.erisna-button-enable-email-notification:hover, .erisna-button-enable-email-notification:focus {
  font-weight: bold;
  width: 13em;
  color: #FFFFFF;
  background-color: #1245A8;
  border-color: #1245A8;
}
.erisna-button-disable-email-notification {
  font-weight: bold;
  width: 13em;
  color: #A9A9A9;
  background-color: transparent;
  border-color: #A9A9A9;
  border-width: 2px;
}
.erisna-button-disable-email-notification:hover, .erisna-button-disable-email-notification:focus {
  font-weight: bold;
  width: 13em;
  color: #FFFFFF;
  background-color: #A9A9A9;
  border-color: #A9A9A9;
  border-width: 2px;
}
.erisna-button-remove-postgres-integration {
  font-weight: bold;
  width: 13em;
  color: #FF6584;
  background-color: transparent;
  border-color: #FF6584;
  border-width: 2px;
}
.erisna-button-remove-postgres-integration:hover, .erisna-button-remove-postgres-integration:focus {
  font-weight: bold;
  width: 13em;
  color: #FFFFFF;
  background-color: #FF6584;
  border-color: #FF6584;
  border-width: 2px;
}
.erisna-button-remove-gcp-bigquery-integration {
  font-weight: bold;
  width: 13em;
  color: #FF6584;
  background-color: transparent;
  border-color: #FF6584;
  border-width: 2px;
}
.erisna-button-remove-gcp-bigquery-integration:hover, .erisna-button-remove-gcp-bigquery-integration:focus {
  font-weight: bold;
  width: 13em;
  color: #FFFFFF;
  background-color: #FF6584;
  border-color: #FF6584;
  border-width: 2px;
}
.erisna-button-remove-aws-redshift-integration {
  font-weight: bold;
  width: 13em;
  color: #FF6584;
  background-color: transparent;
  border-color: #FF6584;
  border-width: 2px;
}
.erisna-button-remove-aws-redshift-integration:hover, .erisna-button-remove-aws-redshift-integration:focus {
  font-weight: bold;
  width: 13em;
  color: #FFFFFF;
  background-color: #FF6584;
  border-color: #FF6584;
  border-width: 2px;
}
.erisna-button-remove-azure-synapse-analytics-integration {
  font-weight: bold;
  width: 13em;
  color: #FF6584;
  background-color: transparent;
  border-color: #FF6584;
  border-width: 2px;
}
.erisna-button-remove-azure-synapse-analytics-integration:hover, .erisna-button-remove-azure-synapse-analytics-integration:focus {
  font-weight: bold;
  width: 13em;
  color: #FFFFFF;
  background-color: #FF6584;
  border-color: #FF6584;
  border-width: 2px;
}
.erisna-button-remove-sql-server-integration {
  font-weight: bold;
  width: 13em;
  color: #FF6584;
  background-color: transparent;
  border-color: #FF6584;
  border-width: 2px;
}
.erisna-button-remove-sql-server-integration:hover, .erisna-button-remove-sql-server-integration:focus {
  font-weight: bold;
  width: 13em;
  color: #FFFFFF;
  background-color: #FF6584;
  border-color: #FF6584;
  border-width: 2px;
}
.erisna-button-remove-snowflake-integration {
  font-weight: bold;
  width: 13em;
  color: #FF6584;
  background-color: transparent;
  border-color: #FF6584;
  border-width: 2px;
}
.erisna-button-remove-snowflake-integration:hover, .erisna-button-remove-snowflake-integration:focus {
  font-weight: bold;
  width: 13em;
  color: #FFFFFF;
  background-color: #FF6584;
  border-color: #FF6584;
  border-width: 2px;
}
.erisna-button-remove-databricks-integration {
  font-weight: bold;
  width: 13em;
  color: #FF6584;
  background-color: transparent;
  border-color: #FF6584;
  border-width: 2px;
}
.erisna-button-remove-databricks-integration:hover, .erisna-button-remove-databricks-integration:focus {
  font-weight: bold;
  width: 13em;
  color: #FFFFFF;
  background-color: #FF6584;
  border-color: #FF6584;
  border-width: 2px;
}
.erisna-button-remove-sap-hana-integration {
  font-weight: bold;
  width: 13em;
  color: #FF6584;
  background-color: transparent;
  border-color: #FF6584;
  border-width: 2px;
}
.erisna-button-remove-sap-hana-integration:hover, .erisna-button-remove-sap-hana-integration:focus {
  font-weight: bold;
  width: 13em;
  color: #FFFFFF;
  background-color: #FF6584;
  border-color: #FF6584;
  border-width: 2px;
}
.erisna-button-remove-oracle-integration {
  font-weight: bold;
  width: 13em;
  color: #FF6584;
  background-color: transparent;
  border-color: #FF6584;
  border-width: 2px;
}
.erisna-button-remove-oracle-integration:hover, .erisna-button-remove-oracle-integration:focus {
  font-weight: bold;
  width: 13em;
  color: #FFFFFF;
  background-color: #FF6584;
  border-color: #FF6584;
  border-width: 2px;
}
.erisna-button-remove-integration {
  font-weight: bold;
  width: 100%;
  color: #FF6584;
  background-color: transparent;
  border-color: #FF6584;
  border-width: 2px;
}
.erisna-button-remove-integration:hover, .erisna-button-remove-integration:focus {
  font-weight: bold;
  width: 100%;
  color: #FFFFFF;
  background-color: #FF6584;
  border-color: #FF6584;
  border-width: 2px;
}
.erisna-button-pagination {
  font-weight: bold;
  width: 2em;
  height: 2em;
  color: #A9A9A9;
  background-color: transparent;
  border-color: #A9A9A9;
  border-width: 2px;
  vertical-align: middle;
  padding-top:2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
}
.erisna-button-pagination:hover, .erisna-button-pagination:focus {
  font-weight: bold;
  width: 2em;
  height: 2em;
  color: #FFFFFF;
  background-color: #A9A9A9;
  border-color: #A9A9A9;
  vertical-align: middle;
  padding-top:2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
}
.erisna-button-pagination-active-page {
  font-weight: bold;
  width: 2em;
  height: 2em;
  color: #FFFFFF;
  background-color: #A9A9A9;
  border-color: #A9A9A9;
  border-width: 2px;
  vertical-align: middle;
  padding-top:2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
}
.erisna-button-pagination-active-page:hover, .erisna-button-pagination-active-page:focus {
  font-weight: bold;
  width: 2em;
  height: 2em;
  color: #FFFFFF;
  background-color: #A9A9A9;
  border-color: #A9A9A9;
  vertical-align: middle;
  padding-top:2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
}
.erisna-button-pagination-arrows {
  padding-top:2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
}
.erisna-button-signup {
  font-weight: bold;
  width: 100%;
  color: #FFFFFF;
  background-color: #1245A8;
  border-color: #1245A8;
}
.erisna-hr-signin {
  border-color: transparent;
  border-width: 0;
}
.erisna-hr-signup {
  border-color: transparent;
  border-width: 0;
}
.erisna-table-td-signin {
  width: 25%;
}
.erisna-table-td-signup {
  width: 25%;
}
.erisna-text-small-gray-signin {
  color: #A9A9A9;
  font-weight: 500;
  font-size: small;
}
.erisna-text-small-gray-signup {
  color: #A9A9A9;
  font-weight: 500;
  font-size: small;
}
.erisna-button-signin {
  font-weight: bold;
  width: 100%;
  color: #FFFFFF;
  background-color: #1245A8;
  border-color: #1245A8;
}
.erisna-button-google-signup {
  font-weight: bold;
  width: 100%;
  color: #545454;
  background-color: #FFFFFF;
  border-color: #1245A8;
  border-width: 2px;
}
.erisna-button-google-signin {
  font-weight: bold;
  width: 100%;
  color: #545454;
  background-color: #FFFFFF;
  border-color: #1245A8;
  border-width: 2px;
}
.erisna-button-reset-password {
  font-weight: bold;
  width: 100%;
  color: #FFFFFF;
  background-color: #1245A8;
  border-color: #1245A8;
}
.erisna-button-password-reset-sent {
  font-weight: bold;
  width: 100%;
  color: #FFFFFF;
  background-color: #1245A8;
  border-color: #1245A8;
}
.erisna-button-wide {
  font-weight: bold;
  width: 14em;
  color: #FFFFFF;
  background-color: #1245A8;
  border-color: #1245A8;
}
.erisna-button-gray {
  font-weight: bold;
  width: 10em;
  color: #A3A3A3;
  background-color: transparent;
  border-color: #A3A3A3;
  border-width: 2px;
}
.erisna-button-gray:hover, .erisna-button-gray:focus {
  font-weight: bold;
  width: 10em;
  color: #FFFFFF;
  background-color: #A3A3A3;
  border-color: #A3A3A3;
  border-width: 2px;
}
.erisna-button-gray-wide {
  font-weight: bold;
  width: 14em;
  color: #FFFFFF;
  background-color: #808080;
  border-color: #808080;
}
.erisna-button-gray-wide:hover, .erisna-button-gray-wide:focus {
  font-weight: bold;
  width: 14em;
  color: #FFFFFF;
  background-color: #8C8C8C;
  border-color: #8C8C8C;
}
.erisna-button-white-gray {
  font-weight: 500;
  width: 14em;
  color: #8C8C8C;
  background-color: transparent;
  border-color: #8C8C8C;
  border-width: 2px;
}
.erisna-button-white-gray:hover, .erisna-button-white-gray:focus {
  font-weight: 500;
  width: 14em;
  color: #8C8C8C;
  background-color: transparent;
  border-color: #8C8C8C;
}
.erisna-button-white-gray-2 {
  font-weight: 500;
  width: 14em;
  color: #AEAEAE;
  background-color: transparent;
  border-color: #AEAEAE;
  border-width: 2px;
}
.erisna-button-white-gray-2:hover, .erisna-button-white-gray-2:focus {
  font-weight: 500;
  width: 14em;
  color: #AEAEAE;
  background-color: transparent;
  border-color: #AEAEAE;
}
.erisna-button-pink {
  font-weight: bold;
  width: 10em;
  color: #FF6584;
  background-color: transparent;
  border-color: #FF6584;
  border-width: 2px;
}
.erisna-button-pink:hover, .erisna-button-pink:focus {
  font-weight: bold;
  width: 10em;
  color: #FFFFFF;
  background-color: #FF6584;
  border-color: #FF6584;
  border-width: 2px;
}
.erisna-button-pink-2 {
  font-weight: bold;
  width: 10em;
  color: #FFFFFF;
  background-color: #FF6584;
  border-color: #FF6584;
}
.erisna-button-pink-2:hover, .erisna-button-pink-2:focus {
  font-weight: bold;
  width: 10em;
  color: #FFFFFF;
  background-color: #E50000;
  border-color: #E50000;
}
.erisna-button-pink-3 {
  font-weight: bold;
  width: 15em;
  color: #FF6584;
  background-color: transparent;
  border-color: #FF6584;
  border-width: 2px;
}
.erisna-button-pink-3:hover, .erisna-button-pink-3:focus {
  font-weight: bold;
  width: 15em;
  color: #FFFFFF;
  background-color: #FF6584;
  border-color: #FF6584;
  border-width: 2px;
}
.erisna-button-pink-4 {
  font-weight: bold;
  width: 10em;
  color: #FF6584;
  background-color: transparent;
  border-color: #FF6584;
}
.erisna-button-pink-4:hover, .erisna-button-pink-4:focus {
  font-weight: bold;
  width: 10em;
  color: #E50000;
  background-color: transparent;
  border-color: #E50000;
}
.erisna-button-pink-5 {
  font-weight: bold;
  width: 100%;
  color: #FF6584;
  background-color: transparent;
  border-color: #FF6584;
  border-width: 2px;
}
.erisna-button-pink-5:hover, .erisna-button-pinke-5:focus {
  font-weight: bold;
  width: 100%;
  color: #FFFFFF;
  background-color: #FF6584;
  border-color: #FF6584;
}
.erisna-button-red {
  font-weight: bold;
  width: 10em;
  color: #FFFFFF;
  background-color: #E50000;
  border-color: #E50000;
}
.erisna-button-red:hover, .erisna-button-red:focus {
  font-weight: bold;
  width: 10em;
  color: #FFFFFF;
  background-color: #FF0000;
  border-color: #FF0000;
}
.erisna-button-red-wide {
  font-weight: bold;
  width: 30em;
  color: #FFFFFF;
  background-color: #E50000;
  border-color: #E50000;
}
.erisna-button-red-wide:hover, .erisna-button-red-wide:focus {
  font-weight: bold;
  width: 30em;
  color: #FFFFFF;
  background-color: #FF0000;
  border-color: #FF0000;
}
.erisna-button-2 {
  font-weight: bold;
  width: 30em;
  color: #1245A8;
  background-color: #F9F9F9;
  border: 2px solid #1245A8;
  margin: 0em;
}
.erisna-button-2:hover, .erisna-button-2:focus {
  font-weight: bold;
  width: 30em;
  color: #FFFFFF;
  background-color: #1245A8;
  border-color: #1245A8;
}
.erisna-button-center {
  text-align: center;
  margin-top: 4em;
  margin-bottom: 5em;
}
.erisna-button-center-2 {
  text-align: center;
}
.erisna-button-center-3 {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
.erisna-button-center-signup {
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.erisna-button-center-signin {
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.erisna-button-center-google-signup {
  text-align: center;
  margin-top: 0em;
  margin-bottom: 1em;
}
.erisna-button-center-google-signin {
  text-align: center;
  margin-top: 0em;
  margin-bottom: 1em;
}
.erisna-button-center-reset-password {
  text-align: center;
  margin-top: 1.8em;
  margin-bottom: 1.5em;
}
.erisna-button-center-password-reset-sent {
  text-align: center;
  margin-top: 1.8em;
  margin-bottom: 1.5em;
}
.erisna-button-center-modal {
  text-align: center;
  margin-top: 0em;
  margin-bottom: 1em;
}
.erisna-button-center-comment {
  text-align: left;
  /* margin-top: 4em; */
  /* margin-bottom: 1em; */
}
.erisna-button-left {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1em;
  width: 100%;
}
.erisna-button-left-2 {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1em;
  width: 100%;
}
.erisna-button-left-3 {
  text-align: left;
  margin-top: 1em;
  margin-bottom: 1em;
}
.erisna-button-left-4 {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1em;
  width: 100%;
}
.erisna-button-left-5 {
  text-align: center;
  margin-bottom: 1em;
  width: 100%;
}
.erisna-button-left-members {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 1em;
}
.erisna-button-left-6 {
  text-align: left;
  margin-top: 4em;
  margin-bottom: 5em;
}
.erisna-button-left-7 {
  text-align: left;
  margin-top: 4em;
  margin-bottom: 5em;
}
.erisna-button-center-2 {
  text-align: center;
  margin-top: 1em;
}
.erisna-button-center-3 {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
.erisna-button-right {
  text-align: right;
  margin-top: 1em;
  margin-bottom: 1em;
}
.erisna-button-shade {
  background-color: #1245A8 !important;
  color: #FFFFFF !important;
}
.erisna-export-button {
  border: 0px none transparent;
  background-color: transparent;
}
.erisna-text-left {
  text-align: left;
}
.erisna-text-center {
  text-align: center;
}
.erisna-text-right {
  text-align: right;
}
.erisna-input {
  width: 30em;
  text-align: left;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
}
.erisna-input-2 {
  width: 100%;
  text-align: left;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
}
.erisna-textarea {
  width: 100%;
  max-width: 100%;
  resize:vertical;
  text-align: left;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
}
.erisna-textarea-2 {
  width: 30em;
  resize:vertical;
  text-align: left;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
}
.erisna-form-signup {
  color: #1245A8;
  text-align: left;
}
.erisna-form-signin {
  color: #1245A8;
  text-align: left;
}
.erisna-form-reset-password {
  color: #1245A8;
  text-align: left;
}
.erisna-form {
  color: #545454;
  text-align: center;
}
.erisna-form-center {
  position: relative;
  max-width: 600px;
  margin: auto;
  padding: 0px 0;
}
.erisna-box-left-pane {
  border: 1px solid;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-radius: 5px;
  align-self: center;
  padding: 1em;
  float: left;
  width: 100%;
}
.erisna-box-left-pane-2 {
  border: 1px solid;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-radius: 5px;
  align-self: center;
  padding: 1em;
  float: left;
  width: 100%;
}
.erisna-box-left-pane-3 {
  border: 1px solid;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-radius: 5px;
  align-self: center;
  padding: 1em;
  float: left;
  width: 100%;
  height: 35em;
}
.erisna-box-left-pane-4 {
  border: 1px solid;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-radius: 5px;
  align-self: center;
  padding: 1em;
  float: left;
  width: 100%;
  height: auto;
}
.erisna-box-left-pane-button {
  align-self: center;
}
.erisna-box-center-pane {
  width: 50.0em;
  background-color: #F9F9F9;
  border-color: #1245A8;
  border-radius: 5px;
  align-self: center;
  padding: 1em;
  margin: auto;
}
.erisna-card {
  color: #545454;
  border: 1px solid;
  background-color: #FFFFFF;
  border-color: #DCDCDC;
  border-radius: 5px;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  align-self: center;
  width: 100%;
  height: 100%;
}
.erisna-card-right-content {
  color: #1245A8;
  float: right;
  text-align: right;
}
.erisna-button-left-pane {
  font-weight: bold;
  width: 100%;
  color: #FFFFFF;
  background-color: #1245A8;
  border-color: #1245A8;
}
.erisna-button-left-pane-2 {
  font-weight: bold;
  width: 15em;
  color: #FFFFFF;
  background-color: #1245A8;
  border-color: #1245A8;
}
.erisna-card-tr {
  width: auto;
}
.erisna-card-td {
  width: 100em;
}
.erisna-input-left-pane {
  width: 100%;
  text-align: left;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
}
.erisna-input-left-pane-2 {
  position:relative !important;
  width: 100%;
  text-align: left;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
}
.erisna-search-input-left-pane {
  width: 100%;
  text-align: left;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.erisna-input-signup {
  width: 100%;
  height: 2em;
  text-align: left;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
}
.erisna-input-signin {
  width: 100%;
  height: 2em;
  text-align: left;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
}
.erisna-input-reset-password {
  width: 100%;
  height: 2em;
  text-align: left;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
}
.erisna-input-table-cell {
  width: 8.5em;
  text-align: left;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
}
.erisna-input-table-cell-2 {
  width: 4em;
  text-align: left;
  border-radius: 0.25rem;
}
.erisna-input-table-cell-3 {
  width: 100%;
  text-align: left;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
}
.erisna-input-table-cell-lg {
  width: 100%;
  text-align: left;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
}
.erisna-input-table-cell-md {
  width: 7.5em;
  text-align: left;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
}
.erisna-input-table-cell-sm {
  width: 5em;
  text-align: left;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #FFFFFF;
}
.erisna-table-last-column-nowrap {
  width: 2em;
  white-space: nowrap;
}
.erisna-forgot-password {
  color: #1245A8;
  text-decoration: underline;
}
.erisna-forgot-password:hover, .erisna-forgot-password:focus {
  color: #1245A8;
  text-decoration: none;
}
.erisna-error {
  color: #FF0000;
}
.erisna-hr {
  color: #808080;
}
.erisna-admin-header {
  background-color: #FFFFFF;
}
.erisan-tooltip {
  background-color: #FF0000;
}
.erisna-progress-bar {
  height: 2em;
  width: 25em;
  background: #1245A8;
}
.erisna-data-feed-table {
  width: 100%;
}
.erisna-data-feed-extra-metadata-no-width {
  width: 0%;
}
.erisna-inline{
  margin:auto;
}
.erisna-input-icons i {
  position: absolute;
}
.erisna-input-icons {
  width: 100%;
  margin-bottom: 10px;
}
.erisna-icon {
  padding: 10px;
  min-width: 40px;
}
.erisna-input-field {
  width: 100%;
  padding-left: 25px;
  text-align: left;
  margin-bottom: 3px;
  text-indent: 5px;
}
.erisna-wrap{
  width: 16em;
  position: absolute;
  /* top: 50%;
  left: 50%; */
  /* transform: translate(-50%, -50%); */
}
.erisna-search {
  width: 100%;
  position: relative;
  display: flex;
}
.erisna-search-button {
  font-weight: bold;
  /* width: 100%; */
  color: #FFFFFF;
  background-color: #1245A8;
  border-color: #1245A8;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.erisna-incoming-webhook-url {
  font-size: 0.6em;
  margin-right: auto;
}
.erisna-seat-badge {
  color: #198C19;
  font-weight: bold;
  font-size: 15px;
  border-radius: 25px;
  border: 1px solid #198C19;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  vertical-align: 6px;
}
.erisna-data-validation-db-refresh-badge {
  color: #A9A9A9;
  /* font-weight: bold; */
  font-size: 15px;
  border-radius: 25px;
  border: 1px solid #A9A9A9;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  margin-top: 100px;
  vertical-align: 6px;
}
.erisna-all-compliance-tags-badge {
  color: #A9A9A9;
  /* font-weight: bold; */
  font-size: 15px;
  border-radius: 25px;
  border: 1px solid #A9A9A9;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  vertical-align: 6px;
}
.erisna-all-compliance-tags-badge-blue {
  color: #1245A8;
  font-weight: 500;
  font-size: 15px;
  border-radius: 25px;
  border: 2px solid #1245A8;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  vertical-align: 6px;
}
.erisna-all-compliance-tags-badge-blue-2 {
  color: #1245A8;
  font-weight: 500;
  font-size: 12px;
  border-radius: 25px;
  border: 2px solid #1245A8;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  vertical-align: 6px;
}
.erisna-data-governance-role-badge {
  color: #A9A9A9;
  /* font-weight: bold; */
  font-size: 15px;
  border-radius: 25px;
  border: 1px solid #A9A9A9;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  vertical-align: 6px;
}
.erisna-db-connect-badge {
  color: #1245A8;
  font-weight: bold;
  font-size: 15px;
  border-radius: 25px;
  border: 1px solid #1245A8;
  padding-left: 10px;
  padding-right: 10px;
}
.erisna-db-connect-badge-2 {
  color: #A9A9A9;
  font-weight: bold;
  font-size: 15px;
  border-radius: 25px;
  border: 1px solid #A9A9A9;
  padding-left: 10px;
  padding-right: 10px;
}
.erisna-business-rule-view-usage-badge {
  color: #1245A8;
  font-weight: bold;
  font-size: 15px;
  border-radius: 25px;
  border: 1px solid #1245A8;
  padding-left: 10px;
  padding-right: 10px;
}
.erisna-business-rule-investigate-badge {
  color: #FF6584;
  font-weight: bold;
  font-size: 15px;
  border-radius: 25px;
  border: 1px solid #FF6584;
  padding-left: 10px;
  padding-right: 10px;
}
.erisna-governance-role-view-responsibilities-badge {
  color: #1245A8;
  font-weight: bold;
  font-size: 15px;
  border-radius: 25px;
  border: 1px solid #1245A8;
  padding-left: 10px;
  padding-right: 10px;
}
.erisna-governance-role-no-responsibilities-badge {
  color: #A9A9A9;
  font-weight: bold;
  font-size: 15px;
  border-radius: 25px;
  border: 1px solid #A9A9A9;
  padding-left: 10px;
  padding-right: 10px;
}
.erisna-data-validation-download-badge {
  color: #1245A8;
  font-weight: bold;
  font-size: 15px;
  border-radius: 25px;
  border: 1px solid #1245A8;
  padding-left: 10px;
  padding-right: 10px;
}
.erisna-status-check {
  color: #1245A8;
  font-weight: bold;
  font-size: 15px;
  border-radius: 25px;
  border: 1px solid #1245A8;
  padding-left: 10px;
  padding-right: 10px;
}
.erisna-status-active {
  color: #198C19;
  font-weight: bold;
  font-size: 15px;
  border-radius: 25px;
  border: 1px solid #198C19;
  padding-left: 10px;
  padding-right: 10px;
}
.erisna-status-inactive {
  color: #E50000;
  font-weight: bold;
  font-size: 15px;
  border-radius: 25px;
  border: 1px solid #E50000;
  padding-left: 10px;
  padding-right: 10px;
}
.erisna-verified-badge {
  color: #198C19;
  font-weight: bold;
  font-size: 15px;
  border-radius: 25px;
  border: 1px solid #198C19;
  padding-left: 10px;
  padding-right: 10px;
}
.erisna-verification-failed-badge {
  color: #E50000;
  font-weight: bold;
  font-size: 15px;
  border-radius: 25px;
  border: 1px solid #E50000;
  padding-left: 10px;
  padding-right: 10px;
}
.erisna-connected-badge {
  color: #198C19;
  font-weight: bold;
  font-size: 15px;
  border-radius: 25px;
  border: 1px solid #198C19;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
}
.erisna-csv-badge {
  color: #008a2c;
  font-weight: bold;
  font-size: 15px;
  border-radius: 25px;
  border: 1px solid #008a2c;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
}
.erisna-json-badge {
  color: #7A7A7A;
  font-weight: bold;
  font-size: 15px;
  border-radius: 25px;
  border: 1px solid #7A7A7A;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
}
.erisna-parquet-badge {
  color: #50abf1;
  font-weight: bold;
  font-size: 15px;
  border-radius: 25px;
  border: 1px solid #50abf1;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
}
.erisna-txt-badge {
  color: #7A7A7A;
  font-weight: bold;
  font-size: 15px;
  border-radius: 25px;
  border: 1px solid #7A7A7A;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
}
.erisna-zoom-badge {
  color: #1245A8;
  font-weight: bold;
  font-size: 15px;
  border-radius: 25px;
  border: 1px solid #1245A8;
  padding-left: 10px;
  padding-right: 8px;
}
.erisna-zoom-badge:hover {
  color: #1245A8;
  background-color: #FFFFFF;
  font-weight: bold;
  font-size: 15px;
  border-radius: 25px;
  border: 1px solid #1245A8;
  padding-left: 10px;
  padding-right: 8px;
}
.erisna-observability-period-badge-blue {
  color: #1245A8;
  font-weight: 500;
  font-size: 15px;
  border-radius: 25px;
  border: 2px solid #1245A8;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  vertical-align: 6px;
}
.erisna-observability-period-badge-gray {
  color: #A9A9A9;
  font-weight: 500;
  font-size: 15px;
  border-radius: 25px;
  border: 2px solid #A9A9A9;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  vertical-align: 6px;
}
.erisna-auto-font-size {
  text-size-adjust: 0.58;
}
.erisna-dq-flagged-fields-list {
  /* list-style: none; */
  list-style-position: inside;
  padding-left: 0;
}
.erisna-dataset-compliance-tag-list {
  list-style: none;
  list-style-position: inside;
  padding-left: 0;
}
.erisna-trust-score-big {
  font-size: 48px; /* Larger font size for the big number */
  font-weight: bold; /* Optionally make the big number bold */
}
.erisna-trust-score-bigger {
  font-size: 92px; /* Larger font size for the big number */
  font-weight: bold; /* Optionally make the big number bold */
}
.erisna-trust-score-small {
  font-size: 14px; /* Smaller font size for the /100 */
}
.erisna-nav-tab-title-text {
  color: #1245A8;
}

.erisna-validation-dropdown {
  position: relative;
  font-size: 14px;
  color: #333;

  .erisna-validation-dropdown-list {
    padding: 12px;
    background: #fff;
    position: absolute;
    top: 30px;
    left: 2px;
    right: 2px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .15);
    transform-origin: 50% 0;
    transform: scale(1, 0);
    transition: transform .15s ease-in-out .15s;
    max-height: 66vh;
    overflow-y: scroll;
  }
  
  .erisna-validation-dropdown-option {
    text-align: left;
    display: block;
    padding: 8px 12px;
    opacity: 0;
    transition: .15s ease-in-out;
  }
  
  .erisna-validation-dropdown-label {
    text-align: left;
    display: block;
    height: 30px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 6px 12px;
    line-height: 1;
    cursor: pointer;
    
    &:before {
      content: '▼';
      float: right;
      color: #333;
    }
  }
  
  &.on {
   .erisna-validation-dropdown-list {
      transform: scale(1, 1);
      transition-delay: 0s;
      
      .erisna-validation-dropdown-option {
        opacity: 1;
        transition-delay: .2s;
      }
    }
    
    .erisna-validation-dropdown-label:before {
      content: '▲';
    }
  }
  
  [type="checkbox"] {
    position: relative;
    top: -1px;
    margin-right: 4px;
  }
}

.erisna-query-editor-container {
  position: relative;
  width: 100%;
  text-align: left;
}

.erisna-query-editor-highlight {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFFFFF;
  background-color: #1e1e1e;
  font-family: 'Fira Code', 'Courier New', Courier, monospace;
  font-size: 14px;
  padding: 10px;
  white-space: pre-wrap;
  word-wrap: break-word;
  width: 100%;
  height: 400px;
  border-radius: 4px;
  pointer-events: none;
  z-index: 0;
  overflow-y: auto;
  box-sizing: border-box;
}

.erisna-query-editor-textarea {
  position: relative;
  background: transparent;
  color: transparent; /* hide typed text */
  caret-color: white; /* show blinking cursor */
  z-index: 1;
  width: 100%;
  max-width: 100%;
  height: 400px;
  font-family: 'Fira Code', 'Courier New', Courier, monospace;
  font-size: 14px;
  border: none;
  outline: none;
  /* padding: 10px; */
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  resize: vertical;
  text-align: left;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: auto;
}

.erisna-query-editor-textarea::placeholder {
  color: #aaa; /* visible placeholder */
}

/* .erisna-query-editor-textarea {
  width: 100%;
  max-width: 100%;
  height: 400px;
  background-color: #1e1e1e;
  color: #FFFFFF;
  font-family: 'Fira Code', 'Courier New', Courier, monospace;
  border: none;
  outline: none;
  padding: 10px;
  font-size: 14px;
  resize: vertical;
  text-align: left;
  border-radius: 4px;
  box-sizing: border-box;
} */

/* .erisna-query-editor-textarea-keyword {
  color: #4FC3F7;
}  */

.erisna-terminal-icon {
  border: 2px solid #1245A8;
  padding-top: 0.5px;
  padding-bottom: 0.5px;
  padding-left: 1px;
  padding-right: 1px;
  border-radius: 4px;
  background-color: #1245A8;
  color: #FFF;
  display: inline-block;
}


/*  */
#myChart {
  height:100%;
  width:100%;
  min-height:150px;
}
.zc-ref {
  display: none;
}
/*  */
.table, th, td {
  color: #1245A8;
  text-align: left;
  border: 0.01em solid #ced4da;
  padding: 3px;
  width: 30em;
}
a:hover, a:visited, a:link, a:active {
  text-decoration: none;
}
a:focus {
  color: #FF6584;
}
a.disabled {
  pointer-events: none;
  cursor: default;
}
textarea {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: fit-content;
}
progress::-moz-progress-bar {
  height: 3em;
  width: 100%;
}
progress::-webkit-progress-value {
  height: 3em;
  width: 100%;
}
progress {
  height: 3em;
  width: 100%;
}
code {
  font-family: Consolas,"courier new";
  color: crimson;
  background-color: #f1f1f1;
  padding: 2px;
  font-size: 105%;
}

.zc-html,
.zc-body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
 
.chart--container {
  height: 100%;
  width: 100%;
  min-height: 530px;
}
 
.zc-ref {
  display: none;
}

/* #paper {
  width: 10em;
  height: 10em;
  border: 1px solid gray;
} */
