/* index2.html Start here */
/* Stepper Styling */
.theme-template1 {
  --dbcard-title:#202020;
  --home-cardtext: #354258;
  --secondary-cardtext: #354258;
  --textd-primary: #515861;
  --text-d-mins: #727272;
  --legend-label:#4f4f4f;
  --job-title:#1A3B5E;
  --table-head-color:#354258;
   --table-head-bg: #E1E3E6;
  --form-border:#e9e8e8;
  --form-text:#202b3e;
  --model-delete:#fff;
  --text-delete:#000;
  --footer-delete:#f3f4f6;
  --selectable-card: #fff;
  --sec-boxshadow:0 1px 6px 3px #f5f5f5;
  --carc-de-sha:0px 0px 49px -14px #ccc;
  --home-progressbar:#8298DD;
  --jobskill-color:#202B3E;
  --closeicon-color: #12262e;
  --trendstext-color:#676973;
}
.theme-template2 {
  --dbcard-title:#202020;
   --home-cardtext: #354258;
   --secondary-cardtext: #354258;
   --textd-primary: #515861;
   --text-d-mins: #727272;
   --legend-label:#4f4f4f;
   --job-title:#1A3B5E;
   --table-head-color:#354258;
    --table-head-bg: #E1E3E6;
   --form-border:#e9e8e8;
   --form-text:#202b3e;
   --model-delete:#fff;
   --text-delete:#000;
   --footer-delete:#f3f4f6;
   --selectable-card: #fff;
  --sec-boxshadow:0 1px 6px 3px #f5f5f5;
  --carc-de-sha:0px 0px 49px -14px #ccc;
  --home-progressbar:#8298DD;
  --jobskill-color:#202B3E;
  --closeicon-color: #12262e;
   --trendstext-color:#676973;

}
.theme-template3 {
  --dbcard-title:#fff;
   --home-cardtext: #fff;
   --secondary-cardtext: #8b9599;
   --textd-primary: #8b9599;
   --text-d-mins: #8b9599;
   --legend-label:#a9a9a9;
   --job-title:#fff;
   --table-head-color:#ffffff;
   --table-head-bg: #383b42;
   --form-border:#4b4b4b;
   --form-text:#bababa;
   --model-delete:#202020;
   --text-delete:#fff;
   --footer-delete:#3b393a;
   --selectable-card: #202020;
  --sec-boxshadow:none;
  --carc-de-sha:none;
  --home-progressbar:rgba(130, 51, 166, 0.86);
  --jobskill-color:#fff;
  --closeicon-color:#fff;
  --trendstext-color:#8b9599;
  --bs-btn-bg:#B161CE !important;
  --profilebg-color:
   
}
.theme-template4 {
  --dbcard-title:#202020;
  --home-cardtext: #354258;
  --secondary-cardtext: #354258;
  --textd-primary: #515861;
  --text-d-mins: #727272;
  --legend-label:#4f4f4f;
  --job-title:#1A3B5E;
  --table-head-color:#354258;
   --table-head-bg: #E1E3E6;
  --form-border:#e9e8e8;
  --form-text:#202b3e;
  --model-delete:#fff;
  --text-delete:#000;
  --footer-delete:#f3f4f6;
  --selectable-card: #fff;
  --sec-boxshadow:0 1px 6px 3px #f5f5f5;
  --carc-de-sha:0px 0px 49px -14px #ccc;
  --home-progressbar:#8298DD;
  --jobskill-color:#202B3E;
  --closeicon-color: #12262e;
  --trendstext-color:#676973;
}
.theme-template5 {
  --dbcard-title:#202020;
  --home-cardtext: #354258;
  --secondary-cardtext: #354258;
  --textd-primary: #515861;
  --text-d-mins: #727272;
  --legend-label:#4f4f4f;
  --job-title:#1A3B5E;
  --table-head-color:#354258;
   --table-head-bg: #E1E3E6;
  --form-border:#e9e8e8;
  --form-text:#202b3e;
  --model-delete:#fff;
  --text-delete:#000;
  --footer-delete:#f3f4f6;
  --selectable-card: #fff;
  --sec-boxshadow:0 1px 6px 3px #f5f5f5;
  --carc-de-sha:0px 0px 49px -14px #ccc;
  --home-progressbar:#8298DD;
  --jobskill-color:#202B3E;
  --closeicon-color: #12262e;
  --trendstext-color:#676973;
}
.jobskillcolor{
  color:var(--jobskill-color)
}
.stepper-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  position: relative;
}

.stepper {
  display: flex;
  align-items: center;
  position: relative;
}

.step {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e8e6e8;
  color: #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  z-index: 2;
  border: 3px solid transparent;
  border-collapse: separate;
}

.step.completed {
  background: #718bda;
  color: white;
}

.step.active {
  background: #718bda;
  color: white;
  border: 3px solid #718bda;
  border-spacing: 5px;
  border-collapse: separate;
}

.line-container {
  width: 50px;
  height: 2px;
  background: #e8e6e8;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.line {
  width: 100%;
  height: 2px;
  background: #e8e6e8;
}

.line.completed {
  background: #718bda;
}

/* Content Styling */
.content {
  text-align: left;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(6, 0.1fr);
  gap: 10px;
  background: white;
  border-radius: 12px;
}

.grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 6px 3px #f5f5f5;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  width: 80px;
  height: 90px;
  text-align: center;
}

.grid-item:hover {
  transform: scale(1.05);
}

.grid-item img {
  width: 30px;
  margin-bottom: 10px;
}

.grid-item span {
  font-size: 10px;
  color: #000;
}

.grid-item .status-indicator {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #424d60e8;
  border-radius: 4px;
  display: none;
}

.grid-item .status-indicator i {
  align-items: center;
  display: flex;
  color: #a856c7;
  font-size: 22px;
  height: 100%;
  justify-content: center;
}

.grid-item.selected .status-indicator {
  display: block;
}

.mh-calc-120 {
  max-height: calc(100vh - 120px);
}

.prof {
  background-color: #f0f0f0;
  padding: 4px 5px 1px 5px;
  color: var(--secondary-cardtext);
}

.text-d-secondary {
  color: var(--secondary-cardtext);
}

.text-d-primary {
  color: var(--textd-primary);
}

.text-d-number {
  color: #ff1717;
}

.text-d-black {
  color: var(--home-cardtext);
}

.text-d-mins {
  color: var(--text-d-mins);
}

.text-d-rate {
  color: #1cbb8c;
}

.fullscreen {
  width: 30px;
  height: 30px;
  /* background-color: #e3e1e3; */
  background-color: var(--fullscreen-bg);
  border-radius: 4px;
}

.text-d-search {
  color: #9ca3af;
}

.tab-con {
  position: relative;
  bottom: 5px;
}

.min-width-130px {
  min-width: 130px;
}

.card-calc {
  background-color: #1d2635;
  border-radius: 4px;
  min-height: calc(100vh - 170px);
  max-height: calc(100vh - 170px);
}

.position-right-5px {
  position: relative;
  right: 5px;
}

.job-name {
  overflow-x: hidden;
  max-height: 63vh;
  min-height: 63vh;
}

.close-tab {
  width: 95%;
  bottom: 10px;
}

.z-index-10000 {
  z-index: 10000;
}

.back-color-white {
  background-color: #fff;
}

.disp-none {
  display: none;
}

.trans-box {
  background-color: #eef0f2;
  max-height: calc(100vh - 260px);
  min-height: calc(100vh - 260px);
}

.over-x-hide {
  overflow-x: hidden;
}

.btn-width {
  width: 65px;
}

.img-favi {
  position: relative;
  right: 5px;
}

.qa-calc-120px {
  max-height: calc(100vh - 120px);
}

.box-color {
  background-color: #f0f0f0;
  padding: 4px 5px 1px 5px;
  color: #354258;
}

.width-150px {
  width: 150px;
}

.box-converstion {
  width: 30px;
  height: 30px;
  background-color: #e3e1e3;
  border-radius: 4px;
}

.box-detail {
  position: relative;
  bottom: 5px;
}

.min-width-130px {
  min-width: 130px;
}

.job-name {
  overflow-x: hidden;
  max-height: 63vh;
  min-height: 63vh;
}

.width-95 {
  width: 95%;
  bottom: 10px;
}

/* index.html End here */

/* signin.html Start Here */
.img-width-200px {
  width: 200px;
}

.card-detail {
  min-width: 400px;
  box-shadow: var(--carc-de-sha);
}

.img-width-100px {
  width: 100px;
}

.email-pass-word {
  padding-left: 10px;
  background-color: #f3f3f3;
  border: 0px;
}

.btn-detail {
  background: rgb(167, 87, 199);
  background: linear-gradient(
    156deg,
    rgba(167, 87, 199, 1) 0%,
    rgba(91, 95, 205, 1) 100%
  );
}

.ver-line {
  width: 42%;
  height: 1px;
  background-color: #e6e6e9;
}

.logo-detail {
  width: 70px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #e6e6e9;
  border-radius: 4px;
}

.img-width-30px {
  width: 30px;
}

.text-d-acc {
  width: 100%;
  height: 1px;
  background-color: #e6e6e9;
}

.log-color {
  color: #806df4;
}

.log-con-color {
  color: var(--dbcard-title);
}

.already-color {
  color: #354258;
}

.ptb-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.home-card {
  min-width: 310px;
  max-width: 310px;
  min-height: 240px;
}

.home-graph {
  min-width: 930px;
  max-width: 930px;
}

.table-head tr th {
  color: var(--table-head-color) !important;
  background-color: var(--table-head-bg);
  
}

.bg-lightblue {
  background-color: #10f1df;
  /* #9481ff4a; */
}

.bg-lightgray {
  background-color: #eff1f3;
}

.lc-jc-res {
  justify-content: right;
}

.jc-res {
  justify-content: left;
}

.txt-align-res {
  text-align: left;
}

@media (min-width: 700px) {
  .jc-res {
    justify-content: left !important;
  }

  .lc-jc-res {
    justify-content: right !important;
  }

  .mw-500px {
    max-width: 300px;
  }
}

@media (min-width: 601px) {
  .col-mdrs-6 {
    width: 50%;
  }

  .align-rc {
    align-items: center;
  }

  .align-lc {
    align-items: center;
  }

  .rs-m-5 {
    padding-left: 0rem !important;
  }

  .re-m-5 {
    padding-right: 0rem !important;
  }

  .font-size-42 {
    font-size: 24px;
  }

  .jc-res {
    justify-content: right;
  }

  .card-detail {
    min-width: 280px;
    box-shadow: var(--carc-de-sha);
  }
}

@media (max-width: 600px) {
  .txt-align-res {
    text-align: center;
  }

  .align-rc {
    align-items: start;
  }

  .align-lc {
    align-items: end;
  }

  .font-size-42 {
    font-size: 24px;
  }

  .card-detail {
    min-width: 380px;
    box-shadow: var(--carc-de-sha);
  }

  .rs-m-5 {
    padding-left: 0rem !important;
  }

  .lc-jc-res {
    justify-content: center;
  }

  .jc-res {
    justify-content: center;
  }

  .re-m-5 {
    padding-right: 0rem !important;
  }
}

@media (min-width: 421px) {
  .max-w-420 {
    width: 100% !important;
  }

  .lc-jc-res {
    justify-content: center;
  }

  .display-on-420px {
    display: none;
  }

  .mw-500px {
    max-width: 100%;
  }
}

@media (max-width: 420px) {
  .doc-search {
    width: 100% !important;
  }

  .max-w-420 {
    width: 100% !important;
  }

  .hide-on-420px {
    display: none;
  }

  .display-on-420px {
    display: block;
  }

  .jc-res {
    justify-content: center;
  }

  .card-detail {
    min-width: 280px;
    box-shadow: var(--carc-de-sha);
  }
}

@media (max-width: 1000px) {
  .vertical-collpsed .main-content {
    width: 100% !important;
  }
}

@media (min-width: 1001px) {
  .max-w-420 {
    width: 420px !important;
  }

  .rs-m-5 {
    padding-left: 3rem !important;
  }

  .re-m-5 {
    padding-right: 3rem !important;
  }

  .mw-500px {
    max-width: 500px !important;
  }

  .card-detail {
    min-width: 380px !important;
    box-shadow: var(--carc-de-sha);
  }
}

/* signin.html End Here */

/* src/Table.css */
table {
  font-family: Arial, sans-serif;
  font-size: 14px;
}

thead {
  background-color: #f5f5f5;
}

td,
th {
  padding: 12px;
  text-align: left;
}

tr.table-secondary {
  background-color: #fafafa;
}

button {
  cursor: pointer;
}

.status-container {
  border-radius: 19px;
  display: flex;
  width: 118px;
  height: 20px;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

/* Your EXACT executing animation style */
.status-container.executing {
  position: relative;
  color: #8a4b00;
  background-color: #ffedcc;
  border: 1px solid #ffd699;
  overflow: hidden;
  font-weight: bold;
}

.status-container.executing::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 165, 0, 0.2);
  animation: loadingBadge 2s linear infinite;
}

@keyframes loadingBadge {
  0% {
    left: -100%;
  }

  50% {
    left: 0%;
  }

  100% {
    left: 100%;
  }
}

/* Your existing status styles - UNCHANGED */
.status-container.scheduled {
  background-color: #bbf5ff;
  color: #00425c;
  border: 1px solid #cbe0e8;
}

.status-container.draft {
  background-color: #f3e8ff;
  color: #7c3aed;
  border: 1px solid #e2dbed;
}

.status-container.in-progress {
  background-color: #ffecbb;
  color: #5c1700;
  border: 1px solid #ece0dc;
}

.status-container.failed {
  background-color: #ffc3c4;
  color: #852224;
  border: 1px solid #d7b5b5;
}

.status-container.completed {
  background-color: #a6ffaa;
  color: #064d21;
  border: 1px solid #bee1cc;
}

.status-container.default,
.status-container.created,
.status-container.uploaded {
  background-color: #e5e7eb;
  color: #374151;
  border: 1px solid #c7d4e8;
}

/* Special case for nowrap */
/* .in-progress { white-space: nowrap; } */

/*deleteconfirmation*/
.overlay_delete {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.title_delete {
  margin: 3px;
  font-size: 18px;
  font-weight: 500;
  padding: 12px;
}

.deleteButton_delete {
  background-color: #ffc3c3;
  color: #b3372f;
  border: 1px solid #ebaeae;
}

.modal_delete {
  background-color: var(--model-delete);
  border-radius: 8px;
  width: 500px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.header_delete {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cancelbut_delete {
  margin-right: 10px;
}

.button_delete {
  display: inline-flex;
  height: 32px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
}

.closeButton_delete {
  background-color: #f0f0f0;
  color: #333;
  border: 1px solid var(--Gray-400, #9ca3af);
}

.body_delete {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-grow: 1;
  text-align: center;
  padding: 0 12px;
  margin-top: 10px;
}

.icon_delete {
  width: 70px;
  position: relative;
  bottom: 17px;
}

.text_delete {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--text-delete);
  text-align: left;
  margin-bottom: 10px;
  flex: 1;
}

.footer_delete {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding: 10px;
  background: var(--footer-delete);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 100%;
  box-sizing: border-box;
  height: 48px;
  position: relative;
  top: 5px;
}

.closeIcon_delete {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: white;
}

/* deletepopupchanges */
.footer_styles {
  border-top: none;
  padding: 2px;
  padding-right: 13px;
  background-color: #f3f4f6;
  margin: -2px;
  border-radius: 4px;
}

.button_download {
  display: inline-flex;
  height: 32px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
}

.closeButton_download {
  background-color: #f0f0f0;
  color: #080808;
  border: 1px solid var(--Gray-400, #9ca3af);
}

.image-styles {
  padding: 5px;
  border-radius: 5px;
  margin-top: -3px;
}

.p_styles {
  margin-bottom: 0px;
  font-size: 14px;
  color: #080808;
}

.title_styles {
  font-size: 16px;
  font-weight: bold;
}

.custom-button {
  display: flex;
  /* Ensures flex properties work correctly */
  align-items: center;
  /* Centers content vertically */
  justify-content: center;
  /* Centers content horizontally */
  height: 32px;
  padding: 0 12px;
  /* Adjust padding to avoid shifting */
  font-size: 14px;
  line-height: 1;
  /* Ensures no extra vertical spacing */
  gap: 4px;
  border-radius: 4px;
  font-weight: 400;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  border: 1px solid var(--bs-btn-border-color);
  transition: background-color 0.2s ease, border-color 0.2s ease;
  color: var(--bs-btn-color);
}

.custom-progress {
  background-color: #e4f7f6;
  height: 6px;
}

.custom-progress .progress-bar {
  background-color: #70d6d0;
}

.custom-progress .progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.btn-closebtn {
  --bs-btn-color: #080808;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #9ca3af !important;
  --bs-btn-hover-color: #080808;
  --bs-btn-hover-bg: #f0f0f0;
  --bs-btn-hover-border-color: #6b7280 !important;
  --bs-btn-focus-shadow-rgb: 204, 204, 204;
  --bs-btn-active-color: #080808;
  --bs-btn-active-bg: #f0f0f0;
  --bs-btn-active-border-color: #9ca3af;
  --bs-btn-disabled-color: #999;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #ccc;
  --bs-btn-disabled-opacity: 0.4;
}

.side-menu .fa-chevron-down,
.side-menu .fa-chevron-right {
  transition: transform 0.2s ease;
  color: rgba(255, 255, 255, 0.7);
  padding: 2px;
}

.side-menu .fa-chevron-down:hover,
.side-menu .fa-chevron-right:hover {
  color: white;
}

/* Prevent click events from bubbling to parent */
.side-menu .fa-chevron-down,
.side-menu .fa-chevron-right {
  pointer-events: auto;
}

.loadingStyle {
  background-color: #eeecec;
  border-radius: 10px;
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    opacity: 0.7;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    opacity: 0.7;
  }
}

.text-custom-grey {
  color: #dddddd;
  /* Pure red */
}

.text-custom-white {
  color: #ffffff;
  /* Pure yellow */
}

.submenu-item-active {
  font-weight: bold;
}

.textcss {
  margin: 8px 0px 4px !important;
}

.margincss {
  margin: 0px 0px 4px !important;
}

.margincssone {
  margin: 0px 0px 8px !important;
}

.borderEditprofilePhone {
  border: 1px solid var(--form-border) !important;
}

input.is-invalid:focus {
  box-shadow: none !important;
}

/* step3 styles in dbmigration */
.table-selection-container {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  /* padding: 10px; */
}

.table-selection-item {
  padding: 8px 12px;
  border-bottom: 1px solid #f0f0f0;
}

.table-selection-item:last-child {
  border-bottom: none;
}

.table-selection-item input[type="checkbox"] {
  margin-right: 10px;
}

.table-selection-item label {
  cursor: pointer;
  font-size: 14px;
}

hr {
  border-top: 1px solid #e0e0e0;
  margin: 15px 0;
}

.step4Database {
  background-color: #eceaee;
  border-radius: 4px;
  height: 9px;
}

.step4css {
  height: 82px;

  border-radius: 8px;
  background-color: #f8f9fa;
  padding: 16px;

  gap: 12px;
  flex-shrink: 0;
}

.progress-colorclass {
  border-radius: 4px;
  background: #8298dd;
}

.Weekly-Migration-col-65 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 68.033%;
  margin-left: 0.333%;
}

.custom-col-65 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 64.1%;
  margin-left: 0.333%;
}

.custom-col-35 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 32.4%;
  margin-left: 0.7%;
}

.custom-me-3 {
  margin-right: 0.65rem !important;
}

.activity-item::before {
  content: "";
  background-color: #eee;
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vertical-line {
  height: 4vh;
  width: 5px;
  background-color: #eceaee;
}

.image-container img {
  height: 113px;
  width: 60px;
}

.logcontainerminimal {
  background-color: #1d2635;
  border-radius: 4px;
  height: calc(-273px + 91vh);
  min-height: 237px;
  max-height: 100vh;
  overflow-y: auto;
  border-radius: 8px;

  margin-bottom: 9px;
}

.cardmap1 {
  width: 19.78%;
  height: 305px;
  background: #ffffff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
}

.cardmap2 {
  width: 44.17%;
  height: 305px;
  background: #ffffff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
}

.cardmap3 {
  height: 39vh;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
}

.headermap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.labelmap {
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202b3e;
  margin: 0;
}

.dbcardsdesign {
  font-family: Inter;
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: var(--dbcard-title);
}

.dbcardheadsdesign {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: var(--dbcard-title);
}

.countmap {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  color: #111827;
}

.percentmap {
  color: #10b981;
  font-weight: 500;
  font-size: 14px;
}

.status-bars-map > div {
  margin-bottom: 12px;
}

.status-label-map {
  font-size: 14px;
  margin-bottom: 4px;
  color: #374151;
}

.barmap {
  height: 10px;
  border-radius: 6px;
}

.redmap {
  background-color: #fca5a5;
  width: 66%;
}

.bluemap {
  background-color: #a5b4fc;
  width: 80%;
}

.greenmap {
  background-color: #a7f3d0;
  width: 50%;
}

.step4cssBox {
  width: 160px;
  height: 44px;
  border-radius: 12px;
  background: rgba(243, 244, 246, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}

.step4cssTypo {
  color: #202b3e;
  font-feature-settings: "dlig" on;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  /* 127.778% */
}

.step4cssText {
  color: #202b3e;
  font-feature-settings: "dlig" on;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
}

.Migratingdatabase {
  color: #202b3e;
  font-feature-settings: "dlig" on;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}

.schema-list .cursor-pointer:hover {
  background-color: #f5f5f5;
}

/* .schema-list input[type="checkbox"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
} */

.schema-list label {
  cursor: pointer;
  margin-bottom: 0;
}

.table-list {
  border-left: 1px solid #dee2e6;
  padding-left: 10px;
}

/* Schema container styles */
.schema-container {
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

.schema-header {
  /* background-color: #f8f9fa; */
  padding-left: 10px;
  background-color: rgb(233, 236, 239);
  font-weight: 500;
}

.bg-gray-200 {
  background-color: #e9ecef;
}

/* Schema item styles */
.schema-item {
  padding: 8px 12px;
  margin-bottom: 4px;
  border-radius: 4px;
}

/* Table list styles */
.table-list {
  border-left: 2px solid #dee2e6;
  padding-left: 16px;
  margin-left: 8px;
}

/* Table list container */
.table-list-container {
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 8px;
}

/* Table header */
.table-header {
  font-weight: 500;
  display: flex;
  align-items: center;
}

/* Table items */
.table-item {
  display: flex;
  align-items: center;
  padding: 4px 0;
}

/* For better cross-browser checkbox styling */
/* input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #adb5bd;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  position: relative;
  margin-right: 8px;
} */

/* input[type="checkbox"]:checked {
  background-color: #718bda;
  border-color: #718bda;
}

input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  color: white;
  font-size: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
} */

/* Select all link */
.text-decoration-underline {
  text-decoration: underline;
}

.is-invalid {
  border-color: #dc3545 !important;
}

.invalid-feedback {
  color: #dc3545;
  display: block;
  margin-top: 0.25rem;
}

.tooltip-text {
  visibility: hidden;
  background-color: #e0b8ff;
  text-align: justify;
  font-family: Inter, sans-serif !important;
  font-style: normal !important;
  font-weight: normal !important;
  color: #202b3e;
  text-align: left;
  border-radius: 4px;
  padding: 6px 12px;
  position: absolute;
  z-index: 100;
  font-size: 12px !important;
  line-height: 1.4;
  opacity: 0;
  transition: opacity 0.2s ease;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  margin-left: 8px;
  box-shadow: 0px 1px 30px 1px rgba(0, 0, 0, 0.08);
  pointer-events: none;

  max-width: 300px;
  width: max-content;
  word-wrap: break-word;
}
/* Already defined by you */
.custom-tooltip {
  background-color: #e0b8ff !important;
  text-align: left;
  color: #202b3e !important;
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  border-radius: 6px !important;
  box-shadow: 0px 1px 30px 1px rgba(0, 0, 0, 0.08) !important;
  font-size: 12px !important;
  padding: 6px 10px !important;
  z-index: 9999 !important;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  transition: opacity 0.2s ease;
  white-space: normal;
  display: inline-block;
  pointer-events: none;
  /* min-width: 150px; */
  max-width: 300px;
  word-wrap: break-word;
  /* overflow-wrap: break-word; */
}
.custom-tooltip,
.custom-tooltip * {
  font-weight: normal !important;
}

/* Optional: customize arrow if needed */
.custom-tooltip[data-popper-placement^="top"] > .react-tooltip-arrow {
  border-top-color: #e0b8ff !important;
}

.custom-tooltip[data-popper-placement^="bottom"] > .react-tooltip-arrow {
  border-bottom-color: #e0b8ff !important;
}

.custom-tooltip[data-popper-placement^="right"] > .react-tooltip-arrow {
  border-right-color: #e0b8ff !important;
}
.custom-tooltip[data-popper-placement^="left"] > .react-tooltip-arrow {
  border-right-color: #e0b8ff !important; /* This should be border-left-color */
}
.custom-tooltip.step-5-tooltip {
  max-width: 225px !important; /* or 200px, based on your layout */
  white-space: normal !important;
  word-wrap: break-word !important;
}

.custom-chart-tooltip {
  position: absolute;
  background-color: #e0b8ff;
  font-family: Inter, sans-serif !important;
  font-style: normal !important;
  color: #202b3e;
  box-shadow: 0px 1px 30px 1px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  padding: 12px;
  pointer-events: auto; /* Changed from none to auto to allow hover */
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 1000;
  font-size: 12px;
  line-height: 1.4;
  min-width: 150px;
  max-width: 200px; /* Fixed max width */
  word-wrap: break-word; /* Handle long text */
  overflow-wrap: break-word; /* Handle long text */
}

.custom-chart-tooltip .tooltip-title {
  font-weight: 0;
  margin-bottom: 4px;
  color: #202b3e;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.custom-chart-tooltip .tooltip-content {
  margin-bottom: 3px;
  color: #202b3e;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: 0 !important;
}

.custom-chart-tooltip .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

/* Arrow positions based on tooltip position */
.custom-chart-tooltip.tooltip-right .tooltip-arrow {
  top: 50%;
  left: -5px;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-color: transparent #e0b8ff transparent transparent;
}

.custom-chart-tooltip.tooltip-left .tooltip-arrow {
  top: 50%;
  right: -5px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #e0b8ff;
}

.custom-chart-tooltip.tooltip-top .tooltip-arrow {
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0 5px;
  border-color: #e0b8ff transparent transparent transparent;
}

.custom-chart-tooltip.tooltip-bottom .tooltip-arrow {
  top: -5px;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #e0b8ff transparent;
}

/* Hover effect for tooltip */
.custom-chart-tooltip:hover {
  opacity: 1 !important;
}

/* Additional styles for better text handling */
.custom-chart-tooltip .tooltip-title,
.custom-chart-tooltip .tooltip-content {
  white-space: normal;
  text-overflow: ellipsis;
}

/* Scrollbar styles for chart container */
.chart-container::-webkit-scrollbar {
  height: 8px;
}

.chart-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.chart-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.chart-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Update the accordion button styles */
.accordion-button {
  background-color: transparent !important;
  box-shadow: none;
  border: none;
  font-weight: bold;
  padding: 0.5rem 0;
  color: #0d1a26;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 70px;
}

/* Update the icon styles to create 50px gap */
.fa-icon {
  width: 16px;
  text-align: right;
  transition: transform 0.2s ease;
  margin-right: 320px;
  color: #323232 !important;
}

/* Keep all other existing styles the same */
.accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}

.accordion-button::after {
  display: none !important;
  border: none !important;
}

.accordion-button .fa-icon {
  transition: transform 0.2s ease;
  width: 16px;
}

.accordion-button.collapsed .fa-icon {
  transform: rotate(-90deg);
}

.accordion-button:not(.collapsed) .fa-icon {
  transform: rotate(0deg);
}

.accordion-item {
  background-color: transparent;
  margin-bottom: 1rem;
  border: none !important;
  margin-bottom: 1px !important;
}

.accordion-body {
  border-bottom: none !important;
  padding-left: 0px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  border: none !important;
}

.accordion-body strong {
  display: block;
  margin-top: 12px;
  margin-bottom: 4px;
}

.accordion-body span {
  display: block;
  margin-bottom: 4px;
}

.accordion-body strong:first-child,
.accordion-body span:first-child {
  margin-top: 0;
}

.accordion-header,
.accordion-collapse {
  border-bottom: none !important;
  border: none !important;
}

.accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-color: transparent;
}

.accordion-header button {
  color: #0d1a26;
}

.scrollable-text {
  height: 76vh;
  padding: 10px;
  padding-left: 0px !important;
  padding-top: 0px !important;
  overflow-y: scroll;
}

.fixed-close-button {
  position: absolute;
  bottom: 10px;
  background-color: var(--bs-secondary-bg);
}

.textfontsizehead {
  color: #202b3e;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 21px;
}

.textfontsizeone {
  color: #202b3e;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 21px;
}

.textfontsize {
  color: #1a3b5e !important;
  font-family: Inter !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 21px;
}

.textfontsizesmall {
  color: #676973 !important;
  font-family: Inter !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 21px !important;
  /* 150% */
  letter-spacing: 0.28px !important;
}

.iconColor {
  /* color: #12262e !important; */
  color:var(--closeicon-color);
  font-size: 16px !important;
}

/* hightlighter for textboxes */

.highlighted-input {
  border: 1px solid var(--form-border);
  border-radius: 4px;
  padding: 8px 12px;
  transition: all 0.3s ease;
}

.highlighted-input:focus {
  border-color: #abb2e9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(86, 100, 210, 0.25);
}

.highlighted-input.form-select:focus {
  border-color: #4a72b1;
  box-shadow: 0 0 0 2px rgba(40, 91, 174, 0.2);
}

.highlighted-input.is-invalid,
.highlighted-input.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.2);
}
.form-control-lighlighter:focus {
  border-color: #abb2e9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(86, 100, 210, 0.25);
}

.status-tooltip {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 8px 12px;
  font-size: 13px;
  color: #333;
  white-space: nowrap;
  z-index: 1000;
  font-weight: 400;
  line-height: 1.5;
  pointer-events: none;
}

.phone-input-container:focus-within {
  border-color: #4a72b1;
  box-shadow: 0 0 0 0.2rem rgba(86, 100, 210, 0.25);
  border-radius: 4px;
  padding: 8px 12px;
  transition: all 0.3s ease;
}

/* Override focus-within when error exists */
.phone-input-container:has(.is-invalid) {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.2) !important;
}
.homecardfont {
  color: var(--home-cardtext);
  font-family: Inter !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

@media (max-width: 576px) {
  .Log-width {
    width: 50% !important;
  }
  .Log-padding {
    padding-left: 21px !important;
  }
  .summary-padding {
    padding-left: 9px !important;
  }
}
.accor-plus-icon {
  transition: transform 0.2s;
}

.collapsed .accor-plus-icon {
  transform: rotate(-90deg);
}

.ans-float-box {
  border: 1px solid #e9ecef;
  margin-bottom: 15px;
}

.bordercolourcustom {
  border: 1px solid var(--form-border) !important;
}
.colorfor-placeholder::placeholder {
  color: var(--form-text) !important;
  font-family: Inter !important;
  /* font-size: 14px !important; */
  font-style: normal !important;
  font-weight: 200 !important;
  line-height: normal !important;
}

.select-placeholder {
  color: #676973 !important;
  font-family: Inter !important;
  /* font-size: 14px !important; */
  font-style: normal !important;
  font-weight: 200 !important;
  line-height: normal !important;
}
.styled-input {
  color: var(--form-text) !important;
  font-family: Inter !important;
  /* font-size: 14px !important; */
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal;
}
.IconColor {
  color: #676973 !important;
}
.data-migration-label {
  position: absolute; /* ← required for positioning inside the card */
  bottom: 12px;
  right: 12px;

  display: flex;
  width: 87px;
  height: 20px;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  border-radius: 4px;
  background: #efefef;
}

.data-migration-text {
  color: #6c6c6c;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 180% */
}

.selectable-card {
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid var(--form-border);
  height: 100%;
  padding: 6px;
  box-shadow: var(--sec-boxshadow);
  transition: all 0.15s ease-in-out;
  min-height: 100px; /* reduced */
  display: flex;
  flex-direction: column;
  background: var(--selectable-card);
  align-items: center;
  justify-content: flex-start;
}
.selected-overlay {
  position: absolute;
  inset: 0;
  background: #424d60e8; /* subtle dark overlay */
  border-radius: 4px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.selected-check {
  width: 20px;
  height: 20px;
  /* background-color: #a855f7; */
  border-radius: 4px;
  padding: 2px;
}

/* Wrapper for the icon/logo */
.db-logo-wrapper {
  height: 32px; /* smaller */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

/* Image itself */
.db-logo {
  max-height: 30px; /* reduced */
  object-fit: contain;
  margin-top: 12px;
}

/* Text below icon */
.custom-card-text {
  font-size: 11px;
  text-align: center;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  min-height: 2.2em;
  height: 30px; /* smaller */
  display: flex;
  align-items: flex-start;
  justify-content: center;
  white-space: normal;
  word-break: break-word;
  margin-top: 10px;
}

/* Ensure cards fill their containers */
.card-migration {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* StatusChart specific adjustments */
.status-chart-container .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.status-bars {
  flex: 1;
  overflow-y: auto;
}
/* Ensure cards use full height of their containers */
.card-migration {
  display: flex;
  flex-direction: column;
}

.card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}


.custom-legend-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 12px;

  /* NEW: constrain height + show scrollbar */
  max-height: 130px; /* tweak as you like */
  overflow-y: auto; /* vertical scroll only */
  overscroll-behavior: contain; /* stops the card itself from scrolling */

  /* existing styles */
  margin-top: 16px;
  padding: 12px;
  border-radius: 8px;
  box-sizing: border-box;
  word-break: break-word;
}
.custom-legend-flex {
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 12px;


  /* NEW: constrain height + show scrollbar */
  max-height: 130px; /* tweak as you like */
  overflow-y: auto; /* vertical scroll only */
  overscroll-behavior: contain; /* stops the card itself from scrolling */

  /* existing styles */
  margin-top: 16px;
  padding: 12px;
  border-radius: 8px;
  box-sizing: border-box;
  word-break: break-word;
}

.legend-item {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  border-radius: 6px;
  font-size: 10px;
  line-height: 1.3;
  white-space: normal; /* allow line breaks */
  word-wrap: break-word;
}

.legend-color-box {
  width: 14px;
  height: 9px;
  border-radius: 3px;
  flex-shrink: 0;
  background: rgba(54, 162, 235, 0.6);
  margin-top: 2px;
}

.legend-label {
  overflow-wrap: break-word;
  word-break: break-word;
  color: var(--legend-label);
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.db-logo-spark-sql {
  width: 67px !important;
  height: 45px !important;
  max-height: 45px !important;
}

.sourceprofileTextView{
  color: #515B61;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}

.two-line-text {
  width: 21ch;             /* ~20 characters wide */
  white-space: normal;     /* allow wrapping */
  word-break: break-word;  /* break long words if needed */
  overflow-wrap: break-word;
}

.topcomplextext{
  color: #202B3E;
font-feature-settings: 'dlig' on;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */
}

.total-files-group {
  display: flex;
  align-items: center;
  gap: 4px;
}

.total-files-label {
  color: #202B3E;
  font-feature-settings: 'dlig' on;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.total-files-value {
  color: #354258;
  text-align: right;
  font-feature-settings: 'dlig' on;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  min-width: 32px; /* Adjust width as needed */
  display: inline-block;
  text-align: right;
}

@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.fix-scroll-jump {
  display: flex;
  flex-direction: column;
  height: 100%;
  

}
/* Chart color variables - themeable */
:root {
  --chart-bar-color: linear-gradient(90deg, #FF8AB9 0%, #DEB1E5 100%);
  --chart-bar-hover-color: linear-gradient(90deg, #FF6AA9 0%, #D699E5 100%);
  --chart-line-color: #354258;
  --chart-fill-start: rgba(234, 164, 214, 0.3); /* 30% opacity */
  --chart-fill-end: rgba(232, 237, 242, 0.1); /* 10% opacity */
}

/* Chart container styles */


.card-migration.fullscreen-mode {
  height: 100vh;
}

/* Chart element styles */
.dbcardheadsdesign {
  font-size: 14px;
  font-weight: 600;
  color: var(--dbcard-title);
}

.prof {
  background: #F2F4F7;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Tooltip styles */
.echarts-tooltip {
  background: #FFF !important;

  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important; */
  border-radius: 4px !important;
  /* padding: 8px 12px !important; */
}
.JobTitle {
  
  color: var(--job-title);
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 24px */
}
.trendscss{
   color: var(--trendstext-color);
   font-weight: 500
}


.prof-container {
   border: 1px solid #f1f5f7; 
  border: var(--bs-border-width) var(--bs-border-style) var(--border-color) !important; /* keep overall border */
  /* border-radius: 0.5rem; */
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); */
  background:var(--profile-conbg);
  /* background: #FFFF; */
  margin-bottom: 20px; /* makes it FLOATING */
}

.footer-fixed {
  border-top: none; /* remove duplicate line */
  border-bottom: none;

}


/* Fix header */
.header-fixed {
  position: sticky;
  top: 0;
  z-index: 10;
  background:var(--profile-conbg) ;
}
.userfixed{
   background:var(--profile-conbg) ;

}

/* Fix footer
.footer-fixed {
  position: sticky;
  bottom: 0;
  z-index: 10;
} */

/* Smooth scroll for middle content */
.content-scroll {
  overflow-y: auto;
  padding-bottom: 1rem;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.github-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
}

.github-modal {
  background: white;
  border-radius: 8px;
  width: 500px;
  max-width: 90vw;
  max-height: 90vh;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.github-modal-header {
  padding: 20px 24px 16px;
  border-bottom: 1px solid #eaecef;
  position: relative;
}

.github-modal-title {
  font-size: 18px;
  font-weight: 600;
  color: #24292e;
  margin: 0 0 4px 0;
}

.github-modal-subtitle {
  font-size: 14px;
  color: #586069;
  margin: 0;
}

.close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 24px;
  color: #586069;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: background-color 0.2s;
}

.close-btn:hover {
  background-color: #f6f8fa;
}

.github-modal-body {
  padding: 20px 24px;
  max-height: 60vh;
  overflow-y: auto;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #24292e;
  margin-bottom: 6px;
}

.job-path-display {
  padding: 8px 12px;
  background-color: #f6f8fa;
  border: 1px solid #e1e4e8;
  border-radius: 6px;
  font-size: 14px;
  color: #24292e;
}

.form-input,
.form-select {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #e1e4e8;
  border-radius: 6px;
  font-size: 14px;
  background-color: white;
  transition: border-color 0.2s;
}

.form-input:focus,
.form-select:focus {
  outline: none;
  border-color: #0366d6;
  box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.3);
}

.form-textarea {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #e1e4e8;
  border-radius: 6px;
  font-size: 14px;
  background-color: white;
  resize: vertical;
  min-height: 80px;
  font-family: inherit;
}

.form-textarea:focus {
  outline: none;
  border-color: #0366d6;
  box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.3);
}

.folder-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.folder-suggestion {
  font-size: 12px;
  padding: 4px 8px;
  background-color: #f6f8fa;
  border: 1px solid #e1e4e8;
  border-radius: 4px;
  color: #0366d6;
  cursor: pointer;
  transition: background-color 0.2s;
}

.folder-suggestion:hover {
  background-color: #e1e4e8;
}

.select-wrapper {
  position: relative;
}

.dropdown-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #6a737d;
}

.loading-text {
  font-size: 12px;
  color: #6a737d;
  margin-top: 6px;
}

.info-text {
  font-size: 13px;
  color: #586069;
  font-style: italic;
  margin-top: 16px;
}

.github-modal-footer {
  padding: 16px 24px;
  border-top: 1px solid #eaecef;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
/* Add to your main CSS file */
@media (prefers-reduced-motion: reduce) {
  .scroll-hint-animation {
    animation: none !important;
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}



.scrollable-db-grid {
  /* Smooth scrolling */
  scroll-behavior: smooth;
  padding-right: 8px; /* Space for scrollbar */
}

/* Custom scrollbar styling */
.scrollable-db-grid::-webkit-scrollbar {
  width: 6px;
}

.scrollable-db-grid::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.scrollable-db-grid::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

.scrollable-db-grid::-webkit-scrollbar-thumb:hover {
  background: #555;
}





/* DataStage Specific Styles */
.datastage-summary-view {
  padding: 0 4px;
}

.datastage-job-header {
  margin-bottom: 16px;
}

.datastage-job-title {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.datastage-job-subtitle {
  font-size: 12px;
  color: #666;
  margin-bottom: 12px;
}

.datastage-source-info {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.datastage-source-label {
  font-size: 12px;
  color: #666;
  margin-right: 4px;
}

.datastage-source-value {
  font-size: 12px;
  font-weight: 500;
  color: #1a1a1a;
}

.datastage-job-name {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
  padding: 4px 0;
  /* border-bottom: 1px solid #eaeaea; */
}

.datastage-analysis-time {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.datastage-analysis-label {
  font-size: 12px;
  color: #666;
  margin-right: 4px;
}

.datastage-analysis-value {
  font-size: 12px;
  font-weight: 500;
  color: #1a1a1a;
}

.datastage-pipeline-info {
  background: #f8f9fa;
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 20px;
}

.datastage-pipeline-type {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.datastage-etl-badge,
.datastage-load-badge {
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 500;
}

.datastage-etl-badge {
  background: #e3f2fd;
  color: #1976d2;
}

.datastage-load-badge {
  background: #e8f5e9;
  color: #2e7d32;
}

.datastage-last-run {
  font-size: 12px;
  color: #666;
}

.datastage-metrics-container {
  background: white;
  /* border: 1px solid #eaeaea; */
  border-radius: 8px;
  /* padding: 16px; */
}

.datastage-metrics-title {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.datastage-metrics-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.datastage-metric-item {
 
 display: flex;

padding: 10px 12px;
flex-direction: column;
align-items: flex-start;
gap: 4px;
  border-radius: 8px;
background: #F9FAFB;
}

.datastage-metric-value {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.datastage-metric-label {
  font-size: 12px;
  color: #666;
  margin-bottom: 2px;
}

.datastage-metric-subtext {
  font-size: 11px;
  color: #999;
}

.datastage-summary-container {
  
 
  display: flex;
padding: 12px 12px 6px 12px;
flex-direction: column;
align-items: flex-start;
gap: 4.89px;
align-self: stretch;
border-radius: 12px;
background: #F3F4F6;
}

.datastage-summary-title {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.datastage-complexity-badge {
  color: #202B3E;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
display: flex;
width: 150.63px;
height: 15px;
flex-direction: column;
justify-content: center;
}

.datastage-summary-text {
 color: #4B5563;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 18.6px; /* 155% */
}

/* Header Layout */
.datastage-header-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}

.datastage-header-text {
  flex: 1;
}

.datastage-header-close {
  margin-left: 10px;
  margin-top: -4px; /* Adjust to align with title */
}

.datastage-close-icon {
  font-size: 18px;
  color: #666;
  transition: color 0.2s;
}

.datastage-close-icon:hover {
  color: #333;
}

/* Header Right Side */
.datastage-header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

/* Source Section */
.datastage-source-section {
  margin-bottom: 16px;
}

.datastage-source-info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.datastage-db-icon {
  width: 16px;
  height: 16px;
}

.datastage-job-name-inline {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  margin-left: 4px;
}

.datastage-complexity-line {
  font-size: 12px;
  color: #2e7d32;
  font-weight: 500;
}

/* Move ETL pipeline section styles */
.datastage-pipeline-info {
  margin-bottom: 20px;
}
.paddingcss{
  padding-top: 12px;
  padding-bottom: 12px;
}