.firststeps-container {
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  box-shadow: 0px 0px 30px 0px #b3b3b3;
  width: 390px;
  text-align: left;
  background-color: #fff;
  z-index: 1000;
  overflow: hidden;
}
.firststeps-container.collapsed {
  overflow: visible;
}
.firststeps-container.collapsed .content-container {
  display: none;
}
.firststeps-container.collapsed .expander-btn .fa-chevron-down {
  display: none;
}
.firststeps-container.collapsed .expander-btn .fa-chevron-up {
  display: block;
}
.firststeps-container .expander-btn {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}
.firststeps-container .expander-btn .fa-chevron-up {
  display: none;
}
.firststeps-container .content-container {
  width: 800px;
  position: relative;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.firststeps-container .content-container::after {
  content: "";
  display: table;
  clear: both;
}
.firststeps-container .content-container .left-block,
.firststeps-container .content-container .right-block {
  float: left;
  vertical-align: top;
  width: 390px;
}
.firststeps-container .content-container .left-block .head-container {
  height: 20px;
  position: relative;
  top: 0.5rem;
  z-index: 2;
}
.firststeps-container .content-container .left-block .head-container h3 {
  padding: 0 1.5rem;
  margin-top: 1rem;
}
.firststeps-container .content-container .right-block .return-btn {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  background-color: #eee;
  color: gray;
  height: 20px;
  width: 20px;
  line-height: 0;
  padding: 0;
  z-index: 2;
  border-radius: 0.25rem;
}
.firststeps-container .content-container .right-block .step-head {
  margin: 1rem 1.5rem 0;
  position: relative;
  height: 60px;
}
.firststeps-container .content-container .right-block .step-title {
  padding-left: 30px;
  line-height: normal;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  padding-left: 30px;
  line-height: normal;
  z-index: 2;
}
.firststeps-container .content-container .right-block .step-title h3 {
  line-height: normal;
  font-size: 0.8125rem;
  margin: 0;
}
.firststeps-container .content-container .right-block {
  /*&::before,
      &::after {
          content: '';
          position: absolute;
          display: block;
          height: 50px;
          width: 100%;
          bottom: 0;
          box-shadow: 0 -25px 20px 0 #fff inset;
          pointer-events: none;
          z-index: 1;
      }*/
}
.firststeps-container .content-container .right-block .step-content {
  padding: 0 1.5rem;
  position: relative;
}
.firststeps-container .content-container .right-block .step-content img {
  max-width: 100%;
  height: auto;
}
.firststeps-container .content-container .right-block .step-content ul {
  padding: 1.5rem 0;
  margin: 0;
}
.firststeps-container .content-container .right-block .step-content li.step-item {
  display: none;
  list-style: none;
}
.firststeps-container .content-container .right-block .step-content li.step-item.active {
  display: block;
}
.firststeps-container .content-container .right-block .step-content a {
  text-decoration: underline;
}
.firststeps-container .content-container .right-block .step-content .menuList li {
  list-style: none;
  display: block;
}
.firststeps-container .content-container .right-block .step-content .menuList li p {
  padding-left: 60px;
  margin: 5px 0;
}
.firststeps-container .content-container .right-block .step-content .menuList li img {
  float: left;
  display: block;
  padding-right: 10px;
  margin: 5px 0 10px;
}
.firststeps-container .content-container h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #4d4d4d;
}
.firststeps-container .content-container .steplinks-container,
.firststeps-container .content-container .step-content {
  box-sizing: border-box;
  min-height: 380px;
  max-height: 380px;
}
.firststeps-container .content-container .steplinks-container.scroll-wrapper::before,
.firststeps-container .content-container .step-content.scroll-wrapper::before {
  content: "";
  position: absolute;
  display: block;
  height: 50px;
  width: 100%;
  top: 0;
  box-shadow: 0 20px 15px 0 #fff inset;
  pointer-events: none;
  z-index: 1;
}
.firststeps-container .content-container .steplinks-container.scroll-wrapper::after,
.firststeps-container .content-container .step-content.scroll-wrapper::after {
  content: "";
  position: absolute;
  display: block;
  height: 50px;
  width: 100%;
  bottom: 0;
  box-shadow: 0 -20px 15px 0 #fff inset;
  pointer-events: none;
  z-index: 1;
}
.firststeps-container .content-container .steplinks-container {
  min-height: 420px;
  max-height: 420px;
}
.firststeps-container .content-container .steplinks-container .link-list {
  margin: 1.5rem;
}
.firststeps-container .content-container .steplinks-container ol, .firststeps-container .content-container .steplinks-container ul {
  padding: 0;
  margin-bottom: 1.5rem;
  list-style: none;
  width: 100%;
}
.firststeps-container .content-container .steplinks-container ol li, .firststeps-container .content-container .steplinks-container ul li {
  margin: 0 -1.5rem;
  padding: 0 2.5rem 0.2rem;
  position: relative;
}
.firststeps-container .content-container .steplinks-container ol li:hover, .firststeps-container .content-container .steplinks-container ul li:hover {
  background-color: #f7f7f9;
}
.firststeps-container .content-container .steplinks-container ol li .progress-icon, .firststeps-container .content-container .steplinks-container ul li .progress-icon {
  position: absolute;
  left: 1rem;
  top: -2px;
  font-size: 1rem;
  line-height: 1.7;
  color: #e6e6e6;
}
.firststeps-container .content-container .steplinks-container ol li .progress-icon .fa-check, .firststeps-container .content-container .steplinks-container ul li .progress-icon .fa-check {
  display: inline;
}
.firststeps-container .content-container .steplinks-container ol li .progress-icon::before, .firststeps-container .content-container .steplinks-container ul li .progress-icon::before {
  display: none;
}
.firststeps-container .content-container .steplinks-container ol li .details-icon, .firststeps-container .content-container .steplinks-container ul li .details-icon {
  position: absolute;
  right: 1rem;
  bottom: 1px;
}
.firststeps-container .content-container .steplinks-container ol li a, .firststeps-container .content-container .steplinks-container ul li a {
  display: inline-block;
  line-height: 1.4;
  font-weight: 700;
  text-decoration: underline;
}
.firststeps-container .content-container .steplinks-container ol li .linktitle, .firststeps-container .content-container .steplinks-container ul li .linktitle {
  margin: 0;
}
.firststeps-container .content-container .steplinks-container ol li .subtitle, .firststeps-container .content-container .steplinks-container ul li .subtitle {
  margin: 0;
  font-size: 0.7rem;
  line-height: 1.3;
}
.firststeps-container .content-container .steplinks-container ol li.checked .progress-icon, .firststeps-container .content-container .steplinks-container ul li.checked .progress-icon {
  color: #28a745;
}
.firststeps-container .content-container.shifted {
  left: -100%;
}
.firststeps-container .content-container .hidden {
  display: none;
}
.firststeps-container .step-progress {
  padding: 1rem 1.5rem 0.5rem;
}
.firststeps-container .step-progress .progress-title {
  font-weight: 700;
}
.firststeps-container .step-progress .progress-bar {
  width: calc(100% - 90px);
  height: 5px;
  margin-top: 0.3125rem;
  background-color: #e6e6e6;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.firststeps-container .step-progress .progress-bar .colorBar {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #129CDD;
  transition: width 0.2s linear;
}
.firststeps-container .step-progress img.cartoon {
  width: 80px;
  bottom: 12px;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.firststeps-container .close-btn {
  padding: 0 1.5rem 0.25rem;
}
.firststeps-container .close-btn button {
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  background: none;
  color: #666666;
  border: none;
  padding: 0;
  outline: none !important;
}
.firststeps-container .close-btn button:hover {
  color: #129CDD;
}
.firststeps-container .draggerMove {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 36px;
  cursor: move;
  box-shadow: 0 -10px 10px 0 #fff inset;
  background-color: #e6e6e6;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.firststeps-container .draggerMove:hover, .firststeps-container .draggerMove:active, .firststeps-container .draggerMove:focus {
  opacity: 0.3;
}

html.firstStepsDragMove body {
  cursor: move !important;
  -webkit-user-select: none;
  user-select: none;
}

/* SCROLLBAR OVERRIDE */
body > .firststeps-container .scrollbar-inner > .scroll-element {
  width: 10px;
}
body > .firststeps-container .scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: transparent;
}
body > .firststeps-container .scrollbar-inner > .scroll-element .scroll-bar {
  background: #e6e6e6;
  background-clip: content-box;
  box-sizing: border-box;
  border: 2px solid transparent;
  border-radius: 20px;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
  opacity: 1;
}
body > .firststeps-container .scrollbar-inner > .scroll-element:hover .scroll-bar {
  border-width: 1px;
  background-color: #666666;
}
body > .firststeps-container .scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  border-width: 1px;
  background-color: #129CDD;
}