/**
    Padding
*/
/**
    Margin Section
*/
/**
    Font Section
*/
/*
    Canvas Element Colors
*/
.ci-workflow .hidden {
  display: none;
}

.ci-workflow .ci-getting-started-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: rgba( 200, 200, 200 ,  1 ) 1px solid;
  border-top: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 ) 1px solid;
}

.ci-workflow .ci-getting-started-container .ci-getting-started {
  max-width: 1600px;
}

.ci-workflow .ci-getting-started-container .ci-getting-started .left-pane {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  float: left;
  width: 40%;
  overflow-y: auto;
  background-color: rgba( 244, 244, 244 ,  1 );
  background-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
}

.ci-workflow .ci-getting-started-container .ci-getting-started .right-pane {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  width: 60%;
}

.ci-workflow .ci-getting-started-container .ci-getsources-container {
  padding: 30px 30px 0px 30px;
  overflow: auto;
}

.ci-workflow .ci-getting-started-container .ci-getsources-container .ci-getting-started-continue-button-container {
  padding-top: 30px;
}
