.header {
  margin-left: 28px;
  border-bottom: 1px solid #f7f8fa;
  display: flex;
  padding: 8px 0;
}
.sticky-header {
  height: 56px;
  margin-left: 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.sticky-header .header-selection {
  padding-left: 28px;
}

.header-tools {
  margin-left: auto;
  gap: 16px;
}

.header .dropdown-menu[data-bs-popper] {
  margin: 0;
  padding: 0;
  border-radius: 8px;
}

.header .dropdown-item,
.header .side-dropdown {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #2f323f;
  padding: 12px 24px;
}

.header .dropdown-item:hover,
.header .side-dropdown:hover {
  background-color: #f3f3f3;
  color: #131418;
}

.button-no-border {
  border: none !important;
  background-color: #ffffff;
  border-radius: 6px;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  height: 32px;
}

.enabled-button {
  color: #ffffff;
  background-color: #0050ff;
}

.save-button {
  padding: 4px 12px;
  margin-right: 23px;
}

.clear-button {
  padding: 4px 12px;
  background: #f6f6f6;
  color: #2f323f;
}

.copy-button {
  padding: 0px 20px;
  background: #f6f6f6;
  color: #2f323f;
}

.delete-button {
  padding: 4px 12px;
  color: #9000ff;
  border: 1.5px solid #9000ff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.dropdown-menu.show {
  border-radius: 8px;
}

.input-workflow-name {
  border: none;
  background-color: #ffffff;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: #2f323f;
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menu-section,
.diagram-section {
  transition: width 0.5s;
}

.diagram-section {
  cursor: grab;
}
