body {
  margin: 0px;
  font-family: sans-serif;
}

.navbar {
  background-color: #161616;
  padding: 0px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 48px;
  border-bottom: 0.5px solid #f5f5f5;
  position: absolute;
  top: 0;
  width: 100%;
}

.navbar h1 {
  margin: 0px;
}

.navbar-brand {
  color: #fff;
  font-size: 1.5em;
  cursor: pointer;
  margin-left: 20px;
}

.navbar-buttons {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
}

.navbar-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.navbar-buttons button {
  color: white;
}

.wrapper {
  display: flex;
  margin-top: 56px;
  /* min-height: 84vh; */
  background-color: rgb(255, 255, 255);
  display: block;
  background-size: 24px 24px;
  background-position: -15.1367px -57.3349px;
}

.recordList {
  margin-left: 292px;
  padding: 16px;
  flex: 1;
  height: calc(100vh - 56px);
  overflow-y: auto;
  background: #a9a9a91f;
}

.recordList .heading {
  padding: 0;
  margin: 0 0 7px 0;
  font-family: Inter;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.002em;
  text-align: left;
  height: 34px;
}

.recordList .record {
  display: flex;
  justify-content: space-between;
  margin-right: 8px;
  align-items: flex-start;
  border-bottom: 1px solid #eeeeee;
  height: 72px;
  padding-bottom: 32px !important;
}

.recordList .showList {
  display: flex;
  align-items: center;
  width: 210px;
  height: 40px;
}

.recordList .showList .number {
  width: 33px;
  height: 24px;
  padding: 0px 7px 0px 5px;
  gap: 10px;
  border-radius: 6px;
  opacity: 0px;
  background: #fda9ff;
}

.recordList .showList .number span {
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #131418;
  display: flex;
  justify-content: center;
}

.recordList .showList .favourite {
  width: 111px;
  padding: 8px 8px 8px 16px;
  gap: 8px;
  border-radius: 4px;
  opacity: 0px;
  display: flex;
  cursor: pointer;
  color: rgba(95, 98, 110, 1);
  text-decoration: none;
  align-items: center;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
}

.recordList .showList .favourite p {
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  margin-bottom: 0;
}

.recordList .showList .favourite div {
  width: 24px;
  height: 24px;
  padding: 0px 7px 0px 7px;
  gap: 10px;
  border-radius: 6px;
  opacity: 0px;
  background: #eeeeee;
}

.recordList .showList .favourite div span {
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}

.disabled-button {
  color: #a9acb2 !important;
  background: #eeeeee !important;
  -webkit-text-fill-color: unset !important;
  cursor: auto;
  pointer-events: none;
}

.button-no-border {
  border: none !important;
}

.createWorkflow {
  text-decoration: none;
  width: 172px;
  height: 40px;
  border-radius: 8px;
  border: 0px 0px 2px 0px;
  opacity: 0px;
  background: #0050ff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: -7px;
}

.createWorkflow img {
  margin-right: 6px;
  width: 20px;
  height: 20px;
}

.createWorkflow a {
  color: #ffffff;
  width: 112px;
  height: 24px;
  opacity: 0px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  margin: 0;
  padding: 0;
  display: contents;
}

.createWf {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-align: center;
  color: white;
}

.horizontalLine {
  border: 1.5px solid #f2f2f2;
  width: 91%;
  margin-bottom: 27px;
}

.createBtn a,
.historyBtn a {
  font-size: 13px;
  text-decoration: none;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}

.mainRecord {
  display: flex;
  flex-wrap: wrap;
}

.mainRecord .card {
  border: none;
  background: transparent;
}

.toggleBtnOpen {
  position: absolute;
  bottom: 90px;
  z-index: 1;
  cursor: pointer;
}

@media (min-height: 1100px) {
  .toggleBtnOpen {
    bottom: 100px;
  }
}

@media (min-height: 1200px) {
  .toggleBtnOpen {
    bottom: 115px;
  }
}

@media (min-height: 1270px) {
  .toggleBtnOpen {
    bottom: 120px;
  }
}

.load-more-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
  height: -webkit-fill-available;
}

.mainRecord .card .card-body {
  padding-left: 3px !important;
}

.mainRecord .card img {
  gap: 0px;
  border-radius: 8px;
  border: 1px solid #d4d4d4;
  width: 100%;
  object-fit: contain;
  background: white;
}

.mainRecord .card:hover {
  opacity: 0.7;
}

.mainRecord .card .card-title {
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-align: left;
  color: rgba(95, 98, 110, 1);
  margin-bottom: 3px !important;
}

.mainRecord .card .card-text {
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  color: rgba(95, 98, 110, 1);
}

.selectedCardBorder {
  border: 1px solid #0050ff !important;
}

.mainRecord .card a {
  text-decoration: none;
  color: black;
}

#loadMore {
  width: 200px;
  color: #fff;
  display: block;
  text-align: center;
  margin: 20px auto;
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: #0050ff;
  transition: 0.3s;
  text-decoration: none;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  margin-top: 0;
}

#loadMore:hover {
  color: #0050ff !important;
  background-color: #fff;
  border: 1px solid #0050ff;
  text-decoration: none;
}

#loadingSpinner {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

#loadingSpinner .spinner-border {
  margin-top: 7px;
  color: #2f323f !important;
}

.loaderSpinner {
  font-size: 4px;
  width: 0.5em;
  height: 1.1em;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.1s infinite ease;
  transform: translateZ(0);
}

@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow:
      0em -2.6em 0em 0em #2f323f,
      1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2),
      2.5em 0em 0 0em rgba(0, 0, 0, 0.2),
      1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2),
      0em 2.5em 0 0em rgba(0, 0, 0, 0.2),
      -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2),
      -2.6em 0em 0 0em rgba(0, 0, 0, 0.5),
      -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
  }

  12.5% {
    box-shadow:
      0em -2.6em 0em 0em rgba(0, 0, 0, 0.7),
      1.8em -1.8em 0 0em #2f323f,
      2.5em 0em 0 0em rgba(0, 0, 0, 0.2),
      1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2),
      0em 2.5em 0 0em rgba(0, 0, 0, 0.2),
      -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2),
      -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
      -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
  }

  25% {
    box-shadow:
      0em -2.6em 0em 0em rgba(0, 0, 0, 0.5),
      1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7),
      2.5em 0em 0 0em #2f323f,
      1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2),
      0em 2.5em 0 0em rgba(0, 0, 0, 0.2),
      -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2),
      -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
      -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }

  37.5% {
    box-shadow:
      0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
      1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5),
      2.5em 0em 0 0em rgba(0, 0, 0, 0.7),
      1.75em 1.75em 0 0em #2f323f,
      0em 2.5em 0 0em rgba(0, 0, 0, 0.2),
      -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2),
      -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
      -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }

  50% {
    box-shadow:
      0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
      1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2),
      2.5em 0em 0 0em rgba(0, 0, 0, 0.5),
      1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7),
      0em 2.5em 0 0em #2f323f,
      -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2),
      -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
      -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }

  62.5% {
    box-shadow:
      0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
      1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2),
      2.5em 0em 0 0em rgba(0, 0, 0, 0.2),
      1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5),
      0em 2.5em 0 0em rgba(0, 0, 0, 0.7),
      -1.8em 1.8em 0 0em #2f323f,
      -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
      -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }

  75% {
    box-shadow:
      0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
      1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2),
      2.5em 0em 0 0em rgba(0, 0, 0, 0.2),
      1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2),
      0em 2.5em 0 0em rgba(0, 0, 0, 0.5),
      -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7),
      -2.6em 0em 0 0em #2f323f,
      -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }

  87.5% {
    box-shadow:
      0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
      1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2),
      2.5em 0em 0 0em rgba(0, 0, 0, 0.2),
      1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2),
      0em 2.5em 0 0em rgba(0, 0, 0, 0.2),
      -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5),
      -2.6em 0em 0 0em rgba(0, 0, 0, 0.7),
      -1.8em -1.8em 0 0em #2f323f;
  }
}

#loadingSpinner p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  color: #2f323f;
  margin: 0;
}

.show1 {
  width: 83px;
  height: 40px;
  padding: 8px 8px 8px 16px;
  gap: 8px;
  border-radius: 8px;
  opacity: 0px;
  background: #131418;
  display: flex;
  color: white;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
}

.hide {
  display: none;
}

.show1 .all {
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-align: left;
}

.sideBar-studio {
  width: 292px;
  height: calc(100vh - 56px);
  position: fixed;
  top: 56px;
  left: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sideBar-studio .sidebar-action {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  width: 260px;
  padding: 0;
  justify-content: center;
  align-items: center;
}

.footer-studio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.footer-studio .toggleBtn {
  width: 32px;
  height: 32px;
  margin: 3px;
  cursor: pointer;
}

.footer-studio .footer-side {
  font-size: 14px;
  width: 173px;
  height: 48px;
  margin-bottom: 25px;
  font-family: Inter;
  font-weight: 400;
}

.sidebar-action .delBtn {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 14px 12px 14px 12px;
  gap: 8px;
  border-radius: 12px;
  width: 91%;
  height: 52px;
}

.sidebar-action .historyBtn,
.sidebar-action .createBtn {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 14px 12px 14px 12px;
  gap: 8px;
  border-radius: 12px;
  width: 91%;
  height: 52px;
}

.sidebar-action .delBtn .trashBtn {
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}

.selectedSideBarBtn {
  color: white !important;
  background: #0050ff;
}

.hide {
  display: none;
}

html {
  position: relative;
  min-height: 100%;
}

.modal-content-confirmation {
  width: 454px;
  height: 328px;
  padding: 40px 0px 0px 0px;
  border-radius: 20px;
  opacity: 0px;
  display: flex;
  text-align: center;
  align-items: center;
  padding-top: 25px;
  top: -50px;
}

.modal-body-confirmation {
  width: 374px;
  height: 248px;
  gap: 24px;
  opacity: 0px;
  padding: 0;
}

.modal-body-confirmation .delIcon {
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
}

.modal-body-confirmation .confirm-head-dell {
  padding: 0;
  margin: 0;
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.002em;
  text-align: center;
  color: #131418;
  margin-bottom: 24px;
}

.modal-body-confirmation .confirm-detail-dell {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #2f323f;
}

.modal-content-confirmation .modal-footer {
  border-top: none;
  padding-bottom: 25px !important;
  margin-top: -25px;
}

.modal-content-confirmation .modal-footer .modalCancelBtn {
  width: 160px;
  height: 40px;
  gap: 8px;
  border-radius: 8px;
  border: 1px transparent;
  opacity: 0px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}

.modal-content-confirmation .modal-footer .modalDelBtn {
  margin-left: 12px;
  width: 160px;
  height: 40px;
  padding: 12px 16px 12px 16px;
  gap: 8px;
  border-radius: 8px;
  border: 0px 0px 2px 0px;
  opacity: 0px;
  background: #0050ff;
  color: white;
  display: flex;
  align-items: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  justify-content: center;
}

.card-input {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  top: 8px;
  left: 20px;
  gap: 0px;
  border-radius: 4px;
  border: 1.5px;
  opacity: 0px;
  background: #f3f3f3;
  border: 1.5px solid #a9acb2;
  padding: 0;
  margin: 0;
}

.header-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 92%;
}

.left-div {
  float: left;
}

.right-div {
  float: right;
  padding: 5px 10px;
  cursor: pointer;
}

.copy-icon {
  display: none;
}

.card:hover .copy-icon {
  display: block !important;
}

.card:hover .card-input {
  display: block !important;
}

.recordDel .selectListDell .card-input-select {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  border: 1.5px solid #a9acb2;
  opacity: 0px;
  padding: 0;
  margin: 0;
}

.recordDel .selectListDell span {
  margin-left: 8px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #2f323f;
}

.actionBtnsDell .selectedRec {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.actionBtnsDell .selectedRec span {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #2f323f;
}

.actionBtnsDell .deleteWorkflow {
  width: 120px;
  height: 40px;
  padding: 12px 16px 12px 16px;
  gap: 8px;
  border-radius: 8px;
  border: 1.5px solid #9000ff;
  opacity: 0px;
  display: flex;
  align-items: center;
  color: #9000ff;
}

.actionBtnsDell .delBtn {
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}

.actionBtnsDell .restoreWorkflow {
  width: 120px;
  height: 40px;
  padding: 12px 16px 12px 16px;
  gap: 8px;
  border-radius: 8px;
  border: 0px 0px 2px 0px;
  opacity: 0px;
  background: #0050ff;
  display: flex;
  align-items: center;
}

.actionBtnsDell .restoreWorkflow .btn-restore {
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: white !important;
}

.actionBtnsDell .restoreWorkflow img {
  width: 18.33px;
  height: 18.83px;
  padding: 0px;
}

.recordList .recordDel {
  display: flex;
  justify-content: space-between;
  margin-right: 8px;
  height: 64px;
  align-items: center;
  border-bottom: 1px solid #d4d4d4;
  height: 72px;
}

.actionBtnsDell {
  display: flex;
  gap: 15px;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.disableLink {
  pointer-events: none;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  /* Set the fixed height of the footer here */
  line-height: 60px;
  /* Vertically center the text there */
  background-color: #f5f5f5;
  position: absolute;
  bottom: 0;
}

/* Custom page CSS
  -------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}

.input-log,
.output-log {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.node-name {
  font-weight: 600;
}
.h-100 {
  height: calc(100vh - 56px - 32px) !important;
}
