﻿.sidebar-wizard {
  position: fixed;
  right: 0;
  top: 65px;
  display: flex;
  width: 584px;
  height: calc(100vh - 4.1rem);
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;
  overflow-y: auto;
  align-self: stretch;
  border-radius: 12px 0px 0px 12px;
  border-top: 1px solid var(--Black-200, #E6E8EB);
  border-bottom: 1px solid var(--Black-200, #E6E8EB);
  border-left: 1px solid var(--Black-200, #E6E8EB);
  background: var(--White-900, #FFF);
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.10), 0px 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.sidebar-wizard-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.sidebar-wizard-header-divider-line {
  display: flex;
  height: 1px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background-color: #E6E8EB;
}

.sidebar-wizard-task-list-frame {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.td-frame27 {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.td-frame38 {
  display: flex;
  min-height: 37px;
  padding: 8px;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 6px;
  border: 1px dashed var(--Black-200, #E6E8EB);
  background: var(--Black-50, #F9FAFB);
}

.wizard-object-frame {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media(max-width: 1660px) {
  .sidebar-wizard {
    width: 420px;
  }
}
