.getting-started-container {
  /* position: absolute; */
  width: 100vw;
  height: 100vh;
  /* z-index: 100; */
  overflow: hidden;
  background: white;
  /* opacity: 0;
  visibility: hidden; */
  /* z-index: -100; */
}

/* .getting-started-container.current {
  opacity: 1;
  visibility: visible;
  z-index: 19;
} */

.container-wrap {
  max-width: 1011px;
  margin: 0 auto;
  padding: 50px 100px;
}

.tab-content {
  opacity: 0;
  will-change: opacity;
  height: 0;
  visibility: hidden;
}

.tab-content.current {
  opacity: 1;
  height: auto;
  padding: 20px;
  transition: opacity 1s ease-in-out;
  visibility: visible;
}

.tab-content__inner {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 2;
}

.content-header {
  display: flex;
  align-items: center;
  line-height: normal;
}

.content-left {
  margin-right: 10px;
}

.content-right {
  margin-left: 10px;
}

.features-list {
  list-style: none;
  margin: 10px 0 30px 0;
  padding: 0;
  font-size: 14px;
}

.input-button__outline {
  background: white;
  color: #0dadd4;
}

.input-button__outline:hover {
  background: white;
}

.c-textarea__readonly {
  width: 100%;
  min-width: 100%;
  height: 40vh;
  min-height: 40vh;
  max-height: 40vh;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #ddd;
  outline: none;
  font-family: Open Sans;
  font-size: 12px;
  line-height: 1.5;
}
