.datalake-object-view {
  min-height: 100%;
  background-color: #ffffff;
}
.datalake-object-view .object-actions-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1px;
    min-height: 45px;
}
.datalake-object-view .object-actions-section button img {
      height: 20px;
      width: 20px;
      -webkit-transition: 300ms;
      transition: 300ms;
}
.datalake-object-view .object-actions-section button img:hover {
        width: 30px;
        height: 30px;
        -webkit-transition: 300ms;
        transition: 300ms;
}
.datalake-object-view .object-actions-section .object-block {
      display: inline-block;
      vertical-align: top;
}
.datalake-object-view .object-actions-section .object-block .object-name {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 600;
        height: 20px;
        letter-spacing: -0.03px;
        color: #08366a;
}
.datalake-object-view .object-actions-section .object-block .object-name .object-title {
          top: 6px;
}
.datalake-object-view .object-actions-section .object-block .object-name .object-desc-text {
          font-size: 12px;
          font-size: 0.75rem;
          letter-spacing: -0.02px;
          color: #3b4246;
          border-left: 1px solid #3b4246;
}
.datalake-object-view .object-actions-section .object-block .object-name .pillnone {
          padding: 0px !important;
          line-height: 0 !important;
          margin-left: 10px;
          background: white;
          outline: none;
          border: none;
}
.datalake-object-view .object-actions-section .object-block .object-name .pillnone .share-icon img {
            width: 15px;
            height: 15px;
}
.datalake-object-view .object-actions-section .object-block .object-name .pillnone .share-icon img:hover {
              width: 15px;
              height: 15px;
}
.datalake-object-view .object-actions-section .object-block .object-share-info span:first-child {
        border-right: 1px solid #f1f2f7;
}
.datalake-object-view .object-actions-section .object-block .object-share-info .object-desc-text {
        font-size: 12px;
        font-size: 0.75rem;
        letter-spacing: -0.02px;
        color: #08366a;
        padding: 0.2rem 0.3rem;
        color: #000000;
}
.datalake-object-view .object-actions-section .object-block:first-child {
        width: 35%;
}
.datalake-object-view .object-actions-section .object-block:nth-child(2) {
        width: 33%;
}
.datalake-object-view .object-actions-section .object-block:last-child {
        width: 31%;
}
.datalake-object-view .object-actions-section .object-actions-section .action-btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 1px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.datalake-object-view .object-actions-section .action-btns {
      text-align: center;
}
.datalake-object-view .object-actions-section .action-btns button {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 0;
        width: 44px;
        background-color: #ffffff;
        border: none;
        height: 50px;
}
.datalake-object-view .object-actions-section .action-btns button:hover {
          border: none;
}
.datalake-object-view .object-actions-section .cleanse-color {
      color: #6717b7 !important;
}
.datalake-object-view .object-actions-section .workflow-color {
      color: #1e67bd !important;
}
.datalake-object-view .object-actions-section .transform-color {
      color: #f25767 !important;
}
.datalake-object-view .object-actions-section .analyse-color {
      color: #1e67bd !important;
}
.datalake-object-view .object-actions-section .visualize-color {
      color: #ff9015 !important;
}
.datalake-object-view .object-actions-section .integrate-color {
      color: #18ab96 !important;
}
.datalake-object-view .object-actions-section .define-color {
      color: #489f6b !important;
}
.datalake-object-view .object-actions-section .action-inner span {
      font-size: 10px;
      font-size: 0.625rem;
      -webkit-transition: 300ms;
      transition: 300ms;
}
.datalake-object-view .object-actions-section .action-inner:hover img {
      height: 30px;
      width: 30px;
}
.datalake-object-view .object-actions-section .action-inner:hover span {
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: 800;
      -webkit-transition: 300ms;
      transition: 300ms;
}
.datalake-object-view .object-actions-section .prepare-btn {
      font-size: 12px;
      font-size: 0.75rem;
      padding: 0.25rem 1rem;
      border: solid 1px #757a7d;
      background-color: #ffffff;
      color: #757a7d !important;
}
.datalake-object-view .object-actions-section .prepare-btn:hover {
        cursor: pointer;
        color: #ffffff !important;
        background-color: #08366a;
        border: solid 1px #08366a;
}
.datalake-object-view .object-actions-section .analyze-btn img {
      position: relative;
      top: -2px;
}
.datalake-object-view .object-actions-section .action-icons img:hover {
      cursor: pointer;
}
.datalake-object-view .object-actions-section .action-icons > span button {
      line-height: 0;
      font-size: 13px;
      font-size: 0.8125rem;
}
.datalake-object-view .object-tab-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1px;
    min-height: 20px;
}
.datalake-object-view .object-tab-section .tab-block .object-tab {
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: 500;
      letter-spacing: -0.03px;
      color: rgba(82, 82, 111, 0.6);
}
.datalake-object-view .object-tab-section .tab-block .object-tab:hover {
        cursor: pointer;
}
.datalake-object-view .object-tab-section .tab-block .object-tab.active {
      color: #032041;
}
.datalake-object-view .delete-routine-icon {
    width: 17px;
    height: 17px;
    float: right;
    margin: 6px 12px 0 0;
}
.datalake-object-view .delete-routine-icon:hover {
      cursor: pointer;
}
.datalake-object-view .no-preview-text {
    color: #3b4246;
    font-size: 14px;
    font-size: 0.875rem;
}
.w-26 {
  width: 26%;
}
.w-36 {
  width: 36%;
}
.preview-modal .preview-header {
  width: 100%;
  font-family: 'Lato', sans-serif;
}
.preview-modal .preview-header .object-name {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #3b4246;
}
.preview-modal .preview-header .close-icon {
    width: 15px;
    height: 15px;
    position: relative;
    top: 7px;
}
.preview-modal .preview-header .close-icon:hover {
      cursor: pointer;
}
.preview-modal .preview-header .utn {
    font-size: 0.85rem;
    padding: 0.32rem 2.8rem;
}
.toggle-button.right-cd:before {
  left: 30px;
}
.filter-message {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.toggle-container {
  position: absolute;
  top: 10px;
  /* Adjust the top position as needed */
  right: 10px;
  /* Adjust the right position as needed */
  z-index: 1000;
  /* Ensure it's above other content */
  margin-right: 20px;
}
.toggle-button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Styles for your toggle button or icon */
}
.toggle {
  margin-right: 30px;
  margin-top: 12px;
}
.filter.slimscroll {
  overflow-x: hidden;
}
.filter-column {
  position: relative;
}
.info {
  margin-right: 35px;
  margin-top: 7px;
}
.remove-filter-button {
  height: 18px;
  width: 18px;
  margin-right: 5px;
  margin-left: 14px;
  cursor: pointer;
}
.add-filter-button {
  height: 18px;
  width: 18px;
  margin-right: 10px;
  margin-left: 14px;
  cursor: pointer;
}
.search {
  margin-top: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-button {
  height: 18px;
  width: 18px;
  margin-left: 14px;
  cursor: pointer;
}
.clear-filters {
  height: 13px;
  width: 13px;
  margin-left: 45px;
  cursor: pointer;
}
.filters {
  width: 100%;
}
.ungroup-button {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.filter-checkbox {
  margin-left: 45px;
}
.group {
  margin-right: 5px;
  /* Adjust spacing as needed */
}
.ungroup-column,
.filter-checkbox,
.grouped-filter-box {
  display: inline-block;
  vertical-align: middle;
}
.grouped-filter-box {
  height: 100%;
  width: 25px;
  /* Adjust the width of the vertical line as needed */
  background-color: white;
  margin-right: 5px;
  /* Adjust spacing as needed */
}
.group-filter-button {
  width: 18px;
  height: 18px;
  margin-left: 40px;
  cursor: pointer;
}
.group-filter-button .hover {
    background-color: #83b4da;
}
.filter-row.search-button {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.grouped-filter {
  margin-top: 2px;
  /* Set the border color for grouped filters */
  border-radius: 8px;
  width: 100%;
  background-color: #d0e9fb78;
  margin-left: 2px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.filter-row {
  margin-bottom: 6px;
  margin-top: 1px;
  position: relative;
}
.ungroup-button {
  height: 21px;
  width: 21px;
  cursor: pointer;
  border-radius: 2px;
  margin-bottom: 4px;
}
.group-header {
  display: inline-table;
}
.toggle-title {
  height: 20px;
  letter-spacing: -0.03px;
  color: #08366a;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}
.custom-input {
  width: 180px !important;
  /* Set the desired width for input elements */
}
.loading-count {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #08366a;
  height: 50px;
  margin: 0;
}
.column-select {
  display: inline-block;
  width: 180px;
  margin-left: 8px;
  border-radius: 18px;
  background-color: #f1f2f7;
}
.column-select:hover {
    cursor: pointer;
}
.filter-column {
  display: inline-block;
  width: 180px;
  border-radius: 18px;
  background-color: #ffffff;
  border-color: 2px #a2c8ec;
}
.filter-column:hover {
    cursor: pointer;
}
.filter-column-logical {
  display: inline-block;
  width: 80px;
  border-radius: 18px;
  background-color: #ffffff !important;
  border-color: 2px #a2c8ec !important;
}
.filter-column-logical:hover {
    cursor: pointer;
}
.filter-table {
  padding: 20px;
  border-top: 2px solid #d0e9fb;
  /* Adjust color and thickness as needed */
  margin-top: 20px;
  /* Adjust spacing between sections */
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.filter-header {
  border-top: 2px solid #d0e9fb;
  /* Adjust color and thickness as needed */
}
.filter-header1 {
  border-bottom: 2px solid #d0e9fb;
}
.filter-space {
  margin-bottom: 10px;
}
.header {
  border-radius: 5px;
  height: 30px;
  width: 100%;
  font-size: 0.8125rem;
  letter-spacing: -0.02px;
}
.filter-container {
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1);
  padding: 15px;
  /* Add padding to give space between content and shadow */
  margin-bottom: 15px;
  /* Adjust margin as needed */
  border-radius: 5px;
  /* Rounded corners */
}

/* For visual separation */
.filter-section {
  background-color: #f7f7f7;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}
.table-section {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
}

/* For better readability and interaction */
.filter-section h2 {
  font-size: 1.2em;
  margin-bottom: 10px;
}
.filter-item {
  margin-bottom: 15px;
}
.filter-item label {
  font-weight: bold;
}

/* Adjust spacing and alignment */
.filter-item input,
.filter-item select {
  width: calc(100% - 20px);
  /* Adjust as needed */
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin-top: 5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
.filter-section,
  .table-section {
    padding: 15px;
}
.filter-item input,
  .filter-item select {
    width: 100%;
}
}
.stat-analyze-list {
  border-radius: 8px;
  overflow-x: hidden;
  width: 100%;
}
.stat-analyze-list .table-responsive {
    margin-bottom: 0;
}
.stat-analyze-list table {
    width: 100% !important;
    table-layout: fixed;
}
.stat-analyze-list .analysis-types {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: -0.02px;
    color: rgba(8, 54, 106, 0.6);
    border-top: 1px solid #eeeeee;
}
.stat-analyze-list .analysis-types .type {
      padding: 0.45rem 2rem 0.45rem;
}
.stat-analyze-list .analysis-types .type:first-child {
        border-right: 1px solid #eeeeee;
}
.stat-analyze-list .analysis-types .type.active {
      color: #08366a;
}
.update-btn {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0.5rem 2rem;
  margin: 0 0 0 0.5rem;
}
.run-detail-icon {
  background-color: #f6fbff;
  top: 0px;
  bottom: 0px;
  border: none;
  opacity: 0.7;
}
.run-detail-icon img {
    width: 25px;
    height: 14px;
}
.error-section {
  background: #fee3e3;
}
.error-section .error-text {
    margin-bottom: 10px;
    color: #f05c5c;
    font-size: 12px;
    font-size: 0.75rem;
}
.api-details {
  font-size: 14px;
  font-size: 0.875rem;
  color: #000000;
  vertical-align: top;
}
.issearch {
  width: 15px;
  margin-left: 20px;
}
@media screen and (max-width: 1200px) {
.datalake-object-view .object-actions-section .object-block:first-child {
    width: 30%;
}
.datalake-object-view .object-actions-section .object-block:nth-child(2) {
    position: absolute;
    width: 38%;
    left: 35%;
}
.datalake-object-view .object-actions-section .object-block:nth-child(2) button {
      margin-right: 0.5rem !important;
}
.mod-transform {
    position: relative;
    right: auto;
}
.mod-transform .xlselect {
      height: 32px !important;
}
.mod-transform .xlselect .multiselect__tags {
        padding: 0.375rem 1.25rem 0.325rem 1.25rem;
}
.mod-transform form {
      width: 31%;
}
.mod-transform .column-select {
      width: 31%;
}
.mod-transform .list-search {
      width: 31%;
}
.mod-transform .list-search .input-group {
        width: 146px !important;
}
}
.download-icon.disabled span img {
  cursor: not-allowed !important;
}
.download-icon.disabled span img:focus {
    outline: none;
}
.download-icon {
  background-color: #ffffff;
  position: relative;
}
.download-icon span {
    top: -1px;
}
.download-icon span img {
      height: auto !important;
      width: auto !important;
}
.experiment-btn {
  border: none;
  background-color: #ffffff;
}
.experiment-btn:hover {
    background-color: #0f7582;
}
.solve-btn {
  border: none;
  background-color: #ffffff;
}
.solve-btn:hover {
    background-color: #673ab7;
}
.integrate-btn {
  border: none;
  background-color: #ffffff;
}
.integrate-btn:hover {
    background-color: #259b24;
}
.filter-records-table .preview-table {
  font-size: 12px;
  font-size: 0.75rem;
  color: #08366a;
}
.filter-records-table .preview-table thead {
    background-color: #bad7ee !important;
}
.filter-records-table .preview-table thead tr th {
      padding-top: 0.4rem;
      padding-bottom: 0.4rem;
      font-weight: normal;
      background-color: #a4c8e9 !important;
}
.preview-table > .d-flex {
  width: 100%;
}
.recomendation-action {
  position: fixed;
  left: 0;
  bottom: 2%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  z-index: 3;
}
.recomendation-action .reco-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f0f3f7;
    margin-bottom: 20px;
}
.recomendation-action .reco-content-wrapper .event-section {
      width: 280px;
      padding: 15px;
      margin: 10px;
      background: #ffffff;
      border-radius: 10px;
      -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
              box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
      text-align: left;
}
.recomendation-action .reco-content-wrapper .event-section .event-card .lh {
        height: 78px;
        line-height: 1.2;
        overflow: hidden;
}
.recomendation-action .reco-content-wrapper .event-section .event-card .lh .event-time {
          font-size: 13px;
}
.recomendation-action .reco-content-wrapper .event-section .event-card .recommendation-footer button {
        padding: 1px 10px;
        font-size: 13px;
}
.recomendation-action .reco-content-wrapper .event-section .reco-actionhead {
        color: #004584;
        font-weight: 900;
}
.recomendation-action .reco-content-wrapper .event-section .reco-actioncontent {
        font-size: 13px;
}
.recomendation-action .reco-button {
    background-color: #0096d8;
    border-radius: 43px;
    padding: 3px 16px 0px 16px;
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
}
.recomendation-action .reco-button span img {
      width: 57px;
}
.tooltip-text {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  width: 250px;
  color: #192733;
  font-size: 12px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px 15px 10px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  text-align: left;
}
.hover-text:hover .tooltip-text {
  visibility: visible;
}
.visible-tooltip {
  visibility: visible;
  /* Show tooltip */
}
.filter-info .hover-text:hover .tooltip-text {
  visibility: visible;
  margin-top: 8px;
  margin-right: 15px;
}
.multiselect__option multiselect__option--highlight multiselect__option--selected .show-tooltip .tooltip-text {
  visibility: visible;
  /* other styles */
}
#top {
  top: -18px;
  left: 20px;
}
.hover-text {
  position: absolute;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
}
.measure-btn {
  font-size: small;
}


/*# sourceMappingURL=36.4339789d.css.map*/